@charset "UTF-8";
@import url("//hello.myfonts.net/count/34a730");
* {
  outline: none;
}

.video-modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999999999;
}
.video-modal .modal-content {
  background: #fff;
  border-radius: 20px;
  max-width: 1100px;
  left: 50%;
  transform: translateX(-50%);
  top: 125px;
  padding: 36px;
  box-shadow: 0 5px 21px 3px rgba(0, 0, 0, 0.44);
}
.video-modal .close-modal {
  position: absolute;
  right: 7px;
  top: 0;
  padding: 0;
  width: 30px;
  color: #121212;
  z-index: 1;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}
.video-modal .w-video-wrapper {
  background-color: #fff !important;
}

#axsolution .video-btn {
  margin-left: 10px;
}
#axsolution .video-btn .icon {
  width: 15px;
  height: 15px;
  display: inline !important;
  margin: 0 10px -2px 0 !important;
}

:root {
  --dark-gray: #444444;
  --light-gray: #c9c9c5;
}

.accordian-container {
  padding: 35px 0 !important;
}
.accordian-container .accordion-header {
  text-align: center;
  margin: 0 35px 75px;
}
.accordian-container .accordion-header h4 {
  font-size: 42px;
}
@media screen and (max-width: 900px) {
  .accordian-container .accordion-header h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 560px) {
  .accordian-container .accordion-header h4 {
    font-size: 22px;
  }
}
.accordian-container .accordion-header h5 {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  padding: 0 15%;
  margin: 20px 0;
  line-height: 28px;
}
@media screen and (max-width: 900px) {
  .accordian-container .accordion-header h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 700px) {
  .accordian-container .accordion-header h5 {
    padding: 0 8%;
  }
}
@media screen and (max-width: 560px) {
  .accordian-container .accordion-header h5 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 700px) {
  .accordian-container .accordion-header .hl {
    border-bottom: 4px solid #e2635c;
    width: 60px;
  }
}
.accordian-container .accordian {
  width: 50%;
  display: inline-block;
  color: #b9b9b9;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-weight: 100;
  letter-spacing: 0.035em;
  font-size: 14px;
}
.accordian-container .accordian ul {
  list-style: none;
  width: 75%;
  float: right;
}
.accordian-container .accordian h3 {
  cursor: pointer;
  color: #000;
  padding: 1.2rem 1rem 1rem 1.2rem;
  margin: 0;
  display: block;
  font-weight: 100;
  letter-spacing: 0.035em;
  position: relative;
  font-size: 20px;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 3px;
}
.accordian-container .accordian ul ul {
  display: none;
  height: 100%;
  margin-bottom: -7px;
}
.accordian-container .accordian ul ul li {
  background-color: #fff;
  color: var(--dark-gray);
}
.accordian-container .accordian ul ul li p {
  opacity: 0;
  transition: all 0.5s;
  transform: translatey(-20px);
  line-height: 24px;
  font-size: 18px;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.accordian-container .accordian ul ul.open p {
  opacity: 1;
  transform: translatey(0px);
}
.accordian-container .accordian .grid-1-4 {
  text-align: center;
}
.accordian-container .accordian .grid-1-4 img {
  max-width: 85px;
}
.accordian-container .accordian .grid-1-4 h5 {
  text-align: center;
  margin: 10px 0;
}
.accordian-container .img-container {
  width: 50%;
  /*display: inline-block;*/
  display: flex;
  align-items: center;
  /*float: right;*/
  height: 600px;
  position: relative;
}
.accordian-container .img-container img {
  display: none;
}
.accordian-container .mobile-selector {
  display: none;
}
.accordian-container .mobile-info {
  display: none;
  margin-top: 72px;
}
.accordian-container .mobile-info h3 {
  font-size: 38px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .accordian-container .mobile-info h3 {
    font-size: 34px;
  }
}
.accordian-container .mobile-info p {
  font-size: 18px;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 600px) {
  .accordian-container .mobile-info p {
    font-size: 14px;
  }
}
.accordian-container .mobile-info .mobile-icon {
  padding: 25px;
  width: 33%;
  float: left;
}
@media screen and (max-width: 900px) {
  .accordian-container {
    padding-left: 0;
  }
  .accordian-container .accordian {
    display: none;
  }
  .accordian-container .mobile-selector {
    text-align: center;
    margin-bottom: 40px;
    display: block;
  }
  .accordian-container .mobile-selector span {
    margin: 15px;
    cursor: pointer;
    display: block;
  }
  .accordian-container .mobile-selector span.active {
    text-decoration: underline;
    text-decoration-color: red;
  }
  .accordian-container .img-container {
    height: 400px;
    width: 100%;
    /*text-align: center;*/
    /*right: 6% !important;*/
    position: relative;
    float: none;
    margin-bottom: 60px;
  }
  .accordian-container .img-container img.left-cut {
    width: auto;
    max-height: 400px !important;
    /*right: 0% !important;
    bottom: 0% !important;*/
  }
  .accordian-container .img-container img.right-cut {
    width: auto;
    max-height: 400px !important;
    /*right: -20% !important;
    bottom: 0% !important;*/
  }
  .accordian-container .img-container .phone {
    transform: none;
    right: auto;
  }
  .accordian-container .mobile-info {
    display: block;
    text-align: center;
    margin: 0 30px;
  }
  .accordian-container .mobile-info div {
    display: none;
  }
}

.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.opened {
  opacity: 1;
}
.opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

.plus {
  position: absolute;
  left: -10px;
  top: 26px;
}

.plus .horizontal {
  position: absolute;
  background-color: #e2635c;
  width: 22px;
  height: 4px;
  left: 50%;
  margin-left: -11px;
  top: 50%;
  margin-top: -2px;
}

.plus .vertical {
  position: absolute;
  background-color: #e2635c;
  width: 4px;
  height: 22px;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -11px;
}

.superscript {
  font-size: 16px;
  vertical-align: top;
  position: absolute;
}

/* -- Loading Indicator on Customers Page -- */
.loading {
  font-size: 0;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  border-radius: 15px;
  padding: 0;
  border: 3px solid #e2635c;
  border-bottom: 3px solid rgba(225, 255, 255, 0);
  border-left: 3px solid rgba(255, 255, 255, 0);
  background-color: transparent !important;
  animation-name: rotateAnimation;
  -webkit-animation-name: wk-rotateAnimation;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.loader {
  margin: 0 auto;
  height: 30px;
  top: 13px;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wk-rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/**
 * @license
 * MyFonts Webfont Build ID 3450672, 2017-09-12T09:55:20-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: HelveticaNeueLTStd-Lt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-45-light/
 *
 * Webfont: HelveticaNeueLTStd-Bd by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-75-bold/
 *
 * Webfont: HelveticaNeueLTStd-UltLt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-25-ultra-light/
 *
 * Webfont: HelveticaNeueLTStd-Md by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-65-medium/
 *
 * Webfont: HelveticaNeueLTStd-Hv by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-85-heavy/
 *
 * Webfont: HelveticaNeueLTStd-LtIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-46-light-italic/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3450672
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("../webfonts/34A730_0_0.eot");
  src: url("../webfonts/34A730_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/34A730_0_0.woff2") format("woff2"), url("../webfonts/34A730_0_0.woff") format("woff"), url("../webfonts/34A730_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("../webfonts/34A730_1_0.eot");
  src: url("../webfonts/34A730_1_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/34A730_1_0.woff2") format("woff2"), url("../webfonts/34A730_1_0.woff") format("woff"), url("../webfonts/34A730_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-UltLt";
  src: url("../webfonts/34A730_2_0.eot");
  src: url("../webfonts/34A730_2_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/34A730_2_0.woff2") format("woff2"), url("../webfonts/34A730_2_0.woff") format("woff"), url("../webfonts/34A730_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Md";
  src: url("../webfonts/34A730_3_0.eot");
  src: url("../webfonts/34A730_3_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/34A730_3_0.woff2") format("woff2"), url("../webfonts/34A730_3_0.woff") format("woff"), url("../webfonts/34A730_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Hv";
  src: url("../webfonts/34A730_4_0.eot");
  src: url("../webfonts/34A730_4_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/34A730_4_0.woff2") format("woff2"), url("../webfonts/34A730_4_0.woff") format("woff"), url("../webfonts/34A730_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-LtIt";
  src: url("../webfonts/34A730_5_0.eot");
  src: url("../webfonts/34A730_5_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/34A730_5_0.woff2") format("woff2"), url("../webfonts/34A730_5_0.woff") format("woff"), url("../webfonts/34A730_5_0.ttf") format("truetype");
}
.neue-light {
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.neue-bold {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.neue-ultra-light {
  font-family: "HelveticaNeueLTStd-UltLt", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.neue-medium {
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.neue-heavy {
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.neue-light-italic {
  font-family: "HelveticaNeueLTStd-LtIt", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, div, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, html, hr, iframe, img, label, main, nav, object, p, pre, section, span, strong, sub, sup, table, tbody, td, th, thead, tr, video, .button {
  box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  position: relative;
  z-index: 1;
}

html, body {
  position: relative;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

body {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6, td, caption {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1;
}

h1, h2, h3 {
  letter-spacing: -2px;
}

img {
  border: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  width: 100%;
}

th, td {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #b5a999;
  border: none;
  color: #ffffff;
  text-align: center;
}

tr:nth-of-type(even) {
  background: #f5f4f2;
}

td {
  font-weight: 300;
}

/* -- TYPOGRAPHY -- */
h1 {
  font-size: 4.278em;
}

h2 {
  font-size: 3.222em;
}

h3 {
  font-size: 2.722em;
}

h4 {
  font-size: 2.111em;
  margin-bottom: 20px;
}

h5 {
  font-size: 1em;
}

a, p {
  color: inherit;
}

a {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

p {
  margin: 5px 0;
  font-size: 1em;
}
p.light {
  color: #7e7e7e;
}
p.large {
  font-size: 1.333em;
}

.small {
  font-size: 0.75em;
}

code {
  background: #eeeeee;
  color: #333333;
  font-size: 0.9em;
  padding: 3px;
}

.medium {
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
}

strong,
.bold {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}

sup {
  vertical-align: super;
  font-size: 14px;
}

.center,
.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.thin {
  font-weight: 100;
}

.faded {
  font-family: "HelveticaNeueLTStd-UltLt", Helvetica, Arial, sans-serif;
  font-size: 6.5em;
  margin-bottom: -15px;
}

.teal-gradient-text {
  background: -webkit-gradient(linear, left top, left bottom, from(#76d1be), to(#4a9c8d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #76d1be;
}

hr {
  border: 0;
  border-top: 2px solid #e2635c;
  width: 20px;
  margin: 10px 0;
  /*background: none;
  outline: none;
  text-align: left;*/
}
hr.center {
  margin-left: auto;
  margin-right: auto;
}

.center hr {
  margin-left: auto;
  margin-right: auto;
}

/* -- BASIC STRUCTURE -- */
.cf {
  z-index: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
  height: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* -- GDPR COOKIE AGREEMENT -- */
.cookie-agreement {
  background: #007a88;
}
.cookie-agreement span {
  line-height: 1;
}
.cookie-agreement p {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  padding: 10px 20px 10px 0;
  line-height: 1;
}
.cookie-agreement .button {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  background: #fff;
  color: #007a88;
  margin-top: 0;
  width: 100px;
  text-align: center;
}
.cookie-agreement .button:hover {
  background: transparent;
  color: #fff;
}
.cookie-agreement .button a {
  padding: 10px;
}

/* -- NAVIGATION -- */
nav {
  padding: 0 0 10px 0;
  font-size: 0.875em;
  z-index: 6 !important;
  position: static;
}
nav button {
  border: none;
}
nav .button {
  margin: 29px 0 0 20px;
}
nav.theme-dark a {
  color: #ffffff;
}
nav.wrapper {
  height: auto;
}
nav.cf {
  z-index: 100;
}

#header-nav {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#header-nav.pinned {
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.go-home {
  display: block;
  float: left;
  margin: 0;
  width: 200px;
  padding: 38px 0;
}
.go-home img {
  max-height: 30px !important;
}

.login {
  -webkit-box-shadow: 0px 0px 0px 1px #e2635c;
  -moz-box-shadow: 0px 0px 0px 1px #e2635c;
  box-shadow: 0px 0px 0px 1px #e2635c;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
  position: static;
}
nav ul ul {
  display: none;
}

nav li {
  float: left;
  margin: 0 2px;
}
nav li.active .active > a {
  color: #e2635c;
}

nav a {
  display: block;
  padding: 44px 18px 47px 18px;
  text-decoration: none;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}
nav a:hover {
  color: #e2635c;
}

#monetize-main-nav li[data-node=event-agenda] .dropdown {
  text-align: center;
}

#monetize-main-nav li[data-node=event-agenda] .dropdown li[data-node=certification-track],
#monetize-main-nav li[data-node=event-agenda] .dropdown li[data-node=main-conference] {
  display: inline-block !important;
  text-align: center;
}

#monetize-main-nav li[data-node=event-agenda] .dropdown,
#main-nav li[data-node=about] .dropdown,
#main-nav li[data-node=resources] .dropdown,
#main-nav li[data-node=solutions] .dropdown,
#main-nav li[data-node=product] .dropdown {
  z-index: 6;
}
#monetize-main-nav li[data-node=event-agenda] .dropdown.level-1,
#main-nav li[data-node=about] .dropdown.level-1,
#main-nav li[data-node=resources] .dropdown.level-1,
#main-nav li[data-node=solutions] .dropdown.level-1,
#main-nav li[data-node=product] .dropdown.level-1 {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  top: 0;
  margin: 100px 0 0 0;
  border-top: 2px solid #e2635c;
  background: rgba(23, 17, 16, 0.9);
  -webkit-box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#monetize-main-nav li[data-node=event-agenda] .dropdown.level-1 .bg,
#main-nav li[data-node=about] .dropdown.level-1 .bg,
#main-nav li[data-node=resources] .dropdown.level-1 .bg,
#main-nav li[data-node=solutions] .dropdown.level-1 .bg,
#main-nav li[data-node=product] .dropdown.level-1 .bg {
  background: url("../img/general/backgrounds/dropdown-bg.jpg") no-repeat bottom center;
  background-size: cover;
  opacity: 1;
  height: 250px;
}
#monetize-main-nav li[data-node=event-agenda] .dropdown.level-2 ul,
#main-nav li[data-node=about] .dropdown.level-2 ul,
#main-nav li[data-node=resources] .dropdown.level-2 ul,
#main-nav li[data-node=solutions] .dropdown.level-2 ul,
#main-nav li[data-node=product] .dropdown.level-2 ul {
  padding: 0;
  width: auto;
}
#monetize-main-nav li[data-node=event-agenda] .dropdown ul,
#main-nav li[data-node=about] .dropdown ul,
#main-nav li[data-node=resources] .dropdown ul,
#main-nav li[data-node=solutions] .dropdown ul,
#main-nav li[data-node=product] .dropdown ul {
  float: none;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 50px 0;
}
#monetize-main-nav li[data-node=event-agenda] .dropdown li,
#main-nav li[data-node=about] .dropdown li,
#main-nav li[data-node=resources] .dropdown li,
#main-nav li[data-node=solutions] .dropdown li,
#main-nav li[data-node=product] .dropdown li {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 450px;
  text-align: left;
}
#monetize-main-nav li[data-node=event-agenda] .dropdown li a,
#main-nav li[data-node=about] .dropdown li a,
#main-nav li[data-node=resources] .dropdown li a,
#main-nav li[data-node=solutions] .dropdown li a,
#main-nav li[data-node=product] .dropdown li a {
  color: #007a88;
  font-size: 0.95em;
  padding: 6px 0;
  font-family: "HelveticaNeueLTStd-Med", Helvetica, Arial, sans-serif;
}
#monetize-main-nav li[data-node=event-agenda] .dropdown li a:hover,
#main-nav li[data-node=about] .dropdown li a:hover,
#main-nav li[data-node=resources] .dropdown li a:hover,
#main-nav li[data-node=solutions] .dropdown li a:hover,
#main-nav li[data-node=product] .dropdown li a:hover {
  color: #e2635c;
}
#monetize-main-nav li[data-node=event-agenda] li.active ul,
#main-nav li[data-node=about] li.active ul,
#main-nav li[data-node=resources] li.active ul,
#main-nav li[data-node=solutions] li.active ul,
#main-nav li[data-node=product] li.active ul {
  display: block;
}
#monetize-main-nav li[data-node=event-agenda] .dropdown.level-1 > ul > li > a,
#main-nav li[data-node=about] .dropdown.level-1 > ul > li > a,
#main-nav li[data-node=resources] .dropdown.level-1 > ul > li > a,
#main-nav li[data-node=solutions] .dropdown.level-1 > ul > li > a,
#main-nav li[data-node=product] .dropdown.level-1 > ul > li > a {
  color: #fff;
  padding-left: 40px;
  margin-left: -40px;
  font-size: 1.1em;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}
#monetize-main-nav li[data-node=event-agenda] .dropdown.level-1 > ul > li > a.icon-link,
#main-nav li[data-node=about] .dropdown.level-1 > ul > li > a.icon-link,
#main-nav li[data-node=resources] .dropdown.level-1 > ul > li > a.icon-link,
#main-nav li[data-node=solutions] .dropdown.level-1 > ul > li > a.icon-link,
#main-nav li[data-node=product] .dropdown.level-1 > ul > li > a.icon-link {
  min-height: 80px;
}

#main-nav li[data-node=press],
#main-nav li[data-node=careers] {
  display: none !important;
}

#main-nav li[data-node=about] .dropdown {
  text-align: center;
}
#main-nav li[data-node=about] .dropdown li[data-node=contact-us],
#main-nav li[data-node=about] .dropdown li[data-node=about-us] {
  display: inline-block !important;
  text-align: center;
}

#main-nav li[data-node=resources] .dropdown ul {
  max-width: 90%;
  margin: 0 auto;
}
#main-nav li[data-node=resources] .dropdown li {
  width: 16%;
  margin: 0;
  text-align: center;
}
#main-nav li[data-node=resources] .dropdown li[data-node=nps-benchmarks],
#main-nav li[data-node=resources] .dropdown li[data-node=community],
#main-nav li[data-node=resources] .dropdown li[data-node=case-studies],
#main-nav li[data-node=resources] .dropdown li[data-node=support] {
  display: none;
}

.dropdown-icon {
  height: 60px;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

.icon-hover {
  opacity: 0;
}

#monetize-main-nav li[data-node=event-agenda] .dropdown li,
#main-nav li[data-node=about] .dropdown li,
#main-nav li[data-node=product] .dropdown li,
#main-nav li[data-node=solutions] .dropdown li {
  text-align: center;
  width: 300px;
}
#monetize-main-nav li[data-node=event-agenda] .dropdown li.level-1 > ul > li > a,
#monetize-main-nav li[data-node=event-agenda] .dropdown li .menu-sub,
#main-nav li[data-node=about] .dropdown li.level-1 > ul > li > a,
#main-nav li[data-node=about] .dropdown li .menu-sub,
#main-nav li[data-node=product] .dropdown li.level-1 > ul > li > a,
#main-nav li[data-node=product] .dropdown li .menu-sub,
#main-nav li[data-node=solutions] .dropdown li.level-1 > ul > li > a,
#main-nav li[data-node=solutions] .dropdown li .menu-sub {
  padding: 10px;
  margin: 0 auto;
}
#monetize-main-nav li[data-node=event-agenda] .dropdown li.level-1 > ul > li > a a,
#monetize-main-nav li[data-node=event-agenda] .dropdown li .menu-sub a,
#main-nav li[data-node=about] .dropdown li.level-1 > ul > li > a a,
#main-nav li[data-node=about] .dropdown li .menu-sub a,
#main-nav li[data-node=product] .dropdown li.level-1 > ul > li > a a,
#main-nav li[data-node=product] .dropdown li .menu-sub a,
#main-nav li[data-node=solutions] .dropdown li.level-1 > ul > li > a a,
#main-nav li[data-node=solutions] .dropdown li .menu-sub a {
  color: #7e7e7e;
  padding: 0;
}

#hamburger {
  display: none;
}

#mobile-main-nav {
  display: none;
  overflow: scroll;
}

.sticky-nav {
  position: fixed;
  top: -300px;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding-top: 0px;
  z-index: 100;
}
.sticky-nav #main-nav li[data-node=about] .dropdown.level-1,
.sticky-nav #main-nav li[data-node=solutions] .dropdown.level-1,
.sticky-nav #main-nav li[data-node=resources] .dropdown.level-1,
.sticky-nav #main-nav li[data-node=product] .dropdown.level-1 {
  margin-top: 100px;
}
.sticky-nav .go-home {
  padding-bottom: 20px;
}
.sticky-nav nav {
  padding-bottom: 0;
}
.sticky-nav nav a {
  padding-bottom: 40px;
}
.sticky-nav .button a {
  padding-bottom: 15px;
}

/* -- GRID SYSTEM -- */
.grid-item:first-of-type {
  padding-left: 0;
}

.grid-item:last-of-type {
  padding-right: 0;
}

.grid-1-2,
.grid-1-3,
.grid-2-3,
.grid-1-4,
.grid-3-4 {
  float: left;
  padding: 20px;
}

.grid-1-2 {
  width: 50%;
}

.grid-1-3 {
  width: 33.33%;
}

.grid-2-3 {
  width: 66.66%;
}

.grid-1-4 {
  width: 25%;
}

.grid-3-4 {
  width: 75%;
}

/* -- STYLEGUIDE -- */
.styleguide {
  margin-bottom: 40px;
}
.styleguide .grid-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.styleguide .header {
  border-bottom: 1px solid #aaa;
  margin: 50px 0 20px;
}

.color-key {
  width: 70px;
  height: 40px;
  display: inline-block;
  padding: 5px;
  font-size: 12px;
}

.white {
  color: #ffffff;
}

.white-content {
  color: #ffffff;
}
.white-content h1, .white-content h2:not(.faded),
.white-content h3,
.white-content h4,
.white-content h5 {
  color: #ffffff;
}
.white-content p {
  opacity: 0.75;
}

.teal {
  color: #007a88;
}

.dark-teal {
  color: #004f63;
}

.salmon {
  color: #e2635c;
}

.purple {
  color: #9c8dbd;
}

.gold {
  color: #d4bc78;
}

.tan {
  color: #b5a999;
}

.green {
  color: #8bb47d;
}

.blue {
  color: #44adcb;
}

.gray {
  color: #666666;
}

.light-green {
  color: #30a686;
}

.bg-white {
  background: #fff;
}

.bg-teal {
  background: #007a88;
}

