/*
Theme Name: My Chronic Migraine
Theme URI:  
Author: Defectors
Description: custom theme
Version: 1.0 
Text Domain: mcm
*/
/* New colour shcema */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype"), url("fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-SemiBold.woff") format("woff"), url("fonts/OpenSans-SemiBold.ttf") format("truetype"), url("fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Futura LT';
  src: url("fonts/FuturaLT-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaLT-Bold.otf") format("opentype"), url("fonts/FuturaLT-Bold.woff") format("woff"), url("fonts/FuturaLT-Bold.ttf") format("truetype"), url("fonts/FuturaLT-Bold.svg#FuturaLT-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Futura LT';
  src: url("fonts/FuturaLT.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaLT.otf") format("opentype"), url("fonts/FuturaLT.woff") format("woff"), url("fonts/FuturaLT.ttf") format("truetype"), url("fonts/FuturaLT.svg#FuturaLT") format("svg");
  font-weight: 500;
  font-style: normal; }
header, footer, article, section, hgroup, nav, figure, aside {
  display: block; }

body, html {
  /*height: 100%; */
  margin: 0;
  position: relative;
  padding: 0; }

figure {
  margin: 0; }

:focus, :active {
  outline: 0; }

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none; }

h1, h2, h3 {
  font-family: "Futura LT", sans-serif;
  font-weight: 700;
  line-height: 1.3; }

h4 {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.13px; }

div {
  box-sizing: border-box; }

b, strong {
  font-weight: 600; }

.wp-block-columns.has-2-columns {
  margin-bottom: 27px; }
  .wp-block-columns.has-2-columns .wp-block-column {
    padding: 20px 0;
    justify-content: center;
    display: flex;
    flex-direction: column; }
    .wp-block-columns.has-2-columns .wp-block-column:first-of-type {
      position: relative;
      padding-right: 20px; }
      .wp-block-columns.has-2-columns .wp-block-column:first-of-type:before {
        content: '';
        display: block;
        background-color: #000000;
        position: absolute;
        right: -5px;
        top: 0;
        height: 100%;
        width: 1px; }

.tabs {
  margin: 45px 0 0; }
  .tabs .tabs-control {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }
    .tabs .tabs-control li {
      flex-grow: 1;
      width: 33.33%;
      padding: 3px;
      margin: 0;
      position: relative; }
      .tabs .tabs-control li a {
        display: block;
        height: 100%;
        width: 100%;
        background: #8b69a5;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        box-sizing: border-box;
        padding: 7px 6px 8px;
        text-transform: uppercase; }
      .tabs .tabs-control li:before {
        display: none; }
      .tabs .tabs-control li.active a {
        background: #5EB2DF; }
      .tabs .tabs-control li.active:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -6px;
        bottom: -4px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 6px 0 6px;
        border-color: #5EB2DF transparent transparent transparent; }
  .tabs .tab-content {
    display: none;
    padding: 34px 0; }
    .tabs .tab-content.active {
      display: block; }

/* accrodion styles */
.flex-accordion {
  margin: 18px 0 75px; }

h2.accordion-title {
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 21px; }

.accordion-element h3 {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 26px;
  margin: 0 0 12px; }
.accordion-element .ui-state-default,
.accordion-element .ui-widget-content .ui-state-default,
.accordion-element .ui-widget-header .ui-state-default {
  border-bottom: 1px solid #000;
  position: relative;
  padding: 16px 50px 16px 4px;
  cursor: pointer; }
.accordion-element.green .ui-state-default,
.accordion-element.green .ui-widget-content .ui-state-default,
.accordion-element.green .ui-widget-header .ui-state-default {
  color: #5fab88; }
.accordion-element.purple .ui-state-default,
.accordion-element.purple .ui-widget-content .ui-state-default,
.accordion-element.purple .ui-widget-header .ui-state-default {
  color: #8b69a5; }
.accordion-element.blue .ui-state-default,
.accordion-element.blue .ui-widget-content .ui-state-default,
.accordion-element.blue .ui-widget-header .ui-state-default {
  color: #5EB2DF; }
.accordion-element .ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }
.accordion-element .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }
.accordion-element .ui-widget-content {
  padding: 2px 5px 0px; }
.accordion-element .ui-accordion-header-icon {
  position: absolute;
  right: 17px;
  bottom: 23px;
  background: url("images/arrow-down.svg") no-repeat center;
  background-size: contain;
  display: block;
  width: 22px;
  height: 12px;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
.accordion-element .ui-state-active .ui-accordion-header-icon {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  bottom: 20px; }

.accordion-notice {
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  letter-spacing: 0.8px;
  line-height: 18px;
  margin: 16px 0 0; }

/* end accordion styles */
.button {
  background: #ffdb93;
  color: #000000 !important;
  font-family: "Futura LT", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none !important;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  padding: 10px 42px 9px 20px;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  margin: 10px 0;
  position: relative; }
  .button:after {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    background: url("images/arrow-right.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px; }

#menu-toggle {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 23px;
  right: 15px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  display: none; }
  #menu-toggle.active span {
    background: none; }
    #menu-toggle.active span::before {
      top: 0;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    #menu-toggle.active span::after {
      bottom: 0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    #menu-toggle.active span::before, #menu-toggle.active span::after {
      background: #fff;
      transition-delay: 0s, 0.3s;
      -webkit-transition-delay: 0s, 0.3s; }
  #menu-toggle span {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; }
    #menu-toggle span:before {
      top: -9px;
      transition-property: top, transform;
      -webkit-transition-property: top, transform; }
    #menu-toggle span:after {
      bottom: -9px;
      transition-property: bottom, transform;
      -webkit-transition-property: bottom, transform; }
    #menu-toggle span:before, #menu-toggle span:after {
      content: '';
      position: absolute;
      display: block;
      width: 30px;
      height: 2px;
      left: 0;
      background-color: #000;
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s;
      -webkit-transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px; }

.close-btn {
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 17px;
  width: 24px;
  height: 24px;
  z-index: 1;
  display: none; }
  .close-btn:before, .close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; }
  .close-btn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-btn:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.fade-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999; }
  .fade-bg .valign {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .fade-bg .container {
    position: relative;
    width: 300px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0; }
    .fade-bg .container:after {
      content: '';
      display: block;
      clear: both; }
    .fade-bg .container .close-btn {
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: 20px;
      width: 25px;
      height: 25px;
      z-index: 1;
      display: block; }
      .fade-bg .container .close-btn:before, .fade-bg .container .close-btn:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #000; }
      .fade-bg .container .close-btn:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .fade-bg .container .close-btn:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .fade-bg .container #form-popup {
      position: relative;
      background-color: #ffffff;
      box-sizing: border-box;
      padding: 20px 25px 20px; }
      .fade-bg .container #form-popup.loading:before {
        content: '';
        position: absolute;
        z-index: 1;
        background: rgba(255, 255, 255, 0.4);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .fade-bg .container #form-popup h2 {
        text-align: center;
        font-size: 22px;
        font-weight: 300;
        line-height: 33px;
        letter-spacing: 0.77px; }
        .fade-bg .container #form-popup h2 small {
          display: block;
          font-size: 16px;
          font-weight: 300;
          line-height: 33px;
          letter-spacing: 4.03px;
          text-transform: uppercase; }
      .fade-bg .container #form-popup p {
        margin: 0 0 20px; }
        .fade-bg .container #form-popup p input[type="email"] {
          border: 1px solid #6b6b6b;
          width: 100%;
          box-sizing: border-box;
          color: #000000;
          font-size: 13px;
          font-weight: 300;
          line-height: 19px;
          padding: 10px 14px;
          height: 41px;
          -webkit-appearance: none;
          border-radius: 0; }
          .fade-bg .container #form-popup p input[type="email"]:focus {
            border-color: #000000; }
      .fade-bg .container #form-popup input[type="submit"] {
        display: block;
        border: none;
        cursor: pointer;
        -webkit-appearance: none;
        width: 100%;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px; }

.wp-block-embed.is-type-video {
  margin: 65px 0 51px; }
  .wp-block-embed.is-type-video .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
    .wp-block-embed.is-type-video .wp-block-embed__wrapper object,
    .wp-block-embed.is-type-video .wp-block-embed__wrapper embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-width: 100%; }

.content ul.content-menu li {
  padding: 0; }
  .content ul.content-menu li li {
    padding: 0 0 0 20px; }
  .content ul.content-menu li:before {
    display: none; }

.shake {
  animation: shake 1.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-2px, 0, 0); }
  20%, 80% {
    transform: translate3d(4px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-8px, 0, 0); }
  40%, 60% {
    transform: translate3d(8px, 0, 0); } }
/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

