#wpadminbar {
  display: none; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*No cross for input in IE*/
input::-ms-clear {
  display: none; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.social-list {
  width: 36px;
  height: 36px;
  width: 180px; }
  .social-list-item {
    float: left;
    margin-left: 10px; }
    .social-list-item:first-child {
      margin-left: 0; }
    .social-list-item a {
      display: block;
      width: 36px;
      height: 36px;
      overflow: hidden;
      cursor: pointer;
      border-radius: 36px; }
      .social-list-item a svg.facebook-svg {
        transition: background 0.15s linear;
        -webkit-transition: background 0.15s linear;
        -moz-transition: background 0.15s linear;
        -ms-transition: background 0.15s linear;
        -o-transition: background 0.15s linear; }
        .social-list-item a svg.facebook-svg .facebook-border {
          fill: #4D6272; }
        .social-list-item a svg.facebook-svg .facebook-shape {
          fill: #4D6272; }
      .social-list-item a:hover svg.facebook-svg {
        background-color: #537bbd; }
        .social-list-item a:hover svg.facebook-svg .facebook-border {
          fill: none; }
        .social-list-item a:hover svg.facebook-svg .facebook-shape {
          fill: #fff; }
      .social-list-item a svg.twitter-svg {
        transition: background 0.15s linear;
        -webkit-transition: background 0.15s linear;
        -moz-transition: background 0.15s linear;
        -ms-transition: background 0.15s linear;
        -o-transition: background 0.15s linear; }
        .social-list-item a svg.twitter-svg .twitter-border {
          fill: #4D6272; }
        .social-list-item a svg.twitter-svg .twitter-shape {
          fill: #4D6272; }
        .social-list-item a svg.twitter-svg:hover {
          background-color: #78cdf0; }
          .social-list-item a svg.twitter-svg:hover .twitter-border {
            fill: none; }
          .social-list-item a svg.twitter-svg:hover .twitter-shape {
            fill: #fff; }
      .social-list-item a svg.linkedin-svg {
        transition: background 0.15s linear;
        -webkit-transition: background 0.15s linear;
        -moz-transition: background 0.15s linear;
        -ms-transition: background 0.15s linear;
        -o-transition: background 0.15s linear; }
        .social-list-item a svg.linkedin-svg .linkedin-border {
          fill: #4D6272; }
        .social-list-item a svg.linkedin-svg .linkedin-shape {
          fill: #4D6272; }
        .social-list-item a svg.linkedin-svg:hover {
          background-color: #0077b5; }
          .social-list-item a svg.linkedin-svg:hover .linkedin-border {
            fill: none; }
          .social-list-item a svg.linkedin-svg:hover .linkedin-shape {
            fill: #fff; }
      .social-list-item a svg.google-svg {
        transition: background 0.15s linear;
        -webkit-transition: background 0.15s linear;
        -moz-transition: background 0.15s linear;
        -ms-transition: background 0.15s linear;
        -o-transition: background 0.15s linear; }
        .social-list-item a svg.google-svg .google-border {
          fill: #4D6272; }
        .social-list-item a svg.google-svg .google-shape {
          fill: #4D6272; }
        .social-list-item a svg.google-svg:hover {
          background-color: #dc4e41; }
          .social-list-item a svg.google-svg:hover .google-border {
            fill: none; }
          .social-list-item a svg.google-svg:hover .google-shape {
            fill: #fff; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
#wpadminbar {
  display: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

button:focus {
  outline: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #000;
  transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear; }

html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0;
  padding: 60px 0 0;
  font-family: "aktiv-grotesk", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4em; }

.main-container {
  position: relative; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.nav {
  width: 100%;
  height: 80px;
  background-color: #F8F9FA;
  position: fixed;
  z-index: 10;
  top: 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }
  .nav section {
    position: relative; }
  .nav__wrapper {
    margin-top: 30px;
    float: right;
    width: 625px; }
    .nav__wrapper:before, .nav__wrapper:after {
      display: table;
      content: ""; }
    .nav__wrapper:after {
      clear: both; }
  .nav__logo {
    width: 190px;
    height: 60px;
    float: left;
    margin-top: 10px;
    display: inline-block; }
    @media all and (min-width: 870px) {
      .nav__logo {
        margin-left: -25px; } }
  .nav__mobile-controls {
    float: right; }
    @media all and (min-width: 870px) {
      .nav__mobile-controls {
        display: none; } }
  .nav__hamburger {
    width: 50px;
    height: 50px;
    border: none;
    overflow: hidden;
    text-indent: -999px;
    background-color: transparent;
    margin-top: 10px;
    margin-right: -10px;
    background-image: url(../images/ui/menu-hamburger@2x.png);
    background-size: 50px auto; }
  .nav__close {
    display: none;
    width: 50px;
    height: 50px;
    border: none;
    overflow: hidden;
    text-indent: -999px;
    background-color: transparent;
    margin-top: 10px;
    margin-right: -10px;
    background-image: url(../images/ui/menu-close@2x.png);
    background-size: 50px auto; }
  .nav--open .nav__list {
    display: block; }
  .nav--open .nav__hamburger {
    display: none; }
  .nav--open .nav__close {
    display: block; }
  .nav__list {
    list-style: none;
    margin-right: 40px; }
    .nav__list:before, .nav__list:after {
      display: table;
      content: ""; }
    .nav__list:after {
      clear: both; }
    @media all and (max-width: 869px) {
      .nav__list {
        display: none;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        margin-top: 70px;
        padding: 0 15px;
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1); } }
    @media all and (min-width: 870px) {
      .nav__list {
        height: auto;
        padding: 0;
        float: left;
        width: auto; } }
    .nav__list li {
      float: left;
      margin-right: 15px; }
      .nav__list li:last-child {
        margin-right: 0; }
        @media all and (max-width: 869px) {
          .nav__list li:last-child a {
            border-bottom: none; } }
      @media all and (max-width: 869px) {
        .nav__list li {
          float: none;
          margin: 0; } }
      @media all and (min-width: 870px) and (max-width: 1049px) {
        .nav__list li {
          margin-right: 20px; } }
      @media all and (min-width: 1050px) {
        .nav__list li {
          margin-right: 30px; } }
      .nav__list li a {
        padding-bottom: 4px;
        border-bottom: 1px solid transparent;
        font-weight: 400;
        font-size: 12px;
        transition: border-color, 0.1s linear;
        -webkit-transition: border-color, 0.1s linear;
        -moz-transition: border-color, 0.1s linear;
        -ms-transition: border-color, 0.1s linear;
        -o-transition: border-color, 0.1s linear; }
        @media all and (max-width: 869px) {
          .nav__list li a {
            padding: 15px 0;
            display: block;
            border-bottom: 1px solid #FDC131; } }
        @media all and (max-height: 400px) {
          .nav__list li a {
            padding: 8px 0; } }
        @media all and (min-width: 680px) and (max-width: 869px) {
          .nav__list li a {
            width: 640px;
            margin: 0 auto; } }
        @media all and (min-width: 1050px) {
          .nav__list li a {
            font-size: 12px; } }
      @media all and (min-width: 870px) {
        .nav__list li a:hover {
          border-bottom-color: #FDC131; } }
  .nav__button {
    font-weight: 400;
    font-size: 12px; }
    @media all and (min-width: 1050px) {
      .nav__button {
        font-size: 14px; } }
  .nav__search {
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -999px;
    margin: 0;
    background-image: url(../images/ui/search-icon@2x.png);
    background-size: 25px auto;
    font-size: 12px;
    display: none; }
    @media all and (min-width: 870px) {
      .nav__search {
        display: block; }
        .nav__search:hover {
          background-position: 0 -25px; } }
  .nav__search-form, .nav__subscribe-form {
    position: absolute;
    top: 12px;
    left: 155px;
    background-color: #F8F9FA;
    width: 645px;
    height: 40px;
    padding-right: 70px;
    border: none;
    display: none; }
    @media all and (min-width: 1050px) {
      .nav__search-form, .nav__subscribe-form {
        width: 805px;
        left: 175px; } }
    @media all and (min-width: 1220px) {
      .nav__search-form, .nav__subscribe-form {
        width: 965px; } }
  .nav__search-field, .nav__subscribe-field {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 10px 0 0;
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #4D6272; }
    .nav__search-field:focus, .nav__subscribe-field:focus {
      outline: none;
      border-color: #FDC131; }
    .nav__search-field::placeholder, .nav__subscribe-field::placeholder {
      color: #000; }
    .nav__search-field::-webkit-input-placeholder, .nav__subscribe-field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    .nav__search-field::-moz-placeholder, .nav__subscribe-field::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    .nav__search-field:-ms-input-placeholder, .nav__subscribe-field:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    .nav__search-field:-moz-placeholder, .nav__subscribe-field:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }
  .nav__search-close, .nav__subscribe-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 0;
    border: none;
    background-color: transparent;
    overflow: hidden;
    cursor: pointer;
    text-indent: -999px;
    background-image: url(../images/ui/close-icon@2x.png);
    background-size: 25px auto; }
    .nav__search-close:hover, .nav__subscribe-close:hover {
      background-position: 0 -25px; }
  .nav__search-submit, .nav__subscribe-submit {
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: url(../images/ui/submit-icon@2x.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 0 0;
    position: absolute;
    top: 18px;
    right: 35px;
    overflow: hidden;
    text-indent: -999px; }
    .nav__search-submit:hover, .nav__subscribe-submit:hover {
      background-position: 0 -20px; }
    .nav__search-submit:focus, .nav__subscribe-submit:focus {
      outline: none; }

main input[type="text"],
main input[type="number"],
main input[type="email"],
main textarea {
  border: 1px solid #C4CBD0;
  padding: 5px 10px;
  border-radius: 1px; }
main input[type="text"]:focus,
main input[type="number"]:focus,
main input[type="email"]:focus,
main textarea:focus {
  outline: none;
  border: 1px solid #FDC131; }
main input[type="button"],
main input[type="submit"],
main .button {
  height: 30px;
  min-width: 180px;
  background: #FDC131;
  line-height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 1px;
  text-align: center; }
  main input[type="button"]:hover,
  main input[type="submit"]:hover,
  main .button:hover {
    opacity: 0.8; }

.feature__grid {
  width: 100%;
  height: 640px;
  margin-bottom: 20px;
  clear: both; }
  .feature__grid:before, .feature__grid:after {
    display: table;
    content: ""; }
  .feature__grid:after {
    clear: both; }
  .feature__grid__headline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FDC131; }
    .feature__grid__headline__category {
      font-size: 14px;
      color: #000000;
      letter-spacing: 0;
      margin-bottom: 20px; }
      @media screen and (max-width: 679px) {
        .feature__grid__headline__category {
          margin-bottom: 10px; } }
    .feature__grid__headline__title {
      font-size: 24px;
      color: #F8F9FA;
      letter-spacing: 0;
      line-height: 1.2em;
      font-family: "aktiv-grotesk", Arial, sans-serif;
      max-height: 173px;
      overflow: hidden;
      padding-bottom: 2px;
      position: relative; }
      .feature__grid__headline__title:hover span {
        border-bottom: 1px solid #fff; }
      @media screen and (max-width: 679px) {
        .feature__grid__headline__title {
          font-size: 15px;
          line-height: 18px;
          max-height: 55px; } }
      @media screen and (max-width: 1049px) {
        .feature__grid__headline__title {
          max-height: 60px; } }
    .feature__grid__headline.sub {
      background: #178acd; }
    .feature__grid__headline.sub .feature__grid__headline__title {
      font-size: 15px;
      line-height: 18px;
      max-height: 55px;
      padding-bottom: 2px; }
    .feature__grid__headline.sub .feature__grid__headline__category {
      margin-bottom: 5px; }
    .feature__grid__headline.sub.alt {
      background: #23D2BE; }
    .feature__grid__headline__container {
      padding: 10px 20px;
      display: inline-block; }
    .feature__grid__headline__wrapper {
      padding: 20px; }
    .feature__grid__headline__author {
      line-height: 30px;
      font-size: 12px;
      font-family: "aktiv-grotesk", Arial, sans-serif; }
      .feature__grid__headline__author-image {
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin-right: 20px; }
  .feature__grid__main {
    width: 65%;
    height: 640px;
    float: left;
    position: relative;
    overflow: hidden; }
    .feature__grid__main:hover .feature__grid__image__wrapper span {
      transform: scale(1.1); }
    .feature__grid__main .feature__grid__headline {
      width: 330px;
      height: 310px;
      position: absolute;
      left: 90px;
      bottom: 40px; }
      .feature__grid__main .feature__grid__headline__title {
        margin-bottom: 20px; }
    @media screen and (max-width: 1049px) {
      .feature__grid__main {
        float: none;
        width: 100%; }
        .feature__grid__main .feature__grid__headline {
          left: 0;
          bottom: 0;
          width: 100%;
          height: auto;
          min-height: 120px; }
        .feature__grid__main .feature__grid__image__wrapper {
          height: 520px; } }
    @media screen and (max-width: 679px) {
      .feature__grid__main {
        height: 320px; } }
  @media screen and (max-width: 679px) {
    .feature__grid__main .feature__grid__image__wrapper {
      height: 320px; } }
  .feature__grid__sub {
    width: 35%;
    height: 640px;
    float: left; }
    .feature__grid__sub__item {
      height: 320px;
      position: relative;
      overflow: hidden; }
      .feature__grid__sub__item:hover .feature__grid__image__wrapper span {
        transform: scale(1.1); }
      @media screen and (max-width: 1049px) {
        .feature__grid__sub__item {
          width: 50%;
          float: left; } }
      @media screen and (max-width: 679px) {
        .feature__grid__sub__item {
          width: 100%;
          float: none; } }
    .feature__grid__sub .feature__grid__image__wrapper {
      height: 320px; }
    @media screen and (max-width: 1049px) {
      .feature__grid__sub {
        width: 100%;
        height: 320px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 680px) {
      .feature__grid__sub {
        height: 640px; } }
  .feature__grid__sub .feature__grid__headline {
    min-height: 110px; }
  .feature__grid__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover; }
    .feature__grid__image__wrapper {
      width: 100%;
      position: relative;
      height: 640px;
      padding: 56.25% 0 0 0; }
      .feature__grid__image__wrapper span {
        transition: transform .3s ease-in-out; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.section {
  width: 100%;
  margin: 0 auto; }
  .section:before, .section:after {
    display: table;
    content: ""; }
  .section:after {
    clear: both; }
  @media all and (max-width: 679px) {
    .section {
      padding: 0 15px; } }
  @media all and (min-width: 680px) and (max-width: 869px) {
    .section {
      width: 645px; } }
  @media all and (min-width: 870px) and (max-width: 1049px) {
    .section {
      width: 800px; } }
  @media all and (min-width: 1050px) and (max-width: 1219px) {
    .section {
      width: 980px; } }
  @media all and (min-width: 1220px) {
    .section {
      width: 1140px; } }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.ad {
  position: relative;
  background-color: #eee;
  display: block; }
  .ad img {
    width: 100%;
    height: 100%; }
  @media all and (min-width: 1050px) {
    .ad--mobile {
      display: none; } }
  .ad--300x50 {
    width: 300px;
    height: 50px;
    margin: 0 auto 20px; }
    @media all and (min-width: 870px) {
      .ad--300x50 {
        display: none; } }
  .ad--970x90 {
    width: 970px;
    height: 90px;
    margin: 0 auto 20px;
    display: none; }
    @media all and (min-width: 1050px) {
      .ad--970x90 {
        display: block; } }
  .ad--728x90 {
    width: 728px;
    height: 90px;
    margin: 0 auto 20px;
    display: none; }
    @media all and (min-width: 870px) {
      .ad--728x90 {
        display: block; } }
  .ad--300x250 {
    width: 300px;
    height: 250px;
    margin: 0 auto 20px; }
  .ad--300x600 {
    width: 300px;
    height: 600px;
    margin: 0 auto 20px; }

.advads-home-leaderboard img {
  width: 100%;
  height: auto;
  max-height: 94px; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.news-grid {
  width: 100%; }
  .news-grid:before, .news-grid:after {
    display: table;
    content: ""; }
  .news-grid:after {
    clear: both; }

.news-grid__section-title {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px; }

.news-grid__category {
  display: block;
  color: #FDC131;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 15px; }
  .news-grid__category:hover {
    opacity: 0.8; }
  .news-grid__category a {
    color: #FDC131; }

.news-grid__title {
  font-size: 18px;
  line-height: 1.2em;
  display: inline; }
  .news-grid__title:before, .news-grid__title:after {
    display: table;
    content: ""; }
  .news-grid__title:after {
    clear: both; }
  .news-grid__title:hover {
    background-image: linear-gradient(to top, white 0%, white 49%, #FDC131 50%, #FDC131 100%);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0 1.1em;
    text-shadow: 0.03em 0 #fff,-0.03em 0 #fff,0.05em 0 #fff,-0.05em 0 #fff,0.09em 0 #fff,-0.075em 0 #fff; }
  @media all and (max-width: 1219px) {
    .news-grid__title {
      font-size: 16px; } }

.news-grid__subtitle {
  font-size: 16px;
  line-height: 1.2em;
  display: block;
  margin-top: 10px;
  color: #4D6272; }
  @media all and (max-width: 1219px) {
    .news-grid__subtitle {
      font-size: 14px; } }
  @media all and (max-width: 679px) {
    .news-grid__subtitle {
      display: none; } }

.news-grid__list-container {
  width: 100%; }
  @media all and (max-width: 869px) {
    .news-grid__list-container {
      margin-bottom: 20px; } }
  @media all and (max-width: 425px) {
    .news-grid__list-container {
      margin-bottom: 10px; } }

.news-grid__list:before, .news-grid__list:after {
  display: table;
  content: ""; }
.news-grid__list:after {
  clear: both; }

.news-grid__item {
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid #C4CBD0;
  position: relative; }
  .news-grid__item:before, .news-grid__item:after {
    display: table;
    content: ""; }
  .news-grid__item:after {
    clear: both; }
  @media all and (min-width: 680px) {
    .news-grid__item {
      margin: 0;
      padding: 20px 0; } }
  @media all and (max-width: 425px) {
    .news-grid__item {
      padding: 10px 0; } }

.news-grid__image-container {
  float: left;
  margin-bottom: 0;
  margin-top: 10px; }
  .news-grid__image-container a {
    display: block; }
  .news-grid__image-container .news-grid__image {
    display: inline-block;
    width: 100%;
    height: 100%; }
  .news-grid__image-container .news-grid__image {
    display: block;
    background-size: cover;
    background-position: center center; }

.news-grid__text-container {
  width: 100%;
  margin-top: 10px;
  margin-left: 10px; }
  @media all and (min-width: 870px) {
    .news-grid__text-container {
      float: left;
      margin-top: 0; } }
  @media all and (max-width: 1049px) {
    .news-grid__text-container {
      width: 42%;
      float: left; } }
  @media all and (min-width: 1050px) and (max-width: 1219px) {
    .news-grid__text-container {
      width: 50%; } }
  @media all and (min-width: 1220px) {
    .news-grid__text-container {
      width: 500px; } }

.news-grid__author-image {
  width: 25px;
  height: 25px;
  margin: 15px 10px 0 0;
  float: left; }
  @media all and (max-width: 425px) {
    .news-grid__author-image {
      display: none; } }

.news-grid__author {
  display: inline-block;
  font-family: "Merriweather", "georgia", serif;
  font-size: 12px;
  color: #4D6272;
  margin-top: 18px; }
  .news-grid__author a {
    font-family: "Merriweather", "georgia", serif;
    font-size: 12px;
    color: #4D6272;
    margin: 0; }
    .news-grid__author a :hover {
      opacity: 0.7; }

.news-grid__pipe {
  margin: 0 10px;
  width: 1px;
  height: 16px;
  background-color: #4e606e;
  display: inline-block;
  position: relative;
  top: 2px; }
  @media all and (max-width: 1049px) {
    .news-grid__pipe {
      display: none; } }

.news-grid__share-container {
  position: absolute;
  margin-top: 10px; }
  @media all and (max-width: 1049px) {
    .news-grid__share-container {
      display: none; } }
  .news-grid__share-container:hover .news-grid__share-icon, .news-grid__share-container.is_active .news-grid__share-icon {
    background-color: #a7afb7;
    background-position: -7px 7px; }
  .news-grid__share-container:hover .news-grid__share-list, .news-grid__share-container.is_active .news-grid__share-list {
    display: block; }

.news-grid__share-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-image: url(../images/ui/share-icon@2x.png);
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: 7px 7px; }

.news-grid__share-list {
  display: none;
  width: 130px !important;
  height: 50px !important;
  position: absolute;
  top: 28px;
  left: -84px; }

.news-grid__share-container .article-share__button {
  margin: 10px 2px; }

.news-grid__item--small {
  display: flex;
  align-items: center; }
  .news-grid__item--small .news-grid__image-container a {
    width: 200px;
    height: 112.5px; }
  @media all and (max-width: 425px) {
    .news-grid__item--small .news-grid__image-container a {
      width: 100px;
      height: 56.25px; } }
  .news-grid__item--small .news-grid__text-container {
    width: 65%; }
    @media all and (max-width: 1049px) {
      .news-grid__item--small .news-grid__text-container {
        width: 55%;
        float: left; } }
    @media all and (max-width: 425px) {
      .news-grid__item--small .news-grid__text-container {
        width: 65%; } }
  .news-grid__item--small:first-child {
    padding-top: 0; }
    @media all and (min-width: 870px) {
      .news-grid__item--small:first-child {
        padding-top: 10px; } }
  .news-grid__item--small:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.news-grid__item--large {
  padding-bottom: 30px;
  border-bottom: 1px solid #C4CBD0;
  display: flex;
  align-items: center; }
  .news-grid__item--large .news-grid__image-container a {
    width: 200px;
    height: 112.5px; }
  @media all and (max-width: 425px) {
    .news-grid__item--large .news-grid__image-container a {
      width: 100px;
      height: 56.25px; } }
  @media all and (min-width: 870px) and (max-width: 1219px) {
    .news-grid__item--large .news-grid__image-container {
      width: 400px;
      height: 225px; } }
  @media all and (min-width: 680px) and (max-width: 870px) {
    .news-grid__item--large .news-grid__image-container {
      width: 360px;
      height: 202.5px; } }
  @media all and (min-width: 680px) {
    .news-grid__item--large .news-grid__image-container .news-grid__image {
      width: 100%;
      height: 100%; }
    .news-grid__item--large .news-grid__image-container a {
      width: 100%;
      height: 100%; } }
  @media all and (max-width: 680px) {
    .news-grid__item--large .news-grid__image-container {
      display: flex;
      justify-content: center;
      align-items: center; }
      .news-grid__item--large .news-grid__image-container a {
        width: 200px;
        height: 112.5px; } }
  @media all and (max-width: 680px) and (max-width: 425px) {
    .news-grid__item--large .news-grid__image-container a {
      width: 100px;
      height: 56.25px; } }

  @media all and (min-width: 1220px) {
    .news-grid__item--large .news-grid__image-container a {
      width: 600px;
      height: 337.5px; } }
  @media all and (max-width: 425px) {
    .news-grid__item--large .news-grid__image-container {
      width: 100px;
      height: 56.25px; } }
  .news-grid__item--large .news-grid__text-container {
    width: 60%; }
  @media all and (max-width: 425px) {
    .news-grid__item--large {
      padding-bottom: 10px; } }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.button,
a.button,
.article-text p a.button {
  display: inline-block;
  color: #fff;
  background-color: #FDC131;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  font-family: "aktiv-grotesk", Arial, sans-serif; }
  .button:focus,
  a.button:focus,
  .article-text p a.button:focus {
    outline: 0; }
  .button:hover,
  a.button:hover,
  .article-text p a.button:hover {
    opacity: 0.8;
    color: #fff; }
  .button--disabled,
  a.button--disabled,
  .article-text p a.button--disabled {
    background-color: #ccc; }
    .button--disabled:hover,
    a.button--disabled:hover,
    .article-text p a.button--disabled:hover {
      background-color: #ccc; }

.button-alt,
.newsletter--large input.button--black[type="submit"] {
  border: 1px solid #4D6272;
  color: #4D6272;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  transition: background-color .15s linear, color .15s linear;
  -webkit-transition: background-color .15s linear, color .15s linear;
  -moz-transition: background-color .15s linear, color .15s linear;
  -ms-transition: background-color .15s linear, color .15s linear;
  -o-transition: background-color .15s linear, color .15s linear; }
  .button-alt:hover,
  .newsletter--large input.button--black[type="submit"]:hover {
    background: #4D6272;
    border-color: transparent;
    color: #fff; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.footer {
  position: relative;
  padding: 18px 0;
  background-color: #F8F9FA;
  margin-top: 60px;
  color: #4D6272;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }
  @media all and (max-width: 320px) {
    .footer {
      font-size: 13px; } }
  @media all and (min-width: 680px) {
    .footer {
      margin-top: 120px; } }
  .footer .social-list {
    margin: 0 auto; }
    @media all and (min-width: 680px) {
      .footer .social-list {
        float: left;
        margin: 0; } }
  .footer__legal-list {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px; }
    .footer__legal-list a {
      border-bottom: 1px solid transparent;
      padding-bottom: 1px;
      color: #4D6272;
      transition: border-color, 0.1s linear;
      -webkit-transition: border-color, 0.1s linear;
      -moz-transition: border-color, 0.1s linear;
      -ms-transition: border-color, 0.1s linear;
      -o-transition: border-color, 0.1s linear; }
      .footer__legal-list a:hover {
        border-bottom: 1px solid #FDC131; }
    @media all and (min-width: 680px) {
      .footer__legal-list {
        width: auto;
        float: right;
        text-align: right; } }
  .footer__legal-item {
    display: inline;
    margin: 0 1px 10px; }
    .footer__legal-item--copyright {
      display: block; }
      @media all and (min-width: 680px) {
        .footer__legal-item--copyright {
          text-align: right; } }
  .footer__address a {
    display: inline;
    text-align: left; }
  .footer__address a div {
    display: inline; }
  .footer__address div[itemprop="address"] {
    display: inline; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.article-category {
  display: inline-block;
  color: #FDC131;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 500; }

.article-headline {
  font-weight: 400;
  color: #313A47;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: -.5px;
  margin-top: 20px; }

.article-headline-2 {
  font-family: "Merriweather", "georgia", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 20px;
  color: #4D6272; }

.article-header {
  position: relative;
  width: 100%;
  height: auto; }
  .article-header__image {
    width: 100%;
    height: auto; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.side-column:before, .side-column:after {
  display: table;
  content: ""; }
.side-column:after {
  clear: both; }
.side-column__author-container:before, .side-column__author-container:after {
  display: table;
  content: ""; }
.side-column__author-container:after {
  clear: both; }
.side-column__author-image {
  width: 80px;
  height: 80px;
  margin: 5px 0 0;
  float: left; }
.side-column__author-name {
  font-size: 20px;
  width: 100%;
  display: block;
  padding-left: 95px;
  margin-top: 25px; }
.side-column__author-twitter {
  display: block;
  font-size: 16px;
  color: #4D6272;
  width: 100%;
  margin: 5px 0 0 0;
  padding-left: 95px; }
.side-column__author-bio {
  color: #4D6272;
  font-size: 14px;
  line-height: 1.5em;
  margin: 15px 0 60px; }
.side-column .news-grid__item {
  margin-right: 0; }
.side-column__headline {
  color: #FDC131;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 15px; }
  .side-column__headline:hover {
    opacity: 0.8; }
.side-column__bottom-sponsors {
  display: none; }
  @media all and (min-width: 1220px) {
    .side-column__bottom-sponsors {
      display: block; } }

.article-tags {
  border-top: 1px solid #e9ebed;
  border-bottom: 1px solid #e9ebed;
  padding: 40px 0;
  margin-top: 60px;
  color: #4e606e;
  line-height: 1.6em; }

.article-tags__title {
  color: #000; }

.article-tags__item {
  color: #4e606e; }

.article-tags__item:hover {
  color: #000; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.article-text {
  font-family: "Merriweather", "georgia", serif, "georgia";
  color: #4D6272;
  width: 100%; }
  .article-text figure img {
    margin: 0; }
  .article-text figure figcaption {
    font-style: italic;
    margin-top: 5px; }
  .article-text figure,
  .article-text img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 30px auto; }
  .article-text p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 22px; }
    .article-text p a {
      color: #4D6272;
      text-decoration: underline; }
      .article-text p a:hover {
        color: #000; }
  .article-text blockquote {
    width: 100%;
    margin: 40px 0; }
    @media all and (min-width: 1050px) {
      .article-text blockquote {
        width: 360px; } }
    .article-text blockquote::before {
      display: block;
      width: 50%;
      height: 1px;
      background-color: #000;
      content: '';
      margin-bottom: 10px; }
    .article-text blockquote p {
      font-family: "aktiv-grotesk", Arial, sans-serif;
      display: block;
      font-size: 16px;
      font-weight: 300;
      margin: 0 0 20px 0;
      color: #313A47;
      line-height: 22px; }
  .article-text h1,
  .article-text h2,
  .article-text h3,
  .article-text h4,
  .article-text h5,
  .article-text h6 {
    padding: 5px 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "aktiv-grotesk", Arial, sans-serif;
    color: #313A47; }
  .article-text ul {
    margin-left: 20px;
    padding-left: 20px;
    list-style: disc; }
  .article-text li {
    font-size: 16px;
    line-height: 22px; }

.article-wrapper {
  position: relative; }

.article-body {
  padding-left: 80px;
  font-weight: 300; }
  @media all and (max-width: 870px) {
    .article-body {
      padding-left: 60px; } }
  @media all and (max-width: 680px) {
    .article-body {
      padding-left: 50px; } }

.article-subheadline {
  padding: 15px 0; }
  .article-subheadline__text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em; }

.article-quote {
  width: 320px;
  margin: 40px 0;
  padding-top: 10px;
  border-top: 3px solid #000; }
  .article-quote__text {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em; }
  .article-quote__credit {
    font-family: 'georgia';
    text-transform: uppercase;
    display: block;
    margin-top: 7px; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.related-story {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #C4CBD0;
  padding-bottom: 25px; }
  .related-story:hover .related-story__headline {
    background-image: linear-gradient(to top, white 0%, white 49%, #FDC131 50%, #FDC131 100%);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0 1.1em;
    text-shadow: 0.03em 0 #fff,-0.03em 0 #fff,0.05em 0 #fff,-0.05em 0 #fff,0.09em 0 #fff,-0.075em 0 #fff; }
  .related-story--small {
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .related-story--small .related-story__author {
      font-family: "Merriweather", "georgia", serif;
      font-size: 12px;
      color: #4D6272; }
  @media all and (min-width: 680px) {
    .related-story__image-container {
      height: 150px;
      overflow: hidden; } }
  .related-story__image {
    width: 100%;
    height: auto; }
    @media all and (min-width: 680px) {
      .related-story__image {
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: auto;
        margin-top: 75px;
        margin-left: 50%;
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1);
        -o-transform: translate3d(-50%, -50%, 0) scale(1); } }
  .related-story__category {
    color: #FDC131;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px; }
    .related-story__category:hover {
      opacity: 0.8; }
  .related-story__headline {
    cursor: pointer;
    font-size: 18px;
    line-height: 1.2em;
    display: inline; }
    .related-story__headline:before, .related-story__headline:after {
      display: table;
      content: ""; }
    .related-story__headline:after {
      clear: both; }
    .related-story__headline:hover {
      background-image: linear-gradient(to top, white 0%, white 49%, #FDC131 50%, #FDC131 100%);
      background-size: 1px 1px;
      background-repeat: repeat-x;
      background-position: 0 1.1em;
      text-shadow: 0.03em 0 #fff,-0.03em 0 #fff,0.05em 0 #fff,-0.05em 0 #fff,0.09em 0 #fff,-0.075em 0 #fff; }
    @media all and (max-width: 1219px) {
      .related-story__headline {
        font-size: 16px; } }
  .related-story__author-info {
    margin-top: 5px; }
    .related-story__author-info:before, .related-story__author-info:after {
      display: table;
      content: ""; }
    .related-story__author-info:after {
      clear: both; }
  .related-story__author-image {
    width: 25px;
    height: 25px;
    margin: 5px 10px 0 0;
    float: left; }
  .related-story__author {
    font-family: "Merriweather", "georgia", serif;
    font-size: 12px;
    color: #4D6272;
    margin-top: 8px;
    float: left; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.article-author {
  color: #4D6272;
  font-family: "Merriweather", "georgia", serif;
  margin: 20px 0 30px; }
  .article-author:before, .article-author:after {
    display: table;
    content: ""; }
  .article-author:after {
    clear: both; }
  .article-author__image-container {
    width: 40px;
    float: left;
    display: none; }
  .article-author__image {
    width: 100%; }
  .article-author__text-container {
    width: 100%;
    margin-top: 2px; }
  .article-author__name {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300; }
    .article-author__name a {
      text-decoration: underline;
      cursor: default; }
  .article-author__date {
    margin: 5px 0 0 15px;
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 5px; }
  .article-author__time {
    margin-left: 20px; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.entry-content {
  position: relative; }

.news-grid__item .article-share {
  top: 25px;
  background: white; }

.article-share {
  width: 40px;
  height: 220px;
  position: absolute;
  top: 0;
  transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s; }
  .article-share--sticky {
    position: fixed; }
  .article-share--bottom {
    bottom: 0;
    top: auto; }
  .article-share--small .article-share__button {
    width: 28px;
    height: 28px;
    float: left; }
  .article-share__button {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    overflow: hidden;
    margin: 10px 0;
    cursor: pointer; }
    .article-share__button svg.facebook-svg {
      transition: background 0.15s linear;
      -webkit-transition: background 0.15s linear;
      -moz-transition: background 0.15s linear;
      -ms-transition: background 0.15s linear;
      -o-transition: background 0.15s linear; }
      .article-share__button svg.facebook-svg .facebook-border {
        fill: #4D6272; }
      .article-share__button svg.facebook-svg .facebook-shape {
        fill: #4D6272; }
    .article-share__button:hover svg.facebook-svg {
      background-color: #537bbd; }
      .article-share__button:hover svg.facebook-svg .facebook-border {
        fill: none; }
      .article-share__button:hover svg.facebook-svg .facebook-shape {
        fill: #fff; }
    .article-share__button svg.twitter-svg {
      transition: background 0.15s linear;
      -webkit-transition: background 0.15s linear;
      -moz-transition: background 0.15s linear;
      -ms-transition: background 0.15s linear;
      -o-transition: background 0.15s linear; }
      .article-share__button svg.twitter-svg .twitter-border {
        fill: #4D6272; }
      .article-share__button svg.twitter-svg .twitter-shape {
        fill: #4D6272; }
      .article-share__button svg.twitter-svg:hover {
        background-color: #78cdf0; }
        .article-share__button svg.twitter-svg:hover .twitter-border {
          fill: none; }
        .article-share__button svg.twitter-svg:hover .twitter-shape {
          fill: #fff; }
    .article-share__button svg.linkedin-svg {
      transition: background 0.15s linear;
      -webkit-transition: background 0.15s linear;
      -moz-transition: background 0.15s linear;
      -ms-transition: background 0.15s linear;
      -o-transition: background 0.15s linear; }
      .article-share__button svg.linkedin-svg .linkedin-border {
        fill: #4D6272; }
      .article-share__button svg.linkedin-svg .linkedin-shape {
        fill: #4D6272; }
      .article-share__button svg.linkedin-svg:hover {
        background-color: #0077b5; }
        .article-share__button svg.linkedin-svg:hover .linkedin-border {
          fill: none; }
        .article-share__button svg.linkedin-svg:hover .linkedin-shape {
          fill: #fff; }
    .article-share__button svg.email-svg {
      transition: background 0.15s linear;
      -webkit-transition: background 0.15s linear;
      -moz-transition: background 0.15s linear;
      -ms-transition: background 0.15s linear;
      -o-transition: background 0.15s linear; }
      .article-share__button svg.email-svg .email-border {
        fill: #4D6272; }
      .article-share__button svg.email-svg .email-shape {
        fill: #4D6272; }
      .article-share__button svg.email-svg:hover {
        background-color: #23D2BE; }
        .article-share__button svg.email-svg:hover .email-border {
          fill: none; }
        .article-share__button svg.email-svg:hover .email-shape {
          fill: #fff; }
  .article-share-title {
    font-size: 14px;
    font-weight: 500;
    color: #FDC131;
    font-family: "aktiv-grotesk", Arial, sans-serif;
    margin: 4px 0 20px; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.about {
  margin-top: 10px; }
  @media all and (min-width: 680px) {
    .about {
      margin-top: 20px; } }
  @media all and (min-width: 1050px) {
    .about {
      margin-top: 40px; } }
  .about__headline {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 50px;
    width: 100%; }
    @media all and (min-width: 870px) {
      .about__headline {
        font-size: 28px;
        width: 660px; } }
    @media all and (min-width: 1050px) {
      .about__headline {
        font-size: 36px;
        width: 830px; } }
  .about__column-container {
    width: 100%; }
    .about__column-container:before, .about__column-container:after {
      display: table;
      content: ""; }
    .about__column-container:after {
      clear: both; }
    @media all and (min-width: 870px) {
      .about__column-container {
        width: 100%;
        margin: 0 auto; } }
    @media all and (min-width: 1050px) {
      .about__column-container {
        width: 840px; } }
  .about__column {
    width: 100%;
    border-bottom: 1px solid #e9ebed;
    margin-bottom: 40px;
    padding-bottom: 40px; }
    .about__column:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    @media all and (min-width: 870px) {
      .about__column {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
        float: left;
        width: 240px;
        margin-right: 40px; }
        .about__column:last-child {
          margin-right: 0; } }
    @media all and (min-width: 1050px) {
      .about__column {
        width: 243px;
        margin-right: 55px; } }
  .about__image {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto; }
    @media all and (min-width: 1220px) {
      .about__image {
        width: 200px;
        height: 200px; } }
  .about__name {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px; }
    @media all and (min-width: 1220px) {
      .about__name {
        font-size: 24px; } }
  .about__twitter {
    display: block;
    color: #000;
    font-size: 14px;
    text-align: center;
    font-family: "aktiv-grotesk", Arial, sans-serif;
    margin-top: 5px; }
    @media all and (min-width: 1220px) {
      .about__twitter {
        margin-top: 15px;
        font-size: 18px; } }
    .about__twitter:hover {
      color: #000; }
  .about__bio {
    color: #4D6272;
    font-family: "Merriweather", "georgia", serif;
    font-size: 12px;
    line-height: 17px;
    margin: 25px 0 0;
    text-align: center; }
  .about__cta-container {
    width: 100%;
    text-align: center;
    margin: 0px auto 0; }
    @media all and (min-width: 680px) {
      .about__cta-container {
        width: 600px;
        margin: 80px auto 0; } }
  .about__cta-title {
    font-size: 14px;
    font-weight: 600;
    display: block; }
    @media all and (min-width: 680px) {
      .about__cta-title {
        font-size: 24px; } }
    @media all and (min-width: 1050px) {
      .about__cta-title {
        font-size: 28px; } }
  .about__button {
    margin-top: 10px; }
    @media all and (min-width: 680px) {
      .about__button {
        margin-top: 20px; } }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.column-container:before, .column-container:after {
  display: table;
  content: ""; }
.column-container:after {
  clear: both; }

.column--left {
  width: 320px; }
  @media all and (max-width: 869px) {
    .column--left {
      width: 100%; } }
  @media all and (min-width: 680px) {
    .column--left {
      float: left; } }
  @media all and (min-width: 870px) and (max-width: 1049px) {
    .column--left {
      width: 475px; } }
  @media all and (min-width: 1050px) and (max-width: 1219px) {
    .column--left {
      width: 640px; } }
  @media all and (min-width: 1220px) {
    .column--left {
      width: 800px; } }
.column--right {
  width: 100%;
  margin-top: 40px; }
  @media all and (min-width: 869px) {
    .column--right {
      float: right;
      width: 300px;
      margin-top: 0; } }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.guidelines {
  margin: 20px 0;
  padding: 20px;
  background-color: #C4CBD0;
  font-family: "aktiv-grotesk", Arial, sans-serif; }
  @media all and (min-width: 680px) {
    .guidelines {
      padding: 40px;
      margin: 40px 0; } }
  .guidelines__headline {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #000; }
    @media all and (min-width: 680px) {
      .guidelines__headline {
        font-size: 22px; } }
  .guidelines__item {
    font-size: 16px;
    margin-bottom: 20px; }
    @media all and (min-width: 870px) {
      .guidelines__item {
        font-size: 18px; } }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.newsletter {
  background-color: #FDC131; }
  .newsletter--large {
    margin: 50px 0;
    padding: 60px 0; }
    @media all and (min-width: 680px) {
      .newsletter--large {
        padding: 80px 0; } }
    .newsletter--large .newsletter__headline {
      text-align: center;
      font-size: 24px;
      width: 100%; }
      @media all and (min-width: 870px) {
        .newsletter--large .newsletter__headline {
          font-size: 32px;
          width: 500px;
          margin: 0 auto; } }
      @media all and (min-width: 1050px) {
        .newsletter--large .newsletter__headline {
          font-size: 36px; } }
    .newsletter--large .newsletter__subheadline {
      text-align: center;
      width: 100%;
      margin: 10px auto 0; }
      @media all and (min-width: 680px) {
        .newsletter--large .newsletter__subheadline {
          width: 500px;
          font-size: 16px; } }
      @media all and (min-width: 870px) {
        .newsletter--large .newsletter__subheadline {
          width: 500px;
          font-size: 18px; } }
    .newsletter--large form {
      height: 200px;
      width: 100%;
      margin: 20px auto 0;
      max-width: 400px; }
      .newsletter--large form:before, .newsletter--large form:after {
        display: table;
        content: ""; }
      .newsletter--large form:after {
        clear: both; }
      @media all and (min-width: 680px) {
        .newsletter--large form {
          margin-top: 40px;
          width: 400px; } }
    .newsletter--large .newsletter__submit {
      margin: 20px auto 0;
      display: block; }
  .newsletter--small {
    margin: 0 0 20px;
    padding: 55px 20px 45px; }
    .newsletter--small:before, .newsletter--small:after {
      display: table;
      content: ""; }
    .newsletter--small:after {
      clear: both; }
    .newsletter--small .newsletter__headline {
      font-size: 16px;
      line-height: 1.4em;
      width: 100%;
      margin: 0;
      font-family: "Merriweather", "georgia", serif;
      text-align: center;
      display: block; }
    .newsletter--small .newsletter__subheadline {
      font-size: 10px;
      text-align: left;
      margin-top: 5px; }
    .newsletter--small form {
      position: relative;
      width: 100%;
      margin-top: 30px; }
      @media all and (max-width: 679px) {
        .newsletter--small form {
          width: 100%;
          float: right; } }
    .newsletter--small .newsletter__email {
      width: 100%;
      padding: 10px 40px 10px 5px;
      font-size: 12px; }
    .newsletter--small .newsletter__submit {
      margin-top: 0;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      min-width: 35px;
      height: 37px;
      overflow: hidden;
      text-indent: -999px;
      padding: 0;
      background-position: center;
      background-color: #000;
      background-image: url(../images/ui/cta-arrow@2x.png);
      background-repeat: no-repeat;
      background-size: 50%; }
      .newsletter--small .newsletter__submit:hover {
        opacity: 0.8; }
  .newsletter__subheadline {
    display: block;
    font-size: 14px;
    font-family: "Merriweather", "georgia", serif; }
  .newsletter__email {
    display: block;
    width: 100%;
    padding: 18px 20px;
    border: none;
    text-align: center;
    color: #4D6272; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
body.page {
  padding-top: 100px; }
  @media all and (min-width: 870px) and (max-width: 1049px) {
    body.page {
      padding-top: 140px; } }
  @media all and (min-width: 1050px) {
    body.page {
      padding-top: 160px; } }

.page {
  font-family: "aktiv-grotesk", Arial, sans-serif; }
  .page .article-text {
    padding-left: 0; }
    @media all and (min-width: 1050px) {
      .page .article-text h1 {
        font-size: 36px;
        line-height: 1.2em;
        margin-top: 10px; } }
  .page__category, .page__subcategory {
    display: inline-block;
    color: #313A47;
    font-size: 24px;
    margin-top: 4px; }
  .page__subcategory {
    font-family: "aktiv-grotesk", Arial, sans-serif;
    margin: -20px 0; }
  .page .entry-content-container {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin: 0; }
    .page .entry-content-container:after {
      content: " ";
      display: block;
      clear: both; }
    .page .entry-content-container .article-text-small {
      width: 47.05882%;
      float: left;
      margin-right: 5.88235%; }
      @media all and (max-width: 870px) {
        .page .entry-content-container .article-text-small {
          clear: both;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
    .page .entry-content-container .page-image {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .page .entry-content-container .page-image img {
        width: 100%;
        height: auto; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.single main {
  padding-top: 15px; }
.single .news-grid {
  margin-top: 60px; }

.archive main {
  padding-top: 15px; }

.search main {
  padding-top: 15px; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.archive main {
  padding-top: 15px; }

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
.search main {
  padding-top: 15px; }

.social {
  border-bottom: 1px solid #e9ebed;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.social__list:before, .social__list:after {
  display: table;
  content: ""; }

.social__list:after {
  clear: both; }

.social__item {
  float: left;
  width: 55px;
  height: 70px; }

.social__item:hover a {
  background-position-x: -150px; }

.social__item:first-child {
  width: 40px; }

.social__item:first-child:hover a {
  background-position-x: -160px; }

.social__item--facebook a {
  background-position: -90px 0; }

.social__item--twitter a {
  background-position: -80px -70px; }

.social__item--soundcloud a {
  background-position: -80px -280px; }

.social__item--linkedin a {
  background-position: -80px -210px; }

.social__item--tumblr a {
  background-position: -70px -350px; }

.social__item--google a {
  background-position: -80px -140px; }

.social__item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  text-indent: -999px;
  background-image: url(../images/ui/social-icons@2x.png);
  background-size: 210px auto; }

.contribute__column {
  width: 91.17647%;
  float: left;
  margin-right: 5.88235%; }
  @media all and (max-width: 870px) {
    .contribute__column {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.contribute__content {
  padding-top: 30px;
  color: #272D39;
  font-family: "Merriweather", "georgia", serif;
  font-size: 14px; }
  .contribute__content:before, .contribute__content:after {
    display: table;
    content: ""; }
  .contribute__content:after {
    clear: both; }
  .contribute__content__left {
    width: 64.70588%;
    float: left;
    margin-right: 5.88235%; }
    @media all and (max-width: 425px) {
      .contribute__content__left {
        float: none;
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .contribute__content__left p {
      padding: 0;
      margin: 0; }
  .contribute__content__right {
    float: right;
    width: 29.41176%;
    float: right;
    margin-right: 0; }
    @media all and (max-width: 425px) {
      .contribute__content__right {
        float: none;
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px; } }

.contribute-form {
  margin-top: 40px;
  margin-bottom: 60px;
  width: 100%;
  font-family: "aktiv-grotesk", Arial, sans-serif; }
  .contribute-form__info {
    width: 29.41176%;
    float: left;
    margin-right: 5.88235%; }
    @media all and (max-width: 425px) {
      .contribute-form__info {
        float: none;
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .contribute-form__article {
    width: 64.70588%;
    float: right;
    margin-right: 0; }
    @media all and (max-width: 425px) {
      .contribute-form__article {
        float: none;
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .contribute-form__wrapper:before, .contribute-form__wrapper:after {
    display: table;
    content: ""; }
  .contribute-form__wrapper:after {
    clear: both; }
  .contribute-form label {
    font-size: 12px; }

.contribute-form__required-label {
  font-family: "Merriweather", "georgia", serif;
  font-style: italic;
  width: 100%;
  text-align: right;
  display: inline-block;
  margin-bottom: 20px; }

.contribute-form__success {
  margin-bottom: 40px;
  font-size: 24px; }

.contribute-form__error {
  margin-bottom: 40px;
  font-size: 24px;
  color: #EF356D; }

.contribute-form label {
  margin-bottom: 5px;
  display: inline-block; }

.contribute-form input[type="text"] {
  margin-bottom: 15px;
  width: 100%; }

.contribute-form textarea {
  margin-bottom: 25px;
  width: 100%;
  height: 370px; }

.contribute-form input[type="submit"] {
  width: 135px;
  float: right; }

.category-statistics .entry-content {
  min-height: 140px; }
.category-statistics .article-headline-2 {
  font-size: 18px;
  display: inline-block; }

.stat-of-the-day {
  margin-bottom: 30px; }
  .stat-of-the-day__header {
    display: block;
    width: 100%; }
  .stat-of-the-day__text-container {
    background-color: #FDC131;
    padding: 20px; }
  .stat-of-the-day__stat {
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 0 10px 0;
    display: block; }
    .stat-of-the-day__stat:hover {
      text-decoration: underline; }
  .stat-of-the-day__source {
    font-family: "Merriweather", "georgia", serif;
    font-size: 12px;
    color: #4D6272; }
    .stat-of-the-day__source:hover {
      text-decoration: underline; }

.stat__section-title {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 25px; }
  @media all and (min-width: 680px) {
    .stat__section-title {
      font-size: 20px; } }
.stat__item {
  padding: 30px 0;
  border-bottom: 1px solid #C4CBD0; }
  .stat__item:first-child {
    padding-top: 0; }
  .stat__item:last-child {
    margin-bottom: 30px; }
  .stat__item--large {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C4CBD0; }
    .stat__item--large:before, .stat__item--large:after {
      display: table;
      content: ""; }
    .stat__item--large:after {
      clear: both; }
    .stat__item--large .stat__image {
      width: 100%;
      height: auto; }
      @media all and (min-width: 870px) {
        .stat__item--large .stat__image {
          float: left;
          width: 330px; } }
      @media all and (min-width: 1050px) {
        .stat__item--large .stat__image {
          width: 500px; } }
      @media all and (min-width: 1220px) {
        .stat__item--large .stat__image {
          width: 645px; } }
    .stat__item--large .stat__text-container {
      width: 100%;
      margin-top: 30px; }
      @media all and (min-width: 870px) {
        .stat__item--large .stat__text-container {
          width: 470px;
          float: left;
          padding-left: 50px;
          margin-top: 0px; } }
      @media all and (min-width: 1050px) {
        .stat__item--large .stat__text-container {
          width: 480px;
          margin-top: 60px; } }
      @media all and (min-width: 1220px) {
        .stat__item--large .stat__text-container {
          width: 495px;
          margin-top: 80px; } }
.stat__category {
  display: block;
  color: #FDC131;
  font-size: 16px; }
.stat__text {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1em;
  display: block;
  margin: 10px 0 15px; }
.stat__source {
  display: block;
  font-family: "Merriweather", "georgia", serif;
  color: #060606;
  font-size: 14px; }
  .stat__source:hover {
    text-decoration: underline; }

/**
 * Overriding the styling for the popup plugin
 */
.pop-up-cc .m-2 .modal-inner .cc-pu-btn {
  background: #FDC131;
  font-weight: normal;
  color: #fff; }
.pop-up-cc .gold-2 .modal-inner h2 {
  font-family: "Merriweather", "georgia", serif !important;
  line-height: 14px !important;
  color: #4D6272;
  font-size: 16px; }
.pop-up-cc .gold-2 .cc-pu-close {
  background: none !important;
  color: #4D6272; }
  .pop-up-cc .gold-2 .cc-pu-close f
  .fa {
    font-size: 16px; }

.cc-theme__gold .cc-pop-up__close {
  background: none; }
  .cc-theme__gold .cc-pop-up__close .fa {
    font-size: 16px; }

.cc-pop-up-pro .cc-pop-up__content h1, .cc-pop-up-pro .cc-pop-up__content h2, .cc-pop-up-pro .cc-pop-up__content h3, .cc-pop-up-pro .cc-pop-up__content h4, .cc-pop-up-pro .cc-pop-up__content h5, .cc-pop-up-pro .cc-pop-up__content h6 {
  font-size: 16px;
  font-family: "Merriweather", "georgia", serif !important; }

.m-2 .modal-inner .cc-pu-form-group__half .cc-pu-btn, .m-2 .modal-inner .cc-pu-form-group__full .cc-pu-btn {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 12px; }

/*# sourceMappingURL=geomarketingv2.css.map */
