@charset "UTF-8";
/* Global Section */
*:focus {
  outline: none !important;
}

html {
  height: 100%;
  box-sizing: border-box;
}


small {
  font-size: 12px;
}

.full-width {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.btn,
a {
  transition: 0.2s all ease-in-out;
}

.btn-border {
  border-radius: 26px;
  padding: 1.2rem 2.5rem;
}

@media screen and (min-width: 998px) {
  .row-eq-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* Header Section */
.top-bar, .sticky-top-bar {
  width: 100%;
}

.top-bar .container, .sticky-top-bar .container {
  padding-top: 12px;
  padding-bottom: 10px;
}

.sticky-top-bar {
  display: none;
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(59, 66, 76, 0.1);
}

.sticky-top-bar.fixed {
  position: fixed;
  z-index: 1000;
}

.header-logo {
  display: -ms-flexbox;
  display: flex;
}

.header-logo__right, .header-button__right {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 3px;
}

.header-logo__left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.header-logo img {
  width: 130px;
  max-width: 100%;
}

.header-cta .btn {
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 300;
}

.header-btn-container {
  margin: 5% 0 8% 0%;
}

.hero-text {
  text-align: center;
  padding: 100px 15px;
}
.hero-text h4 {
  letter-spacing: 0.2rem;
}

.hero-text-inner {
  padding: 10% 7%;
  background: #fff;
}

.hero-above-fold {
  padding-top: 6%;
}

.header-form {
  padding-top: 100px;
}

.header-form-inner {
  z-index: 200;
  background: #fff;
  width: 100%;
  padding: 10px;
  box-shadow: 0 2px 34px 0 rgba(82, 99, 129, 0.11);
}
.header-form-inner h3, .header-form-inner h4 {
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}

.down-arrow {
  margin-top: 20px;
}

.col-md-8.hero-text {
  text-align: left;
}

.col-md-8.col-md-offset-2.hero-text {
  text-align: center;
}

.countdown-header {
  margin-top: 40px;
}

.countdown-header h4 {
  position: relative;
  z-index: 1;
  color: #959DAB;
}
.countdown-header h4:before {
  border-top: 2px solid #959DAB;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
}
.countdown-header h4 span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}

#clockdiv {
  text-align: center;
  padding: 30px 0;
  top: -15px;
  background: #FFF;
  left: 0px;
}

.countdown-wrapper .col-xs-12 {
  margin-top: -71px;
}

.countdown {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.countdown .col-xs-3 {
  border-right: solid 1px #BDC3CF;
}

.countdown .col-xs-3:last-child {
  border-right: 0;
}

.countdown h3 {
  font-size: 34px;
  margin: 0;
  padding: 0 0 10px 0;
}

.countdown h4 {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.webinar {
  background: #124191;
  z-index: 0;
}
.webinar h1, .webinar h2, .webinar h3, .webinar p {
  color: #fff;
}

.webinar-inner {
  padding: 50px 7%;
}
.webinar-inner svg {
  padding-top: 3px;
}

.description-inner {
  padding: 5% 0;
}

.webinar-description {
  padding-top: 5px;
}

.webinar-details {
  padding-top: 15px;
  background: #10397F;
}

@media only screen and (max-width: 992px) {
  .hero-text {
    padding: 10px 15px;
  }

  .header-form-inner {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .header-nav {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }

  .header-form {
    padding-top: 10px;
  }

  .navigation {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    text-align: center;
  }

  #clockdiv {
    padding: 0px;
  }

  .countdown {
    width: 95%;
  }
}
@media only screen and (max-width: 480px) {
  .sticky-top-bar {
    display: none !important;
  }
}
/* Section One Topics */
#section-one {
  padding-top: 90px;
  padding-bottom: 90px;
}

.topic-title {
  text-align: center;
  color: #124191;
}

.topic-wrapper {
  border-bottom: 1px solid #BDC3CF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: left;
      align-items: left;
  padding: 20px 0;
}
.topic-wrapper .icon {
  padding-right: 2%;
}

.topic-wrapper__small {
  border-bottom: 1px solid transparent;
  padding: 5px 0;
}

.topic-wrapper:last-child, #topic-six {
  border-bottom: 1px solid transparent;
}

.white-paper {
  text-align: center;
  margin: 0 auto;
}
.white-paper img {
  max-width: 300px;
}

/* Section Two Speakers*/
#section-two {
  padding-top: 50px;
  padding-bottom: 50px;
}
#section-two h2 {
  text-align: center;
}

.headshot-col {
  background: #F6F6F6;
  padding: 0;
  max-width: 300px;
}

