@charset "UTF-8";
@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&display=swap");
@font-face {
  font-family: "site-icon";
  src: url("../fonts/icon-fonts/site-icon.eot?8khz7f");
  src: url("../fonts/icon-fonts/site-icon.eot?8khz7f#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/site-icon.ttf?8khz7f") format("truetype"), url("../fonts/icon-fonts/site-icon.woff?8khz7f") format("woff"), url("../fonts/icon-fonts/site-icon.svg?8khz7f#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";
  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-volume-mute:before {
  content: "\e91b";
}

.site-icon-volume-medium:before {
  content: "\e91c";
}

.site-icon-map-pin:before {
  content: "\e91a";
}

.site-icon-bookmark-long-border:before {
  content: "\e918";
}

.site-icon-bookmark-long-fill:before {
  content: "\e918";
}

.site-icon-bookmark-short-border:before {
  content: "\e918";
}

.site-icon-bookmark-short-fill:before {
  content: "\e918";
}

.site-icon-youtube:before {
  content: "\e914";
}

.site-icon-twitter-x:before {
  content: "\e916";
}

.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: "\e913";
}

.site-icon-youtube-icon:before {
  content: "\e90e";
}

.site-icon-flickr:before {
  content: "\e904";
}

.site-icon-button:before {
  content: "\e919";
}

.site-color-text {
  color: #30343A !important;
}
.site-color-text-wrapper .cms-feature-title {
  color: #30343A !important;
}
.site-color-primary {
  color: #B72126 !important;
}
.site-color-primary-wrapper .cms-feature-title {
  color: #B72126 !important;
}
.site-color-secondary {
  color: #30343A !important;
}
.site-color-secondary-wrapper .cms-feature-title {
  color: #30343A !important;
}
.site-color-light {
  color: #fbf3f5 !important;
}
.site-color-light-wrapper .cms-feature-title {
  color: #fbf3f5 !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-wrapper .cms-feature-title {
  color: #ffffff !important;
}

.site-bg-text, .site-bg-text-wrapper, .site-bg .cms-feature-title {
  background: #30343A !important;
}
.site-bg-primary, .site-bg-primary-wrapper, .site-bg .cms-feature-title {
  background: #B72126 !important;
}
.site-bg-secondary, .site-bg-secondary-wrapper, .site-bg .cms-feature-title {
  background: #30343A !important;
}
.site-bg-light, .site-bg-light-wrapper, .site-bg .cms-feature-title {
  background: #f6e8eb !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: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  line-height: 28px;
  color: #30343A;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif !important;
}

pre, code, kbd, samp, tt, input, textarea, select, option, optgroup, button, td, blockquote, cite, small, big, .marker, q {
  font-family: "Open Sans", sans-serif !important;
}

.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 8%;
  }
}
@media (min-width: 1920px) {
  .site-container {
    max-width: 1680px;
    padding: 0;
  }
}
@media (min-width: 2560px) {
  .site-container {
    max-width: 1920px;
    padding: 0;
  }
}

ol {
  list-style-position: inside;
}

li {
  color: inherit;
}

.site-full-width-content-wrapper .site-full-width-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 600px) {
  .site-full-width-content-wrapper .site-full-width-content {
    padding: 0 5%;
  }
}
@media (min-width: 1500px) {
  .site-full-width-content-wrapper .site-full-width-content {
    padding: 0 8%;
  }
}
@media (min-width: 1920px) {
  .site-full-width-content-wrapper .site-full-width-content {
    max-width: 1680px;
    padding: 0;
  }
}
@media (min-width: 2560px) {
  .site-full-width-content-wrapper .site-full-width-content {
    max-width: 1920px;
    padding: 0;
  }
}

.site-main-wrapper .site-sub-wrapper {
  width: 100%;
  clear: both;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: right;
  padding-left: 120px;
}
@media (max-width: 766px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: left;
}
@media (max-width: 766px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
@media (min-width: 767px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

.hide-breadcrumbs .breadcrumbs-wrapper {
  display: none;
}

h1 {
  font-size: 79px;
  line-height: 79px;
  font-family: "Bodoni 72", serif;
  font-weight: 400;
  color: #B72126;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 79px;
  line-height: 79px;
  font-family: "Bodoni 72", serif;
  font-weight: 400;
  color: #B72126;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 46px;
  line-height: 46px;
  font-family: "Bodoni 72", serif;
  font-weight: 400;
  color: #B72126;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 30px;
  line-height: 44px;
  font-family: "Bodoni 72", serif;
  font-weight: 400;
  color: #B72126;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h4 {
    font-size: 22px;
    line-height: 32.5px;
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 13px;
  line-height: 19.5px;
  font-family: "Bodoni 72", serif;
  font-weight: 400;
  color: #B72126;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
}
h5:after {
  content: "";
  height: 1px;
  width: 40px;
  position: absolute;
  bottom: -15px;
  display: block;
  background: #30343A;
  transition: all ease 0.5s;
  left: 0;
  right: auto;
}
@media (max-width: 599px) {
  h5 {
    font-size: 13px;
    line-height: 19.5px;
    margin-bottom: 40px;
  }
}

h5:has(var)::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

h5:has(.marker) .marker {
  font-weight: inherit !important;
  color: inherit !important;
}
h5:has(.marker):after {
  right: 0;
  left: auto;
}

h6 {
  font-size: 20px;
  line-height: 25px;
  font-family: "Bodoni 72", serif;
  font-weight: 400;
  color: #B72126;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

a {
  text-decoration: none;
  color: #30343A;
}
a:hover, a:focus {
  color: #30343A;
}

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-form-data .site-form-buttons .site-form-button,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  background: #ffffff;
  font-size: 13.33px;
  padding: 0 25px;
  border: none;
  text-align: center;
  color: #30343A;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #30343A;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
}
.site-form-data .site-form-buttons .site-form-button:hover,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  background: #30343A;
  color: #B72126;
  border: 1px solid #30343A;
}

.site-button-primary, .site-form-payment-wrapper .site-payment-buttons button {
  color: #30343A;
  font-family: "Open Sans", sans-serif;
  line-height: 19.5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  position: relative;
  margin-left: 0;
  transition: all 0.5s ease;
}
.site-button-primary:before, .site-form-payment-wrapper .site-payment-buttons button:before {
  content: url("/Templates/Blundells/images/arrow-white.svg");
  padding: 10px;
  background: #B72126;
  border: 1px solid #B72126;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin-right: 20px;
}
.site-button-primary.site-button-flag:before, .site-form-payment-wrapper .site-payment-buttons button.site-button-flag:before {
  content: url("/Templates/Blundells/images/flag.svg");
}
.site-button-primary:hover, .site-form-payment-wrapper .site-payment-buttons button:hover {
  margin-left: 10px;
}
.site-button-primary:hover:before, .site-form-payment-wrapper .site-payment-buttons button:hover:before {
  background-color: #30343A;
  border-color: #30343A;
}

.site-bookmark-button {
  position: relative;
  background: #ffffff;
  font-size: 13.33px;
  padding: 0 25px;
  border: none;
  text-align: center;
  color: #B72126;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #30343A;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
}
.site-bookmark-button:hover {
  background: #ffffff;
  color: #30343A;
  border: 1px solid #B72126;
}
.site-bookmark-button:hover {
  background: #B72126;
}
.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";
  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-search-wrapper .site-search-block.site-search-option2 .site-search-button {
  background: #30343A;
  font-size: 13.33px;
  padding: 0 25px;
  border: none;
  text-align: center;
  color: #B72126;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #30343A;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
}
.site-button-secondary:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover {
  background: #B72126;
  color: #ffffff;
  border: 1px solid #000000;
}

.site-button-full-primary {
  background: #B72126;
  font-size: 13.33px;
  padding: 0 25px;
  border: none;
  text-align: center;
  color: #30343A;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #B72126;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  display: block;
  width: 100%;
}
.site-button-full-primary:hover {
  background: #30343A;
  color: #B72126;
  border: 1px solid #30343A;
}

.site-button-full-secondary {
  background: #30343A;
  font-size: 13.33px;
  padding: 0 25px;
  border: none;
  text-align: center;
  color: #B72126;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #30343A;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  display: block;
  width: 100%;
}
.site-button-full-secondary:hover {
  background: #B72126;
  color: #ffffff;
  border: 1px solid #000000;
}

.site-textarea {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #f6e8eb;
  font-size: 14px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Open Sans", 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 #f6e8eb;
  font-size: 14px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
}

select.site-select {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #f6e8eb;
  font-size: 14px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
}

main#site-main {
  min-height: 300px;
  overflow-x: hidden;
}
main#site-main .site-page-title {
  margin-top: 20px;
  color: #B72126;
}

#site-header {
  background: transparent;
  position: absolute;
  z-index: 999;
  width: 100%;
}
#site-header .site-header-block .site-header-logo {
  width: 160px;
  margin: 20px auto 0 auto;
}
@media (min-width: 768px) {
  #site-header .site-header-block .site-header-logo {
    width: 200px;
  }
}
#site-header .site-header-block .site-header-logo img {
  width: 160px;
}
@media (min-width: 768px) {
  #site-header .site-header-block .site-header-logo img {
    width: 200px;
  }
}
#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-menu-toggle {
  width: 48px;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #B72126;
  border-radius: 50%;
  z-index: 99999;
  transition: 0.25s ease-in-out;
  padding: 10px;
  position: fixed;
  top: 3%;
  right: 5%;
}
@media (min-width: 1366px) {
  #site-header .site-header-block .site-menu-toggle {
    margin: 0px 5px 20px 0;
    transform: scale(1);
  }
}
#site-header .site-header-block .site-menu-toggle .menu-label {
  position: absolute;
  left: -65px;
  background-color: transparent;
  color: #B72126;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#site-header .site-header-block .site-menu-toggle .menu-label:after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  background: #B72126;
  transition: all ease 0.5s;
}
#site-header .site-header-block .site-menu-toggle:hover .menu-label:after {
  width: 100%;
}
#site-header .site-header-block .site-menu-toggle span {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 2.5px;
  margin: 1.5px;
}
#site-header .site-header-block .site-menu-toggle:after {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
}
#site-header .site-header-block .site-menu-toggle.active-menu-toggle:after {
  content: "\e905";
}
#site-header .site-header-block .site-menu-toggle.active-menu-toggle span {
  display: none;
}

body.cms-user-logged .site-menu-toggle {
  top: 10% !important;
}
@media (min-width: 380px) {
  body.cms-user-logged .site-menu-toggle {
    top: 8% !important;
  }
}

body.cms-page-is-in-edit-mode .site-header {
  position: static !important;
  padding-top: 50px !important;
}

#site-footer {
  background: #ffffff;
  padding: 20px 0;
  margin-top: 50px;
}
@media (min-width: 1366px) {
  #site-footer {
    margin-top: 120px;
  }
}
#site-footer h5:after {
  margin-left: 0;
}
#site-footer p {
  margin: 0 !important;
}
#site-footer p a:not(.site-button-primary):not(.no-styling) {
  text-decoration: none;
  color: #30343A;
  position: relative;
  font-weight: normal !important;
}
#site-footer p a:not(.site-button-primary):not(.no-styling):after {
  content: "";
  height: 1px;
  width: 0%;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  background: #B72126;
  transition: all ease 0.5s;
}
#site-footer p a:not(.site-button-primary):not(.no-styling):hover, #site-footer p a:not(.site-button-primary):not(.no-styling):focus {
  color: #30343A;
}
#site-footer p a:not(.site-button-primary):not(.no-styling):hover:after, #site-footer p a:not(.site-button-primary):not(.no-styling):focus:after {
  width: 100%;
}
#site-footer .blockquote-primary {
  margin-bottom: 50px;
}
@media (min-width: 1366px) {
  #site-footer .blockquote-primary {
    width: 70% !important;
  }
}
@media (min-width: 1600px) {
  #site-footer .blockquote-primary {
    width: 50% !important;
  }
}
#site-footer .blockquote-primary td {
  white-space: break-spaces;
}
#site-footer .site-footer-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 1366px) {
  #site-footer .site-footer-block {
    flex-wrap: nowrap;
  }
}
#site-footer .site-footer-block .site-footer-logo {
  width: 100%;
}
@media (min-width: 1366px) {
  #site-footer .site-footer-block .site-footer-logo {
    width: 50%;
  }
}
#site-footer .site-footer-block .site-footer-logo h1, #site-footer .site-footer-block .site-footer-logo h2, #site-footer .site-footer-block .site-footer-logo h3, #site-footer .site-footer-block .site-footer-logo h4, #site-footer .site-footer-block .site-footer-logo h5, #site-footer .site-footer-block .site-footer-logo h6 {
  margin: 0;
}
#site-footer .site-footer-block .site-footer-right {
  width: 100%;
}
@media (min-width: 1366px) {
  #site-footer .site-footer-block .site-footer-right {
    width: 50%;
  }
}
#site-footer .site-footer-block #site-footer-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
@media (min-width: 768px) {
  #site-footer .site-footer-block #site-footer-right {
    flex-wrap: nowrap;
  }
}
@media (max-width: 600px) {
  #site-footer .site-footer-block #site-footer-right .cms-feature-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #site-footer #site-footer-additional {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
#site-footer #site-footer-additional .footer-additional-text-wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #site-footer #site-footer-additional .footer-additional-text-wrapper {
    width: 50%;
  }
}
#site-footer #site-footer-additional .footer-additional-text-wrapper a:not(.site-button-primary) {
  display: block;
}
@media (min-width: 1000px) {
  #site-footer #site-footer-additional .footer-additional-text-wrapper a:not(.site-button-primary) {
    margin-left: 30px;
    display: inline;
  }
}

@media (min-width: 767px) {
  .site-sidebar {
    width: 490px;
  }
}

.cms-page-is-in-preview-mode .site-page-wrapper {
  margin: 45px 0 0;
}

.cms-user-logged .site-page-wrapper {
  margin: 72px 0 0;
}

