/*
Theme Name: Harrenmedia v3
Author: Felipe Siutti
Description: Bootstrap Blog template converted to WordPress
Version: 0.0.1
Tags: bootstrap
*/
/* line 9, scss/_base.scss */
html {
  overflow-x: hidden;
}

/* line 13, scss/_base.scss */
body {
  overflow-x: hidden;
}

/* line 17, scss/_base.scss */
body p {
  font-family: TradeGothicLT;
  font-weight: 400;
}

/* line 22, scss/_base.scss */
.text-center {
  text-align: center !important;
}

/* HEADER */
/* line 28, scss/_base.scss */
.harren-header {
  position: fixed;
  z-index: 89;
  margin: auto;
  width: 100%;
  color: white;
  transition: padding-top 0.3s, padding-bottom 0.3s, height 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 35, scss/_base.scss */
  .harren-header .container {
    max-width: 1060px;
  }
}

/* line 42, scss/_base.scss */
.harren-header nav.navbar {
  transition: padding-top 0.3s;
  padding-top: 10px;
}
/* line 45, scss/_base.scss */
.harren-header nav.navbar .dropdown-toggle:after {
  position: absolute;
  right: -20px;
  top: 20px;
}
/* line 50, scss/_base.scss */
.harren-header nav.navbar button {
  border: none;
}
/* line 52, scss/_base.scss */
.harren-header nav.navbar button:focus {
  outline: none;
}
/* line 55, scss/_base.scss */
.harren-header nav.navbar button .navbar-toggle-bar {
  display: block;
  background-color: #fff;
  height: 3px;
  border-radius: 1px;
  margin-top: 6px;
  width: 28px;
}

/* line 66, scss/_base.scss */
.harren-header nav.navbar .navbar-brand img {
  transition: height 0.05s;
  height: 60px;
}

/* line 71, scss/_base.scss */
.harren-header nav.navbar .navbar-nav {
  justify-content: space-around;
  width: 90%;
  margin-left: 5%;
  height: 60px;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  /* line 71, scss/_base.scss */
  .harren-header nav.navbar .navbar-nav {
    align-items: center;
  }
}

/* line 82, scss/_base.scss */
.harren-header nav.navbar .navbar-nav a {
  font-size: 16px;
  font-family: TradeGothicLT;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 87, scss/_base.scss */
.harren-header nav.navbar .navbar-nav a:focus {
  outline: none;
  color: #63c1d7;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 82, scss/_base.scss */
  .harren-header nav.navbar .navbar-nav a {
    font-size: 15px;
  }
}

/* line 96, scss/_base.scss */
.harren-header nav.navbar .navbar-nav a {
  color: #fff;
}

/* line 100, scss/_base.scss */
.harren-header nav.navbar .navbar-nav .dropdown a {
  color: #84c7a6;
  font-family: TradeGothic;
  font-style: oblique;
  font-weight: lighter;
  transform: translateY(-3px);
}

/* line 108, scss/_base.scss */
.harren-header nav.navbar .navbar-nav .dropdown .dropdown-menu {
  background-color: #3887c0;
  border: none;
}

/* line 113, scss/_base.scss */
.harren-header nav.navbar .navbar-nav .dropdown .dropdown-menu a.dropdown-item {
  background-color: transparent;
  color: #fff;
  padding-left: 8px;
}

/* line 119, scss/_base.scss */
.harren-header nav.navbar .navbar-nav .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #84c7a6;
}

@media screen and (max-width: 991px) {
  /* line 125, scss/_base.scss */
  .harren-header nav.navbar .navbar-nav .dropdown .dropdown-toggle {
    padding-left: 18px;
    padding-right: 18px;
    width: 110px;
    margin: auto;
  }
  /* line 131, scss/_base.scss */
  .harren-header nav.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 136, scss/_base.scss */
  .harren-header nav.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    margin: auto;
    width: 90px;
  }
}
/* line 144, scss/_base.scss */
.harren-header nav.navbar .navbar-nav .active a {
  color: #63c1d7;
}

/* line 148, scss/_base.scss */
.harren-header nav.navbar .navbar-nav a:hover {
  color: #63c1d7;
}

/* line 152, scss/_base.scss */
.harren-header.fixed-navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(56, 135, 192, 0.94);
  box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.14), 0 5px 2px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 160, scss/_base.scss */
.harren-header.fixed-navbar nav.navbar {
  padding-top: 0px;
}

/* line 165, scss/_base.scss */
.harren-header.fixed-navbar nav.navbar .navbar-nav {
  height: 50px;
}

/* line 169, scss/_base.scss */
.harren-header.fixed-navbar nav.navbar .navbar-brand img {
  height: 34px;
  filter: brightness(10);
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  /* line 175, scss/_base.scss */
  .harren-header {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(56, 135, 192, 0.94);
    box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.14), 0 5px 2px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }

  /* line 182, scss/_base.scss */
  .harren-header nav.navbar {
    padding-top: 0px;
  }

  /* line 187, scss/_base.scss */
  .harren-header.fixed-navbar nav.navbar .navbar-nav, .harren-header nav.navbar .navbar-nav {
    height: auto;
  }

  /* line 191, scss/_base.scss */
  .harren-header nav.navbar .navbar-brand img {
    height: 34px;
    filter: brightness(10);
    margin-top: 5px;
  }
}
/* VIDEO */
/* line 200, scss/_base.scss */
.hero-video {
  width: 100%;
  min-height: 400px;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* line 200, scss/_base.scss */
  .hero-video {
    height: 100vh;
    background-image: url("images/home-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 75% center;
  }
  /* line 212, scss/_base.scss */
  .hero-video video {
    display: none;
  }
}

/* line 218, scss/_base.scss */
.hero-video .video-overlay {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  /* line 218, scss/_base.scss */
  .hero-video .video-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("images/j-patternm.png");
    background-size: 5px;
  }
}

