/*
Theme Name: Smartbox.ai
Version: v1.0.0
Theme URI: http://richardtidmarsh.com/
Author: Richard Tidmarsh
Author URI: http://richardtidmarsh.com/
Description: Custom theme for Smartbox.ai
License: Rights Reserved
*/
/* Variables */
/* OLD */
/* Error  Success 
$error: #a61f7d;
$success: #6f8352;
*/
html {
  overflow-y: scroll;
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  color: #665360;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
}
.main-content-area {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.main-content-area h1, .main-content-area h2, .main-content-area h3, .main-content-area h4, .main-content-area h5, .main-content-area h6 {
  color: #00B8C4;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5rem;
  padding-bottom: 0px;
}
.main-content-area h1 b,
.main-content-area h1 strong,
.main-content-area h1 span, .main-content-area h2 b,
.main-content-area h2 strong,
.main-content-area h2 span, .main-content-area h3 b,
.main-content-area h3 strong,
.main-content-area h3 span, .main-content-area h4 b,
.main-content-area h4 strong,
.main-content-area h4 span, .main-content-area h5 b,
.main-content-area h5 strong,
.main-content-area h5 span, .main-content-area h6 b,
.main-content-area h6 strong,
.main-content-area h6 span {
  font-weight: normal;
}
.main-content-area h1 {
  font-size: 2.2rem;
}
.main-content-area h1.page-title {
  font-size: 2.4rem;
}
.main-content-area h2 {
  font-size: 1.3rem;
}
.main-content-area h3 {
  font-size: 1.3rem;
}
.main-content-area h4 {
  font-size: 0.9rem;
}
.main-content-area h5 {
  font-size: 0.8rem;
}
.main-content-area h6 {
  font-size: 0.8rem;
}
.main-content-area p {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 2rem;
  padding: 0;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .main-content-area p {
    font-size: 1rem;
  }
}
.page-template-landing_page .main-content-area p {
  color: #150010;
  font-size: 1.1rem;
}
.main-content-area img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
.main-content-area img.aligncenter {
  display: block;
  margin: 0 auto 1rem;
}
.main-content-area ul li,
.main-content-area ol li {
  font-size: 0.9rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .main-content-area ul li,
  .main-content-area ol li {
    font-size: 1rem;
  }
}
.main-content-area ul li a.nav-link,
.main-content-area ol li a.nav-link {
  padding: 0.2rem 0.5rem;
}
.main-content-area ul ul,
.main-content-area ol ul {
  padding-left: 15px;
}
.main-content-area ul {
  padding-inline-start: 0 !important;
}
.main-content-area ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.main-content-area ul li:before {
  background-color: #A0EBEE;
  border-radius: 20px;
  content: "";
  color: #00B8C4;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  height: 8px;
  width: 8px;
  margin-right: 10px;
}
.main-content-area b,
.main-content-area strong {
  font-weight: 600;
}
.main-content-area a {
  color: #1E1B1F;
  text-decoration: underline;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.main-content-area a:hover, .main-content-area a:focus, .main-content-area a:active {
  color: #00B8C4;
  text-decoration: none;
}
.main-content-area .btn,
.main-content-area form button,
.main-content-area form input[type=button],
.main-content-area form input[type=submit],
.main-content-area form .nf-form-content input[type=submit] {
  background-color: #00B8C4;
  border: 2px solid #00B8C4;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  height: auto;
  line-height: 1.5;
  margin: 1rem 0 0;
  padding: 0.5rem 1.25rem 0.4rem;
  text-decoration: none !important;
  text-transform: uppercase;
}
.main-content-area .btn:hover, .main-content-area .btn:focus, .main-content-area .btn:active,
.main-content-area form button:hover,
.main-content-area form button:focus,
.main-content-area form button:active,
.main-content-area form input[type=button]:hover,
.main-content-area form input[type=button]:focus,
.main-content-area form input[type=button]:active,
.main-content-area form input[type=submit]:hover,
.main-content-area form input[type=submit]:focus,
.main-content-area form input[type=submit]:active,
.main-content-area form .nf-form-content input[type=submit]:hover,
.main-content-area form .nf-form-content input[type=submit]:focus,
.main-content-area form .nf-form-content input[type=submit]:active {
  background-color: #00959B !important;
  border: 2px solid #00959B;
  color: #fff;
  text-decoration: none;
}
.page-template-landing_page .main-content-area .btn,
.page-template-landing_page .main-content-area form button,
.page-template-landing_page .main-content-area form input[type=button],
.page-template-landing_page .main-content-area form input[type=submit],
.page-template-landing_page .main-content-area form .nf-form-content input[type=submit] {
  background: #00B8C4;
  border: 1px solid #00B8C4;
  color: #150010;
}
.page-template-landing_page .main-content-area .btn:hover, .page-template-landing_page .main-content-area .btn:focus, .page-template-landing_page .main-content-area .btn:active,
.page-template-landing_page .main-content-area form button:hover,
.page-template-landing_page .main-content-area form button:focus,
.page-template-landing_page .main-content-area form button:active,
.page-template-landing_page .main-content-area form input[type=button]:hover,
.page-template-landing_page .main-content-area form input[type=button]:focus,
.page-template-landing_page .main-content-area form input[type=button]:active,
.page-template-landing_page .main-content-area form input[type=submit]:hover,
.page-template-landing_page .main-content-area form input[type=submit]:focus,
.page-template-landing_page .main-content-area form input[type=submit]:active,
.page-template-landing_page .main-content-area form .nf-form-content input[type=submit]:hover,
.page-template-landing_page .main-content-area form .nf-form-content input[type=submit]:focus,
.page-template-landing_page .main-content-area form .nf-form-content input[type=submit]:active {
  background-color: #00D4D8 !important;
  border: 1px solid #00D4D8;
}
.main-content-area .sidebar-area {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .main-content-area .sidebar-area {
    padding-right: 4rem;
  }
}
.main-content-area .text-area ul,
.main-content-area .text-area ol {
  padding-inline-start: 16px;
}
.main-content-area .text-area .orange-button a,
.main-content-area .text-area a .orange-button {
  background-color: #00B8C4;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  height: auto;
  margin: 1rem 0 0;
  min-width: 200px;
  padding: 0.8rem 2rem 0.5rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
}
.main-content-area .text-area .orange-button a:hover, .main-content-area .text-area .orange-button a:focus, .main-content-area .text-area .orange-button a:active,
.main-content-area .text-area a .orange-button:hover,
.main-content-area .text-area a .orange-button:focus,
.main-content-area .text-area a .orange-button:active {
  background-color: #00B8C4;
  color: #fff;
  text-decoration: none;
}
.main-content-area .text-content,
.main-content-area .text-area {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .main-content-area .text-content,
  .main-content-area .text-area {
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .main-content-area .text-content p,
  .main-content-area .text-area p {
    padding-right: 3rem;
  }
}
.main-content-area .text-content a,
.main-content-area .text-area a {
  color: #1E1B1F;
  text-decoration: underline;
}
.main-content-area .text-content a:hover,
.main-content-area .text-area a:hover {
  color: #00B8C4;
  text-decoration: none;
}
.main-content-area .text-content.text-fullwidth p,
.main-content-area .text-area.text-fullwidth p {
  padding-right: 0;
}
.main-content-area .text-area-wrapper.intro-text .col-12 {
  padding: 0;
}
@media (max-width: 767.98px) {
  .main-content-area .text-area-wrapper.intro-text .col-12 .text-area {
    padding-top: 3rem !important;
  }
  body.home .main-content-area .text-area-wrapper.intro-text .col-12 .text-area {
    padding-top: 5rem !important;
  }
}
.main-content-area .text-area-wrapper.intro-text .col-12 .text-area p {
  font-size: 1.1rem;
  font-weight: 500;
  color: #665360;
  width: 80%;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .main-content-area .text-area-wrapper.intro-text .col-12 .text-area p {
    font-size: 1.3rem;
  }
}
.main-content-area .text-area-wrapper.intro-text .col-12 .text-area p a {
  color: #00B8C4;
}
.main-content-area .text-area-wrapper.intro-text .col-12 .text-area p:last-child {
  margin-bottom: 0;
}
.main-content-area .text-area-wrapper.borders .col-12 .text-area {
  border-bottom: 8px solid #ddd;
  border-top: 8px solid #ddd;
}
.main-content-area .text-area-wrapper.padding .col-12 .text-area {
  padding: 3rem 0 !important;
}
.main-content-area .text-area-wrapper.grey {
  background-color: #F6F6F6;
}
.main-content-area .text-area-wrapper.light-blue-grey {
  background-color: #dbf2f3;
}
.page-template-landing_page .main-content-area .text-area-wrapper.light-blue-grey {
  background-color: #00B8C4;
}
.page-template-landing_page .main-content-area .text-area-wrapper.light-blue-grey h1, .page-template-landing_page .main-content-area .text-area-wrapper.light-blue-grey h2, .page-template-landing_page .main-content-area .text-area-wrapper.light-blue-grey h3, .page-template-landing_page .main-content-area .text-area-wrapper.light-blue-grey h4, .page-template-landing_page .main-content-area .text-area-wrapper.light-blue-grey h5, .page-template-landing_page .main-content-area .text-area-wrapper.light-blue-grey h6 {
  color: #150010;
}
.page-template-landing_page .main-content-area .text-area-wrapper.light-blue-grey .btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #150010 !important;
}
.page-template-landing_page .main-content-area .text-area-wrapper.light-blue-grey .btn:hover, .page-template-landing_page .main-content-area .text-area-wrapper.light-blue-grey .btn:focus, .page-template-landing_page .main-content-area .text-area-wrapper.light-blue-grey .btn:active {
  background-color: #00D4D8 !important;
  border: 1px solid #00D4D8;
}
.main-content-area .page-list {
  padding-bottom: 3rem;
}
.main-content-area table {
  text-align: left;
  border-bottom: 3px solid #E7E8E8;
  border-top: 3px solid #E7E8E8;
  font-size: 0.9rem;
  width: 100%;
}
.main-content-area table th {
  background: #c7c8ca;
  font-weight: 600;
  padding: 5px 10px;
  vertical-align: top;
}
.main-content-area table td {
  border-left: 1px solid #E7E8E8;
  padding: 5px 10px;
  vertical-align: top;
}
.main-content-area table td:first-child {
  border-left: none;
}
.main-content-area table tr {
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.main-content-area table tr:nth-child(odd) {
  background-color: #fff;
}
.main-content-area table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.main-content-area table tr:hover {
  background: #A0EBEE;
}
.main-content-area table thead th {
  background-color: #E7E8E8;
  color: #382E34;
}
.main-content-area blockquote {
  display: block;
  margin: 1.313em 0;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-left: 0.25em solid #00B8C4;
  margin: 2rem 1rem 2.5rem;
  padding: 1rem;
  position: relative;
  font-size: 150%;
  font-weight: 400;
  line-height: 1.3;
  color: #566471;
}
.main-content-area blockquote:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .main-content-area blockquote {
    margin: 2rem 0 2.5rem;
  }
}
.main-content-area blockquote p {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
}
.main-content-area blockquote:first-child {
  margin: 0 1rem 2.5rem;
}
@media (min-width: 576px) {
  .main-content-area blockquote:first-child {
    margin: 0 0 2.5rem;
  }
}
.main-content-area blockquote:before, .main-content-area blockquote:after {
  background-color: #fff;
  background-image: url(assets/images/quote-purple.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  content: "";
  height: 40px;
  padding: 3px;
  position: absolute;
  width: 40px;
  top: -20px;
  left: -20px;
}
.main-content-area blockquote:after {
  bottom: -20px;
  top: auto;
  left: auto;
  right: -20px;
  transform: rotate(180deg);
}
.main-content-area .lend-support-link {
  display: block;
  margin-bottom: 0.5rem;
}
.main-content-area .lend-support-link img {
  width: 30px;
  height: auto;
  margin: 0 10px 0 0;
}
.main-content-area hr {
  border: 0;
  background-color: #efefef;
  height: 3px;
  opacity: 1;
}

/* Back to top button */
#back-top {
  bottom: 90px;
  font-size: 100%;
  padding: 0;
  position: fixed;
  right: -80px;
  width: 30px;
  z-index: 100;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
#back-top.active {
  right: 20px;
}
#back-top a {
  background: #382E34;
  border: 3px solid #fff;
  border-radius: 30px;
  bottom: 10px;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 40px;
}
#back-top a:hover {
  background: #00B8C4;
}
#back-top svg {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  height: 30px;
  left: 13px;
  position: absolute;
  top: 2px;
  transform: rotate(-90deg);
  width: 8px;
}
#back-top:hover svg {
  top: 0;
}

