@charset "UTF-8";
/* Default */
/*-----------------------*/
/*--- # Accessibility ---*/
/*-----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Helpers */
/* Colours */
/* Typography */
.hv-media:before, .full-screen-slider-wrap:before, .video-box-img:before, .hpcta-marquee-outer:before, .hpc-overlay-media:before, .hpvc-top:before, .link-box-img:after, .overlay-media:before, .homepage-hero:before, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .cta-img:before, .lead-left:before, .img-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  width: 0;
}

/* Animations */
.faderight,
.fade-children.faderight > *, .fadeleft,
.fade-children.fadeleft > *, .fadedown,
.fade-children.fadedown > *, .fadeup,
.fade-children.fadeup > * {
  opacity: 0;
  transition: opacity 0.4s ease-out 0.3s, transform 0.4s ease-out 0.3s;
}

.default-transition, a, .gform_button,
.btn, .gform_button:before,
.btn:before,
.wp-block-button:not(.is-style-outline) .wp-block-button__link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:before,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link:before,
#login .button-primary,
#login .button-primary:before {
  transition: all 0.4s ease-out;
}

.short-transition, #masthead, .gfield_label {
  transition: all 0.2s ease-out !important;
}

.long-transition {
  transition: all 1s ease-out !important;
}

.fadein {
  opacity: 0;
  transition: opacity 0.4s ease-out 0.3s;
}

.fade-children > * {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.slowfade {
  transition-duration: 1.2s !important;
}

.fadeup,
.fade-children.fadeup > * {
  transform: translateY(30px);
}

.fadedown,
.fade-children.fadedown > * {
  transform: translateY(-30px);
}

.fadeleft,
.fade-children.fadeleft > * {
  transform: translateX(30px);
}

.faderight,
.fade-children.faderight > * {
  transform: translateX(-30px);
}

.fadein.animated {
  opacity: 1;
}

.modal-animate,
.faderight.animated,
.fadeleft.animated,
.fadeup.animated,
.fadedown.animated,
.fade-children.animated > * {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.d1 {
  transition-delay: 0.5s !important;
}

.d2 {
  transition-delay: 0.7s !important;
}

.d3 {
  transition-delay: 0.9s !important;
}

.d4 {
  transition-delay: 1.1s !important;
}

.parallax-image {
  overflow: hidden;
  position: relative;
}
.parallax-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  transform-origin: top;
}

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
}
/* Helpers */
.object-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-contain {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-top {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  object-position: top !important;
}

.banner-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.span-page {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.span-section {
  padding: 0 150px;
}
.span-section .container {
  padding: 0;
}

.box-shadow, #masthead.header-scroll {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
}

.text-shadow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.33);
}

.o5 {
  opacity: 0.05;
}

.o10 {
  opacity: 0.1;
}

.o15 {
  opacity: 0.15;
}

.o20 {
  opacity: 0.2;
}

.o25 {
  opacity: 0.25;
}

.o30 {
  opacity: 0.3;
}

.o35 {
  opacity: 0.35;
}

.o40 {
  opacity: 0.4;
}

.o45 {
  opacity: 0.45;
}

.o50 {
  opacity: 0.5;
}

.o55 {
  opacity: 0.55;
}

.o60 {
  opacity: 0.6;
}

.o65 {
  opacity: 0.65;
}

.o70 {
  opacity: 0.7;
}

.o75 {
  opacity: 0.75;
}

.o80 {
  opacity: 0.8;
}

.o85 {
  opacity: 0.85;
}

.o90 {
  opacity: 0.9;
}

.o95 {
  opacity: 0.95;
}

.o100 {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .span-section {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .span-section {
    padding: 0 15px;
  }
}
/* Helpers */
a {
  color: #EE2324;
  font-weight: 600;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #EE2324;
  text-decoration: none;
}

.arrow-link {
  width: fit-content;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.arrow-link:hover, .arrow-link:focus, .arrow-link:active {
  color: #000;
}
.arrow-link:hover .link-arrow, .arrow-link:focus .link-arrow, .arrow-link:active .link-arrow {
  transform: rotate(0deg);
}
.arrow-link.white-link {
  color: #fff;
}
.arrow-link.white-link .link-arrow {
  background-color: #fff;
  color: #000;
}
.arrow-link.white-link:hover, .arrow-link.white-link:focus, .arrow-link.white-link:active {
  color: #fff;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 0.7rem;
  width: 20px;
  min-width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  background-color: #000;
  color: #fff;
  margin-left: 5px;
  transition: all 0.2s;
}

.underline-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  padding-bottom: 4px;
}
.underline-link:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.25s;
  z-index: 1;
}
.underline-link.white-link {
  border-color: rgba(255, 255, 255, 0.45);
}
.underline-link.white-link:before {
  background-color: #fff;
}
.underline-link:hover:before, .underline-link:focus:before, .underline-link:active:before {
  width: 100%;
}

.gform_button,
.btn,
#login .button-primary,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "Metropolis", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  padding: 15px;
  line-height: 1;
  min-height: 55px;
  min-width: 270px;
  border-radius: 4px;
  border: 0 !important;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  text-shadow: none;
}
.gform_button:before,
.btn:before,
#login .button-primary:before,
.wp-block-button.is-style-outline .wp-block-button__link:before,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
}
.gform_button:hover:before, .gform_button:focus:before, .gform_button:active:before,
.btn:hover:before,
#login .button-primary:hover:before,
.wp-block-button.is-style-outline .wp-block-button__link:hover:before,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:before,
.btn:focus:before,
#login .button-primary:focus:before,
.wp-block-button.is-style-outline .wp-block-button__link:focus:before,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus:before,
.btn:active:before,
#login .button-primary:active:before,
.wp-block-button.is-style-outline .wp-block-button__link:active:before,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active:before {
  height: 100%;
}

.btn-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #222222;
  color: #fff;
}
.btn-primary:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  background-color: #EE2324;
}
.btn-primary:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn-primary:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn-primary:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background-color: #222222;
  color: #fff;
}

.gform_button {
  background-color: #222222;
  color: #fff;
}
.gform_button:before {
  background-color: #EE2324;
}
.gform_button:hover, .gform_button:focus, .gform_button:active {
  background-color: #656868 !important;
  color: #fff;
}

.btn-secondary, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link,
.red-btn {
  background-color: #EE2324;
  color: #fff;
}
.btn-secondary:before, #login .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before,
.red-btn:before {
  background-color: #656868;
}
.btn-secondary:hover, #login .button-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:focus, #login .button-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-secondary:active, #login .button-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active,
.red-btn:hover,
.red-btn:focus,
.red-btn:active {
  background-color: #EE2324;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #222222;
}
.btn-white:before {
  background-color: #EE2324;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #fff;
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  .btn, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: unset;
  }
}
/* Helpers */
/******* Fonts *******/
/** woff/woff2 only **/
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/hinted-Metropolis-Regular.woff2") format("woff2"), url("../fonts/hinted-Metropolis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/hinted-Metropolis-RegularItalic.woff2") format("woff2"), url("../fonts/hinted-Metropolis-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/hinted-Metropolis-Medium.woff2") format("woff2"), url("../fonts/hinted-Metropolis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/hinted-Metropolis-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-Metropolis-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/hinted-Metropolis-SemiBold.woff2") format("woff2"), url("../fonts/hinted-Metropolis-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/hinted-Metropolis-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-Metropolis-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/hinted-Metropolis-Bold.woff2") format("woff2"), url("../fonts/hinted-Metropolis-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/hinted-Metropolis-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-Metropolis-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Metropolis", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
}

p:empty {
  display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.15;
  font-weight: 500;
}

h1, .h1 {
  font-size: 3.3rem;
}

h2, .h2 {
  font-size: 2.8rem;
}

h3, .h3 {
  font-size: 2.3rem;
}

h4, .h4 {
  font-size: 1.8rem;
}

h5, .h5 {
  font-size: 1.3rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

.body-size {
  font-size: 1rem;
}

.body-plus {
  font-size: 1.15rem;
}

small, .small {
  font-size: 0.8rem;
}

.tiny {
  font-size: 0.7rem;
  letter-spacing: 0.03rem;
}

.xtiny {
  font-size: 0.6rem;
  letter-spacing: 0.03rem;
}

.em {
  font-style: italic;
}

.text-uppercase {
  letter-spacing: 0.05rem;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-normal {
  text-transform: none;
}

.body {
  font-family: "Metropolis", sans-serif;
}

.light {
  font-weight: 100;
}

.med {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.primary-text {
  color: #EE2324;
}

.lightgrey-text {
  color: rgb(242.8, 242.8, 242.8);
}

.medgrey-text {
  color: #656868;
}

.darkgrey-text {
  color: #222222;
}

.wp-block-pullquote {
  padding: 0 !important;
}

blockquote {
  margin: 30px 0;
  font-size: 1.2rem;
  font-style: italic;
  border-left: 4px solid #EE2324;
  padding-left: 20px;
  text-align: left;
}
/** # Responsive **/
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.2rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  h1 br, h2 br, h3 br, h4 br, h5 br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
  h1, .h1, .large-heading {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.85rem;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 0.85rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  margin: 30px 0;
}
.wp-block-embed__wrapper iframe {
  height: 100%;
  width: 100%;
}

.wp-element-caption {
  font-size: 0.8rem;
  font-style: italic;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.gallery.gallery-size-thumbnail .gallery-item {
  width: auto;
  min-width: unset;
}

.gallery-item {
  width: 16.6666666667%;
  min-width: 16.6666666667%;
  margin: 0;
}
.gallery-item a {
  display: block;
  height: 100%;
  border: 5px solid transparent;
  position: relative;
}
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-out;
  opacity: 0;
}
.gallery-item a:hover:after, .gallery-item a:focus:after, .gallery-item a:active:after {
  opacity: 1;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #EE2324 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #EE2324 !important;
}

.overlay-bg {
  background-color: #000;
  color: #fff;
}
.overlay-bg strong, .overlay-bg .strong, .overlay-bg .fw-bold {
  font-weight: 600 !important;
}
.overlay-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
  border-color: rgba(255, 255, 255, 0.2);
}

.lightgrey-bg {
  background-color: rgb(242.8, 242.8, 242.8);
}
.lightgrey-bg + .lightgrey-bg {
  padding-top: 0;
}

.medgrey-bg {
  background-color: #656868;
  color: #fff;
}
.medgrey-bg + .medgrey-bg {
  padding-top: 0;
}
.medgrey-bg strong, .medgrey-bg .strong, .medgrey-bg .fw-bold {
  font-weight: 600 !important;
}
.medgrey-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
  border-color: rgba(255, 255, 255, 0.2);
}

.darkgrey-bg {
  background-color: #222222;
  color: #fff;
}
.darkgrey-bg + .darkgrey-bg {
  padding-top: 0;
}
.darkgrey-bg strong, .darkgrey-bg .strong, .darkgrey-bg .fw-bold {
  font-weight: 600 !important;
}
.darkgrey-bg .btn-primary:not(.gform_button),
.darkgrey-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 2px solid #EE2324 !important;
  min-height: 51px;
}
.darkgrey-bg .btn-primary:not(.gform_button)::before,
.darkgrey-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link::before {
  border-radius: 2px;
}
.darkgrey-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
  border-color: rgba(255, 255, 255, 0.2);
}

.black-bg {
  background-color: #000;
  color: #fff;
}
.black-bg + .black-bg {
  padding-top: 0;
}
.black-bg strong, .black-bg .strong, .black-bg .fw-bold {
  font-weight: 600 !important;
}
.black-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
  border-color: rgba(255, 255, 255, 0.2);
}

