@charset "UTF-8";
@import url("../../blankslate/style.css");
@import url("../assets/vendor/fontawesome/css/all.min.css");
@import url("../assets/vendor/hamburger.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
@font-face {
  font-family: 'nobel-bl';
  src: url("../assets/font/n-Light.woff2") format("woff2"), url("../assets/font/n-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nobel-bl';
  src: url("../assets/font/nbl-Book.woff2") format("woff2"), url("../assets/font/nbl-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nobel-bl';
  src: url("../assets/font/n-Regular.woff2") format("woff2"), url("../assets/font/n-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nobel-bl';
  src: url("../assets/font/nbl-Bold.woff2") format("woff2"), url("../assets/font/nbl-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

html, body {
  min-height: 100vh; }

body {
  font-family: "Open Sans", sans-serif; }
  body #wrapper.hfeed {
    width: 100%;
    margin: auto; }
  body a {
    color: #1571b5;
    text-decoration: none; }
  body.page-template-ultrastories {
    font-size: .72vw; }
    @media screen and (max-width: 820px) {
      body.page-template-ultrastories {
        font-size: 1em; } }

.container-inner {
  margin: 0 auto;
  max-width: 1152px;
  padding-left: 32px;
  padding-right: 32px; }

.container-outer {
  margin: 0 auto;
  max-width: 1440px; }

.three-col {
  display: flex;
  flex-wrap: wrap; }
  .three-col > * {
    flex: 0 0 33.3333%;
    padding: 2%; }
    .three-col > *:hover {
      background-color: rgba(26, 65, 117, 0.05); }
    .three-col > * img {
      max-width: 100%; }

html {
  color: #1A4175;
  line-height: 1.2; }

body {
  background-color: #e4e9f0; }

h1, h2, h3 {
  font-weight: 400; }
  h1 strong, h2 strong, h3 strong {
    font-weight: bold; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }
  h2.uc {
    text-transform: uppercase;
    font-weight: 500;
    color: #30538a;
    font-size: 3.5rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.2em; }
    @media screen and (max-width: 820px) {
      h2.uc {
        font-size: 2rem; } }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

strong {
  font-weight: 700; }

#container {
  background-color: white; }

.plain-cta,
.cta-button,
.trial_cta_button {
  color: #3e3e3e;
  display: inline-block;
  background-color: #eee;
  font-weight: 500;
  padding: 1.3em 3em 1.3em 5em;
  font-size: 1.1em;
  border-radius: 10em;
  margin: 3em 0 1em 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 30px 45px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  #content-header .plain-cta, #content-header
  .cta-button, #content-header
  .trial_cta_button {
    color: #3e3e3e; }
  .plain-cta::before,
  .cta-button::before,
  .trial_cta_button::before {
    content: '';
    position: absolute;
    height: 90%;
    top: 10%;
    width: 3em;
    background: url("../assets/img/lens-2.png") no-repeat center;
    background-size: contain;
    left: 1.2em;
    margin-right: 1em; }
  .plain-cta::after,
  .cta-button::after,
  .trial_cta_button::after {
    content: '';
    position: absolute;
    height: 30%;
    top: 35%;
    width: 2em;
    background: url("../assets/img/arrow.svg") no-repeat center;
    background-size: contain;
    right: 0.6em;
    transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  .plain-cta:hover, .plain-cta .hover-effect,
  .cta-button:hover,
  .cta-button .hover-effect,
  .trial_cta_button:hover,
  .trial_cta_button .hover-effect {
    background-image: url("../assets/img/bg-cta-active.png");
    background-size: cover;
    box-shadow: 0 45px 45px 0 rgba(0, 0, 0, 0.2);
    color: white !important; }
    .plain-cta:hover::after, .plain-cta .hover-effect::after,
    .cta-button:hover::after,
    .cta-button .hover-effect::after,
    .trial_cta_button:hover::after,
    .trial_cta_button .hover-effect::after {
      right: 0.3em; }

.plain-cta,
.cta-button {
  margin-left: 0;
  padding-left: 2em; }
  .plain-cta::before,
  .cta-button::before {
    content: none; }

.plain-cta {
  color: white;
  letter-spacing: 0.15em;
  background: #1377be;
  padding-top: 0.9em;
  box-shadow: none;
  padding-bottom: 0.9em;
  margin-top: 1em;
  background: linear-gradient(90deg, #1377be 0%, #113d74 100%); }
  .plain-cta:focus, .plain-cta:active, .plain-cta:hover {
    box-shadow: none;
    background: linear-gradient(90deg, #0d598f 0%, #051f3f 100%); }
  .plain-cta::after {
    background-image: url("../assets/img/arrow-white.svg"); }

a.chevron_button {
  display: inline-block;
  position: relative;
  padding: 0.2em 2.3em 0.4em 0;
  margin: 1em 0;
  transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  a.chevron_button::after {
    content: '';
    position: absolute;
    height: 36%;
    top: 32%;
    width: 2em;
    background: url("../assets/img/chevrons-ltor.svg") no-repeat center;
    background-size: contain;
    right: 0.2em;
    transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  a.chevron_button:hover::after {
    right: 0em; }

a.chevron_plain {
  font-weight: bold;
  display: inline-block;
  color: #1A4175;
  margin-top: 0.5em;
  padding: 0.5em 2em 0.5em 0;
  position: relative;
  font-size: 0.9em; }
  a.chevron_plain::after {
    content: '';
    position: absolute;
    height: 50%;
    top: 30%;
    width: 2em;
    background: url("../assets/img/chevrons-dark.svg") no-repeat center;
    background-size: contain;
    right: 0.2em;
    transform: rotate(-90deg);
    transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  a.chevron_plain:hover {
    color: #1571b5; }
    a.chevron_plain:hover::after {
      right: 0em; }

p.lens-decoration {
  display: inline-block;
  margin: 1em 0 1em 4.4em;
  padding: 0.4em 0.6em 0.3em 0em;
  position: relative;
  font-weight: 300;
  font-size: 0.9em; }
  p.lens-decoration::before {
    content: '';
    position: absolute;
    height: 90%;
    top: 0;
    width: 3.8em;
    background: url("../assets/img/lens.png") no-repeat center;
    background-size: contain;
    right: 100%;
    margin-right: 0.7em; }

sup.ref-sup {
  vertical-align: baseline;
  position: relative;
  top: -1.2em;
  font-size: 0.45em;
  margin: 0 2px; }

.pre-footer-area a.reflink {
  color: white; }
  .pre-footer-area a.reflink:hover {
    text-decoration: none; }

a.reflink {
  color: #1A4175; }
  a.reflink:hover {
    text-decoration: underline; }

#cookiescript_injected {
  border-top: 0.7em solid #1571b5; }

sup.copymark {
  font-size: .5em; }

#header-wrapper {
  border-bottom: 3px solid #c7cdd6;
  background-color: white;
  height: 7.1875rem;
  display: flex; }
  @media screen and (max-width: 820px) {
    #header-wrapper {
      height: auto; } }

header#header {
  padding: 0 1em;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: stretch; }
  header#header #branding {
    padding: 1em 0;
    display: flex;
    align-items: center; }
    header#header #branding #site-title a {
      display: block;
      padding: 0.7em 0; }
    header#header #branding #site-title img {
      transition: scale .2s; }
      header#header #branding #site-title img:hover {
        scale: 1.1; }
  header#header .hamburger {
    display: none; }
  header#header #header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: stretch;
    position: relative; }
    header#header #header-right #sidebar {
      position: absolute;
      z-index: 10;
      top: 0;
      right: 2em;
      margin-right: -10px; }
      @media screen and (max-width: 820px) {
        header#header #header-right #sidebar {
          top: auto;
          bottom: 1rem;
          right: 1.8rem; } }
      header#header #header-right #sidebar .wpml-ls-legacy-list-horizontal {
        padding: 0; }
        header#header #header-right #sidebar .wpml-ls-legacy-list-horizontal a {
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; }
    header#header #header-right #header-audience {
      text-transform: uppercase;
      margin-bottom: 1em; }
      header#header #header-right #header-audience a {
        color: #858C93;
        font-size: .8em; }
        header#header #header-right #header-audience a:after {
          content: '';
          border-right: 0.3em #1571b5 solid;
          border-top: 0.3em #1571b5 solid;
          width: .5em;
          height: .5em;
          display: inline-block;
          transform: rotate(45deg);
          margin-left: .5em; }
    header#header #header-right nav#menu {
      flex: 1;
      display: flex;
      align-items: center; }
      header#header #header-right nav#menu .menu-primary-container {
        display: flex; }
    header#header #header-right nav#menu ul.menu {
      display: flex;
      align-items: stretch;
      font-weight: 500;
      font-size: 16px; }
      header#header #header-right nav#menu ul.menu > li {
        display: flex;
        align-items: center;
        position: relative; }
        header#header #header-right nav#menu ul.menu > li.menu-item {
          display: flex;
          flex-direction: column;
          justify-content: center; }
          header#header #header-right nav#menu ul.menu > li.menu-item > a {
            padding-top: .5em;
            padding-bottom: .5em;
            padding-left: 2em;
            padding-right: 2em;
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #3c3c3c;
            text-transform: uppercase;
            flex: 1;
            justify-content: center;
            word-spacing: 0.2em;
            position: relative;
            text-align: center; }
            @media screen and (max-width: 820px) {
              header#header #header-right nav#menu ul.menu > li.menu-item > a {
                padding-top: 1.1em;
                padding-bottom: 0.4em;
                text-align: right; } }
          header#header #header-right nav#menu ul.menu > li.menu-item > a::after {
            display: block;
            content: '';
            width: 0%;
            background: #1A4175;
            height: 2px;
            transition: width .2s;
            margin-top: 0.6em;
            margin-bottom: calc(-2px - 0.6em);
            position: absolute;
            bottom: 0.8em; }
          header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-item > a, header#header #header-right nav#menu ul.menu > li.menu-item:hover > a {
            color: #1A4175; }
            header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-item > a::after, header#header #header-right nav#menu ul.menu > li.menu-item:hover > a::after {
              width: calc(100% - 4em); }
              @media screen and (max-width: 820px) {
                header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-item > a::after, header#header #header-right nav#menu ul.menu > li.menu-item:hover > a::after {
                  width: 0; } }
          header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-ancestor > a,
          header#header #header-right nav#menu ul.menu > li.menu-item.current-menu-item > a {
            font-weight: 700; }
        header#header #header-right nav#menu ul.menu > li.menu-find-icon a::after {
          content: "";
          font-family: "Font Awesome 5 Free";
          color: #1571b5;
          font-weight: 900;
          margin-left: .4em; }
        header#header #header-right nav#menu ul.menu > li:hover ul {
          display: flex; }
        header#header #header-right nav#menu ul.menu > li ul {
          border-top: 3px solid #c7cdd6;
          padding: 1.5em;
          position: absolute;
          top: 100%;
          background: white;
          display: flex;
          display: none;
          flex-direction: column;
          width: 20em;
          box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
          z-index: 3; }
          @media screen and (max-width: 820px) {
            header#header #header-right nav#menu ul.menu > li ul {
              position: static;
              display: flex;
              box-shadow: none;
              border-top: none;
              background-color: transparent;
              padding: 0.5em 0;
              box-sizing: border-box;
              width: auto; } }
          header#header #header-right nav#menu ul.menu > li ul li {
            text-align: center; }
            header#header #header-right nav#menu ul.menu > li ul li a {
              padding: 0.8em;
              display: block;
              color: #888;
              text-transform: uppercase; }
              @media screen and (max-width: 820px) {
                header#header #header-right nav#menu ul.menu > li ul li a {
                  padding: 0.5em 2em; } }
            header#header #header-right nav#menu ul.menu > li ul li.current-menu-item a,
            header#header #header-right nav#menu ul.menu > li ul li a:hover {
              color: #222; }
            header#header #header-right nav#menu ul.menu > li ul li.current-menu-item a {
              font-weight: 700; }

#content-header ~ #content-main {
  overflow: hidden;
  background-color: white; }
  #content-header ~ #content-main img {
    max-width: 100%;
    height: auto; }

#cookiescript_badgeimage {
  width: 25px !important;
  height: 25px !important; }

#cookiescript_badgesvg {
  width: 25px !important;
  height: 25px !important; }

#cookiescript_badgetext {
  line-height: 2.5 !important;
  line-height: 1.5 !important; }

@media screen and (max-width: 820px) {
  body #footer-site-branding, body #footer-nav-menu {
    display: none; } }

#pre-footer-area {
  color: #fff;
  background-color: #1A4175;
  text-align: center; }
  #pre-footer-area h2 {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 0.5em; }
    #pre-footer-area h2 strong {
      font-weight: bold; }
  #pre-footer-area #pre-footer {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.4em; }
    #pre-footer-area #pre-footer .top-text.trial-hidden {
      font-size: 1.6em;
      line-height: 1.2; }
  #pre-footer-area .icon-tiles {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 3em 0 1em; }
    #pre-footer-area .icon-tiles .icon-tile {
      flex: 1 0 0;
      display: flex;
      flex-direction: column;
      color: #A6C2D7;
      max-width: 12em;
      line-height: 1.5; }
      #pre-footer-area .icon-tiles .icon-tile .icon {
        height: 100px; }
  #pre-footer-area .bottom-text {
    color: #A6C2D7;
    font-size: 0.9em; }

footer#footer {
  display: flex;
  justify-content: space-between;
  padding: 5em 2em 3em; }
  footer#footer a {
    color: #1A4175;
    font-weight: 500; }
    footer#footer a:hover {
      color: #858C93; }
  footer#footer .soc-links a {
    color: white; }
  footer#footer ul > li {
    margin-bottom: 1em; }
  footer#footer ul#menu-social-links-menu {
    display: flex; }
    footer#footer ul#menu-social-links-menu .social-link a:after {
      content: "";
      font-family: "Font Awesome 5 Free";
      color: #1571b5;
      font-weight: 900;
      height: 1em;
      width: 1em; }
  footer#footer #footer-social-menu {
    min-width: 10em; }
    footer#footer #footer-social-menu h3 {
      font-size: 1em;
      margin-bottom: 0.5em; }

.soc-links {
  display: flex;
  margin: 1em 0; }
  .soc-links li a {
    font-size: 1.2em;
    display: block;
    width: 1.8em;
    height: 1.8em;
    background-color: #1A4175;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.6em; }
    .soc-links li a:hover {
      background-color: #1571b5; }

.sub-footer {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 4em;
  line-height: 1.4;
  color: #30538a;
  opacity: 0.6; }

#footer-legal-menu a {
  font-size: 1em; }

footer#footer #footer-legal-menu ul > li {
  margin-bottom: .5em; }

