@import url("https://use.typekit.net/lmn2zfp.css");
@font-face {
  font-family: "darktwenty";
  src: url("../fonts/web-fonts/dark-twenty/DarkTwenty.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "elegantregular";
  src: url("../fonts/web-fonts/elegant/elegant-webfont.woff2") format("woff2"), url("../fonts/web-fonts/elegant/elegant-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "svn-miller_bannerregular";
  src: url("../fonts/web-fonts/svn-miller/svn-miller_banner-webfont.woff2") format("woff2"), url("../fonts/web-fonts/svn-miller/svn-miller_banner-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "calibribold";
  src: url("../fonts/web-fonts/calibri-bold/calibrib-webfont.woff2") format("woff2"), url("../fonts/web-fonts/calibri-bold/calibrib-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "calibriregular";
  src: url("../fonts/web-fonts/calibri-regular/calibri-webfont.woff2") format("woff2"), url("../fonts/web-fonts/calibri-regular/calibri-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-icon";
  src: url("../fonts/icon-fonts/site-icon.eot?w8zvab");
  src: url("../fonts/icon-fonts/site-icon.eot?w8zvab#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/site-icon.ttf?w8zvab") format("truetype"), url("../fonts/icon-fonts/site-icon.woff?w8zvab") format("woff"), url("../fonts/icon-fonts/site-icon.svg?w8zvab#site-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=site-icon-], [class*=" site-icon-"] {
  speak: never;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-icon-twitter:before {
  content: "\e903";
}

.site-icon-threads:before {
  content: "\e911";
}

.site-icon-search:before {
  content: "\e900";
}

.site-icon-tiktok:before {
  content: "\e902";
}

.site-icon-long-arrow:before {
  content: "\e904";
}

.site-icon-arrow-down:before {
  content: "\e907";
}

.site-icon-arrow-left:before {
  content: "\e908";
}

.site-icon-arrow-right:before {
  content: "\e909";
}

.site-icon-arrow-up:before {
  content: "\e90a";
}

.site-icon-arrow-back:before {
  content: "\e90b";
}

.site-icon-arrow-next:before {
  content: "\e90c";
}

.site-icon-arrow-play:before {
  content: "\e90d";
}

.site-icon-instagram:before {
  content: "\e906";
}

.site-icon-linkedin:before {
  content: "\e90e";
}

.site-icon-twitter-bird:before {
  content: "\e90f";
}

.site-icon-facebook:before {
  content: "\e910";
}

.site-icon-close:before {
  content: "\e901";
}

.site-icon-youtube:before {
  content: "\e905";
}

.site-color-text {
  color: #808285 !important;
}
.site-color-text-wrapper .cms-feature-title {
  color: #808285 !important;
}
.site-color-primary {
  color: #00463C !important;
}
.site-color-primary-wrapper .cms-feature-title {
  color: #00463C !important;
}
.site-color-secondary {
  color: #6A918E !important;
}
.site-color-secondary-wrapper .cms-feature-title {
  color: #6A918E !important;
}
.site-color-light {
  color: #E9E7E4 !important;
}
.site-color-light-wrapper .cms-feature-title {
  color: #E9E7E4 !important;
}
.site-color-black {
  color: #000000 !important;
}
.site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-color-white {
  color: #ffffff !important;
}
.site-color-white * {
  color: #ffffff !important;
}
.site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}

.site-bg-text, .site-bg-text-wrapper, .site-bg .cms-feature-title {
  background: #808285 !important;
}
.site-bg-primary, .site-bg-primary-wrapper, .site-bg .cms-feature-title {
  background: #00463C !important;
}
.site-bg-secondary, .site-bg-secondary-wrapper, .site-bg .cms-feature-title {
  background: #6A918E !important;
}
.site-bg-light, .site-bg-light-wrapper, .site-bg .cms-feature-title {
  background: #d9dade !important;
}
.site-bg-black, .site-bg-black-wrapper, .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-bg-white, .site-bg-white-wrapper, .site-bg .cms-feature-title {
  background: #ffffff !important;
}

.x-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 599px) {
  .cms-feature-wrapper.custom-mbl-padding-top {
    padding-top: 40px !important;
  }
  .cms-feature-wrapper.custom-mbl-padding-bottom {
    padding-bottom: 40px !important;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "effra-cc", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
}

html.preview-mode {
  scroll-padding-top: 160px;
}

html.published-mode {
  scroll-padding-top: 187px;
}

body {
  font-size: 17px;
  line-height: 26px;
  color: #808285;
  margin: 0;
  padding: 0;
  font-family: "effra-cc", sans-serif !important;
  overflow-x: clip;
}

pre, code, kbd, samp, tt, input, textarea, select, option, optgroup, button, td, blockquote, cite, small, big, .marker, q {
  font-family: "effra-cc", sans-serif !important;
}

body:not(.content-with-sidebar-page):not(.content-page) .site-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
}
@media (max-width: 1499px) {
  body:not(.content-with-sidebar-page):not(.content-page) .site-container {
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  body:not(.content-with-sidebar-page):not(.content-page) .site-container {
    padding: 0 20px;
  }
}

body.content-with-sidebar-page .site-container, body.content-page .site-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 150px;
  width: 100%;
}
@media (max-width: 1499px) {
  body.content-with-sidebar-page .site-container, body.content-page .site-container {
    padding: 0 100px;
  }
}
@media (max-width: 1023px) {
  body.content-with-sidebar-page .site-container, body.content-page .site-container {
    padding: 0 20px;
  }
}

ul, ol {
  list-style-position: outside;
}

li {
  color: inherit;
}

.site-main-wrapper .site-sub-wrapper {
  width: 100%;
  clear: both;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: right;
  padding-left: 100px;
}
@media (max-width: 766px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: left;
}
@media (max-width: 766px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
@media (min-width: 767px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

var {
  font-family: "darktwenty" !important;
  font-style: normal;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  color: #00463C;
  margin-bottom: 20px;
}
h1 strong, h1 b, h1 em, h1 i {
  font-family: "effra-cc", sans-serif;
}
@media (max-width: 599px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 48px;
  line-height: 55px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  color: #00463C;
  margin-bottom: 20px;
}
h2 strong, h2 b, h2 em, h2 i {
  font-family: "effra-cc", sans-serif;
}
@media (max-width: 599px) {
  h2 {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 36px;
  line-height: 40px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  color: #00463C;
  font-family: "georgiapro", sans-serif;
  margin-bottom: 20px;
}
h3 strong, h3 b, h3 em, h3 i {
  font-family: "effra-cc", sans-serif;
}
h3 strong, h3 b, h3 em, h3 i {
  font-family: "georgiapro", sans-serif;
}
@media (max-width: 599px) {
  h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 30px;
  line-height: 35px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  color: #00463C;
  margin-bottom: 20px;
}
h4 strong, h4 b, h4 em, h4 i {
  font-family: "effra-cc", sans-serif;
}
@media (max-width: 599px) {
  h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 25px;
  line-height: 30px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  color: #00463C;
  font-family: "georgiapro", sans-serif;
  margin-bottom: 20px;
}
h5 strong, h5 b, h5 em, h5 i {
  font-family: "effra-cc", sans-serif;
}
@media (max-width: 599px) {
  h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

h6 {
  font-size: 20px;
  line-height: 25px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  color: #00463C;
  margin-bottom: 20px;
}
h6 strong, h6 b, h6 em, h6 i {
  font-family: "effra-cc", sans-serif;
}
@media (max-width: 599px) {
  h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

a {
  text-decoration: none;
  color: #00463C;
}
a:hover, a:focus {
  color: #808285;
}

p {
  margin: 0 0 10px;
}

b, strong {
  font-family: "effra-cc", sans-serif;
}

hr {
  margin: 30px 0 20px;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.iframe-resize-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.iframe-resize-video-wrapper .iframe-resize-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-button-primary, .site-form-payment-wrapper .site-payment-buttons button, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a,
.site-form-data .site-form-buttons .site-form-button,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  background: #00463C !important;
  font-size: 17px;
  padding: 12px 25px 10px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #00463C !important;
  display: inline-block;
  line-height: 20px;
  min-height: 46px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
}
.site-button-primary:hover, .site-form-payment-wrapper .site-payment-buttons button:hover, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a:hover,
.site-form-data .site-form-buttons .site-form-button:hover,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  background: #CC973F !important;
  color: #00463C !important;
  border: 1px solid #CC973F !important;
}
@media (max-width: 599px) {
  .site-button-primary, .site-form-payment-wrapper .site-payment-buttons button, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a,
  .site-form-data .site-form-buttons .site-form-button,
  .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
    margin-bottom: 5px;
  }
}

.site-button-secondary, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a.custom-link-active {
  background: #6A918E !important;
  font-size: 17px;
  padding: 12px 25px 10px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #6A918E !important;
  display: inline-block;
  line-height: 20px;
  min-height: 46px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
}
.site-button-secondary:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a.custom-link-active:hover {
  background: #CC973F !important;
  color: #00463C !important;
  border: 1px solid #CC973F !important;
}
@media (max-width: 599px) {
  .site-button-secondary, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button, body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a.custom-link-active {
    margin-bottom: 5px;
  }
}

.site-button-tertiary {
  background: #CC973F !important;
  font-size: 17px;
  padding: 12px 25px 10px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #CC973F !important;
  display: inline-block;
  line-height: 20px;
  min-height: 46px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
}
.site-button-tertiary:hover {
  background: #00463C !important;
  color: #ffffff !important;
  border: 1px solid #00463C !important;
}
@media (max-width: 599px) {
  .site-button-tertiary {
    margin-bottom: 5px;
  }
}

.site-button-full-primary {
  background: #00463C !important;
  font-size: 17px;
  padding: 12px 25px 10px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #00463C !important;
  display: inline-block;
  line-height: 20px;
  min-height: 46px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 100%;
}
.site-button-full-primary:hover {
  background: #CC973F !important;
  color: #00463C !important;
  border: 1px solid #CC973F !important;
}
@media (max-width: 599px) {
  .site-button-full-primary {
    margin-bottom: 5px;
  }
}

.site-button-full-secondary {
  background: #6A918E !important;
  font-size: 17px;
  padding: 12px 25px 10px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #6A918E !important;
  display: inline-block;
  line-height: 20px;
  min-height: 46px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 100%;
}
.site-button-full-secondary:hover {
  background: #CC973F !important;
  color: #00463C !important;
  border: 1px solid #CC973F !important;
}
@media (max-width: 599px) {
  .site-button-full-secondary {
    margin-bottom: 5px;
  }
}

.site-button-full-tertiary {
  background: #CC973F !important;
  font-size: 17px;
  padding: 12px 25px 10px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #CC973F !important;
  display: inline-block;
  line-height: 20px;
  min-height: 46px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 100%;
}
.site-button-full-tertiary:hover {
  background: #00463C !important;
  color: #ffffff !important;
  border: 1px solid #00463C !important;
}
@media (max-width: 599px) {
  .site-button-full-tertiary {
    margin-bottom: 5px;
  }
}

.site-textarea {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #d9dade;
  font-size: 17px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "effra-cc", sans-serif;
  max-width: 100%;
}

input.site-textbox, .site-search-wrapper .site-search-block.site-search-option1 .site-search-data input.site-search-input, .site-search-wrapper .site-search-block.site-search-option .site-search-data input.site-search-input {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #d9dade;
  font-size: 17px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "effra-cc", sans-serif;
  max-width: 100%;
}

select.site-select {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #d9dade;
  font-size: 17px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "effra-cc", sans-serif;
  max-width: 100%;
}

main#site-main {
  min-height: 300px;
  padding: 50px 0 0;
}
main#site-main .site-page-title {
  margin-top: 20px;
  color: #00463C;
}

#site-header {
  padding: 40px 0 10px;
  background: #00463C;
}
@media (max-width: 3999px) {
  #site-header {
    padding: 13px 0;
  }
}
#site-header .site-header-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 15px 0;
}
#site-header .site-header-block .site-header-logo a {
  border: none !important;
}
@media (max-width: 1099px) {
  #site-header .site-header-block .site-nav-custom-link #site-header-right {
    display: none !important;
  }
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul {
  padding: 0 0 5px;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li {
  display: inline-block;
  padding: 0 30px 0 0;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li:before {
  display: none;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a {
  font-family: "effra-cc", sans-serif;
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
  display: block;
  border: none !important;
  color: #CC973F;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a:hover, #site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a.custom-link-active {
  color: #ffffff;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a:hover:after, #site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a.custom-link-active:after {
  width: 100%;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 0%;
  position: absolute;
  left: 0;
  top: 26px;
  transition: all ease 0.5s;
  background: #CC973F;
}
#site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a em {
  display: block;
  font-style: normal;
  font-family: "effra-cc", sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin: 10px 0 0;
}
#site-header .site-header-block .site-nav-custom-link.site-header-left .cms-text-feature-data ul li {
  padding: 0 45px 0 0;
}
#site-header .site-header-block .site-nav-custom-link.site-header-right {
  display: flex;
  justify-content: end;
  align-items: end;
}

body:not(.cms-page-is-in-edit-mode).cms-page-is-in-preview-mode #site-header {
  top: 45px;
}
body:not(.cms-page-is-in-edit-mode).cms-page-is-published #site-header {
  top: 72px;
}
body:not(.cms-page-is-in-edit-mode) #site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: #00463C;
  height: 100px;
  padding: 0;
}
@media (max-width: 3999px) {
  body:not(.cms-page-is-in-edit-mode) #site-header {
    height: auto;
    position: fixed;
  }
  body:not(.cms-page-is-in-edit-mode) #site-header:before {
    transition: all ease 0.5s;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 3999px) {
  body:not(.cms-page-is-in-edit-mode) #site-header.site-navigation-open {
    padding: 0 !important;
    background: #00463C !important;
  }
}
body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list {
  position: fixed;
  z-index: 10000;
}
@media (min-width: 4000px) {
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list {
    top: 50%;
    transform: translateY(-50%);
    left: -185px;
  }
}
@media (max-width: 3999px) {
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list {
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 4000px) {
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper {
    transform: rotate(90deg);
  }
}
body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul {
  padding: 0;
}
@media (max-width: 3999px) {
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul {
    display: flex;
    justify-content: space-between;
  }
}
body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li {
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 3999px) {
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li {
    margin: 0;
    flex: 0 0 49%;
    max-width: 49%;
  }
  body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a {
    width: 100%;
    border: 1px solid #E9E7E4 !important;
    padding: 10px !important;
    margin: 0;
  }
}
body:not(.cms-page-is-in-edit-mode) .fixed-side-link-list .fixed-side-links-wrapper ul li a {
  margin: 0 !important;
}
body:not(.cms-page-is-in-edit-mode) .transparent-header .site-header-wrapper.site-header-transparent #site-header {
  padding: 10px 0 20px;
  border: none;
  transition: all ease 1s;
  background: none !important;
  transition: all ease 0.5s;
}
@media (max-width: 3999px) {
  body:not(.cms-page-is-in-edit-mode) .transparent-header .site-header-wrapper.site-header-transparent #site-header.site-navigation-open {
    padding: 0 !important;
    background: #00463C !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .transparent-header .site-header-wrapper.site-header-transparent #site-header {
    padding: 20px 0;
  }
}
@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .transparent-header .site-header-wrapper.site-header-transparent #site-header .site-header-block {
    align-items: flex-start;
    transition: all ease 1s;
  }
}
body:not(.cms-page-is-in-edit-mode) .transparent-header .site-header-wrapper.site-header-transparent #site-header .site-header-block .site-header-logo {
  width: 180px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .transparent-header .site-header-wrapper.site-header-transparent #site-header .site-header-block .site-header-logo {
    width: 80px;
  }
}
body:not(.cms-page-is-in-edit-mode) .transparent-header .site-header-wrapper.site-header-transparent #site-header .site-header-block .site-header-logo img {
  width: 170px;
  min-width: 170px;
  transition: all ease 1s;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .transparent-header .site-header-wrapper.site-header-transparent #site-header .site-header-block .site-header-logo img {
    width: 75px;
    min-width: 75px;
    transition: all ease 1s;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-header-wrapper.site-header-transparent #site-header {
  padding: 10px 0 20px;
  border: none;
  transition: all ease 1s;
  background: none !important;
  transition: all ease 0.5s;
}
@media (max-width: 3999px) {
  body:not(.cms-page-is-in-edit-mode) .site-header-wrapper.site-header-transparent #site-header.site-navigation-open {
    padding: 0 !important;
    background: #00463C !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .site-header-wrapper.site-header-transparent #site-header {
    padding: 20px 0;
  }
}
@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .site-header-wrapper.site-header-transparent #site-header .site-header-block {
    align-items: flex-start;
    transition: all ease 1s;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-header-wrapper.site-header-transparent #site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a {
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode) .site-header-wrapper.site-header-transparent #site-header .site-header-block .site-nav-custom-link .cms-text-feature-data ul li a::after {
  background: #ffffff;
}
body:not(.cms-page-is-in-edit-mode) .site-header-wrapper.site-header-transparent #site-header .site-header-block .site-header-logo img {
  width: 170px;
  min-width: 170px;
  transition: all ease 1s;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .site-header-wrapper.site-header-transparent #site-header .site-header-block .site-header-logo img {
    width: 75px;
    min-width: 75px;
    transition: all ease 1s;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-header-wrapper:not(.site-header-transparent) #site-header {
  padding: 0;
  transition: all ease 1s;
  height: 100px;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .site-header-wrapper:not(.site-header-transparent) #site-header {
    height: auto;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-header-wrapper:not(.site-header-transparent) #site-header .site-header-block {
  align-items: baseline;
}
body:not(.cms-page-is-in-edit-mode) .site-header-wrapper:not(.site-header-transparent) #site-header .site-header-block .site-header-logo img {
  margin: 0;
}

