@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@font-face {
  font-family: "VerlagBlack";
  src: url("../fonts/web-fonts/VerlagBlack.woff2") format("woff2"), url("../fonts/web-fonts/VerlagBlack.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@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";
}

.site-color-text {
  color: #868686 !important;
}
.site-color-text-wrapper .cms-feature-title {
  color: #868686 !important;
}
.site-color-primary {
  color: #B30838 !important;
}
.site-color-primary-wrapper .cms-feature-title {
  color: #B30838 !important;
}
.site-color-secondary {
  color: #00011F !important;
}
.site-color-secondary-wrapper .cms-feature-title {
  color: #00011F !important;
}
.site-color-light {
  color: #65665C !important;
}
.site-color-light-wrapper .cms-feature-title {
  color: #65665C !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: #868686 !important;
}
.site-bg-primary, .site-bg-primary-wrapper, .site-bg .cms-feature-title {
  background: #B30838 !important;
}
.site-bg-secondary, .site-bg-secondary-wrapper, .site-bg .cms-feature-title {
  background: #00011F !important;
}
.site-bg-light, .site-bg-light-wrapper, .site-bg .cms-feature-title {
  background: #455962 !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: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #f9f9f9;
  font-size: 14px;
  line-height: 22px;
  color: #868686;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
}
@media (min-width: 600px) {
  body {
    padding-right: 50px !important;
  }
}
@media (min-width: 1024px) {
  body {
    padding-right: 80px !important;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 600px) {
  body.home-page, body.landing-page, body.search-result-page {
    padding-right: 50px !important;
  }
}
@media (min-width: 1024px) {
  body.home-page, body.landing-page, body.search-result-page {
    padding-right: 80px !important;
  }
}
@media (min-width: 1280px) {
  body.home-page, body.landing-page, body.search-result-page {
    padding-right: 0 !important;
  }
}

pre,
code,
kbd,
samp,
tt,
input,
textarea,
select,
option,
optgroup,
button,
td,
blockquote,
cite,
small,
big,
.marker,
q {
  font-family: "Roboto", sans-serif !important;
}

blockquote,
q {
  background: #00011F;
  padding: 25px;
  color: #ffffff !important;
  text-align: left !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-style: italic;
}
@media (min-width: 768px) {
  blockquote,
  q {
    padding: 50px;
  }
}
blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6,
q h2,
q h3,
q h4,
q h5,
q h6 {
  color: #ffffff;
}
blockquote h2:last-child, blockquote h3:last-child, blockquote h4:last-child, blockquote h5:last-child, blockquote h6:last-child,
q h2:last-child,
q h3:last-child,
q h4:last-child,
q h5:last-child,
q h6:last-child {
  margin-bottom: 0;
}
blockquote p,
q p {
  color: #ffffff;
  font-size: 18px !important;
  line-height: 28px !important;
  font-style: italic;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  display: none;
}

.site-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 600px) {
  .site-container {
    padding: 0 5%;
  }
}
@media (min-width: 1500px) {
  .site-container {
    padding: 0 6%;
  }
}
@media (min-width: 2200px) {
  .site-container {
    max-width: 1920px;
    padding: 0;
  }
}

ol {
  list-style-position: inside;
}

li {
  color: inherit;
}

var {
  color: #B30838;
  font-family: "VerlagBlack";
  font-style: normal;
  text-transform: uppercase;
}

tt {
  color: #C3A550;
  font-family: "Playfair Display", sans-serif !important;
}

.marker {
  padding: 0 !important;
  background: none !important;
  color: #00011F !important;
  line-height: 26px !important;
}

body.home-page .site-main-wrapper .site-sub-wrapper-horizontal, body.landing-page .site-main-wrapper .site-sub-wrapper-horizontal {
  padding: 0 !important;
  position: relative;
}
body.home-page .site-main-wrapper .site-sub-wrapper-two, body.home-page .site-main-wrapper .site-sub-wrapper-three, body.home-page .site-main-wrapper .site-sub-wrapper-four, body.landing-page .site-main-wrapper .site-sub-wrapper-two, body.landing-page .site-main-wrapper .site-sub-wrapper-three, body.landing-page .site-main-wrapper .site-sub-wrapper-four {
  padding: 0;
}

body.cms-page-is-in-edit-mode.home-page, body.cms-page-is-in-edit-mode.landing-page {
  margin-top: 45px;
}
body.cms-page-is-in-edit-mode.home-page .site-sub-wrapper-two, body.cms-page-is-in-edit-mode.landing-page .site-sub-wrapper-two {
  width: calc(100% - 80px) !important;
  margin-top: 50px;
}

body.empty-template-page {
  padding-right: 0 !important;
}
.site-main-wrapper .site-sub-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: right;
  padding-left: 70px;
}
@media (max-width: 1024px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: left;
}
@media (max-width: 1024px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
@media (min-width: 1025px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 400px);
  }
}
.site-main-wrapper .horizontal-wrapper {
  padding: 0 !important;
  position: relative;
}

body.home-page .site-sub-wrapper, body.landing-page .site-sub-wrapper, body.empty-template-page .site-sub-wrapper {
  padding: 0 !important;
}

.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}

.site-custom-directory-wrapper tr {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}
.site-custom-directory-wrapper tr td {
  width: calc(33.3333% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
  padding: 0 !important;
  vertical-align: top;
  border: 1px #B30838 solid;
}
.site-custom-directory-wrapper tr td h1, .site-custom-directory-wrapper tr td h2, .site-custom-directory-wrapper tr td h3, .site-custom-directory-wrapper tr td h4, .site-custom-directory-wrapper tr td h5, .site-custom-directory-wrapper tr td h6, .site-custom-directory-wrapper tr td p {
  margin-bottom: 0 !important;
}
.site-custom-directory-wrapper tr td h6 {
  margin-top: auto;
  background: #f9f9f9;
  padding: 20px 20px;
  height: 102px;
  overflow: hidden;
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1600px) {
  .site-custom-directory-wrapper tr td h6 {
    font-size: 25px;
  }
}
.site-custom-directory-wrapper tr td:has(img) h6 {
  margin-top: 0 !important;
}
.site-custom-directory-wrapper tr td p:has(img) img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
  object-position: top;
  aspect-ratio: 16/18;
}
.site-custom-directory-wrapper tr td p:has(a) {
  background: #B30838;
}
.site-custom-directory-wrapper tr td p:has(a) a {
  width: 100%;
  padding: 10px 0;
  display: block;
  color: #ffffff;
  transition: all 0.5s ease;
  letter-spacing: 0.2px;
  border-top: 1px #f9f9f9 solid;
}
.site-custom-directory-wrapper tr td p:has(a) a:hover {
  background: #f9f9f9;
  color: #B30838;
  border-top: 1px #B30838 solid;
}

h1 {
  font-size: 4.375rem;
  line-height: 1;
  font-family: "VerlagBlack";
  font-weight: normal;
  color: #B30838;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 3.125rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@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: 4.375rem;
  line-height: 1;
  font-family: "VerlagBlack";
  font-weight: normal;
  color: #B30838;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 3.125rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 999px) {
  h2 {
    font-size: 2.9166666667rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  h2 {
    font-size: 2.5735294118rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 2.813rem;
  line-height: 1.25;
  font-family: "VerlagBlack";
  font-weight: normal;
  color: #B30838;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  h3 {
    font-size: 2.0092857143rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  h3 {
    font-size: 1.8753333333rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 2.188rem;
  line-height: 1.25;
  font-family: "VerlagBlack";
  font-weight: normal;
  color: #B30838;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  h4 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  h4 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-family: "VerlagBlack";
  font-weight: normal;
  color: #B30838;
  text-transform: uppercase;
  font-family: "VerlagBlack";
  margin-bottom: 20px;
}
@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.563rem;
  line-height: 1.25;
  font-family: "VerlagBlack";
  font-weight: normal;
  color: #B30838;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  h6 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  h6 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

a {
  text-decoration: none;
  color: #868686;
}
a:hover, a:focus {
  color: #B30838;
}

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: #B30838;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #B30838;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  transition: 0.5s;
}
.site-button-primary:hover, .site-form-payment-wrapper .site-payment-buttons button:hover, .site-button-primary:focus, .site-form-payment-wrapper .site-payment-buttons button:focus,
.site-form-data .site-form-buttons .site-form-button:hover,
.site-form-data .site-form-buttons .site-form-button:focus,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:focus {
  background: #ffffff;
  color: #B30838;
  border: 1px solid #B30838;
}
.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 {
  box-shadow: inset 0 3.5em 0 0 #ffffff;
}

.site-bookmark-button {
  position: relative;
  background: #ffffff;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #B30838;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #00011F;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
}
.site-bookmark-button:hover, .site-bookmark-button:focus {
  background: #ffffff;
  color: #00011F;
  border: 1px solid #B30838;
}
.site-bookmark-button:hover {
  background: #B30838;
}
.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: #00011F;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #00011F;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  transition: 0.5s;
}
.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, .site-button-secondary:focus, .site-bg-primary .sport-events-search-button .site-button-primary:focus, .site-bg-primary .sport-events-search-button .site-form-payment-wrapper .site-payment-buttons button:focus, .site-form-payment-wrapper .site-payment-buttons .site-bg-primary .sport-events-search-button button:focus, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:focus {
  background: #B30838;
  color: #ffffff;
  border: 1px solid #B30838;
}
.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 {
  box-shadow: inset 0 3.5em 0 0 #B30838;
}

.site-button-border {
  background: transparent;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  transition: 0.5s;
}
.site-button-border:hover, .site-button-border:focus {
  background: #B30838;
  color: #ffffff;
  border: 1px solid #B30838;
}
.site-button-border:hover {
  box-shadow: inset 0 3.5em 0 0 #B30838;
}

.site-button-white {
  background: #ffffff;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #00011F;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  transition: 0.5s;
}
.site-button-white:hover, .site-button-white:focus {
  background: #B30838;
  color: #ffffff;
  border: 1px solid #B30838;
}
.site-button-white:hover {
  box-shadow: inset 0 3.5em 0 0 #B30838;
}

.site-button-full-primary {
  background: #B30838;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #B30838;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.site-button-full-primary:hover, .site-button-full-primary:focus {
  background: #00011F;
  color: #ffffff;
  border: 1px solid #00011F;
}
.site-button-full-primary:hover {
  box-shadow: inset 0 3.5em 0 0 #00011F;
}

.site-button-full-secondary {
  background: #00011F;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #00011F;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.site-button-full-secondary:hover, .site-button-full-secondary:focus {
  background: #B30838;
  color: #ffffff;
  border: 1px solid #B30838;
}
.site-button-full-secondary:hover {
  box-shadow: inset 0 3.5em 0 0 #B30838;
}

.site-button-full-border {
  background: transparent;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.site-button-full-border:hover, .site-button-full-border:focus {
  background: #B30838;
  color: #ffffff;
  border: 1px solid #B30838;
}
.site-button-full-border:hover {
  box-shadow: inset 0 3.5em 0 0 #B30838;
}

.site-button-full-white {
  background: #ffffff;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #00011F;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.site-button-full-white:hover, .site-button-full-white:focus {
  background: #B30838;
  color: #ffffff;
  border: 1px solid #B30838;
}
.site-button-full-white:hover {
  box-shadow: inset 0 3.5em 0 0 #B30838;
}

.site-textarea {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #455962;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", 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 #455962;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
}

select.site-select {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #455962;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
}

main#site-main {
  min-height: 300px;
  overflow-x: hidden;
}
main#site-main .site-page-title {
  margin-top: 20px;
  color: #B30838;
}

.site-header {
  background: transparent;
  padding: 0;
  width: 50px;
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 500;
}
@media (min-width: 600px) {
  .site-header {
    height: 100%;
    right: 0;
  }
}
@media (min-width: 600px) {
  .site-header {
    background: #ffffff;
  }
}
@media (min-width: 1024px) {
  .site-header {
    width: 80px;
  }
}
.site-header .site-container {
  height: 100%;
  padding: 0;
}
@media (max-width: 599px) {
  .site-header .site-header-right {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.site-header .site-header-block {
  height: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
@media (min-width: 600px) {
  .site-header .site-header-block {
    padding: 50px 0;
  }
}
.site-header .site-header-block .site-header-logo {
  width: 30px !important;
  display: none;
}
@media (min-width: 600px) {
  .site-header .site-header-block .site-header-logo {
    display: block;
  }
}
.site-header .site-header-block .site-header-logo .feature-zone,
.site-header .site-header-block .site-header-logo .cms-feature-wrapper {
  margin: 0;
}
.site-header .site-header-block .site-header-logo h1,
.site-header .site-header-block .site-header-logo h2,
.site-header .site-header-block .site-header-logo h3,
.site-header .site-header-block .site-header-logo h4,
.site-header .site-header-block .site-header-logo h5,
.site-header .site-header-block .site-header-logo h6 {
  margin: 0;
}
.site-header .site-header-block .site-header-logo img {
  width: 30px !important;
  height: 36px;
}
.site-header #site-header-text {
  width: 100%;
}
@media (min-height: 450px) and (max-height: 500px) {
  .site-header #site-header-text {
    display: none;
  }
}
@media (max-width: 599px) {
  .site-header #site-header-text {
    display: none;
  }
}
.site-header #site-header-text .cms-feature-wrapper,
.site-header #site-header-text .cms-text-feature-data {
  width: 100%;
}
.site-header #site-header-text .cms-feature-datablock {
  width: 100%;
  display: flex;
  justify-content: center;
}
.site-header #site-header-text .cms-text-feature-content p {
  color: #00011F;
  font-weight: bold;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (max-width: 599px) {
  .site-header #site-header-text .cms-text-feature-content p {
    font-size: 12px;
  }
}
.site-header #site-header-text .cms-text-feature {
  display: block;
}
.site-header #site-header-text .cms-text-feature:nth-child(2) {
  display: none;
}
.site-header-active #site-header-text .cms-text-feature {
  display: none;
}
.site-header-active #site-header-text .cms-text-feature:nth-child(2) {
  display: block;
}
@media (min-width: 600px) {
  .site-header .site-navigation-wrapper {
    right: 50px !important;
  }
}
@media (min-width: 1024px) {
  .site-header .site-navigation-wrapper {
    right: 80px !important;
  }
}
.site-header .site-search-wrapper {
  text-align: center;
  position: relative;
  z-index: 999;
}
.site-header .site-search-wrapper .site-icon-search {
  margin-right: 10px;
}
@media (min-width: 600px) {
  .site-header .site-search-wrapper .site-icon-search {
    margin-right: 0;
  }
}
.site-header .site-search-wrapper .site-icon-search::before {
  color: #ffffff;
}
@media (min-width: 600px) {
  .site-header .site-search-wrapper .site-icon-search::before {
    color: #B30838;
  }
}

body.cms-page-is-in-preview-mode .site-header {
  top: 45px;
}
@media (min-width: 600px) {
  body.cms-page-is-in-preview-mode .site-header {
    height: calc(100% - 45px);
  }
}
body.cms-page-is-in-preview-mode .site-header .site-navigation-wrapper {
  top: 45px;
  height: calc(100vh - 45px);
}

body.cms-page-is-in-edit-mode .site-header {
  top: 72px;
}
@media (min-width: 600px) {
  body.cms-page-is-in-edit-mode .site-header {
    height: calc(100% - 72px);
  }
}
body.cms-page-is-in-edit-mode .site-header .site-navigation-wrapper {
  top: 72px;
  height: calc(100vh - 72px);
}
body.cms-page-is-in-edit-mode .site-header #site-header-text .cms-text-feature-content p {
  font-size: 10px;
}
body.cms-page-is-in-edit-mode .site-header #site-header-text .cms-text-feature {
  display: block !important;
}

body.cms-page-is-published .site-header {
  top: 72px;
  height: calc(100% - 72px);
}
body.cms-page-is-published .site-header .site-navigation-wrapper {
  top: 72px;
  height: calc(100vh - 72px);
}