body.para-drop {
  height: 100vh;
  overflow: hidden; }
  body.para-drop #wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    perspective: 100px;
    perspective-origin: center;
    transform-style: preserve-3d; }
  body.para-drop #content-header ~ #content-main {
    overflow: visible; }
  body.para-drop .two-column {
    padding-top: 2em; }
  body.para-drop .icon-tiles .container-inner {
    background: #eff2f3; }
  body.para-drop .container-inner {
    position: relative;
    overflow: hidden;
    background: white; }
    body.para-drop .container-inner#footer, body.para-drop .container-inner.sub-footer {
      background-color: transparent; }
    body.para-drop .container-inner.table {
      padding-bottom: 3rem; }
  body.para-drop .dropHolder {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    transform-style: preserve-3d; }
    body.para-drop .dropHolder .drop {
      width: 17px;
      height: 18px;
      position: absolute;
      transform-origin: center right;
      background: no-repeat center; }
      body.para-drop .dropHolder .drop.bg {
        background-image: url("../assets/img/ecp/bubble-bg.png");
        z-index: 0; }
      body.para-drop .dropHolder .drop.mg-2 {
        width: 17px;
        height: 18px;
        z-index: 0;
        background-image: url("../assets/img/ecp/bubble-mg-2.png"); }
      body.para-drop .dropHolder .drop.mg-1 {
        width: 25px;
        height: 23px;
        z-index: 0;
        background-image: url("../assets/img/ecp/bubble-mg-1.png"); }
      body.para-drop .dropHolder .drop.fg-2 {
        width: 34px;
        height: 42px;
        background-image: url("../assets/img/ecp/bubble-fg-2.png");
        z-index: 0; }
      body.para-drop .dropHolder .drop.fg-1 {
        width: 67px;
        height: 70px;
        background-image: url("../assets/img/ecp/bubble-fg-1.png");
        z-index: 0; }

article.type-post header .post-image-wrapper {
  height: calc(100vh - 9.1875rem);
  width: 100%; }
  article.type-post header .post-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

article.type-post header h1.entry-title {
  max-width: 1152px;
  margin: 1em auto 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.3em; }

article.type-post .entry-content .post-introduction {
  max-width: 1152px;
  margin: 1em auto; }
  article.type-post .entry-content .post-introduction h2 {
    font-weight: 400;
    font-size: 2.5em;
    margin-bottom: .5em; }
  article.type-post .entry-content .post-introduction p {
    font-size: 1.4em;
    font-weight: 200;
    margin-bottom: .3em; }
    article.type-post .entry-content .post-introduction p strong {
      font-weight: 400; }

article.type-post .entry-content .post-free-trial-banner {
  display: flex;
  max-width: 1152px;
  margin: 1em auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 3em; }
  article.type-post .entry-content .post-free-trial-banner .left-inner {
    font-size: 1.5em; }
  @media screen and (max-width: 820px) {
    article.type-post .entry-content .post-free-trial-banner .right-inner a {
      margin-top: 2em;
      font-size: 2.7vw; } }

article.type-post .entry-content .post-content {
  max-width: 1152px;
  margin: auto; }
  article.type-post .entry-content .post-content h1 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 1em 0; }
  article.type-post .entry-content .post-content p {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 1em;
    font-weight: 200;
    position: relative; }
    article.type-post .entry-content .post-content p.story-highlight {
      font-size: 2.3em;
      font-style: italic;
      margin-left: -3em;
      width: calc(100% + 3em);
      max-width: calc(100% + 3em); }
    article.type-post .entry-content .post-content p:nth-child(3n+2):not(.story-highlight):before {
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(-105%);
      background-image: url("../assets/img/bubbles.png");
      background-size: 200%;
      background-repeat: no-repeat;
      content: '';
      height: 80px;
      width: 80px;
      display: block; }
    article.type-post .entry-content .post-content p:nth-child(3n+4):not(.story-highlight):after {
      position: absolute;
      top: 0;
      right: 0;
      transform: translateX(105%);
      background-image: url("../assets/img/bubbles.png");
      background-size: 200%;
      background-repeat: no-repeat;
      background-position: bottom right;
      content: '';
      height: 80px;
      width: 80px;
      display: block; }
  article.type-post .entry-content .post-content img {
    max-width: calc(100% + 6em);
    width: calc(100% + 6em);
    height: auto;
    margin-left: -3em;
    z-index: 2;
    position: relative; }

article.type-post .entry-content .post-footer {
  margin: 0 auto;
  max-width: 1152px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex; }
  article.type-post .entry-content .post-footer .post-footer-text {
    background-color: white;
    min-height: 23em;
    display: flex;
    align-items: center;
    flex: 1 0 0; }
    article.type-post .entry-content .post-footer .post-footer-text .inner h2 {
      text-transform: uppercase;
      font-weight: 500;
      color: #1A4175;
      font-size: 3.5em;
      letter-spacing: -0.02em;
      margin-bottom: 0.7em; }
    article.type-post .entry-content .post-footer .post-footer-text .inner p {
      font-size: 1.5em;
      line-height: 1.3; }
  article.type-post .entry-content .post-footer .post-cta {
    flex: 1 0 0;
    min-height: 20rem;
    align-self: flex-end; }
    article.type-post .entry-content .post-footer .post-cta a {
      display: flex;
      flex-direction: column;
      align-items: center; }
      article.type-post .entry-content .post-footer .post-cta a img {
        width: 100%;
        max-width: 28rem; }

.mapsvg-wrap .plain-cta {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 1.2em;
  padding-right: 2em;
  font-size: 0.8em;
  margin-top: 0.5em;
  margin-bottom: 0.3em; }

.mapsvg-wrap i.fa-star {
  font-size: 0.7em;
  position: relative;
  top: -0.15em;
  margin-right: 0.2em;
  color: #30538a; }

.mapsvg-wrap .mapsvg-directory-item {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  padding-left: 1em;
  position: relative; }
  .mapsvg-wrap .mapsvg-directory-item .distance {
    position: absolute;
    bottom: 16px;
    right: 15px;
    font-weight: 500;
    color: #1571b5;
    font-size: 0.9em; }
    .mapsvg-wrap .mapsvg-directory-item .distance ~ .inactive {
      margin-bottom: 2.2em; }
  .mapsvg-wrap .mapsvg-directory-item .inactive {
    font-size: 0.8em;
    padding-left: 1.4em;
    padding-right: 1em;
    position: relative;
    margin-top: 0.5em; }
    .mapsvg-wrap .mapsvg-directory-item .inactive i.fas {
      position: absolute;
      left: 0;
      top: 0.2em; }
  .mapsvg-wrap .mapsvg-directory-item strong {
    font-weight: 500;
    color: #30538a;
    text-transform: uppercase; }

.mapsvg-wrap .mapsvg-popover {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em; }
  .mapsvg-wrap .mapsvg-popover strong {
    font-weight: 500;
    color: #30538a;
    text-transform: uppercase; }
  .mapsvg-wrap .mapsvg-popover .inactive {
    font-size: 0.8em;
    padding-left: 1.4em;
    padding-right: 1em;
    position: relative;
    margin-top: 0.5em; }
    .mapsvg-wrap .mapsvg-popover .inactive i.fas {
      position: absolute;
      left: 0;
      top: 0.2em; }
  .mapsvg-wrap .mapsvg-popover .preferred-explained {
    font-size: 0.9em;
    padding: 0.4em 0; }

.headline {
  font-size: 1.3em; }
  .headline h2 {
    text-align: center;
    line-height: 1.3;
    margin-top: 2em;
    margin-bottom: 2em; }
    @media screen and (max-width: 820px) {
      .headline h2 {
        margin-top: 1em;
        margin-bottom: 1em; } }
    .headline h2 strong {
      display: block; }

#content-header {
  background: #1A4175; }
  #content-header.bg-white {
    background: white; }
  #content-header, #content-header a {
    color: #fff; }
  #content-header .hero-video-lightbox {
    display: none; }
    #content-header .hero-video-lightbox.active {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100vh;
      width: 100vw;
      background: rgba(0, 0, 0, 0.8);
      z-index: 10;
      display: flex;
      justify-content: center;
      align-content: center; }
      #content-header .hero-video-lightbox.active a.hero-video-lightbox-close {
        display: block;
        height: 3em;
        width: 3em;
        position: absolute;
        top: 3em;
        right: 3em;
        background-image: url("../assets/img/close-button.svg");
        background-size: contain;
        background-repeat: no-repeat; }
      #content-header .hero-video-lightbox.active video {
        width: 80%; }
  #content-header .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    overflow: hidden; }
    #content-header .hero.fullwidth {
      max-width: none; }
      #content-header .hero.fullwidth img {
        width: 100%; }
    #content-header .hero .bg-img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center; }
      #content-header .hero .bg-img.mob {
        display: none; }
      @media screen and (max-width: 820px) {
        #content-header .hero .bg-img.dt {
          display: none; }
        #content-header .hero .bg-img.mob {
          display: block; } }
    #content-header .hero::before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-top: 56.25%; }
      .site-id-1 #content-header .hero::before {
        padding-top: 47.3%; }
      @media screen and (max-width: 820px) {
        #content-header .hero::before {
          padding-top: 100% !important; } }
    #content-header .hero.preserve-ar::before {
      content: none; }
    #content-header .hero.preserve-ar img {
      max-width: 100%;
      height: auto; }
      #content-header .hero.preserve-ar img.mob {
        display: none; }
      @media screen and (max-width: 820px) {
        #content-header .hero.preserve-ar img.dt {
          display: none; }
        #content-header .hero.preserve-ar img.mob {
          display: block;
          height: 100vw;
          -o-object-fit: cover;
             object-fit: cover; } }
    #content-header .hero video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    #content-header .hero .hero-overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-width: 1152px;
      font-size: 1.8em;
      padding-left: 32px;
      padding-right: 32px; }
      @media screen and (max-width: 820px) {
        #content-header .hero .hero-overlay {
          padding-left: 16px;
          padding-right: 16px; } }
      #content-header .hero .hero-overlay img {
        width: 400px;
        max-width: 80%;
        height: auto; }
      #content-header .hero .hero-overlay .lens-decoration {
        margin-top: 2em;
        margin-bottom: 2em; }
  #content-header .blue-banner {
    font-size: 1.3em;
    padding: 1em 0;
    position: relative; }
    .site-id-1 #content-header .blue-banner .banner-image + .banner-text {
      min-height: 0; }
    #content-header .blue-banner .banner-inner {
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-start;
      justify-content: space-between; }
    #content-header .blue-banner .banner-image {
      margin-top: -10%;
      margin-left: 2em; }
      #content-header .blue-banner .banner-image + .banner-text {
        min-height: 260px;
        padding: 0; }
    #content-header .blue-banner .banner-text {
      padding: 2em 0;
      margin-right: auto;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    #content-header .blue-banner h2 {
      margin-bottom: 0.4em; }
    #content-header .blue-banner p {
      line-height: 1.4; }