.bg-teal-gradient {
  background: #004f63;
  background: -moz-linear-gradient(top, #004f63 0%, #004f63 25%, #489c8a 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #004f63), color-stop(25%, #004f63), color-stop(100%, #489c8a));
  background: -webkit-linear-gradient(top, #004f63 0%, #004f63 25%, #489c8a 100%);
  background: -o-linear-gradient(top, #004f63 0%, #004f63 25%, #489c8a 100%);
  background: -ms-linear-gradient(top, #004f63 0%, #004f63 25%, #489c8a 100%);
  background: linear-gradient(to bottom, #004f63 0%, #004f63 25%, #489c8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#004f63", endColorstr="#489c8a", GradientType=0 );
}

.bg-dark-teal {
  background: #004f63;
}
.bg-dark-teal .button:hover a {
  /*color: #ffffff;*/
}

.bg-dark-teal-gradient {
  background: #00242d;
  background: -moz-linear-gradient(top, #00242d 0%, #004f63 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00242d), color-stop(100%, #004f63));
  background: -webkit-linear-gradient(top, #00242d 0%, #004f63 100%);
  background: -o-linear-gradient(top, #00242d 0%, #004f63 100%);
  background: -ms-linear-gradient(top, #00242d 0%, #004f63 100%);
  background: linear-gradient(to bottom, #00242d 0%, #004f63 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00242d", endColorstr="#004b60", GradientType=0 );
}

.bg-salmon {
  background: #e2635c;
}

.bg-salmon-gradient {
  background: #dc7b60;
  background: -moz-linear-gradient(top, #dc7b60 0%, #d85d54 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #dc7b60), color-stop(100%, #d85d54));
  background: -webkit-linear-gradient(top, #dc7b60 0%, #d85d54 100%);
  background: -o-linear-gradient(top, #dc7b60 0%, #d85d54 100%);
  background: -ms-linear-gradient(top, #dc7b60 0%, #d85d54 100%);
  background: linear-gradient(to bottom, #dc7b60 0%, #d85d54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dc7b60", endColorstr="#d85d54", GradientType=0 );
}

.bg-purple {
  background: #9c8dbd;
}

.bg-gold {
  background: #d4bc78;
}

.bg-tan {
  background: #b5a999;
}

.bg-green {
  background: #8bb47d;
}

.bg-blue {
  background: #44adcb;
}

.bg-lightgreen {
  background: #30a686;
}

.bg-dark-gray {
  background: #26292a;
}

.bg-dark-gray-gradient {
  background-color: #353839;
  background-color: -moz-radial-gradient(center, ellipse cover, #353839 0%, #26292a 75%, #26292a 100%);
  background-color: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #353839), color-stop(75%, #26292a), color-stop(100%, #26292a));
  background-color: -webkit-radial-gradient(center, ellipse cover, #353839 0%, #26292a 75%, #26292a 100%);
  background-color: -o-radial-gradient(center, ellipse cover, #353839 0%, #26292a 75%, #26292a 100%);
  background-color: -ms-radial-gradient(center, ellipse cover, #353839 0%, #26292a 75%, #26292a 100%);
  background-color: radial-gradient(ellipse at center, #353839 0%, #26292a 75%, #26292a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#353839", endColorstr="#26292a", GradientType=1 );
}

.border-white {
  border: 2px solid #ffffff;
}

.border-teal {
  border: 1px solid #007a88;
}

.border-dark-teal {
  border: 1px solid #004f63;
}

.border-salmon {
  border: 1px solid #e2635c;
}

.border-purple {
  border: 1px solid #9c8dbd;
}

.border-gold {
  border: 1px solid #d4bc78;
}

.border-tan {
  border: 1px solid #b5a999;
}

.border-green {
  border: 1px solid #8bb47d;
}

.border-blue {
  border: 1px solid #44adcb;
}

.border-light-green {
  border: 1px solid #30a686;
}

.border-white {
  border: 1px solid #fff;
}

.radial-bg {
  z-index: 0;
  position: absolute;
  height: 200%;
  width: 150%;
  left: -25%;
  top: -80%;
  background: #489c8a;
  background: -moz-radial-gradient(center, ellipse cover, #489c8a 0%, #15666e 46%, #004f63 65%, #004f63 80%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #489c8a), color-stop(46%, #15666e), color-stop(65%, #004f63), color-stop(80%, #004f63));
  background: -webkit-radial-gradient(center, ellipse cover, #489c8a 0%, #15666e 46%, #004f63 65%, #004f63 80%);
  background: -o-radial-gradient(center, ellipse cover, #489c8a 0%, #15666e 46%, #004f63 65%, #004f63 80%);
  background: -ms-radial-gradient(center, ellipse cover, #489c8a 0%, #15666e 46%, #004f63 65%, #004f63 80%);
}

.main-img {
  z-index: 0;
}

#monetize .main-img {
  opacity: 0;
}

/* -- BASIC STYLES -- */
.success,
.error,
.information {
  padding: 10px 20px;
  margin: 10px 0;
}

.success,
.error,
.information {
  color: #fff;
}

.success {
  background: #8bb47d;
}

.error {
  background: #e2635c;
}

.information {
  background: #b5a999;
}

label {
  display: block;
  margin: 20px 0 10px;
}

input {
  border: 1px solid #dddddd;
  border-radius: 3px;
  display: block;
  font-family: inherit;
  font-size: inherit;
  padding: 5px;
  width: 100%;
}

select {
  background: #fff;
  display: block;
  font-family: inherit;
  font-size: inherit;
  height: 34px;
  line-height: 1;
  margin: 20px 0;
  width: 200px;
}

select[multiple] {
  height: 100px;
  padding: 5px;
}

.radio-group,
.checkbox-group {
  margin: 20px 0;
}

.radio-group label,
.checkbox-group label {
  display: inline;
  padding: 0 10px 0 5px;
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

.button {
  outline: none;
  border-radius: 30px;
  font-size: 0.85em;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  cursor: pointer;
  display: inline-block;
}
.button.secondary {
  background: none;
}
.button a {
  padding: 15px 35px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}
.button a:hover {
  color: inherit;
}
.button.bg-teal {
  border: 1px solid #007a88;
}
.button.bg-dark-teal {
  border: 1px solid #004f63;
}
.button.bg-salmon {
  border: 1px solid #e2635c;
}
.button.bg-purple {
  border: 1px solid #9c8dbd;
}
.button.bg-gold {
  border: 1px solid #d4bc78;
}
.button.bg-tan {
  border: 1px solid #b5a999;
}
.button.bg-green {
  border: 1px solid #8bb47d;
}
.button.bg-blue {
  border: 1px solid #44adcb;
}
.button.bg-light-green {
  border: 1px solid #30a686;
}
.button.bg-white {
  border: 1px solid #ffffff;
}
.button.bg-teal:hover {
  border: 1px solid #007a88;
  background: none;
  color: #007a88;
}
.button.bg-dark-teal:hover {
  border: 1px solid #004f63;
  background: none;
  color: #004f63;
}
.button.bg-salmon:hover {
  border: 1px solid #e2635c;
  background: none;
  color: #e2635c;
}
.button.bg-purple:hover {
  border: 1px solid #9c8dbd;
  background: none;
  color: #9c8dbd;
}
.button.bg-gold:hover {
  border: 1px solid #d4bc78;
  background: none;
  color: #d4bc78;
}
.button.bg-tan:hover {
  border: 1px solid #b5a999;
  background: none;
  color: #b5a999;
}
.button.bg-green:hover {
  border: 1px solid #8bb47d;
  background: none;
  color: #8bb47d;
}
.button.bg-blue:hover {
  border: 1px solid #44adcb;
  background: none;
  color: #44adcb;
}
.button.bg-light-green:hover {
  border: 1px solid #30a686;
  background: none;
  color: #30a686;
}
.button.bg-white:hover {
  border: 1px solid #ffffff;
  background: none;
  color: #ffffff;
}

.requestdemo {
  background: white;
  color: #007a88;
  width: auto !important;
  padding: 0px 40px;
  font-size: 20px;
}

.theme-dark .button.bg-teal:hover {
  color: #ffffff;
}

.button.secondary.border-dark-teal:hover {
  border: 1px solid #004f63;
  background: #004f63;
  color: #ffffff;
}
.button.secondary.border-salmon:hover {
  border: 1px solid #e2635c;
  background: #e2635c;
  color: #ffffff;
}
.button.secondary.border-purple:hover {
  border: 1px solid #9c8dbd;
  background: #9c8dbd;
  color: #ffffff;
}
.button.secondary.border-gold:hover {
  border: 1px solid #d4bc78;
  background: #d4bc78;
  color: #ffffff;
}
.button.secondary.border-tan:hover {
  border: 1px solid #b5a999;
  background: #b5a999;
  color: #ffffff;
}
.button.secondary.border-green:hover {
  border: 1px solid #8bb47d;
  background: #8bb47d;
  color: #ffffff;
}
.button.secondary.border-blue:hover {
  border: 1px solid #44adcb;
  background: #44adcb;
  color: #ffffff;
}
.button.secondary.border-light-green:hover {
  border: 1px solid #30a686;
  background: #30a686;
  color: #ffffff;
}

.spacer {
  margin: 30px auto;
}

footer {
  clear: both;
  padding-top: 60px;
}
footer nav li.active a {
  color: #fff;
}
footer nav li a:hover {
  color: inherit;
}
footer h3 {
  margin: 60px 0 20px;
}
footer .grid-1-3:first-of-type {
  padding: 30px 60px 0 0;
}
footer .grid-1-3:first-of-type .icon {
  margin: 0 25px 25px 0;
  width: auto;
}
footer .grid-1-3:first-of-type a.white {
  display: inline-block;
  margin: 20px 15px 0 0;
  opacity: 0.75;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
footer nav {
  padding: 0;
}
footer nav a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  padding: 20px 0 5px 0;
}
footer nav ul {
  display: block;
  float: none;
  margin: 0;
}
footer nav li {
  display: block;
  float: none;
}
footer .parent-container {
  width: 50%;
  float: left;
}
footer .parent-container:first-of-type {
  padding-right: 30px;
  width: 60%;
  height: 260px;
}
footer .parent-container:nth-of-type(n+2) {
  width: 40%;
}
footer .child a,
footer .learn-more a {
  color: #f3e1e1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  display: inline-block;
  text-decoration: none;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}
footer .learn-more {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .learn-more p {
  color: #ffffff;
  display: block;
  font-size: 18px;
  padding: 20px 0 5px 0;
  margin: 0;
  opacity: 1;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}
footer .learn-more .parent-container {
  height: auto;
}
footer .learn-more .parent-container:first-of-type, footer .learn-more .parent-container:last-of-type, footer .learn-more .parent-container:nth-of-type(n+2) {
  width: 50%;
}

.widget {
  margin: 30px 0 0 0;
  width: 100%;
}

/* -- CUSTOM STYLES --*/
.vertical-container {
  display: table;
  width: 100%;
}
.vertical-container.grid-1-2 {
  width: 50%;
}

.vertical-align {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  /*padding-top: 100px;*/
}

.overflow-container {
  overflow: hidden;
}

.icon {
  width: 15px;
  height: 15px;
  margin: 0 5px -2px 0;
}
.icon.large {
  width: 25px;
  height: 25px;
  margin: 0 10px -8px 0;
}

.poly-split {
  width: 100%;
  display: block;
}

#hero .grid-1-2:first-of-type {
  float: right;
}
#hero .grid-1-2:last-of-type {
  float: left;
}

#circle {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}

img.hero-img {
  position: absolute;
  top: -60px;
  right: 23px;
  height: 100%;
  max-width: none;
  opacity: 0;
}
img.hero-img.one {
  z-index: 0;
}
img.hero-img.two {
  z-index: 2;
}

.hero-img-bg {
  position: absolute;
  top: 40%;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero p {
  color: #7e7e7e;
}

/* -- MODULES -- */
.color-block .module {
  background: none !important;
}

.module {
  padding: 100px 0;
  z-index: 1;
  width: 100%;
}
.module.first {
  padding-top: 0px;
  z-index: 1000000;
}
.module.first.no-image {
  height: auto;
}
.module.first.no-image h2 {
  margin: 25px 0;
}
.module.first .theme-dark .vertical-align {
  padding-top: 0px;
}

.theme-dark p {
  color: rgba(255, 255, 255, 0.7);
}

.theme-light p {
  color: #7e7e7e;
}

.text-image {
  height: 800px;
  z-index: 1;
  clear: both;
}
.text-image .vertical-container {
  width: 47%;
}
.text-image .grid-1-2 {
  height: 100%;
  padding: 0;
}
.text-image p {
  margin: 25px 0 20px;
  line-height: 1.6;
  padding-right: 60px;
  font-size: 1em;
}
.text-image .go-home img {
  margin: 0;
  bottom: auto;
  padding: 0;
  height: 30px;
}
.text-image nav .icon {
  bottom: auto;
}

.text-left {
  text-align: left;
}

.four-up {
  text-align: center;
  clear: both;
}
.four-up.text-left {
  text-align: left;
}
.four-up img {
  height: 100px;
  margin-bottom: 20px;
}
.four-up .grid-1-3 {
  padding: 30px;
}
.four-up .grid-1-4 {
  width: 22%;
  display: inline-block;
  float: none;
  margin-top: 40px;
  vertical-align: top;
}
.four-up a {
  font-size: 0.9em;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  display: block;
  color: #007a88;
}
.four-up p {
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #7e7e7e;
}
.four-up p strong {
  font-size: 1.2em;
  color: #202020;
}
.four-up.dark-bg {
  padding: 0;
}
.four-up.dark-bg p {
  color: rgba(255, 255, 255, 0.8);
}
.four-up.dark-bg strong, .four-up.dark-bg h2, .four-up.dark-bg a {
  color: #ffffff;
}
.four-up .button {
  display: block;
  margin: 100px 0;
}
.four-up .button a {
  font-size: 1em;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  margin: 0;
  display: inline-block;
  color: inherit;
}

.anim-container {
  padding: 30px 0;
}
.anim-container span {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 3.5em;
}
.anim-container p {
  font-size: 1.2em;
  color: #7e7e7e;
}

/* --- VIDEO MODULE --- */
.video-module p {
  max-width: 900px;
  margin: 0 auto;
}
.video-module iframe {
  width: 90%;
  margin: 0 auto;
  max-width: 700px;
  height: 40vh;
  border: none;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.3);
  margin-top: 100px;
  display: block;
}

/* -- SEPERATOR -- */
.seperator {
  height: 150px;
  overflow: hidden;
}
.seperator .pieces {
  position: absolute;
  height: 150px;
  width: calc(50% + 1px);
  bottom: -80px;
}
.seperator .pieces.one {
  -webkit-transform: skew(0deg, 5deg);
  -ms-transform: skew(0deg, 5deg);
  -moz-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  left: 0;
}
.seperator .pieces.two {
  -webkit-transform: skew(0deg, -5deg);
  -ms-transform: skew(0deg, -5deg);
  -moz-transform: skew(0deg, -5deg);
  right: 0;
}

/* --- LOGO CLOUD --- */
.logo-cloud {
  padding: 20px 0;
}
.logo-cloud .wrapper {
  text-align: center;
}
.logo-cloud img {
  width: 16%;
  opacity: 0.5;
  vertical-align: middle;
  padding: 40px 20px;
}
.logo-cloud img:first-of-type {
  padding: 40px 40px 40px 0px;
}
.logo-cloud img:last-of-type {
  padding: 40px 0px 40px 40px;
}
.logo-cloud.headers {
  background-image: url("../img/grid-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 200px 0;
}
.logo-cloud.headers img {
  opacity: 1;
  max-width: 18%;
  max-height: 160px;
  width: auto;
}

.homepage .img-right {
  max-width: none;
  max-height: 100%;
  top: 100px;
}
.homepage .hero-img.one,
.homepage .hero-img.two {
  position: absolute;
}
.homepage .text-image img.hero-img-bg {
  position: absolute;
}

.custom-img-right {
  padding-top: 100px;
}

.pos-right {
  float: right;
}

.pos-left {
  float: left;
}

#laptop .bg {
  background-image: url("../img/grid.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 80% 50%;
  z-index: 0;
}

.img-right,
.img-left {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: 48%;
  max-height: 75%;
}

.img-left {
  right: auto;
  left: 0;
}

#measure-act-grow {
  background: transparent;
  padding-top: 200px;
  z-index: 1;
}
#measure-act-grow .button {
  width: 100%;
}

.graph {
  height: 200px;
  margin-bottom: 20px;
}
.graph p {
  font-size: 3em;
  position: absolute;
  top: -1.4em;
  width: 100%;
  text-align: center;
}

.graph-content {
  opacity: 0;
}

.bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 10px;
  opacity: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.13);
}

.measure-bar {
  border-top: 3px solid #20cfa0;
  background: #14be91;
}

.act-bar {
  border-top: 3px solid #53bfe0;
  background: #43aecc;
  background: -moz-linear-gradient(top, #43aecc 0%, #44abca 50%, #45a7c8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #43aecc), color-stop(50%, #44abca), color-stop(100%, #45a7c8));
  background: -webkit-linear-gradient(top, #43aecc 0%, #44abca 50%, #45a7c8 100%);
  background: -o-linear-gradient(top, #43aecc 0%, #44abca 50%, #45a7c8 100%);
  background: -ms-linear-gradient(top, #43aecc 0%, #44abca 50%, #45a7c8 100%);
  background: linear-gradient(to bottom, #43aecc 0%, #44abca 50%, #45a7c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#43aecc", endColorstr="#45a7c8", GradientType=0 );
}

.grow-bar {
  border-top: 3px solid #cdde39;
  background: #a2c44f;
  background: -moz-linear-gradient(top, #a2c44f 0%, #8bbf5b 50%, #73ba66 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a2c44f), color-stop(50%, #8bbf5b), color-stop(100%, #73ba66));
  background: -webkit-linear-gradient(top, #a2c44f 0%, #8bbf5b 50%, #73ba66 100%);
  background: -o-linear-gradient(top, #a2c44f 0%, #8bbf5b 50%, #73ba66 100%);
  background: -ms-linear-gradient(top, #a2c44f 0%, #8bbf5b 50%, #73ba66 100%);
  background: linear-gradient(to bottom, #a2c44f 0%, #8bbf5b 50%, #73ba66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a2c44f", endColorstr="#73ba66", GradientType=0 );
}

.one-column-feature {
  padding: 150px 0;
}
.one-column-feature.has-radial {
  z-index: 0;
}
.one-column-feature.has-img {
  padding-bottom: 350px;
}
.one-column-feature .main-img {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.one-column-feature .button {
  display: inline-block;
  margin: 50px auto;
  z-index: 100;
}
.one-column-feature .button a {
  padding: 12px 25px 12px 15px;
  line-height: 2;
}
.one-column-feature h3 {
  max-width: 900px;
  margin: 0 auto;
}
.one-column-feature p {
  max-width: 750px;
  margin: 30px auto;
}

.homepage .one-column-feature {
  overflow: visible;
}
.homepage .one-column-feature h2,
.homepage .one-column-feature h3,
.homepage .one-column-feature .button {
  opacity: 0;
}

.product .first.module .wrapper,
.product .first.module .grid-1-2 {
  position: static;
}

.beige-gradient {
  background: #f4f3ee;
  background: -moz-linear-gradient(top, #f4f3ee 0%, #fcfcfa 70%, white 98%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f4f3ee), color-stop(70%, #fcfcfa), color-stop(98%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #f4f3ee 0%, #fcfcfa 70%, white 98%, white 100%);
  background: -o-linear-gradient(top, #f4f3ee 0%, #fcfcfa 70%, white 98%, white 100%);
  background: -ms-linear-gradient(top, #f4f3ee 0%, #fcfcfa 70%, white 98%, white 100%);
}

.resources-module,
.resources-page {
  padding: 125px 0 0 0;
}
.resources-module h3,
.resources-page h3 {
  float: left;
}
.resources-module li,
.resources-page li {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -moz-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.resources-module li img,
.resources-page li img {
  margin: 0 auto;
  display: block;
}
.resources-module li:hover,
.resources-page li:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.resources-module li:hover .button,
.resources-page li:hover .button {
  opacity: 1;
  background: #ffffff;
  color: #000;
}
.resources-module li .button,
.resources-page li .button {
  position: absolute;
  top: 43%;
  left: 20%;
  opacity: 0;
  width: 60%;
  -webkit-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  opacity: 0;
  -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.05);
}
.resources-module li .button a,
.resources-page li .button a {
  padding: 12px 25px;
}
.resources-module li .button svg,
.resources-page li .button svg {
  fill: none;
  stroke: #e2635c;
  stroke-width: 3;
}

#filters {
  float: right;
}
#filters .button {
  color: #484848;
  padding: 8px 25px;
  border: 1px solid #d7d7d4;
  margin: 0 15px 0 0;
}
#filters .button:last-of-type {
  margin-right: 0;
}
#filters .button:hover, #filters .button.filtering {
  background: #e2635c;
  color: #f4f3ee;
  border: 1px solid #e2635c;
}
#filters .button:hover svg, #filters .button.filtering svg {
  stroke: #f4f3ee;
}
#filters .button svg {
  fill: none;
  stroke: #c0c0bf;
  stroke-width: 3;
}

.resources-page {
  list-style: none;
}
.resources-page li {
  width: 25%;
  float: left;
}
.resources-page li img {
  max-width: 90%;
}

.resources-first.text-image {
  height: 600px;
  padding-bottom: 0;
  overflow: hidden;
}
.resources-first.text-image div.wrapper {
  height: 70%;
}
.resources-first.text-image .resource-thumb {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-bottom: -20%;
}

.resources-first .grid-1-2:nth-of-type(2) {
  overflow: hidden;
  height: 110%;
}

#resources-index {
  background: #f2f1ed;
}
#resources-index #filters .button {
  padding: 0;
}
#resources-index #filters .button .icon {
  margin-left: 20px;
}
#resources-index #filters .button a {
  padding: 10px 25px 10px 5px;
}
#resources-index .resources-page {
  padding: 0;
  width: 110%;
  margin-left: -5%;
}
#resources-index .resources-page.events-list {
  margin-bottom: 80px;
}
#resources-index .resources-page li .button {
  top: 60%;
}
#resources-index .resources-page .gradient-cover {
  background: rgba(244, 243, 238, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 243, 238, 0)), color-stop(43%, #f4f3ee), color-stop(79%, #f2f1ed));
  background: -webkit-linear-gradient(top, rgba(244, 243, 238, 0) 0%, #f2f1ed 43%, #f2f1ed 79%);
  background: linear-gradient(to bottom, rgba(244, 243, 238, 0) 0%, #f2f1ed 43%, #f2f1ed 79%);
}
#resources-index .webinar.event {
  height: auto;
}
#resources-index .webinar.event .top {
  background: #e2635c;
  background: -moz-radial-gradient(center, ellipse cover, #ef9590 0%, #e2635c 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ef9590), color-stop(100%, #e2635c));
  background: -webkit-radial-gradient(center, ellipse cover, #ef9590 0%, #e2635c 100%);
  background: -o-radial-gradient(center, ellipse cover, #ef9590 0%, #e2635c 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ef9590 0%, #e2635c 100%);
  background: radial-gradient(ellipse at center, #ef9590 0%, #e2635c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ef9590", endColorstr="#e2635c", GradientType=1 );
}
#resources-index .webinar.event .top img {
  width: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#resources-index .webinar.event .bottom {
  height: auto;
}
#resources-index .webinar.event .read-more {
  position: relative;
  bottom: auto;
}
#resources-index .reflect {
  height: 150px;
  overflow: hidden;
}
#resources-index .resource-shadow {
  position: absolute;
  top: auto;
  bottom: 133px;
  width: 100%;
  left: 5%;
}
#resources-index h4 {
  margin-top: 30px;
}

.resources-index .seperator {
  background: #f2f1ed;
}

#resource-slider {
  padding: 0;
  margin: 80px 0 0 -5%;
  width: 110%;
  height: 540px;
  overflow: hidden;
}
#resource-slider .slider-control.left {
  opacity: 0;
}
#resource-slider .blog-post {
  margin: 0px 1% 60px;
}
#resource-slider .blog-post:nth-of-type(3n+3) {
  margin: 0px 1% 60px;
}
#resource-slider .blog-post:nth-of-type(3n+1) {
  margin: 0px 1% 60px;
}
#resource-slider .webinar {
  margin: 0px 1% 60px;
}

.resource-shadow {
  position: absolute;
  top: 48%;
  width: 100%;
}

.reflection {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.1;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  transform: scaleY(-1);
}

.gradient-cover {
  position: absolute;
  width: 100%;
  height: 50%;
  background: #bbb;
  bottom: 0;
  left: 0;
  background: rgba(244, 243, 238, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 243, 238, 0)), color-stop(43%, #f4f3ee), color-stop(79%, white));
  background: -webkit-linear-gradient(top, rgba(244, 243, 238, 0) 0%, white 43%, white 79%);
  background: linear-gradient(to bottom, rgba(244, 243, 238, 0) 0%, white 43%, white 79%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f3ee", endColorstr="#f4f3ee", GradientType=0 );
}

.slider-control {
  position: absolute;
  width: 20px;
  height: 320px;
  top: 0;
  z-index: 1000;
  cursor: pointer;
}
.slider-control.left {
  left: 20px;
}
.slider-control.right {
  right: 20px;
}
.slider-control img {
  top: 35%;
}

.case-studies {
  background: #fff;
  padding: 100px 0;
}
.case-studies .quote {
  font-size: 2.5em;
  line-height: 1.2;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  width: 80%;
  margin: 40px auto 40px;
}
.case-studies .quote-credit {
  margin-bottom: 50px;
}
.case-studies .button {
  margin: 0 auto;
}

.quote-logo {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.quote-credit {
  font-size: 0.8em;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}

img.quote-photo {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

#case-studies-slider {
  margin: 0 0 0 -5%;
  width: 110%;
  padding: 0 0 50px 0;
}
#case-studies-slider .slider-control {
  height: 100%;
}

.slick-slide img,
.slide-slide a,
.slick-slide {
  outline: none;
}

.slick-dots li .button {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.slick-dots li,
.slick-dots li .button,
.slick-dots li.slick-active .button:before,
.slick-dots li .button:before {
  width: 6px;
  height: 6px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.slick-dots li.slick-active .button:before {
  background: #4ba082;
  border: 2px solid #4ba082;
  border-radius: 50%;
  content: "";
}

.slick-dots li .button:before {
  background: none;
  border: 2px solid #dddddd;
  border-radius: 50%;
  content: "";
}

.name {
  width: 155px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  padding: 10px;
}

.position {
  color: #aeaeae;
  width: 155px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  padding: 10px;
}

/* --- CUSTOMER STORIES --- */
.customer-stories {
  color: #231f20;
  padding: 150px 0;
}
.customer-stories h4 {
  font-size: 1.444em;
}
.customer-stories .grid-1-3 {
  padding: 0 5%;
  margin-top: 60px;
}
.customer-stories .quote-logo {
  height: 50px;
  width: auto;
  max-width: none;
}
.customer-stories .quote {
  margin: 30px auto;
  min-height: 200px;
}
.customer-stories .quote span img {
  position: absolute;
  z-index: 0;
  top: -20px;
  left: -30px;
}
.customer-stories .quote .inner {
  z-index: 1;
}
.customer-stories img.quote-photo {
  float: left;
}
.customer-stories .quote-credit,
.customer-stories .position {
  text-align: left;
  font-size: 0.9em;
  margin: 0;
  display: inline-block;
  width: 150px;
  padding: 0;
}
.customer-stories .position {
  font-size: 12px;
}

.credit-wrapper {
  margin: 0 auto;
  max-width: 250px;
}

/* --- CONTENT SLIDER --- */
#tabs {
  color: #fff;
  margin: 0 auto 100px;
  text-align: center;
}
#tabs .slick-dots {
  display: none !important;
}
#tabs .tab-wrapper {
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 30px;
  padding: 8px;
}
#tabs a {
  font-size: 0.8em;
  padding: 8px 25px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  min-width: 100px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  border-radius: 30px;
}
#tabs a.active {
  background: #e2635c;
}
#tabs a.active img {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}

.content-slider {
  padding: 50px 0 0 0;
  background-color: #004f63;
}

#content-slider {
  color: #fff;
  margin: 0;
  padding: 40px 0 0 0;
}
#content-slider img {
  position: absolute;
  right: 0;
  top: 0;
}
#content-slider p {
  color: #ebe9e1;
  margin-top: 30px;
}

.slide-text {
  width: 40%;
  padding-top: 100px;
  float: left;
  margin-left: 5%;
  padding-bottom: 100px;
}

.slide-image {
  width: 60%;
  float: right;
  margin-right: -200px;
  min-height: 500px;
}

footer {
  background: #d85a53;
  background-size: cover;
  padding: 0 0 50px 0;
  overflow: hidden;
}
footer .seperator {
  background: #ffffff;
}

.footer-radial-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.footer-content {
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.footer-logo {
  max-width: 300px;
  display: block;
  margin: 20px 0;
}

.email-signup input,
.email-signup .button {
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline;
  white-space: nowrap;
  padding: 18px;
  font-size: 1em;
  line-height: 1.2;
}
.email-signup input {
  background: transparent;
  width: 60%;
  border-radius: 30px 0 0 30px;
  color: #ffffff;
  margin-top: 40px;
}
.email-signup .button {
  border-radius: 0 30px 30px 0;
  width: 29%;
  margin-left: -4px;
}

::-webkit-input-placeholder {
  color: #f3e1e1;
}

::-moz-placeholder {
  color: #f3e1e1;
}

:-ms-input-placeholder {
  color: #f3e1e1;
}

:-moz-placeholder {
  color: #f3e1e1;
}

/* -- DEMO/CONTACT FORM -- */
#contact-us-form input {
  width: 95%;
  margin-bottom: 20px;
}

#contact-us-form label {
  font-size: 13px;
}

#contact-us-form textarea {
  width: 96%;
  border: 1px solid #dddddd;
  border-radius: 3px;
  height: 100px;
  margin-bottom: 20px;
}

#contact-us-form,
#request-demo {
  display: none;
  width: 550px;
  padding: 30px 10px 30px 35px;
  position: relative;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999999;
  background: #ffffff;
  box-shadow: 0px 5px 21px 3px rgba(0, 0, 0, 0.44);
  margin-bottom: 200px;
}
#contact-us-form input[type=text],
#request-demo input[type=text] {
  box-shadow: none;
  height: 30px;
}
#contact-us-form input[type=submit],
#request-demo input[type=submit] {
  width: 130px;
  padding: 20px;
  display: block;
  margin: 0 auto;
  border: none;
  outline: none;
  border-radius: 30px;
  font-size: 0.85em;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  background: #007a88;
  border: 1px solid #007a88;
  text-shadow: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  cursor: pointer;
  box-shadow: none;
}
#contact-us-form input[type=submit]:hover,
#request-demo input[type=submit]:hover {
  color: #007a88;
  background: transparent;
  box-shadow: none;
}
#contact-us-form label,
#request-demo label {
  margin-top: 0;
}
#contact-us-form .hbspt-form,
#request-demo .hbspt-form {
  margin-top: 80px;
}

.request-demo-header {
  height: 80px;
  float: left;
  width: 100%;
  background: #e2635c;
  position: absolute;
  top: 0;
  left: 0;
}
.request-demo-header h2 {
  color: white;
  padding-left: 35px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding-top: 30px;
}

.featherlight #request-demo {
  display: block;
}

.contact-us-overlay,
.request-demo-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  overflow-y: scroll;
}

