@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/stc3fep.css");
@font-face {
  font-family: "site-icon";
  src: url("../fonts/icon-fonts/site-icon.eot?ynksto");
  src: url("../fonts/icon-fonts/site-icon.eot?ynksto#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/site-icon.ttf?ynksto") format("truetype"), url("../fonts/icon-fonts/site-icon.woff?ynksto") format("woff"), url("../fonts/icon-fonts/site-icon.svg?ynksto#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-bookmark-long-border:before {
  content: "\e915";
}

.site-icon-bookmark-long-fill:before {
  content: "\e916";
}

.site-icon-bookmark-short-border:before {
  content: "\e917";
}

.site-icon-bookmark-short-fill:before {
  content: "\e918";
}

.site-icon-youtube:before {
  content: "\e914";
}

.site-icon-twitter-x:before {
  content: "\e913";
}

.site-icon-email:before {
  content: "\e912";
}

.site-icon-search:before {
  content: "\e905";
}

.site-icon-clock:before {
  content: "\e911";
}

.site-icon-tiktok:before {
  content: "\e903";
}

.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: "\e900";
}

.site-icon-twitter:before {
  content: "\e901";
}

.site-icon-facebook:before {
  content: "\e902";
}

.site-icon-close:before {
  content: "\e90f";
}

.site-icon-location:before {
  content: "\e910";
}

.site-icon-vimeo:before {
  content: "\e904";
}

.site-icon-youtube-icon:before {
  content: "\e90e";
}

.dialog-title {
  margin: 0 !important;
  padding: 0 !important;
}
.dialog-title::before, .dialog-title::after {
  display: none;
}

.site-color-text {
  color: #525252 !important;
}
.site-color-text-wrapper .cms-feature-title {
  color: #525252 !important;
}
.site-color-primary {
  color: #092F57 !important;
}
.site-color-primary-wrapper .cms-feature-title {
  color: #092F57 !important;
}
.site-color-secondary {
  color: #E39F00 !important;
}
.site-color-secondary-wrapper .cms-feature-title {
  color: #E39F00 !important;
}
.site-color-light {
  color: #F6F3EC !important;
}
.site-color-light-wrapper .cms-feature-title {
  color: #F6F3EC !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 h1, .site-color-white h2, .site-color-white h3, .site-color-white h4, .site-color-white h5, .site-color-white h6 {
  color: #ffffff;
}
.site-color-white * {
  color: #ffffff;
}
.site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}

.site-bg-text, .site-bg-text-wrapper, .site-bg .cms-feature-title {
  background: #525252 !important;
}
.site-bg-primary, .site-bg-primary-wrapper, .site-bg .cms-feature-title {
  background: #092F57 !important;
}
.site-bg-secondary, .site-bg-secondary-wrapper, .site-bg .cms-feature-title {
  background: #E39F00 !important;
}
.site-bg-light, .site-bg-light-wrapper, .site-bg .cms-feature-title {
  background: #F6F3EC !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);
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  line-height: 22px;
  color: #525252;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif !important;
  border: 10px #ffffff solid;
}
@media (min-width: 1024px) {
  body {
    border: 20px #ffffff solid;
  }
}

body.error-page {
  overflow-x: hidden;
}

pre,
code,
kbd,
samp,
tt,
input,
textarea,
select,
option,
optgroup,
button,
td,
blockquote,
cite,
small,
big,
.marker,
q {
  font-family: "Montserrat", sans-serif !important;
}

.site-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media (min-width: 1366px) {
  .site-container {
    padding: 0 calc(8% - 20px);
  }
}
@media (min-width: 1500px) {
  .site-container {
    padding: 0 calc(10% - 20px);
  }
}
@media (min-width: 2560px) {
  .site-container {
    max-width: 1880px;
    padding: 0;
  }
}
@media (min-width: 1366px) {
  body.cms-page-is-in-edit-mode .site-container {
    padding: 0 5%;
  }
}
@media (min-width: 1950px) {
  body.cms-page-is-in-edit-mode .site-container {
    max-width: 1920px;
    padding: 0;
  }
}

ol {
  list-style-position: inside;
}

li {
  color: inherit;
}

blockquote {
  background: #092F57 url("/ams/SBS_Seal_White-4.png?version=638549905192070000") 50% 50px no-repeat;
  background-size: 100px;
  margin: 40px 0;
  padding: 200px 40px 50px !important;
  position: relative;
}
@media (min-width: 768px) {
  blockquote {
    padding: 180px 80px 50px !important;
  }
}
blockquote::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px #ffffff solid;
}
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p {
  margin-bottom: 20px !important;
  padding: 0 !important;
  color: #ffffff;
}
blockquote h2::before, blockquote h2::after,
blockquote h3::before,
blockquote h3::after,
blockquote h4::before,
blockquote h4::after,
blockquote h5::before,
blockquote h5::after,
blockquote h6::before,
blockquote h6::after,
blockquote p::before,
blockquote p::after {
  display: none;
}
blockquote cite::before, blockquote cite::after {
  display: none;
}

p:has(.video-popup-button:not(.site-button-primary)) {
  position: relative;
}
p:has(.video-popup-button:not(.site-button-primary))::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px #ffffff solid;
  border-radius: 50%;
}
p:has(.video-popup-button:not(.site-button-primary))::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: "\e90d" !important;
  background: #ffffff;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #092F57;
  font-size: 40px;
}

.site-content-image-border {
  border: 5px #ffffff solid;
}

.site-content-video-border {
  border: 10px #ffffff solid;
}

body.home-page .site-main-wrapper .site-sub-wrapper, body.landing-page .site-main-wrapper .site-sub-wrapper {
  background: #ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-main-wrapper .site-sub-wrapper {
  background: #F6F3EC;
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
  clear: both;
}
@media (min-width: 600px) {
  .site-main-wrapper .site-sub-wrapper {
    margin-top: 20px;
    padding: 50px 0;
  }
}
@media (min-width: 1366px) {
  .site-main-wrapper .site-sub-wrapper {
    padding: 100px 0;
  }
}
.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: left;
  padding-right: 120px;
}
@media (max-width: 1023px) {
  .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: right;
}
@media (max-width: 1023px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
@media (min-width: 1024px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}
.site-main-wrapper .site-sub-wrapper samp {
  margin-bottom: 40px;
  display: block;
  color: #092F57;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.375px;
  font-family: "adobe-garamond-pro", serif !important;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 768px) {
  .site-main-wrapper .site-sub-wrapper samp {
    font-size: 30px;
    line-height: 40px;
  }
}
.site-main-wrapper .site-sub-wrapper .marker {
  background: none;
  padding: 0;
  margin-bottom: 40px;
  display: block;
  color: #092F57;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.375px;
  font-family: "adobe-garamond-pro", serif !important;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 768px) {
  .site-main-wrapper .site-sub-wrapper .marker {
    font-size: 30px;
    line-height: 40px;
  }
}
.site-main-wrapper .site-sub-wrapper var {
  font-size: 50px;
}

.clear {
  clear: both;
}

@media (max-width: 1023px) {
  .stop-scrolling {
    height: 100vh;
    overflow: hidden;
  }
}

.stop-vertical-scroll {
  height: 100vh;
  overflow: hidden;
}

.site-row-block-student {
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.site-row-block-student.active {
  max-height: 5000px !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

.site-row-block-generic {
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.site-row-block-generic.active {
  max-height: 5000px !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

body.cms-page-is-in-edit-mode .site-row-block-student {
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

h1 {
  font-size: 4.375rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  color: #092F57;
  margin-bottom: 20px !important;
  padding: 25px 0 20px;
  position: relative;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  h1 {
    margin-bottom: 30px !important;
  }
}
h1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 2px #092F57 solid;
  border-bottom: 2px #092F57 solid;
}
h1::after {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  left: 0;
  border-top: 1px #092F57 solid;
  border-bottom: 1px #092F57 solid;
}
h1 var {
  font-style: italic;
  text-transform: none;
}
h1.cms-feature-name {
  padding: 0;
  letter-spacing: 1px;
}
h1.cms-feature-name::before, h1.cms-feature-name::after {
  display: none;
}
@media (max-width: 999px) {
  h1 {
    font-size: 2.9166666667rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  h1 {
    font-size: 2.5735294118rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 3.75rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  color: #092F57;
  margin-bottom: 20px !important;
  padding: 25px 0 20px;
  position: relative;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  h2 {
    margin-bottom: 30px !important;
  }
}
h2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 2px #092F57 solid;
  border-bottom: 2px #092F57 solid;
}
h2::after {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  left: 0;
  border-top: 1px #092F57 solid;
  border-bottom: 1px #092F57 solid;
}
h2 var {
  font-style: italic;
  text-transform: none;
}
h2.cms-feature-name {
  padding: 0;
  letter-spacing: 1px;
}
h2.cms-feature-name::before, h2.cms-feature-name::after {
  display: none;
}
@media (max-width: 999px) {
  h2 {
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  h2 {
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 2.188rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  color: #092F57;
  margin-bottom: 20px !important;
  padding: 25px 0 20px;
  position: relative;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  h3 {
    margin-bottom: 30px !important;
  }
}
h3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 2px #092F57 solid;
  border-bottom: 2px #092F57 solid;
}
h3::after {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  left: 0;
  border-top: 1px #092F57 solid;
  border-bottom: 1px #092F57 solid;
}
h3 var {
  font-style: italic;
  text-transform: none;
}
h3.cms-feature-name {
  padding: 0;
  letter-spacing: 1px;
}
h3.cms-feature-name::before, h3.cms-feature-name::after {
  display: none;
}
@media (max-width: 999px) {
  h3 {
    font-size: 2.188rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  h3 {
    font-size: 2.188rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  color: #092F57;
  margin-bottom: 20px !important;
  padding: 25px 0 20px;
  position: relative;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  h4 {
    margin-bottom: 30px !important;
  }
}
h4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 2px #092F57 solid;
  border-bottom: 2px #092F57 solid;
}
h4::after {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  left: 0;
  border-top: 1px #092F57 solid;
  border-bottom: 1px #092F57 solid;
}
h4 var {
  font-style: italic;
  text-transform: none;
}
h4.cms-feature-name {
  padding: 0;
  letter-spacing: 1px;
}
h4.cms-feature-name::before, h4.cms-feature-name::after {
  display: none;
}
@media (max-width: 999px) {
  h4 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  h4 {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 1.563rem;
  line-height: 1.25;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  color: #092F57;
  margin-bottom: 20px !important;
  padding: 25px 0 20px;
  position: relative;
  letter-spacing: 1.2px;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  h5 {
    margin-bottom: 30px !important;
  }
}
h5::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 2px #092F57 solid;
  border-bottom: 2px #092F57 solid;
}
h5::after {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  left: 0;
  border-top: 1px #092F57 solid;
  border-bottom: 1px #092F57 solid;
}
h5 var {
  font-style: italic;
  text-transform: none;
}
h5.cms-feature-name {
  padding: 0;
  letter-spacing: 1px;
}
h5.cms-feature-name::before, h5.cms-feature-name::after {
  display: none;
}
@media (max-width: 999px) {
  h5 {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  h5 {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

h6 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  color: #092F57;
  margin-bottom: 20px !important;
  padding: 25px 0 20px;
  position: relative;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  h6 {
    margin-bottom: 30px !important;
  }
}
h6::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 2px #092F57 solid;
  border-bottom: 2px #092F57 solid;
}
h6::after {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  left: 0;
  border-top: 1px #092F57 solid;
  border-bottom: 1px #092F57 solid;
}
h6 var {
  font-style: italic;
  text-transform: none;
}
h6.cms-feature-name {
  padding: 0;
  letter-spacing: 1px;
}
h6.cms-feature-name::before, h6.cms-feature-name::after {
  display: none;
}
@media (max-width: 999px) {
  h6 {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  h6 {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

a {
  text-decoration: none;
  color: #E39F00;
}
a:hover, a:focus {
  color: #092F57;
}

p {
  margin: 0 0 10px;
}

strong {
  font-weight: bold;
}

hr {
  margin: 0 auto 10px;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.site-button-primary, .site-form-payment-wrapper .site-payment-buttons button,
.site-form-data .site-form-buttons .site-form-button,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  background: #092F57;
  font-size: 13.33px;
  padding: 0 25px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.site-button-primary:hover, .site-form-payment-wrapper .site-payment-buttons button:hover,
.site-form-data .site-form-buttons .site-form-button:hover,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.site-button-primary:hover::after, .site-form-payment-wrapper .site-payment-buttons button:hover::after,
.site-form-data .site-form-buttons .site-form-button:hover::after,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover::after {
  transform: translate(0, 0);
}
.site-button-primary::after, .site-form-payment-wrapper .site-payment-buttons button::after,
.site-form-data .site-form-buttons .site-form-button::after,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button::after {
  background-color: #E39F00;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.15s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.site-bookmark-button {
  position: relative;
  background: #ffffff;
  font-size: 13.33px;
  padding: 0 25px;
  text-align: center;
  color: #092F57;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #E39F00;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.site-bookmark-button:hover {
  color: #E39F00;
  border: 1px solid #092F57;
}
.site-bookmark-button:hover::after {
  transform: translate(0, 0);
}
.site-bookmark-button::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.15s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.site-bookmark-button:hover {
  background: #092F57;
}
.site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-bookmark-button .site-bookmark-button-icon: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: "\e917" !important;
  font-size: 20px;
}
.site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}

.site-button-secondary, .site-bg-primary .sport-events-search-button .site-button-primary, .site-bg-primary .sport-events-search-button .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-bg-primary .sport-events-search-button button, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button {
  background: #E39F00;
  font-size: 13.33px;
  padding: 0 25px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.site-button-secondary:hover, .site-bg-primary .sport-events-search-button .site-button-primary:hover, .site-bg-primary .sport-events-search-button .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .site-bg-primary .sport-events-search-button button:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.site-button-secondary:hover::after, .site-bg-primary .sport-events-search-button .site-button-primary:hover::after, .site-bg-primary .sport-events-search-button .site-form-payment-wrapper .site-payment-buttons button:hover::after, .site-form-payment-wrapper .site-payment-buttons .site-bg-primary .sport-events-search-button button:hover::after, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover::after {
  transform: translate(0, 0);
}
.site-button-secondary::after, .site-bg-primary .sport-events-search-button .site-button-primary::after, .site-bg-primary .sport-events-search-button .site-form-payment-wrapper .site-payment-buttons button::after, .site-form-payment-wrapper .site-payment-buttons .site-bg-primary .sport-events-search-button button::after, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button::after {
  background-color: #092F57;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.15s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.site-button-full-primary {
  background: #092F57;
  font-size: 13.33px;
  padding: 0 25px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.site-button-full-primary:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.site-button-full-primary:hover::after {
  transform: translate(0, 0);
}
.site-button-full-primary::after {
  background-color: #E39F00;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.15s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.site-button-full-secondary {
  background: #E39F00;
  font-size: 13.33px;
  padding: 0 25px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.site-button-full-secondary:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.site-button-full-secondary:hover::after {
  transform: translate(0, 0);
}
.site-button-full-secondary::after {
  background-color: #092F57;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.15s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.site-textarea {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #F6F3EC;
  font-size: 14px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Montserrat", 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 #F6F3EC;
  font-size: 14px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
}

select.site-select {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #F6F3EC;
  font-size: 14px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

main#site-main {
  overflow: hidden;
}
main#site-main .site-page-title {
  margin-top: 20px;
  color: #092F57;
}

#site-header {
  width: calc(100% - 20px);
  padding: 20px 0;
  position: absolute;
  top: 10px;
  z-index: 99999;
  transition: all 0.5s ease;
}
#site-header .site-container {
  padding: 0 20px;
}
@media (min-width: 1366px) {
  #site-header .site-container {
    padding: 0 8%;
  }
}
@media (min-width: 1500px) {
  #site-header .site-container {
    padding: 0 10%;
  }
}
@media (min-width: 2560px) {
  #site-header .site-container {
    max-width: 1840px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #site-header {
    width: calc(100% - 40px);
    padding: 40px 0;
    top: 20px;
  }
}
#site-header.scrolled {
  background: #092F57;
  padding: 20px 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#site-header.scrolled .site-header-logo .site-slider-image {
  max-width: 70px !important;
}
@media (min-width: 1024px) {
  #site-header.scrolled .site-header-logo .site-slider-image {
    max-width: 90px !important;
  }
}
#site-header.fixed {
  position: fixed;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#site-header .site-header-block {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#site-header .site-header-block .site-header-logo {
  position: relative;
  z-index: 9999;
}
#site-header .site-header-block .site-header-logo .site-slider-image {
  max-width: 80px;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  #site-header .site-header-block .site-header-logo .site-slider-image {
    max-width: 120px;
  }
}
#site-header .site-header-block .site-header-right {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 9998;
}
#site-header .site-header-block .site-header-right #site-header-links {
  margin-top: -4px;
  display: none;
}
@media (min-width: 1024px) {
  #site-header .site-header-block .site-header-right #site-header-links {
    display: inline-block;
  }
}
#site-header .site-header-block .site-header-right #site-header-links .cms-feature-wrapper, #site-header .site-header-block .site-header-right #site-header-links .cms-text-feature-data {
  margin-bottom: 0;
}
#site-header .site-header-block .site-header-right #site-header-links p a {
  display: inline-block;
  margin: 0 0 0 15px;
  color: #ffffff;
  font-family: "adobe-garamond-pro", serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
  transition: all 0.5s ease;
  position: relative;
}
#site-header .site-header-block .site-header-right #site-header-links p a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -1px;
  transition: width ease 0.5s;
}
#site-header .site-header-block .site-header-right #site-header-links p a:hover {
  color: #ffffff;
}
#site-header .site-header-block .site-header-right #site-header-links p a:hover::after {
  width: 100%;
}
#site-header .site-header-block .site-header-right .site-navigation-wrapper {
  width: 100%;
  padding-top: 15px;
}

body.cms-page-is-in-edit-mode #site-header {
  width: 100%;
  background: #092F57;
  position: static;
}

body.cms-page-is-in-preview-mode #site-header {
  top: 55px;
}
@media (min-width: 1024px) {
  body.cms-page-is-in-preview-mode #site-header {
    top: 65px;
  }
}
body.cms-page-is-in-preview-mode #site-header.scrolled {
  top: 45px;
}

body.cms-page-is-published #site-header {
  top: 82px;
}
@media (min-width: 1024px) {
  body.cms-page-is-published #site-header {
    top: 92px;
  }
}
body.cms-page-is-published #site-header.scrolled {
  top: 72px;
}