.landing-hero {
  position: relative;
  display: flex;
  min-height: calc(100vh - 7.1875rem);
  background: url("../assets/img/landing/bg.jpg") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 820px) {
    .landing-hero {
      min-height: 150vw; } }
  .landing-hero .waterfall {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../assets/img/landing/waterfall.webp") no-repeat right top;
    background-size: contain;
    width: 100%;
    height: 30em; }
    @media screen and (max-width: 820px) {
      .landing-hero .waterfall {
        height: 50vw; } }
  .landing-hero .face {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 30%;
    background: url("../assets/img/landing/bandl-2.webp") no-repeat right top;
    background-size: cover;
    max-width: 1600px; }
    @media screen and (max-width: 820px) {
      .landing-hero .face {
        background-image: url("../assets/img/landing/bandl-small-tinypng.png");
        left: 0;
        right: auto;
        width: 100%;
        background-position: 87.5% top; } }
  .landing-hero .text-overlay {
    font-size: 1.6rem;
    font-weight: 500; }
    @media screen and (max-width: 1350px) {
      .landing-hero .text-overlay {
        font-size: 1.8vw; } }
    @media screen and (max-width: 820px) {
      .landing-hero .text-overlay {
        font-size: .8em;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end; } }
    .landing-hero .text-overlay h1, .landing-hero .text-overlay h2 {
      text-transform: uppercase; }
    .landing-hero .text-overlay h2 {
      font-size: 1.1em;
      font-weight: 300;
      opacity: 0.75;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 820px) {
        .landing-hero .text-overlay h2 {
          font-size: 1.3em;
          margin-bottom: 0.3em;
          width: 12em;
          letter-spacing: 0.18em;
          line-height: 1.1em; } }
    .landing-hero .text-overlay h1 {
      font-weight: bold;
      font-size: 4em;
      letter-spacing: -0.06em;
      line-height: 1.1em;
      margin-top: .2em;
      text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 820px) {
        .landing-hero .text-overlay h1 {
          font-size: 3.1em;
          margin-bottom: 0; } }
      .landing-hero .text-overlay h1 strong {
        font-size: 1.3em;
        position: relative;
        left: -0.04em; }
    .landing-hero .text-overlay p {
      letter-spacing: 0.05em;
      line-height: 1.3; }
      @media screen and (max-width: 820px) {
        .landing-hero .text-overlay p {
          font-size: 1.15em;
          font-weight: 200;
          letter-spacing: .05em; } }
  @media screen and (max-width: 820px) {
    .landing-hero .cta {
      text-align: right; } }
  @media screen and (max-width: 820px) {
    .landing-hero .cta a.trial_cta_button {
      margin-top: 2em;
      font-size: 2.7vw; } }
  .landing-hero .container-outer {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .landing-hero .container-outer .overlay {
      padding-left: 58%; }
      @media screen and (max-width: 820px) {
        .landing-hero .container-outer .overlay {
          position: absolute;
          padding: 0;
          right: 1em;
          bottom: 3.6em;
          width: 50%; } }

.expandable-logo {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em; }
  .expandable-logo .text {
    max-width: 50%;
    font-size: 1.3em;
    line-height: 1.2; }

.icon-bullets,
.icon-bullets-alt {
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em; }
  .icon-bullets > div,
  .icon-bullets-alt > div {
    flex: 1 1 0;
    display: flex;
    align-items: center; }
    .icon-bullets > div .icon,
    .icon-bullets-alt > div .icon {
      margin-right: 0.87em; }
      .icon-bullets > div .icon img,
      .icon-bullets-alt > div .icon img {
        width: 3.75em; }
    .icon-bullets > div .title,
    .icon-bullets > div .subtitle,
    .icon-bullets-alt > div .title,
    .icon-bullets-alt > div .subtitle {
      display: block; }
    .icon-bullets > div .title,
    .icon-bullets-alt > div .title {
      text-transform: uppercase;
      font-weight: bold; }
    .icon-bullets > div .subtitle,
    .icon-bullets-alt > div .subtitle {
      font-size: 1.1em; }

.icon-bullets-alt {
  flex-wrap: wrap;
  justify-content: space-between; }
  .icon-bullets-alt > div {
    flex: 0 0 47%;
    margin: 1em 0;
    font-size: 1.2em; }
    .icon-bullets-alt > div .icon {
      flex: 0 0 4em; }
      .icon-bullets-alt > div .icon img {
        width: 5em; }

.section-header {
  line-height: 1.2; }
  .section-header:first-child {
    margin-top: 3em; }
  .section-header.full-width {
    background-color: rgba(26, 65, 117, 0.05); }
    .section-header.full-width h2, .section-header.full-width h3 {
      background-color: transparent;
      padding-left: 0;
      padding-right: 0; }
  .section-header h2 {
    font-size: 2.3em;
    background-color: rgba(26, 65, 117, 0.05);
    padding-top: 0.3em; }
    .section-header h2:last-child {
      margin-bottom: 0.5em;
      padding-bottom: 0.3em; }
    .section-header h2:nth-child(2) {
      margin-left: 3em; }
    .section-header h2:nth-child(3) {
      margin-left: 6em; }
    @media screen and (max-width: 820px) {
      .section-header h2:nth-child(2) {
        margin-left: 0em; }
      .section-header h2:nth-child(3) {
        margin-left: 0em; } }
  .section-header h3 {
    font-size: 2.3em;
    text-transform: uppercase;
    background-color: rgba(26, 65, 117, 0.05);
    padding: 0.3em;
    margin-bottom: 0.5em; }

.survey-tiles {
  display: flex;
  padding-top: 4em;
  padding-bottom: 4em; }
  .survey-tiles .survey-tile {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #F3F5F8;
    border-radius: 1rem;
    margin: 0 0.7rem;
    font-size: 1.4em;
    color: #5A7083;
    line-height: 1.5;
    padding: 1em; }
    @media screen and (max-width: 820px) {
      .survey-tiles .survey-tile {
        display: none; } }
    .survey-tiles .survey-tile .text {
      margin-bottom: auto; }
    .survey-tiles .survey-tile .icon {
      margin-top: 2em; }

.testimonial {
  color: #fff;
  background-color: #1A4175;
  font-size: 1.5em;
  background: no-repeat center;
  background-size: cover;
  height: 40vh;
  min-height: 300px;
  display: flex;
  position: relative; }
  .testimonial::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background: #1b2935;
    background: linear-gradient(0deg, #1b2935 0%, rgba(27, 41, 53, 0) 100%);
    transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
  a:hover .testimonial::before {
    height: 100%; }
  .testimonial > div {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative; }
  .testimonial .title-text {
    margin-bottom: auto; }
    .testimonial .title-text h2 {
      text-transform: uppercase;
      font-size: 1.6em;
      margin: 1em 0; }
  .testimonial .quote {
    font-size: 1.5em;
    max-width: 20em; }
  .testimonial .name {
    margin: 2em 0; }

#content-main .tiles {
  padding-top: 5em;
  padding-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 767px) {
    #content-main .tiles {
      padding-top: 2em; } }
  #content-main .tiles .tile {
    flex: 0 0 48.7%;
    background-color: #fff;
    margin-bottom: 4%;
    line-height: 1.4;
    box-shadow: 0 0.3em 0.8em rgba(0, 0, 0, 0.15);
    display: none;
    min-height: 529.856px;
    font-size: 21.19424px;
    /* Viewport is less than max width of inner column */ }
    #content-main .tiles .tile > .title {
      text-transform: uppercase;
      background-color: rgba(26, 65, 117, 0.05); }
      @media (max-width: 767px) {
        #content-main .tiles .tile > .title {
          padding-left: 16px;
          padding-right: 16px;
          margin-left: -16px;
          margin-right: -16px; }
          #content-main .tiles .tile > .title h2 {
            font-weight: 300;
            font-size: 3em;
            background-color: transparent;
            line-height: 0.9;
            font-size: 2em; }
            body.site-id-2 #content-main .tiles .tile > .title h2 {
              font-size: 1.6em; }
              body.site-id-2 #content-main .tiles .tile > .title h2 strong {
                font-size: 1.6em; }
            #content-main .tiles .tile > .title h2 strong {
              display: block;
              font-size: 1em; } }
    #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet img,
    #content-main .tiles .tile .expandable-logo.dt-expandable > .logo img {
      height: auto;
      display: block;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    #content-main .tiles .tile .expandable-logo > .logo img {
      width: 65%;
      mix-blend-mode: darken; }
    #content-main .tiles .tile > .text > p {
      font-size: 1.1em; }
    #content-main .tiles .tile > .text:first-child > p {
      font-size: 1.3em; }
    @media (max-width: 1152px) {
      #content-main .tiles .tile {
        font-size: calc(0.04 * 0.487 * (100vw - 2 * 32px));
        min-height: calc(0.487 * (100vw - 2 * 32px)); } }
    @media (min-width: 768px) {
      #content-main .tiles .tile {
        flex-direction: column;
        justify-content: center; }
        #content-main .tiles .tile.starts-with-title > .title:first-child {
          margin-bottom: auto; }
        #content-main .tiles .tile.starts-with-title::after {
          content: '';
          margin-top: auto; }
        #content-main .tiles .tile > .text > p {
          font-size: 2.1em; }
        #content-main .tiles .tile.visible-desktop {
          display: flex; }
        #content-main .tiles .tile .text.dt-expandable,
        #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet,
        #content-main .tiles .tile .expandable-logo.dt-expandable > .logo {
          position: relative;
          cursor: pointer; }
          #content-main .tiles .tile .text.dt-expandable::before,
          #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet::before,
          #content-main .tiles .tile .expandable-logo.dt-expandable > .logo::before {
            content: '';
            background: url("../assets/img/chevrons-dark.svg") no-repeat center;
            background-size: contain;
            position: absolute;
            width: 5%;
            height: 100%;
            right: 7%;
            top: 0;
            transform: translateZ(0);
            transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.dt-expandable.expanded::before,
          #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet.expanded::before,
          #content-main .tiles .tile .expandable-logo.dt-expandable > .logo.expanded::before {
            transform: rotateZ(180deg); }
          #content-main .tiles .tile .text.dt-expandable:hover, #content-main .tiles .tile .text.dt-expandable:hover + .text,
          #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet:hover,
          #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet:hover + .text,
          #content-main .tiles .tile .expandable-logo.dt-expandable > .logo:hover,
          #content-main .tiles .tile .expandable-logo.dt-expandable > .logo:hover + .text {
            background: rgba(26, 65, 117, 0.05); }
        #content-main .tiles .tile .expandable-icon.dt-expandable > .icon-bullet::before {
          width: 4%; }
        #content-main .tiles .tile .expandable-icon.dt-expandable > .text,
        #content-main .tiles .tile .expandable-logo.dt-expandable > .text {
          display: none; }
        #content-main .tiles .tile .text.dt-expandable {
          max-height: 3.8em;
          padding-right: 4em;
          padding-bottom: 0.5em;
          overflow: hidden;
          position: relative;
          transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.dt-expandable::after {
            pointer-events: none;
            content: '';
            opacity: 1;
            position: absolute;
            width: 100%;
            height: 2em;
            bottom: 0;
            background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
            transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.dt-expandable::before {
            height: 4em; }
        #content-main .tiles .tile .text.dt-expandable.expanded {
          max-height: 20em;
          transition: all 0.2s cubic-bezier(0.8, 0, 0.84, 0.15); }
          #content-main .tiles .tile .text.dt-expandable.expanded::after {
            opacity: 0; } }
    @media (max-width: 767px) {
      #content-main .tiles .tile {
        flex-basis: 100%;
        font-size: calc(0.04  * (100vw - 2 * 32px));
        min-height: calc(100vw - 2 * 32px);
        min-height: 0;
        box-shadow: none;
        background-color: transparent;
        font-size: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        margin-bottom: 1em; }
        #content-main .tiles .tile > * {
          margin: 0.5em 0; }
        #content-main .tiles .tile.visible-mobile {
          display: block; }
        #content-main .tiles .tile .text.mob-expandable,
        #content-main .tiles .tile .expandable-icon.mob-expandable > .icon-bullet,
        #content-main .tiles .tile .expandable-logo.mob-expandable > .logo {
          position: relative;
          cursor: pointer; }
          #content-main .tiles .tile .text.mob-expandable::before,
          #content-main .tiles .tile .expandable-icon.mob-expandable > .icon-bullet::before,
          #content-main .tiles .tile .expandable-logo.mob-expandable > .logo::before {
            content: '';
            background: url("../assets/img/chevrons-dark.svg") no-repeat center;
            background-size: contain;
            position: absolute;
            width: 5%;
            height: 100%;
            right: 7%;
            top: 0;
            transform: translateZ(0);
            transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.mob-expandable.expanded::before,
          #content-main .tiles .tile .expandable-icon.mob-expandable > .icon-bullet.expanded::before,
          #content-main .tiles .tile .expandable-logo.mob-expandable > .logo.expanded::before {
            transform: rotateZ(180deg); }
        #content-main .tiles .tile .text.mob-expandable {
          max-height: 3.8em;
          padding-right: 4em;
          overflow: hidden;
          position: relative;
          transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.mob-expandable::after {
            pointer-events: none;
            content: '';
            opacity: 1;
            position: absolute;
            width: 100%;
            height: 2em;
            bottom: 0;
            background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
            transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
          #content-main .tiles .tile .text.mob-expandable::before {
            height: 4em; }
        #content-main .tiles .tile .text.mob-expandable.expanded {
          max-height: 20em; }
          #content-main .tiles .tile .text.mob-expandable.expanded::after {
            opacity: 0; }
        #content-main .tiles .tile .expandable-icon.mob-expandable > .icon-bullet::before {
          width: 4%; }
        #content-main .tiles .tile .expandable-icon.mob-expandable > .text,
        #content-main .tiles .tile .expandable-logo.mob-expandable > .text {
          display: none; }
        #content-main .tiles .tile .expandable-icon.mob-hidden,
        #content-main .tiles .tile .expandable-logo.mob-hidden {
          display: none; }
        #content-main .tiles .tile .text.mob-hidden {
          display: none; }
        #content-main .tiles .tile > .text > p {
          font-size: 1.3em; } }
    #content-main .tiles .tile.t-image-banner {
      background: center no-repeat;
      background-size: cover; }
      #content-main .tiles .tile.t-image-banner::before {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%; }
    #content-main .tiles .tile > .text > p,
    #content-main .tiles .tile > .text > h2,
    #content-main .tiles .tile .title h2,
    #content-main .tiles .tile .expandable-logo > .logo,
    #content-main .tiles .tile .expandable-logo > .text,
    #content-main .tiles .tile .expandable-icon > .icon-bullet,
    #content-main .tiles .tile .expandable-icon > .text {
      padding: 10.59712px 26.4928px;
      margin: 0; }
      @media (max-width: 1152px) {
        #content-main .tiles .tile > .text > p,
        #content-main .tiles .tile > .text > h2,
        #content-main .tiles .tile .title h2,
        #content-main .tiles .tile .expandable-logo > .logo,
        #content-main .tiles .tile .expandable-logo > .text,
        #content-main .tiles .tile .expandable-icon > .icon-bullet,
        #content-main .tiles .tile .expandable-icon > .text {
          padding: calc(0.02 * 0.487 * (100vw - 2 * 32px)) calc(0.05 * 0.487 * (100vw - 2 * 32px)); } }
      @media (max-width: 767px) {
        #content-main .tiles .tile > .text > p,
        #content-main .tiles .tile > .text > h2,
        #content-main .tiles .tile .title h2,
        #content-main .tiles .tile .expandable-logo > .logo,
        #content-main .tiles .tile .expandable-logo > .text,
        #content-main .tiles .tile .expandable-icon > .icon-bullet,
        #content-main .tiles .tile .expandable-icon > .text {
          padding: calc(0.02 * (100vw - 2 * 32px)) calc(0.05 * (100vw - 2 * 32px));
          padding: 0.5em 0; } }
    #content-main .tiles .tile .title h2 {
      padding-top: 0.45em;
      padding-bottom: 0.45em;
      line-height: 1.1; }
    #content-main .tiles .tile .expandable-logo,
    #content-main .tiles .tile .expandable-icon {
      display: flex;
      flex-direction: column;
      margin: 0; }
      @media (max-width: 767px) {
        #content-main .tiles .tile .expandable-logo,
        #content-main .tiles .tile .expandable-icon {
          margin-bottom: 1em; } }
      #content-main .tiles .tile .expandable-logo .text,
      #content-main .tiles .tile .expandable-icon .text {
        font-size: 1.1em;
        max-width: none;
        padding-top: 0;
        padding-bottom: 1em; }
        @media (max-width: 767px) {
          #content-main .tiles .tile .expandable-logo .text,
          #content-main .tiles .tile .expandable-icon .text {
            font-size: 1.2em; } }
    #content-main .tiles .tile .expandable-icon img {
      display: block;
      margin-right: 0.4em;
      width: 100%; }
    #content-main .tiles .tile .expandable-icon .icon-bullet {
      display: flex;
      align-items: center; }
      #content-main .tiles .tile .expandable-icon .icon-bullet .icon {
        flex: 0 0 12%;
        margin-right: 0.5em; }
        @media (max-width: 767px) {
          #content-main .tiles .tile .expandable-icon .icon-bullet .icon {
            flex-basis: 3em; } }
      #content-main .tiles .tile .expandable-icon .icon-bullet .text {
        display: flex;
        flex-direction: column;
        padding: 0;
        line-height: 1.1;
        font-size: 0.9em; }
        @media (max-width: 767px) {
          #content-main .tiles .tile .expandable-icon .icon-bullet .text {
            font-size: 1.1em; } }
        #content-main .tiles .tile .expandable-icon .icon-bullet .text .title {
          text-transform: uppercase;
          font-weight: bold; }
        #content-main .tiles .tile .expandable-icon .icon-bullet .text .subtitle {
          font-size: 1.1em; }
    #content-main .tiles .tile .expandable-icon > .icon-bullet {
      padding-right: 4em;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    #content-main .tiles .tile .expandable-icon > .text {
      padding-right: 4em;
      line-height: 1.1;
      padding-top: 0.5em; }
      @media (max-width: 767px) {
        #content-main .tiles .tile .expandable-icon > .text {
          padding-right: 0; } }
      #content-main .tiles .tile .expandable-icon > .text .icon-bullet {
        align-items: flex-start; }

#content-main .bottom-image {
  max-width: 45em;
  width: 100%;
  margin: auto; }

#content-main .rows .row {
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 30vw;
  min-height: 30em;
  max-height: 30em;
  margin: 2em 0;
  display: flex; }
  #content-main .rows .row.content-right {
    background-position-x: left;
    justify-content: flex-end; }
  #content-main .rows .row.content-left {
    background-position-x: right;
    justify-content: flex-start; }
  #content-main .rows .row.text-first .row-content .row-text,
  #content-main .rows .row.image-first .row-content .row-image {
    margin-bottom: .5em; }
  #content-main .rows .row .row-content {
    width: 50%;
    padding: 3em 5em;
    text-align: center; }
    @media (max-width: 767px) {
      #content-main .rows .row .row-content {
        width: 100%;
        background: rgba(255, 255, 255, 0.5); } }
    #content-main .rows .row .row-content .row-image {
      max-width: 100%;
      height: auto; }
    #content-main .rows .row .row-content .row-text {
      font-size: 1.8em;
      line-height: 1.2em;
      text-align: center; }