.site-header-bottom {
  display: none;
  padding: 15px 0 10px;
  float: right;
}

@media (max-width: 599px) {
  .landing-page #site-header .site-header-block .site-nav-custom-link.site-header-right {
    margin: 0;
  }
  .landing-page .site-header-transparent #site-header .site-header-block .site-nav-custom-link.site-header-right {
    margin: 0;
  }
}
.landing-page .site-header-bottom {
  display: block;
}
@media (max-width: 599px) {
  .landing-page .site-header-bottom {
    display: none;
  }
}
@media (min-width: 600px) {
  .landing-page .site-navigation-wrapper {
    display: none;
  }
}

#site-footer {
  padding: 0;
}
#site-footer .site-footer-block .site-footer-links {
  border-top: 1px solid #E9E7E4;
  border-bottom: 1px solid #E9E7E4;
  padding: 40px 0 30px;
}
#site-footer .site-footer-block .site-footer-links .feature-zone {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  #site-footer .site-footer-block .site-footer-links .feature-zone {
    display: block;
    text-align: center;
  }
}
#site-footer .site-footer-block .site-footer-links .feature-zone .cms-feature-wrapper {
  margin-bottom: 0 !important;
}
@media (max-width: 3999px) {
  #site-footer .site-footer-block .site-footer-links .feature-zone .cms-feature-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }
}
@media (max-width: 599px) {
  #site-footer .site-footer-block .site-footer-links .feature-zone .cms-feature-wrapper {
    max-width: 100%;
  }
}
#site-footer .site-footer-block .site-footer-links .feature-zone .cms-feature-wrapper > div {
  margin-bottom: 0 !important;
}
#site-footer .site-footer-block .site-footer-links .feature-zone .cms-feature-wrapper > div div:last-child {
  margin-bottom: 0 !important;
}
#site-footer .site-footer-block .site-footer-links .feature-zone h3.cms-feature-title {
  color: #00463C;
  letter-spacing: -1.5px;
}
#site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ul, #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ol {
  padding: 0;
}
#site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ul li, #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ol li {
  margin: 0 0 15px;
  list-style: none;
}
#site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ul li a, #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ol li a {
  color: #00463C;
  padding: 0 0 5px;
  transition: all ease 0.5s;
  border-bottom: 1px solid transparent;
  border: none !important;
}
#site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ul li a:hover, #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ol li a:hover {
  border-bottom: 1px solid #00463C !important;
}
#site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data a {
  border: none !important;
}
#site-footer .site-footer-block .site-footer-utility-block {
  padding: 10px 0;
}
@media (max-width: 3999px) {
  #site-footer .site-footer-block .site-footer-utility-block {
    padding: 10px 0 50px;
  }
}
#site-footer .site-footer-block .site-footer-utility-block .feature-zone {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  #site-footer .site-footer-block .site-footer-utility-block .feature-zone {
    display: block;
    text-align: center;
  }
}

@media (min-width: 767px) {
  .site-sidebar {
    width: 490px;
  }
}

