html {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

@media screen and (min-width: 960px) {
  .hide-desktop {
    display: none !important;
  }
}



/* START Masthead button changes */
.btn--nav {
  display: inline-block;
  padding: 0 1.2rem;
  line-height: 2rem;
  height: 2rem;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 14px;
  background: #0072cf;
  color: #fff;
  padding: 0 20px;
}

.btn--nav:hover {
  box-shadow: 0 2px 0 0 rgba(56, 57, 65, 0.3);
  text-decoration: none;
  color: #fff;
}

.btn--nav:active {
  box-shadow: inset 0 2px 0 0 hsla(0, 0%, 39.2%, 0.5);
}

@media all and (min-width: 960px) {
  .btn--nav {
    line-height: 2rem;
    height: 2rem;
  }
}

@media (min-width: 960px) {
  .site-nav__a--login {
    margin-left: 1.5rem;
    border: 1px solid #ccc;
    color: #36424a;
    background: #fff;
    font-weight: 500;
  }

  .site-nav__a--login:hover {
    box-shadow: 0 2px 0 0 rgba(56, 57, 65, 0.3);
    text-decoration: none;
    color: #36424a;
  }

  .site-nav__a--login:active {
    box-shadow: inset 0 2px 0 0 hsla(0, 0%, 39.2%, 0.5);
    color: #36424a;
  }
}

/* END Masthead button changes */

/* Default Skimlinks stylesheet from the original main.min.css */

/*----------[Header]---------*/
body.logged-in .site-header {
  margin-top: 30px;
}

@media all and (max-width: 576px) {
  body.logged-in .site-header {
    margin-top: 40px;
  }
}

.site-header {
  background-color: #fff;
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolling {
  border-color: #e1e9ec;
}

.site-header .container {
  padding-top: 0;
  padding-bottom: 0;
}

@media all and (min-width: 960px) {
  .site-header .container {
    position: relative;
  }
}

@media all and (min-width: 960px) {
  .site-header {
    padding: 24px 0;
  }
}

.site-logo {
  float: left;
  vertical-align: top;
  width: 185px;
  height: 34px;
}

/**
   * Nav specific stuff
   * Note: despite indentation, these are *not* nested & shouldn't be
   */

/*----------[Main Nav]---------*/
.site-nav {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 215px);
  margin-left: 30px;
}

.site-nav__ul {
  float: right;
  padding-left: 0;
}

.site-nav__ul--desktop {
  display: none;
}

@media all and (min-width: 960px) {
  .site-nav__ul--desktop {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: nowrap;
    float: none;
  }

  .site-nav__ul--mobile {
    display: none;
  }
}

.site-nav__li {
  float: left;
}

.site-nav__li:first-child {
  margin-left: 0;
}

.site-nav__li--margin-20px {
  margin-left: 20px;
}

.site-nav__li--selected .site-nav__a,
#top-menu > .current-menu-item a {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  position: relative;
  top: -1px;
}

@media all and (min-width: 960px) {
  .site-nav__li--burger {
    display: none;
  }
}