.stories {
  padding: 2em 0 2em;
  font-size: 1.3em; }
  .stories h2 {
    font-size: 1.2em;
    font-weight: 500;
    margin: 1em 0; }
  .stories .read-more {
    font-weight: bold;
    display: inline-block;
    color: #1A4175;
    margin-top: 0.5em;
    padding: 0.5em 2em 0.5em 0;
    position: relative;
    font-size: 0.9em; }
    .stories .read-more::after {
      content: '';
      position: absolute;
      height: 50%;
      top: 30%;
      width: 2em;
      background: url("../assets/img/chevrons-dark.svg") no-repeat center;
      background-size: contain;
      right: 0.2em;
      transform: rotate(-90deg);
      transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
    .stories .read-more:hover {
      color: #1571b5; }
      .stories .read-more:hover::after {
        right: 0em; }
  .stories nav.pagination {
    text-align: center;
    font-size: 0.9em;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid rgba(26, 65, 117, 0.1); }
    .stories nav.pagination .nav-links > * {
      display: inline-block;
      padding: 0.5em 0.3em; }
    .stories nav.pagination .nav-links .prev,
    .stories nav.pagination .nav-links .next,
    .stories nav.pagination .nav-links .current {
      font-weight: bold; }
    .stories nav.pagination .nav-links a.page-numbers:hover {
      background-color: rgba(26, 65, 117, 0.05); }
    .stories nav.pagination .nav-links a.prev,
    .stories nav.pagination .nav-links a.next {
      padding-left: 2.5em;
      padding-right: 2.5em;
      position: relative;
      color: #1A4175; }
      .stories nav.pagination .nav-links a.prev::after,
      .stories nav.pagination .nav-links a.next::after {
        content: '';
        position: absolute;
        height: 50%;
        top: 28%;
        width: 2em;
        background: url("../assets/img/chevrons-dark.svg") no-repeat center;
        background-size: contain;
        right: 0.2em;
        transform-origin: center;
        transform: rotate(-90deg);
        transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
      .stories nav.pagination .nav-links a.prev:hover,
      .stories nav.pagination .nav-links a.next:hover {
        color: #1571b5;
        background-color: transparent; }
    .stories nav.pagination .nav-links a.prev::after {
      right: auto;
      left: 0.2em;
      transform: rotate(90deg); }

.free-text {
  padding: 1.5em 0;
  font-size: 1.4em;
  max-width: 720px;
  line-height: 1.3; }
  @media screen and (max-width: 820px) {
    .free-text {
      padding: 1em 0;
      font-size: 1.2em; } }
  body.page-template-ecp .free-text {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .free-text.full-width {
    max-width: none; }
  .free-text h1 {
    font-weight: bold;
    margin: 0 0 0.8em; }
  .free-text p {
    margin-bottom: 0.8em; }
  .free-text .wp-video {
    position: relative;
    padding-top: 56%;
    width: 100%;
    max-width: 100%; }
    .free-text .wp-video video, .free-text .wp-video iframe {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }

.faqs {
  padding: 0 0 1em;
  font-size: 1.4em;
  max-width: 720px;
  line-height: 1.3; }
  @media screen and (max-width: 820px) {
    .faqs {
      font-size: 1.2em; } }
  .faqs .q {
    font-weight: bold;
    margin-top: 1em;
    border-bottom: 1px solid rgba(26, 65, 117, 0.1);
    padding: 0.4em 2em 0.4em 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .faqs .q::before {
      content: '?';
      color: white;
      background-color: #1A4175;
      font-weight: bold;
      display: block;
      border-radius: 50%;
      width: 1.3em;
      height: 1.3em;
      position: absolute;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .faqs .q::after {
      content: '';
      background: url("../assets/img/chevrons-dark.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      width: 5%;
      height: 45%;
      right: 0;
      top: 27%;
      transform: translateZ(0);
      transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
    .faqs .q.expanded::after {
      transform: rotateZ(180deg); }
    .faqs .q:hover {
      background-color: rgba(26, 65, 117, 0.05); }
      @media screen and (max-width: 820px) {
        .faqs .q:hover {
          background-color: transparent; } }
  .faqs .text {
    padding: 0.3em 2em 0.3em 2em;
    display: none; }
    @media screen and (max-width: 820px) {
      .faqs .text {
        padding-right: 1em; } }

.acf-map {
  width: 100%;
  height: 325px;
  margin: 0; }

.acf-map img {
  max-width: inherit !important; }

.office-contact h3 {
  border-bottom: 1px solid rgba(26, 65, 117, 0.1);
  margin-bottom: 0.8em;
  padding-bottom: 0.8em; }

.office-contact .contact-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .office-contact .contact-details .details {
    font-size: 1.2em;
    line-height: 1.3; }
    .office-contact .contact-details .details .address {
      margin-bottom: 2em; }
    .office-contact .contact-details .details .phone,
    .office-contact .contact-details .details .email {
      font-weight: bold;
      margin: 0.8em 0; }
      .office-contact .contact-details .details .phone::before,
      .office-contact .contact-details .details .email::before {
        content: "\f879";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        color: #1571b5;
        margin-right: 0.6em; }
    .office-contact .contact-details .details .email::before {
      content: "\f0e0"; }
    .office-contact .contact-details .details .soc-links a {
      background: #1571b5;
      margin-top: 1em; }
      .office-contact .contact-details .details .soc-links a:hover {
        background: #1A4175; }
  .office-contact .contact-details .map {
    flex: 0 1 700px;
    margin-bottom: 3em; }

.two-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  font-size: 1.4em;
  line-height: 1.3; }
  .two-column > div {
    flex: 0 0 51%; }

.claims {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.8em; }
  .claims .claim {
    flex: 0 1 50rem;
    background-color: rgba(26, 65, 117, 0.05);
    border-radius: 1em;
    padding: 0.8em 3em;
    margin: 1em 0 3em;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .claims .claim .icon {
      width: 3em; }
    .claims .claim .text {
      margin: 0.6em 0 0.8em; }

.exp-icon-thirds {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em; }
  .exp-icon-thirds .exp-icon {
    flex: 0 0 30%;
    margin: 1em 0; }
    .exp-icon-thirds .exp-icon .icon {
      height: 4em; }
      .exp-icon-thirds .exp-icon .icon img {
        max-height: 100%; }
    .exp-icon-thirds .exp-icon .text {
      font-size: 1.2em;
      line-height: 1.3;
      margin-top: 1em; }
      .exp-icon-thirds .exp-icon .text .title {
        display: block;
        font-weight: bold;
        text-transform: uppercase; }
    .exp-icon-thirds .exp-icon > .text {
      display: none; }
    .exp-icon-thirds .exp-icon .icon-bullet {
      position: relative;
      cursor: pointer; }
      .exp-icon-thirds .exp-icon .icon-bullet .text {
        position: relative;
        padding-right: 3em; }
      .exp-icon-thirds .exp-icon .icon-bullet .text::before {
        content: '';
        background: url("../assets/img/chevrons-dark.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        width: 5%;
        height: 100%;
        right: 7%;
        top: 0;
        transform: translateZ(0);
        transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
      .exp-icon-thirds .exp-icon .icon-bullet.expanded .text::before {
        transform: rotateZ(180deg); }
    .exp-icon-thirds .exp-icon .icon-bullet::before {
      width: 4%; }

table.acf-table {
  width: 100%;
  font-size: 1.4em;
  margin-top: 3em;
  margin-bottom: 3em;
  background-color: black;
  border-collapse: separate;
  border-spacing: 1px; }
  @media screen and (max-width: 820px) {
    table.acf-table {
      font-size: 1em; } }
  table.acf-table tr {
    background-color: #fff; }
    table.acf-table tr:nth-child(even) {
      background-color: rgba(26, 65, 117, 0.05);
      background-color: #e7f0f7; }
    table.acf-table tr td {
      padding: 0.5em 0.8em;
      font-weight: 400; }
      @media screen and (max-width: 820px) {
        table.acf-table tr td {
          padding: 0.5em 0.4em; } }
      table.acf-table tr td:first-child {
        color: #1571b5;
        color: #184276;
        font-weight: 500;
        text-transform: uppercase; }

#content-header .jump-menu-outer {
  background-color: white;
  color: #1A4175;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding-bottom: 2.5em; }
  #content-header .jump-menu-outer > div {
    display: flex;
    justify-content: center; }
  #content-header .jump-menu-outer:after {
    content: '';
    position: absolute;
    border-right: 0.2em #1571b5 solid;
    border-top: 0.2em #1571b5 solid;
    width: .4em;
    height: .4em;
    display: inline-block;
    transform: rotate(135deg);
    margin-left: .5em;
    bottom: 1.2em; }
  #content-header .jump-menu-outer .jump-menu-label {
    display: inline-block;
    padding: 0.3em 0; }
  #content-header .jump-menu-outer ul {
    display: inline-flex; }
    #content-header .jump-menu-outer ul li a {
      display: block;
      padding: 0.4em 0.6em;
      color: #1571b5;
      font-weight: 500;
      text-transform: none;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #content-header .jump-menu-outer ul li a::after {
        display: block;
        content: '';
        width: 0%;
        background: #1571b5;
        height: 2px;
        transition: width .2s;
        margin-top: 0.2em; }
      #content-header .jump-menu-outer ul li a:hover::after {
        width: 100%; }

.rows-b h2.row-title {
  text-align: center;
  font-size: 4em;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: -1em; }

.rows-b .row {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex; }
  @media screen and (max-width: 820px) {
    .rows-b .row {
      flex-direction: column-reverse; } }
  .rows-b .row .row-text .inner {
    padding: 2em 0 2em 5em; }
  .rows-b .row.content-left {
    flex-direction: row-reverse; }
    @media screen and (max-width: 820px) {
      .rows-b .row.content-left {
        flex-direction: column-reverse; } }
    .rows-b .row.content-left .row-text .inner {
      padding: 2em 5em 2em 0; }
      @media screen and (max-width: 820px) {
        .rows-b .row.content-left .row-text .inner {
          padding: 2em 3em 2em 0; } }
    .rows-b .row.content-left.overlap .row-text {
      top: -2rem;
      left: 2rem; }
      .rows-b .row.content-left.overlap .row-text .inner {
        padding: 2em 4em; }
    .rows-b .row.content-left.overlap .media {
      position: relative;
      top: 2rem; }
      @media screen and (max-width: 820px) {
        .rows-b .row.content-left.overlap .media {
          top: -3rem; } }
      .rows-b .row.content-left.overlap .media::before {
        left: auto;
        bottom: auto;
        right: -5em;
        top: -7em; }
  .rows-b .row.overlap .row-text {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    left: -2rem;
    top: 2rem; }
    .rows-b .row.overlap .row-text .inner {
      padding: 2em 3em 2em 5em; }
      @media screen and (max-width: 820px) {
        .rows-b .row.overlap .row-text .inner {
          padding: 2em 3em; } }
  .rows-b .row.overlap .media {
    position: relative;
    top: -2rem; }
    @media screen and (max-width: 820px) {
      .rows-b .row.overlap .media {
        top: 1em; } }
    .rows-b .row.overlap .media::before {
      content: '';
      position: absolute;
      left: -7.5em;
      bottom: -4em;
      width: 13em;
      height: 13em;
      background: url(../assets/img/bubbles.png) no-repeat center;
      background-size: contain; }
  .rows-b .row.overlap h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #30538a;
    font-size: 1.8em; }
  .rows-b .row h2 {
    text-transform: uppercase;
    font-weight: 500;
    color: #30538a;
    font-size: 3.5em;
    letter-spacing: -0.02em;
    margin-bottom: 0.7em; }
  .rows-b .row p {
    font-size: 1.5em;
    line-height: 1.3; }
    @media screen and (max-width: 820px) {
      .rows-b .row p {
        font-size: 1.2em; } }
  .rows-b .row > div {
    flex: 1 0 0;
    min-height: 20rem; }
    .rows-b .row > div img {
      max-width: 100%; }
  .rows-b .row .row-text {
    background-color: white;
    min-height: 23em;
    display: flex;
    align-items: center; }
  .rows-b .row .media.cta {
    align-self: flex-end; }
    #content-header ~ #content-main .rows-b .row .media.cta img {
      width: 100%; }
    .rows-b .row .media.cta a {
      display: flex;
      flex-direction: column;
      align-items: center; }
  .rows-b .row .media.image,
  .rows-b .row .media.video {
    display: flex; }
    .rows-b .row .media.image img,
    .rows-b .row .media.image video,
    .rows-b .row .media.video img,
    .rows-b .row .media.video video {
      -o-object-fit: cover;
         object-fit: cover;
      max-width: 100%;
      height: auto; }
  .rows-b .row.media-pos-c .media img,
  .rows-b .row.media-pos-c .media video {
    -o-object-position: center;
       object-position: center; }
  .rows-b .row.media-pos-t .media img,
  .rows-b .row.media-pos-t .media video {
    -o-object-position: top;
       object-position: top; }
  .rows-b .row.media-pos-r .media img,
  .rows-b .row.media-pos-r .media video {
    -o-object-position: right;
       object-position: right; }
  .rows-b .row.media-pos-b .media img,
  .rows-b .row.media-pos-b .media video {
    -o-object-position: bottom;
       object-position: bottom; }
  .rows-b .row.media-pos-l .media img,
  .rows-b .row.media-pos-l .media video {
    -o-object-position: left;
       object-position: left; }

.icon-bullets-c {
  background: url("../assets/img/water-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 4rem;
  color: white;
  text-align: center; }
  @media screen and (max-width: 820px) {
    .icon-bullets-c {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .icon-bullets-c a.reflink {
    color: white; }
  .icon-bullets-c > div > h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    word-spacing: 0.1em;
    font-size: 1.8em;
    letter-spacing: -0.03em;
    margin-bottom: 3.5rem; }
  .icon-bullets-c .icons {
    display: flex; }
    @media screen and (max-width: 820px) {
      .icon-bullets-c .icons {
        flex-wrap: wrap;
        justify-content: center; } }
    .icon-bullets-c .icons .icon-bullet {
      flex: 1 0 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 2em 2em;
      border-right: 2px solid white; }
      @media screen and (max-width: 820px) {
        .icon-bullets-c .icons .icon-bullet {
          flex-basis: 50%;
          margin-top: 2rem; }
          .icon-bullets-c .icons .icon-bullet:nth-child(even) {
            border: none; } }
      @media screen and (max-width: 560px) {
        .icon-bullets-c .icons .icon-bullet {
          flex-basis: 80%;
          max-width: 300px;
          border: none;
          margin: 1rem 1rem; }
          .icon-bullets-c .icons .icon-bullet, .icon-bullets-c .icons .icon-bullet:nth-child(even) {
            border-bottom: 2px solid white; } }
      .icon-bullets-c .icons .icon-bullet:last-child {
        border: none; }
      .icon-bullets-c .icons .icon-bullet .icon {
        width: 8rem;
        height: 8rem;
        border: 5px solid rgba(255, 255, 255, 0.25);
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
        border-radius: 8rem;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
        transition-duration: 0.7s; }
        .icon-bullets-c .icons .icon-bullet .icon::before {
          content: '';
          background: #114780;
          background: linear-gradient(0deg, #114780 0%, #136baf 100%);
          position: absolute;
          width: 100%;
          height: 100%; }
        .icon-bullets-c .icons .icon-bullet .icon img {
          position: relative;
          width: 60%;
          height: auto; }
      .icon-bullets-c .icons .icon-bullet .text .title {
        font-size: 1.6em;
        text-transform: uppercase;
        margin-top: 1.5em;
        display: block;
        transition: all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
        transition-duration: 0.7s;
        transition-delay: 0.1s; }
      .icon-bullets-c .icons .icon-bullet .text .subtitle {
        font-size: 1.3em;
        display: block;
        margin-top: 1.5em;
        line-height: 1.3;
        transition: all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
        transition-duration: 0.7s;
        transition-delay: 0.2s; }
  .icon-bullets-c .icon-footnote {
    margin: 6em 0 0;
    letter-spacing: .05em; }
  .icon-bullets-c .preveal .icon {
    transform: scale(0); }
  .icon-bullets-c .preveal .text .title {
    opacity: 0;
    transform: translateY(50px); }
  .icon-bullets-c .preveal .text .subtitle {
    opacity: 0;
    transform: translateY(50px); }

.ecp-hero {
  position: relative;
  display: flex;
  background: #fafbfb url("../assets/img/ecp/bg.jpg") no-repeat left center;
  background-size: cover;
  min-height: 683px;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1440px) {
    .ecp-hero {
      min-height: 47.44vw;
      font-size: 1.1vw; } }
  @media screen and (max-width: 820px) {
    .ecp-hero {
      min-height: 150.875vw;
      font-size: 2.8vw;
      background-position: center;
      background-image: url("../assets/img/ecp/bg-mobile.jpg");
      background-size: cover; } }
  .ecp-hero .waterfall {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../assets/img/landing/waterfall-2.png") no-repeat right top;
    background-size: contain;
    width: 100%;
    height: 20em; }
    @media screen and (max-width: 820px) {
      .ecp-hero .waterfall {
        display: none; } }
  .ecp-hero .text-overlay {
    font-size: 1.6em;
    font-weight: 500;
    color: #30538a;
    text-align: right; }
    @media screen and (max-width: 820px) {
      .ecp-hero .text-overlay {
        font-size: 1.1em; } }
    .ecp-hero .text-overlay h1, .ecp-hero .text-overlay h2 {
      text-transform: uppercase; }
    .ecp-hero .text-overlay h1 {
      font-weight: 700;
      font-size: 3.5em;
      letter-spacing: -0.06em;
      line-height: 1.1em;
      margin-bottom: 0.3em; }
      @media screen and (max-width: 820px) {
        .ecp-hero .text-overlay h1 {
          font-size: 3.1em; } }
      .ecp-hero .text-overlay h1 strong {
        font-size: 1.3em;
        position: relative;
        left: -0.04em; }
      .ecp-hero .text-overlay h1 a sup {
        color: #1A4175;
        color: #1A4175;
        font-size: .2em;
        top: -3.2em;
        position: relative;
        right: -.2em; }
    .ecp-hero .text-overlay h2 {
      font-size: 1.2em;
      font-weight: 500;
      margin-bottom: 1em; }
      @media screen and (max-width: 820px) {
        .ecp-hero .text-overlay h2 {
          font-size: 1.4em; } }
    .ecp-hero .text-overlay p {
      letter-spacing: 0.05em;
      line-height: 1.3; }
    .ecp-hero .text-overlay img {
      max-width: 16.8em;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 820px) {
        .ecp-hero .text-overlay img {
          margin-right: -1em; } }
  .ecp-hero .container-outer {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    @media screen and (max-width: 820px) {
      .ecp-hero .container-outer {
        justify-content: flex-end; } }
    .ecp-hero .container-outer .overlay {
      padding-left: 40%;
      padding-right: 5em;
      padding-top: 3em;
      padding-bottom: 3em; }
      @media screen and (max-width: 820px) {
        .ecp-hero .container-outer .overlay {
          padding-left: 40%;
          padding-right: 2em;
          padding-top: 2em;
          padding-bottom: 2em; } }

.statistics {
  display: flex; }
  @media screen and (max-width: 820px) {
    .statistics {
      flex-direction: column; } }
  .statistics .survey-tile {
    display: flex;
    color: #525252;
    border-right: 1px solid #30538a;
    font-size: 1.2em;
    margin-right: 1rem;
    padding-right: 1rem; }
    @media screen and (max-width: 820px) {
      .statistics .survey-tile {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        border-bottom: 1px solid #30538a;
        margin-bottom: 1.5em;
        padding-bottom: 1.5em; } }
    .statistics .survey-tile:last-child {
      padding-right: 0;
      border-right: none;
      margin-right: 0; }
      @media screen and (max-width: 820px) {
        .statistics .survey-tile:last-child {
          border-bottom: none; } }
    .statistics .survey-tile .outcome {
      font-size: 3.5em;
      font-weight: 300;
      color: #30538a;
      margin-right: 1rem; }
      @media screen and (max-width: 820px) {
        .statistics .survey-tile .outcome {
          font-size: 2em;
          flex: 0 0 30%;
          text-align: right; } }
    .statistics .survey-tile .description {
      line-height: 1.1; }

.icon-tiles {
  padding: 6rem 0;
  margin-top: 6rem;
  margin-bottom: 6rem;
  background-color: #eff2f3; }
  @media screen and (max-width: 820px) {
    .icon-tiles {
      padding: 4rem 0;
      margin-top: 4rem;
      margin-bottom: 4rem; } }
  .icon-tiles h2 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin-bottom: 4rem; }
    @media screen and (max-width: 820px) {
      .icon-tiles h2 {
        font-size: 1.8rem; } }
  .icon-tiles > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #06528d; }
    .icon-tiles > div .icon-tile {
      flex: 0 0 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding: 3rem 0;
      border-top: 2px solid #dddddd;
      border-right: 2px solid #dddddd;
      text-align: center;
      font-size: 1.3em; }
      @media screen and (max-width: 820px) {
        .icon-tiles > div .icon-tile {
          font-size: 0.9em;
          padding: 2rem 0.5em; } }
      .icon-tiles > div .icon-tile:nth-child(even) {
        border-right: none; }
      .icon-tiles > div .icon-tile:nth-child(1), .icon-tiles > div .icon-tile:nth-child(2) {
        border-top: none; }
      #content-header ~ #content-main .icon-tiles > div .icon-tile .icon img {
        width: 9em; }
        @media screen and (max-width: 820px) {
          #content-header ~ #content-main .icon-tiles > div .icon-tile .icon img {
            max-width: 60%; } }
      .icon-tiles > div .icon-tile .title {
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        display: block; }

.round-videos {
  display: flex;
  color: #30538a;
  justify-content: space-between;
  margin-top: 8rem; }
  @media screen and (max-width: 820px) {
    .round-videos {
      flex-direction: column; } }
  .round-videos .text {
    flex: 1 0 40%;
    padding-right: 4rem; }
    @media screen and (max-width: 820px) {
      .round-videos .text {
        padding-right: 0; } }
    .round-videos .text h3 {
      font-size: 1.7em;
      font-weight: 500; }
    .round-videos .text img {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    .round-videos .text p {
      font-size: 1.7em;
      line-height: 1.4;
      font-weight: 300; }
      @media screen and (max-width: 820px) {
        .round-videos .text p {
          font-size: 1.3em; } }
  .round-videos .videos {
    flex: 1 0 50%;
    display: flex; }
    .round-videos .videos .video {
      position: relative; }
      .round-videos .videos .video::before {
        content: '';
        position: absolute;
        width: 10em;
        height: 10em;
        background: url("../assets/img/ecp/bubbles-1.png") no-repeat center;
        background-size: contain;
        left: 100%;
        top: 0;
        margin-top: -2rem; }
    .round-videos .videos .video-a {
      flex: 1.2 0 0;
      margin-top: -4em; }
      @media screen and (max-width: 820px) {
        .round-videos .videos .video-a {
          margin-top: 3rem; } }
    .round-videos .videos .video-b {
      margin-top: 10em;
      flex: 1 0 0; }
      .round-videos .videos .video-b::before {
        width: 6em;
        height: 6em;
        background-image: url("../assets/img/ecp/bubbles-2.png"); }
    .round-videos .videos .clip-bg {
      background: #cdced0;
      background: linear-gradient(90deg, #cdced0 0%, #9ea0a3 23%, #eeeff0 43%, #7d7f81 68%, #adafb2 100%);
      padding: 5px;
      border-radius: 100%; }
      .round-videos .videos .clip-bg video,
      .round-videos .videos .clip-bg img {
        border-radius: 100%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .round-videos .videos .caption {
      text-align: center;
      font-size: 1.1em;
      margin-top: 1rem;
      line-height: 1.3;
      color: #06528d; }
      @media screen and (max-width: 820px) {
        .round-videos .videos .caption {
          font-size: .67em; } }

.icon-footnote {
  margin: 2em 0;
  letter-spacing: .05em; }

.ingredients {
  display: flex;
  color: #06528d;
  justify-content: space-between;
  margin-top: 8rem;
  margin-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 820px) {
    .ingredients {
      flex-direction: column-reverse;
      margin-top: 4rem;
      margin-bottom: 4rem; } }
  .ingredients::before {
    content: '';
    position: absolute;
    width: 10em;
    height: 10em;
    background: url("../assets/img/ecp/bubbles-3.png") no-repeat center;
    background-size: contain;
    top: 100%;
    right: 100%;
    margin-top: -3rem; }
  .ingredients .list {
    flex: 1 0 50%;
    font-size: 1.2em; }
    @media screen and (max-width: 820px) {
      .ingredients .list {
        margin-top: 2em;
        font-size: 1em; } }
  .ingredients .ingredient {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4rem;
    transition: all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
    transition-duration: 2s; }
    @media screen and (max-width: 820px) {
      .ingredients .ingredient {
        margin-top: 2em; } }
    .ingredients .ingredient:nth-child(1) {
      transition-delay: 0.2s; }
      .ingredients .ingredient:nth-child(1) .icon {
        transition-delay: 0; }
      .ingredients .ingredient:nth-child(1) .text {
        transition-delay: 0.5s; }
    .ingredients .ingredient:nth-child(2) {
      transition-delay: 0.5s; }
      .ingredients .ingredient:nth-child(2) .icon {
        transition-delay: 0.3s; }
      .ingredients .ingredient:nth-child(2) .text {
        transition-delay: 0.8s; }
    .ingredients .ingredient:nth-child(3) {
      transition-delay: 0.8s; }
      .ingredients .ingredient:nth-child(3) .icon {
        transition-delay: 0.6s; }
      .ingredients .ingredient:nth-child(3) .text {
        transition-delay: 1.1s; }
    .ingredients .ingredient:first-child {
      margin-top: 0; }
    .ingredients .ingredient .text {
      transition: all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
      transition-duration: 2s;
      flex: 0 0 75%;
      margin-left: 1.3rem; }
      .ingredients .ingredient .text .title, .ingredients .ingredient .text .subtitle {
        display: block; }
      .ingredients .ingredient .text .title {
        text-transform: uppercase; }
    .ingredients .ingredient .icon {
      transition: all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
      transition-duration: 2s; }
  .ingredients > .text {
    text-align: right;
    flex: 0 0 40%; }
    @media screen and (max-width: 820px) {
      .ingredients > .text {
        text-align: left; } }
    .ingredients > .text h3 {
      font-size: 1.688em;
      font-weight: 500; }
    .ingredients > .text img {
      margin-top: 1rem;
      margin-bottom: 2rem; }
      @media screen and (max-width: 820px) {
        .ingredients > .text img {
          margin-top: 1em;
          margin-bottom: 1em; } }
    .ingredients > .text p {
      font-size: 1.688em;
      font-weight: 300;
      line-height: 1.3; }
      @media screen and (max-width: 820px) {
        .ingredients > .text p {
          font-size: 1.313em; } }
  @media screen and (min-width: 821px) {
    .ingredients .preveal .icon {
      transform: scale(0); }
    .ingredients .preveal .ingredient {
      opacity: 0;
      transform: translateY(100px); }
      .ingredients .preveal .ingredient .text {
        opacity: 0;
        transform: translateX(50px); } }
  @media screen and (max-width: 820px) {
    .ingredients .ingredient.preveal {
      opacity: 0;
      transition-delay: 0; }
      .ingredients .ingredient.preveal .icon {
        transform: scale(0);
        transition-delay: 0.2s; }
      .ingredients .ingredient.preveal .text {
        opacity: 0;
        transition-delay: 0.4s;
        transform: translateX(50px); } }

.tear-film-animation {
  align-items: flex-start; }
  .tear-film-animation > div.col-r {
    flex: 0 0 33rem; }
    @media screen and (max-width: 820px) {
      .tear-film-animation > div.col-r {
        width: 21rem;
        flex-basis: auto; } }
  @media screen and (max-width: 820px) {
    .tear-film-animation > div {
      width: 100%; } }
  .tear-film-animation > div.col-l h3 {
    font-size: 1.125em;
    font-weight: 500; }
  .tear-film-animation .video {
    position: relative;
    background: url("../assets/img/ecp/tear-film-lens.png") no-repeat left bottom;
    display: flex;
    justify-content: flex-end;
    background-size: 10em auto; }
    @media screen and (max-width: 820px) {
      .tear-film-animation .video {
        background-size: 7em auto;
        margin-top: 2em; } }
  .tear-film-animation .clip-bg {
    background: #cdced0;
    background: linear-gradient(90deg, #cdced0 0%, #9ea0a3 23%, #eeeff0 43%, #7d7f81 68%, #adafb2 100%);
    padding: 5px;
    border-radius: 100%;
    width: 17em;
    height: 17em;
    position: relative;
    top: -3rem; }
    @media screen and (max-width: 820px) {
      .tear-film-animation .clip-bg {
        width: 10em;
        height: 10em; } }
    #content-header ~ #content-main .tear-film-animation .clip-bg video, #content-header ~ #content-main
    .tear-film-animation .clip-bg img {
      border-radius: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.video-image-hero-container {
  display: grid;
  grid-template-columns: 60% 40%;
  background-image: url("../assets/img/bg-full-width-video-min.jpg");
  background-size: cover; }
  .video-image-hero-container .hero-video-wrapper {
    text-align: center; }
    .video-image-hero-container .hero-video-wrapper video {
      width: 90%;
      margin: auto; }
  .video-image-hero-container .hero-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    .video-image-hero-container .hero-image-wrapper img {
      width: 90%;
      max-width: 500px; }

.site-list-container {
  text-align: center;
  font-size: 2em;
  margin: 2em;
  display: flex;
  align-items: center;
  justify-content: center; }
  .site-list-container select {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: .8em;
    padding: .3em;
    border: none;
    color: #1A4175;
    border: 2px solid #1A4175;
    border-radius: 10em;
    margin: 0 1em; }
  .site-list-container button {
    display: inline-block;
    border: none;
    background-image: url("../assets/img/bg-cta-active.png");
    background-size: contain;
    color: white;
    font-size: .6em;
    font-weight: bold;
    border-radius: 10em;
    padding: .8rem 2rem;
    cursor: pointer; }

.interstitial-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none; }
  .interstitial-modal-bg.active {
    display: block; }
  .interstitial-modal-bg .interstitial-wrapper {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    padding: 3em; }
    .interstitial-modal-bg .interstitial-wrapper h1.title {
      text-align: center;
      font-weight: bolder;
      font-size: 2.8em; }
    .interstitial-modal-bg .interstitial-wrapper div.body {
      font-size: 1.6em;
      line-height: 1.4em;
      margin: 1em auto; }
    .interstitial-modal-bg .interstitial-wrapper div.buttons a {
      background: #1571b5;
      border: 0.2em solid #1571b5;
      color: white;
      padding: .7em;
      display: inline-block;
      font-weight: bolder;
      font-size: 1.3em; }
      .interstitial-modal-bg .interstitial-wrapper div.buttons a:hover {
        background: white;
        color: #1571b5; }

.modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: none; }
  .modal-wrapper.active {
    display: block; }
  .modal-wrapper .modal-inner {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(min(500px, 90vw));
    padding: 3em; }
    .modal-wrapper .modal-inner h2 {
      font-weight: bolder;
      font-size: 1.5em;
      line-height: 2em; }
    .modal-wrapper .modal-inner div.modal-text {
      font-size: 1.2em;
      line-height: 1.4em;
      margin: 1em auto; }
    .modal-wrapper .modal-inner div.modal-button-wrapper ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2em; }
      .modal-wrapper .modal-inner div.modal-button-wrapper ul a, .modal-wrapper .modal-inner div.modal-button-wrapper ul button {
        background: #1571b5;
        border: 0.2em solid #1571b5;
        color: white;
        padding: .7em;
        display: inline-block;
        font-weight: bolder;
        font-size: 1.3em;
        height: 100%;
        cursor: pointer; }
        .modal-wrapper .modal-inner div.modal-button-wrapper ul a:hover, .modal-wrapper .modal-inner div.modal-button-wrapper ul button:hover {
          background: white;
          color: #1571b5; }

.ultra-stories-banner img {
  width: 100%;
  height: 27.5vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.ultra-stories-headline {
  width: 105em;
  margin: 10em auto; }
  @media screen and (max-width: 820px) {
    .ultra-stories-headline {
      width: 80%; } }
  .ultra-stories-headline .pre-title {
    text-transform: uppercase;
    font-size: 3.8em;
    margin-bottom: .2em; }
  .ultra-stories-headline .title {
    text-transform: uppercase;
    font-size: 6em;
    font-weight: 500; }
  .ultra-stories-headline .author-name {
    font-weight: 500;
    font-size: 2.6em;
    line-height: 1.3em;
    margin-top: 2.2em;
    color: #525252; }
  .ultra-stories-headline .author-description {
    font-size: 2.6em;
    color: #525252;
    font-weight: 300;
    line-height: 1.3em; }

.ultra-stories-text-section {
  width: 105em;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 820px) {
    .ultra-stories-text-section {
      width: 80%; } }
  .ultra-stories-text-section .body {
    font-size: 1.9em;
    position: relative;
    z-index: 2;
    line-height: 1.35em;
    text-align: justify;
    color: #525252;
    letter-spacing: .005em;
    font-weight: 300; }
    .ultra-stories-text-section .body sup:not(.copymark) {
      font-size: .4em; }
    .ultra-stories-text-section .body p {
      margin: .7em auto; }
    .ultra-stories-text-section .body span {
      display: inline-block; }
    .ultra-stories-text-section .body blockquote {
      color: #1A4175;
      font-size: 1.3em;
      line-height: 1.4em; }
  .ultra-stories-text-section .ultra-stories-text-section-image-wrapper .image {
    width: 100%; }
    .ultra-stories-text-section .ultra-stories-text-section-image-wrapper .image img {
      width: 100%; }
  .ultra-stories-text-section.eye-exam-1, .ultra-stories-text-section.eye-exam-2, .ultra-stories-text-section.eye-exam-3 {
    width: 105em;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 820px) {
      .ultra-stories-text-section.eye-exam-1, .ultra-stories-text-section.eye-exam-2, .ultra-stories-text-section.eye-exam-3 {
        width: 80%; } }
    .ultra-stories-text-section.eye-exam-1 .pre-title, .ultra-stories-text-section.eye-exam-2 .pre-title, .ultra-stories-text-section.eye-exam-3 .pre-title {
      text-transform: uppercase;
      font-size: 2.5em;
      line-height: 1.5em; }
    .ultra-stories-text-section.eye-exam-1 .title, .ultra-stories-text-section.eye-exam-2 .title, .ultra-stories-text-section.eye-exam-3 .title {
      font-weight: 500;
      font-size: 4em;
      text-transform: uppercase;
      width: 13em;
      line-height: 1.2em; }
    @media screen and (max-width: 820px) {
      .ultra-stories-text-section.eye-exam-1, .ultra-stories-text-section.eye-exam-2, .ultra-stories-text-section.eye-exam-3 {
        width: auto; }
        .ultra-stories-text-section.eye-exam-1 .pre-title, .ultra-stories-text-section.eye-exam-2 .pre-title, .ultra-stories-text-section.eye-exam-3 .pre-title {
          font-size: 1em; }
        .ultra-stories-text-section.eye-exam-1 .title, .ultra-stories-text-section.eye-exam-2 .title, .ultra-stories-text-section.eye-exam-3 .title {
          font-size: 1.5em; } }
    .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-image-wrapper {
      position: absolute; }
      .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-image-wrapper img {
        height: 36em;
        width: auto; }
  .ultra-stories-text-section.eye-exam-1 {
    margin-bottom: 8em; }
    .ultra-stories-text-section.eye-exam-1 .body {
      padding: 2em 2em 2em 0;
      width: 32em;
      background-color: white; }
    .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-image-wrapper {
      right: 0;
      top: 0;
      z-index: 1; }
  .ultra-stories-text-section.eye-exam-2 {
    margin-bottom: 20em; }
    .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-content {
      margin-left: 41em;
      background: #f1f4f7;
      padding: 5em 1.5em 3em 12em; }
      .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-content .body {
        margin-right: 2.5em; }
    .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-image-wrapper {
      left: 0;
      top: 8em;
      z-index: 1; }
  .ultra-stories-text-section.eye-exam-3 {
    margin-top: 15em;
    position: relative; }
    .ultra-stories-text-section.eye-exam-3:before {
      content: '';
      display: block;
      height: 35em;
      width: 35em;
      position: absolute;
      top: -5.5em;
      left: 1.5em;
      z-index: 1;
      background-color: #f1f4f7; }
    .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content {
      padding: 4em 1.5em 20em 8em;
      width: 92em;
      margin: 12em auto 12em;
      position: relative;
      background-color: white;
      z-index: 2; }
      .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content .title {
        width: auto;
        text-align: center;
        font-size: 3.7em; }
      .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content .body {
        font-size: 1.9em; }
  .ultra-stories-text-section.science-1 {
    margin-bottom: 8em; }
    .ultra-stories-text-section.science-1:before {
      content: '';
      display: block;
      height: 53em;
      width: 28em;
      position: absolute;
      top: 18em;
      left: 0;
      background-color: #f1f4f7; }
    .ultra-stories-text-section.science-1 .title {
      font-size: 5em;
      font-weight: 300; }
      @media screen and (max-width: 820px) {
        .ultra-stories-text-section.science-1 .title {
          font-size: 1.1em;
          line-height: 1.4em;
          font-weight: 500; } }
      .ultra-stories-text-section.science-1 .title span {
        display: inline-block; }
      .ultra-stories-text-section.science-1 .title sup:not(.copymark) {
        font-size: .3em;
        top: -1em;
        position: relative; }
    .ultra-stories-text-section.science-1 .body {
      margin-left: 23em;
      margin-top: 2em; }
    .ultra-stories-text-section.science-1 .ultra-stories-text-section-image-wrapper {
      position: absolute;
      top: 15em;
      left: 5em;
      width: 35em; }
      .ultra-stories-text-section.science-1 .ultra-stories-text-section-image-wrapper img {
        width: 100%; }
  .ultra-stories-text-section.science-2 {
    margin-bottom: 20em; }
    .ultra-stories-text-section.science-2:before {
      content: '';
      display: block;
      height: 58em;
      width: 30em;
      top: -5em;
      right: -7em;
      position: absolute;
      background-color: #f1f4f7; }
    .ultra-stories-text-section.science-2 .ultra-stories-text-section-content {
      width: 59em;
      margin-left: 4em; }
    .ultra-stories-text-section.science-2 .ultra-stories-text-section-image-wrapper {
      position: absolute;
      top: -1em;
      right: -3em;
      width: 39em; }
      .ultra-stories-text-section.science-2 .ultra-stories-text-section-image-wrapper img {
        width: 100%; }
  .ultra-stories-text-section.science-3 {
    margin-bottom: 20em; }
    .ultra-stories-text-section.science-3 .ultra-stories-text-section-content {
      background-color: #f1f4f7;
      margin-left: -4em;
      padding: 8em 2em 8em 8em;
      width: 95em; }
      .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .title {
        font-size: 5em;
        font-weight: 300;
        margin-bottom: 1em; }
        @media screen and (max-width: 820px) {
          .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .title {
            font-size: 1.1em;
            line-height: 1.4em;
            font-weight: 500; } }
        .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .title span {
          display: inline-block; }
        .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .title sup:not(.copymark) {
          font-size: .3em;
          top: -1em;
          position: relative; }
      .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .body {
        width: 25em; }
    .ultra-stories-text-section.science-3 .ultra-stories-text-section-image-wrapper {
      position: absolute;
      top: 25em;
      right: -9em;
      width: 51em; }
  .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .title {
    font-size: 5em;
    font-weight: 300; }
    @media screen and (max-width: 820px) {
      .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .title {
        font-size: 1.1em;
        line-height: 1.4em;
        font-weight: 500; } }
    .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .title span {
      display: inline-block; }
    .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .title sup:not(.copymark) {
      font-size: .3em;
      top: -1em;
      position: relative; }
  .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .body {
    margin-top: 1.6em;
    margin-left: 30em;
    padding: 0 3.2em; }
  .ultra-stories-text-section.science-4 .ultra-stories-text-section-image-wrapper {
    position: absolute;
    left: 3em;
    top: 12em;
    width: 53em; }
  .ultra-stories-text-section.go-beyond-1 {
    margin-top: -8em; }
    .ultra-stories-text-section.go-beyond-1 .ultra-stories-text-section-content {
      width: 70em; }

.ultra-stories-two-column {
  width: 100%;
  background-color: #f1f4f7; }
  .ultra-stories-two-column .ultra-stories-two-column-content {
    width: 105em;
    margin: auto;
    padding: 8em 4em; }
    @media screen and (max-width: 820px) {
      .ultra-stories-two-column .ultra-stories-two-column-content {
        width: 80%; } }
    .ultra-stories-two-column .ultra-stories-two-column-content .title {
      font-size: 5em;
      font-weight: 300;
      text-align: center;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 820px) {
        .ultra-stories-two-column .ultra-stories-two-column-content .title {
          font-size: 1.1em;
          line-height: 1.4em;
          font-weight: 500; } }
      .ultra-stories-two-column .ultra-stories-two-column-content .title span {
        display: inline-block; }
      .ultra-stories-two-column .ultra-stories-two-column-content .title sup:not(.copymark) {
        font-size: .3em;
        top: -1em;
        position: relative; }
    .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns {
      display: flex;
      justify-content: space-between;
      font-size: 1.9em;
      position: relative;
      z-index: 2;
      line-height: 1.35em;
      text-align: justify;
      color: #525252;
      letter-spacing: .005em;
      font-weight: 300; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns sup:not(.copymark) {
        font-size: .4em; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns p {
        margin: .7em auto; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns span {
        display: inline-block; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns blockquote {
        color: #1A4175;
        font-size: 1.3em;
        line-height: 1.4em; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns .column:first-child {
        width: 40%; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns .column:nth-child(2) {
        width: 55%; }

.ultra-stories-notes {
  padding: 5em; }
  .ultra-stories-notes .ultra-stories-notes-content {
    color: #525252;
    line-height: 1.4em; }
    .ultra-stories-notes .ultra-stories-notes-content span {
      margin-right: 4em; }

.ultra-stories-infographic {
  width: 105em;
  margin: auto; }
  @media screen and (max-width: 820px) {
    .ultra-stories-infographic {
      width: 80%; } }
  .ultra-stories-infographic .ultra-stories-infographic-content .title {
    font-size: 5em;
    font-weight: 300;
    margin-top: -1.5em; }
    @media screen and (max-width: 820px) {
      .ultra-stories-infographic .ultra-stories-infographic-content .title {
        font-size: 1.1em;
        line-height: 1.4em;
        font-weight: 500; } }
    .ultra-stories-infographic .ultra-stories-infographic-content .title span {
      display: inline-block; }
    .ultra-stories-infographic .ultra-stories-infographic-content .title sup:not(.copymark) {
      font-size: .3em;
      top: -1em;
      position: relative; }
  .ultra-stories-infographic .ultra-stories-infographic-content .body {
    color: #525252;
    font-size: 2.8em;
    margin-top: 3em;
    margin-bottom: 2em; }
  .ultra-stories-infographic .ultra-stories-infographic-content .footnote {
    margin: 3em auto;
    color: #525252; }
  .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles {
    display: flex;
    justify-content: space-between;
    background-image: url("../assets/img/bg-trial.png");
    background-repeat: repeat-x;
    background-position-y: 14.1em; }
    .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile {
      width: 28em; }
      .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-icon {
        width: 100%; }
        .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-icon img {
          width: 100%;
          height: auto; }
      .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-text {
        color: #1A4175;
        font-size: 1.9em;
        line-height: 1.4em;
        font-weight: 300;
        margin-top: 2em;
        text-align: center; }
        .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-text span {
          display: inline-block; }

.ultra-stories-carousel {
  margin: 4em auto;
  position: relative; }
  .ultra-stories-carousel .slide-button {
    height: 9em;
    width: 9em;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat; }
    .ultra-stories-carousel .slide-button.previous {
      left: 14em;
      background-image: url("../assets/img/button-prev.png"); }
    .ultra-stories-carousel .slide-button.next {
      right: 14em;
      background-image: url("../assets/img/button-next.png"); }
  .ultra-stories-carousel .pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex; }
    .ultra-stories-carousel .pagination .paginate-link {
      height: .8em;
      width: .8em;
      display: block;
      margin: 1em .5em;
      border-radius: 50%;
      background-color: white;
      box-shadow: 0 0 1em 0 black;
      cursor: pointer; }
      .ultra-stories-carousel .pagination .paginate-link.active {
        background-color: #1A4175; }
  .ultra-stories-carousel .ultra-stories-carousel-content .slide {
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    transition: opacity .5s; }
    .ultra-stories-carousel .ultra-stories-carousel-content .slide.show {
      position: relative;
      top: initial;
      left: initial;
      opacity: 1; }
    .ultra-stories-carousel .ultra-stories-carousel-content .slide .carousel-image img {
      width: 100vw;
      height: 25.5vw;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .ultra-stories-carousel .ultra-stories-carousel-content .slide .inner {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 23em;
      font-size: 4em;
      text-align: center; }
      .ultra-stories-carousel .ultra-stories-carousel-content .slide .inner sup {
        font-size: .3em;
        vertical-align: super; }

.ultra-stories-tile-grid {
  width: 105em;
  margin: 8em auto; }
  @media screen and (max-width: 820px) {
    .ultra-stories-tile-grid {
      width: 80%; } }
  .ultra-stories-tile-grid .ultra-stories-tile-grid-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(12, minmax(0, 1fr)); }
    .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile {
      display: block;
      height: auto;
      width: 40em;
      margin: auto;
      position: relative;
      box-shadow: 0 0 26px -10px rgba(0, 0, 0, 0.7);
      transition: scale .2s; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:hover {
        scale: 1.1; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:hover .read-more {
          font-weight: 500; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .tile-image {
        position: relative; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .tile-image img {
          width: 100%;
          height: auto;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/6; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(1):before {
          position: absolute;
          content: '';
          display: block;
          background-image: url("../assets/img/bubbles.png");
          background-size: contain;
          height: 15em;
          width: 20em;
          left: -8em;
          top: 10em; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(2) {
        grid-column: 2/3;
        grid-row: 2/7; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(2):before {
          position: absolute;
          content: '';
          display: block;
          background-image: url("../assets/img/bubbles.png");
          background-size: contain;
          height: 15em;
          width: 20em;
          right: -9em;
          top: -6em;
          transform: rotate(180deg); }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(3) {
        grid-column: 1/2;
        grid-row: 7/12; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(4) {
        grid-column: 2/3;
        grid-row: 8/13; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(4):before {
          position: absolute;
          content: '';
          display: block;
          background-image: url("../assets/img/bubbles.png");
          background-size: contain;
          height: 15em;
          width: 20em;
          left: -9em;
          bottom: 15em;
          transform: rotate(215deg); }
    .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner {
      position: absolute;
      background: white;
      bottom: -6em;
      left: 0;
      font-size: .9em;
      padding: 2em;
      color: #1A4175;
      width: 90%;
      box-shadow: 0 0 26px -10px rgba(0, 0, 0, 0.7); }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .pre-title {
        text-transform: uppercase;
        font-size: 2.5em;
        line-height: 1.5em; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .title {
        font-weight: 500;
        font-size: 4em;
        text-transform: uppercase;
        width: 13em;
        line-height: 1.2em; }
      @media screen and (max-width: 820px) {
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner {
          width: auto; }
          .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .pre-title {
            font-size: 1em; }
          .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .title {
            font-size: 1.5em; } }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .title {
        width: auto; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .read-more {
        text-transform: uppercase;
        font-size: 1.8em;
        margin-top: 1em;
        font-weight: 200;
        transition: font-weight .2s;
        display: flex;
        align-items: center; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content .inner .read-more:after {
          content: '';
          display: block;
          height: .45em;
          width: .45em;
          border-right: 0.15em solid #1A4175;
          border-bottom: 0.15em solid #1A4175;
          transform: rotate(-45deg); }

@media screen and (max-width: 820px) {
  .container-inner {
    padding-left: 16px;
    padding-right: 16px; }
  .three-col > * {
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 2em; } }

@media screen and (max-width: 820px) {
  h1 {
    font-size: 1.6em; }
  h2 {
    font-size: 1.4em; }
  h3 {
    font-size: 1.3em; }
  h4 {
    font-size: 1.2em; }
  strong {
    font-weight: 700; }
  .cta-button,
  .trial_cta_button,
  p.lens-decoration {
    font-size: 0.8em; } }

@media screen and (max-width: 820px) {
  header#header {
    position: relative; }
    header#header #branding {
      padding: 0.5em 0; }
      header#header #branding img {
        width: 140px; }
    header#header .hamburger {
      display: initial;
      position: absolute;
      top: 1em;
      right: 1em; }
      header#header .hamburger .hamburger-inner, header#header .hamburger .hamburger-inner::after, header#header .hamburger .hamburger-inner::before {
        background: #1571b5; }
    header#header #header-right {
      display: none;
      position: absolute;
      top: 5.1em;
      right: 0;
      background: white;
      z-index: 10;
      align-items: center;
      padding-bottom: 1em;
      box-shadow: -5px 5px 12px -5px rgba(0, 0, 0, 0.6); }
      header#header #header-right #header-audience {
        order: 2;
        margin-top: 3em; }
        header#header #header-right #header-audience a {
          font-size: 1.2em; }
      header#header #header-right nav#menu ul {
        flex-direction: column;
        align-items: flex-end;
        padding: 1.5em 0 3em; }
        header#header #header-right nav#menu ul li.menu-item {
          margin-left: 0;
          align-items: flex-end; }
          header#header #header-right nav#menu ul li.menu-item a::after {
            content: none; }
          header#header #header-right nav#menu ul li.menu-item a {
            font-size: .9em;
            padding-top: 1em;
            padding-bottom: 1em; }
          header#header #header-right nav#menu ul li.menu-item.menu-free-trial {
            margin-top: 0.75em;
            margin-bottom: 0.75em; }
            header#header #header-right nav#menu ul li.menu-item.menu-free-trial a {
              padding-top: 0.5em;
              padding-bottom: 0.5em; }
              header#header #header-right nav#menu ul li.menu-item.menu-free-trial a::after {
                content: ''; }
  body.show-mobile-menu {
    height: 100vh;
    overflow: hidden; }
    body.show-mobile-menu header#header #header-right {
      display: flex; } }

@media screen and (max-width: 820px) {
  #pre-footer-area h2 {
    font-size: 1.3em; }
    #pre-footer-area h2 strong {
      font-size: 1.3em;
      display: block; }
  #pre-footer-area #pre-footer {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 1.4em; }
    #pre-footer-area #pre-footer .top-text.trial-hidden {
      font-size: 1.2em; }
  #pre-footer-area .icon-tiles {
    flex-direction: column;
    align-items: center;
    margin: 2em 0 1em; }
    #pre-footer-area .icon-tiles .icon-tile {
      max-width: 12em;
      flex-basis: auto;
      margin: 1em 0; }
      #pre-footer-area .icon-tiles .icon-tile img {
        width: 2em; }
  #pre-footer-area .bottom-text {
    color: #A6C2D7;
    font-size: 0.7em; }
    #pre-footer-area .bottom-text .trial_cta_button {
      font-size: 1rem; }
    #pre-footer-area .bottom-text p {
      margin: 0.8em 0; }
  footer#footer {
    flex-direction: column;
    align-items: stretch;
    padding: 2em 16px 1em; }
    footer#footer > * {
      margin: 1em 0; }
    footer#footer #footer-social-menu ul {
      flex-direction: row; }
    footer#footer ul {
      display: flex;
      flex-direction: column; }
    footer#footer #footer-nav-menu,
    footer#footer #footer-legal-menu {
      border-bottom: 1px solid rgba(26, 65, 117, 0.1);
      padding-bottom: 1em; }
  .sub-footer {
    padding-left: 16px;
    padding-right: 16px; } }

.aside-bottom {
  text-align: center;
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1A4175;
  z-index: 10;
  padding: 20px 10px; }
  .aside-bottom__content {
    margin: 0 auto; }
    .aside-bottom__content p {
      color: #ffffff;
      text-align: center;
      padding: 5px;
      font-size: 1.5rem;
      line-height: 1.2; }
      @media (min-width: 800px) {
        .aside-bottom__content p {
          font-size: 2rem;
          line-height: 1; } }

@media screen and (max-width: 820px) {
  #content-header ~ #content-main {
    background-size: 30% auto; } }

@media screen and (max-width: 1200px) {
  article.type-post header h1.entry-title {
    max-width: 90%; }
  article.type-post .entry-content {
    max-width: 90%;
    margin: auto; }
    article.type-post .entry-content .post-free-trial-banner {
      flex-direction: column; }
    article.type-post .entry-content .post-content p.story-highlight {
      margin-left: 0;
      width: 100%;
      max-width: 100%; }
    article.type-post .entry-content .post-content img {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin-left: 0; }
    article.type-post .entry-content .post-footer {
      flex-direction: column; } }

@media screen and (max-width: 820px) {
  #content-header .blue-banner .banner-inner {
    flex-direction: column;
    align-items: center; }
    #content-header .blue-banner .banner-inner .banner-text {
      min-height: 0; }
      #content-header .blue-banner .banner-inner .banner-text img {
        max-width: 55vw;
        height: auto;
        display: block;
        margin: 1em auto 0.5em; }
    #content-header .blue-banner .banner-inner .banner-image {
      margin-top: -14%;
      margin-left: 0; }
      #content-header .blue-banner .banner-inner .banner-image img {
        width: 60vw;
        margin: auto;
        height: auto; }
    #content-header .blue-banner .banner-inner h2 {
      margin: 0.5em 0; }
    #content-header .blue-banner .banner-inner p {
      line-height: 1.4;
      margin-bottom: 0.5em; }
  #content-header .hero .hero-overlay .lens-decoration {
    margin-top: 1em;
    margin-bottom: 1em; } }