#site-footer {
  background: #00011F;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #site-footer {
    margin-top: 100px;
  }
}
#site-footer .site-footer-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  color: #000000;
}
@media (min-width: 1024px) {
  #site-footer .site-footer-block {
    height: 100%;
    flex-direction: row;
  }
}
@media (max-width: 399px) {
  #site-footer .site-footer-block {
    display: block;
    text-align: center;
  }
}
#site-footer .site-footer-block .site-footer-left {
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  #site-footer .site-footer-block .site-footer-left {
    width: 60%;
    padding: 0 4% 0 8%;
  }
}
@media (min-width: 1400px) {
  #site-footer .site-footer-block .site-footer-left {
    width: 50%;
    padding: 0 4% 0 8%;
  }
}
#site-footer .site-footer-block .site-footer-left #site-footer-left {
  padding-top: 50px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 1280px) {
  #site-footer .site-footer-block .site-footer-left #site-footer-left {
    padding-top: 100px;
  }
}
#site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content h1, #site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content h2, #site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content h3, #site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content h4, #site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content h5, #site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content h6, #site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content p, #site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content a {
  color: #ffffff;
}
#site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content h3, #site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content h5 {
  font-family: "VerlagBlack";
  text-transform: uppercase;
}
#site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content p {
  font-size: 16px;
  line-height: 1.2;
}
#site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content .site-button-border {
  margin-top: 10px;
}
@media (min-width: 600px) {
  #site-footer .site-footer-block .site-footer-left #site-footer-left .cms-text-feature-content .site-button-border {
    margin-right: 10px;
  }
}
#site-footer .site-footer-block .site-footer-left .site-custom-footer-logo-wrapper {
  width: 86px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  #site-footer .site-footer-block .site-footer-left .site-custom-footer-logo-wrapper {
    position: absolute;
    top: 80px;
    right: -43px;
  }
}
@media (min-width: 1280px) {
  #site-footer .site-footer-block .site-footer-left .site-custom-footer-ubiq-wrapper {
    padding-top: 50px;
  }
}
#site-footer .site-footer-block .site-footer-left .site-custom-footer-ubiq-wrapper .site-custom-footer-ubiq p {
  font-size: 14px;
}
#site-footer .site-footer-block .site-footer-left a:not(.site-button-border) {
  position: relative;
}
#site-footer .site-footer-block .site-footer-left a:not(.site-button-border)::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -2px;
  transition: all ease 0.5s;
}
#site-footer .site-footer-block .site-footer-left a:not(.site-button-border):hover:after {
  width: 100%;
}
#site-footer .site-footer-block .site-footer-right {
  background: #00011F;
  width: 100%;
  position: relative;
  z-index: 4;
}
@media (min-width: 1024px) {
  #site-footer .site-footer-block .site-footer-right {
    width: 40%;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  #site-footer .site-footer-block .site-footer-right {
    width: 50%;
  }
}
#site-footer .site-footer-block .site-footer-right #site-footer-right {
  height: 100%;
}
#site-footer .site-footer-block .site-footer-right #site-footer-right #eapps-google-maps-1 {
  height: 100%;
}
#site-footer .site-footer-block .site-footer-right #site-footer-right .cms-gallery-feature, #site-footer .site-footer-block .site-footer-right #site-footer-right .cms-text-feature, #site-footer .site-footer-block .site-footer-right #site-footer-right .cms-text-feature-data, #site-footer .site-footer-block .site-footer-right #site-footer-right .cms-feature-datablock, #site-footer .site-footer-block .site-footer-right #site-footer-right .site-slider, #site-footer .site-footer-block .site-footer-right #site-footer-right .site-slick-wrapper, #site-footer .site-footer-block .site-footer-right #site-footer-right .slick-list, #site-footer .site-footer-block .site-footer-right #site-footer-right .slick-track {
  height: 100%;
  margin-bottom: 0;
}
#site-footer .site-footer-block .site-footer-right #site-footer-right .cms-gallery-feature .site-slider-image-block, #site-footer .site-footer-block .site-footer-right #site-footer-right .cms-text-feature .site-slider-image-block, #site-footer .site-footer-block .site-footer-right #site-footer-right .cms-text-feature-data .site-slider-image-block, #site-footer .site-footer-block .site-footer-right #site-footer-right .cms-feature-datablock .site-slider-image-block, #site-footer .site-footer-block .site-footer-right #site-footer-right .site-slider .site-slider-image-block, #site-footer .site-footer-block .site-footer-right #site-footer-right .site-slick-wrapper .site-slider-image-block, #site-footer .site-footer-block .site-footer-right #site-footer-right .slick-list .site-slider-image-block, #site-footer .site-footer-block .site-footer-right #site-footer-right .slick-track .site-slider-image-block {
  height: 100%;
}
#site-footer .site-footer-block .site-footer-right #site-footer-right .cms-gallery-feature .site-slider-image-block .site-slider-image, #site-footer .site-footer-block .site-footer-right #site-footer-right .cms-text-feature .site-slider-image-block .site-slider-image, #site-footer .site-footer-block .site-footer-right #site-footer-right .cms-text-feature-data .site-slider-image-block .site-slider-image, #site-footer .site-footer-block .site-footer-right #site-footer-right .cms-feature-datablock .site-slider-image-block .site-slider-image, #site-footer .site-footer-block .site-footer-right #site-footer-right .site-slider .site-slider-image-block .site-slider-image, #site-footer .site-footer-block .site-footer-right #site-footer-right .site-slick-wrapper .site-slider-image-block .site-slider-image, #site-footer .site-footer-block .site-footer-right #site-footer-right .slick-list .site-slider-image-block .site-slider-image, #site-footer .site-footer-block .site-footer-right #site-footer-right .slick-track .site-slider-image-block .site-slider-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.home-page #site-footer, body.landing-page #site-footer {
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  body.home-page #site-footer-left, body.landing-page #site-footer-left {
    padding-top: 70px !important;
  }
}
@media (min-width: 1400px) {
  body.home-page #site-footer-left, body.landing-page #site-footer-left {
    padding-top: 100px !important;
  }
}
@media (min-width: 1600px) {
  body.home-page #site-footer-left, body.landing-page #site-footer-left {
    padding-top: 200px !important;
  }
}
body.home-page .site-custom-footer-ubiq-wrapper, body.landing-page .site-custom-footer-ubiq-wrapper {
  padding-top: 20px !important;
}
@media (min-width: 1600px) {
  body.home-page .site-custom-footer-ubiq-wrapper, body.landing-page .site-custom-footer-ubiq-wrapper {
    padding-top: 0 !important;
    margin-top: auto !important;
    padding-bottom: 50px !important;
  }
}
body.home-page .site-custom-footer-logo-wrapper .site-slider-image, body.landing-page .site-custom-footer-logo-wrapper .site-slider-image {
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1280px) {
  body.cms-page-is-in-preview-mode.home-page #site-footer, body.cms-page-is-in-preview-mode.landing-page #site-footer {
    height: calc(100vh - 45px);
  }
}

body.cms-page-is-in-edit-mode #site-footer {
  height: auto;
}
body.cms-page-is-in-edit-mode #site-footer #site-footer-left {
  height: auto !important;
}
body.cms-page-is-in-edit-mode #site-footer .site-footer-right #site-footer-right {
  height: auto;
}

body.cms-page-is-published #site-footer {
  height: calc(100vh - 72px);
}

@media (min-width: 1025px) {
  .site-sidebar {
    width: 400px;
  }
}

