html {
  scroll-behavior: smooth;
}
body {
  padding-top: 50px;
  background-color: white;
  font-size: 16px;
  line-height: 25px;
  color: #484848;
}
body.home {
  background: #f1f1f1;
}
p,
li {
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
}
li.lg {
  color: #595959;
  font-size: 19px;
  line-height: 26px;
}
p.lg {
  color: #484848;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 1.6rem;
}
p.xl {
  color: #363636;
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 1.6rem;
}
p a {
  color: #0094ff;
  text-decoration: underline;
}
a.no-underline {
  text-decoration: none !important;
}
a:hover {
  color: #0094ff !important;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #2e2e2e;
  font-weight: 800;
}
h1,
.h1 {
  font-size: 35px;
  line-height: 43px;
  letter-spacing: -0.3px;
}
h1.xxl,
.h1.xxl {
  font-size: 52px;
  line-height: 54px;
}
h1.xl,
.h1.xl {
  font-size: 44px;
  line-height: 48px;
}
h1.lg,
.h1.lg {
  font-size: 35px;
  line-height: 43px;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 40px;
}
h3,
.h3 {
  font-size: 23px;
  line-height: 32px;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 27px;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 23px;
}
a:hover h4 {
  color: #000 !important;
}
header {
  padding-top: 130px;
}
img {
  max-width: 100%;
}
.panel--white {
  background: white;
}
.panel--gray {
  background: #f8f8f8;
}
.panel--brand {
  background: #f8ec3b;
}
.panel--brand .fine-print {
  color: #1a1908;
}
.panel--base-cpl {
  padding: 24px 0 24px 0;
}
.pt-6 {
  padding-top: 100px;
}
.pb-6 {
  padding-bottom: 100px;
}
.full-width {
  width: 100%;
}
.fine-print {
  font-size: 13px;
  line-height: 20px;
}
.full-width-image {
  min-width: 100%;
  object-fit: cover;
  height: 620px;
}
.full-width-row {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow: hidden;
}
.full-width-mail-stripe {
  min-width: 1200px;
  height: 10px;
}
.bg-white {
  background-color: white;
}
.navbar {
  background: white !important;
  height: 49px;
  padding: 0 1rem 0 1rem;
}
.navbar--pushdown {
  top: 42px;
}
.navbar-light .navbar-nav .nav-link {
  color: #080808;
  text-decoration: none;
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  font-weight: normal;
  padding: .95rem .8rem .6rem .8rem;
  font-size: 14px;
}
.navbar-nav {
  margin-left: 145px;
}
.nav-pills .nav-link.active {
  background: none;
  border-bottom: 4px solid #f8ec3b;
  border-radius: 0;
  color: #2e2e2e;
  font-weight: 700;
  padding: .95rem .8rem .45rem .8rem;
}
.nav-pills .nav-link {
  color: #6e6e6e;
  font-weight: 700;
  text-decoration: none;
}
.nav-pills .nav-link:hover {
  color: #000 !important;
}
.btn {
  box-shadow: none !important;
  font-size: .9rem;
  font-weight: 800;
  outline: none;
  padding: .7rem 2rem;
  transition: none;
  text-decoration: none !important;
}
.btn-xl {
  font-size: 1rem;
  padding: .7rem 2.7rem;
}
.btn-sm {
  font-size: .8rem;
  padding: .4rem 1.3rem;
}
.btn-primary {
  color: #322f02 !important;
  background-color: #f8ec3b;
  border-color: #f7ea22;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #000000 !important;
  background-color: #f6e70a !important;
  border-color: #eddf08 !important;
}
.btn-secondary {
  background: none;
  border: 1px solid #ccc;
  color: black;
  color: #2e2e2e;
}
.btn-secondary:hover,
.btn-secondary:active {
  background: none !important;
  border-color: #adadad !important;
  color: black !important;
}
.btn-nav-cta {
  color: #322f02;
  background-color: #f8ec3b;
  border-color: #f7e814;
  padding: 4px 15px 5px 15px;
  height: 33px !important;
  font-size: 13px;
  font-weight: 700;
  border-radius: 3px;
  margin: 8px 5px 0 0;
}
.btn-nav-cta:hover {
  text-decoration: none;
  color: #000000 !important;
  background-color: #f6e70a !important;
  border-color: #eddf08 !important;
}
.btn-facebook {
  background: #3b5998;
  border-radius: 3px;
  color: white !important;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 15px;
}
.btn-facebook:hover {
  background: #324c82;
  color: white;
  text-decoration: none;
}
.btn-twitter {
  background: #00aced;
  border-radius: 3px;
  color: white !important;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 15px;
}
.btn-twitter:hover {
  background: #00a1de;
  color: white;
  text-decoration: none;
}
.nav-pills .nav-link.active,
.nav-pills .show .nav-link {
  background-color: transparent !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  border: none !important;
}
.dropdown-acquire {
  margin-top: 7px;
}
.dropdown-menu {
  margin-top: 0;
}
.dropdown-item {
  font-size: 14px;
  text-decoration: none;
}
.dropdown-item a:hover {
  color: #000 !important;
}
.dropdown-item:hover {
  background-color: #F9F9F9;
  color: #000 !important;
}
.dropdown-item.active {
  background-color: #F9F9F9;
  border-radius: 0;
  color: #000;
  font-weight: 700;
}
.logo--website {
  position: fixed;
  top: 2px;
  width: 120px;
}
.logo--pushdown {
  top: 44px;
}
.partner-avatar {
  width: 45px;
}
.pen-icon {
  width: 55px;
}
.environmental_action_logo {
  width: 160px;
}
.uv_era_logos {
  width: 135px;
}
.profile-image-mask {
  height: 80px;
  width: 80px;
  border-radius: 50px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.profile-image-mask img {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
  margin-left: -1px;
}
.profile-image-mask-sm {
  height: 33px;
  width: 33px;
  border-radius: 50px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.profile-image-mask-sm img {
  max-width: 31px;
  max-height: 31px;
  width: auto;
  height: auto;
}
.partner-card {
  height: 170px !important;
}
.partner-card p {
  line-height: 22px;
}
.tag {
  color: #888;
  font-size: 13px;
  line-height: 17px;
}
#promo-bar {
  background: #e8f7fe;
  font-size: 14px;
  padding: 8px 0 9px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#promo-bar .clock-gif {
  margin-top: -3px;
  width: 21px;
}
#promo-bar a {
  color: #282600 !important;
}
footer {
  background: #1a1e2e;
  color: #858da4;
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  padding-top: 20px;
  font-size: 14px;
}
footer li {
  font-size: 14px !important;
}
footer .bottom-section {
  border-top: 1px dashed #3f496f;
}
footer h4 {
  color: #d9d5e1;
}
footer a {
  color: #858da4;
  text-decoration: underline;
}
footer #footer-nav a {
  color: #33a9ff;
  text-decoration: none;
}
footer #footer-nav a:hover {
  color: #a8dbff !important;
}
footer #footer-nav li {
  margin-bottom: 15px;
}
footer #footer-nav .active {
  color: #a8dbff;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  display: inline;
  padding: 8px 15px 0 0;
}
footer .left-content {
  float: left;
}
footer .right-content {
  float: right;
}
footer .right-content li {
  padding: 8px 0 0 15px;
}
ul.privacy-policy li,
ol.privacy-policy li {
  padding-bottom: 10px;
}
.terms-of-service h1,
.privacy-policy h1 {
  font-size: 38px;
}
.terms-of-service h2,
.privacy-policy h2 {
  font-size: 26px;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 12px;
}
.terms-of-service h3,
.privacy-policy h3 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 30px;
}
.terms-of-service li,
.privacy-policy li {
  padding-bottom: 10px;
}
.terms-of-service ol,
.privacy-policy ol {
  counter-reset: item;
  margin-top: 20px;
}
.terms-of-service li,
.privacy-policy li {
  margin-bottom: 10px;
}
.terms-of-service li:before,
.privacy-policy li:before {
  font-weight: bold;
}
#jobs li {
  padding-bottom: 12px;
}
youtube-container {
  position: relative;
  width: 100%;
  padding-bottom: 55.5%;
  border: 1px solid #ccc;
  height: 0;
  border-radius: 6px;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#case-study p,
#case-study li {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 25px;
}
.black {
  color: #2e2e2e;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.small {
  font-size: 85%;
  line-height: 20px;
}
@media (min-width: 768px) {
  .text-center-md {
    text-align: center;
  }
  .pt-md-6 {
    padding-top: 100px !important;
  }
  .pb-md-6 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 17px;
    line-height: 27px;
  }
  body li {
    font-size: 17px !important;
    line-height: 27px;
  }
  header {
    padding-top: 90px;
  }
  p {
    line-height: 25px;
  }
  p.lg {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 1.6rem;
  }
  li.lg {
    font-size: 19px !important;
    line-height: 27px;
  }
  h1 {
    font-size: 31px;
    line-height: 38px;
    letter-spacing: -0.5px;
  }
  h1.lg {
    line-height: 42px;
  }
  h1.xl {
    font-size: 32px;
    line-height: 34px;
  }
  h1.xxl {
    font-size: 36px;
    line-height: 38px;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 34px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 26px !important;
  }
  .container {
    padding: 0 25px 0 25px !important;
  }
  .dropdown-item {
    text-align: center;
    font-size: 16px;
    padding: 15px;
  }
  .logo--website {
    width: 115px;
    height: 55px;
    z-index: 1000;
  }
  .text-center-xs {
    text-align: center;
  }
  .pt-xs-6 {
    padding-top: 100px !important;
  }
  .pb-xs-6 {
    padding-bottom: 100px !important;
  }
  .full-width-image {
    height: 300px;
  }
  .navbar {
    height: 50px;
    padding: 10px 1rem 0 1rem;
  }
  .navbar-collapse {
    margin: 2px -16px 0 -16px;
    text-align: center;
    background: #f1f1f1;
    border-bottom: 1px solid #e0e0e0;
  }
  .navbar-nav {
    border: none !important;
    padding: 0;
    margin: 0;
  }
  .navbar-nav .nav-link {
    font-weight: 700 !important;
    font-size: 16px !important;
  }
  .navbar-nav li {
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
  .navbar-nav .btn-nav-cta {
    font-size: 16px;
    margin: 0px 25px;
    padding: 10px;
    height: 45px !important;
  }
  .navbar-toggler {
    border: none;
    margin: 0px;
    padding-right: 0;
    outline: none !important;
    box-shadow: none;
  }
  .nav-pills .nav-link.active {
    background: white;
    border: none;
    padding-bottom: 15px;
  }
  .partner-card {
    height: 210px !important;
  }
  footer {
    font-size: 16px;
    line-height: 27px;
  }
  footer ul li {
    display: block;
    font-size: 16px !important;
    padding-right: 25px;
  }
  footer .left-content {
    float: none;
  }
  footer .left-content li {
    padding-top: 20px;
  }
  footer .right-content {
    float: none;
  }
  footer .right-content li {
    padding: 20px 15px 0 0;
  }
  #case-study p,
  #case-study li {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .panel--base-cpl {
    padding: 20px 0 20px 0;
  }
}
body.home .scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body.home .scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}
body.home .scrolling-wrapper-flexbox .mobile-campagign-card--thumb {
  background: white;
  border: 1px solid #e5e5e5;
  flex: 0 0 auto;
  margin-right: 15px;
  width: 88%;
}
body.home .scrolling-wrapper-flexbox .mobile-campaign-card__content--thumb {
  padding: 10px;
}
body.home .campaign-card--thumb {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  height: 240px;
  overflow: hidden;
}
body.home .campaign-card__info--thumb {
  padding: 10px;
}
body.home .campaign-card__info--thumb .tags {
  color: #888;
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
}
body.home #branded-campaign-lockup li {
  padding-bottom: 6px;
}
body.home .panel--pricing {
  min-height: 310px;
}
body.home .panel--pricing ul {
  list-style: none;
  padding: 0 0 0 5px;
}
body.home .panel--pricing li p,
body.home .panel--pricing li span {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
body.home .panel--pricing li p {
  width: 75%;
}
body.home .panel--pricing .price {
  font-weight: 700;
  color: black;
}
@media (max-width: 981px) {
  body.home {
    font-size: 15px;
  }
  body.home .campaign-card {
    margin-bottom: 30px;
  }
  body.home .campaign-card a:hover {
    color: #6e6e6e;
  }
  body.home .campaign-card__info {
    padding: 15px;
    margin: 0;
  }
  body.home .campaign-card__info h3 {
    font-size: 16px;
    line-height: 23px;
  }
  body.home #how-it-works-list {
    background-color: #f1f1f1 !important;
  }
  body.home #branded-campaign-lockup img {
    position: relative;
    z-index: 100;
    min-width: 110%;
    margin-left: -15px;
  }
  body.home #branded-campaign-lockup li {
    padding-bottom: 6px;
  }
  body.home .panel--pricing {
    margin: 0 -10px 0 -10px;
    min-height: 50px;
  }
  body.home .panel--pricing li p {
    margin-right: 0;
    width: 100%;
  }
  body.home #wide-eye-panel img {
    width: 75px;
  }
}
header .hero-image-desktop {
  z-index: 2;
  position: absolute;
  top: 230px;
  right: -30px;
  width: 560px;
}
section.section-brand {
  background: #fff460;
}
section.section-dark {
  background: #1E2337;
  color: #9da4b7;
}
section.section-dark strong {
  color: #cfd2dc;
}
section.section-dark h1,
section.section-dark h2,
section.section-dark h3,
section.section-dark h4,
section.section-dark h5,
section.section-dark h6,
section.section-dark .h1,
section.section-dark .h2,
section.section-dark .h3,
section.section-dark .h4,
section.section-dark .h5,
section.section-dark .h6 {
  color: #F3F3F8;
}
section.section-dark a {
  color: #D2D9E9;
  text-decoration: underline;
}
section.section-dark a.btn-yellow {
  color: #333333;
  text-decoration: none;
}
section.section-dark hr {
  margin: 0 !important;
  border-top: 5px solid #1b1e2e;
}
section.section-dark p.lg {
  color: #9da4b7;
}
section.section-dark p.lg-lt {
  color: #dee0e7;
}
section.section-dark .bg-dark {
  background: #282D44 !important;
}
section.section-dark .bg-dark p {
  color: #989fb1;
}
section.section-yellow {
  background: #FEF56D;
}
section.section-yellow hr {
  margin: 0 !important;
  border-top: 5px solid #fbf049;
}
section.border-gray {
  border-bottom: 5px solid #F9F9F9;
}
.row-gray {
  background: #F9F9F9;
  border-bottom: 5px solid white;
}
.overhang-1--spacer {
  margin-bottom: 150px;
}
.overhang-1--wrapper {
  height: 70px;
}
.overhang-1--wrapper .overhang-1 {
  z-index: 3;
  margin-top: -40px;
  postion: absolute;
}
.overhang-2--spacer {
  margin-bottom: 180px;
}
.overhang-2--wrapper {
  height: 100px;
}
.overhang-2--wrapper .overhang-2 {
  z-index: 4;
  margin-top: -40px;
  postion: absolute;
}
ul.list-yellow {
  list-style: none;
  padding: 0;
}
ul.list-yellow li {
  padding: 10px 0;
  display: flex;
}
ul.list-yellow li::before {
  content: ' ';
  background: #f8ec3b;
  padding-inline: 2.5px;
  margin-inline-end: 1ch;
}
.bar-yellow {
  border-left: 6px solid #f8ec3b;
  padding-left: 14px;
}
.drawn-caret {
  width: 35px;
}
.text-underline-yellow {
  position: relative;
}
.text-underline-yellow::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  bottom: -5px;
  border-bottom: 6px solid #F8EC3B;
  transform: rotate(-2.25deg);
  width: 100%;
}
.app-dash--wrapper {
  overflow: hidden;
  border: 1px solid #ddd;
  padding-top: 37px;
}
h3 .text-underline-yellow::after {
  border-width: 7px;
}
.list-big-numbers {
  list-style: none;
  padding: 0;
}
.list-big-numbers li {
  margin-bottom: 2em;
}
a.faq {
  line-height: 39px !important;
}
a.faq:hover {
  text-decoration: none;
}
a.faq .faq-header {
  border-bottom: 1px solid #D9D9D9;
  padding-right: 10px;
  padding-bottom: 12px;
  margin-bottom: 1.5em;
}
a.faq .faq-header img {
  padding-top: 7px;
  margin-left: 5px;
  width: 18px;
}
@media (min-width: 576px) {
  .overhang-1--spacer {
    margin-bottom: 300px;
  }
  .overhang-1--wrapper {
    height: 80px;
  }
  .overhang-2--spacer {
    margin-bottom: 190px;
  }
  .overhang-2--wrapper {
    height: 160px;
  }
}
@media (min-width: 768px) {
  header.hero {
    margin-bottom: 90px;
  }
  .big-list-number {
    float: left;
  }
  .overhang-1--spacer {
    margin-bottom: 220px;
  }
  .overhang-1--wrapper {
    height: 250px;
  }
  .overhang-2--spacer {
    margin-bottom: 160px;
  }
  .overhang-2--wrapper {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .overhang-1--spacer {
    margin-bottom: 270px;
  }
  .overhang-1--wrapper {
    height: 260px;
  }
  .overhang-2--spacer {
    margin-bottom: 160px;
  }
  .overhang-2--wrapper {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .overhang-1--spacer {
    margin-bottom: 270px;
  }
  .overhang-1--wrapper {
    height: 290px;
  }
  .overhang-2--spacer {
    margin-bottom: 200px;
  }
  .overhang-2--wrapper {
    height: 390px;
  }
}
/*
 * This is a manifest file that'll be compiled into website.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *



 */

