html {
  font-family: 'Lato', sans-serif; }

body {
  color: #666;
  font-size: 18px; }

*:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

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

.text-underline {
  text-decoration: underline; }

.error {
  color: #FF0000; }

.no-decoration {
  text-decoration: none !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.margin-0 {
  margin: 0 !important; }

.margin-t0 {
  margin-top: 0px !important; }

.margin-t5 {
  margin-top: 5px !important; }

.margin-t10 {
  margin-top: 10px !important; }

.margin-t15 {
  margin-top: 15px !important; }

.margin-t20 {
  margin-top: 20px !important; }

.margin-t30 {
  margin-top: 30px !important; }

.margin-t45 {
  margin-top: 45px !important; }

.margin-t60 {
  margin-top: 60px !important; }

.margin-t70 {
  margin-top: 70px !important; }

.margin-r15 {
  margin-right: 15px !important; }

.margin-b0 {
  margin-bottom: 0px !important; }

.margin-b5 {
  margin-bottom: 5px !important; }

.margin-b10 {
  margin-bottom: 10px !important; }

.margin-b15 {
  margin-bottom: 15px !important; }

.margin-b20 {
  margin-bottom: 20px !important; }

.margin-b30 {
  margin-bottom: 30px !important; }

.margin-b45 {
  margin-bottom: 45px !important; }

.margin-b90 {
  margin-bottom: 90px !important; }

.margin-l5 {
  margin-left: 5px !important; }

.margin-l15 {
  margin-left: 15px !important; }

.margin-hor30 {
  margin-left: 30px;
  margin-right: 30px; }

.padding-5 {
  padding: 5px; }

.padding-t5 {
  padding-top: 5px; }

.padding-t10 {
  padding-top: 10px; }

.padding-b50 {
  padding-bottom: 50px; }

.font-normal {
  font-weight: 400 !important; }

.font-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.font-16 {
  font-size: 16px !important;
  line-height: 18px !important; }

.font-18 {
  font-size: 18px !important;
  line-height: 20px !important; }

.font-20 {
  font-size: 20px !important;
  line-height: 22px !important; }

.font-60 {
  font-size: 60px !important;
  line-height: 68px !important; }

.font-black {
  color: #000000 !important; }
  .font-black a {
    color: #000 !important; }

.background-white {
  background-color: #ffffff; }

.background-gray {
  background-color: #f7f7f8; }

.full-width, .section-content img .full-width {
  width: 100%; }

.half-width, .section-content img .half-width {
  width: 50%; }

.quarter-width, .section-content img .quarter-width {
  width: 25%; }

@media screen and (max-width: 991px) {
  .sm-text {
    font-size: 16px !important; } }
@media screen and (max-width: 768px) {
  .mob-margin-b45 {
    margin-bottom: 45px !important; }

  .sm-hidden {
    display: none; } }
@media (min-width: 1280px) {
  .container {
    width: 1280px; } }
/* remove blue links from phone numbers on ios devices. */
a[href^=tel] {
  color: #fff;
  text-decoration: none; }

.icon {
  display: inline-block;
  width: 30px;
  height: 30px; }
  @media (max-width: 992px) {
    .icon {
      width: 30px;
      height: 30px; } }
  .icon a svg {
    width: 30px;
    height: 30px; }
  .icon a svg:hover .instagram, .icon a svg:hover .facebook, .icon a svg:hover .twitter, .icon a svg:hover .linkedin {
    fill: #fff; }
  .icon a svg .facebook,
  .icon a svg .instagram,
  .icon a svg .linkedin,
  .icon a svg .twitter {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out; }
  .icon.chat-icon {
    margin: -5px 0 0 40px;
    width: 40px;
    height: 32px; }

.wplc-color-bg-1:hover {
  background-color: #008aaf !important; }

.fa-minus::before {
  content: ""; }

.itunes:before {
  margin: 0 5px 0 0;
  content: url("../img/icon-itunes.png");
  position: relative;
  top: 3px; }

#wp-live-chat-minimize {
  background-image: url("../img/header-menu-mobile-close.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-color: #008aaf !important; }

@media screen and (max-width: 1550px) {
  #wp-live-chat, #wplc_hovercard {
    right: 10px !important; } }
a {
  cursor: pointer;
  color: #0088ae; }
  a:hover {
    color: #2d559a;
    text-decoration: none; }

.button, a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  border: none;
  padding: 8px 13px;
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff !important;
  transition: 0.15s all linear;
  font-weight: normal !important;
  /* mobile should have larger border radius - seeing that on PSDs */ }
  .button:hover, a.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    text-decoration: none; }
  .button.map-link, a.button.map-link, .woocommerce #respond input#submit.alt.map-link, .woocommerce a.button.alt.map-link, .woocommerce button.button.alt.map-link, .woocommerce input.button.alt.map-link {
    font-size: 18px; }
  .button.button-green, a.button.button-green, .woocommerce #respond input#submit.alt.button-green, .woocommerce a.button.alt.button-green, .woocommerce button.button.alt.button-green, .woocommerce input.button.alt.button-green {
    background-color: #669933 !important; }
    .button.button-green span, a.button.button-green span, .woocommerce #respond input#submit.alt.button-green span, .woocommerce a.button.alt.button-green span, .woocommerce button.button.alt.button-green span, .woocommerce input.button.alt.button-green span {
      color: #ffffff; }
    .button.button-green:hover, a.button.button-green:hover, .woocommerce #respond input#submit.alt.button-green:hover, .woocommerce a.button.alt.button-green:hover, .woocommerce button.button.alt.button-green:hover, .woocommerce input.button.alt.button-green:hover {
      background-color: #008aaf !important; }
  .button.button-blue, a.button.button-blue, .woocommerce #respond input#submit.alt.button-blue, .woocommerce a.button.alt.button-blue, .woocommerce button.button.alt.button-blue, .woocommerce input.button.alt.button-blue {
    background-color: #008aaf; }
    .button.button-blue span, a.button.button-blue span, .woocommerce #respond input#submit.alt.button-blue span, .woocommerce a.button.alt.button-blue span, .woocommerce button.button.alt.button-blue span, .woocommerce input.button.alt.button-blue span {
      color: #ffffff; }
    .button.button-blue:hover, a.button.button-blue:hover, .woocommerce #respond input#submit.alt.button-blue:hover, .woocommerce a.button.alt.button-blue:hover, .woocommerce button.button.alt.button-blue:hover, .woocommerce input.button.alt.button-blue:hover {
      background-color: #669933; }
  .button.button-rounded, a.button.button-rounded, .woocommerce #respond input#submit.alt.button-rounded, .woocommerce a.button.alt.button-rounded, .woocommerce button.button.alt.button-rounded, .woocommerce input.button.alt.button-rounded {
    border-radius: 8px !important; }
  @media screen and (max-width: 767px) {
    .button.button-rounded, a.button.button-rounded, .woocommerce #respond input#submit.alt.button-rounded, .woocommerce a.button.alt.button-rounded, .woocommerce button.button.alt.button-rounded, .woocommerce input.button.alt.button-rounded {
      border-radius: 12px; } }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border: none;
  padding: 8px 13px;
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff !important;
  transition: 0.15s all linear;
  font-weight: normal !important;
  background-color: #669933 !important;
  border-radius: 8px !important; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #008aaf !important; }
  .woocommerce #respond input#submit.link-disabled, .woocommerce a.button.link-disabled, .woocommerce button.button.link-disabled, .woocommerce input.button.link-disabled {
    background-color: #bbb !important;
    cursor: default !important; }
    .woocommerce #respond input#submit.link-disabled:hover, .woocommerce a.button.link-disabled:hover, .woocommerce button.button.link-disabled:hover, .woocommerce input.button.link-disabled:hover {
      background-color: #bbb !important; }

.modal-box-close {
  background: #FFF;
  border: none;
  font-size: 26px; }

.login-fields {
  width: 70%;
  border: 1px solid #666666;
  height: 35px; }

@media screen and (max-width: 992px) {
  .button.float-left, a.button.float-left {
    float: none; }
  .button.float-right, a.button.float-right {
    float: none; } }
@media screen and (max-width: 768px) {
  .button.map-link, a.button.map-link {
    font-size: 12px; }
  .button.button-green span, a.button.button-green span {
    font-size: 15px; } }
.divider {
  background-color: #9cb0be; }
  .divider .divider-paragraph {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase; }

.tabs-container {
  padding-top: 65px; }
  .tabs-container .labels-container ul.labels {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 1px; }
    .tabs-container .labels-container ul.labels li {
      float: left;
      cursor: pointer;
      box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.3);
      border: 1px solid #dadada;
      padding: 15px 15px;
      font-size: 16px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      margin-right: 5px;
      text-transform: uppercase; }
      .tabs-container .labels-container ul.labels li.active {
        border-bottom: 1px solid transparent;
        background-color: #ffffff; }
  .tabs-container .contents-container {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #dadada;
    box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.3);
    border-top: none;
    padding: 40px 20px; }
    .tabs-container .contents-container .tab-content {
      display: none; }
      .tabs-container .contents-container .tab-content p {
        margin: 0; }
      .tabs-container .contents-container .tab-content.active {
        display: block; }
  .tabs-container .item-container {
    margin-bottom: 50px; }
    .tabs-container .item-container .staff-image {
      max-width: 130px;
      float: left;
      margin-right: 15px;
      margin-bottom: 15px; }

.side-tabs-container {
  margin-bottom: 30px; }
  .side-tabs-container .column-header {
    color: #ffffff;
    background-color: #9f9f9f;
    text-align: center;
    padding: 10px 0; }
    .side-tabs-container .column-header p {
      margin: 0 !important; }
  .side-tabs-container .labels-container ul.labels {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
    .side-tabs-container .labels-container ul.labels li {
      cursor: pointer;
      background-color: #ffffff;
      color: #000000;
      padding: 10px 15px;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
      .side-tabs-container .labels-container ul.labels li.active {
        background-color: #008aaf;
        color: #ffffff; }
  .side-tabs-container .contents-container {
    position: relative;
    background-color: #ffffff;
    border-top: none;
    padding: 20px 20px; }
    .side-tabs-container .contents-container .tab-content {
      display: none; }
      .side-tabs-container .contents-container .tab-content.active {
        display: block; }
      .side-tabs-container .contents-container .tab-content div:nth-of-type(odd) {
        clear: both; }
  .side-tabs-container .item-container {
    margin-bottom: 20px;
    width: 50%;
    padding: 10px;
    float: left; }
    .side-tabs-container .item-container .item-header {
      margin-bottom: 0;
      font-weight: 700;
      color: #000000; }
    .side-tabs-container .item-container .staff-image {
      max-width: 130px;
      float: left;
      margin-right: 15px;
      margin-bottom: 15px; }

.modal-window {
  display: none; }

.modal-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .modal-container .modal-fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .modal-container .modal-box {
    position: fixed;
    top: 100px;
    left: calc(50% - 435px);
    width: 870px;
    height: auto;
    background-color: #ffffff;
    padding: 45px;
    border: 1px solid #008aaf;
    font-size: 21px; }
    .modal-container .modal-box label {
      font-weight: normal; }
    .modal-container .modal-box input[type=checkbox] {
      transform: scale(1.5); }
    .modal-container .modal-box .modal-box-close-container {
      margin-bottom: 10px;
      text-align: right;
      margin-top: -40px;
      margin-right: -40px; }
    .modal-container .modal-box iframe {
      width: 100%; }
  @media screen and (max-width: 920px) {
    .modal-container .modal-box {
      width: 80%;
      left: 10%;
      top: 20px; } }
  @media screen and (max-width: 500px) {
    .modal-container .modal-box {
      width: 100%;
      height: 100%;
      left: 0;
      border: none;
      top: 0; } }

.modal-my-account h2 {
  margin-top: 0; }
.modal-my-account .woocommerce {
  width: 48%;
  float: left;
  margin-right: 2%; }
  .modal-my-account .woocommerce .u-column1.col-1 {
    width: 100%; }
  .modal-my-account .woocommerce .u-column2.col-2 {
    display: none; }
  .modal-my-account .woocommerce .woocommerce-MyAccount-navigation {
    display: none; }
  .modal-my-account .woocommerce h2 {
    font-size: 22px; }
  .modal-my-account .woocommerce form.login, .modal-my-account .woocommerce form.register {
    margin-top: 0;
    padding: 15px; }
    .modal-my-account .woocommerce form.login .form-row label, .modal-my-account .woocommerce form.register .form-row label {
      font-size: 16px;
      line-height: 22px; }
    .modal-my-account .woocommerce form.login .form-row input[type="submit"], .modal-my-account .woocommerce form.register .form-row input[type="submit"] {
      padding: 5px 10px;
      font-weight: 400;
      font-size: 16px; }
    .modal-my-account .woocommerce form.login .form-row label[for="rememberme"], .modal-my-account .woocommerce form.register .form-row label[for="rememberme"] {
      float: right;
      font-size: 16px;
      margin-top: 3px; }
      .modal-my-account .woocommerce form.login .form-row label[for="rememberme"] input, .modal-my-account .woocommerce form.register .form-row label[for="rememberme"] input {
        transform: none; }
    .modal-my-account .woocommerce form.login .woocommerce-LostPassword, .modal-my-account .woocommerce form.register .woocommerce-LostPassword {
      font-size: 16px; }
.modal-my-account .register-container {
  float: left;
  width: 48%;
  margin-left: 2%; }
  .modal-my-account .register-container h2 {
    font-size: 22px; }
  .modal-my-account .register-container .register-box {
    padding: 15px;
    border: 1px solid #d3ced2;
    border-radius: 5px; }
    .modal-my-account .register-container .register-box p {
      font-size: 16px;
      line-height: 22px; }

.woocommerce .woocommerce-checkout #billing_company_field {
  display: none; }
.woocommerce .woocommerce-checkout #billing_country_field {
  display: none; }
.woocommerce .woocommerce-MyAccount-content #billing_company_field {
  display: none; }
.woocommerce .woocommerce-MyAccount-content #billing_country_field {
  display: none; }
.woocommerce form .woocommerce-password-hint {
  font-size: 14px; }
.woocommerce form .form-row label {
  line-height: 1.2 !important; }
.woocommerce .how-connected .how-connected-item {
  margin-bottom: 5px;
  line-height: 22px; }
  .woocommerce .how-connected .how-connected-item label {
    font-weight: 400; }
    .woocommerce .how-connected .how-connected-item label input[type="checkbox"] {
      margin: 0 10px 0px 0;
      position: relative;
      top: -2px; }

@media screen and (max-width: 500px) {
  /*.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  	width: 100%;
  }*/
  .woocommerce-checkout form .form-row .input-checkbox {
    vertical-align: inherit; }
  .woocommerce-checkout form.woocommerce-checkout .form-row-first, .woocommerce-checkout form.woocommerce-checkout .form-row-last {
    width: 100%; } }
.table {
  display: table; }
  .table .table-row {
    display: table-row; }
    .table .table-row .table-cell {
      display: table-cell; }

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
  animation-fill-mode: forwards; }

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
  animation-fill-mode: forwards; }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-48px); } }
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-48px); }
  100% {
    -webkit-transform: translateY(0px); } }