.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 {
  background: #f9f9f9;
  padding: 0 0 15px;
  color: #868686;
  margin: 0 0 60px;
}
@media (min-width: 1024px) {
  .site-breadcrumbs-wrapper {
    padding: 15px 0;
  }
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 25px 0 0;
  position: relative;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  color: #B30838;
  content: "/";
  font-size: 16px;
  position: absolute;
  right: 8px;
  top: 0;
  font-weight: bold;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active {
  color: #B30838;
  font-weight: bold;
  text-transform: uppercase;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #B30838;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #B30838;
  left: 0;
  bottom: -2px;
  transition: all ease 0.5s;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}

@media (min-width: 10000px) {
  .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    text-transform: uppercase;
    color: #ffffff;
    display: block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: #65665C;
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li {
    display: block;
    margin: 0 0 5px;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li a {
    color: #ffffff;
  }
  .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 {
  background: #B30838;
  width: 30px;
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin: 0;
  border-radius: 50%;
  z-index: 999;
}
@media (min-width: 600px) {
  .site-menu-toggle {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 1024px) {
  .site-menu-toggle {
    width: 40px;
    height: 40px;
  }
}
.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 16px;
  background: #ffffff;
  opacity: 1;
  left: calc(50% - 8px);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-menu-toggle span:nth-child(1) {
  top: 9px;
}
@media (min-width: 1024px) {
  .site-menu-toggle span:nth-child(1) {
    top: 14px;
  }
}
.site-menu-toggle span:nth-child(2),
.site-menu-toggle span:nth-child(3) {
  top: 14px;
}
@media (min-width: 1024px) {
  .site-menu-toggle span:nth-child(2),
  .site-menu-toggle span:nth-child(3) {
    top: 19px;
  }
}
.site-menu-toggle span:nth-child(4) {
  top: 19px;
}
@media (min-width: 1024px) {
  .site-menu-toggle span:nth-child(4) {
    top: 24px;
  }
}
.site-menu-toggle:hover span:nth-child(1) {
  width: 16px;
}
.site-menu-toggle:hover span:nth-child(2),
.site-menu-toggle:hover span:nth-child(3) {
  width: 12px;
}
.site-menu-toggle:hover span:nth-child(4) {
  width: 7px;
}
.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) {
  width: 16px;
  transform: rotate(45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(3) {
  width: 16px;
  transform: rotate(-45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (max-width: 9999px) {
  .site-menu-toggle {
    display: block;
  }
  .site-navigation-wrapper {
    position: fixed;
    background: #ffffff;
    z-index: 998;
    top: 0;
    right: 0;
    transition: all ease 0.5s;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 9999px) and (min-width: 600px) {
  .site-navigation-wrapper {
    width: calc(100% - 50px);
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper {
    width: calc(100% - 80px);
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .site-navigation-wrapper-left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 9999px) and (max-width: 1023px) {
  .site-navigation-wrapper-left.active {
    background: #00011F;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper-left {
    background: linear-gradient(to right, #ffffff 60%, #00011F 60%);
    width: 100%;
    margin-left: 6%;
  }
}
@media (max-width: 9999px) and (min-width: 1280px) {
  .site-navigation-wrapper-left {
    width: 70%;
    margin-left: 6%;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper-left .go-back {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 25px;
    left: 20px;
    display: none;
  }
}
@media (max-width: 9999px) and (max-width: 1023px) {
  .site-navigation-wrapper-left .go-back-active {
    display: block;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper-left .go-back {
    left: auto;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper-left #site-navigation-custom-links {
    padding: 20px;
    margin-top: auto;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper-left #site-navigation-custom-links {
    padding: 20px 0;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper-left #site-navigation-custom-links.hide {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper-left #site-navigation-custom-links {
    left: 0;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper-left #site-navigation-custom-links p {
    margin-bottom: 5px;
    line-height: 1;
  }
  .site-navigation-wrapper-left #site-navigation-custom-links p a {
    color: #65665C;
    font-family: "VerlagBlack";
    font-size: 16px;
    position: relative;
  }
  .site-navigation-wrapper-left #site-navigation-custom-links p a::after {
    content: "";
    width: 0;
    position: absolute;
    height: 1px;
    background: #65665C;
    left: 0;
    bottom: 0;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper-left #site-navigation-custom-links p a:hover:after {
    width: 100%;
  }
  .site-navigation-wrapper-left #site-navigation-custom-links p a.custom-link-active:after {
    width: 100%;
  }
  .site-navigation-wrapper-right {
    display: none;
  }
}
@media (max-width: 9999px) and (min-width: 1280px) {
  .site-navigation-wrapper-right {
    width: 30%;
    display: block;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper-right #site-navigation-image,
  .site-navigation-wrapper-right .cms-gallery-feature,
  .site-navigation-wrapper-right .site-slider,
  .site-navigation-wrapper-right .site-slick-wrapper,
  .site-navigation-wrapper-right .slick-list,
  .site-navigation-wrapper-right .slick-track,
  .site-navigation-wrapper-right .site-slide,
  .site-navigation-wrapper-right .site-slider-image-block {
    width: 100% !important;
    height: 100%;
    margin: 0;
  }
  .site-navigation-wrapper-right #site-navigation-image .site-slider-image,
  .site-navigation-wrapper-right .cms-gallery-feature .site-slider-image,
  .site-navigation-wrapper-right .site-slider .site-slider-image,
  .site-navigation-wrapper-right .site-slick-wrapper .site-slider-image,
  .site-navigation-wrapper-right .slick-list .site-slider-image,
  .site-navigation-wrapper-right .slick-track .site-slider-image,
  .site-navigation-wrapper-right .site-slide .site-slider-image,
  .site-navigation-wrapper-right .site-slider-image-block .site-slider-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .site-navigation-wrapper-right .slick-track {
    margin: 0;
  }
}
@media (max-width: 9999px) and (max-width: 1023px) {
  .site-navigation-wrapper nav#site-navigation.active {
    background: #00011F;
    height: 100%;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 120px 20px 0;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block {
    padding: 140px 40% 0 0;
  }
}
@media (max-width: 9999px) and (min-width: 1366px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block {
    padding: 160px 40% 0 0;
  }
}
@media (max-width: 9999px) and (max-width: 1023px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block.active {
    background: #00011F;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block .nav-crest {
    background-image: url("../images/logo-crest.png");
    background-size: 100%;
    width: 64px;
    height: 76px;
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block .nav-crest {
    width: 55px;
    height: 65px;
    top: 50px;
    left: 0;
  }
}
@media (max-width: 9999px) and (min-width: 1366px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block .nav-crest {
    width: 65px;
    height: 77px;
    top: 50px;
    left: 0;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block > li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block > li {
    margin: 0 0 5px;
    padding: 0 0 5px;
  }
}
@media (max-width: 9999px) and (min-width: 1366px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block > li {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
}
@media (max-width: 9999px) and (min-width: 1600px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block > li {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
@media (max-width: 9999px) and (max-width: 599px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block > li {
    margin: 0 0 8px;
    padding: 0;
  }
}
@media (max-width: 9999px) {
  .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 > a {
    color: #00011F;
    font-size: 28px;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block > li > a::after {
    content: "";
    width: 0;
    position: absolute;
    height: 2px;
    background: #B30838;
    left: 0;
    bottom: -4px;
    transition: width ease 0.5s;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block > li > a:hover {
    color: #B30838;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li {
    width: 100%;
    list-style-type: none;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li.site-nav-item-not-active {
    display: none;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li.level1 {
    display: flex;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li.level1 .site-nav-link {
    font-family: "VerlagBlack";
    position: relative;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li.level1.custom-nav-hide-in-nav, .site-navigation-wrapper nav#site-navigation ul.site-nav-block li.level1.hide-in-nav {
    display: none;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li {
    width: auto;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-nav-link-active {
    color: #B30838;
    position: relative;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-nav-link-active::after {
    width: 100%;
  }
}
@media (max-width: 9999px) and (min-width: 1280px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .level2 .site-nav-expand,
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .level3 .site-nav-expand {
    display: none;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: inline-block;
    color: #00011F;
    cursor: pointer;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    color: #ffffff;
    color: #00011F;
  }
}
@media (max-width: 9999px) {
  .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: 34px;
    display: block;
    transition: all ease 0.5s;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    content: "\e907" !important;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(-90deg);
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .level2 .site-nav-expand,
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .level3 .site-nav-expand {
    display: none;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .level2 .site-subnav-wrapper,
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .level3 .site-subnav-wrapper {
    max-height: 0 !important;
    width: 100% !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .level2 .site-subnav-wrapper .site-subnav-block,
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .level3 .site-subnav-wrapper .site-subnav-block {
    padding: 0 0 0 10px !important;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper {
    display: flex;
    overflow: hidden;
    max-height: 0;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 140px 30px 0 !important;
  }
}
@media (max-width: 9999px) and (min-width: 1366px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 160px 30px 0 !important;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
    transition: all 0 ease;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper-active {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
}
@media (max-width: 9999px) and (max-width: 1023px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    max-height: calc(100vh - 250px);
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 10px 0 0;
    text-transform: none;
  }
}
@media (max-width: 9999px) and (min-width: 1024px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 0 0 10px;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff;
    font-family: "VerlagBlack";
    font-weight: normal;
    position: relative;
    font-size: 20px;
  }
}
@media (max-width: 9999px) and (min-width: 1280px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    font-size: 20px;
  }
}
@media (max-width: 9999px) {
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a::after {
    content: "";
    width: 0;
    position: absolute;
    height: 1px;
    background: #ffffff;
    left: 0;
    bottom: -2px;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: #ffffff;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover:after {
    width: 100%;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff;
  }
  .site-navigation-wrapper nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a:after {
    width: 100%;
  }
}
body.cms-page-is-in-edit-mode .site-navigation-wrapper-right {
  padding: 50px 0;
  height: 90%;
  overflow: hidden;
}
body.cms-page-is-in-edit-mode .site-navigation-wrapper-right .site-slider-image {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-sidebar-menu {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 30px 15px 30px 15px;
  margin: 0;
  position: relative;
  min-height: 270px;
}
@media (max-width: 1024px) {
  .site-sidebar-menu {
    display: none;
  }
}
.site-sidebar-menu h4 {
  color: #00011F;
  font-weight: bold;
  text-align: center;
}
.site-sidebar-menu ul {
  padding: 0;
}
.site-sidebar-menu ul.site-nav-block .site-subnav-level3 {
  padding-top: 10px;
}
.site-sidebar-menu ul.site-nav-block .site-subnav-level3 .site-subnav-item.level3 {
  border: 0;
}
.site-sidebar-menu ul.site-nav-block > li.level1 .site-nav-expand {
  display: none;
}
.site-sidebar-menu ul.site-nav-block > li .level2 .site-nav-expand,
.site-sidebar-menu ul.site-nav-block > li .level3 .site-nav-expand,
.site-sidebar-menu ul.site-nav-block > li .level4 .site-nav-expand {
  display: block !important;
}
.site-sidebar-menu ul.site-nav-block > li > a {
  font-weight: bold;
  text-align: center;
  color: #00011F;
  display: block;
  padding: 10px 0 10px 0;
}
.site-sidebar-menu ul.site-nav-block > li > a:hover {
  color: #00011F;
}
.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: 10px 0;
  text-align: center;
  border-top: 1px solid #868686;
}
.site-sidebar-menu ul.site-subnav-block li.level2 .site-subnav-block .site-subnav-link {
  border-top: 0 !important;
}
.site-sidebar-menu ul.site-subnav-block li > a {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #00011F;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  position: relative;
}
.site-sidebar-menu ul.site-subnav-block li > a:after {
  content: "";
  background: #00011F;
  height: 1px;
  width: 0;
  display: block;
  position: absolute;
  bottom: 2px;
  margin: auto;
  transition: all 0.5s ease;
}
.site-sidebar-menu ul.site-subnav-block li > a:hover {
  color: #00011F;
}
.site-sidebar-menu ul.site-subnav-block li > a:hover::after {
  width: 100%;
}
.site-sidebar-menu ul li {
  display: block;
  position: relative;
}
.site-sidebar-menu ul li.level1 .site-nav-link {
  font-family: "VerlagBlack";
  text-transform: uppercase;
}
.site-sidebar-menu ul li.level3 .site-subnav-link {
  color: #65665C;
  font-weight: normal;
}
.site-sidebar-menu ul li.site-nav-active > a, .site-sidebar-menu ul li.site-subnav-active > a {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #00011F !important;
  font-family: "Roboto", sans-serif;
}
.site-sidebar-menu ul li.site-nav-active > a::after, .site-sidebar-menu ul li.site-subnav-active > a::after {
  width: 100%;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  color: #868686;
  cursor: pointer;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 30px;
  display: block;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand-active:before {
  transform: rotate(90deg);
}
.site-sidebar-menu ul li .site-subnav-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-subnav-wrapper-active {
  max-height: 1000px;
}
.athletics-page-content .site-sidebar-menu h4 {
  color: #B30838;
}

.site-social-facebook {
  width: 34px;
  height: 34px;
  line-height: 33px;
  background: #00011F;
  border: 1px solid #00011F;
  margin: 0 5px 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: #ffffff;
  transition: all ease 0.5s;
}
.site-social-facebook::after {
  display: none;
}
.site-social-facebook:hover {
  border: 1px solid #00011F;
  background: transparent;
}
.site-social-facebook:hover:before {
  color: #00011F;
  transform: rotate(360deg);
}
.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: #00011F;
  border: 1px solid #00011F;
  margin: 0 5px 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: #ffffff;
  transition: all ease 0.5s;
}
.site-social-instagram::after {
  display: none;
}
.site-social-instagram:hover {
  border: 1px solid #00011F;
  background: transparent;
}
.site-social-instagram:hover:before {
  color: #00011F;
  transform: rotate(360deg);
}
.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: #00011F;
  border: 1px solid #00011F;
  margin: 0 5px 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: #ffffff;
  transition: all ease 0.5s;
}
.site-social-twitter::after {
  display: none;
}
.site-social-twitter:hover {
  border: 1px solid #00011F;
  background: transparent;
}
.site-social-twitter:hover:before {
  color: #00011F;
  transform: rotate(360deg);
}
.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: #00011F;
  border: 1px solid #00011F;
  margin: 0 5px 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: #ffffff;
  transition: all ease 0.5s;
}
.site-social-youtube::after {
  display: none;
}
.site-social-youtube:hover {
  border: 1px solid #00011F;
  background: transparent;
}
.site-social-youtube:hover:before {
  color: #00011F;
  transform: rotate(360deg);
}
.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: #00011F;
  border: 1px solid #00011F;
  margin: 0 5px 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: #ffffff;
  transition: all ease 0.5s;
}
.site-social-linkedin::after {
  display: none;
}
.site-social-linkedin:hover {
  border: 1px solid #00011F;
  background: transparent;
}
.site-social-linkedin:hover:before {
  color: #00011F;
  transform: rotate(360deg);
}
.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: #00011F;
  border: 1px solid #00011F;
  margin: 0 5px 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: #ffffff;
  transition: all ease 0.5s;
}
.site-social-tiktok::after {
  display: none;
}
.site-social-tiktok:hover {
  border: 1px solid #00011F;
  background: transparent;
}
.site-social-tiktok:hover:before {
  color: #00011F;
  transform: rotate(360deg);
}
.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: #B30838;
  }
}
.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 #00011F;
  background: #00011F;
  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 #B30838;
  background: #B30838;
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  background: #B30838;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #B30838;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  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, .cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:focus {
  background: #B30838;
  color: #ffffff;
  border: 1px solid #00011F;
}
@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 #00011F;
}
.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(0, 0, 0, 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 .site-display-wrapper-listitem .site-display-list-block {
  border: none;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image {
  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:hover .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 .site-display-image .site-display-image-link img {
  transition: all 1.5s ease-in-out;
}
.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 {
  font-size: 20px;
}
.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: #B30838;
  font-family: "VerlagBlack";
  text-transform: uppercase;
  position: relative;
}
.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: 2px;
  background: #B30838;
  left: 0;
  bottom: 0;
  transition: width ease 0.5s;
}
.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:hover, .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:focus {
  color: #B30838;
}
.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:hover::after, .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:focus::after {
  width: 100%;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
@media (min-width: 1024px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list {
    padding-bottom: 0;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .slick-list:not(.site-custom-curriculum-search-wrapper .slick-list) {
  margin: 0 -10px !important;
}
@media (min-width: 768px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list .slick-list:not(.site-custom-curriculum-search-wrapper .slick-list) {
    margin: 0 -10px !important;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .slick-list:not(.site-custom-curriculum-search-wrapper .slick-list) .slick-track {
  display: flex;
  justify-content: center;
}
.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%;
  }
}
.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(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(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(20% - 10px);
    flex: 0 0 20%;
  }
}

.site-custom-display-white-wrapper .site-display-title a {
  color: #ffffff !important;
}
.site-custom-display-white-wrapper .site-display-title a::after {
  background: #ffffff !important;
}

.mfp-arrow {
  background: #B30838;
  color: #ffffff;
  border: 1px solid #B30838;
  border-radius: 100%;
}
.mfp-arrow:after {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
}
.mfp-arrow:hover {
  background: #00011F;
  color: #ffffff;
  border: 1px solid #00011F;
}
.mfp-arrow:hover:after {
  color: #ffffff;
}
.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: #B30838;
  color: #ffffff;
  border: 1px solid #B30838;
  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: #00011F;
  color: #ffffff;
  border: 1px solid #00011F;
}
.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 {
    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-image-block .site-slider-image {
  transition: all 1.5s ease-in-out;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) .site-container {
  padding: 0 !important;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .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(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) .site-container .site-slider-capton-data {
    max-width: 75%;
  }
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h1,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h2,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h3,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h4,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h5,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h6 {
  color: #ffffff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h1:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h2:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h3:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h4:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h5:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.custom-float-gallery-wrapper .site-slider-caption):not(.custom-athletics-gallery-wrapper .site-slider-caption):not(.custom-athletics-hero-wrapper .site-slider-caption):not(.site-custom-landing-banner .site-slider-caption):not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption):not(.site-custom-teams-gallery .site-slider-caption):not(.site-custom-video-gallery .site-slider-caption):not(.site-custom-activities-gallery .site-slider-caption):not(.site-custom-crest-intro .site-slider-caption):not(.site-custom-crest-banner .site-slider-caption) h6:last-child {
  margin-bottom: 0;
}
.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 {
  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-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 {
  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-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: #B30838;
  color: #ffffff;
  border: 1px solid #B30838;
  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: #00011F;
  color: #ffffff;
  border: 1px solid #00011F;
}
.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 #B30838 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: #868686;
}
.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;
}
@media (min-width: 1400px) {
  .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: #B30838;
}
.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: 26px;
  font-size: 16px;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) li::marker,
.cms-gallery-feature-wrapper ol li::marker {
  color: #B30838;
  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-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 {
  width: 37px !important;
  height: 37px !important;
  left: 30px;
}
@media (min-width: 1024px) {
  .slick-arrow.slick-prev {
    width: 50px !important;
    height: 50px !important;
    left: 40px;
  }
}
.slick-arrow.slick-prev::before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  font-size: 24px !important;
  line-height: 32px !important;
}
@media (min-width: 1024px) {
  .slick-arrow.slick-prev::before {
    font-size: 30px !important;
    line-height: 47px !important;
  }
}
.slick-arrow.slick-next {
  width: 37px !important;
  height: 37px !important;
  right: 30px;
}
@media (min-width: 1024px) {
  .slick-arrow.slick-next {
    width: 50px !important;
    height: 50px !important;
    right: 40px;
  }
}
.slick-arrow.slick-next::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: 24px !important;
  line-height: 32px !important;
}
@media (min-width: 1024px) {
  .slick-arrow.slick-next::before {
    font-size: 30px !important;
    line-height: 47px !important;
  }
}
.slick-arrow::before {
  background: #ffffff !important;
  color: #00011F !important;
  border: 1px #ffffff solid !important;
  transform: none !important;
}
.slick-arrow:hover::before {
  background: #00011F !important;
  color: #ffffff !important;
  border: 1px #00011F solid !important;
}

.slick-dots:not(.custom-athletics-display-wrapper .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(.custom-athletics-display-wrapper .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 #B30838 solid !important;
}
.slick-dots:not(.custom-athletics-display-wrapper .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: #B30838 !important;
  border: none !important;
}

.site-custom-landing-banner-wrapper {
  height: 100vh;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .site-custom-landing-banner-wrapper {
    height: 100%;
  }
}
.site-custom-landing-banner-wrapper .site-slider,
.site-custom-landing-banner-wrapper .site-slick-wrapper,
.site-custom-landing-banner-wrapper .slick-list,
.site-custom-landing-banner-wrapper .slick-track {
  height: 100%;
}
.site-custom-landing-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block {
  height: 100%;
  position: relative;
}
.site-custom-landing-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 50%);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.site-custom-landing-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block .site-slider-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-custom-landing-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-video-block {
  height: 100%;
  position: relative;
}
.site-custom-landing-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-video-block::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 50%);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.site-custom-landing-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-video-block .site-slider-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-custom-landing-banner-wrapper .site-slider-caption {
  padding: 0 !important;
  background: none !important;
  bottom: 20px !important;
  position: absolute !important;
  pointer-events: all;
}
@media (max-width: 1280px) {
  .site-custom-landing-banner-wrapper .site-slider-caption {
    left: 0 !important;
    right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .site-custom-landing-banner-wrapper .site-slider-caption {
    padding: 20px 20px 40px !important;
    bottom: 100px !important;
  }
}
@media (min-width: 1280px) {
  .site-custom-landing-banner-wrapper .site-slider-caption {
    left: 0 !important;
    right: 0 !important;
    bottom: 70px !important;
  }
}
.site-custom-landing-banner-wrapper .site-slider-caption h1,
.site-custom-landing-banner-wrapper .site-slider-caption h2,
.site-custom-landing-banner-wrapper .site-slider-caption h3,
.site-custom-landing-banner-wrapper .site-slider-caption h4,
.site-custom-landing-banner-wrapper .site-slider-caption h5,
.site-custom-landing-banner-wrapper .site-slider-caption h6,
.site-custom-landing-banner-wrapper .site-slider-caption p {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 5px #000;
}
.site-custom-landing-banner-wrapper .site-slider-caption a {
  text-shadow: none;
}
.site-custom-landing-banner-wrapper .site-slider-caption h2,
.site-custom-landing-banner-wrapper .site-slider-caption h3,
.site-custom-landing-banner-wrapper .site-slider-caption h4,
.site-custom-landing-banner-wrapper .site-slider-caption h5 {
  font-family: "VerlagBlack";
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .site-custom-landing-banner-wrapper .site-slider-caption h2,
  .site-custom-landing-banner-wrapper .site-slider-caption h3,
  .site-custom-landing-banner-wrapper .site-slider-caption h4,
  .site-custom-landing-banner-wrapper .site-slider-caption h5 {
    font-size: 30px;
  }
}
.site-custom-landing-banner-wrapper .site-slider-caption var {
  color: #ffffff;
}
.site-custom-landing-banner-wrapper .site-slider-caption .site-button-primary, .site-custom-landing-banner-wrapper .site-slider-caption .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .site-custom-landing-banner-wrapper .site-slider-caption button,
.site-custom-landing-banner-wrapper .site-slider-caption .site-button-white {
  margin: 20px 12.5px 0;
}
.site-custom-landing-banner-wrapper.site-slide-caption-dt-tl-wrapper .site-slider-caption, .site-custom-landing-banner-wrapper.site-slide-caption-dt-tc-wrapper .site-slider-caption, .site-custom-landing-banner-wrapper.site-slide-caption-dt-tr-wrapper .site-slider-caption {
  top: 150px !important;
}
.site-custom-landing-banner-wrapper.site-slide-caption-dt-ml-wrapper .site-slider-caption, .site-custom-landing-banner-wrapper.site-slide-caption-dt-mc-wrapper .site-slider-caption, .site-custom-landing-banner-wrapper.site-slide-caption-dt-mr-wrapper .site-slider-caption {
  top: 50% !important;
  bottom: auto !important;
}
.site-custom-landing-banner-wrapper.site-slide-caption-dt-br-wrapper .site-slider-caption {
  right: 0 !important;
}

.site-custom-float-gallery-wrapper {
  background: #455962;
}
@media (min-width: 1024px) {
  .site-custom-float-gallery-wrapper {
    height: 100vh;
  }
}
@media (min-width: 1280px) {
  .site-custom-float-gallery-wrapper {
    height: 100%;
  }
}
.site-custom-float-gallery-wrapper.reverse-gallery-wrapper .site-slide {
  flex-direction: row-reverse;
}
.site-custom-float-gallery-wrapper .site-slider,
.site-custom-float-gallery-wrapper .site-slick-wrapper,
.site-custom-float-gallery-wrapper .slick-list,
.site-custom-float-gallery-wrapper .slick-track {
  height: 100%;
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) {
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) {
    flex-direction: row;
  }
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block {
  width: 100%;
}
@media (min-width: 1024px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block {
    width: 50%;
  }
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block .site-slider-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-height: 450px) and (max-height: 500px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block {
    max-height: 100vh;
  }
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
  background: #455962;
  width: 100%;
  padding: 40px 20px;
  position: static !important;
}
@media (min-width: 1024px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
    width: 50%;
    padding: 0 50px;
  }
}
@media (min-width: 1400px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
    width: 60%;
    padding: 0 100px;
  }
}
@media (min-width: 1600px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
    width: 50%;
    padding: 0 150px;
  }
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-container {
  padding: 0;
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h1,
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h2,
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h3,
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h4,
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h5,
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h6,
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption p {
  color: #ffffff;
  text-align: left;
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block {
  width: calc(100% - 40px);
  padding: 0;
  position: absolute;
  bottom: 100%;
  left: 20px;
}
@media (min-width: 1024px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block {
    width: 40%;
    padding: 0 20px 0 50px;
    position: absolute;
    bottom: 70px;
    left: 0;
  }
}
@media (min-width: 1400px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block {
    padding: 0 20px 0 100px;
  }
}
@media (min-width: 1600px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block {
    width: 50%;
    padding: 0 150px;
  }
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block h2,
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block h3,
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block h4,
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block h5 {
  text-transform: uppercase;
  font-size: 30px;
}
@media (min-width: 1024px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block h2,
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block h3,
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block h4,
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block h5 {
    font-size: 1.8753333333rem;
  }
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc,
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-container,
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc-data {
  height: 100%;
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-container {
  display: flex;
  align-items: center;
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc-data h3 {
  font-family: "VerlagBlack";
  text-transform: uppercase;
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc-data p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1400px) {
  .site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc-data p {
    font-size: 16px;
    line-height: 24px;
  }
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc-data a {
  color: #ffffff;
  font-family: "VerlagBlack";
}
.site-custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc-data a:hover {
  color: #00011F;
}

.site-custom-video-gallery-wrapper {
  height: 100vh;
}
@media (min-width: 1280px) {
  .site-custom-video-gallery-wrapper {
    height: 100%;
    padding: 0 10%;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .site-custom-video-gallery-wrapper {
    padding-bottom: 0;
  }
}
@media (max-width: 1279px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery {
    height: 100%;
  }
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper {
    height: 100%;
  }
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list {
    height: 100%;
  }
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track {
    height: 100%;
  }
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide {
    display: flex !important;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block {
    width: 100%;
  }
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h2 {
    font-size: 30px;
  }
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h1,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h2,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h3,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h4,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h5,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h6,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block p {
    color: #ffffff;
    text-align: right;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h1,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h2,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h3,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h4,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h5,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h6,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block p {
    text-align: left;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h1,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h2,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h3,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h4,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h5,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block h6,
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption-block p {
    text-align: left;
  }
}
@media (max-width: 1279px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .slick-track .site-slide .site-slider-caption h3 {
    font-size: 30px;
  }
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper {
  margin: 0 auto;
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-prev {
  left: 20px;
  top: calc(50% - 70px);
}
@media (min-width: 1024px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-prev {
    top: calc(50% - 100px);
    left: 40px;
  }
}
@media (min-width: 1280px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-prev {
    top: 50%;
    left: calc(25% - 25px);
  }
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-next {
  top: calc(50% - 70px);
  right: 20px;
}
@media (min-width: 1024px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-next {
    top: calc(50% - 100px);
    right: 40px;
  }
}
@media (min-width: 1280px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-next {
    top: 50%;
    right: calc(25% - 25px);
  }
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list {
  overflow: visible;
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
    width: 50%;
  }
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption {
  background: none;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  text-align: left;
  position: static;
  padding-left: 20px;
  padding-right: 20px;
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-container {
  padding: 0;
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
@media (min-width: 1200px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block {
    top: -45px;
    position: absolute;
  }
}
@media (min-width: 1400px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-caption-block {
    top: -60px;
  }
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-more-desc {
  width: 100%;
}
@media (min-width: 1200px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-more-desc {
    position: absolute;
    top: calc(100% - 30px);
  }
}
@media (min-width: 1400px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption .site-slider-more-desc {
    top: calc(100% - 40px);
  }
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption h2 {
  color: #ffffff;
  font-size: 50px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
@media (min-width: 1200px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption h2 {
    font-size: 70px;
    text-shadow: 1px 1px 5px black;
  }
}
@media (min-width: 1400px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption h2 {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption h2 {
    font-size: 90px;
  }
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption h3 {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
@media (min-width: 1200px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption h3 {
    font-size: 50px;
    text-align: center !important;
    text-shadow: 1px 1px 5px black;
  }
}
@media (min-width: 1400px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption h3 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption h3 {
    font-size: 70px;
  }
}
.site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption p {
  max-width: 100%;
  margin: 0 auto;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .site-custom-video-gallery-wrapper .site-custom-video-gallery .site-slick-wrapper .slick-list .site-slide .site-slider-caption p {
    max-width: 50%;
  }
}

.site-custom-numbers-gallery-wrapper {
  padding: 40px 20px 100px;
}
@media (min-width: 1280px) {
  .site-custom-numbers-gallery-wrapper {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    flex-shrink: unset !important;
    padding: 0 10% !important;
    padding-bottom: 80px !important;
    flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .site-custom-numbers-gallery-wrapper {
    padding-bottom: 0;
  }
}
.site-custom-numbers-gallery-wrapper .cms-feature-title {
  margin: 0 !important;
  padding: 0;
  padding-bottom: 30px;
  display: block;
  color: #ffffff;
  font-family: "VerlagBlack";
  text-transform: uppercase;
  margin: auto;
  text-align: center;
  z-index: 5;
}
@media (max-width: 599px) {
  .site-custom-numbers-gallery-wrapper .cms-feature-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .site-custom-numbers-gallery-wrapper .cms-feature-title {
    font-size: 70px;
    padding-bottom: 0;
    text-shadow: 1px 1px 5px black;
  }
}
@media (min-width: 1400px) {
  .site-custom-numbers-gallery-wrapper .cms-feature-title {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .site-custom-numbers-gallery-wrapper .cms-feature-title {
    font-size: 90px;
  }
}
@media (min-width: 1280px) {
  .site-custom-numbers-gallery-wrapper .site-slider {
    margin-top: -40px;
  }
}
@media (min-width: 1400px) {
  .site-custom-numbers-gallery-wrapper .site-slider {
    margin-top: -45px;
  }
}
@media (min-width: 1600px) {
  .site-custom-numbers-gallery-wrapper .site-slider {
    margin-top: -55px;
  }
}
.site-custom-numbers-gallery-wrapper .site-slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1279px) {
  .site-custom-numbers-gallery-wrapper .site-slider .slick-track {
    width: 100% !important;
    transform: none !important;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .site-custom-numbers-gallery-wrapper .site-slider .slick-track .site-slide {
    width: 100% !important;
    margin: 0;
    margin-bottom: 80px;
  }
}
.site-custom-numbers-gallery-wrapper .site-slider .slick-list {
  overflow: visible;
}
@media (min-width: 1280px) {
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide {
    width: 500px !important;
  }
}
@media (min-width: 1400px) {
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide {
    width: 600px !important;
  }
}
@media (min-width: 1600px) {
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide {
    width: 650px !important;
  }
}
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-image-block .site-slider-image {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-image-block .site-slider-image {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-image-block .site-slider-image {
    height: 350px;
  }
}
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption {
  background: #00011F;
  width: auto;
  min-width: 200px;
  padding: 20px 0 !important;
  position: absolute;
  left: 0 !important;
  right: auto !important;
  bottom: -60px;
  transform: translate(0, 0);
}
@media (min-width: 1280px) {
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption {
    width: 50%;
    left: 50% !important;
    bottom: -100px;
    transform: translate(-50%, 0);
  }
}
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption .site-slider-capton-data {
  max-width: none !important;
  padding: 0;
}
@media (min-width: 1280px) {
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption .site-slider-capton-data {
    padding: 20px 20px 20px !important;
  }
}
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h3,
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h4,
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h5,
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h6 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
  font-family: "VerlagBlack";
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h3,
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h4,
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h5,
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h6 {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h3,
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h4,
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h5,
  .site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h6 {
    font-size: 100px;
  }
}
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h3 em,
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h4 em,
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h5 em,
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption h6 em {
  font-style: normal;
}
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "VerlagBlack";
  text-transform: uppercase;
}
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption {
  background: #ffffff;
  left: auto !important;
  right: 0 !important;
}
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption h3,
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption h4,
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption h5,
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption h6,
.site-custom-numbers-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption p {
  color: #00011F;
}

.site-custom-activities-gallery-wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .site-custom-activities-gallery-wrapper .slick-arrow::before {
    background: #868686 !important;
    color: #ffffff !important;
    border: 1px #868686 solid !important;
  }
  .site-custom-activities-gallery-wrapper .slick-arrow:hover::before {
    background: #B30838 !important;
    color: #ffffff !important;
    border: 1px #B30838 solid !important;
  }
}
@media (min-width: 1024px) {
  .site-custom-activities-gallery-wrapper .slick-prev {
    top: -50px !important;
    right: 60px !important;
    left: auto !important;
  }
}
@media (min-width: 1024px) {
  .site-custom-activities-gallery-wrapper .slick-next {
    top: -50px !important;
    right: 0 !important;
    left: auto !important;
  }
}
.site-custom-activities-gallery-wrapper .site-slider .slick-list {
  margin: 0 -20px;
  overflow: visible;
}
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide {
  margin: 0 20px;
}
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-image-block .site-slider-image {
    height: 350px;
  }
}
@media (min-width: 1600px) {
  .site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-image-block .site-slider-image {
    height: 400px;
  }
}
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption {
  background: #00011F;
  width: 75%;
  padding: 0 !important;
  position: absolute;
  left: 50% !important;
  bottom: -70px;
  transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
  .site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption {
    width: 60%;
  }
}
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption .site-container {
  padding: 0;
}
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption .site-slider-capton-data {
  max-width: none !important;
  padding: 50px 30px !important;
}
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide .site-slider-caption p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "VerlagBlack";
  text-transform: uppercase;
}
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption {
  background: #ffffff;
}
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption h3,
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption h4,
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption h5,
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption h6,
.site-custom-activities-gallery-wrapper .site-slider .slick-list .site-slide:nth-child(even) .site-slider-caption p {
  color: #00011F;
}

.site-custom-teams-text-wrapper {
  padding: 30px 20px;
  height: 50vh;
}
@media (min-width: 1280px) {
  .site-custom-teams-text-wrapper {
    min-width: auto !important;
    max-width: 40vw !important;
    height: 100%;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .site-custom-teams-text-wrapper {
    max-width: 30vw !important;
    padding: 200px 5% 0 !important;
  }
}
.site-custom-teams-text-wrapper .site-custom-teams-text {
  align-items: flex-start !important;
}
.site-custom-teams-text-wrapper .site-custom-teams-text h4 a {
  color: #00011F;
  text-transform: uppercase;
}

.site-custom-teams-gallery-wrapper {
  background: #00011F;
  padding: 0;
  height: 50vh;
}
@media (min-width: 1280px) {
  .site-custom-teams-gallery-wrapper {
    min-width: auto !important;
    max-width: 60vw !important;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .site-custom-teams-gallery-wrapper {
    max-width: 70vw !important;
  }
}
.site-custom-teams-gallery-wrapper .site-slider,
.site-custom-teams-gallery-wrapper .site-slick-wrapper,
.site-custom-teams-gallery-wrapper .slick-list,
.site-custom-teams-gallery-wrapper .slick-track {
  height: 100%;
}
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) {
  display: flex !important;
  flex-direction: row-reverse;
}
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block {
  width: 50%;
}
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block .site-slider-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
  background: #00011F;
  width: 50%;
  padding: 20px 20px 0;
  position: static !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start !important;
}
@media (min-width: 1024px) {
  .site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
    padding: 150px 50px;
  }
}
@media (min-width: 1200px) {
  .site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
    padding: 200px 80px;
  }
}
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-container,
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-capton-data {
  padding: 0;
}
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h1,
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h2,
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h3,
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h4,
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h5,
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption h6,
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption p {
  color: #ffffff;
  text-align: left;
}
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption p a {
  color: #ffffff;
  font-family: "VerlagBlack";
  position: relative;
}
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption p a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -2px;
  transition: all ease 0.5s;
}
.site-custom-teams-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption p a:hover:after {
  width: 100%;
}

.site-custom-crest-intro-wrapper {
  background: #00011F;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  transition: all 1s ease;
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 600px) {
  .site-custom-crest-intro-wrapper {
    width: calc(100vw - 50px);
  }
}
@media (min-width: 1024px) {
  .site-custom-crest-intro-wrapper {
    background: none;
    height: 100%;
    width: calc(100% - 80px);
  }
}
.site-custom-crest-intro-wrapper .slick-dots {
  bottom: 0 !important;
}
.site-custom-crest-intro-wrapper .site-custom-crest-intro,
.site-custom-crest-intro-wrapper .site-slick-wrapper,
.site-custom-crest-intro-wrapper .slick-list,
.site-custom-crest-intro-wrapper .slick-track {
  height: 100%;
}
@media (max-width: 767px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block {
    position: absolute;
    top: 130px;
    z-index: 10;
    transition: all 0.5s ease;
  }
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h2,
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h3,
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h4,
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h5,
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h6 {
    color: #ffffff;
    font-size: 26px;
  }
}
@media (max-width: 767px) and (min-width: 400px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h2,
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h3,
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h4,
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h5,
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h6 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block p {
    color: #ffffff;
  }
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block var {
    color: #ffffff;
    font-size: 10px;
  }
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block {
  background: #00011F !important;
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block::after {
  background: url("../images/crest-overlay-full.png") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 0;
  transition: all 1s linear;
  scale: 8;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s linear;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-video-block {
  background: #00011F !important;
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-video-block::after {
  background: url("../images/crest-overlay-full.png") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 0;
  transition: all 1s linear;
  scale: 8;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-video-block .site-slider-video {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s linear;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
  opacity: 0;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
  background: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  position: absolute !important;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
    height: 100%;
    padding: 0 5%;
  }
}
@media (min-width: 1280px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
    height: 100%;
    padding: 0 10%;
  }
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption a.explore {
  margin-top: 20px;
}
@media (max-width: 766px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption a.explore {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption a.explore {
    margin-top: 0;
    margin: auto;
    position: absolute;
    bottom: 15%;
    left: 50%;
    right: auto;
    translate: -50%;
  }
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-container,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-capton-data {
  padding: 0 !important;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block {
  width: 30%;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  text-align: left;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h3,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h4,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h5,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h6 {
  color: #ffffff;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2 {
  font-size: 30px;
}
@media (min-width: 1024px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2 {
    font-size: 2.9166666667rem;
  }
}
@media (min-height: 450px) and (max-height: 500px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2 {
    font-size: 35px;
  }
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data p,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data var {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2 {
    font-size: 4.375rem;
  }
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc {
    width: 30%;
    text-align: right;
  }
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h2,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h3,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h4,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h5,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h6 {
  color: #C3A550;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc p,
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc var {
  color: #ffffff;
}
.site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc p {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 400px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-height: 450px) and (max-height: 500px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc p {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h2 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h2 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .site-custom-crest-intro-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h2 {
    font-size: 4.375rem;
  }
}
.site-custom-crest-intro-wrapper .slick-dots {
  bottom: 23% !important;
}
.site-custom-crest-intro-wrapper .slick-dots li button::before {
  width: 15px;
  height: 15px;
  background: #00011F !important;
  color: #00011F !important;
  border: 1px #ffffff solid !important;
}
.site-custom-crest-intro-wrapper .slick-dots li.slick-active button::before {
  background: #ffffff !important;
  border: 1px #ffffff solid !important;
}
.site-custom-crest-intro-wrapper.active {
  transition: none;
  transition-delay: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.site-custom-crest-intro-wrapper.active .site-slider-image-block::after,
.site-custom-crest-intro-wrapper.active .site-slider-video-block::after {
  transition: none !important;
  scale: 1 !important;
}
.site-custom-crest-intro-wrapper.active .site-slider-caption-block,
.site-custom-crest-intro-wrapper.active .site-slider-caption {
  transition: none !important;
  opacity: 1 !important;
}

.site-custom-crest-banner-wrapper {
  background: #00011F;
  height: 100vh;
}
@media (min-width: 600px) {
  .site-custom-crest-banner-wrapper {
    width: calc(100vw - 50px);
  }
}
@media (min-width: 1024px) {
  .site-custom-crest-banner-wrapper {
    background: none;
    height: 100%;
    width: calc(100% - 80px);
  }
}
.site-custom-crest-banner-wrapper .slick-dots {
  bottom: 0 !important;
}
.site-custom-crest-banner-wrapper .site-custom-crest-banner,
.site-custom-crest-banner-wrapper .site-slick-wrapper,
.site-custom-crest-banner-wrapper .slick-list,
.site-custom-crest-banner-wrapper .slick-track {
  height: 100%;
}
.site-custom-crest-banner-wrapper.active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-custom-crest-banner-wrapper.active .site-slider-image-block::after {
  scale: 8;
}
.site-custom-crest-banner-wrapper.active .site-slider-caption-block,
.site-custom-crest-banner-wrapper.active .site-slider-caption {
  opacity: 0 !important;
}
@media (max-width: 766px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block {
    position: absolute;
    top: 150px;
    z-index: 10;
    transition: all 0.5s ease;
  }
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h2,
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h3,
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h4,
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h5,
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block h6 {
    color: #ffffff;
    font-size: 30px;
  }
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block p {
    color: #ffffff;
  }
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption-block var {
    color: #ffffff;
    font-size: 10px;
  }
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block {
  background: #00011F !important;
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block::after {
  background: url("../images/crest-overlay-full.png") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 0;
  transition: all 1.5s linear;
  transition-delay: 2s;
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1.5s linear;
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
  background: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  position: absolute !important;
  padding-bottom: 20px;
  bottom: -20px;
}
@media (min-width: 1024px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
    height: 100%;
    padding: 0 5%;
  }
}
@media (min-width: 1280px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption {
    height: 100%;
    padding: 0 10%;
  }
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption a.explore {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption a.explore {
    margin-top: 0;
    margin: auto;
    position: absolute;
    bottom: 15%;
    left: 50%;
    right: auto;
    translate: -50%;
  }
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-container,
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-capton-data {
  padding: 0 !important;
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block {
  width: 30%;
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  text-align: left;
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2,
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h3,
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h4,
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h5,
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h6 {
  color: #ffffff;
}
@media (min-height: 450px) and (max-height: 500px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2 {
    font-size: 35px;
  }
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data p,
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data var {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-caption-block .site-slider-capton-data h2 {
    font-size: 4.375rem;
  }
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc {
    width: 30%;
    text-align: right;
  }
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h2,
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h3,
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h4,
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h5,
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h6 {
  color: #C3A550;
}
@media (min-height: 450px) and (max-height: 500px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h2 {
    font-size: 30px;
  }
}
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc p,
.site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc var {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h2 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h2 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .site-custom-crest-banner-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg):not(.site-custom-sponsors-wrapper) .site-slider-caption .site-slider-more-desc h2 {
    font-size: 4.375rem;
  }
}
.site-custom-crest-banner-wrapper .slick-dots {
  bottom: 28% !important;
}
@media (min-width: 600px) {
  .site-custom-crest-banner-wrapper .slick-dots {
    bottom: 22% !important;
  }
}
.site-custom-crest-banner-wrapper .slick-dots li button::before {
  width: 15px;
  height: 15px;
  background: #00011F !important;
  color: #00011F !important;
  border: 1px #ffffff solid !important;
}
.site-custom-crest-banner-wrapper .slick-dots li.slick-active button::before {
  background: #ffffff !important;
  border: 1px #ffffff solid !important;
}

.site-custom-navigation-slides .site-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.site-custom-navigation-slides .site-slide:first-child {
  opacity: 1;
}
.site-custom-navigation-slides .site-slide .site-slider-image-block {
  width: 100%;
  height: 100%;
}
.site-custom-navigation-slides .site-slide .site-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.cms-page-is-in-edit-mode .site-custom-crest-intro-wrapper {
  height: 800px;
  position: relative !important;
  transition: none;
  transition-delay: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
body.cms-page-is-in-edit-mode .site-custom-crest-intro-wrapper .site-slider-image-block::after,
body.cms-page-is-in-edit-mode .site-custom-crest-intro-wrapper .site-slider-video-block::after {
  transition: none !important;
  scale: 1 !important;
}
body.cms-page-is-in-edit-mode .site-custom-crest-intro-wrapper .site-slider-caption-block,
body.cms-page-is-in-edit-mode .site-custom-crest-intro-wrapper .site-slider-caption {
  transition: none !important;
  opacity: 1 !important;
}
body.cms-page-is-in-edit-mode .site-custom-activities-gallery-wrapper {
  overflow: visible;
}
body.cms-page-is-in-edit-mode .site-custom-activities-gallery-wrapper .slick-list {
  padding-bottom: 100px;
  overflow: hidden;
}

body.cms-page-is-in-preview-mode .site-custom-crest-intro-wrapper {
  height: calc(100% - 45px);
  top: 45px;
}

body.cms-page-is-published .site-custom-crest-intro-wrapper {
  height: calc(100% - 72px);
  top: 72px;
}

.cms-text-feature .cms-text-feature-data {
  line-height: normal;
  overflow: visible;
}
.cms-text-feature .cms-text-feature-data p {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .cms-text-feature .cms-text-feature-data p {
    font-size: 16px;
    line-height: 26px;
  }
}
.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: 14px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .cms-text-feature .cms-text-feature-data ul li,
  .cms-text-feature .cms-text-feature-data ol li {
    font-size: 16px;
    line-height: 26px;
  }
}
.cms-text-feature .cms-text-feature-data ul li::marker,
.cms-text-feature .cms-text-feature-data ol li::marker {
  color: #00011F;
  font-weight: 700;
}
.cms-text-feature .cms-text-feature-data ol {
  padding-left: 20px;
}
.cms-text-feature .cms-text-feature-data ul {
  padding: 0 0 0 20px;
}
.cms-text-feature .cms-text-feature-data ul li {
  padding: 10px 0 10px 0;
}

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;
}

.site-custom-banner-overlay-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.5s ease;
  pointer-events: none;
}
.site-custom-banner-overlay-wrapper::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 140px);
  position: absolute;
  top: 120px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px #868686 solid;
  display: none;
}
@media (min-width: 1280px) {
  .site-custom-banner-overlay-wrapper::before {
    display: block;
  }
}
.site-custom-banner-overlay-wrapper::after {
  background: linear-gradient(#868686, #868686);
  --mask: radial-gradient(60px at 60px 60px, #0000 calc(98% - 1px), #000 calc(100% - 1px) 98%, #0000) -60px -60px,
    linear-gradient(90deg, #000 2px, #0000 0) -1px 50% /100% calc(100% - 120px + 1px) repeat-x,
    linear-gradient(#000 2px, #0000 0) 50% -1px/calc(100% - 120px + 1px) 100% repeat-y;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  content: "";
  width: calc(100% - 80px);
  height: calc(100% - 180px);
  position: absolute;
  top: 140px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  display: none;
}
@media (min-width: 1280px) {
  .site-custom-banner-overlay-wrapper::after {
    display: none;
  }
}
.site-custom-banner-overlay-wrapper.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-custom-banner-overlay-wrapper.scrolled {
  pointer-events: none;
}
.site-custom-banner-overlay-wrapper.scrolled.site-custom-banner-overlay-wrapper::before, .site-custom-banner-overlay-wrapper.scrolled.site-custom-banner-overlay-wrapper::after {
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay {
  background: transparent;
  pointer-events: none;
}
.site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay p:first-child {
  opacity: 0;
  visibility: hidden;
}
.site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay p:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay p:nth-child(3) {
  opacity: 0;
  visibility: hidden;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay {
  background: #B30838;
  height: 70px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay {
    height: 100px;
    align-items: center;
  }
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p {
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child {
  width: 70px;
  pointer-events: all;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child {
    width: 30%;
    margin-top: 0;
  }
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a {
  margin-left: 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  pointer-events: all;
}
@media (min-width: 1024px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a {
    margin-left: 20px;
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a {
    font-size: 14px;
  }
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -2px;
  transition: all ease 0.5s;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a:hover:after {
  width: 100%;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a.custom-link-active:after {
  width: 100%;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a:has(img) {
  display: block;
  margin: 0 auto;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a:has(img) img {
  width: auto !important;
  max-width: none !important;
  max-height: 76px !important;
}
@media (min-width: 1024px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a:has(img) img {
    width: 100% !important;
    max-height: none !important;
  }
}
@media (min-width: 1400px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a:has(img) img {
    width: auto !important;
    max-height: 64px !important;
  }
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) {
  width: 40%;
  text-align: center;
  display: none;
}
@media (min-width: 1024px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) {
    display: block;
  }
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a {
  margin-left: 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  pointer-events: all;
}
@media (min-width: 1024px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a {
    margin-left: 10px;
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a {
    margin-left: 20px;
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a {
    font-size: 14px;
  }
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -2px;
  transition: all ease 0.5s;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:hover:after {
  width: 100%;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a.custom-link-active:after {
  width: 100%;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:has(img) img {
  max-height: 75px;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:has(img)::after {
  display: none;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) {
  width: 30%;
  text-align: right;
  display: none;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) {
    display: block;
  }
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a {
  margin-left: 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  pointer-events: all;
}
@media (min-width: 1024px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a {
    font-size: 12px;
    margin-left: 10px;
  }
}
@media (min-width: 1600px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a {
    margin-left: 20px;
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a {
    font-size: 14px;
  }
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -2px;
  transition: all ease 0.5s;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a:hover:after {
  width: 100%;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(4) {
  pointer-events: none;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(4) a {
  pointer-events: all;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1280px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
    display: block;
  }
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a img {
  transition: all 0.5s ease;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a:nth-child(1) {
  position: absolute;
  top: 140px;
  left: 40px;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a:nth-child(2) {
  position: absolute;
  top: 140px;
  right: 40px;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a:nth-child(3) {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a:nth-child(4) {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a:hover img {
  transform: rotate(360deg);
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay.custom-banner-v2 p {
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay.custom-banner-v2 p:first-child {
  width: 70px;
  pointer-events: all;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay.custom-banner-v2 p:first-child {
    width: 40%;
    margin-top: 0;
  }
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay.custom-banner-v2 p:nth-child(2) {
  width: 20%;
  text-align: center;
  display: none;
}
@media (min-width: 1024px) {
  .site-custom-banner-overlay-wrapper .site-custom-banner-overlay.custom-banner-v2 p:nth-child(2) {
    display: block;
  }
}
.site-custom-banner-overlay-wrapper .site-custom-banner-overlay.custom-banner-v2 p:nth-child(3) {
  width: 40%;
}

.custom-remove-bullet-wrapper .custom-remove-bullet ul,
.custom-remove-bullet-wrapper .custom-remove-bullet ol {
  padding: 0;
  list-style-type: none;
}

.site-custom-instagram-feed-wrapper .site-custom-instagram-feed {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .site-custom-instagram-feed-wrapper .site-custom-instagram-feed {
    height: 100%;
  }
}
.site-custom-instagram-feed-wrapper h2 {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
@media (min-width: 1200px) {
  .site-custom-instagram-feed-wrapper h2 {
    font-size: 70px;
  }
}
@media (min-width: 1400px) {
  .site-custom-instagram-feed-wrapper h2 {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .site-custom-instagram-feed-wrapper h2 {
    font-size: 90px;
  }
}
.site-custom-instagram-feed-wrapper h6 {
  font-size: 15px;
  line-height: 1;
  position: relative;
}
.site-custom-instagram-feed-wrapper h6::before {
  content: "";
  background: #ffffff;
  width: 5px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: -20px;
}
.site-custom-instagram-feed-wrapper h6::after {
  content: "";
  background: #ffffff;
  width: 5px;
  height: 2px;
  position: absolute;
  top: 6px;
  right: -20px;
}
.site-custom-instagram-feed-wrapper .site-social-facebook,
.site-custom-instagram-feed-wrapper .site-social-instagram,
.site-custom-instagram-feed-wrapper .site-social-youtube,
.site-custom-instagram-feed-wrapper .site-social-twitter,
.site-custom-instagram-feed-wrapper .site-social-linkedin {
  background: #ffffff;
  border: 1px #ffffff solid;
}
.site-custom-instagram-feed-wrapper .site-social-facebook::before,
.site-custom-instagram-feed-wrapper .site-social-instagram::before,
.site-custom-instagram-feed-wrapper .site-social-youtube::before,
.site-custom-instagram-feed-wrapper .site-social-twitter::before,
.site-custom-instagram-feed-wrapper .site-social-linkedin::before {
  color: #00011F;
}

body.empty-template-page .site-custom-video-text-wrapper {
  min-width: 100%;
  max-width: 100%;
  padding-top: 0 !important;
  align-items: center !important;
}
body.empty-template-page .site-custom-video-text-wrapper::after {
  background: url("../images/clock-gold.svg") 0 0 no-repeat !important;
}

.site-custom-video-text-wrapper {
  height: 100vh;
  position: relative;
}
.site-custom-video-text-wrapper::after {
  background: url("../images/clock-red.svg") 0 0 no-repeat !important;
  background-size: contain;
  width: 200px;
  height: 200px;
  content: "";
  position: absolute;
  display: none;
}
@media (min-width: 1024px) {
  .site-custom-video-text-wrapper::after {
    display: block;
    bottom: 30px;
    right: 30px;
  }
}
@media (min-width: 1280px) {
  .site-custom-video-text-wrapper::after {
    bottom: 100px;
    right: 70px;
  }
}
@media (min-width: 1400px) {
  .site-custom-video-text-wrapper::after {
    bottom: 100px;
    right: 150px;
  }
}
@media (min-width: 1280px) {
  .site-custom-video-text-wrapper {
    height: 100%;
  }
}
@media (max-width: 1279px) {
  .site-custom-video-text-wrapper .cms-text-feature-data {
    height: 100%;
  }
  .site-custom-video-text-wrapper .cms-text-feature-data .site-custom-video-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
}
.site-custom-video-text-wrapper.inner-spacing {
  padding-top: 0 !important;
  align-items: center !important;
}
.site-custom-video-text-wrapper h2 {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  text-align: right !important;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .site-custom-video-text-wrapper h2 {
    padding: 0;
    font-size: 50px;
    text-align: center !important;
    text-shadow: 1px 1px 5px black;
  }
}
@media (min-width: 1600px) {
  .site-custom-video-text-wrapper h2 {
    font-size: 90px;
  }
}
.site-custom-video-text-wrapper p:not(.video-popup-button) {
  max-width: 100%;
  text-align: left !important;
  padding: 0 20px;
}
@media (min-width: 600px) {
  .site-custom-video-text-wrapper p:not(.video-popup-button) {
    max-width: 50%;
    padding: 0;
    text-align: center !important;
  }
}
.site-custom-video-text-wrapper p:has(.video-popup-button) {
  max-width: none;
  border: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .site-custom-video-text-wrapper p:has(.video-popup-button) {
    margin-top: -50px;
  }
}
@media (min-width: 1600px) {
  .site-custom-video-text-wrapper p:has(.video-popup-button) {
    margin-top: -60px;
  }
}
.site-custom-video-text-wrapper p:has(.video-popup-button) img {
  width: 500px !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-height: 450px) and (max-height: 500px) {
  .site-custom-video-text-wrapper p:has(.video-popup-button) img {
    width: 250px !important;
  }
}
@media (min-width: 1600px) {
  .site-custom-video-text-wrapper p:has(.video-popup-button) img {
    width: 700px !important;
  }
}
.site-custom-video-text-wrapper h3:not(.cms-feature-name) {
  width: 100%;
  margin-bottom: 0;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  text-align: left !important;
  padding: 0 20px 20px;
}
@media (min-width: 600px) {
  .site-custom-video-text-wrapper h3:not(.cms-feature-name) {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .site-custom-video-text-wrapper h3:not(.cms-feature-name) {
    width: auto;
    font-size: 40px;
    margin-top: -45px;
    text-align: center;
    padding: 0;
    text-shadow: 1px 1px 5px black;
  }
}
@media (min-width: 1400px) {
  .site-custom-video-text-wrapper h3:not(.cms-feature-name) {
    font-size: 60px;
    margin-top: -60px;
  }
}
@media (min-width: 1600px) {
  .site-custom-video-text-wrapper h3:not(.cms-feature-name) {
    font-size: 70px;
  }
}

body.cms-page-is-in-preview-mode.home-page .site-custom-banner-overlay-wrapper, body.cms-page-is-in-preview-mode.landing-page .site-custom-banner-overlay-wrapper {
  height: calc(100% - 45px);
  top: 45px;
}

body.cms-page-is-in-edit-mode .site-custom-banner-overlay-wrapper {
  background: #00011F;
  width: auto;
  height: auto;
  z-index: 0;
  pointer-events: all;
}
body.cms-page-is-in-edit-mode .site-custom-banner-overlay-wrapper::before, body.cms-page-is-in-edit-mode .site-custom-banner-overlay-wrapper::after {
  display: none;
}
body.cms-page-is-in-edit-mode .site-custom-banner-overlay-wrapper .cms-text-feature-data {
  margin-bottom: 0;
}
body.cms-page-is-in-edit-mode .site-custom-banner-overlay-wrapper .site-custom-banner-overlay {
  height: auto;
  padding: 30px;
}
body.cms-page-is-in-edit-mode .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p a {
  display: inline-block !important;
}
body.cms-page-is-in-edit-mode .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
  position: static;
  margin-top: 50px;
  text-align: center;
}
body.cms-page-is-in-edit-mode .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a {
  position: static;
  display: inline-block;
}

body.cms-page-is-published.home-page .site-custom-banner-overlay-wrapper, body.cms-page-is-published.landing-page .site-custom-banner-overlay-wrapper {
  height: calc(100% - 72px);
  top: 72px;
}

body.home-page .site-custom-banner-overlay-wrapper,
body.landing-page .site-custom-banner-overlay-wrapper {
  position: fixed;
}
@media (min-width: 600px) {
  body.home-page .site-custom-banner-overlay-wrapper,
  body.landing-page .site-custom-banner-overlay-wrapper {
    width: calc(100% - 50px);
  }
}
@media (min-width: 1024px) {
  body.home-page .site-custom-banner-overlay-wrapper,
  body.landing-page .site-custom-banner-overlay-wrapper {
    width: calc(100% - 80px);
  }
}

.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 .site-search-icon {
  color: #ffffff;
  font-size: 25px;
}
.site-search-wrapper .site-search-icon i {
  font-weight: bold;
  cursor: pointer;
}
.site-search-wrapper .site-search-icon i::before {
  transition: all 0.5s ease;
}
.site-search-wrapper .site-search-icon:hover i::before {
  color: #C3A550 !important;
}
@media (min-width: 768px) {
  .site-search-wrapper .site-search-icon:hover i::before {
    color: #00011F !important;
  }
}
.site-search-wrapper .site-search-block {
  opacity: 0;
  visibility: hidden;
}
.site-search-wrapper .site-search-block-active {
  opacity: 1;
  visibility: visible;
}
.site-search-wrapper .site-search-block-active.site-search-option {
  width: 300px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option1 {
  max-height: 86px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option2 {
  right: 0 !important;
}
.site-search-wrapper .site-search-block.site-search-option {
  position: absolute;
  right: 40px;
  z-index: 1000;
  top: 12px;
  width: 0;
  transition: all ease 0.6s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-input {
  border-radius: 25px !important;
  border: 3px solid #00011F !important;
  transition: all ease 0.6s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button {
  background: transparent;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #B30838;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid transparent;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  position: absolute;
  right: 0;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:focus {
  background: transparent;
  color: #00011F;
  border: 1px solid transparent;
}
.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: 30px;
  font-weight: bold;
}
.site-search-wrapper .site-search-block.site-search-option1 {
  position: absolute;
  right: 0;
  top: 100%;
  background: #65665C;
  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: #B30838;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #000000;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  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, .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:focus {
  background: #00011F;
  color: #B30838;
  border: 1px solid #00011F;
}
.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: 90%;
  left: 5%;
}
.site-search-wrapper .site-search-block.site-search-option2 .site-search-input {
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  max-width: 400px;
  width: 100%;
  color: #ffffff;
  font-size: 25px;
  padding: 0 0 10px;
  margin: 0 10px 0 0;
}
@media (max-width: 599px) {
  .site-search-wrapper .site-search-block.site-search-option2 .site-search-button {
    margin-top: 20px;
  }
}

.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: #00011F;
  width: 30px;
  height: 30px;
  z-index: 1;
  color: #B30838;
  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: #B30838;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close {
  position: absolute;
  background: #00011F;
  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: #B30838;
  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: #B30838;
  }
}
.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: #00011F;
}

.hero-banner,
.horizontal-wrapper {
  position: relative;
  z-index: 15;
}
.hero-banner .site-slide-height-dt-cover,
.horizontal-wrapper .site-slide-height-dt-cover {
  height: 100vh;
}
@media (max-width: 1023px) {
  .hero-banner .site-slide-height-dt-cover,
  .horizontal-wrapper .site-slide-height-dt-cover {
    height: auto !important;
  }
  .hero-banner .site-slide-height-dt-cover .site-slide,
  .hero-banner .site-slide-height-dt-cover .site-slider-image-block,
  .hero-banner .site-slide-height-dt-cover .site-slider-image,
  .horizontal-wrapper .site-slide-height-dt-cover .site-slide,
  .horizontal-wrapper .site-slide-height-dt-cover .site-slider-image-block,
  .horizontal-wrapper .site-slide-height-dt-cover .site-slider-image {
    height: 100% !important;
  }
}
.hero-banner .site-slide-height-dt-cover .site-slick-wrapper,
.hero-banner .site-slide-height-dt-cover .slick-list,
.horizontal-wrapper .site-slide-height-dt-cover .site-slick-wrapper,
.horizontal-wrapper .site-slide-height-dt-cover .slick-list {
  height: 100% !important;
}
.hero-banner .site-slide-height-dt-cover .slick-track,
.horizontal-wrapper .site-slide-height-dt-cover .slick-track {
  margin: 0;
}

.hero-banner .site-slider-image-block {
  position: relative;
  padding-top: 70px;
}
@media (min-width: 1024px) {
  .hero-banner .site-slider-image-block {
    padding-top: 100px;
  }
}
.hero-banner .site-slider-image-block::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 50%);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

body.home-page .hero-banner,
body.landing-page .hero-banner {
  margin-bottom: 0 !important;
}

body.cms-page-is-in-edit-mode .site-slide-height-dt-cover {
  height: calc(100vh - 45px);
}
body.cms-page-is-in-edit-mode .hero-banner,
body.cms-page-is-in-edit-mode .horizontal-wrapper {
  margin-top: 60px;
}
body.cms-page-is-in-edit-mode .hero-banner .site-slider-image-block {
  padding-top: 0;
}

body.cms-page-is-in-preview-mode .site-slide-height-dt-cover {
  height: calc(100vh - 45px);
}

body.cms-page-is-published .site-slide-height-dt-cover {
  height: calc(100vh - 72px);
}

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: 998;
  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: 15px;
  right: 15px;
  background: #B30838;
  color: #ffffff;
  border: 1px solid #B30838;
  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;
}
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: #B30838;
  border: 1px solid #B30838;
}
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: #ffffff;
}
@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: #B30838;
  color: #ffffff;
  border: 1px solid #B30838;
  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: #B30838;
  border: 1px solid #B30838;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup:hover:after {
  color: #B30838;
}
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: 100%;
  max-width: 889px;
  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%;
  }
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup iframe {
    width: 100% !important;
    height: 200px !important;
  }
}

.video-popup-button:not(.site-button-primary) {
  position: relative;
}
.video-popup-button:not(.site-button-primary)::before {
  background: url("../images/play@2x.png") 50% 0% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 5;
}
@media (min-width: 1024px) {
  .video-popup-button:not(.site-button-primary)::before {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
  }
}

.horizontal-sections-wrapper {
  height: 100vh !important;
  display: flex;
  position: relative;
}
.horizontal-sections-wrapper .custom-horizontal-section-wrapper {
  width: calc(100vw - 80px);
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}
.horizontal-sections-wrapper .custom-horizontal-section-wrapper .cms-feature-datablock {
  width: 100%;
}
.horizontal-sections-wrapper .custom-horizontal-section-wrapper.cms-text-feature:not(.empty-template-page .site-custom-video-text-wrapper) {
  align-items: flex-start !important;
}
@media (min-width: 1280px) {
  .horizontal-sections-wrapper .custom-horizontal-section-wrapper.cms-text-feature:not(.empty-template-page .site-custom-video-text-wrapper) {
    padding: 70px 5% 0;
  }
}
@media (min-width: 1400px) {
  .horizontal-sections-wrapper .custom-horizontal-section-wrapper.cms-text-feature:not(.empty-template-page .site-custom-video-text-wrapper) {
    padding: 120px 10% 0;
  }
}
@media (min-width: 1600px) {
  .horizontal-sections-wrapper .custom-horizontal-section-wrapper.cms-text-feature:not(.empty-template-page .site-custom-video-text-wrapper) {
    padding: 180px 10% 0;
  }
}
.horizontal-sections-wrapper .custom-horizontal-section-wrapper .cms-text-feature-data {
  margin-bottom: 0;
}
.horizontal-sections-wrapper .custom-horizontal-section-wrapper .cms-text-feature-data .cms-text-feature-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.horizontal-sections-wrapper .custom-horizontal-section-wrapper#site-footer {
  margin-left: -1px;
}
.horizontal-sections-wrapper .custom-horizontal-section-wrapper#site-footer .cms-text-feature-content {
  align-items: flex-start;
}

body.cms-page-is-in-preview-mode .horizontal-sections-wrapper {
  height: calc(100vh - 45px) !important;
}

body.cms-page-is-in-edit-mode .site-custom-landing-banner-wrapper {
  pointer-events: all !important;
}
body.cms-page-is-in-edit-mode .site-main-wrapper .site-sub-wrapper-horizontal {
  z-index: 20;
}
body.cms-page-is-in-edit-mode .horizontal-sections-wrapper {
  height: calc(100vh - 53px - 100px - 30px) !important;
}
body.cms-page-is-in-edit-mode .horizontal-sections-wrapper .custom-horizontal-section-wrapper {
  height: calc(100vh - 53px - 100px - 30px) !important;
  margin: 0;
  pointer-events: all;
}
body.cms-page-is-in-edit-mode .horizontal-sections-wrapper .custom-horizontal-section-wrapper.cms-text-feature {
  padding-top: 0 !important;
  align-items: flex-start !important;
}
body.cms-page-is-in-edit-mode .horizontal-sections-wrapper .custom-horizontal-section-wrapper .custom-horizontal-section:not(.site-custom-numbers-gallery-wrapper .custom-horizontal-section):not(.site-custom-video-gallery-wrapper .custom-horizontal-section) {
  height: calc(100vh - 53px - 100px - 30px) !important;
}
body.cms-page-is-in-edit-mode .horizontal-sections-wrapper .custom-horizontal-section-wrapper .custom-horizontal-section.site-slider:not(.site-custom-numbers-gallery-wrapper .site-slider):not(.site-custom-video-gallery-wrapper .site-slider) {
  height: calc(100vh - 53px - 100px - 30px) !important;
}
body.cms-page-is-in-edit-mode .horizontal-sections-wrapper .custom-horizontal-section-wrapper .custom-horizontal-section.site-slider:not(.site-custom-numbers-gallery-wrapper .site-slider):not(.site-custom-video-gallery-wrapper .site-slider) .site-slide:not(.site-custom-numbers-gallery-wrapper .site-slide):not(.site-custom-video-gallery-wrapper .site-slider) {
  height: calc(100vh - 53px - 100px - 30px) !important;
  clip-path: inset(0) !important;
}
body.cms-page-is-in-edit-mode .horizontal-sections-wrapper .custom-horizontal-section-wrapper .custom-horizontal-section.site-slider:not(.site-custom-numbers-gallery-wrapper .site-slider):not(.site-custom-video-gallery-wrapper .site-slider) .site-slide:not(.site-custom-numbers-gallery-wrapper .site-slide):not(.site-custom-video-gallery-wrapper .site-slider) .site-slider-image {
  clip-path: inset(0) !important;
}
body.cms-page-is-in-edit-mode.home-page #site-footer-left, body.cms-page-is-in-edit-mode.landing-page #site-footer-left {
  padding-top: 100px !important;
}
body.cms-page-is-in-edit-mode.home-page #site-footer-right .site-slider-image, body.cms-page-is-in-edit-mode.landing-page #site-footer-right .site-slider-image {
  height: 500px !important;
}

body.cms-page-is-published .horizontal-sections-wrapper {
  height: calc(100vh - 72px) !important;
}

#iframe-page {
  background: #f9f9f9;
  width: 100%;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 100%;
  z-index: 5;
  overflow-y: auto;
  transition: top 1s ease;
}
@media (min-width: 600px) {
  #iframe-page {
    width: calc(100% - 50px);
  }
}
@media (min-width: 1024px) {
  #iframe-page {
    width: calc(100% - 80px);
  }
}
#iframe-page.active {
  display: block;
  top: 0;
}
#iframe-page #iframe-content {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#iframe-page #iframe-content #iframe-frame {
  height: 100%;
  overflow: hidden;
}
#iframe-page #iframe-content #iframe-frame .site-sidebar-menu {
  display: none !important;
}

body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
  padding-left: 190px;
  padding-right: 190px;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 20px;
  }
}

.site-form-payment-wrapper .site-form-product-payment-block .site-form-product-payment-data {
  background: #f9f9f9;
}
.site-form-payment-wrapper .site-form-title {
  color: #B30838;
  font-family: "VerlagBlack";
  font-size: 16px;
}
.cms-text-feature table tr {
  background: transparent;
}
.cms-text-feature table tr th {
  background: #B30838;
}
.cms-text-feature table tr:nth-child(2n) {
  background: #f9f9f9;
}
@media (max-width: 599px) {
  .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}

@media (max-width: 599px) {
  table.site-table-mobile:not(.site-custom-directory-wrapper table) > thead > tr > td p, table.site-table-mobile:not(.site-custom-directory-wrapper table) > thead > tr > th p, table.site-table-mobile:not(.site-custom-directory-wrapper table) > tbody > tr > td p, table.site-table-mobile:not(.site-custom-directory-wrapper table) > 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 #65665C;
  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: #B30838;
  }
  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 #65665C;
}
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.custom-table-spacing td:has(p) {
  padding: 75px 20px 20px;
}
@media (min-width: 1400px) {
  table.custom-table-spacing td:has(p) {
    padding: 75px 110px 50px;
  }
}
@media (min-width: 1600px) {
  table.custom-table-spacing td:has(p) {
    padding: 75px 8% 50px;
  }
}

table.custom-table-history {
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
  position: relative;
}
table.custom-table-history:last-child td::before {
  display: none;
}
table.custom-table-history td {
  width: 70%;
}
@media (min-width: 1600px) {
  table.custom-table-history td {
    width: 60%;
  }
}
table.custom-table-history td:has(blockquote) {
  width: 30%;
  padding-right: 110px;
  position: relative;
}
@media (min-width: 1600px) {
  table.custom-table-history td:has(blockquote) {
    width: 40%;
  }
}
table.custom-table-history td:has(blockquote) h2, table.custom-table-history td:has(blockquote) h4 {
  font-size: 60px;
  font-family: "VerlagBlack";
  font-style: normal;
}
@media (min-width: 1024px) {
  table.custom-table-history td:has(blockquote) h2, table.custom-table-history td:has(blockquote) h4 {
    font-size: 100px;
  }
}
table.custom-table-history td:has(blockquote)::before {
  background: #00011F;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 55px);
  content: "";
  display: none;
}
@media (min-width: 768px) {
  table.custom-table-history td:has(blockquote)::before {
    display: block;
  }
}

table {
  border: none;
}
table.site-table-accordion {
  display: table !important;
  white-space: wrap;
}
table.site-table-accordion tr {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 599px) {
  table.site-table-accordion tr {
    padding: 0 !important;
    display: table-row !important;
  }
}
table.site-table-accordion tr th {
  color: #B30838 !important;
  padding: 18px 40px 18px 30px !important;
  text-align: left;
  background: none !important;
  font-family: "VerlagBlack";
  border: none;
}
table.site-table-accordion tr th::after {
  right: 30px !important;
}
table.site-table-accordion tr td {
  padding: 50px 30px;
  text-align: left;
  width: 100%;
  display: block;
  border: 0;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 16px;
  line-height: 26px;
  background: #ffffff !important;
  border: 1px solid #B30838 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #B30838 !important;
  text-align: left;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #B30838 !important;
  border: 1px solid #B30838 !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: #B30838 !important;
  border: 1px solid #B30838 !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;
}
table.site-table-accordion.site-table-accordion-arrow-first tr th {
  padding-left: 80px !important;
}
table.site-table-accordion.site-table-accordion-arrow-first tr th::after {
  left: 30px !important;
  right: auto !important;
}

.site-feature-accordion-wrapper .cms-feature-title {
  position: relative;
  font-size: 22px;
  cursor: pointer;
  margin-bottom: 0px !important;
  min-height: 49px;
  display: flex;
  align-items: center;
  background: #ffffff;
  color: #B30838;
  padding: 15px 50px 15px 30px;
  background: #ffffff !important;
  border: 1px solid #B30838;
  border-radius: 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease;
}
@media (max-width: 599px) {
  .site-feature-accordion-wrapper .cms-feature-title {
    padding: 15px 50px 15px 30px;
  }
}
.site-feature-accordion-wrapper .cms-feature-title:before {
  font-family: "icomoon";
  content: "\e92f";
  color: #B30838;
  position: absolute;
  right: 30px;
  font-size: 15px;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
}
.site-feature-accordion-wrapper .cms-feature-datablock {
  padding: 30px;
}
.site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  color: #ffffff;
  color: #ffffff !important;
  background: #B30838 !important;
  color: #ffffff !important;
}
.site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title:before {
  content: "";
  width: 16px;
  display: block;
  height: 2px;
  background: #ffffff;
}

.site-pagination {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  margin: 20px 0 0;
}
.site-pagination li {
  margin: 0 6px;
  padding: 0;
  text-align: center;
}
.site-pagination li.site-page-item-prev .site-page-link {
  width: 40px;
  font-size: 0;
  line-height: 0;
}
.site-pagination li.site-page-item-prev .site-page-link::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: "\e90b" !important;
  width: 10px;
  padding: 7px 0;
  font-size: 16px;
  line-height: 1;
}
.site-pagination li.site-page-item-next .site-page-link {
  width: 40px;
  font-size: 0;
  line-height: 0;
}
.site-pagination li.site-page-item-next .site-page-link::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: "\e90c" !important;
  padding: 7px 0;
  font-size: 16px;
  line-height: 1;
}
.site-pagination li a {
  color: #475862;
  padding: 7px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
}
.site-pagination li.site-pagination-active a, .site-pagination li:hover a {
  background: #354048;
  color: #ffffff;
}

body.cms-page-is-in-preview-mode.custom-styleguide-page .custom-styleguide-page th[id], body.cms-page-is-in-preview-mode.custom-styleguide-page .custom-styleguide-page h4[id] {
  scroll-margin-top: 45px;
}

.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: "VerlagBlack";
  font-weight: bold;
  font-size: 300px;
  line-height: 290px;
  color: #B30838;
}
@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: #B30838;
}
@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 #65665C;
  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: #B30838;
  display: block;
}
.error-template .error-buttons .error-social-link .error-footer-social:hover {
  background: #00011F;
}
.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: "VerlagBlack";
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  line-height: 100px;
  color: #00011F;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc {
  color: #000000;
  font-size: 20px;
  position: relative;
  padding: 20px 0 0;
  line-height: 35px;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background: black;
  top: 0;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image {
  text-align: right;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image img {
  width: 85%;
  border-radius: 100%;
}

.home-page-header .site-custom-banner-overlay-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.5s ease;
  pointer-events: none;
}
.home-page-header .site-custom-banner-overlay-wrapper::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px #868686 solid;
  display: none;
}
@media (min-width: 1280px) {
  .home-page-header .site-custom-banner-overlay-wrapper::before {
    display: block;
  }
}
.home-page-header .site-custom-banner-overlay-wrapper::after {
  background: linear-gradient(#868686, #868686);
  --mask: radial-gradient(60px at 60px 60px, #0000 calc(98% - 1px), #000 calc(100% - 1px) 98%, #0000) -60px -60px,
    linear-gradient(90deg, #000 2px, #0000 0) -1px 50% /100% calc(100% - 120px + 1px) repeat-x,
    linear-gradient(#000 2px, #0000 0) 50% -1px/calc(100% - 120px + 1px) 100% repeat-y;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  content: "";
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  display: none;
}
@media (min-width: 1280px) {
  .home-page-header .site-custom-banner-overlay-wrapper::after {
    display: block;
  }
}
.home-page-header .site-custom-banner-overlay-wrapper.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.home-page-header .site-custom-banner-overlay-wrapper.scrolled {
  pointer-events: none;
}
.home-page-header .site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay {
  pointer-events: none;
}
.home-page-header .site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay p:first-child {
  opacity: 0;
  visibility: hidden;
}
.home-page-header .site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay p:nth-child(2) a:nth-child(1) {
  display: none;
}
@media (min-width: 1280px) {
  .home-page-header .site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay p:nth-child(2) a:nth-child(1) {
    display: none;
  }
  .home-page-header .site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay p:nth-child(2) a:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1440px) {
  .home-page-header .site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay p:nth-child(2) a:nth-child(2) {
    display: block;
  }
}
.home-page-header .site-custom-banner-overlay-wrapper.scrolled .site-custom-banner-overlay p:nth-child(3) {
  opacity: 0;
  visibility: hidden;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay {
  background: none;
  padding: 20px 8% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1280px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay {
    padding: 70px 9% 0;
  }
}
@media (min-width: 1600px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay {
    padding: 70px 10% 0;
  }
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p {
  transition: all 0.5s ease;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child {
  width: 36%;
  text-align: left;
  display: none;
}
@media (min-width: 1280px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child {
    display: block;
  }
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a {
  margin-left: 0;
  margin-right: 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  pointer-events: all;
  text-shadow: 1px 1px 5px #000000;
}
@media (min-width: 1280px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a {
    margin-right: 5px;
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a {
    margin-right: 10px;
    font-size: 14px;
  }
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -2px;
  transition: all ease 0.5s;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a:hover:after {
  width: 100%;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:first-child a.custom-link-active:after {
  width: 100%;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) {
  flex: 1;
  text-align: center;
  pointer-events: all;
  display: block !important;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:nth-child(1) {
  display: block;
  margin: 0 auto;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:nth-child(1) img {
  width: auto !important;
  max-height: 100px !important;
}
@media (min-width: 1400px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:nth-child(1) img {
    max-height: 120px !important;
  }
}
@media (min-width: 1600px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:nth-child(1) img {
    max-height: 130px !important;
  }
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:nth-child(2) {
  display: none;
  margin: 0 auto;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:nth-child(2) img {
  width: auto !important;
  height: 61px !important;
}
@media (min-width: 1400px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:nth-child(2) img {
    height: 70px !important;
  }
}
@media (min-width: 1600px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:nth-child(2) img {
    height: 102px !important;
  }
}
@media (min-width: 1280px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(2) a:nth-child(1) {
    display: block;
    margin: 0 auto;
  }
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) {
  width: 36%;
  text-align: right;
  display: none;
}
@media (min-width: 1280px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) {
    display: block;
  }
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a {
  margin-left: 0;
  margin-right: 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  pointer-events: all;
  text-shadow: 1px 1px 5px #000000;
}
@media (min-width: 1280px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a {
    margin-right: 5px;
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a {
    margin-right: 10px;
    font-size: 14px;
  }
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -2px;
  transition: all ease 0.5s;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(3) a:hover:after {
  width: 100%;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(4) {
  pointer-events: none;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:nth-child(4) a {
  pointer-events: all;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
  width: 100%;
  display: none;
}
@media (min-width: 1280px) {
  .home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
    display: block;
  }
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a img {
  transition: all 0.5s ease;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a:nth-child(1) {
  position: absolute;
  top: 40px;
  left: 40px;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a:nth-child(2) {
  position: absolute;
  top: 40px;
  right: 40px;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a:nth-child(3) {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a:nth-child(4) {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.home-page-header .site-custom-banner-overlay-wrapper .site-custom-banner-overlay p:not(:nth-child(1), :nth-child(2), :nth-child(3)) a:hover img {
  transform: rotate(360deg);
}
.home-page-header .hero-banner .site-slider-image-block {
  position: relative;
  padding-top: 0;
}

.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: 70px;
}
@media (max-width: 1024px) {
  .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: 1024px) {
  .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: 1025px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 400px);
  }
}

.search-result-page .site-search-data {
  display: flex;
  border: 1px solid #B30838;
}
.search-result-page .site-search-data .site-search-input {
  background: transparent;
  border-radius: 0;
  outline: none;
  border: 1px solid transparent;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  background: transparent;
}
.search-result-page .site-search-data .site-search-button {
  background: transparent;
  font-size: 13.33px;
  padding: 0 20px;
  border: none;
  text-align: center;
  color: #B30838;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid none;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "VerlagBlack";
  border-radius: 50px;
  transition: all 0.5s ease;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  background: none !important;
  height: 46px !important;
}
.search-result-page .site-search-data .site-search-button:hover, .search-result-page .site-search-data .site-search-button:focus {
  background: transparent;
  color: #868686;
  border: 1px solid none;
}
.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: #F7FDFF;
  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: 20px 5px 0;
}
.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 #00011F;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a {
  color: #00011F;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover {
  color: #868686;
}
.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: #868686;
}
.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: #868686;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list .sr-tag {
  display: inline-block;
  margin: 0 2px 2px 0;
  background-color: #F7FDFF;
  padding: 6px 20px;
  color: #868686;
  font-size: 10.67px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  min-height: 40px;
  line-height: 27px;
}

body.athletics-page .hero-banner .site-slider-image-block,
body.athletics-page-content .hero-banner .site-slider-image-block {
  padding-top: 0;
}
body.athletics-page #site-sidebar-data-two .cms-text-feature-content,
body.athletics-page-content #site-sidebar-data-two .cms-text-feature-content {
  color: #00011F;
}
body.athletics-page #site-sidebar-data-two .cms-text-feature-content a:not([class^=site-button-]),
body.athletics-page-content #site-sidebar-data-two .cms-text-feature-content a:not([class^=site-button-]) {
  color: #00011F;
  font-weight: bold;
  position: relative;
}
body.athletics-page #site-sidebar-data-two .cms-text-feature-content a:not([class^=site-button-])::after,
body.athletics-page-content #site-sidebar-data-two .cms-text-feature-content a:not([class^=site-button-])::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #00011F;
  left: 0;
  bottom: 0;
  transition: all ease 0.5s;
}
body.athletics-page #site-sidebar-data-two .cms-text-feature-content a:not([class^=site-button-]):hover:after,
body.athletics-page-content #site-sidebar-data-two .cms-text-feature-content a:not([class^=site-button-]):hover:after {
  width: 100%;
}
body.athletics-page .custom-athletics-spacer-wrapper,
body.athletics-page-content .custom-athletics-spacer-wrapper {
  margin: 0;
  padding: 0;
}
body.athletics-page .custom-athletics-spacer-wrapper .custom-athletics-spacer,
body.athletics-page-content .custom-athletics-spacer-wrapper .custom-athletics-spacer {
  position: relative;
}
body.athletics-page .custom-athletics-spacer-wrapper .custom-athletics-spacer hr,
body.athletics-page-content .custom-athletics-spacer-wrapper .custom-athletics-spacer hr {
  opacity: 0.7;
}
body.athletics-page .custom-athletics-spacer-wrapper .custom-athletics-spacer p:has(img),
body.athletics-page-content .custom-athletics-spacer-wrapper .custom-athletics-spacer p:has(img) {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
body.athletics-page .custom-athletics-header-wrapper,
body.athletics-page-content .custom-athletics-header-wrapper {
  background: #00011F;
  position: relative;
  z-index: 5;
}
body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header,
body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header {
  height: 70px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 600px) {
  body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header,
  body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header {
    padding: 0 5%;
  }
}
@media (min-width: 1500px) {
  body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header,
  body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header {
    padding: 0 6%;
  }
}
@media (min-width: 2200px) {
  body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header,
  body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header {
    max-width: 1920px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header,
  body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header {
    height: 100px;
    align-items: center;
  }
}
body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header p,
body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header p {
  margin-bottom: 0;
  display: none;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header p,
  body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header p {
    display: block;
  }
}
body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header p:has(img),
body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header p:has(img) {
  display: block;
  margin-top: 20px;
  padding-right: 10px;
  display: block;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header p:has(img),
  body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header p:has(img) {
    margin-top: 45px;
  }
}
body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header p a,
body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header p a {
  margin-left: 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
}
@media (min-width: 1366px) {
  body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header p a,
  body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header p a {
    font-size: 16px;
  }
}
body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header p a::after,
body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header p a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -2px;
  transition: all ease 0.5s;
}
body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header p a:hover:after,
body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header p a:hover:after {
  width: 100%;
}
body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header p a.custom-link-active:after,
body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header p a.custom-link-active:after {
  width: 100%;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header p:last-child,
  body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header p:last-child {
    margin-left: auto;
    text-align: right;
  }
}
body.athletics-page .custom-athletics-header-wrapper .custom-athletics-header p:last-child a,
body.athletics-page-content .custom-athletics-header-wrapper .custom-athletics-header p:last-child a {
  font-weight: normal;
}
body.athletics-page .custom-athletics-hero-wrapper,
body.athletics-page-content .custom-athletics-hero-wrapper {
  height: calc(100vh - 100px);
  margin: 0;
  padding: 0;
}
body.athletics-page .custom-athletics-hero-wrapper .custom-athletics-hero,
body.athletics-page-content .custom-athletics-hero-wrapper .custom-athletics-hero {
  height: 100% !important;
}
body.athletics-page .custom-athletics-hero-wrapper .custom-athletics-hero .slick-track,
body.athletics-page-content .custom-athletics-hero-wrapper .custom-athletics-hero .slick-track {
  height: 100% !important;
}
body.athletics-page .custom-athletics-hero-wrapper .custom-athletics-hero .site-slide,
body.athletics-page-content .custom-athletics-hero-wrapper .custom-athletics-hero .site-slide {
  height: 100% !important;
  position: relative;
}
body.athletics-page .custom-athletics-hero-wrapper .slick-arrow,
body.athletics-page-content .custom-athletics-hero-wrapper .slick-arrow {
  top: auto !important;
  bottom: 30px !important;
  transform: none !important;
}
body.athletics-page .custom-athletics-hero-wrapper .slick-arrow::before,
body.athletics-page-content .custom-athletics-hero-wrapper .slick-arrow::before {
  background: #B30838 !important;
  color: #ffffff !important;
  border: 1px #B30838 solid !important;
  transform: none !important;
}
body.athletics-page .custom-athletics-hero-wrapper .slick-arrow:hover:before,
body.athletics-page-content .custom-athletics-hero-wrapper .slick-arrow:hover:before {
  background: #ffffff !important;
  color: #B30838 !important;
  border: 1px #B30838 solid !important;
  transform: none !important;
}
body.athletics-page .custom-athletics-hero-wrapper .slick-arrow.slick-prev,
body.athletics-page-content .custom-athletics-hero-wrapper .slick-arrow.slick-prev {
  left: 30px;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-hero-wrapper .slick-arrow.slick-prev,
  body.athletics-page-content .custom-athletics-hero-wrapper .slick-arrow.slick-prev {
    left: 10%;
  }
}
body.athletics-page .custom-athletics-hero-wrapper .slick-arrow.slick-next,
body.athletics-page-content .custom-athletics-hero-wrapper .slick-arrow.slick-next {
  left: 70px;
  right: auto !important;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-hero-wrapper .slick-arrow.slick-next,
  body.athletics-page-content .custom-athletics-hero-wrapper .slick-arrow.slick-next {
    left: calc(10% + 60px);
  }
}
body.athletics-page .custom-athletics-hero-wrapper .site-slider-caption,
body.athletics-page-content .custom-athletics-hero-wrapper .site-slider-caption {
  background: none !important;
  max-width: 100%;
  left: 10px !important;
  right: 10px !important;
  top: auto !important;
  bottom: 60px !important;
  transform: none !important;
  position: absolute !important;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-hero-wrapper .site-slider-caption,
  body.athletics-page-content .custom-athletics-hero-wrapper .site-slider-caption {
    max-width: 50%;
    left: 10% !important;
    right: 10% !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1400px) {
  body.athletics-page .custom-athletics-hero-wrapper .site-slider-caption,
  body.athletics-page-content .custom-athletics-hero-wrapper .site-slider-caption {
    max-width: 30%;
  }
}
body.athletics-page .custom-athletics-hero-wrapper .site-slider-caption .site-container,
body.athletics-page-content .custom-athletics-hero-wrapper .site-slider-caption .site-container {
  max-width: 100%;
  padding: 0;
}
body.athletics-page .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data,
body.athletics-page-content .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data {
  max-width: 100% !important;
}
body.athletics-page .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data h2,
body.athletics-page .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data h3,
body.athletics-page .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data h4,
body.athletics-page .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data h5,
body.athletics-page .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data h6,
body.athletics-page-content .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data h2,
body.athletics-page-content .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data h3,
body.athletics-page-content .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data h4,
body.athletics-page-content .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data h5,
body.athletics-page-content .custom-athletics-hero-wrapper .site-slider-caption .site-container .site-slider-capton-data h6 {
  color: #ffffff;
  text-shadow: none !important;
}
body.athletics-page .custom-athletics-menu-wrapper,
body.athletics-page-content .custom-athletics-menu-wrapper {
  background: #B30838;
  padding: 17px 0;
}
body.athletics-page .custom-athletics-menu-wrapper .custom-athletics-menu p a,
body.athletics-page-content .custom-athletics-menu-wrapper .custom-athletics-menu p a {
  margin: 2px 10px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
body.athletics-page .custom-athletics-menu-wrapper .custom-athletics-menu p a::after,
body.athletics-page-content .custom-athletics-menu-wrapper .custom-athletics-menu p a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -2px;
  transition: all ease 0.5s;
}
body.athletics-page .custom-athletics-menu-wrapper .custom-athletics-menu p a:hover:after,
body.athletics-page-content .custom-athletics-menu-wrapper .custom-athletics-menu p a:hover:after {
  width: 100%;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-image img,
body.athletics-page-content .custom-athletics-display-wrapper .site-display-image img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-data-block,
body.athletics-page-content .custom-athletics-display-wrapper .site-display-data-block {
  padding-top: 10px;
  padding-bottom: 20px;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-data-block .site-display-date,
body.athletics-page-content .custom-athletics-display-wrapper .site-display-data-block .site-display-date {
  color: #00011F;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-data-block .site-display-title,
body.athletics-page-content .custom-athletics-display-wrapper .site-display-data-block .site-display-title {
  color: #00011F;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-data-block .site-display-title a,
body.athletics-page-content .custom-athletics-display-wrapper .site-display-data-block .site-display-title a {
  color: #00011F !important;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-data-block .site-display-title a::after,
body.athletics-page-content .custom-athletics-display-wrapper .site-display-data-block .site-display-title a::after {
  background: #00011F !important;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-data-block .site-display-desc,
body.athletics-page-content .custom-athletics-display-wrapper .site-display-data-block .site-display-desc {
  color: #00011F;
}
body.athletics-page .custom-athletics-display-wrapper .slick-dots,
body.athletics-page-content .custom-athletics-display-wrapper .slick-dots {
  bottom: 0;
}
body.athletics-page .custom-athletics-display-wrapper .slick-dots li button::before,
body.athletics-page-content .custom-athletics-display-wrapper .slick-dots li button::before {
  font-size: 12px;
}
body.athletics-page .custom-athletics-display-wrapper .slick-dots li button:hover::before,
body.athletics-page-content .custom-athletics-display-wrapper .slick-dots li button:hover::before {
  color: #B30838;
  transition: all 0.5s ease;
}
body.athletics-page .custom-athletics-display-wrapper .slick-dots li.slick-active button::before,
body.athletics-page-content .custom-athletics-display-wrapper .slick-dots li.slick-active button::before {
  color: #B30838 !important;
  opacity: 1 !important;
}

body.athletics-page {
  background: #475862;
}
body.athletics-page .cms-bb-sport-events-opponent {
  padding: 0 0 20px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
body.athletics-page .cms-bb-sport-events-opponent .cms-integration-sport-events-opponent-vs {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
@media (min-width: 768px) {
  body.athletics-page .cms-bb-sport-events-opponent .cms-integration-sport-events-opponent-vs {
    font-size: 30px;
  }
}
body.athletics-page .custom-athletics-gallery-wrapper {
  background: #637783;
  padding: 0 30px;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-gallery-wrapper {
    padding: 0 70px;
  }
}
body.athletics-page .custom-athletics-gallery-wrapper .slick-list {
  padding-top: 10px !important;
}
body.athletics-page .custom-athletics-gallery-wrapper .slick-arrow {
  top: calc(50% - 40px);
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-gallery-wrapper .slick-arrow {
    top: calc(50% - 35px);
  }
}
body.athletics-page .custom-athletics-gallery-wrapper .slick-arrow::before {
  background: #ffffff !important;
  color: #354048 !important;
  border: 1px #ffffff solid !important;
  transform: none !important;
}
body.athletics-page .custom-athletics-gallery-wrapper .slick-arrow:hover:before {
  background: #354048 !important;
  color: #ffffff !important;
  border: 1px #354048 solid !important;
  transform: none !important;
}
body.athletics-page .custom-athletics-gallery-wrapper .slick-arrow.slick-prev {
  left: -40px !important;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-gallery-wrapper .slick-arrow.slick-prev {
    left: -70px !important;
  }
}
body.athletics-page .custom-athletics-gallery-wrapper .slick-arrow.slick-next {
  right: -40px !important;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-gallery-wrapper .slick-arrow.slick-next {
    right: -70px !important;
  }
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide::before, body.athletics-page .custom-athletics-gallery-wrapper .site-slide::after {
  display: none;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-image-block {
  width: 50%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  overflow: visible;
}
@media (min-width: 768px) {
  body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-image-block {
    width: 50%;
  }
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-image-block p:has(img) {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 3px;
  left: calc(50% + 3px);
  transform: translateX(-50%);
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-image-block p:has(img) img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-image-block::before {
  position: absolute;
  top: -7px;
  left: -6px;
  width: calc(100% + 13px);
  height: calc(100% + 13px);
  padding: 0;
  border: 1px #ffffff solid;
  content: "";
  border-radius: 50%;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-image-block .site-slider-image {
  border-radius: 50%;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-image-block .site-slider-more-desc-data {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-image-block .site-slider-more-desc-data p {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 6% 0 0 0;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-image-block .site-slider-more-desc-data p img {
  width: 100%;
  height: 110%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption {
  background: none !important;
  position: static !important;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption .site-container {
  max-width: 100%;
  padding: 0;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption .site-container .site-slider-capton-data {
  max-width: 100% !important;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption .site-container .site-slider-capton-data h2,
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption .site-container .site-slider-capton-data h3,
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption .site-container .site-slider-capton-data h4,
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption .site-container .site-slider-capton-data h5,
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption .site-container .site-slider-capton-data h6 {
  color: #ffffff;
  text-shadow: none !important;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption .site-container .site-slider-capton-data h3 {
  font-size: 25px !important;
}
@media (min-width: 1366px) {
  body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption .site-container .site-slider-capton-data h3 {
    font-size: 30px !important;
  }
}
@media (min-width: 1600px) {
  body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption .site-container .site-slider-capton-data h3 {
    font-size: 40px !important;
  }
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide .site-slider-caption .site-container .site-slider-capton-data a {
  color: #ffffff;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slide.slick-current .site-slider-image-block::before {
  border-color: #B30838;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slider-tab-content-list {
  padding-top: 0;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content tr {
  border-color: #ffffff;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content h1,
body.athletics-page .custom-athletics-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content h2,
body.athletics-page .custom-athletics-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content h3,
body.athletics-page .custom-athletics-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content h4,
body.athletics-page .custom-athletics-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content h5,
body.athletics-page .custom-athletics-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content h6,
body.athletics-page .custom-athletics-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content p {
  color: #ffffff !important;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content a {
  color: #ffffff !important;
  transition: all 0.5s ease;
}
body.athletics-page .custom-athletics-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content a:hover {
  color: #B30838 !important;
}
body.athletics-page .custom-float-gallery-wrapper .site-slick-wrapper {
  opacity: 1;
  visibility: visible;
}
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) {
  display: flex !important;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image-block,
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-video-block {
  width: 100%;
  position: relative;
}
@media (min-width: 600px) {
  body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image-block,
  body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-video-block {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-image-block,
  body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-video-block {
    width: 50%;
  }
}
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption {
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
  background: none !important;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
@media (min-width: 600px) {
  body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption {
    width: 45%;
  }
}
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-container {
  padding: 0;
}
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-container .site-slider-capton-data {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  text-align: left;
}
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-container .site-slider-capton-data h2,
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-container .site-slider-capton-data h3,
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-container .site-slider-capton-data h4,
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-container .site-slider-capton-data h5,
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-container .site-slider-capton-data h6,
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-caption .site-container .site-slider-capton-data p {
  color: #ffffff;
  text-shadow: none !important;
}
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc .site-container {
  width: 100%;
  height: 100%;
  padding: 0;
}
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc .site-container .site-slider-more-desc-data {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc .site-container .site-slider-more-desc-data {
    padding: 20px 30px;
  }
}
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc .site-container .site-slider-more-desc-data h2,
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc .site-container .site-slider-more-desc-data h3,
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc .site-container .site-slider-more-desc-data h4,
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc .site-container .site-slider-more-desc-data h5,
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc .site-container .site-slider-more-desc-data h6,
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc .site-container .site-slider-more-desc-data p {
  color: #ffffff;
}
body.athletics-page .custom-float-gallery-wrapper .site-slide:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slider-more-desc .site-container .site-slider-more-desc-data img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
body.athletics-page .custom-athletics-spacer-wrapper {
  margin: 0;
  padding: 0;
}
body.athletics-page .custom-athletics-spacer-wrapper .custom-athletics-spacer {
  position: relative;
}
body.athletics-page .custom-athletics-spacer-wrapper .custom-athletics-spacer hr {
  opacity: 0.25;
}
body.athletics-page .custom-athletics-spacer-wrapper .custom-athletics-spacer p:has(img) {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
body.athletics-page .site-full-width-block-wrapper .site-full-width-block {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 600px) {
  body.athletics-page .site-full-width-block-wrapper .site-full-width-block {
    padding: 0 5%;
  }
}
@media (min-width: 1500px) {
  body.athletics-page .site-full-width-block-wrapper .site-full-width-block {
    padding: 0 6%;
  }
}
@media (min-width: 2200px) {
  body.athletics-page .site-full-width-block-wrapper .site-full-width-block {
    max-width: 1920px;
    padding: 0;
  }
}
@media (min-width: 600px) {
  body.athletics-page:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper {
    margin-left: calc(-50vw + 25px + 50%);
    width: calc(100vw - 50px);
    position: relative;
  }
}
@media (min-width: 1024px) {
  body.athletics-page:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper {
    margin-left: calc(-50vw + 40px + 50%);
    width: calc(100vw - 80px);
  }
}
body.athletics-page:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 600px) {
  body.athletics-page:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block {
    padding: 0 5%;
  }
}
@media (min-width: 1500px) {
  body.athletics-page:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block {
    padding: 0 6%;
  }
}
@media (min-width: 2200px) {
  body.athletics-page:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block {
    max-width: 1920px;
    padding: 0;
  }
}
body.athletics-page:not(.cms-page-is-in-edit-mode) .custom-stories-wrapper {
  background: #f9f9f9;
}
@media (min-width: 600px) {
  body.athletics-page:not(.cms-page-is-in-edit-mode) .custom-stories-wrapper {
    margin-left: calc(-50vw + 25px + 50%);
    width: calc(100vw - 50px);
    max-width: calc(100vw - 50px);
    position: relative;
  }
}
@media (min-width: 1024px) {
  body.athletics-page:not(.cms-page-is-in-edit-mode) .custom-stories-wrapper {
    margin-left: calc(-50vw + 40px + 50%);
    width: calc(100vw - 80px);
    max-width: calc(100vw - 80px);
  }
}
body.athletics-page:not(.cms-page-is-in-edit-mode) .custom-stories-wrapper .site-full-width-block {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 600px) {
  body.athletics-page:not(.cms-page-is-in-edit-mode) .custom-stories-wrapper .site-full-width-block {
    padding: 0 5%;
  }
}
@media (min-width: 1500px) {
  body.athletics-page:not(.cms-page-is-in-edit-mode) .custom-stories-wrapper .site-full-width-block {
    padding: 0 6%;
  }
}
@media (min-width: 2200px) {
  body.athletics-page:not(.cms-page-is-in-edit-mode) .custom-stories-wrapper .site-full-width-block {
    max-width: 1920px;
    padding: 0;
  }
}
body.athletics-page .custom-stories-wrapper {
  background: #f9f9f9;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 600px) {
  body.athletics-page .custom-stories-wrapper {
    padding: 0 5%;
  }
}
@media (min-width: 1500px) {
  body.athletics-page .custom-stories-wrapper {
    padding: 0 6%;
  }
}
@media (min-width: 2200px) {
  body.athletics-page .custom-stories-wrapper {
    max-width: 1920px;
    padding: 0;
  }
}
@media (min-width: 600px) {
  body.athletics-page .custom-stories-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  body.athletics-page .custom-stories-wrapper {
    flex-direction: row;
    padding-top: 100px;
    padding-bottom: 140px;
    padding-right: 0 !important;
  }
}
body.athletics-page .custom-athletics-stories-text-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-stories-text-wrapper {
    width: 30%;
  }
}
body.athletics-page .custom-athletics-stories-display-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-stories-display-wrapper {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-stories-display-wrapper .slick-list {
    padding-right: 150px;
  }
}
body.athletics-page .custom-athletics-stories-display-wrapper .slick-list .slick-slide {
  margin: 0 15px !important;
}
body.athletics-page .custom-athletics-stories-display-wrapper .slick-list .site-display-wrapper-listitem .site-display-list-block {
  position: relative;
}
body.athletics-page .custom-athletics-stories-display-wrapper .slick-list .site-display-wrapper-listitem .site-display-list-block::before {
  content: "";
  background: linear-gradient(to bottom, transparent 50%, #000 100%);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  z-index: 5;
}
body.athletics-page .custom-athletics-stories-display-wrapper .slick-list .site-display-wrapper-listitem .site-display-list-block {
  margin: 0;
  padding: 0;
  position: relative;
}
body.athletics-page .custom-athletics-stories-display-wrapper .slick-list .site-display-wrapper-listitem .site-display-list-block .site-display-image {
  margin: 0;
}
body.athletics-page .custom-athletics-stories-display-wrapper .slick-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.athletics-page .custom-athletics-stories-display-wrapper .slick-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
body.athletics-page .custom-athletics-stories-display-wrapper .slick-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title {
  color: #ffffff;
}
body.athletics-page .custom-athletics-stories-display-wrapper .slick-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title a {
  color: #ffffff !important;
}
body.athletics-page .custom-athletics-stories-display-wrapper .slick-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-desc {
  color: #ffffff;
}
body.athletics-page .custom-athletics-stories-display-wrapper .custom-athletics-stories-display .slick-arrow {
  top: auto !important;
  bottom: -55px !important;
  transform: none !important;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-stories-display-wrapper .custom-athletics-stories-display .slick-arrow {
    bottom: -100px !important;
  }
}
body.athletics-page .custom-athletics-stories-display-wrapper .custom-athletics-stories-display .slick-arrow::before {
  background: #ffffff !important;
  color: #354048 !important;
  border: 1px #ffffff solid !important;
  transform: none !important;
}
body.athletics-page .custom-athletics-stories-display-wrapper .custom-athletics-stories-display .slick-arrow:hover:before {
  background: #354048 !important;
  color: #ffffff !important;
  border: 1px #354048 solid !important;
  transform: none !important;
}
body.athletics-page .custom-athletics-stories-display-wrapper .custom-athletics-stories-display .slick-arrow.slick-prev {
  left: 0;
}
body.athletics-page .custom-athletics-stories-display-wrapper .custom-athletics-stories-display .slick-arrow.slick-next {
  left: 40px;
  right: auto !important;
}
@media (min-width: 1024px) {
  body.athletics-page .custom-athletics-stories-display-wrapper .custom-athletics-stories-display .slick-arrow.slick-next {
    left: 60px;
  }
}
body.athletics-page .custom-athletics-display-wrapper .site-display-image img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-data-block {
  padding-top: 10px;
  padding-bottom: 20px;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-data-block .site-display-title {
  color: #ffffff;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-data-block .site-display-title a {
  color: #ffffff !important;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-data-block .site-display-title a::after {
  background: #ffffff !important;
}
body.athletics-page .custom-athletics-display-wrapper .site-display-data-block .site-display-desc {
  color: #ffffff;
}
body.athletics-page .custom-athletics-display-wrapper .slick-dots {
  bottom: 0;
}
body.athletics-page .custom-athletics-display-wrapper .slick-dots li button::before {
  font-size: 12px;
}
body.athletics-page .custom-athletics-display-wrapper .slick-dots li button:hover::before {
  color: #ffffff;
  transition: all 0.5s ease;
}
body.athletics-page .custom-athletics-display-wrapper .slick-dots li.slick-active button::before {
  color: #ffffff !important;
  opacity: 1 !important;
}
body.athletics-page .custom-athletics-social-wrapper {
  background: #364251;
}
body.athletics-page .custom-athletics-social-wrapper .custom-athletics-social h3 {
  color: #ffffff;
}
body.athletics-page .cms-bb-search-block-wrapper {
  display: none;
}
body.athletics-page .cms-bb-result-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.athletics-page .cms-bb-result-list .cms-bb-result-item {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  body.athletics-page .cms-bb-result-list .cms-bb-result-item {
    width: calc(25% - 20px);
    margin-right: 20px;
  }
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data {
  height: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {
  body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data {
    margin: 0 !important;
    padding: 40px 30px !important;
  }
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper {
  width: 100% !important;
  margin-bottom: 10px;
  display: flex;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day {
  display: none;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-month,
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-date,
body.athletics-page .cms-bb-result-list .cms-bb-result-item .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: "Roboto", sans-serif !important;
  font-weight: 600;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-month {
  margin-left: 0 !important;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-data {
  width: 100% !important;
  padding: 0 !important;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-homeaway {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-team-wrapper {
  padding: 10px 0;
  font-size: 20px !important;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif !important;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-opponent {
  font-family: "Roboto", sans-serif !important;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block {
  padding: 10px 0;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time {
  background: none !important;
  margin: 0 !important;
  padding-left: 20px !important;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time::before {
  left: 10px !important;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-address {
  background: none !important;
  margin: 0 !important;
  padding-left: 20px !important;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-address::before {
  left: 10px !important;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item.cms-bb-sport-events-home {
  border: 1px #ffffff solid;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item.cms-bb-sport-events-home .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time {
  color: #ffffff;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item.cms-bb-sport-events-home .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time::before {
  color: #ffffff;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item.cms-bb-sport-events-home .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-address {
  color: #ffffff;
}
body.athletics-page .cms-bb-result-list .cms-bb-result-item.cms-bb-sport-events-home .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-address::before {
  color: #ffffff;
}
body.athletics-page #site-footer {
  background: #475862;
  margin-top: 0;
}
body.athletics-page #site-footer .site-footer-left {
  padding: 0 20px;
}
@media (min-width: 600px) {
  body.athletics-page #site-footer .site-footer-left {
    padding: 0 4% 0 5%;
  }
}
@media (min-width: 1500px) {
  body.athletics-page #site-footer .site-footer-left {
    padding: 0 4% 0 6%;
  }
}
body.athletics-page.cms-page-is-in-edit-mode .custom-athletics-stories-text-wrapper {
  background: #ffffff;
  width: calc(100% - 30px);
}
body.athletics-page.cms-page-is-in-edit-mode .custom-athletics-stories-display-wrapper {
  width: calc(100% - 30px);
}
body.athletics-page.cms-page-is-in-preview-mode .custom-athletics-hero-wrapper {
  height: calc(100vh - 145px);
}
body.athletics-page.cms-page-is-published .custom-athletics-hero-wrapper {
  height: calc(100vh - 172px);
}

.cms-bb-search-button {
  margin-left: 10px !important;
}
.cms-bb-search-button .site-primary-button::after {
  top: 5px !important;
  right: 6px !important;
}

.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: #B30838;
  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: #B30838;
  color: #ffffff;
}
@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: #65665C;
  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 #65665C;
    padding: 100px 10px 10px;
    margin: auto;
    transition: all ease 0.5s;
    z-index: 999;
  }
  .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 #455962;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", 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 {
  height: auto !important;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  transition: opacity ease 0.5s;
}
.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%;
  padding: 0 15px 30px;
  position: static !important;
}
@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 #B30838;
  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: #C3A550 !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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 9/9;
}
.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: #B30838;
  margin: 0 0 10px;
  font-family: "VerlagBlack";
  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: #B30838;
  margin: -5px 0 10px;
  font-family: "Roboto", 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: #B30838;
  font-family: "Roboto", 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-job-title p {
  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-address {
  font-size: 12px;
  line-height: 17px;
  color: #B30838;
  margin: 0 0 10px;
  font-family: "Roboto", 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: #B30838;
  margin: 0 0 10px;
  font-family: "Roboto", 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-bb-directory-desc .cms-bb-directory-bio {
  padding-top: 15px;
  font-size: 19px;
  line-height: 26px;
}
.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: #B30838;
  font-family: "Roboto", 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: #868686;
  border-bottom: 1px solid #868686;
}
.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: #00011F;
  border-bottom: 1px solid #00011F;
}
.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: #B30838;
  padding: 10px 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 #B30838;
}

.site-bb-image-grid .cms-bb-result-list {
  display: flex;
  flex-wrap: wrap;
}

@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%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .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 #B30838;
  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: #B30838;
  transition: 0.5s ease all;
}
.cms-bb-search-wrapper .integration-close:hover, .cms-bb-search-wrapper .integration-close:focus {
  background: #B30838;
  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: #00011F;
}
.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: #00011F !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: #B30838;
    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 #f9f9f9;
  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: 50px;
  }
}
.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: #B30838;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 20px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  padding: 5px 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: #00011F;
  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: #B30838;
  font-family: "VerlagBlack";
  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: "Roboto", 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: "VerlagBlack";
  font-size: 14px;
  text-transform: uppercase;
  color: #B30838;
}
.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: "Roboto", sans-serif;
  font-size: 18px;
  color: #868686;
}
.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;
}
@media (min-width: 768px) {
  .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 {
    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-team-wrapper .cms-bb-sport-events-team {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #868686;
}
@media (min-width: 768px) {
  .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 {
    width: 30%;
  }
}
.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: #868686;
  margin-left: auto;
}
@media (min-width: 768px) {
  .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 {
    width: 40%;
    margin-top: -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-team-wrapper .cms-bb-sport-events-opponent .cms-integration-sport-events-opponent-vs {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}
@media (min-width: 768px) {
  .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: 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-events-data .cms-bb-sport-events-desc {
  display: none;
  margin: 0 0 10px;
  font-family: "Roboto", 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;
}
.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: "Roboto", 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: #F7FDFF !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: #F7FDFF !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 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: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: #B30838;
  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: 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-game-outcome-wrapper {
  display: flex;
  justify-content: end;
  width: 170px;
  font-family: "VerlagBlack";
  color: #B30838;
  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: #B30838;
  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: #B30838 !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: #B30838;
}
.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: #B30838 !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: #B30838;
}
.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: #B30838;
  border: 1px solid #B30838;
}
.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: #B30838;
}
.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: #B30838;
}
.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: #00011F;
  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: #B30838;
  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: #00011F;
  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: #00011F;
}
.site-bb-roster-coach-table {
  width: 100%;
  color: #B30838;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .site-bb-roster-coach-table {
    margin-top: 50px;
  }
}
.site-bb-roster-coach-table tr {
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-bb-roster-coach-table tr:nth-child(odd):not(thead tr) {
  background: #B30838;
  color: #ffffff;
}
.site-bb-roster-coach-table tr th,
.site-bb-roster-coach-table tr td {
  width: 40%;
  min-width: 180px;
}
@media (min-width: 1024px) {
  .site-bb-roster-coach-table tr th,
  .site-bb-roster-coach-table tr td {
    width: 20%;
    min-width: none;
  }
}
.site-bb-roster-coach-table tr .cms-team-roster-coach-title-title,
.site-bb-roster-coach-table tr .cms-team-roster-coach-name-title {
  font-size: 18px;
  text-transform: uppercase;
}

.site-bb-roster-player-table {
  width: 100%;
  color: #00011F;
}
.site-bb-roster-player-table tr {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-bb-roster-player-table tr th:first-child {
  width: 240px;
}
.site-bb-roster-player-table tr td {
  border: 0;
}
.site-bb-roster-player-table tr td:first-child {
  width: 240px;
  padding-left: 0;
  position: relative;
}
.site-bb-roster-player-table tr td:first-child::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #00011F;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  display: none;
}
.site-bb-roster-player-table tr .cms-team-roster-player-name-title,
.site-bb-roster-player-table tr .cms-team-roster-player-jersey-number-title,
.site-bb-roster-player-table tr .cms-team-roster-player-position-title,
.site-bb-roster-player-table tr .cms-team-roster-player-height-title,
.site-bb-roster-player-table tr .cms-team-roster-player-weight-title {
  font-size: 18px;
  text-transform: uppercase;
}

.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: #B30838;
  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: #00011F;
  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: #B30838;
}
.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: #B30838;
  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: #65665C;
  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: #455962;
    height: 100vh;
    top: 0;
    border: 1px solid #455962;
    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: #868686 !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 #455962;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", 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 */