.request-demo-button {
  float: right;
  width: 30px;
  height: 30px;
  box-shadow: none;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 30px;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.show {
  display: block !important;
}

/* -- INTERIOR STYLES -- */
.interior-hero {
  padding: 50px 0 0 0;
  max-width: 1000px;
  margin: 0 auto;
}
.interior-hero h2 {
  margin-bottom: 40px;
}
.interior-hero h2 sup {
  vertical-align: super;
  font-size: 18px;
  top: -8px;
  left: 2px;
  position: relative;
}
.interior-hero p {
  margin-bottom: 20px;
  width: 80%;
  margin: 0 auto 20px;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.contact .text-image .img-right {
  bottom: none !important;
  top: initial !important;
  transform: none !important;
}

.contact .module.text-image:nth-of-type(2) {
  padding-bottom: 0;
}

.contact .module.text-image:nth-of-type(3) {
  padding-top: 0;
}

/* --- CASE STUDIES -- */
.case.wrapper {
  z-index: 1;
}

.dark-gradient {
  background: #496f78;
  background: -moz-radial-gradient(center, ellipse cover, #496f78 0%, #1a555c 75%, #1a555c 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #496f78), color-stop(75%, #1a555c), color-stop(100%, #1a555c));
  background: -webkit-radial-gradient(center, ellipse cover, #496f78 0%, #1a555c 75%, #1a555c 100%);
  background: -o-radial-gradient(center, ellipse cover, #496f78 0%, #1a555c 75%, #1a555c 100%);
  background: -ms-radial-gradient(center, ellipse cover, #496f78 0%, #1a555c 75%, #1a555c 100%);
  background: radial-gradient(ellipse at center, #496f78 0%, #1a555c 75%, #1a555c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#496f78", endColorstr="#1a555c", GradientType=1 );
}

.case-box {
  width: 30%;
  margin: 1.6666666666%;
  height: 300px;
  float: left;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.4s ease;
  transition: all 0.2s ease;
}
.case-box img {
  width: 50%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-box:hover {
  background-color: black;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.34);
}

.case-content {
  padding: 100px 0 0 0;
}
.case-content h4 {
  font-size: 1.75em;
}
.case-content hr {
  margin-bottom: 50px;
}

#load-cases {
  margin: 50px 0;
}

.more-cases {
  opacity: 0;
}

.case-modal {
  display: none;
  max-width: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px;
  font-size: 16px;
}
.case-modal h4 {
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
  padding: 50px 20px 0 20px;
  z-index: 1;
}
.case-modal hr {
  margin: 0 0 0 20px;
  display: block;
  z-index: 1;
}
.case-modal h5 {
  color: #e2635c;
}
.case-modal p {
  margin-bottom: 20px;
  color: #202020;
  width: 90%;
}
.case-modal p:last-of-type {
  margin-bottom: 10px;
}
.case-modal.featherlight-content {
  display: block;
}
.case-modal .grid-1-3 {
  border-left: 2px solid #bdb4b3;
  padding: 10px 0 0 40px;
}
.case-modal .grid {
  position: absolute;
  top: -220px;
  left: -70px;
  width: 300px;
  opacity: 0.5;
  z-index: 0;
}
.case-modal .credit {
  color: #686260;
  font-size: 0.8em;
}

.case-modal-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.case-body {
  color: #686260;
}

.case .button.secondary:hover, .blog-hero .button.secondary:hover {
  background: #ffffff;
  color: #007a88;
}

.modal-case-quote {
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
  font-size: 0.95em;
}

.featherlight .featherlight-content {
  padding: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 21px 3px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 5px 21px 3px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 5px 21px 3px rgba(0, 0, 0, 0.44);
}

.featherlight .featherlight-close-icon {
  margin: 0;
  background: none;
  font-family: inherit;
  font-size: 1.4em;
  top: 30px;
  right: 30px;
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.65);
}

/* -- BLOG STYLES -- */
.blog-top-gradient {
  background: -moz-linear-gradient(top, rgba(1, 57, 72, 0.7) 0%, rgba(1, 57, 72, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(1, 57, 72, 0.7) 0%, rgba(1, 57, 72, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(1, 57, 72, 0.7) 0%, rgba(1, 57, 72, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#013948", endColorstr="#00000000",GradientType=0 );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.blog-hero a {
  text-decoration: none;
}

.blog-hero sup {
  vertical-align: super;
  font-size: 18px;
  top: -8px;
  left: 2px;
  position: relative;
}

.blog-hero-details {
  margin-bottom: 20px;
}
.blog-hero-details .date {
  display: inline-block;
  vertical-align: top;
  top: 22px;
  color: #dfddd6;
  margin: 5px 0;
  width: auto;
}
.blog-hero-details .author-name {
  display: inline-block;
  vertical-align: top;
  top: 22px;
  font-family: "neue-medium", sans-serif;
  color: #dfddd6;
  margin: 5px 0;
  width: auto;
}

.blog-content sup {
  vertical-align: super;
  font-size: 12px;
}

.blog-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
}
.blog-circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.blog-thirds {
  width: 100%;
  height: 340px;
}
.blog-thirds .grid-1-3 {
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.blog-thirds .grid-1-3:hover .blog-thirds-background-image {
  transform: scale(1.05);
}
.blog-thirds .blog-thirds-background-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  transition: all 0.4s;
}
.blog-thirds .read-more {
  bottom: 80px;
  transition: all 0.2s;
}

.read-more {
  font-size: 18px;
  padding-top: 20px;
  position: absolute;
  bottom: 65px;
  transition: all 0.2s;
}
.read-more:hover {
  text-decoration: underline;
}

.blog-button-container {
  clear: both;
  width: 100%;
}

.blog-content {
  padding: 60px 30% 60px 10%;
  z-index: 2;
  height: 100%;
}
.blog-content p:hover {
  color: #e2635c;
}
.blog-content a {
  text-decoration: none;
}

.recent-posts {
  width: 100%;
  height: auto;
  padding-top: 80px;
  background: #f2f1ed;
  padding-bottom: 50px;
}
.recent-posts .top-info {
  float: left;
  width: 100%;
}
.recent-posts .top-info h4 {
  color: #48463f;
  display: inline-block;
  float: left;
  top: 11px;
  text-transform: capitalize;
}
.recent-posts .top-info h6 {
  display: inline-block;
  float: left;
  clear: both;
  font-size: 0.85em;
  color: #b2b1ac;
}
.recent-posts .top-info .filter {
  width: 208px;
  height: 62px;
  border-radius: 31px;
  border: 1px solid #c0beb8;
  display: inline-block;
  float: right;
  background: transparent;
  margin: 0;
}
.recent-posts .top-info .filter:before {
  content: url(../img/filter.svg);
  width: 30px;
  height: 30px;
  margin: 15px;
  display: inline-block;
  float: left;
}
.recent-posts .top-info .filter-select {
  background: transparent;
  display: inline-block;
  position: relative;
  margin: 0px 0;
  height: 62px;
  border: none;
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #595750;
  float: left;
  width: calc(100% - 75px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.recent-posts .search-box {
  width: 505px;
  border-radius: 31px;
  height: 62px;
  border: none;
  display: inline-block;
  color: #b6b5b2;
  font-family: "neue-heavy", sans-serif;
  font-size: 15px;
  overflow: hidden;
  float: right;
  margin-right: 45px;
}
.recent-posts .search-box:before {
  content: url(../img/magnify-glass.svg);
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 20px;
}
.recent-posts .search {
  border: 0;
  float: left;
  width: calc(100% - 60px);
  height: 62px;
  -webkit-appearance: textfield;
}
.recent-posts .search::placeholder {
  color: #b6b5b2;
  font-family: "neue-heavy", sans-serif;
}
.recent-posts .search-submit {
  width: 110px;
  height: 62px;
  background: #e2635c;
  position: absolute;
  right: 0;
  display: none;
  opacity: 0;
  cursor: pointer;
}
.recent-posts .search-submit p {
  font-size: 1.15em;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  padding: 14px 0;
}

.posts-container {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.loading-indicator {
  display: none;
  width: 50px;
  height: 50px;
  opacity: 0;
  margin: 200px auto;
}

.blog-post,
.webinar,
.teammate {
  height: 482px;
  border-radius: 2px;
  background: white;
  margin: 30px 2.25%;
  text-align: left;
  width: 30.33333333%;
  float: left;
  box-shadow: 0px 5px 40px 0px rgba(36, 36, 36, 0.1);
  transition: all 0.4s;
  overflow: hidden;
}
.blog-post:hover,
.webinar:hover,
.teammate:hover {
  box-shadow: 0px 5px 40px 0px rgba(36, 36, 36, 0.25);
  transform: scale(1.02);
}
.blog-post .top,
.webinar .top,
.teammate .top {
  height: 240px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  overflow: hidden;
  transition: all 0.4s;
}
.blog-post .bottom,
.webinar .bottom,
.teammate .bottom {
  width: 100%;
  height: 242px;
  float: left;
  background: #ffffff;
}
.blog-post .blog-content,
.webinar .blog-content,
.teammate .blog-content {
  padding: 35px;
}
.blog-post p,
.webinar p,
.teammate p {
  color: black;
}
.blog-post p:hover,
.webinar p:hover,
.teammate p:hover {
  color: #e2635c;
}

.blog-post:nth-of-type(3n+1) {
  margin-left: 0;
}

.blog-post:nth-of-type(3n+3) {
  margin-right: 0;
}

.blog-tags {
  position: absolute;
  bottom: 0;
  width: calc(100% - 70px);
  padding-bottom: inherit;
}
.blog-tags img {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.blog-tags p {
  font-family: "neue-medium", sans-serif;
  font-size: 12px;
  color: #989898;
  float: left;
  text-decoration: underline;
  padding: 0 5px;
  cursor: pointer;
  margin: 0;
  top: 5px;
}
.blog-tags p:hover {
  color: #e2635c;
}

.blog footer .seperator {
  background-color: #f2f1ed;
}

.blog-entry {
  padding-bottom: 0;
}

.blog-entry-hero {
  background: white;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  margin-top: 45px;
}
.blog-entry-hero hr {
  height: 1px;
  width: 49px;
  background-color: #e2635c;
  border: none;
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 65px;
}

.blog-entry-hero sup {
  vertical-align: super;
  font-size: 18px;
  top: -8px;
  left: 2px;
  position: relative;
}

.blog-entry-hero-text-container {
  top: 40%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  position: absolute;
  z-index: 2;
  padding-left: 65px;
  width: 60%;
}
.blog-entry-hero-text-container .splittext {
  width: 100%;
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
  float: left;
}
.blog-entry-hero-text-container .splittext > div {
  background-color: white;
  display: inline !important;
  font-size: 2.7em;
  line-height: 1.2;
  padding: 6px 5px;
}
.blog-entry-hero-text-container span {
  background-color: white;
  padding: 5px 0;
  line-height: 1.2;
}

.blog-entry-author {
  width: 45%;
  height: 100%;
  float: left;
  position: relative;
}
.blog-entry-author .blog-entry-author-details {
  position: absolute;
  bottom: 54px;
  left: 65px;
  width: calc(100% - 65px);
}
.blog-entry-author .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
.blog-entry-author .circle-details {
  float: left;
}
.blog-entry-author h6 {
  font-size: 14px;
  color: #595959;
  padding: 0px 20px 0;
  float: none;
}
.blog-entry-author p {
  color: #bdbdbd;
  font-family: "neue-medium", sans-serif;
  font-size: 11px;
  padding: 10px 20px 0;
}

.blog-entry-hero-image {
  width: 55%;
  height: 100%;
  float: right;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-share-button {
  width: 57px;
  height: 57px;
  border-radius: 28.5px;
  background: #e2635c;
  position: absolute;
  z-index: 6;
  overflow: hidden;
  display: none;
}
.blog-share-button:hover {
  background: #e2635c;
}
.blog-share-button:active {
  background: #e2635c;
}
.blog-share-button:focus {
  background: #e2635c;
}
.blog-share-button:visited {
  background: #e2635c;
}
.blog-share-button img {
  width: 23px;
  height: 23px;
  top: 17px;
  left: 45%;
  -webkit-transform: translateX(-45%);
  -moz-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  transform: translateX(-45%);
}
.blog-share-button .blog-share-social-icons img {
  width: 20px;
  height: 20px;
  display: block;
  margin: 11px 0 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog-entry-body {
  width: 100%;
  height: auto;
  background: #f2f1ed;
}

.blog-entry-content {
  padding: 70px 60px;
  background: white;
  width: 100%;
  background-image: url(../img/grid-blog.png);
  background-position: bottom -40px right -30px;
  background-repeat: no-repeat;
}

.blog-entry-text-container {
  width: 75%;
  padding-right: 60px;
  float: left;
  color: #6f6f6f;
  font-size: 18px;
  font-family: "Helvetica", sans-serif;
  line-height: 30px;
  padding: 20px 0;
}
.blog-entry-text-container h1, .blog-entry-text-container h2 {
  font-size: 32px;
  font-weight: 700;
  font-family: "neue-bold", sans-serif;
  line-height: 38px;
  color: #48463f;
  padding-top: 40px;
  letter-spacing: 1px;
}
.blog-entry-text-container h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "neue-bold", sans-serif;
  line-height: 28px;
  color: #48463f;
  padding-top: 20px;
  letter-spacing: 0;
}
.blog-entry-text-container h4 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Helvetica", sans-serif;
  color: #b2b1ac;
  font-style: italic;
}
.blog-entry-text-container p {
  color: #6f6f6f;
  font-size: 18px;
  font-family: "Helvetica", sans-serif;
  line-height: 30px;
  padding: 20px 0;
}
.blog-entry-text-container blockquote {
  font-style: italic;
  font-weight: 300;
  color: #999;
  border-left: 3px solid #e2635c;
  padding-left: 10px;
  margin-left: 10px;
  width: calc(100% - 50px);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-entry-text-container li {
  color: #3f3f3f;
}
.blog-entry-text-container img {
  margin: 0 auto;
  display: block;
  height: auto;
}

.blog-entry-sidebar {
  width: 25%;
  float: left;
}
.blog-entry-sidebar .search-box {
  width: calc(100% - 30px);
  border-radius: 31px;
  height: 62px;
  border: none;
  display: inline-block;
  color: #b6b5b2;
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
  font-size: 15px;
  overflow: hidden;
  float: right;
  border: 1px solid #9b9187;
}
.blog-entry-sidebar .search-box:before {
  content: url(../img/magnify-glass.svg);
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 20px;
}
.blog-entry-sidebar .search {
  border: 0;
  float: left;
  width: calc(100% - 60px);
  height: 62px;
  position: relative;
  overflow: hidden;
  -webkit-appearance: textfield;
}
.blog-entry-sidebar .search::placeholder {
  color: #b6b5b2;
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
}
.blog-entry-sidebar .search-submit {
  width: 60px;
  height: 62px;
  background: #e2635c;
  position: absolute;
  right: 0;
  display: none;
  opacity: 0;
  cursor: pointer;
}
.blog-entry-sidebar .search-submit p {
  font-size: 1.15em;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  padding: 14px 0;
}
.blog-entry-sidebar .search-submit img {
  border: 0;
  max-width: 100%;
  width: 10px;
  position: relative;
  top: 50%;
  left: 45%;
  -webkit-transform: translateX(-45%) translateY(-50%);
  -moz-transform: translateX(-45%) translateY(-50%);
  -ms-transform: translateX(-45%) translateY(-50%);
  transform: translateX(-45%) translateY(-50%);
}
.blog-entry-sidebar .sidebar-container {
  float: left;
  width: 100%;
  margin-top: 60px;
  padding-left: 30px;
}
.blog-entry-sidebar .sidebar-container h3 {
  font-family: "neue-bold", sans-serif;
  font-size: 26px;
  color: #48463f;
  font-weight: 700;
  margin-bottom: 5px;
}
.blog-entry-sidebar .sidebar-container p {
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #007a88;
  text-decoration: underline;
  margin: 20px 0;
  float: left;
}
.blog-entry-sidebar .sidebar-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-entry-sidebar .sidebar-container li {
  font-family: "neue-medium", sans-serif;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 15px;
  text-decoration: underline;
  color: #a3a3a3;
  width: 50%;
  float: left;
  padding: 5px 0;
  tranition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
}
.blog-entry-sidebar .sidebar-container li:hover {
  color: #e2635c;
  cursor: pointer;
}

.blog-entry-bottom {
  width: 100%;
  float: left;
  margin-top: 60px;
}
.blog-entry-bottom img {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
}
.blog-entry-bottom img:nth-of-type(2) {
  margin: 0 30px;
}
.blog-entry-bottom img:last-of-type {
  margin-right: 10px;
}
.blog-entry-bottom p {
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
  color: #a8a8a8;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.blog-entry-bottom span {
  color: #e2635c;
  text-decoration: underline;
}
.blog-entry-bottom .blog-entry-bottom-social {
  width: 130px;
  float: left;
}
.blog-entry-bottom .blog-entry-bottom-next-post {
  width: auto;
  float: right;
}

.recent-blog-entry-posts h4 {
  color: #48463f;
}

.ebook-cta {
  width: 100%;
  background: #1b1b1b;
  border-radius: 3px;
  padding: 35px;
  float: left;
  margin-top: 100px;
  min-height: 177px;
}
.ebook-cta .text-container {
  width: 65%;
  float: left;
}
.ebook-cta .text-container a {
  text-decoration: none;
}
.ebook-cta .text-container h2 {
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 30px;
  color: white;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.ebook-cta .text-container p {
  color: #e2635c;
  text-decoration: underline;
  font-size: 18px;
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
  padding-bottom: 0;
  line-height: 1;
  margin-bottom: 0;
}
.ebook-cta .book {
  width: 35%;
  height: calc(100% + 25px);
  position: absolute;
  top: -25px;
  right: 0;
  overflow: hidden;
}
.ebook-cta .book.cta-logo img {
  transform: translateY(-50%);
  top: 50%;
  right: 50px;
  position: absolute;
}
.ebook-cta .book img {
  width: 182px;
  top: 0;
  position: absolute;
  right: 50px;
}

.terms-of-service .module,
.gdpr-compliance .module,
.privacy-policy .module {
  height: auto;
  padding-bottom: 0;
}
.terms-of-service .module div.wrapper,
.gdpr-compliance .module div.wrapper,
.privacy-policy .module div.wrapper {
  max-width: 1000px;
  font-size: 14px;
  color: #444;
}
.terms-of-service .module div.wrapper p,
.gdpr-compliance .module div.wrapper p,
.privacy-policy .module div.wrapper p {
  margin: 20px 0;
}
.terms-of-service .full-width,
.gdpr-compliance .full-width,
.privacy-policy .full-width {
  padding-top: 0;
}

/* -- ABOUT US STYLES -- */
.about-top-gradient {
  background: -moz-linear-gradient(top, rgba(1, 57, 72, 0.7) 0%, rgba(1, 57, 72, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(1, 57, 72, 0.7) 0%, rgba(1, 57, 72, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(1, 57, 72, 0.7) 0%, rgba(1, 57, 72, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#013948", endColorstr="#00000000",GradientType=0 );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.first .wistia_responsive_padding {
  position: absolute !important;
  width: 100%;
  height: 105%;
  top: 0;
  opacity: 0.4;
}

@media screen and (max-width: 1360px) {
  .about-us .first .wistia_responsive_padding {
    height: 120%;
    width: 120%;
  }
}
.wistia_popover_overlay {
  z-index: 2000000 !important;
}

.wistia_popover_embed,
.wistia_placebo_close_button {
  z-index: 2000001 !important;
}

#hero {
  padding-bottom: 50px;
}

/** Start - AX Solution Homepage Module **/
#axsolution .img-right {
  top: 65px;
  right: 0% !important;
  max-height: initial !important;
  width: 65% !important;
}
#axsolution .button {
  margin-top: 0px;
}
#axsolution.text-image {
  padding: 100px 0px;
  top: -75px;
}
#axsolution .vertical-align {
  padding-top: 0px;
}
@media (max-width: 1400px) {
  #axsolution.text-image {
    padding: 100px 0px 0px;
  }
  #axsolution .img-right {
    top: 65px;
    width: 55% !important;
  }
}
@media (max-width: 1300px) {
  #axsolution .img-right {
    top: 65px;
    width: 63% !important;
  }
}
@media (max-width: 1200px) {
  #axsolution .vertical-align {
    padding-top: 75px;
  }
}
@media (max-width: 1140px) {
  #axsolution .img-right {
    top: 65px;
    width: 72% !important;
  }
}
@media (max-width: 950px) {
  #axsolution .img-right {
    top: 65px;
    width: 70% !important;
  }
}
@media (max-width: 768px) {
  #axsolution {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  #axsolution .img-right {
    width: 100% !important;
    top: 65px !important;
  }
  #axsolution.text-image {
    padding: 0px;
  }
  #axsolution .vertical-align {
    padding-top: 75px;
  }
  #axsolution .button {
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  #axsolution .img-right {
    width: 61% !important;
    top: 65px;
  }
}
@media (min-width: 1800px) {
  #axsolution .img-right {
    width: 58% !important;
    top: 65px;
  }
}
@media (min-width: 1900px) {
  #axsolution .img-right {
    width: 52% !important;
    top: 65px;
  }
}
@media (min-width: 2100px) {
  #axsolution .img-right {
    width: 50% !important;
    top: 65px;
  }
}
@media (min-width: 2200px) {
  #axsolution .img-right {
    width: 46% !important;
    top: 65px;
  }
}
@media (min-width: 2400px) {
  #axsolution .img-right {
    width: 40% !important;
    top: 65px;
  }
}

@media (max-width: 1200px) {
  .vertical-align {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .about-us .wistia_responsive_padding {
    display: none;
  }
}
.about-us .first {
  overflow: hidden;
}
.about-us .first #wistia-muqh6ie2kg-1 {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.about-us .first #wistia-muqh6ie2kg-1.vid-fade {
  opacity: 1;
}
.about-us .first .bg {
  display: none;
}
@media (max-width: 768px) {
  .about-us .first .bg {
    display: block;
  }
}
.about-us .first .wrapper {
  z-index: 2;
}
.about-us .interior-hero {
  padding: 150px 0;
}
.about-us .interior-hero p {
  color: #a1d4d1;
}
.about-us .one-column-feature {
  margin-top: 30px;
  background: url("../img/about-us/images/C.png") no-repeat center center;
  background-size: auto 90%;
}
.about-us .one-column-feature p {
  color: #7d7d7d;
  line-height: 1.75;
  padding: 0 20px;
}
.about-us .pieces {
  background: #002a35;
}
.about-us .seperator.bottom {
  background: #529890;
  overflow: visible;
  z-index: 0;
  margin-top: 0;
}
.about-us .seperator.bottom .pieces {
  background: #fff;
}

.finale {
  background: #529890;
  z-index: 1;
}
.finale h2 {
  font-size: 580px;
  font-family: "HelveticaNeueLTStd-Hv";
  opacity: 0.5;
  position: absolute;
  bottom: -60px;
  width: 100%;
  text-align: center;
  letter-spacing: -20px;
}
@media screen and (max-width: 1400px) {
  .finale h2 {
    font-size: 28em;
  }
}
@media screen and (max-width: 1100px) {
  .finale h2 {
    font-size: 24em;
    bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  .finale h2 {
    font-size: 20em;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .finale h2 {
    bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .finale h2 {
    font-size: 15em;
  }
}
@media screen and (max-width: 500px) {
  .finale h2 {
    font-size: 10em;
    bottom: 40px;
    letter-spacing: -5px;
  }
}
.finale .logo-cloud {
  z-index: 2;
  padding-top: 0;
}
.finale .logo-cloud img {
  padding: 20px;
  width: 13%;
}
@media screen and (max-width: 900px) {
  .finale .logo-cloud {
    padding: 0;
  }
  .finale .logo-cloud img {
    padding: 10px;
  }
}
@media screen and (max-width: 700px) {
  .finale .logo-cloud {
    padding-bottom: 90px;
  }
  .finale .logo-cloud img {
    width: 30%;
  }
}

.core-values {
  text-align: center;
}
.core-values strong {
  font-size: 1.2em;
  color: #202020;
}
.core-values p {
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #7e7e7e;
}
.core-values img {
  height: 90px;
  margin-bottom: 20px;
}
.core-values .grid-1-3 {
  display: inline-block;
  float: none;
  width: 30%;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .core-values .grid-1-3 {
    display: block;
    width: 100%;
  }
}

.timeline {
  background: #002a35;
  background: -moz-linear-gradient(top, #002a35 0%, #002a35 37%, #529890 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #002a35), color-stop(37%, #002a35), color-stop(100%, #529890));
  background: -webkit-linear-gradient(top, #002a35 0%, #002a35 37%, #529890 100%);
  background: -o-linear-gradient(top, #002a35 0%, #002a35 37%, #529890 100%);
  background: -ms-linear-gradient(top, #002a35 0%, #002a35 37%, #529890 100%);
  background: linear-gradient(to bottom, #002a35 0%, #002a35 37%, #529890 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#002a35", endColorstr="#529890", GradientType=0 );
  padding: 100px 0 0 0;
}
.timeline .grid-bg {
  z-index: 0;
}

.fancy {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fancy.boxed {
    max-width: 90%;
    width: auto;
  }
}

.fancy:before,
.fancy:after {
  background-color: #377e80;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.boxed.fancy:before,
.boxed.fancy:after {
  width: 266px;
  position: absolute;
  top: 38px;
}
@media screen and (max-width: 1600px) {
  .boxed.fancy:before,
.boxed.fancy:after {
    top: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .boxed.fancy:before,
.boxed.fancy:after {
    top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .boxed.fancy:before,
.boxed.fancy:after {
    top: 26px;
  }
}
@media screen and (max-width: 700px) {
  .boxed.fancy:before,
.boxed.fancy:after {
    width: 200px;
  }
}
@media screen and (max-width: 580px) {
  .boxed.fancy:before,
.boxed.fancy:after {
    width: 150px;
  }
}
@media screen and (max-width: 450px) {
  .boxed.fancy:before,
.boxed.fancy:after {
    top: 16px;
    width: 120px;
  }
}

.fancy:before {
  right: 0.5em;
}

.fancy:after {
  left: 0.5em;
}

.fancy.boxed:before {
  right: 0;
}

.fancy.boxed:after {
  left: 0;
}
@media screen and (max-width: 768px) {
  .fancy.boxed:after {
    left: 1px;
  }
}

.fancy.white:before,
.fancy.white:after {
  background: #fff;
}

.fancy.gray {
  max-width: 100%;
}

.fancy.gray:before,
.fancy.gray:after {
  background: #b4b1ad;
  height: 1px;
  width: 40%;
}
@media screen and (max-width: 900px) {
  .fancy.gray:before,
.fancy.gray:after {
    width: 25%;
  }
}

.circle-images {
  margin: 100px 0;
  text-align: center;
}
.circle-images img {
  border-radius: 50%;
  max-width: 350px;
  opacity: 0;
}
.circle-images img:first-of-type {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .circle-images img {
    max-width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .circle-images img {
    max-width: 42%;
  }
  .circle-images img:first-of-type {
    margin-right: 15px;
  }
}

.bordered-content {
  z-index: 1;
  color: #cbc9c9;
  text-align: center;
  width: 700px;
  height: 250px;
  margin: -36px auto 100px;
  display: table;
  border-left: 2px solid #377e80;
  border-right: 2px solid #377e80;
  border-bottom: 2px solid #377e80;
}
.bordered-content p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}
.bordered-content.white {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.bordered-content.white p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bordered-content {
    max-width: 90%;
    width: auto;
    margin-top: -29px;
    height: 180px;
  }
}
@media screen and (max-width: 450px) {
  .bordered-content {
    margin-top: -22px;
  }
}

.blue-center {
  height: 105%;
  background: #275b69;
  width: 4px;
  position: absolute;
  left: calc(50% - 2px);
  top: -100px;
  z-index: 0;
}

.mask-container {
  overflow: hidden;
}

.fadein {
  opacity: 0;
}

.grid-bg {
  position: absolute;
  width: 600px;
  height: 500px;
  background: url("../img/grid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.grid-bg.left {
  left: -200px;
  top: 30%;
}
.grid-bg.right {
  right: -200px;
  top: 60%;
}

.item-holder {
  width: calc(90% - 420px);
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.item-holder p.year {
  color: #6aafa0;
  font-family: "HelveticaNeueLTStd-Bd";
  letter-spacing: -1px;
  font-size: 2.5em;
  margin-bottom: 0;
  display: block;
  line-height: 1;
}
.item-holder p {
  color: #ffffff;
  font-family: "HelveticaNeueLTStd-Lt";
  font-size: 1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .item-holder p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1150px) {
  .item-holder .timeline-item:nth-of-type(even) .item-container {
    padding-left: 90px;
  }
  .item-holder .timeline-item:nth-of-type(odd) .item-container {
    padding-right: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .item-holder .timeline-item:nth-of-type(even) .item-container {
    padding-left: 30px;
  }
  .item-holder .timeline-item:nth-of-type(odd) .item-container {
    padding-right: 30px;
  }
  .item-holder .timeline-item:nth-of-type(even) .item-container .cont.peeking,
.item-holder .timeline-item:nth-of-type(odd) .item-container .cont.peeking {
    width: 520px;
    height: 520px;
  }
}
@media screen and (max-width: 900px) {
  .item-holder {
    max-width: 600px;
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .item-holder .mask-container {
    margin-top: 20px;
  }
  .item-holder .timeline-item:nth-of-type(even) .item-container,
.item-holder .timeline-item:nth-of-type(odd) .item-container {
    padding: 0;
    width: 100%;
    float: none;
    text-align: center;
  }
  .item-holder .timeline-item:nth-of-type(even) .item-container .cont,
.item-holder .timeline-item:nth-of-type(even) .item-container .cont.peeking,
.item-holder .timeline-item:nth-of-type(odd) .item-container .cont,
.item-holder .timeline-item:nth-of-type(odd) .item-container .cont.peeking {
    width: 120px;
    height: 120px;
    right: auto;
    left: auto;
    position: relative;
    top: auto;
  }
  .item-holder .timeline-item:nth-of-type(even) .item-container .cont.peeking,
.item-holder .timeline-item:nth-of-type(even) .item-container .cont.peeking.peeking,
.item-holder .timeline-item:nth-of-type(odd) .item-container .cont.peeking,
.item-holder .timeline-item:nth-of-type(odd) .item-container .cont.peeking.peeking {
    max-width: 100%;
    width: 400px;
    height: auto;
  }
  .item-holder .light-line {
    display: none;
  }
  .item-holder .timeline-item:nth-of-type(even) .item-container .cont,
.item-holder .timeline-item:nth-of-type(odd) .item-container .cont {
    float: none;
    display: block;
    margin: 20px auto;
    height: auto;
    max-height: none;
    min-height: 0;
    max-width: 0;
  }
  .item-holder .item-container > p {
    width: 100%;
    text-align: center;
    font-size: 1em;
  }
  .item-holder span.year {
    font-size: 2em;
  }
  .item-holder .blue-center {
    opacity: 0.2;
    height: 90%;
  }
}
.item-holder .wistia_responsive_padding {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  opacity: 0;
}

.timeline-item {
  margin-bottom: 60px;
}
.timeline-item:nth-of-type(odd) .item-container {
  float: right;
  padding-right: 150px;
}
.timeline-item:nth-of-type(odd) .item-container .cont {
  right: -250px;
}
.timeline-item:nth-of-type(odd) .item-container .cont.peeking {
  right: -550px;
  max-width: 600px;
  max-height: 600px;
  top: -100%;
}
.timeline-item:nth-of-type(odd) .item-container .light-line {
  left: calc(-4% - 2px);
}
.timeline-item:nth-of-type(even) .item-container {
  float: left;
  text-align: right;
  padding-left: 150px;
}
.timeline-item:nth-of-type(even) .item-container .cont {
  left: -250px;
}
.timeline-item:nth-of-type(even) .item-container .cont.peeking {
  left: -550px;
  max-width: 600px;
  max-height: 600px;
  top: -100%;
}
.timeline-item:nth-of-type(even) .item-container > p {
  float: right;
}
.timeline-item:nth-of-type(even) .item-container .light-line {
  right: calc(-4% - 3px);
}
.timeline-item .icon {
  margin: 5px 0 0 20px;
  display: block;
  width: 20px;
  height: 20px;
  clear: both;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.item-container {
  width: 48%;
  min-height: 200px;
  -webkit-perspective: 2000;
  perspective: 2000;
}

.cont {
  max-width: 375px;
  max-height: 275px;
  min-width: 275px;
  min-height: 275px;
  position: absolute;
  top: -50px;
}
.cont .with-border {
  border: 10px solid #fff;
  background-size: cover;
}
.cont .with-bg {
  background-color: #fff;
}
.cont .play {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  fill: #fff;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .cont {
    max-width: 325px;
  }
}
@media screen and (max-width: 1024px) {
  .cont {
    max-width: 200px;
    max-height: 200px;
    top: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  .cont {
    max-width: 150px;
    max-height: 150px;
  }
}

.light-line {
  position: absolute;
  height: 50px;
  width: 4px;
  background: #6aafa0;
  top: 5px;
}

.item-text-wrap {
  width: calc(100% - 80px);
  display: inline-block;
}

.meet-the-team {
  padding: 100px 0;
}
.meet-the-team h5 {
  color: #666666;
  margin: 20px auto;
}
.meet-the-team h5.fancy:nth-of-type(2) {
  margin-top: 100px;
}

.teammate p.team-position {
  color: #636363;
  font-size: 0.75em;
  margin: 0;
}
.teammate p.team-position:hover {
  color: #636363;
}

.teammate {
  width: calc(20% - 20px);
  margin: 7px;
  height: 415px;
  display: inline-block;
  float: none;
}
.teammate:hover .social {
  opacity: 1;
}
.teammate .social {
  position: absolute;
  bottom: 14px;
  left: 20px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.teammate .social a {
  display: inline-block;
  text-decoration: none;
  padding-right: 5px;
}
@media screen and (max-width: 1024px) {
  .teammate {
    height: 370px;
  }
}
@media screen and (max-width: 768px) {
  .teammate {
    height: 300px;
  }
  .teammate .social {
    opacity: 1;
  }
  .teammate:hover {
    box-shadow: 0px 5px 40px 0px rgba(36, 36, 36, 0.1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 450px) {
  .teammate {
    height: 280px;
  }
}
.teammate .blog-content {
  padding: 15px;
}
.teammate a {
  font-size: 0.75em;
  margin-top: 20px;
  display: block;
}
.teammate p:hover {
  color: inherit;
}
.teammate .bottom {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .teammate {
    width: calc(25% - 20px);
  }
  .teammate .top {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .teammate {
    width: calc(33.333% - 20px);
  }
  .teammate .top {
    height: 150px;
  }
}
@media screen and (max-width: 500px) {
  .teammate {
    width: calc(50% - 10px);
    margin: 3px;
  }
  .teammate .top {
    height: 150px;
  }
  .teammate .blog-content {
    padding: 10px 10px 15px 10px;
  }
}
@media screen and (max-width: 320px) {
  .teammate {
    width: 100%;
    margin: 5px 0;
    height: 300px;
  }
  .teammate a {
    margin-top: 5px;
  }
  .teammate .top {
    height: 180px;
  }
}

.board-members {
  text-align: center;
}
.board-members .teammate {
  display: inline-block;
  vertical-align: top;
  float: none;
}
@media screen and (max-width: 768px) {
  .board-members .teammate {
    display: block;
    float: left;
  }
}

.culture {
  padding-top: 40px;
}
.culture .grid-1-3 {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.culture p {
  margin-bottom: 50px;
}
.culture .button {
  margin: 50px auto 0;
}

/* -- SOCIAL FEEDS -- */
body.socialFeeds {
  margin: 0;
  padding: 30px;
  background: #e2635c;
}

/* -- MEDIA QUERIES -- */
@media screen and (min-width: 2000px) {
  .hero .bxslider li {
    background-position: top -100px right;
  }
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 20px;
  }

  #measure-act-grow .graph-content p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 1600px) {
  .slide-text {
    padding-top: 50px;
  }

  .first .img-right {
    right: 0 !important;
  }

  .grow .first .img-right {
    right: 50px !important;
  }

  .blog-thirds-background-image {
    background-size: cover !important;
  }
}
@media screen and (max-width: 1400px) {
  #resource-slider .blog-post .read-more {
    bottom: 80px;
  }

  .blog-thirds .blog-thirds-background-image {
    background-size: cover !important;
    background-position: center center !important;
  }

  .blog-entry-bottom p {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1300px) {
  /*.text-image {
  height: 700px;
  }*/
  .resources-page li {
    width: 33.3333%;
  }

  .blog-post, .webinar {
    margin: 30px 1.5%;
    width: 31.33333333%;
  }

  .ebook .text-container h2 {
    font-size: 19px;
  }

  .go-home {
    padding-top: 32px;
  }

  #main-nav {
    font-size: 14px;
  }
  #main-nav a {
    padding: 40px 25px 60px 0;
  }
  #main-nav .button a {
    padding: 15px 25px;
  }

  #resource-slider .blog-post .blog-content, #resource-slider .webinar .blog-content {
    padding: 35px 15px;
  }

  #resource-slider .blog-post p, #resource-slider .webinar p {
    font-size: 0.85em;
  }

  #resource-slider .blog-tags {
    display: none;
  }

  #resource-slider .blog-post .read-more {
    bottom: 60px;
    font-size: 16px;
  }

  #resource-slider .blog-post, #resource-slider .webinar {
    height: 422px;
  }

  #resource-slider .blog-post .bottom, #resource-slider .webinar .bottom {
    height: 202px;
  }

  .email-signup input {
    width: 55%;
    font-size: 0.85em;
  }

  .email-signup button {
    font-size: 0.85em;
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }

  .button {
    font-size: 0.9em;
  }

  .text-image {
    height: auto;
  }
  .text-image nav {
    /*margin-bottom: 100px;*/
  }

  /*#hero {
    height: 700px;
  }*/
  #hero nav {
    margin-bottom: 0;
  }

  .customer-stories .quote-logo {
    height: auto;
    width: 100%;
  }

  .recent-posts .search-box {
    width: 405px;
  }

  .read-more {
    font-size: 16px;
  }

  .recent-posts .top-info h4 {
    top: 14px;
  }

  .logo-cloud img {
    padding: 20px;
  }
  .logo-cloud img:first-of-type {
    padding: 20px 20px 20px 0px;
  }
  .logo-cloud img:last-of-type {
    padding: 20px 0px 20px 20px;
  }

  .resources-first.text-image {
    height: auto;
  }

  .contact .module.text-image:nth-of-type(2) {
    /*padding-bottom: 50px;*/
  }

  .contact .module.text-image:nth-of-type(3) {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1140px) {
  .go-home {
    padding-top: 15px;
  }

  .module.first {
    padding-top: 20px;
    z-index: 100;
    padding-bottom: 0;
  }
  .module.first nav {
    margin-bottom: 50px;
  }

  .interior-hero {
    padding-bottom: 40px;
  }

  nav {
    padding: 0;
    z-index: 1000;
  }

  #main-nav {
    margin: 0;
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    width: 300px;
    height: 100vh;
    right: 0;
    top: 0;
    right: -310px;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    z-index: 10000;
  }
  #main-nav li {
    float: none;
    text-align: left;
  }
  #main-nav li > a {
    padding: 20px 30px;
    font-size: 20px;
  }
  #main-nav li .button {
    margin: 10px 25px;
    font-size: 14px;
    width: calc(100% - 50px);
  }
  #main-nav li .button .icon {
    float: left;
    margin-right: 10px;
  }
  #main-nav.is-active {
    right: 0;
  }

  #monetize-main-nav li[data-node=event-agenda] .dropdown.level-1,
#main-nav li[data-node=about] .dropdown.level-1,
#main-nav li[data-node=solutions] .dropdown.level-1,
#main-nav li[data-node=product] .dropdown.level-1 {
    display: none !important;
  }

  #main-nav {
    display: none;
  }

  #mobile-main-nav {
    margin: 0;
    padding: 60px 0 150px;
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    width: 375px;
    height: 80vh;
    right: 0;
    top: 0;
    right: -385px;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    z-index: 10000;
    display: block;
    -webkit-overflow-scrolling: touch;
  }

  #mobile-main-nav li {
    float: none;
    text-align: left;
  }

  #mobile-main-nav li > a {
    padding: 10px 30px;
    font-size: 20px;
  }

  #mobile-main-nav li .button {
    margin-left: 12px;
    font-size: 12px;
    width: 45%;
    text-align: center;
    float: left;
  }

  #mobile-main-nav li .button > a {
    padding: 15px 25px;
  }

  #mobile-main-nav li .button .icon {
    float: left;
    margin-right: 10px;
  }

  #mobile-main-nav .mobile-nav-btns {
    margin: 0 15px;
  }

  #mobile-main-nav.is-active {
    right: 0;
  }

  li[data-node=nps-benchmarks],