/* create an anchor which is offset in order to accommodate fixed position header */
.anchor-offset {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden; }

.section-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  .section-header.admin-logged {
    margin-top: 32px; }
  .section-header .row-logos {
    background-color: #ffffff; }
    .section-header .row-logos .desktop-header .header-logo-container {
      float: left; }
      .section-header .row-logos .desktop-header .header-logo-container p {
        line-height: 125px;
        margin-bottom: 0; }
        .section-header .row-logos .desktop-header .header-logo-container p img {
          vertical-align: middle; }
    .section-header .row-logos .desktop-header .header-slogan-container {
      float: left; }
      .section-header .row-logos .desktop-header .header-slogan-container p {
        font-size: 16px;
        color: #666666;
        margin: 58px 0 0 20px;
        letter-spacing: 1.3px; }
    .section-header .row-logos .desktop-header .header-mgh-container {
      float: right; }
      .section-header .row-logos .desktop-header .header-mgh-container img {
        margin-top: 8px; }
    .section-header .row-logos .mobile-header {
      display: none; }
      .section-header .row-logos .mobile-header .mobile-header-logo-container {
        margin-top: 20px; }
        .section-header .row-logos .mobile-header .mobile-header-logo-container .mobile-logo {
          width: 100%; }
        .section-header .row-logos .mobile-header .mobile-header-logo-container .mobile-logo-paragraph {
          font-size: 13px;
          letter-spacing: 0.5px;
          color: #050505;
          text-align: center; }
  .section-header .row-menu {
    background-color: #008aaf; }
    .section-header .row-menu.mobile-row-menu {
      display: none; }
    .section-header .row-menu.desktop-row-menu {
      display: block; }
    .section-header .row-menu .header-menu-container {
      height: 48px; }
      .section-header .row-menu .header-menu-container ul#menu-main-menu {
        float: left;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        list-style: none; }
        .section-header .row-menu .header-menu-container ul#menu-main-menu > li {
          float: left;
          position: relative;
          height: 48px;
          transition: 0.15s all linear;
          cursor: pointer; }
          .section-header .row-menu .header-menu-container ul#menu-main-menu > li a {
            text-transform: uppercase;
            display: block;
            font-size: 16px;
            color: #ffffff;
            padding: 0 26px;
            line-height: 48px;
            letter-spacing: 2.6px; }
            .section-header .row-menu .header-menu-container ul#menu-main-menu > li a:hover, .section-header .row-menu .header-menu-container ul#menu-main-menu > li a:focus {
              text-decoration: none; }
          .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu {
            display: none;
            z-index: 10;
            position: absolute;
            min-width: 275px;
            list-style: none;
            margin: 0;
            padding: 0;
            z-index: 2;
            box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
            .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu li {
              background-color: #ffffff;
              transition: 0.15s all linear; }
              .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu li a {
                transition: 0.15s all linear;
                text-transform: capitalize;
                color: #666666;
                letter-spacing: 0.5px;
                line-height: normal;
                padding-top: 15px;
                padding-bottom: 15px; }
              .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu li:hover ul.sub-menu {
                display: block; }
              .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu li ul.sub-menu {
                display: none;
                margin-left: 275px;
                position: absolute;
                top: 0; }
                .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu li ul.sub-menu li a {
                  color: #666666; }
                  .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu li ul.sub-menu li a:hover {
                    color: #FFF; }
                .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu li ul.sub-menu li.active a {
                  color: #FFF; }
              .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu li.current-menu-item {
                background-color: #008aaf; }
                .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu li.current-menu-item a {
                  color: #ffffff; }
              .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu li:hover {
                background-color: #008aaf; }
                .section-header .row-menu .header-menu-container ul#menu-main-menu > li ul.sub-menu li:hover a {
                  color: #ffffff; }
          .section-header .row-menu .header-menu-container ul#menu-main-menu > li.current-menu-parent {
            background-color: #ffffff; }
            .section-header .row-menu .header-menu-container ul#menu-main-menu > li.current-menu-parent a {
              color: #008aaf; }
          .section-header .row-menu .header-menu-container ul#menu-main-menu > li:hover {
            background-color: #ffffff; }
            .section-header .row-menu .header-menu-container ul#menu-main-menu > li:hover a {
              color: #008aaf; }
            .section-header .row-menu .header-menu-container ul#menu-main-menu > li:hover ul.sub-menu {
              display: block; }
    .section-header .row-menu .header-search {
      float: right;
      width: 100%;
      max-width: 400px;
      position: relative; }
      .section-header .row-menu .header-search .search-icon {
        position: absolute;
        top: 13px;
        right: 10px; }
      @media screen and (max-width: 991px) {
        .section-header .row-menu .header-search .search-icon {
          right: 91px; } }
      .section-header .row-menu .header-search .search-input {
        width: 100%;
        color: #333333;
        font-size: 14px;
        line-height: 22px;
        padding: 4px 5px 4px 10px;
        border: none;
        border-radius: 10px;
        margin-top: 9px;
        background: #acd0e6;
        /* style placeholder text inside input white */ }
        .section-header .row-menu .header-search .search-input::-webkit-input-placeholder {
          color: #fff; }
        .section-header .row-menu .header-search .search-input::-moz-placeholder {
          color: #fff; }
        .section-header .row-menu .header-search .search-input::-ms-input-placeholder {
          color: #fff; }
        .section-header .row-menu .header-search .search-input::placeholder {
          color: #fff; }
      .section-header .row-menu .header-search .mobile-menu-button {
        display: none;
        float: right;
        margin-top: 10px;
        height: 28px;
        width: 32px;
        cursor: pointer;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/header-menu-mobile.png"); }
        .section-header .row-menu .header-search .mobile-menu-button.opened {
          background-image: url("../img/header-menu-mobile-close.png");
          width: 24px; }
    .section-header .row-menu .mobile-menu-container {
      overflow: hidden;
      max-height: 0;
      transition: all 0.3s linear;
      position: absolute;
      left: 0;
      margin: 0;
      z-index: 1;
      background-color: #008aaf;
      width: 100%; }
      .section-header .row-menu .mobile-menu-container.opened {
        max-height: 1200px; }
      .section-header .row-menu .mobile-menu-container ul {
        margin: 0;
        padding: 0;
        top: 0;
        list-style: none; }
        .section-header .row-menu .mobile-menu-container ul > li {
          position: relative;
          transition: 0.15s all linear;
          cursor: pointer; }
          .section-header .row-menu .mobile-menu-container ul > li a {
            display: block;
            font-size: 16px;
            color: #ffffff;
            padding: 10px 20px; }
            .section-header .row-menu .mobile-menu-container ul > li a:hover {
              text-decoration: none;
              background-color: #ffffff;
              color: #008aaf; }
          .section-header .row-menu .mobile-menu-container ul > li.current-menu-parent > a {
            background-color: #ffffff;
            color: #008aaf; }
          .section-header .row-menu .mobile-menu-container ul > li .sub-menu {
            overflow: hidden;
            max-height: 0;
            transition: all 0.3s linear;
            list-style: none;
            padding: 0;
            margin: 0; }
            .section-header .row-menu .mobile-menu-container ul > li .sub-menu.opened {
              max-height: 1200px; }
            .section-header .row-menu .mobile-menu-container ul > li .sub-menu > li a {
              padding-left: 40px; }
            .section-header .row-menu .mobile-menu-container ul > li .sub-menu > li .sub-menu > li a {
              padding-left: 80px; }
            .section-header .row-menu .mobile-menu-container ul > li .sub-menu .current-menu-item > a {
              background-color: #ffffff;
              color: #008aaf; }

@media screen and (max-width: 1279px) {
  .section-header .row-logos .desktop-header .header-slogan-container {
    clear: both;
    position: relative;
    top: -7px; }
    .section-header .row-logos .desktop-header .header-slogan-container p {
      font-size: 14px;
      margin: 0 0 10px 0; }
  .section-header .row-menu .header-menu-container ul#menu-main-menu > li a {
    padding: 0px 10px;
    letter-spacing: 2px; } }
@media screen and (max-width: 991px) {
  .section-header .row-logos .header-logo-container img {
    /* width: 300px; */ }
  .section-header .row-logos .header-slogan-container {
    top: -10px !important; }
  .section-header .row-menu .header-menu-container {
    display: none; }
  .section-header .row-menu .header-search {
    float: none;
    width: auto;
    margin: auto;
    margin-bottom: 9px; }
    .section-header .row-menu .header-search .search-input {
      width: 80%; }
    .section-header .row-menu .header-search .mobile-menu-button {
      display: block; } }
@media screen and (max-width: 768px) {
  .section-header .row-logos .desktop-header {
    display: none; }
    .section-header .row-logos .desktop-header .header-slogan-container p {
      display: none; }
  .section-header .row-logos .mobile-header {
    display: block; }
    .section-header .row-logos .mobile-header .mobile-header-logo-container p {
      text-align: center; }
      .section-header .row-logos .mobile-header .mobile-header-logo-container p .mobile-logo {
        width: 400px; }
  .section-header .row-menu.mobile-row-menu {
    display: block; }
  .section-header .row-menu.desktop-row-menu {
    display: none; }
  .section-header .row-menu .mobile-menu-container ul > li a:hover {
    background-color: #008aaf;
    color: #ffffff; } }
@media screen and (max-width: 440px) {
  .section-header .row-logos .mobile-header .mobile-header-logo-container p .mobile-logo {
    width: 320px; }
  .section-header .row-logos .header-logo-container img {
    width: 300px; }
  .section-header .row-menu.mobile-row-menu {
    display: block; }
  .section-header .row-menu.desktop-row-menu {
    display: none; } }
@media screen and (max-width: 320px) {
  .mobile-logo {
    width: 250px !important;
    padding-bottom: 8px; } }
.section-back-top {
  margin-bottom: -31px;
  z-index: 9;
  position: relative; }
  .section-back-top .back-top-arrow {
    margin: auto;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-bottom: 30px solid #008aaf;
    cursor: pointer; }
  .section-back-top .back-top-text {
    text-align: center;
    width: 100%; }
    .section-back-top .back-top-text p {
      cursor: pointer;
      color: #ffffff;
      font-size: 16px;
      line-height: 21px;
      height: 21px;
      margin-top: 10px;
      margin-bottom: 0; }

.section-footer {
  background-color: #008aaf;
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative; }
  .section-footer .widget {
    list-style: none; }
  .section-footer .footer-paragraph {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 28px; }
  .section-footer .footer-icons {
    margin-bottom: 0; }
    .section-footer .footer-icons .icon {
      margin-right: 20px; }
  .section-footer .footer-img-container .footer-image {
    width: 100%; }
  .section-footer .footer-button-container {
    text-align: center;
    width: 100%;
    position: relative;
    bottom: 60px; }

@media screen and (max-width: 767px) {
  .section-footer .footer-paragraph {
    font-size: 14px;
    margin-bottom: 15px; }
    .section-footer .footer-paragraph .number {
      text-decoration: underline; }
  .section-footer .footer-icons {
    text-align: center;
    margin-bottom: 10px; }
    .section-footer .footer-icons .icon {
      margin-left: 10px;
      margin-right: 10px; }
  .section-footer .footer-img-container {
    margin-bottom: 15px;
    text-align: center; } }
@media screen and (max-width: 440px) {
  .section-footer {
    padding-top: 75px; }
    .section-footer .footer-paragraph {
      font-size: 18px;
      margin-bottom: 40px;
      line-height: 24px;
      text-align: center; }
    .section-footer .footer-icons {
      margin-bottom: 30px; }
    .section-footer .footer-img-container {
      margin-bottom: 50px;
      position: relative; } }
.page-content {
  margin-top: 145px;
  overflow: hidden; }
  .page-content .p-margin-xs .content-paddings p {
    margin-bottom: 10px; }
  .page-content .content-paddings {
    padding-top: 45px;
    padding-bottom: 45px; }
    .page-content .content-paddings p {
      margin-bottom: 30px; }
      .page-content .content-paddings p:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .page-content .content-paddings p:last-child {
          margin-bottom: 30px; } }
    .page-content .content-paddings h2 {
      margin-top: 50px; }
      .page-content .content-paddings h2:first-child {
        margin-top: 0; }
    .page-content .content-paddings h4 {
      margin-top: 40px;
      margin-bottom: 20px; }
      .page-content .content-paddings h4:first-child {
        margin-top: 0; }
    .page-content .content-paddings .wp-caption {
      margin-bottom: 0 !important;
      font-size: 14px; }
  .page-content .no-padding .content-paddings {
    padding: 0; }
  .page-content .top-padding .content-paddings {
    padding-bottom: 0; }
  .page-content .bottom-padding .content-paddings {
    padding-top: 0; }
  .page-content .content-list {
    margin: 0 0 30px 20px;
    padding: 0; }
    .page-content .content-list li {
      margin-bottom: 20px; }
      .page-content .content-list li a {
        text-decoration: none; }
      .page-content .content-list li:last-child {
        margin-bottom: 0; }
    .page-content .content-list.dash-list {
      list-style-type: none;
      margin-left: 50px; }
      .page-content .content-list.dash-list li {
        text-indent: -11px; }
        .page-content .content-list.dash-list li:before {
          content: "- "; }
  .page-content .section-content {
    line-height: 30px;
    /* But news CTA should always be centered */
    /* remove padding from the first content header in the section. this allows us to line up
    /* with content in an adjecent paragraph.  */ }
    .page-content .section-content a {
      text-decoration: underline; }
      .page-content .section-content a.button {
        text-decoration: none;
        /* center mobile CTA's, but left align for larger devices. */
        margin: 0 auto; }
        @media screen and (max-width: 992px) {
          .page-content .section-content a.button {
            display: table; } }
    .page-content .section-content .news a.button {
      display: table; }
    .page-content .section-content .content-header {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 30px; }
      .page-content .section-content .content-header.inline-content-header {
        margin-bottom: 20px; }
    .page-content .section-content .content-header:first-of-type {
      margin-top: 0px; }
    .page-content .section-content .content-paragraph {
      line-height: 22px;
      margin-bottom: 30px; }
    .page-content .section-content .content-email {
      margin-bottom: 55px; }
      .page-content .section-content .content-email a {
        color: #008aaf;
        font-size: 18px;
        line-height: 22px; }
    .page-content .section-content .content-image {
      max-width: 100%; }
      .page-content .section-content .content-image img {
        width: 100%; }

.desktop-hidden {
  display: none; }

.first-steps.section-3 {
  padding: 0; }

.paragraph-large {
  font-size: 28px;
  line-height: 42px; }

.paragraph-medium {
  font-size: 20px;
  line-height: 36px; }

.paragraph-small {
  font-size: 16px;
  line-height: 24px; }

.contact-address .paragraph-medium {
  line-height: 30px; }

.phone-section p.font-black, .phone-section p.phone-number {
  margin-bottom: 10px !important;
  margin-top: 0 !important; }

.phone-number {
  font-size: 60px;
  line-height: 40px;
  color: #000;
  font-weight: bold; }

.flex-content .container .content-paddings {
  display: flex; }
  .flex-content .container .content-paddings div {
    display: block; }

.flex-button {
  position: absolute;
  bottom: 0;
  left: 15px; }

.flex-text {
  padding-bottom: 50px; }

.app-fee div {
  float: left;
  margin-top: 30px; }
.app-fee div:nth-of-type(odd) {
  width: 350px;
  clear: both;
  margin-right: 50px; }
.app-fee div:nth-of-type(even) {
  font-weight: bold;
  color: #000; }

.cd-title {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  left: 15px;
  margin-top: 0 !important;
  padding: 10px;
  position: absolute;
  right: 15px;
  cursor: pointer; }
  .cd-title + p img {
    cursor: pointer; }

.cd-links {
  min-height: 30px; }

.news-page img {
  width: 100% !important; }
.news-page .news-img-height .content-header {
  height: 60px; }
.news-page .news-img-height .news-image {
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover; }

hr.hr-xs {
  border-color: #666;
  width: 280px; }
hr.hr-xxl {
  border-color: #666;
  width: 100%;
  margin-left: 0;
  margin-bottom: 40px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-header {
  margin: 0; }

.entry-meta {
  display: none; }

/* Make images mobile friendly by stretching 100% */
.section-content img {
  /* @extend .img-responsive; but not scss */
  display: block;
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 767px) {
    .section-content img {
      margin-bottom: 30px; } }
  .section-content img.aligncenter {
    display: inline-block; }

.single-post-page .col-sm-5 img {
  width: 100%; }

.background-v1 {
  background: url(../img/services-smart-program-content03.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 1279px) {
    .background-v1 {
      background-position: bottom center;
      background-size: 140%;
      min-height: 300px !important; } }

.background-v2 {
  background: url(../img/cancer-bgr.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 992px) {
    .background-v2 {
      background-position: 59% bottom;
      background-size: 290% auto; } }
  @media screen and (max-width: 768px) {
    .background-v2 {
      background-position: 79% bottom;
      background-size: 290% auto; } }

.background-v3 {
  background: url(../img/successful-aging-bgr.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .background-v3 {
      background-position: 76% 110%;
      background-size: 285% auto;
      min-height: 450px !important; } }

.background-v4 {
  background: url(../img/women-bgr-e1485459838551.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 992px) {
    .background-v4 {
      background-position: center bottom;
      background-size: 200% auto;
      min-height: 400px !important; } }

.background-v5 {
  background: url(../img/yoga-bgr.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 992px) {
    .background-v5 {
      background: none; } }

.background-v6 {
  background: url(../img/tai-chi-bgr-e1485695236112.jpg) #f7f7f9 no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .background-v6 {
      background-position: 86% bottom;
      background-size: 191% auto;
      min-height: 480px !important; } }

.background-v7 {
  background: url(../img/youth-bgr.jpg) #f7f7f9 no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 992px) {
    .background-v7 {
      background-position: 65% bottom;
      background-size: 126% auto;
      min-height: 600px !important; } }
  @media screen and (max-width: 768px) {
    .background-v7 {
      min-height: 500px !important; } }

.background-v7-1 {
  background: url(../img/schools-bgr.jpg) no-repeat;
  background-position: bottom;
  background-size: 100%; }
  @media screen and (max-width: 1279px) {
    .background-v7-1 {
      background-size: cover;
      background-position: bottom; } }
  @media screen and (max-width: 992px) {
    .background-v7-1 {
      background-position: 65% bottom;
      background-size: 126% auto;
      min-height: 370px !important; } }

.background-v8 {
  background: url(../img/speaker.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .background-v8 {
      background-position: 47% top;
      background-size: 262% auto;
      min-height: 220px !important; }
      .background-v8 .content-paddings {
        padding: 0 !important; } }
  @media screen and (max-width: 440px) {
    .background-v8 {
      background-size: 320% auto; } }

.background-v9 {
  background: url(../img/stress-reduction-bgr.jpg) #f7f7f9 no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 992px) {
    .background-v9 {
      background-position: 55% 110%; } }
  @media screen and (max-width: 768px) {
    .background-v9 {
      background-position: 76% 110%;
      background-size: 285% auto;
      min-height: 450px !important; } }

.background-v10 {
  background: url(../img/about-our-store-content02.jpg) #f7f7f9 no-repeat;
  background-position: bottom left;
  background-size: 70%; }
  @media screen and (max-width: 992px) {
    .background-v10 {
      background-position: bottom left;
      background-size: 100%;
      min-height: 450px !important; } }

.background-v11 {
  background: url(../img/doctor-tablet.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .background-v11 {
      background-position: 70%; } }

.background-v12 {
  background: url(../img/conference.jpg) no-repeat;
  background-position: top;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .background-v12 {
      background-position: center; } }

.background-v13 {
  background: url(../img/speaker_at_hub_week.jpg) no-repeat;
  background-position: calc(100% - 200px) 0;
  min-height: 423px !important; }
  @media screen and (max-width: 1400px) {
    .background-v13 {
      background-position: right; } }
  @media screen and (max-width: 992px) {
    .background-v13 {
      min-height: 300px !important;
      background-size: 30%;
      background-position: right 80px; } }
  @media screen and (max-width: 768px) {
    .background-v13 {
      background-position: bottom;
      min-height: 615px !important;
      background-size: initial; } }

@media screen and (max-width: 1279px) {
  .page-content {
    margin-top: 175px; }

  .conference-gallery h4 {
    min-height: 80px; }
  .conference-gallery p {
    line-height: 20px; }
    .conference-gallery p.margin-0 {
      min-height: 45px; } }
@media screen and (max-width: 991px) {
  .page-content {
    margin-top: 172px; } }
@media screen and (max-width: 768px) {
  .mobile-auto-height {
    min-height: 100% !important; }

  .background-hidden-xs {
    background-image: none !important; }

  .section-content .content-paddings h2 {
    margin-top: 30px; }
  .section-content .content-paddings div div p {
    margin-top: 30px; }
  .section-content .content-paddings div div:first-child p:first-of-type {
    margin-top: 0;
    margin-bottom: 0; }
  .section-content .content-paddings div div:first-child h2 + p {
    margin-top: 30px !important; }
    .section-content .content-paddings div div:first-child h2 + p.margin-t0 {
      margin-top: 0 !important; }
  .section-content .content-paddings div div:first-child h4 + p {
    margin-top: 20px !important; }
    .section-content .content-paddings div div:first-child h4 + p.margin-t0 {
      margin-top: 0 !important; }
  .section-content .content-paddings div div:last-child p:first-of-type {
    margin-top: 30px;
    margin-bottom: 0; }

  .page-content {
    margin-top: 178px; }
    .page-content .section-content .content-paddings h4 {
      margin-top: 30px; }
    .page-content .section-content .content-paddings div div .content-header:first-of-type {
      margin-top: 30px; }
    .page-content .section-content .content-paddings div div:first-child .content-header:first-of-type {
      margin-top: 0; }

  .phone-number {
    font-size: 40px; }

  .flex-content .container .content-paddings {
    display: inherit; }

  .flex-button {
    position: inherit; }

  .flex-text {
    padding-bottom: 0px; } }
@media screen and (max-width: 500px) {
  .page-content .content-paddings {
    padding-top: 30px;
    padding-bottom: 30px; }
  .page-content .section-content .content-header {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px; }
  .page-content .section-content .content-paragraph {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px; }
  .page-content .section-content .content-email {
    margin-bottom: 30px; }
    .page-content .section-content .content-email a {
      color: #008aaf;
      font-size: 16px;
      line-height: 19px; }
  .page-content .section-content .content-image {
    margin-bottom: 15px; }
  .page-content .section-content .content-list {
    margin-bottom: 20px; }
    .page-content .section-content .content-list li {
      margin-bottom: 5px; } }
@media screen and (max-width: 440px) {
  .page-content {
    margin-top: 164px; }
    .page-content .app-fee div:nth-of-type(even) {
      margin-top: 0; } }
.section-hero-single .hero-image {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 420px; }
  .section-hero-single .hero-image .mobile-image-paragraph, .section-hero-single .hero-image .mobile-hero-button {
    display: none; }
  .section-hero-single .hero-image .image-content .image-paragraph {
    margin-top: 30px;
    margin-bottom: 55px;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #000; }
  .section-hero-single .hero-image .image-content .image-button {
    font-size: 18px; }

.hero-section + .section-content .section-additional-menu-side {
  margin-top: -100px; }

.hero-section-header {
  font-size: 32px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .section-hero-single .hero-image {
    height: 300px; }
    .section-hero-single .hero-image .mobile-image-paragraph, .section-hero-single .hero-image .mobile-hero-button {
      display: block; }
    .section-hero-single .hero-image .image-content {
      display: none; }
    .section-hero-single .hero-image .mobile-image-paragraph {
      background: rgba(255, 255, 255, 0.5);
      text-align: center;
      font-size: 21px;
      line-height: 25px;
      color: #000;
      font-weight: 700;
      position: relative;
      top: -1px; }
    .section-hero-single .hero-image .mobile-hero-button {
      display: block;
      position: absolute;
      text-align: center;
      width: 100%;
      bottom: 10px; } }
.section-hero-single {
  /*
  	
  See scripts/generate_classes.py. Or simply: 
  
  sizes = ["xs","sm","md","lg","xl"]
  orientations = ["x","y"]
  percents = ["0","25","50","75","100"] 
  breakpoints = { "xs" : " (max-width:575px)", "sm" : "(min-width: 576px) and (max-width: 767px)", "md": " (min-width: 768px) and (max-width: 991px)", "lg": "(min-width: 992px) and (max-width: 1199px)" , "xl": "( min-width: 1200px)" }
  for size in sizes:
  	print "@media screen and " + breakpoints[size] + " {"
  	for orien in orientations:
  		for percent in percents:
  			print "     .bg-" + orien + "-" + size + "-" + percent + " { background-position-" + orien + ":" + percent + "% !important; }"
  print "}"
  
   */ }
  .section-hero-single .bg-x-0 {
    background-position-x: 0%; }
  .section-hero-single .bg-x-25 {
    background-position-x: 25%; }
  .section-hero-single .bg-x-50 {
    background-position-x: 50%; }
  .section-hero-single .bg-x-75 {
    background-position-x: 75%; }
  .section-hero-single .bg-x-100 {
    background-position-x: 100%; }
  @media screen and (max-width: 575px) {
    .section-hero-single .bg-x-xs-0 {
      background-position-x: 0%; }
    .section-hero-single .bg-x-xs-25 {
      background-position-x: 25%; }
    .section-hero-single .bg-x-xs-50 {
      background-position-x: 50%; }
    .section-hero-single .bg-x-xs-75 {
      background-position-x: 75%; }
    .section-hero-single .bg-x-xs-100 {
      background-position-x: 100%; }
    .section-hero-single .bg-y-xs-0 {
      background-position-y: 0%; }
    .section-hero-single .bg-y-xs-25 {
      background-position-y: 25%; }
    .section-hero-single .bg-y-xs-50 {
      background-position-y: 50%; }
    .section-hero-single .bg-y-xs-75 {
      background-position-y: 75%; }
    .section-hero-single .bg-y-xs-100 {
      background-position-y: 100%; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .section-hero-single .bg-x-sm-0 {
      background-position-x: 0%; }
    .section-hero-single .bg-x-sm-25 {
      background-position-x: 25%; }
    .section-hero-single .bg-x-sm-50 {
      background-position-x: 50%; }
    .section-hero-single .bg-x-sm-75 {
      background-position-x: 75%; }
    .section-hero-single .bg-x-sm-100 {
      background-position-x: 100%; }
    .section-hero-single .bg-y-sm-0 {
      background-position-y: 0%; }
    .section-hero-single .bg-y-sm-25 {
      background-position-y: 25%; }
    .section-hero-single .bg-y-sm-50 {
      background-position-y: 50%; }
    .section-hero-single .bg-y-sm-75 {
      background-position-y: 75%; }
    .section-hero-single .bg-y-sm-100 {
      background-position-y: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .section-hero-single .bg-x-md-0 {
      background-position-x: 0%; }
    .section-hero-single .bg-x-md-25 {
      background-position-x: 25%; }
    .section-hero-single .bg-x-md-50 {
      background-position-x: 50%; }
    .section-hero-single .bg-x-md-75 {
      background-position-x: 75%; }
    .section-hero-single .bg-x-md-100 {
      background-position-x: 100%; }
    .section-hero-single .bg-y-md-0 {
      background-position-y: 0%; }
    .section-hero-single .bg-y-md-25 {
      background-position-y: 25%; }
    .section-hero-single .bg-y-md-50 {
      background-position-y: 50%; }
    .section-hero-single .bg-y-md-75 {
      background-position-y: 75%; }
    .section-hero-single .bg-y-md-100 {
      background-position-y: 100%; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .section-hero-single .bg-x-lg-0 {
      background-position-x: 0%; }
    .section-hero-single .bg-x-lg-25 {
      background-position-x: 25%; }
    .section-hero-single .bg-x-lg-50 {
      background-position-x: 50%; }
    .section-hero-single .bg-x-lg-75 {
      background-position-x: 75%; }
    .section-hero-single .bg-x-lg-100 {
      background-position-x: 100%; }
    .section-hero-single .bg-y-lg-0 {
      background-position-y: 0%; }
    .section-hero-single .bg-y-lg-25 {
      background-position-y: 25%; }
    .section-hero-single .bg-y-lg-50 {
      background-position-y: 50%; }
    .section-hero-single .bg-y-lg-75 {
      background-position-y: 75%; }
    .section-hero-single .bg-y-lg-100 {
      background-position-y: 100%; } }
  @media screen and (min-width: 1200px) {
    .section-hero-single .bg-x-xl-0 {
      background-position-x: 0%; }
    .section-hero-single .bg-x-xl-25 {
      background-position-x: 25%; }
    .section-hero-single .bg-x-xl-50 {
      background-position-x: 50%; }
    .section-hero-single .bg-x-xl-75 {
      background-position-x: 75%; }
    .section-hero-single .bg-x-xl-100 {
      background-position-x: 100%; }
    .section-hero-single .bg-y-xl-0 {
      background-position-y: 0%; }
    .section-hero-single .bg-y-xl-25 {
      background-position-y: 25%; }
    .section-hero-single .bg-y-xl-50 {
      background-position-y: 50%; }
    .section-hero-single .bg-y-xl-75 {
      background-position-y: 75%; }
    .section-hero-single .bg-y-xl-100 {
      background-position-y: 100%; } }

.section-slider {
  width: 100%;
  position: relative; }
  .section-slider .slide {
    position: relative;
    width: 1920px;
    height: 400px;
    background-position: center;
    background-size: cover; }
    .section-slider .slide.slide01 {
      background-image: url("../img/home-page-slide01.jpg"); }
    .section-slider .slide.slide02 {
      background-image: url("../img/home-page-slide02.jpg"); }
    .section-slider .slide.slide03 {
      background-image: url("../img/home-page-slide03.jpg"); }
    .section-slider .slide .slide-mobile-button {
      display: none; }
    .section-slider .slide .slide-mobile-paragraph {
      display: none; }
    .section-slider .slide .slide-content {
      margin-top: 40px; }
      .section-slider .slide .slide-content .slide-paragraph {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 50px;
        font-weight: 700;
        color: #000; }
      .section-slider .slide .slide-content .slide-button {
        font-size: 18px; }
    .section-slider .slide.hero-slider-01 .slide-paragraph {
      width: 53%; }
    .section-slider .slide.hero-slider-02 {
      background-position: bottom; }
      .section-slider .slide.hero-slider-02 .slide-paragraph {
        width: 45%; }
  .section-slider .slick-dots {
    bottom: 0; }
    .section-slider .slick-dots li {
      opacity: 0.5;
      margin: 0 10px; }
      .section-slider .slick-dots li button {
        background-color: #008aaf;
        border-radius: 50%;
        width: 15px;
        height: 15px; }
        .section-slider .slick-dots li button::before {
          content: none; }
      .section-slider .slick-dots li.slick-active {
        opacity: 1; }

@media screen and (max-width: 991px) {
  .section-slider .slide {
    height: 420px; }
    .section-slider .slide .slide-content .slide-paragraph {
      font-size: 40px;
      width: 53%; } }
@media screen and (max-width: 767px) {
  .section-slider .slide {
    height: 300px; }
    .section-slider .slide .slide-mobile-paragraph {
      display: block;
      background: rgba(255, 255, 255, 0.5);
      text-align: center;
      font-size: 21px;
      line-height: 25px;
      color: #000;
      font-weight: 700;
      position: relative;
      top: -1px; }
    .section-slider .slide .slide-content {
      display: none; }
    .section-slider .slide .slide-mobile-button {
      display: block;
      width: 100%;
      position: absolute;
      bottom: 10px;
      text-align: center; }
  .section-slider .slick-dots {
    display: none !important; } }
.section-additional-menu-top {
  background-color: #008aaf;
  padding-top: 15px;
  padding-bottom: 15px; }
  .section-additional-menu-top .additional-menu-container::after {
    content: '';
    display: block;
    clear: both; }
  .section-additional-menu-top .additional-menu-container ul.additional-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .section-additional-menu-top .additional-menu-container ul.additional-menu li {
      float: left;
      width: 33.33%;
      transition: 0.15s all linear; }
      .section-additional-menu-top .additional-menu-container ul.additional-menu li a {
        color: #ffffff;
        display: block;
        padding: 10px 10px;
        font-size: 16px; }
        .section-additional-menu-top .additional-menu-container ul.additional-menu li a:after {
          /* add non-breaking whitespace before > */
          content: "\00a0>";
          font-size: 14px;
          white-space: nowrap; }
      .section-additional-menu-top .additional-menu-container ul.additional-menu li:hover {
        background-color: #ffffff; }
        .section-additional-menu-top .additional-menu-container ul.additional-menu li:hover a {
          color: #008aaf; }

.section-additional-menu-side {
  min-width: 200px;
  background-color: #008aaf;
  margin-top: 0; }
  .section-additional-menu-side ul.additional-menu {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .section-additional-menu-side ul.additional-menu li {
      transition: 0.15s all linear;
      padding: 5px 10px; }
      .section-additional-menu-side ul.additional-menu li a {
        color: #ffffff;
        display: block;
        padding: 10px 10px;
        font-size: 16px;
        text-decoration: none; }
        .section-additional-menu-side ul.additional-menu li a:after {
          /* add non-breaking whitespace before > */
          content: "\00a0>";
          font-size: 14px;
          white-space: nowrap; }
      .section-additional-menu-side ul.additional-menu li:hover {
        background-color: #ffffff; }
        .section-additional-menu-side ul.additional-menu li:hover a {
          color: #008aaf; }
  .section-additional-menu-side h3 {
    color: #FFF !important; }
  .section-additional-menu-side .archive-list {
    list-style-type: none;
    padding-left: 0; }
    .section-additional-menu-side .archive-list li {
      padding-bottom: 20px; }
      .section-additional-menu-side .archive-list li a {
        color: #FFF !important; }
  .section-additional-menu-side .below-content-box {
    padding: 15px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px; }

@media screen and (max-width: 767px) {
  .section-additional-menu-top .additional-menu-container ul.additional-menu li {
    width: 50%; }

  .section-additional-menu-side {
    margin-left: -15px;
    margin-right: -15px; } }
@media screen and (max-width: 500px) {
  .section-additional-menu-top .additional-menu-container ul.additional-menu li {
    width: 100%;
    text-align: center; } }
.ai1ec-calendar-toolbar {
  border: none; }

.ai1ec-month-view .ai1ec-event, .ai1ec-week-view .ai1ec-event, .ai1ec-oneday-view .ai1ec-event {
  white-space: normal;
  padding: 7px; }

.ai1ec-month-view .ai1ec-event {
  height: auto; }

.ai1ec-title-buttons .ai1ec-btn-group {
  margin-left: 0; }

.ai1ec-month-view .ai1ec-day-stretcher {
  height: 120px; }

.timely .ai1ec-btn-default {
  color: #666; }

.event-page {
  margin-bottom: 60px; }
  .event-page p {
    margin-bottom: 30px; }

.entry-content .timely .ai1ec-btn-default, .comment-content .timely .ai1ec-btn-default, .site-footer .widget .timely .ai1ec-btn-default {
  color: #666 !important; }

.timely {
  color: #0088ae; }

.ai1ec-field-label {
  color: #000; }

@media screen and (max-width: 440px) {
  .ai1ec-views-dropdown {
    margin-left: 0; }

  .ai1ec-pull-right {
    float: none !important; } }
.gsc-above-wrapper-area {
  border-bottom: none !important; }

.section-default-content {
  margin-top: 175px;
  padding-top: 25px; }

@media screen and (min-width: 992px) {
  .home-page .section-slider .slide {
    height: 420px; } }
@media screen and (min-width: 2000px) {
  .home-page .section-slider .slide {
    height: 700px; } }
.home-page .divider {
  display: none; }
.home-page .hero-section {
  padding-top: 50px;
  padding-bottom: 55px; }
.home-page .hero-section-header {
  margin-top: 0px;
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: 700; }
.home-page .hero-section-subheader {
  font-size: 26px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 34px;
  color: #666; }
.home-page .hero-section-paragraph {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  font-weight: 300; }
.home-page .hero-section-list {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px; }
.home-page .hero-section-image-container img {
  width: 100%; }
.home-page .recent-news-image {
  margin-bottom: 15px;
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .home-page .recent-news-image img {
    width: 100%; }
.home-page .recent-news-description {
  font-size: 23px;
  margin-bottom: 15px;
  text-align: center;
  color: #000;
  font-weight: 700;
  height: 60px; }
.home-page .recent-news {
  padding-top: 55px;
  padding-bottom: 55px; }
  .home-page .recent-news .recent-news-header {
    text-align: center;
    margin-bottom: 55px;
    font-weight: 700; }

@media screen and (max-width: 992px) {
  .home-page .recent-news-description {
    height: auto;
    min-height: auto; } }
@media screen and (max-width: 767px) {
  .home-page .recent-news-description {
    height: auto;
    margin-bottom: 20px !important; }
  .home-page .hero-section {
    padding-top: 25px;
    padding-bottom: 25px; }
    .home-page .hero-section .hero-section-header {
      margin-bottom: 15px;
      font-size: 24px; }
    .home-page .hero-section .hero-section-subheader {
      font-size: 21px; }
    .home-page .hero-section .hero-section-list {
      padding-left: 20px;
      font-size: 15px;
      line-height: 23px; }
  .home-page .recent-news {
    padding-top: 25px;
    padding-bottom: 25px; }
    .home-page .recent-news .recent-news-header {
      font-size: 24px;
      margin: 0 0 20px; }
    .home-page .recent-news .recent-news-container {
      margin-bottom: 60px; }
      .home-page .recent-news .recent-news-container .recent-news-description {
        height: auto;
        font-size: 17px;
        padding: 0 15px; } }
.about-mission-history-page .section-hero-single .hero-image {
  background-image: url("../img/about-page-slide01.jpg");
  height: 440px; }
.about-mission-history-page .section-content .content-image {
  width: 100%;
  padding-top: 35px;
  margin-bottom: 35px; }
.about-mission-history-page .section-content .content-header {
  padding-top: 35px; }
.about-mission-history-page .section-content .content-paragraph {
  margin-bottom: 35px; }

@media screen and (max-width: 767px) {
  .about-mission-history-page .section-hero-single .hero-image {
    height: 300px; } }
.about-contact-us-page .section-hero-single .hero-image {
  background-image: url("../img/about-page-slide01.jpg");
  height: 440px; }
.about-contact-us-page .section-content .map-container iframe {
  width: 100%;
  height: 550px;
  border: none;
  margin-bottom: 40px; }
.about-contact-us-page .section-content .directions-container .direction-img-container {
  position: relative;
  margin-bottom: 30px; }
  .about-contact-us-page .section-content .directions-container .direction-img-container .direction-image {
    width: 100%; }
  .about-contact-us-page .section-content .directions-container .direction-img-container .direction-button-container {
    left: 5%;
    width: 90%;
    position: absolute;
    bottom: 15px; }
    .about-contact-us-page .section-content .directions-container .direction-img-container .direction-button-container button {
      width: 90%; }
      .about-contact-us-page .section-content .directions-container .direction-img-container .direction-button-container button span {
        font-size: 17px; }

@media screen and (max-width: 767px) {
  .about-contact-us-page .section-hero-single .hero-image {
    height: 300px; } }
.about-our-store-page .section-hero-single .hero-image {
  background-image: url("../img/about-page-slide01.jpg");
  height: 440px; }
.about-our-store-page .section-content .videos-section {
  padding-top: 50px;
  padding-bottom: 50px; }
.about-our-store-page .section-content .discs-section {
  background-image: url("../img/about-our-store-content02.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 100px; }

@media screen and (max-width: 767px) {
  .about-our-store-page .section-hero-single .hero-image {
    height: 300px; } }
.about-staff-page {
  background-color: #f7f7f8;
  font-size: 16px; }
  .about-staff-page .section-hero-single .hero-image {
    background-image: url("../img/about-page-slide01.jpg");
    height: 440px; }

.services-treatments-services-page .section-hero-single .hero-image {
  background-image: url("../img/services-treatments-slide01.jpg");
  height: 440px; }
.services-treatments-services-page .section-content .content-paragraph {
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 45px; }
.services-treatments-services-page .section-content .content-list {
  margin-bottom: 55px;
  font-size: 21px;
  line-height: 24px; }
.services-treatments-services-page .phone-number {
  background-image: url("../img/services-treatments-content04.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain; }
  .services-treatments-services-page .phone-number .number-paragraph {
    font-weight: 700;
    margin-bottom: 65px;
    font-size: 60px;
    line-height: 60px; }

@media screen and (max-width: 767px) {
  .services-treatments-services-page .section-hero-single .hero-image {
    height: 300px; }
  .services-treatments-services-page .phone-number {
    background-image: none; }
    .services-treatments-services-page .phone-number .number-paragraph {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 25px; } }
@media screen and (max-width: 500px) {
  .services-treatments-services-page .section-content .content-paragraph {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px; }
  .services-treatments-services-page .section-content .content-list {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px; } }
.services-first-steps-page .section-hero-single .hero-image {
  background-image: url("../img/services-first-steps-slide01.jpg");
  height: 440px; }
.services-first-steps-page .section-content .step1 {
  background-image: url("../img/services-first-steps-step01.jpg");
  background-size: cover;
  background-position: center;
  color: #000; }
  .services-first-steps-page .section-content .step1 .content-paragraph {
    margin-bottom: 20px; }
  .services-first-steps-page .section-content .step1 .phone-number {
    font-size: 60px;
    line-height: 66px;
    font-color: #ffffff; }
.services-first-steps-page .section-content .step2 {
  background-color: #f7f7f8; }
.services-first-steps-page .section-content .testimonials {
  background-color: #f7f7f8; }

@media screen and (max-width: 767px) {
  .services-first-steps-page .section-hero-single .hero-image {
    height: 300px; } }
.services-smart-program-page .section-hero-single .hero-image {
  background-image: url("../img/services-smart-program-slide01.jpg");
  height: 440px; }
  @media screen and (max-width: 600px) {
    .services-smart-program-page .section-hero-single .hero-image {
      background-position-x: 1100px; } }
  @media screen and (max-width: 600px) {
    .services-smart-program-page .section-hero-single .hero-image {
      background-position-x: 1050px; } }
  @media screen and (max-width: 500px) {
    .services-smart-program-page .section-hero-single .hero-image {
      background-position-x: 1000px; } }
  @media screen and (max-width: 400px) {
    .services-smart-program-page .section-hero-single .hero-image {
      background-position-x: 955px; } }
.services-smart-program-page .call {
  background-image: url("../img/services-smart-program-content02.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 110px;
  padding-bottom: 110px; }
  .services-smart-program-page .call .phone-number {
    font-size: 60px;
    line-height: 66px;
    color: #000; }

@media screen and (max-width: 767px) {
  .services-smart-program-page .section-hero-single .hero-image {
    height: 300px; } }
.services-cancer-page .section-hero-single .hero-image {
  background-image: url("../img/services-cancer-slide01.jpg");
  height: 440px; }
.services-cancer-page .phone .phone-background {
  padding-top: 80px;
  padding-bottom: 150px;
  background-image: url("../img/services-cancer-content03.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #000; }
  .services-cancer-page .phone .phone-background .number-paragraph {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 70px; }

@media screen and (max-width: 767px) {
  .services-cancer-page .section-hero-single .hero-image {
    height: 300px; } }
.services-successful-aging-page .section-hero-single .hero-image {
  background-image: url("../img/services-successful-aging-slide01.jpg");
  height: 440px; }
.services-successful-aging-page .phone .phone-number {
  background-image: url("../img/services-successful-aging-conten02.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 80px;
  padding-bottom: 150px;
  color: #000; }
  .services-successful-aging-page .phone .phone-number .number-paragraph {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .services-successful-aging-page .section-hero-single .hero-image {
    height: 300px; } }
.single-staff-page h1 {
  color: #333333;
  margin-bottom: 60px; }
.single-staff-page .staff-image {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left; }
.single-staff-page .staff-position {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 15px; }
.single-staff-page .staff-content {
  margin-bottom: 60px; }

.single-event-page .register-section {
  float: right;
  width: 300px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #0088ae;
  color: #ffffff; }
  .single-event-page .register-section .sign-up-message a {
    color: #ffffff; }
  .single-event-page .register-section .event-details-table {
    margin-bottom: 25px; }
    .single-event-page .register-section .event-details-table tr td {
      padding-right: 25px; }
  .single-event-page .register-section .add_to_cart_inline {
    border: none !important;
    padding: 0 !important; }
    .single-event-page .register-section .add_to_cart_inline .woocommerce-Price-amount {
      display: none; }

.single-class-page .events-table {
  width: 100%;
  margin-bottom: 25px; }
  .single-class-page .events-table .event-row .table-cell {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #eee; }
    .single-class-page .events-table .event-row .table-cell .calendar-box {
      border: 2px solid #008aaf;
      width: 50px;
      text-align: center;
      font-size: 16px;
      line-height: 22px; }
      .single-class-page .events-table .event-row .table-cell .calendar-box .calendar-text {
        background-color: #008aaf;
        color: #ffffff; }
      .single-class-page .events-table .event-row .table-cell .calendar-box .calendar-num {
        color: #008aaf; }
    .single-class-page .events-table .event-row .table-cell .class-title {
      display: block;
      margin-bottom: 5px; }
    .single-class-page .events-table .event-row .table-cell .class-times {
      font-size: 14px; }
    .single-class-page .events-table .event-row .table-cell .class-starts {
      font-size: 14px;
      line-height: 18px; }
    .single-class-page .events-table .event-row .table-cell .register-single {
      text-align: center; }
      .single-class-page .events-table .event-row .table-cell .register-single a {
        margin-bottom: 10px; }
    .single-class-page .events-table .event-row .table-cell .register-group {
      text-align: center; }
      .single-class-page .events-table .event-row .table-cell .register-group a {
        font-size: 14px;
        padding: 2px 10px; }
    .single-class-page .events-table .event-row .table-cell .product.woocommerce {
      border: none !important;
      padding: 0 !important;
      margin: 0 !important; }
      .single-class-page .events-table .event-row .table-cell .product.woocommerce .amount {
        display: none; }
.single-class-page .sign-up-button {
  font-size: 100%;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  line-height: 1;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  transition: 0.15s all linear;
  text-decoration: none !important; }
  .single-class-page .sign-up-button:hover {
    background-color: #dad8da; }
.single-class-page .sign-up-message {
  font-size: 18px;
  margin-top: 15px; }

@media screen and (max-width: 767px) {
  .single-class-page .events-table .event-row.event-data .table-cell {
    border-top: 1px solid #eee; }
  .single-class-page .events-table .event-row .table-cell {
    border: none; }
    .single-class-page .events-table .event-row .table-cell.visible-xs-block {
      display: table-cell !important; }
    .single-class-page .events-table .event-row .table-cell .register-single {
      display: inline-block; } }
.research-team-page .tabs-container .contents-container .tab-content .item-container .item-header {
  margin-bottom: 0; }

.register-page .woocommerce {
  width: 70%;
  margin: auto; }
  .register-page .woocommerce .u-column1.col-1 {
    display: none; }
  .register-page .woocommerce .u-column2.col-2 {
    float: none;
    width: 100%; }
    .register-page .woocommerce .u-column2.col-2 h2 {
      display: none; }
  .register-page .woocommerce .register-set-1 {
    float: left;
    width: 48%;
    margin-right: 2%; }
  .register-page .woocommerce .register-set-2 {
    float: left;
    width: 48%;
    margin-left: 2%; }
@media screen and (max-width: 767px) {
  .register-page .woocommerce {
    width: 100%; } }

.page-shop {
  padding: 35px 0; }

.waiting-list label input {
  width: 450px; }
@media (max-width: 500px) {
  .waiting-list label input {
    max-width: 100%; } }

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