#site-footer {
  background: #092F57;
  padding: 0;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #site-footer {
    margin-top: 20px;
  }
}
#site-footer .site-footer-block p {
  color: #ffffff;
}
#site-footer .site-footer-block p a:not(.site-button-primary):not(.site-button-secondary) {
  margin: 0;
  color: #ffffff;
  transition: all 0.5s ease;
}
#site-footer .site-footer-block p a:not(.site-button-primary):not(.site-button-secondary):hover {
  color: #E39F00;
}
#site-footer .site-footer-block .site-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #site-footer .site-footer-block .site-container {
    flex-direction: row;
  }
}
#site-footer .site-footer-block .site-footer-left {
  width: 100%;
  padding: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #site-footer .site-footer-block .site-footer-left {
    width: 50%;
    padding: 100px 20px;
    padding-right: 5%;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #site-footer .site-footer-block .site-footer-left {
    padding: 100px 20px;
    padding-right: 10%;
  }
}
#site-footer .site-footer-block .site-footer-middle {
  width: 100%;
  max-width: 145px;
  display: none;
}
@media (min-width: 768px) {
  #site-footer .site-footer-block .site-footer-middle {
    display: block;
  }
}
#site-footer .site-footer-block .site-footer-middle #site-footer-middle, #site-footer .site-footer-block .site-footer-middle .cms-gallery-feature, #site-footer .site-footer-block .site-footer-middle .site-slider, #site-footer .site-footer-block .site-footer-middle .site-slick-wrapper, #site-footer .site-footer-block .site-footer-middle .slick-list, #site-footer .site-footer-block .site-footer-middle .slick-track, #site-footer .site-footer-block .site-footer-middle .site-slide, #site-footer .site-footer-block .site-footer-middle .site-slider-image-block {
  height: 100%;
}
#site-footer .site-footer-block .site-footer-middle .site-slider-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#site-footer .site-footer-block .site-footer-right {
  width: 100%;
  padding: 0 20px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #site-footer .site-footer-block .site-footer-right {
    width: 50%;
    padding: 100px 20px;
    padding-left: 5%;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  #site-footer .site-footer-block .site-footer-right {
    padding: 100px 20px;
    padding-left: 10%;
  }
}
#site-footer .site-footer-block .site-footer-right #site-footer-right {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#site-footer .site-footer-block .site-footer-right .cms-feature-wrapper {
  margin-top: auto;
}
#site-footer .site-footer-block .site-footer-right .cms-feature-wrapper .cms-text-feature-data {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #site-footer .site-footer-block .site-footer-right h4 {
    text-align: center !important;
  }
}
#site-footer .site-footer-block .site-footer-right p a {
  margin-right: 0 !important;
}
#site-footer .site-footer-block .site-footer-right .site-custom-right-links-wrapper {
  margin-top: 0;
  height: auto;
}
@media (min-width: 768px) {
  #site-footer .site-footer-block .site-footer-right .site-custom-right-links-wrapper {
    display: block;
  }
}
#site-footer .site-footer-block .site-footer-right .site-custom-right-links-wrapper p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#site-footer .site-footer-block .site-footer-right .site-custom-right-links-wrapper p a {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1366px) {
  #site-footer .site-footer-block .site-footer-right .site-custom-right-links-wrapper p a {
    width: 50%;
  }
}
#site-footer .site-footer-block .site-footer-right .site-custom-right-links-wrapper p a:hover {
  color: #E39F00;
}

@media (min-width: 1024px) {
  .site-sidebar {
    width: 490px;
  }
}

.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: 0 20px;
  border-bottom: 1px solid #F6F3EC;
  color: #ffffff;
  margin-top: -53px;
  margin-bottom: 50px;
  display: none;
}
@media (min-width: 1024px) {
  .site-breadcrumbs-wrapper {
    display: block;
  }
}
@media (min-width: 1366px) {
  .site-breadcrumbs-wrapper {
    padding: 0;
  }
}
.site-breadcrumbs-wrapper .site-container {
  padding: 0;
}
@media (min-width: 1366px) {
  .site-breadcrumbs-wrapper .site-container {
    padding: 0 8%;
  }
}
@media (min-width: 1500px) {
  .site-breadcrumbs-wrapper .site-container {
    padding: 0 10%;
  }
}
@media (min-width: 2560px) {
  .site-breadcrumbs-wrapper .site-container {
    max-width: 1840px;
    padding: 0;
  }
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
  font-weight: bold;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  content: "/";
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 0;
  font-weight: normal;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active {
  font-weight: normal;
}
.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;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #E39F00;
  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: 1024px) {
  .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
    text-align: right;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 0 0 10px;
    display: inline-block;
    position: relative;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li.custom-nav-hide-in-nav, .site-navigation-wrapper #site-navigation ul.site-nav-block > li.hide-in-nav {
    display: none;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-shadow: 1px 1px 5px #000000;
    position: relative;
    transition: all 0.5s ease;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a.site-nav-link-active {
    color: #E39F00;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a::after {
    content: "";
    width: 0;
    position: absolute;
    height: 1px;
    background: #ffffff;
    left: 0;
    bottom: 1px;
    transition: width ease 0.5s;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover {
    color: #ffffff;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a:hover::after {
    width: 100%;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    padding-top: 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 1000;
    text-align: right;
    padding: 0;
    top: 100%;
    min-width: 200px;
    transition: all 0.5s ease;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
  }
}
@media (min-width: 1024px) {
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li {
    margin: 0 0 5px;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li a {
    text-shadow: 1px 1px 5px #000000;
    color: #ffffff;
    position: relative;
    transition: all 0.5s ease;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li a::after {
    content: "";
    width: 0;
    position: absolute;
    height: 1px;
    background: #ffffff;
    left: 0;
    bottom: -2px;
    transition: width ease 0.5s;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li a:hover {
    color: #ffffff;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li a:hover::after {
    width: 100%;
  }
  .site-navigation-wrapper #site-navigation .site-nav-linktext,
  .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
  .site-menu-toggle {
    display: none;
  }
}
.site-menu-toggle {
  width: 25px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin: 0 10px 0 20px;
}
.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-menu-toggle span:nth-child(1) {
  top: 0px;
}
.site-menu-toggle span:nth-child(2),
.site-menu-toggle span:nth-child(3) {
  top: 7px;
}
.site-menu-toggle span:nth-child(4) {
  top: 14px;
}
.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%;
}
.site-menu-toggle::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -17px;
  left: -13px;
  border: 2px #ffffff solid;
  border-radius: 50%;
}

@media (max-width: 1023px) {
  .site-menu-toggle {
    display: block;
    z-index: 9999;
  }
  .site-navigation-wrapper nav#site-navigation {
    background: #092F57 url("../images/SBSLogo-big.png") 50% 50% no-repeat;
    background-size: 500px;
    position: fixed;
    height: 100%;
    z-index: 9998;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .site-navigation-wrapper nav#site-navigation.site-navigation-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    width: 100%;
  }
  .site-navigation-wrapper nav#site-navigation .header-custom-link-list {
    padding: 10px 15px 0;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation .header-custom-link-list {
    display: none;
  }
}
@media (max-width: 1023px) {
  .site-navigation-wrapper nav#site-navigation .header-custom-link-list a {
    margin-right: 10px;
    color: #ffffff;
    font-family: "adobe-garamond-pro", serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    transition: all 0.5s ease;
    position: relative;
  }
  .site-navigation-wrapper nav#site-navigation .header-custom-link-list a::after {
    content: "";
    width: 0;
    position: absolute;
    height: 1px;
    background: #ffffff;
    left: 0;
    bottom: 1px;
    transition: width ease 0.5s;
  }
  .site-navigation-wrapper nav#site-navigation .header-custom-link-list a:hover::after {
    width: 100%;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block {
    padding: 10px 30px;
    height: 100%;
    overflow: scroll;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block > li {
    margin: 20px 0 20px;
    text-transform: uppercase;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block > li > a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block > li > a:hover {
    color: #E39F00;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block > li.site-nav-active > a {
    color: #E39F00;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li {
    display: block;
    position: relative;
    text-align: center;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li.custom-nav-hide-in-nav, .site-navigation-wrapper nav#site-navigation ul.site-nav-block li.hide-in-nav {
    display: none;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: -10px;
    top: -1px;
    color: #ffffff;
    cursor: pointer;
  }
  .site-navigation-wrapper 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: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
    position: relative;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper::after {
    content: "";
    width: 100%;
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    left: 0;
    border-top: 2px #ffffff solid;
    border-bottom: 2px #ffffff solid;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
    margin: 20px 0;
    padding: 15px 0;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper-active::before, .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper-active::after {
    opacity: 1;
    visibility: visible;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 20px 10px;
    text-transform: none;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
    font-size: 20px;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #E39F00;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #E39F00;
  }
  body.cms-page-is-in-edit-mode .site-navigation-wrapper nav#site-navigation {
    top: 72px;
    height: calc(100vh - 72px);
  }
  body.cms-page-is-in-preview-mode .site-navigation-wrapper nav#site-navigation {
    top: 45px;
    height: calc(100vh - 45px);
  }
  body.cms-page-is-published .site-navigation-wrapper nav#site-navigation {
    top: 72px;
    height: calc(100vh - 72px);
  }
}
@media (min-width: 1024px) {
  .site-navigation .header-custom-link-list {
    display: none;
  }
}

.custom-sidebar-wrapper {
  margin-top: 0;
  padding-left: 60px !important;
}
@media (max-width: 599px) {
  .custom-sidebar-wrapper {
    padding: 0 !important;
    padding-left: 0 !important;
    margin-top: -20px;
  }
}
@media (max-width: 599px) {
  .custom-sidebar-wrapper h3 {
    background: #092F57;
    border-bottom: 10px #ffffff solid;
    margin-bottom: 0 !important;
    padding: 25px 20px;
    color: #ffffff;
    font-size: 20px;
    font-family: "adobe-garamond-pro", serif;
    text-align: left !important;
    position: relative;
  }
  .custom-sidebar-wrapper h3::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: "\e90a" !important;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: auto;
    left: auto;
    border: 0;
    transition: all ease 0.5s;
    transform: rotate(180deg);
  }
}
.custom-sidebar-wrapper .cms-text-feature-data {
  margin-bottom: 0;
}
.custom-sidebar-wrapper .site-sidebar-menu {
  margin: 0;
  padding: 0 10px 0 20px;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media (min-width: 600px) {
  .custom-sidebar-wrapper .site-sidebar-menu {
    max-height: 1000px;
    margin-left: 0;
    margin-right: 0;
  }
}
.custom-sidebar-wrapper.active h3::after {
  transform: rotate(0);
}
.custom-sidebar-wrapper.active .site-sidebar-menu {
  max-height: 1000px;
}

.site-sidebar-menu {
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 270px;
  display: none;
}
@media (max-width: 1023px) {
  .site-sidebar-menu {
    display: none;
  }
}
.site-sidebar-menu ul {
  padding: 0 0 0 10px !important;
}
@media (min-width: 600px) {
  .site-sidebar-menu ul {
    padding: 0 10px 0 0 !important;
  }
}
.site-sidebar-menu ul.site-nav-block {
  padding: 0 !important;
}
.site-sidebar-menu ul.site-nav-block > li > a {
  font-weight: 700;
  text-transform: uppercase;
  color: #092F57;
  border-bottom: 1px solid #F6F3EC;
  display: block;
  padding: 10px 20px 10px 0;
  text-align: left;
}
@media (min-width: 600px) {
  .site-sidebar-menu ul.site-nav-block > li > a {
    text-align: right;
    padding: 10px 0 10px 20px;
  }
}
.site-sidebar-menu ul.site-nav-block > li > a:hover {
  color: #E39F00;
}
.site-sidebar-menu ul li.site-nav-item {
  display: block;
}
.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 10px 0 0;
}
.site-sidebar-menu ul.site-subnav-block li > a {
  color: #092F57;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #F6F3EC;
  display: block;
  padding: 0;
  text-align: left;
}
@media (min-width: 600px) {
  .site-sidebar-menu ul.site-subnav-block li > a {
    text-align: right;
  }
}
.site-sidebar-menu ul.site-subnav-block li > a:hover {
  color: #E39F00;
}
.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: #E39F00;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.site-sidebar-menu ul li.site-nav-active > a:after1, .site-sidebar-menu ul li.site-subnav-active > a:after1 {
  content: "";
  background: #092F57;
  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: 20px;
  color: #092F57;
  cursor: pointer;
  display: none;
}
.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;
}
.site-social-facebook {
  width: 34px;
  height: 34px;
  line-height: 33px;
  background: #E39F00;
  border: 1px solid #E39F00;
  margin: 0 10px 0 0;
  border-radius: 10px;
  display: inline-block;
  font-size: 0;
  transition: all ease 0.5s;
  text-align: center;
  border-radius: 50%;
}
.site-social-facebook:before {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #092F57;
  transition: all ease 0.5s;
  margin-right: -3px;
}
.site-social-facebook::after {
  display: none;
}
.site-social-facebook:hover {
  border: 1px solid #E39F00;
  background: transparent;
}
.site-social-facebook:hover:before {
  color: #E39F00;
}
.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: "\e902" !important;
}
.site-social-instagram {
  width: 34px;
  height: 34px;
  line-height: 33px;
  background: #E39F00;
  border: 1px solid #E39F00;
  margin: 0 10px 0 0;
  border-radius: 10px;
  display: inline-block;
  font-size: 0;
  transition: all ease 0.5s;
  text-align: center;
  border-radius: 50%;
}
.site-social-instagram:before {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #092F57;
  transition: all ease 0.5s;
  margin-right: -3px;
}
.site-social-instagram::after {
  display: none;
}
.site-social-instagram:hover {
  border: 1px solid #E39F00;
  background: transparent;
}
.site-social-instagram:hover:before {
  color: #E39F00;
}
.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;
}
.site-social-twitter {
  width: 34px;
  height: 34px;
  line-height: 33px;
  background: #E39F00;
  border: 1px solid #E39F00;
  margin: 0 10px 0 0;
  border-radius: 10px;
  display: inline-block;
  font-size: 0;
  transition: all ease 0.5s;
  text-align: center;
  border-radius: 50%;
}
.site-social-twitter:before {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #092F57;
  transition: all ease 0.5s;
  margin-right: -3px;
}
.site-social-twitter::after {
  display: none;
}
.site-social-twitter:hover {
  border: 1px solid #E39F00;
  background: transparent;
}
.site-social-twitter:hover:before {
  color: #E39F00;
}
.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: "\e913" !important;
}
.site-social-youtube {
  width: 34px;
  height: 34px;
  line-height: 33px;
  background: #E39F00;
  border: 1px solid #E39F00;
  margin: 0 10px 0 0;
  border-radius: 10px;
  display: inline-block;
  font-size: 0;
  transition: all ease 0.5s;
  text-align: center;
  border-radius: 50%;
}
.site-social-youtube:before {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #092F57;
  transition: all ease 0.5s;
  margin-right: -3px;
}
.site-social-youtube::after {
  display: none;
}
.site-social-youtube:hover {
  border: 1px solid #E39F00;
  background: transparent;
}
.site-social-youtube:hover:before {
  color: #E39F00;
}
.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: "\e90e" !important;
}
.site-social-linkedin {
  width: 34px;
  height: 34px;
  line-height: 33px;
  background: #E39F00;
  border: 1px solid #E39F00;
  margin: 0 10px 0 0;
  border-radius: 10px;
  display: inline-block;
  font-size: 0;
  transition: all ease 0.5s;
  text-align: center;
  border-radius: 50%;
}
.site-social-linkedin:before {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #092F57;
  transition: all ease 0.5s;
  margin-right: -3px;
}
.site-social-linkedin::after {
  display: none;
}
.site-social-linkedin:hover {
  border: 1px solid #E39F00;
  background: transparent;
}
.site-social-linkedin:hover:before {
  color: #E39F00;
}
.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: "\e900" !important;
}
.site-social-tiktok {
  width: 34px;
  height: 34px;
  line-height: 33px;
  background: #E39F00;
  border: 1px solid #E39F00;
  margin: 0 10px 0 0;
  border-radius: 10px;
  display: inline-block;
  font-size: 0;
  transition: all ease 0.5s;
  text-align: center;
  border-radius: 50%;
}
.site-social-tiktok:before {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #092F57;
  transition: all ease 0.5s;
  margin-right: -3px;
}
.site-social-tiktok::after {
  display: none;
}
.site-social-tiktok:hover {
  border: 1px solid #E39F00;
  background: transparent;
}
.site-social-tiktok:hover:before {
  color: #E39F00;
}
.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: "\e903" !important;
}

.hide-post-title h3.site-display-title {
  display: none;
}