li[data-node=community],
li[data-node=case-studies],
li[data-node=support] {
    display: none;
  }

  #mobile-main-nav li[data-node=about] .dropdown.level-1,
#mobile-main-nav li[data-node=solutions] .dropdown.level-1,
#mobile-main-nav li[data-node=product] .dropdown.level-1 {
    display: none !important;
  }

  #mobile-main-nav li[data-node=about] a,
#mobile-main-nav li[data-node=solutions] a,
#mobile-main-nav li[data-node=product] a {
    padding-bottom: 10px;
  }

  #mobile-main-nav li[data-node=about] a,
#mobile-main-nav li[data-node=solutions] a,
#mobile-main-nav li[data-node=resources] a,
#mobile-main-nav li[data-node=product] a {
    padding-top: 25px;
    clear: left;
  }

  #mobile-main-nav .mobile-menu-sub ul {
    display: block !important;
    float: none;
  }

  .mobile-menu-sub li a {
    font-size: 14px !important;
    padding: 5px 10px 5px 40px !important;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
  }

  #mobile-main-nav li[data-node=contact] .mobile-menu-sub {
    display: none !important;
  }

  nav.theme-dark .hamburger .line {
    background: #ffffff;
  }
  nav.theme-dark .hamburger.is-active .line {
    background-color: #007a88 !important;
  }
  nav.theme-dark a {
    color: #231f20;
  }
  nav.theme-dark .button a {
    color: inherit;
  }

  .hamburger .line {
    width: 25px;
    height: 3px;
    background: #007a88;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .hamburger:hover {
    cursor: pointer;
  }

  #hamburger {
    display: block;
    position: fixed;
    right: 20px;
    top: 33px;
    z-index: 100000;
    transition: all 0.3s ease-in-out;
  }

  .no-scroll {
    overflow: hidden;
  }

  .sticky-nav #hamburger {
    display: none;
  }

  #hamburger.is-active .line:nth-child(2) {
    opacity: 0;
  }

  #hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(3px) rotate(45deg);
    -ms-transform: translateY(3px) rotate(45deg);
    -moz-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }

  #hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -moz-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }

  .nav-logo {
    margin: 0px 15px 0 0;
  }

  .sticky-nav {
    padding-top: 5px;
  }
  .sticky-nav #header-nav {
    margin-bottom: 0;
  }
  .sticky-nav .hamburger .line {
    background: #007a88 !important;
  }
  .sticky-nav nav.theme-dark .hamburger.is-active .line {
    background-color: #007a88;
  }
  .sticky-nav a {
    color: initial;
  }
  .sticky-nav nav a {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .sticky-nav nav .button a {
    padding: 15px 0px;
    color: white;
  }
  .sticky-nav nav .login a {
    color: black;
  }

  .sticky-nav .sticky-menu {
    display: none;
  }

  #main-nav li[data-node=product] > a {
    padding-top: 30px;
  }

  #main-nav li[data-node=company] > a {
    padding-bottom: 30px;
  }

  .first.module .grid-1-2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  nav .button {
    margin: 0 0 0 10px;
  }
  nav li > a {
    padding: 10px 25px 10px 0;
  }

  .learn-more p:first-of-type {
    padding: 10px 25px 10px 0;
  }

  #filters .button {
    margin-right: 10px;
    padding: 10px 20px;
  }

  .anim-container span {
    font-size: 2.25em;
  }
}
/* -- iPad/iPad Mini - Landscape -- */
@media screen and (max-width: 1024px) {
  .resources-module h3 {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .case-modal .grid-2-3 {
    width: 50%;
  }
  .case-modal .grid-1-3 {
    width: 50%;
  }

  #filters {
    float: none;
    text-align: center;
  }
  #filters .button {
    display: inline-block;
  }

  footer .grid-1-3:first-of-type {
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  footer .grid-1-3:first-of-type .footer-logo,
footer .grid-1-3:first-of-type .widget {
    margin: 20px auto 0;
    display: block;
    width: 325px;
  }
  footer .grid-1-3:first-of-type iframe {
    height: 85px;
  }
  footer .grid-1-3:first-of-type p {
    margin: 20px auto;
  }
  footer .grid-1-3 {
    width: 50%;
  }
  footer .parent-container {
    height: auto;
  }

  .recent-posts .search-box {
    width: 305px;
    margin-right: 24px;
  }

  .recent-posts .top-info .filter {
    width: 190px;
  }

  .blog-post:nth-of-type(3n+1) {
    margin-left: initial;
  }

  .blog-post, .webinar {
    width: 49%;
    margin: 30px 0;
  }

  .blog-post:nth-of-type(odd) {
    margin-right: 1%;
  }

  .blog-post:nth-of-type(even) {
    margin-left: 1%;
  }

  .blog-entry-text-container {
    width: 100%;
    padding-right: 0;
  }

  .blog-entry-sidebar {
    width: 100%;
  }

  .blog-entry-sidebar .search-box {
    display: none;
  }

  .blog-entry-sidebar .sidebar-container {
    padding-left: 0;
  }

  .ebook .text-container h2 {
    font-size: 16px;
  }

  .ebook .text-container p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .hero {
    padding-top: 70px;
  }

  #content-slider {
    padding-top: 0;
  }

  .slide-image {
    width: 75%;
  }

  .resources-page li {
    width: 50%;
  }
}
@media screen and (max-width: 930px) {
  .ebook-cta .text-container {
    width: 55%;
  }

  .ebook-cta .text-container h2 {
    font-size: 18px;
    line-height: 23px;
  }

  .ebook-cta .book {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .grid-1-4 {
    width: 50%;
  }

  .module {
    padding: 80px 0;
  }

  #hero {
    height: auto;
  }

  .case-box {
    height: 200px;
  }
  .case-box img {
    width: 90%;
  }

  .hero.text-image {
    text-align: center;
    height: auto;
  }
  .hero.text-image .grid-1-2 {
    width: 100%;
    display: block;
  }
  .hero.text-image .grid-1-2:first-of-type {
    height: 75vw;
    width: 100%;
    margin: 0 auto;
  }
  .hero.text-image .grid-1-2:last-of-type {
    margin-top: -60px;
  }

  img.hero-img,
#circle {
    width: 100%;
    height: auto;
    right: 10%;
    top: 15%;
  }

  #circle {
    left: 10px;
    bottom: 0;
  }

  footer .grid-1-3 {
    padding: 0;
  }

  .logo-cloud.headers {
    padding: 100px 0 0 0;
  }
  .logo-cloud.headers img {
    width: 30%;
    max-width: none;
  }

  .slide-text,
.slide-image {
    float: none;
    position: relative;
    text-align: center;
    left: auto;
    right: auto;
    width: 90%;
    padding-top: 0;
  }

  .slide-image {
    min-height: 400px;
  }

  .module.content-slider {
    padding-bottom: 0;
  }

  .slide-image {
    margin: 30px auto 0;
  }

  #tabs .slick-dots {
    display: block !important;
  }

  .tab-wrapper {
    display: none !important;
  }

  .blog-entry {
    padding-bottom: 0;
  }

  .recent-posts .top-info .filter {
    clear: both;
  }

  .recent-posts .search-box {
    float: left;
  }
}
/* -- iPad/iPad Mini - Portrait -- */
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .resources-module li .button, .resources-page li .button {
    display: none;
  }

  .four-up .grid-1-4 {
    width: 24%;
    padding: 0;
  }

  #measure-act-grow,
#monetize {
    padding-top: 100px;
  }

  .one-column-feature .main-img {
    margin-top: -110px;
  }

  .customer-stories .grid-1-3 {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .customer-stories .grid-1-3:first-of-type {
    margin-top: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .customer-stories .quote {
    min-height: 0;
  }
  .customer-stories .quote-logo {
    max-width: 200px;
  }

  .blog-post {
    margin: 20px 0;
    width: 100%;
  }

  .blog-post:nth-of-type(odd) {
    margin: 20px 0;
  }

  .blog-post:nth-of-type(even) {
    margin: 20px 0;
  }

  .blog-entry-content {
    padding: 70px 20px;
  }

  .blog-entry-hero-image {
    width: 100%;
  }

  .blog-entry-author {
    height: auto !important;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .blog-entry-author .blog-entry-author-details {
    position: relative;
    bottom: initial;
    left: initial;
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }

  .blog-entry-hero hr {
    margin: 20px auto 0;
    left: initial;
    display: block;
    position: relative;
  }

  .blog-entry-hero-text-container {
    top: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
    position: relative;
    z-index: 2;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .blog-entry-hero-text-container .splittext > div {
    font-size: 1.5em;
  }

  .blog-entry-author .circle {
    float: none;
    display: inline-block;
  }

  .blog-entry-author .circle-details {
    float: none;
  }

  .blog-entry-author p {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-entry-author h6 {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-posts .search-box {
    margin-top: 20px;
  }

  .recent-posts .top-info .filter {
    margin-top: 20px;
  }

  .blog-thirds .read-more {
    bottom: 100px;
  }

  .blog-post p {
    font-size: 1.75em;
  }

  .blog-thirds .blog-content p {
    font-size: 1em;
  }

  .recent-posts .top-info .filter-select {
    font-size: 13px;
  }

  .blog-tags p {
    font-size: 12px !important;
  }

  .homepage .text-image,
.text-image {
    height: auto;
    padding-bottom: 0;
  }
  .homepage .text-image p,
.text-image p {
    padding: 0;
  }
  .homepage .text-image .vertical-container,
.text-image .vertical-container {
    width: 100%;
    text-align: center;
  }
  .homepage .text-image .vertical-container hr,
.text-image .vertical-container hr {
    margin-left: auto;
    margin-right: auto;
  }
  .homepage .text-image img,
.text-image img {
    max-width: 100%;
    bottom: -10px;
    position: relative;
    margin: 0 auto;
    display: block;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    max-height: 75%;
    top: auto !important;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .homepage .text-image img.hero-img.one, .homepage .text-image img.hero-img.two,
.text-image img.hero-img.one,
.text-image img.hero-img.two {
    right: 7% !important;
    max-height: none !important;
  }

  .homepage .text-image img.hero-img-bg {
    width: 100% !important;
    height: auto !important;
    top: -10% !important;
    max-height: none !important;
  }

  .homepage .hero-img.one, .homepage .hero-img.two {
    max-height: 100%;
  }

  .contact .module.text-image:nth-of-type(2) {
    padding-bottom: 50px;
  }
  .contact .module.text-image:nth-of-type(2) .img-right {
    margin-top: 100px;
  }

  .contact .module.text-image:nth-of-type(3) {
    padding-top: 50px;
  }
  .contact .module.text-image:nth-of-type(3) .img-right {
    margin-top: 100px;
  }

  .contact .text-image .img-right {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
  }

  .grow .first .img-right {
    right: 0px !important;
  }

  .custom-img-right {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .blog h2 {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .blog-hero-details .date, .blog-hero-details .author-name {
    top: 0px;
    float: none;
    width: 100%;
  }

  .blog-thirds {
    height: 1020px;
  }
  .blog-thirds .grid-1-3 {
    height: 33.333333%;
    float: none;
    margin: 0;
    width: 100%;
  }

  .recent-posts .search-box {
    margin-right: 0;
    float: none;
    margin: 40px 0px 0px;
    width: 100%;
  }
  .recent-posts .top-info h4 {
    float: none;
  }
  .recent-posts .top-info h6 {
    float: none;
    width: 100%;
    margin: 5px 0 10px;
  }
  .recent-posts .top-info .filter {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .blog-entry {
    padding: 0;
  }

  .blog-entry-hero {
    margin-top: 0;
  }

  .blog-entry-text-container h4, .blog-entry-text-container h5, .blog-entry-text-container h6 {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-entry-text-container h1, .blog-entry-text-container h2, .blog-entry-text-container h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-entry-text-container p {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-share-button {
    display: none;
  }

  .recent-posts {
    padding-top: 40px;
  }

  .posts-container {
    margin-top: 0;
  }

  .recent-blog-entry-posts h4 {
    font-size: 20px;
  }

  .ebook {
    padding: 35px 35px 0;
    height: auto;
  }

  .ebook .text-container {
    text-align: center;
    width: 100%;
    float: none;
  }

  .ebook .text-container h2 {
    font-size: 24px;
  }

  .ebook .book {
    float: none;
    width: 100%;
    top: 0;
    margin: 40px auto 0;
    text-align: center;
  }
  .ebook .book img {
    display: inline-block;
    float: none;
  }

  .ebook-cta {
    height: auto;
  }
  .ebook-cta .text-container {
    width: 100%;
  }
  .ebook-cta .text-container h2 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .ebook-cta .book {
    float: none;
    width: auto;
    overflow: hidden;
    position: relative;
    top: initial;
    margin: 20px auto;
  }
  .ebook-cta .book img {
    width: auto;
    float: none;
  }
  .ebook-cta p {
    text-align: center;
    padding-top: 0;
  }

  .resources-page li {
    width: calc(50% - 30px);
    padding: 15px 15px;
  }

  #resources-index .reflect {
    height: 70px;
    overflow: hidden;
  }

  .gradient-cover {
    height: 90%;
  }

  #resource-slider .gradient-cover {
    height: 50%;
  }

  #resources-index .resources-page li .button {
    display: none;
  }

  .resources-page li.webinar {
    width: calc(100% - 30px);
  }
  .resources-page li.webinar p {
    font-size: 1.25em;
  }

  #resource-slider {
    height: 490px;
  }

  .resources-module {
    padding-bottom: 0;
  }

  .homepage .case-studies {
    padding-top: 0;
  }
}
@media screen and (max-width: 740px) {
  footer .grid-1-3 {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  footer nav li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  footer nav li a {
    padding: 0;
  }
  footer .parent-container:nth-of-type(n+2),
footer .parent-container:first-of-type,
footer .parent-container,
footer .learn-more .parent-container:first-of-type,
footer .learn-more .parent-container:last-of-type,
footer .learn-more .parent-container:nth-of-type(n+2),
footer .learn-more p:first-of-type {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
  }

  .parent,
footer .learn-more p:first-of-type {
    margin: 25px 0 5px 0;
  }

  .email-signup {
    max-width: 370px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  #resources-index .resource-shadow {
    width: 110%;
    max-width: 110%;
    left: -5%;
  }
}
@media screen and (max-width: 600px) {
  .case-modal-background {
    opacity: 0.15;
  }

  .case-modal p {
    width: 100%;
  }

  .case-modal h4 {
    padding-left: 0;
  }

  .case-modal hr {
    margin-left: 0;
  }

  .resources-first .grid-1-2:nth-of-type(2) {
    margin-bottom: 0;
  }

  .grid-1-3, .grid-2-3, .grid-1-2, .grid-1-4, .grid-3-4 {
    margin: 20px 0;
    padding: 0;
    width: 98%;
  }

  .case-modal .grid-1-3, .case-modal .grid-2-3, .case-modal .grid-1-2, .case-modal .grid-1-4, .case-modal .grid-3-4 {
    margin: 20px 0;
    padding: 0;
    width: 100%;
  }

  .culture .grid-1-3 {
    margin: 0;
  }

  .grid-2-3.case-body {
    margin-bottom: 0;
  }

  .hero.text-image .grid-1-2:last-of-type {
    margin-top: -60px;
  }

  .logo-cloud {
    padding-bottom: 40px;
  }
  .logo-cloud img {
    width: 30%;
  }

  .four-up .grid-1-4 {
    width: 50%;
    margin: 30px 0;
    float: left;
  }

  .hero-img-bg {
    max-height: none !important;
    height: auto !important;
  }

  .homepage .text-image img.hero-img.one {
    max-height: none !important;
    height: auto !important;
  }

  .homepage .text-image img.hero-img.two {
    max-height: none !important;
    height: auto !important;
  }

  .homepage .text-image,
.text-image {
    height: auto;
    padding-bottom: 0;
  }
  .homepage .text-image p,
.text-image p {
    padding: 0;
  }
  .homepage .text-image .vertical-container,
.text-image .vertical-container {
    width: 100%;
    text-align: center;
  }
  .homepage .text-image .vertical-container hr,
.text-image .vertical-container hr {
    margin-left: auto;
    margin-right: auto;
  }

  .text-image p {
    margin: 20px 0 5px;
  }

  .hero.text-image .grid-1-2:last-of-type {
    margin-top: -40px;
  }

  #measure-act-grow, #monetize {
    padding-top: 50px;
  }

  .img-right,
.img-left {
    position: relative;
  }

  .case-studies .quote {
    font-size: 2em;
  }

  #filters .button,
#filters .button:last-of-type {
    width: 33%;
    margin: 6px 5px;
  }

  .logo-cloud.headers img {
    width: 45%;
  }

  .case-box {
    height: 260px;
  }
  .case-box img {
    max-width: 300px;
    width: 80%;
  }

  #resources-index .resource-shadow {
    width: 120%;
    max-width: 120%;
    left: -10%;
  }

  #tabs {
    margin: 0px auto 50px;
  }

  .slide-text {
    padding-bottom: 0;
  }

  .slide-image {
    min-height: 200px;
  }

  .anim-container span {
    font-size: 3.25em;
  }

  .four-up p {
    font-size: 1.1em;
  }

  #resource-slider {
    height: 500px;
  }
}
@media screen and (max-width: 450px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 2em;
  }

  .faded {
    font-size: 5em;
  }

  .four-up .grid-1-3 {
    padding: 0;
  }

  .seperator {
    height: 100px;
  }

  .module {
    padding: 50px 0;
  }

  .one-column-feature.has-img {
    padding-bottom: 100px;
  }

  #laptop {
    min-height: 750px;
  }

  .one-column-feature .main-img {
    margin-top: -50px;
  }

  .graph {
    margin-left: auto;
    margin-right: auto;
  }

  #filters .button,
#filters .button:last-of-type {
    width: 45%;
    margin: 6px 2px;
    font-size: 12px;
  }

  #resource-slider {
    margin-top: 30px;
  }

  #tabs {
    margin-bottom: 50px;
  }
  #tabs .tab-wrapper {
    border: none;
  }
  #tabs a {
    display: block;
  }

  .slide-image {
    min-height: 140px;
  }

  .four-up .grid-1-4 {
    width: 100%;
  }

  .module.first.no-image h2 {
    margin-top: 0;
  }

  .widget {
    width: auto;
  }

  footer h3 {
    margin: 20px;
  }
}
/* -- iPhone 6s Plus/6 Plus -- */
@media screen and (max-width: 414px) {
  .email-signup {
    font-size: 12px;
  }
  .email-signup input {
    width: 57%;
  }

  #resources-index .resource-shadow {
    width: 130%;
    max-width: 130%;
    left: -15%;
    bottom: 137px;
  }
  #resources-index .resources-page li .button {
    width: 95%;
    left: 2.5%;
    top: 52%;
  }

  #contact-us-form,