@media screen and (max-width: 820px) {
  .video-image-hero-container {
    display: block; }
    .video-image-hero-container .hero-video-wrapper video {
      width: 100%; }
    .video-image-hero-container .hero-image-wrapper img {
      width: 90%;
      margin: 3em; } }

@media screen and (max-width: 820px) {
  .headline {
    font-size: 1.1em;
    margin-top: 2em;
    margin-bottom: 2em; }
    .headline h2 {
      text-align: left; }
      .headline h2 strong {
        display: inline; } }

@media screen and (max-width: 820px) {
  .section-header {
    line-height: 0.9;
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(26, 65, 117, 0.05); }
    .section-header:first-child {
      margin-top: 0; }
    .section-header h2, .section-header h3 {
      font-weight: 300;
      font-size: 3em;
      background-color: transparent;
      padding-left: 0;
      padding-right: 0; }
      .section-header h2 strong, .section-header h3 strong {
        display: block;
        font-size: 0.6em; }
    .section-header h3, .section-header h2 {
      font-size: 1.8em;
      line-height: 1.2; }
      body.site-id-2 .section-header h3 strong, body.site-id-2 .section-header h2 strong {
        font-size: 1.5em; }
      .section-header h3 strong, .section-header h2 strong {
        font-size: 1em;
        display: inline; } }