body {
  min-width: 320px;
  color: #000000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Open Sans", sans-serif;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch; }
  body .wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1220px;
    padding: 0 15px; }
  body.sticky:not(.home) header {
    background: #fff;
    position: fixed;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
  body.sticky:not(.home).admin-bar header {
    top: 32px; }
  body header {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    /* end .row */ }
    body header .row {
      position: relative;
      min-height: 75px;
      /* end #nav */ }
      body header .row .logo {
        position: absolute;
        display: block;
        max-width: 140px;
        left: 0;
        top: 20px;
        z-index: 1; }
        body header .row .logo img {
          max-width: 100%;
          width: 100%;
          height: auto; }
      body header .row #nav {
        width: 100%;
        padding: 22px 0 20px 160px;
        position: relative;
        box-sizing: border-box; }
        body header .row #nav:after {
          content: '';
          display: block;
          clear: both; }
        body header .row #nav .logo, body header .row #nav .close-btn {
          display: none; }
        body header .row #nav ul {
          padding: 0;
          margin: 0;
          list-style: none;
          float: right; }
          body header .row #nav ul li {
            float: left;
            margin-left: 18px; }
            body header .row #nav ul li.current-menu-item a {
              color: #8b69a5; }
            body header .row #nav ul li a {
              color: #000000;
              font-family: "Futura LT", sans-serif;
              font-size: 12px;
              line-height: 15px;
              font-weight: 500;
              letter-spacing: 1px;
              text-transform: uppercase;
              display: block;
              padding: 9px 0 8px;
              -webkit-transition: all 300ms ease-in-out;
              -moz-transition: all 300ms ease-in-out;
              -ms-transition: all 300ms ease-in-out;
              -o-transition: all 300ms ease-in-out;
              transition: all 300ms ease-in-out; }
              body header .row #nav ul li a:hover, body header .row #nav ul li a:active {
                color: #8b69a5; }
            body header .row #nav ul li.as-button {
              margin-left: 20px; }
              body header .row #nav ul li.as-button:last-of-type {
                margin-left: 15px; }
              body header .row #nav ul li.as-button a {
                padding: 8px 15px 7px;
                font-size: 11px;
                border: 1px solid;
                letter-spacing: 1px;
                border-radius: 16px;
                -webkit-border-radius: 16px;
                -moz-border-radius: 16px; }
                body header .row #nav ul li.as-button a:hover, body header .row #nav ul li.as-button a:active {
                  border-color: #8b69a5;
                  background-color: #8b69a5;
                  color: #fff; }
  body footer {
    /*width: 100%;
    background-color: #eaeaea;
    text-align: center;
    padding: 14px 0 16px;*/
    background-color: #616161;
    width: 100%;
    padding: 30px 0 40px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    /*#footer-nav {
        margin: 0 0 14px;
        ul {
            @include list-reset();
            text-align: center;
            li {
                display: inline-block;
                position: relative;
                padding: 0 24px;
                line-height: 16px;
                &:not(:last-child):after {
                    content: '|';
                    display: block;
                    font-size: 12px;
                    line-height: 16px;
                    color: #000000;
                    position: absolute;
                    right: -6px;
                    top: 1px;
                }
                &:first-child {
                    padding-left: 0;
                }
                &:last-child {
                    padding-right: 0;
                }
                a {
                    color: #000000;
                    font-size: 11px;
                    line-height: 16px;
                    letter-spacing: 1.1px;
                }
            }
        }
    }
    .copyright {
        margin: 0;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 17px;
    }*/ }
    body footer a {
      color: #fff; }
      body footer a:hover {
        text-decoration: underline; }
    body footer .container {
      max-width: 1030px;
      padding: 0px 25px;
      margin: 0 auto;
      position: relative; }
      body footer .container .footer-text h4 {
        font-size: 14px;
        text-transform: uppercase;
        margin: 10px 0; }
      body footer .container .footer-text p {
        font-size: 13px; }
      body footer .container .footer-bottom {
        position: relative; }
        body footer .container .footer-bottom .copyright {
          border-top: 1px solid #FFFFFF;
          padding: 20px 140px 0px;
          margin-top: 25px; }
          body footer .container .footer-bottom .copyright .logotype {
            position: absolute;
            left: 0;
            top: 25px;
            max-width: 125px; }
          body footer .container .footer-bottom .copyright p {
            font-size: 13px; }
  body .stats-shortcode-block {
    display: flex;
    flex-wrap: wrap;
    margin: 28px -12px 71px; }
    body .stats-shortcode-block .item {
      flex-grow: 1;
      width: 33.33%;
      padding: 0 12px; }
      body .stats-shortcode-block .item .item-image {
        min-height: 180px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin: 0 0 42px; }
      body .stats-shortcode-block .item .item-text {
        display: flex; }
        body .stats-shortcode-block .item .item-text h3 {
          margin: 0;
          font-family: "Open Sans", sans-serif;
          font-size: 85px;
          line-height: 110px;
          font-weight: 600;
          letter-spacing: 1px; }
        body .stats-shortcode-block .item .item-text p {
          margin: 0;
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 1px;
          padding: 9px 0 9px 13px;
          line-height: 21px; }
      body .stats-shortcode-block .item:last-of-type .item-text {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px 0; }
        body .stats-shortcode-block .item:last-of-type .item-text h3 {
          font-size: 60px;
          line-height: 60px;
          font-weight: 600;
          letter-spacing: 1.2px; }
        body .stats-shortcode-block .item:last-of-type .item-text p {
          padding: 0;
          line-height: 15px; }
  body.home header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  body .home-content {
    overflow: hidden;
    background: #fcfcfc;
    width: 100%;
    height: 100vh;
    min-height: 765px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center; }
    body .home-content .wrap {
      height: calc(100% - 165px);
      display: flex;
      align-items: center; }
    body .home-content .title-hold {
      padding-left: 114px; }
      body .home-content .title-hold h1 {
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 4px;
        line-height: 54px;
        position: relative;
        z-index: 1; }
        body .home-content .title-hold h1 > span {
          display: block;
          font-size: 35px; }
        body .home-content .title-hold h1 .line-2-mob {
          display: none; }
      body .home-content .title-hold .text {
        font-size: 15px;
        line-height: 1.3;
        max-width: 570px;
        font-weight: 600;
        letter-spacing: 1.5px;
        font-weight: 600;
        position: relative;
        z-index: 1; }
      body .home-content .title-hold .main-image {
        position: absolute;
        left: 50%;
        margin-left: 85px;
        bottom: 165px;
        width: 526px;
        z-index: 0; }
    body .home-content .tiles-block {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 165px; }
      body .home-content .tiles-block:after {
        content: '';
        display: block;
        clear: both; }
      body .home-content .tiles-block .start-action {
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 330px;
        margin-left: -165px;
        text-align: center;
        padding-bottom: 54px;
        font-family: "Futura LT", sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 20px;
        text-transform: uppercase; }
        body .home-content .tiles-block .start-action:after {
          content: '';
          display: block;
          width: 22px;
          height: 12px;
          position: absolute;
          bottom: 21px;
          left: 50%;
          margin-left: -11px;
          background: url("images/arrow-down.svg") no-repeat;
          background-size: contain; }
      body .home-content .tiles-block .tile-item {
        width: 33.333%;
        float: left;
        color: #ffffff;
        height: 100%; }
        body .home-content .tiles-block .tile-item .hold {
          padding: 30px 11%;
          display: flex;
          align-items: center;
          height: 100%;
          color: #ffffff;
          box-sizing: border-box; }
          body .home-content .tiles-block .tile-item .hold .icon {
            width: 130px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
          body .home-content .tiles-block .tile-item .hold p {
            width: calc(100% - 130px);
            font-family: "Futura LT", sans-serif;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 1.6px;
            line-height: 1.3;
            margin: 0; }
  body .content-faq .ui-accordion {
    padding: 0 20px; }
  body .services-grid {
    display: flex;
    flex-wrap: wrap; }
    body .services-grid .grid-item {
      flex: 50%;
      background-color: #fcfcfc;
      display: flex;
      padding-top: 50px;
      padding-bottom: 50px; }
      body .services-grid .grid-item:nth-of-type(3n+1) {
        background-color: #f7f7f7; }
      body .services-grid .grid-item .hold {
        max-width: 530px;
        text-align: center; }
      body .services-grid .grid-item:nth-of-type(even) {
        padding-left: 64px;
        padding-right: 15px; }
      body .services-grid .grid-item:nth-of-type(odd) {
        padding-right: 64px;
        padding-left: 15px;
        justify-content: flex-end; }
      body .services-grid .grid-item .icon {
        margin: 0 auto;
        width: 86px;
        height: 86px;
        display: flex;
        align-items: center;
        justify-content: center; }
        body .services-grid .grid-item .icon img {
          max-width: 100%;
          height: auto; }
      body .services-grid .grid-item h2 {
        color: #000000;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1.2px;
        line-height: 26px;
        max-width: 365px;
        margin: 14px auto 22px; }
      body .services-grid .grid-item p {
        margin: 0 0 37px; }
      body .services-grid .grid-item small {
        font-size: 12px;
        line-height: 18px;
        display: block;
        margin: 34px 0; }
        body .services-grid .grid-item small.after {
          margin-bottom: 0; }
  body.page-template-page-journey header {
    background: #fff; }
  body .content-journey.blue .screen:nth-of-type(even) {
    background: #5EB2DF;
    color: #fff; }
  body .content-journey.blue .screen:nth-of-type(odd) .screen-title > span {
    background: #5EB2DF;
    color: #fff; }
  body .content-journey.blue .screen:nth-of-type(odd):not(:last-of-type) .wrap:before {
    background: url("images/stroke-vertical-blue.svg") repeat-y top left; }
  body .content-journey.blue .screen:nth-of-type(odd):not(:last-of-type) .screen-title:before {
    background: url("images/stroke-left-corner-blue.svg") no-repeat top left; }
  body .content-journey.blue .screen:nth-of-type(odd):not(:last-of-type) .screen-title:after {
    background: url(images/stroke-horizontal-blue.svg) repeat-x; }
  body .content-journey.blue .screen:nth-of-type(odd):not(:first-of-type) .wrap:after {
    background: url("images/stroke-vertical-blue.svg") repeat-y bottom left; }
  body .content-journey.blue .screen:nth-of-type(odd):not(:first-of-type) .screen-title .decor:before {
    background: url("images/stroke-right-corner-blue.svg") no-repeat top right; }
  body .content-journey.blue .screen:nth-of-type(odd):not(:first-of-type) .screen-title .decor:after {
    background: url(images/stroke-horizontal-blue.svg) repeat-x top right; }
  body .content-journey.blue .screen:nth-of-type(odd) .action-link a {
    color: #5EB2DF; }
    body .content-journey.blue .screen:nth-of-type(odd) .action-link a:after {
      background-image: url("images/arrow-down-blue.svg"); }
  body .content-journey.blue .screen .screen-content .wp-block-columns.tiles .wp-block-column {
    border-color: #5EB2DF; }
    body .content-journey.blue .screen .screen-content .wp-block-columns.tiles .wp-block-column h4 {
      color: #5EB2DF; }
  body .content-journey.green .screen:nth-of-type(even) {
    background: #5fab88;
    color: #fff; }
  body .content-journey.green .screen:nth-of-type(odd) .screen-title > span {
    background: #5fab88;
    color: #fff; }
  body .content-journey.green .screen:nth-of-type(odd):not(:last-of-type) .wrap:before {
    background: url("images/stroke-vertical-green.svg") repeat-y top left; }
  body .content-journey.green .screen:nth-of-type(odd):not(:last-of-type) .screen-title:before {
    background: url("images/stroke-left-corner-green.svg") no-repeat top left; }
  body .content-journey.green .screen:nth-of-type(odd):not(:last-of-type) .screen-title:after {
    background: url(images/stroke-horizontal-green.svg) repeat-x; }
  body .content-journey.green .screen:nth-of-type(odd):not(:first-of-type) .wrap:after {
    background: url("images/stroke-vertical-green.svg") repeat-y bottom left; }
  body .content-journey.green .screen:nth-of-type(odd):not(:first-of-type) .screen-title .decor:before {
    background: url("images/stroke-right-corner-green.svg") no-repeat top right; }
  body .content-journey.green .screen:nth-of-type(odd):not(:first-of-type) .screen-title .decor:after {
    background: url(images/stroke-horizontal-green.svg) repeat-x top right; }
  body .content-journey.green .screen:nth-of-type(odd) .action-link a {
    color: #5e9a7e; }
    body .content-journey.green .screen:nth-of-type(odd) .action-link a:after {
      background-image: url("images/arrow-down-green.svg"); }
  body .content-journey.green .screen .screen-content .wp-block-columns.tiles .wp-block-column {
    border-color: #5fab88; }
    body .content-journey.green .screen .screen-content .wp-block-columns.tiles .wp-block-column h4 {
      color: #5fab88; }
  body .content-journey.aqua .screen:nth-of-type(even) {
    background: #429ea6;
    color: #fff; }
  body .content-journey.aqua .screen:nth-of-type(odd) .screen-title > span {
    background: #429ea6;
    color: #fff; }
  body .content-journey.aqua .screen:nth-of-type(odd):not(:last-of-type) .wrap:before {
    background: url("images/stroke-vertical-aqua.svg") repeat-y top left; }
  body .content-journey.aqua .screen:nth-of-type(odd):not(:last-of-type) .screen-title:before {
    background: url("images/stroke-left-corner-aqua.svg") no-repeat top left; }
  body .content-journey.aqua .screen:nth-of-type(odd):not(:last-of-type) .screen-title:after {
    background: url(images/stroke-horizontal-aqua.svg) repeat-x; }
  body .content-journey.aqua .screen:nth-of-type(odd):not(:first-of-type) .wrap:after {
    background: url("images/stroke-vertical-aqua.svg") repeat-y bottom left; }
  body .content-journey.aqua .screen:nth-of-type(odd):not(:first-of-type) .screen-title .decor:before {
    background: url("images/stroke-right-corner-aqua.svg") no-repeat top right; }
  body .content-journey.aqua .screen:nth-of-type(odd):not(:first-of-type) .screen-title .decor:after {
    background: url(images/stroke-horizontal-aqua.svg) repeat-x top right; }
  body .content-journey.aqua .screen:nth-of-type(odd) .action-link a {
    color: #3f8f96; }
    body .content-journey.aqua .screen:nth-of-type(odd) .action-link a:after {
      background-image: url("images/arrow-down-aqua.svg"); }
  body .content-journey.aqua .screen .screen-content .wp-block-columns.tiles .wp-block-column {
    border-color: #429ea6; }
    body .content-journey.aqua .screen .screen-content .wp-block-columns.tiles .wp-block-column h4 {
      color: #429ea6; }
  body .content-journey.purple .screen:nth-of-type(even) {
    background: #8b69a5;
    color: #fff; }
  body .content-journey.purple .screen:nth-of-type(odd) .screen-title > span {
    background: #8b69a5;
    color: #fff; }
  body .content-journey.purple .screen:nth-of-type(odd):not(:last-of-type) .wrap:before {
    background: url("images/stroke-vertical-purple.svg") repeat-y top left; }
  body .content-journey.purple .screen:nth-of-type(odd):not(:last-of-type) .screen-title:before {
    background: url("images/stroke-left-corner-purple.svg") no-repeat top left; }
  body .content-journey.purple .screen:nth-of-type(odd):not(:last-of-type) .screen-title:after {
    background: url(images/stroke-horizontal-purple.svg) repeat-x; }
  body .content-journey.purple .screen:nth-of-type(odd):not(:first-of-type) .wrap:after {
    background: url("images/stroke-vertical-purple.svg") repeat-y bottom left; }
  body .content-journey.purple .screen:nth-of-type(odd):not(:first-of-type) .screen-title .decor:before {
    background: url("images/stroke-right-corner-purple.svg") no-repeat top right; }
  body .content-journey.purple .screen:nth-of-type(odd):not(:first-of-type) .screen-title .decor:after {
    background: url(images/stroke-horizontal-purple.svg) repeat-x top right; }
  body .content-journey.purple .screen:nth-of-type(odd) .action-link a {
    color: #8b69a5; }
    body .content-journey.purple .screen:nth-of-type(odd) .action-link a:after {
      background-image: url("images/arrow-down-purple.svg"); }
  body .content-journey.purple .screen .screen-content .wp-block-columns.tiles .wp-block-column {
    border-color: #8b69a5; }
    body .content-journey.purple .screen .screen-content .wp-block-columns.tiles .wp-block-column h4 {
      color: #8b69a5; }
  body .content-journey .screen {
    overflow: hidden;
    padding: 80px 0 40px; }
    body .content-journey .screen:first-of-type {
      padding: 44px 0; }
    body .content-journey .screen .wrap {
      position: relative; }
    body .content-journey .screen:nth-of-type(even) .screen-title:before {
      content: '';
      display: block;
      width: 108px;
      height: 95px;
      background: url("images/stroke-left-bottom-corner-white.svg") no-repeat bottom left;
      position: absolute;
      left: -126px;
      top: -59px; }
    body .content-journey .screen:nth-of-type(even) .screen-title:after {
      content: '';
      display: block;
      width: calc(50% - 126px);
      height: 3px;
      background: url(images/stroke-horizontal-white.svg) repeat-x top right;
      position: absolute;
      left: -13px;
      top: 50%;
      margin-top: -2px;
      z-index: 0; }
    body .content-journey .screen:nth-of-type(even) .screen-title > span {
      color: #000;
      background: #fff; }
    body .content-journey .screen:nth-of-type(even) .wrap:after {
      content: '';
      display: block;
      height: 200px;
      width: 3px;
      background: url("images/stroke-vertical-white.svg") repeat-y bottom left;
      position: absolute;
      left: -112px;
      top: -260px; }
    body .content-journey .screen:nth-of-type(even):not(:last-of-type) .screen-title .decor:after {
      content: '';
      display: block;
      width: calc(50% - 126px);
      height: 3px;
      background: url(images/stroke-horizontal-white.svg) repeat-x top right;
      position: absolute;
      right: -25px;
      top: 50%;
      margin-top: -2px;
      z-index: 0; }
    body .content-journey .screen:nth-of-type(even):not(:last-of-type) .screen-title .decor:before {
      content: '';
      display: block;
      width: 103px;
      height: 105px;
      background: url("images/stroke-right-top-corner-white.svg") no-repeat top right;
      position: absolute;
      right: -128px;
      top: 33px; }
    body .content-journey .screen:nth-of-type(even):not(:last-of-type) .wrap:before {
      content: '';
      display: block;
      height: 100%;
      width: 3px;
      height: 100%;
      background: url("images/stroke-vertical-white.svg") repeat-y top left;
      position: absolute;
      right: -112px;
      top: 148px; }
    body .content-journey .screen:nth-of-type(even) .screen-content .wp-block-columns.has-2-columns .wp-block-column:first-of-type:before {
      background-color: #fff; }
    body .content-journey .screen:nth-of-type(even) .screen-content a {
      color: #fff; }
    body .content-journey .screen:nth-of-type(even) .screen-content .wp-block-columns.tiles .wp-block-column h4 {
      color: #1b1b1b; }
    body .content-journey .screen:nth-of-type(even) .screen-content .wp-block-columns.tiles .wp-block-column p {
      color: #000; }
    body .content-journey .screen:nth-of-type(even) .screen-content .stats-shortcode-block {
      margin-bottom: 48px; }
    body .content-journey .screen:nth-of-type(even) .action-link a {
      color: #fff; }
      body .content-journey .screen:nth-of-type(even) .action-link a:after {
        background-image: url("images/arrow-down-white.svg"); }
    body .content-journey .screen:nth-of-type(odd):not(:last-of-type) .wrap:before {
      content: '';
      display: block;
      width: 3px;
      height: 100%;
      position: absolute;
      left: -112px;
      top: 133px; }
    body .content-journey .screen:nth-of-type(odd):not(:last-of-type) .screen-title:before {
      content: '';
      display: block;
      width: 103px;
      height: 98px;
      position: absolute;
      left: -127px;
      top: 33px; }
    body .content-journey .screen:nth-of-type(odd):not(:last-of-type) .screen-title:after {
      content: '';
      display: block;
      width: calc(50% - 126px);
      height: 3px;
      position: absolute;
      left: -23px;
      top: 50%;
      margin-top: -2px;
      z-index: 0; }
    body .content-journey .screen:nth-of-type(odd):not(:first-of-type) .wrap:after {
      content: '';
      display: block;
      height: 200px;
      width: 3px;
      position: absolute;
      right: -112px;
      top: -247px; }
    body .content-journey .screen:nth-of-type(odd):not(:first-of-type) .screen-title .decor:before {
      content: '';
      display: block;
      width: 91px;
      height: 83px;
      position: absolute;
      right: -127px;
      top: -47px; }
    body .content-journey .screen:nth-of-type(odd):not(:first-of-type) .screen-title .decor:after {
      content: '';
      display: block;
      width: calc(50% - 126px);
      height: 3px;
      position: absolute;
      right: -36px;
      top: 50%;
      margin-top: -2px;
      z-index: 0; }
    body .content-journey .screen .screen-title {
      text-align: center;
      margin: 0 0 68px;
      position: relative;
      z-index: 1; }
      body .content-journey .screen .screen-title > span {
        font-size: 23px;
        line-height: 34px;
        font-weight: 700;
        letter-spacing: 2.3px;
        text-transform: uppercase;
        padding: 18px 50px;
        display: inline-block;
        border-radius: 34px;
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        position: relative;
        z-index: 1; }
    body .content-journey .screen .screen-content > h3 {
      text-align: center;
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 1.07px;
      line-height: 48px;
      margin: 0 0 56px; }
    body .content-journey .screen .screen-content .wp-block-columns.tiles {
      margin: 0 0 54px; }
      body .content-journey .screen .screen-content .wp-block-columns.tiles .wp-block-column {
        text-align: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-width: 1px;
        border-style: solid;
        padding: 52px 30px 51px;
        background: #fff; }
        body .content-journey .screen .screen-content .wp-block-columns.tiles .wp-block-column .hold {
          height: 100%;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center; }
        body .content-journey .screen .screen-content .wp-block-columns.tiles .wp-block-column h4 {
          font-size: 26px;
          font-family: "Futura LT", sans-serif;
          font-weight: 700;
          letter-spacing: 2.23px;
          line-height: 38px;
          text-transform: uppercase;
          letter-spacing: 2.15px;
          margin: 0 0 20px; }
        body .content-journey .screen .screen-content .wp-block-columns.tiles .wp-block-column p {
          margin: 0; }
      @media (min-width: 600px) {
        body .content-journey .screen .screen-content .wp-block-columns.tiles .wp-block-column:not(:last-child) {
          margin-right: 17px; }
        body .content-journey .screen .screen-content .wp-block-columns.tiles .wp-block-column:not(:first-child), body .content-journey .screen .screen-content .wp-block-columns.tiles .wp-block-column:nth-child(2n) {
          margin-left: 17px; }
        body .content-journey .screen .screen-content .wp-block-columns.tiles .wp-block-column:nth-child(odd) {
          margin-right: 17px; }
        body .content-journey .screen .screen-content .wp-block-columns.tiles .wp-block-column:last-child {
          margin-right: 0; } }
    body .content-journey .screen .screen-content .button {
      display: inline-block; }
    body .content-journey .screen .action-link {
      text-align: center; }
      body .content-journey .screen .action-link.align-left .action-link-content {
        text-align: left;
        max-width: 393px;
        margin: 0 auto; }
      body .content-journey .screen .action-link a {
        text-decoration: none;
        position: relative;
        padding: 0 0 52px;
        text-transform: uppercase;
        font-size: 19px;
        line-height: 27px;
        font-weight: 500;
        letter-spacing: 0.79px;
        font-family: "Futura LT", sans-serif;
        display: inline-block;
        margin-top: 40px; }
        body .content-journey .screen .action-link a:after {
          content: '';
          display: block;
          width: 22px;
          height: 12px;
          position: absolute;
          bottom: 16px;
          left: 50%;
          margin-left: -11px;
          background: url("images/arrow-down.svg") no-repeat;
          background-size: contain;
          -webkit-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        body .content-journey .screen .action-link a.active:after {
          transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg); }
      body .content-journey .screen .action-link .action-link-content {
        display: none; }
  body #fp-nav {
    background-color: rgba(229, 229, 229, 0.69);
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px; }
    body #fp-nav.fp-left {
      left: 28px; }
    body #fp-nav ul {
      padding: 9px 0; }
      body #fp-nav ul li {
        width: 23px;
        height: 23px;
        margin: 22px 7px; }
        body #fp-nav ul li:first-child {
          margin-top: 0; }
        body #fp-nav ul li:last-child {
          margin-bottom: 0; }
        body #fp-nav ul li:hover a span:not(.fp-sr-only) {
          width: 10px;
          height: 10px;
          margin: -5px 0 0 -5px; }
        body #fp-nav ul li a.active span:not(.fp-sr-only) {
          width: 19px;
          height: 19px;
          margin: -9.5px 0 0  -9.5px;
          background: none;
          border: 1px solid #000;
          box-sizing: border-box; }
          body #fp-nav ul li a.active span:not(.fp-sr-only):before {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 7px;
            height: 7px;
            margin: -3.5px 0 0 -3.5px;
            background: #000;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%; }
        body #fp-nav ul li a span {
          width: 6.5px;
          height: 6.5px;
          margin: -3.25px 0 0 -3.25px;
          background: #000;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%; }
          body #fp-nav ul li a span.fp-sr-only {
            display: none; }
        body #fp-nav ul li .fp-tooltip {
          color: #000000;
          font-family: "Open Sans", sans-serif;
          font-size: 10px;
          line-height: 12px;
          letter-spacing: 2.02px;
          text-transform: uppercase;
          top: 5px;
          overflow: initial;
          white-space: normal; }
          body #fp-nav ul li .fp-tooltip.fp-left {
            left: 38px; }
    body #fp-nav ul li:hover .fp-tooltip, body #fp-nav.fp-show-active a.active + .fp-tooltip {
      width: 130px; }
  body .content-screener {
    width: 100%; }
    body .content-screener.fullpage-wrapper {
      overflow: initial; }
    body .content-screener .screen {
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff; }
      body .content-screener .screen.blue {
        background: #5EB2DF; }
        body .content-screener .screen.blue.step .answers-group .custom-radio label:before {
          color: #5EB2DF; }
        body .content-screener .screen.blue.step .answers-group .custom-radio input:checked + label:before {
          background: #5EB2DF; }
      body .content-screener .screen.green {
        background: #5fab88; }
        body .content-screener .screen.green.step .answers-group .custom-radio label:before {
          color: #5fab88; }
        body .content-screener .screen.green.step .answers-group .custom-radio input:checked + label:before {
          background: #5fab88; }
      body .content-screener .screen.aqua {
        background: #429ea6; }
        body .content-screener .screen.aqua.step .answers-group .custom-radio label:before {
          color: #429ea6; }
        body .content-screener .screen.aqua.step .answers-group .custom-radio input:checked + label:before {
          background: #429ea6; }
      body .content-screener .screen.purple {
        background: #8b69a5; }
        body .content-screener .screen.purple.step .answers-group .custom-radio label:before {
          color: #8b69a5; }
        body .content-screener .screen.purple.step .answers-group .custom-radio input:checked + label:before {
          background: #8b69a5; }
      body .content-screener .screen .fp-tableCell {
        padding-bottom: 111px;
        display: flex;
        align-items: center;
        justify-content: center; }
      body .content-screener .screen .center-hold {
        width: 822px;
        border: 1px solid #ffffff;
        background-color: rgba(255, 255, 255, 0.17); }
      body .content-screener .screen.intro .center-hold {
        height: 500px;
        padding: 30px 80px;
        text-align: center;
        display: block;
        overflow-y: scroll; }
      body .content-screener .screen.intro h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 1.07px;
        line-height: 48px;
        text-transform: uppercase;
        margin: 0; }
      body .content-screener .screen.step .center-hold {
        padding: 38px 57px 38px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 400px; }
        body .content-screener .screen.step .center-hold.error .answers-group .custom-radio label {
          border-color: #bd1616; }
      body .content-screener .screen.step h2 {
        font-family: "Futura LT", sans-serif;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 1.07px;
        line-height: 48px;
        text-transform: uppercase;
        margin: 0 0 31px; }
      body .content-screener .screen.step p {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 1.13px;
        line-height: 26px;
        margin: 0 0 24px; }
      body .content-screener .screen.step .answers-group .custom-radio:not(:last-of-type) {
        margin-bottom: 15px; }
      body .content-screener .screen.step .answers-group .custom-radio input {
        display: none; }
      body .content-screener .screen.step .answers-group .custom-radio label {
        width: 310px;
        display: block;
        border: 1px solid #fff;
        -webkit-transition: border-color 400ms ease-in-out;
        -moz-transition: border-color 400ms ease-in-out;
        -ms-transition: border-color 400ms ease-in-out;
        -o-transition: border-color 400ms ease-in-out;
        transition: border-color 400ms ease-in-out;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
        padding: 8px 8px 9px 39px;
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        line-height: 21px;
        font-weight: 600;
        letter-spacing: 1px; }
        body .content-screener .screen.step .answers-group .custom-radio label:before {
          content: 'A';
          position: absolute;
          left: 8px;
          top: 8px;
          font-size: 15px;
          line-height: 22px;
          font-weight: 600;
          letter-spacing: 1px;
          background: #fff;
          display: block;
          width: 22px;
          height: 22px;
          text-align: center; }
      body .content-screener .screen.step .answers-group .custom-radio:nth-of-type(2) label:before {
        content: 'B'; }
      body .content-screener .screen.step .answers-group .custom-radio:nth-of-type(3) label:before {
        content: 'C'; }
      body .content-screener .screen.step .answers-group .custom-radio:nth-of-type(4) label:before {
        content: 'D'; }
      body .content-screener .screen.step .answers-group .custom-radio:nth-of-type(5) label:before {
        content: 'E'; }
      body .content-screener .screen.step .answers-group .custom-radio:nth-of-type(6) label:before {
        content: 'F'; }
      body .content-screener .screen.step .answers-group .custom-radio input:checked + label {
        background: #fff;
        color: #000000; }
      body .content-screener .screen.step .answers-group .custom-radio input:checked + label:before {
        color: #fff; }
      body .content-screener .screen.result .center-hold {
        min-height: 400px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 46px 40px;
        flex-direction: column; }
        body .content-screener .screen.result .center-hold h2 {
          display: none; }
        body .content-screener .screen.result .center-hold .result-text {
          display: none;
          text-align: center; }
          body .content-screener .screen.result .center-hold .result-text.active {
            display: block; }
          body .content-screener .screen.result .center-hold .result-text h3 {
            font-family: "Futura LT", sans-serif;
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 48px;
            margin: 0 0 40px; }
          body .content-screener .screen.result .center-hold .result-text p {
            font-size: 17px;
            font-weight: 600;
            letter-spacing: 1.13px;
            line-height: 26px;
            margin: 0 0 58px; }
        body .content-screener .screen.result .center-hold .result-actions {
          width: 100%; }
          body .content-screener .screen.result .center-hold .result-actions ul {
            padding: 0;
            margin: 0;
            list-style: none;
            width: 100%;
            display: flex;
            justify-content: center; }
            body .content-screener .screen.result .center-hold .result-actions ul li {
              padding: 0;
              width: 25%; }
              body .content-screener .screen.result .center-hold .result-actions ul li:before {
                display: none; }
              body .content-screener .screen.result .center-hold .result-actions ul li a {
                color: #fff;
                text-decoration: none;
                text-transform: uppercase;
                text-align: center; }
                body .content-screener .screen.result .center-hold .result-actions ul li a .icon {
                  display: flex;
                  text-align: center;
                  height: 47px;
                  align-items: center;
                  justify-content: center;
                  margin: 0 0 20px; }
                body .content-screener .screen.result .center-hold .result-actions ul li a .title {
                  display: block;
                  text-align: center;
                  font-size: 10px;
                  line-height: 12px;
                  letter-spacing: 2px;
                  text-transform: uppercase; }
      body .content-screener .screen .button {
        border: none;
        -webkit-appearance: none;
        display: none;
        margin: 0 auto;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.56);
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 2.33px;
        line-height: 26px;
        padding: 6px 27px 5px;
        text-transform: uppercase;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        body .content-screener .screen .button:after {
          display: none; }
        body .content-screener .screen .button.submit {
          background-color: rgba(229, 229, 229, 0.21);
          color: rgba(255, 255, 255, 0.56) !important; }
          body .content-screener .screen .button.submit:hover, body .content-screener .screen .button.submit:active {
            background-color: rgba(229, 229, 229, 0.45);
            color: rgba(255, 255, 255, 0.85) !important; }
  body .progress-footer {
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 111px;
    border-top: 2px solid;
    z-index: 1;
    width: 100%; }
    body .progress-footer .logo-white {
      display: block;
      background: url("images/logo-white-v2.svg") no-repeat center;
      width: 137px;
      height: 37px;
      position: absolute;
      left: 35px;
      top: 41px;
      text-indent: 200%;
      overflow: hidden;
      white-space: nowrap; }
    body .progress-footer .progress-wrap {
      padding: 23px 210px 10px 226px; }
      body .progress-footer .progress-wrap p {
        margin: 0 0 8px;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.38px; }
      body .progress-footer .progress-wrap .progress-bar {
        height: 24px;
        border: 1px solid #ffffff;
        width: 100%;
        position: relative; }
        body .progress-footer .progress-wrap .progress-bar > div {
          position: absolute;
          height: 100%;
          background: #fff;
          width: 0;
          left: 0;
          top: 0;
          -webkit-transition: width 600ms ease-in-out;
          -moz-transition: width 600ms ease-in-out;
          -ms-transition: width 600ms ease-in-out;
          -o-transition: width 600ms ease-in-out;
          transition: width 600ms ease-in-out; }
    body .progress-footer .button {
      border: none;
      -webkit-appearance: none;
      position: absolute;
      right: 51px;
      top: 31px;
      cursor: pointer;
      color: rgba(0, 0, 0, 0.56);
      font-family: "Open Sans", sans-serif;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 2.33px;
      line-height: 26px;
      padding: 6px 27px 5px;
      text-transform: uppercase;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      /* &.submit {
           background-color: rgba(229, 229, 229, 0.21);
           color: rgba(255, 255, 255, 0.56) !important;
           &:hover, &:active {                
               background-color: rgba(229, 229, 229, 0.45);
               color: rgba(255, 255, 255, 0.85) !important;
           }
       }*/ }
      body .progress-footer .button:after {
        display: none; }
  body .screener-nav {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    display: flex;
    align-items: center; }
    body .screener-nav ul {
      background-color: rgba(229, 229, 229, 0.69);
      width: 37px;
      position: absolute;
      right: 40px;
      border-radius: 19px;
      -webkit-border-radius: 19px;
      -moz-border-radius: 19px;
      padding: 0;
      margin: 0;
      list-style: none; }
      body .screener-nav ul li {
        width: 19px;
        height: 19px;
        box-sizing: border-box;
        position: relative;
        margin: 24px auto;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
        body .screener-nav ul li:first-child {
          margin-top: 16px; }
        body .screener-nav ul li:last-child {
          margin-bottom: 16px; }
        body .screener-nav ul li:before {
          content: '';
          display: block;
          width: 7px;
          height: 7px;
          position: absolute;
          left: 50%;
          top: 50%;
          margin: -3.5px 0 0 -3.5px;
          background: #000;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%; }
        body .screener-nav ul li span {
          position: absolute;
          right: 37px;
          top: -1px;
          display: none;
          color: #ffffff;
          font-size: 10px;
          line-height: 19px;
          letter-spacing: 2.02px;
          text-transform: uppercase;
          white-space: nowrap; }
        body .screener-nav ul li.active {
          border: 1px solid #000000; }
          body .screener-nav ul li.active span {
            display: block; }
  body .content .search-doctors {
    width: 100%;
    margin: -4px 0 0;
    padding: 51px 0 32px; }
    body .content .search-doctors:nth-of-type(odd) {
      background-color: #f7f7f7; }
    body .content .search-doctors .wrap:after {
      content: '';
      display: block;
      clear: both; }
    body .content .search-doctors .wrap .tile-item {
      width: 100%;
      float: none;
      position: relative;
      text-align: center;
      /*  &:first-of-type {
            padding: 0px 73px 0 0;
            &:after {
                content: '';
                display: block;
                position: absolute;
                right: -1px;
                top: 0;
                height: 100%;
                width: 1px;
                background: #000;
            }
        }
        &:last-of-type {
            padding: 0px 0 0 73px;
        }*/ }
      body .content .search-doctors .wrap .tile-item p {
        max-width: 400px;
        margin: 0 auto; }
      body .content .search-doctors .wrap .tile-item h3 {
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 1.13px;
        line-height: 25px;
        margin: 0 0 28px; }
      body .content .search-doctors .wrap .tile-item form {
        margin: 35px 0 40px; }
        body .content .search-doctors .wrap .tile-item form input {
          padding: 8px 14px 8px;
          width: 185px;
          box-sizing: border-box;
          margin-right: 20px;
          color: #000;
          font-size: 15px;
          letter-spacing: 1px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          line-height: 19px;
          border: 1px solid #d8d8d8;
          background: #fff; }
        body .content .search-doctors .wrap .tile-item form button {
          cursor: pointer;
          border: none;
          padding: 8px 20px 6px 20px;
          line-height: 23px;
          margin: 0;
          width: 184px; }
          body .content .search-doctors .wrap .tile-item form button:after {
            display: none; }
  body .content .regions-listing {
    text-align: center;
    margin: 0 0 75px; }
    body .content .regions-listing h3 {
      font-family: "Open Sans", sans-serif;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 1.13px;
      line-height: 25px;
      margin: 0 0 55px; }
    body .content .regions-listing ul {
      column-count: 2;
      column-gap: 40px;
      margin: 0 auto;
      max-width: 690px; }
      body .content .regions-listing ul li {
        padding: 0;
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 1.13px;
        margin: 0 0 13px; }
        body .content .regions-listing ul li:before {
          display: none; }
  body .content #doctors-map {
    width: 100%;
    height: 350px;
    margin: 0 0 30px; }
  body .content .doctors-list {
    width: 100%;
    border-collapse: collapse; }
    body .content .doctors-list tr th, body .content .doctors-list tr td {
      text-align: left;
      padding: 8px 12px 8px; }
    body .content .doctors-list tr:nth-child(even) td {
      background-color: #f7f7f7; }
    body .content .doctors-list tr:nth-child(odd) td {
      background-color: #fcfcfc; }
  body .content .infoBox .item {
    position: absolute;
    cursor: pointer; }
    body .content .infoBox .item .doctor-data {
      position: absolute;
      width: 180px;
      left: -14px;
      top: 12px;
      padding: 10px;
      width: 200px;
      background: #fbfcff;
      box-shadow: 0 2px 8px rgba(76, 84, 95, 0.23);
      -webkit-box-shadow: 0 2px 8px rgba(76, 84, 95, 0.23);
      -moz-box-shadow: 0 2px 8px rgba(76, 84, 95, 0.23); }
      body .content .infoBox .item .doctor-data:after {
        content: "";
        display: block;
        position: absolute;
        margin-left: -7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 7px 6.5px 0;
        border-color: transparent #fbfcff transparent transparent;
        left: 0px;
        top: 37px; }
      body .content .infoBox .item .doctor-data p {
        margin-bottom: 5px; }
      body .content .infoBox .item .doctor-data h4 {
        font-size: 14px;
        margin: 0 0 6px; }
  body .content.single-doctor #doctors-map {
    margin: 0; }
  body .content.single-doctor address {
    margin: 0 0 10px; }
  body .content.single-doctor p {
    margin: 0 0 10px; }
  body .content.single-doctor .button {
    width: 120px; }
  body .content-guide h2 {
    background-color: #5eb2df;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    padding: 16px 15px 15px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 39px; }
  body .content-guide .guide-questions {
    padding: 0 0 20px; }
    body .content-guide .guide-questions h3 {
      margin: 28px 0 20px;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 1.13px;
      font-family: "Open Sans", sans-serif; }
    body .content-guide .guide-questions p {
      line-height: 25px;
      margin: 0 0 50px; }
    body .content-guide .guide-questions .guide-question-item.is-check h3 {
      font-size: 15px;
      letter-spacing: 1px;
      line-height: 29px;
      font-weight: 400; }
  body .content-guide .guide-question-item {
    margin: 0 0 20px; }
    body .content-guide .guide-question-item ul {
      margin: 0 0 40px; }
      body .content-guide .guide-question-item ul li {
        padding-left: 0; }
        body .content-guide .guide-question-item ul li:before {
          display: none; }
    body .content-guide .guide-question-item .custom-text {
      padding-left: 33px;
      position: relative;
      margin: 0 0 24px; }
      body .content-guide .guide-question-item .custom-text > span {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 17px;
        font-weight: 600;
        line-height: 50px; }
      body .content-guide .guide-question-item .custom-text input[type="text"] {
        box-sizing: border-box;
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        line-height: 29px;
        color: #000;
        letter-spacing: 1px;
        border: 1px solid #bababa;
        padding: 9px 17px 10px;
        width: 100%; }
    body .content-guide .guide-question-item .custom-radio:not(:last-of-type) {
      margin-bottom: 16px; }
    body .content-guide .guide-question-item .custom-radio input {
      opacity: 0;
      position: absolute; }
    body .content-guide .guide-question-item .custom-radio label {
      cursor: pointer;
      position: relative;
      box-sizing: border-box;
      padding: 0 0 0 43px;
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      line-height: 25px;
      font-weight: 400;
      display: inline-block;
      letter-spacing: 1px; }
      body .content-guide .guide-question-item .custom-radio label:before {
        content: '';
        position: absolute;
        border: 1px solid #bababa;
        left: 1px;
        top: 0;
        background: #fff;
        display: block;
        width: 25px;
        height: 25px;
        box-sizing: border-box;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
      body .content-guide .guide-question-item .custom-radio label:after {
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        content: '';
        position: absolute;
        left: 13.5px;
        top: 12.5px;
        background: #5eb2df;
        display: block;
        width: 0;
        height: 0;
        box-sizing: border-box;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
    body .content-guide .guide-question-item .custom-radio input:checked + label:after {
      width: 15px;
      height: 15px;
      left: 6px;
      top: 5px; }
  body .content-guide .button-hold {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 19px; }
    body .content-guide .button-hold p {
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 1.13px; }
    body .content-guide .button-hold .button {
      cursor: pointer;
      border: none;
      padding-left: 32px;
      padding-right: 32px;
      margin: 28px 0 0px; }
      body .content-guide .button-hold .button:after {
        display: none; }
  body.admin-bar {
    /* height: calc(100% - 32px);*/ }
    body.admin-bar .content {
      min-height: calc(100vh - 117px - 75px - 32px); }
  body .content {
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - 117px - 75px);
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding-top: 75px; }
    body .content .wrap {
      max-width: 990px; }
    body .content h1 {
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 1.07px;
      line-height: 48px;
      text-align: center;
      margin: 0 0 45px; }
    body .content a {
      text-decoration: underline;
      color: #3f8f96; }
    body .content ul {
      padding: 0;
      margin: 0;
      list-style: none;
      margin: 8px 0; }
      body .content ul li {
        position: relative;
        margin: 0 0 2px;
        padding: 0 0 0 31px;
        line-height: 28px; }
        body .content ul li:before {
          content: '';
          display: block;
          width: 7px;
          height: 7px;
          position: absolute;
          top: 8px;
          left: 0px;
          background: #000;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%; }
    body .content > article {
      padding: 44px 0 39px; }
    body .content .after-content-block {
      width: 100%;
      color: #ffffff;
      background-color: #429ea6;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 1.13px;
      line-height: 25px;
      position: relative;
      overflow: hidden;
      padding: 38px 0 44px; }
      body .content .after-content-block.white {
        background: none;
        color: #000000; }
        body .content .after-content-block.white a {
          color: #429ea6; }
      body .content .after-content-block a {
        color: #fff; }
      body .content .after-content-block p {
        margin: 24px 0; }
      body .content .after-content-block .after-content-tab {
        display: none; }
        body .content .after-content-block .after-content-tab.active {
          display: block; }
      body .content .after-content-block ul {
        margin: 27px auto 5px;
        max-width: 740px; }
        body .content .after-content-block ul li {
          font-size: 15px;
          letter-spacing: 1px;
          line-height: 29px;
          font-weight: 400;
          margin-bottom: 0px; }
          body .content .after-content-block ul li:before {
            top: 11px;
            background-color: #fff; }
  @media (max-width: 1219px) {
    body .content-journey .screen .decor {
      display: none !important; }
    body .content-journey .screen .screen-title:before, body .content-journey .screen .screen-title:after {
      display: none !important; }
    body .content-journey .screen .wrap:before, body .content-journey .screen .wrap:after {
      display: none !important; }
    body #fp-nav ul li .fp-tooltip.fp-left {
      display: none !important; } }
  @media (max-width: 1199px) {
    body .content-screener .screen .center-hold {
      width: 700px; }
    body .content-screener .screen.intro .center-hold {
      height: 360px; }
    body .content-screener .screen.step .center-hold {
      padding: 25px 40px 25px;
      min-height: 360px; }
    body .screener-nav ul {
      right: 15px; } }
  @media (min-width: 1111px) {
    body header .row #nav {
      display: block !important; } }
  @media (min-width: 1111px) and (max-height: 880px) {
    body .home-content .title-hold .main-image {
      bottom: auto;
      top: 45px;
      margin-left: 101px; } }
  @media (max-width: 1110px) {
    body.admin-bar .close-btn {
      top: 49px; }
    body header .row #nav {
      display: none;
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      background: #429ea6;
      color: #fff;
      z-index: 9999;
      padding: 0;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      body header .row #nav ul li {
        float: none;
        text-align: center;
        margin: 0 0 18px;
        display: block; }
        body header .row #nav ul li a {
          color: #fff;
          font-size: 14px;
          letter-spacing: 0.7px; }
        body header .row #nav ul li.current-menu-item a {
          color: #fff;
          font-weight: 700; }
        body header .row #nav ul li.as-button {
          width: 208px;
          margin-left: 0 !important; }
          body header .row #nav ul li.as-button a {
            border-width: 2px;
            padding: 9px 15px 9px;
            font-size: 13px;
            border-radius: 19px;
            -webkit-border-radius: 19px;
            -moz-border-radius: 19px; }
      body header .row #nav .logo.white {
        display: block;
        position: initial;
        width: 200px;
        height: 54px;
        max-width: none;
        margin: 0 0 36px; }
      body header .row #nav .close-btn {
        display: block; }
    body header .row #menu-toggle {
      display: block; }
    body .home-content .title-hold {
      padding-left: 60px; }
      body .home-content .title-hold .main-image {
        margin-left: 44px; }
    body .home-content .tiles-block {
      height: 130px; }
      body .home-content .tiles-block .tile-item .hold {
        padding: 22px 7%; }
        body .home-content .tiles-block .tile-item .hold .icon {
          width: 110px; }
          body .home-content .tiles-block .tile-item .hold .icon img {
            width: 60px; }
        body .home-content .tiles-block .tile-item .hold p {
          width: calc(100% - 110px);
          font-size: 14px;
          letter-spacing: 1px; }
    body #fp-nav {
      display: none !important; } }
  @media (max-width: 1110px) and (max-height: 880px) {
    body .home-content .title-hold .main-image {
      bottom: auto;
      top: 30px;
      margin-left: 101px; } }
  @media (max-width: 1023px) {
    body .screener-nav {
      display: none; }
    body .home-content .title-hold {
      padding-left: 10px; }
      body .home-content .title-hold h1 {
        font-size: 32px;
        letter-spacing: 3px;
        line-height: 46px; }
        body .home-content .title-hold h1 > span {
          font-size: 28px; }
      body .home-content .title-hold .text {
        font-size: 14px;
        max-width: 440px; }
      body .home-content .title-hold .main-image {
        margin-left: -10px; }
    body .home-content .tiles-block {
      height: 100px; }
      body .home-content .tiles-block .start-action {
        font-size: 12px;
        width: 250px;
        margin-left: -125px; }
      body .home-content .tiles-block .tile-item .hold {
        padding: 15px 12px; }
        body .home-content .tiles-block .tile-item .hold .icon {
          width: 70px; }
          body .home-content .tiles-block .tile-item .hold .icon img {
            width: 45px; }
        body .home-content .tiles-block .tile-item .hold p {
          width: calc(100% - 70px);
          font-size: 13px;
          letter-spacing: 0.5px; }
    body .stats-shortcode-block .item .item-text h3 {
      font-size: 64px; }
    body .stats-shortcode-block .item .item-text p {
      font-size: 14px;
      letter-spacing: 0.5px; }
    body .stats-shortcode-block .item:last-of-type .item-text {
      padding: 8px 0; }
      body .stats-shortcode-block .item:last-of-type .item-text h3 {
        font-size: 54px;
        line-height: 54px; }
    body .services-grid .grid-item .button {
      margin: 0;
      display: inline-block; }
    body .content .search-doctors {
      padding: 30px 0 30px; }
      body .content .search-doctors .wrap .tile-item:first-of-type {
        padding: 0px 30px 0 0; }
      body .content .search-doctors .wrap .tile-item:last-of-type {
        padding: 0px 0 0 30px; }
      body .content .search-doctors .wrap .tile-item form input {
        width: 155px; }
      body .content .search-doctors .wrap .tile-item form button {
        width: 155px; } }
  @media (max-width: 1023px) and (max-height: 880px) {
    body .home-content .title-hold .main-image {
      bottom: auto;
      top: 35px;
      margin-left: -14px; } }
  @media screen and (max-width: 782px) {
    body.sticky:not(.home).admin-bar header {
      top: 46px; } }
  @media (min-width: 768px) {
    body .wp-block-columns {
      flex-wrap: nowrap; } }
  @media (max-width: 767px) {
    body.admin-bar .progress-footer .logo-white {
      top: 54px; }
    body .wp-block-columns.has-2-columns .wp-block-column {
      padding: 0; }
      body .wp-block-columns.has-2-columns .wp-block-column:first-of-type:before {
        display: none; }
    body .wp-block-column {
      flex-basis: 100%; }
      body .wp-block-column:not(:last-child) {
        margin-right: 0  !important; }
      body .wp-block-column:not(:first-child), body .wp-block-column:nth-child(2n) {
        margin-left: 0 !important; }
    body .home-content {
      height: auto;
      padding-top: 75px; }
      body .home-content .wrap {
        display: block;
        height: auto;
        padding: 0; }
      body .home-content .title-hold {
        padding: 0;
        width: 100%;
        padding: 0 15px; }
        body .home-content .title-hold h1 {
          text-align: center;
          font-size: 38px;
          font-weight: 700;
          line-height: 47px;
          letter-spacing: 0; }
          body .home-content .title-hold h1 > span {
            font-size: 26px;
            font-weight: 700;
            line-height: 33px; }
          body .home-content .title-hold h1 .line-2 {
            display: none; }
          body .home-content .title-hold h1 .line-2-mob {
            display: block; }
        body .home-content .title-hold .text {
          display: none; }
        body .home-content .title-hold .main-image {
          max-width: 300px;
          position: initial;
          margin: 0 auto;
          display: block; }
      body .home-content .tiles-block {
        height: auto;
        position: initial; }
        body .home-content .tiles-block .start-action {
          position: relative;
          left: 0;
          margin: 0;
          width: 100%;
          background: #fff;
          padding: 15px 15px; }
          body .home-content .tiles-block .start-action:after {
            background: none;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8.5px 8.5px 0 8.5px;
            border-color: #ffffff transparent transparent transparent;
            bottom: -8.5px;
            margin-left: -8.5px; }
        body .home-content .tiles-block .tile-item {
          width: 100%; }
    body .content-screener .screen .fp-tableCell {
      padding-bottom: 96px;
      padding-top: 79px; }
    body .content-screener .screen .center-hold {
      border: none;
      background: none; }
    body .content-screener .screen.intro .center-hold {
      flex-direction: column; }
    body .content-screener .screen.step {
      text-align: center; }
      body .content-screener .screen.step .answers-group .custom-radio label {
        margin: 0 auto;
        text-align: left; }
    body .content-screener .screen .button {
      display: block;
      margin-top: 30px; }
    body .progress-footer {
      height: 75px;
      border-top: 1px solid; }
      body .progress-footer.finished {
        border-top: 0;
        height: 0; }
        body .progress-footer.finished .progress-wrap {
          display: none; }
      body .progress-footer .progress-wrap {
        padding: 12px 20px 12px 20px; }
      body .progress-footer .logo-white {
        position: fixed;
        left: 50%;
        top: 22px;
        margin-left: -68.5px; }
      body .progress-footer .button {
        display: none; }
    body .stats-shortcode-block .item {
      width: 100%; }
      body .stats-shortcode-block .item .item-image {
        min-height: 0;
        margin: 10px 0 10px; }
      body .stats-shortcode-block .item:last-of-type .item-text {
        padding-bottom: 0; }
        body .stats-shortcode-block .item:last-of-type .item-text:after {
          display: none; }
        body .stats-shortcode-block .item:last-of-type .item-text h3 {
          font-size: 60px; }
      body .stats-shortcode-block .item:last-of-type .item-image {
        padding: 0 0 17px; }
      body .stats-shortcode-block .item .item-text {
        max-width: 450px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 73px; }
        body .stats-shortcode-block .item .item-text:after {
          content: '';
          position: absolute;
          width: calc(100% - 30px);
          left: 15px;
          bottom: 46px;
          background: #a8a8a8;
          height: 1px; }
        body .stats-shortcode-block .item .item-text h3 {
          font-size: 85px; }
        body .stats-shortcode-block .item .item-text p {
          display: flex;
          align-items: center;
          font-size: 14px;
          letter-spacing: 0.93px;
          line-height: 19px; }
    body .services-grid .grid-item {
      flex: 100%; }
      body .services-grid .grid-item .hold {
        max-width: none; }
      body .services-grid .grid-item:nth-of-type(even), body .services-grid .grid-item:nth-of-type(odd) {
        padding-right: 15px;
        padding-left: 15px; }
      body .services-grid .grid-item:nth-of-type(even) {
        background-color: #f7f7f7 !important; }
      body .services-grid .grid-item:nth-of-type(odd) {
        background-color: #fcfcfc !important; }
    body .content .search-doctors {
      background: none;
      padding: 0;
      margin-bottom: 0; }
      body .content .search-doctors .wrap {
        padding: 0; }
        body .content .search-doctors .wrap .tile-item {
          float: none;
          width: 100%;
          text-align: center; }
          body .content .search-doctors .wrap .tile-item:first-of-type {
            padding: 35px 15px 15px; }
            body .content .search-doctors .wrap .tile-item:first-of-type:after {
              display: none; }
          body .content .search-doctors .wrap .tile-item:last-of-type {
            padding: 35px 15px 15px; }
    body .content .regions-listing {
      background: #f7f7f7;
      margin: 0;
      padding-top: 60px;
      padding-bottom: 60px; }
    body .tabs .tabs-control li a {
      font-size: 13px;
      line-height: 16px;
      padding: 10px 6px 10px; }
    body .content-journey .screen {
      padding: 47px 0 18px; }
      body .content-journey .screen:first-of-type {
        padding: 33px 0 15px; }
      body .content-journey .screen .screen-title {
        margin: 0 0 45px; }
        body .content-journey .screen .screen-title > span {
          font-size: 19px;
          line-height: 24px;
          letter-spacing: 1.9px;
          padding: 15px 30px;
          border-radius: 105px;
          -webkit-border-radius: 105px;
          -moz-border-radius: 105px; }
      body .content-journey .screen .screen-content > h3 {
        font-size: 20px;
        letter-spacing: 0.71px;
        line-height: 33px;
        margin: 0 0 10px; }
      body .content-journey .screen .screen-content .button {
        display: inline-block; }
      body .content-journey .screen .screen-content .wp-block-columns.tiles {
        margin-top: 52px;
        margin-bottom: 22px; }
      body .content-journey .screen .action-link a {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1.08px;
        margin-top: 22px;
        padding: 0 0 46px; } }
  @media screen and (max-width: 600px) {
    body #wpadminbar {
      top: -46px; }
    body.page-template-page-screener #wpadminbar {
      top: 0;
      position: fixed; }
    body.sticky:not(.home).admin-bar header {
      top: 0; }
    body .content-screener .screen .fp-tableCell {
      padding-bottom: 80px;
      padding-top: 75px; }
    body .content-screener .screen.step h2 {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.71px;
      line-height: 48px;
      margin: 0 0 13px; }
    body .content-screener .screen.step p {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.93px;
      line-height: 26px;
      margin: 0 0 32px; }
    body .content-screener .screen.result .center-hold .result-text h3 {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.71px;
      line-height: 33px;
      margin: 0 0 27px; }
    body .content-screener .screen.result .center-hold .result-text p {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.93px;
      line-height: 23px;
      margin: 0 0 47px; }
    body .progress-footer {
      height: 67px; }
      body .progress-footer .progress-wrap {
        padding: 11px 13px 12px 13px; }
        body .progress-footer .progress-wrap p {
          font-size: 13px;
          letter-spacing: 0.7px;
          line-height: 15px;
          padding: 0 2px; }
        body .progress-footer .progress-wrap .progress-bar {
          height: 20px; }
    body .wp-block-embed.is-type-video {
      margin: 30px 0 35px; } }
  @media (max-width: 479px) {
    body.page-id-35 .content h1 {
      overflow-wrap: break-word;
      padding: 0 28px; }
    body .content {
      font-size: 14px;
      line-height: 22px;
      padding-top: 55px; }
      body .content h1 {
        font-size: 20px;
        letter-spacing: 0.71px;
        line-height: 33px;
        margin: 0 0 26px; }
      body .content ul li {
        padding: 0 0 0 21px;
        line-height: 22px; }
      body .content > article {
        padding: 12px 0 39px; }
      body .content .search-doctors .wrap .tile-item form input, body .content .search-doctors .wrap .tile-item form button {
        width: 100%;
        margin: 0 auto 22px;
        max-width: 185px;
        display: block; }
      body .content .regions-listing ul {
        column-count: 1; }
      body .content .after-content-block {
        font-size: 16px; }
    body .tabs .tabs-control li a {
      font-size: 12px;
      line-height: 14px;
      font-weight: 600;
      letter-spacing: 0.2px; }
    body #menu-toggle {
      width: 24px;
      height: 24px;
      top: 12px;
      right: 6px; }
      body #menu-toggle span:after, body #menu-toggle span:before {
        width: 24px; }
      body #menu-toggle span:before {
        top: -6px; }
      body #menu-toggle span:after {
        bottom: -6px; }
    body .accordion-element h3 {
      font-size: 14px;
      letter-spacing: 0.93px;
      line-height: 24px; }
    body .accordion-element .ui-state-default, body .accordion-element .ui-widget-content .ui-state-default, body .accordion-element .ui-widget-header .ui-state-default {
      padding: 19px 32px 19px 1px; }
    body .accordion-element .ui-accordion-header-icon {
      right: 1px;
      bottom: 24px; }
    body .flex-accordion {
      margin-bottom: 60px; }
    body header .row {
      min-height: 55px; }
      body header .row .logo {
        max-width: 112px;
        left: 9px;
        top: 12px; }
    body .home-content .tiles-block .start-action {
      padding: 16px 30px 14px;
      letter-spacing: 0.92px; }
    body .home-content .tiles-block .tile-item .hold {
      padding: 26px 20px 30px 15px; }
      body .home-content .tiles-block .tile-item .hold .icon {
        width: 88px; }
      body .home-content .tiles-block .tile-item .hold p {
        letter-spacing: 1.3px;
        width: calc(100% - 88px); }
    body .home-content .title-hold h1 {
      margin: 5px 0 4px; }
      body .home-content .title-hold h1 > span {
        line-height: 40px; }
    body .home-content .title-hold .main-image {
      max-width: 263px; }
    body .content-journey .screen .wp-block-columns.has-2-columns {
      text-align: center; }
      body .content-journey .screen .wp-block-columns.has-2-columns ul {
        text-align: left; }
    body .content-screener .screen.intro .center-hold {
      height: auto; }
    body .content-screener .screen.step .answers-group .custom-radio label {
      width: 248px; }
    body .content-screener .screen.result .fp-tableCell {
      padding-bottom: 0 !important;
      overflow-y: scroll;
      display: block; }
    body .content-screener .screen.result .center-hold {
      padding: 10px 15px;
      width: 100%; }
      body .content-screener .screen.result .center-hold .result-text p {
        margin: 0 0 40px; }
      body .content-screener .screen.result .center-hold .result-actions ul {
        flex-wrap: wrap; }
        body .content-screener .screen.result .center-hold .result-actions ul li {
          width: 50%;
          padding: 0 28px;
          box-sizing: border-box;
          margin: 0 0 35px; }
          body .content-screener .screen.result .center-hold .result-actions ul li a .icon {
            width: 100%;
            height: 32px; }
            body .content-screener .screen.result .center-hold .result-actions ul li a .icon img {
              max-width: 36px;
              max-height: 32px; }
    body .services-grid .grid-item {
      padding-top: 36px; }
      body .services-grid .grid-item h2 {
        font-size: 16px;
        letter-spacing: 1.07px;
        margin: 19px auto 19px; }
      body .services-grid .grid-item p {
        line-height: 20px; }
      body .services-grid .grid-item .button {
        width: 270px;
        box-sizing: border-box; }
    body .content-talking-to-doctor.content .after-content-block {
      font-size: 14px;
      letter-spacing: 0.93px;
      line-height: 20px;
      padding: 11px 0 12px; }
    body .content-guide h2 {
      font-size: 15px;
      letter-spacing: 2px;
      line-height: 24px;
      padding-top: 10px;
      padding-bottom: 9px;
      margin-bottom: 25px; }
    body .content-guide .guide-questions p {
      margin-bottom: 25px; }
    body .content-guide .guide-question-item ul {
      margin: 0 0 25px; }
    body .content-guide .guide-question-item .custom-text {
      padding-left: 28px; }
      body .content-guide .guide-question-item .custom-text > span {
        line-height: 43px; }
      body .content-guide .guide-question-item .custom-text input[type="text"] {
        padding: 6px 12px 6px; }
    body footer {
      padding: 26px 0 16px; }
      body footer #footer-nav {
        margin: 0 0 30px; } }
  @media (max-width: 479px) and (max-height: 579px) {
    body .content-screener .screen .button {
      margin-top: 18px;
      width: 122px;
      height: 37px; }
    body .content-screener .screen.step h2 {
      line-height: 24px;
      margin: 0 0 10px; }
    body .content-screener .screen.step p {
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 0.5px;
      line-height: 19px;
      margin: 0 0 15px; }
    body .content-screener .screen.step .answers-group .custom-radio:not(:last-of-type) {
      margin-bottom: 10px; }
    body .content-screener .screen.step .answers-group .custom-radio label {
      padding: 6px 8px 6px 36px;
      font-size: 14px;
      line-height: 20px; }
      body .content-screener .screen.step .answers-group .custom-radio label:before {
        font-size: 14px;
        line-height: 20px;
        width: 20px;
        height: 20px;
        left: 7px;
        top: 6px; }
    body .content-screener .screen.result .center-hold .result-text h3 {
      font-size: 18px;
      line-height: 28px;
      margin: 0 0 15px; }
    body .content-screener .screen.result .center-hold .result-text p {
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.5px;
      line-height: 20px;
      margin: 0 0 20px; }
    body .content-screener .screen.result .center-hold .result-actions ul li {
      margin: 0 0 20px; } }
  @media (max-width: 479px) and (max-height: 509px) {
    body .content-screener .screen.intro h1 {
      font-size: 28px;
      line-height: 42px; }
    body .content-screener .screen .fp-tableCell {
      padding-top: 56px; }
    body .content-screener .screen .button {
      margin-top: 12px;
      font-size: 14px;
      line-height: 20px;
      height: 31px; }
    body .content-screener .screen.step .center-hold {
      padding: 20px 15px 20px;
      min-height: 0; }
    body .content-screener .screen.step h2 {
      margin: 0 0 7px; }
    body .content-screener .screen.step p {
      line-height: 17px;
      margin: 0 0 12px; }
    body .content-screener .screen.step .answers-group .custom-radio label {
      padding: 5px 8px 5px 36px;
      font-size: 13px; }
      body .content-screener .screen.step .answers-group .custom-radio label:before {
        top: 5px; }
    body .progress-footer .logo-white {
      top: 12px;
      width: 114px;
      background-size: contain;
      margin-left: -57px; } }
  @media (max-width: 500px) {
    body.page-template-page-screener .content-screener .screen.intro .center-hold {
      padding: 20px 10px;
      height: calc(100% - 88px);
      overflow-x: hidden;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      max-width: 90%;
      margin: auto;
      border: 1px solid #ffffff;
      background-color: rgba(255, 255, 255, 0.17);
      position: relative;
      z-index: 100000; }
    body.page-template-page-screener .content-screener .screen.intro .fp-tableCell {
      display: block; }
    body.page-template-page-screener .content-screener .screen.intro .button {
      margin-top: 25px; }
    body.page-template-page-screener .content-screener .screen:not(.intro) .fp-tableCell {
      padding-top: 0; }
    body.page-template-page-screener .content-screener .screen.intro .fp-tableCell {
      padding-bottom: 0; }
    body.page-template-page-screener .content-screener .screen.step .center-hold {
      max-height: calc(100% - 80px);
      display: block;
      overflow-x: hidden;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      margin-top: 50px;
      margin-bottom: 20px; }
    body.page-template-page-screener.fp-viewing-screen-1 .progress-footer {
      border: none;
      height: 0; }
    body.page-template-page-screener.fp-viewing-screen-1 .progress-footer .progress-wrap {
      display: none; }
    body.page-template-page-screener .progress-footer {
      z-index: unset; }
    body.page-template-page-screener .content-screener .screen {
      display: block; } }

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