.site-breadcrumbs-wrapper {
  padding: 15px 0;
  color: #30343A;
  margin: 10px 0 20px;
}
@media (min-width: 1200px) {
  .site-breadcrumbs-wrapper {
    margin: 50px 0 20px;
  }
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 5%;
  line-height: 14.4px;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon";
  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: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active {
  color: #B72126;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #30343A;
  position: relative;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #30343A;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}

.site-breadcrumbs-wrapper .site-breadcrumbs-item:first-child:before {
  content: url("/Templates/Blundells/images/home.svg");
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item:first-child:after {
  top: 2px;
}

@media (min-width: 4000px) {
  .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: #fbf3f5;
    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;
  }
}
@media (max-width: 3999px) {
  .site-menu-toggle {
    display: block;
    cursor: pointer;
  }
  .site-navigation-wrapper {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #B72126;
  }
  .site-navigation-wrapper .custom-search {
    display: flex;
    justify-content: start;
    margin: 40px 15px 0 15px;
  }
}
@media (max-width: 3999px) and (min-width: 768px) {
  .site-navigation-wrapper .custom-search {
    margin: 50px;
  }
}
@media (max-width: 3999px) {
  .site-navigation-wrapper .custom-search #site-navigation-logo .site-slide, .site-navigation-wrapper .custom-search #site-navigation-logo .slick-track {
    min-width: 100px;
    margin-right: 25px;
  }
}
@media (max-width: 3999px) and (min-width: 768px) {
  .site-navigation-wrapper .custom-search #site-navigation-logo .site-slide, .site-navigation-wrapper .custom-search #site-navigation-logo .slick-track {
    margin-right: 75px;
    min-width: 140px;
  }
}
@media (max-width: 3999px) {
  .site-navigation-wrapper .custom-search #site-navigation-logo img {
    width: 100px;
  }
}
@media (max-width: 3999px) and (min-width: 768px) {
  .site-navigation-wrapper .custom-search #site-navigation-logo img {
    width: 140px;
  }
}
@media (max-width: 3999px) {
  .site-navigation-wrapper .header-flex {
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: space-between;
    top: 24%;
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 3999px) and (min-width: 768px) {
  .site-navigation-wrapper .header-flex {
    height: 70%;
  }
}
@media (max-width: 3999px) and (min-width: 1440px) {
  .site-navigation-wrapper .header-flex {
    padding: 0 15%;
  }
}
@media (max-width: 3999px) {
  .site-navigation-wrapper #site-navigation-background.page-is-in-edit-mode {
    position: absolute;
    top: 120%;
  }
  .site-navigation-wrapper #site-navigation-background.page-is-in-edit-mode .slick-track {
    width: 100% !important;
  }
  .site-navigation-wrapper #site-navigation-background.page-is-in-edit-mode .site-slide {
    width: 100% !important;
  }
  .site-navigation-wrapper #site-navigation-background.page-is-in-edit-mode .site-slider-image-block {
    min-width: 1000px;
  }
  .site-navigation-wrapper #site-navigation-background.page-is-in-edit-mode .site-slider-image-block img {
    min-width: 1000px;
  }
}
@media (max-width: 3999px) and (min-width: 1400px) {
  .site-navigation-wrapper #site-navigation-quicklinks {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 3999px) {
  .site-navigation-wrapper #site-navigation-quicklinks .cms-text-feature-data ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 50px;
  }
}
@media (max-width: 3999px) and (min-width: 768px) {
  .site-navigation-wrapper #site-navigation-quicklinks .cms-text-feature-data ul {
    flex-direction: row;
  }
}
@media (max-width: 3999px) and (min-width: 1400px) {
  .site-navigation-wrapper #site-navigation-quicklinks .cms-text-feature-data ul {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 3999px) {
  .site-navigation-wrapper #site-navigation-quicklinks .cms-text-feature-data ul li {
    padding-left: 0;
    position: relative;
    height: 50px;
  }
  .site-navigation-wrapper #site-navigation-quicklinks .cms-text-feature-data ul li:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    background: #ffffff;
    transition: all ease 0.5s;
    opacity: 0.5;
  }
}
@media (max-width: 3999px) and (min-width: 1440px) {
  .site-navigation-wrapper #site-navigation-quicklinks .cms-text-feature-data ul li:after {
    width: 0%;
  }
}
@media (max-width: 3999px) {
  .site-navigation-wrapper #site-navigation-quicklinks .cms-text-feature-data ul li:hover:after {
    width: 100%;
  }
  .site-navigation-wrapper #site-navigation-quicklinks .cms-text-feature-data ul li:before {
    display: none;
  }
  .site-navigation-wrapper #site-navigation-quicklinks .cms-text-feature-data ul li a {
    color: #ffffff;
    font-family: "Bodoni 72", serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 3999px) and (min-width: 1440px) {
  .site-navigation-wrapper #site-navigation-quicklinks .cms-text-feature-data ul li a {
    font-size: 20px;
  }
}
@media (max-width: 3999px) {
  .site-navigation-wrapper ul.site-nav-block .site-nav-home {
    display: none;
  }
  .site-navigation-wrapper ul.site-nav-block > li {
    margin: 0 0 25px;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff !important;
    color: #ffffff !important;
    line-height: 50px;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    font-family: "Bodoni 72", serif;
    font-weight: 400;
    color: #B72126;
    margin-bottom: 20px;
  }
}
@media (max-width: 3999px) and (max-width: 599px) {
  .site-navigation-wrapper ul.site-nav-block > li > a {
    font-size: 22px;
    line-height: 32.5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 3999px) and (max-width: 1366px) {
  .site-navigation-wrapper ul.site-nav-block > li > a {
    font-size: 26px;
  }
}
@media (max-width: 3999px) and (min-width: 1024px) {
  .site-navigation-wrapper ul.site-nav-block > li > a {
    position: relative;
  }
}
@media (max-width: 3999px) {
  .site-navigation-wrapper ul.site-nav-block > li > a:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    background: #ffffff;
    transition: all ease 0.5s;
    opacity: 0.5;
  }
}
@media (max-width: 3999px) and (min-width: 1024px) {
  .site-navigation-wrapper ul.site-nav-block > li > a:after {
    width: 0%;
    bottom: -5px;
  }
}
@media (max-width: 3999px) and (min-width: 1024px) {
  .site-navigation-wrapper ul.site-nav-block > li > a:hover:after {
    width: 100%;
  }
}
@media (max-width: 3999px) {
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a, .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-parent > a {
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    line-height: 50px;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    font-family: "Bodoni 72", serif;
    font-weight: 400;
    color: #B72126;
    margin-bottom: 20px;
  }
}
@media (max-width: 3999px) and (max-width: 599px) {
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a, .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-parent > a {
    font-size: 22px;
    line-height: 32.5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 3999px) and (max-width: 1366px) {
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a, .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-parent > a {
    font-size: 26px;
  }
}
@media (max-width: 3999px) {
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a:after, .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-parent > a:after {
    bottom: 0px !important;
  }
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a:hover:after, .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-parent > a:hover:after {
    bottom: 0px !important;
  }
  .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
    text-transform: none;
    line-height: 180%;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 30px;
    top: -12px;
    color: #ffffff;
    cursor: pointer;
    pointer-events: none;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    content: url("/Templates/Blundells/images/arrow-white.svg");
    font-size: 50px;
    display: block;
    transition: 0.5s ease all;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transition: 0.5s ease all;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
    opacity: 1;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 2px 0;
    font-size: 18px;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    font-weight: 400;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff !important;
    font-family: "Bodoni 72", serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    opacity: 0.7;
    position: relative;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:after {
    content: "";
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    background: #ffffff;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover:after {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .site-navigation-wrapper .site-nav-block {
    max-width: 420px;
    border-right: 1px solid #ffffff;
    margin: 40px 60px 90px 60px;
    padding-right: 90px;
  }
}
@media (min-width: 1024px) and (min-width: 1366px) {
  .site-navigation-wrapper .site-nav-block {
    margin: 0px 60px 90px 200px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .site-navigation-wrapper .site-nav-block {
    margin: 0px 60px 110px -100px;
  }
}
@media (min-width: 1024px) and (min-width: 1600px) {
  .site-navigation-wrapper .site-nav-block {
    margin: 70px 60px 110px -80px;
  }
}
@media (min-width: 1024px) and (min-width: 1920px) {
  .site-navigation-wrapper .site-nav-block {
    margin: 60px 60px 110px -40px;
  }
}
@media (min-width: 1024px) and (min-width: 2560px) {
  .site-navigation-wrapper .site-nav-block {
    margin: 100px 60px 110px 40px;
  }
}
@media (min-width: 1024px) {
  .site-navigation-wrapper .site-nav-block .site-nav-item {
    text-align: right;
    position: relative;
  }
  .site-navigation-wrapper .site-nav-block .site-nav-item.level1 .site-nav-expand {
    display: none !important;
  }
  .site-navigation-wrapper .site-nav-block .site-nav-item.level1 .site-subnav-wrapper {
    position: fixed;
    min-width: 300px;
    top: 27.5%;
    left: 58%;
  }
}
@media (min-width: 1024px) and (min-width: 1366px) {
  .site-navigation-wrapper .site-nav-block .site-nav-item.level1 .site-subnav-wrapper {
    top: 23%;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .site-navigation-wrapper .site-nav-block .site-nav-item.level1 .site-subnav-wrapper {
    top: 24%;
    left: 42%;
  }
}
@media (min-width: 1024px) and (min-width: 1600px) {
  .site-navigation-wrapper .site-nav-block .site-nav-item.level1 .site-subnav-wrapper {
    top: 30%;
    left: 39%;
  }
}
@media (min-width: 1024px) and (min-width: 1920px) {
  .site-navigation-wrapper .site-nav-block .site-nav-item.level1 .site-subnav-wrapper {
    top: 28.5%;
    left: 38%;
  }
}
@media (min-width: 1024px) and (min-width: 2560px) {
  .site-navigation-wrapper .site-nav-block .site-nav-item.level1 .site-subnav-wrapper {
    left: 36%;
    top: 31%;
  }
}
@media (min-width: 1024px) {
  .site-navigation-wrapper .site-nav-block .site-nav-item.level1 .site-subnav-wrapper li {
    text-align: left;
  }
}
body.cms-user-logged .custom-search {
  position: absolute;
  top: 4%;
}

body.cms-page-is-in-edit-mode #site-navigation-logo {
  margin-top: 50px;
}
body.cms-page-is-in-edit-mode #site-navigation-quicklinks {
  position: relative;
}

body:not(.cms-page-is-in-edit-mode) .site-navigation-wrapper {
  background-color: transparent;
}
body:not(.cms-page-is-in-edit-mode) .site-navigation-wrapper #site-navigation-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
body:not(.cms-page-is-in-edit-mode) .site-navigation-wrapper #site-navigation-background .site-slide, body:not(.cms-page-is-in-edit-mode) .site-navigation-wrapper #site-navigation-background .slick-track {
  min-width: 100%;
}
body:not(.cms-page-is-in-edit-mode) .site-navigation-wrapper #site-navigation-background .site-slider-image-block img {
  filter: blur(5px);
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.cms-page-is-in-edit-mode) .site-navigation-wrapper #site-navigation-background .site-slider-image-block:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 52, 58, 0.75);
}

.custom-sidebar-wrapper .site-sidebar-menu {
  display: block;
}
@media (max-width: 999px) {
  .custom-sidebar-wrapper {
    display: none;
  }
}

.custom-sidebar-wrapper {
  padding-left: 50px !important;
}
@media (min-width: 1500px) {
  .custom-sidebar-wrapper {
    padding-left: 160px !important;
  }
}

