@charset "UTF-8";
/* 
============================================
COMPILE ALL SCSS PARTIALS
===========================================
*/
/* 
=======================
COMMON STYLES
=======================
*/
/* mobile menu start */
/* mobile menu end */
/* advisor modal start */
/* advisor modal end */
/* headings and backgrounds */
/* testimonial quote - dark blue*/
/* form field borders and add-on buttons */
/* Site Padding ––––––––––––––––––––––––––– */
/* Utilities ––––––––––––––––––––––––––– */
/* Media Queries ––––––––––––––––––––––––––– */
/* 
===============================================
ANIMATION AND TRANSITIONS
===============================================
*/
/* 
===============================================
VARIABLES
===============================================
*/
/* easeOutQuart */
/* easeInOutQuart */
/* 
===============================================
FOR USER STORY SECTION
===============================================
*/
#story-progress {
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }

#story-progress-bar {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.story-progress-bttn {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.story-panel {
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1); }

.carousel-indicators li,
.carousel-indicators li span {
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }

/* 
=======================
HELPER STYLES
=======================
*/
.mobile {
  display: block; }

.mobile-phablet {
  display: block; }

.mobile-tablet {
  display: block; }

.mobile-flex {
  display: flex; }

.mobile-inline {
  display: inline-block; }

.mobile-phablet-inline {
  display: inline; }

.phablet-up {
  display: none; }

.phablet-flex-up {
  display: none; }

.phablet-inline-up {
  display: none; }

.tablet-up {
  display: none; }

.tablet-only {
  display: none; }

.tablet-flex-up {
  display: none; }

.tablet-inline-up {
  display: none; }

.laptop-up {
  display: none; }

.laptop-flex-up {
  display: none; }

.laptop-inline-up {
  display: none; }

.desktop-up {
  display: none; }

.desktop-flex-up {
  display: none; }

.desktop-inline-up {
  display: none; }

@media (min-width: 400px) {
  .mobile {
    display: none !important; }

  .mobile-flex {
    display: none !important; }

  .mobile-inline {
    display: none !important; }

  .phablet-up {
    display: block; }

  .phablet-flex-up {
    display: flex; }

  .phablet-inline-up {
    display: inline; } }
@media (min-width: 768px) {
  .mobile-phablet {
    display: none !important; }

  .mobile-phablet-inline {
    display: none !important; }

  .tablet-up {
    display: block; }

  .tablet-only {
    display: block; }

  .tablet-flex-up {
    display: flex; }

  .tablet-inline-up {
    display: inline; } }
@media (min-width: 1100px) {
  .tablet-only {
    display: none; }

  .mobile-tablet {
    display: none; }

  .laptop-up {
    display: block; }

  .laptop-flex-up {
    display: flex; }

  .laptop-inline-up {
    display: inline; } }
@media (min-width: 1660px) {
  .desktop-up {
    display: block; }

  .desktop-flex-up {
    display: flex; }

  .desktop-inline-up {
    display: inline-block; } }
/*
=======================
COMMON STYLES
=======================
*/
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  color: #777777;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  color: #00b5f0;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 0.025rem; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.5rem; }

p {
  letter-spacing: 0.025rem;
  font-size: 1rem; }

p.intro {
  font-size: 0.9125rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  color: white; }

p.intro:last-of-type {
  margin-bottom: 0.5rem; }

p:last-of-type {
  margin-bottom: 0; }

a {
  font-weight: 500;
  color: #00b5f0;
  transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s; }

a.subtext {
  font-weight: 400;
  display: block;
  padding-top: 20px;
  font-size: 1rem;
  font-style: italic;
  text-decoration: none !important;
  opacity: 0.7; }

a.subtext:hover {
  text-decoration: underline !important;
  opacity: 1; }

@media (min-width: 400px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.75rem; }

  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.75rem; }

  h3 {
    font-size: 2rem; }

  p.intro {
    font-size: 1rem; } }
@media (min-width: 576px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.25rem; }

  h1 {
    font-size: 2.25rem; }

  h2 {
    font-size: 2.125rem; }

  h3 {
    font-size: 2rem; } }