.headshots a {
  text-decoration: none;
}

.headshots h3 {
  margin: 0;
  padding: 20px 20px 0 20px;
}

.headshots p {
  padding: 0 20px 15px 20px;
}

.headshot-col {
  cursor: pointer;
}

.headshot-col img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.headshot-col:hover img {
  filter: brightness(120%);
}

.headshots-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.headshots-three .headshots-container, .headshots-two .headshots-container {
  -ms-flex-pack: center;
      justify-content: center;
}

.headshots-three .headshot-col {
  margin: 1%;
  width: 33.333%;
}

.headshots-two .headshot-col {
  margin-right: 1%;
  margin-left: 1%;
  width: 50%;
}

.headshots-four .headshot-col {
  margin: 1%;
  width: 25%;
}

.headshots-three #headshot-4 {
  display: none;
}

.headshots-two #headshot-4, .headshots-two #headshot-3 {
  display: none;
}

.headshots-one #headshot-4, .headshots-one #headshot-3, .headshots-one #headshot-2 {
  display: none;
}

.speaker-logo {
  padding: 20px;
}

#bio-2, #bio-3, #bio-4 {
  display: none;
}

.bio {
  background: #FFF;
  margin-top: 60px;
  padding: 50px 50px 40px 50px;
  position: relative;
  box-shadow: 0 0 13px 0 rgba(52, 52, 52, 0.15);
  margin-bottom: 75px;
}

#bio-1:after {
  left: 15%;
}

#bio-2:after {
  left: 50%;
}

#bio-3:after {
  left: 85%;
}

#bio-4:after {
  left: 88%;
}

.headshots-three + .bio-container #bio-1:after {
  left: 15%;
}

.headshots-one + .bio-container #bio-1:after {
  display: none;
}

.headshots-three + .bio-container #bio-2:after {
  left: 48%;
}

.headshots-three + .bio-container #bio-3:after {
  left: 80%;
}

.headshots-two + .bio-container #bio-1:after {
  left: 30%;
}

.headshots-two + .bio-container #bio-2:after {
  left: 65%;
}

.headshots-four + .bio-container #bio-1:after {
  left: 10%;
}

.headshots-four + .bio-container #bio-2:after {
  left: 40%;
}

.headshots-four + .bio-container #bio-3:after {
  left: 60%;
}

.bio:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 20px 25px;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -25px;
  filter: drop-shadow(0px 0px 13px rgba(52, 52, 52, 0.15));
}

@media only screen and (max-width: 768px) {
  .headshots-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .headshots-container .headshot-col {
    width: 80%;
    margin: 1em auto;
  }

  .bio {
    display: none !important;
  }
}
/* Section Three Quotes */
#section-three {
  padding-top: 50px;
  padding-bottom: 50px;
}
#section-three h2, #section-three h3, #section-three h4, #section-three h5, #section-three p, #section-three svg {
  text-align: center;
}
#section-three h3 {
  font-size: 16px;
  color: #004296;
}
#section-three h5 {
  font-size: 14px;
  color: #777;
}
#section-three p {
  font-size: 22px;
  line-height: 38px;
}

.speaker-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.speaker-slider .slick-dots {
  bottom: -20px;
}
.speaker-slider .slick-dots li button:before {
  color: #A3A3A3;
}
.speaker-slider .slick-dots li.slick-active button:before {
  color: #124191;
}

.speaker-slider-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.speaker-slider-image img {
  max-width: 91px;
  margin: 0 auto;
  border-radius: 100%;
  margin: 20px;
}

.speaker-slider-icon {
  text-align: center;
}
.speaker-slider-icon img {
  margin: 20px;
}

.testimonial-slider-one #testimonial-slide-2, .testimonial-slider-one #testimonial-slide-3, .testimonial-slider-one #testimonial-slide-4 {
  visibility: hidden;
  position: absolute;
  display: none;
}

/* Section Testimonials */
#section-four {
  padding-top: 50px;
}
#section-four h2 {
  text-align: center;
}

.social-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: #000;
}

.social-panel {
  text-align: center;
  padding: 3%;
  width: 100%;
  min-height: 300px;
}
.social-panel .social-panel-inner {
  max-width: 300px;
  margin: 0 auto;
}
.social-panel h4, .social-panel a, .social-panel p {
  color: #fff;
}
.social-panel img {
  margin: 15px 0;
}

.social-slider-one #social-panel-2, .social-slider-one #social-panel-3, .social-slider-one #social-panel-4, .social-slider-one #slick-slide11 {
  visibility: hidden;
  position: absolute;
}