@media (max-width: 766px) {
  .site-main-with-sidebar .sidebar-section {
    display: flex !important;
    flex-wrap: wrap;
  }
  .site-main-with-sidebar .sidebar-section .site-sidebar {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-main-with-sidebar .sidebar-section .site-main-data {
    order: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cms-page-is-in-preview-mode .site-page-wrapper {
  margin: 45px 0 0;
}

.cms-user-logged .site-page-wrapper {
  margin: 72px 0 0;
}

.site-breadcrumbs-wrapper {
  padding: 20px 0;
  background: #6A918E;
  color: #00463C;
  margin: 0 0 20px;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
  font-family: "effra-cc", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  content: "/";
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 0;
  color: #ffffff;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #ffffff;
  position: relative;
  font-weight: normal;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #00463C;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}

@media (min-width: 4000px) {
  .site-navigation-wrapper {
    text-align: right;
  }
  .site-navigation-wrapper #site-navigation ul.header-custom-link-list {
    display: none;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 0 0 25px;
    display: inline-block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li:nth-last-child(-n+2) {
    text-align: center;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li:nth-last-child(-n+2) .site-subnav-wrapper {
    right: 0;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    color: #ffffff;
    padding: 15px 0 10px;
    display: block;
    font-weight: bold;
    font-size: 20px;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #CC973F;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #00463C;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 300px;
    border-top: 5px solid #CC973F;
    text-align: left;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li {
    display: block;
    border-bottom: 1px solid #CC973F;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li.site-subnav-active a {
    color: #6A918E;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li a {
    color: #ffffff;
    border-bottom: 1px solid #CC973F;
    padding: 10px 0;
    display: block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li a:hover {
    color: #6A918E;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li.custom-nav-site-nav-button > a {
    background: #6A918E !important;
    font-size: 17px;
    padding: 12px 25px 10px;
    border: none;
    text-align: center;
    color: #00463C !important;
    letter-spacing: 3px;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #6A918E !important;
    display: inline-block;
    line-height: 20px;
    min-height: 46px;
    font-family: "effra-cc", sans-serif;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 25px;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li.custom-nav-site-nav-button > a:hover {
    background: #CC973F !important;
    color: #ffffff !important;
    border: 1px solid #00463C !important;
  }
}
@media (min-width: 4000px) and (max-width: 599px) {
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li.custom-nav-site-nav-button > a {
    margin-bottom: 5px;
  }
}
@media (min-width: 4000px) {
  .site-navigation-wrapper #site-navigation .site-nav-linktext, .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .site-header-wrapper .custom-nav-hide-from-nav {
    display: none !important;
  }
  .site-header-transparent .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent > a, .site-header-transparent .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-grandparent > a, .site-header-transparent .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active > a {
    color: #ffffff;
  }
  .site-header-transparent .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent > a:hover, .site-header-transparent .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-grandparent > a:hover, .site-header-transparent .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active > a:hover {
    color: #00463C;
  }
  .site-header-sticky-white:not(.site-header-transparent) .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent > a, .site-header-sticky-white:not(.site-header-transparent) .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-grandparent > a, .site-header-sticky-white:not(.site-header-transparent) .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active > a {
    color: #ffffff;
  }
  .site-header-sticky-white:not(.site-header-transparent) .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-parent > a:hover, .site-header-sticky-white:not(.site-header-transparent) .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active-grandparent > a:hover, .site-header-sticky-white:not(.site-header-transparent) .site-navigation-wrapper #site-navigation ul.site-nav-block > li.site-nav-active > a:hover {
    color: #CC973F;
  }
}
.site-menu-toggle {
  display: none;
}

.custom-header-menu-wrapper.cms-text-feature .cms-text-feature-data ul {
  padding: 0;
}
.custom-header-menu-wrapper.cms-text-feature .cms-text-feature-data ul li {
  display: inline-block;
  margin: 0 0 0 25px;
}
.custom-header-menu-wrapper.cms-text-feature .cms-text-feature-data ul li a {
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  border: none;
}
.custom-header-menu-wrapper.cms-text-feature .cms-text-feature-data ul li a:hover {
  color: #6A918E;
}
.custom-header-menu-wrapper.cms-text-feature .cms-text-feature-data ul li a.custom-link-active {
  color: #6A918E;
}

.custom-nav-hide-in-nav {
  display: none !important;
}

.site-menu-toggle {
  width: 36px;
  height: 36px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: #00463C;
  border-radius: 100%;
  margin: 0 0 0 10px;
}
.site-menu-toggle:hover {
  background: #ffffff;
}
.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #CC973F;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-menu-toggle span:nth-child(1) {
  top: 12px;
}
.site-menu-toggle span:nth-child(2),
.site-menu-toggle span:nth-child(3) {
  top: 17px;
}
.site-menu-toggle span:nth-child(4) {
  top: 22px;
}
.site-menu-toggle.active-menu-toggle span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.site-menu-toggle.active-menu-toggle span:nth-child(2) {
  transform: rotate(45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (max-width: 3999px) {
  .site-menu-toggle {
    display: block;
  }
  .site-header-navigation {
    display: block;
  }
  body.cms-page-is-in-preview-mode nav#site-navigation {
    top: 145px;
  }
  .site-header nav#site-navigation {
    position: fixed;
    background: #00463C;
    z-index: 10000000000;
    right: -100%;
    top: 100px;
    width: 300px;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 100px);
    padding: 0 0 50px;
    border-top: 1px solid #CC973F;
  }
  .site-header nav#site-navigation.site-navigation-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .site-header nav#site-navigation ul.site-nav-block {
    padding: 0;
  }
  .site-header nav#site-navigation ul.site-nav-block > li {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  .site-header nav#site-navigation ul.site-nav-block > li > a {
    color: #ffffff;
    display: block;
    padding: 15px 20px;
    font-weight: bold;
  }
  .site-header nav#site-navigation ul.site-nav-block > li > a:hover {
    color: #ffffff;
  }
  .site-header nav#site-navigation ul.site-nav-block > li.site-nav-active > a {
    color: #ffffff;
  }
  .site-header nav#site-navigation ul.site-nav-block > li > .site-subnav-wrapper {
    padding: 0;
  }
  .site-header nav#site-navigation ul.site-nav-block li {
    display: block;
    position: relative;
  }
  .site-header nav#site-navigation ul.site-nav-block li a {
    border-top: 1px solid #CC973F;
    border-bottom: 1px solid #CC973F;
  }
  .site-header nav#site-navigation ul.site-nav-block li .site-subnav-block {
    padding: 10px 0;
  }
  .site-header nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #CC973F;
    width: 50px;
    height: 57px;
    border-left: 1px solid #CC973F;
  }
  .site-header nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d" !important;
    font-size: 20px;
    display: block;
    transition: all ease 0.5s;
    line-height: 56px;
    text-align: center;
  }
  .site-header nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .site-header nav#site-navigation ul.site-nav-block li.site-subnav-item .site-nav-linktext {
    height: 40px;
  }
  .site-header nav#site-navigation ul.site-nav-block li.site-subnav-item .site-nav-linktext:before {
    line-height: 37px;
  }
  .site-header nav#site-navigation ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .site-header nav#site-navigation ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .site-header nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0;
    text-transform: none;
  }
  .site-header nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
    display: block;
    padding: 10px 20px 10px 40px;
    font-size: 15px;
    line-height: 19px;
    border: none;
  }
  .site-header nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #ffffff;
  }
  .site-header nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
    font-weight: bold;
  }
  .site-header nav#site-navigation ul.header-custom-link-list {
    padding: 10px 0 0;
  }
  .site-header nav#site-navigation ul.header-custom-link-list li {
    display: block;
    font-size: 15px;
    line-height: 19px;
  }
  .site-header nav#site-navigation ul.header-custom-link-list li a {
    color: #CC973F;
    margin: 10px 20px;
    display: inline-block;
  }
  .site-header nav#site-navigation ul.header-custom-link-list li a:hover {
    color: #ffffff;
  }
  .site-header nav#site-navigation ul.header-custom-link-list li a.custom-link-active {
    color: #ffffff;
    position: relative;
  }
  .site-header nav#site-navigation ul.header-custom-link-list li a.custom-link-active:after {
    content: "";
    display: block;
    background: #ffffff;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -7px;
    transition: all ease 0.5s;
  }
}
aside .site-sidebar-data {
  background: #E9E7E4;
  padding: 30px;
}

.show-sidebar-nav .site-sidebar-menu ul li.site-nav-item.level1 {
  display: block;
}

.site-sidebar-menu {
  background: transparent;
  border: 1px solid #6A918E;
  padding: 30px 30px 40px 30px;
  margin: 50px 0;
  position: relative;
  border-left: 60px solid #CC973F;
  min-height: 270px;
}
@media (max-width: 766px) {
  .site-sidebar-menu {
    display: none;
  }
}
.site-sidebar-menu .site-sidebar-title {
  position: absolute;
  top: 235px;
  left: -60px;
  background: none;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  background: #CC973F;
  color: #00463C;
  padding: 15px 25px;
  font-family: "georgiapro", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}
.site-sidebar-menu ul {
  padding: 0;
}
.site-sidebar-menu ul.site-nav-block > li > a {
  color: #00463C;
  border-bottom: 1px solid #00463C;
  display: block;
  padding: 10px 20px 10px 0;
}
.site-sidebar-menu ul.site-nav-block > li > a:hover {
  color: #00463C;
  font-weight: bold;
}
.site-sidebar-menu ul li.site-nav-item.level1 {
  display: none;
}
.site-sidebar-menu ul li.site-nav-item.level1.site-nav-active-path {
  display: block;
}
.site-sidebar-menu ul.site-subnav-block li {
  padding: 0 0 0 10px;
}
.site-sidebar-menu ul.site-subnav-block li > a {
  color: #00463C;
  border-bottom: 1px solid #00463C;
  display: block;
  padding: 10px 20px 10px 0;
}
.site-sidebar-menu ul.site-subnav-block li > a:hover {
  color: #00463C;
  font-weight: bold;
}
.site-sidebar-menu ul li {
  display: block;
  position: relative;
}
.site-sidebar-menu ul li.site-nav-active > a, .site-sidebar-menu ul li.site-subnav-active > a {
  position: relative;
  color: #00463C;
  font-weight: bold;
  font-family: "effra-cc", sans-serif;
}
.site-sidebar-menu ul li.site-nav-active > a:after1, .site-sidebar-menu ul li.site-subnav-active > a:after1 {
  content: "";
  background: #00463C;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  color: #808285;
  cursor: pointer;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 30px;
  display: block;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand-active:before {
  transform: rotate(90deg);
}
.site-sidebar-menu ul li .site-subnav-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-subnav-wrapper-active {
  max-height: 1000px;
}
.social-block-wrapper {
  display: flex;
}
.social-block-wrapper .social-block {
  color: #00463C;
  margin: 0 0 0 15px;
}
.social-block-wrapper .social-block a {
  color: #00463C;
  display: block;
  border: 1px solid #00463C;
  border-radius: 100%;
  text-align: center;
  line-height: 27px;
  width: 28px;
  height: 28px;
}
.social-block-wrapper .social-block a:hover {
  background: #00463C;
  color: #ffffff;
}

.site-social-facebook:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-instagram:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-twitter:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-youtube:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-linkedin:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-tiktok:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-threads:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.hide-post-title h3.site-display-title {
  display: none;
}

.site-display-wrapper .site-display-wrapper-listitem .site-display-list-block .site-display-title a {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 25px;
}

.site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block {
  margin: 0;
}

.site-display-filter-title {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 13.33px;
  margin: 0 0 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 599px) {
  .site-display-filter-title {
    background: #6A918E;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 20px;
    margin: 0 0 20px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    text-align: left;
  }
  .site-display-filter-title:after {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 25px;
    height: 15px;
    line-height: 15px;
    transform: rotate(0deg);
    transition: all ease 0.5s;
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  .site-display-filter-title {
    display: block;
  }
  .site-display-filter-title-active:after {
    transform: rotate(90deg);
  }
}

.site-display-filter-data {
  margin: 100px 0 0;
}
@media (max-width: 599px) {
  .site-display-filter-data {
    margin: 50px 0 0;
    background: #ffffff;
  }
}
.site-display-filter-data .site-display-filter-desc {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .site-display-filter-data .site-display-filter-desc {
    margin: 0 0 30px;
    display: none;
  }
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "effra-cc", sans-serif;
  background: #ffffff;
  margin: 0 10px;
}
@media (max-width: 599px) {
  .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 10px;
    background: none;
  }
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background: #00463C;
  color: #ffffff;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  border: 1px solid #00463C;
  padding: 0 25px;
  display: block;
  color: #00463C;
  height: 43px;
  line-height: 43px;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 599px) {
  .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
    background: #ffffff;
    text-align: center;
  }
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background: #00463C;
  color: #ffffff;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper input {
  display: none;
}

