@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("//cdn.melaleuca.com/css/Pure-0.5.0/pure-min.css");
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: 'Gotham Condensed Light';
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Condensed Light"), url("fonts/ufonts.com_gothamcondensed-light-opentype.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'Gotham Condensed Book';
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Condensed Book"), url("fonts/ufonts.com_gothamcondensed-book-opentype.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'Gotham Condensed Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Condensed Medium"), url("fonts/ufonts.com_gothamcondensed-medium-opentype.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'Gotham Condensed Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Condensed Bold"), url("fonts/ufonts.com_gothamcondensed-bold-opentype.woff") format("woff");
  font-display: swap; }
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  max-height: 600px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .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; }

/*THEME*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/******************************
* General Elements
******************************/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333333; }

a, a:link {
  color: #5F5BA6; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1; }

ul, ol {
  margin: 0;
  padding: 0; }

p, li {
  line-height: 1.3; }

/******************************
* Common Classes
******************************/
.mobile {
  display: inherit; }

.desktop {
  display: none; }
  @media (min-width: 769px) {
    .desktop {
      display: inherit; } }

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

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

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

.-text-purple {
  color: #5F5BA6; }

.-text-red {
  color: #7d1811; }

.columns.-two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
.columns p:first-child {
  margin-top: 0; }

.p-button {
  margin: 40px 0 0; }

.button {
  padding: 10px 43px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 20px;
  transition: all 0.2s ease-out; }
  .button.-outlined {
    background-color: #FFFFFF;
    border: solid 1px #5F5BA6; }
    .button.-outlined:hover {
      background-color: #5F5BA6;
      color: #FFFFFF; }
  .button.-purple {
    opacity: .9;
    background-color: #5F5BA6;
    color: #FFFFFF; }
    .button.-purple:hover {
      opacity: 1; }

/******************************
* General Layout Styles
******************************/
.wrapper {
  margin: 0 auto;
  padding-bottom: 100px;
  overflow-x: hidden; }

section {
  margin: 100px auto;
  max-width: 1440px;
  padding: 0 5%; }
  @media (min-width: 769px) {
    section {
      padding: 0; } }

.strong {
  font-weight: bold; }

.padded {
  padding-left: 2%;
  padding-right: 2%;
  width: 96%; }
  @media (min-width: 769px) {
    .padded-left {
      padding-right: 0;
      width: 85%; }
    .padded-right {
      padding-left: 0;
      width: 84%; }
    .padded-more {
      padding-left: 17%;
      padding-right: 17%;
      width: 66%; } }

ul.key-findings {
  list-style-type: disc;
  justify-content: space-between;
  padding-left: 20px;
  margin-top: -10px;
  margin-bottom: 20px; }
  ul.key-findings li {
    align-self: flex-start;
    color: #5F5BA6;
    margin: 10px 0; }

.flexbox {
  display: flex;
  flex-direction: column; }
  .flexbox .section-image {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 40%;
    flex-shrink: 0; }
    @media (min-width: 769px) {
      .flexbox .section-image {
        width: 47%;
        margin-right: 3%;
        margin-bottom: 0;
        min-height: initial;
        background-size: 120%; }
        .flexbox .section-image.-right-center {
          background-position: right center; }
        .flexbox .section-image.-left-center {
          background-position: left center;
          background-size: 150%; } }
    @media (min-width: 913px) {
      .flexbox .section-image {
        background-size: 120%; } }
    @media (min-width: 1440px) {
      .flexbox .section-image {
        background-size: contain;
        padding-bottom: 30%; } 
        .flexbox .section-image.-left-center {
          background-size: 120%; }}
  .flexbox.-left .section-image {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 769px) {
      .flexbox.-left .section-image {
        margin-right: 0;
        margin-left: 3%; } }
  @media (min-width: 769px) {
    .flexbox.-left {
      padding-left: 3%; } }
  .flexbox.-right {
    flex-direction: column-reverse; }
    @media (min-width: 769px) {
      .flexbox.-right {
        flex-direction: row; } }
  @media (min-width: 769px) {
    .flexbox {
      flex-direction: row; }
      .flexbox.-right {
        flex-direction: row-reverse;
        width: 83%;
        padding-right: 17%; }
      .flexbox.-left {
        width: 83%;
        padding-left: 17%; } }
  .flexbox .-align-end {
    align-self: flex-end; }

img.section-image {
  max-width: 605px;
  max-height: 500px; }

/******************************
* Specific Layout Styles
******************************/
#temporary {
  padding: 5px;
  text-align: center;
  background: #5F5BA6;
  color: #FFFFFF; }

nav#utility {
  color: #252525;
  padding-left: 2%;
  padding-right: 2%; }
  nav#utility ul.utility-menu {
    display: flex;
    justify-content: space-between;
    font-size: 14px; }
    nav#utility ul.utility-menu li a {
      color: #252525;
      text-decoration: none;
      line-height: 2.8; }
      @media (max-width: 300px) {
        nav#utility ul.utility-menu li a {
          /* this will probably never be hit, but just in case */
          line-height: 1; } }
  nav#utility .nice-select {
    border: 0px;
    height: auto;
    padding-left: 10px;
    padding-right: 25px;
    right: 0; }
    nav#utility .nice-select .current {
      text-transform: uppercase; }
    nav#utility .nice-select:after {
      top: 52%;
      transform: none;
      width: 0px;
      height: 0px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #333333;
      border-bottom: 0px; }
    nav#utility .nice-select ul.list {
      right: -5px;
      left: initial;
      padding: 15px 0;
      border-radius: 0;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    nav#utility .nice-select li {
      background-position: 23px center;
      background-repeat: no-repeat;
      background-size: 22px 22px;
      padding-left: 58px;
      padding-right: 23px; }