body.home .main-content-area:before {
  display: none;
}

.wp-block-image {
  margin: 0 0 2rem;
}
.wp-block-image figcaption {
  color: #878787;
  font-size: 0.8rem;
  text-align: center;
}

.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  z-index: 10;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: rgba(0, 184, 196, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  min-height: 100%;
  padding-bottom: 100px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.overlay .outer-wrapper {
  display: flex;
  height: 100vh;
}
.overlay .outer-wrapper .form-wrapper {
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #00959B;
  height: 80%;
  min-height: 80vh;
  margin: auto;
  padding: 15px;
  position: relative;
  width: 90%;
  z-index: 1;
}
@media (min-width: 768px) {
  .overlay .outer-wrapper .form-wrapper {
    width: 70%;
  }
}
@media (max-height: 550px) {
  .overlay .outer-wrapper .form-wrapper {
    margin-top: 60px;
  }
}
.overlay .outer-wrapper .form-wrapper .close {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: -35px;
  right: 0;
  height: 40px;
  width: 40px;
  z-index: 20;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .overlay .outer-wrapper .form-wrapper .close {
    right: -30px;
    top: -30px;
  }
}
.overlay .outer-wrapper .form-wrapper .close svg {
  height: 30px;
  width: 30px;
}
.overlay .outer-wrapper .form-wrapper .close svg path {
  fill: #fff;
}
.overlay .outer-wrapper .form-wrapper .close:hover, .overlay .outer-wrapper .form-wrapper .close:focus, .overlay .outer-wrapper .form-wrapper .close:active {
  opacity: 0.5;
}

/* 2 cols */
.two-cols.white {
  background: #fff;
}
.two-cols.light-grey {
  background: #F6F6F6;
}
.two-cols.blue {
  background: #00B8C4;
  background: rgb(0, 184, 196);
  background: linear-gradient(0deg, #00959B 0%, #00B8C4 100%);
}
.two-cols.blue h1, .two-cols.blue h2, .two-cols.blue h3, .two-cols.blue h4, .two-cols.blue h5, .two-cols.blue h6, .two-cols.blue p, .two-cols.blue li, .two-cols.blue small, .two-cols.blue a, .two-cols.blue .nf-form-cont .nf-form-content label, .two-cols.blue .nf-response-msg {
  color: #fff;
}
.two-cols.blue p, .two-cols.blue li, .two-cols.blue p a, .two-cols.blue li a {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.two-cols.blue .nf-form-content label {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.two-cols.blue form input[type=submit],
.two-cols.blue form .nf-form-content input[type=submit] {
  background: #fff !important;
}
.two-cols.blue .nf-error-msg {
  color: #fff;
  background-color: #e80000;
  display: inline-block;
  padding: 2px 5px;
}
.two-cols.blue .nf-form-cont .nf-form-content input:not([type=button]) {
  border: 1px solid #fff;
}

/* article-paging */
.article-paging {
  border-top: 1px solid #C6C6C6;
  font-size: 0.9rem;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
.article-paging a {
  color: #1E1B1F;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.article-paging a:hover {
  color: #00B8C4;
  text-decoration: underline;
}
.article-paging a.prev {
  padding-right: 3rem;
}
.article-paging a.back {
  display: block;
}
.article-paging .prev-next-links a {
  float: right;
  text-align: right;
  width: 50%;
}
.article-paging .prev-next-links a:first-child {
  float: left;
  text-align: left;
}

/* article-back-link */
.article-back-link {
  border-bottom: none !important;
  clear: both;
  font-size: 0.9rem;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.article-back-link a {
  color: #1E1B1F;
  float: left;
  text-decoration: none;
}
.sidebar-nav.sidebar-nav-mob .article-back-link a {
  float: right;
}
.article-back-link a:hover, .article-back-link a:focus, .article-back-link a:active {
  color: #00B8C4;
  text-decoration: underline;
}
.article-back-link a.prev {
  padding-right: 3rem;
}
.article-back-link a.back {
  display: block;
}

/* Blog & News */
.rt-tpg-container {
  padding: 0;
}
@media (min-width: 768px) {
  .rt-tpg-container.news-articles {
    padding: 0 50px 0 0;
  }
}
.rt-tpg-container .rt-holder .rt-detail i {
  display: none;
  color: #878787 !important;
}
.rt-tpg-container .rt-holder .rt-detail h2.entry-title {
  line-height: 1.4rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.rt-tpg-container .rt-holder .rt-detail h2.entry-title a {
  color: #00B8C4 !important;
  font-size: 1.3rem;
}
.rt-tpg-container .rt-holder .rt-detail h2.entry-title a:hover {
  color: #00B8C4 !important;
}
.rt-tpg-container .rt-holder .rt-detail .post-meta-user {
  font-size: 0.85rem;
}
.rt-tpg-container .rt-holder .rt-detail .post-meta-user a {
  cursor: default;
  color: #8D808A !important;
  pointer-events: none;
  text-decoration: none !important;
}
.rt-tpg-container .rt-holder .rt-detail .post-meta-user a:hover, .rt-tpg-container .rt-holder .rt-detail .post-meta-user a:focus, .rt-tpg-container .rt-holder .rt-detail .post-meta-user a:active {
  color: #878787 !important;
  text-decoration: none;
}
.rt-tpg-container .rt-holder .rt-detail .post-meta-user span {
  color: #8D808A;
}
.rt-tpg-container .rt-holder .rt-detail .post-meta-user span.author {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.rt-tpg-container .rt-holder .rt-detail .post-meta-user span.author:after {
  background-color: #C6C6C6;
  content: "";
  height: 12px;
  right: 0;
  position: absolute;
  top: 4px;
  width: 2px;
}
.rt-tpg-container .rt-holder .rt-detail .post-meta-tags span {
  color: #878787 !important;
}
.rt-tpg-container .rt-holder .rt-detail .post-content {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.rt-tpg-container .rt-holder .rt-detail .entry-content p span {
  display: none;
}
.rt-tpg-container .rt-holder .rt-detail .read-more {
  font-weight: normal;
  margin: 0 0 1rem !important;
  text-align: left !important;
}
.rt-tpg-container .rt-holder .rt-detail .read-more a {
  background-color: transparent !important;
  color: #1E1B1F !important;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 !important;
  padding: 0 0 0.4rem;
  text-align: center !important;
  text-decoration: underline;
}
.rt-tpg-container .rt-holder .rt-detail .read-more a:hover {
  text-decoration: none;
}
.rt-tpg-container .filter-button-group {
  margin-bottom: 3rem;
}
.rt-tpg-container .filter-button-group button {
  border-radius: 3px;
  font-size: 0.9rem;
  font-weight: normal;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.rt-tpg-container .filter-button-group button[data-filter=".iso_23"] {
  display: none;
}

/* book-demo */
.page-template-book-demo {
  height: 100%;
}
.page-template-book-demo .logo-wrapper {
  position: relative;
}
.page-template-book-demo .logo-wrapper .hdr-logo {
  position: absolute;
  left: 12px;
  top: 17px;
  width: 160px;
  transition: 0.3s all ease;
  transform: translateZ(0);
  z-index: 10;
}
@media (min-width: 576px) {
  .page-template-book-demo .logo-wrapper .hdr-logo {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .page-template-book-demo .logo-wrapper .hdr-logo {
    width: 190px;
  }
}
@media (min-width: 992px) {
  .page-template-book-demo .logo-wrapper .hdr-logo {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .page-template-book-demo .logo-wrapper .hdr-logo {
    width: 230px;
  }
}
.page-template-book-demo .logo-wrapper .hdr-logo img {
  height: auto;
  width: 100%;
}
.page-template-book-demo .book-demo {
  min-height: 100%;
  display: flex;
  flex-direction: row;
}
.page-template-book-demo .book-demo .wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.page-template-book-demo .book-demo .wrapper .title {
  font-size: 1.8rem;
  font-weight: 500;
}
.page-template-book-demo .book-demo .wrapper p {
  margin: 2rem 0;
  line-height: 1.5rem;
  font-size: 1.1rem;
}
.page-template-book-demo .book-demo .wrapper.col-one {
  background-color: #1C1C1C;
  order: 1;
}
.page-template-book-demo .book-demo .wrapper.col-one * {
  color: white;
}
@media (max-width: 767.98px) {
  .page-template-book-demo .book-demo .wrapper.col-one {
    display: none;
  }
}
.page-template-book-demo .book-demo .wrapper.col-one .inner-wrapper {
  margin: 25% 10% auto auto;
}
@media (min-width: 768px) {
  .page-template-book-demo .book-demo .wrapper.col-one .inner-wrapper {
    width: 300px;
    margin: 25% 46px auto auto;
  }
}
@media (min-width: 992px) {
  .page-template-book-demo .book-demo .wrapper.col-one .inner-wrapper {
    width: 420px;
    margin: 25% 46px auto auto;
  }
}
@media (min-width: 1200px) {
  .page-template-book-demo .book-demo .wrapper.col-one .inner-wrapper {
    width: 457px;
    margin: 25% 100px auto auto;
  }
}
@media (min-width: 1400px) {
  .page-template-book-demo .book-demo .wrapper.col-one .inner-wrapper {
    width: 535px;
    margin: 25% 100px auto auto;
  }
}
@media (min-width: 1600px) {
  .page-template-book-demo .book-demo .wrapper.col-one .inner-wrapper {
    width: 580px;
    margin: 25% 130px auto auto;
  }
}
.page-template-book-demo .book-demo .wrapper.col-two {
  background-color: #E5F8F9;
  order: 2;
  text-align: center;
}
.page-template-book-demo .book-demo .wrapper.col-two * {
  color: black;
}
@media (max-width: 767.98px) {
  .page-template-book-demo .book-demo .wrapper.col-two {
    width: 100%;
  }
}
.page-template-book-demo .book-demo .wrapper.col-two .inner-wrapper {
  margin: 100px 3% 20px;
  width: 94%;
}
@media (min-width: 576px) {
  .page-template-book-demo .book-demo .wrapper.col-two .inner-wrapper {
    width: 510px;
    margin: 100px auto 20px;
  }
}
@media (min-width: 768px) {
  .page-template-book-demo .book-demo .wrapper.col-two .inner-wrapper {
    width: 300px;
    margin: 25% auto auto 46px;
  }
}
@media (min-width: 992px) {
  .page-template-book-demo .book-demo .wrapper.col-two .inner-wrapper {
    width: 420px;
    margin: 25% auto auto 46px;
  }
}
@media (min-width: 1200px) {
  .page-template-book-demo .book-demo .wrapper.col-two .inner-wrapper {
    width: 457px;
    margin: 25% auto auto 100px;
  }
}
@media (min-width: 1400px) {
  .page-template-book-demo .book-demo .wrapper.col-two .inner-wrapper {
    width: 535px;
    margin: 25% auto auto 100px;
  }
}
@media (min-width: 1600px) {
  .page-template-book-demo .book-demo .wrapper.col-two .inner-wrapper {
    width: 580px;
    margin: 25% auto auto 130px;
  }
}
.page-template-book-demo .book-demo .wrapper .clients {
  margin-bottom: 30px;
}
.page-template-book-demo .book-demo .wrapper .clients .logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 5px 0;
}
@media (min-width: 1600px) {
  .page-template-book-demo .book-demo .wrapper .clients .logos {
    padding: 20px 0 0;
  }
}
.page-template-book-demo .book-demo .wrapper .clients .logos div {
  flex-shrink: 1;
}
.page-template-book-demo .book-demo .wrapper .clients .logos div img {
  width: 100%;
  padding: 0 20px;
  height: auto;
}
@media (min-width: 768px) {
  .page-template-book-demo .book-demo .wrapper .clients .logos div img {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .page-template-book-demo .book-demo .wrapper .clients .logos div img {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .page-template-book-demo .book-demo .wrapper .clients .logos div img {
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .page-template-book-demo .book-demo .wrapper .clients .logos div img {
    padding: 0 25px;
  }
}
@media (min-width: 1600px) {
  .page-template-book-demo .book-demo .wrapper .clients .logos div img {
    padding: 0 30px;
  }
}
@media (min-width: 1800px) {
  .page-template-book-demo .book-demo .wrapper .clients .logos div img {
    padding: 0 30px;
  }
}
.page-template-book-demo .book-demo .wrapper hr {
  height: 1px;
}
.page-template-book-demo .book-demo .wrapper iframe {
  border: 0;
  min-height: 650px;
  margin-top: 2rem;
}
@media (min-width: 533px) {
  .page-template-book-demo .book-demo .wrapper iframe {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .page-template-book-demo .book-demo .wrapper iframe {
    min-height: 650px;
  }
}
@media (min-width: 860px) {
  .page-template-book-demo .book-demo .wrapper iframe {
    min-height: 650px;
  }
}
@media (min-width: 1250px) {
  .page-template-book-demo .book-demo .wrapper iframe {
    min-height: 650px;
  }
}
@media (min-width: 1400px) {
  .page-template-book-demo .book-demo .wrapper iframe {
    min-height: 400px;
  }
}
.page-template-book-demo .book-demo .wrapper .awards {
  position: absolute;
  bottom: 50px;
  right: 50%;
  margin-right: -90px;
  width: 250px;
}
@media (min-width: 768px) {
  .page-template-book-demo .book-demo .wrapper .awards {
    right: calc(50% + 160px);
  }
}
@media (min-width: 992px) {
  .page-template-book-demo .book-demo .wrapper .awards {
    margin-right: 0;
    right: calc(50% + 135px);
  }
}
@media (min-width: 1200px) {
  .page-template-book-demo .book-demo .wrapper .awards {
    right: calc(50% + 195px);
  }
}
@media (min-width: 1400px) {
  .page-template-book-demo .book-demo .wrapper .awards {
    right: calc(50% + 235px);
  }
}
@media (min-width: 1600px) {
  .page-template-book-demo .book-demo .wrapper .awards {
    right: calc(50% + 285px);
  }
}
@media (min-width: 1800px) {
  .page-template-book-demo .book-demo .wrapper .awards {
    right: calc(50% + 295px);
  }
}
.page-template-book-demo .book-demo .wrapper .awards img {
  width: 100%;
}

.no-js #intro-message {
  display: block !important;
}

/* Breadcrumbs */
.breadcrumbs {
  background-color: #F6F6F6;
  color: #8D808A;
  font-size: 0.8rem;
}
.breadcrumbs a {
  color: #8D808A;
  padding: 0;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  color: #00B8C4;
  outline: none;
  text-decoration: none;
}
.breadcrumbs .sep {
  padding-right: 0.5rem;
}

@media (max-width: 767.98px) {
  .breadcrumbs {
    display: none;
  }
}
/* client-list */
.client-list-container {
  padding-top: 2rem;
}
.client-list-container .outer-row h3 {
  margin: 0;
  padding: 1rem 1rem 0;
}
.client-list-container .outer-row .client-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: visible;
}
.client-list-container .outer-row .client-list .logo-wrapper {
  display: flex;
  overflow: visible;
  position: relative;
  text-align: center;
  width: 33.3%;
  z-index: 0;
}
.client-list-container .outer-row .client-list .logo-wrapper img {
  display: inline-block;
  padding: 1.5rem;
  filter: grayscale(100%);
  max-width: 100%;
  max-height: 130px;
  margin: auto;
  opacity: 0.6;
  z-index: 1;
  height: auto;
  width: 100%;
  transition: 0.3s all ease;
  transform: translateZ(0);
  width: auto;
}
.client-list-container .outer-row .client-list .logo-wrapper img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
  z-index: 10;
}
@media (min-width: 992px) {
  .client-list-container .outer-row .client-list {
    flex-wrap: nowrap;
  }
}
.page-template-landing_page .client-list-container {
  padding-top: 0;
}
.page-template-landing_page .client-list-container:first-of-type {
  padding-top: 2rem;
}
.page-template-landing_page .client-list-container .outer-row .client-list {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-landing_page .client-list-container .outer-row .client-list .logo-wrapper img {
  max-width: 150px;
  filter: none;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .page-template-landing_page .client-list-container .outer-row .client-list .logo-wrapper img {
    padding: 0.5rem;
    max-width: 80%;
  }
}

/* counters */
.counters {
  margin-bottom: 2rem;
}
.counters .circle {
  display: block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
  width: 300px;
}
@media (min-width: 576px) {
  .counters .circle {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .counters .circle {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .counters .circle {
    width: 270px;
  }
}
.counters .circle canvas {
  vertical-align: top;
  height: 270px !important;
  width: 270px !important;
  margin: auto 0 !important;
}
@media (min-width: 576px) {
  .counters .circle canvas {
    height: 150px !important;
    width: 150px !important;
    margin: auto 0 !important;
  }
}
@media (min-width: 768px) {
  .counters .circle canvas {
    height: 183px !important;
    width: 183px !important;
    margin: auto 0 !important;
  }
}
@media (min-width: 992px) {
  .counters .circle canvas {
    height: 253px !important;
    width: 253px !important;
    margin: auto 0 !important;
  }
}
.counters .circle strong {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .counters .circle strong {
    font-size: 2rem;
    top: 35%;
  }
}
@media (min-width: 768px) {
  .counters .circle strong {
    font-size: 2.5rem;
    top: 35%;
  }
}
@media (min-width: 992px) {
  .counters .circle strong {
    font-size: 3rem;
    top: 37%;
  }
}
.counters .circle strong i {
  font-style: normal;
  font-weight: normal;
}
.counters .circle:before {
  border-radius: 50%;
  content: "";
  height: 0;
  left: 40px;
  opacity: 0.2;
  position: absolute;
  padding-top: 220px;
  top: 25px;
  width: 220px;
  z-index: 0;
  display: none;
}
@media (min-width: 576px) {
  .counters .circle:before {
    left: 17px;
    padding-top: 116px;
    top: 17px;
    width: 116px;
  }
}
@media (min-width: 768px) {
  .counters .circle:before {
    left: 27px;
    top: 19px;
    padding-top: 145px;
    width: 145px;
  }
}
@media (min-width: 992px) {
  .counters .circle:before {
    left: 33px;
    top: 25px;
    padding-top: 203px;
    width: 203px;
  }
}
.counters .circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}
.counters .circle.circle:before {
  background-color: #00B8C4;
}
.counters .circle.circle strong {
  color: #8D808A;
}
.counters p {
  color: #454247;
  font-size: 1rem;
  padding: 1rem 2rem;
  text-align: center;
}
@media (min-width: 576px) {
  .counters p {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .counters p {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .counters p {
    padding: 1rem 2rem;
  }
}

/* demo-bar */
.donate-bar {
  padding: 1.5rem 0 1rem;
}
.donate-bar.white {
  background: #fff;
}
.donate-bar.light-grey {
  background: #F6F6F6;
}
.donate-bar.blue {
  background: #00B8C4;
}
.donate-bar.brown {
  background: #382E34;
}
.donate-bar .btn-wrapper .btn {
  background-color: #00B8C4;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.donate-bar .btn-wrapper .btn svg {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.donate-bar .btn-wrapper .btn:hover, .donate-bar .btn-wrapper .btn:focus, .donate-bar .btn-wrapper .btn:active {
  background-color: #00959B !important;
  color: #fff;
}
.donate-bar.blue .btn-wrapper .btn {
  border: 3px solid #fff;
}
.donate-bar h4 {
  color: #382E34;
  font-size: 1.25rem;
  align-self: center;
}
@media (max-width: 767.98px) {
  .donate-bar h4 {
    margin-bottom: 1rem;
  }
}
.donate-bar.dark h4 {
  color: #fff;
}

/* feature-graphic */
.feature-graphics-wrapper {
  background-color: #fff;
  padding: 4rem 0 0;
}
.feature-graphics-wrapper .graphics-wrapper-title {
  border-bottom: 1px solid #C6C6C6 !important;
  color: #454247;
  padding: 1rem 0;
  margin: 0 0 3rem;
  text-align: center;
  text-transform: uppercase;
}
.feature-graphics-wrapper .footnote {
  background-color: #F6F6F6;
  display: block;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
}

/* feature-involve */
.feature-involve-wrapper .feature-involve {
  background-size: cover;
  display: flex;
  height: 200px;
  position: relative;
  text-decoration: none;
  padding: 0;
}
@media (min-width: 576px) {
  .feature-involve-wrapper .feature-involve {
    height: 230px;
  }
}
@media (min-width: 768px) {
  .feature-involve-wrapper .feature-involve {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .feature-involve-wrapper .feature-involve {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .feature-involve-wrapper .feature-involve {
    height: 300px;
  }
}
.feature-involve-wrapper .feature-involve .involve-title {
  color: #fff;
  margin: auto;
  max-width: 60%;
  text-align: center;
  z-index: 2;
}
.feature-involve-wrapper .feature-involve:before {
  background-color: rgba(0, 0, 0, 0.55);
  content: "";
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.feature-involve-wrapper .feature-involve:hover:before {
  opacity: 0.7;
}

/* feature-partner */
.feature-partner,
.feature-article {
  position: relative;
}
.feature-partner a,
.feature-partner .team-member,
.feature-partner .team-member-alt,
.feature-article a,
.feature-article .team-member,
.feature-article .team-member-alt {
  border-bottom: 3px solid #efefef;
  display: block;
  margin: 0.5rem 0 0.5rem;
  padding: 1rem 0;
  position: relative;
  text-decoration: none;
}
.feature-partner a img,
.feature-partner .team-member img,
.feature-partner .team-member-alt img,
.feature-article a img,
.feature-article .team-member img,
.feature-article .team-member-alt img {
  margin-bottom: 1rem;
  height: auto;
  width: 100%;
}
.feature-partner a .text-wrapper,
.feature-partner .team-member .text-wrapper,
.feature-partner .team-member-alt .text-wrapper,
.feature-article a .text-wrapper,
.feature-article .team-member .text-wrapper,
.feature-article .team-member-alt .text-wrapper {
  padding-right: 40px;
}
.feature-partner a .text-wrapper .title,
.feature-partner .team-member .text-wrapper .title,
.feature-partner .team-member-alt .text-wrapper .title,
.feature-article a .text-wrapper .title,
.feature-article .team-member .text-wrapper .title,
.feature-article .team-member-alt .text-wrapper .title {
  color: #00B8C4;
  margin-bottom: 0;
}
.feature-partner a .text-wrapper .title span,
.feature-partner .team-member .text-wrapper .title span,
.feature-partner .team-member-alt .text-wrapper .title span,
.feature-article a .text-wrapper .title span,
.feature-article .team-member .text-wrapper .title span,
.feature-article .team-member-alt .text-wrapper .title span {
  color: #00B8C4;
  display: block;
  font-size: 1.1rem;
  padding-top: 2px;
}
.feature-partner a .text-wrapper .post-meta,
.feature-partner .team-member .text-wrapper .post-meta,
.feature-partner .team-member-alt .text-wrapper .post-meta,
.feature-article a .text-wrapper .post-meta,
.feature-article .team-member .text-wrapper .post-meta,
.feature-article .team-member-alt .text-wrapper .post-meta {
  padding: 1rem 0 0 !important;
}
.feature-partner a .text-wrapper .post-meta span,
.feature-partner .team-member .text-wrapper .post-meta span,
.feature-partner .team-member-alt .text-wrapper .post-meta span,
.feature-article a .text-wrapper .post-meta span,
.feature-article .team-member .text-wrapper .post-meta span,
.feature-article .team-member-alt .text-wrapper .post-meta span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.feature-partner a .text-wrapper .post-meta span:after,
.feature-partner .team-member .text-wrapper .post-meta span:after,
.feature-partner .team-member-alt .text-wrapper .post-meta span:after,
.feature-article a .text-wrapper .post-meta span:after,
.feature-article .team-member .text-wrapper .post-meta span:after,
.feature-article .team-member-alt .text-wrapper .post-meta span:after {
  background-color: #C6C6C6;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 2px;
}
.feature-partner a .text-wrapper .post-meta span:first-child,
.feature-partner .team-member .text-wrapper .post-meta span:first-child,
.feature-partner .team-member-alt .text-wrapper .post-meta span:first-child,
.feature-article a .text-wrapper .post-meta span:first-child,
.feature-article .team-member .text-wrapper .post-meta span:first-child,
.feature-article .team-member-alt .text-wrapper .post-meta span:first-child {
  margin: 0;
  padding: 0;
}
.feature-partner a .text-wrapper .post-meta span:first-child:after,
.feature-partner .team-member .text-wrapper .post-meta span:first-child:after,
.feature-partner .team-member-alt .text-wrapper .post-meta span:first-child:after,
.feature-article a .text-wrapper .post-meta span:first-child:after,
.feature-article .team-member .text-wrapper .post-meta span:first-child:after,
.feature-article .team-member-alt .text-wrapper .post-meta span:first-child:after {
  display: none;
}
.feature-partner a .text-wrapper small,
.feature-partner .team-member .text-wrapper small,
.feature-partner .team-member-alt .text-wrapper small,
.feature-article a .text-wrapper small,
.feature-article .team-member .text-wrapper small,
.feature-article .team-member-alt .text-wrapper small {
  color: #878787;
  display: block;
  margin-top: -0.5rem;
}
.feature-partner a .text-wrapper p,
.feature-partner .team-member .text-wrapper p,
.feature-partner .team-member-alt .text-wrapper p,
.feature-article a .text-wrapper p,
.feature-article .team-member .text-wrapper p,
.feature-article .team-member-alt .text-wrapper p {
  color: #665360;
  margin-bottom: 0.7rem;
  margin-bottom: 10px;
  padding: 0 !important;
}
.feature-partner a .text-wrapper .link,
.feature-partner .team-member .text-wrapper .link,
.feature-partner .team-member-alt .text-wrapper .link,
.feature-article a .text-wrapper .link,
.feature-article .team-member .text-wrapper .link,
.feature-article .team-member-alt .text-wrapper .link {
  margin: 0;
  text-decoration: underline;
}
.feature-partner .team-member a,
.feature-article .team-member a {
  border: none;
}
.feature-partner .team-member-alt,
.feature-article .team-member-alt {
  border: none;
  margin: 0.5rem 0 0.5rem;
  padding: 1rem 0rem;
}
.feature-partner .team-member-alt a,
.feature-article .team-member-alt a {
  border: none;
  padding: 0;
  margin: 0;
}
.feature-partner a:hover, .feature-partner a:focus, .feature-partner a:active,
.feature-article a:hover,
.feature-article a:focus,
.feature-article a:active {
  outline: none;
  text-decoration: none;
}
.feature-partner a:hover .link, .feature-partner a:focus .link, .feature-partner a:active .link,
.feature-article a:hover .link,
.feature-article a:focus .link,
.feature-article a:active .link {
  text-decoration: none;
}
.feature-partner a:hover .text-wrapper .title, .feature-partner a:focus .text-wrapper .title, .feature-partner a:active .text-wrapper .title,
.feature-article a:hover .text-wrapper .title,
.feature-article a:focus .text-wrapper .title,
.feature-article a:active .text-wrapper .title {
  color: #00959B;
  text-decoration: underline;
}
.feature-partner .social-icons,
.feature-article .social-icons {
  bottom: 20px;
  height: 34px;
  position: absolute;
  right: 10px;
}
.feature-partner .social-icons a,
.feature-article .social-icons a {
  border: none;
  color: #00B8C4;
  display: inline;
  padding: 0;
  margin: 0 0 0 10px;
}
.feature-partner .social-icons a:hover,
.feature-article .social-icons a:hover {
  color: #00959B;
}
.feature-partner .social-icons a svg,
.feature-article .social-icons a svg {
  height: 30px;
  width: 30px;
}
.feature-partner.grid,
.feature-article.grid {
  margin: 0 0 1.5rem;
}
.feature-partner.grid .team-member-alt,
.feature-article.grid .team-member-alt {
  margin: 0 0 0.5rem;
  padding: 0 0 1rem;
}
.feature-partner.grid .team-member-alt .member-pic,
.feature-article.grid .team-member-alt .member-pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100%;
  margin-bottom: 1rem;
}
.feature-partner.grid .social-icons,
.feature-article.grid .social-icons {
  position: relative;
  margin: 0 0 0 10px;
  height: auto;
}
.feature-partner.grid .social-icons a,
.feature-article.grid .social-icons a {
  margin: 0 10px 0 0;
}
.feature-partner.grid .social-icons a svg,
.feature-article.grid .social-icons a svg {
  height: 24px;
  width: 24px;
}

/* feature-row */
.feature-row {
  background-color: #fff;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.feature-row .text-wrapper {
  text-align: left;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .feature-row .text-wrapper {
    padding: 2.5rem 0 2.5rem 2rem !important;
    margin-left: 0 !important;
  }
}
.feature-row .text-wrapper .title {
  color: #00B8C4;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .feature-row .text-wrapper .title {
    font-size: 1.8rem;
  }
}
.feature-row .text-wrapper .title span,
.feature-row .text-wrapper .title b,
.feature-row .text-wrapper .title strong {
  color: #00B8C4;
}
.page-template-landing_page .feature-row .text-wrapper .title {
  color: #150010;
}
.left .feature-row .text-wrapper {
  padding-left: 5rem;
}
.right .feature-row .text-wrapper {
  padding-right: 5rem;
}
.feature-row.banner.image-text-strip {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media (min-width: 1400px) {
  .feature-row.banner.image-text-strip {
    min-height: 600px;
  }
}
.feature-row.banner.image-text-strip .text-wrapper {
  max-width: 500px;
  padding: 20px 20px 20px 0;
  margin-left: 0;
  min-height: unset;
}
@media (min-width: 1400px) {
  .feature-row.banner.image-text-strip .text-wrapper {
    max-width: 80%;
  }
}
.feature-row.banner.image-text-strip .text-wrapper p {
  color: #fff;
  font-size: 1.3rem;
}
.feature-row.banner.image-text-strip .text-wrapper p strong {
  color: #00B8C4;
  font-weight: 400;
}
.feature-row.banner.image-text-strip .text-wrapper .title,
.feature-row.banner.image-text-strip .text-wrapper h1 {
  color: #fff !important;
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .feature-row.banner.image-text-strip .text-wrapper .title,
  .feature-row.banner.image-text-strip .text-wrapper h1 {
    font-size: 2.4rem;
  }
}
.feature-row .bw-text-wrapper {
  padding-bottom: 0;
  padding-top: 3rem;
}
.feature-row .bw-text-wrapper h1 {
  color: #150010;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .feature-row .bw-text-wrapper h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .feature-row .bw-text-wrapper h1 {
    font-size: 4rem;
  }
}
.feature-row .bw-text-wrapper h2 {
  color: #150010;
  font-size: 1.6rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .feature-row .bw-text-wrapper h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .feature-row .bw-text-wrapper h2 {
    font-size: 2.4rem;
  }
}
.feature-row .video-wrapper {
  display: flex;
  padding: 0;
}
.feature-row .video-wrapper .wistia-wrapper {
  margin: 0;
  padding: 55.75% 0 0 0;
  position: relative;
  width: 100%;
}
.feature-row .video-wrapper .wistia-wrapper .wistia-placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.feature-row .video-wrapper .wistia-wrapper .wistia-placeholder .overlay-image {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
}
.feature-row .video-wrapper .wistia-wrapper .wistia-placeholder .video {
  padding: 55.75% 0 0 0;
}
.feature-row .video-wrapper .wistia-wrapper .wistia-placeholder .video:before {
  z-index: 9;
}
.feature-row .video-wrapper .wistia-wrapper .wistia-video {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .feature-row .video-wrapper .wistia-wrapper .wistia-video {
    left: 10px !important;
    right: 10px !important;
  }
}
.feature-row .video-wrapper .wistia-wrapper .wistia-video .w-chrome {
  border-radius: 0 !important;
}
@media (max-width: 767.98px) {
  .feature-row .video-wrapper {
    margin-bottom: 2rem;
  }
}
.feature-row.right .video-wrapper .wistia-wrapper .wistia-video {
  left: 0;
  right: 10px;
}

@media (max-width: 767.98px) {
  .image-wrapper {
    margin-bottom: 2rem;
  }
}
.image-wrapper img {
  height: auto;
  width: 100%;
}
.feature-row.blue .image-wrapper img {
  background-color: #fff;
  padding: 10px;
}

@media (min-width: 768px) {
  .feature-row.right .text-wrapper {
    padding: 2.5rem 2rem 2.5rem 0 !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

/* feature-team */
.feature-team a {
  display: block;
  margin: 1rem 0 1rem;
  text-decoration: none;
}
.feature-team a img {
  margin-bottom: 1rem;
  height: auto;
  width: 100%;
}
.feature-team a .title {
  color: #00B8C4;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
}
.feature-team a p {
  color: #1E1B1F;
  margin-bottom: 1rem;
  padding: 0 !important;
}
.feature-team a .link {
  margin: 0;
  text-decoration: none;
}
.feature-team a:hover, .feature-team a:focus, .feature-team a:active {
  outline: none;
  text-decoration: none;
}
.feature-team a:hover .link, .feature-team a:focus .link, .feature-team a:active .link {
  text-decoration: underline;
}

/* feature-video */
.feature-video {
  background-color: #fff;
}
.feature-video.grey {
  background-color: #F6F6F6;
}
.feature-video .feature-video-title.section-title {
  margin-bottom: 0;
}
.feature-video .text-wrapper {
  padding: 0 15px 1.5rem;
}
.feature-video .text-wrapper p {
  padding: 0 3rem 0 0;
  margin: 0;
}
.feature-video .video-center {
  margin-top: 1rem;
}
.feature-video .video-center .text-wrapper {
  padding: 0;
  width: 90%;
}
.feature-video .video-center .text-wrapper p {
  padding: 0;
}
.feature-video .btn {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .feature-video .btn {
    margin: 2rem 0 4rem;
  }
}

/* features */
.features {
  background-color: #fff;
  overflow: hidden;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}
.features:first-of-type {
  padding-top: 4rem;
}
.features:last-of-type {
  padding-bottom: 3rem;
}
body.home .features:last-of-type {
  border-bottom: 3rem solid #ECECEC;
}
.features .container {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.features .container .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.features .container .row .feature {
  display: block;
  text-decoration: none;
}
.features .container .row .feature.latest {
  display: flex;
}
.features .container .row .feature.col-md-4, .features .container .row .feature.col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .features .container .row .feature {
    margin: 0 auto 20px;
  }
}
.features .container .row .feature .title {
  color: #665360;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.features .container .row .feature .post-meta {
  color: #A6ACB2;
}
.features .container .row .feature img {
  padding-bottom: 1rem;
  height: auto;
  width: 100%;
}
.features .container .row .feature p {
  color: #665360 !important;
}
.features .container .row .feature p.link svg {
  width: 5px;
  margin-left: 5px;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.features .container .row .feature:is(a) .title {
  color: #00B8C4;
}
.features .container .row .feature:is(a):hover .title, .features .container .row .feature:is(a):focus .title, .features .container .row .feature:is(a):active .title {
  text-decoration: underline;
}
.features .container .row .feature:is(a):hover p.link, .features .container .row .feature:is(a):focus p.link, .features .container .row .feature:is(a):active p.link {
  color: #00B8C4 !important;
}
.features .container .row .feature:is(a):hover p.link svg, .features .container .row .feature:is(a):focus p.link svg, .features .container .row .feature:is(a):active p.link svg {
  margin-left: 7px;
}
.features .container .row .feature .image-wrapper {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  margin-bottom: 1rem;
  padding-top: 56.25%;
  position: relative;
  justify-content: center;
}
.features .container .row .feature .image-wrapper .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  opacity: 0.5;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.features .container .row .feature .image-wrapper .logo {
  display: block;
  margin: 0 auto;
  max-height: 100px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 70%;
  max-height: 50%;
}
.features .container .row .feature.feat-team-member {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
}
.features .container .row .feature.feat-team-member .image-wrapper.sq-image {
  border-radius: 7px;
  padding-top: 60%;
  max-width: 60%;
}
.features.blog-list {
  padding-top: 0;
}
.features.blog-list.events:last-of-type hr {
  display: none;
}

/* Footer */
.site-footer {
  background-color: #150010;
  color: #C6C6C6;
}
.site-footer .ftr-col {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .site-footer .ftr-col {
    border-bottom: 1px solid #454247;
    margin-bottom: 1rem;
  }
}
.site-footer .ftr-col h5 {
  color: #00B8C4;
  font-weight: 400;
}
.site-footer .ftr-col h5 a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.site-footer .ftr-col h5 a svg {
  height: auto;
  width: 20px;
  margin-left: 10px;
}
.site-footer .ftr-col h5 a:hover, .site-footer .ftr-col h5 a:focus, .site-footer .ftr-col h5 a:active {
  color: #fff;
}
.site-footer .ftr-col p {
  font-size: 0.85rem;
  color: #fff;
  font-weight: 400;
}
.site-footer .ftr-col p a {
  color: #fff;
  text-decoration: none;
}
.site-footer .ftr-col p a:hover, .site-footer .ftr-col p a:focus, .site-footer .ftr-col p a:active {
  color: #00B8C4;
  text-decoration: underline;
}
.site-footer .footer-ftr small {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
}
.site-footer .footer-ftr small .sep {
  color: rgba(255, 255, 255, 0.2);
  padding: 0 5px;
}
.site-footer .footer-ftr small a {
  text-decoration: none;
}
.site-footer .footer-ftr small a:hover, .site-footer .footer-ftr small a:focus, .site-footer .footer-ftr small a:active {
  text-decoration: underline;
}
.site-footer .footer-ftr small a.site-link {
  color: rgba(255, 255, 255, 0.3);
}
.site-footer nav {
  width: 95%;
  margin: 0 5% 1rem 0;
}
.site-footer nav ul {
  list-style: none;
  padding: 0;
}
.site-footer nav ul li {
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.site-footer nav ul li a {
  color: #fff;
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 0 0 0.15rem;
  text-decoration: none;
}
.site-footer nav ul li a:hover, .site-footer nav ul li a:focus, .site-footer nav ul li a:active {
  color: #00B8C4;
  text-decoration: underline;
}
.site-footer .social-links a {
  text-decoration: none;
}
.site-footer .social-links a svg path {
  fill: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .site-footer .social-links {
    float: right;
  }
  .site-footer .social-links a {
    margin: 0 0 0 20px;
  }
}
.site-footer p,
.site-footer a {
  color: #C6C6C6;
}
.site-footer hr {
  border-top: 2px solid #A6ACB2 !important;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .site-footer hr {
    display: none;
  }
}

/* forms */
.sib_signup_form .form-wrapper p {
  display: inline-block;
  margin-bottom: 2rem;
  width: 45%;
}
.sib_signup_form .form-wrapper p label {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
}
.sib_signup_form .form-wrapper p .list-select-wrap .nf-field-element > div,
.sib_signup_form .form-wrapper p input:not([type=submit]),
.sib_signup_form .form-wrapper p textarea,
.sib_signup_form .form-wrapper p select {
  background: #fff;
  border: 1px solid #C6C6C6;
  color: #2E2D2C;
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
  width: 100% !important;
}
.sib_signup_form .form-wrapper p select {
  padding: 10px;
}
.sib_signup_form .form-wrapper p input:not([type=submit]) {
  height: 40px;
  line-height: 40px;
  padding: 12px 10px 8px;
}
.sib_signup_form .form-wrapper p .nf-error.field-wrap .ninja-forms-field {
  border-color: #00959B !important;
}
.sib_signup_form .form-wrapper p .nf-error.field-wrap .nf-field-element:after {
  background-color: #00959B;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.sib_signup_form .form-wrapper p .hr-container {
  margin: 4rem 0;
}
.sib_signup_form .form-wrapper .nf-error-msg {
  color: #00959B !important;
  font-size: 0.9rem;
  font-weight: normal;
}

/* ninja forms */
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont .nf-form-content {
  padding: 0;
}
.nf-form-cont .nf-form-content .nf-field-element {
  overflow: hidden;
}
body.page-id-34 .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-child(1),
body.page-id-34 .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-child(2),
body.page-id-34 .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-child(3),
body.page-id-34 .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-child(4) {
  width: 100%;
  display: block;
  vertical-align: top;
}
@media (min-width: 576px) {
  body.page-id-34 .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-child(1),
  body.page-id-34 .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-child(2),
  body.page-id-34 .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-child(3),
  body.page-id-34 .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-child(4) {
    display: inline-block;
    margin-right: 5%;
    width: 45%;
  }
}
@media (min-width: 576px) {
  body.page-id-34 .nf-form-cont .nf-form-content nf-fields-wrap .your-message {
    margin-right: 5%;
  }
}
.nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 15px;
}
.nf-form-cont .nf-form-content .nf-field-container .listradio-wrap .nf-field-element {
  overflow: hidden;
}
.nf-form-cont .nf-form-content .nf-field-container .listradio-wrap .nf-field-element li {
  display: inline-block;
  margin: 0 20px 0 0 !important;
}
.nf-form-cont .nf-form-content .nf-field-container .listradio-wrap .nf-field-element li label:after {
  top: 0;
}
.nf-form-cont .nf-form-content .nf-field-container.hidden-container {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-content .nf-field-label {
  margin-bottom: 5px;
}
.nf-form-cont .nf-form-content label {
  color: #665360;
  font-size: 0.9rem;
  font-weight: 600;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea {
  background: #fff;
  border: 1px solid #C6C6C6;
  color: #2E2D2C;
  font-size: 0.9rem;
  font-weight: normal;
}
.nf-form-cont .nf-form-content input:not([type=button]) {
  color: #665360;
  height: 40px;
  line-height: 40px;
  padding: 8px 10px;
}
.nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after {
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.nf-form-cont .nf-form-content .nf-pass.field-wrap .ninja-forms-field {
  border-color: #00B8C4 !important;
}
.nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
  color: #00B8C4;
  line-height: 42px;
  height: 40px;
  right: 0px;
  width: 35px;
}
.nf-form-cont .nf-form-content .hr-container {
  margin: 4rem 0;
}
.nf-form-cont .nf-error-msg {
  font-size: 0.9rem;
  font-weight: normal;
}

/* gallery */
.gallery {
  background-color: #fff;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.gallery.grey {
  background-color: #F6F6F6;
}
.gallery a {
  margin-bottom: 2rem;
}
.gallery a img {
  outline: 3px solid transparent;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.gallery a:hover img, .gallery a:active img, .gallery a:focus img {
  outline: 3px solid #00959B;
}

.fancybox-container .fancybox-bg {
  background-color: #00B8C4;
}
.fancybox-container .fancybox-thumbs {
  background-color: #00B8C4;
}
.fancybox-container .fancybox-thumbs .fancybox-thumbs__list a:before {
  border: 3px solid #fff;
}
.fancybox-container .fancybox-progress {
  background: #A0EBEE;
}

/* Header */
.site-hdr .hdr-logo {
  padding: 0.25rem 0;
  margin-left: 12px;
  width: 160px;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
@media (min-width: 576px) {
  .site-hdr .hdr-logo {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .site-hdr .hdr-logo {
    width: 190px;
  }
}
@media (min-width: 992px) {
  .site-hdr .hdr-logo {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .site-hdr .hdr-logo {
    width: 230px;
  }
}
.site-hdr .hdr-logo:hover, .site-hdr .hdr-logo:focus, .site-hdr .hdr-logo:active {
  outline: none;
  opacity: 0.7;
}
.sticky-nav .site-hdr .hdr-logo img {
  display: none;
}
.site-hdr .social-links {
  display: none;
  margin: 3px 0 0 20px;
  width: auto;
}
.site-hdr .social-links a {
  height: 30px;
  margin: 0 0 0 10px;
  text-decoration: none;
  width: 30px;
}
.site-hdr .social-links a svg {
  height: 24px;
  width: 24px;
}
.site-hdr .social-links a svg path {
  fill: rgba(255, 255, 255, 0.7);
}
.site-hdr .social-links a:hover svg path, .site-hdr .social-links a:focus svg path, .site-hdr .social-links a:active svg path {
  fill: #00B8C4;
}
@media (min-width: 992px) {
  .site-hdr .social-links.widescreen {
    display: inline-block;
    position: absolute;
    left: 150px;
    z-index: 20;
  }
}
@media (max-width: 991.98px) {
  .site-hdr .social-links.smallscreen {
    display: block;
    margin: 20px 0 0;
    text-align: center;
  }
  .site-hdr .social-links.smallscreen a {
    margin: 10px;
  }
}
body.home .site-hdr {
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  body.home .site-hdr .standard-nav-wrapper {
    background: none;
  }
}
.site-hdr .sticky-nav-wrapper {
  background-color: #382E34;
  border-top: 5px solid #665360;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.2);
  display: none;
  min-height: 70px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.page-template-landing_page .site-hdr .sticky-nav-wrapper {
  background-color: #fff;
  border-top: 0;
}
@media (max-width: 991.98px) {
  .site-hdr .sticky-nav-wrapper {
    display: none !important;
  }
}
.site-hdr .sticky-nav-wrapper .hdr-logo {
  width: 150px;
}
.site-hdr .standard-nav-wrapper {
  background-color: #382E34;
  border-top: 5px solid #665360;
  min-height: 90px !important;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 20;
}
.page-template-landing_page .site-hdr .standard-nav-wrapper {
  background-color: #fff;
  border-top: 0;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .site-hdr .standard-nav-wrapper .standard-nav .navbar {
    display: none;
  }
}
.site-hdr .standard-nav-wrapper .standard-nav.active {
  width: 100%;
}
.site-hdr .standard-nav-wrapper .standard-nav.active .navbar {
  display: block;
}
@media (min-width: 992px) {
  .site-hdr .standard-nav-wrapper {
    min-height: 90px !important;
  }
  .site-hdr .standard-nav-wrapper .navbar {
    display: block;
    padding: 0.8rem 0 0;
  }
  .site-hdr .standard-nav-wrapper.sticky {
    position: fixed;
    top: 0;
  }
}
.site-hdr #navbar-toggler {
  background: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: none;
  width: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.site-hdr #navbar-toggler span {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  left: 5px;
  opacity: 1;
  position: absolute;
  height: 3px;
  width: 30px;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.page-template-landing_page .site-hdr #navbar-toggler span {
  background-color: #00B8C4;
}
.site-hdr #navbar-toggler span:nth-child(1) {
  top: 9px;
}
.site-hdr #navbar-toggler span:nth-child(2) {
  top: 19px;
  transform: rotate(0deg);
}
.site-hdr #navbar-toggler span:nth-child(3) {
  top: 19px;
  transform: rotate(0deg);
}
.site-hdr #navbar-toggler span:nth-child(4) {
  top: 29px;
}
.site-hdr #navbar-toggler.active span {
  background-color: #00B8C4;
  left: 5px;
  width: 30px;
}
.site-hdr #navbar-toggler.active span:nth-child(1) {
  opacity: 0;
  top: 18px;
}
.site-hdr #navbar-toggler.active span:nth-child(2) {
  top: 18px;
  transform: rotate(-45deg);
}
.site-hdr #navbar-toggler.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
}
.site-hdr #navbar-toggler.active span:nth-child(4) {
  opacity: 0;
  top: 18px;
}
@media (min-width: 992px) {
  .site-hdr #navbar-toggler {
    display: none;
  }
}

/* icon-list */
.icon-list {
  background-color: #fff;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.icon-list.light-grey {
  background: #F6F6F6;
}
.icon-list.blue {
  background: #00B8C4;
}
.icon-list.brown {
  background: #382E34;
}
.icon-list .list-title {
  color: #00B8C4;
  text-align: center;
  margin: 0 0 2rem;
  padding: 0 1rem;
}
.icon-list .intro-text {
  color: #382E34;
  text-align: center;
}
.icon-list .icon-item {
  text-align: center;
}
.icon-list .icon-item img {
  max-width: 100px;
  margin: 0 auto 1.25rem;
}
.icon-list .icon-item .title {
  color: #00B8C4;
}
.icon-list .icon-item .text {
  color: #382E34;
}
.icon-list .icon-item.left {
  text-align: left;
  display: flex;
}
.icon-list .icon-item.left img {
  margin-right: 1rem;
  align-self: flex-start;
}
.icon-list .icon-item.left .text-wrapper {
  margin: 0.5rem 0 1rem;
}
.page-template-landing_page .icon-list .icon-item {
  text-align: left;
}
.page-template-landing_page .icon-list .icon-item .title {
  color: #382E34;
}
.icon-list.dark .icon-item .title {
  color: #fff;
}
.icon-list.dark .icon-item .text {
  color: #fff;
}
.icon-list.dark .list-title {
  color: #fff;
}
.icon-list.dark .intro-text {
  color: #fff;
}
.icon-list.yellow {
  background: #ffedcc;
}
.icon-list.yellow .title,
.icon-list.yellow .list-title {
  color: #382E34;
}
.icon-list.yellow .icon-item .title,
.icon-list.yellow .icon-item .text {
  color: #382E34;
}

/* Image text strip */
.image-text-strip {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  padding: 0;
  position: relative;
}
.image-text-strip.grey {
  background-color: #F6F6F6;
}
.image-text-strip .image-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .image-text-strip .image-wrapper {
    margin-bottom: 2rem;
    padding-top: 55%;
  }
}
.image-text-strip .img-wrapper {
  display: flex;
}
.image-text-strip .img-wrapper img {
  margin-bottom: auto;
  margin-top: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .image-text-strip .img-wrapper {
    margin-bottom: 2rem;
  }
}
.image-text-strip .text-wrapper {
  align-self: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 15px 2rem;
  margin: 0 auto;
  max-width: 510px;
}
@media (min-width: 768px) {
  .image-text-strip .text-wrapper {
    min-height: 400px;
    max-width: 330px;
    padding: 2.5rem 2rem 2.5rem 0;
  }
  .page-template-landing_page .image-text-strip .text-wrapper {
    padding: 0 !important;
  }
  .image-text-strip .text-wrapper.padded {
    min-height: auto;
  }
  .image-text-strip .text-wrapper.video-strip {
    min-height: unset;
  }
}
@media (min-width: 992px) {
  .image-text-strip .text-wrapper {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .image-text-strip .text-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 1400px) {
  .image-text-strip .text-wrapper {
    max-width: 620px;
  }
}
@media (min-width: 1600px) {
  .image-text-strip .text-wrapper {
    max-width: 700px;
  }
}
.image-text-strip .text-wrapper p:last-child {
  margin-bottom: 0;
}
.image-text-strip .text-wrapper ul {
  margin-left: 15px;
}
.image-text-strip .text-wrapper ul li {
  margin-bottom: 0.75rem;
  padding: 0;
  position: relative;
  list-style: none;
}
.image-text-strip .text-wrapper ul li:before {
  border-radius: 7px;
  background-color: #00B8C4;
  content: "";
  position: absolute;
  left: -15px;
  top: 8px;
  width: 7px;
  height: 7px;
}
.image-text-strip .text-wrapper .btn {
  align-self: flex-start;
  padding-right: 2rem;
}
.image-text-strip .text-wrapper .btn svg {
  height: 15px;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.image-text-strip .text-wrapper .btn.btn-white {
  background: #fff;
  border: 2px solid #00B8C4;
  color: #00B8C4;
}
.image-text-strip .text-wrapper .btn.btn-white:hover, .image-text-strip .text-wrapper .btn.btn-white:focus, .image-text-strip .text-wrapper .btn.btn-white:active {
  background: #00B8C4;
  border: 2px solid #00959B;
  color: #fff;
}
.page-template-landing_page .image-text-strip .text-wrapper .btn.btn-white {
  background: transparent;
  border: 1px solid #00B8C4;
  color: #fff;
}
.image-text-strip .text-wrapper .btn.btn-white:hover, .image-text-strip .text-wrapper .btn.btn-white:focus, .image-text-strip .text-wrapper .btn.btn-white:active {
  background-color: #00D4D8 !important;
  border: 2px solid #00D4D8;
  color: #150010;
}
.image-text-strip .text-wrapper .btn-wrapper .btn {
  margin-right: 1rem;
}
.image-text-strip .right-align .text-wrapper {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .image-text-strip .right-align .text-wrapper {
    padding: 1rem 0 1rem 2rem;
  }
}
.image-text-strip a.page-link {
  background-color: #00B8C4;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  position: relative;
  width: fit-content;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.image-text-strip a.page-link i {
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.image-text-strip a.page-link:hover, .image-text-strip a.page-link:focus, .image-text-strip a.page-link:active {
  background-color: #00B8C4;
  text-decoration: none;
}
.image-text-strip a.page-link:hover i, .image-text-strip a.page-link:focus i, .image-text-strip a.page-link:active i {
  padding-left: 5px;
}

/* Landing hero */
.landing-hero {
  width: 100%;
  background-color: #1E1B1F;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 500px;
  height: 100vh;
  position: relative;
}
@media (min-width: 768px) {
  .landing-hero {
    min-height: 600px;
    height: 80vh;
  }
}
.landing-hero div {
  overflow: visible;
  width: 100%;
}
@media (max-width: 991.98px) {
  .landing-hero div {
    margin: 0 auto;
  }
}
.landing-hero .hero-content-wrapper {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .landing-hero .hero-content-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .landing-hero .hero-content-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .landing-hero .hero-content-wrapper {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  .landing-hero .hero-content-wrapper {
    max-width: 1110px;
  }
}
@media (min-width: 1400px) {
  .landing-hero .hero-content-wrapper {
    max-width: 1270px;
  }
}
@media (min-width: 1600px) {
  .landing-hero .hero-content-wrapper {
    max-width: 1420px;
  }
}
@media (max-width: 991.98px) {
  .landing-hero .hero-content-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .landing-hero .hero-content-wrapper {
    margin: auto;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .landing-hero .hero-content-wrapper {
    flex-direction: row;
  }
}
.landing-hero .feat-img-wrapper {
  max-width: 100%;
}
@media (min-width: 768px) {
  .landing-hero .feat-img-wrapper {
    max-width: 50%;
  }
}
.landing-hero .feat-img-wrapper a {
  display: block;
  opacity: 1;
  position: relative;
  z-index: 10;
}
.landing-hero .feat-img-wrapper a:hover {
  opacity: 0.8;
}
.landing-hero .feat-img-wrapper img {
  position: relative;
  padding: 0 0 0 2rem;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .landing-hero .feat-img-wrapper img {
    padding: 0 0 1rem;
    max-height: 150px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
.landing-hero .text-wrapper {
  height: fit-content;
  flex-direction: column;
  margin: auto auto auto 0;
  max-width: 100%;
  overflow: visible;
  position: relative;
  z-index: 6;
}
.landing-hero .text-wrapper h2 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7rem;
}
.landing-hero .text-wrapper span {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .landing-hero .text-wrapper {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .landing-hero .text-wrapper {
    margin: auto auto auto 0;
    max-width: 400px;
  }
  .landing-hero .text-wrapper.right-align {
    margin: auto 0 auto auto;
  }
  .landing-hero .text-wrapper h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .landing-hero .text-wrapper span {
    font-size: 1.1rem;
  }
}
.landing-hero .text-wrapper .btn {
  background-color: #00B8C4;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0 0;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.landing-hero .text-wrapper .btn svg {
  height: 15px;
  width: 15px;
  position: absolute;
  right: 10px;
  bottom: 13px;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.landing-hero .text-wrapper .btn:hover, .landing-hero .text-wrapper .btn:focus, .landing-hero .text-wrapper .btn:active {
  outline: none;
  background-color: #00959B;
}
.landing-hero .text-wrapper .btn:hover svg, .landing-hero .text-wrapper .btn:focus svg, .landing-hero .text-wrapper .btn:active svg {
  right: 7px;
}
.landing-hero .text-wrapper .btn:hover span, .landing-hero .text-wrapper .btn:focus span, .landing-hero .text-wrapper .btn:active span {
  margin: 0 0 0 15px;
}
.landing-hero .text-wrapper .section-link {
  display: block;
  width: 200px;
  height: 40px;
  margin: 1rem 0 0;
}
.landing-hero .text-wrapper .section-link span {
  left: 10px;
  position: absolute;
  top: 8px;
  font-size: 0.9rem;
  text-align: center;
  display: block;
  text-transform: uppercase;
  width: 100%;
}
.landing-hero .text-wrapper .section-link svg {
  background-color: #00B8C4;
  border: 2px solid #00B8C4;
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
  transform: translateZ(0);
  transform: rotate(90deg);
}
.landing-hero .text-wrapper .section-link svg path {
  color: #fff;
}
.landing-hero .text-wrapper .section-link:hover, .landing-hero .text-wrapper .section-link:focus, .landing-hero .text-wrapper .section-link:active {
  outline: none;
}
.landing-hero .text-wrapper .section-link:hover svg, .landing-hero .text-wrapper .section-link:focus svg, .landing-hero .text-wrapper .section-link:active svg {
  background-color: #00959B;
  border: 2px solid #00959B;
  padding: 10px 7px 10px 13px;
}
.landing-hero .carousel {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.landing-hero .carousel .carousel-inner {
  height: 100%;
}
.landing-hero .carousel .carousel-inner .carousel-item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
}
.landing-hero .carousel .carousel-inner .carousel-item:before {
  background-color: rgba(56, 46, 52, 0.7);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 5;
}
.landing-hero .carousel .carousel-inner .carousel-item.active {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.landing-hero .carousel .carousel-indicators {
  margin: 25px 50px;
  z-index: 10;
}
.landing-hero .carousel .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  margin: 0 8px;
  width: 15px;
  border: 2px solid transparent;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.landing-hero .carousel .carousel-indicators li.active {
  background-color: #00B8C4;
  border: 2px solid #fff;
}
@media (max-width: 767.98px) {
  .landing-hero .carousel .carousel-indicators {
    bottom: 0;
  }
  .landing-hero .carousel .carousel-indicators li {
    background-color: #00B8C4;
    border: 2px solid #00B8C4;
  }
  .landing-hero .carousel .carousel-indicators li.active {
    background-color: #fff;
    border: 2px solid #00B8C4;
  }
}

/* Landing hero */
.hdr-nav {
  padding: 0.5rem 0 0;
}
.sticky-nav .hdr-nav {
  padding: 0.25rem 0 0;
}
.hdr-nav .navbar-wrapper {
  justify-content: flex-end;
  overflow: visible;
  width: 100%;
}
.landing-hero .hdr-nav .navbar-wrapper {
  width: 100%;
}
.hdr-nav .navbar-wrapper .site-links {
  margin: 3px 0;
  padding: 0;
}
.hdr-nav .navbar-wrapper .site-links li {
  font-size: 0.9rem;
  font-weight: 500;
  list-style: none;
  position: relative;
  white-space: nowrap;
}
.hdr-nav .navbar-wrapper .site-links li a {
  border-radius: 5px;
  color: #fff;
  font-weight: 300;
  padding: 10px 0;
  margin: 0 5px;
  outline: none;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
@media (min-width: 992px) {
  .hdr-nav .navbar-wrapper .site-links li a {
    padding: 5px 10px 3px;
  }
}
.hdr-nav .navbar-wrapper .site-links li a.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #fff;
  margin-left: 10px;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.hdr-nav .navbar-wrapper .site-links li a:hover, .hdr-nav .navbar-wrapper .site-links li a:focus, .hdr-nav .navbar-wrapper .site-links li a:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.hdr-nav .navbar-wrapper .site-links li.show .dropdown-toggle:after {
  transform: rotate(180deg);
}
.hdr-nav .navbar-wrapper .site-links li .sub-menu {
  display: none;
  z-index: 100;
  padding: 0;
  margin: 0;
  color: #1E1B1F;
  text-align: left;
  list-style: none;
  position: absolute;
  border: none;
  border-radius: 0;
  border-bottom: 5px solid #ddd;
  top: 62px;
  left: -0.25rem;
  min-width: 200px;
}
.hdr-nav .navbar-wrapper .site-links li .sub-menu.dropdown-menu.show {
  display: block;
}
@media (max-width: 991.98px) {
  .hdr-nav .navbar-wrapper .site-links li .sub-menu {
    background-color: #F6F6F6;
    border: none;
    margin: 0 5px 15px;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .hdr-nav .navbar-wrapper .site-links li .sub-menu {
    top: 62px;
  }
  .sticky-nav .hdr-nav .navbar-wrapper .site-links li .sub-menu {
    top: 50px;
  }
}
.hdr-nav .navbar-wrapper .site-links li .sub-menu li a {
  border-radius: 0;
  color: #382E34;
  font-size: 0.9rem;
  margin: 0;
  text-transform: none;
}
.hdr-nav .navbar-wrapper .site-links li .sub-menu li a:after {
  display: none;
}
.hdr-nav .navbar-wrapper .site-links li .sub-menu ul {
  display: none;
}
.hdr-nav .navbar-wrapper .site-links li.current-menu-ancestor > a, .hdr-nav .navbar-wrapper .site-links li.current-menu-item > a {
  color: #A0EBEE;
  font-weight: 400;
}
.hdr-nav .navbar-wrapper .site-links li.current-menu-ancestor > a.dropdown-toggle:after, .hdr-nav .navbar-wrapper .site-links li.current-menu-item > a.dropdown-toggle:after {
  color: #fff;
}
@media (max-width: 991.98px) {
  .hdr-nav .navbar-wrapper .site-links li.current-menu-ancestor > a.dropdown-toggle:after, .hdr-nav .navbar-wrapper .site-links li.current-menu-item > a.dropdown-toggle:after {
    color: #A0EBEE;
  }
}
@media (max-width: 991.98px) {
  .hdr-nav .navbar-wrapper .site-links li.current-menu-ancestor > a, .hdr-nav .navbar-wrapper .site-links li.current-menu-item > a {
    background-color: transparent;
    color: #A0EBEE;
  }
}
.hdr-nav .navbar-wrapper .site-links li .dropdown-menu a {
  font-weight: 400;
}
.hdr-nav .navbar-wrapper .site-links li .dropdown-menu .current-page-ancestor,
.hdr-nav .navbar-wrapper .site-links li .dropdown-menu .current-menu-item {
  background-color: #DADADA;
}
.hdr-nav .navbar-wrapper .site-links li .dropdown-menu .not-duplicated {
  display: none;
}
body.single-post .hdr-nav .navbar-wrapper .site-links li.menu-item-30 > a {
  background-color: #00B8C4;
  color: #fff;
}
body.single-events .hdr-nav .navbar-wrapper .site-links li.menu-item-29 > a, body.single-events .hdr-nav .navbar-wrapper .site-links li.menu-item-7790 > a {
  background-color: #00B8C4;
  color: #fff;
}
.hdr-nav .navbar-wrapper .site-links li:after {
  background-color: #878787;
  content: "";
  height: 14px;
  right: 0;
  opacity: 0.3;
  position: absolute;
  top: 9px;
  width: 2px;
  display: none;
}
@media (max-width: 991.98px) {
  .hdr-nav .navbar-wrapper .site-links li:after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hdr-nav .navbar-wrapper .site-links a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  .hdr-nav .navbar-wrapper .site-links li:first-child a {
    border: none;
  }
}
.hdr-nav .navbar-wrapper .book-a-demo-btn {
  background: #00B8C4;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  outline: none;
  margin-left: 15px;
  padding: 8px 40px 8px 12px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.hdr-nav .navbar-wrapper .book-a-demo-btn:hover, .hdr-nav .navbar-wrapper .book-a-demo-btn:focus, .hdr-nav .navbar-wrapper .book-a-demo-btn:active {
  background: #00959B;
}
@media (max-width: 991.98px) {
  .hdr-nav .navbar-wrapper .book-a-demo-btn {
    padding: 8px 12px;
    margin: 0.5rem 5px;
    width: calc(100% - 10px);
    display: block;
  }
}
.hdr-nav .navbar-wrapper .book-a-demo-btn svg {
  height: 15px;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.page-template-landing_page .hdr-nav .navbar-wrapper .book-a-demo-btn {
  background: #00B8C4;
  color: #150010;
  font-weight: 500;
}
.page-template-landing_page .hdr-nav .navbar-wrapper .book-a-demo-btn:hover, .page-template-landing_page .hdr-nav .navbar-wrapper .book-a-demo-btn:focus, .page-template-landing_page .hdr-nav .navbar-wrapper .book-a-demo-btn:active {
  background: #00D4D8;
}
.hdr-nav .navbar-wrapper .btn-link {
  background: transparent;
  border-radius: 5px;
  border: 2px solid #00B8C4;
  color: #00B8C4;
  font-size: 0.9rem;
  font-weight: 400;
  outline: none;
  margin-left: 15px;
  padding: 8px 40px 8px 12px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.hdr-nav .navbar-wrapper .btn-link:hover, .hdr-nav .navbar-wrapper .btn-link:focus, .hdr-nav .navbar-wrapper .btn-link:active {
  background: #fff;
  color: #00959B;
}
@media (max-width: 991.98px) {
  .hdr-nav .navbar-wrapper .btn-link {
    padding: 8px 12px;
    margin: 0.5rem 5px;
    width: calc(100% - 10px);
    display: block;
  }
}
.hdr-nav .navbar-wrapper .btn-link svg {
  height: 15px;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.page-template-landing_page .hdr-nav .navbar-wrapper .btn-link {
  border: 1px solid #00B8C4;
  color: #150010;
  font-weight: 500;
}
.page-template-landing_page .hdr-nav .navbar-wrapper .btn-link:hover, .page-template-landing_page .hdr-nav .navbar-wrapper .btn-link:focus, .page-template-landing_page .hdr-nav .navbar-wrapper .btn-link:active {
  background: #00D4D8;
  border: 1px solid #00D4D8;
  color: #150010;
}

/* map */
.feature-map .feature-map-title.section-title {
  margin-bottom: 0;
}
.feature-map .text-area {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.feature-map .feature-map-wrapper {
  background-color: #F6F6F6;
  padding-bottom: 4rem;
  padding-top: 3rem;
}
@media (max-width: 767.98px) {
  .feature-map .feature-map-wrapper {
    padding-bottom: 1rem;
  }
}
.feature-map .feature-map-wrapper .text-wrapper {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.feature-map .feature-map-wrapper .text-wrapper p strong,
.feature-map .feature-map-wrapper .text-wrapper p b {
  font-family: HelveticaLTWXX-Bold;
  font-weight: normal;
}
.feature-map .feature-map-wrapper .map-wrapper {
  border: 10px solid #fff;
  position: relative;
  padding-bottom: 56.3%; /* 16:9 */
  height: 0;
}
@media (max-width: 767.98px) {
  .feature-map .feature-map-wrapper .map-wrapper {
    margin-bottom: 1rem;
  }
}
.feature-map .feature-map-wrapper .map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* newsletter-signup */
/* Signup */
.sign-up {
  background: #00B8C4;
  border-bottom: 3px solid #00959B;
  color: #fff;
  padding: 1.5rem 0;
}
.sign-up .form-inline h4 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  align-self: center;
}
@media (min-width: 768px) {
  .sign-up .form-inline h4 {
    margin: 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .sign-up .form-inline h4 {
    margin: 0 !important;
  }
}
.sign-up .form-inline h4 label {
  justify-content: flex-start;
}
.sign-up .form-inline input {
  border: none;
  display: inline-block;
  margin-top: 1rem;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 768px) {
  .sign-up .form-inline input {
    margin: 0 !important;
    width: 80%;
  }
}
.sign-up .form-inline .btn {
  background-color: #00959B;
  color: #fff;
  display: inline-block;
  padding: 6px;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 768px) {
  .sign-up .form-inline .btn {
    margin-left: 3%;
    width: 16%;
  }
}
.sign-up .form-inline .btn:hover, .sign-up .form-inline .btn:focus, .sign-up .form-inline .btn:active {
  background-color: #A0EBEE !important;
}
.sign-up p {
  font-size: 0.9rem;
  padding-top: 0.5rem;
}
@media (min-width: 992px) {
  .sign-up p {
    max-width: 100%;
  }
}
.sign-up p a {
  color: #fff;
  text-decoration: underline;
}
.sign-up p a:hover, .sign-up p a:focus {
  text-decoration: none;
}

/* Pagination */
div.pagination {
  justify-content: center;
  display: flex;
  margin: 4rem auto 2rem;
  position: relative;
  width: 100%;
}
div.pagination a,
div.pagination span {
  position: relative;
  float: left;
  padding: 10px 16px;
  line-height: 1;
  text-decoration: none;
  color: #00B8C4;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
div.pagination a:first-child,
div.pagination span:first-child {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
div.pagination a:last-child,
div.pagination span:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
div.pagination a:hover, div.pagination a:focus, div.pagination a:active,
div.pagination span:hover,
div.pagination span:focus,
div.pagination span:active {
  color: #00B8C4;
  background-color: #eee;
  border-color: #ddd;
  text-decoration: none;
}
div.pagination a.current,
div.pagination span.current {
  z-index: 2;
  color: #fff;
  background-color: #00B8C4;
  border-color: #00B8C4;
  cursor: default;
}
div.pagination a.prev,
div.pagination span.prev {
  position: absolute;
  left: 15px;
}
div.pagination a.next,
div.pagination span.next {
  position: absolute;
  right: 15px;
}

.simplePagerNav {
  justify-content: center;
  display: flex;
  margin: 4rem auto 2rem;
  position: relative;
  width: 100%;
}
.simplePagerNav li {
  list-style: none;
  padding-left: 0 !important;
}
.simplePagerNav li:before {
  display: none !important;
}
.simplePagerNav li a,
.simplePagerNav li span {
  position: relative;
  float: left;
  padding: 10px 16px;
  line-height: 1;
  text-decoration: none;
  color: #00B8C4;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.simplePagerNav li a:hover, .simplePagerNav li a:focus, .simplePagerNav li a:active,
.simplePagerNav li span:hover,
.simplePagerNav li span:focus,
.simplePagerNav li span:active {
  color: #00B8C4;
  background-color: #eee;
  border-color: #ddd;
  text-decoration: none;
}
.simplePagerNav li a.prev,
.simplePagerNav li span.prev {
  position: absolute;
  left: 15px;
}
.simplePagerNav li a.next,
.simplePagerNav li span.next {
  position: absolute;
  right: 15px;
}
.simplePagerNav li:first-child {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.simplePagerNav li:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.simplePagerNav li.currentPage a {
  z-index: 2;
  color: #fff;
  background-color: #00B8C4;
  border-color: #00B8C4;
  cursor: default;
}

/* polaroid-features */
.polaroid-features {
  background-color: #A0EBEE;
  overflow: hidden;
  padding: 2rem 0 2rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 576px) {
  .polaroid-features {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .polaroid-features {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .polaroid-features {
    padding: 3rem 0 1rem;
  }
}
@media (min-width: 1200px) {
  .polaroid-features {
    padding: 4rem 0 2rem;
  }
}
.polaroid-features .container {
  padding: 2rem inherit;
  position: relative;
  z-index: 2;
}
.polaroid-features .container .feature {
  background-color: #fff;
  border-radius: 3px;
  display: block;
  margin: 1rem 0 20px;
  text-decoration: none;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.polaroid-features .container .feature img {
  padding: 15px 15px 0;
  margin-bottom: 1rem;
  height: auto;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .polaroid-features .container .feature img {
    padding: 10px 10px 0;
  }
}
@media (min-width: 576px) {
  .polaroid-features .container .feature {
    margin: 1rem 0 20px;
  }
}
@media (min-width: 992px) {
  .polaroid-features .container .feature {
    margin: 1rem 0 50px;
  }
}
@media (min-width: 1200px) {
  .polaroid-features .container .feature {
    margin: 1rem 0 50px;
  }
}
.polaroid-features .container .feature .title {
  color: #454247;
  font-size: 1rem;
  font-size: 0.95rem;
  margin: 0;
  padding: 0.5rem 1rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .polaroid-features .container .feature .title {
    font-size: 0.85rem;
    padding: 0 0.5rem 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .polaroid-features .container .feature .title {
    font-size: 0.8rem;
  }
}
.polaroid-features .container .feature:hover, .polaroid-features .container .feature:focus, .polaroid-features .container .feature:active {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  outline: none;
  transform: scale(1.02);
}
.polaroid-features .container .feature:hover .title, .polaroid-features .container .feature:focus .title, .polaroid-features .container .feature:active .title {
  color: #00B8C4;
}
body.home .polaroid-features:before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 390px;
  position: absolute;
  left: -10px;
  top: -60px;
  width: 230px;
  z-index: 2;
}
.polaroid-features:after {
  background-color: #00B8C4;
  bottom: 120px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 576px) {
  .polaroid-features:after {
    bottom: 84px;
  }
}
@media (min-width: 768px) {
  .polaroid-features:after {
    bottom: 100px;
  }
}
@media (min-width: 992px) {
  .polaroid-features:after {
    bottom: 133px;
  }
}
@media (min-width: 1200px) {
  .polaroid-features:after {
    bottom: 150px;
  }
}
.polaroid-features.second-row {
  padding-bottom: 70px;
}
.polaroid-features.second-row .container .feature {
  margin: 1rem 0;
}
.polaroid-features.second-row:after {
  bottom: 0;
}

/* masthead */
.masthead {
  background-size: cover;
  background-position: center;
  display: flex;
  height: 150px;
  position: relative;
  overflow: visible;
}
@media (min-width: 576px) {
  .masthead {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .masthead {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .masthead {
    height: 350px;
  }
}
.masthead:before {
  background-color: rgba(56, 46, 52, 0.7);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 5;
}
.masthead div {
  align-items: stretch;
  display: flex;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 6;
}
.masthead div .row {
  margin: 0;
}
.masthead.align-top {
  background-position: top;
}
.masthead.align-bottom {
  background-position: bottom;
}
.masthead .masthead-strapline {
  flex-direction: column;
  margin: auto;
  margin: auto 50% auto 0;
}
.masthead .masthead-strapline h1 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .masthead .masthead-strapline {
    margin: auto auto auto 0;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .masthead .masthead-strapline {
    width: 40%;
  }
  .masthead .masthead-strapline h1 {
    font-size: 1.8rem;
  }
}
.masthead .masthead-strapline p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  font-weight: 400;
  padding-bottom: 0;
}

/* section-title */
.section-title {
  color: #00B8C4;
  margin-bottom: 0.5rem;
  padding: 3.5rem 0 0;
}
.section-title h1 {
  font-size: 1.8rem;
  position: relative;
}
@media (min-width: 768px) {
  .section-title h1 {
    font-size: 2.2rem;
  }
}
body.home .section-title h1 {
  font-size: 2.6rem;
  padding-top: 2rem;
}
.section-title.section-title-top {
  margin: 1rem 0;
  padding: 0;
}
.section-title.section-title-top h1 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .section-title.section-title-top h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .section-title.section-title-top {
    margin: 0 1rem 1rem 0;
  }
}
.section-title.section-title-fullwidth {
  margin: 0 0 1rem;
  padding: 2.5rem 15px 0;
}
.section-title.section-title-fullwidth h1 {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-title.section-title-fullwidth h1 {
    font-size: 1.7rem;
  }
}
.section-title.section-title-fullwidth h1.centre .wrapper {
  padding: 5px 30px;
}
.section-title.section-title-fullwidth h1.centre:before {
  background-color: #C2C2C2;
  bottom: -1rem;
  content: "";
  height: 3px;
  left: 50%;
  margin: 0 0 1rem -15px;
  opacity: 0.5;
  position: absolute;
  width: 30px;
}
.page-template-landing_page .section-title.section-title-fullwidth h1 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .page-template-landing_page .section-title.section-title-fullwidth h1 {
    font-size: 2rem;
  }
}
.page-template-landing_page .section-title.section-title-fullwidth h1.centre:before {
  bottom: 60%;
  height: 1px;
  left: 0;
  margin: 0 0.75rem;
  opacity: 0.5;
  width: calc(100% - 1.5rem);
}
@media (min-width: 768px) {
  .section-title.section-title-fullwidth {
    padding: 3.5rem 15px 0;
  }
}
.page-template-landing_page .section-title .wrapper {
  background-color: #fff;
  color: #150010;
  font-weight: 300;
  padding: 5px 0;
  position: relative;
  z-index: 5;
}
.page-template-landing_page .section-title:after {
  bottom: 33%;
  height: 1px;
  left: 0;
  margin: 0;
  opacity: 0.5;
  width: 100%;
}
.section-title span,
.section-title b,
.section-title strong {
  color: #00B8C4;
  font-weight: 300;
}
.section-title .left {
  text-align: left;
}
.section-title .centre {
  text-align: center;
}
.section-title .right {
  text-align: right;
}
.section-title.light-blue-grey {
  background-color: #dbf2f3;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-title.light-blue-grey h1 {
    font-size: 2rem;
  }
}
.section-title.grey {
  background-color: #F6F6F6;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-title.grey h1 {
    font-size: 2rem;
  }
}
.section-title.grey .wrapper {
  background-color: #F6F6F6;
}

/* Share links */
.share-links {
  padding: 0.5rem 0 1rem;
}
.share-links p {
  margin-bottom: 0.5rem;
}
.share-links a {
  background-color: #00B8C4;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0.5rem 1rem 0;
}
.share-links a svg {
  background-color: #00B8C4;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  height: 30px;
  padding: 0.4rem 0rem;
  text-align: center;
  width: 30px !important;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.share-links a svg:before {
  vertical-align: middle;
}
.share-links a:hover svg {
  background-color: #00959B;
  color: #fff;
}
.comment-share-panel .share-links {
  border: none;
  padding: 0;
}
.comment-share-panel .share-links a svg {
  background-color: #fff;
  color: #00959B;
}
.comment-share-panel .share-links a:hover svg {
  background-color: #00B8C4;
  color: #fff;
}

/* sidebar-nav */
.sidebar-nav {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .sidebar-nav {
    padding-bottom: 0rem;
  }
}
.sidebar-nav .nav-title,
.sidebar-nav .widgettitle {
  color: #00B8C4;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem 0 0.8rem;
  margin-bottom: 0;
}
.sidebar-nav ul {
  padding: 0;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .sidebar-nav ul {
    margin-bottom: 3rem;
  }
}
.sidebar-nav ul li {
  font-size: 0.85rem;
  list-style: none;
  padding: 0 0 0.5rem 15px;
}
.sidebar-nav ul li a {
  color: #00B8C4;
  font-weight: 500;
  text-decoration: underline;
}
.sidebar-nav ul li a.current-page {
  color: #00B8C4;
  font-weight: 600;
  text-decoration: none;
}
.sidebar-nav ul li a:hover, .sidebar-nav ul li a:focus, .sidebar-nav ul li a:active, .current-cat .sidebar-nav ul li a, .sidebar-nav ul li a.current-page {
  color: #00B8C4;
  font-weight: 600;
}
.sidebar-nav ul li.current-cat a {
  color: #00B8C4;
  font-weight: 600;
}
.sidebar-nav ul li:before {
  background-color: #C6C6C6;
  border-radius: 20px;
  content: "";
  color: #00B8C4;
  display: inline-block;
  height: 8px;
  width: 8px;
  top: 8px;
  margin-right: 10px;
}
.sidebar-nav > div {
  border-bottom: 3px solid #efefef;
  font-size: 0.9rem;
  list-style: none;
  padding: 1rem 0;
}
.sidebar-nav > div:last-of-type {
  margin-bottom: 2rem;
}
.sidebar-nav > div a {
  color: #00B8C4;
  font-weight: 500;
  text-decoration: underline;
}
.sidebar-nav > div a:hover, .sidebar-nav > div a:focus, .sidebar-nav > div a:active {
  color: #00959B;
  text-decoration: none;
}
.sidebar-nav p {
  font-size: 0.85rem;
  margin: 0 0 5px;
}
.sidebar-nav p strong {
  font-weight: normal;
}
.sidebar-nav h2 {
  font-size: 0.85rem;
  font-weight: normal;
  margin: 0 0 5px;
}
.sidebar-nav li {
  font-size: 0.85rem;
}

/* Social */
.social-links {
  overflow: visible;
  padding-bottom: 1rem;
}
.social-links a {
  height: 40px;
  margin: 0 20px 0 0;
  text-align: center;
  width: 40px;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.social-links a span {
  display: none;
}
.social-links a svg {
  height: 28px;
  width: 28px;
}
.social-links a svg path {
  fill: #fff;
}
.social-links a:hover, .social-links a:focus, .social-links a:active {
  text-decoration: none;
}
.social-links a:hover svg path, .social-links a:focus svg path, .social-links a:active svg path {
  fill: #00B8C4;
}
/* Testimonials */
.carousel-testimonial {
  background-color: #00959B;
  height: 360px;
  position: relative;
}
.carousel-testimonial .carousel-inner {
  height: 100%;
}
.carousel-testimonial .carousel-inner .carousel-item {
  height: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
}
.carousel-testimonial .carousel-inner .carousel-item .bg-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  filter: grayscale(1);
}
.carousel-testimonial .carousel-inner .carousel-item .carousel-caption {
  display: flex;
  align-items: center;
  top: 20px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .carousel-testimonial .carousel-inner .carousel-item .carousel-caption {
    left: 5%;
    right: 5%;
  }
}
.carousel-testimonial .carousel-inner .carousel-item .carousel-caption .text-wrapper {
  margin: auto;
}
.carousel-testimonial .carousel-inner .carousel-item .carousel-caption .text-wrapper .quote-text {
  color: #fff;
  font-size: 1.1rem;
}
@media (max-width: 991.98px) {
  .carousel-testimonial .carousel-inner .carousel-item .carousel-caption .text-wrapper .quote-text {
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .carousel-testimonial .carousel-inner .carousel-item .carousel-caption .text-wrapper .quote-text {
    font-size: 1.6rem;
  }
}
.carousel-testimonial .carousel-inner .carousel-item .carousel-caption .text-wrapper .quote-text span {
  display: block;
  font-size: 0.9rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .carousel-testimonial .carousel-inner .carousel-item .carousel-caption .text-wrapper .quote-text span {
    font-size: 1.2rem;
  }
}
.carousel-testimonial .carousel-inner .carousel-item.active {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
@media (min-width: 768px) {
  .carousel-testimonial .carousel-caption h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .carousel-testimonial .carousel-caption h1 {
    font-size: 2.2rem;
  }
}
.carousel-testimonial .carousel-indicators {
  justify-content: flex-end;
  margin: 25px 35px;
}
.carousel-testimonial .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  height: 15px;
  margin-left: 10px;
  width: 15px;
  border: 2px solid transparent;
  transition: 0.3s all ease;
  transform: translateZ(0);
}
.carousel-testimonial .carousel-indicators li.active {
  background-color: #00B8C4;
  border: 2px solid #fff;
}
.carousel-testimonial:after {
  background-color: #00959B;
  content: "";
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* Tabs */
.tabs .nav-pills {
  margin: 2rem 0 1rem;
}
.tabs .nav-pills li {
  padding: 0 10px 10px 0;
}
.tabs .nav-pills li .nav-link {
  background-color: #ECECEC;
  border: 0;
  color: #665360;
}
.tabs .nav-pills li .nav-link.active {
  background-color: #00D4D8;
  color: #fff;
}
.tabs .nav-pills li::before {
  display: none;
}
.tabs .tab-content {
  padding: 1rem 0;
}

/* video */
.video {
  background-color: #C2C2C2;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
.video .video-url,
.video .video-youtube {
  display: none;
}
.video .video-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  z-index: 10;
}
.video .video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .play-icon {
  background: url(./assets/images/video-play-btn.svg) no-repeat 100%;
  cursor: pointer;
  height: 70px;
  left: 50%;
  margin: -35px 0 0 -35px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in-out;
  width: 70px;
  z-index: 10;
}
@media (min-width: 768px) {
  .video .play-icon {
    height: 120px;
    margin: -60px 0 0 -60px;
    width: 120px;
  }
}
.container-fluid.feature-row .video .play-icon {
  height: 60px;
  margin: -30px 0 0 -30px;
  width: 60px;
}
.video:before {
  background-color: rgba(33, 33, 33, 0.3);
  content: "";
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.video:hover:before {
  opacity: 0.2;
}
.video:hover .play-icon {
  opacity: 0.9;
  transform: scale(1.05);
}
.video.activated {
  background-image: none !important;
}
.video.activated .play-icon, .video.activated:before {
  display: none;
}
.video.activated .video-youtube {
  display: block;
}

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