/*------------------------------------*    $VARIABLES
\*------------------------------------*/
/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*    $COLORS
\*------------------------------------*/
/**
 * Colors. Refer to relevant sections for their implementations.
 */
.container:after, .header:after, .story.popular:after, .story-container:after, .brand .authors:after, .author:after, .main .author:after, .video:after, .bottom .container:after {
  content: ' ';
  display: table;
  clear: both;
}

.container:before, .header:before, .story.popular:before, .story-container:before, .brand .authors:before, .author:before, .main .author:before, .video:before, .bottom .container:before {
  display: table;
  content: " ";
}

@media only screen and (min-width: 1024px) {
  .article__body-container, .popular-container {
    float: left;
    width: 620px;
  }
}

@media only screen and (min-width: 1024px) {
  .article__sidebar {
    float: right;
    width: 300px;
  }
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

::-moz-selection {
  color: #ffffff;
  background: #FE4A4B;
}

::selection {
  color: #ffffff;
  background: #FE4A4B;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font: 1rem/1 "Lato", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  min-height: 100%;
}

img {
  display: block;
  height: auto;
}

.story img, .container img {
  width: 100%;
}

a,
a:link,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

ul,
ul li {
  list-style: none;
}

nav li {
  display: inline-block;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  position: relative;
}

.btn {
  padding: 15px 25px;
  text-transform: uppercase;
  display: inline-block;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  margin: 15px 0;
  border-radius: 30px;
  font: 700 1rem/1 "Lato", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .btn {
    letter-spacing: -0.2px;
    margin: 45px 0px 0px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}

.tpd-box {
  z-index: 99;
}

@media only screen and (max-width: 1023px) {
  .tpd-box {
    text-align: center;
  }
}

.tpd-box.tpd-box__banner {
  margin-bottom: 30px;
}

.tpd-box.tpd-box__inline {
  width: 300px;
  margin-bottom: 15px;
}

.tpd-box.tpd-box__inline--left {
  float: left;
  margin-right: 15px;
}

.tpd-box.tpd-box__inline--right {
  float: right;
  margin-left: 15px;
}

.header {
  padding: 0;
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
  .header {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1023px) {
  .header .container:before {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .header .container:after {
    display: none;
  }
}

.logo {
  margin: 4px 0px 0px 8px;
}

@media only screen and (min-width: 1024px) {
  .logo {
    margin: 0px;
    float: left;
    width: 96px;
  }
}

.logo img {
  display: block;
  width: 74px;
}

@media only screen and (min-width: 1024px) {
  .logo img {
    width: 100%;
  }
}

.top-navigation {
  display: none;
  font: 400 1.125rem/1 "Lato", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .top-navigation {
    margin-top: 10px;
    display: block;
    float: right;
    font: 400 1.125rem/1 "Lato", sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  .top-navigation__item {
    margin-left: 25px;
    padding: 10px 25px;
    border-radius: 30px;
  }
  .top-navigation__item:first-child {
    margin-left: 0;
  }
}

.uni-button {
  font: 700 1.125rem/1 "Lato", sans-serif;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 0 12px;
}

@media only screen and (min-width: 1024px) {
  .uni-button {
    position: absolute;
    width: auto;
    left: 150px;
    top: 18px;
    font: 700 1.25rem/1 "Lato", sans-serif;
    letter-spacing: -0.2px;
  }
}

.uni-button__icon {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 16px;
  background: url(../_img/arrow.png) no-repeat 0 0;
  background-size: 16px;
  margin-left: 10px;
}

.uni-button__icon.flip {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

@media only screen and (max-width: 1023px) {
  .uni-button a {
    display: block;
    text-align: left;
    margin: 0px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1023px) {
  .uni-button a:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 80px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  }
}

@media only screen and (max-width: 1023px) {
  .uni-button span {
    position: absolute;
    right: 8px;
    top: 4px;
  }
}

.uni-button span:hover {
  cursor: pointer;
}

.header .writefor-mob {
  width: 74px;
  background: #fe4a4b;
  color: #fff;
  min-height: 100%;
  display: block;
  padding: 15px 16px;
}

@media only screen and (min-width: 1024px) {
  .header .writefor-mob {
    display: none;
  }
}

.call-to-action {
  font: 700 0.875rem/1 "Lato", sans-serif;
}

@media only screen and (max-width: 1023px) {
  .tabs-container {
    text-align: center;
  }
}

.tab_jobs_margin {
  margin-right: 120px;
}

.tab_jobs {
  color: #fff;
  background: #FE4A4B;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: top;
  text-align: center;
  z-index: 999;
}

.tab_jobs a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab_jobs a:hover {
  text-decoration: none;
  border-bottom: 0 !important;
}

.tab_jobs a span {
  display: block;
}

.tab_jobs a span.jobs-heading {
  margin-top: 18px;
  font-weight: bold;
  font-size: 1rem;
}

.tab_jobs a span.jobs-description {
  margin-top: 12px;
  font-size: .675rem;
  line-height: 1rem;
}

@media only screen and (max-width: 1023px) {
  .footer .privacy {
    margin: 15px 0;
    text-align: center;
  }
}

.write-for {
  text-align: center;
  padding: 45px 15px 40px 15px;
  margin-top: 50px;
}

@media only screen and (min-width: 1024px) {
  .write-for {
    margin-top: 70px;
    padding: 60px 0;
  }
}

.write-for__numbers {
  font: 2.25rem/1 "Lato", sans-serif;
  letter-spacing: -1.2px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
  .write-for__numbers {
    font: 700 3.25rem/1 "Lato", sans-serif;
    letter-spacing: -1.8px;
  }
}

.write-for__copy {
  font: 1.125rem/1.2 "Source Sans Pro", sans-serif;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
  .write-for__copy {
    font: 1.25rem/1.3 "Source Sans Pro", sans-serif;
  }
}

.privacy {
  font: 0.9375rem/1 "Lato", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .privacy {
    margin-bottom: 30px;
  }
}

.mobile-sticky-ad {
  position: fixed !important;
  z-index: 150 !important;
  bottom: 0px !important;
  left: -50% !important;
  right: -50% !important;
  text-align: center !important;
  height: 50px !important;
}

.stats {
  padding: 0px 15px 15px 15px;
}

.stats .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.stats .container.brands_stats {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 1024px) {
  .stats {
    padding: 30px;
  }
  .stats .container .stats__item:nth-of-type(2n) {
    text-align: center;
  }
  .stats .container .stats__item:nth-of-type(3n) {
    text-align: right;
  }
}

.stats__item {
  width: 32%;
  font: 400 0.875rem/1 "Lato", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .stats__item {
    font: 400 0.9375rem/1 "Lato", sans-serif;
  }
}

.stats__numbers {
  font: 700 1.125rem/1 "Lato", sans-serif;
  display: block;
  padding: 0 0 5px 0;
}

@media only screen and (min-width: 1024px) {
  .stats__numbers {
    font: 700 2.25rem/1 "Lato", sans-serif;
  }
}

.stats--author {
  padding: 25px 5px 25px 15px;
}

@media only screen and (min-width: 1024px) {
  .stats--author .container {
    padding: 0 200px 0 150px;
  }
  .stats--author .container .stats__item:nth-of-type(2n) {
    text-align: left;
  }
  .stats--author .container .stats__item:nth-of-type(3n) {
    text-align: left;
  }
}

.stats--author .stats__numbers {
  font: 400 1.125rem/1 "Lato", sans-serif;
  padding: 0 0 5px 0;
  margin-right: 30px;
}

@media only screen and (min-width: 1024px) {
  .stats--author .stats__numbers {
    font: 400 1.5rem/1 "Lato", sans-serif;
    padding: 0 0 5px 0;
    letter-spacing: -0.6px;
  }
}

.story.regular {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1024px) {
  .story.regular {
    margin-bottom: 50px;
  }
}

.story.main {
  margin-bottom: 35px;
}

@media only screen and (min-width: 1024px) {
  .story.main {
    margin-bottom: 60px;
  }
}

.story.brand {
  margin-bottom: 35px;
}

@media only screen and (min-width: 1024px) {
  .story.brand {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .story.local {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .story.top-story {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .story.popular {
    margin-bottom: 15px;
  }
}

.story-container .story:nth-of-type(2n+1) {
  clear: left;
  padding-right: 2px;
}

@media only screen and (min-width: 1024px) {
  .national .story-container .story:nth-of-type(2n+1) {
    padding-right: 15px;
  }
}

.story-container .story:nth-of-type(2n) {
  padding-left: 2px;
}

@media only screen and (min-width: 1024px) {
  .national .story-container .story:nth-of-type(2n) {
    padding-left: 15px;
  }
}

.regular.local .story__image, .regular.local .article__image {
  width: 100%;
  min-height: 80px;
}

@media only screen and (min-width: 1024px) {
  .regular.local .story__image, .regular.local .article__image {
    float: right;
    width: 535px;
    margin-left: 30px;
    max-height: 270px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .brand .story__image, .brand .article__image {
    float: left;
    width: 535px;
    margin-right: 30px;
    max-height: 270px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .top-story .story__image, .top-story .article__image {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .small-picture.reverse .story__image, .small-picture.reverse .article__image {
    float: left;
    width: 145px;
  }
}

@media only screen and (min-width: 1024px) {
  .small-picture.classic .story__image, .small-picture.classic .article__image {
    float: right;
    width: 145px;
    height: 76px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .story__copy {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    position: relative;
    z-index: 2;
    margin-top: -60px;
    max-width: 70%;
  }
}

@media only screen and (min-width: 1024px) {
  .brand .story__copy {
    display: block;
    margin: 0 0 0 555px;
  }
}

.story__title, .article__title {
  margin: 0;
  padding: 15px 15px 0px 15px;
  font: 700 1.0625rem/1 "Lato", sans-serif;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  word-break: break-word;
}

@media only screen and (min-width: 1024px) {
  .story__title, .article__title {
    position: relative;
    z-index: 3;
    font: 700 2.25rem/1 "Lato", sans-serif;
    letter-spacing: -1.2px;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.regular .story__title, .regular .article__title {
  padding: 12px 12px 15px 15px;
}

@media only screen and (min-width: 1024px) {
  .regular .story__title, .regular .article__title {
    margin-top: -45px;
    width: 400px;
    padding: 12px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .local .story__title, .local .article__title {
    margin-top: 15px;
  }
}

.main .story__title, .main .article__title {
  font: 700 1.875rem/1 "Lato", sans-serif;
  letter-spacing: -0.6px;
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  .main .story__title, .main .article__title {
    font: 700 3rem/1 "Lato", sans-serif;
    letter-spacing: -1.5px;
    width: 700px;
  }
}

.brand .story__title, .brand .article__title {
  font: 700 1.875rem/1 "Lato", sans-serif;
  letter-spacing: -0.6px;
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  .brand .story__title, .brand .article__title {
    font: 700 3rem/1 "Lato", sans-serif;
    letter-spacing: -1.5px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .highlight .story__title, .highlight .article__title {
    font: 700 1.5rem/1 "Lato", sans-serif;
    letter-spacing: -0.6px;
  }
}

.popular .story__title, .popular .article__title {
  font: 700 1.0625rem/1.2 "Lato", sans-serif;
  letter-spacing: -0.6px;
}

@media only screen and (min-width: 1024px) {
  .popular .story__title, .popular .article__title {
    font: 700 1.5rem/1 "Lato", sans-serif;
  }
}

.top-story .story__title, .top-story .article__title {
  font: 700 2.25rem/1 "Lato", sans-serif;
  letter-spacing: -1.2px;
}

@media only screen and (min-width: 1024px) {
  .top-story .story__title, .top-story .article__title {
    margin-top: -65px;
    font-weight: 900;
    font: 900 3.25rem/1 "Lato", sans-serif;
    letter-spacing: -1.8px;
    width: 100%;
  }
  .top-story .story__title a, .top-story .article__title a {
    padding: 5px 0;
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .small-picture.reverse .story__title, .small-picture.reverse .article__title {
    font: 400 1rem/1.2 "Lato", sans-serif;
    margin-left: 155px;
    letter-spacing: normal;
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .small-picture.classic .story__title, .small-picture.classic .article__title {
    font: 400 1rem/1.2 "Lato", sans-serif;
    letter-spacing: normal;
    margin-right: 155px;
    padding: 0;
  }
}

.story__excerpt {
  display: none;
  margin: 15px;
  font: 400 1.125rem/1.25 "Source Sans Pro", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .story__excerpt {
    margin: 5px 0 20px 0;
    display: block;
    font: 400 1.25rem/1.25 "Source Sans Pro", sans-serif;
  }
}

.main .story__excerpt {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .main .story__excerpt {
    margin: 15px 0 0 0;
    font: 400 1.5rem/1.25 "Source Sans Pro", sans-serif;
    letter-spacing: -0.2px;
  }
}

.brand .story__excerpt {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .brand .story__excerpt {
    margin: 15px 0 0 0;
    font: 400 1.125rem/1.25 "Source Sans Pro", sans-serif;
    letter-spacing: -0.2px;
  }
}

@media only screen and (min-width: 1024px) {
  .top-story .story__excerpt {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 70%;
  }
}

.story__category, .article__category {
  padding: 0 15px 15px 15px;
  font: 0.8125rem/1 "Lato", sans-serif;
}

.story__category span, .article__category span {
  font-weight: 600;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .story__category, .article__category {
    font: 0.9375rem/1 "Lato", sans-serif;
    padding: 20px 20px 20px 0;
  }
  .story__category span, .article__category span {
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 1024px) {
  .regular .story__category, .regular .article__category {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
}

.main .story__category, .main .article__category {
  padding: 15px;
  font: 0.8125rem/1 "Lato", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .main .story__category, .main .article__category {
    font: 0.9375rem/1 "Lato", sans-serif;
    padding: 50px 20px 20px 0;
  }
}

.main .story__category span, .main .article__category span {
  font-weight: 600;
  text-transform: uppercase;
}

.main .story__category span:after, .main .article__category span:after {
  content: "\00b7";
  margin: 10px;
  font-size: 18px;
  line-height: 0.1;
}

.authors {
  margin: 8px 15px 15px 15px;
}

@media only screen and (min-width: 1024px) {
  .authors {
    display: block;
    margin-left: 0;
    float: left;
  }
}

.local .authors {
  margin: 0 15px 8px 15px;
}

@media only screen and (min-width: 1024px) {
  .local .authors {
    margin: 0 15px 8px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .brand .authors {
    margin-left: 0;
  }
}

.brand .authors__image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border-radius: 0;
  overflow: hidden;
}

.brand .authors__info {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
  .brand .authors {
    margin-left: 555px;
    float: none;
  }
}

@media only screen and (min-width: 1024px) {
  .main .authors {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px !important;
    width: 30%;
    text-align: right;
    float: none;
  }
}

@media only screen and (min-width: 1024px) {
  .small-picture .authors {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .author {
    margin-left: 0;
  }
}

.author__image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.author__info {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
  .main .author {
    margin-left: 0;
  }
}

.main .author__image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.main .author__info {
  display: inline-block;
  vertical-align: middle;
}

.main .author__name {
  font: 700 0.875rem/1 "Lato", sans-serif;
}

.article .author__image {
  width: 36px;
  height: 36px;
}

.author__name {
  text-transform: uppercase;
  font: 700 0.8125rem/1.1 "Lato", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .author__name {
    font: 700 0.9375rem/1 "Lato", sans-serif;
    letter-spacing: -0.2px;
  }
}

.author__university {
  font: 400 0.875rem/1 "Lato", sans-serif;
  padding: 3px 0 0 0;
}

@media only screen and (min-width: 1024px) {
  .author__university {
    font: 0.9375rem/1 "Lato", sans-serif;
    letter-spacing: -0.2px;
  }
}

.regular .author {
  margin-top: 0;
}

.switch {
  padding: 15px;
  font: 700 1.25rem/1.2 "Lato", sans-serif;
  letter-spacing: -0.2px;
}

@media only screen and (min-width: 1024px) {
  .switch {
    margin-top: 0px;
    padding: 0px 0 45px 0;
    font: 3rem/1 "Lato", sans-serif;
    letter-spacing: -1.8px;
  }
  .switch__link {
    font-weight: 700;
  }
}

.highlight-section {
  padding: 0 0 30px 0;
}

@media only screen and (min-width: 1024px) {
  .highlight-section {
    margin-bottom: 60px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .highlight-section .main .story__title, .highlight-section .main .article__title {
    font-weight: 900;
  }
}

.highlight-section .brand {
  margin-bottom: 0;
}

.highlight-section .brand .story__title, .highlight-section .brand .article__title {
  font: 700 1.875rem/1 "Lato", sans-serif;
  letter-spacing: -0.6px;
  margin: 15px;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .highlight-section .brand .story__title, .highlight-section .brand .article__title {
    font: 700 2.25rem/1 "Lato", sans-serif;
    letter-spacing: -1.2px;
  }
}

.highlight-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media only screen and (max-width: 1023px) {
  .highlight-container .highlight {
    width: 50%;
  }
  .highlight-container .highlight:first-child {
    width: 100%;
    padding-left: 0;
  }
  .highlight-container .highlight:first-child .story__title, .highlight-container .highlight:first-child .article__title {
    font: 1.875rem/1 "Lato", sans-serif;
    letter-spacing: -0.6px;
    font-weight: 700;
  }
  .highlight-container .highlight:nth-of-type(2n+1) {
    padding-left: 2px;
  }
  .highlight-container .highlight:nth-of-type(2n) {
    padding-right: 2px;
  }
}

@media only screen and (min-width: 1024px) {
  .highlight-container .highlight {
    width: 32%;
  }
}

.highlight-container__title {
  font: 1.25rem/1.2 "Lato", sans-serif;
  letter-spacing: -0.6px;
  font-weight: 700;
}

@media only screen and (max-width: 1023px) {
  .highlight-container__title {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .highlight-container__title {
    font: 900 1.5rem/1.2 "Lato", sans-serif;
    letter-spacing: -.4px;
  }
}

.author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 20px 15px;
}

.author-box:before, .author-box:after {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .author-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 50px 15px 0px 0px;
  }
}

.author-box__image {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  margin: 0 0 15px 15px;
}

@media only screen and (min-width: 1024px) {
  .author-box__image {
    margin: 0 40px 0px 0;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }
}

.author-box__image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.author-box__image.custom-avatar {
  border-radius: 0;
}

.author-box__image.custom-avatar img {
  border-radius: 0;
}

.author-box__name {
  font: 700 1.875rem/1 "Lato", sans-serif;
  letter-spacing: -0.6px;
}

@media only screen and (min-width: 1024px) {
  .author-box__name {
    font: 700 3rem/1 "Lato", sans-serif;
    letter-spacing: -1.5px;
  }
}

.author-box__bio {
  clear: both;
  margin-top: 20px;
  font: 1.125rem/1.2 "Source Sans Pro", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .author-box__bio {
    font: 1.125rem/1.3 "Source Sans Pro", sans-serif;
    margin: 25px 0 0 0;
    clear: none;
  }
}

.author-box a {
  border-bottom: 2px solid rgba(253, 66, 72, 0.75);
  font: 1.125rem/1.2 "Source Sans Pro", sans-serif;
}

.author-box__job-title {
  margin-top: 12px;
  font: 1.125rem/1 "Source Sans Pro", sans-serif;
  color: rgba(18, 18, 18, 0.8);
}

@media only screen and (min-width: 1024px) {
  .author-box__job-title {
    font: 1.25rem/1 "Source Sans Pro", sans-serif;
    letter-spacing: -0.2px;
  }
}

.video {
  position: relative;
  padding: 55px 0 45px 0;
}

@media only screen and (min-width: 1024px) {
  .video {
    padding: 30px 0;
  }
}

.video__logo {
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 1023px) {
  .video__logo {
    position: absolute;
    top: 5px;
    left: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .video__logo {
    margin-left: 495px;
  }
}

.video__video {
  margin: 0 auto 15px auto;
  width: 320px;
  height: 180px;
}

@media only screen and (min-width: 1024px) {
  .video__video {
    float: left;
    margin: 0 40px 0 0;
    width: 455px;
    height: 256px;
  }
}

.video__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__title {
  font: 700 1.875rem/1 "Lato", sans-serif;
  letter-spacing: -0.6px;
  margin: 15px;
}

@media only screen and (min-width: 1024px) {
  .video__title {
    font: 700 2.25rem/1 "Lato", sans-serif;
    letter-spacing: -1.2px;
  }
}

.video__excerpt {
  margin: 15px;
  font: 400 1.125rem/1.2 "Source Sans Pro", sans-serif;
  color: rgba(18, 18, 18, 0.8);
}

@media only screen and (min-width: 1024px) {
  .video__excerpt {
    font: 400 1.25rem/1.3 "Source Sans Pro", sans-serif;
    letter-spacing: -0.6px;
  }
}

.article__body {
  font: 400 1.125rem/1.3 "Source Sans Pro", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .article__body {
    font: 400 1.25rem/1.4 "Source Sans Pro", sans-serif;
    margin-right: 20px;
  }
}

.article__body-container .authors {
  float: right;
  width: 50%;
  margin-bottom: 0;
  text-align: right;
}

.article__body-container .authors .author__image.custom-avatar {
  border-radius: 0px;
  width: auto;
  height: auto;
  max-width: 165px;
}

.article__body-container .share {
  float: left;
}

@media only screen and (min-width: 1024px) {
  .article__body-container .share {
    margin: 25px 0px 25px 15px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .article__sidebar {
    display: block;
    padding-top: 30px;
  }
}

.article__sidebar .author__image {
  display: none;
}

.article__sidebar .story__title a, .article__sidebar .article__title a {
  font-size: 15px;
}

.article__title {
  word-break: break-word;
  font: 700 2.25rem/1 "Lato", sans-serif;
  letter-spacing: -1.8px;
}

@media only screen and (min-width: 1024px) {
  .article__title {
    font: 700 3.25rem/1 "Lato", sans-serif;
  }
}

.article__category {
  padding: 15px;
  font: 0.8125rem/1 "Lato", sans-serif;
  border-top: 0 !important;
}

@media only screen and (min-width: 1024px) {
  .article__category {
    font: 0.9375rem/1 "Lato", sans-serif;
    padding: 0px 20px 20px 0;
  }
}

.article__category span {
  font-weight: 600;
  text-transform: uppercase;
}

.article__category span:after {
  content: "\00b7";
  margin: 10px;
  font-size: 18px;
  line-height: 0.1;
}

.article__excerpt {
  font: 400 1.75rem/1.1 "Source Sans Pro", sans-serif;
  letter-spacing: -0.2px;
}

@media only screen and (max-width: 1023px) {
  .article__excerpt {
    font: 700 1.25rem/1.2 "Lato", sans-serif;
    margin: 0 15px;
  }
}

.article__text p {
  margin: 15px;
}

@media only screen and (min-width: 1024px) {
  .article__text p {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .article__text img {
    max-width: 100%;
    margin-right: 240px;
  }
}

.article__text h1, .article__text h2, .article__text h3, .article__text h4, .article__text h5, .article__text h6 {
  margin: 15px 15px;
}

@media only screen and (min-width: 1024px) {
  .article__text h1, .article__text h2, .article__text h3, .article__text h4, .article__text h5, .article__text h6 {
    margin: 15px 0px;
  }
}

.article__text iframe {
  max-width: 100% !important;
  display: block;
}

.article__more {
  margin: 15px 0px;
}

@media only screen and (min-width: 1024px) {
  .article__more {
    margin: 0 0 25px 0;
  }
}

.article__more .btn-red,
.article__more .btn {
  padding: 8px 12px;
  margin-right: 6px;
  margin-bottom: 0px;
  font: 700 0.8125rem/1.2 "Lato", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .article__more .btn-red,
  .article__more .btn {
    margin: 0;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}

.article-stats {
  padding: 0;
  margin: 0 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 1024px) {
  .article-stats {
    position: absolute;
    display: block;
    margin: 25px 0 0 -185px;
  }
}

.article-stats__item {
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  text-align: left;
  margin: 0 15px 15px 0;
  width: auto;
  max-width: 160px;
  font: 400 0.9375rem/1.2 "Lato", sans-serif;
  letter-spacing: -0.2px;
}

.brands_stats .article-stats__item {
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  .article-stats__item {
    width: 160px;
    text-align: right;
    margin: 0 0 20px 0;
  }
}

.article-stats__item--figure {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  font: 400 2.25rem/1.2 "Lato", sans-serif;
  opacity: 0.8;
}

.article-stats__item--text {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-left: 5px;
  font: 400 0.875rem/1.2 "Lato", sans-serif;
  opacity: 0.6;
}

.article-stats__item-hidden {
  display: none;
}

.article-stats__item-visible {
  display: inline-block;
}

.article .twitter-handler {
  margin: 15px;
}

@media only screen and (min-width: 1024px) {
  .article .twitter-handler {
    margin: 15px 0;
  }
}

.article .wp-caption-text {
  font: 400 1.125rem/1.3 "Lato", sans-serif;
}

.article .wp-caption {
  max-width: 100%;
}

.popular-container {
  margin-top: 15px;
}

@media only screen and (min-width: 1024px) {
  .popular-container {
    margin-top: 50px;
  }
}

.popular-container .author__image,
.popular-container .story__excerpt {
  display: none;
}

.popular-container .story {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

.popular-container .story:nth-of-type(2n+1) {
  clear: left;
  padding-right: 5px;
}

.popular-container .story:nth-of-type(2n) {
  padding-left: 5px;
}

.popular-container__title {
  font: 700 1.25rem/1.3 "Lato", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin: 25px 15px;
}

@media only screen and (min-width: 1024px) {
  .popular-container__title {
    margin: 45px 0 30px 0;
    font: 700 2.25rem/1 "Lato", sans-serif;
    letter-spacing: -1.2px;
  }
}

.big-picture {
  display: none;
}

.toggle .big-picture {
  display: none;
}

.big-picture .author__image,
.big-picture .story__excerpt {
  display: none;
}

.classic {
  display: block;
}

.toggle .classic {
  display: none;
}

.classic .author__image,
.classic .story__excerpt {
  display: none;
}

.reverse {
  display: none;
}

.toggle .reverse {
  display: block;
}

.reverse .author__image,
.reverse .story__excerpt {
  display: none;
}

.pb_feed {
  clear: both;
}

.article img {
  clear: both;
  width: 100%;
}

.OUTBRAIN {
  margin-top: 25px;
}

.ad-box {
  margin-top: 50px;
}

.test-ad iframe {
  background-color: pink;
}

.related_articles__sidebar--title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.6);
}

.related_articles--title {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.6px;
  margin: 0px 15px 25px 15px;
}

@media only screen and (min-width: 1024px) {
  .related_articles--title {
    margin: 0px 0px 25px 0px;
  }
}

#tpd-native-ad-c iframe {
  margin: 0 auto;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.instagram-media {
  position: relative !important;
}

div.hearts {
  width: 200px;
  height: 600px;
  position: absolute;
  top: -600px;
  right: 20px;
}

div.heart {
  width: 30px;
  height: 30px;
  opacity: 1;
  position: absolute;
  bottom: 0;
  display: none;
}

.colOne {
  color: #fc5a65;
}

.colTwo {
  color: #fc5a65;
}

.colThree {
  color: #fc5a65;
}

.colFour {
  color: #fc5a65;
}

.colFive {
  color: #fc5a65;
}

.colSix {
  color: #fc5a65;
}

@-webkit-keyframes flowOne {
  0% {
    opacity: 0;
    bottom: 0;
    right: 14%;
  }
  40% {
    opacity: .8;
  }
  50% {
    opacity: 1;
    right: 0;
  }
  60% {
    opacity: .2;
  }
  80% {
    bottom: 80%;
  }
  100% {
    opacity: 0;
    bottom: 100%;
    right: 18%;
  }
}

@keyframes flowOne {
  0% {
    opacity: 0;
    bottom: 0;
    right: 14%;
  }
  40% {
    opacity: .8;
  }
  50% {
    opacity: 1;
    right: 0;
  }
  60% {
    opacity: .2;
  }
  80% {
    bottom: 80%;
  }
  100% {
    opacity: 0;
    bottom: 100%;
    right: 18%;
  }
}

@-webkit-keyframes flowTwo {
  0% {
    opacity: 0;
    bottom: 0;
    right: 0;
  }
  40% {
    opacity: .8;
  }
  50% {
    opacity: 1;
    right: 11%;
  }
  60% {
    opacity: .2;
  }
  80% {
    bottom: 60%;
  }
  100% {
    opacity: 0;
    bottom: 80%;
    right: 0;
  }
}

@keyframes flowTwo {
  0% {
    opacity: 0;
    bottom: 0;
    right: 0;
  }
  40% {
    opacity: .8;
  }
  50% {
    opacity: 1;
    right: 11%;
  }
  60% {
    opacity: .2;
  }
  80% {
    bottom: 60%;
  }
  100% {
    opacity: 0;
    bottom: 80%;
    right: 0;
  }
}

@-webkit-keyframes flowThree {
  0% {
    opacity: 0;
    bottom: 0;
    right: 0;
  }
  40% {
    opacity: .8;
  }
  50% {
    opacity: 1;
    right: 30%;
  }
  60% {
    opacity: .2;
  }
  80% {
    bottom: 70%;
  }
  100% {
    opacity: 0;
    bottom: 90%;
    right: 0;
  }
}

@keyframes flowThree {
  0% {
    opacity: 0;
    bottom: 0;
    right: 0;
  }
  40% {
    opacity: .8;
  }
  50% {
    opacity: 1;
    right: 30%;
  }
  60% {
    opacity: .2;
  }
  80% {
    bottom: 70%;
  }
  100% {
    opacity: 0;
    bottom: 90%;
    right: 0;
  }
}

.share {
  margin: 15px;
}

.share__facebook {
  display: block;
  text-align: right;
  border-radius: 30px;
  padding: 12px 15px 12px 30px;
  font: 700 1.125rem/1 "Lato", sans-serif;
  background: url(../_img/share-btn.png) no-repeat 12px 50%;
  background-size: 9px;
}

.university-list label {
  display: inline-block;
  font: 700 2.25rem/1 "Lato", sans-serif;
  letter-spacing: -1.2px;
  margin-right: 40px;
  cursor: pointer;
}

.university-list input[type=radio] {
  display: none;
}

.university-list__container {
  font: 400 0.9375rem/2 "Lato", sans-serif;
  padding: 15px;
}

.top .university-list__container {
  -webkit-column-count: 2;
  column-count: 2;
}

@media only screen and (min-width: 1024px) {
  .top .university-list__container {
    padding: 30px 0px 60px 0;
    -webkit-column-count: 6;
    column-count: 6;
    width: 100%;
  }
}

.university-list__title {
  font: 700 0.9375rem/2 "Lato", sans-serif;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .bottom.highlight-section {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.bottom .container .university-list__container {
  font: 400 0.875rem/2.1 "Lato", sans-serif;
  float: left;
  padding: 15px;
  width: 100%;
  -webkit-column-count: 3;
  column-count: 3;
}

@media only screen and (min-width: 1024px) {
  .bottom .container .university-list__container {
    padding: 20px 20px 20px 0;
    -webkit-column-count: 4;
    column-count: 4;
    width: 50%;
  }
}

.bottom .container .university-list__title {
  display: block;
  font: 700 0.875rem/2.1 "Lato", sans-serif;
}

.pagination .pager {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pagination__item {
  font: 700 1rem/1 "Lato", sans-serif;
  padding: 12px 25px;
  margin-right: -4px;
  border-radius: 30px;
  text-transform: uppercase;
}

.pagination .next {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination .previous {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.archive--container {
  padding: 15px 0px 30px 0px;
  background: #f8f8f8;
  margin-bottom: 30px;
}

.archive--container__inner {
  margin: 0 auto;
  max-width: 940px;
}

.archive--container .archive__list li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.archive--container h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

.archive--container a {
  color: rgba(18, 18, 18, 0.6);
  font-size: 1.125rem;
}

.archive--container a.current {
  font-weight: bold;
}

.archive__list--posts li {
  padding: 10px 0px;
}

.archive__list--posts li a {
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
}

.header {
  background-color: #fff;
}

.top-navigation__item a:hover {
  border-bottom: 2px solid rgba(253, 66, 72, 0.75);
}

.top-navigation__item.active a {
  border-bottom: 2px solid rgba(253, 66, 72, 0.75);
}

.call-to-action {
  background-color: #fe4a4b;
  color: #fff;
}

.uni-button {
  color: rgba(18, 18, 18, 0.8);
}

.footer {
  padding-bottom: 50px;
}

.footer .privacy {
  color: rgba(18, 18, 18, 0.6);
}

#cookie-optin {
  width: 100%;
  position: fixed;
  bottom: 0px;
  min-height: 50px;
  background-color: #353535;
  z-index: 999999999;
  -webkit-transform: translateY(175px);
          transform: translateY(175px);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

#cookie-optin:before {
  display: table;
  content: " ";
}

#cookie-optin:after {
  display: table;
  content: " ";
  clear: both;
}

#cookie-optin.visible {
  display: block !important;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#cookie-optin .text {
  font-size: 12px;
  color: #fff;
  float: left;
  width: 80%;
}

@media (max-width: 900px) {
  #cookie-optin .text {
    width: 67%;
    padding-left: 3%;
  }
}

#cookie-optin .text a {
  text-decoration: underline;
  font-weight: bold;
}

#cookie-optin .text b {
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding: 0px;
  margin: 0px;
  padding-bottom: 3px;
}

#cookie-optin .btn-gotit {
  float: left;
  width: 20%;
}

@media (max-width: 900px) {
  #cookie-optin .btn-gotit {
    width: 33%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

#cookie-optin .btn-gotit button {
  position: relative;
  background-color: #FD4248;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0px;
  margin: 0 auto;
  margin-top: -18px;
  cursor: pointer;
  -webkit-transition: 0.3s linear background-color;
  transition: 0.3s linear background-color;
  display: block;
}

#cookie-optin .btn-gotit button:hover {
  background-color: #fd656a;
  -webkit-transition: 0.3s linear background-color;
  transition: 0.3s linear background-color;
}

#cookie-optin .btn-gotit button:active {
  margin-top: -16px;
}

#cookie-optin .btn-gotit button:focus {
  outline: none;
}

.write-for {
  color: #fff;
  background-color: #121212;
}

.write-for__btn {
  background-color: #fe4a4b;
}

img#wpstats {
  display: none;
}

.stats__numbers {
  color: rgba(18, 18, 18, 0.8);
}

.stats__item {
  color: rgba(18, 18, 18, 0.6);
}

@media only screen and (min-width: 1024px) {
  .highlight-section {
    background-color: #f8f8f8;
  }
}

.highlight-section .story__category, .highlight-section .article__category {
  border-top: 0 none !important;
  background-color: #f8f8f8 !important;
}

@media only screen and (min-width: 1024px) {
  .highlight-section .story__title, .highlight-section .article__title {
    background-color: #f8f8f8 !important;
    -webkit-box-shadow: 20px 0 0 #f8f8f8 !important;
            box-shadow: 20px 0 0 #f8f8f8 !important;
  }
}

.brand .author .custom-avatar {
  border-radius: 0;
  width: auto;
  height: 32px;
  max-width: 120px;
  max-height: 32px;
}

@media only screen and (min-width: 1024px) {
  .national .story__title, .national .article__title {
    background-color: #fff;
    -webkit-box-shadow: 20px 0 0 #fff;
            box-shadow: 20px 0 0 #fff;
  }
  .main .story__title, .main .article__title {
    background-color: #fff;
    -webkit-box-shadow: 20px 0 0 #fff;
            box-shadow: 20px 0 0 #fff;
  }
}

.top-story .story__title, .top-story .article__title {
  -webkit-box-shadow: 20px 0 0 #fff, -20px 0 0 #fff;
          box-shadow: 20px 0 0 #fff, -20px 0 0 #fff;
}

.regular .story__category span, .regular .article__category span {
  color: rgba(18, 18, 18, 0.6);
}

.main .story__category, .main .article__category {
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  color: rgba(18, 18, 18, 0.4);
}

.main .story__category span, .main .article__category span {
  color: rgba(18, 18, 18, 0.6);
}

.main .story__category span:after, .main .article__category span:after {
  color: rgba(254, 74, 75, 0.8);
}

.story__excerpt {
  color: rgba(18, 18, 18, 0.8);
}

.author__name {
  color: rgba(18, 18, 18, 0.6);
}

@media only screen and (min-width: 1024px) {
  .author__name {
    color: rgba(18, 18, 18, 0.8);
  }
}

.author__university {
  color: rgba(18, 18, 18, 0.6);
}

.main .author {
  color: rgba(18, 18, 18, 0.8);
}

.switch {
  color: #dedede;
  background-color: rgba(18, 18, 18, 0.02);
}

@media only screen and (min-width: 1024px) {
  .switch {
    background-color: #fff;
  }
}

.switch__link {
  color: #2c2c2c !important;
}

.switch__link:hover, .switch__link.active {
  color: #FF4D4D !important;
}

.author-box__bio {
  color: rgba(18, 18, 18, 0.8);
}

@media only screen and (min-width: 1024px) {
  .author-box__job-title {
    margin-top: 15px;
  }
}

.brand-nav {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 3px 0;
  background-color: #fff;
  z-index: 9999;
}

.brand-nav.visible {
  display: block;
}

.brand-nav .author__image {
  float: left;
  margin-right: 10px;
}

.brand-nav .author__image.custom-avatar {
  border-radius: 0;
  width: auto;
  height: 80px;
  max-width: 120px;
  max-height: 60px;
}

.brand-nav .author__image img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.brand-nav .brand-text {
  float: left;
  margin-top: 19px;
}

.brand-nav .brand-text__sponsored {
  opacity: 0.6;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  color: #121212;
}

.brand-nav .brand-text__author__name {
  opacity: 0.8;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #121212;
}

.brand-nav .brand-tagline {
  display: none;
  float: left;
  text-align: left;
  margin-top: 12px;
  font-size: 14px;
  margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
  .brand-nav .brand-tagline {
    display: block;
  }
}

.brand-tagline {
  display: none;
}

@media (max-width: 1024px) {
  .brand-info.author-info {
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .post-template-custom-post .wp-caption {
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .post-template-custom-post .js-header-image {
    background-attachment: inherit !important;
    height: 45vh !important;
  }
}

.post-template-custom-post .authors .author .author__image.custom-avatar {
  width: 80px !important;
  height: auto !important;
  border-radius: 0px !important;
}

.video__logo {
  background-color: #121212;
}

.video__video {
  background-color: #121212;
}

.article .article__body-container {
  margin-top: 30px;
}

.article .wp-caption-text {
  color: rgba(18, 18, 18, 0.6);
}

.article__more .btn {
  background: rgba(18, 18, 18, 0.1);
}

.article__more .btn-red {
  background: #fe4a4b;
  color: #fff;
  cursor: auto;
}

.article__text a {
  border-bottom: 2px solid rgba(253, 66, 72, 0.75);
}

.article__text .twitter-handler {
  color: #fe4a4b;
}

.article__text .twitter-handler a {
  border: none;
}

.article__category span {
  color: rgba(18, 18, 18, 0.6);
}

.article__category span:after {
  color: rgba(254, 74, 75, 0.8);
}

.article__sidebar {
  margin-top: 30px;
}

.share {
  color: #fff;
}

.share__facebook {
  background-color: #3c599d;
}

.top.university-list label {
  color: rgba(18, 18, 18, 0.6);
}

.top.university-list input[type=radio]:checked + label {
  color: #121212;
}

.top.university-list a:hover {
  color: #fd4248;
  border-bottom: 2px solid rgba(253, 66, 72, 0.75) !important;
  text-decoration: none;
}

.top .university-list__item.active a {
  color: #fd4248;
  border-bottom: 2px solid rgba(253, 66, 72, 0.75) !important;
  text-decoration: none;
}

.uni-button.active {
  color: rgba(253, 66, 72, 0.75);
}

.pagination__item {
  border: 2px solid #fe4a4b;
}
/*# sourceMappingURL=main.css.map */