li[data-value="EN"], i#EN {
  background-image: url("../img/icons/flags/usa.svg"); }

li[data-value="CH"], i#CH {
  background-image: url("../img/icons/flags/china.svg"); }

li[data-value="JA"], i#JA {
  background-image: url("../img/icons/flags/japan.svg"); }

li[data-value="KO"], i#KO {
  background-image: url("../img/icons/flags/south-korea.svg"); }

li[data-value="FR"], i#FR {
  background-image: url("../img/icons/flags/france.svg"); }

li[data-value="SP"], i#SP {
  background-image: url("../img/icons/flags/spain.svg"); }

i.flag {
  width: 13px;
  height: 13px;
  background-size: contain;
  display: inline-block;
  background-position: bottom center; }

header#masthead {
  position: relative;
  max-height: 664px; }
  header#masthead .mobile,
  header#masthead .desktop {
    position: relative; }
  header#masthead .-text-red {
    font-weight: bold;
    text-transform: uppercase; }
  header#masthead .mobile h1 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 7.5vmin;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.1; }
    header#masthead .mobile h1 .masthead__h1-bold {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 19vmin; }
    @media (min-width: 513px) {
      header#masthead .mobile h1 {
        font-size: 33px; }
        header#masthead .mobile h1 .masthead__h1-bold {
          font-size: 85px; } }
  header#masthead .mobile h2 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
    font-weight: 300;
    max-width: 64%; }
    @media (min-width: 513px) {
      header#masthead .mobile h2 {
        max-width: initial; } }
  header#masthead .mobile.has-image {
    margin-top: 5%; }
    header#masthead .mobile.has-image .product-image {
      position: absolute;
      max-width: 30%;
      height: auto;
      top: 72%;
      right: 5px;
      transition: all .2s; }
      @media (min-width: 513px) {
        header#masthead .mobile.has-image .product-image {
          position: relative;
          max-width: 60%;
          margin-top: 10px;
          margin-left: 10px; } }
  @media (min-width: 513px) {
    header#masthead .mobile .mobile-headings {
      position: absolute;
      top: 15%;
      max-width: 45%; }
    header#masthead .mobile h1 {
      font-size: 4.3vmin; }
      header#masthead .mobile h1 span.masthead__h1-bold {
        font-size: 11vmin; }
    header#masthead .mobile h2 {
      font-size: 2.1vw; } }
  @media (min-width: 769px) {
    header#masthead .mobile {
      display: none; }
      header#masthead .mobile .mobile-headings {
        position: relative;
        top: initial;
        width: initial; } }
  header#masthead .desktop {
    position: absolute;
    top: 0;
    margin-top: 11%;
    margin-left: 9%;
    max-width: 462px; }
    header#masthead .desktop.has-image {
      margin-top: 5%; }
      header#masthead .desktop.has-image .product-image {
        max-width: 48%;
        height: auto;
        margin-top: 10px;
        transition: all .2s; }
        @media (min-width: 913px) {
          header#masthead .desktop.has-image .product-image {
            margin-top: 20px;
            max-width: 50%; } }
        @media (min-width: 1440px) {
          header#masthead .desktop.has-image .product-image {
            max-width: 300px; } }
      @media (min-width: 1169px) {
        header#masthead .desktop.has-image {
          margin-top: 10%; } }
      @media (min-width: 1440px) {
        header#masthead .desktop.has-image {
          margin-top: 5%; } }
    header#masthead .desktop h1 {
      font-size: 66px;
      font-size: 4.6vmax;
      font-weight: 300; }
      @media (min-width: 1169px) {
        header#masthead .desktop h1 {
          font-size: 66px; } }
    header#masthead .desktop h2 {
      margin-top: 20px;
      margin-left: 3px;
      font-size: 27px;
      font-size: 1.9vmax;
      font-weight: 300; }
    @media (min-width: 1440px) {
      header#masthead .desktop {
        max-width: 50%; } }
  @media (min-width: 769px) {
    header#masthead #masthead-background {
      position: relative;
      width: 100%;
      padding-bottom: 42%;
      display: block;
      background: url("../img/masthead.png") no-repeat right center;
      background-size: contain; }
      header#masthead #masthead-background #masthead-overlay {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 60%);
        background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 60%);
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); } }
  @media (min-width: 1440px) {
    header#masthead #masthead-background {
      margin-left: auto;
      max-width: 1440px;
      padding-bottom: 575px; } }
  header#masthead #masthead-mobile {
    padding-bottom: 64%;
    background-position: right center;
    background-size: cover;
    margin-bottom: 20px;
    transition: padding-bottom .2s; }
    @media (min-width: 513px) {
      header#masthead #masthead-mobile {
        padding-bottom: 42%; } }