#request-demo {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }

  .featherlight .featherlight-content {
    width: 94%;
  }

  .blog-post p {
    font-size: 1.25em;
  }

  .blog-tags p {
    font-size: 12px;
  }

  .blog-entry-hero-text-container .splittext {
    font-weight: 400;
  }

  .blog-thirds .blog-content p {
    font-size: 1.25em;
  }

  .quote-credit .name {
    padding-left: 0;
    width: 125px;
  }

  .blog-top-gradient {
    background: -moz-linear-gradient(top, rgba(1, 57, 72, 0.7) 0%, rgba(1, 57, 72, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 57, 72, 0.7) 0%, rgba(1, 57, 72, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(1, 57, 72, 0.7) 0%, rgba(1, 57, 72, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#013948", endColorstr="#00000000",GradientType=0 );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .quote-credit .position {
    padding-right: 0;
    width: 125px;
  }
}
.assessment-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px 0 0 0;
  width: 425px;
  height: 315px;
  box-shadow: 0 5px 21px 3px rgba(0, 0, 0, 0.44);
  text-align: center;
}
@media screen and (max-width: 560px) {
  .assessment-popup {
    width: 100%;
    border-radius: 0;
    display: none;
  }
}
.assessment-popup #assessment-close {
  color: lightgray;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -40px;
}
.assessment-popup .text-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.assessment-popup h3 {
  font-size: 28px;
}
@media screen and (max-width: 560px) {
  .assessment-popup h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 425px) {
  .assessment-popup h3 {
    font-size: 23px;
  }
}
.assessment-popup hr {
  border-top: 4px solid #e2635c;
  width: 55px;
  margin: 15px auto;
}
.assessment-popup p {
  font-size: 18px;
  line-height: 22px;
  padding: 0 30px;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 460px) {
  .assessment-popup p {
    padding: 0;
  }
}
.assessment-popup button {
  outline: none;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  cursor: pointer;
  display: inline-block;
  background: #e2635c;
  border: 1px solid #e2635c;
  width: 80%;
  transition: all 0.3s;
}
@media screen and (max-width: 560px) {
  .assessment-popup button {
    width: 90%;
    font-size: 16px;
  }
}
.assessment-popup button:hover {
  box-shadow: 0 5px 21px 3px rgba(0, 0, 0, 0.44);
}
.assessment-popup button a {
  padding: 15px 35px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}

.assessment-icon {
  position: fixed;
  right: 194px;
  bottom: 30px;
  z-index: 999999999;
  background: url(../img/icons/assessment-icon-white.svg) no-repeat center;
  background-size: 55% 55%;
  width: 65px;
  height: 65px;
  background-color: #e2635c;
  border: 2px solid #e2635c;
  border-radius: 32px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  animation: none;
}
@media screen and (max-width: 560px) {
  .assessment-icon {
    right: 16px;
    background-color: #e2635c;
    background: #e2635c url(../img/icons/assessment-icon-white.svg) no-repeat center;
    background-size: 55% 55%;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(226, 99, 92, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(226, 99, 92, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(226, 99, 92, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(226, 99, 92, 0.4);
    box-shadow: 0 0 0 0 rgba(226, 99, 92, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(226, 99, 92, 0);
    box-shadow: 0 0 0 10px rgba(226, 99, 92, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(226, 99, 92, 0);
    box-shadow: 0 0 0 0 rgba(226, 99, 92, 0);
  }
}
/* -- iPhone 6s/6 -- */
/* -- iPhone 5s/5/4s/4 -- */
@media screen and (max-width: 320px) {
  h1 {
    font-size: 3em;
  }
}
.account-experience-hero {
  background: url("../img/account-experience-book/hero-bg.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  text-align: center;
  z-index: 1;
}
.account-experience-hero .wrapper {
  padding-top: 40px;
  z-index: auto;
}
.account-experience-hero .hero-logo,
.account-experience-hero .headline {
  float: left;
  text-align: left;
}
@media (max-width: 760px) {
  .account-experience-hero .hero-logo,
.account-experience-hero .headline {
    width: 100%;
  }
}
.account-experience-hero .hero-logo {
  width: 55%;
}
@media (max-width: 760px) {
  .account-experience-hero .hero-logo {
    width: 100%;
    text-align: center;
  }
}
.account-experience-hero .hero-logo img {
  max-width: 300px;
}
.account-experience-hero .headline {
  width: 45%;
  padding: 0 90px;
}
.account-experience-hero .headline strong {
  line-height: 34px;
}
@media (max-width: 975px) {
  .account-experience-hero .headline {
    padding: 0 45px;
  }
}
@media (max-width: 760px) {
  .account-experience-hero .headline {
    text-align: center;
    width: 100%;
    margin: 10px 0;
  }
}
.account-experience-hero .grid-1-2 {
  padding: 0 40px;
}
@media (max-width: 1130px) {
  .account-experience-hero .grid-1-2 {
    padding: 0;
  }
}
@media (max-width: 760px) {
  .account-experience-hero .grid-1-2 {
    width: 100% !important;
  }
}
.account-experience-hero .book-cover {
  max-width: 620px;
  width: 100%;
  padding: 20px;
}
@media (max-width: 760px) {
  .account-experience-hero .book-cover {
    max-width: 450px;
    width: 80%;
  }
}
@media (max-width: 600px) {
  .account-experience-hero .book-cover {
    padding: 0;
  }
}
.account-experience-hero h1 {
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  font-size: 34px;
  color: #fff;
}
@media (max-width: 1315px) {
  .account-experience-hero h1 {
    font-size: 26px;
  }
}
@media (max-width: 414px) {
  .account-experience-hero h1 {
    font-size: 22px;
  }
}
.account-experience-hero .short-form {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  margin: 20px;
  text-align: center;
  padding: 15px 40px 40px;
}
@media (max-width: 760px) {
  .account-experience-hero .short-form {
    top: -225px;
  }
}
@media (max-width: 600px) {
  .account-experience-hero .short-form {
    margin: 20px 0;
  }
}
@media (max-width: 414px) {
  .account-experience-hero .short-form {
    top: -185px;
  }
}
.account-experience-hero .short-form .input {
  margin: 0 !important;
}
.account-experience-hero .short-form label {
  text-align: left;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
}
.account-experience-hero .short-form fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 10px);
}
@media (max-width: 600px) {
  .account-experience-hero .short-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
}
.account-experience-hero .short-form fieldset.form-columns-2 .hs-form-field:first-of-type {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .account-experience-hero .short-form fieldset.form-columns-2 .hs-form-field:first-of-type {
    margin: 0;
  }
}
.account-experience-hero .short-form fieldset.form-columns-2 .hs-form-field:last-of-type {
  margin-left: 10px;
}
@media (max-width: 600px) {
  .account-experience-hero .short-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin: 0;
  }
}
.account-experience-hero .short-form select,
.account-experience-hero .short-form input {
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 1em;
  padding: 0 20px;
  border: 1px solid #b7b7b7;
  outline: none;
  max-width: 100%;
  width: 100% !important;
  height: 50px;
  background-color: #f2f2f2;
}
.account-experience-hero .short-form select {
  -webkit-appearance: none;
  -webkit-border-radius: 40px;
  margin: 0;
}
.account-experience-hero .short-form p {
  margin: 25px 0;
  font-size: 9px;
}
.account-experience-hero .short-form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 40px;
  font-size: 16px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: none;
  background: #e2635c;
  margin-top: 20px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #e2635c;
  outline: none;
  box-shadow: none;
  font-weight: normal;
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 15px 35px;
  height: auto;
}

.hill-1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 2;
}

.definition {
  color: #3a3a3a;
  padding-top: 50px;
  z-index: -1;
}
@media (max-width: 760px) {
  .definition {
    padding: 15px;
  }
}
.definition h3,
.definition p {
  font-size: 32px;
  font-weight: 200;
  line-height: 32px;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
}
@media (max-width: 975px) {
  .definition h3,
.definition p {
    font-size: 24px;
    line-height: 26px;
  }
}
.definition p {
  margin: 20px 0;
}
.definition .superscript {
  position: relative;
  top: 4px;
}
.definition .medium {
  font-weight: 500;
}
.definition .pronunciation {
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.definition .italic {
  font-style: italic;
}
.definition .small {
  font-size: 22px;
  line-height: 22px;
  font-style: italic;
}
@media (max-width: 975px) {
  .definition .small {
    font-size: 16px;
    line-height: 20px;
  }
}

.hill-2 {
  width: 100%;
  position: relative;
  top: -20px;
  z-index: 2;
}

.hill-3 {
  width: 100%;
  position: relative;
  top: 130px;
  z-index: 2;
}
@media (max-width: 760px) {
  .hill-3 {
    top: 65px;
  }
}

.blocks {
  background: url("../img/account-experience-book/blocks-bg.jpg") no-repeat top center;
  background-size: cover;
  background-color: #e2635c;
  padding-bottom: 115px;
}
@media (max-width: 760px) {
  .blocks {
    padding-bottom: 50px;
  }
}
.blocks .grid-1-3 {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
  width: calc(33.33% - 70px);
  margin: 35px;
  text-align: center;
}
@media (max-width: 975px) {
  .blocks .grid-1-3 {
    width: calc(33.33% - 40px);
    margin: 20px;
    padding: 16px;
  }
}
@media (max-width: 760px) {
  .blocks .grid-1-3 {
    width: 90%;
    margin: 30px auto;
    float: none;
  }
}
.blocks .grid-1-3 img {
  max-width: 175px;
}
@media (max-width: 1078px) {
  .blocks .grid-1-3 img {
    max-width: 125px;
  }
}
@media (max-width: 975px) {
  .blocks .grid-1-3 img {
    max-width: 100px;
  }
}
.blocks h3 {
  font-size: 58px;
  color: #fff;
  margin: 35px 0;
}
@media (max-width: 975px) {
  .blocks h3 {
    font-size: 44px;
  }
}
.blocks h4 {
  font-size: 26px;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  margin: 20px 10px;
}
@media (max-width: 1078px) {
  .blocks h4 {
    font-size: 22px;
  }
}
@media (max-width: 975px) {
  .blocks h4 {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .blocks h4 {
    font-size: 22px;
  }
}
.blocks hr {
  border-top: 5px solid #fff;
  margin-bottom: 35px;
  width: 65px;
}

.gap-chart h3,
.bridging-the-gap h3,
.inside-the-book h3,
.download-ebook h3 {
  font-size: 58px;
  color: #3a3a3a;
  margin: 20px 0;
}
@media (max-width: 975px) {
  .gap-chart h3,
.bridging-the-gap h3,
.inside-the-book h3,
.download-ebook h3 {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .gap-chart h3,
.bridging-the-gap h3,
.inside-the-book h3,
.download-ebook h3 {
    font-size: 38px;
    margin: 15px 0;
  }
}
.gap-chart h4,
.bridging-the-gap h4,
.inside-the-book h4,
.download-ebook h4 {
  color: #e2635c;
  font-size: 24px;
  margin-bottom: 35px;
}
@media (max-width: 600px) {
  .gap-chart h4,
.bridging-the-gap h4,
.inside-the-book h4,
.download-ebook h4 {
    font-size: 20px;
    margin: 15px 0;
  }
}
.gap-chart hr,
.bridging-the-gap hr,
.inside-the-book hr,
.download-ebook hr {
  border-top: 5px solid #e2635c;
  margin-bottom: 35px;
  width: 65px;
}

.gap-chart {
  padding: 50px 0;
}
.gap-chart article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  color: #3a3a3a;
}
.gap-chart article button {
  width: 100%;
  border: 1px solid #DDD;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #FFF;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}
.gap-chart article ul {
  display: flex;
  top: 0;
  z-index: 10;
  padding: 0;
}
.gap-chart article li {
  list-style: none;
  flex: 1;
}
.gap-chart article li:last-child {
  border-right: 1px solid #ddd;
}
.gap-chart article table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.gap-chart article th {
  background: #f5f5f5;
  display: none;
}
.gap-chart article td img {
  width: 40px;
}
.gap-chart article td,
.gap-chart article th {
  padding: 25px;
  empty-cells: show;
  text-align: center;
  border: none;
}
.gap-chart article thead th {
  font-weight: 800;
}
.gap-chart article tbody td,
.gap-chart article tbody th {
  border-left: 2px solid #999;
  text-align: center;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
}
.gap-chart article tbody tr td:first-child {
  border: none;
}
.gap-chart article td + td,
.gap-chart article th + th {
  text-align: center;
  display: none;
}
.gap-chart article td.default {
  display: table-cell;
}
.gap-chart article tr:nth-of-type(even) {
  background: #e4e4e4;
}
.gap-chart article tr:nth-of-type(odd) {
  background: #f9f9f9;
}
.gap-chart article .customer-experience {
  background-color: #333;
}
.gap-chart article .customer-success {
  background-color: #999;
}
.gap-chart article .account-experience {
  background-color: #e2635c;
}
.gap-chart article .sep {
  background: #f5f5f5;
  font-weight: bold;
}
.gap-chart article .txt-l {
  font-size: 28px;
  font-weight: bold;
}
.gap-chart article .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}
.gap-chart article .tick {
  font-size: 18px;
  color: #2ca01c;
}
.gap-chart article .hide {
  border: 0;
  background: white;
}
@media (min-width: 640px) {
  .gap-chart article ul {
    display: none;
  }
  .gap-chart article td, .gap-chart article th {
    display: table-cell !important;
  }
  .gap-chart article td,
.gap-chart article th {
    width: 250px;
  }
  .gap-chart article td + td,
.gap-chart article th + th {
    width: auto;
  }
}
.gap-chart article .gap-light {
  background-color: #f6e3e2;
  opacity: 0;
}
.gap-chart article .gap-dark {
  background-color: #e4d1d0;
  opacity: 0;
}
.gap-chart article .cx-gap {
  opacity: 0;
  width: 430px;
  background-color: #e2635c;
  height: 85px;
  margin: 35px auto;
}
@media (max-width: 640px) {
  .gap-chart article .cx-gap {
    display: none;
  }
}
.gap-chart article .cx-gap .triangle-up {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #e2635c;
  top: -34px;
  left: calc(50% - 13px);
}
@media (max-width: 1220px) {
  .gap-chart article .cx-gap .triangle-up {
    top: -31px;
  }
}
.gap-chart article .cx-gap h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 5px;
}

.bridging-the-gap {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .bridging-the-gap {
    padding: 25px;
  }
}
.bridging-the-gap .gap-diagram {
  margin: 30px 0;
  width: 1100px;
}
@media (max-width: 800px) {
  .bridging-the-gap .gap-diagram {
    display: none;
  }
}
.bridging-the-gap .gap-diagram-vert {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
}
@media (max-width: 800px) {
  .bridging-the-gap .gap-diagram-vert {
    display: block;
  }
}

.inside-the-book {
  padding: 50px 0;
}
.inside-the-book .grid-1-2 h2 {
  color: #e2635c;
  text-align: right;
  font-size: 50px;
  padding-left: 150px;
}
@media (max-width: 1120px) {
  .inside-the-book .grid-1-2 h2 {
    padding: 0;
  }
}
@media (max-width: 975px) {
  .inside-the-book .grid-1-2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 760px) {
  .inside-the-book .grid-1-2 h2 {
    font-size: 30px;
    text-align: center;
  }
}
.inside-the-book .grid-1-2 .checklist div {
  margin: 15px 0;
}
@media (max-width: 975px) {
  .inside-the-book .grid-1-2 .checklist div {
    margin: 10px 0;
  }
}
.inside-the-book .grid-1-2 .checklist img {
  width: 30px;
  margin-right: 15px;
  float: left;
}
.inside-the-book .grid-1-2 .checklist p {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  display: table;
}
@media (max-width: 975px) {
  .inside-the-book .grid-1-2 .checklist p {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .inside-the-book .grid-1-2 {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (max-width: 760px) {
  .inside-the-book {
    padding: 25px 0;
  }
}

.hill-4 {
  width: 100%;
  position: relative;
  top: -75px;
}

.download-ebook {
  background: url("../img/account-experience-book/footer-bg.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 50px;
}
.download-ebook h3 {
  color: #fff;
}
.download-ebook h4 {
  font-size: 28px;
}
@media (max-width: 600px) {
  .download-ebook h4 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .download-ebook hr {
    margin-bottom: 15px;
  }
}
.download-ebook .book-footer {
  text-align: center;
  margin-top: 25px;
}

#download-ebook p {
  color: #ffffff;
  font-family: "HelveticaNeueLTStd-Md";
  text-align: center;
  font-size: 11px;
  max-width: 500px;
  margin: 30px auto;
}
#download-ebook form {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
#download-ebook fieldset {
  max-width: 100%;
  width: 100%;
}
#download-ebook .hs-form-required {
  color: #ffffff;
}
#download-ebook label {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 414px) {
  #download-ebook label {
    font-size: 14px;
  }
}
#download-ebook fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 15px);
}
@media (max-width: 600px) {
  #download-ebook fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
}
#download-ebook fieldset.form-columns-2 .hs-form-field:first-of-type {
  margin-right: 15px;
}
@media (max-width: 600px) {
  #download-ebook fieldset.form-columns-2 .hs-form-field:first-of-type {
    margin: 0;
  }
}
#download-ebook fieldset.form-columns-2 .hs-form-field:last-of-type {
  margin-left: 15px;
}
@media (max-width: 600px) {
  #download-ebook fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin: 0;
  }
}
#download-ebook input {
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 1em;
  padding: 0 20px;
  border: 1px solid #ccc;
  outline: none;
  max-width: 100%;
  width: 100%;
  height: 65px;
}
#download-ebook .input {
  margin: 0;
}
#download-ebook input[type=submit] {
  -webkit-appearance: none;
  border-radius: 40px;
  font-size: 20px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: none;
  background: #e2635c;
  margin-top: 20px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #e2635c;
  outline: none;
  box-shadow: none;
  font-weight: normal;
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 20px 35px;
  height: auto;
}
#download-ebook .hs-input.error {
  background: #ffffff;
  border: 2px solid #e2635c;
  margin: 0 0 5px 0;
  box-shadow: none;
}
#download-ebook ul {
  list-style-type: none;
  padding: inherit;
}
#download-ebook .hs_error_rollup label {
  text-align: center;
}
#download-ebook select {
  box-sizing: border-box;
  font-size: 1em;
  background: #fff;
  display: block;
  font-family: inherit;
  font-size: 0.85em;
  height: 65px;
  line-height: 1.2;
  margin: 5px 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 30px;
  -webkit-appearance: none;
  -webkit-border-radius: 40px;
}
#download-ebook .hs-error-msgs.inputs-list label {
  margin-top: 0;
  font-family: "HelveticaNeueLTStd-Hv";
  color: #e2635c;
}

.report-thank-you .thank-you-contact p {
  margin: 25px 0 !important;
}
.report-thank-you #thank-you-form label {
  margin: 10px 0 !important;
}
.report-thank-you .full-text img {
  margin: 10px auto 0 !important;
}

/* BEGIN EVENTS MODULES */
.countdown {
  height: 150px;
  background-color: #e2635c;
  padding: 0 15%;
}

.countdown h1 {
  font-size: 34px;
  font-family: "HelveticaNeueLTStd", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  line-height: 25px;
  padding: 6px 0;
  letter-spacing: 0;
}

.countdown h2 {
  font-size: 24px;
  font-family: "HelveticaNeueLTStd", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 100;
  padding: 6px 0;
  letter-spacing: 0;
}

.countdown-info {
  width: 50%;
  float: left;
  padding: 38px 0;
}

.timer {
  width: 50%;
  font-size: 60px;
  font-family: "HelveticaNeueLTStd", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  float: left;
  text-align: center;
  padding: 20px 0;
}

.vl {
  border-left: 5px solid white;
  height: 100px;
  width: 25px;
  top: 5px;
}

.hl {
  border-bottom: 6px solid #e2635c;
  width: 70px;
  margin: 0 auto;
}

.hl-sm {
  border-bottom: 3px solid #e2635c;
  width: 35px;
  margin: 0 auto;
}

.timer div {
  display: inline-block;
  width: 125px;
}

.timer h3 {
  font-family: "HelveticaNeueLTStd", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: 0;
}

.elevation-bg::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../img/events/elevation_bg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-event {
  padding: 75px 0;
  font-family: "HelveticaNeueLTStd", Helvetica, Arial, sans-serif;
  color: #3f5156;
}

.about-content {
  text-align: center;
  padding: 0 20%;
}

.about-content h1 {
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
  font-size: 52px;
  margin: 25px 0;
  line-height: 44px;
  letter-spacing: 2px;
}

.about-content h2 {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #e2635c;
  margin: 25px 0;
  letter-spacing: 0;
}

.about-content h3 {
  font-size: 24px;
  font-weight: 100;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.event-icon-wrapper {
  background-image: url("../img/events/dotted_bg.png");
  background-size: 95%;
  background-position: center top 53px;
  background-repeat: no-repeat;
  max-width: 1400px;
  margin: 55px auto;
  width: 80%;
  height: 100%;
}

.event-grid-1-4 {
  width: 20%;
  display: inline-block;
  float: none;
  margin-top: 20px;
  vertical-align: top;
  padding: 20px;
}

.event-grid-1-4 h4 {
  font-size: 22px;
  margin: 25px 0 10px;
}

.event-grid-1-4 p {
  margin: 10px 0;
}

.event-box-icon {
  background: #e2635c;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.event-box-icon img {
  height: 60px !important;
  margin: 10px !important;
}

/* Booking - Sold Out Styles */
.sold-out-overlay {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
}

.sold-out-message {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.sold-out-message h1 {
  background-color: #e2635c;
  font-size: 50px;
  line-height: 100px;
  color: #fff;
  text-transform: uppercase;
}

.sold-out-message button {
  position: relative;
  cursor: pointer;
  top: 80px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  width: 50%;
  height: 70px;
  border-radius: 50px;
  border: 1px solid #007a88;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.sold-out-message button:hover {
  background-color: #016b77;
  border: 1px solid #016b77;
}

.event-waitlist-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  overflow-y: scroll;
}

#event-waitlist-form {
  display: none;
  width: 100%;
  max-width: 550px;
  padding: 30px 30px 30px 35px;
  position: relative;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999999;
  background: #ffffff;
  box-shadow: 0px 5px 21px 3px rgba(0, 0, 0, 0.44);
  margin-bottom: 200px;
}

.event-waitlist-header {
  height: 80px;
  float: left;
  width: 100%;
  background: #e2635c;
  position: absolute;
  top: 0;
  left: 0;
}

.event-waitlist-close-button {
  float: right;
  width: 30px;
  height: 30px;
  box-shadow: none;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 30px;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.event-waitlist-header h2 {
  color: white;
  padding-left: 35px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding-top: 30px;
}

#event-waitlist-form .hbspt-form {
  margin-top: 80px;
}

#event-waitlist-form input[type=submit] {
  width: 150px;
  padding: 20px;
  display: block;
  margin: 20px auto 0;
  border: none;
  outline: none;
  border-radius: 30px;
  font-size: 0.85em;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  background: #007a88;
  border: 1px solid #007a88;
  text-shadow: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  cursor: pointer;
  box-shadow: none;
}

#event-waitlist-form .hs-input {
  width: 98%;
  height: 30px;
}

@media screen and (max-width: 1635px) {
  .countdown {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1445px) {
  .countdown {
    padding: 0 10%;
  }

  .timer div {
    width: 100px;
  }
}
@media screen and (max-width: 1265px) {
  .countdown h1 {
    font-size: 30px;
  }

  .countdown h2 {
    font-size: 18px;
  }

  .countdown-info {
    padding: 42px 0;
  }

  .timer div {
    width: 95px;
  }
}
@media screen and (max-width: 1135px) {
  .monetize-video-hero {
    max-height: 660px !important;
  }

  .test h1 {
    padding: 10px 25px !important;
    border-left: 10px solid #e2635c !important;
    font-size: 65px !important;
    line-height: 60px !important;
  }

  .test h2 {
    padding: 0 25px 10px !important;
    border-left: 10px solid #e2635c !important;
    font-size: 38px !important;
  }

  .about-content {
    padding: 0 10%;
  }

  .event-icon-wrapper {
    width: 90%;
  }

  .countdown {
    padding: 0 4%;
  }
}
@media screen and (max-width: 990px) {
  .monetize-video-hero {
    max-height: 515px !important;
  }

  .test h1 {
    font-size: 55px !important;
    line-height: 48px !important;
  }

  .test h2 {
    font-size: 30px !important;
  }

  .event-hero-btn {
    margin-top: 20px !important;
  }

  .event-hero-btn a {
    padding: 10px 30px !important;
    font-size: 15px !important;
  }

  .event-icon-wrapper {
    background-position: center top 60px;
    margin: 40px auto;
  }

  .event-grid-1-4 h4 {
    font-size: 18px;
  }

  .timer div {
    width: 70px;
  }
}
@media screen and (max-width: 780px) {
  .countdown {
    height: 240px;
    padding: 20px 10%;
  }

  .countdown-info {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .timer {
    width: 100%;
  }

  .timer div {
    width: 125px;
  }

  .event-nav-btn {
    display: none !important;
  }

  .about-event {
    padding: 50px 0;
  }

  .about-content h1 {
    font-size: 46px;
  }

  .about-content h2 {
    font-size: 22px;
  }

  .about-content h3 {
    font-size: 22px;
  }

  .event-icon-wrapper {
    background-image: url(../img/events/vertical_dotted_bg.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 45px 0;
  }

  .event-grid-1-4 {
    width: 100%;
    margin-top: 0;
  }

  .event-box-icon {
    width: 125px;
    height: 125px;
    margin: 25px auto;
  }

  .event-box-icon img {
    height: 80px !important;
    margin: 25px !important;
  }

  .icon-text {
    background-color: white;
    padding: 15px;
  }

  .event-grid-1-4 h4 {
    font-size: 25px;
    margin-top: 0;
  }

  .event-grid-1-4 p {
    font-size: 25px !important;
    padding: 0 80px;
  }
}
@media screen and (min-width: 769px) {
  .video-backdrop {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .timer div {
    width: 90px;
  }
}
@media screen and (max-width: 545px) {
  .timer div {
    width: 70px;
  }

  .timer {
    padding: 15px 0;
  }

  .sold-out-message button {
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  .monetize-video-hero {
    max-height: 425px !important;
  }

  .video-text-position {
    top: -125px !important;
  }

  .test h1 {
    font-size: 43px !important;
    line-height: 43px !important;
  }

  .countdown {
    height: 205px;
    padding: 20px 10%;
  }

  .countdown h1 {
    font-size: 25px;
  }

  .countdown h2 {
    font-size: 13px;
  }

  .timer {
    font-size: 45px;
  }

  .timer div {
    width: 50px;
  }

  .timer h3 {
    font-size: 13px;
  }

  .vl {
    border-left: 4px solid white;
    height: 78px;
  }

  .about-event {
    padding: 40px 0;
  }

  .about-content h1 {
    font-size: 32px;
    margin: 14px 0;
    line-height: 32px;
  }

  .hl {
    border-bottom: 3px solid #e2635c;
    width: 50px;
  }

  .about-content h2 {
    font-size: 16px;
  }

  .about-content h3 {
    font-size: 18px;
  }

  .event-grid-1-4 p {
    font-size: 18px !important;
    padding: 0;
  }
}
/* END EVENTS MODULES */
.events {
  overflow-x: visible;
}
.events p, .events li, .events a {
  color: #353a3d;
}
.events nav ul {
  margin-top: 8px;
}
.events #monetize-main-nav #mon-main-nav {
  margin-top: 16px;
}
.events .logo-cloud {
  padding-top: 120px;
}
.events .logo-cloud img {
  opacity: 1;
}

#monetize-hero {
  padding: 20px 0 80px 0;
  background: #e2635c;
}
#monetize-hero .hero-bg {
  background: url("../img/events/hero-bg.jpg") no-repeat left center;
  background-size: cover;
  z-index: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}

#monetize-main-nav {
  padding: 40px 0 0 0;
}

.monetize-nav {
  z-index: 1;
}
.monetize-nav .nav-logo {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.monetize-nav .info {
  margin-left: 30px;
  display: inline-block;
}
.monetize-nav li {
  margin-right: 15px;
  list-style-image: none;
}
.monetize-nav li.button.secondary {
  border-radius: 0px;
  font-size: 1em;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 15px;
}
.monetize-nav li.button.secondary a {
  padding: 9px 25px;
}
.monetize-nav li.button.secondary:hover {
  background: #fff;
}
.monetize-nav li.button.secondary:hover a {
  color: #e2635c;
}
.monetize-nav li a {
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .monetize-nav #mon-main-nav {
    display: block !important;
  }
  .monetize-nav #mon-main-nav li:not(.button) {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .monetize-nav li.button.secondary a {
    width: 130px;
    padding: 9px 15px;
  }
}