.social-slider-two #social-panel-3, .social-slider-two #social-panel-4, .social-slider-two #slick-slide12 {
  visibility: hidden;
  position: absolute;
}

.social-slider-three #social-panel-4, .social-slider-three #slick-slide13 {
  visibility: hidden;
  position: absolute;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 35px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
}

/* Section Five Form */
#section-five {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#section-five h1, #section-five h2, #section-five h3, #section-five h4, #section-five a {
  text-align: center;
}

#module-footer-form {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  border: 1px solid rgba(208, 216, 229, 0.75);
  box-shadow: 0 2px 2px 0 rgba(18, 65, 145, 0.05);
  border: 1px solid rgba(208, 216, 229, 0.75);
  border-radius: 3px;
}

.webinar-btn-container {
  margin: 5%;
}
.webinar-btn-container a {
  font-size: 16px;
}

/* Section Six CTA */
#section-six {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#section-six h1, #section-six h2, #section-six h3, #section-six h4, #section-six a {
  text-align: center;
}

.webinar-btn-container {
  margin: 5%;
}
.webinar-btn-container a {
  font-size: 16px;
}

/* Section Seven Logos */
#section-seven {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#section-seven h1, #section-seven h2, #section-seven h3, #section-seven h4, #section-seven a {
  text-align: center;
}

.logo-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.logo-container img {
  max-width: 50%;
  margin: 0 auto;
  padding: 1.5em;
  height: auto;
}

/* Thank You */
#thankyou {
  padding-bottom: 50px;
  padding-top: 50px;
}
#thankyou h2, #thankyou h3 {
  color: #124191;
  font-weight: 600;
}

.thankyou-btn-container {
  margin: 5% 0;
}

.thankyou-row {
  padding-bottom: 40px;
}

.thankyou-row__border {
  border-bottom: 1px solid #DBE2ED;
}

@media only screen and (min-width: 998px) {
  #thankyou {
    height: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }

  .whitepaper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* Footer Section */
footer {
  padding: 20px 0;
  font-size: 14px;
}
footer p, footer a {
  color: #fff;
  font-size: 14px;
}

/* Form Section */
.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

.mktoForm {
  width: 100% !important;
  padding: 10px;
}

.mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap {
  width: 100% !important;
}

input, select, textarea {
  margin-bottom: 10px !important;
  padding: 10px 5px !important;
  border-radius: 5px;
  border: 1px solid #C5C7CC;
  background: #F8F8F9;
  max-width: 100%;
  width: 100% !important;
}

.mktoForm .btn {
    max-width: 100%;
    width: 100%;
    text-transform: uppercase;
}

select.mktoField {
  height: 37px;
}

textarea.mktoField {
line-height: 1.5;
    height: auto !important;
}

.lb_wrap {
  position: static !important;
}

.lb_label {
  width: 100% !important;
  top: 5px !important;
  white-space: nowrap;
  float: left;
  font-size: 11px;
  padding: 0 5px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .lb_label {
    top: 0px !important;
  }
}

.mktoForm .mktoGutter {
  display: none;
}

.mktoButtonRow {
  width: 100% !important;
}

.mktoButtonWrap {
  margin-left: 0 !important;
}

select {
  max-width: 100% !important;
}

input[type=checkbox], input[type=radio] {
  width: 3% !important;
}

div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap > label {
  width: auto !important;
}

.mktoCheckboxList, .mktoRadioList {
  width: 100% !important;
}


/* Social Section */
.label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #4d5766;
}

.cf_widget .cf_button_du_jour {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #4d5766 !important;
  background: none;
  background-image: none;
  border: none;
  padding: 0px !important;
}
.cf_widget .cf_button_du_jour:hover {
  border: none;
  box-shadow: none;
}

.cf_widget .cf_clickable .cf_socialicon {
  background: none !important;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin: 0 25px 0 0;
}
.cf_widget .cf_clickable .cf_socialicon:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 36px;
  height: 36px;
}

/* Pop Up Section */
.utility {
  display: none;
}

.featherlight {
  position: fixed;
  z-index: 500;
  bottom: 20px;
  left: 20px;
  padding: 20px;
  background: #F1F3F5;
  border: 1px solid #4475C8;
  border-left: 5px solid #4475C8;
  box-shadow: 0 0 5px 0 rgba(95, 98, 102, 0.2);
  font-size: 15px;
  color: #232B3A;
  line-height: 22px;
}

.featherlight-close-icon {
  right: 0px;
  top: 0px;
  border: none;
  background: transparent;
  position: absolute;
}

.featherlight-inner {
  display: -ms-flexbox;
  display: flex;
}
.featherlight-inner .notification {
  width: 10%;
}