.section {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .section a {
    text-decoration: underline; }
  .section.no-pad {
    padding-top: 0;
    padding-bottom: 0; }

.gradient-text {
  background-image: linear-gradient(to right, #00b5f0, #ff00f6);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block; }

.thin {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.heavy {
  font-weight: 700; }

.descriptive {
  font-size: 0.875rem; }

.d-xxl-only {
  display: none; }

.white {
  color: white; }

/* IE 10 + 11 do not support gradient images -- specifically background-clip */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gradient-text {
    background-image: none;
    color: #00b5f0; } }
.cool {
  background: #00b5f0;
  color: #ffffff; }
  .cool a {
    color: #ffffff; }
    .cool a:hover {
      color: #ffffff; }
  .cool h3 {
    color: #ffffff; }

.light {
  background: #f6f6f6;
  color: #00b5f0; }
  .light a {
    color: #00b5f0; }
    .light a:hover {
      color: #00b5f0; }
  .light h3 {
    color: #00b5f0; }

.white-block {
  background: #FFF;
  color: #00b5f0; }
  .white-block a {
    color: #00b5f0; }
    .white-block a:hover {
      color: #00b5f0; }
  .white-block h3 {
    color: #00b5f0; }

a.btn {
  border-radius: 60px;
  display: inline-block;
  font-weight: 700;
  margin: 10px 10px;
  padding: 15px 45px 15px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 230px;
  white-space: normal; }
  a.btn:hover, a.btn:focus {
    color: #ffffff;
    text-decoration: none; }
  a.btn span:nth-of-type(1) {
    position: relative; }
    a.btn span:nth-of-type(1):after {
      border-bottom: 5px solid transparent;
      border-left: 5px solid #ffffff;
      border-top: 5px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      right: -15px;
      bottom: 4px;
      width: 0; }

a.btn-white {
  background: #ffffff;
  border: 2px solid #00b5f0;
  color: #00b5f0; }
  a.btn-white:hover, a.btn-white:focus {
    background: #00b5f0;
    transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s; }
    a.btn-white:hover span:nth-of-type(1):after, a.btn-white:focus span:nth-of-type(1):after {
      transition: .2s;
      -ms-transition: .2s;
      -moz-transition: .2s;
      -webkit-transition: .2s;
      border-left: 5px solid #ffffff; }
  a.btn-white span:nth-of-type(1):after {
    border-left: 5px solid #00b5f0; }

a.btn-transparent {
  border: 2px solid #ffffff;
  color: #ffffff;
  opacity: 1; }
  a.btn-transparent:hover, a.btn-transparent:focus {
    background: rgba(0, 0, 0, 0.05);
    text-decoration: none; }

a.btn-transparent-primary {
  border: 2px solid #00b5f0;
  color: #00b5f0;
  opacity: 1; }
  a.btn-transparent-primary:hover, a.btn-transparent-primary:focus {
    background: rgba(0, 0, 0, 0.02);
    color: #00b5f0;
    text-decoration: none; }
  a.btn-transparent-primary span:nth-of-type(1):after {
    border-left: 5px solid #00b5f0; }

a.btn-no-border {
  border-color: transparent; }

a.btn-buy {
  background: #00b5f0;
  background: -webkit-linear-gradient(left, #239cf1, #de17f5);
  background: -o-linear-gradient(right, #239cf1, #de17f5);
  background: -moz-linear-gradient(right, #239cf1, #de17f5);
  background: linear-gradient(to right, #239cf1, #de17f5);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border: none;
  color: #ffffff;
  padding-right: 17px;
  padding-left: 17px;
  position: relative;
  z-index: 1; }
  a.btn-buy:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity .4s ease-out;
    opacity: 0;
    content: ".";
    text-indent: -9999px;
    background: #00b5f0;
    background: -webkit-linear-gradient(left, #de17f5, #239cf1);
    background: -o-linear-gradient(right, #de17f5, #239cf1);
    background: -moz-linear-gradient(right, #de17f5, #239cf1);
    background: linear-gradient(to right, #de17f5, #239cf1);
    border: none;
    border-radius: 30px;
    color: #ffffff;
    padding-left: 17px;
    padding-right: 17px; }
  a.btn-buy:hover:before {
    opacity: 1; }

a.btn-small {
  font-size: 0.8125rem;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  min-width: 140px; }
  a.btn-small span:nth-of-type(1):after {
    bottom: 3px; }

a.btn-small.btn-buy {
  padding-bottom: 10px !important;
  padding-top: 10px !important; }

a.btn-no-arrow {
  padding: 8px 20px; }

.btn-buy-mobile-wrap {
  display: none; }

a.btn-buy-mobile {
  background: transparent linear-gradient(to right, #239cf1, #de17f5) repeat scroll 0 0;
  border-radius: 20px;
  display: block;
  font-size: 1rem;
  margin-right: 7px;
  padding: 2px;
  position: relative;
  text-align: center; }
  a.btn-buy-mobile .fill {
    background: #ffffff;
    border-radius: 18px;
    bottom: 0;
    display: block;
    font-weight: 700;
    left: 0;
    padding: 4px 55px 4px 40px;
    position: relative;
    right: 0;
    text-transform: uppercase;
    top: 0; }
    a.btn-buy-mobile .fill:hover {
      background: rgba(255, 255, 255, 0.95); }
    a.btn-buy-mobile .fill span:nth-of-type(1):after {
      border-bottom: 6px solid transparent;
      border-left: 6px solid #de17f5;
      border-top: 6px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      right: 40px;
      top: 50%;
      transform: translateY(-50%);
      width: 0; }

.text-cta {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  font-size: 1.125rem;
  margin: 1rem;
  padding: 20px 10px; }
  .text-cta a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none; }
    .text-cta a:hover {
      text-decoration: none; }

.background-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bg-short-gradient {
  background-image: url("../img/bg-short-gradient.png"); }

.bg-medium-gradient-moon {
  background-image: url("../img/bg-medium-gradient-moon.png"); }

.bg-medium-gradient-mountain {
  background-image: url("../img/bg-medium-gradient-mountain.png"); }

.long-bg-pin-planet {
  background: url("../img/bg-long-bottom.png") bottom center/cover, url("../img/bg-long-top.png") top -160px right/220px 385px no-repeat;
  background-color: #f6f6f6; }

.long-bg-drop-planet {
  background: url("../img/bg-long-bottom.png") bottom center/cover, url("../img/bg-long-top.png") top 135px right/220px 385px no-repeat;
  background-color: #f6f6f6; }

.long-bg-team {
  background: url("../img/bg-team-top.png") top center/100% no-repeat, url("../img/bg-team-bottom.png") bottom center/100% no-repeat;
  background-color: #fafafa; }

.icon {
  max-width: 75px;
  height: auto; }

.btn-buy-mobile-wrap {
  display: block; }

@media (min-width: 576px) {
  .section {
    padding-bottom: 9rem;
    padding-top: 9rem; }

  a.btn {
    padding: 15px 40px 15px 25px; }

  a.btn-buy {
    padding: 17px 50px 17px 35px; }

  .text-cta {
    font-size: 1.375rem; } }
@media (min-width: 768px) {
  p.intro {
    font-size: 1.25rem; } }
@media (min-width: 992px) {
  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.625rem; }

  h3 {
    font-size: 2.5rem; }

  h4 {
    font-size: 2rem; }

  p {
    font-size: 1.125rem; }

  .text-cta {
    font-size: 1.5rem; }

  .evidence-based .section,
  .testimonials .section {
    padding-top: 10rem;
    padding-bottom: 10rem; }

  .headset .section {
    padding-top: 5rem;
    padding-bottom: 6rem; } }
@media (min-width: 1660px) {
  .container {
    max-width: 1600px; }

  .d-xxl-only {
    display: inline; } }
/*
=======================
BOOTSTRAP OVERIDES
=======================
*/
.container {
  padding-right: 8vw;
  padding-left: 8vw; }

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }
/*
=======================
HEADER
=======================
*/
@media (min-width: 576px) {
  .container-wide {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container-wide {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container-wide {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container-wide {
    max-width: 94%; } }
@media (min-width: 1350px) {
  .container-wide {
    max-width: 1240px; } }
@media (min-width: 1660px) {
  .container-wide {
    max-width: 1400px; } }
.nav-container {
  background: #ffffff;
  font-weight: 500;
  width: 100%;
  height: 62px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
  .nav-container a:hover {
    text-decoration: none; }

.navbar {
  margin: auto;
  padding: .5rem 1rem; }

.navbar-brand {
  margin-right: .25rem; }
  .navbar-brand > img {
    width: 74px; }

@media (min-width: 425px) {
  .nav-container {
    height: auto; }

  .navbar {
    margin: .5rem auto; }

  .navbar-brand {
    margin-right: 1.5rem; } }
.navbar-nav {
  background: white;
  border: none;
  text-transform: uppercase; }
  .navbar-nav a:hover,
  .navbar-nav a:focus {
    text-decoration: none; }
  .navbar-nav .nav-link {
    color: #aaaaaa;
    padding: .25rem 1rem; }
  .navbar-nav .nav-link:hover {
    color: #999999; }
  .navbar-nav .active > a,
  .navbar-nav .active > a:hover,
  .navbar-nav .active > a:focus {
    background-color: #ffffff;
    border-bottom: none;
    color: #335181; }

button.navbar-toggler:focus {
  outline: 0; }

.navbar-toggler {
  z-index: 9999;
  margin-right: 0 !important; }

#nav-icon {
  width: 25px;
  height: 21px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 9999; }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #00b5f0;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

.open #nav-icon span {
  background: #ffffff;
  height: 2px; }
.open #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 4px; }
.open #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0; }
.open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px; }

.nav-modal-wrap .modal.fade .modal-dialog {
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate(0, -100vh);
  transform: translate(0, -100vh); }
.nav-modal-wrap .modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.nav-modal-wrap .fade {
  opacity: 1; }
.nav-modal-wrap .modal-header {
  border: none;
  padding: 1.5rem .35rem; }
.nav-modal-wrap .modal-dialog {
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  color: #333; }
.nav-modal-wrap .modal-content {
  height: 100%;
  min-height: 100%;
  width: 100vw;
  border-radius: 0;
  color: #ffffff;
  background: #00b5f0;
  background: -webkit-linear-gradient(left top, #00b5f0, #ff00f6);
  background: -o-linear-gradient(bottom right, #00b5f0, #ff00f6);
  background: -moz-linear-gradient(bottom right, #00b5f0, #ff00f6);
  background: linear-gradient(to bottom right, #00b5f0, #ff00f6);
  overflow: auto;
  border: 0 transparent; }
.nav-modal-wrap .modal-body {
  padding-top: 4vw; }
  .nav-modal-wrap .modal-body ul {
    list-style: none;
    margin-bottom: 0;
    padding: 2rem 0; }
.nav-modal-wrap .modal-body li a.nav-link {
  color: #ffffff;
  display: block;
  font-size: 1.5rem;
  padding: 5px 15px; }
  .nav-modal-wrap .modal-body li a.nav-link:hover {
    background: rgba(0, 0, 0, 0.05);
    text-decoration: none; }

.btn-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .btn-menu .btn {
    margin: 0 0 20px 0; }

.modal-backdrop {
  background: #ffffff;
  z-index: 1029; }
  .modal-backdrop.show {
    opacity: 0; }

.jumbotron {
  border-radius: 0;
  margin-bottom: 0; }

/* =================================================================== */
/* HERO AREAS - HOMEPAGE AND TIER PAGES ============================== */
/* =================================================================== */
.jumbotron.hero {
  position: relative;
  margin: auto;
  padding: 0 2rem;
  background-color: white;
  height: 70vh;
  overflow: hidden;
  background-size: 160%;
  background-position: center bottom;
  background-repeat: no-repeat; }
  .jumbotron.hero.homepage {
    background-image: url(../img/hero-home-mobile.jpg); }
  .jumbotron.hero.physicians {
    background-image: url(../img/hero-physicians-mobile.jpg); }
  .jumbotron.hero.coming-soon {
    background-image: url(../img/hero-coming-soon.jpg) !important; }
  .jumbotron.hero.homepage {
    height: 93vh;
    background-size: 100vh;
    display: flex;
    align-items: center; }
    .jumbotron.hero.homepage .sun {
      position: absolute;
      top: 25px;
      right: -10vw;
      width: 60%;
      max-width: 340px; }
    .jumbotron.hero.homepage .planets {
      display: block;
      position: absolute;
      margin: auto;
      top: -40vh;
      bottom: 0;
      width: 160px;
      height: 141px;
      background-image: url("../img/hero-home-mobile-planets.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
    .jumbotron.hero.homepage .caption {
      margin: auto;
      position: relative;
      text-align: center;
      box-shadow: 0px 10px 40px 0px rgba(97, 55, 46, 0.12);
      z-index: 10; }
  .jumbotron.hero .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 25px;
    text-align: left; }
    .jumbotron.hero .caption img {
      width: 100%;
      margin-bottom: 10px; }
    .jumbotron.hero .caption h2 {
      font-size: 1.75rem;
      font-weight: 300; }
    .jumbotron.hero .caption p {
      font-size: 0.875rem;
      font-weight: 400; }
  .jumbotron.hero.tier-page {
    padding: 0 1rem; }
    .jumbotron.hero.tier-page .container {
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 1rem; }
      .jumbotron.hero.tier-page .container .caption {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 2px;
        position: absolute;
        top: auto;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
        padding: 25px;
        text-align: left; }

/* Mid Range Smartphones ===================== */
@media (min-width: 375px) {
  .jumbotron.hero {
    height: 65vh;
    background-size: 140%; }
    .jumbotron.hero .caption h2 {
      font-size: 2rem; }
    .jumbotron.hero .caption p {
      font-size: 1rem; }
    .jumbotron.hero.homepage .planets {
      top: -42vh;
      width: 180px;
      height: 158px; } }
/* Phablets ================================== */
@media (min-width: 400px) {
  .jumbotron.hero {
    height: 80vh;
    background-size: cover; }
    .jumbotron.hero .caption p {
      font-size: 1.125rem;
      font-weight: 400; }
    .jumbotron.hero.homepage {
      height: 95vh;
      background-size: 90vh; }
      .jumbotron.hero.homepage .planets {
        top: -47vh;
        width: 200px;
        height: 176px; }

  .jumbotron.hero.tier-page .container .caption h2 {
    font-size: 1.75rem;
    font-weight: 300; }
  .jumbotron.hero.tier-page .container .caption p {
    font-size: 1rem;
    font-weight: 400; } }
/* Giant Phones ================================== */
@media (min-width: 500px) {
  .jumbotron.hero {
    background-size: cover; }
    .jumbotron.hero.homepage {
      height: 95vh;
      background-size: 100vh; }
      .jumbotron.hero.homepage .caption {
        max-width: 400px; }

  .jumbotron.hero.tier-page .container .caption {
    top: auto;
    right: auto;
    bottom: 2.5rem;
    left: 0;
    width: 60%;
    padding: 2.5rem; }
    .jumbotron.hero.tier-page .container .caption h2 {
      font-size: 1.625rem; } }
/* Tablets Portrait =================================== */
@media (min-width: 768px) {
  .jumbotron.hero {
    height: 67vh;
    max-height: 800px;
    padding: 0 8rem; }
    .jumbotron.hero.homepage {
      background-image: url(../img/hero-home.jpg); }
    .jumbotron.hero.physicians {
      background-image: url(../img/hero-physicians.jpg); }
    .jumbotron.hero .caption {
      padding: 50px; }
      .jumbotron.hero .caption h2 {
        font-size: 4rem;
        font-weight: 200;
        margin-bottom: 0.5rem; }
      .jumbotron.hero .caption p {
        font-size: 1.125rem; }
    .jumbotron.hero.homepage {
      height: 97vh;
      max-height: none;
      background-size: 140vw; }
      .jumbotron.hero.homepage .sun {
        width: 60%;
        max-width: 440px; }
      .jumbotron.hero.homepage .planets {
        top: -25vh;
        left: -65vw;
        right: 0;
        bottom: 0;
        width: 220px;
        height: 212px;
        background-image: url("../img/hero-home-planets.png"); }
      .jumbotron.hero.homepage .clouds {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: -60vw;
        bottom: 0;
        width: 122px;
        height: 61px; }
      .jumbotron.hero.homepage .caption {
        max-width: 400px; }
        .jumbotron.hero.homepage .caption p {
          font-size: 1rem; }

  .jumbotron.hero.tier-page .container .caption {
    max-width: 500px;
    padding: 50px;
    width: 70%;
    bottom: 8rem; }
    .jumbotron.hero.tier-page .container .caption h2 {
      font-size: 2.5rem;
      font-weight: 300; } }
/* Tablets Landscape =================================== */
@media (min-width: 992px) {
  .jumbotron.hero {
    height: 85vh;
    min-height: 650px; }
    .jumbotron.hero.homepage {
      height: 100vh;
      min-height: 768px;
      background-size: 100vw; }
      .jumbotron.hero.homepage .sun {
        top: -5vh;
        right: 0;
        max-width: 440px; }
      .jumbotron.hero.homepage .planets {
        top: -38vh;
        left: -600px;
        right: 0;
        bottom: 0;
        width: 200px;
        height: 192px; }
      .jumbotron.hero.homepage .clouds {
        top: -10vh;
        right: -53vw; }
      .jumbotron.hero.homepage .caption {
        max-width: none;
        padding: 40px;
        top: -5vh; }
        .jumbotron.hero.homepage .caption img {
          max-width: 400px; }

  .jumbotron.hero.tier-page .container .caption {
    max-width: 500px;
    padding: 50px; }
    .jumbotron.hero.tier-page .container .caption h2 {
      font-size: 2.5rem;
      font-weight: 300; } }
/* Laptops ============================================= */
@media (min-width: 1200px) {
  .jumbotron.hero {
    height: -webkit-calc(95vh - 3rem);
    height: -moz-calc(95vh - 3rem);
    height: calc(95vh - 3rem);
    min-height: 650px;
    max-height: 900px; }
    .jumbotron.hero .caption p {
      font-size: 1.375rem; }
    .jumbotron.hero.homepage {
      height: 100vh;
      min-height: 800px;
      background-size: 100vw; }
      .jumbotron.hero.homepage .sun {
        top: 5px;
        right: 5px; }
      .jumbotron.hero.homepage .planets {
        top: -300px;
        left: -640px;
        width: 224px;
        height: 215px; }
      .jumbotron.hero.homepage .clouds {
        top: -10vh;
        right: 0;
        left: 600px; }
      .jumbotron.hero.homepage .caption {
        max-width: none;
        padding: 45px 55px;
        top: -5vh; }
        .jumbotron.hero.homepage .caption img {
          max-width: 450px; }

  .jumbotron.hero.tier-page {
    max-height: 825px; }
    .jumbotron.hero.tier-page .container .caption {
      max-width: 500px;
      padding: 60px; }
      .jumbotron.hero.tier-page .container .caption h2 {
        font-size: 2.5rem;
        font-weight: 300;
        margin-bottom: 1.25rem; } }
/* In between laptops and desktops for fine tuning ============================================= */
@media (min-width: 1350px) {
  .jumbotron.hero.homepage {
    min-height: 900px; } }
/* Desktops ============================================ */
@media (min-width: 1660px) {
  .jumbotron.hero {
    height: 90vh;
    max-height: 1300px; }
    .jumbotron.hero .caption h2 {
      font-size: 6.5rem;
      margin-bottom: 0.25rem; }
      .jumbotron.hero .caption h2 span {
        font-weight: 300;
        top: -35px; }
    .jumbotron.hero .caption p {
      font-size: 1.5rem;
      font-weight: 300; }
    .jumbotron.hero.homepage {
      min-height: 1000px; }
      .jumbotron.hero.homepage .sun {
        top: 25px;
        right: 8vw;
        max-width: 500px; }
      .jumbotron.hero.homepage .planets {
        top: -420px;
        left: -740px;
        width: 268px;
        height: 258px; }
      .jumbotron.hero.homepage .clouds {
        top: -200px;
        left: 680px; }
      .jumbotron.hero.homepage .caption {
        padding: 55px 65px;
        top: -7vh; }
        .jumbotron.hero.homepage .caption img {
          max-width: 550px; }
        .jumbotron.hero.homepage .caption p {
          font-weight: 400;
          font-size: 1.125rem; } }
/* Super large/full screen desktops ============================================= */
@media (min-width: 2000px) {
  .jumbotron.hero.homepage {
    min-height: 1250px; }
    .jumbotron.hero.homepage .sun {
      top: 25px;
      right: 8vw;
      max-width: 500px; }
    .jumbotron.hero.homepage .planets {
      top: -550px;
      left: -900px;
      width: 268px;
      height: 258px; }
    .jumbotron.hero.homepage .clouds {
      top: -300px;
      left: 850px;
      transform: scale(1.4); }
    .jumbotron.hero.homepage .caption {
      padding: 55px 65px;
      top: -12vh; }
      .jumbotron.hero.homepage .caption img {
        width: 650px;
        max-width: none; }
      .jumbotron.hero.homepage .caption p {
        font-weight: 400;
        font-size: 1.25rem; } }
.basic-heading {
  height: 260px;
  position: relative; }
  .basic-heading h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 300;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.expanded-heading {
  color: #ffffff;
  font-weight: 300;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .expanded-heading h1 {
    text-align: left;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 300; }
  .expanded-heading p {
    text-align: left;
    font-size: 0.9125rem; }
  .expanded-heading .person {
    margin-top: 3rem;
    text-align: left; }
    .expanded-heading .person .headshot {
      max-width: 70px;
      height: auto;
      margin-right: 1.5rem; }
    .expanded-heading .person .name {
      display: block;
      font-weight: 400; }

@media (min-width: 576px) {
  .nav > li > a {
    margin: 0 0 0 18px;
    padding: 6px 0; }

  .navbar-nav > .active > a,
  .navbar-nav > .active > a:hover,
  .navbar-nav > .active > a:focus {
    border-bottom: 2px solid #335181; } }
@media (min-width: 768px) {
  .nav-modal-wrap .modal-body li a.nav-link {
    font-size: 2rem; }

  .expanded-heading {
    padding-top: 10rem;
    padding-bottom: 8rem; }
    .expanded-heading h1 {
      text-align: center; }
    .expanded-heading p {
      text-align: center;
      font-size: 1.125rem; } }
@media (min-width: 992px) {
  .basic-heading {
    height: 310px; }
    .basic-heading h1 {
      font-size: 3rem; }

  .expanded-heading {
    padding-top: 8rem;
    padding-bottom: 6rem; }
    .expanded-heading h1 {
      font-size: 3rem; }
    .expanded-heading p {
      font-size: 1.125rem; } }
@media (min-width: 1200px) {
  .navbar {
    font-size: 0.8125rem; }

  .navbar-brand {
    padding-top: .4125rem; }
    .navbar-brand > img {
      width: 94px; }

  .navbar-expand-xl .navbar-nav .nav-link {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0.03rem; }

  .navbar-expand-xl .navbar-toggler.open {
    display: block;
    position: absolute;
    right: 0;
    top: 20px; }

  .expanded-heading {
    padding-top: 10rem;
    padding-bottom: 8rem; }
    .expanded-heading h1 {
      font-size: 3rem; }
    .expanded-heading p {
      font-size: 1.3125rem; } }
/* =================================================================== */
/* HOMEPAGE SPECIFIC BLOCKS  ========================================= */
/* =================================================================== */
.overlay-container {
  position: relative; }
  .overlay-container .caption {
    background: rgba(255, 255, 255, 0.97);
    padding: 2rem 1rem;
    position: relative; }
  .overlay-container img {
    width: 100%;
    height: auto; }

.call-to-action-3-wide .steps {
  margin: 1rem 0 1rem; }
  .call-to-action-3-wide .steps .step-image {
    background-size: cover;
    background-position: center;
    width: 140px;
    height: 140px;
    margin: 1rem auto; }
  .call-to-action-3-wide .steps p {
    font-size: 1rem; }

/* HOMEPAGE - SCIENCE/EVIDENCE SECTION  ========================================= */
.partner-logos,
.partner-advisors {
  border-top: 1px solid #e3e3e3;
  padding-top: 3rem;
  margin-top: 4rem; }
  .partner-logos .col-4,
  .partner-advisors .col-4 {
    padding-left: 5px;
    padding-right: 5px; }

@media (min-width: 992px) {
  .partner-logos,
  .partner-advisors {
    border-top: 1px solid #e3e3e3;
    padding-top: 4rem;
    margin-top: 6rem; }
    .partner-logos .col-4,
    .partner-advisors .col-4 {
      padding-left: 5px;
      padding-right: 5px; } }
/* Advisors */
.partner-advisors {
  position: relative; }
  .partner-advisors .label {
    position: absolute;
    display: inline-block;
    top: -0.75rem;
    right: 0;
    left: 0;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent !important; }
    .partner-advisors .label h5 {
      display: inline-block;
      margin: auto;
      padding-left: 20px;
      padding-right: 20px;
      color: #aaaaaa;
      background-color: white; }
    .partner-advisors .label:before {
      content: "";
      background-image: url("../img/bg-fun-in-treatment.png"); }
  .partner-advisors .advisor {
    padding: 0 15px; }
    .partner-advisors .advisor .advisor-image {
      margin: auto;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      overflow: hidden; }
    .partner-advisors .advisor .advisor-text-wrap {
      box-shadow: none; }
      .partner-advisors .advisor .advisor-text-wrap .advisor-text-gradient {
        padding-left: 0;
        padding-right: 0; }
        .partner-advisors .advisor .advisor-text-wrap .advisor-text-gradient .advisor-text-inner {
          min-height: auto; }
          .partner-advisors .advisor .advisor-text-wrap .advisor-text-gradient .advisor-text-inner h4 {
            color: #002562; }

@media (min-width: 992px) {
  .partner-advisors .label {
    padding-left: 20px;
    padding-right: 20px; }
  .partner-advisors .advisor {
    padding: 0 10px;
    max-width: 20%; }
    .partner-advisors .advisor .advisor-image {
      width: 140px;
      height: 140px; } }
@media (min-width: 1200px) {
  .partner-advisors .advisor {
    padding: 0 15px; }
    .partner-advisors .advisor .advisor-image {
      width: 150px;
      height: 150px; } }
@media (min-width: 1660px) {
  .partner-advisors .advisor .advisor-image {
    width: 170px;
    height: 170px; } }
/* Healthcare partners */
.partner-logo {
  max-width: 192px;
  width: 100%; }

.healthcare-item-wrap {
  flex-grow: 1;
  padding-bottom: 30px; }

.healthcare-item-title {
  background-color: #00b5f0;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  color: white; }

.healthcare-item {
  background: #ffffff;
  padding: 3rem 2.5rem;
  position: relative;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2); }

.healthcare-logos {
  width: 100%;
  max-width: 250px; }

@media (min-width: 1100px) {
  .healthcare-item-title {
    padding: 1.25rem 1.5rem;
    font-size: 1rem; }

  .healthcare-item {
    padding: 2.5rem 2.5rem; }

  .healthcare-logos {
    max-width: 276px; } }
/* HOMEPAGE - MEDIA PARTNERS SECTION  ========================================= */
.fun-in-treatment {
  background-image: url("../img/bg-fun-in-treatment.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .fun-in-treatment .cartoon-character {
    width: 100%;
    max-width: 501px;
    height: auto; }

.headset {
  background-image: url("../img/bg-headset.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .headset .features {
    margin: 1rem 0;
    min-height: 40px;
    padding-left: 3.5rem;
    position: relative;
    text-align: left; }
    .headset .features span {
      border: 2px solid #00b5f0;
      border-radius: 50%;
      color: #00b5f0;
      display: inline-block;
      font-weight: 700;
      height: 40px;
      left: 0;
      line-height: 36px;
      position: absolute;
      text-align: center;
      top: -0.5rem;
      width: 40px; }

@media (min-width: 425px) {
  .overlay-container .caption {
    padding: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

  .call-to-action-3-wide .steps .step-image {
    width: 170px;
    height: 170px; } }
@media (min-width: 768px) {
  .call-to-action-3-wide .steps .step-image {
    margin: 2rem auto; } }
@media (min-width: 992px) {
  .overlay-container .caption {
    padding: 2.5rem 4rem; }
    .overlay-container .caption h4 {
      font-weight: 400; } }
@media (min-width: 1200px) {
  .overlay-container .caption {
    padding: 3rem 5rem; } }
/*
=======================
PHYSICIANS
=======================
*/
.carousel-control-prev,
.carousel-control-next {
  display: block;
  top: 30%;
  width: 24px; }

.carousel-control-prev {
  margin-left: -15px; }

.carousel-control-next {
  margin-right: -15px; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 12px;
  height: 24px; }

.carousel-control-prev-icon {
  background-image: url("../img/icon-prev.png");
  background-position: center; }

.carousel-control-next-icon {
  background-image: url("../img/icon-next.png");
  background-position: center; }

.carousel-indicators {
  position: relative;
  padding-left: 0;
  margin: 5px 5% auto 5%; }
  .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 50%;
    cursor: pointer; }
    .carousel-indicators li img {
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
    .carousel-indicators li span {
      opacity: 1;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: rgba(158, 0, 240, 0.6);
      background: -webkit-linear-gradient(left top, rgba(0, 181, 240, 0.6), rgba(255, 0, 246, 0.6));
      background: -o-linear-gradient(bottom right, rgba(0, 181, 240, 0.6), rgba(255, 0, 246, 0.6));
      background: -moz-linear-gradient(bottom right, rgba(0, 181, 240, 0.6), rgba(255, 0, 246, 0.6));
      background: linear-gradient(to bottom right, rgba(0, 181, 240, 0.6), rgba(255, 0, 246, 0.6)); }
    .carousel-indicators li:hover span {
      opacity: .5;
      transform: scale(1.1); }
    .carousel-indicators li.active span {
      opacity: 0; }

.carousel-item-inner {
  display: block;
  height: 100%; }
  .carousel-item-inner > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.testimonial-carousel {
  color: #002562; }
  .testimonial-carousel .testimonial-image {
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 200px;
    margin: 0 auto; }
  .testimonial-carousel .testimonial-quote {
    font-family: "Inkwell Serif A", "Inkwell Serif B";
    font-style: italic;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.1;
    margin: 1rem 0; }
  .testimonial-carousel .testimonial-author {
    font-size: 0.75rem; }
  .testimonial-carousel .name {
    font-weight: 500;
    display: block;
    margin: .25rem 0; }

.cta-bar {
  padding: 2rem 0; }
  .cta-bar .icon {
    margin: 0 auto 2rem; }
  .cta-bar p {
    margin: 0; }
  .cta-bar a {
    position: relative; }
    .cta-bar a:after {
      border-bottom: 5px solid transparent;
      border-left: 5px solid #ffffff;
      border-top: 5px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      right: -15px;
      bottom: 4px;
      width: 0; }
  .cta-bar.light a:after, .cta-bar.white-block a:after {
    border-left: 5px solid #00b5f0 !important; }

@media (min-width: 400px) {
  .testimonial-carousel .testimonial-quote {
    font-size: 1.375rem;
    margin: 1.5rem 0; }
  .testimonial-carousel .testimonial-author {
    font-size: 0.875rem; } }
@media (min-width: 576px) {
  .testimonial-carousel .testimonial-image {
    width: 250px;
    height: 250px; }
  .testimonial-carousel .testimonial-quote {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 2rem 0; } }
@media (min-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: flex;
    top: 0;
    width: 24px;
    margin-left: auto;
    margin-right: auto; }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 24px;
    height: 48px; }

  .carousel-control-prev-icon {
    background: url("../img/icon-prev.png");
    background-size: 24px 48px; }

  .carousel-control-next-icon {
    background: url("../img/icon-next.png");
    background-size: 24px 48px; }

  .carousel-indicators li {
    width: 60px;
    height: 60px;
    margin-right: 7px;
    margin-left: 7px; }
    .carousel-indicators li span {
      background: rgba(158, 0, 240, 0.6);
      background: -webkit-linear-gradient(left top, rgba(0, 181, 240, 0.6), rgba(255, 0, 246, 0.6));
      background: -o-linear-gradient(bottom right, rgba(0, 181, 240, 0.6), rgba(255, 0, 246, 0.6));
      background: -moz-linear-gradient(bottom right, rgba(0, 181, 240, 0.6), rgba(255, 0, 246, 0.6));
      background: linear-gradient(to bottom right, rgba(0, 181, 240, 0.6), rgba(255, 0, 246, 0.6)); }
    .carousel-indicators li.active {
      transform: scale(1.1); }
      .carousel-indicators li.active span {
        opacity: 0; }

  .testimonial-carousel .testimonial-image {
    width: 220px;
    height: 220px; }

  .cta-bar .icon {
    margin: 0 auto; } }
@media (min-width: 992px) {
  .testimonial-carousel .testimonial-image {
    width: 235px;
    height: 235px; }
  .testimonial-carousel .testimonial-quote {
    font-size: 2rem; }

  .cta-bar p {
    font-size: 1.5rem; }
  .cta-bar a:after {
    bottom: 7px; } }
@media (min-width: 1100px) {
  .carousel-indicators {
    justify-content: flex-start;
    margin-top: 0;
    margin-left: -5px; }
    .carousel-indicators li {
      width: 60px;
      height: 60px;
      margin-right: 20px;
      margin-left: 0px; }
      .carousel-indicators li.active {
        transform: scale(1.25); }

  .testimonial-carousel .testimonial-image {
    width: 250px;
    height: 250px; }
  .testimonial-carousel .testimonial-quote {
    font-size: 2.5rem;
    padding-right: 20px; }
  .testimonial-carousel .testimonial-author {
    font-size: 0.8125rem;
    line-height: 1.3;
    max-width: 70%; }
  .testimonial-carousel .name {
    margin: .25rem 0; } }
@media (min-width: 1660px) {
  .testimonials .section {
    padding-bottom: 18rem;
    padding-top: 18rem; }

  .testimonial-carousel .testimonial-image {
    width: 325px;
    height: 325px; }
  .testimonial-carousel .testimonial-quote {
    font-size: 2.75rem; }
  .testimonial-carousel .testimonial-author {
    font-size: 0.875rem; } }
/*
=======================
ABOUT
=======================
*/
.team .section,
.advisors .section {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.team {
  padding-bottom: 180px; }

.team-member {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .team-member:hover img {
    cursor: pointer;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .team-member .team-member-image img {
    max-width: 100%;
    height: auto;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  .team-member .team-member-text {
    background: rgba(255, 255, 255, 0.96);
    padding: 1.5rem 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .team-member .team-member-name {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0.25rem; }
  .team-member .team-member-bio {
    color: #ffffff;
    background: #00b5f0;
    background: -webkit-linear-gradient(left top, rgba(0, 181, 240, 0.95), rgba(255, 0, 246, 0.95));
    background: -o-linear-gradient(bottom right, rgba(0, 181, 240, 0.95), rgba(255, 0, 246, 0.95));
    background: -moz-linear-gradient(bottom right, rgba(0, 181, 240, 0.95), rgba(255, 0, 246, 0.95));
    background: linear-gradient(to bottom right, rgba(0, 181, 240, 0.95), rgba(255, 0, 246, 0.95));
    padding: 1.5rem 2rem;
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.25s ease-in 0s; }
    .team-member .team-member-bio .team-member-name {
      color: #ffffff; }
    .team-member .team-member-bio hr {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .team-member .team-member-bio button.close {
      background: rgba(0, 0, 0, 0.1);
      color: #ffffff;
      cursor: pointer;
      line-height: 40px;
      width: 40px;
      height: 40px;
      opacity: 1;
      position: absolute;
      top: 0;
      right: 0;
      text-shadow: none; }
  .team-member p {
    font-size: 0.875rem; }

.team-member.active .team-member-text {
  opacity: 0; }
.team-member.active .team-member-bio {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 10; }

.advisors {
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #eeeeee;
  margin-top: -180px;
  position: relative; }
  .advisors:after {
    content: "";
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/bg-advisors.png");
    background-repeat: repeat-y;
    z-index: -1; }

.advisor {
  padding-bottom: 60px;
  position: relative; }
  .advisor .advisor-image img {
    border-radius: 4px 4px 0 0;
    max-width: 100%;
    height: auto; }
  .advisor .advisor-text-wrap {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    position: relative; }
    .advisor .advisor-text-wrap:before {
      box-sizing: content-box;
      position: absolute;
      bottom: -25px;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fefefe 90%, #fefefe 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fefefe 90%, #fefefe 100%);
      background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fefefe 90%, #fefefe 100%);
      margin-left: -16px;
      padding-left: 32px; }
  .advisor .advisor-text-gradient {
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    z-index: 2;
    padding: 1.5rem;
    text-align: center; }
  .advisor .advisor-name {
    font-size: 0.9375rem;
    font-weight: 500;
    margin-bottom: 0.5rem; }
  .advisor .advisor-title {
    font-size: 0.8125rem;
    font-weight: 400;
    margin-bottom: 1.5rem; }
  .advisor a.btn {
    min-width: 0;
    padding: 8px 40px 8px 25px; }
  .advisor .modal {
    background: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease; }
  .advisor .modal.fade .modal-dialog {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0); }
  .advisor .modal.show {
    background: rgba(255, 255, 255, 0.96);
    transition: background-color 0.3s ease;
    padding-right: 0 !important; }
    .advisor .modal.show .modal-dialog {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .advisor .fade {
    opacity: 1; }
  .advisor .modal-dialog {
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    max-width: none; }
  .advisor .modal-content {
    min-height: 100%;
    border-radius: 0;
    border: none;
    color: #ffffff; }
  .advisor .modal-body {
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
    background: #2c96f1;
    background: -webkit-linear-gradient(left top, #2c96f1, #d31ff5);
    background: -o-linear-gradient(bottom right, #2c96f1, #d31ff5);
    background: -moz-linear-gradient(bottom right, #2c96f1, #d31ff5);
    background: linear-gradient(to bottom right, #2c96f1, #d31ff5);
    overflow: auto;
    padding: 30px 15px; }
    .advisor .modal-body .close-modal {
      background: transparent none repeat scroll 0 0;
      border: medium none;
      cursor: pointer;
      height: 50px;
      padding: 8px;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 50px;
      z-index: 2; }
    .advisor .modal-body .advisor-image {
      border: 5px solid #ffffff;
      border-radius: 50%;
      -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
      display: inline-block;
      margin-bottom: 1.25rem;
      position: relative;
      width: 160px;
      height: 160px;
      overflow: hidden; }
    .advisor .modal-body .advisor-image img {
      max-width: none;
      width: auto;
      height: 100%;
      margin-left: -12px; }
    .advisor .modal-body .advisor-name {
      color: #ffffff;
      font-size: 2rem;
      font-weight: 300;
      margin-bottom: 0.75rem; }
    .advisor .modal-body .advisor-title {
      font-size: 0.875rem;
      font-weight: 500;
      margin-bottom: 1.5rem; }
    .advisor .modal-body hr {
      border-color: rgba(255, 255, 255, 0.25);
      margin-bottom: 2rem;
      margin-top: 2rem; }

@media (min-width: 768px) {
  .advisor .advisor-title {
    margin-bottom: 1rem; }
  .advisor .advisor-text-inner {
    min-height: 130px; }
  .advisor .modal-body {
    padding: 80px 40px; }
    .advisor .modal-body .close-modal {
      padding: 0;
      right: 30px;
      top: 30px; }
    .advisor .modal-body .advisor-image {
      width: 260px;
      height: 260px; }
    .advisor .modal-body .advisor-image img {
      margin-left: -20px; }
    .advisor .modal-body .advisor-title {
      font-weight: 400; } }
@media (min-width: 992px) {
  .advisor {
    padding: 0 30px 60px; }
    .advisor .advisor-title {
      margin-bottom: 0.5rem; } }
@media (min-width: 1200px) {
  .advisor .advisor-text-inner {
    min-height: 150px; }
  .advisor .modal-body {
    padding: 100px 50px; }
    .advisor .modal-body .close-modal {
      right: 40px;
      top: 40px; }
  .advisor .advisor-bio {
    border-left: 1px solid rgba(255, 255, 255, 0.25); } }
@media (min-width: 1660px) {
  .advisor .advisor-text-inner {
    min-height: 110px; } }
/*
=======================
SUPPORT
=======================
*/
.support .section {
  padding-top: 5rem;
  padding-bottom: 10rem; }

.accordion {
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2); }
  .accordion .faq h5 {
    color: #ffffff;
    font-weight: 500;
    background-color: #00b5f0;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    padding: 1.5rem 5rem 1.5rem 1.5rem;
    position: relative;
    cursor: pointer; }
  .accordion .sub-accordion {
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    padding: 0.5rem 0 2rem 0; }
    .accordion .sub-accordion .collapsed .toggle {
      display: none; }
      .accordion .sub-accordion .collapsed .toggle:before, .accordion .sub-accordion .collapsed .toggle:after {
        background-color: #00b5f0; }
    .accordion .sub-accordion .toggle {
      background: transparent;
      right: -45px; }
      .accordion .sub-accordion .toggle:before, .accordion .sub-accordion .toggle:after {
        right: -15px; }
  .accordion .sub-faq {
    display: block;
    margin: 0 2rem;
    padding: 0 1rem; }
    .accordion .sub-faq h6 {
      color: #777777;
      font-weight: 400;
      font-size: 1.125rem;
      line-height: 1.4;
      margin-bottom: 0;
      margin-top: 1.5rem;
      padding-right: 50px;
      position: relative;
      cursor: pointer; }
      .accordion .sub-faq h6:before {
        content: "-";
        position: absolute;
        left: -15px; }
  .accordion .toggle {
    background: #00a6e2;
    float: right;
    margin-left: 50px;
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
    .accordion .toggle:before, .accordion .toggle:after {
      content: "";
      position: absolute;
      background-color: #80daf8;
      top: 50%;
      left: 30px;
      width: 20px;
      height: 2px;
      -webkit-transform-origin: 50% 50%;
      will-change: transform;
      -webkit-transition: transform 0.25s ease-out,opacity 0.25s ease-out;
      transition: transform 0.25s ease-out,opacity 0.25s ease-out; }
    .accordion .toggle:before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .accordion .toggle:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .accordion .sub-answer {
    color: #999999;
    margin: 0 2rem;
    padding: 0 1rem; }
    .accordion .sub-answer p {
      margin: 1.5rem 0; }
    .accordion .sub-answer hr {
      border-top: 1px solid #e3e3e3;
      margin: 0 -1rem; }
  .accordion .collapsed .faq h5 {
    color: #00b5f0;
    background-color: #ffffff; }
  .accordion .collapsed .sub-faq h6 {
    color: #00b5f0; }
  .accordion .collapsed .toggle {
    background: #ffffff; }
    .accordion .collapsed .toggle:before, .accordion .collapsed .toggle:after {
      background-color: #e3e3e3; }
    .accordion .collapsed .toggle:before {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .accordion .collapsed .toggle:after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .accordion .collapsed:hover .faq h5 {
    background: #f6f6f6; }
  .accordion .collapsed:hover .toggle {
    background: #f6f6f6; }
    .accordion .collapsed:hover .toggle:before, .accordion .collapsed:hover .toggle:after {
      background-color: #00b5f0; }

.more-info {
  border-bottom: 1px solid #f2f2f2;
  line-height: 1.4; }
  .more-info .section {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .more-info .heading {
    color: #002562;
    font-size: 1.25rem;
    text-align: center; }
  .more-info .contact-info {
    color: #777777;
    font-size: 1.125rem;
    text-align: center; }
    .more-info .contact-info > div {
      padding-top: 3rem;
      position: relative; }
    .more-info .contact-info .contact-type {
      color: #00b5f0;
      font-weight: 500; }
    .more-info .contact-info a {
      color: #777777;
      text-decoration: underline; }

@media (min-width: 768px) {
  .accordion .faq h5 {
    padding: 1.75rem 5rem 1.75rem 2rem; }
  .accordion .sub-faq {
    margin: 0 3rem;
    padding: 0 1rem; }
    .accordion .sub-faq h6 {
      font-size: 1.25rem; }
  .accordion .sub-answer {
    margin: 0 3rem;
    padding: 0 1rem; }

  .more-info .heading {
    font-size: 1.75rem;
    padding-bottom: 3rem; }
  .more-info .contact-info > div {
    border-top: 1px solid #e3e3e3;
    padding-top: 3rem;
    position: relative; }
    .more-info .contact-info > div:first-of-type:after {
      position: absolute;
      right: 0;
      top: 0;
      content: '';
      height: 100%;
      width: 1px;
      background: -webkit-linear-gradient(top, #e7e7e7, rgba(255, 255, 255, 0));
      background: -o-linear-gradient(top, #e7e7e7, rgba(255, 255, 255, 0));
      background: -moz-linear-gradient(top, #e7e7e7, rgba(255, 255, 255, 0));
      background: linear-gradient(to bottom, #e7e7e7, rgba(255, 255, 255, 0)); } }
@media (min-width: 992px) {
  .more-info .contact-info {
    font-size: 1.5rem; } }
/*
=======================
SCIENCE
=======================
*/
.science .section {
  padding-top: 5rem;
  padding-bottom: 10rem; }

.heading-fancy {
  margin-bottom: 3rem; }
  .heading-fancy .icon {
    margin: 0 auto 1.5rem; }
  .heading-fancy h1,
  .heading-fancy h2 {
    margin-bottom: 0.75rem; }
  .heading-fancy p {
    font-size: 1.125rem;
    font-weight: 300; }

.science-item-wrap {
  flex-grow: 1;
  padding-bottom: 30px; }

.science-item {
  background: #ffffff;
  padding: 2rem;
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2); }
  .science-item h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3; }
  .science-item hr {
    margin: 1.875rem -4%; }
  .science-item .article-credit {
    font-size: 0.875rem; }
  .science-item .article-author {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem; }
  .science-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10; }
    .science-item a:hover {
      opacity: 0.25;
      background: white; }

@media (min-width: 576px) {
  .science-item {
    padding: 3rem; } }
@media (min-width: 992px) {
  .heading-fancy {
    margin-bottom: 5rem; }
    .heading-fancy p {
      font-size: 1.375rem; }

  .science-item h3 {
    font-size: 1.5rem; } }
@media (min-width: 1660px) {
  .science-item {
    padding: 4rem; } }
/*
=======================
FOOTER
=======================
*/
footer {
  padding: 5rem 0 4rem 0; }
  footer a.btn {
    padding: 12px 60px 12px 45px; }
  footer a.btn-buy {
    padding: 14px 60px 14px 45px; }

.signup .signup-child-container {
  opacity: 1;
  transition: opacity .8s ease-in-out;
  margin: 0.75rem auto 1.5rem; }
.signup .signup-child-container-status {
  height: 0; }
.signup .signup-status {
  padding-top: 1.3em; }
.signup h5 {
  color: #aaaaaa;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem; }
.signup form {
  color: #aaaaaa;
  font-weight: 500; }
  .signup form .input-group {
    margin: 0 auto 0.5rem auto;
    max-width: 470px; }
  .signup form .form-control {
    border: 2px solid #aaaaaa; }
  .signup form .form-check {
    font-size: 0.875rem;
    margin-right: 1rem; }
  .signup form .form-check-input,
  .signup form .form-check-label {
    height: 1.5rem;
    line-height: 1.5rem; }
  .signup form .form-check-input {
    margin: 0 0.375rem 0 0; }
  .signup form input::placeholder {
    color: #aaaaaa;
    font-style: italic; }
  .signup form .add-on-button {
    color: #fff;
    background-color: #aaaaaa;
    border: 2px solid #aaaaaa;
    border-radius: 0.25rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 1.875rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    margin-left: -1px;
    padding: .5rem 2rem .5rem 1.5rem;
    position: relative;
    z-index: 2; }
    .signup form .add-on-button:after {
      border-bottom: 6px solid transparent;
      border-left: 6px solid #ffffff;
      border-top: 6px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      width: 0; }

.footer-nav {
  font-weight: 500; }

.footer-nav,
.copyright {
  list-style: none;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  padding-left: 0; }

.footer-nav li,
.copyright li {
  color: #dddddd;
  display: inline-block;
  padding: 0.25rem 0.75rem; }

.footer-nav a,
.copyright a {
  color: #bbbbbb; }

.social {
  padding-left: 0; }
  .social li {
    display: inline;
    padding-right: 0.5rem; }
    .social li a:hover {
      opacity: 0.85; }
    .social li:last-child {
      padding-right: 0; }
    .social li img {
      width: 40px;
      height: 40px; }

.cta-wrap .btn {
  margin: 0.75rem; }

@media (min-width: 768px) {
  .footer-nav,
  .copyright {
    font-size: 1rem; }

  .footer-nav li,
  .copyright li {
    padding: 0; }

  .footer-nav li:after,
  .copyright li:after {
    color: #dddddd;
    content: " |";
    white-space: pre;
    padding: 0 1.25em;
    font-weight: normal; }

  .copyright li:after {
    padding: 0 .75em; }

  .footer-nav li:last-child:after,
  .copyright li:last-child:after {
    content: ""; } }
@media (min-width: 992px) {
  .signup form {
    margin: 0.75rem 0 2rem; }
    .signup form .input-group {
      margin: 0 0 0.5rem 0; }

  .cta-wrap .btn {
    margin: 0 0 1.25rem 0; } }
.user-story {
  background: url("../img/bg-gray.png");
  background-position: center;
  background-size: cover;
  min-height: 80vh; }

.user-story .full-screen {
  max-width: none; }

.story-panel {
  position: relative;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 3rem 1rem;
  width: 100%;
  min-height: 80vh;
  border-bottom: 1px solid #dddddd; }
  .story-panel.block {
    flex-direction: column;
    padding: 3rem 0; }
  .story-panel .center-wrap {
    display: block;
    width: 100%; }
  .story-panel h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-align: center; }
  .story-panel p.intro {
    color: #002562; }
  .story-panel .mobile-illustration {
    margin-top: 20px; }
  .story-panel .mobile-illustration.child {
    width: 65%;
    max-height: 315px; }
  .story-panel .mobile-illustration.treatment {
    width: 100%;
    max-height: 335px; }
  .story-panel .mobile-illustration.doctors {
    width: 80%;
    max-height: 315px;
    margin-bottom: 20px; }

#story-2 {
  background: none;
  background: url("../img/bg-story-split.jpg"), white;
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 0;
  margin-left: -4vw;
  margin-right: -4vw;
  width: 100vw; }
  #story-2 .vs {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
    margin-bottom: 2rem; }
    #story-2 .vs p {
      font-size: 0.9125rem;
      margin-bottom: .5rem; }
    #story-2 .vs h2 {
      font-size: 1.25rem;
      line-height: 1;
      margin-bottom: 0rem; }
  #story-2 .center-wrap {
    padding: 0; }
  #story-2 .split {
    position: relative;
    width: 50%;
    display: block;
    float: left;
    overflow: hidden; }
    #story-2 .split h2 {
      font-size: 1.375rem; }
    #story-2 .split hr {
      display: block;
      box-sizing: border-box;
      position: relative;
      margin: auto;
      padding: 0;
      width: 80%;
      height: 2px;
      background-color: white;
      border: none; }
    #story-2 .split.luminopia h2 {
      color: white; }
    #story-2 .split.patching h2 {
      color: #777777; }
    #story-2 .split .split-sizer {
      position: relative;
      height: 180px; }
    #story-2 .split .mobile-illustration {
      position: absolute;
      margin: auto;
      max-height: 100%;
      right: 0;
      bottom: 0;
      left: 0;
      transform-origin: center bottom; }
    #story-2 .split.luminopia .mobile-illustration {
      transform: scale(0.95); }
    #story-2 .split.patching .mobile-illustration {
      transform: scale(0.8); }
    #story-2 .split ul {
      display: inline-block;
      position: relative;
      box-sizing: border-box;
      margin: 20px 10% auto;
      padding: 0 3% 0 1%;
      list-style-type: none;
      max-width: 100%;
      overflow: hidden; }
      #story-2 .split ul li {
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 0.875em;
        font-weight: 500;
        line-height: 1.2;
        text-align: left; }
      #story-2 .split ul li:before {
        position: absolute;
        display: block;
        content: '\2022';
        /* bullet point, for screen readers */
        text-indent: -999999px;
        /* move the bullet point out of sight */
        left: 0;
        width: 13px;
        /* desired width of the image */
        height: 1em;
        /* unrelated to image height; this is so it gets snipped */
        background-repeat: no-repeat;
        background-image: url(../img/ul-check.png);
        background-size: 100%;
        background-position: 0; }
    #story-2 .split.patching ul {
      color: #777777; }
      #story-2 .split.patching ul li:before {
        background-image: url(../img/ul-check-dark.png); }
      #story-2 .split.patching ul li.x:before {
        background-image: url(../img/ul-x.png);
        width: 12px; }

/* LARGE MOBILE SIZE DEVICE ================================== */
@media (min-width: 400px) {
  .story-panel {
    padding: 4rem 1.25rem; }
    .story-panel h2 {
      font-size: 1.625rem;
      margin-bottom: 0.75rem; }
    .story-panel .mobile-illustration {
      margin-top: 30px; }
    .story-panel .mobile-illustration.treatment {
      width: 100%; }
    .story-panel .mobile-illustration.doctors {
      width: 70%;
      margin-bottom: 30px; }
    .story-panel.block {
      padding: 4rem 0 3rem; }

  #story-2 {
    margin-left: -6vw;
    margin-right: -6vw;
    width: 100vw; }
    #story-2 .vs {
      background: white;
      margin-bottom: 3rem; }
    #story-2 .split h2 {
      font-size: 1.5rem;
      padding: 0 1rem; }
    #story-2 .split .split-sizer {
      height: 230px; }
    #story-2 .split ul li {
      padding-left: 23px;
      margin-bottom: 12px;
      font-size: 1em;
      letter-spacing: 0.025em; }
    #story-2 .center-vs {
      position: absolute;
      right: 0;
      left: 0;
      height: 50px;
      margin: auto;
      display: flex;
      align-items: center;
      vertical-align: center; }
      #story-2 .center-vs span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 11vw;
        height: 11vw;
        margin: auto;
        padding: 0;
        border-radius: 100%;
        background-color: white;
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2); } }
@media (min-width: 768px) {
  .story-panel {
    padding: 2rem 8rem 4rem;
    min-height: 85vh; }
    .story-panel.block {
      padding: 4rem 0 4rem;
      flex-direction: row; }
    .story-panel.carousel {
      padding: 4rem 4rem 4rem;
      flex-direction: row; }
    .story-panel h2 {
      font-size: 2rem; }
    .story-panel .mobile-illustration {
      margin-top: 30px; }
    .story-panel .mobile-illustration.child {
      width: 65%;
      max-height: 350px; } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
    .story-panel img[src$=".svg"].mobile-illustration.child {
      width: 100%;
      height: 350px; } }
@media (min-width: 768px) {
    .story-panel .mobile-illustration.treatment {
      width: 100%;
      max-height: 350px; } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
    .story-panel img[src$=".svg"].mobile-illustration.treatment {
      width: 100%;
      height: 350px; } }
@media (min-width: 768px) {
    .story-panel .mobile-illustration.doctors {
      width: 70%;
      max-height: 250px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
    .story-panel img[src$=".svg"].mobile-illustration.doctors {
      width: 100%;
      height: 250px; } }
@media (min-width: 768px) {
    .story-panel .scroll-arrow {
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      bottom: 4rem;
      -ms-transform: scale(0.35);
      transform: scale(0.35); }

  #story-2 {
    padding-top: 8rem;
    margin-left: 0vw;
    margin-right: 0vw;
    width: 100vw; }
    #story-2 .vs {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: auto;
      background: white;
      padding: 1.5rem 2rem;
      margin-bottom: 2rem; }
    #story-2 .split h2 {
      font-size: 2rem; }
    #story-2 .split .split-sizer {
      height: 320px; }
    #story-2 .split ul {
      margin: 2rem 10% auto; }
      #story-2 .split ul li {
        margin-bottom: 12px;
        font-size: 1em;
        letter-spacing: 0.025em; }
    #story-2 .center-vs {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      vertical-align: center; }
      #story-2 .center-vs span {
        height: 100%; } }
@media only screen and (min-device-width: 768px) and (orientation: landscape) {
  .story-panel {
    padding: 2rem 12rem 4rem; }
    .story-panel.carousel {
      padding: 4rem 5.33333rem 4rem;
      flex-direction: row; }

  .story-panel .scroll-arrow {
    bottom: 2rem; } }
@media (min-width: 1100px) {
  .user-story {
    position: relative;
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 800vh;
    overflow: hidden; }

  #story-0 {
    z-index: 4; }

  #story-1 {
    z-index: 3; }

  #story-2 {
    z-index: 2; }

  #story-3 {
    z-index: 1; }

  .user-story .full-screen {
    height: 100vh;
    padding: 0; }
    .user-story .full-screen.story-active {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 10; }
    .user-story .full-screen.story-finished {
      position: absolute;
      bottom: 0; }

  .story-panel {
    position: absolute;
    margin: 0;
    padding: 4rem 10rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    max-height: 100vh;
    border-bottom: none; }
    .story-panel h2 {
      font-size: 2.5rem; }
    .story-panel .mobile-illustration.child {
      width: 65%;
      max-height: 400px; } }
  @media screen and (min-width: 1100px) and (-ms-high-contrast: active), (min-width: 1100px) and (-ms-high-contrast: none) {
    .story-panel img[src$=".svg"].mobile-illustration.child {
      width: 100%;
      height: 400px; } }
@media (min-width: 1100px) {
    .story-panel .mobile-illustration.treatment {
      width: 100%;
      height: 50vh;
      max-height: 420px; }
    .story-panel .mobile-illustration.doctors {
      width: 100%;
      height: 395px;
      max-height: 395px;
      margin-bottom: auto;
      float: left; } }
  @media screen and (min-width: 1100px) and (-ms-high-contrast: active), (min-width: 1100px) and (-ms-high-contrast: none) {
    .story-panel img[src$=".svg"].mobile-illustration.doctors {
      width: 100%;
      height: 395px; } }
@media (min-width: 1100px) {
    .story-panel .testimonial-carousel {
      float: left;
      text-align: left;
      margin-top: 4rem;
      overflow: hidden; }
      .story-panel .testimonial-carousel .carousel-inner {
        overflow: visible;
        padding-bottom: 3rem; }
      .story-panel .testimonial-carousel .carousel-item span.quote {
        display: block;
        position: absolute;
        top: -2px;
        left: -15px;
        width: 0;
        height: 0;
        font-size: 2rem;
        font-weight: 300; }
      .story-panel .testimonial-carousel .testimonial-quote {
        text-align: left;
        margin-top: 0;
        margin-bottom: 1.5rem; }
      .story-panel .testimonial-carousel .testimonial-author {
        text-align: left; }

  .story-0-active #story-0 {
    transform: translateY(0vh); }
  .story-0-active #story-1 {
    transform: translateY(100vh); }
  .story-0-active #story-2 {
    transform: translateY(100vh); }
  .story-0-active #story-3 {
    transform: translateY(100vh); }

  .story-1-active #story-0 {
    transform: translateY(-100vh); }
  .story-1-active #story-1 {
    transform: translateY(0vh); }
  .story-1-active #story-2 {
    transform: translateY(100vh); }
  .story-1-active #story-3 {
    transform: translateY(100vh); }

  .story-2-active #story-0 {
    transform: translateY(-100vh); }
  .story-2-active #story-1 {
    transform: translateY(-100vh); }
  .story-2-active #story-2 {
    transform: translateY(0vh); }
  .story-2-active #story-3 {
    transform: translateY(100vh); }

  .story-3-active #story-0 {
    transform: translateY(-100vh); }
  .story-3-active #story-1 {
    transform: translateY(-100vh); }
  .story-3-active #story-2 {
    transform: translateY(-100vh); }
  .story-3-active #story-3 {
    transform: translateY(0vh); }

  #story-2 {
    background: url("../img/bg-story-split.jpg"), white;
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 4rem; }
    #story-2 .vs {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: middle;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 11vw;
      max-width: 175px;
      height: 11vw;
      max-height: 175px;
      background: white;
      padding: 10px;
      border-radius: 100px;
      box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
      text-align: center; }
    #story-2 .split h2 {
      font-size: 2.5rem;
      padding: 0;
      margin-top: 35px;
      margin-bottom: 30px; }
    #story-2 .split hr {
      width: 60%; }
    #story-2 .split .split-sizer {
      height: 30vh; }
    #story-2 .split ul {
      margin: 50px 10% auto; }
    #story-2 .center-vs {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 90px;
      height: 90px;
      font-size: 2.25rem; }

  /* PROGRESS BAR ELEMENT */
  #story-progress {
    display: block;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -6vh;
    width: 100%;
    min-height: 6vh;
    background: white;
    z-index: 10;
    transform: translateY(0);
    border-bottom: 1px solid #f6f6f6; }
    #story-progress .story-progress-bttn {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25%;
      height: 100%;
      font-weight: 500;
      font-size: 0.75rem;
      line-height: 1.2;
      text-align: center;
      color: #002562;
      border-left: 1px solid #eeeeee; }
      #story-progress .story-progress-bttn:nth-child(1) {
        left: 0%; }
      #story-progress .story-progress-bttn:nth-child(2) {
        left: 25%; }
      #story-progress .story-progress-bttn:nth-child(3) {
        left: 50%; }
      #story-progress .story-progress-bttn:nth-child(4) {
        left: 75%; }
      #story-progress .story-progress-bttn.active {
        color: #00b5f0;
        background-color: #f6f6f6;
        box-shadow: inset 0px 2px 0px white; }
    #story-progress #story-progress-bar {
      position: absolute;
      top: -2px;
      width: 0%;
      height: 5px;
      background-image: linear-gradient(to right, #239cf1, #de17f5);
      /*             &.progress-0 { width: calc(25% + 1px); }
                  &.progress-1 { width: 50%; }
                  &.progress-2 { width: 75%; }
                  &.progress-3 { width: 100%; } */ }

  .story-active #story-progress,
  .story-finished #story-progress {
    transform: translateY(-6vh); } }
@media (min-width: 1660px) {
  /* PROGRESS BAR ELEMENT */
  #story-progress .story-progress-bttn {
    font-size: 0.9125rem; } }