.site-display-filters-bottom {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .site-display-filters-bottom {
    display: block;
  }
}
.site-display-filters-bottom .site-display-filter-data {
  order: 1;
  margin: 0;
  width: 100%;
}
.site-display-filters-bottom .site-display-list {
  overflow: hidden;
}
.site-display-filters-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .site-display-filters-left {
    display: block;
  }
}
.site-display-filters-left .site-display-filter-data {
  flex: 0 0 150px;
  max-width: 150px;
  margin: 0;
}
@media (max-width: 599px) {
  .site-display-filters-left .site-display-filter-data {
    max-width: none;
  }
}
.site-display-filters-left .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 599px) {
  .site-display-filters-left .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    margin: 0 0 10px;
  }
}
.site-display-filters-left .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  padding: 0 15px;
  min-height: 43px;
  height: auto;
  text-align: center;
}
.site-display-filters-left .site-display-list {
  max-width: calc(100% - 200px);
}
@media (max-width: 599px) {
  .site-display-filters-left .site-display-list {
    max-width: none;
  }
}
.site-display-filters-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .site-display-filters-right {
    display: block;
  }
}
.site-display-filters-right .site-display-filter-data {
  flex: 0 0 150px;
  max-width: 150px;
  order: 1;
  margin: 0;
}
@media (max-width: 599px) {
  .site-display-filters-right .site-display-filter-data {
    max-width: none;
  }
}
.site-display-filters-right .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 599px) {
  .site-display-filters-right .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
    margin: 0 0 10px;
  }
}
.site-display-filters-right .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label {
  padding: 0 15px;
  min-height: 43px;
  height: auto;
  text-align: center;
}
.site-display-filters-right .site-display-list {
  max-width: calc(100% - 200px);
}
@media (max-width: 599px) {
  .site-display-filters-right .site-display-list {
    max-width: none;
  }
}

