/* line 1, ../scss/geomarketingv2.scss */
#wpadminbar {
  display: none;
}

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

/**
 * Remove default margin.
 */
/* line 12, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* line 16, ../scss/_normalize.scss */
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.
 */
/* line 37, ../scss/_normalize.scss */
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.
 */
/* line 50, ../scss/_normalize.scss */
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.
 */
/* line 60, ../scss/_normalize.scss */
[hidden],
template {
  display: none;
}

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

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

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

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

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

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

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

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

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

/* line 152, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 156, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

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

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

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

/*No cross for input in IE*/
/* line 201, ../scss/_normalize.scss */
input::-ms-clear {
  display: none;
}

/**
 * Contain overflow in all browsers.
 */
/* line 209, ../scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 217, ../scss/_normalize.scss */
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.
 */
/* line 240, ../scss/_normalize.scss */
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.
 */
/* line 254, ../scss/_normalize.scss */
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.
 */
/* line 265, ../scss/_normalize.scss */
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.
 */
/* line 278, ../scss/_normalize.scss */
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.
 */
/* line 290, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 299, ../scss/_normalize.scss */
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.
 */
/* line 310, ../scss/_normalize.scss */
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.
 */
/* line 322, ../scss/_normalize.scss */
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`.
 */
/* line 334, ../scss/_normalize.scss */
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).
 */
/* line 345, ../scss/_normalize.scss */
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).
 */
/* line 358, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 367, ../scss/_normalize.scss */
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.
 */
/* line 378, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 387, ../scss/_normalize.scss */
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.
 */
/* line 396, ../scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 407, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 412, ../scss/_normalize.scss */
td,
th {
  padding: 0;
}

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
/* line 3, ../scss/_social-list.scss */
.social-list {
  width: 36px;
  height: 36px;
  width: 180px;
}
/* line 8, ../scss/_social-list.scss */
.social-list-item {
  float: left;
  margin-left: 10px;
}
/* line 12, ../scss/_social-list.scss */
.social-list-item:first-child {
  margin-left: 0;
}
/* line 16, ../scss/_social-list.scss */
.social-list-item a {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 36px;
}
/* line 90, ../scss/_config.scss */
.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;
}
/* line 78, ../scss/_config.scss */
.social-list-item a svg.facebook-svg .facebook-border {
  fill: #4D6272;
}
/* line 82, ../scss/_config.scss */
.social-list-item a svg.facebook-svg .facebook-shape {
  fill: #4D6272;
}
/* line 95, ../scss/_config.scss */
.social-list-item a:hover svg.facebook-svg {
  background-color: #537bbd;
}
/* line 70, ../scss/_config.scss */
.social-list-item a:hover svg.facebook-svg .facebook-border {
  fill: none;
}
/* line 74, ../scss/_config.scss */
.social-list-item a:hover svg.facebook-svg .facebook-shape {
  fill: #fff;
}
/* line 102, ../scss/_config.scss */
.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;
}
/* line 78, ../scss/_config.scss */
.social-list-item a svg.twitter-svg .twitter-border {
  fill: #4D6272;
}
/* line 82, ../scss/_config.scss */
.social-list-item a svg.twitter-svg .twitter-shape {
  fill: #4D6272;
}
/* line 106, ../scss/_config.scss */
.social-list-item a svg.twitter-svg:hover {
  background-color: #78cdf0;
}
/* line 70, ../scss/_config.scss */
.social-list-item a svg.twitter-svg:hover .twitter-border {
  fill: none;
}
/* line 74, ../scss/_config.scss */
.social-list-item a svg.twitter-svg:hover .twitter-shape {
  fill: #fff;
}
/* line 114, ../scss/_config.scss */
.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;
}
/* line 78, ../scss/_config.scss */
.social-list-item a svg.linkedin-svg .linkedin-border {
  fill: #4D6272;
}
/* line 82, ../scss/_config.scss */
.social-list-item a svg.linkedin-svg .linkedin-shape {
  fill: #4D6272;
}
/* line 118, ../scss/_config.scss */
.social-list-item a svg.linkedin-svg:hover {
  background-color: #0077b5;
}
/* line 70, ../scss/_config.scss */
.social-list-item a svg.linkedin-svg:hover .linkedin-border {
  fill: none;
}
/* line 74, ../scss/_config.scss */
.social-list-item a svg.linkedin-svg:hover .linkedin-shape {
  fill: #fff;
}
/* line 128, ../scss/_config.scss */
.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;
}
/* line 78, ../scss/_config.scss */
.social-list-item a svg.google-svg .google-border {
  fill: #4D6272;
}
/* line 82, ../scss/_config.scss */
.social-list-item a svg.google-svg .google-shape {
  fill: #4D6272;
}
/* line 132, ../scss/_config.scss */
.social-list-item a svg.google-svg:hover {
  background-color: #dc4e41;
}
/* line 70, ../scss/_config.scss */
.social-list-item a svg.google-svg:hover .google-border {
  fill: none;
}
/* line 74, ../scss/_config.scss */
.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
 */
/* line 3, ../scss/_main.scss */
#wpadminbar {
  display: none;
}

/* line 6, ../scss/_main.scss */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 16, ../scss/_main.scss */
button:focus {
  outline: 0;
}

/* line 20, ../scss/_main.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 26, ../scss/_main.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

/* line 33, ../scss/_main.scss */
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;
}

/* line 44, ../scss/_main.scss */
html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

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

/* line 63, ../scss/_main.scss */
.main-container {
  position: relative;
}

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
/* line 3, ../scss/_nav.scss */
.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);
}
/* line 12, ../scss/_nav.scss */
.nav section {
  position: relative;
}
/* line 15, ../scss/_nav.scss */
.nav__wrapper {
  margin-top: 30px;
  float: right;
  width: 625px;
}
/* line 49, ../scss/_config.scss */
.nav__wrapper:before, .nav__wrapper:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.nav__wrapper:after {
  clear: both;
}
/* line 22, ../scss/_nav.scss */
.nav__logo {
  width: 190px;
  height: 60px;
  float: left;
  margin-top: 10px;
  display: inline-block;
}
@media all and (min-width: 870px) {
  /* line 22, ../scss/_nav.scss */
  .nav__logo {
    margin-left: -25px;
  }
}
/* line 34, ../scss/_nav.scss */
.nav__mobile-controls {
  float: right;
}
@media all and (min-width: 870px) {
  /* line 34, ../scss/_nav.scss */
  .nav__mobile-controls {
    display: none;
  }
}
/* line 42, ../scss/_nav.scss */
.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;
}
/* line 55, ../scss/_nav.scss */
.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;
}
/* line 70, ../scss/_nav.scss */
.nav--open .nav__list {
  display: block;
}
/* line 74, ../scss/_nav.scss */
.nav--open .nav__hamburger {
  display: none;
}
/* line 78, ../scss/_nav.scss */
.nav--open .nav__close {
  display: block;
}
/* line 83, ../scss/_nav.scss */
.nav__list {
  list-style: none;
  margin-right: 40px;
}
/* line 49, ../scss/_config.scss */
.nav__list:before, .nav__list:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.nav__list:after {
  clear: both;
}
@media all and (max-width: 869px) {
  /* line 83, ../scss/_nav.scss */
  .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) {
  /* line 83, ../scss/_nav.scss */
  .nav__list {
    height: auto;
    padding: 0;
    float: left;
    width: auto;
  }
}
/* line 117, ../scss/_nav.scss */
.nav__list li {
  float: left;
  margin-right: 15px;
}
/* line 121, ../scss/_nav.scss */
.nav__list li:last-child {
  margin-right: 0;
}
@media all and (max-width: 869px) {
  /* line 125, ../scss/_nav.scss */
  .nav__list li:last-child a {
    border-bottom: none;
  }
}
@media all and (max-width: 869px) {
  /* line 117, ../scss/_nav.scss */
  .nav__list li {
    float: none;
    margin: 0;
  }
}
@media all and (min-width: 870px) and (max-width: 1049px) {
  /* line 117, ../scss/_nav.scss */
  .nav__list li {
    margin-right: 20px;
  }
}
@media all and (min-width: 1050px) {
  /* line 117, ../scss/_nav.scss */
  .nav__list li {
    margin-right: 30px;
  }
}
/* line 145, ../scss/_nav.scss */
.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) {
  /* line 145, ../scss/_nav.scss */
  .nav__list li a {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #FDC131;
  }
}
@media all and (max-height: 400px) {
  /* line 145, ../scss/_nav.scss */
  .nav__list li a {
    padding: 8px 0;
  }
}
@media all and (min-width: 680px) and (max-width: 869px) {
  /* line 145, ../scss/_nav.scss */
  .nav__list li a {
    width: 640px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1050px) {
  /* line 145, ../scss/_nav.scss */
  .nav__list li a {
    font-size: 12px;
  }
}
@media all and (min-width: 870px) {
  /* line 174, ../scss/_nav.scss */
  .nav__list li a:hover {
    border-bottom-color: #FDC131;
  }
}
/* line 182, ../scss/_nav.scss */
.nav__button {
  font-weight: 400;
  font-size: 12px;
}
@media all and (min-width: 1050px) {
  /* line 182, ../scss/_nav.scss */
  .nav__button {
    font-size: 14px;
  }
}
/* line 195, ../scss/_nav.scss */
.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) {
  /* line 195, ../scss/_nav.scss */
  .nav__search {
    display: block;
  }
  /* line 213, ../scss/_nav.scss */
  .nav__search:hover {
    background-position: 0 -25px;
  }
}
/* line 221, ../scss/_nav.scss */
.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) {
  /* line 221, ../scss/_nav.scss */
  .nav__search-form, .nav__subscribe-form {
    width: 805px;
    left: 175px;
  }
}
@media all and (min-width: 1220px) {
  /* line 221, ../scss/_nav.scss */
  .nav__search-form, .nav__subscribe-form {
    width: 965px;
  }
}
/* line 247, ../scss/_nav.scss */
.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;
}
/* line 262, ../scss/_nav.scss */
.nav__search-field:focus, .nav__subscribe-field:focus {
  outline: none;
  border-color: #FDC131;
}
/* line 267, ../scss/_nav.scss */
.nav__search-field::placeholder, .nav__subscribe-field::placeholder {
  color: #000;
}
/* line 270, ../scss/_nav.scss */
.nav__search-field::-webkit-input-placeholder, .nav__subscribe-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
/* line 274, ../scss/_nav.scss */
.nav__search-field::-moz-placeholder, .nav__subscribe-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
/* line 278, ../scss/_nav.scss */
.nav__search-field:-ms-input-placeholder, .nav__subscribe-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
/* line 282, ../scss/_nav.scss */
.nav__search-field:-moz-placeholder, .nav__subscribe-field:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
/* line 287, ../scss/_nav.scss */
.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;
}
/* line 306, ../scss/_nav.scss */
.nav__search-close:hover, .nav__subscribe-close:hover {
  background-position: 0 -25px;
}
/* line 311, ../scss/_nav.scss */
.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;
}
/* line 330, ../scss/_nav.scss */
.nav__search-submit:hover, .nav__subscribe-submit:hover {
  background-position: 0 -20px;
}
/* line 333, ../scss/_nav.scss */
.nav__search-submit:focus, .nav__subscribe-submit:focus {
  outline: none;
}

/* line 2, ../scss/_form.scss */
main input[type="text"],
main input[type="number"],
main input[type="email"],
main textarea {
  border: 1px solid #C4CBD0;
  padding: 5px 10px;
  border-radius: 1px;
}
/* line 15, ../scss/_form.scss */
main input[type="text"]:focus,
main input[type="number"]:focus,
main input[type="email"]:focus,
main textarea:focus {
  outline: none;
  border: 1px solid #FDC131;
}
/* line 21, ../scss/_form.scss */
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;
}
/* line 32, ../scss/_form.scss */
main input[type="button"]:hover,
main input[type="submit"]:hover,
main .button:hover {
  opacity: 0.8;
}

/* line 3, ../scss/_feature-grid.scss */
.feature__grid {
  width: 100%;
  height: 640px;
  margin-bottom: 20px;
  clear: both;
}
/* line 49, ../scss/_config.scss */
.feature__grid:before, .feature__grid:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.feature__grid:after {
  clear: both;
}
/* line 10, ../scss/_feature-grid.scss */
.feature__grid__headline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FDC131;
}
/* line 17, ../scss/_feature-grid.scss */
.feature__grid__headline__category {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 679px) {
  /* line 17, ../scss/_feature-grid.scss */
  .feature__grid__headline__category {
    margin-bottom: 10px;
  }
}
/* line 28, ../scss/_feature-grid.scss */
.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;
}
/* line 40, ../scss/_feature-grid.scss */
.feature__grid__headline__title:hover span {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 679px) {
  /* line 28, ../scss/_feature-grid.scss */
  .feature__grid__headline__title {
    font-size: 15px;
    line-height: 18px;
    max-height: 55px;
  }
}
@media screen and (max-width: 1049px) {
  /* line 28, ../scss/_feature-grid.scss */
  .feature__grid__headline__title {
    max-height: 60px;
  }
}
/* line 56, ../scss/_feature-grid.scss */
.feature__grid__headline.sub {
  background: #178acd;
}
/* line 60, ../scss/_feature-grid.scss */
.feature__grid__headline.sub .feature__grid__headline__title {
  font-size: 15px;
  line-height: 18px;
  max-height: 55px;
  padding-bottom: 2px;
}
/* line 67, ../scss/_feature-grid.scss */
.feature__grid__headline.sub .feature__grid__headline__category {
  margin-bottom: 5px;
}
/* line 71, ../scss/_feature-grid.scss */
.feature__grid__headline.sub.alt {
  background: #23D2BE;
}
/* line 75, ../scss/_feature-grid.scss */
.feature__grid__headline__container {
  padding: 10px 20px;
  display: inline-block;
}
/* line 80, ../scss/_feature-grid.scss */
.feature__grid__headline__wrapper {
  padding: 20px;
}
/* line 85, ../scss/_feature-grid.scss */
.feature__grid__headline__author {
  line-height: 30px;
  font-size: 12px;
  font-family: "aktiv-grotesk", Arial, sans-serif;
}
/* line 90, ../scss/_feature-grid.scss */
.feature__grid__headline__author-image {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 20px;
}
/* line 99, ../scss/_feature-grid.scss */
.feature__grid__main {
  width: 65%;
  height: 640px;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 107, ../scss/_feature-grid.scss */
.feature__grid__main:hover .feature__grid__image__wrapper span {
  transform: scale(1.1);
}
/* line 112, ../scss/_feature-grid.scss */
.feature__grid__main .feature__grid__headline {
  width: 330px;
  height: 310px;
  position: absolute;
  left: 90px;
  bottom: 40px;
}
/* line 119, ../scss/_feature-grid.scss */
.feature__grid__main .feature__grid__headline__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1049px) {
  /* line 99, ../scss/_feature-grid.scss */
  .feature__grid__main {
    float: none;
    width: 100%;
  }
  /* line 128, ../scss/_feature-grid.scss */
  .feature__grid__main .feature__grid__headline {
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 120px;
  }
  /* line 136, ../scss/_feature-grid.scss */
  .feature__grid__main .feature__grid__image__wrapper {
    height: 520px;
  }
}
@media screen and (max-width: 679px) {
  /* line 99, ../scss/_feature-grid.scss */
  .feature__grid__main {
    height: 320px;
  }
}
@media screen and (max-width: 679px) {
  /* line 147, ../scss/_feature-grid.scss */
  .feature__grid__main .feature__grid__image__wrapper {
    height: 320px;
  }
}
/* line 153, ../scss/_feature-grid.scss */
.feature__grid__sub {
  width: 35%;
  height: 640px;
  float: left;
}
/* line 158, ../scss/_feature-grid.scss */
.feature__grid__sub__item {
  height: 320px;
  position: relative;
  overflow: hidden;
}
/* line 164, ../scss/_feature-grid.scss */
.feature__grid__sub__item:hover .feature__grid__image__wrapper span {
  transform: scale(1.1);
}
@media screen and (max-width: 1049px) {
  /* line 158, ../scss/_feature-grid.scss */
  .feature__grid__sub__item {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 679px) {
  /* line 158, ../scss/_feature-grid.scss */
  .feature__grid__sub__item {
    width: 100%;
    float: none;
  }
}
/* line 180, ../scss/_feature-grid.scss */
.feature__grid__sub .feature__grid__image__wrapper {
  height: 320px;
}
@media screen and (max-width: 1049px) {
  /* line 153, ../scss/_feature-grid.scss */
  .feature__grid__sub {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  /* line 153, ../scss/_feature-grid.scss */
  .feature__grid__sub {
    height: 640px;
  }
}
/* line 195, ../scss/_feature-grid.scss */
.feature__grid__sub .feature__grid__headline {
  min-height: 110px;
}
/* line 199, ../scss/_feature-grid.scss */
.feature__grid__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
/* line 208, ../scss/_feature-grid.scss */
.feature__grid__image__wrapper {
  width: 100%;
  position: relative;
  height: 640px;
  padding: 56.25% 0 0 0;
}
/* line 214, ../scss/_feature-grid.scss */
.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
 */
/* line 3, ../scss/_section.scss */
.section {
  width: 100%;
  margin: 0 auto;
}
/* line 49, ../scss/_config.scss */
.section:before, .section:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.section:after {
  clear: both;
}
@media all and (max-width: 679px) {
  /* line 3, ../scss/_section.scss */
  .section {
    padding: 0 15px;
  }
}
@media all and (min-width: 680px) and (max-width: 869px) {
  /* line 3, ../scss/_section.scss */
  .section {
    width: 645px;
  }
}
@media all and (min-width: 870px) and (max-width: 1049px) {
  /* line 3, ../scss/_section.scss */
  .section {
    width: 800px;
  }
}
@media all and (min-width: 1050px) and (max-width: 1219px) {
  /* line 3, ../scss/_section.scss */
  .section {
    width: 980px;
  }
}
@media all and (min-width: 1220px) {
  /* line 3, ../scss/_section.scss */
  .section {
    width: 1140px;
  }
}

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

/* line 70, ../scss/_ad.scss */
.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
 */
/* line 3, ../scss/_news-grid.scss */
.news-grid {
  width: 100%;
}
/* line 49, ../scss/_config.scss */
.news-grid:before, .news-grid:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.news-grid:after {
  clear: both;
}

/* line 8, ../scss/_news-grid.scss */
.news-grid__section-title {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}

/* line 15, ../scss/_news-grid.scss */
.news-grid__category {
  display: block;
  color: #FDC131;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 15px;
}
/* line 169, ../scss/_config.scss */
.news-grid__category:hover {
  opacity: 0.8;
}
/* line 20, ../scss/_news-grid.scss */
.news-grid__category a {
  color: #FDC131;
}

/* line 25, ../scss/_news-grid.scss */
.news-grid__title {
  font-size: 18px;
  line-height: 1.2em;
  display: inline;
}
/* line 49, ../scss/_config.scss */
.news-grid__title:before, .news-grid__title:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.news-grid__title:after {
  clear: both;
}
/* line 190, ../scss/_config.scss */
.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) {
  /* line 25, ../scss/_news-grid.scss */
  .news-grid__title {
    font-size: 16px;
  }
}

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

/* line 35, ../scss/_news-grid.scss */
.news-grid__list-container {
  width: 100%;
}
@media all and (max-width: 869px) {
  /* line 35, ../scss/_news-grid.scss */
  .news-grid__list-container {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 425px) {
  /* line 35, ../scss/_news-grid.scss */
  .news-grid__list-container {
    margin-bottom: 10px;
  }
}

/* line 49, ../scss/_config.scss */
.news-grid__list:before, .news-grid__list:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.news-grid__list:after {
  clear: both;
}

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

/* line 69, ../scss/_news-grid.scss */
.news-grid__image-container {
  float: left;
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 74, ../scss/_news-grid.scss */
.news-grid__image-container a {
  display: block;
}
/* line 78, ../scss/_news-grid.scss */
.news-grid__image-container .news-grid__image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* line 84, ../scss/_news-grid.scss */
.news-grid__image-container .news-grid__image {
  display: block;
  background-size: cover;
  background-position: center center;
}

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

/* line 117, ../scss/_news-grid.scss */
.news-grid__author-image {
  width: 25px;
  height: 25px;
  margin: 15px 10px 0 0;
  float: left;
}
@media all and (max-width: 425px) {
  /* line 117, ../scss/_news-grid.scss */
  .news-grid__author-image {
    display: none;
  }
}

/* line 128, ../scss/_news-grid.scss */
.news-grid__author {
  display: inline-block;
  font-family: "Merriweather", "georgia", serif;
  font-size: 12px;
  color: #4D6272;
  margin-top: 18px;
}
/* line 133, ../scss/_news-grid.scss */
.news-grid__author a {
  font-family: "Merriweather", "georgia", serif;
  font-size: 12px;
  color: #4D6272;
  margin: 0;
}
/* line 137, ../scss/_news-grid.scss */
.news-grid__author a :hover {
  opacity: 0.7;
}

/* line 143, ../scss/_news-grid.scss */
.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) {
  /* line 143, ../scss/_news-grid.scss */
  .news-grid__pipe {
    display: none;
  }
}

/* line 157, ../scss/_news-grid.scss */
.news-grid__share-container {
  position: absolute;
  margin-top: 10px;
}
@media all and (max-width: 1049px) {
  /* line 157, ../scss/_news-grid.scss */
  .news-grid__share-container {
    display: none;
  }
}
/* line 168, ../scss/_news-grid.scss */
.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;
}
/* line 173, ../scss/_news-grid.scss */
.news-grid__share-container:hover .news-grid__share-list, .news-grid__share-container.is_active .news-grid__share-list {
  display: block;
}

/* line 179, ../scss/_news-grid.scss */
.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;
}

/* line 189, ../scss/_news-grid.scss */
.news-grid__share-list {
  display: none;
  width: 130px !important;
  height: 50px !important;
  position: absolute;
  top: 28px;
  left: -84px;
}

/* line 198, ../scss/_news-grid.scss */
.news-grid__share-container .article-share__button {
  margin: 10px 2px;
}

/* line 203, ../scss/_news-grid.scss */
.news-grid__item--small {
  display: flex;
  align-items: center;
}
/* line 223, ../scss/_config.scss */
.news-grid__item--small .news-grid__image-container a {
  width: 200px;
  height: 112.5px;
}
@media all and (max-width: 425px) {
  /* line 228, ../scss/_config.scss */
  .news-grid__item--small .news-grid__image-container a {
    width: 100px;
    height: 56.25px;
  }
}
/* line 211, ../scss/_news-grid.scss */
.news-grid__item--small .news-grid__text-container {
  width: 65%;
}
@media all and (max-width: 1049px) {
  /* line 211, ../scss/_news-grid.scss */
  .news-grid__item--small .news-grid__text-container {
    width: 55%;
    float: left;
  }
}
@media all and (max-width: 425px) {
  /* line 211, ../scss/_news-grid.scss */
  .news-grid__item--small .news-grid__text-container {
    width: 65%;
  }
}
/* line 224, ../scss/_news-grid.scss */
.news-grid__item--small:first-child {
  padding-top: 0;
}
@media all and (min-width: 870px) {
  /* line 224, ../scss/_news-grid.scss */
  .news-grid__item--small:first-child {
    padding-top: 10px;
  }
}
/* line 232, ../scss/_news-grid.scss */
.news-grid__item--small:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 239, ../scss/_news-grid.scss */
.news-grid__item--large {
  padding-bottom: 30px;
  border-bottom: 1px solid #C4CBD0;
  display: flex;
  align-items: center;
}
/* line 223, ../scss/_config.scss */
.news-grid__item--large .news-grid__image-container a {
  width: 200px;
  height: 112.5px;
}
@media all and (max-width: 425px) {
  /* line 228, ../scss/_config.scss */
  .news-grid__item--large .news-grid__image-container a {
    width: 100px;
    height: 56.25px;
  }
}
@media all and (min-width: 870px) and (max-width: 1219px) {
  /* line 245, ../scss/_news-grid.scss */
  .news-grid__item--large .news-grid__image-container {
    width: 400px;
    height: 225px;
  }
}
@media all and (min-width: 680px) and (max-width: 870px) {
  /* line 245, ../scss/_news-grid.scss */
  .news-grid__item--large .news-grid__image-container {
    width: 360px;
    height: 202.5px;
  }
}
@media all and (min-width: 680px) {
  /* line 257, ../scss/_news-grid.scss */
  .news-grid__item--large .news-grid__image-container .news-grid__image {
    width: 100%;
    height: 100%;
  }
  /* line 262, ../scss/_news-grid.scss */
  .news-grid__item--large .news-grid__image-container a {
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 680px) {
  /* line 245, ../scss/_news-grid.scss */
  .news-grid__item--large .news-grid__image-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 223, ../scss/_config.scss */
  .news-grid__item--large .news-grid__image-container a {
    width: 200px;
    height: 112.5px;
  }
}
@media all and (max-width: 680px) and (max-width: 425px) {
  /* line 228, ../scss/_config.scss */
  .news-grid__item--large .news-grid__image-container a {
    width: 100px;
    height: 56.25px;
  }
}

@media all and (min-width: 1220px) {
  /* line 276, ../scss/_news-grid.scss */
  .news-grid__item--large .news-grid__image-container a {
    width: 600px;
    height: 337.5px;
  }
}
@media all and (max-width: 425px) {
  /* line 245, ../scss/_news-grid.scss */
  .news-grid__item--large .news-grid__image-container {
    width: 100px;
    height: 56.25px;
  }
}
/* line 286, ../scss/_news-grid.scss */
.news-grid__item--large .news-grid__text-container {
  width: 60%;
}
@media all and (max-width: 425px) {
  /* line 239, ../scss/_news-grid.scss */
  .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
 */
/* line 3, ../scss/_button.scss */
.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;
}
/* line 17, ../scss/_button.scss */
.button:focus,
a.button:focus,
.article-text p a.button:focus {
  outline: 0;
}
/* line 21, ../scss/_button.scss */
.button:hover,
a.button:hover,
.article-text p a.button:hover {
  opacity: 0.8;
  color: #fff;
}
/* line 26, ../scss/_button.scss */
.button--disabled,
a.button--disabled,
.article-text p a.button--disabled {
  background-color: #ccc;
}
/* line 29, ../scss/_button.scss */
.button--disabled:hover,
a.button--disabled:hover,
.article-text p a.button--disabled:hover {
  background-color: #ccc;
}

/* line 35, ../scss/_button.scss */
.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;
}
/* line 44, ../scss/_button.scss */
.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
 */
/* line 3, ../scss/_footer.scss */
.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) {
  /* line 3, ../scss/_footer.scss */
  .footer {
    font-size: 13px;
  }
}
@media all and (min-width: 680px) {
  /* line 3, ../scss/_footer.scss */
  .footer {
    margin-top: 120px;
  }
}
/* line 18, ../scss/_footer.scss */
.footer .social-list {
  margin: 0 auto;
}
@media all and (min-width: 680px) {
  /* line 18, ../scss/_footer.scss */
  .footer .social-list {
    float: left;
    margin: 0;
  }
}
/* line 27, ../scss/_footer.scss */
.footer__legal-list {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}
/* line 34, ../scss/_footer.scss */
.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;
}
/* line 40, ../scss/_footer.scss */
.footer__legal-list a:hover {
  border-bottom: 1px solid #FDC131;
}
@media all and (min-width: 680px) {
  /* line 27, ../scss/_footer.scss */
  .footer__legal-list {
    width: auto;
    float: right;
    text-align: right;
  }
}
/* line 52, ../scss/_footer.scss */
.footer__legal-item {
  display: inline;
  margin: 0 1px 10px;
}
/* line 56, ../scss/_footer.scss */
.footer__legal-item--copyright {
  display: block;
}
@media all and (min-width: 680px) {
  /* line 56, ../scss/_footer.scss */
  .footer__legal-item--copyright {
    text-align: right;
  }
}
/* line 65, ../scss/_footer.scss */
.footer__address a {
  display: inline;
  text-align: left;
}
/* line 68, ../scss/_footer.scss */
.footer__address a div {
  display: inline;
}
/* line 70, ../scss/_footer.scss */
.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
 */
/* line 3, ../scss/_article-header.scss */
.article-category {
  display: inline-block;
  color: #FDC131;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 500;
}

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

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

/* line 31, ../scss/_article-header.scss */
.article-header {
  position: relative;
  width: 100%;
  height: auto;
}
/* line 36, ../scss/_article-header.scss */
.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
 */
/* line 49, ../scss/_config.scss */
.side-column:before, .side-column:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.side-column:after {
  clear: both;
}
/* line 49, ../scss/_config.scss */
.side-column__author-container:before, .side-column__author-container:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.side-column__author-container:after {
  clear: both;
}
/* line 25, ../scss/_side-column.scss */
.side-column__author-image {
  width: 80px;
  height: 80px;
  margin: 5px 0 0;
  float: left;
}
/* line 32, ../scss/_side-column.scss */
.side-column__author-name {
  font-size: 20px;
  width: 100%;
  display: block;
  padding-left: 95px;
  margin-top: 25px;
}
/* line 44, ../scss/_side-column.scss */
.side-column__author-twitter {
  display: block;
  font-size: 16px;
  color: #4D6272;
  width: 100%;
  margin: 5px 0 0 0;
  padding-left: 95px;
}
/* line 53, ../scss/_side-column.scss */
.side-column__author-bio {
  color: #4D6272;
  font-size: 14px;
  line-height: 1.5em;
  margin: 15px 0 60px;
}
/* line 60, ../scss/_side-column.scss */
.side-column .news-grid__item {
  margin-right: 0;
}
/* line 64, ../scss/_side-column.scss */
.side-column__headline {
  color: #FDC131;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* line 169, ../scss/_config.scss */
.side-column__headline:hover {
  opacity: 0.8;
}
/* line 85, ../scss/_side-column.scss */
.side-column__bottom-sponsors {
  display: none;
}
@media all and (min-width: 1220px) {
  /* line 85, ../scss/_side-column.scss */
  .side-column__bottom-sponsors {
    display: block;
  }
}
/* line 93, ../scss/_side-column.scss */
.side-column__description {
  font-size: 14px;
  line-height: 1.57;
  color: #4d6272;
}

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

/* line 40, ../scss/geomarketingv2.scss */
.article-tags__title {
  color: #000;
}

/* line 42, ../scss/geomarketingv2.scss */
.article-tags__item {
  color: #4e606e;
}

/* line 44, ../scss/geomarketingv2.scss */
.article-tags__item:hover {
  color: #000;
}

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
/* line 3, ../scss/_article-text.scss */
.article-text {
  font-family: "Merriweather", "georgia", serif, "georgia";
  color: #4D6272;
  width: 100%;
}
/* line 13, ../scss/_article-text.scss */
.article-text figure img {
  margin: 0;
}
/* line 17, ../scss/_article-text.scss */
.article-text figure figcaption {
  font-style: italic;
  margin-top: 5px;
}
/* line 23, ../scss/_article-text.scss */
.article-text figure,
.article-text img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 30px auto;
}
/* line 38, ../scss/_article-text.scss */
.article-text p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 22px;
}
/* line 43, ../scss/_article-text.scss */
.article-text p a {
  color: #4D6272;
  text-decoration: underline;
}
/* line 47, ../scss/_article-text.scss */
.article-text p a:hover {
  color: #000;
}
/* line 53, ../scss/_article-text.scss */
.article-text blockquote {
  width: 100%;
  margin: 40px 0;
}
@media all and (min-width: 1050px) {
  /* line 53, ../scss/_article-text.scss */
  .article-text blockquote {
    width: 360px;
  }
}
/* line 61, ../scss/_article-text.scss */
.article-text blockquote::before {
  display: block;
  width: 50%;
  height: 1px;
  background-color: #000;
  content: '';
  margin-bottom: 10px;
}
/* line 69, ../scss/_article-text.scss */
.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;
}
/* line 80, ../scss/_article-text.scss */
.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;
}
/* line 94, ../scss/_article-text.scss */
.article-text ul {
  margin-left: 20px;
  padding-left: 20px;
  list-style: disc;
}
/* line 100, ../scss/_article-text.scss */
.article-text li {
  font-size: 16px;
  line-height: 22px;
}

/* line 105, ../scss/_article-text.scss */
.article-wrapper {
  position: relative;
}

/* line 109, ../scss/_article-text.scss */
.article-body {
  padding-left: 80px;
  font-weight: 300;
}
@media all and (max-width: 870px) {
  /* line 109, ../scss/_article-text.scss */
  .article-body {
    padding-left: 60px;
  }
}
@media all and (max-width: 680px) {
  /* line 109, ../scss/_article-text.scss */
  .article-body {
    padding-left: 50px;
  }
}

/* line 3, ../scss/_article-subheadline.scss */
.article-subheadline {
  padding: 15px 0;
}
/* line 7, ../scss/_article-subheadline.scss */
.article-subheadline__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

/* line 3, ../scss/_article-quote.scss */
.article-quote {
  width: 320px;
  margin: 40px 0;
  padding-top: 10px;
  border-top: 3px solid #000;
}
/* line 11, ../scss/_article-quote.scss */
.article-quote__text {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}
/* line 18, ../scss/_article-quote.scss */
.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
 */
/* line 3, ../scss/_related-story.scss */
.related-story {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #C4CBD0;
  padding-bottom: 25px;
}
/* line 14, ../scss/_related-story.scss */
.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;
}
/* line 19, ../scss/_related-story.scss */
.related-story--small {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 23, ../scss/_related-story.scss */
.related-story--small .related-story__author {
  font-family: "Merriweather", "georgia", serif;
  font-size: 12px;
  color: #4D6272;
}
@media all and (min-width: 680px) {
  /* line 28, ../scss/_related-story.scss */
  .related-story__image-container {
    height: 150px;
    overflow: hidden;
  }
}
/* line 35, ../scss/_related-story.scss */
.related-story__image {
  width: 100%;
  height: auto;
}
@media all and (min-width: 680px) {
  /* line 35, ../scss/_related-story.scss */
  .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);
  }
}
/* line 52, ../scss/_related-story.scss */
.related-story__category {
  color: #FDC131;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* line 169, ../scss/_config.scss */
.related-story__category:hover {
  opacity: 0.8;
}
/* line 59, ../scss/_related-story.scss */
.related-story__headline {
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2em;
  display: inline;
}
/* line 49, ../scss/_config.scss */
.related-story__headline:before, .related-story__headline:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.related-story__headline:after {
  clear: both;
}
/* line 190, ../scss/_config.scss */
.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) {
  /* line 59, ../scss/_related-story.scss */
  .related-story__headline {
    font-size: 16px;
  }
}
/* line 71, ../scss/_related-story.scss */
.related-story__author-info {
  margin-top: 5px;
}
/* line 49, ../scss/_config.scss */
.related-story__author-info:before, .related-story__author-info:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.related-story__author-info:after {
  clear: both;
}
/* line 77, ../scss/_related-story.scss */
.related-story__author-image {
  width: 25px;
  height: 25px;
  margin: 5px 10px 0 0;
  float: left;
}
/* line 84, ../scss/_related-story.scss */
.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
 */
/* line 3, ../scss/_article-author.scss */
.article-author {
  color: #4D6272;
  font-family: "Merriweather", "georgia", serif;
  margin: 20px 0 30px;
}
/* line 49, ../scss/_config.scss */
.article-author:before, .article-author:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.article-author:after {
  clear: both;
}
/* line 11, ../scss/_article-author.scss */
.article-author__image-container {
  width: 40px;
  float: left;
  display: none;
}
/* line 17, ../scss/_article-author.scss */
.article-author__image {
  width: 100%;
}
/* line 21, ../scss/_article-author.scss */
.article-author__text-container {
  width: 100%;
  margin-top: 2px;
}
/* line 26, ../scss/_article-author.scss */
.article-author__name {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 300;
}
/* line 31, ../scss/_article-author.scss */
.article-author__name a {
  text-decoration: underline;
  cursor: default;
}
/* line 37, ../scss/_article-author.scss */
.article-author__date {
  margin: 5px 0 0 15px;
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 5px;
}
/* line 44, ../scss/_article-author.scss */
.article-author__time {
  margin-left: 20px;
}

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

/* line 9, ../scss/_article-share.scss */
.news-grid__item .article-share {
  top: 25px;
  background: white;
}

/* line 15, ../scss/_article-share.scss */
.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;
}
/* line 22, ../scss/_article-share.scss */
.article-share--sticky {
  position: fixed;
}
/* line 27, ../scss/_article-share.scss */
.article-share--bottom {
  bottom: 0;
  top: auto;
}
/* line 32, ../scss/_article-share.scss */
.article-share--small .article-share__button {
  width: 28px;
  height: 28px;
  float: left;
}
/* line 38, ../scss/_article-share.scss */
.article-share__button {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  overflow: hidden;
  margin: 10px 0;
  cursor: pointer;
}
/* line 90, ../scss/_config.scss */
.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;
}
/* line 78, ../scss/_config.scss */
.article-share__button svg.facebook-svg .facebook-border {
  fill: #4D6272;
}
/* line 82, ../scss/_config.scss */
.article-share__button svg.facebook-svg .facebook-shape {
  fill: #4D6272;
}
/* line 95, ../scss/_config.scss */
.article-share__button:hover svg.facebook-svg {
  background-color: #537bbd;
}
/* line 70, ../scss/_config.scss */
.article-share__button:hover svg.facebook-svg .facebook-border {
  fill: none;
}
/* line 74, ../scss/_config.scss */
.article-share__button:hover svg.facebook-svg .facebook-shape {
  fill: #fff;
}
/* line 102, ../scss/_config.scss */
.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;
}
/* line 78, ../scss/_config.scss */
.article-share__button svg.twitter-svg .twitter-border {
  fill: #4D6272;
}
/* line 82, ../scss/_config.scss */
.article-share__button svg.twitter-svg .twitter-shape {
  fill: #4D6272;
}
/* line 106, ../scss/_config.scss */
.article-share__button svg.twitter-svg:hover {
  background-color: #78cdf0;
}
/* line 70, ../scss/_config.scss */
.article-share__button svg.twitter-svg:hover .twitter-border {
  fill: none;
}
/* line 74, ../scss/_config.scss */
.article-share__button svg.twitter-svg:hover .twitter-shape {
  fill: #fff;
}
/* line 114, ../scss/_config.scss */
.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;
}
/* line 78, ../scss/_config.scss */
.article-share__button svg.linkedin-svg .linkedin-border {
  fill: #4D6272;
}
/* line 82, ../scss/_config.scss */
.article-share__button svg.linkedin-svg .linkedin-shape {
  fill: #4D6272;
}
/* line 118, ../scss/_config.scss */
.article-share__button svg.linkedin-svg:hover {
  background-color: #0077b5;
}
/* line 70, ../scss/_config.scss */
.article-share__button svg.linkedin-svg:hover .linkedin-border {
  fill: none;
}
/* line 74, ../scss/_config.scss */
.article-share__button svg.linkedin-svg:hover .linkedin-shape {
  fill: #fff;
}
/* line 140, ../scss/_config.scss */
.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;
}
/* line 78, ../scss/_config.scss */
.article-share__button svg.email-svg .email-border {
  fill: #4D6272;
}
/* line 82, ../scss/_config.scss */
.article-share__button svg.email-svg .email-shape {
  fill: #4D6272;
}
/* line 144, ../scss/_config.scss */
.article-share__button svg.email-svg:hover {
  background-color: #23D2BE;
}
/* line 70, ../scss/_config.scss */
.article-share__button svg.email-svg:hover .email-border {
  fill: none;
}
/* line 74, ../scss/_config.scss */
.article-share__button svg.email-svg:hover .email-shape {
  fill: #fff;
}
/* line 52, ../scss/_article-share.scss */
.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
 */
/* line 3, ../scss/about.scss */
.about {
  margin-top: 10px;
}
@media all and (min-width: 680px) {
  /* line 3, ../scss/about.scss */
  .about {
    margin-top: 20px;
  }
}
@media all and (min-width: 1050px) {
  /* line 3, ../scss/about.scss */
  .about {
    margin-top: 40px;
  }
}
/* line 43, ../scss/about.scss */
.about__headline {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 50px;
  width: 100%;
}
@media all and (min-width: 870px) {
  /* line 43, ../scss/about.scss */
  .about__headline {
    font-size: 28px;
    width: 660px;
  }
}
@media all and (min-width: 1050px) {
  /* line 43, ../scss/about.scss */
  .about__headline {
    font-size: 36px;
    width: 830px;
  }
}
/* line 67, ../scss/about.scss */
.about__column-container {
  width: 100%;
}
/* line 49, ../scss/_config.scss */
.about__column-container:before, .about__column-container:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.about__column-container:after {
  clear: both;
}
@media all and (min-width: 870px) {
  /* line 67, ../scss/about.scss */
  .about__column-container {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1050px) {
  /* line 67, ../scss/about.scss */
  .about__column-container {
    width: 840px;
  }
}
/* line 84, ../scss/about.scss */
.about__column {
  width: 100%;
  border-bottom: 1px solid #e9ebed;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
/* line 89, ../scss/about.scss */
.about__column:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media all and (min-width: 870px) {
  /* line 84, ../scss/about.scss */
  .about__column {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    float: left;
    width: 240px;
    margin-right: 40px;
  }
  /* line 102, ../scss/about.scss */
  .about__column:last-child {
    margin-right: 0;
  }
}
@media all and (min-width: 1050px) {
  /* line 84, ../scss/about.scss */
  .about__column {
    width: 243px;
    margin-right: 55px;
  }
}
/* line 113, ../scss/about.scss */
.about__image {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
@media all and (min-width: 1220px) {
  /* line 113, ../scss/about.scss */
  .about__image {
    width: 200px;
    height: 200px;
  }
}
/* line 125, ../scss/about.scss */
.about__name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}
@media all and (min-width: 1220px) {
  /* line 125, ../scss/about.scss */
  .about__name {
    font-size: 24px;
  }
}
/* line 139, ../scss/about.scss */
.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) {
  /* line 139, ../scss/about.scss */
  .about__twitter {
    margin-top: 15px;
    font-size: 18px;
  }
}
/* line 153, ../scss/about.scss */
.about__twitter:hover {
  color: #000;
}
/* line 158, ../scss/about.scss */
.about__bio {
  color: #4D6272;
  font-family: "Merriweather", "georgia", serif;
  font-size: 12px;
  line-height: 17px;
  margin: 25px 0 0;
  text-align: center;
}
/* line 167, ../scss/about.scss */
.about__cta-container {
  width: 100%;
  text-align: center;
  margin: 0px auto 0;
}
@media all and (min-width: 680px) {
  /* line 167, ../scss/about.scss */
  .about__cta-container {
    width: 600px;
    margin: 80px auto 0;
  }
}
/* line 178, ../scss/about.scss */
.about__cta-title {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
@media all and (min-width: 680px) {
  /* line 178, ../scss/about.scss */
  .about__cta-title {
    font-size: 24px;
  }
}
@media all and (min-width: 1050px) {
  /* line 178, ../scss/about.scss */
  .about__cta-title {
    font-size: 28px;
  }
}
/* line 192, ../scss/about.scss */
.about__button {
  margin-top: 10px;
}
@media all and (min-width: 680px) {
  /* line 192, ../scss/about.scss */
  .about__button {
    margin-top: 20px;
  }
}

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

/* line 9, ../scss/_column.scss */
.column--left {
  width: 320px;
}
@media all and (max-width: 869px) {
  /* line 9, ../scss/_column.scss */
  .column--left {
    width: 100%;
  }
}
@media all and (min-width: 680px) {
  /* line 9, ../scss/_column.scss */
  .column--left {
    float: left;
  }
}
@media all and (min-width: 870px) and (max-width: 1049px) {
  /* line 9, ../scss/_column.scss */
  .column--left {
    width: 475px;
  }
}
@media all and (min-width: 1050px) and (max-width: 1219px) {
  /* line 9, ../scss/_column.scss */
  .column--left {
    width: 640px;
  }
}
@media all and (min-width: 1220px) {
  /* line 9, ../scss/_column.scss */
  .column--left {
    width: 800px;
  }
}
/* line 38, ../scss/_column.scss */
.column--right {
  width: 100%;
  margin-top: 40px;
}
@media all and (min-width: 869px) {
  /* line 38, ../scss/_column.scss */
  .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
 */
/* line 3, ../scss/_guidelines.scss */
.guidelines {
  margin: 20px 0;
  padding: 20px;
  background-color: #C4CBD0;
  font-family: "aktiv-grotesk", Arial, sans-serif;
}
@media all and (min-width: 680px) {
  /* line 3, ../scss/_guidelines.scss */
  .guidelines {
    padding: 40px;
    margin: 40px 0;
  }
}
/* line 15, ../scss/_guidelines.scss */
.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) {
  /* line 15, ../scss/_guidelines.scss */
  .guidelines__headline {
    font-size: 22px;
  }
}
/* line 34, ../scss/_guidelines.scss */
.guidelines__item {
  font-size: 16px;
  margin-bottom: 20px;
}
@media all and (min-width: 870px) {
  /* line 34, ../scss/_guidelines.scss */
  .guidelines__item {
    font-size: 18px;
  }
}

/**
 * Default byline styling
 */
/**
 * Sets the Yellow Text for categories
 */
/**
 * Creates headline styling
 * with a Yellow Line on hoverover
 */
/* line 3, ../scss/_newsletter.scss */
.newsletter {
  background-color: #FDC131;
}
/* line 7, ../scss/_newsletter.scss */
.newsletter--large {
  margin: 50px 0;
  padding: 60px 0;
}
@media all and (min-width: 680px) {
  /* line 7, ../scss/_newsletter.scss */
  .newsletter--large {
    padding: 80px 0;
  }
}
/* line 15, ../scss/_newsletter.scss */
.newsletter--large .newsletter__headline {
  text-align: center;
  font-size: 24px;
  width: 100%;
}
@media all and (min-width: 870px) {
  /* line 15, ../scss/_newsletter.scss */
  .newsletter--large .newsletter__headline {
    font-size: 32px;
    width: 500px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1050px) {
  /* line 15, ../scss/_newsletter.scss */
  .newsletter--large .newsletter__headline {
    font-size: 36px;
  }
}
/* line 31, ../scss/_newsletter.scss */
.newsletter--large .newsletter__subheadline {
  text-align: center;
  width: 100%;
  margin: 10px auto 0;
}
@media all and (min-width: 680px) {
  /* line 31, ../scss/_newsletter.scss */
  .newsletter--large .newsletter__subheadline {
    width: 500px;
    font-size: 16px;
  }
}
@media all and (min-width: 870px) {
  /* line 31, ../scss/_newsletter.scss */
  .newsletter--large .newsletter__subheadline {
    width: 500px;
    font-size: 18px;
  }
}
/* line 48, ../scss/_newsletter.scss */
.newsletter--large form {
  height: 200px;
  width: 100%;
  margin: 20px auto 0;
  max-width: 400px;
}
/* line 49, ../scss/_config.scss */
.newsletter--large form:before, .newsletter--large form:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.newsletter--large form:after {
  clear: both;
}
@media all and (min-width: 680px) {
  /* line 48, ../scss/_newsletter.scss */
  .newsletter--large form {
    margin-top: 40px;
    width: 400px;
  }
}
/* line 62, ../scss/_newsletter.scss */
.newsletter--large .newsletter__submit {
  margin: 20px auto 0;
  display: block;
}
/* line 69, ../scss/_newsletter.scss */
.newsletter--small {
  margin: 0 0 20px;
  padding: 55px 20px 45px;
}
/* line 49, ../scss/_config.scss */
.newsletter--small:before, .newsletter--small:after {
  display: table;
  content: "";
}
/* line 55, ../scss/_config.scss */
.newsletter--small:after {
  clear: both;
}
/* line 75, ../scss/_newsletter.scss */
.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;
}
/* line 85, ../scss/_newsletter.scss */
.newsletter--small .newsletter__subheadline {
  font-size: 10px;
  text-align: left;
  margin-top: 5px;
}
/* line 92, ../scss/_newsletter.scss */
.newsletter--small form {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
@media all and (max-width: 679px) {
  /* line 92, ../scss/_newsletter.scss */
  .newsletter--small form {
    width: 100%;
    float: right;
  }
}
/* line 104, ../scss/_newsletter.scss */
.newsletter--small .newsletter__email {
  width: 100%;
  padding: 10px 40px 10px 5px;
  font-size: 12px;
}
/* line 110, ../scss/_newsletter.scss */
.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%;
}
/* line 127, ../scss/_newsletter.scss */
.newsletter--small .newsletter__submit:hover {
  opacity: 0.8;
}
/* line 133, ../scss/_newsletter.scss */
.newsletter__subheadline {
  display: block;
  font-size: 14px;
  font-family: "Merriweather", "georgia", serif;
}
/* line 140, ../scss/_newsletter.scss */
.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
 */
/* line 3, ../scss/_page.scss */
body.page {
  padding-top: 100px;
}
@media all and (min-width: 870px) and (max-width: 1049px) {
  /* line 3, ../scss/_page.scss */
  body.page {
    padding-top: 140px;
  }
}
@media all and (min-width: 1050px) {
  /* line 3, ../scss/_page.scss */
  body.page {
    padding-top: 160px;
  }
}

/* line 15, ../scss/_page.scss */
.page {
  font-family: "aktiv-grotesk", Arial, sans-serif;
}
/* line 18, ../scss/_page.scss */
.page .article-text {
  padding-left: 0;
}
@media all and (min-width: 1050px) {
  /* line 21, ../scss/_page.scss */
  .page .article-text h1 {
    font-size: 36px;
    line-height: 1.2em;
    margin-top: 10px;
  }
}
/* line 30, ../scss/_page.scss */
.page__category, .page__subcategory {
  display: inline-block;
  color: #313A47;
  font-size: 24px;
  margin-top: 4px;
}
/* line 38, ../scss/_page.scss */
.page__subcategory {
  font-family: "aktiv-grotesk", Arial, sans-serif;
  margin: -20px 0;
}
/* line 45, ../scss/_page.scss */
.page .entry-content-container {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
}
/* line 12, ../scss/vendor/grid/susy/output/support/_clearfix.scss */
.page .entry-content-container::after {
  content: " ";
  display: block;
  clear: both;
}
/* line 49, ../scss/_page.scss */
.page .entry-content-container .article-text-small {
  width: 47.05882%;
  float: left;
  margin-right: 5.88235%;
}
@media all and (max-width: 870px) {
  /* line 49, ../scss/_page.scss */
  .page .entry-content-container .article-text-small {
    clear: both;
    width: 100%;
    float: left;
  }
}
/* line 57, ../scss/_page.scss */
.page .entry-content-container .page-image {
  clear: both;
  width: 100%;
  float: left;
}
/* line 60, ../scss/_page.scss */
.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
 */
/* line 4, ../scss/_single.scss */
.single main {
  padding-top: 15px;
}
/* line 9, ../scss/_single.scss */
.single .news-grid {
  margin-top: 60px;
}

/* line 19, ../scss/_single.scss */
.archive main {
  padding-top: 15px;
}

/* line 21, ../scss/_single.scss */
.search main {
  padding-top: 15px;
}

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

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

/* line 1, ../scss/_social.scss */
.social {
  border-bottom: 1px solid #e9ebed;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* line 5, ../scss/_social.scss */
.social__list:before, .social__list:after {
  display: table;
  content: "";
}

/* line 8, ../scss/_social.scss */
.social__list:after {
  clear: both;
}

/* line 10, ../scss/_social.scss */
.social__item {
  float: left;
  width: 55px;
  height: 70px;
}

/* line 14, ../scss/_social.scss */
.social__item:hover a {
  background-position-x: -150px;
}

/* line 16, ../scss/_social.scss */
.social__item:first-child {
  width: 40px;
}

/* line 18, ../scss/_social.scss */
.social__item:first-child:hover a {
  background-position-x: -160px;
}

/* line 20, ../scss/_social.scss */
.social__item--facebook a {
  background-position: -90px 0;
}

/* line 22, ../scss/_social.scss */
.social__item--twitter a {
  background-position: -80px -70px;
}

/* line 24, ../scss/_social.scss */
.social__item--soundcloud a {
  background-position: -80px -280px;
}

/* line 26, ../scss/_social.scss */
.social__item--linkedin a {
  background-position: -80px -210px;
}

/* line 28, ../scss/_social.scss */
.social__item--tumblr a {
  background-position: -70px -350px;
}

/* line 30, ../scss/_social.scss */
.social__item--google a {
  background-position: -80px -140px;
}

/* line 32, ../scss/_social.scss */
.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;
}

/* line 1, ../scss/_contribute-form.scss */
.contribute__column {
  width: 91.17647%;
  float: left;
  margin-right: 5.88235%;
}
@media all and (max-width: 870px) {
  /* line 1, ../scss/_contribute-form.scss */
  .contribute__column {
    clear: both;
    width: 100%;
    float: left;
  }
}

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

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

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

/* line 82, ../scss/_contribute-form.scss */
.contribute-form__success {
  margin-bottom: 40px;
  font-size: 24px;
}

/* line 85, ../scss/_contribute-form.scss */
.contribute-form__error {
  margin-bottom: 40px;
  font-size: 24px;
  color: #EF356D;
}

/* line 89, ../scss/_contribute-form.scss */
.contribute-form label {
  margin-bottom: 5px;
  display: inline-block;
}

/* line 92, ../scss/_contribute-form.scss */
.contribute-form input[type="text"] {
  margin-bottom: 15px;
  width: 100%;
}

/* line 96, ../scss/_contribute-form.scss */
.contribute-form textarea {
  margin-bottom: 25px;
  width: 100%;
  height: 370px;
}

/* line 100, ../scss/_contribute-form.scss */
.contribute-form input[type="submit"] {
  width: 135px;
  float: right;
}

/* line 2, ../scss/_stat-of-the-day.scss */
.category-statistics .entry-content {
  min-height: 140px;
}
/* line 6, ../scss/_stat-of-the-day.scss */
.category-statistics .article-headline-2 {
  font-size: 18px;
  display: inline-block;
}

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

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

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

/* line 30, ../scss/_popup.scss */
.cc-theme__gold .cc-pop-up__close {
  background: none;
}
/* line 33, ../scss/_popup.scss */
.cc-theme__gold .cc-pop-up__close .fa {
  font-size: 16px;
}

/* line 38, ../scss/_popup.scss */
.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;
}

/* line 43, ../scss/_popup.scss */
.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;
}

/* line 4, ../scss/_podcast-sprites.scss */
.icon_google_play, .icon_google_play_bw:hover, .icon_google_play_bw {
  background-image: url("../images/icons/podcast_sprites.png");
  display: inline-block;
}

/* line 4, ../scss/_podcast-sprites.scss */
.icon_spotify, .icon_spotify_bw:hover, .icon_spotify_bw {
  background-image: url("../images/icons/podcast_sprites.png");
  display: inline-block;
}

/* line 4, ../scss/_podcast-sprites.scss */
.icon_apple-podcasts, .icon_apple-podcasts_bw:hover, .icon_apple-podcasts_bw {
  background-image: url("../images/icons/podcast_sprites.png");
  display: inline-block;
}

/* line 4, ../scss/_podcast-sprites.scss */
.icon_rss, .icon_rss_bw:hover, .icon_rss_bw {
  background-image: url("../images/icons/podcast_sprites.png");
  display: inline-block;
}

/* line 10, ../scss/_podcast-sprites.scss */
.icon_spotify, .icon_spotify_bw:hover {
  width: 30px;
  height: 30px;
  background-position: -0 -207px;
}

/* line 15, ../scss/_podcast-sprites.scss */
.icon_spotify_bw {
  width: 30px;
  height: 30px;
  background-position: -0 -87px;
}

/* line 24, ../scss/_podcast-sprites.scss */
.icon_rss, .icon_rss_bw:hover {
  width: 29px;
  height: 29px;
  background-position: -0 -0;
}

/* line 30, ../scss/_podcast-sprites.scss */
.icon_rss_bw {
  width: 29px;
  height: 29px;
  background-position: -0 -29px;
}

/* line 40, ../scss/_podcast-sprites.scss */
.icon_google_play, .icon_google_play_bw:hover {
  width: 27px;
  height: 29px;
  background-position: -0 -58px;
}

/* line 46, ../scss/_podcast-sprites.scss */
.icon_google_play_bw {
  width: 27px;
  height: 29px;
  background-position: -0 -117px;
}

/* line 55, ../scss/_podcast-sprites.scss */
.icon_apple-podcasts, .icon_apple-podcasts_bw:hover {
  width: 30px;
  height: 30px;
  background-position: -0 -177px;
}

/* line 60, ../scss/_podcast-sprites.scss */
.icon_apple-podcasts_bw {
  width: 30px;
  height: 30px;
  background-position: -0 -147px;
}

/* line 69, ../scss/_podcast-sprites.scss */
.icon_google-play_lg {
  width: 47px;
  height: 47px;
  background-image: url("../images/icons/icon_google_play_lg.png");
  display: inline-block;
}

/* line 75, ../scss/_podcast-sprites.scss */
.icon_apple-podcasts_lg {
  width: 47px;
  height: 47px;
  background-image: url("../images/icons/icon_apple_podcast_lg.png");
  display: inline-block;
}

/* line 2, ../scss/header/_full-width.scss */
header.full-width-header {
  width: 100%;
  color: #000;
  background: #fdc131;
  height: 340px;
}
/* line 8, ../scss/header/_full-width.scss */
header.full-width-header > section {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  justify-content: left;
}
/* line 16, ../scss/header/_full-width.scss */
header.full-width-header .full-width-header-left {
  width: 55%;
  position: relative;
}
@media all and (max-width: 680px) {
  /* line 16, ../scss/header/_full-width.scss */
  header.full-width-header .full-width-header-left {
    width: 310px;
    padding-right: 30px;
    flex: 0 0 310px;
  }
}
/* line 26, ../scss/header/_full-width.scss */
header.full-width-header .full-width-header-left .small-text {
  display: none;
  bottom: 0;
}
@media all and (max-width: 1220px) {
  /* line 26, ../scss/header/_full-width.scss */
  header.full-width-header .full-width-header-left .small-text {
    display: block;
  }
}
@media all and (max-width: 870px) {
  /* line 26, ../scss/header/_full-width.scss */
  header.full-width-header .full-width-header-left .small-text {
    position: static;
    text-align: left;
    margin-top: 10px;
  }
}
@media all and (max-width: 680px) {
  /* line 26, ../scss/header/_full-width.scss */
  header.full-width-header .full-width-header-left .small-text {
    position: relative;
    top: -5px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
    text-align: center;
  }
}
/* line 51, ../scss/header/_full-width.scss */
header.full-width-header .logo-container {
  height: 100%;
  text-align: center;
}
/* line 54, ../scss/header/_full-width.scss */
header.full-width-header .logo-container img {
  height: 100%;
}
@media all and (max-width: 425px) {
  /* line 51, ../scss/header/_full-width.scss */
  header.full-width-header .logo-container {
    height: 80%;
    position: absolute;
    bottom: 0;
  }
}
/* line 66, ../scss/header/_full-width.scss */
header.full-width-header .full-width-header-right {
  position: relative;
  width: 40%;
  height: 100%;
}
@media all and (max-width: 680px) {
  /* line 66, ../scss/header/_full-width.scss */
  header.full-width-header .full-width-header-right {
    left: -129px;
    width: 10px;
  }
}
@media all and (max-width: 1220px) {
  /* line 76, ../scss/header/_full-width.scss */
  header.full-width-header .full-width-header-right .small-text {
    display: none;
  }
}
/* line 84, ../scss/header/_full-width.scss */
header.full-width-header .small-text {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 9px;
  letter-spacing: 0.1px;
  text-align: center;
}
/* line 94, ../scss/header/_full-width.scss */
header.full-width-header small.full-width-header-small {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.57;
  letter-spacing: 0.2px;
  color: #4d6272;
}
/* line 103, ../scss/header/_full-width.scss */
header.full-width-header h1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: 0.1px;
}
@media all and (max-width: 680px) {
  /* line 110, ../scss/header/_full-width.scss */
  header.full-width-header .dropdown-btn-container {
    display: block;
    margin-bottom: 20px;
  }
}
/* line 117, ../scss/header/_full-width.scss */
header.full-width-header ul.social-icons-small {
  padding: 0;
  display: inline-block;
}
/* line 121, ../scss/header/_full-width.scss */
header.full-width-header ul.social-icons-small > li {
  margin: 0 5px;
  display: inline-block;
}
/* line 127, ../scss/header/_full-width.scss */
header.full-width-header .full-width-header-description {
  font-size: 18px;
  line-height: 1.22;
  color: #4d6272;
  margin: 20px 0;
}
@media all and (max-width: 680px) {
  /* line 127, ../scss/header/_full-width.scss */
  header.full-width-header .full-width-header-description {
    max-width: 65%;
    font-size: 16px;
  }
}
/* line 139, ../scss/header/_full-width.scss */
header.full-width-header .wrapper {
  display: flex;
}

/* line 144, ../scss/header/_full-width.scss */
.yext-small-logo {
  width: 37px;
  height: 16.6px;
  display: inline-block;
  vertical-align: middle;
}
/* line 150, ../scss/header/_full-width.scss */
.yext-small-logo svg {
  width: 100%;
  height: 100%;
}
/* line 154, ../scss/header/_full-width.scss */
.yext-small-logo svg .yext-logo__shape {
  fill: #fff;
}

/* line 1, ../scss/_dropdown-btn.scss */
.dropdown-btn-container {
  position: relative;
  display: inline-block;
  z-index: 9;
}
/* line 8, ../scss/_dropdown-btn.scss */
.dropdown-btn-container.is-active .dropdown-btn, .dropdown-btn-container:hover .dropdown-btn {
  background: #fff;
  color: #000;
}
/* line 13, ../scss/_dropdown-btn.scss */
.dropdown-btn-container.is-active ul.dropdown-content, .dropdown-btn-container:hover ul.dropdown-content {
  display: block;
}

/* line 19, ../scss/_dropdown-btn.scss */
.dropdown-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s linear, color 0.25s linear;
  display: inline-block;
  padding-right: 10px;
}
/* line 29, ../scss/_dropdown-btn.scss */
.dropdown-btn > span {
  padding: 7px;
  background: url("../images/ui/caret.svg") right center no-repeat;
  padding-right: 20px;
  display: inline-block;
  font-weight: bold;
}

/* line 38, ../scss/_dropdown-btn.scss */
ul.dropdown-content {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  background: #000;
  color: #fff;
  width: 200px;
}
/* line 47, ../scss/_dropdown-btn.scss */
ul.dropdown-content .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
/* line 52, ../scss/_dropdown-btn.scss */
ul.dropdown-content .icon img {
  width: 100%;
  height: auto;
}
/* line 60, ../scss/_dropdown-btn.scss */
ul.dropdown-content .dropdown-content-item:first-child a {
  padding-top: 15px;
}
/* line 66, ../scss/_dropdown-btn.scss */
ul.dropdown-content .dropdown-content-item:last-child a {
  padding-bottom: 15px;
}
/* line 70, ../scss/_dropdown-btn.scss */
ul.dropdown-content .dropdown-content-item a {
  padding: 5px 0 5px 15px;
  color: #fff;
  display: block;
}
/* line 75, ../scss/_dropdown-btn.scss */
ul.dropdown-content .dropdown-content-item a:hover {
  color: #000;
  background: #fff;
}

/**
 * Styling for the CMO-on-the-go page
 */
/* line 2, ../scss/podcast/_side-column.scss */
.column-section .side-column__headline {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 7, ../scss/podcast/_side-column.scss */
.column-section .section-author {
  color: #4d6272;
  font-size: 12px;
  line-height: 1.58;
  padding-bottom: 30px;
}
/* line 13, ../scss/podcast/_side-column.scss */
.column-section .section-author .section-author-headshot {
  width: 61px;
  height: 61px;
  display: inline-block;
  margin-right: 20px;
}
/* line 19, ../scss/podcast/_side-column.scss */
.column-section .section-author .section-author-headshot img {
  width: 100%;
  height: auto;
}
/* line 25, ../scss/podcast/_side-column.scss */
.column-section .section-author .section-author-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
/* line 31, ../scss/podcast/_side-column.scss */
.column-section .section-author .section-author-name {
  font-size: 16px;
  line-height: 1.19;
  color: #000;
}
/* line 37, ../scss/podcast/_side-column.scss */
.column-section .section-author .section-author-info {
  display: inline-block;
}
/* line 41, ../scss/podcast/_side-column.scss */
.column-section .section-author .section-author-bio {
  font-size: 14px;
  color: #4d6272;
  margin-top: 16px;
  line-height: 1.57;
}

/* line 1, ../scss/podcast/_podcast.scss */
.podcast {
  padding-bottom: 70px;
}
@media all and (max-width: 680px) {
  /* line 1, ../scss/podcast/_podcast.scss */
  .podcast {
    padding-bottom: 30px;
  }
}
/* line 8, ../scss/podcast/_podcast.scss */
.podcast .podcast-wrapper {
  display: flex;
  flex-direction: row;
}
/* line 13, ../scss/podcast/_podcast.scss */
.podcast .podcast-thumbnail {
  width: 106px;
  height: 106px;
  flex: 0 0 106px;
}
@media all and (max-width: 680px) {
  /* line 13, ../scss/podcast/_podcast.scss */
  .podcast .podcast-thumbnail {
    width: 61px;
    height: 61px;
    flex: 0 0 61px;
  }
}
/* line 24, ../scss/podcast/_podcast.scss */
.podcast .podcast-thumbnail img {
  width: 100%;
  height: auto;
}
/* line 30, ../scss/podcast/_podcast.scss */
.podcast .podcast-details {
  margin-left: 24px;
}
/* line 33, ../scss/podcast/_podcast.scss */
.podcast .podcast-details .podcast-title {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.1px;
  color: #000000;
  font-weight: normal;
}
/* line 41, ../scss/podcast/_podcast.scss */
.podcast .podcast-details .podcast-summary {
  margin-top: 32px;
  font-size: 16px;
  color: #4d6272;
}
@media all and (max-width: 680px) {
  /* line 41, ../scss/podcast/_podcast.scss */
  .podcast .podcast-details .podcast-summary {
    font-size: 14px;
    margin-top: 15px;
  }
}
/* line 53, ../scss/podcast/_podcast.scss */
.podcast .podcast-listen {
  margin-top: 29px;
  text-transform: uppercase;
}
@media all and (max-width: 680px) {
  /* line 53, ../scss/podcast/_podcast.scss */
  .podcast .podcast-listen {
    margin-top: 15px;
  }
}
/* line 61, ../scss/podcast/_podcast.scss */
.podcast .podcast-listen .podcast-listen-title {
  font-size: 14px;
  font-weight: bold;
  color: #4d6272;
  margin-right: 15px;
}
@media all and (max-width: 680px) {
  /* line 61, ../scss/podcast/_podcast.scss */
  .podcast .podcast-listen .podcast-listen-title {
    margin-bottom: 15px;
    display: block;
  }
}
/* line 73, ../scss/podcast/_podcast.scss */
.podcast .podcast-listen ul.podcast-listen-list {
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 78, ../scss/podcast/_podcast.scss */
.podcast .podcast-listen ul.podcast-listen-list li {
  display: inline-block;
  margin-right: 15px;
}
/* line 82, ../scss/podcast/_podcast.scss */
.podcast .podcast-listen ul.podcast-listen-list li:last-child {
  margin-right: 0;
}
/* line 86, ../scss/podcast/_podcast.scss */
.podcast .podcast-listen ul.podcast-listen-list li a.listen-icon {
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
}
/* line 95, ../scss/podcast/_podcast.scss */
.podcast .podcast-footer {
  font-size: 14px;
  color: #4d6272;
  margin-top: 25px;
}
/* line 100, ../scss/podcast/_podcast.scss */
.podcast .podcast-footer ul li {
  display: inline-block;
  margin: 0 5px;
}
/* line 104, ../scss/podcast/_podcast.scss */
.podcast .podcast-footer ul li:first-child {
  margin-left: 0;
}
/* line 108, ../scss/podcast/_podcast.scss */
.podcast .podcast-footer ul li:last-child {
  margin-right: 0;
}
/* line 113, ../scss/podcast/_podcast.scss */
.podcast .podcast-footer a {
  font-size: 14px;
  color: #4d6272;
}
/* line 117, ../scss/podcast/_podcast.scss */
.podcast .podcast-footer a.is-external {
  background-image: url("../images/icons/icon_new_window.png");
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 11px;
}

/* line 8, ../scss/_page-podcast.scss */
body.page-template-page-podcasts {
  padding-top: 80px;
}
/* line 11, ../scss/_page-podcast.scss */
body.page-template-page-podcasts .footer {
  margin-top: 70px;
}

/* line 16, ../scss/_page-podcast.scss */
.post-type-archive-podcast {
  padding-top: 80px;
}
/* line 19, ../scss/_page-podcast.scss */
.post-type-archive-podcast .section-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 31px 0 20px 0;
  line-height: 2.57;
  letter-spacing: 0.2px;
  color: #fdc131;
}
/* line 29, ../scss/_page-podcast.scss */
.post-type-archive-podcast .podcasts-section {
  padding-bottom: 48px;
  border-bottom: 1px solid #C4CBD0;
}

/* line 35, ../scss/_page-podcast.scss */
.most-recent {
  margin-top: 28px;
  padding-bottom: 48px;
}
@media all and (max-width: 680px) {
  /* line 35, ../scss/_page-podcast.scss */
  .most-recent {
    padding-bottom: 30px;
  }
}
/* line 43, ../scss/_page-podcast.scss */
.most-recent .section-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #fdc131;
  margin: 0 0 15px 0;
}
/* line 52, ../scss/_page-podcast.scss */
.most-recent .podcast {
  padding-bottom: 0;
}
@media all and (min-width: 869px) {
  /* line 56, ../scss/_page-podcast.scss */
  .most-recent .podcast .podcast-thumbnail {
    width: 200px;
    height: 200px;
    flex: 0 0 200px;
  }
}

/* line 65, ../scss/_page-podcast.scss */
.recent-podcasts-section {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 75px;
}

/* line 71, ../scss/_page-podcast.scss */
.podcasts-help-section {
  padding-top: 40px;
}
/* line 74, ../scss/_page-podcast.scss */
.podcasts-help-section .icon-help {
  vertical-align: middle;
  margin-right: 8px;
}
/* line 79, ../scss/_page-podcast.scss */
.podcasts-help-section .podcasts-help-section-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: center;
  color: #000000;
}
/* line 88, ../scss/_page-podcast.scss */
.podcasts-help-section .podcasts-help-section-description {
  font-family: Arial;
  font-size: 18px;
  line-height: 1.22;
  text-align: center;
  color: #4d6272;
}
/* line 96, ../scss/_page-podcast.scss */
.podcasts-help-section .section-column-wrapper {
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 870px) {
  /* line 96, ../scss/_page-podcast.scss */
  .podcasts-help-section .section-column-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 105, ../scss/_page-podcast.scss */
  .podcasts-help-section .section-column-wrapper .section-column {
    max-width: 400px;
  }
  /* line 108, ../scss/_page-podcast.scss */
  .podcasts-help-section .section-column-wrapper .section-column:last-child {
    margin-top: 40px;
    margin-left: 0;
  }
}
/* line 116, ../scss/_page-podcast.scss */
.podcasts-help-section .section-column-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  color: #000000;
}
/* line 122, ../scss/_page-podcast.scss */
.podcasts-help-section .section-column-title img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
/* line 130, ../scss/_page-podcast.scss */
.podcasts-help-section .section-column:last-child {
  margin-left: 50px;
}
/* line 135, ../scss/_page-podcast.scss */
.podcasts-help-section ol.section-column-list {
  margin: 0;
  padding: 25px 0 0 0;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #4d6272;
  list-style: none;
  counter-reset: item;
}
/* line 148, ../scss/_page-podcast.scss */
.podcasts-help-section ol.section-column-list li {
  counter-increment: item;
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
/* line 156, ../scss/_page-podcast.scss */
.podcasts-help-section ol.section-column-list li:before {
  margin-right: 10px;
  content: counter(item);
  border-radius: 100%;
  width: 42px;
  height: 42px;
  background-color: #eaeaea;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #4d6272;
  position: absolute;
  left: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 180, ../scss/_page-podcast.scss */
.social-icons-small .facebook-icon,
.social-icons-small .twitter-icon,
.social-icons-small .email-icon {
  text-indent: -9999px;
  width: 18px;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
}
/* line 189, ../scss/_page-podcast.scss */
.social-icons-small .facebook-icon:hover,
.social-icons-small .twitter-icon:hover,
.social-icons-small .email-icon:hover {
  opacity: 0.6;
}
/* line 194, ../scss/_page-podcast.scss */
.social-icons-small .facebook-icon {
  background-image: url("../images/ui/facebook.svg");
  height: 18px;
}
/* line 199, ../scss/_page-podcast.scss */
.social-icons-small .twitter-icon {
  background-image: url("../images/ui/twitter.svg");
  height: 15px;
}
/* line 204, ../scss/_page-podcast.scss */
.social-icons-small .email-icon {
  background-image: url("../images/ui/email.svg");
  height: 15px;
}

/* line 210, ../scss/_page-podcast.scss */
.recent-podcasts-section {
  padding-top: 30px;
}
/* line 213, ../scss/_page-podcast.scss */
.recent-podcasts-section .section-title {
  color: #fdc131;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.57;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}

@media all and (max-width: 680px) {
  /* line 225, ../scss/_page-podcast.scss */
  .page-template-page-podcasts .column--right {
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
    padding-top: 20px;
  }
}