/* line 231, scss/_base.scss */
.hero-video video {
  overflow-x: hidden;
  width: 100vw;
}

/* line 236, scss/_base.scss */
.hero-video .body {
  color: #fff;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 0px;
}
/* line 243, scss/_base.scss */
.hero-video .body ul {
  list-style: none;
  position: relative;
  padding-left: 0px;
}
/* line 247, scss/_base.scss */
.hero-video .body ul li {
  opacity: 0;
  transition: opacity 0.4s;
  position: absolute;
  bottom: 8px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  /* line 247, scss/_base.scss */
  .hero-video .body ul li {
    bottom: 40px;
  }
  /* line 255, scss/_base.scss */
  .hero-video .body ul li h1 {
    font-size: 48px;
  }
  /* line 258, scss/_base.scss */
  .hero-video .body ul li h2 {
    font-size: 36px;
  }
}
/* line 262, scss/_base.scss */
.hero-video .body ul li.active {
  opacity: 1;
}
/* line 265, scss/_base.scss */
.hero-video .body ul li .left {
  position: relative;
  left: 140px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  /* line 265, scss/_base.scss */
  .hero-video .body ul li .left {
    left: 12%;
  }
}
@media screen and (max-width: 768px) {
  /* line 265, scss/_base.scss */
  .hero-video .body ul li .left {
    left: 30px;
  }
}

/* line 280, scss/_base.scss */
.hero-video .body h1 {
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 65px;
  line-height: 1;
  margin-bottom: 0;
}

/* line 289, scss/_base.scss */
.hero-video .body h2 {
  font-family: TradeGothicLT;
  font-weight: 400;
  font-size: 52px;
}