.site-nav__a {
  display: block;
  color: #36424a;
  line-height: 34px;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.site-nav__a--link {
  transition: color 0.3s;
}

.site-nav__a--link:hover {
  color: #7db7dc;
  text-decoration: none;
}

.site-nav__a--burger {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 20px;
}

@media all and (min-width: 960px) {
  .site-nav__a--burger {
    position: static;
    height: auto;
    padding: 0;
    background-image: url("../images/sprite@2x.png");
    background-position: -62px -82px;
    width: 16px;
    height: 15.5px;
    background-size: 160px;
  }
}

.site-nav__a--burger::after {
  content: "";
  display: block;
  margin-top: 21px;
  background-image: url("../images/sprite.png");
  background-position: -18px -120px;
  width: 16px;
  height: 16px;
  background-size: 236px;
}

@media all and (min-width: 960px) {
  .site-nav__a--burger::after {
    margin-top: 8px;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .site-nav__a--burger::after {
    background-image: url("../images/sprite@2x.png");
    background-position: -62px -82px;
    width: 16px;
    height: 15.5px;
    background-size: 160px;
  }
}

.site-nav__a--burger.open {
  background: #00325b;
}

.site-nav__a--burger.open::after {
  background-image: url("../images/sprite.png");
  background-position: 0px -120px;
  width: 16px;
  height: 16px;
  background-size: 236px;
}

@media all and (min-width: 960px) {
  .site-nav__a--burger.open {
    background: none;
  }

  .site-nav__a--burger.open::after {
    background-image: url("../images/sprite@2x.png");
    background-position: -79px -82px;
    width: 16px;
    height: 15.5px;
    background-size: 160px;
  }
}

.site-nav__a--signup {
  background: #0072cf;
  border: 1px solid #0072cf;
  color: #fff;
  text-align: center;
}

.burger-menu .site-nav__a--signup {
  /* Matches padding of other nav items */
  margin: 23px;
}

@media all and (min-width: 960px) {
  .btn--nav {
    line-height: 2rem;
    height: 2rem;
  }
}

@media all and (min-width: 960px) {
  .site-nav__a--login {
    display: inline-block;
    padding: 0 1.2rem;
    line-height: 2rem;
    height: 2rem;
    border-radius: 3px;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 20px;
    margin-left: 1.5rem;
    border: 1px solid #ccc;
    color: #36424a;
    background: white;
  }

  .site-nav__a--login:hover {
    box-shadow: 0 2px 0 0 rgba(56, 57, 65, 0.3);
    text-decoration: none;
    color: #36424a;
  }

  .site-nav__a--login:active {
    box-shadow: inset 0 2px 0 0 rgba(100, 100, 100, 0.5);
    color: #36424a;
  }
}

.site-header__merchant-link {
  position: absolute;
  top: -18px;
  right: 20px;
  font-size: 12px;
  color: #fff;
  display: none;
  color: #0072cf;
}

.site-header__merchant-link:hover {
  text-decoration: none;
  color: #ff5c5e;
}

@media all and (min-width: 960px) {
  .site-header__merchant-link {
    display: inline-block;
  }
}

/*----------[Burger Menus]---------*/
@media all and (min-width: 960px) {
  .burger--hide-desktop {
    display: none;
  }
}

.burger--hide-mobile {
  display: none;
}

@media all and (min-width: 960px) {
  .burger--hide-mobile {
    display: block;
  }
}

body.logged-in .burger-menu {
  top: 85px;
}

.burger-menu {
  display: none;
  position: fixed;
  top: 54px;
  right: 0;
  background: #00325b;
  z-index: 10;
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.burger-menu.ready {
  transition: right 0.3s;
}

.burger-menu.open {
  display: block;
}

@media all and (min-width: 960px) {
  .burger-menu {
    display: block;
    top: 0;
    right: -420px;
    width: 420px;
    height: 100%;
    padding: 33px 40px;
  }

  .burger-menu.open {
    display: none;
  }
}

.burger-menu__icon {
  text-indent: -9999px;
  display: none;
  background-image: url("../images/sprite.png");
  background-position: 0px -120px;
  width: 16px;
  height: 16px;
  background-size: 236px;
}

@media all and (min-width: 960px) {
  .burger-menu__icon {
    display: block;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .burger-menu__icon {
    background-image: url("../images/sprite@2x.png");
    background-position: -79px -82px;
    width: 16px;
    height: 15.5px;
    background-size: 160px;
  }
}

.burger-menu__ul:last-of-type .burger-menu__li:last-child .burger-menu__a {
  border-bottom: 1px solid #fff;
}

@media all and (min-width: 960px) {
  .burger-menu__ul:last-of-type .burger-menu__li:last-child .burger-menu__a {
    border-bottom: 0;
  }
}

@media all and (min-width: 960px) {
  .burger-menu__ul {
    margin-bottom: 20px;
  }
}

.burger-menu__li:last-child .burger-menu__a {
  border-bottom: 6px solid #fff;
}

@media all and (min-width: 960px) {
  .burger-menu__li:last-child .burger-menu__a {
    border-bottom: 0;
  }
}

.burger-menu__a {
  color: #fff;
  font-size: 1em;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 10px 23px;
}

@media all and (min-width: 960px) {
  .burger-menu__a {
    border-bottom: 0;
    padding: 0;
  }
}

.burger-menu__form {
  width: 100%;
  padding: 15px;
}

@media all and (min-width: 960px) {
  .burger-menu__form {
    width: 240px;
    padding: 0;
  }
}

/* Wordpress hack for the mobile nav */
.burger-menu.open .menu-top-menu-container > ul,
.burger-menu.open .menu-top-menu-fr-container > ul,
.burger-menu.open .menu-top-menu-de-container > ul,
.burger-menu.open .menu-top-menu-es-container > ul,
.burger-menu.open .menu-top-menu-js-container > ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

/* Should be the "We're hiring" link */
@media all and (min-width: 960px) {
  ul#top-menu > li:nth-last-child(3) {
    display: none;
  }
}

/* Should be the "Log in" link */
.burger-menu.open .menu-top-menu-container > ul > li:nth-last-child(2) {
  order: 3;
}

/* Should be the "Sign up" button */
.burger-menu.open .menu-top-menu-container > ul > li:last-child {
  order: 5;
}

.burger-menu.open .menu-top-menu-container > ul > li > a,
.burger-menu.open .menu-top-menu-fr-container > ul > li > a,
.burger-menu.open .menu-top-menu-de-container > ul > li > a,
.burger-menu.open .menu-top-menu-de-container > ul > li > a,
.burger-menu.open .menu-top-menu-es-container > ul > li > a,
.burger-menu.open .menu-top-menu-js-container > ul {
  color: white;
  font-size: 1em;
  display: block;
  padding: 10px 23px;
  font-weight: 300;
}

.burger-menu.open .menu-top-menu-container > ul > li > a:hover {
  text-decoration: underline;
}

.sub-menu {
  list-style: none; /* START horizontal center absoluteley positioned item of unknown width */
  padding-left: 2em;
}

/* START Top nav menu dropdowns */
/* Desktop masthead menu styles (above 960px) */
@media screen and (min-width: 960px) {
  .site-header {
    overflow: visible;
  }

  /* svg */
  .icon.icon-angle-down {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: center;
    display: none;
  }

  /* li */
  .sub-site-nav__a.site-nav__a--link {
    position: relative;
    z-index: 10;
  }

  .sub-site-nav__a.site-nav__a--link:hover .sub-menu {
    display: block;
  }

  /* ul */
  .sub-menu {
    display: none;
    background: white;
    border: 1px solid #00aac6;
    border-radius: 3px;
    padding: 1.5em 1.5em 0.5em;
    box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 120%;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0; /* END horizontal center absoluteley positioned item of unknown width */
  }

  /* Little triangle at the top of the dropdown */
  .sub-menu::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border: 1px solid #00aac6;
    background: white;
    transform: rotate(45deg);
    position: absolute;
    top: -0.5em;
    left: 50%;
    margin-left: -0.25em;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }

  /* Fill the gap between the parent and this so the user can move the cursor without this closing */
  .sub-menu::after {
    content: "";
    display: block;
    height: 1em;
    position: absolute;
    top: -1em;
    background: transparent;
    left: 0;
    right: 0;
  }

  .sub-menu > li {
    margin-bottom: 1em;
  }

  .sub-menu > li > a {
    white-space: nowrap;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 500;
  }

  .site-nav__a--signup {
    font-weight: 500;
  }

  /* Hardcode icons to some menu items */
  .site-nav__ul--desktop > li:first-child > ul > li a {
    display: flex;
    align-items: center;
  }

  .site-nav__ul--desktop > li:first-child > ul > li a::before {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 0.9em;
    vertical-align: middle;
    background-size: contain;
    margin-right: 0.8em;
    color: inherit;
    background-repeat: no-repeat;
    background-position: center;
  }

  .site-nav__ul--desktop > li:first-child > ul > li:nth-child(1) a::before {
    background-image: url("../images/icon-publisher.svg");
  }

  .site-nav__ul--desktop > li:first-child > ul > li:nth-child(2) a::before {
    background-image: url("../images/icon-media-publishers.svg");
  }

  .site-nav__ul--desktop > li:first-child > ul > li:nth-child(3) a::before {
    background-image: url("../images/icon-influencers.svg");
  }

  .site-nav__ul--desktop > li:first-child > ul > li:nth-child(4) a::before {
    background-image: url("../images/icon-coupon.svg");
  }
}

/* Mobile burger masthead menu styles (below 960px) */
@media screen and (max-width: 960px) {
  .burger-menu ul#menu-top-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .burger-menu ul#menu-top-menu > li:nth-last-child(2) {
    border-bottom: none;
  }

  .burger-menu .sub-menu {
    padding-bottom: 0.4em;
  }

  .burger-menu .sub-menu li {
    padding-right: 23px;
  }

  .burger-menu .sub-menu a {
    line-height: 1.2em;
    color: white;
    font-weight: 500;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }

  .site-nav__a--signup {
    height: auto;
  }

  .burger-menu.open .menu-top-menu-container ul li:last-child {
    display: block;
  }

  .sub-menu .site-nav__a.site-nav__a--link:hover {
    text-decoration: underline;
  }

  .sub-menu .menu-item.menu-item-type-post_type.menu-item-object-page.sub-site-nav__a.site-nav__a--link {
    border: none;
  }

  .sub-menu .menu-item.menu-item-type-post_type.menu-item-object-page.sub-site-nav__a.site-nav__a--link a {
    padding-left: 3em;
  }

  /* svg */
  svg.icon.icon-angle-down {
    filter: invert(1);
    transition: transform 125ms;
    top: -0.1em;
    position: relative;
    padding: 0.5em;
    width: 2em;
    height: 2em;
    vertical-align: center;
    float: right;
    border-radius: 2em;
  }

  svg.icon.icon-angle-down.submenu-visible {
    transform: rotate(180deg);
  }

  svg.icon.icon-angle-down:hover {
    background-color: #fff3;
  }

  /* Hardcode icons to some menu items */
  .burger-menu #menu-top-menu > li:first-child > ul > li a {
    display: flex;
    align-items: center;
  }

  .burger-menu #menu-top-menu > li:first-child > ul > li a::before {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 0.9em;
    vertical-align: middle;
    background-size: contain;
    margin-right: 0.8em;
    color: inherit;
    background-repeat: no-repeat;
    background-position: center;
  }

  .burger-menu #menu-top-menu > li:first-child > ul > li:nth-child(1) a::before {
    background-image: url("../images/icon-publisher.svg");
  }

  .burger-menu #menu-top-menu > li:first-child > ul > li:nth-child(2) a::before {
    background-image: url("../images/icon-media-publishers.svg");
  }

  .burger-menu #menu-top-menu > li:first-child > ul > li:nth-child(3) a::before {
    background-image: url("../images/icon-influencers.svg");
  }

  .burger-menu #menu-top-menu > li:first-child > ul > li:nth-child(4) a::before {
    background-image: url("../images/icon-coupon.svg");
  }
}
/* END Top nav menu dropdowns */
.postid-14149 .elements .case-study__content p{
  display: none !important;
}