.primary-bg {
  background-color: #EE2324;
  color: #fff;
}
.primary-bg + .primary-bg {
  padding-top: 0;
}

.white-bg {
  background-color: #fff;
  color: #000;
}

.modal-content {
  border: 0;
  border-radius: 0;
  position: relative;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  z-index: 2;
  background-image: none;
}

.wp-block-social-links .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-social-link a {
  background-color: #EE2324;
  border-radius: 100%;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  background-color: transparent;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  fill: #EE2324;
  color: #EE2324;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  background-color: #EE2324;
  border-radius: 20px;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.slick-dots:has(li:first-child:last-child) {
  display: none;
}
.slick-dots li {
  margin: 0 4px;
  line-height: 12px;
  padding: 0 !important;
}
.slick-dots li.slick-active button {
  width: 40px;
  background-color: #EE2324;
}
.slick-dots button {
  text-indent: -9999px;
  border: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #656868;
  transition: all 0.4s ease-out;
}

.slick-arrow {
  padding: 0;
  border: 0;
  background-color: #222222;
  color: #fff;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  background-color: #EE2324;
}
.slick-arrow + .slick-arrow {
  margin-left: 8px;
}

.white-arrows .slick-arrow {
  background-color: #fff;
  color: #222222;
}
.white-arrows .slick-arrow:hover, .white-arrows .slick-arrow:focus, .white-arrows .slick-arrow:active {
  background-color: #EE2324;
  color: #fff;
}

/** # Responsive **/
@media (max-width: 991px) {
  .gallery-item {
    width: 33.3333%;
    min-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #page {
    overflow: hidden;
  }
  .video-overlay svg {
    width: 90px;
  }
  .btn-close {
    width: 30px;
    height: 30px;
  }
}
.art-ratio-1x1 {
  aspect-ratio: 1/1;
}

.art-ratio-3x2 {
  aspect-ratio: 3/2;
}

.art-ratio-2x3 {
  aspect-ratio: 2/3;
}

.art-ratio-25x3 {
  aspect-ratio: 2.5/3;
}

.art-ratio-3x25 {
  aspect-ratio: 3/2.5;
}

.art-ratio-4x3 {
  aspect-ratio: 4/3;
}

.art-ratio-3x4 {
  aspect-ratio: 3/4;
}

.art-ratio-7x5 {
  aspect-ratio: 7/5;
}

.art-ratio-5x7 {
  aspect-ratio: 5/7;
}

.art-ratio-16x9 {
  aspect-ratio: 16/9;
}

.art-ratio-18x9 {
  aspect-ratio: 18/9;
}

.art-ratio-21x9 {
  aspect-ratio: 21/9;
}

/* -sm- */
@media (min-width: 567px) {
  .art-ratio-sm-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-sm-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-sm-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-sm-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-sm-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-sm-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-sm-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-sm-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-sm-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-sm-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-sm-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-sm-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-sm-unset {
    aspect-ratio: unset;
  }
}
/* -md- */
@media (min-width: 768px) {
  .art-ratio-md-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-md-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-md-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-md-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-md-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-md-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-md-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-md-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-md-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-md-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-md-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-md-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-md-unset {
    aspect-ratio: unset;
  }
}
/* -lg- */
@media (min-width: 992px) {
  .art-ratio-lg-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-lg-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-lg-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-lg-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-lg-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-lg-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-lg-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-lg-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-lg-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-lg-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-lg-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-lg-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-lg-unset {
    aspect-ratio: unset;
  }
}
/* -xl- */
@media (min-width: 1200px) {
  .art-ratio-xl-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-xl-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-xl-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-xl-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-xl-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-xl-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-xl-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-xl-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-xl-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-xl-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-xl-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-xl-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-xl-unset {
    aspect-ratio: unset;
  }
}
/* -xxl- */
@media (min-width: 1400px) {
  .art-ratio-xxl-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-xxl-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-xxl-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-xxl-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-xxl-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-xxl-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-xxl-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-xxl-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-xxl-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-xxl-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-xxl-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-xxl-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-xxl-unset {
    aspect-ratio: unset;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
select {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #000;
  padding: 5px 8px;
  height: 60px;
  font-size: 1rem !important;
  color: #000;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus-visible,
select:focus-visible {
  outline: none !important;
}

textarea {
  border-radius: 0;
  border: 1px solid #000;
  background-color: transparent;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #000;
}
textarea:focus-visible {
  outline: none;
}

select {
  background: transparent url("../images/angle-down.svg") right 15px center no-repeat;
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
select option {
  color: #000;
  background-color: #fff;
}
select:focus-visible {
  outline: none;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 35, 36, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 35, 36, 0.6);
}

button {
  border-radius: 0;
}

input[type=number] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.gform_wrapper {
  text-align: left;
}

.gform_validation_container,
.gform_required_legend,
.gfield_visibility_hidden,
.gfield_validation_message {
  display: none !important;
}

.gform_validation_errors {
  border-radius: 0 !important;
}
.gform_validation_errors > h2 {
  font-size: 1rem !important;
  font-family: "Metropolis", sans-serif !important;
}

.gfield_description {
  font-size: 0.6rem !important;
  margin-top: 5px;
  font-style: italic;
}

.gform_fileupload_rules {
  display: block;
  font-size: 0.7rem !important;
  font-style: italic;
  padding-top: 0 !important;
  margin-top: 4px !important;
}

.gfield--type-consent .gfield_label {
  display: none !important;
}
.gfield--type-consent .gform-field-label {
  font-size: 0.6rem !important;
}

.gfield--input-type-datepicker .ginput_container_date::after {
  color: #fff !important;
}

.gfield--input-type-datepicker ::placeholder {
  color: transparent !important;
}

.gform-datepicker {
  min-width: 100% !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
  border: 1px solid #000 !important;
  text-align-last: left !important;
  padding: 5px !important;
}

.ui-datepicker-month {
  min-width: 120px !important;
  margin-right: 10px !important;
}

.ui-datepicker-year {
  min-width: 85px !important;
}

.ui-datepicker-title select {
  height: 35px !important;
  font-size: 0.8rem !important;
  background: #fff url("../images/angle-down.svg") right 12px center no-repeat !important;
  background-size: 12px !important;
}

.ui-datepicker table td a {
  border: 0 !important;
}
.ui-datepicker table td a.ui-state-active {
  background-color: #EE2324 !important;
}
.ui-datepicker table td a.ui-state-highlight, .ui-datepicker table td a:hover, .ui-datepicker table td a:focus, .ui-datepicker table td a:active {
  background-color: #656868;
}

.ginput_container_time {
  min-width: 75px !important;
  max-width: 75px !important;
}
.ginput_container_time input {
  padding: 10px 15px !important;
}
.ginput_container_time select {
  padding: 5px 15px 0 !important;
  min-width: 85px;
}

.gfield--type-html {
  line-height: 0.7;
  margin-top: -5px;
  margin-bottom: 12px;
}

.gform_footer {
  justify-content: center;
  padding: 0 !important;
  margin-top: 12px !important;
}

.gform_button {
  min-width: 225px;
}

.gfield_required,
.required {
  color: #EE2324 !important;
}

.gfield {
  position: relative;
}
.gfield input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.gfield select,
.gfield textarea {
  padding: 15px 15px 5px !important;
}
.gfield select {
  color: transparent;
}
.gfield input[type=file] {
  font-size: 0.8rem;
}
.gfield.input--filled select {
  color: #000;
}
.gfield.gfield_error {
  outline: 1px solid #c02b0a;
}
.gfield.no-animate .gfield_label {
  position: static;
  font-size: 0.7rem !important;
}
.gfield ::-webkit-input-placeholder {
  color: transparent;
}
.gfield :-moz-placeholder {
  color: transparent;
}
.gfield ::-moz-placeholder {
  color: transparent;
}
.gfield :-ms-input-placeholder {
  color: transparent;
}
.gfield ::-ms-input-placeholder {
  color: transparent;
}
.gfield.input--filled ::-webkit-input-placeholder {
  color: #656868;
}
.gfield.input--filled :-moz-placeholder {
  color: #656868;
}
.gfield.input--filled ::-moz-placeholder {
  color: #656868;
}
.gfield.input--filled :-ms-input-placeholder {
  color: #656868;
}
.gfield.input--filled ::-ms-input-placeholder {
  color: #656868;
}

.ginput_complex select {
  color: #000 !important;
}

.gfield_label,
label, .label {
  font-size: 0.8rem !important;
  color: #000 !important;
  font-weight: normal !important;
}

.gfield_label {
  position: absolute;
  left: 15px;
  top: 18px;
  margin: 0 !important;
}
.gfield_label.no-animate {
  position: static;
  font-size: 0.7rem !important;
}

.gfield.input--filled .gfield_label {
  top: 2px !important;
  font-size: 0.7rem !important;
}

.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.white-form textarea {
  border: 1px solid #fff !important;
  color: #fff;
}
.white-form select {
  background: transparent url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 15px;
  color: transparent;
  border: 1px solid #fff !important;
}
.white-form .gfield {
  position: relative;
}
.white-form .gfield.input--filled select {
  color: #fff;
}
.white-form .ginput_complex select {
  color: #fff !important;
}
.white-form .gfield_label,
.white-form label, .white-form .label {
  color: #fff !important;
}
.white-form .gform_button {
  background-color: #EE2324;
  color: #fff;
}
.white-form .gform_button:before {
  background-color: #656868;
}
.white-form .gform_button:hover, .white-form .gform_button:focus, .white-form .gform_button:active {
  background-color: #EE2324;
  color: #fff;
}

/* Widgets */
.wp-block-categories__label,
.widget-title {
  display: none !important;
}

.search-form {
  position: relative;
}

#search_form .search-field {
  width: 100%;
  padding-right: 40px !important;
  color: #000;
  background-color: #fff !important;
  -webkit-appearance: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  padding: 10px 0;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #EE2324 !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #656868 !important;
}

.search-form ::-webkit-input-placeholder {
  color: #000;
  font-size: 0.9rem !important;
}

.search-form :-moz-placeholder {
  color: #000;
  font-size: 0.9rem !important;
  opacity: 1;
}

.search-form ::-moz-placeholder {
  color: #000;
  font-size: 0.9rem !important;
  opacity: 1;
}

.search-form :-ms-input-placeholder {
  color: #000;
  font-size: 0.9rem !important;
}

.search-form ::-ms-input-placeholder {
  color: #000;
  font-size: 0.9rem !important;
}

.widget select {
  width: 100%;
  color: #000;
  background-color: #fff !important;
  font-size: 0.9rem !important;
}

.blog-nav-wrap {
  position: sticky;
  top: 145px;
  padding: 15px 0;
  left: 0;
  transition: all 0.1s ease-out;
  z-index: 10;
}
.blog-nav-wrap.header-scroll {
  top: 104px;
  padding: 12px 0;
}

.blog-nav-inner .widget {
  min-width: 400px;
}
.blog-nav-inner .widget #search_form .search-field {
  height: 45px !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.blog-nav-inner .widget .search-form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 0.8rem !important;
}
.blog-nav-inner .widget .search-form :-moz-placeholder {
  color: #fff;
  font-size: 0.8rem !important;
  opacity: 1;
}
.blog-nav-inner .widget .search-form ::-moz-placeholder {
  color: #fff;
  font-size: 0.8rem !important;
  opacity: 1;
}
.blog-nav-inner .widget .search-form :-ms-input-placeholder {
  color: #fff;
  font-size: 0.8rem !important;
}
.blog-nav-inner .widget .search-form ::-ms-input-placeholder {
  color: #fff;
  font-size: 0.8rem !important;
}

.navcats {
  flex-grow: 1;
  padding: 0 75px 0 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.navcats li {
  padding: 0 12px;
}
.navcats a {
  color: #fff;
  line-height: 1.25;
  text-decoration: none;
}
.navcats a:hover, .navcats a:focus, .navcats a:active {
  color: #EE2324;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .navcats {
    padding-right: 45px;
  }
  .blog-nav-inner .widget {
    min-width: 350px;
  }
}
@media (max-width: 991px) {
  .blog-nav-wrap .container {
    width: 100%;
    max-width: unset;
    padding: 0 15px 0 5px;
  }
  .navcats {
    padding-right: 20px;
  }
  .navcats li {
    padding: 0 10px;
  }
  .navcats a {
    font-size: 0.65rem;
  }
  .blog-nav-inner .widget {
    width: 225px;
    min-width: 225px;
  }
}
@media (max-width: 767px) {
  .blog-nav-wrap {
    top: 0 !important;
    padding: 112px 0 15px !important;
    position: relative;
    left: 50%;
  }
  .blog-nav-wrap .container {
    padding: 0 15px;
  }
  .blog-nav-inner {
    display: block !important;
    text-align: center;
  }
  .navcats {
    display: block;
  }
  .blog-nav-inner .widget {
    margin-top: 12px;
    width: 100%;
  }
}
/*---------------------------*/
/*--- ## Paged Pagination ---*/
/*---------------------------*/
.paging-navigation {
  text-align: center;
}
.paging-navigation .pagination, .paging-navigation > div {
  font-size: 0;
  justify-content: center;
}
.paging-navigation .pagination:empty, .paging-navigation > div:empty {
  display: none;
}

.page-numbers {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  margin: 0 6px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
}
.page-numbers:hover, .page-numbers:focus, .page-numbers:active {
  color: #EE2324 !important;
}
.page-numbers.current {
  color: #EE2324 !important;
  font-weight: bold;
}
.page-numbers.next, .page-numbers.prev {
  color: #EE2324 !important;
  margin: 0;
  font-size: 20px;
}

.white-paging .page-numbers {
  color: #fff;
}

/*----------------------------*/
/*--- ## Single Pagination ---*/
/*----------------------------*/
.post-navigation .pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 0;
  width: 100%;
}
.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
  display: inline-block;
}
.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #000;
}
.post-navigation .pagination .nav-previous a:hover, .post-navigation .pagination .nav-previous a:focus, .post-navigation .pagination .nav-previous a:active,
.post-navigation .pagination .nav-next a:hover,
.post-navigation .pagination .nav-next a:focus,
.post-navigation .pagination .nav-next a:active {
  color: #EE2324;
}
.post-navigation .pagination .nav-next {
  float: right;
}