#monetize-sticky-nav {
  background: #d9635f;
  background: -moz-linear-gradient(-45deg, #d9635f 0%, #e79062 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d9635f), color-stop(100%, #e79062));
  background: -webkit-linear-gradient(-45deg, #d9635f 0%, #e79062 100%);
  background: -o-linear-gradient(-45deg, #d9635f 0%, #e79062 100%);
  background: -ms-linear-gradient(-45deg, #d9635f 0%, #e79062 100%);
  background: linear-gradient(135deg, #d9635f 0%, #e79062 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d9635f", endColorstr="#e79062", GradientType=1 );
  position: fixed;
  top: -300px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  padding: 25px 0 20px;
}
#monetize-sticky-nav .nav-logo {
  float: left;
  margin-top: 10px;
}
#monetize-sticky-nav .nav-logo img {
  height: 60px;
}
#monetize-sticky-nav .info {
  margin: 26px auto;
}
#monetize-sticky-nav .button {
  border-radius: 0;
  color: #e2635c;
  border: 2px solid #fff;
  margin-top: 0;
}
#monetize-sticky-nav .button a {
  color: #e2635c;
  padding: 15px 30px;
  font-size: 1rem;
}
#monetize-sticky-nav .button a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #monetize-sticky-nav #mon-main-nav {
    margin-top: 0;
  }
  #monetize-sticky-nav .info {
    display: none;
  }
  #monetize-sticky-nav a {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #monetize-sticky-nav {
    text-align: left;
    height: 90px;
    padding: 20px 0 20px;
  }
  #monetize-sticky-nav .nav-logo {
    margin-top: 0;
    height: 100%;
    margin: 0;
    width: auto;
  }
  #monetize-sticky-nav .nav-logo img {
    height: 100%;
    width: auto;
    margin: 0;
  }

  #monetize-main-nav #mon-main-nav {
    margin-top: 10px;
  }
  #monetize-main-nav #mon-main-nav .button {
    margin: 0;
    width: 200px;
    text-align: center;
  }

  #monetize-main-nav .nav-logo {
    position: absolute;
    left: 20px;
    top: 35px;
    max-width: 160px;
  }
  #monetize-main-nav .info {
    display: block;
    text-align: right;
  }
  #monetize-main-nav .info span {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  #monetize-main-nav {
    padding-top: 0;
  }

  #monetize-sticky-nav .wrapper {
    width: 95%;
  }
  #monetize-sticky-nav .button {
    margin: 0;
  }
  #monetize-sticky-nav .button a {
    padding: 15px 20px;
    font-size: 14px;
  }
  #monetize-sticky-nav .nav-logo {
    width: 150px;
    margin-top: 5px;
    height: auto;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 450px) and (max-width: 320px) {
  #monetize-sticky-nav .nav-logo {
    width: 130px;
  }
}
@media screen and (max-width: 450px) {
  #monetize-sticky-nav .nav-logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  #monetize-main-nav #mon-main-nav .button {
    width: 130px;
  }
}
@media screen and (max-width: 350px) {
  .monetize-nav .nav-logo {
    left: 10px;
    top: 45px;
    max-width: 140px;
  }
}
.monetize-slider-container {
  background: #fff;
  z-index: 1;
  padding: 40px;
  margin-top: 20px;
}

.events p.bg-year {
  color: #ededed;
  font-size: 180px;
  position: absolute;
  top: -60px;
  right: 0;
  line-height: 1;
  letter-spacing: -10px;
}
@media screen and (max-width: 1200px) {
  .events p.bg-year {
    display: none;
  }
}

#monetize-slider,
.container-text {
  width: 50%;
  float: left;
}

#monetize-slider.slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}
#monetize-slider .slick-dots {
  bottom: -30px;
}
#monetize-slider .slick-dots li {
  margin: 0 5px;
  width: 20%;
  height: 22px;
}
#monetize-slider .slick-dots li button {
  width: 100%;
  background: #ccc;
  height: 2px;
  margin: 11px 3px 11px 0;
  padding: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#monetize-slider .slick-dots li button:before {
  content: "";
}
#monetize-slider .slick-dots li.slick-active button {
  background: #e2635c;
  height: 5px;
}

.container-text {
  margin-top: 40px;
}
.container-text p {
  margin: 20px 40px 40px;
  color: #494949;
  line-height: 1.7;
}
.container-text a {
  text-decoration: none;
  border-bottom: 1px solid #e2635c;
  margin-right: 45px;
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
}
.container-text .pull-left {
  background: none;
}
.container-text .pull-left span.cover {
  position: absolute;
  top: 0;
  width: 160px;
  left: 10px;
  height: 100%;
  background: #fff;
  z-index: 0;
}
.container-text .pull-left span.text {
  z-index: 1;
  line-height: 1;
}
.container-text .pull-left span.text sup {
  font-size: 0.5em;
  margin-left: 7px;
}

.pull-left {
  margin-left: -150px;
  background: #fff;
  padding: 20px 0 20px 40px;
  width: calc(100% + 150px);
}

@media screen and (max-width: 1500px) {
  .container-text h2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 1000px) {
  #monetize-slider,
.container-text {
    width: 100%;
    float: none;
  }

  .container-text {
    padding: 0;
  }
  .container-text p {
    margin: 0;
  }
  .container-text .pull-left {
    margin-left: 0;
    width: 100%;
    background: none;
    font-size: 2.5em;
    padding: 20px 0;
  }
  .container-text a {
    margin-top: 15px;
    margin-right: 10px;
    display: inline-block;
  }
  .container-text a:first-of-type {
    margin-left: 0;
  }
}
.event-countdown {
  background: #76787a;
  width: 520px;
  margin: -30px auto 0;
  color: #fff;
  padding: 25px 0;
  text-align: center;
}
.event-countdown a {
  margin: 0;
  padding: 10px;
  text-decoration: none;
  margin-left: 20px;
  color: #fff;
  font-size: 1rem;
  border: 2px solid #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.event-countdown a:hover {
  background: #fff;
  color: #76787a;
}
@media screen and (max-width: 520px) {
  .event-countdown {
    width: 100%;
    padding: 40px 20px;
  }
  .event-countdown span {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .event-countdown a {
    margin: 0 auto;
    font-size: 0.9rem;
    display: inline-block;
  }
}

.section-title {
  margin: 100px auto 50px;
  display: block;
  height: 240px;
}
@media screen and (max-width: 650px) {
  .section-title {
    height: auto;
    width: 100%;
    max-width: 350px;
  }
}
@media screen and (max-width: 450px) {
  .section-title {
    margin: 60px auto 30px;
  }
}

.text-list .grid-1-2 {
  color: #3f5156;
}
.text-list .grid-1-2 ul {
  margin-top: 0;
  padding: 0 0 0 20px;
}
.text-list .grid-1-2 li {
  color: #3f5156;
  padding-left: 5px;
  margin-bottom: 15px;
  list-style-image: url("../img/events/bullet.png");
}
.text-list .grid-1-2:first-of-type {
  font-size: 1.9rem;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .text-list .grid-1-2,
.text-list .grid-1-2:first-of-type {
    float: none;
    text-align: left;
    width: 100%;
    clear: both;
  }
  .text-list .grid-1-2:first-of-type {
    font-size: 1.5em;
  }
}

.monetize-video {
  width: 90%;
  max-width: 1400px;
  margin: 60px auto;
}
.monetize-video .wistia_responsive_padding {
  display: block;
}

#video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/events/video-poster.jpg");
  background-size: cover;
  cursor: pointer;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.highlights {
  background: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  width: 300px;
  color: #e2635c;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 10px;
}
.highlights h4 {
  font-size: 19px;
  font-family: "HelveticaNeueLTStd-Hv";
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .highlights {
    width: 200px;
    left: calc(50% - 100px);
  }
  .highlights h4 {
    font-size: 1em;
    margin-bottom: 10px;
  }
}

#speakers {
  padding: 0 0 120px;
}
#speakers h4 {
  color: #e2635c;
  font-family: "HelveticaNeueLTStd-Hv";
  margin-top: 20px;
}
#speakers h4.pull-left {
  padding: 15px 0 15px 20px;
  margin-left: -70px;
  width: 250px;
}
#speakers p {
  color: #3f5156 !important;
}
@media screen and (max-width: 1200px) {
  #speakers .wrapper > .grid-1-2 {
    width: 100%;
    float: none;
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  #speakers {
    padding-top: 0;
  }
  #speakers h4.pull-left {
    margin-left: 0;
    padding: 0;
  }
  #speakers .grid-1-2 .grid-1-2:last-of-type {
    margin: 0 0 40px 0;
  }
  #speakers .grid-1-2 img {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 450px) {
  #speakers h4.pull-left {
    margin: 0;
    padding: 0;
    background: none;
    width: 100%;
    font-size: 1.75em;
  }
  #speakers .grid-1-2 {
    margin: 30px 0;
  }
  #speakers .grid-1-2 img {
    width: 100%;
  }
  #speakers .grid-1-2 .grid-1-2:last-of-type {
    margin: 0;
  }
  #speakers .speaker-info {
    position: absolute;
    bottom: -50px;
    background: #fff;
    padding: 15px;
    right: 0;
    width: 95%;
  }
}

.pin {
  width: 22px;
  display: block;
  margin: 40px auto 20px;
}

#taking-over {
  z-index: 1;
}
#taking-over h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
#taking-over .grid-1-2, #taking-over p, #taking-over li {
  color: #c1c7c9;
}
#taking-over p.sub {
  color: #e2635c;
  letter-spacing: 2px;
}

.taking-over-bg {
  background-image: url("../img/events/back-bay-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 100px 0 320px;
}

.monetize-gallery {
  background: #2c2f31;
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: -500px;
  z-index: 3;
  padding: 0 45px 45px 45px;
}
@media screen and (max-width: 1800px) {
  .monetize-gallery {
    bottom: -400px;
  }
}
@media screen and (max-width: 1400px) {
  .monetize-gallery {
    bottom: -300px;
  }
}
@media screen and (max-width: 1100px) {
  .monetize-gallery {
    bottom: -200px;
  }
}
@media screen and (max-width: 850px) {
  .monetize-gallery {
    bottom: -100px;
  }
}

#main-img {
  float: left;
  width: 82%;
  padding-right: 10px;
}
#main-img img {
  width: 100%;
  display: block;
}

.gallery-img {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: calc(50% - 10px);
}
.gallery-img .active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 0px 10px white;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .gallery-img .active {
    box-shadow: inset 0px 0px 0px 5px white;
  }
}
.gallery-img:first-of-type .active {
  opacity: 1;
}

.thumbs {
  float: left;
  width: 18%;
}

.thumb {
  display: block;
  width: 100%;
}

#hurry {
  background: url("../img/events/bridge-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 200px 0;
  z-index: 0;
  text-align: center;
}
#hurry h3 {
  display: inline-block;
  vertical-align: middle;
}
#hurry a {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 25px;
  color: #e2635c;
  text-decoration: none;
  margin-left: 30px;
  margin-top: -8px;
  border: 2px solid #fff;
}
#hurry a:hover {
  background: none;
  color: #fff;
}

@media screen and (max-width: 950px) {
  #hurry h3 {
    display: block;
  }
  #hurry a {
    margin: 20px auto;
  }
}
@media screen and (max-width: 750px) {
  .monetize-gallery {
    bottom: auto;
    width: 100%;
    left: auto;
    position: relative;
  }

  #main-img,
.thumbs {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .thumbs {
    margin-top: 10px;
  }

  .gallery-img {
    width: calc(20% - 10px);
    margin: 5px;
  }
  .gallery-img:first-of-type, .gallery-img:nth-of-type(6) {
    margin-left: 0;
  }

  .taking-over-bg {
    padding-bottom: 0;
  }

  #hurry {
    padding: 120px 0;
  }
}
#agenda {
  padding-top: 50px;
}
#agenda .grid-1-2.one-day {
  float: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 1024px) {
  #agenda .grid-1-2 {
    width: 100%;
    float: none;
    display: block;
  }
  #agenda .grid-1-2:last-of-type {
    margin-top: 80px;
  }
}

.agenda-targets {
  text-align: center;
  padding: 17px 25px;
  border: 1px solid #d7d7d4;
  width: 600px;
  margin: 10px auto 40px;
  border-radius: 30px;
  font-size: 20px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}
.agenda-targets a {
  margin: 38px;
  color: #6d6d6d;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .agenda-targets {
    width: 75%;
  }
  .agenda-targets a {
    margin: 15px;
  }
}
@media screen and (max-width: 600px) {
  .agenda-targets {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .agenda-targets a {
    margin: 6px;
  }
}

.agenda-targets a:hover {
  color: #df645a;
  text-decoration: underline;
}

.agenda-tag {
  background: #df645a;
  color: #fff;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 575px) {
  .agenda-tag {
    width: 100%;
  }
}
#agenda-show-hide {
  color: white;
  float: right;
  font-family: "HelveticaNeueLTStd", Helvetica, Arial, sans-serif;
  font-size: 50px;
  line-height: 30px;
  text-decoration: none;
}

.day-header {
  color: #fff;
  padding: 30px 30px 30px 130px;
  font-size: 1.667em;
  background: #76787a url("../img/events/day-1.png") no-repeat 5%;
  background-size: auto 60px;
}
.day-header.loop-2 {
  background: #76787a url("../img/events/day-2.png") no-repeat 5%;
  background-size: auto 60px;
}
.day-header.loop-3 {
  background: #76787a url("../img/events/day-3.png") no-repeat 5%;
  background-size: auto 60px;
}
.day-header.loop-4 {
  background: #76787a url("../img/events/day-4.png") no-repeat 5%;
  background-size: auto 60px;
}
.day-header.loop-5 {
  background: #76787a url("../img/events/day-5.png") no-repeat 5%;
  background-size: auto 60px;
}

.one-day .day-header.loop-1 {
  background: #76787a;
}

.agenda-item {
  padding: 40px;
}
.agenda-item:nth-of-type(odd) {
  background: #f0f0f0;
}
.agenda-item:nth-of-type(even) {
  background: #f8f8f8;
}
.agenda-item p {
  color: #777777;
  font-size: 0.944rem;
  margin: 15px 0;
}
.agenda-item p.heading {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  color: #303538;
  font-size: 1.444rem;
  margin: 0;
}
.agenda-item p.speaker {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin: 0;
}

.agenda-time {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background: #ffffff;
  font-size: 0.778rem;
}

.speaker-photos {
  width: 90px;
  float: left;
}
.speaker-photos img {
  margin-bottom: 5px;
}

.item-content {
  float: left;
  width: calc(100% - 90px);
  padding: 0 20px;
}
.item-content.length-0 {
  width: 100%;
}

@media screen and (max-width: 550px) {
  .agenda-item {
    padding: 20px;
  }

  .speaker-photos {
    display: none;
  }
  .speaker-photos img {
    height: 100%;
    width: auto;
  }

  .item-content {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 30px;
  }
}
#book-now .booking-box {
  border: 10px solid #e2635c;
  margin: 1.5%;
  text-align: center;
  padding: 30px;
}
#book-now .booking-box.grid-1-1 {
  max-width: 500px;
  float: none;
  margin: 0 auto;
}
#book-now .booking-box.grid-1-2 {
  width: 47%;
}
#book-now .booking-box.grid-1-3 {
  width: 30%;
}
#book-now .booking-box p {
  color: #3f5156;
  margin: 15px auto;
  line-height: 1.2;
}
#book-now .booking-box h4 {
  margin: 40px auto;
}
#book-now .booking-box .heading {
  background: #41484d;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-family: "HelveticaNeueLTStd-Hv", Helvetica, Arial, sans-serif;
  width: 90%;
  margin: 0 auto;
}
#book-now .booking-box .heading:before {
  content: "";
  top: 0px;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 8px;
  border-color: transparent transparent transparent #fff;
}
#book-now .booking-box .heading:after {
  content: "";
  top: 0px;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 8px 22px 0;
  border-color: transparent #fff transparent transparent;
}
#book-now .booking-box a {
  padding: 15px;
  text-decoration: none;
  margin-top: 30px;
  display: block;
  border: 2px solid #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#book-now .booking-box a.white {
  color: #fff;
}
#book-now .booking-box a.white:hover {
  color: #e2635c;
  background: #fff;
  border: 2px solid #e2635c;
}
#book-now .booking-box a.salmon {
  color: #e2635c;
}
#book-now .booking-box a.salmon:hover {
  color: #fff;
  background: #e2635c;
  border: 2px solid #fff;
}
#book-now .booking-box h4 {
  color: #e2635c;
}
#book-now .booking-box.featured {
  -webkit-box-shadow: 0px 0px 27px 6px rgba(217, 100, 95, 0.21);
  -moz-box-shadow: 0px 0px 27px 6px rgba(217, 100, 95, 0.21);
  box-shadow: 0px 0px 27px 6px rgba(217, 100, 95, 0.21);
  background: #da6660 url("../img/events/vip-bg.jpg") no-repeat top center;
  background-size: contain;
  border: none;
  padding-top: 90px;
  margin-top: -35px;
}
#book-now .booking-box.featured h4 {
  color: #fff;
}
#book-now .booking-box.featured .heading {
  background: #fff;
  color: #41484d;
}
#book-now .booking-box.featured .heading:before {
  border-color: transparent transparent transparent #e27669;
}
#book-now .booking-box.featured .heading:after {
  border-color: transparent #e27669 transparent transparent;
}
#book-now .booking-box.featured p {
  color: #fff;
}
#book-now .booking-box.featured a {
  background: #fff;
  border: 2px solid #fff;
  color: #e2635c;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#book-now .booking-box.featured a:hover {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
  #book-now .booking-box.grid-1-3, #book-now .booking-box.grid-1-2 {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
    float: none;
    display: block;
  }
  #book-now .booking-box.grid-1-3:nth-of-type(2), #book-now .booking-box.grid-1-2:nth-of-type(2) {
    margin: 30px auto;
  }
}

#past-attendees {
  padding: 150px 0 120px;
}
#past-attendees h3 {
  color: #41484d;
  margin-bottom: 30px;
}

#faqs {
  text-align: center;
  background: #d9635f;
  background: -moz-linear-gradient(top, #d9635f 0%, #d9635f 53%, #dd8669 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d9635f), color-stop(53%, #d9635f), color-stop(100%, #dd8669));
  background: -webkit-linear-gradient(top, #d9635f 0%, #d9635f 53%, #dd8669 100%);
  background: -o-linear-gradient(top, #d9635f 0%, #d9635f 53%, #dd8669 100%);
  background: -ms-linear-gradient(top, #d9635f 0%, #d9635f 53%, #dd8669 100%);
  background: linear-gradient(to bottom, #d9635f 0%, #d9635f 53%, #dd8669 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d9635f", endColorstr="#dd8669", GradientType=0 );
  padding: 120px 0;
}
#faqs li, #faqs a {
  color: #fff;
}
#faqs h3 {
  margin-bottom: 60px;
}
#faqs a.register {
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  color: #e2635c;
  margin: 60px auto 0;
  border: 2px solid #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#faqs a.register:hover {
  background: none;
  color: #fff;
}
#faqs .accordion {
  background-color: transparent;
  color: #fff;
  font: inherit;
  font-size: 1em;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-family: "HelveticaNeueLTStd-Hv";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#faqs .accordion:first-of-type {
  border-top: 1px solid #fff;
}
#faqs .accordion.active {
  text-decoration: underline;
}
#faqs .panel {
  padding: 0 18px;
  max-height: 1px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #fff;
  text-align: left;
}
#faqs .panel p {
  color: #fff;
  margin-bottom: 20px;
}
#faqs .accordion:after {
  content: "+";
  font-size: 22px;
  color: #ffe29b;
  float: right;
  margin-left: 5px;
  line-height: 28px;
}
#faqs .active:after {
  content: "—";
  color: #ffe29b;
  font-size: 20px;
}

#lenox {
  background: url("../img/events/map-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px 0 40px;
  text-align: center;
}
#lenox .lenox-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#lenox .section-title {
  height: 85px;
  display: block;
}
#lenox p {
  color: #fff;
}
#lenox p img {
  vertical-align: middle;
  margin: 20px 5px;
  width: 25px;
}
#lenox p img:last-of-type {
  margin-left: 30px;
}
#lenox p.gray {
  color: #c6c6c6;
}
#lenox a.white {
  color: #fff;
  text-decoration: none;
}
#lenox .footer {
  margin-top: 100px;
}
#lenox .footer img {
  width: 200px;
  float: left;
  margin-top: 30px;
}
#lenox .footer .copyright {
  float: right;
  text-align: right;
  max-width: 300px;
  font-size: 12px;
}
@media screen and (max-width: 650px) {
  #lenox .section-title {
    height: auto;
    width: 80%;
  }
  #lenox a {
    display: block;
  }
  #lenox p img {
    margin: 10px 5px;
  }
  #lenox p img:last-of-type {
    margin-left: 0;
  }
  #lenox .footer img {
    float: none;
    margin: 0 auto;
  }
  #lenox .footer .copyright {
    float: none;
    width: 100%;
    text-align: center;
    max-width: none;
    margin-top: 30px;
  }
}

#event-slidedown {
  height: 0;
  /*overflow: hidden;*/
  margin-bottom: 30px;
}
#event-slidedown .content-wrapper {
  background-image: url("../img/events/slide-down/cg_homebanner.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 450px;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
}
#event-slidedown .x {
  position: absolute;
  top: -5px;
  right: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 50px;
}
#event-slidedown .logo {
  width: 350px;
  margin: 70px auto 20px;
  display: block;
}
#event-slidedown p {
  color: #fff;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0;
}
#event-slidedown h2 {
  max-width: 90%;
  margin: 0 auto;
}
#event-slidedown .register-now {
  margin: 30px 0 0 0;
  display: inline-block;
  padding: 10px 60px 10px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#event-slidedown .register-now:hover {
  background: #fff;
  color: #e2635c;
}
#event-slidedown .register-now:hover .arrow.hover {
  opacity: 1;
}
#event-slidedown .register-now .arrow {
  position: absolute;
  width: 35px;
  right: 10px;
  top: 19px;
}
#event-slidedown .register-now .arrow.hover {
  opacity: 0;
}

h2.size-medium {
  font-size: 2.6em;
}

h2.size-small {
  font-size: 2em;
}

@media screen and (max-width: 600px) {
  #event-slidedown .content-wrapper {
    padding: 0 20px;
  }
  #event-slidedown .logo {
    max-width: 75%;
    margin-top: 80px;
  }
  #event-slidedown h2 {
    font-size: 2.35em;
    line-height: 1.3;
  }
  #event-slidedown h2.size-medium {
    font-size: 2em;
  }
  #event-slidedown h2.size-small {
    font-size: 1.5em;
  }
  #event-slidedown .register-now .arrow {
    right: 10px !important;
    top: 18px !important;
  }
}
#hero-cta {
  margin: 0;
  float: right;
  padding: 15px 30px;
}

#report-sticky-nav {
  background: #d9635f;
  background: -moz-linear-gradient(-45deg, #d9635f 0%, #e79062 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d9635f), color-stop(100%, #e79062));
  background: -webkit-linear-gradient(-45deg, #d9635f 0%, #e79062 100%);
  background: -o-linear-gradient(-45deg, #d9635f 0%, #e79062 100%);
  background: -ms-linear-gradient(-45deg, #d9635f 0%, #e79062 100%);
  background: linear-gradient(135deg, #d9635f 0%, #e79062 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d9635f", endColorstr="#e79062", GradientType=1 );
  position: fixed;
  top: -300px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  padding: 18px 0;
}
#report-sticky-nav .nav-logo {
  max-width: 230px;
  float: left;
  margin-top: 10px;
  padding: 0;
}
#report-sticky-nav .nav-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #report-sticky-nav #report-main-nav {
    margin-top: 0;
  }
  #report-sticky-nav a {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #report-sticky-nav {
    text-align: left;
    height: 90px;
    padding: 20px 0 20px;
  }
  #report-sticky-nav .nav-logo {
    margin-top: 0;
    height: 100%;
    margin: 0;
    width: auto;
  }
  #report-sticky-nav .nav-logo img {
    height: 100%;
    width: auto;
    margin: 0;
  }

  #report-main-nav .nav-logo {
    position: absolute;
    left: 20px;
    top: 35px;
    max-width: 160px;
  }
}
.report.module > p,
.report.module .wrapper > p {
  line-height: 1.4;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
}
.report.module .button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  text-decoration: none;
}
.report.module .gradient-text {
  background: -webkit-gradient(linear, left top, left bottom, from(#41919b), to(#96c2c7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #41919b;
  font-size: 170px;
}
.report.module h1, .report.module h2, .report.module h3, .report.module h4, .report.module h5 {
  font-family: "HelveticaNeueLTStd-Hv";
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.2;
}
.report.module h1.full-w, .report.module h2.full-w, .report.module h3.full-w, .report.module h4.full-w, .report.module h5.full-w {
  max-width: none;
}
.report.module h1.wider, .report.module h2.wider, .report.module h3.wider, .report.module h4.wider, .report.module h5.wider {
  max-width: 890px;
  width: 100%;
}
.report.module h2 {
  font-size: 70px;
  margin-bottom: 30px;
}
.report.module h4 {
  font-size: 46px;
}

.report.module .graph-img {
  margin: 60px auto 0;
  display: block;
  max-width: 80%;
}
.report.module .graph-img.map-graph {
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
}

.anim-imgs img {
  width: 100%;
}
.anim-imgs img:not(.main-graph) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gradient-background {
  background: rgba(255, 255, 255, 0.95);
  background: -webkit-linear-gradient(legacy-direction(180deg), rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#report-hero {
  background: url("../img/report/hero.jpg") no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 12vh 0 0 0;
  border-top: 7px solid #e2635c;
  z-index: 1;
}
#report-hero .logo {
  max-width: 400px;
}
#report-hero h1 {
  font-size: 98px;
  font-family: "HelveticaNeueLTStd-Hv";
  letter-spacing: -5px;
  margin: 15px 0;
}
#report-hero h1 sup {
  font-size: 40px;
  top: -20px;
}
#report-hero h2 {
  text-transform: uppercase;
  font-family: "HelveticaNeueLTStd-Md";
  font-size: 50px;
  letter-spacing: 6px;
}
#report-hero .collab-wrap {
  margin: 40px auto;
}
#report-hero .collab {
  max-width: 300px;
  margin-left: 20px;
}
#report-hero .collab,
#report-hero .collab-text {
  vertical-align: middle;
}
#report-hero .button {
  margin: 50px auto 150px;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
}

#report-slider {
  background: rgba(255, 255, 255, 0.9);
}
#report-slider .blur {
  background: url("../img/report/hero.jpg") no-repeat bottom center;
  background-size: 100% auto;
  opacity: 0.5;
  background-attachment: fixed;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

#company-slider {
  z-index: 0;
  padding-top: 20px;
}

.slick-dots {
  display: none !important;
}

.slider-nav {
  height: 150px;
  z-index: 2;
}

.slider-nav-item {
  width: 16.66666%;
  float: left;
  height: 150px;
  padding: 20px;
  color: #fff;
  cursor: pointer;
}
.slider-nav-item.active .color-logo {
  opacity: 0;
  z-index: 0;
}
.slider-nav-item.active .white-logo {
  opacity: 1;
  z-index: 1;
}
.slider-nav-item.active span {
  display: block;
}
.slider-nav-item.active .down-arrow {
  opacity: 1;
}
.slider-nav-item.active .slider-nav-item-wrapper {
  top: -10px;
  bottom: 20px;
  height: calc(100% + 30px);
  background: #e2635c;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slider-nav-item.active .slider-nav-item-wrapper .slider-logo {
  top: calc(50% - 15px);
}
.slider-nav-item .slider-nav-item-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.slider-nav-item .slider-logo {
  position: absolute;
  max-height: 70px;
  max-width: 70%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.slider-nav-item .white-logo {
  opacity: 0;
  z-index: 0;
}
.slider-nav-item span {
  display: none;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd-Bd";
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  width: 100%;
}
.slider-nav-item .down-arrow {
  position: absolute;
  width: 10px;
  left: calc(50% - 5px);
  bottom: 15px;
  opacity: 0;
}

.report-slider-content {
  background: #fff;
  padding: 100px 0;
  z-index: 1;
  text-align: center;
}
.report-slider-content p {
  font-size: 36px;
  font-family: "HelveticaNeueLTStd-Md";
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  line-height: 1.15;
}
.report-slider-content .credit-logo {
  max-width: 200px;
  max-height: 100px;
  margin: 30px auto 0;
}

.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.report.seperator.short {
  height: 105px;
}
.report.seperator .bg-teal {
  background: #004c67;
}
.report.seperator.transparent-flipped {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
}
.report.seperator.transparent-flipped .pieces {
  background: #44b1a5;
}
.report.seperator.transparent-flipped .pieces.one {
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
}
.report.seperator.transparent-flipped .pieces.two {
  -webkit-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
}
.report.seperator.dont-know {
  background: #eef8f9;
}
.report.seperator.dont-know .pieces {
  background: #b04357;
}

.report.module .wrapper > p.giant {
  color: #23abce;
  opacity: 0.12;
  font-size: 300px;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.report.two-up h2 {
  margin: 0 auto 40px;
}
.report.two-up p {
  color: #b5d1d8;
  font-size: 19px;
  margin-bottom: 30px;
}

.teal-gradient-bg {
  background: #004c67;
  background: -webkit-linear-gradient(top, #004c67 0%, #006a72 100%);
  background: linear-gradient(to bottom, #004c67 0%, #006a72 100%);
}

.report.module.graph1-module h2 {
  font-size: 45px;
}

#measure-act-grow.report {
  padding: 0 0 300px 0;
  background: #006a72;
  background: -webkit-linear-gradient(top, #006a72 60%, #44b1a5 100%);
  background: linear-gradient(to bottom, #006a72 60%, #44b1a5 100%);
  color: #fff;
  text-align: center;
}
#measure-act-grow.report .graph {
  height: 600px;
}
#measure-act-grow.report .graph .stat-num {
  background: -webkit-gradient(linear, left top, left bottom, from(#a9d6e2), to(#3a989c));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #a9d6e2;
  font-size: 75px;
}
#measure-act-grow.report .graph-content {
  padding: 50px 0 0px 0;
}
#measure-act-grow.report .graph-content p {
  position: relative;
  top: auto;
  font-size: 17px;
  max-width: 80%;
  margin: 0 auto 20px;
}
#measure-act-grow.report .graph-content h4 {
  font-family: "HelveticaNeueLTStd-Bd";
  margin-bottom: 30px;
}
#measure-act-grow.report .grid-2-3 {
  padding: 20px 0 20px 20px;
}
#measure-act-grow.report .grid-2-3 .grid-1-2 {
  padding: 0 20px;
}