@media screen and (max-width: 820px) {
  .expandable-logo {
    flex-direction: column; }
    .expandable-logo .text {
      max-width: none;
      font-size: 1.3em;
      line-height: 1.2;
      padding: 0.5em 0; }
    .mob-hidden .expandable-logo {
      display: none; }
    .mob-expandable .expandable-logo .text {
      display: none; }
    .mob-expandable .expandable-logo .logo {
      position: relative;
      cursor: pointer;
      position: relative;
      padding-right: 5em; }
      .mob-expandable .expandable-logo .logo::before {
        content: '';
        background: url("../assets/img/chevrons-dark.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        width: 7%;
        height: 100%;
        right: 3%;
        top: 0;
        transform: translateZ(0);
        transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1); }
      .mob-expandable .expandable-logo .logo.expanded::before {
        transform: rotateZ(180deg); } }

@media screen and (max-width: 820px) {
  .icon-bullets {
    margin-top: 1em;
    flex-wrap: wrap; }
    .icon-bullets > div {
      flex-basis: 100%;
      font-size: 1.3em;
      margin: 0.7em 0; }
      .icon-bullets > div .icon {
        display: none; }
      .icon-bullets > div .title,
      .icon-bullets > div .subtitle {
        display: inline; }
  .icon-bullets-alt > div {
    flex-basis: 100%;
    font-size: 1.1em; }
    .icon-bullets-alt > div .icon {
      align-self: flex-start;
      flex-basis: 3em; } }