.site-sidebar-menu {
  background: #ffffff;
  position: relative;
  min-height: 270px;
  display: none;
}
@media (max-width: 766px) {
  .site-sidebar-menu {
    display: none;
  }
}
.site-sidebar-menu ul {
  padding: 0;
}
.site-sidebar-menu ul.site-nav-block > li > a {
  color: #30343A;
  border-bottom: 1px solid #fbf3f5;
  display: block;
  padding: 20px 20px 20px 0px;
  text-transform: uppercase;
  font-weight: bold;
  color: #B72126;
  transition: all 0.5s ease;
}
.site-sidebar-menu ul.site-nav-block > li > a:hover {
  background-color: #f6e8eb;
}
@media (min-width: 1440px) {
  .site-sidebar-menu ul.site-nav-block > li > a:hover {
    padding: 20px;
  }
}
.site-sidebar-menu ul.site-nav-block li.level1.site-nav-active-parent.site-nav-active-path .site-nav-link {
  display: none;
}
.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-left: 0 !important;
  border-top: 1px solid rgba(48, 52, 58, 0.35);
}
.site-sidebar-menu ul.site-subnav-block li a {
  text-decoration: none;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease;
}
.site-sidebar-menu ul.site-subnav-block li a:hover {
  background-color: #f6e8eb;
}
@media (min-width: 1440px) {
  .site-sidebar-menu ul.site-subnav-block li a:hover {
    padding: 20px;
  }
}
.site-sidebar-menu ul.site-subnav-block li.level3 a {
  padding-left: 30px;
}
.site-sidebar-menu ul li {
  display: block;
  position: relative;
}
.site-sidebar-menu ul li.site-nav-active > a, .site-sidebar-menu ul li.site-subnav-active > a {
  position: relative;
  color: #30343A;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.site-sidebar-menu ul li.site-nav-active > a:after1, .site-sidebar-menu ul li.site-subnav-active > a:after1 {
  content: "";
  background: #B72126;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-sidebar-menu ul li.level2 .site-nav-linktext.site-nav-expand {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #30343A;
  cursor: pointer;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li.level2 .site-nav-linktext.site-nav-expand:after {
  content: url("/Templates/Blundells/images/arrow-red.svg");
}
.site-sidebar-menu ul li.level2 .site-nav-linktext.site-nav-expand.site-nav-expand-active {
  transform: rotate(-90deg);
}
.site-sidebar-menu ul li .site-subnav-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-subnav-wrapper-active {
  max-height: 1000px;
}

.site-social-facebook:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-instagram:before {
  font-family: "site-icon";
  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;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-twitter:before {
  font-family: "site-icon";
  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: "\e916" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-youtube:before {
  font-family: "site-icon";
  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: "\e914" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-linkedin:before {
  font-family: "site-icon";
  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;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-tiktok:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.hide-post-title h3.site-display-title {
  display: none;
}

h3.site-display-title {
  font-size: 24px;
  line-height: 30px !important;
}

.site-display-filter-title, .site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper {
  font-family: "Open Sans", sans-serif !important;
}

.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper label:hover {
  background-color: #30343A;
  color: #ffffff;
}

.site-display-filter-data {
  background-color: transparent;
}

@media (max-width: 768px) {
  .site-display-wrapper-listitem {
    max-width: 100% !important;
    flex: 100% !important;
  }
}

@media (max-width: 600px) {
  .site-display-filter-title {
    background-color: #30343A;
  }
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox + label {
  color: #30343A;
  border: 1px solid #30343A;
}
.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox + label:hover {
  color: #ffffff;
}

.site-display-filter-data .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background-color: #30343A;
  color: #ffffff;
  border: 1px solid #30343A;
}

@media (min-width: 800px) {
  .site-display-wrapper.site-display-img-background .site-display-list-block:not(.site-display-no-img) .site-display-data-block {
    padding: 20px;
  }
}

.site-display-image {
  overflow: hidden;
}
.site-display-image img {
  transition: all 0.3s ease;
}

.site-display-wrapper-listitem:hover img {
  transform: scale(1.1);
}

.site-display-desc .marker {
  display: none;
}
.site-display-desc a.site-button-primary {
  margin-top: 30px !important;
  color: #ffffff;
}

.custom-events-wrapper .site-display-list-block .date-1 {
  position: absolute;
  top: 0;
  left: 10%;
  background-color: #ffffff;
  height: 40px;
  min-width: 75px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 5px;
}
.custom-events-wrapper .site-display-list-block .date-1:last-child {
  background-color: #B72126;
  top: 40px;
  color: #ffffff;
}
.custom-events-wrapper .site-display-list-block .site-display-image img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .custom-events-wrapper .site-display-list-block .site-display-data-block .site-display-desc {
    padding-bottom: 20px;
  }
}

.site-form-data .site-form-field input.site-checkbox:checked + label:before {
  background: #B72126;
  border: 1px solid #B72126;
}

.site-form-data .site-form-field input {
  color: #B72126;
}

.site-form-data .site-form-field .site-radio-block input.site-radio:checked + .site-radio-label:before {
  background-color: #B72126;
}

.site-form-data .site-form-field .site-textbox:focus, .site-form-data .site-form-field .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-input:focus, .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-form-data .site-form-field .site-search-input:focus, .site-form-data .site-form-field .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-input:focus, .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-form-data .site-form-field .site-search-input:focus {
  border-color: #B72126;
}

.site-form-data .site-form-field .site-textarea:focus {
  color: #B72126;
  border-color: #B72126;
}

.site-form-data .site-form-field select.site-select:focus {
  color: #B72126;
  border-color: #B72126;
}

.mfp-arrow {
  background: #B72126;
  color: #ffffff;
  border: 1px solid #B72126;
  border-radius: 100%;
}
.mfp-arrow:after {
  color: #ffffff;
  font-size: revert;
}
.mfp-arrow:hover {
  background: #30343A;
  color: #ffffff;
  border: 1px solid #30343A;
}
.mfp-arrow:hover:after {
  color: #ffffff;
}
.mfp-arrow.mfp-arrow-left {
  transform: rotate(180deg);
  padding-bottom: 5px;
}
.mfp-arrow.mfp-arrow-left:after {
  content: url("/Templates/Blundells/images/arrow-white.svg") !important;
}
.mfp-arrow.mfp-arrow-right:after {
  content: url("/Templates/Blundells/images/arrow-white.svg") !important;
}

.mfp-image-holder .mfp-content .mfp-close {
  background: #B72126;
  color: #ffffff;
  border: 1px solid #B72126;
  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: #30343A;
  color: #ffffff;
  border: 1px solid #30343A;
}
.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: relative !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(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) {
  left: 0 !important;
  right: 0 !important;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h1,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h2,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h3,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h4,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h5,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h6 {
  color: #ffffff;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h1:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h2:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h3:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h4:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h5:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .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;
}
.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;
}
.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: #B72126;
  color: #ffffff;
  border: 1px solid #B72126;
  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";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910" !important;
  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: #30343A;
  color: #ffffff;
  border: 1px solid #30343A;
}
.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 {
  cursor: pointer;
  position: relative;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide:hover {
  transition: all 0.1s ease;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #30343A;
  opacity: 0.35;
}
.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.1s ease;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide.slick-current .site-slider-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B72126;
  opacity: 0.35;
}
.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: #30343A;
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list h1:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h2:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h3:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h4:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h5:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h6:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content {
  padding: 0 150px;
}
@media (max-width: 599px) {
  .cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content {
    padding: 0 !important;
  }
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content table {
  width: 100% !important;
  margin: 0 auto;
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h2,
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h3,
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h4,
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h5 {
  color: #B72126;
}
.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: 28px;
  font-size: 14px;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) li::marker,
.cms-gallery-feature-wrapper ol li::marker {
  color: #B72126;
  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 {
  content: url("/Templates/Blundells/images/arrow-white.svg") !important;
  font-size: 24px !important;
  line-height: 20px !important;
  transform: rotate(180deg) !important;
}
@media (min-width: 1024px) {
  .slick-arrow.slick-prev::before {
    font-size: 30px !important;
    line-height: 27px !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 {
  content: url("/Templates/Blundells/images/arrow-white.svg") !important;
  font-size: 24px !important;
  line-height: 20px !important;
}
@media (min-width: 1024px) {
  .slick-arrow.slick-next::before {
    font-size: 30px !important;
    line-height: 27px !important;
  }
}
.slick-arrow::before {
  background: #B72126 !important;
  color: #ffffff !important;
  border: 1px #ffffff solid !important;
  transform: none !important;
}
.slick-arrow:hover::before {
  background: #30343A !important;
  color: #ffffff !important;
  border: 1px #30343A solid !important;
}

.slick-dots li button::before {
  background: #ffffff !important;
  border: none !important;
  border: 1px #B72126 solid !important;
}
.slick-dots li.slick-active button::before {
  background: #B72126 !important;
  border: none !important;
}

@media (max-width: 600px) {
  .custom-gallery-tabbed-wrapper .site-slider-caption {
    display: none;
  }
}
.custom-gallery-tabbed-wrapper .site-slider-tab-content-list .site-slider-tab-content {
  padding: 0 !important;
}
.custom-gallery-tabbed-wrapper .site-slider-tab-content-list .site-slider-tab-content .blockquote-primary {
  margin: 20px 0;
  border-left: none;
}
@media (min-width: 1920px) {
  .custom-gallery-tabbed-wrapper .site-slider-tab-content-list .site-slider-tab-content .blockquote-primary {
    width: 75% !important;
  }
}
.custom-gallery-tabbed-wrapper .site-slider-tab-content-list .site-slider-tab-content .blockquote-primary:before {
  height: 60px;
  left: -15px;
  top: 20px;
}

.custom-tabbed-flex-gallery-wrapper {
  margin-bottom: 75px !important;
  padding: 0 25px 0 15px;
}
@media (min-width: 1366px) {
  .custom-tabbed-flex-gallery-wrapper {
    padding: 0 25px 100px 15px;
  }
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td {
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td {
    display: table-cell;
  }
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td h1,
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td h2,
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td h3,
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td h4,
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td h5,
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td h6,
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td p,
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td a {
  color: #ffffff !important;
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td .site-button-primary, .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td button {
  margin: 40px 0 !important;
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td:first-child {
  vertical-align: top;
}
@media (min-width: 1024px) {
  .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td:first-child {
    width: 50%;
    padding-right: 4%;
  }
}
@media (max-width: 768px) {
  .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td:first-child img {
    display: none;
  }
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td:last-child {
  vertical-align: bottom;
}
@media (min-width: 1024px) {
  .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td:last-child {
    width: 50%;
    padding-left: 5%;
  }
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td:last-child img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 375px;
}
@media (min-width: 1366px) {
  .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td:last-child img {
    width: 500px;
    height: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery table td:last-child img {
    width: 600px;
  }
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-list {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 1366px) {
  .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-list {
    max-width: 40%;
    position: relative;
    left: 7%;
    margin-top: 0;
  }
}
@media (min-width: 1680px) {
  .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-list {
    left: 10.5%;
    margin-top: -30px;
  }
}
@media (min-width: 1920px) {
  .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-list {
    left: 9.2%;
    margin-top: -150px;
  }
}
@media (min-width: 2560px) {
  .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-list {
    left: 7%;
  }
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-list .site-slider-caption {
  background-color: transparent !important;
  position: static !important;
  padding: 0 !important;
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-list .site-slider-caption .site-container {
  padding: 0;
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-list .site-slider-caption .site-slider-capton-data {
  text-align: left;
  font-size: 12px;
  padding: 10px 0;
  line-height: 18px;
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-list .site-slide.slick-current .site-slider-image-block {
  border: 1px solid #ffffff;
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-list .site-slide.slick-current .site-slider-image-block:before {
  display: none;
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-content-list .site-slider-tab-content {
  padding: 50px 100px;
}
@media (min-width: 1600px) {
  .custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-tab-content-list .site-slider-tab-content {
    padding: 50px 170px;
  }
}
.custom-tabbed-flex-gallery-wrapper .custom-tabbed-flex-gallery .site-slider-image-block img {
  height: 160px;
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1366px) {
  .custom-tabbed-flex-gallery-wrapper .site-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}
@media (min-width: 1366px) {
  .custom-tabbed-flex-gallery-wrapper .site-slider .slick-arrow.slick-next {
    right: 77%;
  }
}
@media (min-width: 1680px) {
  .custom-tabbed-flex-gallery-wrapper .site-slider .slick-arrow.slick-next {
    right: 82%;
  }
}
.custom-tabbed-flex-gallery-wrapper .site-slider .slick-arrow.slick-prev, .custom-tabbed-flex-gallery-wrapper .site-slider .slick-arrow.slick-next {
  top: 40%;
}
@media (min-width: 1366px) {
  .custom-tabbed-flex-gallery-wrapper .site-slider .slick-arrow.slick-prev, .custom-tabbed-flex-gallery-wrapper .site-slider .slick-arrow.slick-next {
    top: 100%;
    transform: scale(0.8);
  }
}
.custom-tabbed-flex-gallery-wrapper .site-slider .slick-arrow.slick-prev:before, .custom-tabbed-flex-gallery-wrapper .site-slider .slick-arrow.slick-next:before {
  border: none !important;
}
@media (min-width: 1600px) {
  .custom-tabbed-flex-gallery-wrapper.alt-wrapper .site-slider-tab-list {
    margin-top: 0 !important;
  }
}

.arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .arrows-center-wrapper .site-slider .slick-arrow.slick-next {
  top: 120%;
}
@media (min-width: 1366px) {
  .arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .arrows-center-wrapper .site-slider .slick-arrow.slick-next {
    top: 115%;
  }
}
@media (min-width: 2560px) {
  .arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .arrows-center-wrapper .site-slider .slick-arrow.slick-next {
    top: 110%;
  }
}
.arrows-center-wrapper .site-slider .slick-arrow.slick-prev {
  left: 35%;
}
@media (min-width: 600px) {
  .arrows-center-wrapper .site-slider .slick-arrow.slick-prev {
    left: 40%;
  }
}
.arrows-center-wrapper .site-slider .slick-arrow.slick-next {
  right: 35%;
}
@media (min-width: 600px) {
  .arrows-center-wrapper .site-slider .slick-arrow.slick-next {
    right: 40%;
  }
}

.site-slider {
  text-align: inherit !important;
}

.site-slider-link-wrapper:not(.header-logo-wrapper) .site-slider-image-block {
  transition: transform 0.5s ease;
}
@media (min-width: 1200px) {
  .site-slider-link-wrapper:not(.header-logo-wrapper) a.site-slide-link:hover .site-slider-image-block {
    transform: scale(1.1);
  }
}

.video-gallery-popup-wrapper a.site-slide-link:after {
  content: url("/Templates/Blundells/images/play.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.cms-text-feature .cms-text-feature-data .cms-feature-title {
  font-size: 30px;
  line-height: 44px;
  font-family: "Bodoni 72", serif;
  font-weight: 400;
  color: #B72126;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .cms-text-feature .cms-text-feature-data .cms-feature-title {
    font-size: 22px;
    line-height: 32.5px;
    margin-bottom: 20px;
  }
}
.cms-text-feature .cms-text-feature-data p {
  line-height: 28px;
  font-size: 14px;
}
.cms-text-feature .cms-text-feature-data p a:not(.site-button-primary):not(.link-no-styling):not(.site-button-lines) {
  text-decoration: none;
  font-weight: 700;
  color: #30343A;
  position: relative;
}
.cms-text-feature .cms-text-feature-data p a:not(.site-button-primary):not(.link-no-styling):not(.site-button-lines):after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  background: #B72126;
  transition: all ease 0.5s;
}
.cms-text-feature .cms-text-feature-data p a:not(.site-button-primary):not(.link-no-styling):not(.site-button-lines):hover, .cms-text-feature .cms-text-feature-data p a:not(.site-button-primary):not(.link-no-styling):not(.site-button-lines):focus {
  color: #30343A;
}
.cms-text-feature .cms-text-feature-data p:last-child {
  margin: revert;
}
.cms-text-feature .cms-text-feature-data ul, .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.cms-text-feature .cms-text-feature-data ul li, .cms-text-feature .cms-text-feature-data ol li {
  line-height: 28px;
  font-size: 14px;
}
.cms-text-feature .cms-text-feature-data ul {
  padding: 0;
  list-style-type: none;
}
.cms-text-feature .cms-text-feature-data ul li:not(.site-nav-item):not(.site-subnav-item) {
  position: relative;
  padding-left: 20px;
}
.cms-text-feature .cms-text-feature-data ul li:not(.site-nav-item):not(.site-subnav-item):before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #B72126;
  border-radius: 50%;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) {
  padding: 0;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li {
  list-style: none;
  display: inline-block;
  padding-left: 9px !important;
  padding-top: 4px;
  transition: all 0.3s ease;
  background-color: #B72126;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  margin-right: 10px;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li:before {
  display: none !important;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li:hover {
  transform: translateY(-5px);
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li a {
  color: #ffffff;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li a:before {
  font-size: 20px;
}

.custom-steps-table tr td {
  padding: 50px 30px 10px 30px !important;
  position: relative;
  display: block !important;
}
@media (min-width: 768px) {
  .custom-steps-table tr td {
    padding: 50px;
  }
}
@media (min-width: 1024px) {
  .custom-steps-table tr td {
    display: table-cell !important;
  }
}
.custom-steps-table tr td h4 {
  margin-top: 70px !important;
  margin-bottom: 20px !important;
}
.custom-steps-table tr td big {
  font-family: "Bodoni 72", serif !important;
  font-size: 120px;
  opacity: 0.25;
}
.custom-steps-table tr td small {
  font-family: "Bodoni 72", serif !important;
  font-size: 35px;
  font-weight: normal;
  position: absolute;
  top: 120px;
  left: 43%;
}
@media (min-width: 768px) {
  .custom-steps-table tr td small {
    left: 46%;
  }
}
@media (min-width: 1024px) {
  .custom-steps-table tr td small {
    left: 42%;
  }
}
@media (min-width: 1366px) {
  .custom-steps-table tr td small {
    left: 44%;
  }
}
@media (min-width: 1920px) {
  .custom-steps-table tr td small {
    left: 45%;
  }
}
@media (min-width: 2560px) {
  .custom-steps-table tr td small {
    left: 46%;
  }
}
.custom-steps-table tr td small:before, .custom-steps-table tr td small:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background-color: #545E67;
}
.custom-steps-table tr td small:before {
  left: -40px;
}
.custom-steps-table tr td small:after {
  right: -40px;
}
.custom-steps-table tr td:first-child {
  background-color: #E5EAEE;
}
.custom-steps-table tr td:nth-child(2) {
  background-color: #BAC1C6;
}
.custom-steps-table tr td:last-child {
  background-color: #8F9EA2;
}
.custom-steps-table tr td:last-child a {
  color: #ffffff;
}
.custom-steps-table tr td:last-child small:before, .custom-steps-table tr td:last-child small:after {
  background-color: #ffffff;
}

@media (min-width: 1440px) {
  .statistics-wrapper {
    padding: 0 5%;
  }
}
.statistics-wrapper var {
  font-size: 79px;
  line-height: 79px;
  font-family: "Bodoni 72", serif;
  font-weight: 400;
  color: #B72126;
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 599px) {
  .statistics-wrapper var {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

.margin-bottom-0-wrapper {
  margin-bottom: 0 !important;
}

cite {
  font-style: normal;
  font-family: "Bodoni 72", serif !important;
  font-size: 30px;
}

var {
  font-style: normal;
}

.cms-text-feature .marker, .cms-text-feature-content .marker {
  background: none;
  padding: 0;
  text-transform: uppercase;
  color: #B72126;
  font-weight: 700;
}

@media (min-width: 1440px) {
  .p-small {
    width: 75%;
  }
}

body:not(.cms-page-is-in-edit-mode) .animate-element {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.iframe-resize,
.iframe-resize-video {
  position: relative;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
.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;
}

body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5);
  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;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:before,
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 {
  content: "X";
  font-weight: bold;
  font-size: 20px;
  transition: all ease 0.5s;
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover,
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 {
  border: 1px solid #B72126;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover::before {
  transform: scale(0.7);
}
@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;
}
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 {
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #B72126;
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: 5px solid #ffffff;
  font-size: 20px;
  z-index: 20;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup::before {
  content: "X";
  display: block;
  font-family: "Bodoni 72", serif;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup:hover {
  background-color: #30343A;
}
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: 900px;
  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;
  }
}

.mute-video {
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  outline: none !important;
}
.mute-video::before {
  font-family: "site-icon";
  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: "\e91b" !important;
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: #ffffff;
  font-size: 20px;
  transition: all 0.5s ease;
  opacity: 0.75;
}
@media (min-width: 1200px) {
  .mute-video::before {
    bottom: 6.5%;
    right: 7%;
  }
}
.mute-video:after {
  content: "CLICK FOR AUDIO";
  display: none;
  color: #ffffff;
  position: absolute;
  opacity: 0.65;
  bottom: 57%;
  right: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .mute-video:after {
    transform: none;
    bottom: 10%;
    right: 5%;
    opacity: 0.85;
  }
}
.mute-video.active::before {
  content: "\e91c" !important;
}

.video-loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 75vh;
  background-color: #B72126;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.5s ease;
}
.video-loading-screen img {
  max-width: 200px;
  height: auto;
}

a.video-popup-button:not(.site-button-primary) {
  position: relative;
  display: inline-block;
}
a.video-popup-button:not(.site-button-primary) img {
  display: block;
}
a.video-popup-button:not(.site-button-primary):before {
  content: url("/Templates/Blundells/images/play.svg");
  font-size: 70px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: none;
}
@media (min-width: 1200px) {
  a.video-popup-button:not(.site-button-primary):before {
    transform: scale(1.5);
    transform-origin: center;
  }
}
a.video-popup-button:not(.site-button-primary):after {
  display: none !important;
}
a.video-popup-button:not(.site-button-primary):has(img)::before {
  display: block;
}

.custom-admissions-text-wrapper {
  text-align: center;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .custom-admissions-text-wrapper {
    padding-top: 150px;
  }
}
.custom-admissions-text-wrapper img {
  width: 15px;
  margin-bottom: 20px;
}
.custom-admissions-text-wrapper h2 {
  font-size: 79px;
  line-height: 79px;
  font-family: "Bodoni 72", serif;
  font-weight: 400;
  color: #B72126;
  margin-bottom: 30px;
  color: #30343A;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .custom-admissions-text-wrapper h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.custom-admissions-text-wrapper h5 {
  color: #30343A;
}

.custom-intro-gallery-wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .custom-intro-gallery-wrapper {
    max-width: 740px;
    margin-top: -10%;
  }
}
@media (min-width: 1366px) {
  .custom-intro-gallery-wrapper {
    max-width: 940px;
  }
}
.custom-intro-gallery-wrapper .site-desktop-width-50 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .custom-intro-gallery-wrapper .site-desktop-width-50 {
    width: 80% !important;
  }
}
@media (min-width: 1440px) {
  .custom-intro-gallery-wrapper .site-desktop-width-50 {
    width: 50% !important;
  }
}
.custom-intro-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  background-color: #30343A !important;
}
@media (max-width: 820px) {
  .custom-intro-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .custom-intro-gallery-wrapper .site-slide {
    padding: 0 0 50px 0;
  }
}
@media (min-width: 1024px) {
  .custom-intro-gallery-wrapper .site-slide {
    max-width: 740px;
  }
}
@media (min-width: 1366px) {
  .custom-intro-gallery-wrapper .site-slide {
    max-width: 940px;
  }
}
@media (min-width: 1920px) {
  .custom-intro-gallery-wrapper .site-slide {
    padding: 250px 0 100px 0;
  }
}
.custom-intro-gallery-wrapper .site-slide .site-slider-caption {
  background-color: transparent !important;
  top: 0 !important;
}
@media (min-width: 768px) {
  .custom-intro-gallery-wrapper .site-slide .site-slider-caption {
    padding: 0 100px !important;
  }
}
@media (min-width: 1920px) {
  .custom-intro-gallery-wrapper .site-slide .site-slider-caption {
    padding: 50px 150px !important;
  }
}
@media (min-width: 2560px) {
  .custom-intro-gallery-wrapper .site-slide .site-slider-caption {
    padding: 50px 200px !important;
  }
}
.custom-intro-gallery-wrapper .site-slide .site-slider-caption img {
  margin: 20px auto;
}
.custom-intro-gallery-wrapper .site-slide .site-slider-caption h2 {
  font-size: 30px;
  line-height: 35px;
}
@media (min-width: 820px) {
  .custom-intro-gallery-wrapper .site-slide .site-slider-caption h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 1920px) {
  .custom-intro-gallery-wrapper .site-slide .site-slider-caption h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (min-width: 2560px) {
  .custom-intro-gallery-wrapper .site-slide .site-slider-caption h2 {
    font-size: 79px;
    line-height: 79px;
  }
}
.custom-intro-gallery-wrapper .site-slide .site-slider-caption h5:after {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .custom-intro-gallery-wrapper .site-slide .site-slider-image-block {
    margin: 50px auto 50px auto;
    max-width: 250px;
  }
}
@media (min-width: 1024px) {
  .custom-intro-gallery-wrapper .site-slide .site-slider-image-block {
    margin: 470px auto 0 auto;
  }
}
@media (min-width: 1920px) {
  .custom-intro-gallery-wrapper .site-slide .site-slider-image-block {
    margin: 280px auto 0 auto;
    max-width: 380px;
  }
}
.custom-intro-gallery-wrapper.video-gallery-popup-wrapper a.site-slide-link:after {
  top: 20%;
}
@media (min-width: 768px) {
  .custom-intro-gallery-wrapper.video-gallery-popup-wrapper a.site-slide-link:after {
    margin: 25px auto 50px auto;
  }
}
@media (min-width: 1024px) {
  .custom-intro-gallery-wrapper.video-gallery-popup-wrapper a.site-slide-link:after {
    margin: 220px auto 0 auto;
    top: 50%;
  }
}
@media (min-width: 1920px) {
  .custom-intro-gallery-wrapper.video-gallery-popup-wrapper a.site-slide-link:after {
    margin: 220px auto 0 auto;
  }
}

@media (min-width: 768px) {
  .custom-gallery-full-wrapper .slick-list .site-slide {
    margin: 0 50px;
  }
}
.custom-gallery-full-wrapper .slick-list .site-slide img {
  filter: grayscale(1);
}
.custom-gallery-full-wrapper .slick-list .site-slide.slick-current img {
  filter: grayscale(0);
}

@media (max-width: 768px) {
  .custom-gallery-lg-wrapper {
    margin-bottom: 100px !important;
  }
}
.custom-gallery-lg-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  background-color: #B72126 !important;
  transition: background-color 1s ease !important;
}
.custom-gallery-lg-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:hover {
  background-color: #30343A !important;
}
@media (max-width: 820px) {
  .custom-gallery-lg-wrapper .site-slide-link {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .custom-gallery-lg-wrapper .site-slide {
    padding: 0 0 50px 0;
  }
}
@media (min-width: 1920px) {
  .custom-gallery-lg-wrapper .site-slide {
    padding: 250px 0 100px 0;
  }
}
@media (min-width: 1200px) {
  .custom-gallery-lg-wrapper .site-slide:hover .site-slider-image-block img {
    transition: transform 1s ease !important;
    transform: scale(1.15) !important;
  }
}
.custom-gallery-lg-wrapper .site-slide .site-slider-caption {
  background-color: transparent !important;
  top: 0 !important;
}
@media (min-width: 1366px) {
  .custom-gallery-lg-wrapper .site-slide .site-slider-caption {
    padding: 0 100px !important;
  }
}
@media (min-width: 1920px) {
  .custom-gallery-lg-wrapper .site-slide .site-slider-caption {
    padding: 50px 150px !important;
  }
}
@media (min-width: 2560px) {
  .custom-gallery-lg-wrapper .site-slide .site-slider-caption {
    padding: 50px 200px !important;
  }
}
.custom-gallery-lg-wrapper .site-slide .site-slider-caption img {
  margin: 20px auto;
}
.custom-gallery-lg-wrapper .site-slide .site-slider-caption h2 {
  font-size: 30px;
  line-height: 35px;
}
@media (min-width: 820px) {
  .custom-gallery-lg-wrapper .site-slide .site-slider-caption h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 1920px) {
  .custom-gallery-lg-wrapper .site-slide .site-slider-caption h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (min-width: 2560px) {
  .custom-gallery-lg-wrapper .site-slide .site-slider-caption h2 {
    font-size: 79px;
    line-height: 79px;
  }
}
.custom-gallery-lg-wrapper .site-slide .site-slider-caption h5:after {
  background-color: #ffffff;
}
.custom-gallery-lg-wrapper .site-slide .site-slider-image-block {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .custom-gallery-lg-wrapper .site-slide .site-slider-image-block {
    margin: 350px auto 0 auto;
    max-width: 250px;
  }
}
@media (min-width: 1920px) {
  .custom-gallery-lg-wrapper .site-slide .site-slider-image-block {
    margin: 200px auto 0 auto;
    max-width: 380px;
  }
}
.custom-gallery-lg-wrapper .site-slider .slick-arrow.slick-prev, .custom-gallery-lg-wrapper .site-slider .slick-arrow.slick-next {
  top: 75%;
}

@media (max-width: 768px) {
  .custom-gallery-sml-wrapper {
    margin-bottom: 100px !important;
  }
}
.custom-gallery-sml-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  background-color: #B72126 !important;
  transition: background-color 1s ease !important;
}
.custom-gallery-sml-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide:hover {
  background-color: #30343A !important;
}
.custom-gallery-sml-wrapper .site-slide-link {
  display: flex !important;
  flex-direction: column-reverse;
  min-height: 600px;
}
@media (min-width: 1200px) {
  .custom-gallery-sml-wrapper .site-slide-link:hover .site-slider-image-block img {
    transition: transform 1s ease !important;
    transform: scale(1.15) !important;
  }
}
.custom-gallery-sml-wrapper .site-slide-link .site-slider-caption {
  background-color: transparent !important;
  top: 0 !important;
  pointer-events: none;
}
.custom-gallery-sml-wrapper .site-slide-link .site-slider-caption img {
  margin: 20px auto;
}
.custom-gallery-sml-wrapper .site-slide-link .site-slider-caption h2 {
  font-size: 30px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .custom-gallery-sml-wrapper .site-slide-link .site-slider-caption h2 {
    font-size: 24px;
    line-height: 30px;
    min-height: 75px;
  }
}
@media (min-width: 1920px) {
  .custom-gallery-sml-wrapper .site-slide-link .site-slider-caption h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.custom-gallery-sml-wrapper .site-slide-link .site-slider-caption h5:after {
  background-color: #ffffff;
}
.custom-gallery-sml-wrapper .site-slide-link .site-slider-image-block {
  margin-top: 30px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .custom-gallery-sml-wrapper .site-slide-link .site-slider-image-block {
    margin: 150px auto 50px auto;
    max-width: 220px;
  }
}
.custom-gallery-sml-wrapper .site-slider .slick-arrow.slick-prev, .custom-gallery-sml-wrapper .site-slider .slick-arrow.slick-next {
  top: 75%;
}

body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #B72126;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #30343A;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
}
body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}

.site-row-container {
  float: left;
  width: 100%;
}

@media (max-width: 600px) {
  .custom-hero-banner-wrapper img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.custom-popup-gallery-wrapper.cms-gallery-feature-wrapper.site-multi-slide-slider-wrapper .site-slider-caption {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
}
.custom-popup-gallery-wrapper.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide .site-slider-image-block:before {
  background-color: transparent;
}
.custom-popup-gallery-wrapper.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide {
  cursor: default;
}
.custom-popup-gallery-wrapper.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide:hover .site-slider-image-block:before {
  background-color: #B72126;
}
.custom-popup-gallery-wrapper .site-slider-image-block img {
  max-width: 100vw;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.custom-popup-gallery-wrapper .site-slider-caption {
  position: absolute !important;
  background-color: transparent !important;
  text-align: center !important;
}
.custom-popup-gallery-wrapper .site-slider-caption .site-slider-capton-data {
  padding: 50px 0 !important;
}
@media (min-width: 768px) {
  .custom-popup-gallery-wrapper .site-slider-caption .site-slider-capton-data {
    padding: 90px 0 !important;
  }
}
.custom-popup-gallery-wrapper .site-slider-caption .site-slider-capton-data h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.custom-popup-gallery-wrapper .site-slider-caption .site-slider-capton-data h5:after {
  display: none;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: rgba(183, 33, 38, 0.3019607843);
  display: none;
}
@media (max-width: 800px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list {
    overflow: scroll;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner {
    height: 100vh;
    align-items: center;
    margin: 0 8%;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table {
  background-color: #30343A;
  text-align: left;
  white-space: normal;
  position: relative;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table tr {
  display: block;
  padding: 0;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td {
  pointer-events: none;
  padding: 0;
}
@media (max-width: 800px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td {
    display: block !important;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h1,
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h2,
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h3,
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h4,
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h5,
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h6 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #ffffff !important;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td p {
  color: #ffffff !important;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td a {
  pointer-events: all;
}
@media (min-width: 800px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(1) {
    display: table-cell;
    width: 40%;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(1) img {
  max-height: 50%;
  width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 800px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(1) img {
    height: 65vh;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) {
  padding: 20px;
}
@media (min-width: 800px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) {
    display: table-cell;
    width: 50%;
    padding: 20px;
    position: relative;
  }
}
@media (min-width: 1400px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) {
    padding: 50px;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) h4, .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) h5 {
  margin-bottom: 15px;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) .site-button-primary, .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) button {
  pointer-events: all;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .close {
  position: absolute;
  right: 25px;
  top: 25px !important;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #B72126;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .close::after {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910" !important;
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
}
.custom-popup-gallery-wrapper.square-images-wrapper .site-slider-image-block img {
  height: 300px !important;
}

.custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-image-block .site-slider-image {
  display: none;
}
.custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption {
  position: relative !important;
  background-color: transparent !important;
  padding: 0 !important;
}
@media (min-width: 1024px) {
  .custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption {
    padding: 0 25% !important;
  }
}
@media (min-width: 1920px) {
  .custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption {
    padding: 0 30% !important;
  }
}
@media (min-width: 2560px) {
  .custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption {
    padding: 0 35% !important;
  }
}
.custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption .blockquote-primary:before {
  padding-top: 35px;
}
@media (max-width: 600px) {
  .custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption .blockquote-primary td {
    text-align: left !important;
  }
}
.custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption img {
  width: 15px;
  margin: 0 auto;
}
.custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption table {
  width: 100% !important;
}
@media (min-width: 768px) {
  .custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption p:last-child {
    padding-bottom: 30px;
  }
}

body.cms-page-is-in-edit-mode #site-main-content-wrapper {
  float: left;
  width: 100%;
}
body.cms-page-is-in-edit-mode #site-main-grid-block {
  padding-top: 60px;
  float: left;
  width: 100%;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-1-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-2-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-3-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-4-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-5-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-6-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-7-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-8-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-9-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-10-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-11-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-12-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-1-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-2-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-3-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-4-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-5-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-6-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-7-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-8-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-9-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-10-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-11-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-12-wrapper {
  padding: 0 20px;
}

.site-col-1-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-1-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-2-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-2-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-3-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-3-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-4-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-4-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-5-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-5-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-6-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-6-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-7-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-7-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-8-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-8-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-9-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-9-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-10-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-10-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-11-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-11-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-12-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-12-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

#site-main-grid-block {
  display: block;
}
@media (max-width: 599px) {
  #site-main-grid-block .site-row-container {
    margin: 0;
  }
}
#site-main-grid-block .cms-feature-wrapper {
  float: left;
  width: 100%;
  max-width: 100%;
}
#site-main-grid-block .cms-feature-wrapper.site-right-block-wrapper {
  float: right;
  clear: right;
}
#site-main-grid-block .site-clear-grid-wrapper {
  clear: both;
}
#site-main-grid-block .site-col-12-wrapper {
  max-width: 100%;
}
#site-main-grid-block .site-col-11-wrapper {
  max-width: 91.666667%;
}
#site-main-grid-block .site-col-10-wrapper {
  max-width: 83.333333%;
}
#site-main-grid-block .site-col-9-wrapper {
  max-width: 75%;
}
#site-main-grid-block .site-col-8-wrapper {
  max-width: 66.666667%;
}
#site-main-grid-block .site-col-7-wrapper {
  max-width: 58.333333%;
}
#site-main-grid-block .site-col-6-wrapper {
  max-width: 50%;
}
#site-main-grid-block .site-col-5-wrapper {
  max-width: 41.666667%;
}
#site-main-grid-block .site-col-4-wrapper {
  max-width: 33.333333%;
}
#site-main-grid-block .site-col-3-wrapper {
  max-width: 25%;
}
#site-main-grid-block .site-col-2-wrapper {
  max-width: 16.666667%;
}
#site-main-grid-block .site-col-1-wrapper {
  max-width: 8.333333%;
}
#site-main-grid-block .site-col-full-width-wrapper {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
}
@media (max-width: 1199px) {
  #site-main-grid-block .site-col-full-width-wrapper {
    width: 100vw;
  }
}
#site-main-grid-block .site-grid-example {
  padding-top: 20px;
  padding-bottom: 20px;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper span {
  border: 1px solid #fbf3f5;
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}

.custom-search button {
  display: none;
}
.custom-search .site-search-input {
  background-color: transparent;
  border-bottom: 1px solid #f6e8eb;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 110px;
  color: #ffffff;
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .custom-search .site-search-input {
    padding-bottom: 10px;
    width: 100%;
  }
}
.custom-search .site-search-input::-moz-placeholder {
  color: #ffffff;
  font-size: 12px;
  font-family: "Bodoni 72", serif;
  line-height: 30px;
  opacity: 0.7;
  text-align: center;
}
.custom-search .site-search-input::placeholder {
  color: #ffffff;
  font-size: 12px;
  font-family: "Bodoni 72", serif;
  line-height: 30px;
  opacity: 0.7;
  text-align: center;
}
@media (min-width: 768px) {
  .custom-search .site-search-input::-moz-placeholder {
    font-size: 20px;
  }
  .custom-search .site-search-input::placeholder {
    font-size: 20px;
  }
}
.custom-search .site-search-input:focus-visible {
  outline: none;
}

.site-search-wrapper .site-search-icon {
  color: #ffffff;
  font-size: 25px;
}
.site-search-wrapper .site-search-icon i {
  font-weight: 700;
  cursor: pointer;
}
.site-search-wrapper .site-search-block {
  opacity: 0;
  visibility: hidden;
}
.site-search-wrapper .site-search-block-active {
  opacity: 1;
  visibility: visible;
}
.site-search-wrapper .site-search-block-active.site-search-option {
  width: 300px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option1 {
  max-height: 86px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option2 {
  right: 0 !important;
}
.site-search-wrapper .site-search-block.site-search-option {
  position: absolute;
  right: 40px;
  z-index: 1000;
  top: 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 #30343A !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 25px;
  border: none;
  text-align: center;
  color: #B72126;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid transparent;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  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 {
  background: transparent;
  color: #30343A;
  border: 1px solid transparent;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:before {
  font-family: "site-icon";
  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: 700;
}
.site-search-wrapper .site-search-block.site-search-option1 {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fbf3f5;
  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: #B72126;
  font-size: 13.33px;
  padding: 0 25px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #000000;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover {
  background: #30343A;
  color: #B72126;
  border: 1px solid #30343A;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:before {
  font-family: "site-icon";
  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: 700;
}
.site-search-wrapper .site-search-block.site-search-option2 {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  z-index: 1000;
  transition: all ease 0.5s;
}
.site-search-wrapper .site-search-block.site-search-option2 .site-search-data {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.site-search-wrapper .site-search-block.site-search-option2 .site-search-input {
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  max-width: 400px;
  width: 100%;
  color: #ffffff;
  font-size: 25px;
  padding: 0 0 10px;
  margin: 0 10px 0 0;
}
.site-bookmark-wrapper .site-bookmark-block {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon {
  width: 60px;
  height: 95px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
  background: #ffffff;
  border: 5px solid #ffffff;
  text-align: center;
  padding: 10px 0 0 0;
  position: relative;
  align-self: end;
  margin: 0 0 10px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon .site-bookmark-count {
  margin: 0 0 0;
  font-size: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #30343A;
  width: 30px;
  height: 30px;
  z-index: 1;
  color: #B72126;
  border-radius: 100%;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon:after {
  font-family: "site-icon";
  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: #B72126;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close {
  position: absolute;
  background: #30343A;
  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";
  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: #B72126;
  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: #B72126;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button:after {
  font-family: "site-icon";
  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: #30343A;
}

q {
  position: relative;
  margin-left: 20px !important;
  border-left: 1px solid #ddd;
  color: #B72126;
  font-weight: 400;
  font-family: "Bodoni 72", serif !important;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  padding-left: 40px;
  display: block;
}
q:before {
  content: "“";
  color: #B72126;
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  padding-top: 20px;
  top: 20%;
  left: -20px;
  font-size: 70px;
  font-weight: 700;
  font-family: "Bodoni 72", serif !important;
}

.blockquote-primary {
  white-space: normal !important;
  width: 90% !important;
  position: relative;
  margin-left: 20px !important;
  border-left: 1px solid #ddd;
}
@media (min-width: 1024px) {
  .blockquote-primary {
    width: 100% !important;
  }
}
.blockquote-primary td {
  color: #B72126;
  font-weight: 400;
  font-family: "Bodoni 72", serif !important;
  font-size: 25px;
  line-height: 37.5px;
  padding-bottom: 40px;
  padding-left: 40px;
}
.blockquote-primary:before {
  content: "“";
  color: #B72126;
  background-color: white;
  border-radius: 50%;
  width: 50px;
  height: 80px;
  position: absolute;
  top: 30px;
  left: -25px;
  font-size: 70px;
  font-weight: 700;
  font-family: "Bodoni 72", serif !important;
}

.blockquote-secondary {
  white-space: normal !important;
  width: 100% !important;
  position: relative;
  margin: 0 auto;
  border: 1px solid #B72126;
}
.blockquote-secondary td {
  color: #B72126;
  font-weight: 400;
  font-family: "Bodoni 72", serif !important;
  font-size: 25px;
  line-height: 37.5px;
  padding-left: 40px;
  padding-bottom: 40px;
  text-align: center !important;
  padding: 50px 10px;
}
@media (min-width: 768px) {
  .blockquote-secondary td {
    padding: 75px;
  }
}
.blockquote-secondary td h3 {
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -1px;
  color: #30343A;
  margin-bottom: 50px;
}
.blockquote-secondary td img {
  width: 15px;
}
.blockquote-secondary td cite {
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  font-family: "Open Sans", sans-serif !important;
}
.blockquote-secondary td cite:before {
  display: none;
}
.blockquote-secondary td p {
  margin-bottom: 50px;
}

.blockquote-tertiary {
  white-space: normal !important;
  width: 100% !important;
  position: relative;
  margin: 0 auto;
  border: 1px solid #30343A;
  background: #30343A;
}
.blockquote-tertiary td {
  color: #ffffff;
  font-weight: 400;
  font-family: "Bodoni 72", serif !important;
  font-size: 25px;
  line-height: 37.5px;
  padding-left: 40px;
  padding-bottom: 40px;
  text-align: center !important;
  padding: 50px 10px;
}
@media (min-width: 768px) {
  .blockquote-tertiary td {
    padding: 75px;
  }
}
.blockquote-tertiary td h3 {
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 50px;
}
.blockquote-tertiary td img {
  width: 15px;
}
.blockquote-tertiary td cite {
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  font-family: "Open Sans", sans-serif !important;
}
.blockquote-tertiary td cite:before {
  display: none;
}
.blockquote-tertiary td p {
  margin-bottom: 50px;
}
.blockquote-tertiary td .site-button-primary, .blockquote-tertiary td .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .blockquote-tertiary td button {
  color: #ffffff;
}

.blockquote-quaternary {
  white-space: normal !important;
  width: 100% !important;
  position: relative;
  margin: 0 auto;
  border: 1px solid #B72126;
  background: #B72126;
}
.blockquote-quaternary td {
  color: #ffffff;
  font-weight: 400;
  font-family: "Bodoni 72", serif !important;
  font-size: 25px;
  line-height: 37.5px;
  padding-left: 40px;
  padding-bottom: 40px;
  text-align: center !important;
  padding: 50px 10px;
}
@media (min-width: 768px) {
  .blockquote-quaternary td {
    padding: 75px;
  }
}
.blockquote-quaternary td h3 {
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 50px;
}
.blockquote-quaternary td img {
  width: 15px;
}
.blockquote-quaternary td cite {
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  font-family: "Open Sans", sans-serif !important;
}
.blockquote-quaternary td cite:before {
  display: none;
}
.blockquote-quaternary td p {
  margin-bottom: 50px;
}
.blockquote-quaternary td .site-button-primary, .blockquote-quaternary td .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .blockquote-quaternary td button {
  color: #ffffff;
}

.blockquote-image {
  white-space: normal !important;
  width: 100% !important;
  position: relative;
  margin: 0 auto;
  border: 1px solid #B72126;
}
.blockquote-image td {
  color: #B72126;
  font-weight: 400;
  font-family: "Bodoni 72", serif !important;
  font-size: 25px;
  line-height: 37.5px;
  text-align: center !important;
  padding: 20px 10px 40px 20px;
}
.blockquote-image td h3 {
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -1px;
  color: #30343A;
  margin-bottom: 50px;
}
.blockquote-image td h3 var:after {
  content: "";
  height: 2px;
  width: 60px;
  position: relative;
  bottom: -15px;
  display: block;
  background: #B72126;
  transition: all ease 0.5s;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: inherit;
}
.blockquote-image td img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.blockquote-image td cite {
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  font-family: "Open Sans", sans-serif !important;
}
.blockquote-image td cite:before {
  display: none;
}
.blockquote-image td p {
  margin-bottom: 50px;
}

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: #B72126;
  font-family: "Bodoni 72", serif;
  font-size: 14px;
}
.cms-text-feature table tr {
  background: transparent;
}
.cms-text-feature table tr th {
  background: #B72126;
}
.cms-text-feature table tr:nth-child(2n) {
  background: #fbf3f5;
}
@media (max-width: 599px) {
  .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}

@media (max-width: 599px) {
  table.site-table-mobile > thead > tr > td h1, table.site-table-mobile > thead > tr > td h2, table.site-table-mobile > thead > tr > td h3, table.site-table-mobile > thead > tr > td h4, table.site-table-mobile > thead > tr > td h5, table.site-table-mobile > thead > tr > td h6, table.site-table-mobile > thead > tr > td p, table.site-table-mobile > thead > tr > td a, table.site-table-mobile > thead > tr > th h1, table.site-table-mobile > thead > tr > th h2, table.site-table-mobile > thead > tr > th h3, table.site-table-mobile > thead > tr > th h4, table.site-table-mobile > thead > tr > th h5, table.site-table-mobile > thead > tr > th h6, table.site-table-mobile > thead > tr > th p, table.site-table-mobile > thead > tr > th a, table.site-table-mobile > tbody > tr > td h1, table.site-table-mobile > tbody > tr > td h2, table.site-table-mobile > tbody > tr > td h3, table.site-table-mobile > tbody > tr > td h4, table.site-table-mobile > tbody > tr > td h5, table.site-table-mobile > tbody > tr > td h6, table.site-table-mobile > tbody > tr > td p, table.site-table-mobile > tbody > tr > td a, table.site-table-mobile > tbody > tr > th h1, table.site-table-mobile > tbody > tr > th h2, table.site-table-mobile > tbody > tr > th h3, table.site-table-mobile > tbody > tr > th h4, table.site-table-mobile > tbody > tr > th h5, table.site-table-mobile > tbody > tr > th h6, table.site-table-mobile > tbody > tr > th p, table.site-table-mobile > tbody > tr > th a {
    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 #fbf3f5;
  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;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  padding: 0.625em !important;
}
@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: relative;
    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);
    */
    text-align: left;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #B72126;
  }
  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 #fbf3f5;
}
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:not(.site-table-mobile):not(.site-table-same-width) {
  display: table !important;
  white-space: initial;
}

table.site-table-same-width {
  white-space: initial;
}
table.site-table-same-width td {
  padding: 6px 0;
}
@media (min-width: 1000px) {
  table.site-table-same-width td {
    padding: 12px 0;
  }
}

@media (min-width: 1440px) {
  .why-blundells-wrapper {
    padding: 0 5%;
  }
  .why-blundells-wrapper table:not(.table-reverse) td:first-child {
    padding-right: 15%;
  }
  .why-blundells-wrapper table.table-reverse td:last-child {
    padding-left: 15%;
  }
  .why-blundells-wrapper .site-button-primary, .why-blundells-wrapper .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .why-blundells-wrapper button {
    margin-top: 20px;
  }
}
table {
  border: none;
}
table.site-table-accordion tr {
  font-size: 14px;
  line-height: 28px;
  background: #ffffff !important;
  border: 1px solid #f6e8eb !important;
}
@media (max-width: 599px) {
  table.site-table-accordion tr {
    padding: 0 !important;
    display: table-row !important;
  }
}
table.site-table-accordion tr th {
  color: #316979 !important;
  text-align: left;
  background: none !important;
  font-family: "Open Sans", sans-serif;
  border: none;
}
table.site-table-accordion tr td {
  text-align: left;
  width: 100%;
  display: block;
  color: #316979;
}
table.site-table-accordion tr td p {
  color: #30343A;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 14px;
  line-height: 28px;
  background: #ffffff !important;
  border: 1px solid #f6e8eb !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #316979 !important;
  text-align: left;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: #fbf3f5 !important;
  border: 1px solid #f6e8eb !important;
  color: #316979 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #316979 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #fbf3f5 !important;
  border: 1px solid #f6e8eb !important;
  color: #316979 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #316979 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
  background: #316979 !important;
}

.site-pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 20px 0 0;
}
.site-pagination li {
  padding: 0;
  text-align: center;
}
.site-pagination li a {
  color: #ffffff;
  padding: 7px 15px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #f9f9f9;
  background: #B72126;
}
.site-pagination li.site-pagination-active a, .site-pagination li:hover a {
  background: #30343A;
  color: #ffffff;
}

.error-template {
  background: #FCFCFF;
}
.error-template .site-error-page {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 699px) {
  .error-template .site-error-page {
    position: static;
    transform: translateY(0%);
  }
}
.error-template .error-msg {
  position: relative;
}
.error-template .error-msg .error-no {
  font-family: "Bodoni 72", serif;
  font-weight: bold;
  font-size: 300px;
  line-height: 290px;
  color: #B72126;
}
@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: #B72126;
}
@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 #fbf3f5;
  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: #B72126;
  display: block;
}
.error-template .error-buttons .error-social-link .error-footer-social:hover {
  background: #30343A;
}
.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: "Bodoni 72", serif;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  line-height: 100px;
  color: #30343A;
}
.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:not(.cms-page-is-in-edit-mode) .site-header-logo {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s, transform 0.5s;
}
.home-page:not(.cms-page-is-in-edit-mode) .site-header-logo img {
  margin-top: 20px;
}

.loader-wrapper {
  background-color: #30343A;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 1s ease;
}
.loader-wrapper img {
  width: 240px !important;
  margin: 0 auto;
}

.site-custom-scrolling-gallery-wrapper {
  display: none;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  .site-custom-scrolling-gallery-wrapper {
    display: block;
  }
}
.site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}
.site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper {
  position: relative; /* Container for absolute positioning */
  margin: 0 -15px;
}
.site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide .site-slider-image-block {
  width: 100%;
  height: 100%;
  transition: transform 2s ease;
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Maintain aspect ratio */
}
.site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide .site-slider-caption {
  background: none !important;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper {
    height: calc(100% + 30px) !important;
    opacity: 1;
    visibility: visible;
    position: relative; /* Container for absolute positioning */
    margin: 0 -15px;
  }
  .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide {
    width: calc(32% - 30px);
    margin: 25px;
    position: absolute;
    /* Adjust positions for responsive layout */
  }
  .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide:nth-child(1) {
    top: 0%;
    left: 0%;
    height: calc(30% - 30px);
  }
  .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide:nth-child(2) {
    top: 33.333%;
    left: 0%;
    height: calc(35% - 30px);
  }
  .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide:nth-child(3) {
    top: 66.666%;
    left: 0%;
    height: calc(20% - 30px);
  }
  .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide:nth-child(4) {
    top: 0%;
    left: 33.333%;
    height: calc(25% - 30px);
  }
  .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide:nth-child(5) {
    top: 33.333%;
    left: 33.333%;
    height: calc(40% - 30px);
    z-index: 10;
  }
  .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide:nth-child(6) {
    top: 66.666%;
    left: 33.333%;
    height: calc(25% - 30px);
  }
  .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide:nth-child(7) {
    left: 66.666%;
    top: 0%;
    height: calc(20% - 30px);
  }
  .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide:nth-child(8) {
    left: 66.666%;
    top: 23.333%;
    height: calc(35% - 30px);
  }
  .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery .site-slick-wrapper .site-slide:nth-child(9) {
    left: 66.666%;
    top: 66.666%;
    height: calc(35% - 30px);
  }
}

.site-custom-scrolling-gallery-phase-two-wrapper {
  transition: opacity 0.5s ease;
}
@media (min-width: 1280px) {
  .site-custom-scrolling-gallery-phase-two-wrapper {
    opacity: 0;
    margin-top: -100vh;
  }
}
@media (min-width: 1200px) {
  .site-custom-scrolling-gallery-phase-two-wrapper .site-custom-scrolling-gallery-phase-two {
    overflow: hidden;
    height: 100vh;
    width: 100vw;
  }
}
@media (min-width: 1200px) {
  .site-custom-scrolling-gallery-phase-two-wrapper .site-custom-scrolling-gallery-phase-two .site-slide .site-slider-image-block {
    width: 100%;
    height: 90vh;
    transition: transform 2s ease;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}
.site-custom-scrolling-gallery-phase-two-wrapper .site-custom-scrolling-gallery-phase-two .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .site-custom-scrolling-gallery-phase-two-wrapper .site-custom-scrolling-gallery-phase-two .site-slide .site-slider-image-block .site-slider-image {
    height: 100%;
  }
}

body.cms-page-is-in-edit-mode .site-team-sider {
  padding-top: 50px;
}
body.cms-page-is-in-edit-mode .loader-wrapper {
  z-index: 1;
}
body.cms-page-is-in-edit-mode .site-custom-scrolling-gallery-wrapper .site-custom-scrolling-gallery {
  width: revert;
}
body.cms-page-is-in-edit-mode .site-custom-scrolling-gallery-wrapper .slick-track {
  min-height: 100vh;
}
body.cms-page-is-in-edit-mode .site-custom-scrolling-gallery-wrapper .slick-track .site-slide {
  min-width: 30%;
}
body.cms-page-is-in-edit-mode .site-custom-scrolling-gallery-phase-two-wrapper {
  opacity: 1;
}
body.cms-page-is-in-edit-mode .site-custom-scrolling-gallery-phase-two-wrapper .site-custom-scrolling-gallery-phase-two {
  width: revert;
}

.custom-tabs-wrapper .custom-tabs {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .custom-tabs-wrapper .custom-tabs {
    flex-direction: row-reverse;
  }
}
.custom-tabs-wrapper table.tab-links {
  white-space: normal;
}
@media (min-width: 1024px) {
  .custom-tabs-wrapper table.tab-links {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .custom-tabs-wrapper table.tab-links td {
    padding: 50px;
  }
}
@media (min-width: 1024px) {
  .custom-tabs-wrapper table.tab-links td {
    padding: 100px;
  }
}
.custom-tabs-wrapper table.tab-links ul {
  list-style-type: none;
  padding: 0;
}
.custom-tabs-wrapper table.tab-links ul li {
  border-top: 1px solid #30343A;
  padding-left: 0 !important;
}
.custom-tabs-wrapper table.tab-links ul li:before {
  display: none;
}
.custom-tabs-wrapper table.tab-links ul li a {
  text-decoration: none;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease;
}
.custom-tabs-wrapper table.tab-links ul li a:hover {
  background-color: #f6e8eb;
}
@media (min-width: 1440px) {
  .custom-tabs-wrapper table.tab-links ul li a:hover {
    padding: 20px;
  }
}
.custom-tabs-wrapper table.tab-links ul li a:hover:after {
  content: url("/Templates/Blundells/images/explore.svg");
  position: absolute;
  right: 0px;
  top: 15px;
}
@media (min-width: 1440px) {
  .custom-tabs-wrapper table.tab-links ul li a:hover:after {
    right: 20px;
  }
}
.custom-tabs-wrapper table.tab-links ul li a.active:after {
  content: url("/Templates/Blundells/images/explore.svg");
  position: absolute;
  right: 0px;
  top: 15px;
}
@media (min-width: 1440px) {
  .custom-tabs-wrapper table.tab-links ul li a.active:after {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .custom-tabs-wrapper table.tab-content {
    width: 50%;
  }
}
.custom-tabs-wrapper table.tab-content td {
  display: none;
}
.custom-tabs-wrapper table.tab-content td:first-child {
  display: block;
}
.custom-tabs-wrapper table.tab-content td img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

body.cms-page-is-in-edit-mode table.tab-content td {
  display: block !important;
}

.custom-hero-video-wrapper .custom-hero-video {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.custom-hero-video-wrapper .custom-hero-video iframe {
  position: absolute !important;
  top: 0% !important;
  left: 50% !important;
  transform: translate(-50%, -15%);
  width: 160vh !important;
  height: 125vh !important;
  max-width: none;
  max-height: none;
}
@media (min-width: 1200px) {
  .custom-hero-video-wrapper .custom-hero-video iframe {
    width: 100vw !important;
    height: 140vh !important;
  }
}
@media (min-width: 1400px) {
  .custom-hero-video-wrapper .custom-hero-video iframe {
    width: 120vw !important;
    height: 140vh !important;
  }
}
@media (min-width: 2000px) {
  .custom-hero-video-wrapper .custom-hero-video iframe {
    height: 150vh !important;
  }
}
.custom-hero-video-wrapper.height-75-wrapper .custom-hero-video {
  height: 70vh;
}
.custom-hero-video-wrapper.height-75-wrapper .mute-video {
  height: 70vh;
}
.custom-hero-video-wrapper.height-75-wrapper .mute-video:before {
  bottom: 0%;
}
@media (max-width: 600px) {
  .custom-hero-video-wrapper.height-75-wrapper .mute-video:before {
    bottom: 30%;
  }
}

body.cms-page-is-in-edit-mode .custom-hero-video {
  width: auto;
  height: auto;
}

.custom-hero-video-text-wrapper {
  margin-top: -100vh;
}
.custom-hero-video-text-wrapper .custom-hero-video-text .site-slider-caption {
  background-color: transparent !important;
  position: absolute !important;
  width: 100% !important;
  bottom: 15% !important;
}
@media (min-width: 1024px) {
  .custom-hero-video-text-wrapper .custom-hero-video-text .site-slider-caption {
    width: 50% !important;
    bottom: 7.5% !important;
  }
}
@media (min-width: 1600px) {
  .custom-hero-video-text-wrapper .custom-hero-video-text .site-slider-caption {
    width: 40% !important;
  }
}
@media (min-width: 1900px) {
  .custom-hero-video-text-wrapper .custom-hero-video-text .site-slider-caption {
    padding: 0 4%;
  }
}
@media (min-width: 2560px) {
  .custom-hero-video-text-wrapper .custom-hero-video-text .site-slider-caption {
    width: 30% !important;
  }
}
.custom-hero-video-text-wrapper .custom-hero-video-text .site-slider-image-block img {
  display: none;
}

body.cms-page-is-in-edit-mode .custom-hero-video-text-wrapper {
  margin-top: 0;
}
body.cms-page-is-in-edit-mode .custom-hero-video-text-wrapper .site-slider-image-block img {
  display: block;
}

.custom-journey-loading-wrapper {
  background-color: #30343A;
}
.custom-journey-loading-wrapper .custom-journey-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  position: relative;
}
.custom-journey-loading-wrapper big {
  color: #B72126;
  font-size: 885px !important;
  font-family: "Bodoni 72", serif !important;
  margin-top: 150px !important;
  transition: all 0.5s ease;
}
.custom-journey-loading-wrapper table {
  color: #ffffff;
  max-width: 300px;
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.custom-journey-loading-wrapper table tr:before, .custom-journey-loading-wrapper table tr:after {
  content: "";
  display: block;
  height: 1px; /* Thickness of the vertical line */
  background-color: #ffffff; /* Color of the line */
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 50px;
}
.custom-journey-loading-wrapper table tr:before {
  left: -75px;
}
.custom-journey-loading-wrapper table tr:after {
  right: -75px;
}
.custom-journey-loading-wrapper table td {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
}
.custom-journey-loading-wrapper table p {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 0;
}
.custom-journey-loading-wrapper table var {
  font-family: "Bodoni 72", serif;
  font-size: 79px;
  line-height: 50px;
  color: #ffffff;
  font-style: italic;
  text-transform: lowercase;
}

body.cms-page-is-in-edit-mode .custom-journey-loading-wrapper {
  width: auto;
  height: auto;
}

.custom-journey-wrapper .custom-journey, .custom-journey-wrapper .custom-home-journey, .custom-home-journey-wrapper .custom-journey, .custom-home-journey-wrapper .custom-home-journey {
  display: flex;
  height: auto;
  position: relative;
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1440px) {
  .custom-journey-wrapper .custom-journey, .custom-journey-wrapper .custom-home-journey, .custom-home-journey-wrapper .custom-journey, .custom-home-journey-wrapper .custom-home-journey {
    height: 100vh;
  }
}
.custom-journey-wrapper .custom-journey .custom-journey-table, .custom-journey-wrapper .custom-home-journey .custom-journey-table, .custom-home-journey-wrapper .custom-journey .custom-journey-table, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table {
  width: -moz-max-content !important;
  width: max-content !important;
  overflow: visible;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr {
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td {
  padding: 50px 30px 60px 30px !important;
  position: relative;
  height: auto;
  transition: all 0.5s ease;
  display: flex;
  justify-content: start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td {
    padding: 50px;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td {
    height: 100vh;
  }
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td h4, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td h4, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td h4, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td h4 {
  margin-top: 70px !important;
  margin-bottom: 20px !important;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td big {
  font-family: "Bodoni 72", serif !important;
  font-size: 120px;
  opacity: 0.25;
  top: 120px;
  position: absolute;
  left: 43%;
}
@media (min-width: 768px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td big {
    left: 46%;
  }
}
@media (min-width: 1024px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td big {
    left: 42%;
  }
}
@media (min-width: 1366px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td big {
    left: 44%;
  }
}
@media (min-width: 1920px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td big {
    left: 45%;
  }
}
@media (min-width: 2560px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td big, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td big {
    left: 46%;
  }
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td small {
  font-family: "Bodoni 72", serif !important;
  font-size: 35px;
  font-weight: normal;
  position: absolute;
  top: 120px;
  left: 43%;
}
@media (min-width: 768px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td small {
    left: 46%;
  }
}
@media (min-width: 1024px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td small {
    left: 42%;
  }
}
@media (min-width: 1366px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td small {
    left: 44%;
  }
}
@media (min-width: 1920px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td small {
    left: 45%;
  }
}
@media (min-width: 2560px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td small, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td small {
    left: 46%;
  }
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td small:before, .custom-journey-wrapper .custom-journey .custom-journey-table tr td small:after, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td small:before, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td small:after, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td small:before, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td small:after, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td small:before, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td small:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background-color: #545E67;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td small:before, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td small:before, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td small:before, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td small:before {
  left: -40px;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td small:after, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td small:after, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td small:after, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td small:after {
  right: -40px;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td img, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td img, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td img, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td img {
  transition: all 0.5s ease;
  max-width: 210px;
  max-height: 345px;
  height: 345px;
  margin: 0 auto;
  border-radius: 5px;
}
@media (min-width: 1920px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td img, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td img, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td img, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td img {
    max-width: 400px;
    max-height: 500px;
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td img, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td img, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td img, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td img {
    margin: 80px auto 0 auto;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td img, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td img, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td img, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td img {
    width: 50%;
  }
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td:first-child, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:first-child, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:first-child, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:first-child {
  background-color: #E5EAEE;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(3), .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(3), .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(3), .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(3) {
  background-color: #BAC1C6;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(5), .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(5), .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(5), .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(5) {
  background-color: #8F9EA2;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(7), .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(7), .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(7), .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(7) {
  background-color: #738489;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(9), .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(9), .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(9), .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(9) {
  background-color: #545E67;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(9) a, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(9) a, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(9) a, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(9) a {
  color: #ffffff;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(9) small:before, .custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(9) small:after, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(9) small:before, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(9) small:after, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(9) small:before, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(9) small:after, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(9) small:before, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(9) small:after {
  background-color: #ffffff;
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(odd), .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(odd), .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(odd), .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(odd) {
  flex: 0 0 100vw;
  width: 100vw;
}
@media (min-width: 1024px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(odd), .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(odd), .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(odd), .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(odd) {
    flex: 0 0 20vw;
    width: 20vw;
  }
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even), .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even), .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even), .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even) {
  padding: 0 !important;
}
@media (min-width: 1024px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even), .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even), .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even), .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even) {
    flex: 1 0 0%;
    transition: flex-basis 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even), .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even), .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even), .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even) {
    width: 0px;
  }
}
@media (max-width: 1024px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even), .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even), .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even), .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even) {
    height: 0px;
  }
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible {
  min-height: 0;
  height: auto;
}
@media (max-width: 600px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible {
    overflow-x: hidden;
    min-height: 100vh;
  }
}
@media (min-width: 1024px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible {
    flex-basis: 380%;
  }
}
@media (min-width: 1440px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible {
    flex-basis: 420%;
  }
}
@media (min-width: 1500px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible {
    flex-basis: 340%;
  }
}
@media (min-width: 1800px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible {
    flex-basis: 300%;
  }
}
@media (min-width: 2000px) {
  .custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible {
    flex-basis: 250%;
  }
}
.custom-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible iframe, .custom-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible iframe, .custom-home-journey-wrapper .custom-journey .custom-journey-table tr td:nth-child(even).visible iframe, .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even).visible iframe {
  margin-top: -20px;
  transform: translateZ(0);
}

.custom-journey-wrapper.is-homepage-wrapper .custom-journey .custom-journey-table tr td, .custom-home-journey-wrapper.is-homepage-wrapper .custom-home-journey .custom-journey-table tr td {
  cursor: pointer;
}
.custom-journey-wrapper.is-homepage-wrapper .custom-journey .custom-journey-table tr td a, .custom-home-journey-wrapper.is-homepage-wrapper .custom-home-journey .custom-journey-table tr td a {
  display: none;
}
@media (min-width: 1440px) {
  .custom-journey-wrapper.is-homepage-wrapper .custom-journey .custom-journey-table tr td:hover img, .custom-home-journey-wrapper.is-homepage-wrapper .custom-home-journey .custom-journey-table tr td:hover img {
    margin-top: -50px;
  }
}

.custom-journey-wrapper.is-landing-wrapper .custom-journey .custom-journey-table tr td, .custom-home-journey-wrapper.is-landing-wrapper .custom-home-journey .custom-journey-table tr td {
  padding: 0 30px 60px 30px !important;
}
.custom-journey-wrapper.is-landing-wrapper .custom-journey .custom-journey-table tr td:nth-child(even), .custom-home-journey-wrapper.is-landing-wrapper .custom-home-journey .custom-journey-table tr td:nth-child(even) {
  padding: 0 !important;
}
.custom-journey-wrapper.is-landing-wrapper .custom-journey .custom-journey-table tr td img, .custom-home-journey-wrapper.is-landing-wrapper .custom-home-journey .custom-journey-table tr td img {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .custom-journey-wrapper.is-landing-wrapper .custom-journey .custom-journey-table tr td img, .custom-home-journey-wrapper.is-landing-wrapper .custom-home-journey .custom-journey-table tr td img {
    max-width: 210px;
    max-height: 250px;
    height: 250px;
  }
}
@media (min-width: 1440px) {
  .custom-journey-wrapper.is-landing-wrapper .custom-journey .custom-journey-table tr td img, .custom-home-journey-wrapper.is-landing-wrapper .custom-home-journey .custom-journey-table tr td img {
    max-width: 210px;
    max-height: 345px;
    height: 345px;
  }
}
@media (min-width: 1600px) {
  .custom-journey-wrapper.is-landing-wrapper .custom-journey .custom-journey-table tr td img, .custom-home-journey-wrapper.is-landing-wrapper .custom-home-journey .custom-journey-table tr td img {
    max-width: 350px;
    max-height: 450px;
    height: 450px;
  }
}
@media (min-width: 1920px) {
  .custom-journey-wrapper.is-landing-wrapper .custom-journey .custom-journey-table tr td img, .custom-home-journey-wrapper.is-landing-wrapper .custom-home-journey .custom-journey-table tr td img {
    max-width: 400px;
    max-height: 500px;
    height: 500px;
  }
}

body.cms-page-is-in-edit-mode .custom-journey-wrapper .custom-journey .custom-journey-table tr td a, body.cms-page-is-in-edit-mode .custom-home-journey-wrapper .custom-home-journey .custom-journey-table tr td a {
  display: revert;
}

@media (min-width: 1024px) {
  .horizontal-scroll:not(.cms-page-is-in-edit-mode) {
    overflow: hidden;
  }
}
.horizontal-scroll:not(.cms-page-is-in-edit-mode) #site-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .horizontal-scroll:not(.cms-page-is-in-edit-mode) #site-content {
    flex-direction: row;
  }
}

.iframe-content-intro-gallery-wrapper {
  max-width: 100vw;
  width: 100vw;
}
@media (min-width: 1024px) {
  .iframe-content-intro-gallery-wrapper {
    max-width: 420px;
    width: 420px;
  }
}
.iframe-content-intro-gallery-wrapper .site-slider-image-block {
  max-width: 100vw;
  width: 100vw;
}
@media (min-width: 1024px) {
  .iframe-content-intro-gallery-wrapper .site-slider-image-block {
    max-width: 100vw;
    width: 100vw;
  }
}
.iframe-content-intro-gallery-wrapper .site-slider-image-block img {
  width: 100vw !important;
  height: 300px;
  padding: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .iframe-content-intro-gallery-wrapper .site-slider-image-block img {
    width: 420px !important;
    height: 95vh;
    padding: 50px;
  }
}

.iframe-content-intro-text-wrapper {
  max-width: 1240px;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .iframe-content-intro-text-wrapper {
    padding: 0 40px;
  }
}
.iframe-content-intro-text-wrapper .cms-text-feature-data {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .iframe-content-intro-text-wrapper .cms-text-feature-data {
    height: 100vh;
  }
}
.iframe-content-intro-text-wrapper table td {
  padding: 50px;
}

@media (min-width: 1024px) {
  .iframe-content-video-wrapper {
    max-width: 1000px;
    padding: 0 40px;
  }
}
@media (min-width: 1920px) {
  .iframe-content-video-wrapper {
    max-width: 1400px;
  }
}
.iframe-content-video-wrapper .iframe-content-video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
}
@media (min-width: 1024px) {
  .iframe-content-video-wrapper .iframe-content-video {
    height: 100vh;
  }
}
.iframe-content-video-wrapper .iframe-content-video .site-video-block {
  width: 1000px;
  height: 40vh;
  overflow: hidden; /* Ensures any overflow is hidden */
  position: relative;
}
@media (min-width: 1024px) {
  .iframe-content-video-wrapper .iframe-content-video .site-video-block {
    width: 1000px;
    height: 85vh;
  }
}
@media (min-width: 1920px) {
  .iframe-content-video-wrapper .iframe-content-video .site-video-block {
    width: 1400px;
  }
}
.iframe-content-video-wrapper .iframe-content-video .site-video-block .site-video {
  width: 100%; /* Set width to 100% of the container */
  height: 100%; /* Set height to 100% of the container */
  -o-object-fit: cover;
     object-fit: cover; /* Makes the video cover the container, preserving aspect ratio */
  position: absolute; /* Keep the video within the bounds of the container */
  top: 0;
  left: 0;
  padding: 0 10px 75px 10px;
}
@media (min-width: 1024px) {
  .iframe-content-video-wrapper .iframe-content-video .site-video-block .site-video {
    padding: 0 50px 50px 50px;
  }
}

@media (min-width: 1024px) {
  .iframe-content-gallery-wrapper {
    max-width: 1000px;
    padding: 0 40px;
  }
}
@media (min-width: 1920px) {
  .iframe-content-gallery-wrapper {
    max-width: 1400px;
  }
}
@media (min-width: 1024px) {
  .iframe-content-gallery-wrapper .iframe-content-gallery {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.iframe-content-gallery-wrapper .iframe-content-gallery .site-slider-image-block {
  height: 300px;
  overflow: hidden; /* Ensures any overflow is hidden */
  position: relative;
}
@media (min-width: 1024px) {
  .iframe-content-gallery-wrapper .iframe-content-gallery .site-slider-image-block {
    width: 1000px;
    height: 85vh;
  }
}
@media (min-width: 1920px) {
  .iframe-content-gallery-wrapper .iframe-content-gallery .site-slider-image-block {
    width: 1400px;
  }
}
.iframe-content-gallery-wrapper .iframe-content-gallery .site-slider-image-block img {
  width: 100%; /* Set width to 100% of the container */
  height: 100%; /* Set height to 100% of the container */
  -o-object-fit: cover;
     object-fit: cover; /* Makes the video cover the container, preserving aspect ratio */
  padding: 0 10px 15px 10px;
}
@media (min-width: 1024px) {
  .iframe-content-gallery-wrapper .iframe-content-gallery .site-slider-image-block img {
    padding: 0 50px 50px 50px;
  }
}

@media (min-width: 1024px) {
  .iframe-content-voices-wrapper {
    margin: 0 0 0 40px;
    min-width: 30vw;
  }
}
.iframe-content-voices-wrapper .iframe-content-voices {
  padding: 10% 5%;
}
@media (min-width: 1024px) {
  .iframe-content-voices-wrapper .iframe-content-voices {
    padding: 0 3%;
  }
}
.iframe-content-voices-wrapper .cms-text-feature-data {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .iframe-content-voices-wrapper .cms-text-feature-data {
    height: 100vh;
  }
  .iframe-content-voices-wrapper .cms-text-feature-data small {
    border-left: 1px solid #ffffff;
    padding-left: 10px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}
.iframe-content-voices-wrapper table td {
  padding: 50px;
}
.iframe-content-voices-wrapper .blockquote-primary {
  margin-bottom: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.iframe-content-voices-wrapper .blockquote-primary:before {
  background-color: #30343A;
  color: rgba(255, 255, 255, 0.5);
  height: 60px;
}
.iframe-content-voices-wrapper .blockquote-primary td {
  padding-left: 40px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
}

.iframe-end-cta-wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  .iframe-end-cta-wrapper {
    max-width: 40vw;
    padding: 1.5% 2% 2% 5%;
  }
}
.iframe-end-cta-wrapper .iframe-end-cta {
  border-left: 1px solid rgba(48, 52, 58, 0.5);
  border-right: 1px solid rgba(48, 52, 58, 0.5);
}
@media (min-width: 1024px) {
  .iframe-end-cta-wrapper .iframe-end-cta {
    padding: 0 10%;
    height: 80vh;
    width: 7vw;
  }
}
.iframe-end-cta-wrapper .cms-feature-title {
  position: absolute;
  bottom: 25%;
  left: 5%;
  transform: rotate(270deg);
  font-size: 89px !important;
  color: #30343A !important;
  display: none;
}
@media (min-width: 1024px) {
  .iframe-end-cta-wrapper .cms-feature-title {
    display: block;
  }
}
.iframe-end-cta-wrapper tbody {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
@media (min-width: 1024px) {
  .iframe-end-cta-wrapper tbody {
    height: 85vh;
  }
}
.iframe-end-cta-wrapper tbody tr {
  background-color: transparent !important;
  padding: 20px;
}
@media (min-width: 1024px) {
  .iframe-end-cta-wrapper tbody tr {
    padding: 0;
  }
}

body.cms-page-is-in-edit-mode .iframe-end-cta {
  width: 50%;
  padding: 0 10%;
}

@media (min-width: 1440px) {
  .home-table-line-buttons table td {
    padding: 50px 125px;
  }
}
@media (min-width: 1680px) {
  .home-table-line-buttons table td {
    padding: 75px 150px;
  }
}
@media (min-width: 1920px) {
  .home-table-line-buttons table td {
    padding: 75px 200px;
  }
}
@media (min-width: 2560px) {
  .home-table-line-buttons table td {
    padding: 100px 250px;
  }
}
.home-table-line-buttons table td h3 {
  margin-bottom: 20px !important;
}

.site-button-lines {
  border-top: 1px solid rgba(48, 52, 58, 0.5);
  width: 100%;
  padding: 20px 0;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
}
.site-button-lines:after {
  content: url("/Templates/Blundells/images/arrow-red.svg");
  position: absolute;
  right: 0px;
  top: 20px;
}
@media (min-width: 1440px) {
  .site-button-lines:after {
    right: 20px;
  }
}
.site-button-lines:hover {
  background-color: #f6e8eb;
}
@media (min-width: 1440px) {
  .site-button-lines:hover {
    padding: 20px;
  }
}

.roundel {
  background-color: #242424;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  position: absolute;
  display: none;
}
@media (min-width: 1400px) {
  .roundel {
    display: block;
  }
}
@media (min-height: 900px) {
  .roundel {
    top: 10%;
    margin-left: -20px;
  }
}
@media (min-height: 1050px) {
  .roundel {
    top: 15%;
    margin-left: -70px;
  }
}
@media (min-height: 1080px) {
  .roundel {
    margin-left: -75px;
  }
}
@media (min-height: 1200px) {
  .roundel {
    margin-left: 140px;
    top: 25%;
  }
}
.roundel span {
  display: block;
  font-family: "Bodoni 72", serif;
  font-style: italic;
  font-size: 26px;
}
.roundel span:before, .roundel span:after {
  content: "";
  display: block;
  height: 0.5px; /* Thickness of the vertical line */
  background-color: #ffffff; /* Color of the line */
  position: absolute;
  top: 52%;
  bottom: 50%;
  width: 25px;
}
.roundel span:before {
  left: 20px;
}
.roundel span:after {
  right: 20px;
}
.roundel img {
  margin: 45px 0 15px 0;
}

.scroll-roundel {
  position: fixed;
  right: 5%;
  bottom: 10%;
  background-color: #B72126;
  color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 24px;
  opacity: 0;
  transition: all 0.5s ease;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35);
}
@media (min-width: 1200px) {
  .scroll-roundel {
    display: block;
  }
}
.scroll-roundel.active {
  opacity: 1;
}
.scroll-roundel span {
  display: block;
  font-family: "Bodoni 72", serif;
  font-style: italic;
  font-size: 24px;
  padding: 0 10px;
}
.scroll-roundel span:before, .scroll-roundel span:after {
  content: "";
  display: block;
  height: 0.5px; /* Thickness of the vertical line */
  background-color: #ffffff; /* Color of the line */
  position: absolute;
  top: 35px;
  bottom: 50%;
  width: 15px;
}
.scroll-roundel span:before {
  left: 40px;
}
.scroll-roundel span:after {
  right: 40px;
}
.scroll-roundel img {
  margin: 25px auto 15px auto;
  display: block;
}

.custom-iframe-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 9999;
  background-color: #ffffff;
  display: none;
  pointer-events: none;
}
.custom-iframe-popup .close {
  opacity: 0;
  width: 48px;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #B72126;
  border-radius: 50%;
  z-index: 99999;
  transition: 0.25s ease-in-out;
  padding: 10px;
  position: fixed;
  top: 3%;
  right: 5%;
  z-index: 99999;
  cursor: pointer;
}
.custom-iframe-popup .close:before {
  content: "\e905";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
}
.custom-iframe-popup iframe {
  height: 100%;
}

body.cms-user-logged .close {
  top: 8% !important;
}

.login-wrapper .login-block .login-desc .formfield.login-submit button, .login-wrapper .login-block .login-desc .formfield.web-login-submit button, .web-login-wrapper .login-block .login-desc .formfield.login-submit button, .web-login-wrapper .login-block .login-desc .formfield.web-login-submit button {
  border: none;
}
.login-wrapper .login-block .login-desc .formfield.login-submit button:focus, .login-wrapper .login-block .login-desc .formfield.login-submit button:focus-visible, .login-wrapper .login-block .login-desc .formfield.web-login-submit button:focus, .login-wrapper .login-block .login-desc .formfield.web-login-submit button:focus-visible, .web-login-wrapper .login-block .login-desc .formfield.login-submit button:focus, .web-login-wrapper .login-block .login-desc .formfield.login-submit button:focus-visible, .web-login-wrapper .login-block .login-desc .formfield.web-login-submit button:focus, .web-login-wrapper .login-block .login-desc .formfield.web-login-submit button:focus-visible {
  outline: none !important;
}

.formfield.web-login-submit:focus, .formfield.web-login-submit:focus-visible {
  outline: none !important;
}

.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper {
  width: 100%;
  clear: both;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: right;
  padding-left: 120px;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: left;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  padding-right: 0 !important;
}
@media (min-width: 767px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

body:not(.cms-page-is-in-edit-mode) .map-image {
  display: none; /* Hide images by default; JS will display the correct one */
}

.map-icon {
  position: absolute;
  z-index: 1;
  width: 22px;
  height: 27px;
  font-family: "IcoMoon"; /* Use the font family from your IcoMoon stylesheet */
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px; /* Adjust this as needed */
  color: black; /* Set the icon color */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
  margin-left: -10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.map-icon:hover {
  font-size: 32px;
  width: 25px;
  height: 30px;
  color: #B72126;
}
.map-icon.active {
  font-size: 32px;
  width: 25px;
  height: 30px;
  color: #B72126;
}
.map-icon.active:after {
  opacity: 0.2;
}

.map-icon:before {
  content: "\e91a";
}

.map-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #B72126;
  opacity: 0;
  border-radius: 50%;
  pointer-events: none;
}

.map-wrapper {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .map-wrapper div {
    overflow: visible !important;
  }
}
.map-wrapper .map {
  position: relative;
}
.map-wrapper .map table {
  background-color: #B72126;
  position: absolute;
  top: 10%;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease;
  color: #ffffff;
  text-align: left;
  width: 90%;
  margin: 0 20px;
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
}
.map-wrapper .map table:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910" !important;
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
  float: right;
  padding-right: 20px;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .map-wrapper .map table {
    width: 268px;
    margin: 0;
    top: 10%;
    right: -14%;
  }
}
.map-wrapper .map table td {
  padding: 20px 20px 20px 20px;
  border: none !important;
}
.map-wrapper .map table img {
  margin: 0 auto;
  width: 100%;
  height: 176px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .map-wrapper .map table img {
    width: 250px;
  }
}
.map-wrapper .map table h6 {
  color: #ffffff !important;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 24px !important;
}
.map-wrapper .map table.active {
  opacity: 1;
  z-index: 10;
}

.map-locations-wrapper {
  position: relative;
}
.map-locations-wrapper .cms-text-feature-data .map-locations {
  padding-top: 100px;
  padding-bottom: 100px;
}
.map-locations-wrapper .cms-text-feature-data ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto !important;
  flex-wrap: wrap;
  width: 90%;
}
@media (min-width: 1024px) {
  .map-locations-wrapper .cms-text-feature-data ul {
    width: 83%;
  }
}
@media (min-width: 1920px) {
  .map-locations-wrapper .cms-text-feature-data ul {
    width: 73%;
  }
}
@media (min-width: 2000px) {
  .map-locations-wrapper .cms-text-feature-data ul {
    width: 54%;
  }
}
.map-locations-wrapper .cms-text-feature-data ul li {
  color: #ffffff;
  width: 100%;
  padding: 30px 0;
  border-top: 0.5px solid #ffffff;
  padding-left: 0 !important;
}
@media (min-width: 1024px) {
  .map-locations-wrapper .cms-text-feature-data ul li {
    width: 30%;
  }
}
.map-locations-wrapper .cms-text-feature-data ul li:before {
  display: none;
}
.map-locations-wrapper .cms-text-feature-data ul li a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  cursor: pointer;
}
.map-locations-wrapper .cms-text-feature-data ul li a span {
  text-transform: lowercase;
  letter-spacing: 0px;
  font-weight: normal;
}
.map-locations-wrapper .cms-text-feature-data ul li a.active:after {
  content: url(/Templates/Blundells/images/explore.svg);
  position: absolute;
  right: 0px;
  top: 25px;
}

.search-result-page .site-button-primary, .search-result-page .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .search-result-page button {
  color: #ffffff;
}
.search-result-page .site-search-data {
  display: flex;
  border: 1px solid #ffffff;
}
.search-result-page .site-search-data .site-search-input {
  background: transparent;
  border-radius: 0;
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  background: transparent;
}
.search-result-page .site-search-data .site-search-button {
  display: none !important;
  background: transparent;
  font-size: 13.33px;
  padding: 0 25px;
  border: none;
  text-align: center;
  color: #B72126;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid none;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  font-size: 0;
  padding: 0 20px;
  letter-spacing: 0;
  background: none !important;
  height: 50px !important;
  line-height: 50px;
  margin: 0 !important;
  outline: none;
}
.search-result-page .site-search-data .site-search-button:hover {
  background: transparent;
  color: #30343A;
  border: 1px solid none;
}
.search-result-page .site-search-data .site-search-button:before {
  font-family: "site-icon";
  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: 140px 0 60px 0;
  color: #B72126 !important;
}
.search-result-page .sr-search-wrapper {
  background: #30343A;
  text-align: center;
  padding: 50px 0;
  margin: 0 0 30px;
  position: sticky;
  top: 0;
}
.search-result-page .sr-search-wrapper .sr-search-area {
  margin: 0 auto 30px;
  max-width: 900px;
  width: 100%;
}
@media (min-width: 768px) {
  .search-result-page .sr-search-wrapper .sr-search-area {
    padding: 0 150px;
  }
}
.search-result-page .sr-search-wrapper .sr-search-area .custom-search {
  border-bottom: 1px solid #f6e8eb;
  position: relative;
  margin: 0 20px 50px 20px;
}
@media (min-width: 1024px) {
  .search-result-page .sr-search-wrapper .sr-search-area .custom-search {
    margin: 0 50px 50px 50px;
  }
}
.search-result-page .sr-search-wrapper .sr-search-area .custom-search:before {
  position: absolute;
  right: 0;
}
.search-result-page .sr-search-wrapper .sr-links-area a {
  margin-right: 25px;
}
@media (min-width: 768px) {
  .search-result-page .sr-search-wrapper .sr-links-area a {
    margin-right: 50px;
  }
}
@media (max-width: 599px) {
  .search-result-page .sr-search-wrapper .sr-links-area a:first-child {
    margin-bottom: 10px;
  }
}
.search-result-page #sr-wrapper .sr-title {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
.search-result-page #sr-wrapper .sr-title span {
  text-transform: uppercase;
  font-weight: bold;
}
.search-result-page #sr-wrapper .sr-data .sr-block {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #30343A;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a {
  color: #B72126;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover {
  color: #30343A;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover::after {
  display: none;
}
.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: #30343A;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a:hover::after {
  display: none;
}
.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: #30343A;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list .sr-tag {
  display: inline-block;
  margin: 0 2px 2px 0;
  background-color: #fbf3f5;
  padding: 6px 20px;
  color: #30343A;
  font-size: 10.67px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  min-height: 40px;
  line-height: 27px;
}