.group {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  left: 40px;
  padding: 20px;
  position: absolute;
  width: calc(100% - 60px);
  opacity: 0;
}
.group.group-1 {
  background: rgba(48, 141, 144, 0.7);
  background: -webkit-linear-gradient(legacy-direction(180deg), rgba(48, 141, 144, 0.7), rgba(48, 141, 144, 0));
  background: linear-gradient(180deg, rgba(48, 141, 144, 0.7), rgba(48, 141, 144, 0));
  top: 95px;
}
.group.group-2 {
  background: rgba(39, 157, 138, 0);
  background: -webkit-linear-gradient(legacy-direction(180deg), rgba(39, 157, 138, 0), rgba(39, 157, 138, 0.5));
  background: linear-gradient(180deg, rgba(39, 157, 138, 0), rgba(39, 157, 138, 0.5));
  bottom: -40px;
}

.report.module.download-cta {
  padding: 450px 0 0 0;
  background: url("../img/report/hero.jpg") no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.report.module.download-cta .gradient-background {
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(legacy-direction(180deg), rgba(255, 255, 255, 0) 0%, white 50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%);
}
.report.module.download-cta p {
  font-size: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.report.module.download-cta .button {
  margin: 40px auto;
}

.nowrap-wrapper {
  white-space: nowrap;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .nowrap-wrapper {
    white-space: normal;
  }
}

.report.module.pie-gradient {
  padding: 0 0 50px 0;
  background: #ffffff;
  background: -webkit-linear-gradient(legacy-direction(180deg), #ffffff, #dceff1);
  background: linear-gradient(180deg, #ffffff, #dceff1);
  text-align: center;
}
.report.module.pie-gradient .graph-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.report.module.pie-gradient .graph-img:first-of-type {
  margin-top: 40px;
}
.report.module.pie-gradient .graph-img:last-of-type {
  margin-top: 0;
}
.report.module.pie-gradient .graph-img .button {
  margin-top: 30px;
}
.report.module.pie-gradient .pie-wrap {
  display: inline-block;
  max-width: 50%;
}
.report.module.pie-gradient #pie-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -7px;
  opacity: 0.6;
  z-index: 1;
}
.report.module.pie-gradient p.sm {
  font-size: 18px;
  margin-top: -20px;
}
.report.module.pie-gradient .char-after {
  margin-left: -20px;
  opacity: 0.8;
}
.report.module.pie-gradient .pie-odo {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 70px;
}
.report.module.pie-gradient .forty-two {
  top: 25%;
  left: 18%;
}
.report.module.pie-gradient .fifty-eight {
  bottom: 40%;
  right: 18%;
}
.report.module.pie-gradient #b2b, .report.module.pie-gradient #b2c {
  opacity: 0.8;
}
@media screen and (max-width: 1120px) {
  .report.module.pie-gradient .pie-odo {
    font-size: 50px;
  }
  .report.module.pie-gradient .char-after {
    margin-left: -10px;
  }
  .report.module.pie-gradient p.sm {
    margin-top: -10px;
  }
  .report.module.pie-gradient .forty-two {
    left: 22%;
  }
}
@media screen and (max-width: 1024px) {
  .report.module.pie-gradient .graph-img {
    max-width: 100%;
  }
  .report.module.pie-gradient .graph-img:last-of-type {
    margin: 0 0 40px 0;
  }
  .report.module.pie-gradient #pie-cover {
    top: -25px;
  }
  .report.module.pie-gradient .pie-wrap {
    width: 100%;
    max-width: 500px;
  }
  .report.module.pie-gradient .forty-two {
    left: 22%;
  }
  .report.module.pie-gradient .fifty-eight {
    right: 22%;
  }
}
.report.module.pie-gradient .graph-img.pie-graph.desktop-graph {
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  .report.module.pie-gradient .pie-odo {
    font-size: 40px;
  }
  .report.module.pie-gradient .char-after {
    margin-left: -5;
  }
  .report.module.pie-gradient p.sm {
    margin-top: -5;
  }
}

.geo-bg {
  position: absolute;
  height: 700px;
  z-index: 0;
}

.geo-left {
  left: 0;
}

.geo-right {
  right: -200px;
  top: 400px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.report.module.dial-gradient {
  padding-bottom: 0;
  background: #dceff1;
  background: -webkit-linear-gradient(legacy-direction(180deg), #dceff1, #eaf9ed, #f8fef7);
  background: linear-gradient(180deg, #dceff1, #eaf9ed, #f8fef7);
}
.report.module.dial-gradient p {
  color: #3a3a3a;
}
.report.module.dial-gradient .graph-img {
  max-width: 70%;
}
.report.module.dial-gradient svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.report.module.dial-gradient .odometer {
  position: absolute;
  top: calc(50% - 170px);
  left: calc(50% - 170px);
  color: #e2635c;
  font-size: 160px;
  text-align: center;
}
.report.module.dial-gradient .odometer p {
  font-size: 18px;
  text-transform: uppercase;
  margin: -20px 0 0 0;
  width: 350px;
}
@media screen and (max-width: 1350px) {
  .report.module.dial-gradient .odometer {
    font-size: 120px;
    top: calc(50% - 130px);
    left: calc(50% - 150px);
  }
  .report.module.dial-gradient .odometer p {
    font-size: 15px;
    width: 310px;
  }
  .report.module.dial-gradient .odometer .percent-after {
    margin-left: -25px;
  }
}
@media screen and (max-width: 1100px) {
  .report.module.dial-gradient .odometer p {
    font-size: 14px;
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .report.module.dial-gradient .odometer {
    font-size: 90px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
  }
  .report.module.dial-gradient .odometer p {
    font-size: 13px;
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .report.module.dial-gradient .odometer {
    font-size: 60px;
    top: calc(50% - 70px);
    left: calc(50% - 90px);
  }
  .report.module.dial-gradient .odometer p {
    font-size: 11px;
    width: 180px;
  }
  .report.module.dial-gradient .odometer .percent-after {
    margin-left: -15px;
  }
}
.report.module.dial-gradient .percent-after {
  margin-left: -50px;
}

.line-img {
  display: block;
}

.light-teal {
  color: #5299a1;
}

.light-gray {
  color: #524e4e;
}

.on-top {
  text-align: center;
  padding: 0;
}
.on-top .button {
  margin-top: 50px;
}

.report.module.act-together {
  background: #ffffff;
  background: -webkit-linear-gradient(legacy-direction(180deg), #ffffff, #eef8f9);
  background: linear-gradient(180deg, #ffffff, #eef8f9);
  text-align: center;
}
.report.module.act-together .act-tog-wrap {
  display: inline-block;
  vertical-align: middle;
}
.report.module.act-together .act-tog-wrap:first-of-type {
  max-width: 70%;
}
.report.module.act-together .act-tog-wrap:first-of-type img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.report.module.act-together .act-tog-wrap:last-of-type {
  max-width: 30%;
}
.report.module.act-together .act-tog-wrap:last-of-type img {
  margin: 0;
  max-width: 100%;
}
.report.module.act-together #act-together {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 98%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .report.module.act-together .graph-img {
    display: block;
  }
  .report.module.act-together .graph-img:first-of-type {
    max-width: 100%;
  }
  .report.module.act-together .graph-img:last-of-type {
    max-width: 100%;
  }
}

.dont-know {
  background: #b04357;
  background: -webkit-linear-gradient(legacy-direction(180deg), #b04357, #d15c61);
  background: linear-gradient(180deg, #b04357, #d15c61);
  padding-top: 0;
}
.dont-know .wrapper-bg {
  padding-top: 150px;
  background: url("../img/report/dont-know-bg.png") no-repeat top center;
  background-size: 90% auto;
}
.dont-know p {
  color: #ffdfdd;
}
.dont-know .radial-gradient {
  z-index: 0;
  position: absolute;
  width: 500px;
  height: 500px;
  top: -110px;
  right: 50px;
  background: -webkit-radial-gradient(center ellipse, rgba(255, 200, 123, 0.7) 0%, rgba(255, 200, 123, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(255, 200, 123, 0.7) 0%, rgba(255, 200, 123, 0) 70%);
}
@media screen and (max-width: 1200px) {
  .dont-know .radial-gradient {
    width: 400px;
    height: 400px;
  }
}
.dont-know #bar-graph {
  position: absolute;
  width: 80%;
  height: 100%;
  left: 10%;
  top: 0;
}
@media screen and (max-width: 500px) {
  .dont-know #bar-graph {
    width: 84%;
  }
}

.averages {
  padding-bottom: 0;
  text-align: center;
  background: #d15c61;
  background: -webkit-linear-gradient(legacy-direction(180deg), #d15c61, #e37e69);
  background: linear-gradient(180deg, #d15c61, #e37e69);
}
.averages p {
  color: #ffdfdd;
}
.averages .button {
  margin-top: 50px;
}
.averages #averages-lines {
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  left: 10%;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .averages #averages-lines {
    width: 140%;
    height: 98%;
    top: 14px;
    left: -43%;
  }
  .averages #averages-lines circle {
    display: none;
  }
  .averages .a-st0,
.averages .a-st1,
.averages .a-st2,
.averages .a-st3,
.averages .a-st4,
.averages .a-st5,
.averages .a-st6,
.averages .a-st7,
.averages .a-st8,
.averages .a-st9,
.averages .a-st10,
.averages .a-st11,
.averages .a-st12,
.averages .a-st13,
.averages .a-st14,
.averages .a-st15,
.averages .a-st16,
.averages .a-st17,
.averages .a-st18,
.averages .a-st19,
.averages .a-st20,
.averages .a-st21,
.averages .a-st22,
.averages .a-st23 {
    stroke-width: 16px;
  }
}

#download-report {
  overflow: hidden;
  padding-bottom: 0;
  background: #e37e69;
  background: -webkit-linear-gradient(legacy-direction(180deg), #e37e69, #f7bc79);
  background: linear-gradient(180deg, #e37e69, #f7bc79);
}
#download-report .wrapper {
  padding-bottom: 520px;
}
#download-report p {
  color: #ffffff;
  font-family: "HelveticaNeueLTStd-Md";
  text-align: center;
  font-size: 9px;
  max-width: 500px;
  margin: 0 auto;
}
#download-report form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
#download-report fieldset {
  max-width: 100%;
  width: 100%;
}
#download-report .hs-form-required {
  color: #ffffff;
}
#download-report label {
  color: #fff;
  font-size: 16px;
}
#download-report fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 5px);
}
#download-report fieldset.form-columns-2 .hs-form-field:first-of-type {
  margin-right: 5px;
}
#download-report fieldset.form-columns-2 .hs-form-field:last-of-type {
  margin-left: 5px;
}
#download-report input {
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1em;
  padding: 0 20px;
  border: 1px solid #d36f59;
  outline: none;
  max-width: 100%;
  width: 100%;
  height: 50px;
}
#download-report input[type=submit] {
  -webkit-appearance: none;
  border-radius: 30px;
  font-size: 0.85em;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: none;
  background: #007a88;
  margin-top: 20px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #007a88;
  outline: none;
  box-shadow: none;
  font-weight: normal;
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 20px 35px;
  height: auto;
}
#download-report .hs-input.error {
  background: #ffffff;
  border: 2px solid #c73434;
  margin: 0 0 5px 0;
  box-shadow: none;
}
#download-report .hs_error_rollup label {
  text-align: center;
}
#download-report select {
  box-sizing: border-box;
  font-size: 1em;
  background: #fff;
  display: block;
  font-family: inherit;
  font-size: 0.85em;
  height: 50px;
  line-height: 1.2;
  margin: 5px 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #d36f59;
  outline: none;
}
#download-report .hs-error-msgs.inputs-list label {
  margin-top: 0;
  font-family: "HelveticaNeueLTStd-Hv";
  color: #c73434;
}

.book-img {
  display: block;
  position: absolute;
  width: 90%;
  left: 2.5%;
  bottom: 0;
  z-index: 0;
}

.mobile-graph,
.mobile-wrap {
  display: none !important;
}

.desktop-graph,
.desktop-wrap {
  display: block !important;
}

.desktop-wrap,
.mobile-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.report.module.pie-gradient .desktop-graph,
.report.module.act-together .desktop-graph {
  display: inline-block !important;
}

@media screen and (max-width: 1024px) {
  #report-hero h1 {
    font-size: 80px;
  }
  #report-hero h2 {
    font-size: 30px;
  }
  #report-hero .logo {
    max-width: 300px;
  }

  .slider-nav .wrapper {
    width: 98%;
  }

  .slider-nav-item span {
    font-size: 12px;
  }

  .report-slider-content {
    padding: 60px 0;
  }
  .report-slider-content p {
    font-size: 30px;
  }

  .report.two-up p {
    font-size: 17px;
  }

  .report.module .wrapper > p.giant {
    font-size: 210px;
    top: 40px;
  }

  #measure-act-grow.report {
    padding-bottom: 100px;
  }
  #measure-act-grow.report .grid-2-3 .grid-1-2 {
    padding: 0 10px;
  }
  #measure-act-grow.report .grid-1-3 {
    padding: 20px 10px;
  }
  #measure-act-grow.report .graph-content {
    padding: 30px 0 0 0;
  }
  #measure-act-grow.report .graph-content h4 {
    margin-bottom: 10px;
  }
  #measure-act-grow.report .graph-content p {
    margin: 0 auto 15px;
    font-size: 15px;
  }
  #measure-act-grow.report .graph .stat-num {
    font-size: 55px;
  }

  .report.module > p,
.report.module .wrapper > p {
    font-size: 18px;
  }

  .group {
    left: 30px;
    width: calc(100% - 40px);
  }

  .report.module {
    padding: 50px 0;
  }
  .report.module h1, .report.module h2, .report.module h3, .report.module h4, .report.module h5 {
    max-width: 100%;
    line-height: 1.2;
  }
  .report.module h2 {
    font-size: 55px;
    margin-bottom: 10px;
  }
  .report.module h4 {
    font-size: 30px;
  }
  .report.module .gradient-text {
    font-size: 100px;
  }

  .report.module.act-together .act-tog-wrap:first-of-type,
.report.module.act-together .act-tog-wrap:last-of-type {
    max-width: 100%;
  }

  .report.module.dont-know {
    padding-top: 0;
  }
  .report.module.dont-know .wrapper-bg {
    padding-top: 50px;
  }

  #download-report .wrapper {
    padding-bottom: 320px;
  }
}
@media screen and (max-width: 768px) {
  #report-hero h1 {
    font-size: 70px;
  }

  .slider-nav {
    height: 100px;
  }

  .slider-nav-item {
    height: 100px;
  }
  .slider-nav-item.active .slider-nav-item-wrapper {
    height: calc(100% + 20px);
  }
  .slider-nav-item.active .slider-nav-item-wrapper .slider-logo {
    top: 50%;
  }
  .slider-nav-item.active span {
    display: none;
  }

  #measure-act-grow.report .wrapper {
    width: 95%;
  }
  #measure-act-grow.report .grid-2-3 {
    width: 80%;
    float: none;
    margin: 0 auto 200px;
    padding: 0;
  }
  #measure-act-grow.report .grid-2-3 .graph {
    height: 160px;
  }
  #measure-act-grow.report .grid-2-3 .grid-1-2 {
    padding: 0;
  }
  #measure-act-grow.report .grid-2-3 .grid-1-2:first-of-type {
    padding-left: 10px;
  }
  #measure-act-grow.report .grid-2-3 .grid-1-2:last-of-type {
    padding-left: 10px;
  }
  #measure-act-grow.report .grid-1-3 {
    width: 80%;
    float: none;
    margin: 0 auto 250px;
    padding: 0;
  }
  #measure-act-grow.report .graph-content {
    position: absolute;
    top: 100%;
    width: 100%;
  }
  #measure-act-grow.report .graph {
    height: 400px;
  }

  .group.group-1 {
    left: -60px;
    top: 0;
    width: 80px;
    height: 400px;
    background: rgba(48, 141, 144, 0.7);
    background: -webkit-linear-gradient(legacy-direction(to right), rgba(48, 141, 144, 0.7), rgba(48, 141, 144, 0));
    background: linear-gradient(to right, rgba(48, 141, 144, 0.7), rgba(48, 141, 144, 0));
    text-align: center;
  }
  .group.group-1 p {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left top 0;
    width: 400px;
    position: absolute;
    left: 10px;
    bottom: -30px;
  }
  .group.group-2 {
    right: 0;
    left: auto;
    top: 0;
    width: 80px;
    height: 1000px;
    background: rgba(48, 141, 144, 0.7);
    background: -webkit-linear-gradient(legacy-direction(to left), rgba(48, 141, 144, 0.7), rgba(48, 141, 144, 0));
    background: linear-gradient(to left, rgba(48, 141, 144, 0.7), rgba(48, 141, 144, 0));
    text-align: center;
  }
  .group.group-2 p {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: right top 0;
    width: 1000px;
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .group .down-arrow {
    display: none;
  }

  .report.module .graph-img {
    margin-top: 20px;
  }

  .report.module.act-together {
    padding-bottom: 0;
  }

  .report.module.download-cta {
    padding-top: 280px;
  }

  .dont-know .radial-gradient {
    width: 300px;
    height: 300px;
    top: -40px;
    right: -15px;
    opacity: 0.7;
  }

  #download-report .wrapper {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 600px) {
  #measure-act-grow.report .grid-2-3 {
    margin: 0 auto 280px;
  }
}
@media screen and (max-width: 500px) {
  .anim-imgs img.key {
    width: 155%;
    max-width: 155%;
    top: -36%;
    left: 13%;
  }

  #report-hero h1 sup {
    font-size: 18px;
    top: -7px;
  }

  .report.module .graph-img,
.nowrap-wrapper,
.report.module.dial-gradient .graph-img {
    max-width: 100%;
  }

  #report-hero,
.report.module.download-cta {
    background-attachment: unset;
  }

  .report.module.act-together #act-together {
    width: 70%;
    left: 8.5%;
    height: 110%;
    top: -10%;
  }

  .desktop-graph,
.desktop-wrap,
.report.module.pie-gradient .desktop-graph,
.report.module.act-together .desktop-graph {
    display: none !important;
  }

  .mobile-graph,
.mobile-wrap {
    display: block !important;
  }

  #report-sticky-nav {
    padding: 15px 0;
    height: 77px;
  }
  #report-sticky-nav .wrapper {
    width: 95%;
  }
  #report-sticky-nav a {
    font-size: 13px;
    padding: 12px 20px;
  }
  #report-sticky-nav .nav-logo {
    max-width: 150px;
  }

  #report-hero {
    padding-top: 70px;
  }
  #report-hero h1 {
    font-size: 40px;
    letter-spacing: -3px;
  }
  #report-hero .logo {
    max-width: 200px;
  }
  #report-hero h2 {
    font-size: 18px;
    letter-spacing: 4px;
  }
  #report-hero .collab-wrap {
    margin: 40px auto 20px 0;
  }
  #report-hero .collab {
    margin: 20px 0;
  }
  #report-hero .button {
    margin: 0 auto 60px;
  }

  .report.module.graph1-module h2 {
    font-size: 40px;
  }

  .slider-nav {
    height: 50px;
  }

  .slider-nav-item {
    display: none;
  }

  .slick-dots {
    bottom: auto;
    top: 15px;
    display: block !important;
  }

  .report-slider-content {
    padding: 0;
  }
  .report-slider-content p {
    font-size: 22px;
  }

  .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 0.25;
  }

  .slick-dots li.slick-active button:before {
    color: #e2635c;
    opacity: 1;
  }

  .slick-dots li button:before {
    font-size: 9px;
  }

  .slick-dots li {
    width: 16px;
    height: 16px;
  }

  .report.module h2 {
    font-size: 40px;
  }
  .report.module h3 {
    letter-spacing: -1px;
  }
  .report.module h4 {
    font-size: 20px;
  }
  .report.module.two-up .grid-1-2 {
    margin: 0;
  }
  .report.module .gradient-text {
    font-size: 70px;
  }
  .report.module .wrapper .wrapper {
    width: 100%;
  }
  .report.module.on-top {
    padding-top: 0;
  }

  .dont-know .radial-gradient {
    display: none;
  }

  .line-img {
    width: 200%;
    max-width: none;
    margin-left: -80%;
  }

  #download-report fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  #download-report fieldset.form-columns-2 .hs-form-field:first-of-type, #download-report fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin: 0;
  }

  #download-report .wrapper {
    padding-bottom: 130px;
  }
}
.report-thank-you .teal {
  color: #007b87;
}
.report-thank-you sup {
  font-size: 0.5em;
}
.report-thank-you h4 {
  margin-bottom: 5px;
}
.report-thank-you #report-hero {
  background: url("../img/report/thank-you/hero-bg.jpg") no-repeat bottom center;
  background-size: cover;
  text-align: center;
  padding: 0 0 150px 0;
  border-top: none;
  z-index: 1;
  color: #fff;
}
.report-thank-you #report-hero h2 {
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  font-family: "HelveticaNeueLTStd-Lt";
}
.report-thank-you #report-hero h3 {
  font-size: 40px;
  padding: 50px 0;
}
.report-thank-you .full-text {
  margin: 70px 0;
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #d7d7d7 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #d7d7d7 100%);
}
.report-thank-you .full-text p {
  color: #282828;
  font-size: 25px;
  margin: 20px 0;
}
.report-thank-you .full-text p.teal {
  color: #007b87;
}
.report-thank-you .full-text img {
  display: block;
  margin: 30px 0 0 0;
}
.report-thank-you .full-text h4 {
  font-size: 30px;
}
.report-thank-you .grid-1-2 {
  margin-top: 20px;
}
.report-thank-you .grid-1-2:first-of-type {
  padding-right: 50px;
  width: calc(100% - 500px);
}
.report-thank-you .thank-you-contact {
  padding: 40px 0 0 0;
}
.report-thank-you .thank-you-contact p, .report-thank-you .thank-you-contact li {
  font-size: 20px;
}
.report-thank-you .thank-you-contact p {
  margin: 25px 0;
}
.report-thank-you .thank-you-contact p:first-of-type {
  margin-top: 0;
}
.report-thank-you #thank-you-form {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.28);
  background: #fcfcfc;
  border: 1px solid #b7b7b7;
  border-radius: 15px;
  padding: 30px;
  max-width: 450px;
  float: right;
}
.report-thank-you #thank-you-form h4 {
  font-size: 25px;
  width: 90%;
  margin: 0 auto 25px;
}
.report-thank-you #thank-you-form p {
  color: #282828;
  font-size: 9px;
  text-align: center;
}
.report-thank-you #thank-you-form .hs-form-required {
  color: #282828;
}
.report-thank-you #thank-you-form .submitted-message p {
  font-size: 18px;
}
.report-thank-you #thank-you-form .error {
  background: #fff;
  border: 1px solid #e2635c;
}
.report-thank-you #thank-you-form .hs-error-msgs.inputs-list li label {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  color: #e2635c;
}
.report-thank-you #thank-you-form .hs_error_rollup li label {
  text-align: center;
}
.report-thank-you #thank-you-form .actions {
  margin: 0;
  padding: 0;
}
.report-thank-you #thank-you-form fieldset {
  width: 100%;
  max-width: 100%;
}
.report-thank-you #thank-you-form .input {
  margin: 0;
}
.report-thank-you #thank-you-form label {
  margin: 0 0 0 20px;
}
.report-thank-you #thank-you-form input, .report-thank-you #thank-you-form select {
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 20px;
  border: 1px solid #a1a1a1;
  border-radius: 23px;
  outline: none;
  max-width: 100%;
  width: 100%;
  height: 45px;
}
.report-thank-you #thank-you-form input[type=submit], .report-thank-you #thank-you-form select[type=submit] {
  -webkit-appearance: none;
  border-radius: 30px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: none;
  background: #007a88;
  margin-top: 20px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #007a88;
  outline: none;
  box-shadow: none;
  font-weight: normal;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 20px 35px;
  height: auto;
}
.report-thank-you .callout {
  display: block;
}
@media screen and (max-width: 1100px) {
  .report-thank-you .grid-1-2:first-of-type {
    width: 50%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 650px) {
  .report-thank-you .grid-1-2,
.report-thank-you .grid-1-2:first-of-type,
.report-thank-you #thank-you-form {
    width: 100%;
    float: none;
    max-width: 100%;
    padding: 0;
  }
  .report-thank-you #report-hero {
    padding-bottom: 70px;
  }
  .report-thank-you #report-hero h3 {
    font-size: 24px;
    padding: 40px 0;
    letter-spacing: -1px;
  }
  .report-thank-you #report-hero .logo {
    max-width: 180px;
  }
  .report-thank-you #report-hero h1 {
    font-size: 36px;
    letter-spacing: -2px;
    margin: 10px 0;
  }
  .report-thank-you .full-text {
    padding-top: 20px;
  }
  .report-thank-you .full-text p {
    font-size: 18px;
  }
  .report-thank-you .full-text img {
    margin-bottom: 0;
  }
  .report-thank-you h4 {
    font-size: 22px;
  }
  .report-thank-you .thank-you-contact {
    padding-top: 0;
    text-align: center;
  }
  .report-thank-you .thank-you-contact ul {
    text-align: left;
  }
  .report-thank-you .thank-you-contact p,
.report-thank-you .thank-you-contact li {
    font-size: 17px;
  }
  .report-thank-you #thank-you-form {
    padding: 15px;
    border-radius: 10px;
  }
  .report-thank-you .ty-disclaimer {
    margin: 20px auto;
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .report-thank-you #report-hero h1 {
    font-size: 30px;
  }
  .report-thank-you #report-hero h3 {
    font-size: 22px;
  }
}
.report-thank-you.monetize-and-retention {
  padding-bottom: 50px;
  border-bottom: 10px solid #007a88;
}
.report-thank-you.monetize-and-retention #report-hero h1 {
  font-size: 70px;
  letter-spacing: -3px;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .report-thank-you.monetize-and-retention #report-hero h1 {
    font-size: 50px;
  }
}
.report-thank-you.monetize-and-retention .full-text {
  margin-top: 0;
}
.report-thank-you.monetize-and-retention .full-text img {
  width: 100%;
  margin: -160px auto 0;
}
@media screen and (max-width: 650px) {
  .report-thank-you.monetize-and-retention .full-text img {
    margin-top: -120px;
  }
}
.report-thank-you.monetize-and-retention #thank-you-form input {
  height: 35px;
  font-size: 1em;
  margin: 0;
}
.report-thank-you.monetize-and-retention #thank-you-form input[type=submit] {
  height: 45px;
  line-height: 45px;
  padding: 0;
}
.report-thank-you.monetize-and-retention #thank-you-form select {
  -webkit-appearance: none;
  height: 35px;
  background: url("../img/icons/arrow-down.svg") no-repeat 97% center;
  background-size: 12px 12px;
  margin: 0;
}
.report-thank-you.monetize-and-retention #firstname-17df69f1-af82-4a56-96fb-fe5b7c155047 {
  width: 98%;
}
.report-thank-you.monetize-and-retention #lastname-17df69f1-af82-4a56-96fb-fe5b7c155047 {
  width: 98%;
  float: right;
}
.report-thank-you.monetize-and-retention ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
}
.report-thank-you.monetize-and-retention ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
}
.report-thank-you.monetize-and-retention :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
}
.report-thank-you.monetize-and-retention :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
}
.report-thank-you.monetize-and-retention .lander-copyright {
  font-size: 12px;
  margin-top: -40px;
  font-family: "HelveticaNeueLTStd-Lt";
}