section#tagline {
  color: #5F5BA6;
  text-align: center; }
  @media (min-width: 769px) {
    section#tagline {
      padding-top: 10px;
      padding-bottom: 10px; } }
  section#tagline h3, section#tagline h4, section#tagline h3 small {
    line-height: 1;
    margin: 3px 0; }
  section#tagline h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100; }
    section#tagline h3 small {
      text-transform: none;
      font-weight: bold; }
    @media (min-width: 769px) {
      section#tagline h3 {
        font-size: 30px; } }
  section#tagline h4, section#tagline h3 small {
    font-size: 16px; }
    @media (min-width: 769px) {
      section#tagline h4, section#tagline h3 small {
        font-size: 24px; } }

section#studies {
  margin-top: 125px;
  flex-wrap: wrap; }
  section#studies .studies-box {
    padding: 20px;
    margin: 0 16px 70px;
    width: calc(100% - 74px);
    border: solid 1px #DDDDDD;
    border-radius: 7px;
    text-decoration: none;
    color: #333333; }
    section#studies .studies-box img.badge {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: -70px;
      margin-bottom: 30px;
      width: 130px;
      transition: all .25s; }
      section#studies .studies-box img.badge:hover {
        width: 140px;
        margin-top: -75px;
        margin-bottom: 25px; }
    section#studies .studies-box h4 {
      font-size: 18px;
      margin: 4px 0 0;
      text-transform: uppercase; }
      section#studies .studies-box h4 span.-text-red {
        position: absolute;
        margin-top: -33px;
        display: block;
        text-transform: uppercase;
        font-size: 33px; }
    section#studies .studies-box p {
      color: #757575;
      font-size: 14px;
      margin-top: 5px; }
    @media (min-width: 913px) {
      section#studies .studies-box {
        width: calc(25% - 74px);
        margin-bottom: 0px; } }
    @media (min-width: 513px) and (max-width: 912px) {
      section#studies .studies-box {
        width: calc(50% - 74px);
        margin-bottom: 70px; }
        section#studies .studies-box:nth-child(3), section#studies .studies-box:nth-child(4) {
          margin-bottom: 0px; } }
  @media (min-width: 513px) and (max-width: 912px) {
    section#studies {
      flex-direction: row; } }