.login .message,
#login_error {
  color: #000;
  margin-top: 25px;
}

.language-switcher {
  display: none !important;
}

.login {
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 100vh;
  position: relative;
}
.login .privacy-policy-page-link {
  margin: 30px 0 0;
}
.login h1.admin-email__heading {
  font-size: 1.4rem;
  color: #fff;
}

#login {
  width: 450px;
  padding: 35px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #222222;
}
#login h1 a {
  width: 275px;
  background-size: 275px;
  height: 155px;
  margin-bottom: 0;
}
#login p {
  text-align: left;
}
#login form {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 45px 0 15px;
}
#login form label {
  color: #fff !important;
  font-size: 0.9rem;
}
#login form input:not([type=submit]) {
  border: 1px solid #fff !important;
  color: #fff !important;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}
#login .button-primary:hover, #login .button-primary:focus, #login .button-primary:active {
  background-color: #656868 !important;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #EE2324 !important;
  border: 0;
  box-shadow: none;
  transform: scale(1.3);
  margin-left: 2px;
}

#nav,
#backtoblog {
  margin: 0 !important;
  display: inline-block;
  padding: 0 !important;
  font-size: 18px;
}
#nav a,
#backtoblog a {
  color: #fff !important;
  font-size: 18px;
}
#nav a:hover, #nav a:focus, #nav a:active,
#backtoblog a:hover,
#backtoblog a:focus,
#backtoblog a:active {
  color: #EE2324 !important;
}

.privacy-policy-page-link {
  margin-top: 10px !important;
}

.privacy-policy-link {
  color: #fff !important;
  font-size: 16px;
  text-decoration: none;
}
.privacy-policy-link:hover, .privacy-policy-link:focus, .privacy-policy-link:active {
  color: #EE2324 !important;
}

.nav-modal .modal-dialog {
  width: 450px;
  max-width: 450px;
  margin: 0;
  transform: translate(450px, 0) !important;
  justify-self: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.nav-modal .modal-content {
  background-color: #222222;
}

.nav-modal.show .modal-dialog {
  transform: translate(0) !important;
}

.nav-wrap {
  min-height: 100vh;
  padding: 35px;
}

.nav-brand {
  margin-bottom: 50px;
}
.nav-brand img {
  width: auto;
  height: 80px;
}

.nav-contact {
  margin-top: 45px;
  border-top: 1px solid #EE2324;
  padding-top: 20px;
}
.nav-contact a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.nav-contact a:hover, .nav-contact a:focus, .nav-contact a:active {
  color: #EE2324;
}

.nav-social {
  margin-top: 15px;
}
.nav-social a {
  display: inline-block;
  color: #EE2324;
  font-size: 1rem;
  margin-right: 6px;
}
.nav-social a:hover, .nav-social a:focus, .nav-social a:active {
  color: #fff;
}

.primary-nav {
  padding: 0;
}

.main-menu {
  display: block !important;
  width: 100%;
}
.main-menu > li {
  text-align: left !important;
  float: none !important;
}
.main-menu > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 0.5rem 0 !important;
  background-color: transparent !important;
  outline: none !important;
  line-height: 1.3 !important;
}
.main-menu > li > a:after {
  border: 0;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transform-origin: center;
  position: relative;
  top: 4px;
  margin-left: 10px;
  transition: all 0.2s ease-out;
}
.main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:hover, .main-menu.show {
  color: #EE2324 !important;
  background-color: transparent;
}
.main-menu > li:hover > a.menu-item-object-page, .main-menu > .current-menu-parent > a.menu-item-object-page, .main-menu > .current-menu-parent:hover > a.menu-item-object-page, .main-menu > .current-menu-item > a.menu-item-object-page, .main-menu > .current-menu-item:hover > a.menu-item-object-page, .main-menu > li > a:hover.menu-item-object-page, .main-menu > .current-menu-parent > a.menu-item-object-page, .main-menu > .current-menu-parent > a:hover.menu-item-object-page, .main-menu > .current-menu-item > a.menu-item-object-page, .main-menu > .current-menu-item > a:hover.menu-item-object-page, .main-menu.show.menu-item-object-page {
  color: #EE2324 !important;
}
.main-menu > li:hover > a:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent:hover > a:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item:hover > a:after, .main-menu > li > a:hover:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent > a:hover:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item > a:hover:after, .main-menu.show:after {
  transform: rotate(45deg) !important;
  border-color: #EE2324;
}
.main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-item:focus > a, .main-menu > li > a:focus, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-item > a:focus {
  color: #EE2324;
}
.main-menu > .current-menu-parent:focus > a:after, .main-menu > .current-menu-item:focus > a:after, .main-menu > li > a:focus:after, .main-menu > .current-menu-parent > a:focus:after, .main-menu > .current-menu-item > a:focus:after {
  transform: rotate(45deg);
}

/* Secondary Nav */
.dropdown-menu {
  border-radius: 0;
  margin-top: 0 !important;
  min-width: 185px;
  border: 0;
  position: static !important;
  float: none !important;
  box-shadow: none !important;
  background-color: transparent;
  padding-top: 0 !important;
}
.dropdown-menu li {
  text-align: left !important;
}
.dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 8px 0 !important;
  background-color: transparent !important;
  position: relative;
  font-weight: 500;
  white-space: normal;
  line-height: 1.25;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #EE2324;
  background-color: transparent;
}

/** # Responsive **/
@media (max-width: 767px) {
  .nav-modal .modal-dialog {
    width: 100vw;
    max-width: 100vw;
    transform: translate(100vw, 0) !important;
  }
  .nav-wrap {
    padding: 30px 20px 40px;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  padding: 20px 60px;
}
#masthead.header-scroll {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #000;
}
#masthead.color-header {
  background-color: #000;
}
#masthead.color-header .navbar-toggler {
  background-color: #EE2324;
}

.header-left .link-arrow {
  background-color: #000 !important;
  color: #fff !important;
}

.header-logo img {
  height: 105px;
  width: auto;
  transition: all 0.15s;
}

.header-contact a {
  color: #fff;
  text-decoration: none;
}
.header-contact a:hover, .header-contact a:focus, .header-contact a:active {
  color: #EE2324;
}

.navbar-toggler {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 18px 0;
  box-shadow: none !important;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  background-color: #EE2324;
  padding: 16px 0;
}

.menu-bar {
  display: block;
  height: 1px;
  width: 24px;
  background-color: #fff;
}

.header-scroll .header-left .link-arrow {
  background-color: #fff !important;
  color: #000 !important;
}
.header-scroll .header-logo img {
  height: 80px;
}
.header-scroll .navbar-toggler {
  border: 1px solid transparent;
  background-color: #EE2324;
}
.header-scroll .navbar-toggler:hover, .header-scroll .navbar-toggler:focus, .header-scroll .navbar-toggler:active {
  background-color: #000;
  border-color: #fff !important;
}

/** # Responsive **/
@media (max-width: 1600px) {
  #masthead {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  #masthead {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #masthead {
    padding: 15px;
  }
  #masthead.header-scroll {
    padding: 10px 15px;
  }
  .header-logo {
    padding-right: 0;
  }
  .header-logo img {
    height: 70px;
  }
  .navbar-toggler {
    width: 45px;
    height: 45px;
    padding: 15px 0;
  }
  .header-scroll .header-logo img {
    height: 60px;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 950px;
}

.cta-modal-img {
  padding: 50px 0 0;
}

.cta-modal-content {
  padding: 40px;
}

.mobile-cta-link {
  display: none;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .cta-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 991px) {
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #EE2324;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-size: 0.8rem;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .mobile-cta-link.hide-cta {
    z-index: -100;
    opacity: 0;
    transition: opacity 0.25s, z-index 0s linear 0.25s;
  }
}
@media (max-width: 767px) {
  .cta-modal-content {
    padding: 35px 15px 20px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 850px;
}

.hp-modal-img {
  padding: 0;
  position: relative;
}
.hp-modal-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.hp-modal-content {
  padding: 55px 40px 40px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
  .hp-modal-content {
    padding: 55px 20px 35px;
  }
}
.site-footer-inner {
  padding: 50px 0 40px;
}

.footer-col p {
  margin-bottom: 0.15rem;
  line-height: 1.15;
}
.footer-col a {
  color: #fff;
  text-decoration: none;
}
.footer-col a:hover, .footer-col a:focus, .footer-col a:active {
  color: #EE2324;
}

.footer-about {
  padding-right: 30px;
}

.footer-contact a {
  font-weight: normal;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.33);
  font-size: 0.8rem;
  margin-right: 12px;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  color: #fff;
  background-color: #EE2324;
  border-color: #EE2324;
}

.footer-offices {
  padding: 0 45px;
}