.cms-display-feature-wrapper .site-display-filters {
  margin-top: 0;
}
@media (max-width: 599px) {
  .cms-display-feature-wrapper .site-display-filters {
    background: transparent;
  }
}
.cms-display-feature-wrapper .site-display-filters-left .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label, .cms-display-feature-wrapper .site-display-filters-right .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  padding: 5px 15px !important;
  font-size: 15px !important;
  min-height: 40px !important;
}
@media (max-width: 599px) {
  .cms-display-feature-wrapper .site-display-filters .site-display-filter-title {
    background: #092F57;
  }
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc {
  margin-bottom: 30px !important;
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper {
  background: none;
  margin-bottom: 0;
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block .site-display-checkbox:checked + label {
  border: 1px solid #E39F00;
  background: #E39F00;
  color: #ffffff;
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block .site-display-checkbox:checked + label:hover {
  border: 1px solid #092F57;
  background: #092F57;
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  background: #092F57;
  font-size: 13.33px;
  padding: 0 25px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #092F57;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 20px;
  transition: 0.5s;
  width: 100%;
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:hover {
  color: #ffffff;
  border: 1px solid #E39F00;
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:hover::after {
  transform: translate(0, 0);
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label::after {
  background-color: #092F57;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.15s transform ease-out;
  will-change: transform;
  z-index: -1;
}
@media (min-width: 600px) {
  .cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
    width: auto;
  }
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:hover {
  box-shadow: inset 0 3.5em 0 0 #E39F00;
}
.cms-display-feature-wrapper .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(1, 53, 38, 0.5) 25%, rgba(0, 0, 0, 0) 70%);
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-img-background .site-display-list-block .site-display-data-block .site-display-title a {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list {
  align-items: stretch;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block {
  background: #ffffff url("/ams/SBS_Seal_Blue-5.png?version=638549905361400000");
  background-size: 30px;
  background-position: calc(100% - 10px) 10px;
  background-repeat: no-repeat;
  padding: 5px;
  border: none;
  box-shadow: 0px 14px 26px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block {
    background-size: 25px;
    background-position: calc(100% - 10px) 10px;
  }
}
@media (min-width: 1024px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block {
    background-size: 35px;
    background-position: calc(100% - 10px) 10px;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block:hover .site-display-image .site-display-image-link img {
  scale: 1.1;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block:hover .site-display-data-block .site-display-title a::after {
  width: 100%;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image {
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link {
  display: block;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
  max-height: 400px;
  transition: all 1.5s ease-in-out;
}
@media (min-width: 768px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link img {
    min-height: 200px;
    max-height: 200px;
  }
}
@media (min-width: 1024px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link img {
    min-height: 300px;
    max-height: 300px;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-date {
  margin: 0;
  padding: 20px 50px 0 10px !important;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title {
  min-height: 50px;
  display: flex !important;
  align-items: flex-start;
  margin: 0 !important;
  padding: 10px 20px 0 10px !important;
  margin-bottom: 15px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title {
    padding-right: 50px !important;
  }
}
@media (min-width: 1280px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title {
    min-height: 53px;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title::before, .cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title::after {
  display: none;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title a {
  border-bottom: none !important;
  color: #092F57;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "adobe-garamond-pro", serif;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1024px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title a {
    font-size: 18px;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #092F57;
  color: #092F57;
  left: 0;
  bottom: 0;
  transition: width ease 0.5s;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list-2 li {
  margin: 0 0 10px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list-2 li {
    margin: 5px;
    max-width: calc(50% - 10px);
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list-2 li {
    margin: 5px;
    max-width: calc(50% - 10px);
    flex: 0 0 50%;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list-3 li {
  margin: 0 0 10px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list-3 li {
    margin: 5px;
    max-width: calc(50% - 10px);
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list-3 li {
    margin: 5px;
    max-width: calc(33.3% - 10px);
    flex: 0 0 33.3%;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list-4 li {
  margin: 0 0 10px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list-4 li {
    margin: 5px;
    max-width: calc(50% - 10px);
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list-4 li {
    margin: 5px;
    max-width: calc(25% - 10px);
    flex: 0 0 25%;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list-5 li {
  margin: 0 0 10px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list-5 li {
    margin: 5px;
    max-width: calc(50% - 10px);
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list-5 li {
    margin: 5px;
    max-width: calc(20% - 10px);
    flex: 0 0 20%;
  }
}

.site-custom-related-wrapper {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .site-custom-related-wrapper {
    padding-top: 0;
    max-width: 90% !important;
    position: absolute !important;
    top: calc(50% + 25px);
    left: 50%;
    translate: -50% -50%;
  }
}
@media (min-width: 1280px) {
  .site-custom-related-wrapper {
    max-width: 100% !important;
  }
}
.site-custom-related-wrapper .slick-slider .slick-list {
  margin: 0;
}
.site-custom-related-wrapper .slick-slider .slick-list .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-custom-related-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  margin: 0;
}
@media (min-width: 600px) {
  .site-custom-related-wrapper .slick-slider .slick-list .slick-track .slick-slide {
    margin: 0 5px;
  }
}
@media (min-width: 1024px) {
  .site-custom-related-wrapper .slick-slider .slick-list .slick-track .slick-slide {
    margin: 0 10px;
  }
}
.site-custom-related-wrapper .slick-slider .slick-list .slick-track .slick-slide .site-display-list-block {
  margin: 0;
  box-shadow: none;
}
.site-custom-related-wrapper .site-display-listview .site-display-list {
  margin: 0 !important;
  padding: 0 !important;
  justify-content: center;
  align-items: center !important;
}
.site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-3 .site-display-wrapper-listitem, .site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-5 .site-display-wrapper-listitem {
  margin: 0;
  max-width: 100%;
  flex: 0 0 100%;
}
.site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-3 .site-display-wrapper-listitem .site-display-list-block, .site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-5 .site-display-wrapper-listitem .site-display-list-block {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-3 .site-display-wrapper-listitem, .site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-5 .site-display-wrapper-listitem {
    margin: 15px;
    max-width: calc(50% - 30px);
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-3 .site-display-wrapper-listitem, .site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-5 .site-display-wrapper-listitem {
    margin: 10px;
    max-width: calc(18.75% - 20px) !important;
    flex: 0 0 18.75% !important;
  }
}
.site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-1 .site-display-wrapper-listitem {
  max-width: 280px !important;
  flex: 0 0 300px !important;
}
@media (min-width: 1024px) {
  .site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-3 .site-display-wrapper-listitem {
    margin: 10px;
    max-width: calc(18.75% - 20px) !important;
    flex: 0 0 18.75% !important;
  }
  .site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-3 .site-display-wrapper-listitem:nth-child(2) {
    max-width: calc(25% - 20px) !important;
    flex: 0 0 25% !important;
  }
  .site-custom-related-wrapper .site-display-listview .site-display-list.site-display-list-3 .site-display-wrapper-listitem:nth-child(3) {
    max-width: calc(18.75% - 20px) !important;
    flex: 0 0 18.75% !important;
  }
}
.site-custom-related-wrapper .slick-arrow {
  top: calc(50% + 25px) !important;
}

.mfp-arrow {
  background: #E39F00;
  color: #E39F00;
  border: 1px solid #092F57;
  border-radius: 100%;
}
.mfp-arrow:after {
  color: #E39F00;
  font-size: 40px;
  line-height: 40px;
}
.mfp-arrow:hover {
  background: #E39F00;
  color: #092F57;
  border: 1px solid #E39F00;
}
.mfp-arrow:hover:after {
  color: #092F57;
}
.mfp-arrow.mfp-arrow-left: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: "\e908" !important;
}
.mfp-arrow.mfp-arrow-right: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;
}

.mfp-image-holder .mfp-content .mfp-close {
  background: #092F57;
  color: #ffffff;
  border: 1px solid #092F57;
  border-radius: 100%;
}
.mfp-image-holder .mfp-content .mfp-close:after {
  color: #ffffff;
  font-size: 15px;
}
.mfp-image-holder .mfp-content .mfp-close:hover {
  background: #E39F00;
  color: #ffffff;
  border: 1px solid #E39F00;
}
.mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #ffffff;
}

.cms-gallery-feature-wrapper.site-multi-slide-slider-wrapper .site-slider-image-block::after {
  display: none;
}
@media (max-width: 898px) {
  .cms-gallery-feature-wrapper.site-multi-slide-slider-wrapper .site-slider-caption:not(.site-custom-number-gallery-wrapper .site-slider-caption):not(.site-custom-student-gallery-wrapper .site-slider-caption) {
    padding: 20px !important;
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
  }
}
.cms-gallery-feature-wrapper .site-slide .site-slider-image-block {
  overflow: hidden;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  background: rgba(0, 0, 0, 0.5);
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) .site-slider-caption-block {
  width: 100%;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) .site-container {
  padding: 0 !important;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) .site-container .site-slider-capton-data {
  margin: 0 auto;
  padding: 20px 0 !important;
}
@media (min-width: 899px) {
  .cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) .site-container .site-slider-capton-data {
    max-width: 75%;
  }
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h1,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h2,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h3,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h4,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h5,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h6 {
  margin: 0 !important;
  padding: 0 0 20px !important;
  color: #ffffff;
  text-shadow: 2px 3px 3px rgb(0, 0, 0);
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h1:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h2:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h3:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h4:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h5:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h6:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h1::before, .cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h1::after,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h2::before,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h2::after,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h3::before,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h3::after,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h4::before,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h4::after,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h5::before,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h5::after,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h6::before,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-hero-banner .site-slider-caption):not(.site-slide-height-dt-cover-wrapper .site-slider-caption):not(.site-custom-character-gallery-wrapper .site-slider-caption):not(.site-custom-content-gallery-wrapper .site-slider-caption):not(.site-custom-number-gallery-wrapper .site-slider-caption) h6::after {
  display: none;
}
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-image-wrapper .site-thumbnail-link {
  overflow: hidden;
}
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-image-wrapper .site-thumbnail-image {
  transition: all 1.5s ease-in-out;
}
.cms-gallery-feature-wrapper .site-thumbnail-block:hover .site-thumbnail-image {
  scale: 1;
}
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h1,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h2,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h3,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h4,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h5,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h6 {
  margin: 20px 0 !important;
  color: #ffffff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h1:last-child,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h2:last-child,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h3:last-child,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h4:last-child,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h5:last-child,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h6:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h1::before, .cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h1::after,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h2::before,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h2::after,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h3::before,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h3::after,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h4::before,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h4::after,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h5::before,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h5::after,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h6::before,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h6::after {
  display: none;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-img {
  overflow: hidden;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-img .site-slider-image {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide:hover .site-slider-image {
  scale: 1;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h1,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h2,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h3,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h4,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h5,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h6 {
  margin: 20px 0 !important;
  color: #ffffff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h1:last-child,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h2:last-child,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h3:last-child,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h4:last-child,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h5:last-child,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h6:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h1::before, .cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h1::after,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h2::before,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h2::after,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h3::before,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h3::after,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h4::before,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h4::after,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h5::before,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h5::after,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h6::before,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h6::after {
  display: none;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc {
  height: 90%;
  overflow-y: auto;
  margin: 0;
  left: 50%;
  transform: scale(0) translateX(-50%);
  top: 5%;
  transition: 0.5s ease all;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc .site-slider-popup-close {
  background: #092F57;
  color: #ffffff;
  border: 1px solid #092F57;
  border-radius: 100%;
  transition: all 0.5s ease;
  cursor: pointer;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc .site-slider-popup-close::before {
  display: none;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc .site-slider-popup-close::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: "\e90f" !important;
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc .site-slider-popup-close:hover {
  background: #E39F00;
  color: #ffffff;
  border: 1px solid #E39F00;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc .site-slider-popup-close:hover:after {
  color: #ffffff;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .site-active-slider-pop-wrapper .site-slider-pop-desc {
  width: 75%;
  transform: scale(1) translateX(-50%);
  transition: 0.5s ease all;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide {
  position: relative;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide::before {
  border: 1px #092F57 solid;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 5;
  transition: all 0.5s ease;
  opacity: 0;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide::after {
  border: 8px #ffffff solid;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 4;
  transition: all 0.5s ease;
  opacity: 0;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide:hover {
  transition: all 0.5s ease;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide:hover::before {
  opacity: 1;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide:hover::after {
  opacity: 1;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide.slick-current {
  transition: all 0.5s ease;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide.slick-current::before {
  opacity: 1;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide.slick-current::after {
  opacity: 1;
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .cms-gallery-feature-wrapper .site-slider-tab-content-list {
    padding-top: 40px;
  }
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list h1,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h2,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h3,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h4,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h5,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h6 {
  color: #525252;
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list h1:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h2:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h3:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h4:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h5:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h6:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content {
  padding: 0 150px;
}
@media (max-width: 599px) {
  .cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content {
    padding: 0 !important;
  }
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content table {
  width: 100% !important;
  margin: 0 auto;
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h2,
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h3,
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h4,
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h5 {
  color: #092F57;
}
.cms-gallery-feature-wrapper .site-slider-pop-caption {
  background: none;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul),
.cms-gallery-feature-wrapper ol {
  list-style-position: outside;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) li,
.cms-gallery-feature-wrapper ol li {
  line-height: 22px;
  font-size: 14px;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) li::marker,
.cms-gallery-feature-wrapper ol li::marker {
  color: #092F57;
  font-weight: 700;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) {
  padding: 0;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) li {
  background: url("../images/bulletpoint.png") 0% 5px no-repeat;
  padding-left: 40px;
  margin-bottom: 10px;
}

.site-custom-number-gallery-wrapper .site-slide .site-slider-caption {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  padding: 0 !important;
}
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h1,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h2,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h3,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h4,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h5,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h6,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption p {
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h1,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h2,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h3,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h4,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h5,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h6,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption p {
    font-size: 14px;
  }
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h1 var,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h2 var,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h3 var,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h4 var,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h5 var,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h6 var,
  .site-custom-number-gallery-wrapper .site-slide .site-slider-caption p var {
    font-size: 50px;
  }
}
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h1::before, .site-custom-number-gallery-wrapper .site-slide .site-slider-caption h1::after,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h2::before,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h2::after,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h3::before,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h3::after,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h4::before,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h4::after,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h5::before,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h5::after,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h6::before,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption h6::after,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption p::before,
.site-custom-number-gallery-wrapper .site-slide .site-slider-caption p::after {
  display: none;
}

.site-custom-no-gradient-wrapper .site-slider-image-block::after {
  display: none !important;
}
.site-custom-no-gradient-wrapper .site-slider-caption {
  background: none !important;
}

.slick-arrow.slick-prev {
  background: #E39F00 url("../images/hand-left-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  width: 50px !important;
  height: 50px !important;
  left: 20px !important;
  border-radius: 50%;
  border: 3px #ffffff solid;
  transition: all 0.5s ease;
}
.slick-arrow.slick-prev::before {
  display: none !important;
}
.slick-arrow.slick-prev:hover {
  background: #092F57 url("../images/hand-left-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  border: 3px #ffffff solid;
}
.slick-arrow.slick-next {
  background: #E39F00 url("../images/hand-right-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  width: 50px !important;
  height: 50px !important;
  right: 20px !important;
  border-radius: 50%;
  border: 3px #ffffff solid;
  transition: all 0.5s ease;
}
.slick-arrow.slick-next::before {
  display: none !important;
}
.slick-arrow.slick-next:hover {
  background: #092F57 url("../images/hand-right-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  border: 3px #ffffff solid;
}
.slick-arrow.slick-disabled {
  opacity: 0 !important;
  visibility: hidden;
}

.slick-dots:not(.site-custom-crest-banner .slick-dots):not(.site-custom-crest-banner .slick-dots):not(.site-custom-crest-intro .slick-dots) {
  bottom: -40px !important;
}
.slick-dots:not(.site-custom-crest-banner .slick-dots):not(.site-custom-crest-banner .slick-dots):not(.site-custom-crest-intro .slick-dots) li button::before {
  background: #ffffff !important;
  border: none !important;
  border: 1px #092F57 solid !important;
}
.slick-dots:not(.site-custom-crest-banner .slick-dots):not(.site-custom-crest-banner .slick-dots):not(.site-custom-crest-intro .slick-dots) li.slick-active button::before {
  background: #092F57 !important;
  border: none !important;
}

.site-custom-full-banner-wrapper {
  background: #ffffff;
  height: 55svh !important;
  overflow: hidden;
  border-top: 10px #ffffff solid;
}
@media (min-width: 1024px) {
  .site-custom-full-banner-wrapper {
    height: calc(100vh - 20px) !important;
    border-top: 20px #ffffff solid;
  }
}
.site-custom-full-banner-wrapper .site-slider,
.site-custom-full-banner-wrapper .site-slick-wrapper,
.site-custom-full-banner-wrapper .slick-list,
.site-custom-full-banner-wrapper .slick-track,
.site-custom-full-banner-wrapper .site-slide {
  height: 100% !important;
}
.site-custom-full-banner-wrapper .site-slider-image-block {
  height: 100% !important;
}
.site-custom-full-banner-wrapper .site-slider-image-block .site-slider-image {
  height: 100% !important;
}
.site-custom-full-banner-wrapper .site-slider-caption {
  padding: 0 !important;
  background: none !important;
  position: absolute !important;
  left: 5% !important;
  right: 5% !important;
}
@media (min-width: 1024px) {
  .site-custom-full-banner-wrapper .site-slider-caption {
    left: 0 !important;
    right: 0 !important;
  }
}
.site-custom-full-banner-wrapper .site-slider-caption h1,
.site-custom-full-banner-wrapper .site-slider-caption h2,
.site-custom-full-banner-wrapper .site-slider-caption h3,
.site-custom-full-banner-wrapper .site-slider-caption h4,
.site-custom-full-banner-wrapper .site-slider-caption h5,
.site-custom-full-banner-wrapper .site-slider-caption h6 {
  margin-bottom: 20px !important;
  color: #ffffff;
  text-shadow: none !important;
  text-transform: none;
}
.site-custom-full-banner-wrapper .site-slider-caption h1::before, .site-custom-full-banner-wrapper .site-slider-caption h1::after,
.site-custom-full-banner-wrapper .site-slider-caption h2::before,
.site-custom-full-banner-wrapper .site-slider-caption h2::after,
.site-custom-full-banner-wrapper .site-slider-caption h3::before,
.site-custom-full-banner-wrapper .site-slider-caption h3::after,
.site-custom-full-banner-wrapper .site-slider-caption h4::before,
.site-custom-full-banner-wrapper .site-slider-caption h4::after,
.site-custom-full-banner-wrapper .site-slider-caption h5::before,
.site-custom-full-banner-wrapper .site-slider-caption h5::after,
.site-custom-full-banner-wrapper .site-slider-caption h6::before,
.site-custom-full-banner-wrapper .site-slider-caption h6::after {
  display: none;
}
.site-custom-full-banner-wrapper .site-slider-caption h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .site-custom-full-banner-wrapper .site-slider-caption h4 {
    font-size: 25px;
  }
}
.site-custom-full-banner-wrapper.site-slide-caption-dt-tl-wrapper .site-slider-caption, .site-custom-full-banner-wrapper.site-slide-caption-dt-tc-wrapper .site-slider-caption, .site-custom-full-banner-wrapper.site-slide-caption-dt-tr-wrapper .site-slider-caption {
  top: 150px !important;
}
.site-custom-full-banner-wrapper.site-slide-caption-dt-tl-wrapper .site-slider-image-block::after, .site-custom-full-banner-wrapper.site-slide-caption-dt-tc-wrapper .site-slider-image-block::after, .site-custom-full-banner-wrapper.site-slide-caption-dt-tr-wrapper .site-slider-image-block::after {
  background: linear-gradient(180deg, rgb(9, 47, 87) 0%, rgba(255, 255, 255, 0) 40%);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.site-custom-full-banner-wrapper.site-slide-caption-dt-ml-wrapper .site-slider-image-block::after {
  background: linear-gradient(90deg, rgb(9, 47, 87) 0%, rgba(255, 255, 255, 0) 40%);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.site-custom-full-banner-wrapper.site-slide-caption-dt-mr-wrapper .site-slider-image-block::after {
  background: linear-gradient(-90deg, rgb(9, 47, 87) 0%, rgba(255, 255, 255, 0) 40%);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.site-custom-full-banner-wrapper.site-slide-caption-dt-bl-wrapper .site-slider-caption, .site-custom-full-banner-wrapper.site-slide-caption-dt-bc-wrapper .site-slider-caption, .site-custom-full-banner-wrapper.site-slide-caption-dt-br-wrapper .site-slider-caption {
  top: auto !important;
  bottom: 150px !important;
}
.site-custom-full-banner-wrapper.site-slide-caption-dt-bl-wrapper .site-slider-image-block::after, .site-custom-full-banner-wrapper.site-slide-caption-dt-bc-wrapper .site-slider-image-block::after, .site-custom-full-banner-wrapper.site-slide-caption-dt-br-wrapper .site-slider-image-block::after {
  background: linear-gradient(0, rgb(9, 47, 87) 0%, rgba(255, 255, 255, 0) 40%);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.site-custom-half-banner-wrapper {
  background: #ffffff;
  height: auto !important;
  overflow: hidden;
  border-top: 10px #ffffff solid;
}
@media (min-width: 1024px) {
  .site-custom-half-banner-wrapper {
    height: calc(100vh - 20px) !important;
    border-top: 20px #ffffff solid;
  }
}
.site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  flex-direction: column !important;
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
    border-left: 5px #ffffff solid;
    border-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
    border-left: 10px #ffffff solid;
  }
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
    border-right: 5px #ffffff solid;
    border-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
    border-right: 10px #ffffff solid;
  }
}
.site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 0 10%;
  }
}
@media (min-width: 1280px) {
  .site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 0 20% 0 17%;
  }
}
@media (min-width: 1400px) {
  .site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 0 20% 0 20%;
  }
}
@media (min-width: 1600px) {
  .site-custom-half-banner-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 0 20% 0 20%;
  }
}
.site-custom-half-banner-wrapper .site-slider,
.site-custom-half-banner-wrapper .site-slick-wrapper,
.site-custom-half-banner-wrapper .slick-list,
.site-custom-half-banner-wrapper .slick-track {
  height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    background: linear-gradient(to right, #092F57 0%, #092F57 calc(50% - 5px), #ffffff calc(50% - 5px), #ffffff 100%) !important;
    height: 100% !important;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    background: linear-gradient(to right, #092F57 0%, #092F57 calc(50% - 10px), #ffffff calc(50% - 10px), #ffffff 100%) !important;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
  background: #ffffff !important;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  height: auto !important;
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
    border-right: 5px #ffffff solid;
  }
}
@media (min-width: 1024px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
    border-right: 10px #ffffff solid;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block .site-slider-image {
  height: 100%;
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
  background: #092F57;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  height: auto !important;
  margin-top: 10px;
  padding: 20px;
  position: static !important;
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    border-left: 5px #ffffff solid;
    transform: none !important;
  }
}
@media (min-width: 1024px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
    border-left: 10px #ffffff solid;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block {
  align-self: flex-start !important;
  overflow: auto;
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block {
    align-self: center !important;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 0 10%;
  }
}
@media (min-width: 1280px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 0 20% 0 17%;
  }
}
@media (min-width: 1400px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 0 20% 0 20%;
  }
}
@media (min-width: 1600px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 0 20% 0 20%;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h2 {
  color: #ffffff;
  font-size: 53px;
  text-transform: none;
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h2 {
    font-size: 60px;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h2::before {
  border-top: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h2::after {
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}
@media (min-width: 1024px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h2 {
    font-size: 76px;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h3 {
  color: #ffffff;
  font-size: 27px;
  letter-spacing: 0.2px;
  text-transform: none;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h3 {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h3 {
    font-size: 50px;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h3::before {
  border-top: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h3::after {
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h3 var,
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h3 samp {
  margin: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 27px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h3 var,
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h3 samp {
    font-size: 43px;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h4::before,
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h5::before,
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h6::before {
  border-top: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h4::after,
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h5::after,
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h6::after {
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block p {
  font-size: 12px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block p {
    font-size: 14px;
    line-height: 24px;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  text-align: left;
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc {
    height: 100%;
    bottom: 0;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container {
  width: 100%;
  height: 100%;
  padding: 0;
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data {
  width: 100%;
  height: 100%;
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img) {
  margin: 0;
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(1) {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1279px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(1) {
    bottom: 10px;
  }
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(1) img {
    margin-left: auto;
    width: 50% !important;
    height: auto !important;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(2) {
  position: absolute;
  bottom: 305px;
  right: 23%;
  z-index: 1;
}
@media (max-width: 1279px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(2) {
    bottom: 170px;
  }
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(2) img {
    width: 50% !important;
    height: auto !important;
  }
}
@media (min-width: 1280px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(2) {
    right: 40%;
  }
}
@media (min-width: 1600px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(2) {
    right: 23%;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(3) {
  position: absolute;
  bottom: 80px;
  right: 23%;
  z-index: 1;
}
@media (max-width: 1279px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(3) {
    bottom: 50px;
  }
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(3) img {
    width: 80% !important;
    height: auto !important;
  }
}
@media (min-width: 1280px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(3) {
    right: 40%;
  }
}
@media (min-width: 1600px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(3) {
    right: 23%;
  }
}
.site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .site-custom-half-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img):nth-child(4) img {
    width: 200px !important;
    height: auto !important;
  }
}

@media (min-width: 1024px) {
  .site-custom-character-gallery-wrapper {
    width: 30% !important;
    position: absolute !important;
    top: calc(50% + 25px);
    right: 8%;
    translate: 0 -50%;
  }
}
@media (min-width: 1280px) {
  .site-custom-character-gallery-wrapper {
    width: 50% !important;
    right: 5%;
  }
}
@media (min-width: 1366px) {
  .site-custom-character-gallery-wrapper {
    width: 60% !important;
    right: -30px;
  }
}
.site-custom-character-gallery-wrapper .slick-track {
  display: flex;
  align-items: stretch;
}
.site-custom-character-gallery-wrapper .slick-track::before, .site-custom-character-gallery-wrapper .slick-track::after {
  display: none;
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100px, #092F57 100px, #092F57 100%) !important;
  height: auto;
  margin: 0;
}
@media (min-width: 600px) {
  .site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    margin: 10px;
    border: 5px #ffffff solid;
    border-top: 0;
  }
}
@media (min-width: 1600px) {
  .site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    margin: 0 25px;
  }
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
  background: url("/ams/SBS_Seal_Blue-5.png?version=638549905361400000") !important;
  background-size: 36px !important;
  background-position: calc(100% - 10px) 20px !important;
  background-repeat: no-repeat !important;
  padding-top: 70px;
}
@media (min-width: 1280px) {
  .site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
    background-position: calc(100% - 5px) 15px !important;
  }
}
@media (min-width: 1366px) {
  .site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
    background-position: calc(100% - 10px) 20px !important;
  }
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block .site-slider-image {
  width: 85%;
  height: 450px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 600px) {
  .site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block .site-slider-image {
    height: 350px;
    margin: 0;
    margin-top: auto;
  }
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
  height: 100%;
  background: none;
  top: 0;
  bottom: auto;
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption p:has(.video-popup-button) {
  margin: auto;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption p:has(.video-popup-button)::before, .site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption p:has(.video-popup-button)::after {
  display: none !important;
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  padding: 15px 15px;
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data p {
  color: #4E5371;
  font-size: 18px;
  font-family: "adobe-garamond-pro", serif;
  text-align: left;
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data p strong {
  font-weight: normal;
  font-weight: 700;
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc {
  writing-mode: vertical-lr;
  position: absolute;
  top: 115px;
  right: 5px;
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container {
  padding: 0;
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data {
  padding: 0;
}
.site-custom-character-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.character-popup {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100px, #092F57 100px, #092F57 100%) !important;
  width: 250px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  border: 5px #ffffff solid;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .character-popup {
    width: 200px;
  }
}
@media (min-width: 1900px) {
  .character-popup {
    width: 250px;
  }
}
.character-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.character-popup-close {
  background: #ffffff url("../images/refresh2@2x.png") 50% 0% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
}
.character-popup-close:hover {
  transform: rotate(360deg);
}
.character-popup .site-slider-more-desc {
  background: url("/ams/SBS_Seal_Blue-5.png?version=638549905361400000") !important;
  background-size: 36px !important;
  background-position: calc(100% - 10px) 20px !important;
  background-repeat: no-repeat !important;
  height: 100% !important;
  padding: 0 !important;
  padding-top: 70px !important;
}
.character-popup .site-slider-more-desc .site-container {
  padding: 0;
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data {
  padding: 0;
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data h3 {
  margin: 0;
  padding: 15px 15px;
  color: #4E5371;
  font-size: 18px;
  font-family: "adobe-garamond-pro", serif;
  text-align: left;
  position: absolute;
  top: 0;
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data h3::before, .character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data h3::after {
  display: none;
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img) {
  text-align: center;
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img) img {
  width: 100% !important;
  height: 300px !important;
  margin: auto;
  margin-bottom: -10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (min-width: 1600px) {
  .character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(img) img {
    width: 350px;
  }
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(.video-popup-button) {
  position: static !important;
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(.video-popup-button) .video-popup-button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(.video-popup-button)::before, .character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(.video-popup-button)::after {
  display: none;
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:has(.video-popup-button) img {
  width: 50px !important;
  height: 50px !important;
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:not(:has(img)):not(:has(.video-popup-button)) {
  margin: 0;
  writing-mode: vertical-lr;
  position: absolute;
  top: 115px;
  right: 4px;
  color: #ffffff;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:not(:has(img)):not(:has(.video-popup-button)) .site-container {
  padding: 0;
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:not(:has(img)):not(:has(.video-popup-button)) .site-container .site-slider-more-desc-data {
  padding: 0;
}
.character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:not(:has(img)):not(:has(.video-popup-button)) .site-container .site-slider-more-desc-data p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-family: "adobe-garamond-pro", serif;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .character-popup .site-slider-more-desc .site-container .site-slider-more-desc-data p:not(:has(img)):not(:has(.video-popup-button)) .site-container .site-slider-more-desc-data p {
    font-size: 14px;
  }
}

.site-custom-student-gallery-wrapper {
  background: url("../images/SBSLogo-big.png") 50% 50%/500px no-repeat, radial-gradient(circle, rgb(62, 92, 123) 15%, rgb(9, 47, 87) 100%) !important;
  transition: all 1s ease;
  height: calc(100svh - 20px) !important;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .site-custom-student-gallery-wrapper {
    background: url("../images/SBSLogo-big.png") 50% 50%/500px no-repeat, radial-gradient(circle, rgb(62, 92, 123) 15%, rgb(9, 47, 87) 100%) !important;
    height: calc(100vh - 40px) !important;
    display: block;
  }
}
.site-custom-student-gallery-wrapper.active {
  transition: all 0.5s ease;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.site-custom-student-gallery-wrapper .site-slider,
.site-custom-student-gallery-wrapper .site-slick-wrapper,
.site-custom-student-gallery-wrapper .slick-list,
.site-custom-student-gallery-wrapper .slick-track {
  height: 100% !important;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .site-custom-student-gallery-wrapper .site-slider,
  .site-custom-student-gallery-wrapper .site-slick-wrapper,
  .site-custom-student-gallery-wrapper .slick-list,
  .site-custom-student-gallery-wrapper .slick-track {
    overflow: visible;
  }
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery {
  width: 100% !important;
  height: 50% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 1024px) {
  .site-custom-student-gallery-wrapper .site-custom-student-gallery {
    height: 100% !important;
    padding-left: 40% !important;
  }
}
@media (min-width: 1280px) {
  .site-custom-student-gallery-wrapper .site-custom-student-gallery {
    padding-left: 35% !important;
    padding-right: 8% !important;
  }
}
@media (min-width: 1500px) {
  .site-custom-student-gallery-wrapper .site-custom-student-gallery {
    padding-left: 32% !important;
    padding-right: 10% !important;
  }
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide {
  height: 100% !important;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-image-block .site-slider-image {
  transition: all 0.5s ease;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:hover .site-slider-image-block .site-slider-image {
  transform: scale(1.05);
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(1) {
  z-index: 10;
  margin-left: 0;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(1) .site-slider-image-block:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) {
  margin-left: 0;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(1) .site-slider-image-block:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image {
  margin-left: 0;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(2) {
  z-index: 9;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(3) {
  z-index: 8;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(4) {
  z-index: 7;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(5) {
  z-index: 6;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(6) {
  z-index: 5;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(7) {
  z-index: 4;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(8) {
  z-index: 3;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(9) {
  z-index: 2;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(10) {
  z-index: 1;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-image-block:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) {
  height: 100%;
  display: flex !important;
  align-items: flex-end;
  overflow: visible;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-image-block:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin-left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left !important;
     object-position: top left !important;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-image-block:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image {
    width: 180% !important;
    max-width: 180% !important;
    height: 68% !important;
  }
}
@media (min-width: 1500px) {
  .site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-image-block:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image {
    margin-left: -30px;
  }
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption {
  background: none !important;
  border-left: 1px #E39F00 solid;
  padding: 20px;
  position: absolute !important;
  left: 90px !important;
  bottom: 20px !important;
}
@media (min-width: 1024px) {
  .site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption {
    left: 20px !important;
    bottom: 75px !important;
  }
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h1,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h2,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h3,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h4,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h5,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h6,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption p {
  margin: 0;
  margin-bottom: 20px !important;
  padding: 0;
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 5px #000000;
  text-transform: uppercase;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h1::before, .site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h1::after,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h2::before,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h2::after,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h3::before,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h3::after,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h4::before,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h4::after,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h5::before,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h5::after,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h6::before,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h6::after,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption p::before,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption p::after {
  display: none;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h1 var,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h2 var,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h3 var,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h4 var,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h5 var,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption h6 var,
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption p var {
  font-size: 1.25rem;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption p {
  text-transform: none;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption .site-container {
  padding: 0;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption .site-container .site-slider-capton-data {
  padding: 0;
}
.site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide .site-slider-caption .site-slider-more-desc {
  display: none;
}

.custom-popup-gallery-wrapper .site-slider-pop-wrapper .site-slider-pop-desc-img {
  display: none;
}
.custom-popup-gallery-wrapper .site-slider-pop-wrapper .site-slider-pop-desc {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  overflow: hidden;
  box-shadow: none;
}
.custom-popup-gallery-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-popup-close {
  right: 5px;
}
@media (min-width: 1024px) {
  .custom-popup-gallery-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-popup-close {
    right: 20px;
  }
}
.custom-popup-gallery-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data {
  height: 100%;
  overflow-y: auto;
}

body.disable-student-popup .character-popup {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
body.disable-student-popup .site-custom-student-text-wrapper.active {
  transition: all 0.5s ease;
  -moz-filter: blur(0) !important;
  -o-filter: blur(0) !important;
  -ms-filter: blur(0) !important;
  filter: blur(0) !important;
}
body.disable-student-popup .site-custom-student-gallery-wrapper.active {
  transition: all 0.5s ease;
  -moz-filter: blur(0) !important;
  -o-filter: blur(0) !important;
  -ms-filter: blur(0) !important;
  filter: blur(0) !important;
}
body.disable-student-popup .site-custom-student-gallery-wrapper .site-slide {
  cursor: default !important;
}
body.disable-student-popup .site-custom-student-gallery-wrapper .site-slide:hover .site-slider-image-block .site-slider-image {
  transform: scale(1) !important;
}

@media (min-width: 1024px) {
  body.home-page .site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(1) .site-slider-image-block:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image {
    height: 78% !important;
  }
}

@media (min-width: 1024px) {
  body.landing-page .site-custom-student-gallery-wrapper .site-custom-student-gallery .site-slide:nth-child(2) .site-slider-image-block:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image {
    height: 78% !important;
  }
}

.site-custom-student-text-wrapper {
  position: absolute !important;
  width: calc(100% - 40px) !important;
  top: 140px;
  left: 50%;
  z-index: 50;
  transform: translate(-50%);
}
@media (min-width: 1024px) {
  .site-custom-student-text-wrapper {
    max-width: 360px !important;
    position: absolute !important;
    top: 250px;
    left: 20px;
    transform: none;
  }
}
@media (min-width: 1366px) {
  .site-custom-student-text-wrapper {
    left: 0;
  }
}
.site-custom-student-text-wrapper.active {
  transition: all 0.5s ease;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
@media (min-width: 1024px) {
  .site-custom-student-text-wrapper.active {
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
.site-custom-student-text-wrapper h1,
.site-custom-student-text-wrapper h2,
.site-custom-student-text-wrapper h3,
.site-custom-student-text-wrapper h4,
.site-custom-student-text-wrapper h5,
.site-custom-student-text-wrapper h6,
.site-custom-student-text-wrapper p {
  color: #ffffff;
}
.site-custom-student-text-wrapper P {
  font-size: 14px;
  line-height: 24px;
  display: none;
}
@media (min-width: 768px) {
  .site-custom-student-text-wrapper P {
    display: block;
  }
}
.site-custom-student-text-wrapper h2 {
  margin-bottom: 30px !important;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .site-custom-student-text-wrapper h2 {
    font-size: 58px;
  }
}
.site-custom-student-text-wrapper h2::before {
  border-top: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
}
.site-custom-student-text-wrapper h2::after {
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}
.site-custom-student-text-wrapper h2 var {
  font-size: 33px !important;
}
@media (min-width: 1024px) {
  .site-custom-student-text-wrapper h2 var {
    font-size: 48px !important;
  }
}
.site-custom-student-text-wrapper h3 {
  margin-bottom: 30px !important;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .site-custom-student-text-wrapper h3 {
    font-size: 42px;
  }
}
.site-custom-student-text-wrapper h3::before {
  border-top: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
}
.site-custom-student-text-wrapper h3::after {
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}
.site-custom-student-text-wrapper h3 var {
  font-size: 30px !important;
}
@media (min-width: 1024px) {
  .site-custom-student-text-wrapper h3 var {
    font-size: 48px !important;
  }
}
.site-custom-student-text-wrapper h4 {
  padding: 0;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  .site-custom-student-text-wrapper h4 {
    font-size: 30px;
    line-height: 35px;
  }
}
.site-custom-student-text-wrapper h4 var {
  font-size: 20px !important;
  line-height: 25px !important;
}
@media (min-width: 1024px) {
  .site-custom-student-text-wrapper h4 var {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
.site-custom-student-text-wrapper h4::before, .site-custom-student-text-wrapper h4::after {
  display: none;
}

.site-custom-content-gallery-wrapper .slick-arrow {
  top: calc(50% + 30px) !important;
}
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  display: flex !important;
  flex-direction: column-reverse;
  border: 5px #ffffff solid;
}
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slide-link {
  display: flex !important;
  flex-direction: column-reverse;
}
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block .site-slider-image {
  scale: 1;
  transition: all 1.5s ease-in-out;
}
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:hover .site-slider-image-block .site-slider-image, .site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:focus .site-slider-image-block .site-slider-image {
  scale: 1.1;
}
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:hover .site-slider-caption h1::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:hover .site-slider-caption h2::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:hover .site-slider-caption h3::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:hover .site-slider-caption h4::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:hover .site-slider-caption h5::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:hover .site-slider-caption h6::after, .site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:focus .site-slider-caption h1::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:focus .site-slider-caption h2::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:focus .site-slider-caption h3::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:focus .site-slider-caption h4::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:focus .site-slider-caption h5::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:focus .site-slider-caption h6::after {
  width: 100%;
}
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
  background: #ffffff url("/ams/SBS_Seal_Blue-5.png?version=638549905361400000") !important;
  background-size: 30px !important;
  background-position: calc(100% - 10px) 10px !important;
  background-repeat: no-repeat !important;
  position: static !important;
  min-height: 60px;
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 5px 50px 5px 5px !important;
  transform: none !important;
}
@media (min-width: 768px) {
  .site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
    padding-right: 50px !important;
  }
}
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-container {
  margin: 0;
  padding: 0;
}
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-container .site-slider-capton-data {
  margin: 0;
  padding: 0;
}
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h1,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h2,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h3,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h4,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h5,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h6 {
  margin: 0 !important;
  padding: 0;
  color: #092F57;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "adobe-garamond-pro", serif;
  text-transform: uppercase;
  position: relative;
  text-align: left;
}
@media (min-width: 1024px) {
  .site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h1,
  .site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h2,
  .site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h3,
  .site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h4,
  .site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h5,
  .site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h6 {
    font-size: 18px;
  }
}
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h1::before, .site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h1::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h2::before,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h2::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h3::before,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h3::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h4::before,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h4::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h5::before,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h5::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h6::before,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h6::after {
  display: none;
}
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h1::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h2::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h3::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h4::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h5::after,
.site-custom-content-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h6::after {
  display: block;
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #092F57;
  top: auto;
  left: 1px;
  bottom: 0;
  transition: width ease 0.5s;
  border: 0;
}

body.cms-page-is-in-edit-mode .site-slide-height-dt-cover-wrapper {
  overflow: visible;
}
body.cms-page-is-in-edit-mode .site-custom-student-text-wrapper {
  top: 150px;
}

body.cms-page-is-in-preview-mode .site-custom-student-text-wrapper {
  top: 140px;
}
@media (min-width: 1024px) {
  body.cms-page-is-in-preview-mode .site-custom-student-text-wrapper {
    top: 200px;
  }
}
body.cms-page-is-in-preview-mode .site-custom-student-gallery-wrapper {
  height: calc(100vh - 65px) !important;
}
@media (min-width: 1024px) {
  body.cms-page-is-in-preview-mode .site-custom-student-gallery-wrapper {
    height: calc(100vh - 85px) !important;
  }
}
@media (min-width: 1024px) {
  body.cms-page-is-in-preview-mode .site-custom-full-banner-wrapper,
  body.cms-page-is-in-preview-mode .site-custom-half-banner-wrapper {
    height: calc(100vh - 65px) !important;
  }
}

body.cms-page-is-published .site-custom-student-text-wrapper {
  top: 140px;
}
@media (min-width: 1024px) {
  body.cms-page-is-published .site-custom-student-text-wrapper {
    top: 250px;
  }
}
body.cms-page-is-published .site-custom-student-gallery-wrapper {
  height: calc(100vh - 92px) !important;
}
@media (min-width: 1024px) {
  body.cms-page-is-published .site-custom-student-gallery-wrapper {
    height: calc(100vh - 112px) !important;
  }
}
@media (min-width: 1024px) {
  body.cms-page-is-published .site-custom-full-banner-wrapper,
  body.cms-page-is-published .site-custom-half-banner-wrapper {
    height: calc(100vh - 92px) !important;
  }
}

.cms-text-feature .cms-text-feature-data {
  line-height: normal;
  overflow: visible;
}
.cms-text-feature .cms-text-feature-data p {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .cms-text-feature .cms-text-feature-data p {
    font-size: 14px;
    line-height: 22px;
  }
}
.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 {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .cms-text-feature .cms-text-feature-data ul li,
  .cms-text-feature .cms-text-feature-data ol li {
    font-size: 14px;
    line-height: 22px;
  }
}
.cms-text-feature .cms-text-feature-data ul li::marker,
.cms-text-feature .cms-text-feature-data ol li::marker {
  color: #092F57;
  font-weight: 700;
}
.cms-text-feature .cms-text-feature-data ol {
  list-style: none;
  counter-reset: my;
  padding: 0;
}
.cms-text-feature .cms-text-feature-data ol li {
  min-height: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 65px;
  color: #092F57;
  font-size: 18px;
  line-height: 20px;
  font-family: "adobe-garamond-pro", serif;
  letter-spacing: 0.65px;
}
@media (min-width: 750px) {
  .cms-text-feature .cms-text-feature-data ol li {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
@media (min-width: 1366px) {
  .cms-text-feature .cms-text-feature-data ol li {
    padding: 6px 0 0 70px;
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
.cms-text-feature .cms-text-feature-data ol li a {
  width: 100%;
  display: block;
  padding-right: 30px;
  color: #092F57;
}
.cms-text-feature .cms-text-feature-data ol li::before {
  background: #092F57;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  counter-increment: my;
  content: counter(my);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
}
.cms-text-feature .cms-text-feature-data ul {
  padding: 0 0 0 20px;
}
.cms-text-feature .cms-text-feature-data ul li {
  background-size: 22px;
  padding: 10px 0 10px 0;
}

.cms-text-feature .cms-text-feature-data p img, .cms-gallery-feature .cms-feature-datablock p img {
  transition: all 1s ease !important;
}

.site-custom-iframe-wrapper {
  margin-top: 10px !important;
  position: relative;
}
@media (min-width: 1024px) {
  .site-custom-iframe-wrapper {
    margin-top: 20px !important;
  }
}
.site-custom-iframe-wrapper .cms-text-feature-data, .site-custom-iframe-wrapper .cms-feature-datablock, .site-custom-iframe-wrapper p {
  height: 100%;
}
.site-custom-iframe-wrapper p {
  display: flex;
  flex-direction: column;
}
.site-custom-iframe-wrapper .iframe-page {
  height: calc(100vh - 20px);
  margin: 0;
  padding: 0;
  flex-grow: 1;
  border: none;
}
@media (min-width: 1024px) {
  .site-custom-iframe-wrapper .iframe-page {
    height: calc(100vh - 40px);
  }
}
.site-custom-iframe-wrapper p {
  font-size: 0 !important;
  line-height: 0 !important;
  position: relative;
}
.site-custom-iframe-wrapper .back {
  background: #E39F00 url("../images/hand-left-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  width: 50px !important;
  height: 50px !important;
  position: absolute !important;
  bottom: 20px !important;
  left: 20px !important;
  border-radius: 50%;
  border: 3px #ffffff solid;
  transition: all 0.5s ease;
  z-index: 600;
}
@media (min-width: 1280px) {
  .site-custom-iframe-wrapper .back {
    bottom: 30px !important;
    left: calc(50% + 40px) !important;
  }
}
.site-custom-iframe-wrapper .back::before {
  display: none !important;
}
.site-custom-iframe-wrapper .back:hover {
  background: #092F57 url("../images/hand-left-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  border: 3px #ffffff solid;
}
.site-custom-iframe-wrapper .back.hide {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.site-custom-iframe-wrapper .next {
  background: #E39F00 url("../images/hand-right-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  width: 50px !important;
  height: 50px !important;
  position: absolute !important;
  bottom: 20px !important;
  right: 20px !important;
  border-radius: 50%;
  border: 3px #ffffff solid;
  transition: all 0.5s ease;
  z-index: 600;
  display: none;
}
@media (min-width: 1280px) {
  .site-custom-iframe-wrapper .next {
    bottom: 30px !important;
    right: 40px !important;
    display: block;
  }
}
.site-custom-iframe-wrapper .next::before {
  display: none !important;
}
.site-custom-iframe-wrapper .next:hover {
  background: #092F57 url("../images/hand-right-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  border: 3px #ffffff solid;
}
.site-custom-iframe-wrapper .next.hide {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.cms-feature-title {
  padding-left: 10px;
  padding-right: 10px;
}

.site-row-block-map {
  width: 100vw !important;
  height: calc(100vh - 20px) !important;
  border-top: 10px #ffffff solid !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
@media (min-width: 768px) {
  .site-row-block-map {
    flex-direction: row;
    border-top: 10px #ffffff solid !important;
  }
}
@media (min-width: 1024px) {
  .site-row-block-map {
    border-top: 20px #ffffff solid !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.site-row-block-map .site-custom-map-text-wrapper {
  padding: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .site-row-block-map .site-custom-map-text-wrapper {
    margin-right: 0;
    margin-bottom: 10px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .site-row-block-map .site-custom-map-text-wrapper {
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .site-row-block-map .site-custom-map-text-wrapper {
    margin-right: 20px;
  }
}
@media (min-width: 1400px) {
  .site-row-block-map .site-custom-map-text-wrapper {
    padding: 0 5% 0 8.5%;
  }
}
@media (min-width: 1600px) {
  .site-row-block-map .site-custom-map-text-wrapper {
    padding: 0 10.5%;
  }
}
.site-row-block-map .site-custom-map-text-wrapper h2 {
  font-size: 39px;
}
@media (min-width: 1024px) {
  .site-row-block-map .site-custom-map-text-wrapper h2 {
    font-size: 3.5rem;
  }
}
.site-row-block-map .site-custom-map-text-wrapper h2 var {
  font-size: 35px;
}
@media (min-width: 1024px) {
  .site-row-block-map .site-custom-map-text-wrapper h2 var {
    font-size: 50px;
  }
}
.site-row-block-map .site-custom-map-text-wrapper h2::before {
  border-top: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
}
.site-row-block-map .site-custom-map-text-wrapper h2::after {
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}
.site-row-block-map .site-custom-map-wrapper {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .site-row-block-map .site-custom-map-wrapper {
    max-width: 100% !important;
    height: 100vh !important;
    padding: 0 !important;
  }
}
.site-row-block-map .site-custom-map-wrapper.cms-text-feature {
  height: 100%;
}
.site-row-block-map .site-custom-map-wrapper.cms-text-feature .cms-text-feature-data {
  height: 100%;
}
.site-row-block-map .site-custom-map-wrapper.cms-text-feature .cms-text-feature-data .cms-feature-datablock {
  height: 100%;
}
.site-row-block-map .site-custom-map-wrapper.cms-text-feature .cms-text-feature-data .cms-feature-datablock p {
  height: 100%;
}

.site-custom-text-banner-wrapper {
  background: url("../images/SBSLogo-big.png") 50% 50% no-repeat, #092F57;
  background-size: 500px;
  transition: all 1s ease;
  width: 100%;
  height: 100vh;
  padding: 0 20px;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .site-custom-text-banner-wrapper {
    background: url("../images/SBSLogo-big.png") 50% 50% no-repeat, #092F57;
    background-size: 500px;
    height: calc(100vh - 40px) !important;
  }
}
.site-custom-text-banner-wrapper .site-custom-text-banner {
  margin: 0 auto;
}
@media (min-width: 600px) {
  .site-custom-text-banner-wrapper .site-custom-text-banner {
    width: -moz-min-content;
    width: min-content;
  }
}
.site-custom-text-banner-wrapper h2 {
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .site-custom-text-banner-wrapper h2 {
    font-size: 3.75rem;
    letter-spacing: 1.2px;
  }
}
.site-custom-text-banner-wrapper h2 var {
  font-size: 32px !important;
}
@media (min-width: 768px) {
  .site-custom-text-banner-wrapper h2 var {
    font-size: 50px !important;
  }
}
.site-custom-text-banner-wrapper h2::before {
  border-top: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
}
.site-custom-text-banner-wrapper h2::after {
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}
.site-custom-text-banner-wrapper h3, .site-custom-text-banner-wrapper h4, .site-custom-text-banner-wrapper h5, .site-custom-text-banner-wrapper h6 {
  color: #ffffff;
}
.site-custom-text-banner-wrapper h3::before, .site-custom-text-banner-wrapper h3::after, .site-custom-text-banner-wrapper h4::before, .site-custom-text-banner-wrapper h4::after, .site-custom-text-banner-wrapper h5::before, .site-custom-text-banner-wrapper h5::after, .site-custom-text-banner-wrapper h6::before, .site-custom-text-banner-wrapper h6::after {
  display: none;
}
.site-custom-text-banner-wrapper p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: justify;
  text-justify: inter-word;
}

body.cms-page-is-in-edit-mode .site-row-block-map {
  width: 100% !important;
  height: auto !important;
  border-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: block;
  align-items: stretch;
}

body.cms-page-is-in-preview-mode .site-custom-iframe-wrapper .iframe-page {
  height: calc(100vh - 65px) !important;
}
@media (min-width: 1024px) {
  body.cms-page-is-in-preview-mode .site-custom-iframe-wrapper .iframe-page {
    height: calc(100vh - 85px) !important;
  }
}
@media (min-width: 1024px) {
  body.cms-page-is-in-preview-mode .site-custom-text-banner-wrapper {
    height: calc(100vh - 85px) !important;
  }
}
@media (min-width: 1024px) {
  body.cms-page-is-in-preview-mode .site-row-block-map {
    height: calc(100vh - 195px) !important;
  }
}

body.cms-page-is-published .site-custom-iframe-wrapper .iframe-page {
  height: calc(100vh - 92px) !important;
}
@media (min-width: 1024px) {
  body.cms-page-is-published .site-custom-iframe-wrapper .iframe-page {
    height: calc(100vh - 112px) !important;
  }
}
@media (min-width: 1024px) {
  body.cms-page-is-published .site-custom-text-banner-wrapper {
    height: calc(100vh - 112px) !important;
  }
}
@media (min-width: 1024px) {
  body.cms-page-is-published .site-row-block-map {
    height: calc(100vh - 222px) !important;
  }
}

body:not(.cms-page-is-in-edit-mode) .cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) {
  padding: 0;
}
body:not(.cms-page-is-in-edit-mode) .cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li {
  list-style: none;
  display: inline-block;
}

.iframe-resize,
.iframe-resize-video {
  line-height: 0;
}
.iframe-resize iframe,
.iframe-resize video,
.iframe-resize-video iframe,
.iframe-resize-video video {
  position: relative;
  z-index: 3;
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
}

.iframe-resize-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.iframe-resize-video-wrapper .iframe-resize-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-search-wrapper {
  margin: 0 0 0 15px;
  position: relative;
}
@media (max-width: 1023px) {
  .site-search-wrapper {
    width: 100%;
    margin: 0;
    padding: 15px 15px 10px 15px;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease 0.5s;
  }
  .site-search-wrapper .site-search-icon {
    display: none;
  }
  .site-search-wrapper-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.site-search-wrapper .site-search-icon {
  color: #ffffff;
  font-family: "adobe-garamond-pro", serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
}
.site-search-wrapper .site-search-icon::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -1px;
  transition: width ease 0.5s;
}
.site-search-wrapper .site-search-icon:hover {
  color: #ffffff;
}
.site-search-wrapper .site-search-icon:hover::after {
  width: 100%;
}
.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: 225px !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: -1px;
  z-index: 1000;
  top: -12px;
  width: 0;
  transition: all ease 0.6s;
}
@media (max-width: 1023px) {
  .site-search-wrapper .site-search-block.site-search-option {
    width: 100% !important;
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-input {
  background: #092F57 !important;
  color: #ffffff !important;
  height: 35px !important;
  border: 1px solid #ffffff !important;
  transition: all ease 0.6s;
}
@media (max-width: 1023px) {
  .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-input {
    background: transparent !important;
  }
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-input::-moz-placeholder {
  color: #ffffff !important;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-input::placeholder {
  color: #ffffff !important;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button {
  background: transparent;
  font-size: 13.33px;
  padding: 0 25px;
  text-align: center;
  color: #092F57;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid transparent;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #ffffff !important;
  height: 35px !important;
  line-height: 35px !important;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  outline: none;
  border: 0 !important;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover {
  color: #E39F00;
  border: 1px solid transparent;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover::after {
  transform: translate(0, 0);
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button::after {
  background-color: transparent;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.15s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover {
  color: #E39F00 !important;
}
.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: "\e905" !important;
  font-size: 25px;
  font-weight: bold;
}
.site-search-wrapper .site-search-block.site-search-option1 {
  position: absolute;
  right: 0;
  top: 100%;
  background: #F6F3EC;
  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: #092F57;
  font-size: 13.33px;
  padding: 0 25px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #000000;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
  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 {
  color: #092F57;
  border: 1px solid #E39F00;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover::after {
  transform: translate(0, 0);
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button::after {
  background-color: #E39F00;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.15s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.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;
}
.site-bookmark-wrapper .site-bookmark-block {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon {
  width: 60px;
  height: 95px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
  background: #ffffff;
  border: 5px solid #ffffff;
  text-align: center;
  padding: 10px 0 0 0;
  position: relative;
  align-self: end;
  margin: 0 0 10px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon .site-bookmark-count {
  margin: 0 0 0;
  font-size: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #E39F00;
  width: 30px;
  height: 30px;
  z-index: 1;
  color: #092F57;
  border-radius: 100%;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon: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: "\e915" !important;
  font-size: 45px;
  color: #092F57;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close {
  position: absolute;
  background: #E39F00;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 20px;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 20px;
  text-align: center;
  color: black;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close: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: "\e90f" !important;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    padding: 70px 20px 50px 20px;
    z-index: 1001;
  }
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-wrapper.site-bookmark-list-popup {
    opacity: 1;
    visibility: visible;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list {
  display: flex;
}
@media (min-width: 1000px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list {
    overflow: auto;
    padding: 50px 0 10px;
    width: calc(100vw - 200px);
    margin: 0 0 0 10px;
  }
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
    overflow: scroll;
  }
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list.site-bookmark-list-popup {
    opacity: 1;
    visibility: visible;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
  width: 65px;
  height: 95px;
  margin: 0 10px 0 0;
  position: relative;
  max-width: 65px;
  flex: 0 0 65px;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
    max-width: 25%;
    padding: 10px;
    height: 250px;
    float: left;
    margin: 0;
    flex: 0 0 25%;
  }
}
@media (max-width: 599px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
    max-width: 33.3%;
    height: 150px;
    float: left;
    flex: 0 0 33.3%;
  }
}
@media (min-width: 1000px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem:hover .site-bookmark-list-block {
    translate: 0 -30px;
  }
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem:hover .site-bookmark-remove-button {
    opacity: 1;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block {
  border: 5px solid #ffffff;
  position: relative;
  background: #092F57;
  height: 100%;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
  translate: 0;
  transition: all ease 0.5s;
  overflow: hidden;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block .site-bookmark-image {
  width: 100%;
  height: 100%;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block .site-bookmark-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block:before {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
  font-size: 11px;
  line-height: 14px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 7px;
  left: 7px;
  right: 7px;
  text-align: center;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
    -webkit-line-clamp: 4;
    bottom: 10px;
    line-height: 18px;
  }
}
@media (max-width: 599px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
    -webkit-line-clamp: 2;
    bottom: 10px;
    line-height: 18px;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title a {
  color: #ffffff;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button {
  position: absolute;
  font-size: 0;
  background: none;
  color: black;
  bottom: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #000000;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button {
    top: 20px;
    z-index: 10;
    bottom: auto;
    opacity: 1;
    right: 20px;
    left: auto;
    background: #ffffff;
    color: #092F57;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button: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: "\e90f" !important;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button:hover {
  background: #E39F00;
}

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: 9999999;
  background: rgba(255, 255, 255, 0.5);
  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-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-wide-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;
  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-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-wide-popup .site-popup-close {
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  top: -22px;
  right: -22px;
  background: #092F57;
  color: #ffffff;
  border: 1px solid #092F57;
  border-radius: 100%;
  transition: all 0.5s ease;
  outline: none;
  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-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-wide-popup .site-popup-close::before {
  display: none;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close::after,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close::after,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close::after,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close::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: "\e90f" !important;
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
  transition: 0.5s ease all;
}
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-wide-popup .site-popup-close:hover,
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-wide-popup .site-popup-close:hover {
  background: #ffffff;
  color: #092F57;
  border: 1px solid #092F57;
  transition: 0.5s ease all;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover:after,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover:after,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover:after,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover:after {
  color: #092F57;
  transition: 0.5s ease all;
}
@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 {
  pointer-events: none;
  outline: none;
}
body.cms-page-is-published .popup-wrapper .site-wide-popup .site-popup-close {
  pointer-events: all;
}

body:not(.cms-page-is-in-edit-mode) .play-video-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.cms-page-is-in-edit-mode) .play-video-button img {
  -o-object-fit: contain;
     object-fit: contain;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(3, 34, 76, 0.7);
  z-index: 100000;
  height: 100%;
  width: 100%;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active {
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup {
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  top: 15px;
  right: 15px;
  background: #092F57;
  color: #ffffff;
  border: 1px solid #092F57;
  border-radius: 100%;
  transition: all 0.5s ease;
  outline: none;
  cursor: pointer;
  z-index: 5;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup::before {
  display: none;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup::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: "\e90f" !important;
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup:hover {
  background: #ffffff;
  color: #092F57;
  border: 1px solid #092F57;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup:hover:after {
  color: #092F57;
}
body:not(.cms-page-is-in-edit-mode) .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) {
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup {
    width: 90%;
  }
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup iframe {
    width: 100% !important;
    height: 200px !important;
  }
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20%;
  overflow: hidden;
  background: #ffffff;
  line-height: 0;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup {
    width: 90%;
    max-width: 75%;
  }
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup iframe {
    width: 100% !important;
    height: 200px !important;
  }
}

.site-hero-banner {
  background: #ffffff;
  margin-bottom: 0;
}
.site-hero-banner h1::before,
.site-hero-banner h2::before,
.site-hero-banner h3::before,
.site-hero-banner h4::before,
.site-hero-banner h5::before,
.site-hero-banner h6::before {
  border-top: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
}
.site-hero-banner h1::after,
.site-hero-banner h2::after,
.site-hero-banner h3::after,
.site-hero-banner h4::after,
.site-hero-banner h5::after,
.site-hero-banner h6::after {
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}

.site-custom-hero-banner-wrapper {
  height: auto !important;
}
@media (min-width: 1024px) {
  .site-custom-hero-banner-wrapper {
    height: calc(100vh - 40px) !important;
  }
}
.site-custom-hero-banner-wrapper .site-slider,
.site-custom-hero-banner-wrapper .site-slick-wrapper,
.site-custom-hero-banner-wrapper .slick-list,
.site-custom-hero-banner-wrapper .slick-track {
  height: 100% !important;
}
.site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    height: 100% !important;
    flex-direction: row-reverse;
  }
}
.site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  height: auto !important;
}
@media (min-width: 1024px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
    border-left: 10px #ffffff solid;
  }
}
.site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block .site-slider-image {
  height: 100%;
}
.site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block::before {
  background: linear-gradient(180deg, rgb(9, 47, 87) 0%, rgba(255, 255, 255, 0) 40%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
  background: #092F57;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  height: auto !important;
  margin-top: 10px;
  padding: 20px !important;
  padding-top: 100px !important;
  position: static !important;
}
@media (min-width: 1024px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100% !important;
    padding: 0 !important;
    margin-top: 0;
    border-right: 10px #ffffff solid;
  }
}
.site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block {
  width: 100%;
  height: 100%;
  align-self: flex-start !important;
  overflow: auto;
}
@media (min-width: 1024px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block {
    height: auto;
    align-self: center !important;
  }
}
.site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
@media (min-width: 1024px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 50px 20px 0;
  }
}
@media (min-width: 1366px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 80px 8% 0 16%;
  }
}
@media (min-width: 1600px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 80px 8% 0 20%;
  }
}
@media (min-width: 2560px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-container {
    padding: 80px 8% 0 27%;
  }
}
.site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block var {
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
  font-size: 20px !important;
  font-weight: 400;
  font-style: italic;
  font-family: "adobe-garamond-pro", serif;
  text-transform: none;
}
@media (min-width: 1024px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block var {
    font-size: 40px;
  }
}
.site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h2 {
  color: #ffffff;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h2 {
    font-size: 60px;
  }
}
.site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h2::before, .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block h2::after {
  display: none;
}
.site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
    max-height: 400px;
    overflow-y: auto;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .site-custom-hero-banner-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
    max-height: none;
    overflow-y: auto;
  }
}
@media (max-width: 1023px) {
  .site-custom-hero-banner-wrapper.site-custom-hero-mobile-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption {
    padding: 25px 20px 10px 20px !important;
  }
  .site-custom-hero-banner-wrapper.site-custom-hero-mobile-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h2,
  .site-custom-hero-banner-wrapper.site-custom-hero-mobile-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h3,
  .site-custom-hero-banner-wrapper.site-custom-hero-mobile-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h4,
  .site-custom-hero-banner-wrapper.site-custom-hero-mobile-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h5,
  .site-custom-hero-banner-wrapper.site-custom-hero-mobile-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption h6 {
    padding: 0 !important;
  }
}

body.cms-page-is-in-edit-mode .site-hero-banner {
  margin-top: 60px;
}

@media (min-width: 1024px) {
  body.cms-page-is-in-preview-mode .site-custom-hero-banner-wrapper {
    height: calc(100vh - 85px) !important;
  }
}

@media (min-width: 1024px) {
  body.cms-page-is-published .site-custom-hero-banner-wrapper {
    height: calc(100vh - 112px) !important;
  }
}

body.cms-page-is-in-edit-mode #site-main-content-wrapper {
  float: left;
  width: calc(100% - 40px);
}
body.cms-page-is-in-edit-mode #site-main-grid-block {
  padding-top: 60px;
  float: left;
  width: 100%;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-1-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-2-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-3-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-4-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-5-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-6-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-7-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-8-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-9-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-10-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-11-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-12-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-1-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-2-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-3-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-4-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-5-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-6-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-7-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-8-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-9-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-10-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-11-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-12-wrapper {
  padding: 0 20px;
}

.site-col-1-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-1-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-1-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.site-col-2-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-2-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-2-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.site-col-3-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-3-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-3-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.site-col-4-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-4-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-4-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.site-col-5-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-5-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-5-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.site-col-6-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-6-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-6-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.site-col-7-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-7-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-7-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.site-col-8-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-8-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-8-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.site-col-9-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-9-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-9-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.site-col-10-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-10-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-10-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.site-col-11-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-11-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-11-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.site-col-12-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (min-width: 1366px) {
  .site-col-12-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .site-col-12-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

#site-main-grid-block {
  display: block;
}
#site-main-grid-block .site-row-container {
  margin: 0;
  position: relative;
}
#site-main-grid-block .cms-feature-wrapper {
  float: left;
  width: 100%;
  max-width: 100%;
}
#site-main-grid-block .cms-feature-wrapper.site-right-block-wrapper {
  float: right;
  clear: right;
}
#site-main-grid-block .site-clear-grid-wrapper {
  clear: both;
}
#site-main-grid-block .site-col-12-wrapper {
  max-width: 100%;
}
#site-main-grid-block .site-col-11-wrapper {
  max-width: 91.666667%;
}
#site-main-grid-block .site-col-10-wrapper {
  max-width: 83.333333%;
}
#site-main-grid-block .site-col-9-wrapper {
  max-width: 75%;
}
#site-main-grid-block .site-col-8-wrapper {
  max-width: 66.666667%;
}
#site-main-grid-block .site-col-7-wrapper {
  max-width: 58.333333%;
}
#site-main-grid-block .site-col-6-wrapper {
  max-width: 50%;
}
#site-main-grid-block .site-col-5-wrapper {
  max-width: 41.666667%;
}
#site-main-grid-block .site-col-4-wrapper {
  max-width: 33.333333%;
}
#site-main-grid-block .site-col-3-wrapper {
  max-width: 25%;
}
#site-main-grid-block .site-col-2-wrapper {
  max-width: 16.666667%;
}
#site-main-grid-block .site-col-1-wrapper {
  max-width: 8.333333%;
}
#site-main-grid-block .site-col-full-width-wrapper {
  width: calc(100vw - 20px);
  max-width: none;
  margin: 0;
  position: relative;
}
#site-main-grid-block .site-col-full-width-wrapper .slick-track {
  margin: 0;
}
@media (min-width: 1024px) {
  #site-main-grid-block .site-col-full-width-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-right: 20px;
    padding-left: 20px;
  }
}
#site-main-grid-block .site-grid-example {
  padding-top: 20px;
  padding-bottom: 20px;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper span {
  border: 1px solid #F6F3EC;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}

body.cms-page-is-in-edit-mode .site-col-full-width-wrapper {
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
}
body.cms-page-is-in-edit-mode .site-row-container {
  margin: 0 !important;
}

body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #092F57;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #E39F00;
  padding: 5px 10px;
  text-align: center;
}
body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}

.site-row-container {
  float: left;
  width: 100%;
}

body.horizontal-page {
  background: #ffffff !important;
  border: 0 !important;
}
body.horizontal-page .page-wrapper, body.horizontal-page main#site-main {
  overflow: visible !important;
}
body.horizontal-page .site-sub-wrapper {
  background: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
}
body.horizontal-page .site-sub-wrapper .site-container {
  margin: 0 !important;
  padding: 0 !important;
}
body.horizontal-page #site-main-content-wrapper {
  height: 100vh;
  margin: 0;
  padding: 0;
  padding-left: 0;
  float: none !important;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
}
@media (min-width: 1240px) {
  body.horizontal-page #site-main-content-wrapper {
    width: auto !important;
    overflow: hidden;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper {
  height: 100% !important;
  margin-bottom: 0;
  flex: none;
  position: relative;
  box-sizing: border-box;
}
body.horizontal-page .site-custom-horizontal-section-wrapper .cms-feature-title {
  display: none;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 5;
}
body.horizontal-page .site-custom-horizontal-section-wrapper .cms-feature-title::before, body.horizontal-page .site-custom-horizontal-section-wrapper .cms-feature-title::after {
  display: none;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-gallery-feature .site-slider, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-gallery-feature .site-slick-wrapper, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-gallery-feature .slick-track, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-gallery-feature .slick-list, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-gallery-feature .site-slide, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-gallery-feature .site-slider-image-block, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-gallery-feature .site-slider-image {
  height: 100% !important;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature {
  width: 100%;
  max-width: 100%;
  margin-left: 10px;
  padding: 0 40px;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature {
    max-width: 100%;
    padding: 0 10%;
  }
}
@media (min-width: 984px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature {
    margin-left: 20px;
  }
}
@media (min-width: 1240px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature {
    max-width: calc(50% - 10px);
    margin-left: 20px;
    padding: 0 10%;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .site-slider, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .site-slick-wrapper, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .slick-track, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .slick-list, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .site-slide, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .site-slider-image-block, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .site-slider-image {
  height: 100% !important;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data {
  height: 100%;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section h5, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section h6 {
  font-size: 18px;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section h5, body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section h6 {
    font-size: 25px;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-bottom) {
  width: 100%;
  max-height: 30%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-bottom) {
    max-height: 50%;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-bottom) img {
  width: 100% !important;
  height: 100% !important;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-right) {
  width: 150px;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-right) {
    display: block;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-right) img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.img-line) {
  padding-top: 10px;
  position: relative;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.img-line) {
    padding-top: 100px;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.img-line)::before {
  content: "";
  width: 1px;
  height: 25px;
  border-right: 2px #ffffff solid;
  position: absolute;
  top: -25px;
  right: 45px;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.img-line)::before {
    height: 90px;
    top: -10px;
  }
}
@media (min-width: 1240px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-image-wrapper {
    max-width: 10%;
    height: 100% !important;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 50;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
  max-width: 100%;
  margin-left: 0;
  padding: 0 20px;
  z-index: 50;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
    max-width: 100%;
    height: 100% !important;
    margin-left: 0;
    padding: 0 50px 0 200px;
    justify-content: center;
  }
}
@media (min-width: 1240px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
    max-width: calc(50% - 10px);
    height: 100% !important;
    margin-left: 0;
    padding: 0 50px 0 200px;
    position: sticky;
    top: 0;
    left: 0;
    justify-content: center;
  }
}
@media (min-width: 1366px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
    padding: 0 10% 0 200px;
  }
}
@media (min-width: 1400px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
    padding: 0 10% 0 200px;
  }
}
@media (min-width: 1600px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
    padding: 0 10% 0 200px;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper h2 {
  font-size: 40px;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper h2 var {
  font-size: 40px !important;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(1):has(img) {
  width: calc(100% + 40px);
  height: 35%;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(1):has(img) {
    width: 150px;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(1):has(img) img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(2):has(img) {
  display: none;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(2):has(img) {
    display: block;
  }
}
@media (min-width: 1240px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(2):has(img) {
    padding-bottom: 20px;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol {
  list-style: none;
  counter-reset: my;
  padding: 0;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li {
  min-height: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 65px;
  color: #092F57;
  font-size: 18px;
  line-height: 20px;
  font-family: "adobe-garamond-pro", serif;
  letter-spacing: 0.65px;
}
@media (min-width: 750px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
@media (min-width: 1366px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li {
    padding: 6px 0 0 70px;
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li a {
  width: 100%;
  display: block;
  padding-right: 30px;
  color: #092F57;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li::before {
  background: #092F57;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  counter-increment: my;
  content: counter(my);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li:hover {
  background: url("../images/hand-right.png") 100% 50% no-repeat;
  background-size: 23px;
}
@media (min-width: 1366px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li:hover {
    background: url("../images/hand-right.png") 100% 10px no-repeat;
    background-size: 23px;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li:hover::before {
  background: #E39F00;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li.active {
  background: url("../images/hand-right.png") 100% 50% no-repeat;
  background-size: 23px;
}
@media (min-width: 1366px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li.active {
    background: url("../images/hand-right.png") 100% 10px no-repeat;
    background-size: 23px;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li.active::before {
  background: #E39F00;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper .site-custom-horizontal-section {
  justify-content: center;
}
@media (min-width: 1240px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper {
    padding: 0 5% !important;
  }
}
@media (min-width: 1400px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper {
    padding: 0 10% !important;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section {
  height: 70% !important;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section {
    height: 50% !important;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h1::before, body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h1::after, body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h2::before, body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h2::after, body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h3::before, body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h3::after, body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h4::before, body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h4::after, body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h5::before, body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h5::after, body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h6::before, body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h6::after {
  display: none;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-right-wrapper {
  padding: 0 40px;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-right-wrapper {
    max-width: 100%;
    margin-left: 20px;
    padding: 0 28% 0 10%;
  }
}
@media (min-width: 1240px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-text-image-right-wrapper {
    max-width: calc(50% - 10px);
    margin-left: 20px;
    padding: 0 18% 0 10%;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-strip-image-wrapper .site-slick-wrapper {
  opacity: 1;
  visibility: visible;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-values-text-wrapper {
  display: none;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-values-text-wrapper {
    padding: 0 350px 0 4%;
    display: block;
  }
}
@media (min-width: 1024px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-values-text-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 1240px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-values-text-wrapper {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1600px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-values-text-wrapper {
    padding: 0 23% 0 10%;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper {
  width: 300px;
  position: relative;
  z-index: 50;
  display: none;
}
@media (min-width: 728px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper {
    margin-left: -320px;
    display: block;
  }
}
@media (min-width: 1600px) {
  body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper {
    margin-left: -350px;
  }
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper .slick-list {
  width: 100% !important;
  margin: 0;
}
body.horizontal-page .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper .site-display-wrapper-listitem {
  width: calc(100% - 40px) !important;
  margin: 0 20px;
}
body.horizontal-page.cms-page-is-in-preview-mode #site-main-content-wrapper {
  height: calc(100vh - 45px);
}
body.horizontal-page.cms-page-is-in-edit-mode #site-main-content-wrapper {
  padding: 60px 0 80px;
  height: calc(100vh - 75px);
  overflow-x: scroll;
}
body.horizontal-page.cms-page-is-in-edit-mode #site-main-content-wrapper .fp-add-feature {
  bottom: 0;
}
body.horizontal-page.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper .site-custom-horizontal-section {
  height: 100% !important;
}
body.horizontal-page.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper .cms-feature-title {
  display: block;
}
body.horizontal-page.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.cms-text-feature, body.horizontal-page.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.cms-gallery-feature {
  max-width: 50%;
  position: relative;
  left: auto;
}
body.horizontal-page.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.cms-text-feature {
  padding: 0 5%;
}
body.horizontal-page.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
  padding: 0 5% 0 205px;
}
body.horizontal-page.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper .site-custom-fixed-text {
  position: static !important;
}
body.horizontal-page.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper {
  margin-left: 0;
}
body.horizontal-page.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.site-custom-text-image-right-wrapper {
  padding: 0 12% 0 5%;
}
body.horizontal-page.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.site-custom-text-image-right-wrapper .site-custom-text-image-right {
  position: static !important;
}
body.horizontal-page.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper p:has(.align-bottom) {
  max-height: 50% !important;
  position: static !important;
}
body.horizontal-page.cms-page-is-published #site-main-content-wrapper {
  height: calc(100vh - 72px);
}

@keyframes scrollReverse {
  0% {
    transform: translateY(-900px);
  }
  100% {
    transform: translateY(0);
  }
}
.horizontal-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  clear: both;
}
@media (min-width: 1024px) {
  .horizontal-wrapper {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.horizontal-wrapper .back {
  background: #E39F00 url("../images/hand-left-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  width: 50px !important;
  height: 50px !important;
  position: absolute !important;
  bottom: 20px !important;
  left: 30px !important;
  border-radius: 50%;
  border: 3px #ffffff solid;
  transition: all 0.5s ease;
  z-index: 600;
}
@media (min-width: 1280px) {
  .horizontal-wrapper .back {
    bottom: 30px !important;
    left: calc(50% + 40px) !important;
  }
}
.horizontal-wrapper .back::before {
  display: none !important;
}
.horizontal-wrapper .back:hover {
  background: #092F57 url("../images/hand-left-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  border: 3px #ffffff solid;
}
.horizontal-wrapper .back.hide {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.horizontal-wrapper .next {
  background: #E39F00 url("../images/hand-right-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  width: 50px !important;
  height: 50px !important;
  position: absolute !important;
  bottom: 20px !important;
  right: 20px !important;
  border-radius: 50%;
  border: 3px #ffffff solid;
  transition: all 0.5s ease;
  z-index: 600;
  display: none;
}
@media (min-width: 1280px) {
  .horizontal-wrapper .next {
    bottom: 30px !important;
    right: 55px !important;
    display: block;
  }
}
.horizontal-wrapper .next::before {
  display: none !important;
}
.horizontal-wrapper .next:hover {
  background: #092F57 url("../images/hand-right-white.png") 50% 50% no-repeat !important;
  background-size: 25px !important;
  border: 3px #ffffff solid;
}
.horizontal-wrapper .next.hide {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.horizontal-scroller {
  height: calc(100vh - 20px);
  margin: 0;
  padding: 0;
  padding-left: 0;
  float: none !important;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
}
@media (min-width: 1024px) {
  .horizontal-scroller {
    height: calc(100vh - 40px);
  }
}
@media (min-width: 1280px) {
  .horizontal-scroller {
    width: 100% !important;
    overflow: hidden;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper {
  height: 100% !important;
  margin-bottom: 0;
  flex: none;
  position: relative;
  box-sizing: border-box;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper .cms-feature-title {
  display: none;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 5;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper .cms-feature-title::before, .horizontal-scroller .site-custom-horizontal-section-wrapper .cms-feature-title::after {
  display: none;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-gallery-feature .site-slider, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-gallery-feature .site-slick-wrapper, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-gallery-feature .slick-track, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-gallery-feature .slick-list, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-gallery-feature .site-slide, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-gallery-feature .site-slider-image-block, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-gallery-feature .site-slider-image {
  height: 100% !important;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature {
  width: 100%;
  max-width: 100%;
  margin-left: 10px;
  padding: 0 40px;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature {
    max-width: 100%;
    padding: 0 10%;
  }
}
@media (min-width: 984px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature {
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature {
    max-width: calc(50% - 10px) !important;
    margin-left: 20px;
    padding: 0 10%;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .site-slider, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .site-slick-wrapper, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .slick-track, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .slick-list, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .site-slide, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .site-slider-image-block, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .site-slider-image {
  height: 100% !important;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data {
  height: 100%;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section h5, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section h6 {
  font-size: 18px;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section h5, .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section h6 {
    font-size: 25px;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-bottom) {
  width: 100%;
  max-height: 30%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-bottom) {
    max-height: 50%;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-bottom) img {
  width: 100% !important;
  height: 100% !important;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-right) {
  width: 150px;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-right) {
    display: block;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.align-right) img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.img-line) {
  padding-top: 10px;
  position: relative;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.img-line) {
    padding-top: 100px;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.img-line)::before {
  content: "";
  width: 1px;
  height: 25px;
  border-right: 2px #ffffff solid;
  position: absolute;
  top: -25px;
  right: 45px;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.cms-text-feature .cms-text-feature-data .site-custom-horizontal-section p:has(.img-line)::before {
    height: 90px;
    top: -10px;
  }
}
@media (min-width: 1240px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-image-wrapper {
    max-width: 10%;
    height: 100% !important;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 50;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
  max-width: 100%;
  margin-left: 0;
  padding: 0 20px;
  z-index: 50;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
    max-width: 100%;
    height: 100% !important;
    margin-left: 0;
    padding: 0 50px 0 200px;
    justify-content: center;
  }
}
@media (min-width: 1240px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
    max-width: calc(50% - 10px) !important;
    height: 100% !important;
    margin-left: 0;
    padding: 0 50px 0 200px;
    position: sticky;
    top: 0;
    left: 0;
    justify-content: center;
  }
}
@media (min-width: 1366px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
    padding: 0 10% 0 200px;
  }
}
@media (min-width: 1400px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
    padding: 0 10% 0 200px;
  }
}
@media (min-width: 1600px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
    padding: 0 10% 0 200px;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper h2 {
  font-size: 40px;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper h2 var {
  font-size: 40px !important;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(1):has(img) {
  width: calc(100% + 40px);
  height: 35%;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(1):has(img) {
    width: 150px;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(1):has(img) img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(2):has(img) {
  display: none;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(2):has(img) {
    display: block;
  }
}
@media (min-width: 1240px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper p:nth-child(2):has(img) {
    padding-bottom: 20px;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol {
  list-style: none;
  counter-reset: my;
  padding: 0;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li {
  min-height: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 65px;
  color: #092F57;
  font-size: 18px;
  line-height: 20px;
  font-family: "adobe-garamond-pro", serif;
  letter-spacing: 0.65px;
}
@media (min-width: 750px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
@media (min-width: 1366px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li {
    padding: 6px 0 0 70px;
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li a {
  width: 100%;
  display: block;
  padding-right: 30px;
  color: #092F57;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li::before {
  background: #092F57;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  counter-increment: my;
  content: counter(my);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li:hover {
  background: url("../images/hand-right.png") 100% 50% no-repeat;
  background-size: 23px;
}
@media (min-width: 1366px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li:hover {
    background: url("../images/hand-right.png") 100% 10px no-repeat;
    background-size: 23px;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li:hover::before {
  background: #E39F00;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li.active {
  background: url("../images/hand-right.png") 100% 50% no-repeat;
  background-size: 23px;
}
@media (min-width: 1366px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li.active {
    background: url("../images/hand-right.png") 100% 10px no-repeat;
    background-size: 23px;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper ol li.active::before {
  background: #E39F00;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper .site-custom-horizontal-section {
  justify-content: center;
}
@media (min-width: 1240px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper {
    padding: 0 5% !important;
  }
}
@media (min-width: 1400px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper {
    padding: 0 10% !important;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section {
  height: 70% !important;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section {
    height: 50% !important;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h1::before, .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h1::after, .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h2::before, .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h2::after, .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h3::before, .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h3::after, .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h4::before, .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h4::after, .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h5::before, .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h5::after, .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h6::before, .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-wrapper .site-custom-horizontal-section h6::after {
  display: none;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-right-wrapper {
  padding: 0 40px;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-right-wrapper {
    max-width: 100%;
    margin-left: 20px;
    padding: 0 28% 0 10%;
  }
}
@media (min-width: 1240px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-text-image-right-wrapper {
    max-width: calc(50% - 10px);
    margin-left: 20px;
    padding: 0 18% 0 10%;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-strip-image-wrapper .site-slick-wrapper {
  opacity: 1;
  visibility: visible;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-values-text-wrapper {
  display: none;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-values-text-wrapper {
    padding: 0 350px 0 4%;
    display: block;
  }
}
@media (min-width: 1024px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-values-text-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 1240px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-values-text-wrapper {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1600px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-values-text-wrapper {
    padding: 0 23% 0 10%;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper {
  width: 300px;
  position: relative;
  z-index: 50;
  display: none;
}
@media (min-width: 728px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper {
    margin-left: -320px;
    display: block;
  }
}
@media (min-width: 1600px) {
  .horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper {
    margin-left: -350px;
  }
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper .slick-list {
  width: 100% !important;
  margin: 0;
}
.horizontal-scroller .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper .site-display-wrapper-listitem {
  width: calc(100% - 40px) !important;
  margin: 0 20px;
}

body.cms-page-is-in-preview-mode .horizontal-scroller {
  height: calc(100vh - 65px);
}
@media (min-width: 1024px) {
  body.cms-page-is-in-preview-mode .horizontal-scroller {
    height: calc(100vh - 85px);
  }
}

body.cms-page-is-in-edit-mode .horizontal-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.cms-page-is-in-edit-mode .horizontal-wrapper .back, body.cms-page-is-in-edit-mode .horizontal-wrapper .next {
  display: none;
}
body.cms-page-is-in-edit-mode .horizontal-scroller {
  margin-bottom: 40px;
  padding: 60px 0 80px;
  height: calc(100vh - 92px);
  overflow-x: scroll;
}
@media (min-width: 1024px) {
  body.cms-page-is-in-edit-mode .horizontal-scroller {
    height: calc(100vh - 112px);
  }
}
body.cms-page-is-in-edit-mode .horizontal-scroller .fp-add-feature {
  bottom: 0;
}
body.cms-page-is-in-edit-mode .horizontal-scroller .site-custom-horizontal-section-wrapper {
  display: block !important;
}
body.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper .site-custom-horizontal-section {
  height: 100% !important;
}
body.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper .cms-feature-title {
  display: block;
}
body.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.cms-text-feature, body.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.cms-gallery-feature {
  max-width: 50%;
  position: relative;
  left: auto;
}
body.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.cms-text-feature {
  padding: 0 5%;
}
body.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper {
  padding: 0 5% 0 205px;
}
body.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.site-custom-fixed-text-wrapper .site-custom-fixed-text {
  position: static !important;
}
body.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.site-custom-horizontal-display-wrapper {
  margin-left: 0;
}
body.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.site-custom-text-image-right-wrapper {
  padding: 0 12% 0 5%;
}
body.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper.site-custom-text-image-right-wrapper .site-custom-text-image-right {
  position: static !important;
}
body.cms-page-is-in-edit-mode .site-custom-horizontal-section-wrapper p:has(.align-bottom) {
  max-height: 50% !important;
  position: static !important;
}

body.cms-page-is-published .horizontal-scroller {
  height: calc(100vh - 92px);
}
@media (min-width: 1024px) {
  body.cms-page-is-published .horizontal-scroller {
    height: calc(100vh - 112px);
  }
}

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: #F6F3EC;
}
.site-form-payment-wrapper .site-form-title {
  color: #092F57;
  font-family: "adobe-garamond-pro", serif;
  font-size: 14px;
}
.cms-text-feature table tr {
  background: transparent;
}
.cms-text-feature table tr th {
  background: #092F57;
}
.cms-text-feature table tr:nth-child(2n) {
  background: #F6F3EC;
}
@media (max-width: 599px) {
  .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}

@media (max-width: 599px) {
  table.site-table-mobile > thead > tr > td p, table.site-table-mobile > thead > tr > th p, table.site-table-mobile > tbody > tr > td p, table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}

table.site-table-no-scroll {
  display: table !important;
}

table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid #F6F3EC;
  padding: 5px;
}
table.site-table-mobile-stack th,
table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
table.site-table-mobile-stack th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: gothamblack;
}
@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;
    background: none !important;
  }
  table.site-table-mobile-stack td {
    border-bottom: 1px solid #ddd;
    display: block;
    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: #092F57;
  }
  table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 599px) {
  table.site-table-row-border {
    width: 100% !important;
  }
}
table.site-table-row-border tr {
  border-bottom: 1px solid #F6F3EC;
}
table.site-table-row-border tr td h1, table.site-table-row-border tr td h2, table.site-table-row-border tr td h3, table.site-table-row-border tr td h4, table.site-table-row-border tr td h5, table.site-table-row-border tr td h6, table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  table.site-table-row-border.site-table-mobile > thead > tr > td h1, table.site-table-row-border.site-table-mobile > thead > tr > td h2, table.site-table-row-border.site-table-mobile > thead > tr > td h3, table.site-table-row-border.site-table-mobile > thead > tr > td h4, table.site-table-row-border.site-table-mobile > thead > tr > td h5, table.site-table-row-border.site-table-mobile > thead > tr > td h6, table.site-table-row-border.site-table-mobile > thead > tr > td p, table.site-table-row-border.site-table-mobile > thead > tr > th h1, table.site-table-row-border.site-table-mobile > thead > tr > th h2, table.site-table-row-border.site-table-mobile > thead > tr > th h3, table.site-table-row-border.site-table-mobile > thead > tr > th h4, table.site-table-row-border.site-table-mobile > thead > tr > th h5, table.site-table-row-border.site-table-mobile > thead > tr > th h6, table.site-table-row-border.site-table-mobile > thead > tr > th p, table.site-table-row-border.site-table-mobile > tbody > tr > td h1, table.site-table-row-border.site-table-mobile > tbody > tr > td h2, table.site-table-row-border.site-table-mobile > tbody > tr > td h3, table.site-table-row-border.site-table-mobile > tbody > tr > td h4, table.site-table-row-border.site-table-mobile > tbody > tr > td h5, table.site-table-row-border.site-table-mobile > tbody > tr > td h6, table.site-table-row-border.site-table-mobile > tbody > tr > td p, table.site-table-row-border.site-table-mobile > tbody > tr > th h1, table.site-table-row-border.site-table-mobile > tbody > tr > th h2, table.site-table-row-border.site-table-mobile > tbody > tr > th h3, table.site-table-row-border.site-table-mobile > tbody > tr > th h4, table.site-table-row-border.site-table-mobile > tbody > tr > th h5, table.site-table-row-border.site-table-mobile > tbody > tr > th h6, table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}

table {
  border: none;
}
table.site-table-accordion {
  display: table !important;
  white-space: wrap;
}
table.site-table-accordion tr {
  display: table-row !important;
  font-size: 14px;
  line-height: 22px;
  background: #ffffff !important;
  border: 1px solid #F6F3EC !important;
}
@media (max-width: 599px) {
  table.site-table-accordion tr {
    padding: 0 !important;
    display: table-row !important;
  }
}
table.site-table-accordion tr th {
  color: #092F57 !important;
  text-align: left;
  background: none !important;
  font-family: "adobe-garamond-pro", serif;
  border: none;
}
table.site-table-accordion tr td {
  text-align: left;
  width: 100%;
  display: block;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 14px;
  line-height: 22px;
  background: #ffffff !important;
  border: 1px solid #F6F3EC !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #092F57 !important;
  text-align: left;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #E39F00 !important;
  border: 1px solid #E39F00 !important;
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #E39F00 !important;
  border: 1px solid #F6F3EC !important;
  color: #ffffff !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;
}

.site-feature-accordion-wrapper .cms-text-feature-data {
  overflow: visible !important;
}
.site-feature-accordion-wrapper .cms-feature-title {
  position: relative;
  cursor: pointer;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  background: #ffffff;
  font-family: "adobe-garamond-pro", serif;
  color: #092F57;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 40px 10px 12px;
  background: #ffffff !important;
  border: 1px solid #F6F3EC;
  border-radius: 0;
  overflow: visible !important;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease;
}
.site-feature-accordion-wrapper .cms-feature-title::before, .site-feature-accordion-wrapper .cms-feature-title::after {
  display: none;
}
.site-feature-accordion-wrapper .cms-feature-title::after {
  font-family: "icomoon";
  content: "\e92f";
  width: auto !important;
  position: absolute;
  right: 10px !important;
  font-size: 15px !important;
  top: 0 !important;
  left: auto !important;
  display: block !important;
  height: 16px !important;
  bottom: 0 !important;
  margin: auto !important;
  line-height: 16px !important;
  border: 0 !important;
}
.site-feature-accordion-wrapper .cms-feature-title:hover {
  color: #ffffff !important;
  background: #E39F00 !important;
}
.site-feature-accordion-wrapper .cms-feature-datablock {
  background: #ffffff;
  padding: 10px;
}
.site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  color: #ffffff;
  color: #ffffff !important;
  background: #E39F00 !important;
  color: #ffffff !important;
}
.site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title:before {
  background: #ffffff !important;
  color: #092F57 !important;
}
.site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title::after {
  background: #ffffff;
  content: "";
  width: 16px !important;
  display: block;
  height: 2px !important;
  color: #ffffff;
}

.site-pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 20px 0 0;
}
.site-pagination li {
  padding: 0;
  text-align: center;
}
.site-pagination li a {
  color: #ffffff;
  padding: 7px 15px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #F6F3EC;
  background: #092F57;
}
.site-pagination li.site-pagination-active a, .site-pagination li:hover a {
  background: #E39F00;
  color: #ffffff;
}

.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: "adobe-garamond-pro", serif;
  font-weight: bold;
  font-size: 300px;
  line-height: 290px;
  color: #092F57;
}
@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: #092F57;
}
@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 #F6F3EC;
  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: #092F57;
  display: block;
}
.error-template .error-buttons .error-social-link .error-footer-social:hover {
  background: #E39F00;
}
.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: "adobe-garamond-pro", serif;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  line-height: 100px;
  color: #E39F00;
}
.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%;
}

.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: 120px;
}
@media (max-width: 1023px) {
  .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: 1023px) {
  .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: 1024px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

.search-result-page .site-search-data {
  display: flex;
  border: 1px solid #092F57;
}
.search-result-page .site-search-data .site-search-input {
  background: transparent;
  border-radius: 0;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  background: transparent;
}
.search-result-page .site-search-data .site-search-button {
  background: transparent;
  font-size: 13.33px;
  padding: 0 25px;
  text-align: center;
  color: #092F57;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid none;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  background: none !important;
  height: 46px !important;
  outline: none;
  border: 0 !important;
}
.search-result-page .site-search-data .site-search-button:hover {
  color: #525252;
  border: 1px solid none;
}
.search-result-page .site-search-data .site-search-button:hover::after {
  transform: translate(0, 0);
}
.search-result-page .site-search-data .site-search-button::after {
  background-color: transparent;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.15s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.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: "\e905" !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: #F6F3EC;
  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;
}
.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 #E39F00;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a {
  color: #E39F00;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover {
  color: #525252;
}
.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: #525252;
}
.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: #525252;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list .sr-tag {
  display: inline-block;
  margin: 0 2px 2px 0;
  background-color: #F6F3EC;
  padding: 6px 20px;
  color: #525252;
  font-size: 10.67px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  min-height: 40px;
  line-height: 27px;
}

.cms-bb-search-wrapper .cms-bb-search-block-wrapper {
  clear: both;
  display: block;
  overflow: hidden;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
  display: none;
  background: #092F57;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title:hover {
  background: #E39F00;
  color: #000000;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-close {
  position: absolute;
  top: 60px;
  right: 20px;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-close::before {
  content: "X";
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation {
  display: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 40px 0 25px;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation:after {
  content: "";
  display: block;
  background: white;
  z-index: 1;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation:before {
  content: "";
  height: 1px;
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #F6F3EC;
  margin: auto;
  z-index: -2;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation {
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-desc {
    right: -100%;
    position: fixed;
    width: 90%;
    background: #ffffff;
    height: 100vh;
    top: 0;
    border: 1px solid #F6F3EC;
    padding: 100px 10px 10px;
    margin: auto;
    transition: all ease 0.5s;
  }
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-desc.cms-bb-search-block-desc-active {
    right: 0%;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block {
  float: left;
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block {
    display: block;
    float: none;
    margin: 0 0 20px;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
  display: none;
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  margin: 0 0 5px;
  text-align: center;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
  margin: 0 5px 0 0;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
    margin: 0;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-search-filter-block {
    margin: 0 0 15px;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #F6F3EC;
  font-size: 14px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  width: 300px;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-button a.directory-button {
    width: 100%;
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
  float: right;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
    float: none;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
    margin: 0 0 5px;
    text-align: center;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
  width: 300px;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
    width: 100%;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper {
  margin: 20px 0 0;
  clear: both;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list {
  margin: 0 -15px;
  opacity: 1;
  transition: opacity ease 0.5s;
  display: flex;
  flex-wrap: wrap;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list.cms-bb-result-list-active {
  opacity: 1;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
  width: 20%;
  position: static !important;
  padding: 0 15px 30px;
}
@media (max-width: 1599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 33.3%;
  }
}
@media (max-width: 999px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data {
  border: 1px solid #092F57;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data a:hover {
  color: #E39F00 !important;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
  margin: 0 0 20px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1499px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
    height: 375px;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc {
  margin: 20px;
  text-align: center;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-data-title {
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 14px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-name {
  font-size: 22px;
  line-height: 32px;
  color: #092F57;
  margin: 0 0 10px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-preferredName {
  font-size: 12px;
  line-height: 17px;
  color: #092F57;
  margin: -5px 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-job-title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  color: #092F57;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: -5px 0 15px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address {
  font-size: 12px;
  line-height: 17px;
  color: #092F57;
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address .cms-bb-directory-address-block {
  margin: 15px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address .cms-bb-directory-address-type {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships {
  font-size: 14px;
  line-height: 23px;
  color: #092F57;
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block {
  margin: 0 0 5px;
  display: inline;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block:after {
  content: ",";
  margin: 0 4px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block:last-child:after {
  display: none;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-type {
  text-transform: lowercase;
  font-size: 14px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 23px;
  color: #092F57;
  font-family: "Montserrat", sans-serif;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block a {
  color: #525252;
  border-bottom: 1px solid #525252;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block a:hover {
  color: #E39F00;
  border-bottom: 1px solid #E39F00;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-contact {
  display: block;
  justify-content: space-between;
  background: #092F57;
  padding: 5px 20px;
  font-weight: normal;
  color: #ffffff;
  font-weight: bold;
  margin-top: auto;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-contact a {
  color: #ffffff;
}

.site-bb-image-round .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
  padding: 30px 0 0;
  text-align: center;
}
.site-bb-image-round .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
  width: 225px;
  height: 225px;
  border-radius: 100%;
  margin: auto;
  border: 1px solid #092F57;
}

@media (min-width: 600px) {
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item,
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data,
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data {
    display: flex;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block,
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
    width: 300px;
    flex: 0 0 300px;
    margin: 0;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image,
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
    width: 100%;
    height: 350px;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper,
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper {
    width: 100%;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper .cms-bb-directory-desc,
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper .cms-bb-directory-desc {
    text-align: left;
    margin: 15px 20px 10px;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1399px) {
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
}
/*.cms-bb-search-wrapper  {

    .cms-bb-search-block {
        //background: #f7f7f7;
        //padding: $gutter*2;
        margin: 0 0 $gutter*2;

        .cms-bb-search-block {

            .cms-bb-search-filter {
                flex: 0 0 500px;
                max-width: 500px;
                padding: 0 $gutter+5;
            }
        }

        .cms-bb-search-button {
            text-align: center;
            margin: $gutter*2 0 0;
        }

        .vc-search-filter-sport_events {
            //display: flex;
            //justify-content: space-between;
            display: block;
            overflow: hidden;

            .vc-search-filter-sport-title {
                line-height: 26px;
                padding: 0 0 1px;
            }

            .sport_events-categories {
                margin: 0 $gutter 0 0;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                }
            }

            .sport_events-search-button {
                margin: $gutter*3 0 0;

                @include maxbp($r_1000) {
                    margin: $gutter*2 0 0;
                }
            }

            .vc-search-filter-sport-dropdown-block {
                margin: 0 $gutter 0 0;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                }
            }

            .vc-search-filter-sport-dropdown {
                //display: none;
                width: 300px !important;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                    width: 100% !important;
                }

                @include input;
                height: auto;
                max-height: 46px;
                overflow: hidden;
                transition: all ease 0.5s;
                background: url("../images/bottom-arrow.svg") no-repeat 96% 17px;

                &.vc-search-filter-sport-dropdown-active {
                    max-height: 400px;
                }

                a {
                    display: block;
                    line-height: 25px;
                }
            }
        }

        .cms-bb-filter-buttons {
            margin: 0;
            a {

                @include maxbp($mobile) {
                    display: block;
                }

                &.cms-bb-search-button-active {
                    color: $m2;
                }
            }
        }
    }

    .vc-search-filter-sport-left {
        float: left;
        display: flex;

        @include maxbp($r_1000) {
            float: none;
            display: block;
        }
    }

    .vc-search-filter-sport-right {
        float: right;
        display: flex;
        justify-content: flex-end;

        @include maxbp($r_1000) {
            float: none;
            display: block;
        }

        .cms-bb-filter-picker {
            margin: $gutter*3 0 0;

            @include maxbp($r_1000) {
                margin: $gutter 0 0;
            }

            input.cms-bb-date-picker {
                @include input;
                color: $m1;


                @include maxbp($mobile) {
                    background: url("../images/calender.png") no-repeat;
                    background-size: 25px;
                    background-position: center right;
                }

                &::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator {
                    //display: none;
                    //-webkit-appearance: none;
                }
            }
        }

    }

    .cms-bb-result-wrapper  {

        .cms-bb-sports-title {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 0 $gutter;
            color: $m1;

            .cms-bb-sports-name-title , .cms-bb-sports-grade-title, .cms-bb-sports-jersey-number-title {
                @extend h5;
                text-transform: uppercase;
                margin: 0 0 $gutter/2;
            }


        }

        .cms-bb-sports-name, .cms-bb-sports-name-title {
            flex: 0 0 40%;
        }

        .cms-bb-sports-jersey-number, .cms-bb-sports-grade, .cms-bb-sports-jersey-number-title, .cms-bb-sports-grade-title {
            flex: 0 0 30%;
            text-align: center;
        }

        .cms-bb-result-list {

            .cms-bb-sports-result {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin: 0 0 $gutter;
                color: $m1;
                font-family: $serif;
                font-weight: normal;
            }

            &.cms-directory-result-list {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                margin: 0 -15px;

                .cms-bb-result-item.cms-bb-directory-result {
                    max-width: 20%;
                    flex: 0 0 20%;
                    padding: $gutter+5;

                    @include maxbp($laptop) {
                        max-width: 25%;
                        flex: 0 0 25%;
                    }

                    @include maxbp($tablet_l) {
                        max-width: 33.3%;
                        flex: 0 0 33.3%;
                    }

                    @include maxbp($mobile) {
                        max-width: 100%;
                        flex: 0 0 100%;
                    }

                    .cms-bb-result-item-data {
                        border: 1px solid #e9e9e9;

                        .cms-bb-directory-image-block {
                            margin: 0 0 $gutter*3;

                            .cms-bb-directory-image {
                                width: 100%;
                                height: 300px;
                                object-fit: cover;
                                object-position: top;
                            }
                        }

                        .cms-bb-directory-desc {
                            text-align: center;
                            margin: $gutter*2;

                            .cms-bb-directory-name {
                                font-size: 32px;
                                line-height: 40px;
                                color: $m1;
                                margin: 0 0 $gutter;
                                font-family: $sans-serif;
                                font-weight: normal;

                            }

                            .cms-bb-directory-preferredName {
                                margin: 0 0 $gutter;
                                display: none;
                            }

                            .cms-bb-directory-jobtitle {
                                color: $m2;
                                text-transform: uppercase;
                                font-size: 13px;
                                font-weight: normal;
                                font-family: gothamblack;
                                margin: 0 0 10px;
                                word-wrap: break-word;
                            }
                        }

                        .cms-bb-directory-contact {
                            display: flex;
                            justify-content: space-between;
                            background: $s3;
                            padding: $gutter/2 $gutter*2;
                            font-weight: normal;
                            font-family: gothamblack;
                        }
                    }
                }
            }

            &.cms-sport_events-result-list {
                .cms-bb-sport_events-result {
                    border: 1px solid $s1;
                    padding: $gutter*2;
                    margin: 0 0 $gutter*2;
                    display: flex;
                    overflow: hidden;
                    align-items: center;

                    @include maxbp($mobile) {
                        display: block;
                    }

                    .cms-bb-sport_events-date-wrapper {
                        width: 50px;
                        text-align: center;
                        color: $m2;
                        font-family: $serif;

                        @include maxbp($mobile) {
                            width: 100%;
                            display: flex;
                        }

                        .cms-bb-sport_events-day {
                            .cms-bb-sport_events-fullday {
                                display: none;
                            }

                            @include maxbp($mobile) {
                                position: relative;
                                margin: 0 $gutter/2 0 0;
                                padding: 0 $gutter/2 0 0;

                                &:after {
                                    content: ",";
                                    position: absolute;
                                    right: 0;
                                    bottom: 0;
                                }
                            }
                        }



                        .cms-bb-sport_events-month {
                            text-transform: uppercase;
                        }

                        .cms-bb-sport_events-date {
                            font-size: 30px;
                            margin: $gutter/2 0;

                            @include maxbp($mobile) {
                                font-size: 14px;
                                line-height: 23px;
                                margin: 0;
                                margin: 0 $gutter/2;
                            }
                        }
                    }

                    .cms-bb-sport_events-data {
                        width: calc(100% - 220px);
                        padding: 0 $gutter 0 $gutter*3;

                        @include maxbp($mobile) {
                            width: 100%;
                            padding: $gutter 0 0;
                        }

                        .cms-bb-sport_events-homeaway {
                            margin: 0 0 $gutter;
                            font-family: $serif;
                            font-size: 14px;
                            text-transform: uppercase;
                            color: $m1;
                        }

                        .cms-bb-sport_events-opponent {
                            font-family: $serif;
                            font-size: 20px;
                            margin: 0 0 $gutter;
                        }

                        .cms-bb-sport_events-desc {
                            margin: 0 0 $gutter;
                        }

                        .cms-bb-sport_events-detail-block {
                            .cms-bb-sport_events-location-block {
                                //display: flex;
                                display: block;

                                @include maxbp($mobile) {
                                    display: block;
                                }

                                .cms-bb-sport_events-time {
                                    margin: 0 $gutter $gutter 0;
                                    display: inline-block;
                                    vertical-align: top;

                                    span {
                                        position: relative;
                                        padding-left: $gutter*3;

                                        &:before {
                                            @include icon-code("\e911");
                                            @include icon-fonts();
                                            position: absolute;
                                            left: 10px;
                                        }
                                    }

                                    @include maxbp($mobile) {
                                        margin: 0 0 $gutter;
                                    }
                                }

                                .cms-bb-sport_events-address {
                                    position: relative;
                                    padding-left: $gutter*3;
                                    display: inline-block;
                                    margin: 0 0 $gutter;
                                    vertical-align: top;

                                    &:before {
                                        @include icon-code("\e910");
                                        @include icon-fonts();
                                        position: absolute;
                                        left: 10px;
                                    }
                                }

                                .cms-bb-sport_events-destination {
                                    position: relative;
                                    padding: 0 0 0 $gutter*2;
                                    margin: 0 0 0 $gutter;

                                    &:before {
                                        content: "";
                                        width: 8px;
                                        height: $gutter/5;
                                        display: block;
                                        background: $m1;
                                        position: absolute;
                                        left: 0;
                                        top: 7px;
                                        margin: auto;
                                    }
                                }
                            }

                            .cms-bb-sport_events-map-block {
                                margin: $gutter/2 0 0;
                            }
                        }
                    }

                    .cms-bb-sport_events-game-outcome-wrapper {
                        display: flex;
                        justify-content: end;
                        width: 170px;
                        font-family: $serif;
                        color: $m1;
                        font-size: 20px;

                        @include maxbp($mobile) {
                            width: 100%;
                            justify-content: flex-start;
                        }

                        .cms-bb-sport_events-game-outcome {
                            margin: 0 $gutter+5 0 0;


                        }

                        .cms-bb-sport_events-game-score {
                            .cms-bb-sport_events-game-us {

                            }

                            .cms-bb-sport_events-game-opponent {
                                position: relative;
                                padding: 0 0 0 $gutter;
                                margin: 0 0 0 $gutter/5;

                                &:before {
                                    content: "";
                                    width: $gutter/2;
                                    height: $gutter/5;
                                    display: block;
                                    background: $m1;
                                    position: absolute;
                                    left: 0;
                                    top: 0;
                                    bottom: 0;
                                    margin: auto;
                                }
                            }
                        }
                    }

                    &.cms-bb-sport_events-home {
                        background: $m1;

                        .cms-bb-sport_events-opponent, .cms-bb-sport_events-desc, .cms-bb-sport_events-game-outcome-wrapper, .cms-bb-sport_events-homeaway, .cms-bb-sport_events-date-wrapper {
                            color: $white;

                            .cms-bb-sport_events-game-opponent {
                                &:before {
                                    background: $white;
                                }
                            }
                        }

                        .cms-bb-highlighter-link {
                            border: 1px solid transparent;
                            &:hover {
                                border: 1px solid $white;
                                background: none;
                            }
                        }

                        .cms-bb-light-highlighter {
                            background: #11375E;
                            color: $white;
                        }

                    }

                    &.cms-bb-sport_events-away {
                        background: #FAFAFA;
                        border: none;
                    }
                }
            }

            .cms-bb-highlighter {
                background: $m1;
                color: $white;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;
            }

            .cms-bb-highlighter-link {
                background: $m2;
                color: $white;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;

                a {
                    color: $white;
                }

                &:hover {
                    background: $m1;
                }
            }

            .cms-bb-light-highlighter {
                background: #EBEDEA;
                color: $m1;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;

                @include maxbp($mobile) {
                    display: block;
                    width: 100%;
                }
            }
        }
    }
}

.site-pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: $gutter*2 0 0;

    li {
        padding: 0;
        text-align: center;

        a {
            color: $white;
            padding: 7px 15px;
            min-width: 40px;
            height: 40px;
            border: 1px solid $s3;
            background: $m1;
        }

        &.site-pagination-active, &:hover {
            a {
                background: $m2;
                color: $white;
            }
        }
    }
}

.cms-page-is-in-preview-mode {
    &.Veracrossdata-page {
        margin: 50px 0 0;
    }
}

.cms-bb-search-directory-filters {
    display: flex;
    justify-content: center;

    @include maxbp($mobile) {
        display: block;
    }

    .cms-bb-search-filter {
        margin: 0 $gutter;
        max-width: 400px;
        width: 100%;
    }
}
*/
/** @format */
.cms-bb-search-wrapper .integration-close {
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #092F57;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: transparent;
  transition: 0.5s ease all;
}
.cms-bb-search-wrapper .integration-close::before {
  content: "\e90f" !important;
  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;
  color: #092F57;
  transition: 0.5s ease all;
}
.cms-bb-search-wrapper .integration-close:hover, .cms-bb-search-wrapper .integration-close:focus {
  background: #092F57;
  transition: 0.5s ease all;
}
.cms-bb-search-wrapper .integration-close:hover::before, .cms-bb-search-wrapper .integration-close:focus::before {
  color: #ffffff;
  transition: 0.5s ease all;
}
.cms-bb-search-wrapper select:focus {
  border-color: #E39F00;
}
.cms-bb-search-wrapper .sport-events-search-button {
  line-height: 1;
}
.cms-bb-search-wrapper .cms-sport-events-date-picker {
  padding: 0 10px;
}
.cms-bb-search-wrapper .cms-sport-events-date-picker input {
  height: 46px;
  margin: 0 5px;
}
.cms-bb-search-wrapper .cms-sport-events-date-picker input:focus {
  outline: none;
  border-color: #E39F00 !important;
}
@media (min-width: 1100px) {
  .cms-bb-search-wrapper .cms-sport-events-date-picker {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
  }
  .cms-bb-search-wrapper .cms-sport-events-date-picker::before {
    background: #092F57;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    content: "OR";
    position: relative;
    margin-right: 20px;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper {
  margin: 20px 0 0;
  clear: both;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data {
  background: #ffffff;
  border: 1px solid #F6F3EC;
  padding: 20px;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data {
    display: block;
  }
}
@media (min-width: 1024px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data {
    padding: 30px 30px 20px 30px;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-event-button {
  display: inline-block;
  background: #092F57;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 20px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  padding: 4px 15px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-event-button a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-event-button:hover {
  background: #E39F00;
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-event-button:hover a {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper {
  width: 60px;
  text-align: center;
  color: #092F57;
  font-family: "adobe-garamond-pro", serif;
  width: 100% !important;
  margin-bottom: 10px;
  display: flex;
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper {
    width: 100%;
    display: flex;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day {
  font-size: 18px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day .cms-bb-sport-events-fullday {
  display: none;
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day {
    position: relative;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
  }
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day:after {
    content: ",";
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-month {
  text-transform: uppercase;
  font-size: 18px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-year {
  font-size: 18px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-date {
  font-size: 35px;
  margin: 5px 0;
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-date {
    font-size: 18px;
    margin: 0;
    margin: 0 5px;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day {
  display: none;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-month,
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-date,
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-year {
  text-transform: uppercase;
  margin: 0 2px !important;
  font-size: 16px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data {
  width: 100%;
  padding: 0;
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data {
    width: 100%;
    padding: 10px 0 0;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-homeaway {
  margin: 0 0 10px;
  font-family: "adobe-garamond-pro", serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #092F57;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-title {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper {
  margin: 0 0 10px;
  font-weight: bold;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-team {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #525252;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-opponent {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #525252;
  margin-left: auto;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-opponent .cms-integration-sport-events-opponent-vs {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-desc {
  display: none;
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block {
  padding: 10px 0 0 0;
  display: flex;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block {
  display: block;
  font-size: 15px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-location-item {
  background: #F6F3EC !important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px 5px 35px !important;
  border-radius: 20px;
  color: #5A6E7B;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-location-item:before {
  position: absolute;
  left: 10px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time {
  background: #F6F3EC !important;
  display: inline-block;
  margin: 0 !important;
  padding-left: 35px !important;
  color: #5A6E7B;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time:before {
  content: "\e911" !important;
  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;
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time {
    margin: 0 0 10px;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-address {
  margin: 0 10px 10px 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-address:before {
  content: "\e910" !important;
  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;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-destination {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-destination:before {
  content: "";
  width: 8px;
  height: 2px;
  display: block;
  background: #092F57;
  position: absolute;
  left: 0;
  top: 7px;
  margin: auto;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-map-block {
  margin: 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper {
  display: flex;
  justify-content: end;
  width: 170px;
  font-family: "adobe-garamond-pro", serif;
  color: #092F57;
  font-size: 20px;
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper {
    width: 100%;
    justify-content: flex-start;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper .cms-bb-sport-events-game-outcome {
  margin: 0 15px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper .cms-bb-sport-events-game-score .cms-bb-sport-events-game-opponent {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 0 2px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper .cms-bb-sport-events-game-score .cms-bb-sport-events-game-opponent:before {
  content: "";
  width: 5px;
  height: 2px;
  display: block;
  background: #092F57;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 1100px) {
  .cms-bb-sport-events-search-block-desc {
    display: flex;
    align-items: end;
  }
  .cms-bb-sport-events-search-block-desc .cms-sport-events-filters {
    display: flex;
    align-items: end;
    gap: 10px;
    flex: 1;
  }
  .cms-bb-sport-events-search-block-desc .cms-sport-events-filters .sport-events-select {
    background: #ffffff url("../images/down-arrow.png") calc(100% - 10px) 50% no-repeat;
    background-size: 15px;
    max-width: 160px;
    position: relative;
  }
}

.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time {
  color: #092F57 !important;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time::before {
  color: #092F57;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-address {
  color: #092F57 !important;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-address::before {
  color: #092F57;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data {
  background: #092F57;
  border: 1px solid #092F57;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-event-button {
  background: #ffffff;
  border: 1px solid transparent;
  color: #092F57;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-event-button a {
  color: #092F57;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-event-button:hover {
  background: #E39F00;
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-event-button:hover a {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-homeaway {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-title {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-team {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-opponent {
  color: #ffffff;
  margin-left: auto;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-desc {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper .cms-bb-sport-events-game-opponent:before {
  background: #ffffff;
}

.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data {
  background: #5A6E7B;
  border: 1px solid #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-event-button {
  background: #092F57;
  border: 1px solid transparent;
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-event-button a {
  color: #ffffff;
  text-transform: uppercase;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-event-button:hover {
  background: #E39F00;
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-event-button:hover a {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-homeaway {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-team {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-opponent {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-desc {
  display: none;
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper .cms-bb-sport-events-game-opponent:before {
  background: #ffffff;
}

.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-cancelled .cms-bb-sport-events-homeaway {
  display: inline-block;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-cancelled .cms-bb-sport-events-homeaway::after {
  content: " Cancelled";
  background: #db0404;
  color: #ffffff;
  padding: 0 5px;
  margin-left: 10px;
  display: inline-block;
}

.site-bg-primary .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data {
  background-color: #E39F00;
}
.site-bb-roster-player-table,
.site-bb-roster-coach-table {
  width: 100%;
  color: #092F57;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .site-bb-roster-player-table,
  .site-bb-roster-coach-table {
    margin-top: 15px;
  }
}
.site-bb-roster-player-table tr,
.site-bb-roster-coach-table tr {
  padding: 5px 10px;
  display: block;
  white-space: normal;
  border-bottom: 1px #CCCCCC solid;
}
.site-bb-roster-player-table tr th,
.site-bb-roster-player-table tr td,
.site-bb-roster-coach-table tr th,
.site-bb-roster-coach-table tr td {
  padding-right: 10px;
  min-width: 90px;
  max-width: 90px;
  text-align: center;
}
.site-bb-roster-player-table tr th,
.site-bb-roster-coach-table tr th {
  text-transform: uppercase;
}
.site-bb-roster-player-table tr .cms-team-roster-player-name-title,
.site-bb-roster-player-table tr .cms-team-roster-player-name,
.site-bb-roster-coach-table tr .cms-team-roster-player-name-title,
.site-bb-roster-coach-table tr .cms-team-roster-player-name {
  min-width: 125px;
  max-width: 125px;
  text-align: left;
}
.site-bb-roster-player-table tr .cms-team-roster-player-preferred-name-title,
.site-bb-roster-player-table tr .cms-team-roster-player-preferred-name,
.site-bb-roster-coach-table tr .cms-team-roster-player-preferred-name-title,
.site-bb-roster-coach-table tr .cms-team-roster-player-preferred-name {
  min-width: 155px;
  max-width: 155px;
  text-align: left;
}
.site-bb-roster-player-table tr .cms-team-roster-player-jersey-number,
.site-bb-roster-coach-table tr .cms-team-roster-player-jersey-number {
  text-align: center;
}

.site-bb-roster-table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  display: block;
}

.site-bb-roster-coach-title {
  display: none;
}

/** @format */
.cms-bb-search-block-wrapper {
  clear: both;
  display: block;
  overflow: hidden;
}
.cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
  display: none;
  background: #092F57;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.5s ease all;
}
.cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title:hover {
  background: #E39F00;
  color: #ffffff;
  transition: 0.5s ease all;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
    display: block;
  }
}
.cms-bb-search-block-wrapper .cms-bb-search-block-close {
  display: none !important;
  position: absolute;
  top: 80px;
  right: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ffffff;
  border: 2px solid #12472e;
  font-size: 20px;
  transition: 0.5s ease all;
  line-height: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #092F57;
}
.cms-bb-search-block-wrapper .cms-bb-search-block-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: "\e90f" !important;
}
.cms-bb-search-block-wrapper .cms-bb-search-block-close:hover, .cms-bb-search-block-wrapper .cms-bb-search-block-close:focus {
  background: #092F57;
  color: #ffffff;
  transition: 0.5s ease all;
}
.cms-bb-search-block-wrapper .cms-bb-filter-saparation {
  display: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 40px 0 25px;
}
.cms-bb-search-block-wrapper .cms-bb-filter-saparation:after {
  content: "";
  display: block;
  background: white;
  z-index: 1;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  display: none;
}
.cms-bb-search-block-wrapper .cms-bb-filter-saparation:before {
  content: "";
  height: 1px;
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #F6F3EC;
  margin: auto;
  z-index: -2;
  display: none;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-filter-saparation {
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc {
    right: -100%;
    position: fixed;
    width: 100% !important;
    background: #F6F3EC;
    height: 100vh;
    top: 0;
    border: 1px solid #F6F3EC;
    padding: 60px 10px 10px;
    margin: auto;
    transition: all ease 0.5s;
    z-index: 9;
  }
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-filters > div,
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-date-picker > div {
    margin-bottom: 20px;
  }
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-filters *,
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-date-picker * {
    color: #525252 !important;
  }
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc.cms-bb-search-block-desc-active {
    right: 0%;
  }
}
.cms-bb-search-block-wrapper .cms-bb-search-block {
  float: left;
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block {
    display: block;
    float: none;
    margin: 0 0 20px;
  }
}
.cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
  display: none;
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  margin: 0 0 5px;
  text-align: center;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
    display: block;
  }
}
.cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
  margin: 0 5px 0 0;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
    margin: 0;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-search-filter-block {
    margin: 0 0 15px;
  }
}
.cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #F6F3EC;
  font-size: 14px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  width: 300px;
  height: 40px;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-button a.directory-button {
    width: 100%;
    display: block;
  }
}
.cms-bb-search-block-wrapper .cms-bb-role-filter-block {
  float: right;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
    float: none;
  }
}
.cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
    display: block;
  }
}
.cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
  font-size: 13px;
  color: black;
  line-height: 40px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
    margin: 0 0 5px;
    text-align: center;
  }
}
.cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
  width: 300px;
  height: 52px;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
    width: 100%;
  }
}

body.cms-page-is-in-preview-mode .cms-bb-search-block-wrapper .cms-bb-search-block-desc {
  top: 45px;
}

body.cms-page-is-published .cms-bb-search-block-wrapper .cms-bb-search-block-desc {
  top: 72px;
}/*# sourceMappingURL=style.css.map */