@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@font-face {
  font-family: 'Cheers';
  src: url("cheers.ttf"); }
@media (max-width: 1340px) {
  .viewpoint-desktop-full .x-column {
    width: 100%;
    text-align: center; } }
@media (max-width: 1020px) {
  .viewpoint-laptop-full .x-column {
    width: 100%;
    text-align: center; } }
@media (max-width: 700px) {
  .viewpoint-tablet-full .x-column {
    width: 100%;
    text-align: center; } }

body .x-btn,
body .x-btn.x-btn-global,
body input[type="submit"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0px;
  padding: 0px 10px;
  line-height: 32px;
  min-width: 180px;
  background-color: transparent;
  border: 2px solid black;
  text-shadow: none;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-weight: 600; }
  body .x-btn:hover,
  body .x-btn.x-btn-global:hover,
  body input[type="submit"]:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin: 0px;
    border: 2px solid black;
    background-color: black;
    text-shadow: none; }
body .x-btn.form-button {
  color: white;
  border-color: #333333;
  background-color: #333333; }
  body .x-btn.form-button:hover {
    border-color: #6CB7AB;
    background-color: #6CB7AB; }

.cs-error {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #dca7a7;
  margin-bottom: 20px;
  font-size: 16px;
  color: #a94442;
  text-shadow: 0px 0px 5px white;
  font-weight: 600;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6">      <rect width="6" height="6" fill="transparent"/><path d="M0 6L6 0ZM7 5L5 7ZM-1 1L1 -1Z" stroke="#f2dede" stroke-width="2"/></svg>');
  padding: 20px; }

body input[type="text"],
body input[type="email"],
body input[type="tel"],
body textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  vertical-align: top;
  border: 1px solid #BBBBBB;
  margin: 0px;
  width: 100%;
  color: #000000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300; }
  body input[type="text"]::-webkit-input-placeholder,
  body input[type="email"]::-webkit-input-placeholder,
  body input[type="tel"]::-webkit-input-placeholder,
  body textarea::-webkit-input-placeholder {
    color: #333333;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  body input[type="text"]:-moz-placeholder,
  body input[type="email"]:-moz-placeholder,
  body input[type="tel"]:-moz-placeholder,
  body textarea:-moz-placeholder {
    color: #333333;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  body input[type="text"]::-moz-placeholder,
  body input[type="email"]::-moz-placeholder,
  body input[type="tel"]::-moz-placeholder,
  body textarea::-moz-placeholder {
    color: #333333;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  body input[type="text"]:-ms-input-placeholder,
  body input[type="email"]:-ms-input-placeholder,
  body input[type="tel"]:-ms-input-placeholder,
  body textarea:-ms-input-placeholder {
    color: #333333;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  body input[type="text"]:focus,
  body input[type="email"]:focus,
  body input[type="tel"]:focus,
  body textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #6CB7AB; }
body input[type="text"],
body input[type="email"],
body input[type="tel"] {
  height: 36px; }
body .wpcf7-form input[type="submit"] {
  margin-top: 20px; }
body .wpcf7-form input[type="text"],
body .wpcf7-form input[type="email"],
body .wpcf7-form input[type="tel"],
body .wpcf7-form textarea {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px; }
  body .wpcf7-form input[type="text"]:focus,
  body .wpcf7-form input[type="email"]:focus,
  body .wpcf7-form input[type="tel"]:focus,
  body .wpcf7-form textarea:focus {
    border-color: #6CB7AB; }
  body .wpcf7-form input[type="text"].wpcf7-not-valid,
  body .wpcf7-form input[type="email"].wpcf7-not-valid,
  body .wpcf7-form input[type="tel"].wpcf7-not-valid,
  body .wpcf7-form textarea.wpcf7-not-valid {
    border-bottom-color: #db2e17;
    margin-bottom: 0px; }
body .wpcf7-form textarea {
  min-height: 120px; }
body .wpcf7-form .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #db2e17; }
body .wpcf7-form .ajax-loader {
  margin-top: 17px;
  display: inline-block;
  height: 35px !important;
  margin-left: 8px;
  -webkit-animation: spin 1s linear 0s infinite;
  -moz-animation: spin 1s linear 0s infinite;
  -o-animation: spin 1s linear 0s infinite;
  -ms-animation: spin 1s linear 0s infinite;
  animation: spin 1s linear 0s infinite; }
@media (max-width: 1020px) {
  body .wpcf7-form {
    margin-top: 40px;
    text-align: center; }
    body .wpcf7-form .ajax-loader {
      width: 100%;
      display: inline-block;
      text-align: center;
      margin: 0px;
      margin-top: 20px; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }
body ul {
  font-size: 0px;
  list-style: none;
  margin: 0px; }
body,
body ul li,
body .x-text,
body .entry-content {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300; }
body a {
  color: #6CB7AB; }
  body a:hover {
    color: #8ec8bf; }
body p b,
body p strong {
  font-weight: 600; }
body .semi-bold {
  font-weight: 500; }
body.conditions-treatments .h1,
body.conditions-treatments .h2,
body.conditions-treatments .h3 {
  text-transform: none; }
  body.conditions-treatments .h1 span,
  body.conditions-treatments .h2 span,
  body.conditions-treatments .h3 span {
    display: block;
    margin-top: 15px;
    font-weight: 400; }
  body.conditions-treatments .h1:before,
  body.conditions-treatments .h2:before,
  body.conditions-treatments .h3:before {
    display: inline-block;
    content: '';
    width: 70px;
    height: 5px;
    background-color: rgba(108, 183, 171, 0.5);
    display: block; }
  @media (max-width: 700px) {
    body.conditions-treatments .h1,
    body.conditions-treatments .h2,
    body.conditions-treatments .h3 {
      text-align: center; }
      body.conditions-treatments .h1:before,
      body.conditions-treatments .h2:before,
      body.conditions-treatments .h3:before {
        display: inline-block; } }
body.conditions-treatments .h1 {
  font-size: 28px;
  margin-bottom: 40px; }
body.conditions-treatments .h2 {
  font-size: 22px;
  margin-bottom: 30px; }
body.conditions-treatments .h3 {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 26px; }
body .business-name {
  color: #6CB7AB;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px; }
  body .business-name p {
    margin-bottom: 0px;
    color: #6CB7AB; }
  body .business-name:after {
    display: inline-block;
    content: '';
    width: 70px;
    height: 5px;
    background-color: rgba(108, 183, 171, 0.5); }
    .top-footer body .business-name:after {
      margin: auto; }
body .x-text {
  margin-bottom: 0px; }
  body .x-text p {
    margin-bottom: 25px; }
  body .x-text ul {
    margin-bottom: 25px; }
    body .x-text ul li {
      padding-left: 45px;
      text-indent: -19px;
      margin-bottom: 12px; }
      body .x-text ul li:before {
        font-family: FontAwesome;
        content: '•';
        color: #6CB7AB;
        padding-right: 10px; }
body.search .h-custom-headline.h2 {
  line-height: 24px; }
  body.search .h-custom-headline.h2 span {
    margin: 0px;
    padding: 0px;
    font-size: 21px;
    font-weight: 600;
    text-transform: none !important; }
    body.search .h-custom-headline.h2 span em {
      font-style: normal;
      font-weight: 300; }
  body.search .h-custom-headline.h2:before {
    display: none; }
body.search h3 {
  font-size: 21px; }

p, a, h1, h2, h3, h4, h5, h6, span, li {
  color: #333333; }
  .banner p, .banner a, .banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6, .banner span, .banner li {
    color: white; }
  body p, body a, body h1, body h2, body h3, body h4, body h5, body h6, body span, body li {
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.cs-ta-center .x-1-1 .h-custom-headline, .cs-ta-center .x-1-1 .x-text {
  max-width: 640px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.cs-ta-center .h4.no-line,
.cs-ta-center .h5.no-line {
  padding-bottom: 20px; }
  .cs-ta-center .h4.no-line:after,
  .cs-ta-center .h5.no-line:after {
    display: none; }
.cs-ta-center .h4:after,
.cs-ta-center .h5:after {
  left: 50%;
  margin-left: -200px; }
  @media (max-width: 500px) {
    .cs-ta-center .h4:after,
    .cs-ta-center .h5:after {
      margin-left: -100px; } }

.x-column {
  padding: 0px; }
  .x-column > *:last-child,
  .x-column > *:last-child > *:last-child {
    margin-bottom: 0px; }

.h-custom-headline, .x-text {
  margin-bottom: 40px; }

.banner {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
    text-align: center;
    padding: 0px 10%;
    margin: 0px;
    text-transform: none; }
  .banner h1 {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 40px; }
  .banner p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    padding: 0px 25%; }
  .banner:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2); }
  .banner .x-column.x-1-1 .h-custom-headline, .banner .x-column.x-1-1 .x-text {
    max-width: inherit; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
    letter-spacing: 0.02em; }

.h2 {
  margin-bottom: 0px; }
  .h2 span {
    font-size: 28px;
    font-weight: 600; }

.h-custom-headline.h4, .h-custom-headline.h5 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .h-custom-headline.h4 span, .h-custom-headline.h5 span {
    font-size: 15px;
    font-weight: 600;
    color: #6CB7AB; }
  .h-custom-headline.h4:after, .h-custom-headline.h5:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    max-width: 400px;
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0px; }
    @media (max-width: 500px) {
      .h-custom-headline.h4:after, .h-custom-headline.h5:after {
        max-width: 200px; } }
  @media (max-width: 1340px) {
    .viewpoint-desktop-full .h-custom-headline.h4:after, .viewpoint-desktop-full .h-custom-headline.h5:after {
      left: 50%;
      margin-left: -200px; } }
  @media (max-width: 700px) {
    .viewpoint-tablet-full .h-custom-headline.h4:after, .viewpoint-tablet-full .h-custom-headline.h5:after {
      left: 50%;
      margin-left: -200px; } }
  @media (max-width: 1020px) {
    .viewpoint-laptop-full .h-custom-headline.h4:after, .viewpoint-laptop-full .h-custom-headline.h5:after {
      left: 50%;
      margin-left: -200px; } }
  @media (max-width: 500px) {
    .viewpoint-desktop-full .h-custom-headline.h4:after, .viewpoint-desktop-full .h-custom-headline.h5:after, .viewpoint-tablet-full .h-custom-headline.h4:after, .viewpoint-tablet-full .h-custom-headline.h5:after, .viewpoint-laptop-full .h-custom-headline.h4:after, .viewpoint-laptop-full .h-custom-headline.h5:after {
      margin-left: -100px; } }

.h-custom-headline.h5 span {
  font-size: 30px; }

.text-theme-color, .text-theme-color p {
  color: #6CB7AB !important; }

.bottom-footer {
  background-color: #F3F3F3 !important; }
  .bottom-footer .x-column {
    font-size: 12px;
    font-weight: 300; }

.logo-background {
  position: relative;
  overflow: hidden; }
  .logo-background:after {
    pointer-events: none;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../../images/logo-transparent.svg);
    background-repeat: no-repeat;
    background-size: 704px;
    background-position: left bottom; }

.right-side-bar-blog .x-column {
  text-align: left; }
  .right-side-bar-blog .x-column.x-1-1 .x-text,
  .right-side-bar-blog .x-column.x-1-1 .h-custom-headline {
    max-width: inherit; }
  .right-side-bar-blog .x-column .x-text {
    margin-bottom: 10px; }
    .right-side-bar-blog .x-column .x-text p {
      margin-bottom: 0px; }
.right-side-bar-blog .h-custom-headline.h5 {
  font-weight: 600 !important;
  text-transform: none;
  margin-bottom: 20px; }
  .right-side-bar-blog .h-custom-headline.h5:before {
    display: inline-block;
    content: '';
    width: 70px;
    height: 5px;
    background-color: rgba(108, 183, 171, 0.5);
    display: block;
    margin-bottom: 20px;
    margin-top: 30px; }
.right-side-bar-blog .x-search-shortcode {
  margin-bottom: 30px; }
@media (max-width: 700px) {
  .right-side-bar-blog .x-column {
    text-align: center; }
  .right-side-bar-blog .x-search-shortcode {
    margin-top: 60px; }
  .right-side-bar-blog .h-custom-headline.h5:before {
    display: inline-block; }
  .right-side-bar-blog .h-custom-headline.h5 span {
    display: block; }
  .right-side-bar-blog .category-list ul {
    margin: 20px 0px; }
    .right-side-bar-blog .category-list ul li {
      text-align: center; }
      .right-side-bar-blog .category-list ul li a:hover {
        padding: 0px; } }

.search-result-list ul {
  list-style: none; }
  .search-result-list ul li h3 {
    font-weight: 500;
    color: #8ec8bf; }
  .search-result-list ul li a {
    color: grey; }
    .search-result-list ul li a:hover {
      color: black; }
      .search-result-list ul li a:hover h3 {
        color: #6CB7AB; }
.search-result-list .h-custom-headline em {
  font-weight: 300;
  font-style: normal; }

.top-footer {
  border-top: 1px solid #CCCCCC; }
  .top-footer .x-column {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #333333; }
    .top-footer .x-column a {
      font-weight: 600; }
      .top-footer .x-column a.phone {
        font-weight: 300;
        color: #333333; }
        .top-footer .x-column a.phone:hover {
          color: #6CB7AB; }
    .top-footer .x-column .contact-info .x-text {
      margin-bottom: 0px; }
    @media (max-width: 1020px) {
      .top-footer .x-column {
        text-align: center; } }

.x-blockquote {
  font-size: 24px;
  font-style: italic;
  border: none;
  padding: 0px;
  color: #6CB7AB;
  font-weight: 400;
  margin: 45px; }
  .x-blockquote .x-cite {
    font-size: 14px; }

.x-entry-share {
  text-align: left; }
  .x-entry-share p {
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
    font-size: 14px;
    color: #000000; }
    .x-entry-share p:after {
      content: ': '; }
  .x-entry-share .x-share-options {
    display: inline-block; }
    .x-entry-share .x-share-options a {
      text-align: center;
      width: 30px; }
      .x-entry-share .x-share-options a:hover {
        color: #6CB7AB;
        background-color: transparent; }

.x-pagination ul li a,
.x-pagination ul li .current {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #6CB7AB; }
.x-pagination ul li .current {
  background-color: #6CB7AB; }
.x-pagination ul li a,
.x-pagination ul li .expand {
  color: #6CB7AB; }
.x-pagination ul li a:hover {
  color: white;
  background-color: #6CB7AB; }
.x-pagination ul li a.prev-next {
  line-height: 28px; }

div#first-section {
    padding-top: 0 !important;
}

.x-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }
  .x-section#x-section-1 {
    padding-top: 150px !important; }
    @media (max-width: 1340px) {
      .x-section#x-section-1 {
        padding-top: 80px !important; } }
    .global-module .x-section#x-section-1 {
      padding-top: 0px !important; }
    .error404 .x-section#x-section-1, .x-section#x-section-1.bg-image {
      padding-top: 80px !important; }
  .x-section .x-container.width {
    max-width: 1280px;
    width: 100%; }
    @media (max-width: 1340px) {
      .x-section .x-container.width {
        max-width: 960px; } }
    @media (max-width: 1020px) {
      .x-section .x-container.width {
        max-width: 640px; } }
    @media (max-width: 700px) {
      .x-section .x-container.width {
        max-width: 440px; } }
  @media (max-width: 500px) {
    .x-section .x-column {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  .x-section .logo-bg:before {
    pointer-events: none;
    display: block;
    position: absolute;
    content: '';
    background-image: url(../../images/logo-bg.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px; }
  @media (max-width: 1020px) {
    .x-section .logo-bg {
      background-image: url(../../images/logo-bg.svg);
      background-repeat: no-repeat;
      background-position: right bottom; }
      .x-section .logo-bg:before {
        display: none; } }
  .x-section.no-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    .x-section.no-padding > .x-container > .x-column {
      padding-left: 0px !important;
      padding-right: 0px !important; }

.entry-404 {
  margin-top: 110px; }
  @media (max-width: 1340px) {
    .entry-404 {
      margin-top: 40px; } }

.footer-text span {
  display: inline-block;
  padding: 0px 5px; }
  @media (max-width: 1020px) {
    .footer-text span {
      display: block;
      font-size: 0px; } }

a.cheers-logo {
  font-family: 'Cheers'; }

.global-module-tool {
  position: relative; }
  .global-module-tool .edit-link,
  .global-module-tool .table-container {
    width: 100%;
    height: 100%; }
  .global-module-tool .edit-link {
    z-index: 100000000;
    top: 0px;
    left: 0px;
    background-color: gray;
    text-align: center;
    opacity: 0; }
    .global-module-tool .edit-link:hover {
      opacity: 1; }
  .global-module-tool .table-container {
    display: table;
    vertical-align: middle; }
  .global-module-tool .cell-container {
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0px 0px 5px black;
    font-size: 20px;
    color: white; }

/* No files to import found in ../../besthemoth-framework/core/templates/* */
.following-menu {
  z-index: 1;
  position: fixed;
  right: 0px;
  top: 50%; }
  @media (max-width: 1340px) {
    .following-menu {
      display: none; } }
  .following-menu * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .following-menu .container:hover ul {
    margin-right: 0px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2); }
  .following-menu.open .container ul {
    margin-right: 0px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2); }
  .following-menu .container {
    position: relative; }
    .following-menu .container h5 {
      -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      z-index: 0;
      background-color: #6CB7AB;
      color: white;
      font-size: 0px;
      position: absolute;
      text-align: center;
      top: 50%;
      right: 0px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin-top: -25px; }
      .following-menu .container h5:before {
        font-family: FontAwesome;
        content: '\f067';
        font-size: 20px;
        line-height: 50px; }
    .following-menu .container ul {
      transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      position: relative;
      z-index: 1;
      display: block;
      background-color: #333333;
      width: 275px;
      padding: 35px;
      margin-right: -275px; }
      .following-menu .container ul li {
        display: block; }
        .following-menu .container ul li.header {
          font-size: 16px;
          font-weight: 600;
          color: white;
          margin-bottom: 15px;
          text-transform: uppercase; }
      .following-menu .container ul a {
        transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        font-size: 14px;
        font-weight: 400;
        color: white;
        display: block;
        border-bottom: 1px solid #555555;
        margin-bottom: 6px;
        padding: 3px 0px; }
        .following-menu .container ul a:hover {
          color: #6CB7AB;
          border-color: #6CB7AB;
          padding-left: 10px; }
      .following-menu .container ul > ul {
        display: none; }

.full-height-section {
  display: table;
  width: 100%; }
  .full-height-section .x-container {
    display: table-cell;
    vertical-align: middle; }
    .full-height-section .x-container .x-column {
      width: 88%;
      max-width: 1280px;
      margin-left: auto !important;
      margin-right: auto !important;
      padding: 40px 0px !important;
      float: none; }

.navigation-menu {
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  padding: 0px !important;
  padding-top: 20px !important;
  background-color: rgba(255, 255, 255, 0.9); }
  .navigation-menu:hover {
    background-color: white; }
  @media (max-width: 1280px) {
    .navigation-menu {
      display: none; } }
  .navigation-menu a {
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1); }
    .navigation-menu a, .navigation-menu a:hover {
      color: #000000; }
    .navigation-menu a.phone {
      font-weight: 700; }
      .navigation-menu a.phone:before {
        font-family: FontAwesome;
        content: '\f095';
        padding-right: 4px; }
  .navigation-menu .x-container.width {
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    margin: auto;
    position: relative;
    padding-top: 0px;
    font-size: 0px; }
    .navigation-menu .x-container.width > * {
      display: block;
      vertical-align: top;
      font-size: 14px; }
  .navigation-menu .line {
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    padding-top: 10px;
    border-bottom: 1px solid #000000;
    clear: both;
    margin: auto;
    max-width: 100%;
    opacity: 0.1; }
  .navigation-menu .logo-container {
    float: left; }
    .navigation-menu .logo-container > * {
      display: inline-block;
      vertical-align: top; }
    .navigation-menu .logo-container .logo img {
      width: 80px;
      height: auto; }
    .navigation-menu .logo-container .text svg,
    .navigation-menu .logo-container .text img {
      width: 200px;
      height: 50px;
      margin-top: 24px;
      margin-left: 12px; }
    .navigation-menu .logo-container .text svg {
      transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1); }
      .navigation-menu .logo-container .text svg path {
        transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        fill: #000000; }
  .navigation-menu .menu-container {
    float: right; }
    .navigation-menu .menu-container ul {
      margin-top: 30px;
      font-size: 0px; }
      .navigation-menu .menu-container ul li {
        position: relative;
        display: inline-block;
        padding: 0px 10px; }
        .navigation-menu .menu-container ul li a {
          position: relative;
          display: block;
          overflow: hidden;
          padding: 0px 3px;
          padding-bottom: 1px; }
          .navigation-menu .menu-container ul li a:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            left: -100%;
            bottom: 0px;
            background-color: white;
            transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
            -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
            -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
            -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
            -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1); }
        .navigation-menu .menu-container ul li:hover ul {
          opacity: 1;
          pointer-events: all;
          margin-top: 0px; }
        .navigation-menu .menu-container ul li:hover > a:after {
          left: 0px; }
        .navigation-menu .menu-container ul li ul {
          transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
          -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
          -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
          -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
          -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
          pointer-events: none;
          position: absolute;
          background-color: #434343;
          padding: 35px 30px;
          z-index: 1;
          margin: 0px;
          margin-top: 10px;
          border-bottom: 5px solid #6CB7AB;
          opacity: 0; }
          .navigation-menu .menu-container ul li ul li {
            display: block; }
          .navigation-menu .menu-container ul li ul li:last-child {
            padding-right: 10px; }
          .navigation-menu .menu-container ul li ul a {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0px 2px;
            margin: 5px 0px;
            min-width: 120px;
            color: white;
            text-transform: none; }
            .navigation-menu .menu-container ul li ul a span {
              color: white; }
            .navigation-menu .menu-container ul li ul a:after {
              left: 0px;
              opacity: 0.3; }
            .navigation-menu .menu-container ul li ul a:hover {
              color: #6CB7AB;
              padding-left: 10px; }
              .navigation-menu .menu-container ul li ul a:hover:after {
                background-color: #6CB7AB;
                opacity: 1; }
        .navigation-menu .menu-container ul li:last-child {
          padding-right: 0px; }
        .navigation-menu .menu-container ul li.group-menu {
          position: inherit; }
          .navigation-menu .menu-container ul li.group-menu ul {
            right: 0px;
            font-size: 0px;
            width: 900px; }
            .navigation-menu .menu-container ul li.group-menu ul li {
              display: inline-block;
              width: 202.5px;
              margin: 0px;
              padding: 0px 15px; }
          @media (max-width: 1340px) {
            .navigation-menu .menu-container ul li.group-menu ul {
              width: 720px; }
              .navigation-menu .menu-container ul li.group-menu ul li {
                width: 220px; } }
  .navigation-menu .top-menu-container {
    position: absolute;
    right: 0px;
    top: 0px; }
    .navigation-menu .top-menu-container .menu-item {
      display: inline-block;
      margin-left: 8px; }
  .navigation-menu.top-page {
    background-color: rgba(255, 255, 255, 0); }
    .navigation-menu.top-page .container {
      padding-top: 10px; }
    .navigation-menu.top-page .logo-container .text svg {
      width: 240px;
      height: 60px;
      margin-top: 20px;
      margin-left: 14px; }
      .navigation-menu.top-page .logo-container .text svg path {
        fill: #ffffff; }
    .navigation-menu.top-page .line {
      padding-top: 30px;
      border-color: white;
      width: 1280px; }
    .navigation-menu.top-page a, .navigation-menu.top-page a:hover,
    .navigation-menu.top-page a span,
    .navigation-menu.top-page a span:hover {
      color: white; }
    .navigation-menu.top-page .menu-container a:after {
      background-color: white; }

.mobile-button-container {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: none;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1); }
  @media (max-width: 1280px) {
    .mobile-button-container {
      display: block; } }
  .mobile-button-container.top-page .mobile-button span {
    background-color: white; }
  .mobile-button-container.solid-color {
    background-color: rgba(0, 0, 0, 0.4); }
    .mobile-button-container.solid-color .mobile-button {
      margin: 20px; }
  .mobile-button-container .mobile-button {
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: relative;
    margin: 20px; }
    .mobile-button-container .mobile-button span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background-color: #6CB7AB;
      border-radius: 4px;
      transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1); }
      .mobile-button-container .mobile-button span:nth-child(1) {
        top: 1.5px; }
      .mobile-button-container .mobile-button span:nth-child(2), .mobile-button-container .mobile-button span:nth-child(3) {
        top: 15.5px; }
      .mobile-button-container .mobile-button span:nth-child(4) {
        top: 29.5px; }
    .mobile-button-container .mobile-button.open span {
      background-color: white; }
      .mobile-button-container .mobile-button.open span:nth-child(1), .mobile-button-container .mobile-button.open span:nth-child(4) {
        top: 15.5px;
        width: 0%;
        left: 50%; }
      .mobile-button-container .mobile-button.open span:nth-child(2), .mobile-button-container .mobile-button.open span:nth-child(3) {
        width: 130%;
        left: -15%; }
      .mobile-button-container .mobile-button.open span:nth-child(2) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      .mobile-button-container .mobile-button.open span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); }

.mobile-navigation {
  background-color: rgba(108, 183, 171, 0.95);
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
  opacity: 1; }
  .mobile-navigation .text {
    display: inline-block;
    width: 260px;
    padding-left: 12px;
    margin-top: 35px;
    vertical-align: top; }
    .mobile-navigation .text svg {
      transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      width: 100%;
      height: 80px; }
      .mobile-navigation .text svg path {
        transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        fill: white; }
  @media (min-width: 1281px) {
    .mobile-navigation {
      display: none; } }
  .mobile-navigation,
  .mobile-navigation .x-nav li {
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1); }
  .mobile-navigation.close {
    opacity: 0;
    padding-bottom: 0px;
    pointer-events: none; }
  .mobile-navigation ul {
    display: table-cell;
    vertical-align: middle; }
    .mobile-navigation ul li {
      text-align: center;
      background-color: rgba(255, 255, 255, 0); }
      .mobile-navigation ul li.logo {
        margin-bottom: 20px; }
        .mobile-navigation ul li.logo img {
          max-width: 120px;
          width: 100%; }
        .mobile-navigation ul li.logo:hover {
          background-color: transparent; }
      .mobile-navigation ul li:hover {
        background-color: white; }
        .mobile-navigation ul li:hover a {
          color: #6CB7AB; }
      .mobile-navigation ul li a {
        color: white;
        font-size: 32px; }
  @media (max-width: 440px) {
    .mobile-navigation ul li.logo img {
      max-width: 60px; }
    .mobile-navigation ul li.logo .text {
      width: 160px;
      height: 60px;
      margin-top: 0px; } }

.x-searchform-overlay {
  background-color: rgba(108, 183, 171, 0.9); }
  .x-searchform-overlay input,
  .x-searchform-overlay label {
    color: white !important; }

.mobile-logo-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  padding-left: 20px;
  padding-top: 5px; }
  @media (min-width: 1281px) {
    .mobile-logo-container {
      display: none; } }
  .mobile-logo-container .logo,
  .mobile-logo-container .text {
    display: inline-block;
    vertical-align: top;
    opacity: 0; }
  .mobile-logo-container .logo {
    width: 64px; }
  .mobile-logo-container .text {
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    width: 160px;
    margin-left: 12px;
    margin-top: 15px; }
    .mobile-logo-container .text svg {
      transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      width: 100%;
      height: 50px; }
      .mobile-logo-container .text svg path {
        transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        fill: white; }
  .mobile-logo-container.top-page .logo,
  .mobile-logo-container.top-page .text {
    opacity: 1; }

.advanced-image .image {
  height: 180px;
  background-size: cover;
  background-position: center center; }
.advanced-image img {
  width: 100%; }

.blog-info {
  margin-bottom: 22px; }
  .blog-info .image {
    min-height: 280px;
    margin-bottom: 40px; }
    .blog-info .image img {
      width: 100%; }
  .blog-info h1 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 0px; }
    .blog-info h1:before {
      display: inline-block;
      content: '';
      width: 70px;
      height: 5px;
      background-color: rgba(108, 183, 171, 0.5);
      display: block;
      margin-bottom: 15px; }
  .blog-info .info {
    color: #6CB7AB;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase; }
    .blog-info .info span {
      display: inline-block;
      padding: 0px 6px; }

.blog-list {
  font-size: 0px; }
  .blog-list ul {
    list-style: none;
    margin: 0px; }
  .blog-list .post,
  .blog-list ul li {
    position: relative;
    display: inline-block;
    width: 33.3333333333%; }
    .blog-list .post:nth-child(1),
    .blog-list ul li:nth-child(1) {
      background-color: rgba(108, 183, 171, 0.6); }
    .blog-list .post:nth-child(2),
    .blog-list ul li:nth-child(2) {
      background-color: rgba(108, 183, 171, 0.75); }
    .blog-list .post:nth-child(3),
    .blog-list ul li:nth-child(3) {
      background-color: rgba(108, 183, 171, 0.9); }
    .blog-list .post:nth-child(4),
    .blog-list ul li:nth-child(4) {
      display: none; }
    .blog-page .blog-list .post, .blog-page
    .blog-list ul li {
      width: 50%;
      display: inline-block;
      margin: 0px; }
      .blog-page .blog-list .post:nth-child(1), .blog-page
      .blog-list ul li:nth-child(1) {
        background-color: rgba(108, 183, 171, 0.55); }
      .blog-page .blog-list .post:nth-child(2), .blog-page
      .blog-list ul li:nth-child(2) {
        background-color: rgba(108, 183, 171, 0.6); }
      .blog-page .blog-list .post:nth-child(3), .blog-page
      .blog-list ul li:nth-child(3) {
        background-color: rgba(108, 183, 171, 0.65); }
      .blog-page .blog-list .post:nth-child(4), .blog-page
      .blog-list ul li:nth-child(4) {
        background-color: rgba(108, 183, 171, 0.7);
        display: inline-block; }
      .blog-page .blog-list .post:nth-child(5), .blog-page
      .blog-list ul li:nth-child(5) {
        background-color: rgba(108, 183, 171, 0.75);
        display: inline-block; }
      .blog-page .blog-list .post:nth-child(6), .blog-page
      .blog-list ul li:nth-child(6) {
        background-color: rgba(108, 183, 171, 0.8);
        display: inline-block; }
      .blog-page .blog-list .post:nth-child(7), .blog-page
      .blog-list ul li:nth-child(7) {
        background-color: rgba(108, 183, 171, 0.85);
        display: inline-block; }
      .blog-page .blog-list .post:nth-child(8), .blog-page
      .blog-list ul li:nth-child(8) {
        background-color: rgba(108, 183, 171, 0.9);
        display: inline-block; }
    @media (max-width: 1020px) {
      .blog-list .post,
      .blog-list ul li {
        width: 50%; }
        .blog-page .blog-list .post, .blog-page
        .blog-list ul li {
          width: 100%;
          margin-bottom: 50px; }
          .blog-page .blog-list .post .image-container .image, .blog-page
          .blog-list ul li .image-container .image {
            opacity: 1; }
        .blog-list .post:nth-child(2),
        .blog-list ul li:nth-child(2) {
          background-color: rgba(108, 183, 171, 0.7); }
        .blog-list .post:nth-child(3),
        .blog-list ul li:nth-child(3) {
          background-color: rgba(108, 183, 171, 0.8); }
        .blog-list .post:nth-child(4),
        .blog-list ul li:nth-child(4) {
          background-color: rgba(108, 183, 171, 0.9);
          display: inline-block; } }
    @media (max-width: 700px) {
      .blog-list .post,
      .blog-list ul li {
        width: 100%;
        margin-bottom: 50px; }
        .blog-list .post .image-container .image,
        .blog-list ul li .image-container .image {
          opacity: 1; } }
  .blog-list .image-container {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%; }
    .blog-list .image-container:hover .image {
      opacity: 1; }
    .blog-list .image-container.no-featured-image {
      opacity: 0 !important; }
    .blog-list .image-container .image {
      transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      opacity: 0; }
      .blog-list .image-container .image:before {
        content: '';
        display: block;
        background-color: rgba(108, 183, 171, 0.22);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px; }
      .blog-list .image-container .image img {
        width: 100%;
        height: auto;
        max-width: inherit; }
  .blog-list .content-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .blog-list .content {
    margin: 45px 40px;
    position: relative; }
    .blog-list .content > * {
      color: white;
      text-align: left; }
  .blog-list h5 {
    font-size: 28px;
    padding-top: 25px;
    font-weight: 300 !important;
    position: relative;
    display: block; }
    .blog-list h5:before {
      content: '';
      display: block;
      background-color: rgba(255, 255, 255, 0.5);
      width: 40px;
      height: 5px;
      position: absolute;
      top: 0px;
      left: 0px;
      opacity: 1; }
  .blog-list .details-container {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 14px;
    padding-top: 8px;
    position: absolute;
    width: 100%;
    color: white;
    text-align: left;
    bottom: 0px; }
    .blog-list .details-container .details {
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      margin: 0px 40px;
      padding-bottom: 45px;
      padding-top: 8px; }
    .blog-list .details-container .author,
    .blog-list .details-container .category {
      display: inline-block;
      font-weight: bold; }
    .blog-list .details-container .category:before {
      content: ' | '; }

.breadcrumbs {
  margin-bottom: 30px; }
  .breadcrumbs,
  .breadcrumbs a {
    color: #000000; }
  .breadcrumbs a:hover {
    color: #6CB7AB; }
  .breadcrumbs i:before {
    display: inline-block;
    font-style: normal;
    font-family: FontAwesome;
    content: '\f105';
    padding: 0px 5px; }
  @media (max-width: 700px) {
    .breadcrumbs {
      text-align: center; } }

.condition-image img {
  width: 100%;
  height: auto; }
.condition-image span {
  color: #6CB7AB;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px; }
.condition-image .x-column {
  padding: 0px !important; }

.email-subscription-form {
  position: relative; }
  .email-subscription-form input[type="text"],
  .email-subscription-form input[type="email"],
  .email-subscription-form input[type="tel"] {
    width: 30%; }
    .right-side-bar-blog .email-subscription-form input[type="text"], .right-side-bar-blog
    .email-subscription-form input[type="email"], .right-side-bar-blog
    .email-subscription-form input[type="tel"] {
      width: 100%;
      margin-bottom: 12px; }
  .email-subscription-form .spin {
    position: absolute;
    margin: auto;
    display: inline-block;
    width: 36px;
    vertical-align: top;
    margin-left: 10px;
    opacity: 0; }
  .email-subscription-form .message {
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    position: absolute;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    opacity: 0; }
  .email-subscription-form .error .message,
  .email-subscription-form .success .message {
    opacity: 1; }
  .email-subscription-form .sending .spin {
    opacity: 1; }
  .email-subscription-form .error .message {
    color: #db2e17; }
  .email-subscription-form .success .message {
    color: #6CB7AB; }
  .email-subscription-form .form-button, .email-subscription-form .form-button:hover {
    margin-left: 20px; }
  .right-side-bar-blog .email-subscription-form .form-button {
    margin-left: 0px;
    min-width: 130px;
    border-color: #6CB7AB;
    background-color: #6CB7AB; }
    .right-side-bar-blog .email-subscription-form .form-button:hover {
      color: white;
      border-color: #333333;
      background-color: #333333; }
  .right-side-bar-blog .email-subscription-form .message {
    text-align: left;
    position: relative; }
  .right-side-bar-blog .email-subscription-form .spin {
    position: relative; }
  @media (max-width: 1020px) {
    .email-subscription-form input[type="text"],
    .email-subscription-form input[type="email"],
    .email-subscription-form input[type="tel"] {
      width: 50%; }
    .right-side-bar-blog .email-subscription-form .message {
      text-align: center; } }
  @media (max-width: 500px) {
    .email-subscription-form input[type="text"],
    .email-subscription-form input[type="email"],
    .email-subscription-form input[type="tel"],
    .email-subscription-form .form-button {
      width: 100%; }
    .email-subscription-form .form-button, .email-subscription-form .form-button:hover {
      margin: 0px;
      margin-top: 10px; } }

.menu ul li,
.category-list ul li {
  text-align: left; }
  .menu ul li a,
  .category-list ul li a {
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    display: inline-block;
    width: 100%;
    color: #2C2C2C;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 16px;
    max-width: 200px; }
    .x-column .menu ul li a, .x-column
    .category-list ul li a {
      font-weight: 300; }
    .menu ul li a:hover,
    .category-list ul li a:hover {
      color: #6CB7AB;
      padding-left: 10px;
      border-bottom-color: #6CB7AB; }
@media (max-width: 1020px) {
  .top-footer .menu ul, .top-footer
  .category-list ul {
    margin: 20px 0px; }
    .top-footer .menu ul li, .top-footer
    .category-list ul li {
      text-align: center; }
      .top-footer .menu ul li a:hover, .top-footer
      .category-list ul li a:hover {
        padding: 0px; } }

.menu ul li a {
  max-width: 200px; }

.logo .container {
  display: inline-block;
  width: 295px; }
  .logo .container .logo,
  .logo .container .text {
    display: inline-block;
    vertical-align: top; }
  .logo .container .logo {
    width: 80px;
    margin-right: 10px; }
  .logo .container .text {
    margin-top: 24px;
    width: 200px; }
    .logo .container .text svg {
      width: 100%;
      height: 50px; }
      .logo .container .text svg path {
        fill: #000000; }

.menu ul li,
.category-list ul li {
  text-align: left; }
  .menu ul li a,
  .category-list ul li a {
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    display: inline-block;
    width: 100%;
    color: #2C2C2C;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 16px;
    max-width: 200px; }
    .x-column .menu ul li a, .x-column
    .category-list ul li a {
      font-weight: 300; }
    .menu ul li a:hover,
    .category-list ul li a:hover {
      color: #6CB7AB;
      padding-left: 10px;
      border-bottom-color: #6CB7AB; }
@media (max-width: 1020px) {
  .top-footer .menu ul, .top-footer
  .category-list ul {
    margin: 20px 0px; }
    .top-footer .menu ul li, .top-footer
    .category-list ul li {
      text-align: center; }
      .top-footer .menu ul li a:hover, .top-footer
      .category-list ul li a:hover {
        padding: 0px; } }

.menu ul li a {
  max-width: 200px; }

.pdf-download {
  padding-top: 2px;
  padding-bottom: 25px; }
  .pdf-download .container {
    position: relative; }
  .pdf-download .pdf-icon,
  .pdf-download .content {
    display: inline-block;
    vertical-align: top; }
  .pdf-download .pdf-icon:before {
    font-family: FontAwesome;
    content: '\f1c1';
    display: block;
    font-size: 24px;
    margin-top: 1px;
    margin-right: 6px;
    text-align: center; }
  .pdf-download .download {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding-top: 2px; }
  .pdf-download .pdf-name {
    line-height: 16px; }

.page-button.button {
  padding: 0px; }
  .page-button.button, .page-button.button:hover {
    border: none;
    background-color: transparent;
    margin-bottom: 0px;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px; }
  .page-button.button a {
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    color: #6CB7AB;
    border: 2px solid #6CB7AB;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600; }
    .page-button.button a:hover {
      color: white;
      background-color: #6CB7AB; }
.page-button .detailed-button {
  text-align: center; }
.page-button .detailed-button .container {
  z-index: 0;
  display: inline-block;
  margin-left: auto !important;
  margin-right: auto !important; }
  @media (max-width: 1020px) {
    .x-section > .x-container > .x-column .page-button .detailed-button .container {
      margin-bottom: 55px; }
    .x-section > .x-container > .x-column:last-child .page-button .detailed-button .container {
      margin-bottom: 0px; } }
  .page-button .detailed-button .container .image {
    position: relative;
    pointer-events: none; }
    .page-button .detailed-button .container .image img {
      width: 100%;
      height: auto; }
    .page-button .detailed-button .container .image:before,
    .page-button .detailed-button .container .image .overlay-text {
      transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      opacity: 0;
      position: absolute; }
    .page-button .detailed-button .container .image .overlay-text {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      width: 100%;
      height: 70px;
      line-height: 70px;
      top: 50%;
      margin-top: -35px;
      z-index: 1; }
      .page-button .detailed-button .container .image .overlay-text:before {
        content: '';
        width: 50px;
        height: 5px;
        display: block;
        position: absolute;
        top: 0px;
        margin-left: -25px;
        left: 50%;
        background-color: #FFFFFF; }
    .page-button .detailed-button .container .image:before {
      content: '';
      display: block;
      z-index: 1;
      background-color: rgba(108, 183, 171, 0.22);
      width: 100%;
      height: 100%;
      opacity: 0; }
  .page-button .detailed-button .container:hover .image:before,
  .page-button .detailed-button .container:hover .overlay-text {
    opacity: 1; }
  .page-button .detailed-button .container:hover .x-btn,
  .page-button .detailed-button .container:hover .x-btn .x-btn-global {
    color: white;
    border: 2px solid #6CB7AB;
    background-color: #6CB7AB; }
.page-button .detailed-button .content {
  position: relative;
  color: #333333;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  padding: 35px 40px;
  margin-top: 45px; }
  .page-button .detailed-button .content:before {
    content: '';
    display: block;
    position: absolute;
    top: -2.5px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 5px;
    background-color: #6CB7AB; }
.page-button .x-btn, .page-button .x-btn.x-btn-global {
  display: inline-block;
  color: #6CB7AB;
  border: 2px solid #6CB7AB; }
  .page-button .x-btn:hover, .page-button .x-btn.x-btn-global:hover {
    background-color: #6CB7AB;
    border-color: #6CB7AB;
    color: white; }
.page-button .container.default {
  padding-top: 2px;
  padding-bottom: 30px;
  position: relative; }
  .page-button .container.default .enter-icon,
  .page-button .container.default .content {
    display: inline-block;
    vertical-align: top; }
  .page-button .container.default .enter-icon:before {
    font-family: FontAwesome;
    content: '\f090';
    display: block;
    font-size: 24px;
    margin-top: 2px;
    margin-right: 6px;
    text-align: center; }
  .page-button .container.default .button-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding-top: 2px; }
  .page-button .container.default .button-title {
    font-size: 16px;
    line-height: 24px; }

.page-list li {
  display: inline-block;
  width: 32.6666666667%;
  margin: 0.5%; }
  .page-list li, .page-list li h2 {
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1); }
  .page-list li h2 {
    font-size: 18px;
    font-weight: 300;
    color: grey;
    padding-bottom: 30px;
    margin: 0px; }
    .page-list li h2:before {
      display: inline-block;
      content: '';
      width: 70px;
      height: 5px;
      background-color: rgba(108, 183, 171, 0.5);
      display: block;
      margin-bottom: 12px; }
    .page-list li h2:hover {
      color: #6CB7AB; }
  .page-list li:nth-child(3n+1) {
    margin-left: 0px; }
  .page-list li:nth-child(3n+3) {
    margin-right: 0px; }
  @media (max-width: 1340px) {
    .page-list li {
      width: 49.5%; }
      .page-list li:nth-child(3n+1) {
        margin-left: 0.5%; }
      .page-list li:nth-child(3n+3) {
        margin-right: 0.5%; }
      .page-list li:nth-child(2n+1) {
        margin-left: 0px; }
      .page-list li:nth-child(2n+2) {
        margin-right: 0px; } }
  @media (max-width: 1020px) {
    .page-list li {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 10px;
      text-align: center; }
      .page-list li h2:before {
        display: block;
        margin: auto;
        margin-bottom: 12px; }
      .page-list li:last-child {
        margin-bottom: 0px; } }

.scroll-down-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px; }
  .scroll-down-icon .icon {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 40px;
    height: 70px;
    border: 1px solid #ffffff;
    position: relative; }
    .scroll-down-icon .icon:before {
      transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
      -webkit-animation: scroll-animation 2s infinite;
      -moz-animation: scroll-animation 2s infinite;
      -o-animation: scroll-animation 2s infinite;
      -ms-animation: scroll-animation 2s infinite;
      animation: scroll-animation 2s infinite;
      background-color: #ffffff;
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 11.6666666667px;
      margin-left: -0.5px;
      top: 13.3333333333px;
      left: 50%; }
@-webkit-keyframes scroll-animation {
  0% {
    top: 10px;
    opacity: 0; }
  15% {
    opacity: 1; }
  65% {
    opacity: 0.8; }
  80% {
    top: 40px;
    opacity: 0; }
  100% {
    top: 20px;
    opacity: 0; } }
@-moz-keyframes scroll-animation {
  0% {
    top: 10px;
    opacity: 0; }
  15% {
    opacity: 1; }
  65% {
    opacity: 0.8; }
  80% {
    top: 40px;
    opacity: 0; }
  100% {
    top: 20px;
    opacity: 0; } }
@-o-keyframes scroll-animation {
  0% {
    top: 10px;
    opacity: 0; }
  15% {
    opacity: 1; }
  65% {
    opacity: 0.8; }
  80% {
    top: 40px;
    opacity: 0; }
  100% {
    top: 20px;
    opacity: 0; } }
@-ms-keyframes scroll-animation {
  0% {
    top: 10px;
    opacity: 0; }
  15% {
    opacity: 1; }
  65% {
    opacity: 0.8; }
  80% {
    top: 40px;
    opacity: 0; }
  100% {
    top: 20px;
    opacity: 0; } }
@keyframes scroll-animation {
  0% {
    top: 10px;
    opacity: 0; }
  15% {
    opacity: 1; }
  65% {
    opacity: 0.8; }
  80% {
    top: 40px;
    opacity: 0; }
  100% {
    top: 20px;
    opacity: 0; } }
.social-media-link {
  display: inline-block;
  padding-right: 10px; }
  .social-media-link i:before {
    font-size: 40px; }

.team-member .x-1-3 {
  width: 100%;
  margin-bottom: 20px; }
.team-member .x-2-3 {
  width: 100%; }

.team-member-container {
  overflow: hidden;
  position: relative;
  padding-top: 50px !important;
  padding-bottom: 0px !important; }
  .team-member-container .x-column {
    padding-top: 20px !important; }
  .team-member-container .x-1-3 {
    width: 30.66666%; }
  .team-member-container .x-2-3 {
    width: 65.33332%; }
  .team-member-container .team-member {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .team-member-container .team-member h3 {
      margin-bottom: 0px !important;
      margin-top: 0px;
      padding-bottom: 10px;
      border: none !important;
      font-size: 28px;
      font-weight: 600; }
    .team-member-container .team-member .team-title p {
      position: relative;
      display: block;
      padding-bottom: 30px;
      font-size: 15px;
      font-weight: 600;
      color: #6CB7AB; }
      .team-member-container .team-member .team-title p:after {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        max-width: 50px;
        background-color: rgba(0, 0, 0, 0.2);
        bottom: 0px; }
        @media (max-width: 500px) {
          .team-member-container .team-member .team-title p:after {
            max-width: 25px; } }
      @media (max-width: 1340px) {
        .viewpoint-desktop-full .team-member-container .team-member .team-title p:after {
          left: 50%;
          margin-left: -25px; } }
      @media (max-width: 700px) {
        .viewpoint-tablet-full .team-member-container .team-member .team-title p:after {
          left: 50%;
          margin-left: -25px; } }
      @media (max-width: 1020px) {
        .viewpoint-laptop-full .team-member-container .team-member .team-title p:after {
          left: 50%;
          margin-left: -25px; } }
      @media (max-width: 500px) {
        .viewpoint-desktop-full .team-member-container .team-member .team-title p:after, .viewpoint-tablet-full .team-member-container .team-member .team-title p:after, .viewpoint-laptop-full .team-member-container .team-member .team-title p:after {
          margin-left: -12.5px; } }
      .team-member-container .team-member .team-title p:after {
        max-width: inherit; }
    .team-member-container .team-member.open .container:before, .team-member-container .team-member.open .container:after {
      opacity: 0 !important; }
    .team-member-container .team-member.open img {
      opacity: 1 !important; }
    .team-member-container .team-member .container {
      width: 100%;
      background-color: #6CB7AB;
      position: relative;
      min-height: 290px; }
      .team-member-container .team-member .container, .team-member-container .team-member .container:after, .team-member-container .team-member .container:before,
      .team-member-container .team-member .container img {
        transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -moz-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -ms-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1); }
      .team-member-container .team-member .container:before, .team-member-container .team-member .container:after {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        pointer-events: none;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%; }
      .team-member-container .team-member .container:before {
        content: 'FIND OUT MORE';
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        width: 200px;
        height: 70px;
        line-height: 70px;
        top: 50%;
        margin-left: -100px;
        margin-top: -35px;
        z-index: 1; }
      .team-member-container .team-member .container:after {
        content: '';
        width: 50px;
        height: 5px;
        margin-left: -25px;
        margin-top: -36px;
        background-color: #FFFFFF; }
      .team-member-container .team-member .container img {
        width: 100%;
        opacity: 0.5; }
      .team-member-container .team-member .container:hover {
        cursor: pointer !important; }
        .team-member-container .team-member .container:hover img {
          opacity: 0.7; }
        .team-member-container .team-member .container:hover:after, .team-member-container .team-member .container:hover:before {
          opacity: 0 !important; }
    .team-member-container .team-member .detail-container {
      display: block;
      position: absolute;
      width: 100%;
      left: 0px;
      padding-top: 60px; }
      .team-member-container .team-member .detail-container.hide {
        display: none; }
      .team-member-container .team-member .detail-container .x-container {
        width: 100%; }
      .team-member-container .team-member .detail-container .x-text > * {
        margin-bottom: 16px; }
        .team-member-container .team-member .detail-container .x-text > *:last-child {
          margin-bottom: 0px; }
  @media (max-width: 1020px) {
    .team-member-container .x-1-3 {
      width: 100%;
      margin-bottom: 20px; }
    .team-member-container .x-2-3 {
      width: 100%; }
    .team-member-container .team-name {
      margin: 20px 0px; }
    .team-member-container .team-member {
      margin-bottom: 0px !important; }
      .team-member-container .team-member .container:after, .team-member-container .team-member .container:before {
        display: none !important; }
      .team-member-container .team-member .container:hover {
        cursor: default !important; }
      .team-member-container .team-member img {
        opacity: 1 !important; }
      .team-member-container .team-member .detail-container {
        position: relative;
        padding-top: 10px; }
        .team-member-container .team-member .detail-container.hide {
          display: block; }
      .team-member-container .team-member .x-1-3 {
        margin-bottom: 40px; } }