.footer-address {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

.footer-partners {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.footer-partners-logos {
  min-width: 40%;
  width: 40%;
}
.footer-partners-logos img {
  width: 100%;
  height: auto;
}

.footer-partner-slide > div {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-partner-slide > div img {
  max-height: 100%;
  width: auto;
  max-width: 90%;
}

.footer-partners-copy {
  padding-left: 20px;
}
.footer-partners-copy p {
  line-height: 1.4;
  margin-bottom: 0.15rem;
}

.footer-content {
  padding-left: 30px;
}
.footer-content input {
  height: 45px !important;
}
.footer-content .gfield_label {
  font-size: 0.625rem !important;
  top: 12px;
}
.footer-content .gfield.input--filled .gfield_label {
  font-size: 0.575rem !important;
  top: 2px;
}
.footer-content .gform_footer {
  justify-content: flex-end !important;
}
.footer-content .gform_button {
  min-width: 150px;
  min-height: 40px;
  font-size: 0.7rem;
  padding: 10px 20px;
}

.footer-divider {
  background-color: rgba(255, 255, 255, 0.33);
  height: 1px;
}

.footer-bottom {
  padding: 45px 0;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li {
  margin-bottom: 4px;
}
.footer-nav a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  line-height: 1.25;
  display: inline-block;
}
.footer-nav a:hover, .footer-nav a:focus, .footer-nav a:active {
  color: #EE2324;
}

.footer-app-wrap {
  order: 2;
}

.footer-app {
  position: relative;
  z-index: 1;
  background-color: rgb(242.8, 242.8, 242.8);
  color: #000;
  min-height: 225px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.footer-app .object-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -1;
}
.footer-app p {
  margin-bottom: 8px;
}

.footer-app-inner {
  width: 50%;
  position: relative;
  z-index: 1;
}

.app-btns a {
  transition: all 0.3s;
  display: inline-block;
}
.app-btns a + a {
  margin-left: 2px;
}
.app-btns a:hover, .app-btns a:focus, .app-btns a:active {
  transform: translateY(-3px);
}

/** # Responsive **/
@media (max-width: 1399px) {
  .footer-offices {
    padding: 0 30px;
  }
  .footer-app-inner {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .footer-app-inner {
    width: 60%;
  }
  .footer-col {
    padding: 0 15px !important;
  }
  .footer-content {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .footer-partners-logos {
    width: 37%;
    min-width: 37%;
  }
  .footer-app-wrap {
    order: unset;
  }
  .footer-navs {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer-offices {
    margin-top: 20px;
  }
  .footer-bottom {
    padding-bottom: 30px;
  }
  .footer-app:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .footer-app-inner {
    width: 100%;
  }
  .footer-nav {
    width: 50%;
    min-width: 50%;
    margin-bottom: 25px;
  }
  .site-info {
    margin-top: 20px;
    text-align: center;
  }
}
.media-wrap > div {
  height: 100%;
}
.media-wrap .bg-slider,
.media-wrap .img-slider {
  height: 100% !important;
}
.media-wrap .bg-slider .slick-track,
.media-wrap .bg-slider .slick-list,
.media-wrap .bg-slider .slick-slide,
.media-wrap .img-slider .slick-track,
.media-wrap .img-slider .slick-list,
.media-wrap .img-slider .slick-slide {
  height: 100% !important;
}
.media-wrap .comp-video {
  position: relative;
}
.media-wrap .video-wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-wrap .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-slider-arrows {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}

.media-block,
.wp-media-block {
  margin: 40px 0;
}

.list-box-wrap {
  margin-bottom: 50px;
}
.list-box-wrap.list-box-slide {
  padding: 15px 15px 0;
  margin-bottom: 0;
}
.list-box-wrap a {
  display: block;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.list-box-wrap a:hover .list-box-inner, .list-box-wrap a:focus .list-box-inner, .list-box-wrap a:active .list-box-inner {
  transform: translateY(-15px);
}

.list-box-inner {
  background-color: rgba(255, 255, 255, 0.08);
  height: 100%;
  transition: all 0.4s;
}

.list-box-img {
  position: relative;
}

.list-box-status {
  position: absolute;
  top: 10px;
  left: 12px;
  border-radius: 4px;
  min-width: 105px;
  padding: 6px 12px;
  z-index: 1;
}

.list-box-info {
  padding: 15px;
}
.list-box-info h3 {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  padding-top: 12px;
  margin-top: 12px;
}

.list-box-meta .col-4 {
  padding-right: 0;
}
.list-box-meta span:not(:last-child):after {
  content: " | ";
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-slider {
    margin: 0 -15px;
  }
  .list-box-wrap.list-box-slide {
    padding-top: 0;
  }
  .list-box-inner {
    transform: none !important;
  }
}
.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
}
.blog-box-wrap a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
.blog-box-wrap a:hover .underline-link:before, .blog-box-wrap a:focus .underline-link:before, .blog-box-wrap a:active .underline-link:before {
  width: 100%;
}
.blog-box-wrap a:hover .link-arrow, .blog-box-wrap a:focus .link-arrow, .blog-box-wrap a:active .link-arrow {
  background-color: #EE2324;
  transform: rotate(0);
}

.blog-box-img {
  position: relative;
  margin-bottom: 15px;
}

.blog-box-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}

.cat-tag {
  background-color: #EE2324;
  color: #fff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 12px;
  min-width: 110px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .blog-box-wrap {
    margin-bottom: 40px;
  }
}
.img-header {
  min-height: 100vh;
  padding: 200px 0 90px;
}
.img-header:before {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.img-header .container {
  position: relative;
  z-index: 1;
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.header-arrow {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.header-arrow a {
  animation: glow 3s linear 0s infinite;
}

@keyframes glow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}
.header-modal .modal-dialog {
  max-width: 1150px;
}
.header-modal .modal-content {
  padding: 60px 25px 25px;
  border-radius: 6px;
  overflow: hidden;
}
.header-modal .video-btn svg {
  width: 175px;
}

.text-header {
  padding-top: 200px;
  padding-bottom: 40px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .header-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 991px) {
  .img-header {
    min-height: 600px;
  }
  .header-modal .modal-content {
    padding: 60px 20px 20px;
  }
  .header-modal .video-btn svg {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .img-header {
    min-height: unset;
    padding-bottom: 60px;
  }
  .header-modal .modal-content {
    padding: 50px 15px 15px;
  }
  .header-modal .video-btn svg {
    width: 90px;
  }
  .text-header {
    padding: 140px 0 30px;
  }
}
.sidebar {
  background-color: #000;
  padding: 30px 20px;
  position: sticky;
  text-align: center;
}
.sidebar h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0;
}
.sidebar p {
  line-height: 1.25;
}
.sidebar .gform_button {
  width: 100%;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
.page-template-leadpage .header-logo a {
  opacity: 0;
  transition: all 0.2s;
}
.page-template-leadpage .navbar-toggler {
  border: 1px solid #fff;
}
.page-template-leadpage .navbar-toggler:hover, .page-template-leadpage .navbar-toggler:focus, .page-template-leadpage .navbar-toggler:active {
  border-color: transparent;
}
.page-template-leadpage .header-scroll .header-logo a {
  opacity: 1;
}
.page-template-leadpage .header-scroll .navbar-toggler {
  border-color: transparent;
}

.lead-left {
  position: relative;
  min-height: 100vh;
  padding: 175px 35px 70px;
}
.lead-left:before {
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.lead-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.lead-img img {
  position: sticky;
  top: 0;
  height: 100vh;
}

.lead-content {
  position: relative;
  z-index: 1;
  max-width: 660px;
}

.lead-right {
  padding: 175px 45px 70px;
}

.lead-form {
  max-width: 500px;
}
.lead-form h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.5;
}

.lead-logo {
  margin-bottom: 40px;
}
.lead-logo img {
  height: 90px;
  width: auto;
}

.footer-lead-right a {
  color: #fff;
  text-decoration: none;
}
.footer-lead-right a:hover, .footer-lead-right a:focus, .footer-lead-right a:active {
  color: #EE2324;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-right {
    padding: 175px 30px 70px;
  }
  .footer-lead-right {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .page-template-leadpage .header-logo a {
    opacity: 1;
  }
  .lead-img img {
    max-height: 100vh;
    height: 100%;
  }
  .lead-left {
    padding-bottom: 50px;
    min-height: unset;
  }
  .lead-right {
    padding: 50px 30px;
  }
  .footer-lead-right .footer-partners {
    padding-left: 15px;
  }
  .footer-lead-right .footer-lead-can {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .lead-left {
    display: block !important;
    padding: 0;
  }
  .lead-left:before {
    display: none;
  }
  .lead-img {
    position: relative;
    aspect-ratio: 4/3;
  }
  .lead-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 115px);
    z-index: 1;
  }
  .lead-content {
    padding: 35px 15px 40px;
  }
  .lead-right {
    padding: 35px 20px;
  }
}
.blog:before,
.archive:before,
.search:before,
.single-post:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
  background-color: #000;
}

.blog-header-wrap {
  padding: 200px 0 60px;
}

.featured-posts-wrap {
  margin-top: 35px;
  position: relative;
}
.featured-posts-wrap a {
  font-weight: normal;
  color: #000;
  text-decoration: none;
}
.featured-posts-wrap a:hover, .featured-posts-wrap a:focus, .featured-posts-wrap a:active {
  color: #EE2324;
}
.featured-posts-wrap .slick-dots {
  position: absolute;
  bottom: 15px;
  left: calc(50% + 15px);
}

.featured-posts-slider {
  margin: 0 -15px;
}

.featured-post-img a {
  position: relative;
  display: block;
  overflow: hidden;
}
.featured-post-img a:hover img, .featured-post-img a:focus img, .featured-post-img a:active img {
  transform: scale(1.025);
}
.featured-post-img img {
  transition: all 1s ease-out;
}

.posts-wrap {
  margin-top: 75px;
  margin-bottom: 60px;
}

.pop-posts-wrap {
  position: sticky;
  top: 215px;
}

.pop-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pop-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
.pop-list a {
  text-decoration: none;
}
.pop-list a:hover, .pop-list a:focus, .pop-list a:active {
  text-decoration: underline;
}

.blog-query {
  padding-left: 45px;
}

.no-results {
  padding: 50px 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .blog-query {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .blog-header-wrap {
    padding: 180px 0 45px;
  }
  .featured-post-copy h3 {
    font-size: 1.2rem;
  }
  .blog-sidebar {
    order: 2;
    margin-top: 45px;
  }
  .pop-posts-wrap {
    position: static;
  }
  .blog-query {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .blog-header-wrap {
    padding: 45px 0 40px;
  }
  .featured-posts-wrap .slick-dots {
    position: static;
    margin-top: 30px;
  }
  .featured-post-copy {
    margin-top: -35px;
    position: relative;
    z-index: 1;
  }
  .featured-flag {
    transform: translateX(7px);
  }
  .posts-wrap {
    margin-top: 50px;
    margin-bottom: 45px;
  }
}
.t-wrap {
  padding-top: 75px;
  padding-bottom: 60px;
}

.tpage-content {
  margin-bottom: 60px;
}

.t-box-wrap {
  margin-bottom: 60px;
}
.t-box-wrap a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .t-more, .t-box-wrap a:focus .t-more, .t-box-wrap a:active .t-more {
  opacity: 1;
}
.t-box-wrap a:hover .t-more .underline-link .link-arrow, .t-box-wrap a:focus .t-more .underline-link .link-arrow, .t-box-wrap a:active .t-more .underline-link .link-arrow {
  background-color: #EE2324;
  transform: rotate(0);
  transition-delay: 0.2s;
}
.t-box-wrap a:hover .t-more .underline-link:before, .t-box-wrap a:focus .t-more .underline-link:before, .t-box-wrap a:active .t-more .underline-link:before {
  width: 100%;
  transition-delay: 0.2s;
}
.t-box-wrap .t-box-inner {
  padding-bottom: 100px;
}
.t-box-wrap .t-box-bottom {
  position: absolute;
  bottom: 25px;
  left: 35px;
  right: 35px;
}

.t-box-slide {
  padding: 15px;
  margin-bottom: 0 !important;
}
.t-box-slide .t-box-excerpt {
  margin-bottom: 50px;
}

.t-box-inner {
  padding: 25px 35px;
  position: relative;
  z-index: 1;
  height: 100%;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.25);
}

.t-box-quote {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -1;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.t-box-quote img {
  height: 190px;
  width: auto;
}

.t-box-top {
  margin-bottom: 45px;
  width: 100%;
}

.t-box-img {
  width: 105px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}

.t-box-excerpt {
  font-size: 0.9rem;
  line-height: 1.25;
  font-weight: 500;
}

.t-box-bottom {
  padding-top: 20px;
  border-top: 1px solid #000;
}

.t-more {
  opacity: 0;
  transition: all 0.4s;
}

.testimonial-modal .modal-dialog {
  max-width: 900px;
}

.t-modal-wrap {
  position: relative;
  padding: 40px 30px 30px;
  z-index: 1;
}

.t-modal-quote {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: -1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .t-box-wrap .t-box-inner {
    padding: 25px 15px 80px;
  }
  .t-box-wrap .t-box-bottom {
    bottom: 20px;
    left: 15px;
    right: 15px;
  }
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .t-box-slide .t-box-excerpt {
    margin-bottom: 40px;
  }
  .t-box-inner {
    padding: 25px 15px;
  }
  .t-modal-wrap {
    padding: 40px 20px 30px;
  }
}
.listings-header .page-header {
  padding-right: 45px;
}

.bio-top-wrap + .listings-wrap {
  padding-top: 60px !important;
}

.sold-nav-wrap + .listings-wrap {
  padding-top: 60px !important;
}

.sold-nav-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  padding: 12px;
}
.sold-nav-inner span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 20px 0 25px;
}
.sold-nav-inner a {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
}
.sold-nav-inner a:hover, .sold-nav-inner a:focus, .sold-nav-inner a:active {
  color: #EE2324;
}

.listings-wrap {
  padding-top: 15px !important;
  padding-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .sold-nav-inner span:not(:last-child):after {
    margin: 0 10px 0 12px;
  }
}
.page-content {
  margin: 50px 0;
}

.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) {
  padding-left: 0;
  list-style: none;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
  padding: 15px 0 15px 20px;
  line-height: 1.3;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  margin: 0 10px 0 -20px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #EE2324;
  position: relative;
  top: -1px;
}

.page-wrap {
  margin-bottom: 60px;
  margin-top: 60px;
}

.page-content > h1:not(:first-child), .page-content > h2:not(:first-child), .page-content > h3:not(:first-child), .page-content > h4:not(:first-child),
.entry-content > h1:not(:first-child),
.entry-content > h2:not(:first-child),
.entry-content > h3:not(:first-child),
.entry-content > h4:not(:first-child) {
  margin-top: 45px;
}

.entry-content > section:first-child {
  margin-top: 0 !important;
}
.entry-content > section:last-child {
  margin-bottom: 0 !important;
}
.entry-content > section > blockquote:first-child {
  margin-top: 0 !important;
}
.entry-content > section > blockquote:last-child {
  margin-bottom: 0 !important;
}
.entry-content > blockquote:first-child {
  margin-top: 0 !important;
}
.entry-content > blockquote:last-child {
  margin-bottom: 0 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .entry-content li,
  .page-content li,
  section li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cta-section {
  padding: 90px 0;
  min-height: 80vh;
}
.cta-section .container {
  position: relative;
  z-index: 1;
}

.cta-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.cta-img .object-cover {
  object-position: top;
}
.cta-img:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.cta-img .comp-img {
  height: 100%;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-section {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 50px 0;
  }
  .cta-img:before {
    background-color: rgba(0, 0, 0, 0.65);
  }
}
.list-top-wrap {
  padding-top: 200px;
  padding-bottom: 45px;
}

.list-header {
  margin-bottom: 30px;
}

.list-status {
  border-radius: 4px;
  min-width: 105px;
  width: fit-content;
  padding: 6px 15px;
  margin: 0 auto 15px;
}

.list-hilites {
  position: relative;
}
.list-hilites .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
}
.list-hilites .slick-arrow.slick-prev {
  left: -16px;
}
.list-hilites .slick-arrow.slick-next {
  right: -16px;
}

.list-quick-links {
  margin-top: 30px;
}

.list-wrap {
  margin-top: 60px;
  margin-bottom: 75px;
}
.list-wrap .entry-content {
  padding-right: 45px;
}

.open-houses {
  margin-bottom: 50px;
  border-radius: 14px;
  padding: 30px;
}

.list-details,
.list-desc,
.list-features,
.list-downloads,
.list-cs-desc,
.cs-testimonial {
  margin-bottom: 50px;
}

.list-detail > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
  padding-bottom: 15px;
}

.list-desc + .list-downloads {
  margin-top: -25px;
}

.cs-testimonial .t-box-inner {
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.1);
  background-color: rgb(242.8, 242.8, 242.8);
}

.list-agents {
  margin-top: 50px;
}

.list-agent + .list-agent {
  margin-top: 45px;
}

.list-agent-img {
  width: 125px;
  min-width: 125px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 30px;
  background-color: #000;
}

.list-agent-info {
  flex-grow: 1;
}
.list-agent-info a {
  text-decoration: none;
  color: #000;
}
.list-agent-info a:hover, .list-agent-info a:focus, .list-agent-info a:active {
  color: #EE2324;
}
.list-agent-info hr {
  background-color: #656868;
  opacity: 1;
  margin: 10px 0 7px;
}

.list-agent-contact {
  font-weight: 500;
}
.list-agent-contact a {
  color: #000;
  text-decoration: none;
}
.list-agent-contact a:hover, .list-agent-contact a:focus, .list-agent-contact a:active {
  color: #EE2324;
}

.list-tour {
  padding: 60px 0;
}

.list-video .video-btn svg {
  width: 175px;
}
.list-video + .list-virtual {
  margin-top: 45px;
}

.list-content-blocks {
  padding: 60px 0;
}
.list-content-blocks .container > div + div {
  margin-top: 35px;
}

.list-img-callout.img-right .lic-img {
  order: 2;
}

.list-gallery-wrap {
  margin-top: 75px;
  margin-bottom: 75px;
}

.list-gallery .gallery-item:nth-child(n+7) {
  display: none;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .list-wrap .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .list-top-wrap {
    padding-top: 145px;
  }
  .list-hilites .slick-arrow.slick-prev {
    left: 7px;
  }
  .list-hilites .slick-arrow.slick-next {
    right: 7px;
  }
  .list-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .open-houses {
    padding: 30px 20px;
  }
  .open-houses .body-plus {
    font-size: 1rem;
  }
  .list-tour {
    padding: 40px 0;
  }
  .list-tour .video-btn svg {
    width: 90px;
  }
  .list-video + .list-virtual {
    margin-top: 30px;
  }
  .list-content-blocks {
    padding: 50px 0;
  }
  .list-gallery-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.post-header {
  margin-top: 190px;
  margin-bottom: 30px;
}

.post-wrap {
  margin-bottom: 75px;
}
.post-wrap .entry-content {
  padding-right: 45px;
}
.post-wrap .sidebar {
  top: 205px !important;
}

.simpletoc {
  margin-bottom: 40px;
}

.simpletoc-title {
  font-size: 1.4rem;
  color: #656868;
}

.simpletoc-list li:before {
  content: "➧" !important;
  width: unset !important;
  height: unset !important;
  background-color: unset !important;
  color: #EE2324;
  border-radius: unset !important;
}

.block-testimonial-callout {
  margin: 35px -12px;
  position: relative;
}
.block-testimonial-callout .t-box-inner {
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.1);
}

.blog-tags {
  margin-top: 45px;
}
.blog-tags a {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 0.8rem;
  text-decoration: none;
}
.blog-tags a:hover, .blog-tags a:focus, .blog-tags a:active {
  opacity: 0.7;
}

.blog-cta {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.blog-cta:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.blog-cta > div {
  z-index: 1;
  text-decoration: none;
  padding: 40px 50px;
  font-weight: normal;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .post-wrap .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .post-wrap .sidebar {
    top: unset !important;
  }
}
@media (max-width: 767px) {
  .post-header {
    margin-top: 40px;
  }
  .blog-cta a {
    padding: 30px 20px;
    min-height: 300px;
  }
}
.bio-top-wrap {
  padding: 225px 0 100px;
}
.bio-top-wrap .header-arrow {
  bottom: 30px;
}

.bio-header {
  padding-right: 45px;
}

.bio-contact {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
.bio-contact a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.bio-contact a:hover, .bio-contact a:focus, .bio-contact a:active {
  color: #EE2324;
}

.bio-social {
  margin-top: 15px;
}
.bio-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  background-color: #000;
  color: #fff;
  font-size: 0.9rem;
  margin-right: 8px;
}
.bio-social a:hover, .bio-social a:focus, .bio-social a:active {
  background-color: #EE2324;
}

.bio-intro {
  margin-top: 45px;
}

.bio-wrap {
  margin-top: 50px;
}
.bio-wrap .page-sidebar {
  padding-bottom: 60px;
}

.bio-content-inner {
  margin-bottom: 60px;
}

.bio-t-wrap {
  left: 88%;
  padding: 75px 0;
}
.bio-t-wrap .container {
  padding: 0;
}
.bio-t-wrap .col-lg-7 {
  padding-right: 24px;
}

.bio-awards {
  margin: 75px 0;
}

.bio-recog + .bio-logo-wrap {
  margin-top: 45px;
}

.bio-logo-wrap {
  padding: 0 50px;
  position: relative;
}
.bio-logo-wrap .tiny {
  text-transform: none;
}
.bio-logo-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
}
.bio-logo-wrap .slick-arrow.slick-prev {
  left: -50px;
}
.bio-logo-wrap .slick-arrow.slick-next {
  right: -50px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .bio-top-wrap {
    padding: 200px 0 50px;
  }
  .bio-intro {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .bio-t-wrap {
    left: 50%;
    padding: 50px 0;
  }
  .bio-t-wrap .col-lg-7 {
    padding-right: 0;
  }
  .bio-awards {
    margin: 50px 0 15px;
  }
}
@media (max-width: 767px) {
  .bio-top-wrap {
    padding: 135px 0 35px;
  }
  .bio-header {
    margin-bottom: 30px;
  }
  .bio-t-wrap {
    padding: 45px 15px 35px;
  }
}
.wp-block-accordion {
  margin: 15px 0;
}

.wp-block-accordion-heading button {
  border-bottom: 2px solid #EE2324;
  font-size: 1.2rem;
}
.wp-block-accordion-heading button span {
  text-decoration: none !important;
}

/* Styling for thanks/404 pages */
lite-youtube,
lite-vimeo {
  background-color: #000;
  position: relative;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Post-click styles */
}
lite-youtube.alt-vid,
lite-vimeo.alt-vid {
  align-items: flex-end;
  justify-content: unset;
  padding: 20px 25px;
  border-radius: 14px;
  overflow: hidden;
}
lite-youtube.alt-vid:before,
lite-vimeo.alt-vid:before {
  background-color: transparent;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 33%);
}
lite-youtube.alt-vid .video-btn,
lite-vimeo.alt-vid .video-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
lite-youtube::before,
lite-vimeo::before {
  background-color: rgba(0, 0, 0, 0.25);
}
lite-youtube > iframe,
lite-vimeo > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: 16/9;
}
lite-youtube.lyt-activated, lite-youtube.ltv-activated,
lite-vimeo.lyt-activated,
lite-vimeo.ltv-activated {
  cursor: unset;
  background-image: none !important;
}
lite-youtube.lyt-activated::before, lite-youtube.lyt-activated > .lyt-playbtn, lite-youtube.lyt-activated > .ltv-playbtn, lite-youtube.ltv-activated::before, lite-youtube.ltv-activated > .lyt-playbtn, lite-youtube.ltv-activated > .ltv-playbtn,
lite-vimeo.lyt-activated::before,
lite-vimeo.lyt-activated > .lyt-playbtn,
lite-vimeo.lyt-activated > .ltv-playbtn,
lite-vimeo.ltv-activated::before,
lite-vimeo.ltv-activated > .lyt-playbtn,
lite-vimeo.ltv-activated > .ltv-playbtn {
  opacity: 0;
  pointer-events: none;
}

.video-btn {
  text-decoration: none;
  color: #fff !important;
}
.video-btn > svg {
  width: 120px;
  position: relative;
  z-index: 10;
}

.alt-vid-text {
  position: relative;
  z-index: 1;
}

.text-video-btn {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  min-width: 90px;
}

/** # Responsive **/
@media (max-width: 767px) {
  lite-youtube.alt-vid,
  lite-vimeo.alt-vid {
    padding: 15px;
  }
  .video-btn > svg {
    width: 75px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 200px 0 90px;
  overflow: hidden;
}
.homepage-hero:before {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.hero-arrow {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  animation: glow 3s linear 0s infinite;
}

@keyframes glow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}
.hero-search input {
  height: 52px !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-width: 350px !important;
}

.css-eawqo4 {
  padding: 0 !important;
}

.css-21rxgr-placeholder {
  text-align: left;
  margin: 0 !important;
  transform: translate(5px, -6px);
}

.rwsb-wrapper-button {
  transition: all 0.4s;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-hero {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
    padding-bottom: 60px;
  }
}
.homepage-listings {
  padding: 70px 0 80px;
}

.hp-listings-header {
  margin-bottom: 50px;
}

.hp-list-slider {
  position: relative;
}
.hp-list-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
}
.hp-list-slider .slick-arrow.slick-prev {
  left: 8%;
}
.hp-list-slider .slick-arrow.slick-next {
  right: 8%;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-listings {
    padding-top: 50px;
  }
  .hp-list-slider .slick-arrow.slick-prev {
    left: 12%;
  }
  .hp-list-slider .slick-arrow.slick-next {
    right: 12%;
  }
}
@media (max-width: 767px) {
  .homepage-listings {
    padding: 45px 0;
  }
  .hp-list-arrows {
    margin-top: 25px;
    text-align: center;
  }
}
.homepage-testimonials {
  padding: 60px 0 80px;
}

.hpt-header {
  margin-bottom: 60px;
}

.hpt-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
}
.hpt-slider .slick-arrow.slick-prev {
  left: 10%;
}
.hpt-slider .slick-arrow.slick-next {
  right: 10%;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hpt-slider .slick-arrow.slick-prev {
    left: 12%;
  }
  .hpt-slider .slick-arrow.slick-next {
    right: 12%;
  }
}
@media (max-width: 991px) {
  .homepage-testimonials {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .homepage-testimonials {
    padding: 45px 0;
  }
  .hpt-header {
    margin-bottom: 35px;
  }
  .hpt-arrows {
    margin-top: 25px;
  }
}
.homepage-blog {
  padding-top: 75px;
}

.hp-blog-header {
  margin-bottom: 45px;
}

.hp-blog-query a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
.hp-blog-query a:hover .underline-link:before, .hp-blog-query a:focus .underline-link:before, .hp-blog-query a:active .underline-link:before {
  width: 100%;
}
.hp-blog-query a:hover .link-arrow, .hp-blog-query a:focus .link-arrow, .hp-blog-query a:active .link-arrow {
  background-color: #EE2324;
  transform: rotate(0);
}

.hp-big-blog {
  padding-right: 30px;
  padding-bottom: 70px;
}

.hp-big-blog-img {
  margin-bottom: 15px;
  aspect-ratio: 7/4.5;
}

.hp-blog-list {
  padding-bottom: 70px;
}

.hp-blog-box + .hp-blog-box {
  margin-top: 35px;
}

.hp-blog-box-info {
  padding-left: 10px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-big-blog {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .homepage-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .homepage-blog {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.freeform-content {
  padding: 90px 0;
}
.freeform-content.white-bg {
  padding: 0;
  margin-top: 90px;
  margin-bottom: 90px;
}
.freeform-content.white-bg + .team-img-comp {
  margin-top: -45px;
}
.freeform-content h2 + div, .freeform-content h3 + div {
  margin-top: 1rem;
}

/** # Responsive **/
@media (max-width: 991px) {
  .freeform-content {
    padding: 60px 0 50px;
  }
  .freeform-content.white-bg {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .freeform-content.white-bg + .team-img-comp {
    margin-top: -25px;
  }
}
.copy-on-media {
  padding: 90px 0;
  min-height: 80vh;
}
.copy-on-media .container {
  position: relative;
  z-index: 1;
}

.overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.overlay-media .object-cover,
.overlay-media video {
  object-position: top;
}
.overlay-media:before {
  background-color: rgba(0, 0, 0, 0.5);
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 50px 0;
  }
  .overlay-media:before {
    background-color: rgba(0, 0, 0, 0.65);
  }
}
.copy-and-media {
  padding-top: 120px;
  padding-bottom: 120px;
}
.copy-and-media.white-bg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
  min-height: 600px;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}

.cm-inner > div {
  max-width: 550px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .copy-and-media {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .copy-and-media.white-bg {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .copy-and-media.media-fit .cm-media {
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .copy-and-media {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .copy-and-media.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .copy-and-media.media-fit .cm-media {
    min-height: unset;
    aspect-ratio: 7/5;
  }
  .cm-media {
    order: unset !important;
    margin-bottom: 30px;
    min-height: unset !important;
  }
  .cm-inner > div {
    max-width: unset;
  }
  .cm-inner .section-links {
    display: flex;
    flex-wrap: wrap;
  }
  .cm-inner .section-links p {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .cm-inner .section-links {
    display: block;
  }
  .cm-inner .section-links p {
    margin: 0;
  }
}
.team-query-wrap {
  margin-top: 75px;
  margin-bottom: 50px;
}

.team-query-header {
  margin-bottom: 50px;
}

.team-group + .team-group {
  margin-top: 75px;
}

.team-box-wrap {
  margin-bottom: 50px;
}
.team-box-wrap a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.team-box-wrap a:hover .link-arrow, .team-box-wrap a:focus .link-arrow, .team-box-wrap a:active .link-arrow {
  transform: rotate(0deg);
  background-color: #EE2324;
}
.team-box-wrap a:hover .team-box-more:before, .team-box-wrap a:focus .team-box-more:before, .team-box-wrap a:active .team-box-more:before {
  width: 100%;
}

.team-box-img {
  margin-bottom: 15px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .team-query-wrap {
    margin-top: 45px;
    margin-bottom: 15px;
  }
  .team-query-header {
    margin-bottom: 35px;
  }
  .team-group + .team-group {
    margin-top: 15px;
  }
  .team-box-info .body-plus {
    font-size: 0.85rem;
  }
}
.blog-feed {
  padding-top: 75px;
  padding-bottom: 50px;
}

.blog-feed-header {
  margin-bottom: 35px;
}

.blog-feed-slider {
  margin: 0 -15px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .blog-feed {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.logo-slider-wrap {
  margin: 60px 0;
}
.logo-slider-wrap .section-links {
  margin-top: 35px;
}

.logo-slider-inner {
  margin-top: 45px;
}
.logo-slider-inner .slick-dots {
  margin-top: 30px;
}

.logo-slide {
  padding: 0 25px;
}
.logo-slide p {
  text-align: center;
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #000;
  transition: all 0.4s ease-out;
}
.logo-slide a {
  text-decoration: none;
}
.logo-slide a:hover p, .logo-slide a:focus p, .logo-slide a:active p {
  color: #EE2324;
}

.logo-slide-logo {
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slide-logo img {
  max-height: 100%;
  width: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .logo-slide-logo {
    height: 125px;
  }
}
.buttons-grid {
  margin: 50px 0;
}

.link-box-grid {
  margin: 75px 0 50px;
}

.link-box {
  margin-bottom: 45px;
}
.link-box a {
  text-decoration: none;
  color: #222222;
}
.link-box a:hover, .link-box a:focus, .link-box a:active {
  color: #EE2324;
}
.link-box a:hover .link-box-img:after, .link-box a:focus .link-box-img:after, .link-box a:active .link-box-img:after {
  opacity: 0.3;
}

.link-box-img {
  position: relative;
}
.link-box-img:after {
  background-color: #000;
  opacity: 0;
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 767px) {
  .link-box-grid {
    margin: 45px 0 20px;
  }
}
.wp-iframe-block iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

/* Styling for WP Media Block */
.as-featured-in {
  margin-top: 75px;
  margin-bottom: 75px;
}

.featured-slider-wrap {
  margin: 60px 0;
  padding: 0 75px;
  position: relative;
}
.featured-slider-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
}
.featured-slider-wrap .slick-arrow.slick-prev {
  left: 0;
}
.featured-slider-wrap .slick-arrow.slick-next {
  right: 0;
  margin-left: 0 !important;
}

.flogo-slide {
  padding: 0 20px;
}

.flogo-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.flogo-inner img {
  max-height: 100%;
  height: auto;
  width: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .featured-slider-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .as-featured-in {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .featured-slider-wrap {
    margin: 45px 0 25px;
    padding: 0;
  }
  .featured-slider-wrap .slick-arrow {
    position: static;
  }
  .featured-slider-wrap .slick-arrow + .slick-arrow {
    margin-left: 8px !important;
  }
}
.featured-arrows {
  margin-top: 25px;
}

.partnerships-panel {
  margin-top: 75px;
  margin-bottom: 75px;
}

.partnership-slider-wrap {
  margin: 60px 0;
  padding: 0 75px;
  position: relative;
}
.partnership-slider-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
}
.partnership-slider-wrap .slick-arrow.slick-prev {
  left: 0;
}
.partnership-slider-wrap .slick-arrow.slick-next {
  right: 0;
  margin-left: 0 !important;
}

.plogo-slide {
  padding: 0 20px;
}

.plogo-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.plogo-inner img {
  max-height: 100%;
  height: auto;
  width: auto;
  max-width: 90%;
}

/** # Responsive **/
@media (max-width: 991px) {
  .partnership-slider-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .partnerships-panel {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .partnership-slider-wrap {
    margin: 45px 0 25px;
    padding: 0;
  }
  .partnership-slider-wrap .slick-arrow {
    position: static;
  }
  .partnership-slider-wrap .slick-arrow + .slick-arrow {
    margin-left: 8px !important;
  }
}
.partnership-arrows {
  margin-top: 25px;
}

.homepage-video-content {
  padding-top: 30px;
  padding-bottom: 75px;
}

.hpvc-top {
  position: relative;
  border-radius: 14px;
  aspect-ratio: 16/9;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px;
  margin-bottom: 60px;
}
.hpvc-top:before {
  background-color: rgba(0, 0, 0, 0.33);
}

.hpvc-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -1;
}

.hpvc-modal .modal-dialog {
  max-width: 1150px;
}
.hpvc-modal .modal-content {
  padding: 60px 25px 25px;
  border-radius: 6px;
  overflow: hidden;
}
.hpvc-modal .video-btn svg {
  width: 175px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hpvc-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 991px) {
  .hpvc-top {
    aspect-ratio: 7/5;
    padding: 60px;
  }
  .hpvc-modal .modal-content {
    padding: 60px 20px 20px;
  }
  .hpvc-modal .video-btn svg {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .homepage-video-content {
    padding-top: 15px;
    padding-bottom: 45px;
  }
  .hpvc-top {
    margin-bottom: 25px;
    justify-content: flex-end;
    padding: 15px;
  }
  .hpvc-modal .modal-content {
    padding: 50px 15px 15px;
  }
  .hpvc-modal .video-btn svg {
    width: 90px;
  }
}
.hp-copy-and-media {
  padding-top: 150px;
  padding-bottom: 150px;
}
.hp-copy-and-media.white-bg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 150px;
  margin-bottom: 150px;
}
.hp-copy-and-media.media-right .hpcm-media {
  order: 2;
}

.hpcm-inner > div {
  max-width: 515px;
}
.hpcm-inner .btn {
  min-width: 315px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-copy-and-media {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .hp-copy-and-media.white-bg {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .hp-copy-and-media {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hp-copy-and-media.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hpcm-media {
    order: unset !important;
    margin-bottom: 30px;
  }
  .hpcm-inner > div {
    max-width: unset;
  }
  .hpcm-inner .section-links {
    display: flex;
    flex-wrap: wrap;
  }
  .hpcm-inner .section-links p {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .hpcm-inner .section-links {
    display: block;
  }
  .hpcm-inner .section-links p {
    margin: 0;
  }
}
.hp-communities {
  padding-top: 90px;
  padding-bottom: 100px;
  min-height: 95vh;
  overflow: hidden;
}

.hpc-overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hpc-overlay-media:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.hpc-overlay-inner {
  position: relative;
  z-index: 1;
}

.hp-community-marquee-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding-bottom: 25px;
}

.hp-com-item {
  padding: 0 35px;
  position: relative;
}
.hp-com-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.33);
}
.hp-com-item a {
  color: #fff !important;
  white-space: nowrap;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-communities {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .hp-communities {
    padding-top: 50px;
    padding-bottom: 90px;
    min-height: unset;
  }
  .hp-community-marquee-wrap {
    padding-bottom: 15px;
  }
  .hp-com-item {
    padding: 0 20px;
  }
}
.homepage-resource-links {
  margin-top: 125px;
  margin-bottom: 60px;
}

.hprl-header {
  margin-bottom: 45px;
}

.resource-slider {
  margin: 0 -15px;
}

.resource-box-wrap {
  margin-bottom: 45px;
  padding: 0 15px;
}
.resource-box-wrap a {
  font-weight: normal;
  color: #000;
  text-decoration: none;
}
.resource-box-wrap a:hover .underline-link:before, .resource-box-wrap a:focus .underline-link:before, .resource-box-wrap a:active .underline-link:before {
  width: 100%;
}
.resource-box-wrap a:hover .underline-link .link-arrow, .resource-box-wrap a:focus .underline-link .link-arrow, .resource-box-wrap a:active .underline-link .link-arrow {
  background-color: #EE2324;
  transform: rotate(0);
}

.resource-box-info {
  margin-top: 20px;
}
.resource-box-info .underline-link {
  border-width: 2px;
}
.resource-box-info .underline-link:before {
  height: 2px;
  bottom: -2px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-resource-links {
    margin-top: 80px;
    margin-bottom: 45px;
  }
  .resource-box-info h3 {
    font-size: 1.15rem;
  }
}
@media (max-width: 991px) {
  .resource-box-info h3 {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .homepage-resource-links {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.homepage-qa {
  padding: 90px 0;
}
.homepage-qa .art-toggle-wrap:nth-child(n+6) {
  display: none;
}

.hpqa-left {
  padding-right: 30px;
}

.art-toggle-wrap + .art-toggle-wrap {
  margin-top: 25px;
}

.art-toggle-btn {
  background-color: transparent;
  border: 0;
  font-size: 1.15rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  width: 100%;
  padding: 0;
  padding-bottom: 15px;
  text-align: left;
}
.art-toggle-btn:hover .art-toggle-arrow, .art-toggle-btn:focus .art-toggle-arrow, .art-toggle-btn:active .art-toggle-arrow {
  background-color: #EE2324;
}
.art-toggle-btn.collapsed .art-toggle-arrow {
  transform: rotate(-45deg);
}

.art-toggle-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 0.7rem;
  width: 20px;
  min-width: 20px;
  height: 20px;
  transform: rotate(0);
  background-color: #000;
  color: #fff;
  margin-left: 15px;
  transition: all 0.2s;
}

.art-toggle-content .card-body {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 1rem 0 0.25rem;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hpqa-left {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .homepage-qa {
    padding: 50px 0 60px;
  }
  .hpqa-left {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .homepage-qa {
    padding: 45px 0 50px;
  }
  .art-toggle-btn {
    font-size: 1rem;
  }
}
.homepage-cta {
  padding: 125px 0;
  min-height: 80vh;
  overflow: hidden;
}

.hpcta-marquee-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  width: 100%;
}
.hpcta-marquee-outer:before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hpcta-marquee-wrap {
  width: 100%;
}
.hpcta-marquee-wrap .slide:nth-child(odd) {
  transform: translateY(-45px);
}
.hpcta-marquee-wrap .slide:nth-child(even) {
  transform: translateY(45px);
}

.hpcta-item {
  width: 400px;
  padding: 0 10px;
}

.hpcta-inner {
  position: relative;
  z-index: 2;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hpcta-item {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .homepage-cta {
    min-height: 600px;
    padding: 90px 0;
  }
  .hpcta-item {
    width: 40vw;
  }
}
@media (max-width: 767px) {
  .homepage-cta {
    min-height: unset;
    padding: 60px 0;
  }
  .hpcta-item {
    width: 65vw;
  }
  .hpcta-marquee-wrap .slide:nth-child(odd) {
    transform: translateY(-25px);
  }
  .hpcta-marquee-wrap .slide:nth-child(even) {
    transform: translateY(25px);
  }
}
.stats-slider-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.stats-slider-inner {
  padding: 0 45px;
}
.stats-slider-inner .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
}
.stats-slider-inner .slick-arrow.slick-prev {
  left: -45px;
}
.stats-slider-inner .slick-arrow.slick-next {
  right: -45px;
}

.stat-slide {
  padding: 0 15px;
}

.stat-citation {
  margin-top: 80px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .stat-slide .h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  .stats-slider-wrap {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .stat-slide .h2 {
    font-size: 1.8rem;
  }
  .stat-citation {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .stats-slider-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .stat-slide .h2 {
    font-size: 1.65rem;
  }
  .stat-citation {
    margin-top: 35px;
  }
}
.info-cards-slider-wrap {
  padding: 80px 0 90px;
}

.container + .cards-slider {
  margin-top: 60px;
}

.cards-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
}
.cards-slider .slick-arrow.slick-prev {
  left: 15%;
}
.cards-slider .slick-arrow.slick-next {
  right: 15%;
}

.card-slide {
  padding: 15px;
}

.card-slide-inner {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02);
  padding: 30px 35px 35px;
}
.card-slide-inner p:last-child {
  margin-bottom: 0;
  line-height: 1.25;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .cards-slider .slick-arrow.slick-prev {
    left: 8%;
  }
  .cards-slider .slick-arrow.slick-next {
    right: 8%;
  }
}
@media (max-width: 991px) {
  .info-cards-slider-wrap {
    padding: 60px 0;
  }
  .card-slide-inner {
    padding: 30px 25px 35px;
  }
}
@media (max-width: 767px) {
  .info-cards-slider-wrap {
    padding: 50px 0;
  }
  .container + .cards-slider {
    margin-top: 45px;
  }
  .cards-slider .slick-arrow.slick-prev {
    left: 14px;
  }
  .cards-slider .slick-arrow.slick-next {
    right: 14px;
  }
}
.copy-slider-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.copy-slider-wrap.white-bg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 90px;
  margin-bottom: 90px;
}

.copy-slider-inner {
  padding: 0 75px;
}
.copy-slider-inner .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
}
.copy-slider-inner .slick-arrow.slick-prev {
  left: -75px;
}
.copy-slider-inner .slick-arrow.slick-next {
  right: -75px;
}

.copy-slide-left {
  padding-right: 90px;
}
.copy-slide-left .h1 {
  word-wrap: break-word;
}

.copy-slide-right {
  padding-left: 30px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .copy-slider-inner {
    padding: 0 45px;
  }
  .copy-slider-inner .slick-arrow.slick-prev {
    left: -45px;
  }
  .copy-slider-inner .slick-arrow.slick-next {
    right: -45px;
  }
  .copy-slide-left {
    padding-right: 30px;
  }
  .copy-slide-right {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .copy-slider-wrap {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .copy-slider-wrap.white-bg {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .copy-slider-inner {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .copy-slider-wrap {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .copy-slider-wrap.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .copy-slide-right {
    font-size: 1rem;
  }
  .copy-slide-right .h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .copy-slide-right {
    font-size: 0.9rem;
  }
}
.image-marquee-component {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
  overflow: hidden;
}
.image-marquee-component.lightgrey {
  background-color: rgb(242.8, 242.8, 242.8);
}
.image-marquee-component:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #222222;
  z-index: -1;
}

.video-testimonials-wrap {
  margin-top: 90px;
  margin-bottom: 45px;
}
.video-testimonials-wrap .section-links:last-child {
  margin-bottom: 75px;
}

.vt-header {
  margin-bottom: 45px;
}

.video-box-wrap {
  margin-bottom: 45px;
}
.video-box-wrap a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.video-box-wrap a:hover .video-box-inner, .video-box-wrap a:focus .video-box-inner, .video-box-wrap a:active .video-box-inner {
  transform: translateY(-15px);
}

.video-box-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  transition: all 0.4s;
  border-radius: 4px;
  overflow: hidden;
}

.video-box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.video-box-img:before {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 30%);
  z-index: 1;
}

.video-box-info {
  width: 100%;
  position: relative;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .video-testimonials-wrap {
    margin-top: 75px;
    margin-bottom: 30px;
  }
  .video-testimonials-wrap .section-links:last-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .video-box-inner {
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .video-testimonials-wrap {
    margin-top: 45px;
    margin-bottom: 10px;
  }
  .video-testimonials-wrap .section-links:last-child {
    margin-bottom: 45px;
  }
  .vt-header {
    margin-bottom: 30px;
  }
  .video-box-wrap {
    margin-bottom: 30px;
  }
}
.form-section {
  margin-top: 50px;
  margin-bottom: 70px;
}
.form-section .white-form {
  margin-top: 50px;
}

.form-section-content {
  padding: 75px 45px;
}

.form-contact {
  font-weight: 600;
}
.form-contact a {
  text-decoration: none;
  color: #fff;
}
.form-contact a:hover, .form-contact a:focus, .form-contact a:active {
  color: #EE2324;
}

/** # Responsive **/
@media (max-width: 991px) {
  .form-section-content {
    padding: 60px 25px;
  }
}
@media (max-width: 767px) {
  .form-section {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .form-section h2 {
    font-size: 1.5rem;
  }
  .form-section-content {
    padding: 35px 20px;
  }
}
.sticky-copy-toggles {
  margin: 100px 0;
}

.sct-left {
  padding-right: 30px;
}

.accordion-item {
  border: 0;
  border-radius: 0;
}
.accordion-item + .accordion-item {
  margin-top: 30px;
}
.accordion-item .art-toggle-arrow {
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 1.15rem;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .sct-left {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .sticky-copy-toggles {
    margin: 75px 0;
  }
  .sct-left {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sticky-copy-toggles {
    margin: 45px 0;
  }
  .accordion-item .art-toggle-btn h3 {
    font-size: 1.25rem;
  }
  .accordion-item .art-toggle-arrow {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
}
.full-screen-slider-wrap {
  min-height: 90vh;
}
.full-screen-slider-wrap:before {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.fs-img-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  position: absolute !important;
}
.fs-img-slider .slick-track,
.fs-img-slider .slick-list,
.fs-img-slider .slick-slide {
  height: 100%;
}

.fs-copy-slider-wrap {
  max-width: 560px;
  position: relative;
  z-index: 2;
}

.fs-arrows {
  display: flex;
  align-items: center;
}
.fs-arrows .slick-prev {
  margin-right: 8px;
}
.fs-arrows .slick-next {
  margin-left: 10px;
}

.fs-dots ul {
  position: relative;
  height: 20px;
  width: 18px;
}
.fs-dots ul li {
  position: absolute;
  margin: 0;
  line-height: unset;
}
.fs-dots ul li button {
  text-indent: unset;
  background-color: transparent !important;
  color: #EE2324;
  font-weight: 600;
  height: unset;
  width: unset;
  opacity: 0;
  transition: all 0.2s;
}
.fs-dots ul li.slick-active button {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .full-screen-slider-wrap {
    min-height: unset;
    aspect-ratio: 7/5;
  }
  .full-screen-slider-wrap:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  .fs-copy-slider-wrap {
    max-width: 100%;
    padding: 45px 0;
  }
}
.hover-videos-wrap {
  padding: 70px 0 50px;
}

.hv-inner {
  margin-bottom: 50px;
}

.hv-col {
  margin-bottom: 30px;
}

.hv-col-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 80px;
  border-radius: 14px;
  overflow: hidden;
}

.hv-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hv-media:before {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 30%);
  z-index: 1;
}
.hv-media img {
  transition: all 0.4s ease-out;
  position: relative;
}

.hv-vid {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hv-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}

.hv-copy {
  position: relative;
  z-index: 1;
  color: #fff;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hv-col-inner {
    padding: 20px 60px;
  }
}
@media (max-width: 1199px) {
  .hv-col-inner {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .hv-col-inner {
    padding: 15px 20px;
  }
  .hv-media:before {
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 45%);
  }
  .hv-copy {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .hover-videos-wrap {
    padding: 50px 0;
  }
  .hv-inner {
    margin-bottom: 35px;
  }
}
.scroll-callouts-wrap {
  padding: 75px 0 30px;
}

.sc-inner {
  padding-right: 45px;
  padding-bottom: 60px;
}
.sc-inner > div {
  position: sticky;
  top: 33%;
}

.sc-callout {
  padding: 60px 0;
}
.sc-callout.sc-active .sc-callout-inner {
  transform: scale(1);
  opacity: 1;
}
.sc-callout.sc-active .sc-callout-inner:before {
  width: 70px;
}

.sc-callout-inner {
  padding-left: 100px;
  position: relative;
  opacity: 0.5;
  transform: scale(0.75);
  transition: all 0.5s ease-out;
  letter-spacing: 2px;
}
.sc-callout-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #EE2324;
  transition: all 0.5s ease-out;
  margin: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .scroll-callouts-wrap {
    text-align: center;
    padding-top: 60px;
  }
  .sc-inner {
    padding-right: 15px;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .sc-callout {
    padding: 50px 0;
  }
  .sc-callout-inner {
    padding-left: 0;
  }
  .sc-callout-inner:before {
    right: 0;
    top: unset;
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .scroll-callouts-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .sc-callout {
    padding: 30px 0;
  }
  .sc-callout-inner {
    font-size: 1.5rem;
  }
}
.testimonial-callout {
  margin: 0 -12px;
  position: relative;
}
.testimonial-callout .tcallout-excerpt {
  margin-bottom: 30px !important;
}
.testimonial-callout .t-box-bottom {
  padding-right: 100px;
}

.tcallout-arrows {
  position: absolute;
  bottom: 36px;
  right: 50px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .tcallout-arrows {
    right: 30px;
  }
}
.dev-box-wrap {
  margin-bottom: 50px;
}
.dev-box-wrap.dev-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.dev-box-wrap a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.dev-box-wrap a:hover .link-arrow, .dev-box-wrap a:focus .link-arrow, .dev-box-wrap a:active .link-arrow {
  transform: rotate(0deg);
  background-color: #EE2324;
  color: #fff;
}
.dev-box-wrap a:hover .dev-more:before, .dev-box-wrap a:focus .dev-more:before, .dev-box-wrap a:active .dev-more:before {
  width: 100%;
}

.dev-box-img {
  position: relative;
  margin-bottom: 15px;
}

.dev-box-status {
  position: absolute;
  top: 10px;
  left: 12px;
  border-radius: 4px;
  min-width: 105px;
  padding: 6px 12px;
  z-index: 1;
}

.press-nav-wrap {
  position: sticky;
  top: 104px;
  z-index: 70;
}

.press-nav-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  padding: 12px;
}
.press-nav-inner a {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
}
.press-nav-inner a:hover, .press-nav-inner a:focus, .press-nav-inner a:active {
  color: #EE2324;
}

.press-videos {
  padding-top: 60px;
  padding-bottom: 15px;
}

.pvid-box-wrap {
  margin-bottom: 40px;
}
.pvid-box-wrap a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.pvid-box-wrap a:hover .link-arrow, .pvid-box-wrap a:focus .link-arrow, .pvid-box-wrap a:active .link-arrow {
  transform: rotate(0deg);
  background-color: #EE2324;
}
.pvid-box-wrap a:hover .underline-link:before, .pvid-box-wrap a:focus .underline-link:before, .pvid-box-wrap a:active .underline-link:before {
  width: 100%;
}

.pvid-box-img {
  margin-bottom: 12px;
  position: relative;
}

.pvid-box-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.press-articles {
  margin-top: 60px;
  margin-bottom: 60px;
}

.print-box-wrap {
  margin-bottom: 40px;
}
.print-box-wrap a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.print-box-wrap a:hover .link-arrow, .print-box-wrap a:focus .link-arrow, .print-box-wrap a:active .link-arrow {
  transform: rotate(0deg);
  background-color: #EE2324;
}
.print-box-wrap a:hover .underline-link:before, .print-box-wrap a:focus .underline-link:before, .print-box-wrap a:active .underline-link:before {
  width: 100%;
}

.print-box-img {
  margin-bottom: 12px;
  position: relative;
}

/** # Responsive **/
@media (max-width: 991px) {
  .pvid-box-play img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .press-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
  }
  .press-top a {
    width: 30px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
  }
}
.coms-wrap {
  margin-top: 75px;
  margin-bottom: 30px;
}

.com-box-wrap {
  margin-bottom: 50px;
}
.com-box-wrap a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
.com-box-wrap a:hover .link-arrow, .com-box-wrap a:focus .link-arrow, .com-box-wrap a:active .link-arrow {
  transform: rotate(0deg);
  background-color: #EE2324;
  color: #fff;
}
.com-box-wrap a:hover .underline-link:before, .com-box-wrap a:focus .underline-link:before, .com-box-wrap a:active .underline-link:before {
  width: 100%;
}

.com-box-img {
  position: relative;
  margin-bottom: 15px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .coms-wrap {
    margin-top: 50px;
  }
}
.coms-wrap-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 30px;
}

.com-editor-content {
  padding-bottom: 0;
}

.com-idx-wrap:not(:first-child) {
  margin-top: 45px;
}

.com-components {
  margin-top: 50px;
  margin-bottom: 60px;
}
.com-components .entry-content {
  order: 2;
  padding-left: 30px;
}
.com-components .entry-content > div:first-child {
  margin-top: 0;
}
.com-components .entry-content > div:last-child {
  margin-bottom: 0;
}

.com-sidebar {
  padding: 30px 20px;
}
.com-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.com-sidebar ul a {
  text-decoration: none;
  font-size: 0.9rem;
}
.com-sidebar ul a:hover, .com-sidebar ul a:focus, .com-sidebar ul a:active {
  text-decoration: underline;
}

.sidebar-callout a {
  color: #fff;
  text-decoration: none !important;
}
.sidebar-callout a:hover, .sidebar-callout a:focus, .sidebar-callout a:active {
  color: #EE2324;
}

.com-freeform-content,
.hood-idx-section,
.hood-hoods-feed,
.hood-blog-feed,
.hood-dev-feed,
.hood-listings-feed,
.hood-faq-section,
.hood-stats-section {
  margin: 60px 0;
}

.hood-img-slider,
.hood-video-content,
.hood-tabs-section {
  margin: 40px 0;
}

.hood-img-slider .bg-slide {
  aspect-ratio: 7/5;
}

.hoods-section-query .list-box-inner {
  background-color: #222222;
}
.hoods-section-query .dev-box-wrap a {
  color: #000;
}
.hoods-section-query .dev-box-wrap .underline-link {
  color: #000;
}
.hoods-section-query .dev-box-wrap .underline-link:before {
  background-color: #000;
}
.hoods-section-query .dev-box-wrap .link-arrow {
  background-color: #000;
  color: #fff;
}

.hood-stat-box {
  margin-top: 20px;
}
.hood-stat-box > div {
  padding: 30px 10px;
}

.com-tabs {
  border: 1px solid #222222;
}
.com-tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
}
.com-tabs .nav-tabs .nav-item {
  flex-grow: 1;
  border-right: 1px solid #fff;
}
.com-tabs .nav-tabs .nav-item:last-child {
  border: 0;
}
.com-tabs .nav-tabs .nav-item a {
  border: 0 !important;
  border-radius: 0;
  background-color: #222222;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
}
.com-tabs .nav-tabs .nav-item a.active {
  background-color: #fff;
  color: #222222;
}
.com-tabs .tab-pane {
  padding: 30px 15px 20px;
}

.hood-form .form-section-content {
  padding: 50px 45px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .com-components .entry-content {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .com-components .entry-content.col-lg-7 {
    order: unset;
  }
  .com-components .page-sidebar.col-lg-4 {
    margin-top: 0;
    margin-bottom: 45px;
  }
  .com-idx-wrap {
    margin-bottom: -50px;
  }
}
@media (max-width: 767px) {
  .com-freeform-content,
  .hood-idx-section,
  .hood-hoods-feed,
  .hood-blog-feed,
  .hood-dev-feed,
  .hood-listings-feed,
  .hood-faq-section,
  .hood-stats-section {
    margin: 45px 0;
  }
  .com-tabs .nav-tabs {
    display: block;
  }
  .com-tabs .nav-tabs .nav-item {
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .hood-form .form-section-content {
    padding: 40px 20px 30px;
  }
}

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