@media (max-width: 1023px) {
  .site-display-wrapper.site-display-listview .site-display-list li.site-display-wrapper-listitem {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 599px) {
  .site-display-wrapper.site-display-listview .site-display-list li.site-display-wrapper-listitem {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.site-display-wrapper.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-title a {
  border-bottom: 1px solid transparent !important;
}

.site-slider .site-slide .site-slider-caption {
  background: none;
  bottom: 70px;
}
@media (max-width: 599px) {
  .site-slider .site-slide .site-slider-caption {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}

.site-gallery-parallax-wrapper {
  margin: 0 !important;
}
@media (max-width: 599px) {
  .site-gallery-parallax-wrapper img.site-slider-image {
    height: 100vh;
  }
  .site-gallery-parallax-wrapper .site-slider-caption, .site-gallery-parallax-wrapper .site-slider-capton-data {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.cms-text-feature .cms-text-feature-data p {
  line-height: 26px;
  font-size: 17px;
}
.cms-text-feature .cms-text-feature-data ul, .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.cms-text-feature .cms-text-feature-data ul li, .cms-text-feature .cms-text-feature-data ol li {
  line-height: 26px;
  font-size: 17px;
}
.cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: li;
}
.cms-text-feature .cms-text-feature-data ol li {
  position: relative;
  counter-increment: li;
}
.cms-text-feature .cms-text-feature-data ol li::before {
  content: counter(li);
  color: #CC973F;
  font-size: 12px;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 17px;
  text-align: left;
}
.cms-text-feature .cms-text-feature-data ul li {
  list-style: none;
  position: relative;
}
.cms-text-feature .cms-text-feature-data ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #CC973F;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
}
.cms-text-feature .cms-text-feature-data hr {
  margin: 30px 0 20px;
}
.cms-text-feature .cms-text-feature-data a {
  color: #00463C;
  border-bottom: 1px solid #00463C;
}
.cms-text-feature .cms-text-feature-data a.no-link-style {
  border-bottom: none !important;
  color: #00463C;
}
.cms-text-feature .cms-text-feature-data a.no-link-style:hover {
  color: #808285;
}
.cms-text-feature .cms-text-feature-data a:hover {
  color: #808285;
  border-bottom: 1px solid #808285;
}

.cms-text-feature table tr th, .cms-text-feature-content table tr th {
  background: #00463C;
}

.site-search-wrapper .site-search-icon {
  color: #CC973F;
  font-size: 23px;
}
.site-search-wrapper .site-search-icon:hover {
  color: #ffffff;
}
.site-search-wrapper .site-search-icon i {
  font-weight: bold;
  cursor: pointer;
}
.site-search-wrapper .site-search-block {
  opacity: 0;
  visibility: hidden;
}
.site-search-wrapper .site-search-block-active {
  opacity: 1;
  visibility: visible;
}
.site-search-wrapper .site-search-block-active.site-search-option {
  width: 300px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option1 {
  max-height: 86px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option2 {
  right: 0 !important;
}
.site-search-wrapper .site-search-block.site-search-option {
  position: absolute;
  right: 40px;
  z-index: 1000;
  top: 13px;
  width: 0;
  transition: all ease 0.6s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-input {
  border-radius: 25px !important;
  border: 3px solid #6A918E !important;
  transition: all ease 0.6s;
  padding: 7px 40px 10px 20px !important;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button {
  background: transparent !important;
  font-size: 17px;
  padding: 12px 25px 10px;
  border: none;
  text-align: center;
  color: #00463C !important;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid transparent !important;
  display: inline-block;
  line-height: 20px;
  min-height: 46px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 5px;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover {
  background: transparent !important;
  color: #6A918E !important;
  border: 1px solid transparent !important;
}
@media (max-width: 599px) {
  .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button {
    margin-bottom: 5px;
  }
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900" !important;
  font-size: 35px;
  font-weight: bold;
}
.site-search-wrapper .site-search-block.site-search-option1 {
  position: absolute;
  right: 0;
  top: 100%;
  background: #E9E7E4;
  z-index: 1000;
  padding: 20px;
  width: 400px;
  height: auto;
  max-height: 0;
  transition: all ease 0.3s;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data {
  display: flex;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button {
  background: #00463C !important;
  font-size: 17px;
  padding: 12px 25px 10px;
  border: none;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #000000 !important;
  display: inline-block;
  line-height: 20px;
  min-height: 46px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover {
  background: #6A918E !important;
  color: #00463C !important;
  border: 1px solid #6A918E !important;
}
@media (max-width: 599px) {
  .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button {
    margin-bottom: 5px;
  }
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 30px;
  font-weight: bold;
}
.site-search-wrapper .site-search-block.site-search-option2 {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  z-index: 1000;
  transition: all ease 0.5s;
}
.site-search-wrapper .site-search-block.site-search-option2 .site-search-data {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.site-search-wrapper .site-search-block.site-search-option2 .site-search-input {
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  max-width: 400px;
  width: 100%;
  color: #ffffff;
  font-size: 25px;
  padding: 0 0 10px;
  margin: 0 10px 0 0;
}
@media (max-width: 599px) {
  .site-search-wrapper .site-search-block.site-search-option2 .site-search-input {
    max-width: none;
    width: 90%;
    margin: 0 auto 20px;
  }
}
.site-search-wrapper .site-search-block .site-search-close {
  display: block;
}
@media (max-width: 1499px) {
  .site-search-wrapper .site-search-block .site-search-close {
    right: 50px;
  }
}
.site-search-wrapper .site-search-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 190px;
  z-index: 5;
  color: white;
  cursor: pointer;
}
.site-search-wrapper .site-search-close:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901" !important;
  font-weight: bold;
  font-size: 20px;
  transition: all ease 0.5s;
  display: block;
}

body.cms-page-is-in-preview-mode .site-search-wrapper .site-search-close {
  top: 55px;
}
body.cms-page-is-in-edit-mode .site-search-wrapper .site-search-close {
  top: 90px;
}

.site-slider .slick-dots {
  bottom: 40px;
  z-index: 10;
}
.site-slider .slick-dots li {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 0 5px;
}
.site-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
}
.site-slider .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #ffffff;
}
.site-slider .slick-dots li.slick-active button:before {
  background: #00463C;
  border: 1px solid #ffffff;
}

.slick-arrow {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }
}
.slick-arrow:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  border: 2px solid #00463C !important;
  color: #00463C !important;
  background: #ffffff !important;
  border-radius: 100%;
  line-height: 47px !important;
  font-size: 35px !important;
}
@media (max-width: 599px) {
  .slick-arrow:before {
    line-height: 35px !important;
    font-size: 30px !important;
  }
}
.slick-arrow:hover::before {
  background: #00463C !important;
  color: #6A918E !important;
}
@media (max-width: 599px) {
  .slick-arrow.slick-next {
    right: 20px !important;
  }
}
.slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
@media (max-width: 599px) {
  .slick-arrow.slick-prev {
    left: 20px !important;
  }
}
.slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}

.site-hero-banner {
  position: relative;
}
.site-hero-banner #site-hero-banner:not(.no-features):after {
  height: 60px;
  background: #6A918E;
  content: "";
  display: block;
}
.site-hero-banner .site-slider.site-slider-slideshow .site-slider-caption-active .site-slider-image-block:after, .site-hero-banner .site-slider.site-slider-slideshow .site-slider-caption-active .site-slider-video-block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
}
.site-hero-banner .site-slider.site-slider-slideshow .site-slider-video-block {
  height: 100%;
}
.site-hero-banner .site-slider.site-slider-slideshow .site-slider-video-block video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-hero-banner .site-slider.site-slider-slideshow .site-slider-caption {
  bottom: 50px;
  min-width: 380px;
  width: 100%;
  max-width: 800px;
  text-align: left;
  background: none;
}
@media (max-width: 599px) {
  .site-hero-banner .site-slider.site-slider-slideshow .site-slider-caption {
    bottom: 70px;
  }
}
.site-hero-banner .site-slider.site-slider-slideshow .site-slider-caption p {
  font-size: 17px;
  line-height: 26px;
}
.site-hero-banner .site-slider.site-slider-slideshow .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
.site-hero-banner .site-slider.site-slider-slideshow.site-full-caption .site-slider-caption {
  max-width: none;
  width: 100%;
}
.site-hero-banner .custom-hero-slider-bigfont-wrapper .custom-hero-slider h1, .site-hero-banner .custom-hero-slider-bigfont-wrapper .custom-hero-slider h2, .site-hero-banner .custom-hero-slider-bigfont-wrapper .custom-hero-slider h3, .site-hero-banner .custom-hero-slider-bigfont-wrapper .custom-hero-slider h4, .site-hero-banner .custom-hero-slider-bigfont-wrapper .custom-hero-slider h5, .site-hero-banner .custom-hero-slider-bigfont-wrapper .custom-hero-slider h6, .site-hero-banner .custom-hero-slider-bigfont-wrapper .site-slider-caption h1, .site-hero-banner .custom-hero-slider-bigfont-wrapper .site-slider-caption h2, .site-hero-banner .custom-hero-slider-bigfont-wrapper .site-slider-caption h3, .site-hero-banner .custom-hero-slider-bigfont-wrapper .site-slider-caption h4, .site-hero-banner .custom-hero-slider-bigfont-wrapper .site-slider-caption h5, .site-hero-banner .custom-hero-slider-bigfont-wrapper .site-slider-caption h6 {
  color: #ffffff;
}
.site-hero-banner .custom-hero-slider-bigfont-wrapper .custom-hero-slider h2, .site-hero-banner .custom-hero-slider-bigfont-wrapper .site-slider-caption h2 {
  font-size: 80px;
  line-height: 70px;
}
@media (max-width: 599px) {
  .site-hero-banner .custom-hero-slider-bigfont-wrapper .custom-hero-slider h2, .site-hero-banner .custom-hero-slider-bigfont-wrapper .site-slider-caption h2 {
    font-size: 45px;
    line-height: 40px;
  }
}
@media (max-width: 3999px) {
  .site-hero-banner {
    margin: 0;
  }
}
.site-hero-banner .site-slider-caption {
  position: absolute !important;
}
@media (max-width: 599px) {
  .site-hero-banner .site-slider-caption h5 br {
    display: none;
  }
}

@media (max-width: 599px) {
  .site-slide-height-mob-fixed-wrapper img.site-slider-image {
    width: 100%;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

body:not(.cms-page-is-in-edit-mode) .site-hero-banner-wrapper {
  margin: 100px 0 0;
}
@media (max-width: 3999px) {
  body:not(.cms-page-is-in-edit-mode) .site-hero-banner-wrapper {
    margin: 90px 0 0;
  }
}

.home-page .site-hero-banner-wrapper, .landing-page .site-hero-banner-wrapper, .transparent-header .site-hero-banner-wrapper {
  margin: 0 !important;
}
@media (max-width: 599px) {
  .home-page .site-hero-banner-wrapper img.site-slider-image, .landing-page .site-hero-banner-wrapper img.site-slider-image, .transparent-header .site-hero-banner-wrapper img.site-slider-image {
    height: 400px;
  }
  .home-page .site-hero-banner-wrapper .site-slider-caption, .home-page .site-hero-banner-wrapper .site-slider-capton-data, .landing-page .site-hero-banner-wrapper .site-slider-caption, .landing-page .site-hero-banner-wrapper .site-slider-capton-data, .transparent-header .site-hero-banner-wrapper .site-slider-caption, .transparent-header .site-hero-banner-wrapper .site-slider-capton-data {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 599px) {
  .cms-gallery-feature.site-full-height-block-wrapper .site-full-height-block .site-slider-image-block {
    height: auto;
  }
  .cms-gallery-feature.site-full-height-block-wrapper .site-full-height-block .site-slider-image-block img {
    height: 400px;
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  .cms-gallery-feature.site-full-height-block-wrapper .site-slider-caption {
    padding: 0 !important;
    bottom: 20px;
  }
}
.oval-image .site-slide {
  display: flex;
}

.oval-image-wrapper.cms-feature-wrapper .site-slider.oval-image .site-slide {
  display: flex !important;
  width: 100%;
  max-width: 750px;
  margin: auto;
  max-width: 750px;
  float: none;
  align-items: center;
}
@media (max-width: 599px) {
  .oval-image-wrapper.cms-feature-wrapper .site-slider.oval-image .site-slide {
    display: block !important;
  }
}
.oval-image-wrapper.cms-feature-wrapper .site-slider.oval-image .site-slide .site-slider-image-block {
  width: 240px;
  height: 240px;
  flex: 0 0 240px;
  margin: 0 40px 0 0;
}
@media (max-width: 599px) {
  .oval-image-wrapper.cms-feature-wrapper .site-slider.oval-image .site-slide .site-slider-image-block {
    margin: auto;
  }
}
.oval-image-wrapper.cms-feature-wrapper .site-slider.oval-image .site-slide .site-slider-image-block img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 5px solid #00463C;
}
.oval-image-wrapper.cms-feature-wrapper .site-slider.oval-image .site-slide .site-slider-caption {
  position: static;
  background: none;
}
.oval-image-wrapper.cms-feature-wrapper .site-slider.oval-image .site-slide .site-slider-caption .site-container {
  padding: 0;
}
.oval-image-wrapper.cms-feature-wrapper .site-slider.oval-image .site-slide .site-slider-caption .site-slider-capton-data {
  color: #808285 !important;
  text-align: left;
  padding: 0;
  line-height: 26px;
  font-size: 17px;
}
@media (max-width: 599px) {
  .oval-image-wrapper.cms-feature-wrapper .site-slider.oval-image .site-slide .site-slider-caption .site-slider-capton-data {
    text-align: center;
  }
}

.custom-hero-slider-wrapper {
  height: 100vh;
}
.custom-hero-slider-wrapper .custom-hero-slider {
  position: relative;
}
.custom-hero-slider-wrapper .custom-hero-slider .site-slider-tab-list {
  padding: 20px 0 0;
  position: absolute;
  bottom: 20px;
  z-index: 100;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 700px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.custom-hero-slider-wrapper .custom-hero-slider .site-slider-tab-list .slick-list {
  opacity: 0;
}
.custom-hero-slider-wrapper .custom-hero-slider .site-slider-tab-list .slick-slide .site-slide {
  border: 2px solid transparent;
  transition: all ease 1s;
}
.custom-hero-slider-wrapper .custom-hero-slider .site-slider-tab-list .slick-slide.slick-current .site-slide {
  border: 2px solid #ffffff;
}
.custom-hero-slider-wrapper .custom-hero-slider .site-slider-tab-list .site-slide1 {
  width: 100px !important;
}
@media (max-width: 1499px) {
  .custom-hero-slider-wrapper .custom-hero-slider .site-slider-tab-list {
    padding: 10px 0 0;
  }
}
.custom-hero-slider-wrapper .custom-hero-slider .site-slider-tab-content-list {
  height: 100vh;
  z-index: 100;
}
.custom-hero-slider-wrapper .custom-hero-slider .site-slider-tab-content-list .slick-slide {
  margin: 0;
}
.custom-hero-slider-wrapper .custom-hero-slider .site-hero-image {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-hero-slider-wrapper .custom-hero-slider iframe {
  width: 100%;
  height: 100vh;
}
.custom-hero-slider-wrapper .custom-hero-slider .site-slider-tab-content {
  height: 100vh;
}
.custom-hero-slider-wrapper .custom-hero-slider .site-slider-tab-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 7px;
  left: 0;
}
.custom-hero-slider-wrapper .custom-hero-slider .site-hero-slider-caption {
  position: absolute;
  bottom: 0;
  min-width: 380px;
  width: 100%;
  max-width: 700px;
  left: 50px;
  text-align: left;
  color: #ffffff;
  bottom: 100px;
  z-index: 10;
}
@media (max-width: 599px) {
  .custom-hero-slider-wrapper .custom-hero-slider .site-hero-slider-caption {
    min-width: 10px;
    max-width: none;
    width: 100%;
    padding: 0 20px;
    left: 0;
  }
}
.custom-hero-slider-wrapper .custom-hero-slider .site-hero-slider-caption h1, .custom-hero-slider-wrapper .custom-hero-slider .site-hero-slider-caption h2, .custom-hero-slider-wrapper .custom-hero-slider .site-hero-slider-caption h3, .custom-hero-slider-wrapper .custom-hero-slider .site-hero-slider-caption h4, .custom-hero-slider-wrapper .custom-hero-slider .site-hero-slider-caption h5, .custom-hero-slider-wrapper .custom-hero-slider .site-hero-slider-caption h6 {
  color: #ffffff;
}
.custom-hero-slider-wrapper .custom-hero-slider .site-hero-slider-caption a {
  color: #ffffff;
}
.custom-hero-slider-wrapper.custom-hero-slider-bigfont-wrapper .custom-hero-slider h2 {
  font-size: 130px;
  line-height: 115px;
}
@media (max-width: 1499px) {
  .custom-hero-slider-wrapper.custom-hero-slider-bigfont-wrapper .custom-hero-slider h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 599px) {
  .custom-hero-slider-wrapper.custom-hero-slider-bigfont-wrapper .custom-hero-slider h2 {
    font-size: 60px;
    line-height: 70px;
  }
}

body.cms-user-logged .custom-hero-slider-wrapper .custom-hero-slider .site-slider-tab-content:after {
  bottom: 0;
}
body.cms-user-logged .custom-tab-slider .site-slider-tab-content-list .site-slider-tab-content:after {
  bottom: 0;
}

.site-feature-bottom-no-space.custom-tab-slider, .site-feature-bottom-no-space-wrapper .custom-tab-slider {
  margin-bottom: -10px !important;
}

.custom-tab-slider {
  position: relative;
  margin-bottom: -10px !important;
}
.custom-tab-slider.site-slider .slick-vertical .slick-slide {
  margin: 0;
}
@media (max-width: 599px) {
  .custom-tab-slider .site-slider-tab-list {
    max-width: none;
    background: none;
  }
  .custom-tab-slider .site-slider-tab-list .site-slider-caption {
    padding: 0;
    transform: none;
    width: 100%;
  }
}
.custom-tab-slider .site-slider-tab-list .site-container {
  padding: 15px 45px 15px 25px;
}
@media (max-width: 599px) {
  .custom-tab-slider .site-slider-tab-list .site-container {
    padding: 30px 45px 15px 25px;
  }
}
.custom-tab-slider .site-slider-tab-list .slick-slide {
  margin: 0;
  cursor: pointer;
  position: relative;
}
.custom-tab-slider .site-slider-tab-list .slick-slide:after {
  background: #00463C;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all ease 0.5s;
}
@media (max-width: 599px) {
  .custom-tab-slider .site-slider-tab-list .slick-slide:after {
    background: none;
  }
}
.custom-tab-slider .site-slider-tab-list .slick-slide:hover:after, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current:after {
  width: 100%;
}
.custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption {
  background: none !important;
}
.custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h1, .custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h2, .custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h3, .custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h4, .custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h5, .custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h6, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h1, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h2, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h3, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h4, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h5, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h6 {
  color: #ffffff !important;
}
@media (max-width: 599px) {
  .custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h1, .custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h2, .custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h3, .custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h4, .custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h5, .custom-tab-slider .site-slider-tab-list .slick-slide:hover .site-slider-caption .site-slider-capton-data h6, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h1, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h2, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h3, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h4, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h5, .custom-tab-slider .site-slider-tab-list .slick-slide.slick-current .site-slider-caption .site-slider-capton-data h6 {
    color: #ffffff !important;
  }
}
.custom-tab-slider .site-slider-tab-list .slick-slide .site-slider-image-block {
  position: relative;
}
@media (max-width: 599px) {
  .custom-tab-slider .site-slider-tab-list .slick-slide .site-slider-image-block {
    padding: 15px 0;
  }
}
.custom-tab-slider .site-slider-tab-list .slick-slide .site-slider-caption {
  z-index: 10;
  bottom: auto !important;
  top: 50% !important;
  left: 0;
  text-align: left;
  width: auto;
  transform: translateY(-50%) !important;
}
.custom-tab-slider .site-slider-tab-list .slick-slide .site-slider-caption .site-slider-capton-data {
  padding: 0;
}
@media (max-width: 599px) {
  .custom-tab-slider .site-slider-tab-list .slick-slide .site-slider-caption .site-slider-capton-data {
    text-align: center;
  }
}
.custom-tab-slider .site-slider-tab-list .slick-slide .site-slider-caption .site-slider-capton-data h1, .custom-tab-slider .site-slider-tab-list .slick-slide .site-slider-caption .site-slider-capton-data h2, .custom-tab-slider .site-slider-tab-list .slick-slide .site-slider-caption .site-slider-capton-data h3, .custom-tab-slider .site-slider-tab-list .slick-slide .site-slider-caption .site-slider-capton-data h4, .custom-tab-slider .site-slider-tab-list .slick-slide .site-slider-caption .site-slider-capton-data h5, .custom-tab-slider .site-slider-tab-list .slick-slide .site-slider-caption .site-slider-capton-data h6 {
  margin: 0;
  transition: all ease 0.5s;
}
.custom-tab-slider .site-slider-tab-content-list {
  width: calc(100% - 260px);
  padding: 0;
}
@media (max-width: 599px) {
  .custom-tab-slider .site-slider-tab-content-list {
    width: 100%;
    max-width: none;
  }
}
.custom-tab-slider .site-slider-tab-content-list p {
  margin: 0;
}
@media (max-width: 599px) {
  .custom-tab-slider .site-slider-tab-content-list p {
    margin: 0 0 10px;
  }
}
.custom-tab-slider .site-slider-tab-content-list .site-hero-slider-caption {
  position: absolute;
  min-width: 380px;
  width: 40%;
  max-width: 620px;
  left: 190px;
  text-align: left;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.custom-tab-slider .site-slider-tab-content-list .site-hero-slider-caption p {
  margin: 0 0 10px;
}
@media (max-width: 599px) {
  .custom-tab-slider .site-slider-tab-content-list .site-hero-slider-caption {
    position: static;
    min-width: 10px;
    max-width: none;
    width: 100%;
    padding: 20px 20px 40px;
    transform: none;
    background: url(../images/watermark.svg) no-repeat bottom right;
  }
}
.custom-tab-slider .site-slider-tab-content-list .slick-slide {
  margin: 0;
}
.custom-tab-slider .site-slider-tab-content-list .site-slider-tab-content {
  position: relative;
}
.custom-tab-slider .site-slider-tab-content-list .site-slider-tab-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
}
@media (max-width: 599px) {
  .custom-tab-slider .site-slider-tab-content-list .site-slider-tab-content:after {
    background: none;
  }
}
@media (min-width: 600px) {
  .custom-tab-slider .site-slider-tab-content-list {
    min-height: 100%;
  }
}

.logo-slider.site-slider .slick-track {
  display: flex;
}
.logo-slider.site-slider .slick-track .slick-slide.site-slide, .logo-slider.site-slider .slick-track .slick-slide {
  display: flex !important;
  height: auto;
  align-items: center;
  justify-content: center;
}
.logo-slider.site-slider .slick-track .slick-slide.site-slide .site-slider-image-block img, .logo-slider.site-slider .slick-track .slick-slide .site-slider-image-block img {
  width: auto !important;
  max-width: 100%;
  margin: auto;
}

.site-thumbnail .site-thumbnail-wrapper {
  margin: 0 -10px;
}
.site-thumbnail .site-thumbnail-wrapper .site-thumbnail-image-wrapper i.site-icon-search {
  display: none;
}
.site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block {
  margin: 0 0 20px;
}
.site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-more-desc {
  left: 10px;
  width: calc(100% - 20px);
  bottom: 0;
}
.site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc h1, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc h2, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc h3, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc h4, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc h5, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc h6, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-more-desc h1, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-more-desc h2, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-more-desc h3, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-more-desc h4, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-more-desc h5, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-more-desc h6 {
  margin: 0;
}
.site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-desc a, .site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-more-desc a {
  color: #ffffff !important;
}
.site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-image {
  transform: scale(1);
  transition: all ease 1s;
}
.site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block:hover .site-thumbnail-link {
  margin: 0 10px;
}
.site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block:hover .site-thumbnail-link .site-thumbnail-image {
  transform: scale(1.5);
}
.site-thumbnail .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-link {
  margin: 0 10px;
  overflow: hidden;
}

.site-slider-tab .slick-slide {
  transition: outline ease 0.5s;
  margin: 10px;
}
.site-slider-tab .slick-slide.slick-current.slick-center {
  outline: 1px solid #00463C;
  outline-offset: 5px;
}

.hero-video-wrapper {
  padding: 0 !important;
  height: 100vh;
}

.hero-video-wrapper {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.hero-video-wrapper iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100vw !important;
  height: 100vh !important;
  transform: translate(-50%, -50%) !important;
  width: 177.78vh !important;
  max-width: none !important;
}
@media (max-width: 1499px) {
  .hero-video-wrapper iframe {
    height: 120vh !important;
    width: 200vh !important;
  }
}

.site-slider .site-slide .site-slider-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
}

.site-multi-slide-slider .site-container {
  padding: 0 15px !important;
}
.site-multi-slide-slider .site-container .site-slider-capton-data {
  padding: 10px 0 !important;
}
.site-multi-slide-slider .site-container .site-slider-capton-data h4 {
  margin: 0 0 10px;
}

.site-display-wrapper.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-data-block {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
}

.page-with-sidebar.page-with-two-sidebar .data-content-wrapper .second-sidebar.fixed-second-sidebar {
  position: static;
}

.site-slider.site-slide-caption-dt-bl .site-slide .site-slider-caption {
  left: 0;
  right: 0;
  width: 100%;
}

.custom-news-wrapper .custom-news {
  /*
  ul.site-display-list {
      display: grid;
      grid-template-columns: auto auto auto;
      gap: 10px;
    }

    li {
      &.site-display-1 {
          grid-row-start: 1;
          grid-row-end: 5;
      }

      &.site-display-2 {
          grid-row-start: 1;
            grid-row-end: 2;
      }

      &.site-display-3 {
          grid-row-start: 2;
            grid-row-end: 3;
      }

      &.site-display-4 {
          grid-row-start: 3;
            grid-row-end: 4;
      }

      &.site-display-5 {
          grid-row-start: 4;
            grid-row-end: 5;
      }
    }
    */
  /*
  ul {
      display: block;
      margin: 0 !important;

      li {
          .site-display-list-block {
              margin: 0 !important;
              border: none !important;

              .site-display-data-block {
                  display: flex;
                  flex-wrap: wrap;

                  .site-display-title {
                      display: none;
                      font-size: 25px;
                      line-height: 35px;
                      width: 100%;
                  }

                  .site-display-desc {
                      order: 1;
                      font-size: 20px;
                      line-height: 25px;
                      display: -webkit-box;
                      -webkit-line-clamp: 3;
                      -webkit-box-orient: vertical;
                      overflow: hidden;
                      width: 100%;

                      p {
                          margin: 0;
                      }
                  }

                  .site-display-date {
                      font-size: 15px;
                      color: $m1;
                      letter-spacing: normal;
                      text-transform: none;
                      margin: $gutter 0 0;
                      width: 100%;
                  }

                  .site-display-date {
                      order: 2;
                  }
              }
          }
      }

      .custom-news-single {
          width: 290px;
          float: left;

          li {
              .site-display-list-block {
                  .site-display-image {
                      img {
                          height: 370px;
                          width: 100%;
                          object-fit: cover;
                      }
                  }
              }
          }
      }

      .custom-news-list {
          width: calc(100% - 290px);
          float: right;
          padding: 0 0 0 30px;

          li {
              .site-display-list-block {
                  display: block;
                  overflow: hidden;
                  padding: 0 0 25px;

                  .site-display-image {
                      width: 130px;
                      float: left;
                      margin: 0;

                      img {
                          height: 103px;
                          width: 130px;
                          object-fit: cover;
                      }
                  }

                  .site-display-data-block {
                      width: calc(100% - 130px);
                      float: right;
                      padding: 0 0 0 30px;
                  }
              }
          }
      }
  }

  */
}
.custom-news-wrapper .custom-news ul {
  display: block;
  margin: 0 !important;
}
.custom-news-wrapper .custom-news ul li .site-display-list-block {
  margin: 0 !important;
  border: none !important;
}
.custom-news-wrapper .custom-news ul li .site-display-list-block .site-display-data-block {
  display: flex;
  flex-wrap: wrap;
}
.custom-news-wrapper .custom-news ul li .site-display-list-block .site-display-data-block .site-display-title {
  font-size: 20px;
  line-height: 25px;
}
.custom-news-wrapper .custom-news ul li .site-display-list-block .site-display-data-block .site-display-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  font-family: "effra-cc", sans-serif;
  font-size: 20px;
}
.custom-news-wrapper .custom-news ul li .site-display-list-block .site-display-data-block .site-display-desc {
  order: 1;
  font-size: 20px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.custom-news-wrapper .custom-news ul li .site-display-list-block .site-display-data-block .site-display-desc p {
  margin: 0;
}
.custom-news-wrapper .custom-news ul li .site-display-list-block .site-display-data-block .site-display-date {
  font-size: 15px;
  color: #00463C;
  letter-spacing: normal;
  text-transform: none;
  margin: 10px 0 0;
  width: 100%;
}
.custom-news-wrapper .custom-news ul li .site-display-list-block .site-display-data-block .site-display-date {
  order: 2;
}
.custom-news-wrapper .custom-news ul .custom-news-single {
  width: 40%;
  float: left;
}
@media (max-width: 599px) {
  .custom-news-wrapper .custom-news ul .custom-news-single {
    width: 100%;
    float: none;
  }
}
.custom-news-wrapper .custom-news ul .custom-news-single li .site-display-list-block .site-display-image img {
  height: 370px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .custom-news-wrapper .custom-news ul .custom-news-single li .site-display-list-block {
    display: block;
    overflow: hidden;
    padding: 0 0 25px !important;
  }
  .custom-news-wrapper .custom-news ul .custom-news-single li .site-display-list-block .site-display-image {
    width: 130px;
    float: left;
    margin: 0;
  }
  .custom-news-wrapper .custom-news ul .custom-news-single li .site-display-list-block .site-display-image img {
    height: 103px;
    width: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .custom-news-wrapper .custom-news ul .custom-news-single li .site-display-list-block .site-display-data-block {
    width: calc(100% - 130px);
    float: right;
    padding: 0 0 0 30px;
  }
}
.custom-news-wrapper .custom-news ul .custom-news-list {
  width: 60%;
  float: right;
  padding: 0 0 0 30px;
}
@media (max-width: 599px) {
  .custom-news-wrapper .custom-news ul .custom-news-list {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.custom-news-wrapper .custom-news ul .custom-news-list li .site-display-list-block {
  display: block;
  overflow: hidden;
  padding: 0 0 25px;
}
.custom-news-wrapper .custom-news ul .custom-news-list li .site-display-list-block .site-display-image {
  width: 130px;
  float: left;
  margin: 0;
}
.custom-news-wrapper .custom-news ul .custom-news-list li .site-display-list-block .site-display-image img {
  height: 103px;
  width: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-news-wrapper .custom-news ul .custom-news-list li .site-display-list-block .site-display-data-block {
  width: calc(100% - 130px);
  float: right;
  padding: 0 0 0 30px;
}

@media (max-width: 599px) {
  .site-portal-post-wrapper .site-portal-post.site-display-wrapper .site-display-list li {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.site-portal-post-wrapper .site-portal-post.site-display-wrapper .site-display-list-block {
  position: relative;
  padding: 0 !important;
}
.site-portal-post-wrapper .site-portal-post.site-display-wrapper .site-display-list-block .site-display-image {
  margin: 0 !important;
}
.site-portal-post-wrapper .site-portal-post.site-display-wrapper .site-display-list-block .site-display-image img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-portal-post-wrapper .site-portal-post.site-display-wrapper .site-display-list-block .site-display-data-block {
  position: absolute;
  width: 100%;
  z-index: 10;
  text-align: center;
  bottom: 0;
}
.site-portal-post-wrapper .site-portal-post.site-display-wrapper .site-display-list-block .site-display-data-block::after {
  opacity: 1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
}
.site-portal-post-wrapper .site-portal-post.site-display-wrapper .site-display-list-block .site-display-data-block .site-display-title {
  margin: 0 !important;
}
.site-portal-post-wrapper .site-portal-post.site-display-wrapper .site-display-list-block .site-display-data-block .site-display-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  font-family: "effra-cc", sans-serif;
  color: #ffffff;
  padding: 0 20px;
  margin: 50px 0;
  z-index: 10;
}

.custom-portal-thumbnail .site-slick-wrapper {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  visibility: visible;
  justify-content: center;
}
.custom-portal-thumbnail .site-slick-wrapper .site-slide {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 0 15px 30px;
}
@media (max-width: 1499px) {
  .custom-portal-thumbnail .site-slick-wrapper .site-slide {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 1365px) {
  .custom-portal-thumbnail .site-slick-wrapper .site-slide {
    max-width: 33.3%;
    flex: 0 0 33.3%;
  }
}
@media (max-width: 699px) {
  .custom-portal-thumbnail .site-slick-wrapper .site-slide {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 5px 10px;
  }
}
.custom-portal-thumbnail .site-slick-wrapper .site-slide .site-slider-image-block {
  position: relative;
}
.custom-portal-thumbnail .site-slick-wrapper .site-slide .site-slider-image-block:after {
  position: absolute;
  background-image: linear-gradient(180deg, rgba(41, 52, 58, 0) 0%, rgb(41, 52, 58) 100%);
  content: "";
  width: 100%;
  height: 290px;
  bottom: 0;
  left: 0;
}
@media (max-width: 699px) {
  .custom-portal-thumbnail .site-slick-wrapper .site-slide .site-slider-image-block:after {
    height: 290px;
  }
}
@media (max-width: 499px) {
  .custom-portal-thumbnail .site-slick-wrapper .site-slide .site-slider-image-block:after {
    height: 200px;
  }
}
.custom-portal-thumbnail .site-slick-wrapper .site-slide .site-slider-caption {
  bottom: 50px;
  position: absolute;
  z-index: 10;
  padding: 0;
  left: 0;
}
.custom-portal-thumbnail .site-slick-wrapper .site-slide .site-slider-caption .site-container {
  padding: 0;
}
.custom-portal-thumbnail .site-slick-wrapper .site-slide .site-slider-caption .site-slider-capton-data {
  padding: 0;
}
@media (max-width: 1365px) {
  .custom-portal-thumbnail .site-slick-wrapper .site-slide .site-slider-caption .site-slider-capton-data {
    padding: 0 10px;
  }
}
.custom-portal-thumbnail .site-slick-wrapper .site-slide .site-slider-caption .site-slider-capton-data a {
  color: #ffffff;
  font-size: 20px;
}

.custom-thumbnail .site-slick-wrapper {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  visibility: visible;
  justify-content: center;
}
.custom-thumbnail .site-slick-wrapper .site-slide {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 15px 10px;
}
@media (max-width: 1499px) {
  .custom-thumbnail .site-slick-wrapper .site-slide {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 1365px) {
  .custom-thumbnail .site-slick-wrapper .site-slide {
    max-width: 33.3%;
    flex: 0 0 33.3%;
  }
}
@media (max-width: 699px) {
  .custom-thumbnail .site-slick-wrapper .site-slide {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 5px 10px;
  }
}
.custom-thumbnail .site-slick-wrapper .site-slide .site-slider-image-block {
  position: relative;
  border: 1px solid #dfdfdf;
  padding: 10px 10px 0;
  margin: 0 0 10px;
}
.custom-thumbnail .site-slick-wrapper .site-slide .site-slider-caption {
  position: static;
}
@media (max-width: 699px) {
  .custom-thumbnail .site-slick-wrapper .site-slide .site-slider-caption {
    padding: 10px 10px 5px;
  }
}
.custom-thumbnail .site-slick-wrapper .site-slide .site-slider-caption .site-container {
  padding: 0;
}
.custom-thumbnail .site-slick-wrapper .site-slide .site-slider-caption .site-slider-capton-data {
  padding: 0;
  color: #6A918E;
}
@media (max-width: 699px) {
  .custom-thumbnail .site-slick-wrapper .site-slide .site-slider-caption .site-slider-capton-data {
    line-height: normal;
  }
}

body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.5);
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background: white;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 500px;
  width: 90%;
  padding: 30px;
  border: 1px solid #d9dade;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901" !important;
  font-weight: bold;
  font-size: 20px;
  transition: all ease 0.5s;
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover {
  border: 1px solid #00463C;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover::before {
  transform: scale(0.7);
}

.video-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: hsla(0, 0%, 0%, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 100000;
  height: 100%;
  width: 100%;
}
.video-popup-wrapper-active {
  display: block;
}
.video-popup-wrapper-active .remove-video-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 2px solid #00463C;
  background: #ffffff;
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 20px;
  z-index: 3;
  transform: rotate(0);
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out, transform 250ms ease-in-out;
}
.video-popup-wrapper-active .remove-video-popup:before {
  font-family: "site-icon";
  content: "\e901";
  font-weight: 600;
  color: #00463C;
  display: block;
}
.video-popup-wrapper-active .remove-video-popup:active, .video-popup-wrapper-active .remove-video-popup:hover, .video-popup-wrapper-active .remove-video-popup:focus {
  background-color: #00463C;
}
.video-popup-wrapper-active .remove-video-popup:active:before, .video-popup-wrapper-active .remove-video-popup:hover:before, .video-popup-wrapper-active .remove-video-popup:focus:before {
  color: #6A918E;
}
@media (max-width: 767px) {
  .video-popup-wrapper-active .remove-video-popup {
    top: -70px;
    right: 20px;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .video-popup-wrapper-active .remove-video-popup {
    top: 50px;
  }
  .cms-page-is-published .video-popup-wrapper-active .remove-video-popup, .cms-page-is-in-edit-mode .video-popup-wrapper-active .remove-video-popup {
    top: 100px;
  }
}
.video-popup-wrapper .video-popup {
  position: absolute;
  width: 100%;
  max-width: 900px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .video-popup-wrapper .video-popup {
    width: 90%;
  }
  .video-popup-wrapper .video-popup iframe {
    width: 100% !important;
    height: 200px !important;
  }
}

body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  margin-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-form-popup,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-form-popup,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background: white;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 500px;
  width: 90%;
  padding: 60px 30px;
  outline: none;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-form-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-form-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1;
  text-align: center;
  line-height: 28px;
  border-radius: 100%;
  background-color: #00463C;
  cursor: pointer;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-form-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-form-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  font-weight: bold;
  font-size: 30px;
  transition: all ease 0.5s;
  display: block;
  color: #ffffff;
  transform: rotate(45deg);
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:active, body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover, body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:focus-within,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-form-popup .site-popup-close:active,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-form-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-form-popup .site-popup-close:focus-within,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:active,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:focus-within,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:active,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:focus-within,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-form-popup .site-popup-close:active,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-form-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-form-popup .site-popup-close:focus-within,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:active,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:focus-within {
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:active::before, body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover::before, body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:focus-within::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-form-popup .site-popup-close:active::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-form-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-form-popup .site-popup-close:focus-within::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:active::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:focus-within::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:active::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:focus-within::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-form-popup .site-popup-close:active::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-form-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-form-popup .site-popup-close:focus-within::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:active::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:focus-within::before {
  transform: rotate(90deg);
}
@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-desktop {
    display: none;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-mobile {
    display: none;
  }
}

body.cms-page-is-published .popup-wrapper .site-wide-popup,
body.cms-page-is-published .popup-wrapper .site-form-popup {
  pointer-events: none;
  outline: none;
}
body.cms-page-is-published .popup-wrapper .site-wide-popup .site-popup-close,
body.cms-page-is-published .popup-wrapper .site-form-popup .site-popup-close {
  pointer-events: all;
}

.video-overlay .slick-slider .slick-slide {
  height: 100%;
}
.video-overlay .slick-slider .slick-slide .site-slider-image-block, .video-overlay .slick-slider .slick-slide .site-slider-video-block {
  position: relative;
}
.video-overlay .slick-slider .slick-slide .site-slider-image-block:after, .video-overlay .slick-slider .slick-slide .site-slider-video-block:after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.3);
  transition: background-color 300ms ease-in-out;
}
.video-overlay .slick-slider .slick-slide .site-slider-image-block:before, .video-overlay .slick-slider .slick-slide .site-slider-video-block:before {
  content: "";
  background-image: url(../images/play-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 50%;
  height: 75px;
}
@media (max-width: 1023px) {
  .video-overlay .slick-slider .slick-slide .site-slider-image-block:before, .video-overlay .slick-slider .slick-slide .site-slider-video-block:before {
    height: 50px;
  }
}
@media (max-width: 1023px) {
  .video-overlay .slick-slider .slick-slide .site-slider-image-block:before, .video-overlay .slick-slider .slick-slide .site-slider-video-block:before {
    height: 40px;
  }
}
.video-overlay .slick-slider .slick-slide:hover .site-slider-image-block:after, .video-overlay .slick-slider .slick-slide:hover .site-slider-video-block:after {
  background-color: hsla(0, 0%, 0%, 0.5);
}

body:not(.cms-page-is-in-edit-mode) .site-text-on-image-link {
  display: block;
  position: relative;
}
body:not(.cms-page-is-in-edit-mode) .site-text-on-image-link .site-text-on-image-val {
  position: absolute;
  top: 20px;
  left: 0;
  background: #6A918E;
  color: #00463C;
  padding: 0 20px;
  line-height: 38px;
  min-height: 40px;
  width: auto !important;
}

blockquote {
  background: none;
  text-align: left;
  padding: 0 0 0 30px;
  border-left: 5px solid #00463C;
}
blockquote p {
  font-size: 25px !important;
  line-height: 35px !important;
  font-family: "georgiapro", sans-serif;
}
@media (max-width: 599px) {
  blockquote p {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
blockquote cite {
  color: #00463C;
  font-size: 15px;
  letter-spacing: 2px;
  margin: -10px 0 0;
  font-family: "effra-cc", sans-serif !important;
  display: block;
}

table.site-tab-no-bg > tbody > tr:nth-child(2n) {
  background: none;
}
@media (max-width: 599px) {
  table.site-tab-no-bg > tbody > tr:nth-child(2n) {
    padding: 0;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) table.site-table-col-full > tbody > tr > td {
    width: 100% !important;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) table.site-table-col-full > tbody > tr > td div {
    width: 100% !important;
  }
}
body:not(.cms-page-is-in-edit-mode) table.site-table-same-width {
  table-layout: fixed;
  display: table;
}

table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
table.site-table-mobile-stack tr {
  background-color: #f8f8f8;
  border: 1px solid #E9E7E4;
  padding: 5px;
}
table.site-table-mobile-stack th,
table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
}
table.site-table-mobile-stack th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
  }
  table.site-table-mobile-stack td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right !important;
  }
  table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #00463C;
  }
  table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}

.site-tbl-accordion-desc-wrapper > td {
  width: 100%;
  display: block;
}

body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
  padding-left: 190px;
  padding-right: 190px;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 20px;
  }
}

.site-form-payment-wrapper .site-form-product-payment-block .site-form-product-payment-data {
  background: #f9f9f9;
}
.site-form-payment-wrapper .site-form-title {
  color: #00463C;
  font-family: "georgiapro", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: normal;
}
table {
  border: none;
}
table.site-table-accordion tr {
  font-size: 17px;
  line-height: 26px;
  background: #ffffff !important;
}
@media (max-width: 599px) {
  table.site-table-accordion tr {
    padding: 0 !important;
    display: table-row !important;
  }
}
table.site-table-accordion tr th {
  color: #00463C !important;
  text-align: left;
  background: none !important;
  font-family: "effra-cc", sans-serif;
  border: none;
}
table.site-table-accordion tr td {
  text-align: left;
  width: 100%;
  display: block;
  border: 0 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 17px;
  line-height: 26px;
  background: #ffffff !important;
  border: 1px solid #CC973F !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #00463C !important;
  text-align: left;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #CC973F !important;
  border: 1px solid #CC973F !important;
  color: #00463C !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #00463C !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #00463C !important;
  color: #ffffff !important;
  border: 1px solid #808285 !important;
  border-bottom: 0 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: #ffffff !important;
}
table.site-table-accordion .site-tbl-accordion-desc.site-tbl-accordion-desc-active {
  border: 1px solid #808285 !important;
}

.error-template {
  background: #FCFCFF;
}
.error-template .site-error-page {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 699px) {
  .error-template .site-error-page {
    position: static;
    transform: translateY(0%);
  }
}
.error-template .error-msg {
  position: relative;
}
.error-template .error-msg .error-no {
  font-family: "georgiapro", sans-serif;
  font-weight: bold;
  font-size: 300px;
  line-height: 290px;
  color: #00463C;
}
@media (max-width: 767px) {
  .error-template .error-msg .error-no {
    font-size: 210px;
    line-height: 210px;
  }
}
@media (max-width: 399px) {
  .error-template .error-msg .error-no {
    font-size: 160px;
    line-height: 170px;
  }
}
.error-template .error-msg .error-not-found {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #00463C;
}
@media (max-width: 599px) {
  .error-template .error-msg .error-not-found {
    font-size: 30px;
    margin: 10px 0 0;
  }
}
.error-template .error-msg .error-desc {
  width: 100%;
  max-width: 1150px;
  margin: 50px auto 0;
  font-size: 22px;
  line-height: 35px;
  padding: 20px;
}
.error-template .error-buttons {
  margin: 50px 0;
}
@media (max-width: 599px) {
  .error-template .error-buttons {
    margin: 30px 0 50px;
  }
}
.error-template .error-buttons .error-social-link {
  margin: 50px 0 0;
}
.error-template .error-buttons .error-social-link .error-footer-social {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #E9E7E4;
  line-height: 60px;
  margin: 0 10px;
  background: none;
  transition: all ease 0.5s;
}
.error-template .error-buttons .error-social-link .error-footer-social a {
  color: #00463C;
  display: block;
}
.error-template .error-buttons .error-social-link .error-footer-social:hover {
  background: #6A918E;
}
.error-template .error-buttons .error-social-link .error-footer-social i {
  font-size: 25px;
}

.empty-template body.cms-user-logged .site-coming-soon-wrapper {
  height: calc(100vh - 72px);
}
.empty-template body.cms-user-logged.cms-page-is-in-preview-mode .site-coming-soon-wrapper {
  height: calc(100vh - 45px);
}
.empty-template .site-coming-soon-wrapper {
  background: linear-gradient(127deg, #ffffff 50%, #202020 50%);
  height: 100vh;
  max-height: 100vh;
}
.empty-template .site-coming-soon-wrapper .site-container {
  height: 100%;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text {
  width: 100%;
  max-width: 650px;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-title {
  font-family: "georgiapro", sans-serif;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  line-height: 100px;
  color: #6A918E;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc {
  color: #000000;
  font-size: 20px;
  position: relative;
  padding: 20px 0 0;
  line-height: 35px;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background: black;
  top: 0;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image {
  text-align: right;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image img {
  width: 85%;
  border-radius: 100%;
}

.home-page .site-breadcrumbs-wrapper {
  display: none;
}

.landing-page .site-breadcrumbs-wrapper {
  display: none;
}

.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper {
  width: 100%;
  clear: both;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: right;
  padding-left: 100px;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: left;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  padding-right: 0 !important;
}
@media (min-width: 767px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

.site-portal-tab-list ul li {
  display: inline-block;
  vertical-align: middle;
}
.site-portal-tab-list ul li .site-tab-title {
  pointer-events: none;
}
.site-portal-tab-list ul li .site-tab-title.site-tab-title-active {
  color: #00463C;
}
.site-portal-tab-list ul li .site-tab-button {
  border-radius: 33px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5) inset;
  width: 90px;
  height: 40px;
  display: block;
  margin: 0 20px;
  position: relative;
}
.site-portal-tab-list ul li .site-tab-button::after {
  position: absolute;
  height: 34px;
  width: 34px;
  left: 3px;
  background: #00463C;
  display: block;
  content: "";
  top: 3px;
  border-radius: 100%;
  transition: all ease 0.5s;
}
.site-portal-tab-list ul li .site-tab-button.site-tab2-active::after {
  left: 53px;
}

body:not(.cms-page-is-in-edit-mode) .site-portal-blocks ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
body:not(.cms-page-is-in-edit-mode) .site-portal-blocks ul li {
  flex: 0 0 25%;
  max-width: 25%;
  list-style: none;
  padding: 0 15px;
  margin: 0 0 15px;
}
@media (max-width: 1023px) {
  body:not(.cms-page-is-in-edit-mode) .site-portal-blocks ul li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .site-portal-blocks ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-portal-blocks ul li a {
  position: relative;
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .site-portal-blocks ul li a em {
  position: absolute;
  width: 100%;
  z-index: 10;
  text-align: center;
  bottom: 0;
  left: 0;
  color: #ffffff;
  opacity: 1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  padding: 50px 0;
  font-style: normal;
  font-size: 20px;
}
body:not(.cms-page-is-in-edit-mode) .site-portal-blocks ul li img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  body:not(.cms-page-is-in-edit-mode) .site-portal-blocks ul li img {
    height: 300px;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .site-portal-blocks ul li img {
    height: 250px;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-tab-content {
  display: none;
}
body:not(.cms-page-is-in-edit-mode) .site-tab-content.site-tab-content-active {
  display: block;
}

body.cms-page-is-in-edit-mode .site-tab-content ul li {
  width: 400px;
}

.search-result-page .site-search-data {
  display: flex;
  border: 1px solid #00463C;
}
.search-result-page .site-search-data .site-search-input {
  background: transparent;
  border-radius: 0;
  outline: none;
  border: 1px solid transparent;
  font-size: 17px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "effra-cc", sans-serif;
  background: transparent;
}
.search-result-page .site-search-data .site-search-button {
  background: transparent !important;
  font-size: 17px;
  padding: 12px 25px 10px;
  border: none;
  text-align: center;
  color: #00463C !important;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid none !important;
  display: inline-block;
  line-height: 20px;
  min-height: 46px;
  font-family: "effra-cc", sans-serif;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  background: none !important;
  height: 50px !important;
  line-height: 50px;
  margin: 0 !important;
}
.search-result-page .site-search-data .site-search-button:hover {
  background: transparent !important;
  color: #808285 !important;
  border: 1px solid none !important;
}
@media (max-width: 599px) {
  .search-result-page .site-search-data .site-search-button {
    margin-bottom: 5px;
  }
}
.search-result-page .site-search-data .site-search-button:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900" !important;
  font-size: 30px;
  font-weight: bold;
}
.search-result-page .site-page-title-block {
  text-align: center;
  max-width: none;
  margin: 30px 0;
}
.search-result-page .sr-search-wrapper {
  background: #d9dade;
  text-align: center;
  padding: 50px;
  margin: 0 0 30px;
  position: sticky;
  top: 0;
}
@media (max-width: 599px) {
  .search-result-page .sr-search-wrapper {
    padding: 50px 20px;
  }
}
@media (max-width: 599px) {
  .search-result-page .sr-search-wrapper {
    padding: 50px 10px;
  }
}
.search-result-page .sr-search-wrapper .sr-search-area {
  margin: 0 auto 30px;
  max-width: 900px;
  width: 100%;
}
.search-result-page .sr-search-wrapper .sr-links-area a {
  margin: 0 5px;
}
@media (max-width: 399px) {
  .search-result-page .sr-search-wrapper .sr-links-area a {
    width: 100%;
    margin: 0 0 10px;
  }
}
.search-result-page #sr-wrapper .sr-title {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
.search-result-page #sr-wrapper .sr-title span {
  text-transform: uppercase;
  font-weight: bold;
}
.search-result-page #sr-wrapper .sr-data .sr-block {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #6A918E;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a {
  color: #6A918E;
  font-family: "effra-cc", sans-serif;
  font-size: 20px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover {
  color: #808285;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a {
  color: #999;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a:hover {
  color: #808285;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-content {
  margin: 10px 0 0;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-content .sr-hit {
  font-weight: bold;
  color: #000000;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list {
  margin: 20px 0 0;
  color: #808285;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list .sr-tag {
  display: inline-block;
  margin: 0 2px 2px 0;
  background-color: #d9dade;
  padding: 6px 20px;
  color: #808285;
  font-size: 10.67px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  min-height: 40px;
  line-height: 27px;
}/*# sourceMappingURL=style.css.map */