.ps.first.module {
  padding-bottom: 0;
}
.ps.first.module nav {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ps-dark-bg {
  background: #26292a;
  overflow: hidden;
  padding-bottom: 0;
}
.ps-dark-bg .wrapper {
  max-width: 1000px;
}
.ps-neue-light {
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  font-style: normal;
}
.ps.position.white {
  color: #fff;
}

.ps-sm-wrapper {
  max-width: 1000px;
}

.professionalServices sup,
.professionalServicesIndex sup {
  font-size: 0.3em;
  vertical-align: text-top;
  margin-left: 3px;
}

hr.ps {
  width: 150px;
  border-top: 5px solid #e2635c;
}

.ps-hero-bg {
  background: url("../img/professional-services/hero-bg.jpg") no-repeat center center;
  background-size: cover;
  box-shadow: 0px 8px 25px #7e7875;
  padding: 150px 0 50px 0;
}
.ps-hero-bg h1 {
  text-transform: uppercase;
  font-size: 3.8em;
  opacity: 0;
}

.white-overlap {
  background: #fff;
  padding: 50px 0 10px 0;
  margin-top: -70px;
}
.white-overlap h3, .white-overlap h4 {
  opacity: 0;
}

.ps-mask {
  overflow: hidden;
}

.overlap {
  margin-top: -90px;
  background: #fff;
  padding: 80px 50px;
}
.overlap hr {
  opacity: 0;
}

.ps-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.ps-list-item {
  margin: 50px 0;
  opacity: 0;
}
.ps-list-item img {
  width: 90px;
  float: left;
  margin: 0 25px 0 0;
  vertical-align: middle;
}
.ps-list-item p {
  float: left;
  width: calc(100% - 115px);
  margin: 0;
  vertical-align: middle;
}

.ps-boxes {
  margin-top: 50px;
  padding-bottom: 100px;
}

.ps-box {
  width: calc(50% - 30px);
  float: left;
  box-shadow: 0px 0px 25px #c0c0c0;
  border-radius: 10px;
  overflow: hidden;
}
.ps-box:first-of-type {
  margin-right: 15px;
}
.ps-box:last-of-type {
  margin-left: 15px;
}
.ps-box a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  border-bottom: 1px solid #fff;
}
.ps-box a:hover {
  border-color: #e2635c;
}

.ps-box-top {
  padding: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px 10px 0 0;
}

.ps-box-top-overlay,
.ps-hero-overlay {
  background: rgba(51, 52, 53, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.ps-box-top-overlay {
  border-radius: 10px 10px 0 0;
}

.ps-box-icon {
  background: #e2635c;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
.ps-box-icon img {
  width: calc(100% - 10px);
  padding: 10px;
}

.ps-arc {
  background: #fff;
  position: absolute;
  top: 80%;
  left: -25%;
  height: 210px;
  border-radius: 50%;
  width: 150%;
}

.ps-box-bottom {
  padding: 30px;
}
.ps-box-bottom sup {
  font-size: 0.6em;
  margin-left: 0;
  vertical-align: super;
}

.ps-grid {
  position: absolute;
  top: -50%;
  width: 150%;
  height: 150%;
  opacity: 0.2;
  z-index: 0;
}

.ps-grid-1 {
  left: -50%;
}

.ps-grid-2 {
  right: -50%;
}

@media screen and (max-width: 700px) {
  .ps-list-item img {
    width: 80px;
    float: none;
    display: block;
    margin: 0 auto 40px;
  }
  .ps-list-item p {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }

  .ps-box {
    float: none;
    display: block;
    margin: 40px 0;
    width: 100%;
  }
  .ps-box:first-of-type {
    margin-right: 0;
  }
  .ps-box:last-of-type {
    margin-left: 0;
  }
}
.ps-interior .ps-hero-bg {
  padding: 100px 0 150px;
}
.ps-interior h1, .ps-interior h4 {
  text-transform: none;
  padding-left: 15px;
  border-left: 6px solid #e2635c;
}
.ps-interior .interior-hero {
  width: 60%;
  float: right;
  max-width: 640px;
  font-size: 14px;
  overflow: hidden;
}
.ps-interior .interior-hero h1, .ps-interior .interior-hero h4 {
  opacity: 0;
}
.ps-interior .interior-hero .button {
  opacity: 0;
}
.ps-interior .interior-hero .button a {
  font-size: 1.4em;
  padding: 12px 35px;
}
.ps-interior .interior-hero .button:hover {
  background: #fff;
  border-color: #fff;
}

.ps-box-interior {
  cursor: pointer;
  font-size: 16px;
  width: calc(33% - 25px);
  box-shadow: 0px 0px 0px #c0c0c0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.ps-box-interior em {
  font-family: "HelveticaNeueLTStd-LtIt", Helvetica, Arial, sans-serif;
}
.ps-box-interior:first-of-type {
  margin-right: 40px;
}
.ps-box-interior:last-of-type {
  margin-left: 40px;
}
.ps-box-interior.ps-active-box {
  box-shadow: 0px 0px 25px #c0c0c0;
}
.ps-box-interior .ps-box-icon {
  border-radius: 0 0 50% 50%;
  top: 0;
  right: 20px;
  left: auto;
  width: 70px;
  height: 70px;
}
.ps-box-interior .ps-box-bottom {
  background: #f2f2f2;
  min-height: 330px;
}
.ps-box-interior h4 {
  font-size: 1.3em;
}
.ps-box-interior a {
  text-decoration: none;
  border: none;
}

.ps-slide {
  padding-bottom: 100px;
}

.ps-slider-left {
  width: 70%;
  float: left;
  padding-right: 40px;
}
.ps-slider-left.ps-right-sidebar-false {
  width: 100%;
  padding-right: 0;
}
.ps-slider-left.ps-right-sidebar-false .button {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.27);
}

.ps-slider-right {
  width: 30%;
  float: left;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 30px;
}
.ps-slider-right .button {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.27);
}

.ps-right-container {
  margin-bottom: 20px;
}

.ps-tag {
  background: #f2f2f2;
  font-size: 0.9em;
  padding: 6px 12px;
  border-radius: 20px;
  line-height: 2.5;
  white-space: nowrap;
}

.ps-slider {
  margin-bottom: 100px;
}
.ps-slider h2 {
  font-size: 2.5em;
}
.ps-slider img.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 15px;
}

.ps-slide-top {
  border-bottom: 5px solid #e2635c;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.ps-slide-top h2 {
  float: left;
  vertical-align: middle;
}

.ps-next {
  float: right;
  margin-top: 4px;
  cursor: pointer;
  color: #888888;
}

.ps-next-icon {
  background: #e2635c;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  padding: 7px;
  vertical-align: middle;
  margin-left: 5px;
}
.ps-next-icon img {
  height: 100%;
  margin: 0 auto;
}

/* -- overlay form -- */
.ps-overlay-header {
  height: 80px;
  float: left;
  width: 100%;
  background: #e2635c;
  position: absolute;
  top: 0;
  left: 0;
}
.ps-overlay-header h2 {
  color: white;
  padding-left: 35px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding-top: 30px;
}

#ps-overlay-form {
  display: none;
  width: 100%;
  max-width: 550px;
  padding: 30px 10px 30px 35px;
  position: relative;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999999;
  background: #ffffff;
  box-shadow: 0px 5px 21px 3px rgba(0, 0, 0, 0.44);
  margin-bottom: 200px;
}
#ps-overlay-form input[type=text] {
  box-shadow: none;
  height: 30px;
}
#ps-overlay-form input[type=submit] {
  width: 130px;
  padding: 20px;
  display: block;
  margin: 0 auto;
  border: none;
  outline: none;
  border-radius: 30px;
  font-size: 0.85em;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  background: #007a88;
  border: 1px solid #007a88;
  text-shadow: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  cursor: pointer;
  box-shadow: none;
}
#ps-overlay-form input[type=submit]:hover {
  color: #007a88;
  background: transparent;
  box-shadow: none;
}
#ps-overlay-form label {
  margin-top: 0;
}
#ps-overlay-form .hbspt-form {
  margin-top: 80px;
}

.ps-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  overflow-y: scroll;
}

.ps-close-button {
  float: right;
  width: 30px;
  height: 30px;
  box-shadow: none;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 30px;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.show {
  display: block !important;
}

@media screen and (max-width: 1140px) {
  .ps-hero-bg .interior-hero {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  .ps-hero-bg .interior-hero {
    padding-bottom: 0;
  }
  .ps-hero-bg .interior-hero h1 {
    font-size: 3.25em;
  }

  .white-overlap {
    margin-top: -63px;
  }
}
@media screen and (max-width: 800px) {
  .ps-hero-bg {
    padding: 100px 0;
  }
  .ps-hero-bg .interior-hero {
    padding-bottom: 40px;
  }

  .ps-boxes {
    padding-bottom: 50px;
  }

  .ps-box-interior {
    width: 100%;
    margin-bottom: 30px;
  }
  .ps-box-interior:last-of-type {
    margin: 0;
  }

  .ps-slider-left,
.ps-slider-right {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }

  .ps-slider-left {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .ps-interior .interior-hero {
    width: 100%;
    float: none;
    font-size: 12px;
  }

  .ps-next {
    float: none;
    text-align: center;
  }

  .ps-slide-top h2 {
    float: none;
    text-align: center;
  }

  .ps-next-icon {
    width: 25px;
    height: 25px;
  }
}
body.ebook {
  padding: 0 !important;
}
body.ebook .ebook-page .thank-you-msg {
  background: url("../img/ebook/thank-you-bg.png") no-repeat top center;
  background-size: cover;
  height: 275px;
  text-align: center;
  background-color: #e2635c;
  color: #fff;
  font-family: HelveticaNeueLTStd-Bld, Helvetica, Arial, sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}
body.ebook .ebook-page .thank-you-msg.hide {
  margin-top: -275px;
}
@media screen and (max-width: 1024px) {
  body.ebook .ebook-page .thank-you-msg {
    height: 250px;
  }
}
@media screen and (max-width: 560px) {
  body.ebook .ebook-page .thank-you-msg {
    height: auto;
  }
}
body.ebook .ebook-page .thank-you-msg .close-btn {
  position: absolute;
  width: 25px;
  right: 30px;
  top: 20px;
  cursor: pointer;
  z-index: 99;
}
body.ebook .ebook-page .thank-you-msg .text-container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 560px) {
  body.ebook .ebook-page .thank-you-msg .text-container {
    top: 0;
    -webkit-transform: none;
    transform: none;
    padding: 60px 20px 0;
  }
}
body.ebook .ebook-page .thank-you-msg .text-container h3 {
  font-size: 46px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  body.ebook .ebook-page .thank-you-msg .text-container h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  body.ebook .ebook-page .thank-you-msg .text-container h3 {
    font-size: 26px;
  }
}
body.ebook .ebook-page .thank-you-msg .text-container p {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  body.ebook .ebook-page .thank-you-msg .text-container p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  body.ebook .ebook-page .thank-you-msg .text-container p {
    font-size: 20px;
  }
}
body.ebook .ebook-page .thank-you-msg .text-container p:last-of-type {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.ebook .ebook-page .thank-you-msg .text-container p:last-of-type {
    font-size: 12px;
  }
}
body.ebook .ebook-page .thank-you-msg .before-you-go {
  border-radius: 40px;
  background-color: #fff;
  height: 50px;
  width: 235px;
  position: relative;
  top: 118px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  body.ebook .ebook-page .thank-you-msg .before-you-go {
    top: 112px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  body.ebook .ebook-page .thank-you-msg .before-you-go {
    top: 128px;
  }
}
@media screen and (max-width: 560px) {
  body.ebook .ebook-page .thank-you-msg .before-you-go {
    top: 23px;
  }
}
body.ebook .ebook-page .thank-you-msg .before-you-go p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #262627;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  body.ebook .ebook-page .thank-you-msg .before-you-go p {
    font-size: 18px;
  }
}
body.ebook .ebook-page .thank-you-msg .before-you-go img {
  bottom: -12px;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  body.ebook .ebook-page .thank-you-msg .before-you-go img {
    bottom: -18px;
  }
}
body.ebook .ebook-page .small-header {
  color: #e2635c;
  font-size: 0.5em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  body.ebook .ebook-page .small-header {
    font-size: 0.75em;
  }
}
body.ebook .ebook-page hr {
  height: 5px;
  color: #e2635c;
  background-color: #e2635c;
  width: 15%;
  margin: 10px 0;
}
body.ebook .ebook-page .ebook-hero {
  height: auto;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
body.ebook .ebook-page .ebook-hero .wrapper {
  padding-top: 40px;
  z-index: auto;
}
@media (max-width: 900px) {
  body.ebook .ebook-page .ebook-hero .wrapper {
    padding-top: 75px;
  }
}
body.ebook .ebook-page .ebook-hero .vid {
  padding: 40px 0 230px !important;
}
@media screen and (max-width: 900px) {
  body.ebook .ebook-page .ebook-hero .vid {
    padding-bottom: 5% !important;
  }
}
body.ebook .ebook-page .ebook-hero div.vidwrapper {
  position: absolute;
  left: -5%;
  top: 18%;
  max-height: initial !important;
  width: 85%;
  display: block;
}
body.ebook .ebook-page .ebook-hero div.vidwrapper .book-video-mobile {
  display: none;
}
body.ebook .ebook-page .ebook-hero div.vidwrapper .book-video-desktop {
  width: 60%;
  float: left;
  cursor: pointer;
}
body.ebook .ebook-page .ebook-hero div.vidwrapper img.book-video-playbtn {
  left: 24%;
  position: absolute;
  width: 150px;
  top: 46%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  body.ebook .ebook-page .ebook-hero div.vidwrapper {
    position: relative;
    width: 100%;
    left: unset;
    top: unset;
    margin-bottom: -20%;
  }
  body.ebook .ebook-page .ebook-hero div.vidwrapper .book-video-desktop {
    display: none;
  }
  body.ebook .ebook-page .ebook-hero div.vidwrapper .book-video-mobile {
    display: block;
    width: 75%;
    margin: 0 auto;
    cursor: pointer;
  }
  body.ebook .ebook-page .ebook-hero div.vidwrapper img.book-video-playbtn {
    position: absolute;
    top: 45%;
    width: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
}
body.ebook .ebook-page .ebook-hero .hero-logo,
body.ebook .ebook-page .ebook-hero .headline {
  float: left;
  text-align: left;
}
@media (max-width: 900px) {
  body.ebook .ebook-page .ebook-hero .hero-logo,
body.ebook .ebook-page .ebook-hero .headline {
    width: 100%;
  }
}
body.ebook .ebook-page .ebook-hero .hero-logo {
  width: 55%;
  margin-bottom: 3vw;
}
@media (max-width: 900px) {
  body.ebook .ebook-page .ebook-hero .hero-logo {
    width: 100%;
    text-align: center;
  }
}
body.ebook .ebook-page .ebook-hero .hero-logo img {
  max-width: 300px;
}
@media (max-width: 500px) {
  body.ebook .ebook-page .ebook-hero .hero-logo img {
    max-width: 250px;
    margin-bottom: 25px;
  }
}
body.ebook .ebook-page .ebook-hero .headline {
  width: 100%;
  padding: 0 30px;
  float: none;
}
body.ebook .ebook-page .ebook-hero .headline strong {
  line-height: 34px;
}
@media (max-width: 975px) {
  body.ebook .ebook-page .ebook-hero .headline {
    padding: 0 45px;
  }
}
@media (max-width: 900px) {
  body.ebook .ebook-page .ebook-hero .headline {
    text-align: center;
    width: 100%;
    margin: 10px 0;
    display: none;
  }
}
body.ebook .ebook-page .ebook-hero .mobile-headline {
  display: none;
  width: 100%;
  padding: 0 30px;
  float: none;
}
body.ebook .ebook-page .ebook-hero .mobile-headline strong {
  line-height: 34px;
}
body.ebook .ebook-page .ebook-hero .mobile-headline h1 {
  font-weight: 900;
  font-family: "HelveticaNeueLTStd-Bld", Helvetica, Arial, sans-serif;
  font-size: calc(1.25em + 2.25vw);
}
body.ebook .ebook-page .ebook-hero .mobile-headline h2 {
  margin-top: 30px;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
@media (max-width: 900px) {
  body.ebook .ebook-page .ebook-hero .mobile-headline {
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 900px) {
  body.ebook .ebook-page .ebook-hero .ebook-hero-right-container {
    display: none;
  }
}
body.ebook .ebook-page .ebook-hero .grid-1-2 {
  padding: 0 40px;
}
@media (max-width: 1130px) {
  body.ebook .ebook-page .ebook-hero .grid-1-2 {
    padding: 0;
  }
}
@media (max-width: 900px) {
  body.ebook .ebook-page .ebook-hero .grid-1-2 {
    width: 100% !important;
  }
}
body.ebook .ebook-page .ebook-hero .ebook-hero-left {
  padding-left: 0;
  text-align: left;
  overflow: hidden;
}
@media (max-width: 900px) {
  body.ebook .ebook-page .ebook-hero .ebook-hero-left {
    text-align: center;
  }
}
body.ebook .ebook-page .ebook-hero .ebook-hero-right {
  width: 100%;
  padding: 0;
  margin-top: 15px;
}
body.ebook .ebook-page .ebook-hero .ebook-hero-right h1 {
  font-weight: 900;
  font-family: "HelveticaNeueLTStd-Bld", Helvetica, Arial, sans-serif;
  font-size: calc(1.25em + 180.25%);
}
body.ebook .ebook-page .ebook-hero .ebook-hero-right h2 {
  margin-top: 30px;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
body.ebook .ebook-page .ebook-hero .book-cover {
  max-width: 620px;
  width: 80%;
  padding: 20px 0 0;
  top: 15px;
}
@media (max-width: 900px) {
  body.ebook .ebook-page .ebook-hero .book-cover {
    max-width: 450px;
    width: 80%;
  }
}
@media (max-width: 600px) {
  body.ebook .ebook-page .ebook-hero .book-cover {
    padding: 0;
  }
}
body.ebook .ebook-page .ebook-hero h1 {
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  font-size: 34px;
  color: #fff;
}
@media (max-width: 1315px) {
  body.ebook .ebook-page .ebook-hero h1 {
    font-size: 26px;
  }
}
@media (max-width: 414px) {
  body.ebook .ebook-page .ebook-hero h1 {
    font-size: 22px;
  }
}
body.ebook .ebook-page .ebook-hero .short-form {
  display: none;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  margin: 40px 20px 20px;
  text-align: center;
  padding: 15px 40px 40px;
  position: absolute;
}
body.ebook .ebook-page .ebook-hero .short-form .input {
  margin: 0 !important;
}
body.ebook .ebook-page .ebook-hero .short-form label {
  text-align: left;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
}
body.ebook .ebook-page .ebook-hero .short-form fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 10px);
}
@media (max-width: 600px) {
  body.ebook .ebook-page .ebook-hero .short-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
}
body.ebook .ebook-page .ebook-hero .short-form fieldset.form-columns-2 .hs-form-field:first-of-type {
  margin-right: 10px;
}
@media (max-width: 600px) {
  body.ebook .ebook-page .ebook-hero .short-form fieldset.form-columns-2 .hs-form-field:first-of-type {
    margin: 0;
  }
}
body.ebook .ebook-page .ebook-hero .short-form fieldset.form-columns-2 .hs-form-field:last-of-type {
  margin-left: 10px;
}
@media (max-width: 600px) {
  body.ebook .ebook-page .ebook-hero .short-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin: 0;
  }
}
body.ebook .ebook-page .ebook-hero .short-form select,
body.ebook .ebook-page .ebook-hero .short-form input {
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 1em;
  padding: 0 20px;
  border: 1px solid #b7b7b7;
  outline: none;
  max-width: 100%;
  width: 100% !important;
  height: 50px;
  background-color: #f2f2f2;
}
body.ebook .ebook-page .ebook-hero .short-form select {
  -webkit-appearance: none;
  -webkit-border-radius: 40px;
  margin: 0;
}
body.ebook .ebook-page .ebook-hero .short-form p {
  margin: 25px 0;
  font-size: 9px;
}
body.ebook .ebook-page .ebook-hero .short-form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 40px;
  font-size: 16px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: none;
  background: #e2635c;
  margin-top: 20px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #e2635c;
  outline: none;
  box-shadow: none;
  font-weight: normal;
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 15px 35px;
  height: auto;
}
body.ebook .ebook-page .ebook__benefits {
  padding: 75px 20px 20px;
  background-color: #fff;
  z-index: auto;
}
body.ebook .ebook-page .ebook__benefits-text {
  width: 51%;
  float: left;
  padding-right: 50px;
}
body.ebook .ebook-page .ebook__benefits-text h2 {
  font-size: 2.75em;
}
body.ebook .ebook-page .ebook__benefits-text p:not(.small-header) {
  margin-top: 20px;
  color: #282828;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  padding-right: 20px;
}
body.ebook .ebook-page .ebook__benefits-text .small-header {
  margin-bottom: 15px;
  color: #e2635c;
}
body.ebook .ebook-page .ebook__benefits .four-up .wrapper {
  width: 100%;
}
body.ebook .ebook-page .ebook__benefits .four-up .grid-1-4 {
  text-align: left;
  width: calc(25% - 5px);
}
@media screen and (max-width: 768px) {
  body.ebook .ebook-page .ebook__benefits .four-up .grid-1-4 {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  body.ebook .ebook-page .ebook__benefits .four-up .grid-1-4 {
    width: 98%;
    padding: 20px;
    text-align: center;
  }
}
body.ebook .ebook-page .ebook__benefits .four-up img {
  width: 80px;
}
body.ebook .ebook-page .ebook__benefits .short-form {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  margin: 40px 0 20px 20px;
  text-align: center;
  padding: 15px 40px 40px;
  position: relative;
  width: 45%;
  float: left;
  margin-top: -32%;
}
body.ebook .ebook-page .ebook__benefits .short-form .input {
  margin: 0 !important;
}
body.ebook .ebook-page .ebook__benefits .short-form label {
  text-align: left;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
}
body.ebook .ebook-page .ebook__benefits .short-form fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 10px);
}
@media (max-width: 600px) {
  body.ebook .ebook-page .ebook__benefits .short-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
}
body.ebook .ebook-page .ebook__benefits .short-form fieldset.form-columns-2 .hs-form-field:first-of-type {
  margin-right: 10px;
}
@media (max-width: 600px) {
  body.ebook .ebook-page .ebook__benefits .short-form fieldset.form-columns-2 .hs-form-field:first-of-type {
    margin: 0;
  }
}
body.ebook .ebook-page .ebook__benefits .short-form fieldset.form-columns-2 .hs-form-field:last-of-type {
  margin-left: 10px;
}
@media (max-width: 600px) {
  body.ebook .ebook-page .ebook__benefits .short-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin: 0;
  }
}
body.ebook .ebook-page .ebook__benefits .short-form select,
body.ebook .ebook-page .ebook__benefits .short-form input {
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 1em;
  padding: 0 20px;
  border: 1px solid #b7b7b7;
  outline: none;
  max-width: 100%;
  width: 100% !important;
  height: 50px;
  background-color: #f2f2f2;
}
body.ebook .ebook-page .ebook__benefits .short-form select {
  -webkit-appearance: none;
  -webkit-border-radius: 40px;
  margin: 0;
}
body.ebook .ebook-page .ebook__benefits .short-form p {
  margin: 25px 0;
  font-size: 9px;
}
body.ebook .ebook-page .ebook__benefits .short-form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 40px;
  font-size: 16px;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: none;
  background: #e2635c;
  margin-top: 20px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #e2635c;
  outline: none;
  box-shadow: none;
  font-weight: normal;
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 15px 35px;
  height: auto;
}
@media screen and (max-width: 900px) {
  body.ebook .ebook-page .ebook__benefits {
    top: -15vw;
    display: flex;
    flex-direction: column;
  }
  body.ebook .ebook-page .ebook__benefits-text {
    order: 2;
    width: 98%;
    padding-top: 50px;
  }
  body.ebook .ebook-page .ebook__benefits .short-form {
    order: 1;
    width: 100%;
    margin: -32% auto 40px;
  }
  body.ebook .ebook-page .ebook__benefits .four-up {
    order: 3;
    padding-bottom: 0 !important;
  }
  body.ebook .ebook-page .ebook__benefits .four-up .grid-1-4 {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body.ebook .ebook-page .ebook__benefits {
    padding: 75px 0px 0px;
  }
  body.ebook .ebook-page .ebook__benefits-text {
    padding-right: 0;
  }
}
body.ebook .ebook-page .whats-inside {
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
body.ebook .ebook-page .whats-inside .slick-dots {
  top: auto;
  bottom: auto;
  display: block !important;
}
body.ebook .ebook-page .whats-inside .slick-dots li button:before {
  color: #fff;
}
body.ebook .ebook-page .whats-inside .slick-dots li.slick-active button:before {
  color: #e2635c;
}
body.ebook .ebook-page .whats-inside__container {
  padding-top: 100px;
  padding-bottom: 75px;
  max-width: 1400px;
  margin: 0 auto;
}
body.ebook .ebook-page .whats-inside__container .info-box {
  width: 77%;
  margin: 0 auto;
}
body.ebook .ebook-page .whats-inside__container .info-box p {
  margin: 0;
}
body.ebook .ebook-page .whats-inside__container .info-box h2 {
  color: #fff;
  margin-top: 20px;
  font-size: 2.25em;
}
body.ebook .ebook-page .whats-inside__container .info-box p:not(.small-header) {
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  color: #fff;
}
body.ebook .ebook-page .whats-inside__container .grid-1-3 {
  padding: 30px 0px;
}
body.ebook .ebook-page .whats-inside__container .grid-1-3 .bg-img {
  text-align: center;
}
body.ebook .ebook-page .whats-inside__container .grid-1-3 .bg-img img {
  width: 77%;
}
body.ebook .ebook-page .whats-inside__container .grid-1-3 .box-num {
  position: absolute;
  top: 4%;
  right: 16%;
  color: #fff;
  font-size: calc(1em + 2vw);
}
@media screen and (min-width: 1600px) {
  body.ebook .ebook-page .whats-inside__container .grid-1-3 .box-num {
    top: 3%;
    right: 14%;
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  body.ebook .ebook-page .whats-inside__container .grid-1-3 .box-num {
    font-size: calc(1.75em + 2vw);
  }
}
body.ebook .ebook-page .whats-inside__container .grid-1-3 .chapter {
  width: 65%;
}
body.ebook .ebook-page .whats-inside__container .grid-1-3 .topics-container {
  margin-top: 2.5em;
  padding-right: 20px;
}
body.ebook .ebook-page .whats-inside__container .grid-1-3 .topics {
  position: absolute;
  top: 4%;
  left: 19%;
  text-align: left;
  width: 68%;
}
body.ebook .ebook-page .whats-inside__container .grid-1-3 .topics .topic {
  color: #7d7d7d;
  transition: color 0.25s;
}
@media screen and (max-width: 1000px) {
  body.ebook .ebook-page .whats-inside__container .grid-1-3 {
    width: 45%;
    margin: 0 2.5%;
  }
}
@media screen and (max-width: 768px) {
  body.ebook .ebook-page .whats-inside__container .grid-1-3 {
    margin: 0 auto;
  }
  body.ebook .ebook-page .whats-inside__container .grid-1-3 .bg-img {
    width: 325px;
    margin: 0 auto;
  }
  body.ebook .ebook-page .whats-inside__container .grid-1-3 .bg-img img {
    margin: 0 auto;
  }
  body.ebook .ebook-page .whats-inside__container .grid-1-3 .topics {
    top: 4%;
    left: 18%;
  }
  body.ebook .ebook-page .whats-inside__container .grid-1-3 .box-num {
    font-size: calc(1.5em + 2vw);
  }
}
@media screen and (max-width: 768px) {
  body.ebook .ebook-page .whats-inside__container {
    padding-top: 35px;
  }
}
body.ebook .ebook-page .download-ebook h4 {
  margin-bottom: 15px;
}
body.ebook .ebook-page .download-ebook h3 {
  margin: 8% 0 20px;
}
body.ebook .ebook-page .download-ebook hr {
  margin: 0 auto 50px;
  text-align: center;
}
body.ebook .ebook-page .download-ebook .book-footer img {
  vertical-align: bottom;
}
body.ebook .ebook-page .hbspt-form {
  margin-bottom: 50px;
}
body.ebook .ebook-page .hbspt-form fieldset {
  width: 100%;
  max-width: none;
}
body.ebook .ebook-page .case-studies h3 {
  margin-top: 10px;
  margin-bottom: 1.5em;
}
body.ebook .ebook-page .case-studies .slick-dots {
  display: none !important;
}
body.ebook .ebook-page .ebook-footer hr {
  width: 5%;
}
body.ebook footer {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