/* ABOUT US */
/* line 297, scss/_base.scss */
.bg-map-colors {
  min-height: 600px;
  width: 100%;
  background-image: url("images/bg-map-colors.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f1f2f2;
}

/* line 306, scss/_base.scss */
.about-us {
  padding-top: 40px;
  position: relative;
  min-height: 780px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 990px) {
  /* line 306, scss/_base.scss */
  .about-us {
    min-height: 900px;
  }
}

/* line 317, scss/_base.scss */
.about-us h3 {
  padding-top: 40px;
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 2rem;
  text-transform: uppercase;
}

/* line 326, scss/_base.scss */
.about-us p {
  max-width: 1020px;
  margin: 35px auto 55px;
}

/* line 331, scss/_base.scss */
.about-us p a.blue {
  color: #63c1d7;
}
/* line 333, scss/_base.scss */
.about-us p a.blue:hover {
  text-decoration: none;
}

/* line 338, scss/_base.scss */
.about-us .container {
  z-index: 3;
  position: relative;
}

/* line 343, scss/_base.scss */
.about-us .overlay {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}

/* ABOUT US */
/* line 354, scss/_base.scss */
.publishers-advertisers {
  text-align: center;
  padding-top: 40px;
  min-height: 600px;
  color: #6d6e71;
}

/* line 361, scss/_base.scss */
.publishers-advertisers a:hover {
  text-decoration: none;
}

/* line 365, scss/_base.scss */
.publishers-advertisers h3 {
  margin-bottom: 0px;
  padding-top: 60px;
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 2rem;
  text-transform: uppercase;
}

/* line 375, scss/_base.scss */
.publishers-advertisers p {
  font-size: 15px;
}

/* line 379, scss/_base.scss */
.publishers-advertisers h4 {
  paddinging-top: 40px;
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #63c1d7;
}

/* line 389, scss/_base.scss */
.publishers-advertisers h5 {
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.75rem;
}

/* line 396, scss/_base.scss */
.publishers-advertisers .divider {
  height: 1px;
  width: 180px;
  background-color: #6d6e71;
  margin: 25px auto 45px;
}

/* line 403, scss/_base.scss */
.publishers-advertisers .image-text-publishers {
  min-height: 350px;
  margin-top: 80px;
  background-image: url("images/publishers.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  /* line 403, scss/_base.scss */
  .publishers-advertisers .image-text-publishers {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
/* line 415, scss/_base.scss */
.publishers-advertisers .image-text-publishers h4 {
  padding-top: 0px;
  text-transform: none;
  text-align: left;
}
/* line 420, scss/_base.scss */
.publishers-advertisers .image-text-publishers ul {
  padding-left: 20px;
  text-align: left;
}
/* line 423, scss/_base.scss */
.publishers-advertisers .image-text-publishers ul li {
  color: #fff;
}
/* line 425, scss/_base.scss */
.publishers-advertisers .image-text-publishers ul li.sublist {
  list-style: none;
}
/* line 427, scss/_base.scss */
.publishers-advertisers .image-text-publishers ul li.sublist ul {
  list-style: none;
  padding-left: 45px;
}
@media screen and (min-width: 768px) {
  /* line 434, scss/_base.scss */
  .publishers-advertisers .image-text-publishers .first-body {
    border-right: 1px solid #ffffff;
  }
}
/* line 442, scss/_base.scss */
.publishers-advertisers .image-text-publishers .overlay {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 452, scss/_base.scss */
.publishers-advertisers .image-text-advertisers {
  height: 340px;
  margin-top: 80px;
  background-image: url("images/advertisers.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 461, scss/_base.scss */
.contact {
  min-height: 650px;
  background-repeat: no-repeat;
  background-image: url("images/contact.jpg");
  background-size: cover;
  position: relative;
}
/* line 467, scss/_base.scss */
.contact .locations-cta {
  text-align: center;
  position: absolute;
  bottom: 90px;
  width: 78%;
}
@media screen and (max-width: 990px) {
  /* line 467, scss/_base.scss */
  .contact .locations-cta {
    width: 100%;
    bottom: -15px;
  }
}
/* line 476, scss/_base.scss */
.contact .locations-cta a:hover {
  text-decoration: none;
}
/* line 479, scss/_base.scss */
.contact .locations-cta h4 {
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ffffff;
}
/* line 487, scss/_base.scss */
.contact .locations-cta img {
  width: 58px;
}

/* line 493, scss/_base.scss */
.contact .form {
  height: 650px;
}

/* line 497, scss/_base.scss */
.form .g-recaptcha {
  transform: scaleX(0.63) scaleY(0.7);
}
/* line 499, scss/_base.scss */
.form .g-recaptcha > div {
  position: absolute;
  right: -85px;
  top: 5px;
}
@media screen and (max-width: 1199px) {
  /* line 499, scss/_base.scss */
  .form .g-recaptcha > div {
    right: -63px;
  }
}
@media screen and (max-width: 991px) {
  /* line 499, scss/_base.scss */
  .form .g-recaptcha > div {
    right: -157px;
  }
}
@media screen and (max-width: 767px) {
  /* line 499, scss/_base.scss */
  .form .g-recaptcha > div {
    right: -105px;
  }
}
@media screen and (max-width: 575px) {
  /* line 499, scss/_base.scss */
  .form .g-recaptcha > div {
    right: -17%;
  }
}

/* line 518, scss/_base.scss */
.contact .container {
  position: relative;
  z-index: 1;
}

/* line 523, scss/_base.scss */
.contact h3 {
  padding-top: 80px;
  margin-bottom: 0px;
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 2rem;
  text-transform: uppercase;
  color: #63c1d7;
}

/* line 535, scss/_base.scss */
.contact .overlay {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 544, scss/_base.scss */
.contact p {
  max-width: 499px;
  color: #fff;
  margin-top: 30px;
  line-height: 2em;
}

/* line 551, scss/_base.scss */
.form {
  height: 100%;
  text-transform: uppercase;
  padding-top: 100px;
}
@media screen and (min-width: 769px) {
  /* line 551, scss/_base.scss */
  .form {
    background-color: rgba(99, 193, 215, 0.5);
  }
}

/* line 560, scss/_base.scss */
.form .form-group {
  padding: 3px 30px;
  margin: 0px;
}

/* line 565, scss/_base.scss */
.form .form-group input, .form .form-group textarea {
  width: 100%;
  text-transform: uppercase;
  border-radius: 0px;
  border: 1px solid #bcbec0;
  padding: 18px 25px 12px;
  font-size: 14px;
  color: #000;
  font-family: TradeGothicLT;
}

/* line 576, scss/_base.scss */
.form .form-group input::placeholder, .form .form-group textarea::placeholder {
  color: #000;
}

/* line 580, scss/_base.scss */
.form .submit-button {
  text-align: right;
  padding-top: 62px;
}

/* line 585, scss/_base.scss */
.form .submit-button button {
  border-radius: 0px;
  min-width: 190px;
  height: 62px;
  text-transform: uppercase;
  font-family: TradeGothicLT;
  font-weight: bold;
  font-stretch: condensed;
  background-color: #8ed5e0;
  border: 1px solid white;
  text-align: right;
  font-size: 32px;
  padding: 12px 12px;
  margin-right: 30px;
  margin-top: 3px;
}

/* line 602, scss/_base.scss */
#map {
  height: 600px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  /* line 602, scss/_base.scss */
  #map {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  /* line 610, scss/_base.scss */
  #map-container, #locations-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* line 1, scss/_history.scss */
.history {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  overflow-x: hidden;
}
/* line 6, scss/_history.scss */
.history .arrow-left {
  position: absolute;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transform: rotateZ(-45deg);
  top: 81px;
  left: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 3;
}
/* line 18, scss/_history.scss */
.history .arrow-right {
  position: absolute;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transform: rotateZ(135deg);
  top: 81px;
  right: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 3;
}
/* line 30, scss/_history.scss */
.history > ul {
  list-style: none;
  transition: transform 0.2s;
  width: 300vw;
}
@media screen and (max-width: 768px) {
  /* line 30, scss/_history.scss */
  .history > ul {
    width: 900vw;
  }
}
/* line 37, scss/_history.scss */
.history > ul > li {
  float: left;
  width: 24vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 37, scss/_history.scss */
  .history > ul > li {
    width: 80vw;
  }
}
/* line 44, scss/_history.scss */
.history > ul > li:before {
  content: " ";
  height: 1px;
  width: 100%;
  background-color: #63c1d7;
  position: absolute;
  top: 25px;
  left: 0px;
  z-index: -1;
}
/* line 55, scss/_history.scss */
.history > ul > li:first-child:after {
  font-family: 'Material Icons';
  content: "keyboard_arrow_left";
  color: #63c1d7;
  position: absolute;
  top: 14px;
  left: -6px;
}
/* line 65, scss/_history.scss */
.history > ul > li:last-child:after {
  font-family: 'Material Icons';
  content: "keyboard_arrow_right";
  color: #63c1d7;
  position: absolute;
  top: 14px;
  right: -6px;
}
/* line 75, scss/_history.scss */
.history > ul > li.hide-content h1 {
  opacity: 0;
}
/* line 78, scss/_history.scss */
.history > ul > li.hide-content ul.bullets li {
  opacity: 0;
}
/* line 82, scss/_history.scss */
.history > ul > li h1 {
  transition: opacity 0.2s;
  font-family: TradeGothic;
  font-stretch: condensed;
  font-weight: 700;
  font-style: oblique;
  width: 100px;
  margin: auto;
  height: 50px;
  font-size: 1.9em;
  line-height: 50px;
  background-color: #212427;
  color: #63c1d7;
  border: 1px solid #63c1d7;
}
/* line 97, scss/_history.scss */
.history > ul > li > ul.bullets {
  padding-left: 0px;
}
/* line 100, scss/_history.scss */
.history > ul > li ul.bullets {
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  flex-direction: column;
  list-style-type: disc;
  margin-top: 20px;
}
/* line 107, scss/_history.scss */
.history > ul > li ul.bullets li {
  width: 240px;
  text-align: left;
  font-size: 14px;
}

/* line 3, scss/_solutions.scss */
.solutions .solutions-image {
  color: #fff;
  padding-top: 150px;
  background-image: url("images/solutions.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  height: 653px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 3, scss/_solutions.scss */
  .solutions .solutions-image {
    height: 450px;
    padding-top: 80px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 400px) {
  /* line 3, scss/_solutions.scss */
  .solutions .solutions-image {
    height: 300px;
    padding-top: 58px;
    background-size: cover;
    background-position: center;
  }
}
/* line 25, scss/_solutions.scss */
.solutions .solutions-image h3 {
  padding: 0px 60px;
  margin-bottom: 0px;
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 2.25rem;
  text-transform: uppercase;
}
/* line 33, scss/_solutions.scss */
.solutions .solutions-image h3 span {
  color: #8fd0c2;
}
@media screen and (max-width: 768px) {
  /* line 25, scss/_solutions.scss */
  .solutions .solutions-image h3 {
    padding: 0px 14px;
    font-size: 1.5rem;
  }
  /* line 39, scss/_solutions.scss */
  .solutions .solutions-image h3 span {
    color: #fff;
  }
}
/* line 44, scss/_solutions.scss */
.solutions .solutions-image .tabs {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 0px 60px;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  /* line 44, scss/_solutions.scss */
  .solutions .solutions-image .tabs {
    bottom: 0px;
    padding: 10px 0px;
  }
}
/* line 54, scss/_solutions.scss */
.solutions .solutions-image .tabs .tab {
  padding-top: 100%;
  width: 100%;
  border: 1px solid #ffffff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
/* line 61, scss/_solutions.scss */
.solutions .solutions-image .tabs .tab img {
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 38px);
  width: 76px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  /* line 54, scss/_solutions.scss */
  .solutions .solutions-image .tabs .tab {
    height: 90px;
    width: 100%;
    margin-top: 10px;
  }
  /* line 72, scss/_solutions.scss */
  .solutions .solutions-image .tabs .tab img {
    margin-top: 5px;
    width: 70px;
  }
}
/* line 77, scss/_solutions.scss */
.solutions .solutions-image .tabs .tab .overlay {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 85, scss/_solutions.scss */
.solutions .solutions-image .tabs .tab.active {
  background-color: #ffffff;
  cursor: default;
  height: 200px;
}
@media screen and (max-width: 768px) {
  /* line 85, scss/_solutions.scss */
  .solutions .solutions-image .tabs .tab.active {
    height: 90px;
  }
}
/* line 92, scss/_solutions.scss */
.solutions .solutions-image .tabs .tab.active .overlay {
  display: none;
}
/* line 99, scss/_solutions.scss */
.solutions .tab-content {
  position: relative;
  padding-bottom: 80px;
  display: none;
}
/* line 103, scss/_solutions.scss */
.solutions .tab-content.active {
  display: block;
}
/* line 106, scss/_solutions.scss */
.solutions .tab-content .introduction {
  margin-top: 80px;
  text-align: center;
}
/* line 109, scss/_solutions.scss */
.solutions .tab-content .introduction h4 {
  margin-top: 30px;
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #63c1d7;
}
/* line 117, scss/_solutions.scss */
.solutions .tab-content .introduction h4 span {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  /* line 109, scss/_solutions.scss */
  .solutions .tab-content .introduction h4 {
    font-size: 1.75rem;
  }
  /* line 123, scss/_solutions.scss */
  .solutions .tab-content .introduction h4:not(.no-border):after {
    content: '';
    position: absolute;
    right: 0px;
    top: 29px;
    height: 26px;
    width: 1px;
    background-color: #63c1d7;
  }
}
/* line 135, scss/_solutions.scss */
.solutions .tab-content .introduction p {
  letter-spacing: -0.1;
  color: #6d6e71;
}
/* line 139, scss/_solutions.scss */
.solutions .tab-content .introduction a {
  color: #63c1d7;
}
/* line 141, scss/_solutions.scss */
.solutions .tab-content .introduction a:hover {
  text-decoration: none;
}
/* line 146, scss/_solutions.scss */
.solutions .tab-content .introduction .harren-video-technologies p {
  max-width: 164px;
  margin: auto;
}
/* line 152, scss/_solutions.scss */
.solutions .tab-content .icon-and-text {
  margin-top: 60px;
}
/* line 154, scss/_solutions.scss */
.solutions .tab-content .icon-and-text .icon {
  text-align: right;
  padding-bottom: 40px;
}
/* line 157, scss/_solutions.scss */
.solutions .tab-content .icon-and-text .icon img {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  /* line 154, scss/_solutions.scss */
  .solutions .tab-content .icon-and-text .icon {
    text-align: center;
    padding-bottom: 40px;
  }
  /* line 163, scss/_solutions.scss */
  .solutions .tab-content .icon-and-text .icon img {
    margin-right: 0px;
    width: 50%;
  }
}
/* line 170, scss/_solutions.scss */
.solutions .tab-content .icon-and-text .text h4 {
  padding-top: 30px;
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #63c1d7;
}
@media screen and (max-width: 768px) {
  /* line 170, scss/_solutions.scss */
  .solutions .tab-content .icon-and-text .text h4 {
    text-align: center;
  }
}
/* line 182, scss/_solutions.scss */
.solutions .tab-content .icon-and-text .text ul {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  /* line 182, scss/_solutions.scss */
  .solutions .tab-content .icon-and-text .text ul {
    text-align: center;
    list-style-position: inside;
    padding-left: 0px;
  }
}
/* line 189, scss/_solutions.scss */
.solutions .tab-content .icon-and-text .text ul li {
  color: #6d6e71;
  letter-spacing: -0.1;
}
/* line 194, scss/_solutions.scss */
.solutions .tab-content .icon-and-text .text p {
  color: #6d6e71;
  letter-spacing: -0.1;
  max-width: 340px;
  margin: auto;
}
/* line 200, scss/_solutions.scss */
.solutions .tab-content .icon-and-text .text.with-border {
  background-color: #fff;
  text-align: center;
  border: 1px solid #63c1d7;
}
@media screen and (max-width: 768px) {
  /* line 200, scss/_solutions.scss */
  .solutions .tab-content .icon-and-text .text.with-border {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 211, scss/_solutions.scss */
.solutions .tab-content .info-box {
  border: 1px solid #63c1d7;
  padding: 40px 0px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  /* line 211, scss/_solutions.scss */
  .solutions .tab-content .info-box {
    margin: 60px 0px 0px;
  }
}
/* line 218, scss/_solutions.scss */
.solutions .tab-content .info-box .first-box {
  border-right: 1px solid #6d6e71;
}
@media screen and (max-width: 768px) {
  /* line 218, scss/_solutions.scss */
  .solutions .tab-content .info-box .first-box {
    border-right: none;
    border-bottom: 1px solid #6d6e71;
  }
}
/* line 225, scss/_solutions.scss */
.solutions .tab-content .info-box .first-box, .solutions .tab-content .info-box .second-box {
  padding: 0px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 225, scss/_solutions.scss */
  .solutions .tab-content .info-box .first-box, .solutions .tab-content .info-box .second-box {
    padding: 40px 0px;
    margin: 0px 30px;
  }
}
/* line 233, scss/_solutions.scss */
.solutions .tab-content .info-box h4 {
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #6d6e71;
  margin-bottom: 30px;
}
/* line 242, scss/_solutions.scss */
.solutions .tab-content .info-box h5 {
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.75rem;
  color: #63c1d7;
}
/* line 249, scss/_solutions.scss */
.solutions .tab-content .info-box ul {
  padding-left: 20px;
}
/* line 251, scss/_solutions.scss */
.solutions .tab-content .info-box ul li {
  color: #6d6e71;
  font-family: TradeGothicLT;
  font-weight: 400;
}
/* line 257, scss/_solutions.scss */
.solutions .tab-content .info-box p {
  margin: 0px;
  font-size: 15px;
  color: #6d6e71;
}
/* line 262, scss/_solutions.scss */
.solutions .tab-content .info-box p.blue-background {
  color: #ffffff;
  margin-top: 10px;
  padding: 10px 10px 5px;
  background-color: rgba(99, 193, 215, 0.8);
}
/* line 268, scss/_solutions.scss */
.solutions .tab-content .info-box .cta {
  margin-top: 20px;
  position: relative;
  bottom: 0px;
}
/* line 272, scss/_solutions.scss */
.solutions .tab-content .info-box .cta a {
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #63c1d7;
  padding: 10px 5px 1px;
}
/* line 281, scss/_solutions.scss */
.solutions .tab-content .info-box .cta a:hover {
  text-decoration: none;
}
/* line 287, scss/_solutions.scss */
.solutions .tab-content .social-me-bullets {
  text-align: center;
  background-image: url("images/tab-content/social-me.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
}
@media screen and (max-width: 768px) {
  /* line 287, scss/_solutions.scss */
  .solutions .tab-content .social-me-bullets {
    padding-top: 110px;
    background-position: center 0px;
  }
}
/* line 298, scss/_solutions.scss */
.solutions .tab-content .social-me-bullets ul {
  padding-top: 172px;
  list-style-position: inside;
  padding-left: 20px;
}
/* line 302, scss/_solutions.scss */
.solutions .tab-content .social-me-bullets ul li {
  margin: auto;
  max-width: 245px;
  color: #63c1d7;
  font-size: 20px;
}
/* line 307, scss/_solutions.scss */
.solutions .tab-content .social-me-bullets ul li p {
  line-height: 20px;
  display: inline;
  color: #6d6e71;
  font-family: TradeGothicLT;
  font-weight: 400;
  font-size: 16px;
}
/* line 321, scss/_solutions.scss */
.solutions #sniper-dmp.tab-content .introduction h4 {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  /* line 327, scss/_solutions.scss */
  .solutions #sniper-dmp.tab-content .icon-and-text .icon img {
    height: 200px;
    padding-bottom: 0px;
  }
}
/* line 335, scss/_solutions.scss */
.solutions #sniper-dmp.tab-content .icon-and-text a:hover {
  text-decoration: none;
}
/* line 338, scss/_solutions.scss */
.solutions #sniper-dmp.tab-content .icon-and-text a h4 {
  padding-top: 20px;
}
/* line 343, scss/_solutions.scss */
.solutions #sniper-dmp.tab-content .dmp-lines {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background-image: url("images/sniper-dmp-lines.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
/* line 357, scss/_solutions.scss */
.solutions #solutions-anchor {
  transform: translateY(-58px);
}

/* line 1, scss/_rep-us.scss */
.rep-us {
  min-height: 880px;
  background-repeat: no-repeat;
  background-image: url("images/rep-us.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 8, scss/_rep-us.scss */
.rep-us p.subtitle {
  font-family: TradeGothic;
  font-stretch: condensed;
  font-size: 20px;
  color: #d1d3d4;
}
@media screen and (max-width: 768px) {
  /* line 8, scss/_rep-us.scss */
  .rep-us p.subtitle {
    font-size: 17px;
  }
}
/* line 17, scss/_rep-us.scss */
.rep-us h4 {
  margin-bottom: 0px;
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  /* line 17, scss/_rep-us.scss */
  .rep-us h4 {
    font-size: 1.3rem;
  }
}
/* line 29, scss/_rep-us.scss */
.rep-us ul {
  padding-left: 17px;
}
/* line 31, scss/_rep-us.scss */
.rep-us ul li {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  /* line 31, scss/_rep-us.scss */
  .rep-us ul li {
    font-size: 14px;
  }
}
/* line 38, scss/_rep-us.scss */
.rep-us .with-border {
  border: 1px solid #ffffff;
  padding: 15px 35px;
}
@media screen and (max-width: 768px) {
  /* line 38, scss/_rep-us.scss */
  .rep-us .with-border {
    padding: 15px 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* line 47, scss/_rep-us.scss */
.rep-us .form {
  background-color: transparent;
  padding: 100px 0px 0px 80px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  /* line 47, scss/_rep-us.scss */
  .rep-us .form {
    padding: 100px 0px 0px 10px;
  }
}
@media screen and (max-width: 768px) {
  /* line 47, scss/_rep-us.scss */
  .rep-us .form {
    padding: 30px 0px 180px;
  }
}
/* line 57, scss/_rep-us.scss */
.rep-us .form form {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  /* line 57, scss/_rep-us.scss */
  .rep-us .form form {
    margin-top: 20px;
  }
}
/* line 62, scss/_rep-us.scss */
.rep-us .form form .form-group {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  /* line 65, scss/_rep-us.scss */
  .rep-us .form form .form-group input, .rep-us .form form .form-group textarea {
    padding: 14px 25px 8px;
  }
}
/* line 72, scss/_rep-us.scss */
.rep-us .form h4 {
  font-family: TradeGothic;
  font-stretch: condensed;
  font-weight: 400;
  font-size: 2rem;
  text-transform: none;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  /* line 72, scss/_rep-us.scss */
  .rep-us .form h4 {
    font-size: 1.8rem;
  }
}
/* line 83, scss/_rep-us.scss */
.rep-us .form h5 {
  margin-bottom: 0px;
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #63c1d7;
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  /* line 83, scss/_rep-us.scss */
  .rep-us .form h5 {
    font-size: 1.3rem;
  }
}

/* line 99, scss/_rep-us.scss */
.rep-us .container {
  position: relative;
  z-index: 1;
}

/* line 104, scss/_rep-us.scss */
.rep-us h3 {
  padding-top: 80px;
  margin-bottom: 0px;
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  /* line 104, scss/_rep-us.scss */
  .rep-us h3 {
    padding-top: 50px;
  }
}

/* line 118, scss/_rep-us.scss */
.rep-us .overlay {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 127, scss/_rep-us.scss */
.rep-us p {
  color: #fff;
  margin-top: 30px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  /* line 127, scss/_rep-us.scss */
  .rep-us p {
    margin-top: 20px;
    font-size: 14px;
  }
}

/* line 137, scss/_rep-us.scss */
.rep-us .form .submit-button button {
  margin-right: 10px;
}

/* line 141, scss/_rep-us.scss */
.rep-us .form .g-recaptcha > div {
  right: -94px;
  top: 5px;
}
@media screen and (max-width: 1199px) {
  /* line 141, scss/_rep-us.scss */
  .rep-us .form .g-recaptcha > div {
    right: -71px;
  }
}
@media screen and (max-width: 991px) {
  /* line 141, scss/_rep-us.scss */
  .rep-us .form .g-recaptcha > div {
    right: -63px;
  }
}
@media screen and (max-width: 767px) {
  /* line 141, scss/_rep-us.scss */
  .rep-us .form .g-recaptcha > div {
    right: -138px;
  }
}
@media screen and (max-width: 575px) {
  /* line 141, scss/_rep-us.scss */
  .rep-us .form .g-recaptcha > div {
    right: -25%;
  }
}

/* line 1, scss/_locations.scss */
#locations-container {
  transition: width 0.2s;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  /* line 1, scss/_locations.scss */
  #locations-container {
    box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.6);
  }
}

/* line 11, scss/_locations.scss */
.locations .location {
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  /* line 11, scss/_locations.scss */
  .locations .location {
    height: 600px;
    display: none;
  }
}
/* line 18, scss/_locations.scss */
.locations .location.active {
  display: block;
}
/* line 21, scss/_locations.scss */
.locations .location .body {
  color: #ffffff;
  background-color: #29363b;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  /* line 21, scss/_locations.scss */
  .locations .location .body {
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
/* line 31, scss/_locations.scss */
.locations .location .body h3 {
  font-family: TradeGothicLT;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  /* line 31, scss/_locations.scss */
  .locations .location .body h3 {
    margin-bottom: 0px;
  }
}
/* line 41, scss/_locations.scss */
.locations .location .body ul {
  list-style: none;
  padding-left: 0px;
}
/* line 44, scss/_locations.scss */
.locations .location .body ul li {
  padding: 8px 0px;
  font-size: 12px;
  line-height: 14px;
  height: 43px;
}
/* line 49, scss/_locations.scss */
.locations .location .body ul li p {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 40px;
}
/* line 54, scss/_locations.scss */
.locations .location .body ul li i {
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 16px;
  padding: 3px;
  float: left;
}
/* line 61, scss/_locations.scss */
.locations .location .body ul li a {
  color: #fff;
}
/* line 63, scss/_locations.scss */
.locations .location .body ul li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  /* line 72, scss/_locations.scss */
  .locations #brazil {
    background-image: url("images/locations/Brasil.jpg");
  }
  /* line 75, scss/_locations.scss */
  .locations #argentina {
    background-image: url("images/locations/Argentina1.jpg");
  }
  /* line 78, scss/_locations.scss */
  .locations #spain {
    background-image: url("images/locations/Espana1.jpg");
  }
  /* line 81, scss/_locations.scss */
  .locations #israel {
    background-image: url("images/locations/Israel.jpg");
  }
  /* line 84, scss/_locations.scss */
  .locations #uruguay {
    background-image: url("images/locations/Uruguay1.jpg");
  }
  /* line 87, scss/_locations.scss */
  .locations #mexico {
    background-image: url("images/locations/Mexico1.jpg");
  }
}

/* line 1, scss/_footer.scss */
.footer {
  padding-top: 145px;
  background-color: #6d7275;
  height: 300px;
  text-align: center;
  position: relative;
}
/* line 7, scss/_footer.scss */
.footer .social-media {
  z-index: 9;
  position: relative;
}
/* line 10, scss/_footer.scss */
.footer .social-media a {
  margin-left: 15px;
  margin-right: 15px;
  height: 30px;
  width: 30px;
  display: inline-block;
}
/* line 16, scss/_footer.scss */
.footer .social-media a img {
  height: 30px;
}
/* line 21, scss/_footer.scss */
.footer p {
  margin-top: 30px;
  color: #a7aaab;
  font-size: 12px;
}
/* line 26, scss/_footer.scss */
.footer .footer-lines {
  background-image: url("images/footer-lines.png");
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: cover;
  top: -70%;
  position: absolute;
  width: 100%;
  height: 170%;
}

/* line 1, scss/_careers.scss */
.publishers-advertisers.careers {
  overflow: hidden;
  padding-top: 0;
  background-color: #f1f2f2;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 5, scss/_careers.scss */
  .publishers-advertisers.careers .container {
    max-width: 1060px;
  }
}
/* line 10, scss/_careers.scss */
.publishers-advertisers.careers .image-text-careers {
  text-align: left;
  min-height: 320px;
  margin-top: 0;
  background-image: url(images/careers.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 0;
  font-family: TradeGothicLT;
}
@media screen and (max-width: 680px) {
  /* line 10, scss/_careers.scss */
  .publishers-advertisers.careers .image-text-careers {
    padding-top: 100px;
  }
}
/* line 24, scss/_careers.scss */
.publishers-advertisers.careers .image-text-careers .overlay {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 32, scss/_careers.scss */
.publishers-advertisers.careers .image-text-careers h1 {
  font-stretch: condensed;
  font-weight: 700;
  padding: 0 60px;
  position: relative;
  z-index: 9;
  color: #fff;
  text-transform: uppercase;
  font-size: 200px;
  line-height: 1;
}
/* line 42, scss/_careers.scss */
.publishers-advertisers.careers .image-text-careers h1 span {
  margin-left: -55px;
  color: #3585c2;
}
@media screen and (max-width: 680px) {
  /* line 32, scss/_careers.scss */
  .publishers-advertisers.careers .image-text-careers h1 {
    font-size: 90px;
  }
  /* line 48, scss/_careers.scss */
  .publishers-advertisers.careers .image-text-careers h1 span {
    margin-left: -15px;
  }
  /* line 51, scss/_careers.scss */
  .publishers-advertisers.careers .image-text-careers h1.hero-title-latin {
    font-size: 60px;
  }
}
/* line 56, scss/_careers.scss */
.publishers-advertisers.careers .image-text-careers h2 {
  font-size: 20px;
  padding: 0 60px;
  margin-top: -30px;
  color: #fff;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 680px) {
  /* line 56, scss/_careers.scss */
  .publishers-advertisers.careers .image-text-careers h2 {
    font-size: 22px;
    margin-top: 0;
  }
}
/* line 69, scss/_careers.scss */
.publishers-advertisers.careers .country-bar {
  margin-top: 30px;
  background-color: #63c1d7;
  text-align: left;
  padding: 10px 6px 2px;
}
/* line 74, scss/_careers.scss */
.publishers-advertisers.careers .country-bar p {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #fff;
  font-size: 22px;
}
/* line 84, scss/_careers.scss */
.publishers-advertisers.careers .offer-card {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 24px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 7px 7px 24px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 7px 7px 24px 0px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 681px) {
  /* line 92, scss/_careers.scss */
  .publishers-advertisers.careers .offer-card.first {
    margin-right: 8px;
  }
  /* line 95, scss/_careers.scss */
  .publishers-advertisers.careers .offer-card.second {
    margin-left: 4px;
    margin-right: 4px;
  }
  /* line 99, scss/_careers.scss */
  .publishers-advertisers.careers .offer-card.third {
    margin-left: 8px;
  }
}
/* line 103, scss/_careers.scss */
.publishers-advertisers.careers .offer-card .feature-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 185px;
}
/* line 109, scss/_careers.scss */
.publishers-advertisers.careers .offer-card .feature-image .title {
  padding: 22px 32px;
  max-width: 150px;
  text-align: left;
  color: #fff;
  position: relative;
  font-family: TradeGothicLT;
  line-height: 1.1;
  font-size: 42px;
}
/* line 119, scss/_careers.scss */
.publishers-advertisers.careers .offer-card .feature-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 128, scss/_careers.scss */
.publishers-advertisers.careers .offer-card .content {
  text-align: justify;
  padding: 25px 45px;
}
/* line 131, scss/_careers.scss */
.publishers-advertisers.careers .offer-card .content p {
  font-size: 15px;
}
/* line 135, scss/_careers.scss */
.publishers-advertisers.careers .offer-card .content .date span {
  padding-right: 10px;
}
/* line 139, scss/_careers.scss */
.publishers-advertisers.careers .offer-card .content .subtitle {
  font-weight: 600;
}
/* line 142, scss/_careers.scss */
.publishers-advertisers.careers .offer-card .content .cta {
  border: 1px solid #63c1d7;
  text-align: center;
  max-width: 150px;
  padding: 6px 3px 0;
  margin: auto;
}
/* line 148, scss/_careers.scss */
.publishers-advertisers.careers .offer-card .content .cta a {
  color: #63c1d7;
  font-stretch: condensed;
  font-weight: 700;
  font-family: TradeGothicLT;
  text-transform: uppercase;
  font-size: 22px;
}
/* line 160, scss/_careers.scss */
.publishers-advertisers.careers .offer-hidden {
  opacity: 0;
  height: 0;
  position: fixed;
  overflow-y: auto;
  height: 0;
  transition: opacity 0.3s 0.4s;
}
/* line 167, scss/_careers.scss */
.publishers-advertisers.careers .offer-hidden.active {
  top: 20px;
  bottom: 20px;
  width: 90vw;
  left: calc(5vw + 15px);
  background-color: #f1f2f2;
  border-radius: 6px;
  padding: 0 20px 20px;
  z-index: 99;
  opacity: 1;
  height: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 168, scss/_careers.scss */
.publishers-advertisers.careers .offer-hidden.active ::-webkit-scrollbar {
  display: none;
}
/* line 185, scss/_careers.scss */
.publishers-advertisers.careers .close-offer {
  padding: 0;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 25px;
  color: #63c1d7;
  border: none;
  background-color: rgba(109, 109, 113, 0.8);
  border-radius: 50%;
  height: 35px;
  width: 35px;
  box-sizing: border-box;
}
/* line 203, scss/_careers.scss */
.publishers-advertisers.careers .offer-description p.country {
  color: #6d6e71;
  font-weight: 300;
  text-align: left;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 10px;
}
/* line 215, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .feature-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 185px;
}
/* line 221, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .feature-image .title {
  padding: 22px 32px;
  max-width: 150px;
  text-align: left;
  color: #fff;
  position: relative;
  font-family: TradeGothicLT;
  line-height: 1.2;
  font-size: 42px;
}
/* line 231, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .feature-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 240, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .highlights {
  text-align: left;
  margin-top: 25px;
}
@media screen and (max-width: 680px) {
  /* line 244, scss/_careers.scss */
  .publishers-advertisers.careers .offer-description .highlights .first {
    padding-right: 0;
  }
  /* line 247, scss/_careers.scss */
  .publishers-advertisers.careers .offer-description .highlights .second {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 251, scss/_careers.scss */
  .publishers-advertisers.careers .offer-description .highlights .third {
    padding-left: 0;
  }
}
/* line 255, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .highlights span.fa {
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid #6d6e71;
  background-color: #63c1d7;
  border-radius: 50%;
  margin-right: 13px;
}
/* line 266, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .highlights span.far {
  line-height: 0.9;
  text-align: center;
  background-color: #63c1d7;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 680px) {
  /* line 240, scss/_careers.scss */
  .publishers-advertisers.careers .offer-description .highlights {
    padding: 0 10px;
  }
  /* line 275, scss/_careers.scss */
  .publishers-advertisers.careers .offer-description .highlights p {
    font-size: 12px;
  }
  /* line 278, scss/_careers.scss */
  .publishers-advertisers.careers .offer-description .highlights span.fa {
    margin-right: 2px;
    line-height: 1.4;
    font-size: 11px;
    text-align: center;
    width: 16px;
    height: 16px;
    border: 1px solid #6d6e71;
    background-color: #63c1d7;
    border-radius: 50%;
  }
  /* line 289, scss/_careers.scss */
  .publishers-advertisers.careers .offer-description .highlights span.fa-hourglass-half {
    font-size: 10;
    line-height: 1.2;
  }
  /* line 293, scss/_careers.scss */
  .publishers-advertisers.careers .offer-description .highlights span.far {
    font-size: 15px;
    margin-right: 2px;
    position: relative;
    top: 1px;
  }
}
/* line 301, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .content {
  text-align: justify;
}
@media screen and (min-width: 681px) {
  /* line 301, scss/_careers.scss */
  .publishers-advertisers.careers .offer-description .content {
    padding-bottom: 30px;
  }
}
/* line 306, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .content p {
  font-size: 15px;
}
@media screen and (max-width: 680px) {
  /* line 306, scss/_careers.scss */
  .publishers-advertisers.careers .offer-description .content p {
    font-size: 14px;
  }
}
/* line 313, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .content .date span {
  padding-right: 10px;
}
/* line 317, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .content .subtitle {
  font-weight: 600;
}
/* line 320, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .content .cta {
  border: 1px solid #63c1d7;
  text-align: center;
  max-width: 150px;
  padding: 3px;
  margin: auto;
}
/* line 326, scss/_careers.scss */
.publishers-advertisers.careers .offer-description .content .cta a {
  color: #63c1d7;
  font-stretch: condensed;
  font-weight: 700;
  font-family: TradeGothicLT;
  text-transform: uppercase;
  font-size: 28px;
}
@media screen and (max-width: 680px) {
  /* line 301, scss/_careers.scss */
  .publishers-advertisers.careers .offer-description .content {
    padding: 0 10px;
  }
}
/* line 341, scss/_careers.scss */
.publishers-advertisers.careers .form-offer.form {
  box-sizing: content-box;
  margin-top: 74px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 35px;
  height: auto;
  background-color: rgba(99, 193, 215, 0.5);
}
/* line 349, scss/_careers.scss */
.publishers-advertisers.careers .form-offer.form .g-recaptcha {
  transform: scaleX(0.7) scaleY(0.7);
}
/* line 351, scss/_careers.scss */
.publishers-advertisers.careers .form-offer.form .g-recaptcha > div {
  right: calc(50% - 149px);
}
/* line 355, scss/_careers.scss */
.publishers-advertisers.careers .form-offer.form .upload-button {
  display: none;
}
/* line 359, scss/_careers.scss */
.publishers-advertisers.careers .form-offer.form .form-group input, .publishers-advertisers.careers .form-offer.form .form-group textarea {
  font-size: 12px;
}
/* line 363, scss/_careers.scss */
.publishers-advertisers.careers .form-offer.form .submit-button {
  text-align: center;
}
/* line 365, scss/_careers.scss */
.publishers-advertisers.careers .form-offer.form .submit-button button {
  text-align: center;
  margin-right: 0;
  height: 48px;
  font-size: 24px;
  padding: 7px 52px 0;
}

/* line 376, scss/_careers.scss */
#lightbox-overlay {
  transition: opacity 0.3s 0.4s;
}
/* line 378, scss/_careers.scss */
#lightbox-overlay.active {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}