@media screen and (max-width: 820px) {
  .testimonial::before {
    background-color: rgba(27, 41, 53, 0.3);
    height: 100%; }
  .testimonial > div {
    padding-top: 0;
    padding-bottom: 0; }
  .testimonial .title-text h2 {
    font-size: 1.1em; }
    .testimonial .title-text h2 strong {
      display: block; } }

@media screen and (max-width: 820px) {
  .survey-tiles {
    padding-top: 3em;
    padding-bottom: 3em; }
    .survey-tiles .survey-tile {
      text-align: left;
      color: #1A4175;
      font-size: 1.2em;
      line-height: 1.4; } }

@media screen and (max-width: 820px) {
  #content-header .jump-menu-outer {
    display: none; } }

@media screen and (max-width: 820px) {
  .two-column {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.1em 0; }
    .two-column > div {
      flex-basis: auto;
      padding: 0.5em 0; } }

@media screen and (max-width: 820px) {
  .claims {
    font-size: 1.4em; }
    .claims .claim {
      flex: 0 1 50rem;
      background-color: rgba(26, 65, 117, 0.05);
      border-radius: 1em;
      padding: 0.8em 1em;
      margin: 0.5em 0 2em;
      line-height: 1.2;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .claims .claim .icon {
        width: 3em; }
      .claims .claim .text {
        margin: 0.6em 0 0.8em; } }

@media screen and (max-width: 820px) {
  .exp-icon-thirds {
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 2em; }
    .exp-icon-thirds .exp-icon {
      flex-basis: auto; } }

@media screen and (max-width: 820px) {
  .stories {
    font-size: 1.1em; }
    .stories h2 {
      margin: 0 0 0.5em; }
    .stories .thumb img {
      width: 20vw;
      height: 20vw !important;
      -o-object-fit: cover;
         object-fit: cover; }
    .stories li {
      border-bottom: 1px solid rgba(26, 65, 117, 0.1);
      padding-bottom: 1em; }
      .stories li article {
        display: flex; }
        .stories li article > a {
          flex: 0 0 20vw;
          margin-right: 1em; }
        .stories li article .text {
          line-height: 1.2; } }

@media screen and (max-width: 820px) {
  .acf-map {
    width: 100%;
    height: 325px;
    margin: 0; }
  .office-contact h3 {
    border-bottom: 1px solid rgba(26, 65, 117, 0.1);
    margin-bottom: 0.8em;
    padding-bottom: 0.8em; }
  .office-contact .contact-details {
    flex-direction: column; }
    .office-contact .contact-details .details {
      margin-bottom: 2em; }
    .office-contact .contact-details .map {
      flex-basis: auto;
      width: 100%; } }

@media screen and (max-width: 820px) {
  .site-list-container {
    flex-direction: column; }
    .site-list-container select {
      margin: 1em 0; } }

@media screen and (max-width: 820px) {
  .ultra-stories-headline {
    width: 80%;
    margin: 2em auto; }
    .ultra-stories-headline .pre-title {
      font-size: 1em;
      margin-bottom: .2em; }
    .ultra-stories-headline .title {
      font-size: 1.4em;
      font-weight: 600; }
    .ultra-stories-headline .author-name {
      font-size: .9em; }
    .ultra-stories-headline .author-description {
      font-size: .9em; } }

@media screen and (max-width: 820px) {
  .ultra-stories-text-section .body {
    font-size: .85em; }
  .ultra-stories-text-section.go-beyond-1 {
    margin-top: 0; }
    .ultra-stories-text-section.go-beyond-1 .ultra-stories-text-section-content {
      width: 100%; }
    .ultra-stories-text-section.go-beyond-1 .ultra-stories-text-section-image-wrapper img {
      width: 100%;
      height: auto; }
  .ultra-stories-text-section.eye-exam-1, .ultra-stories-text-section.eye-exam-2, .ultra-stories-text-section.eye-exam-3, .ultra-stories-text-section.science-1, .ultra-stories-text-section.science-2, .ultra-stories-text-section.science-3, .ultra-stories-text-section.science-4 {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    margin-top: 0;
    background-color: white; }
    .ultra-stories-text-section.eye-exam-1:before, .ultra-stories-text-section.eye-exam-2:before, .ultra-stories-text-section.eye-exam-3:before, .ultra-stories-text-section.science-1:before, .ultra-stories-text-section.science-2:before, .ultra-stories-text-section.science-3:before, .ultra-stories-text-section.science-4:before {
      height: 0;
      width: 0; }
    .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-content, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-content, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-1 .ultra-stories-text-section-content, .ultra-stories-text-section.science-2 .ultra-stories-text-section-content, .ultra-stories-text-section.science-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-4 .ultra-stories-text-section-content {
      order: 2;
      margin-left: auto;
      margin-top: 0;
      margin-bottom: 1em;
      padding: 0;
      width: 100%;
      background-color: white; }
      .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-content .title, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-content .title, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content .title, .ultra-stories-text-section.science-1 .ultra-stories-text-section-content .title, .ultra-stories-text-section.science-2 .ultra-stories-text-section-content .title, .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .title, .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .title {
        width: auto; }
      .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-content .body, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-content .body, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-content .body, .ultra-stories-text-section.science-1 .ultra-stories-text-section-content .body, .ultra-stories-text-section.science-2 .ultra-stories-text-section-content .body, .ultra-stories-text-section.science-3 .ultra-stories-text-section-content .body, .ultra-stories-text-section.science-4 .ultra-stories-text-section-content .body {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding: 2em 0 2em 0;
        font-size: .85em; }
    .ultra-stories-text-section.eye-exam-1.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-1.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-2.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-2.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-3.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-3.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-1.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-1.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-2.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-2.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-3.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-3.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-4.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-4.science-2 .ultra-stories-text-section-image-wrapper {
      background-color: #f1f4f7;
      margin-left: -12%;
      margin-right: -12%;
      text-align: center;
      padding-top: 2em;
      padding-bottom: 2em; }
    .ultra-stories-text-section.eye-exam-1.science-1 .body, .ultra-stories-text-section.eye-exam-1.science-2 .body, .ultra-stories-text-section.eye-exam-1.science-3 .body, .ultra-stories-text-section.eye-exam-1.science-4 .body, .ultra-stories-text-section.eye-exam-2.science-1 .body, .ultra-stories-text-section.eye-exam-2.science-2 .body, .ultra-stories-text-section.eye-exam-2.science-3 .body, .ultra-stories-text-section.eye-exam-2.science-4 .body, .ultra-stories-text-section.eye-exam-3.science-1 .body, .ultra-stories-text-section.eye-exam-3.science-2 .body, .ultra-stories-text-section.eye-exam-3.science-3 .body, .ultra-stories-text-section.eye-exam-3.science-4 .body, .ultra-stories-text-section.science-1.science-1 .body, .ultra-stories-text-section.science-1.science-2 .body, .ultra-stories-text-section.science-1.science-3 .body, .ultra-stories-text-section.science-1.science-4 .body, .ultra-stories-text-section.science-2.science-1 .body, .ultra-stories-text-section.science-2.science-2 .body, .ultra-stories-text-section.science-2.science-3 .body, .ultra-stories-text-section.science-2.science-4 .body, .ultra-stories-text-section.science-3.science-1 .body, .ultra-stories-text-section.science-3.science-2 .body, .ultra-stories-text-section.science-3.science-3 .body, .ultra-stories-text-section.science-3.science-4 .body, .ultra-stories-text-section.science-4.science-1 .body, .ultra-stories-text-section.science-4.science-2 .body, .ultra-stories-text-section.science-4.science-3 .body, .ultra-stories-text-section.science-4.science-4 .body {
      padding-top: 0; }
      .ultra-stories-text-section.eye-exam-1.science-1 .body blockquote, .ultra-stories-text-section.eye-exam-1.science-2 .body blockquote, .ultra-stories-text-section.eye-exam-1.science-3 .body blockquote, .ultra-stories-text-section.eye-exam-1.science-4 .body blockquote, .ultra-stories-text-section.eye-exam-2.science-1 .body blockquote, .ultra-stories-text-section.eye-exam-2.science-2 .body blockquote, .ultra-stories-text-section.eye-exam-2.science-3 .body blockquote, .ultra-stories-text-section.eye-exam-2.science-4 .body blockquote, .ultra-stories-text-section.eye-exam-3.science-1 .body blockquote, .ultra-stories-text-section.eye-exam-3.science-2 .body blockquote, .ultra-stories-text-section.eye-exam-3.science-3 .body blockquote, .ultra-stories-text-section.eye-exam-3.science-4 .body blockquote, .ultra-stories-text-section.science-1.science-1 .body blockquote, .ultra-stories-text-section.science-1.science-2 .body blockquote, .ultra-stories-text-section.science-1.science-3 .body blockquote, .ultra-stories-text-section.science-1.science-4 .body blockquote, .ultra-stories-text-section.science-2.science-1 .body blockquote, .ultra-stories-text-section.science-2.science-2 .body blockquote, .ultra-stories-text-section.science-2.science-3 .body blockquote, .ultra-stories-text-section.science-2.science-4 .body blockquote, .ultra-stories-text-section.science-3.science-1 .body blockquote, .ultra-stories-text-section.science-3.science-2 .body blockquote, .ultra-stories-text-section.science-3.science-3 .body blockquote, .ultra-stories-text-section.science-3.science-4 .body blockquote, .ultra-stories-text-section.science-4.science-1 .body blockquote, .ultra-stories-text-section.science-4.science-2 .body blockquote, .ultra-stories-text-section.science-4.science-3 .body blockquote, .ultra-stories-text-section.science-4.science-4 .body blockquote {
        margin: 2em 0; }
    .ultra-stories-text-section.eye-exam-1.science-3 .title, .ultra-stories-text-section.eye-exam-2.science-3 .title, .ultra-stories-text-section.eye-exam-3.science-3 .title, .ultra-stories-text-section.science-1.science-3 .title, .ultra-stories-text-section.science-2.science-3 .title, .ultra-stories-text-section.science-3.science-3 .title, .ultra-stories-text-section.science-4.science-3 .title {
      background-color: #f1f4f7;
      margin-left: -12%;
      margin-right: -12%;
      padding: 1em 12% 0;
      margin-bottom: 0; }
    .ultra-stories-text-section.eye-exam-1.science-3 .body, .ultra-stories-text-section.eye-exam-2.science-3 .body, .ultra-stories-text-section.eye-exam-3.science-3 .body, .ultra-stories-text-section.science-1.science-3 .body, .ultra-stories-text-section.science-2.science-3 .body, .ultra-stories-text-section.science-3.science-3 .body, .ultra-stories-text-section.science-4.science-3 .body {
      background-color: #f1f4f7;
      margin-left: -12%;
      margin-right: -12%;
      padding: 1em 12%; }
    .ultra-stories-text-section.eye-exam-1.eye-exam-3, .ultra-stories-text-section.eye-exam-2.eye-exam-3, .ultra-stories-text-section.eye-exam-3.eye-exam-3, .ultra-stories-text-section.science-1.eye-exam-3, .ultra-stories-text-section.science-2.eye-exam-3, .ultra-stories-text-section.science-3.eye-exam-3, .ultra-stories-text-section.science-4.eye-exam-3 {
      width: 100%;
      margin-bottom: 0;
      background-color: #f1f4f7; }
      .ultra-stories-text-section.eye-exam-1.eye-exam-3 .title, .ultra-stories-text-section.eye-exam-2.eye-exam-3 .title, .ultra-stories-text-section.eye-exam-3.eye-exam-3 .title, .ultra-stories-text-section.science-1.eye-exam-3 .title, .ultra-stories-text-section.science-2.eye-exam-3 .title, .ultra-stories-text-section.science-3.eye-exam-3 .title, .ultra-stories-text-section.science-4.eye-exam-3 .title {
        font-size: 1.5em; }
      .ultra-stories-text-section.eye-exam-1.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.eye-exam-2.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.eye-exam-3.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-1.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-2.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-3.eye-exam-3 .ultra-stories-text-section-content, .ultra-stories-text-section.science-4.eye-exam-3 .ultra-stories-text-section-content {
        background-color: #f1f4f7;
        width: 80%;
        padding: 2em 0;
        margin-bottom: 0; }
    .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-1 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-2 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-3 .ultra-stories-text-section-image-wrapper, .ultra-stories-text-section.science-4 .ultra-stories-text-section-image-wrapper {
      position: initial;
      order: 1;
      margin-bottom: 2em;
      width: auto; }
      .ultra-stories-text-section.eye-exam-1 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.eye-exam-2 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.eye-exam-3 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.science-1 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.science-2 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.science-3 .ultra-stories-text-section-image-wrapper img, .ultra-stories-text-section.science-4 .ultra-stories-text-section-image-wrapper img {
        width: 80vw;
        height: 80vw;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; } }

@media screen and (max-width: 820px) {
  .ultra-stories-two-column {
    width: 100%;
    background-color: #f1f4f7;
    padding: 2em 0; }
    .ultra-stories-two-column .ultra-stories-two-column-content {
      padding: 0; }
      .ultra-stories-two-column .ultra-stories-two-column-content .title {
        font-size: 1.125em;
        margin-bottom: 0.5em;
        margin-top: .5em; }
      .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns {
        width: 100%;
        padding: 0;
        flex-direction: column;
        font-size: 1em; }
        .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns .column:nth-child(1), .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns .column:nth-child(2) {
          width: 100%; }
        .ultra-stories-two-column .ultra-stories-two-column-content .ultra-stories-two-column-columns blockquote {
          font-size: 1em; } }

@media screen and (max-width: 820px) {
  .ultra-stories-notes {
    padding: 1em 0 3em;
    width: 80%;
    margin: auto;
    font-size: .5em; } }

@media screen and (max-width: 820px) {
  .ultra-stories-infographic .ultra-stories-infographic-content .title {
    font-size: .9em; }
  .ultra-stories-infographic .ultra-stories-infographic-content .body {
    font-size: .9em;
    margin-top: 2em;
    margin-bottom: 2em; }
  .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles {
    flex-direction: column;
    background-image: url("../assets/img/bg-trial-mobile.png");
    background-repeat: no-repeat;
    background-position-y: 10vw;
    background-position-x: 18%;
    background-size: auto 97vw; }
    .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile {
      display: flex;
      width: 100%;
      margin: 2em auto; }
      .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-icon {
        width: auto; }
        .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-icon img {
          width: 7em;
          height: 7em; }
      .ultra-stories-infographic .ultra-stories-infographic-content .infographic-tiles .infographic-tile .infographic-text {
        font-size: .9em;
        width: calc(80% - 9em);
        flex: 1;
        padding: 0 2em;
        text-align: left; } }

@media screen and (max-width: 820px) {
  .ultra-stories-carousel {
    margin: 1em auto; }
    .ultra-stories-carousel .ultra-stories-carousel-content .slide .carousel-image img {
      height: 45vw; }
    .ultra-stories-carousel .ultra-stories-carousel-content .slide .inner {
      max-width: 70vw;
      font-size: 1em;
      width: 100%; }
    .ultra-stories-carousel .slide-button {
      height: 3em;
      width: 3em; }
      .ultra-stories-carousel .slide-button.previous {
        left: .5em; }
      .ultra-stories-carousel .slide-button.next {
        right: .5em; } }

@media screen and (max-width: 820px) {
  .ultra-stories-tile-grid {
    width: 100%;
    margin: 2em auto; }
  .ultra-stories-tile-grid .ultra-stories-tile-grid-content {
    display: block; }
    .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile {
      width: 80vw;
      margin: auto auto 3em; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(1):before, .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(2):before, .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile:nth-child(4):before {
        background-image: none;
        height: 0;
        width: 0; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .tile-image img {
        width: 100%; }
      .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .inner {
        font-size: .4em;
        width: 100%;
        padding: 4em 6em 2.5em;
        height: 22.75em;
        display: flex;
        flex-direction: column; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .inner .pre-title {
          font-size: 1.8em;
          margin-bottom: 1em; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .inner .title {
          font-size: 3.4em;
          flex: 1;
          display: flex;
          align-items: center; }
        .ultra-stories-tile-grid .ultra-stories-tile-grid-content a.tile .inner .read-more {
          font-weight: 500; } }

body.page-template-ecp .free-text {
  color: #525252;
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400; }
  body.page-template-ecp .free-text.full-width {
    max-width: none; }
  body.page-template-ecp .free-text h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 4rem;
    color: #30538a;
    margin-top: 8rem;
    margin-bottom: 1rem;
    line-height: 1; }
    @media screen and (max-width: 820px) {
      body.page-template-ecp .free-text h2 {
        font-size: 1.7em;
        margin-top: 1rem;
        margin-bottom: 0.5rem; } }
    body.page-template-ecp .free-text h2 + p {
      margin-top: 2rem; }
  body.page-template-ecp .free-text h3 {
    color: #182c5a;
    font-size: 3rem; }
    @media screen and (max-width: 820px) {
      body.page-template-ecp .free-text h3 {
        font-size: 1.5em; } }
  body.page-template-ecp .free-text h4 {
    color: #30538a;
    font-size: 1.3em; }
    @media screen and (max-width: 820px) {
      body.page-template-ecp .free-text h4 {
        font-size: 1.1em; } }
  body.page-template-ecp .free-text strong {
    font-weight: 500; }
  body.page-template-ecp .free-text:not(.full-width) p {
    font-size: 1.205em;
    line-height: 1.4em;
    font-weight: 300;
    color: #30538a; }
    @media screen and (max-width: 820px) {
      body.page-template-ecp .free-text:not(.full-width) p {
        font-size: .91em; } }

body.page-template-ecp .section-header {
  background-color: transparent;
  text-align: center; }

body.page-template-ecp .two-column {
  color: #30538a;
  font-size: 1.5em; }
  body.page-template-ecp .two-column h2 {
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 0.5em; }
  body.page-template-ecp .two-column p {
    font-size: 1.125em;
    font-weight: 300; }
    @media screen and (max-width: 820px) {
      body.page-template-ecp .two-column p {
        font-size: 0.875em; } }

body.page-template-ecp #parameters h3 strong {
  font-weight: 500;
  font-size: 1.304em;
  line-height: 1.000em;
  letter-spacing: -0.050em; }

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