section#charts {
  margin-top: 0; }
  @media (min-width: 769px) {
    section#charts {
      margin-top: 50px; } }
  section#charts #carousel-holder {
    display: block;
    width: 100%; }
    section#charts #carousel-holder .study-heading {
      margin-left: 25px; }
    @media (min-width: 769px) {
      section#charts #carousel-holder {
        width: 50%; } }
  section#charts #charts-carousel {
    margin-top: 25px; }
    section#charts #charts-carousel .slick-arrow {
      top: 38%; }
      section#charts #charts-carousel .slick-arrow:before {
        color: #DDDDDD;
        transition: color 0.25s ease-out; }
      section#charts #charts-carousel .slick-arrow:hover:before {
        color: #333333; }
      @media (min-width: 769px) {
        section#charts #charts-carousel .slick-arrow {
          display: none; } }
    section#charts #charts-carousel .slick-prev {
      z-index: 1;
      left: -15px; }
      section#charts #charts-carousel .slick-prev:before {
        font-size: 25px; }
    section#charts #charts-carousel .slick-next {
      right: 5px; }
      section#charts #charts-carousel .slick-next:before {
        font-size: 25px; }
      @media (min-width: 769px) {
        section#charts #charts-carousel .slick-next {
          right: -15px; } }
    section#charts #charts-carousel .slide {
      width: 100%; }
      section#charts #charts-carousel .slide > * {
        max-width: 100%; }
      section#charts #charts-carousel .slide .charts-chart {
        opacity: 0;
        transition: opacity 1.5s ease-out;
        margin-bottom: 30px; }
        section#charts #charts-carousel .slide .charts-chart svg {
          margin-left: 10%; }
    section#charts #charts-carousel .charts-summary {
      align-items: center;
      min-height: 100px;
      display: flex;
      justify-content: center; }
      section#charts #charts-carousel .charts-summary > div {
        padding: 10px 0 30px;
        margin-right: 20px;
        letter-spacing: .5px; }
        section#charts #charts-carousel .charts-summary > div:first-child {
          width: 60%; }
        section#charts #charts-carousel .charts-summary > div h4 {
          font-family: "Gotham Condensed Medium";
          font-size: 20px; }
        section#charts #charts-carousel .charts-summary > div h5 {
          color: #327695;
          font-family: "Gotham Condensed Book";
          font-size: 17px;
          text-transform: uppercase;
          letter-spacing: 1px;
          transform: scale(1, 0.7); }
        section#charts #charts-carousel .charts-summary > div.info-circle {
          padding: 10px;
          margin-right: 0;
          min-width: 60px;
          min-height: 60px;
          width: 60px;
          height: 60px;
          border-radius: 60px;
          border: solid 0px #7d1811;
          text-align: center;
          transition: border 0.5s ease-out; }
          section#charts #charts-carousel .charts-summary > div.info-circle span {
            display: block;
            opacity: 0;
            transition: opacity .75s; }
            section#charts #charts-carousel .charts-summary > div.info-circle span.big-text {
              font-size: 1px;
              font-family: "Gotham Condensed Medium";
              letter-spacing: -0.5px; }
            section#charts #charts-carousel .charts-summary > div.info-circle span.small-text {
              font-size: 1px;
              font-family: "Gotham Condensed Light";
              text-transform: uppercase;
              letter-spacing: 1px;
              transform: scale(1, 0.7); }
            section#charts #charts-carousel .charts-summary > div.info-circle span.triangle {
              margin: 2px auto;
              width: 0;
              height: 0;
              border-left: 0px solid transparent;
              border-right: 0px solid transparent;
              border-top: 0px solid;
              transition: border 0.5s ease-out; }
          section#charts #charts-carousel .charts-summary > div.info-circle.drawn {
            border-width: 10px; }
            section#charts #charts-carousel .charts-summary > div.info-circle.drawn span {
              font-size: auto;
              opacity: 1; }
              section#charts #charts-carousel .charts-summary > div.info-circle.drawn span.big-text {
                font-size: 27px; }
              section#charts #charts-carousel .charts-summary > div.info-circle.drawn span.small-text {
                font-size: 14px; }
              section#charts #charts-carousel .charts-summary > div.info-circle.drawn span.triangle {
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 12px solid; }
              section#charts #charts-carousel #slide4 .charts-summary > div.info-circle.drawn span.triangle {
                transform: rotate(180deg);
              }
    section#charts #charts-carousel .slick-current .charts-chart {
      opacity: 1; }
    section#charts #charts-carousel ul.slick-dots li {
      margin: 0;
      padding: 0 20px; }
      @media (min-width: 769px) {
        section#charts #charts-carousel ul.slick-dots li {
          padding: 0 5px; } }
      section#charts #charts-carousel ul.slick-dots li button:before {
        transition: all 0.5s cubic-bezier(0.5, 0, 0, 1.25);
        font-size: 12px;
        color: #333333;
        opacity: .5;
        width: 100%; }
      section#charts #charts-carousel ul.slick-dots li button:hover:before {
        opacity: 1; }
      section#charts #charts-carousel ul.slick-dots li button[aria-selected="true"]:before {
        font-size: 14px;
        opacity: 1; }
  section#charts div[id*="google-visualization-errors"] {
    display: none; }
  .google-visualization-tooltip {
    text-align: center;
    padding: 2px !important;
  }
  .google-visualization-tooltip span.arrow {
    color: #327695;
  }
  .google-visualization-tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(40,40,40,0.9);
    border-top-color: inherit;
    margin: 5px 0 0 -8px;
    transform: rotate(135deg);
  }

@media (min-width: 769px) {
  section#sterling .flexbox .section-image.-right-center {
    background-size: 95%; } }
@media (min-width: 1440px) {
  section#sterling .flexbox .section-image.-right-center {
    background-size: contain;
    background-position: center center; } }

.study-heading {
  display: flex; }

.study-heading img {
  flex-direction: row;
  display: flex;
  max-height: 67px;
  width: auto;
  margin-right: 15px;
  align-self: center; }

.study-heading-text {
  flex-direction: column;
  display: flex; }
  .study-heading-text span.alt {
    font-size: 12px;
    color: #757575;
    font-weight: 700; }
  .study-heading-text h4 {
    font-size: 32px;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 5.75vmin; }
    @media (min-width: 513px) {
      .study-heading-text h4 {
        font-size: 32px; } }

.study-heading div:not([class*="study-"]) {
  border: 1px solid white;
  flex: 1 1 200px;
  width: 300px; }

section#footer-links {
  margin-top: 150px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  section#footer-links a.button {
    margin: 5px 15px;
    width: 270px;
    padding: 10px 0;
    text-align: center; }

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