.cms-bb-search-wrapper .cms-bb-search-block-wrapper {
  clear: both;
  display: block;
  overflow: hidden;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
  display: none;
  background: #B72126;
  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: #30343A;
  color: #000000;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-close {
  position: absolute;
  top: 60px;
  right: 20px;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-close::before {
  content: "X";
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation {
  display: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 40px 0 25px;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation:after {
  content: "";
  display: block;
  background: white;
  z-index: 1;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation:before {
  content: "";
  height: 1px;
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #fbf3f5;
  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 #fbf3f5;
    padding: 100px 10px 10px;
    margin: auto;
    transition: all ease 0.5s;
  }
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-desc.cms-bb-search-block-desc-active {
    right: 0%;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block {
  float: left;
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block {
    display: block;
    float: none;
    margin: 0 0 20px;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
  display: none;
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  margin: 0 0 5px;
  text-align: center;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
  margin: 0 5px 0 0;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
    margin: 0;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-search-filter-block {
    margin: 0 0 15px;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #f6e8eb;
  font-size: 14px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  width: 300px;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-button a.directory-button {
    width: 100%;
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
  float: right;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
    float: none;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
    margin: 0 0 5px;
    text-align: center;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
  width: 300px;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
    width: 100%;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper {
  margin: 20px 0 0;
  clear: both;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list {
  margin: 0 -15px;
  opacity: 1;
  transition: opacity ease 0.5s;
}
.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;
}
@media (max-width: 1599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 33.3%;
  }
}
@media (max-width: 999px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data {
  border: 1px solid #f6e8eb;
}
.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: #30343A !important;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
  margin: 0 0 20px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1499px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
    height: 375px;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc {
  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: #B72126;
  margin: 0 0 10px;
  font-family: "Bodoni 72", serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-preferredName {
  font-size: 12px;
  line-height: 17px;
  color: #B72126;
  margin: -5px 0 10px;
  font-family: "Open Sans", 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: #B72126;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin: -5px 0 15px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address {
  font-size: 12px;
  line-height: 17px;
  color: #B72126;
  margin: 0 0 10px;
  font-family: "Open Sans", 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: #B72126;
  margin: 0 0 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block {
  margin: 0 0 5px;
  display: inline;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block:after {
  content: ",";
  margin: 0 4px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block:last-child:after {
  display: none;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-type {
  text-transform: lowercase;
  font-size: 14px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 23px;
  color: #B72126;
  font-family: "Open Sans", 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: #30343A;
  border-bottom: 1px solid #30343A;
}
.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: #30343A;
  border-bottom: 1px solid #30343A;
}
.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: flex;
  justify-content: space-between;
  background: #f6e8eb;
  padding: 5px 20px;
  font-weight: normal;
  color: #000000;
  font-weight: bold;
}
.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: #000000;
}

.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 #f6e8eb;
}

@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%;
    }
}
*//*# sourceMappingURL=style.css.map */