@charset "UTF-8";
/* Helpers */
/* Colours */
/* Typography */
.copy-on-media:before, .homepage-copy-on-media:before, .homepage-hero:before, .blog-cta:before, .cta-section:before, .lead-image-wrap:after, .img-header:before, .modal-image-wrap:after {
  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;
}

/* Default */
/*-----------------------*/
/*--- # Accessibility ---*/
/*-----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}

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

.default-transition, .team-box-link h3, .team-box-link p, .team-more, .t-box-inner, .list-box-status, .header-contact-icons, .open-nav, .header-logo img, .main-menu > li, .circle-arrow, .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,
.gform_button, svg, a {
  transition: all 0.5s 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: all 0.5s ease-out 0.3s;
}

.fade-children > * {
  opacity: 0;
  transition: all 0.5s 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;
}

.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;
}

.animate-heading {
  opacity: 0;
  flex-wrap: wrap;
}
.animate-heading .animate-word-wrap {
  overflow: hidden;
  padding-right: 0.25em;
  display: inline-block;
  padding-bottom: 9px;
  margin-bottom: -14px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.5s;
}
.animate-heading .animate-word-wrap .word {
  transition: transform 0.6s ease-in-out 0.5s;
  transform: translateY(107%) skewY(2deg);
  display: inline-block;
  font-weight: 300;
}
.animate-heading .animate-word-wrap.animated {
  opacity: 1;
}
.animate-heading .animate-word-wrap.animated .word {
  transform: translate(0px, 0%);
}
.animate-heading.animated {
  opacity: 1;
}

.swipe-image {
  clip-path: inset(0px 0px 100% 0px);
  transition: clip-path 1.1s cubic-bezier(0.71, 0.07, 0.17, 0.91);
  background-color: #E4EBF3;
}
.swipe-image.animated {
  clip-path: inset(0 0 0 0);
}
.swipe-image.animated > div {
  clip-path: inset(0 0 0 0);
}
.swipe-image > div {
  clip-path: inset(0px 0px 100% 0px);
  transition: clip-path 1.1s cubic-bezier(0.71, 0.07, 0.17, 0.91);
  transition-delay: 0.3s;
}

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
}
/******* Fonts *******/
/** woff/woff2 only **/
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-Bold.woff2") format("woff2"), url("../fonts/hinted-Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-Italic.woff2") format("woff2"), url("../fonts/hinted-Raleway-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-Raleway-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-Regular.woff2") format("woff2"), url("../fonts/hinted-Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-Medium.woff2") format("woff2"), url("../fonts/hinted-Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-Raleway-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-SemiBold.woff2") format("woff2"), url("../fonts/hinted-Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-Raleway-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

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

p:empty {
  display: none;
}

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

h1, h2, h3,
.h1, .h2, .h3 {
  font-family: "Fraunces", serif;
  font-weight: 300;
  line-height: 1.1;
}

.jumbo {
  font-size: 4.8rem;
  font-weight: normal;
}

h1, .h1 {
  font-size: 4.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: 1.1rem;
}

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

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

.tiny {
  font-size: 0.7rem;
}

.xtiny {
  font-size: 0.6rem;
}

.em {
  font-style: italic;
}

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

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

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

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

.heading {
  font-family: "Fraunces", serif;
}

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

.light {
  font-weight: 300;
}

.normal {
  font-weight: normal;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: bold;
}

.white-text {
  color: #fff;
}

.primary-text {
  color: #D12228;
}

.secondary-text {
  color: #075674;
}

.light-grey-text {
  color: #E4EBF3;
}

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

blockquote {
  padding: 20px 30px 20px 40px;
  position: relative;
  background-color: #D12228;
}
blockquote p {
  color: #fff;
  font-size: 1.3rem;
  font-family: "Fraunces", serif;
  font-weight: 300 !important;
}
blockquote p span {
  font-weight: 300 !important;
}
blockquote p:last-of-type {
  margin-bottom: 0 !important;
}
blockquote a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
blockquote a:hover {
  border-bottom: 1px solid transparent;
  color: #fff;
}
blockquote:before {
  content: "";
  display: block;
  background-color: #A62D2D;
  width: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0, 9s ease-out 0.7s;
}

.freeform-content blockquote {
  margin: 20px 0 !important;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .jumbo {
    font-size: 4.1rem;
  }
}
@media (max-width: 991px) {
  .jumbo {
    font-size: 3rem;
  }
  h1, .h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .jumbo {
    font-size: 2.5rem;
  }
  h1, .h1 {
    font-size: 2.8rem;
  }
  h2, .h2 {
    font-size: 2.2rem;
  }
  h3, .h3 {
    font-size: 2.1rem;
  }
}
@media (max-width: 567px) {
  .jumbo {
    font-size: 2.9rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}

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

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

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

.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;
}

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

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

.YTwrapper {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.video-overlay svg {
  position: relative;
  z-index: 1;
  width: 120px;
}

.z-hide {
  z-index: -9999;
}

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

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.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: #D12228 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #D12228 !important;
}

.lightgrey-bg {
  background-color: #E4EBF3;
}

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

.primary-bg {
  background-color: #D12228;
  color: #fff;
}

.secondary-bg {
  background-color: #075674;
  color: #fff;
}

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

.art-ratio-1x1 {
  aspect-ratio: 1/1;
}

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

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

.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-21x9 {
  aspect-ratio: 21/9;
}

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

.wp-block-social-links.is-style-default .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links.is-style-default .wp-social-link a {
  background-color: #D12228;
  border-radius: 100%;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  fill: #D12228;
  color: #D12228;
}
.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: #D12228;
  border-radius: 50%;
  padding: 0.25em !important;
}

/** # 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;
  }
  .art-ratio-16x9,
  .art-ratio-21x9 {
    aspect-ratio: 4/3;
  }
}
a {
  color: #D12228;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #075674;
}

button:focus, button:focus-visible {
  outline: 0 !important;
}

.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,
.gform_button {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  padding: 13px 11px;
  line-height: 0.8rem;
  min-width: 211px;
  min-height: 44px;
  border-radius: 22px;
  position: relative;
  outline: none !important;
  overflow: hidden;
  z-index: 1;
  box-shadow: none !important;
  background-color: transparent !important;
}

.btn-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #000;
  border: 1px solid #000;
}
.btn-primary:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:after {
  content: "";
  display: block;
  background-color: #D12228;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: translateY(100%);
  transition: all 0.3s ease-in;
  z-index: -1;
}
.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 {
  color: #fff !important;
  border: 1px solid #D12228 !important;
}
.btn-primary:hover:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:after, .btn-primary:focus:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus:after, .btn-primary:active:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active:after {
  transform: translateY(0);
}

.btn-secondary, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link,
.gform_button {
  color: #fff !important;
  border: 1px solid #fff;
}
.btn-secondary:after, #login .button-primary:after, .wp-block-button.is-style-outline .wp-block-button__link:after,
.gform_button:after {
  content: "";
  display: block;
  background-color: #D12228;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: translateY(100%);
  transition: all 0.3s ease-in;
  z-index: -1;
}
.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,
.gform_button:hover,
.gform_button:focus,
.gform_button:active {
  color: #fff !important;
  border: 1px solid #D12228 !important;
}
.btn-secondary:hover:after, #login .button-primary:hover:after, .wp-block-button.is-style-outline .wp-block-button__link:hover:after, .btn-secondary:focus:after, #login .button-primary:focus:after, .wp-block-button.is-style-outline .wp-block-button__link:focus:after, .btn-secondary:active:after, #login .button-primary:active:after, .wp-block-button.is-style-outline .wp-block-button__link:active:after,
.gform_button:hover:after,
.gform_button:focus:after,
.gform_button:active:after {
  transform: translateY(0);
}

.close-btn {
  position: absolute;
  background-color: #979797;
  width: 49px;
  height: 49px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #979797;
  border-radius: 0;
}
.close-btn svg {
  height: 28px;
  width: 28px;
  color: #fff;
}
.close-btn:hover {
  background-color: #000;
  border: 1px solid #fff;
}

.circle-arrow {
  border: none;
  outline: none;
  padding: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
}
.circle-arrow.slick-prev:hover {
  transform: translate(-5px);
}
.circle-arrow.slick-next:hover {
  transform: translate(5px);
}

/** # 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,
  .gform_button {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: unset;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
select {
  border-radius: 0;
  border: 1px solid transparent;
  font-size: 0.8rem !important;
  color: #fff;
  padding: 5px 16px;
  height: 53px;
  background-color: rgba(255, 255, 255, 0.11);
}

textarea {
  border-radius: 0;
  border: 1px solid transparent;
  color: #fff;
  font-size: 0.8rem !important;
  padding: 5px 16px;
  background-color: rgba(255, 255, 255, 0.11);
}

select {
  background: #fff url("../images/angle-down.svg") right 15px center no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  border: 1px solid transparent;
  color: #fff;
  font-size: 0.8rem !important;
  padding: 5px 16px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.11);
}
select option {
  color: #000;
  background-color: #fff;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus-visible,
select:focus-visible,
textarea:focus-visible {
  border: 1px solid #E4EBF3;
  outline: none;
}

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: "Raleway", sans-serif !important;
}

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

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

.gform_footer {
  justify-content: flex-end;
}

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

.gfield {
  position: relative;
}
.gfield input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.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;
}

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

.gfield_label,
label, .label {
  font-size: 0.8rem !important;
  color: #fff !important;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-weight: 500 !important;
}

.gfield_label {
  position: absolute;
  left: 15px;
  top: 15px;
  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;
  color: #fff !important;
}

/* Widgets */
.widget-title {
  display: none;
}

.widget-area {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.widget-area .widget {
  width: 50%;
  min-width: 50%;
  padding: 0 15px;
  position: relative;
}

.search-form {
  position: relative;
}

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

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  padding: 10px 0;
  border: 0 !important;
  color: #fff !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #D12228 !important;
}

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

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

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

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

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

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

/** # Responsive **/
@media (max-width: 767px) {
  .widget-area {
    display: block !important;
  }
  .widget-area .widget {
    width: 100%;
    min-width: 100%;
    margin: 10px 0;
  }
  .widget-area .widget + .widget {
    margin-top: 30px;
  }
  .widget-area .widget + .widget:before {
    left: 0;
    right: 0;
    text-align: center;
    top: -25px;
  }
}
/*---------------------------*/
/*--- ## 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;
}

.secondary-bg .page-numbers {
  color: rgba(255, 255, 255, 0.5);
}
.secondary-bg .page-numbers.current, .secondary-bg .page-numbers:hover {
  color: #fff;
}
.secondary-bg .page-numbers.next, .secondary-bg .page-numbers.prev {
  color: rgba(255, 255, 255, 0.5);
}

.page-numbers {
  display: inline-block;
  width: 20px;
  text-align: center;
  background-color: transparent;
  color: #000;
  margin: 0 6px;
  font-family: "Fraunces", serif;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
}
.page-numbers.current, .page-numbers:hover {
  color: #075674;
}
.page-numbers.next, .page-numbers.prev {
  color: #000;
  margin: 0;
  font-size: 20px;
}
.page-numbers.next:hover, .page-numbers.prev:hover {
  color: #075674;
}

/*----------------------------*/
/*--- ## 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: #D12228;
}
.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 {
  width: 450px;
  padding: 40px;
  text-align: center;
  border: 2px solid #fff;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
}
#login h1 a {
  width: 100%;
  background-size: contain;
  margin-bottom: 0;
  border-bottom: none;
  height: 122px;
}
#login h1 a:hover {
  border-bottom: none;
}
#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: 10px 0 0px 0;
}
#login form label {
  color: #fff;
  font-size: 0.9rem;
}
#login form input:not([type=submit]) {
  border: 1px solid #fff;
}
#login form p.forgetmenot {
  margin-bottom: 18px;
  transform: translateX(3px);
}
#login a {
  color: #fff !important;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}
#login a:hover {
  color: #D12228 !important;
  border-bottom: 1px solid #D12228;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}
#login .button-primary:hover {
  background-color: #D12228 !important;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #075674 !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;
}

.site-nav.fade {
  width: 100%;
}
.site-nav.fade.show .modal-dialog {
  transform: translateX(0);
}
.site-nav.fade .modal-dialog {
  right: 0;
  left: auto;
  position: absolute;
  transition: all 0.3s ease-in;
  color: #fff;
  background-color: #000;
  width: 437px;
  min-height: 100vh;
  border-radius: 0;
  border: 0;
  margin: 0 !important;
  transform: translateX(437px);
}
.site-nav.fade .modal-content {
  min-height: 100vh;
  background-color: transparent;
  padding: 0;
  padding: 33px;
}

.nav-logo {
  margin: 0 auto;
  display: block;
  width: 125px;
}

.nav-wrap {
  margin-top: 19px;
}

.main-menu {
  justify-content: space-between;
  width: 100%;
}
.main-menu > li {
  margin-bottom: 25px;
  opacity: 0;
  transform: translateX(-20px);
}
.main-menu > li.animated {
  opacity: 1;
  transform: translateX(0);
}
.main-menu > li > a {
  color: #fff;
  font-weight: 300;
  padding: 0 !important;
  background-color: transparent !important;
  outline: none !important;
  font-family: "Fraunces", serif;
  font-size: 1.3rem;
  display: inline;
  border-bottom: 1px solid transparent;
}
.main-menu > li > a:after {
  content: none;
}
.main-menu > li:focus > a, .main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:focus > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:focus, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:focus, .main-menu > .current-menu-item > a:hover {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

/* Secondary Nav */
.main-menu > li:last-of-type .dropdown-menu {
  left: unset;
  right: 0;
}

.dropdown-menu {
  display: block !important;
  list-style: none;
  padding: 0;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  border: 0;
  text-align: center;
  position: relative;
  margin-top: 7px;
}
.dropdown-menu > li {
  margin-bottom: 10px;
}
.dropdown-menu a.dropdown-item {
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  display: inline;
  border-bottom: 1px solid transparent;
  background-color: transparent !important;
  padding: 0 !important;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu .current-menu-item > a,
.dropdown-menu .current-menu-item > a:focus,
.dropdown-menu .current-menu-item > a:hover {
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.menu-item-has-children > a {
  pointer-events: none;
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.menu-item-has-children > a:hover {
  border-bottom: 1px solid transparent !important;
}

.nav-contact {
  margin-top: 10px;
  padding-bottom: 30px;
}
.nav-contact a {
  color: #fff;
}
.nav-contact a:hover {
  color: #979797;
}

/** # Responsive **/
@media (max-width: 767px) {
  .site-nav.fade .modal-dialog {
    transform: translateX(100vw);
    width: 100vw;
    max-width: none;
  }
  .site-nav.fade .modal-content {
    padding: 33px 15px;
  }
  .open-nav {
    transform: translateX(0);
    width: auto;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: transparent;
  padding: 15px 0;
}
#masthead .container {
  max-width: 1237px;
}
#masthead.header-scroll {
  padding: 10px 0;
  background-color: #000;
}
#masthead.header-scroll .header-logo img {
  height: 70px;
  width: auto;
}
#masthead .brokerage-logo {
  width: 180px;
}
#masthead.black-header {
  background-color: #000;
}

.header-logo img {
  height: 100px;
  width: auto;
}

.open-nav {
  position: absolute;
  top: calc(50% - 24.5px);
  right: 20px;
  background-color: #000;
  border: none;
  outline: none;
  line-height: 0.5rem;
  font-size: 0.5rem;
  padding: 9px;
  height: 49px;
  width: 49px;
}
.open-nav .menu-bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.open-nav .menu-bar span {
  color: #fff;
}
.open-nav .bar-1 {
  transition: transform 0.4s ease-in-out;
}
.open-nav .bar-2 {
  transition: transform 0.4s ease-in-out 0.1s;
}
.open-nav:hover .menu-bar {
  transform: rotateY(180deg);
}

.header-contact-icons {
  padding: 13px 9px;
  height: 108px;
  width: 32px;
  right: 0;
  top: 40%;
  text-align: center;
  position: fixed;
  z-index: 100;
}
.header-contact-icons svg {
  color: #fff;
}
.header-contact-icons a:hover svg {
  color: #000;
}

.header-contact a {
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}
.header-contact a:hover {
  border-bottom: 1px solid #E4EBF3;
}
.header-contact .delim {
  margin-right: 3px;
  margin-left: 3px;
}

.header-brokerage {
  width: 180px;
}

@media (max-width: 1399px) {
  #masthead .container {
    max-width: 1054px;
  }
}
@media (max-width: 1199px) {
  #masthead .container {
    max-width: 856px;
  }
  .header-logo img {
    height: 80px;
    max-width: none;
  }
  #masthead.header-scroll .header-logo img {
    height: 65px;
  }
}
@media (max-width: 991px) {
  .header-contact-icons {
    position: static;
    width: auto;
    height: 49px;
  }
}
@media (max-width: 567px) {
  .header-logo img {
    height: 52px;
    max-width: none;
  }
  #masthead.header-scroll .header-logo img {
    height: 52px;
  }
}
/* Styling for site CTA in header */
.cta-link .btn, .cta-link .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .cta-link .wp-block-button__link, .cta-link .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .cta-link .wp-block-button__link, .cta-link #login .button-primary, #login .cta-link .button-primary {
  min-width: auto;
  padding: 13px 50px;
}

.cta-modal.modal {
  transition: all 0.5s cubic-bezier(0.69, 0.01, 0.88, 0.54);
  padding: 0;
}
.cta-modal.modal .modal-dialog {
  margin: 0 !important;
  min-height: 100vh;
  max-width: none;
  border: 0;
  overflow: hidden;
}
.cta-modal.modal .modal-content {
  min-height: 100vh;
  border: none;
  border-radius: 0;
  border: 0;
  z-index: 1;
  position: relative;
}
.cta-modal.modal .gform_footer {
  justify-content: center;
}

.cta-logo {
  max-width: 260px;
  margin: 0 auto;
}

.modal-wrap > div {
  min-height: 100vh;
}

.modal-content-wrap {
  width: 45%;
  padding: 35px 45px 10px 45px;
}
.modal-content-wrap .gform_wrapper {
  margin-top: 30px;
}

.modal-inner {
  max-width: 527px;
}

.cta-contact {
  background-color: rgba(255, 255, 255, 0.11);
  padding: 17px 27px;
  margin-top: 24px;
}
.cta-contact a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.cta-contact a:hover {
  border-bottom: 1px solid #fff;
}

.cta-contact-icons {
  position: absolute;
  top: 49px;
  width: 49px;
  height: 130px;
  right: 0;
  padding: 11px 9px;
}
.cta-contact-icons a:hover svg {
  color: #000;
}

.modal-image-wrap {
  width: 55%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  padding: 0 50px;
}
.modal-image-wrap h2, .modal-image-wrap div {
  position: relative;
  z-index: 2;
}
.modal-image-wrap:after {
  background-color: rgba(0, 0, 0, 0.56);
}
.modal-image-wrap .object-cover {
  position: absolute;
}
.modal-image-wrap .brokerage-logo {
  width: 250px;
  position: absolute;
  bottom: 36px;
  right: calc(50% - 125px);
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .modal-content-wrap {
    width: 50%;
  }
  .modal-image-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .mobile-cta-link {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 90;
    overflow: hidden;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 0;
  }
  .mobile-cta-link a {
    background-color: #D12228;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-cta-link a:hover, .mobile-cta-link a:focus, .mobile-cta-link a:active {
    background-color: #075674;
  }
  .cta-contact-icons {
    height: 49px;
    width: 130px;
    top: 0;
    left: 0;
    right: auto;
  }
  .modal-content-wrap {
    width: 100%;
    padding: 70px 15px 20px 15px;
  }
  .modal-inner {
    max-width: none;
  }
  .modal-image-wrap {
    display: none;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 1170px;
}

.hp-modal-content {
  padding: 60px 31px 20px 31px;
  text-align: center;
}
.hp-modal-content .gform_footer {
  justify-content: center;
}

@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 760px;
  }
}
@media (max-width: 567px) {
  .hp-modal h2 {
    font-size: 1.6rem;
  }
  .hp-modal-content {
    padding: 60px 15px 20px 15px;
  }
}
.footer-content {
  padding-top: 80px;
  padding-bottom: 70px;
}
.footer-content .gform_footer {
  justify-content: center;
}

.footer-logo {
  max-width: 220px;
  margin: 0 auto;
  display: block;
}

.site-footer-inner {
  padding: 40px 0;
}

.footer-social > div {
  width: 59px;
  height: 59px;
}
.footer-social a {
  display: inline-flex;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 1px solid #000 !important;
  justify-content: center;
  align-items: center;
}
.footer-social a svg {
  color: #000;
}
.footer-social a:hover {
  background-color: #E4EBF3;
}

.footer-col img {
  height: 100px;
  width: auto;
}
.footer-col p {
  margin-bottom: 0.5rem;
}
.footer-col a {
  color: #000;
  border-bottom: 1px solid transparent;
}
.footer-col a:hover {
  border-bottom: 1px solid #000;
}

.footer-contact {
  font-weight: 600;
}

.site-info {
  color: rgba(0, 0, 0, 0.5);
  padding: 0 15px 15px 15px;
}
.site-info a {
  color: rgba(0, 0, 0, 0.5);
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: black;
}

@media (max-width: 991px) {
  .footer-col {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-col img {
    margin: 0 auto;
  }
  .brokerage-logo {
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .footer-content .h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .footer-content .h4 {
    font-size: 1rem;
  }
}
.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 .VideoWrapper {
  height: 100%;
  max-width: 100%;
}
.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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

iframe {
  width: 100%;
  height: 100%;
}

.img-slider-arrows {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.img-slider-arrows button {
  background-color: #fff;
  margin: 0 5px;
  border-radius: 50%;
}

.list-box-wrap {
  margin-top: 20px;
  margin-bottom: 15px;
}

.list-box-link p, .list-box-link h3 {
  color: #fff;
}
.list-box-link:hover .list-box-img img {
  transform: scale(1);
}
.list-box-link:hover .list-box-status {
  top: 10px;
}

.list-box-status {
  background-color: #D12228;
  padding: 10px 19px;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 3;
}

.list-box-img {
  overflow: hidden;
}
.list-box-img img {
  transform: scale(1.03);
  transition: all 1.8s ease-in-out;
}

.list-box-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  padding: 20px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black);
}

.list-box-meta span:not(:last-child):after {
  content: " + ";
  font-size: 0.7rem;
}
.list-box-meta span.heavy:after {
  content: " | ";
}

.blog-box-link {
  color: #000;
}

.blog-box-wrap {
  margin-bottom: 20px;
}
.blog-box-wrap svg.light-grey-text {
  color: #075674;
}

.blog-box-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.blog-box-img {
  overflow: hidden;
}
.blog-box-img img {
  transform: scale(1.05);
  transition: all 1s ease-in-out;
}

.blog-box-wrap a:hover .blog-box-img img {
  transform: scale(1);
}
.blog-box-wrap a:hover .blog-more {
  color: #E4EBF3;
}
.blog-box-wrap a:hover .blog-more svg {
  transform: translateY(2px) translateX(3px);
}

.blog-more {
  color: #fff;
}
.blog-more svg {
  transform: translateY(2px);
}

.blog-box-date {
  color: rgba(255, 255, 255, 0.5);
}

.blog-box-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  min-height: 55px;
}

@media (max-width: 767px) {
  .blog-box-title {
    min-height: auto;
  }
}
.page-header-wrap a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.page-header-wrap a:hover {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.img-header {
  min-height: 100vh;
  padding: 200px 0 80px;
  overflow: hidden;
}
.img-header:before {
  background-color: rgba(0, 0, 0, 0.27);
  z-index: 1;
}
.img-header .container {
  position: relative;
  z-index: 1;
}

.has-video .fancybox__content {
  border: 1px solid #fff;
}
.has-video .fancybox__content .carousel__button.is-close {
  background-color: #979797;
  width: 49px;
  height: 49px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #979797;
  border-radius: 0;
}
.has-video .fancybox__content .carousel__button.is-close svg {
  height: 28px;
  width: 28px;
  color: #fff;
}
.has-video .fancybox__content .carousel__button.is-close:hover {
  background-color: #000;
  border: 1px solid #fff;
}

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

.text-header {
  padding-top: 150px;
  padding-bottom: 30px;
  color: #fff;
  background-color: #000;
}
.text-header.secondary-bg {
  background-color: #075674;
}

.video-popup {
  margin: 14px auto 0 auto;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}
.video-popup img {
  width: 96px;
  height: 96px;
  transition: all 0.3s ease-out;
}
.video-popup:hover img {
  width: 90px;
  height: 90px;
}

.scroll-header a {
  padding: 10px;
  background-color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 14px auto 0 auto;
}
.scroll-header a svg {
  transform: translateY(2px);
}
.scroll-header a:hover {
  transform: translateY(10px);
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  .img-header {
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .text-header {
    padding-top: 137px;
  }
  .img-header {
    min-height: auto;
  }
  .video-popup {
    width: 83px;
    height: 83px;
  }
  .video-popup img {
    width: 83px;
    height: 83px;
  }
  .video-popup:hover img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 567px) {
  .img-header {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
.sidebar {
  padding: 20px 34px;
  position: sticky;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.sidebar .gfield {
  grid-column: span 12 !important;
}
.sidebar .gform_button {
  margin: 0 auto;
}
.sidebar h3, .sidebar p {
  display: inline;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
}
.sidebar .gform_wrapper {
  margin-top: 15px;
}
.sidebar .sidebar-brandmark {
  width: 100px;
  margin: 0 auto 20px auto;
  display: block;
}
.sidebar a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 300;
}
.sidebar a:hover {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.lead-wrap {
  padding-top: 130px;
  padding-bottom: 50px;
  min-height: 90vh;
}
.lead-wrap .gform_footer {
  justify-content: center;
}
.lead-wrap ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links) li:before {
  margin: 0px 19px 0 -50px;
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  background-color: #fff;
  position: relative;
  top: -5px;
}
.lead-wrap ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links) li:after {
  display: none;
}
.lead-wrap a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.lead-wrap a:hover {
  border-bottom: 1px solid transparent;
  color: #fff;
}

.lead-logo {
  max-width: 211px;
  margin: 0 auto;
}

.lead-content-wrap {
  width: 45%;
  padding: 35px 45px 10px 45px;
}
.lead-content-wrap .gform_wrapper {
  margin-top: 30px;
}

.lead-inner {
  max-width: 527px;
}

.lead-contact {
  background-color: rgba(255, 255, 255, 0.11);
  padding: 17px 27px;
  margin-top: 24px;
}

.lead-image-wrap {
  width: 55%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  padding: 0 75px;
}
.lead-image-wrap h1, .lead-image-wrap div {
  position: relative;
  z-index: 2;
}
.lead-image-wrap:after {
  background-color: rgba(0, 0, 0, 0.56);
}
.lead-image-wrap .object-cover {
  position: absolute;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-content-wrap {
    width: 50%;
  }
  .lead-image-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    padding-top: 105px;
  }
  .lead-contact-icons {
    height: 49px;
    width: 130px;
    top: 0;
    left: 0;
    right: auto;
  }
  .lead-content-wrap {
    width: 100%;
    padding: 34px 15px 20px 15px;
  }
  .lead-inner {
    max-width: none;
  }
  .lead-image-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding-top: 85px;
  }
}
/* Styling for testimonial page and modals */
.t-box-wrap {
  margin-bottom: 15px;
  margin-top: 15px;
}
.t-box-wrap a {
  color: #000;
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .t-box-inner {
  color: #000;
  background-color: #fff;
}
.t-box-wrap a:hover .t-more svg {
  transform: translateX(3px);
  color: #075674;
}

.t-box-inner {
  padding: 70px 40px 50px 40px;
  background-color: #E4EBF3;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #000;
}
.t-box-inner .h5 {
  line-height: 35px;
}

.testimonial-modal .modal-dialog {
  max-width: 800px;
}
.testimonial-modal .modal-content {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 75px 50px 82px 50px;
}
.testimonial-modal .close-btn {
  z-index: 2;
}
.testimonial-modal .testimonial-brandmark {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 26px;
  width: 300px;
  max-height: calc(100% - 40px);
  max-width: calc(100% - 30px);
  opacity: 0.14;
}
.testimonial-modal .t-video {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonial-modal .t-modal-img {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonial-modal .t-modal-wrap {
  position: relative;
  z-index: 2;
}
.testimonial-modal .h5 {
  line-height: 35px;
}

@media (max-width: 767px) {
  .t-box-inner {
    padding: 70px 15px 40px 15px;
  }
  .testimonial-modal .modal-content {
    padding: 75px 20px 30px 20px;
  }
}
/* Styling for main listings page */
.sold-map .acf-map {
  aspect-ratio: 21/9;
}

@media (max-width: 991px) {
  .sold-map .acf-map {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 767px) {
  .sold-map .acf-map {
    aspect-ratio: 4/3;
  }
}
.page-wrap {
  padding-bottom: 60px;
  margin-top: 50px;
}
.page-wrap .entry-content {
  padding-right: 80px;
}

.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links),
.page-wrap ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links),
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links) {
  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) li,
.page-wrap ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links) li,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links) li {
  margin-bottom: 8px;
  padding-left: 50px;
  position: relative;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links) li:before,
.page-wrap ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links) li:before,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links) li:before {
  margin: 0px 19px 0 -50px;
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  background-color: #D12228;
  position: relative;
  top: -5px;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links) li:after,
.page-wrap ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links) li:after,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links) li:after {
  content: "";
  display: block;
  position: absolute;
  height: 11px;
  width: 11px;
  border: 2px solid #D12228;
  background-color: #D12228;
  border-radius: 50%;
  left: 23px;
  top: 12px;
}

.entry-content > h1, .entry-content > .h1 {
  font-size: 2.5rem;
}
.entry-content > h1 span, .entry-content > .h1 span {
  font-weight: 300 !important;
}
.entry-content > h2, .entry-content > .h2 {
  font-size: 2.2rem;
}
.entry-content > h2 span, .entry-content > .h2 span {
  font-weight: 300 !important;
}
.entry-content > h3, .entry-content > .h3 {
  font-size: 1.7rem;
}
.entry-content > h3 span, .entry-content > .h3 span {
  font-weight: 300 !important;
}
.entry-content > h4, .entry-content > .h4 {
  font-size: 1.4rem;
}
.entry-content > h4 span, .entry-content > .h4 span {
  font-weight: 300 !important;
}
.entry-content .freeform-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .page-wrap .entry-content {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .page-wrap .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-wrap .page-sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .entry-content > h1, .entry-content > .h1 {
    font-size: 2rem;
  }
  .entry-content > h2, .entry-content > .h2 {
    font-size: 1.8rem;
  }
  .entry-content > h3, .entry-content > .h3 {
    font-size: 1.5rem;
  }
  .entry-content > h4, .entry-content > .h4 {
    font-size: 1.2rem;
  }
}
.cta-section {
  padding: 150px 0;
  color: #fff;
}
.cta-section:before {
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 85%);
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
  z-index: 1;
}
.cta-section.animated:before {
  opacity: 1;
}
.cta-section .container {
  z-index: 5;
}
.cta-section .banner-img {
  z-index: 0;
}

.cta-inner {
  max-width: 440px;
}
.cta-inner h2 {
  font-size: 3.8rem;
  line-height: 1.1em;
}
.cta-inner p {
  line-height: 1.5em;
}

@media (max-width: 1199px) {
  .cta-inner h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 991px) {
  .cta-section {
    padding: 60px 0;
  }
  .cta-section:before {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 85%);
  }
}
@media (max-width: 767px) {
  .cta-inner {
    max-width: none;
  }
  .cta-inner h2 {
    max-width: 440px;
  }
}
@media (max-width: 567px) {
  .cta-inner h2 {
    font-size: 3rem;
    max-width: 358px;
  }
}
.list-header-wrap {
  padding-top: 130px;
}

.list-header {
  position: absolute;
  top: 130px;
  width: 100%;
  background-image: linear-gradient(to bottom, black 13%, rgba(0, 0, 0, 0));
  z-index: 3;
  padding-bottom: 70px;
}
.list-header .list-box-status {
  position: static;
}

.list-quick-links {
  display: flex;
  flex-direction: column;
  text-align: end;
}
.list-quick-links p {
  margin-bottom: 0 !important;
}
.list-quick-links a {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #fff;
  border-bottom: 1px solid transparent;
  font-weight: normal;
}
.list-quick-links a:hover {
  border-bottom: 1px solid #fff;
}
.list-quick-links svg {
  font-size: 0.8rem;
  color: #D12228;
}

.list-img-wrap {
  padding: 15px;
}

.hilites-arrows {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.hilites-arrows button {
  background-color: #fff;
  margin: 0 5px;
  border-radius: 50%;
}

.list-wrap {
  padding-top: 25px;
}
.list-wrap .page-sidebar {
  margin-top: -150px;
  padding-bottom: 45px;
}
.list-wrap .page-sidebar .sidebar {
  z-index: 4;
}
.list-wrap .entry-content {
  padding-left: 80px;
}
.list-wrap .entry-content > div:last-of-type {
  padding-bottom: 45px;
}

.open-houses {
  background-color: #D12228;
  color: #fff;
  padding: 26px 36px 26px 48px;
  position: relative;
}
.open-houses:before {
  content: "";
  display: block;
  background-color: #A62D2D;
  width: 12px;
  height: 0%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0, 9s ease-out 0.7s;
}
.open-houses.animated:before {
  height: 100%;
}

.list-detail {
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.list-tour {
  margin-top: 30px;
  padding-top: 40px;
  z-index: 1;
  left: 4.3%;
  padding-bottom: 40px;
}
.list-tour .col-lg-7 {
  padding-left: 80px;
}
.list-tour .container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-content-blocks {
  margin-top: 60px;
}
.list-content-blocks > div {
  margin-top: 50px;
  margin-bottom: 50px;
}

.list-agent {
  background-color: #E4EBF3;
  padding: 17px 22px;
}

.list-agent-img {
  width: 147px;
  height: 147px;
  overflow: hidden;
  border-radius: 50%;
}

.list-agent-contact p {
  color: #000;
}
.list-agent-contact p a {
  color: #000;
  border-bottom: 1px solid #000;
}
.list-agent-contact p a:hover {
  border-bottom: 1px solid transparent;
}

.list-agent-info {
  padding-left: 38px;
  width: calc(100% - 147px);
}

.agent-more {
  color: #075674;
}
.agent-more svg {
  transform: translateY(1px);
}
.agent-more:hover svg {
  transform: translateY(1px) translateX(4px);
}

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

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

.list-more-photos a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-bottom: 1px solid #fff;
  font-weight: normal;
}
.list-more-photos a:hover {
  border-bottom: 1px solid transparent;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .list-tour {
    left: 2.7%;
  }
}
@media (max-width: 1199px) {
  .list-img-wrap .art-ratio-21x9 {
    aspect-ratio: 4/3;
  }
  .list-wrap .entry-content {
    padding-left: 15px;
  }
  .list-tour {
    left: 12.3%;
  }
  .list-tour .col-lg-7 {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .list-header {
    position: static;
    background-image: none;
    text-align: center;
    padding-bottom: 30px;
  }
  .list-quick-links {
    text-align: center;
  }
  .list-wrap {
    flex-direction: column-reverse;
  }
  .list-wrap .page-sidebar {
    margin-top: 30px;
    padding-bottom: 0;
  }
  .lic-copy {
    margin-top: 40px;
  }
  .lic-img {
    order: unset !important;
  }
  .list-tour {
    left: 50%;
  }
  .list-tour .col-lg-7 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .list-header .h2 {
    font-size: 2rem;
  }
  .list-agent-img {
    width: 120px;
    height: 120px;
  }
  .list-agent-info {
    padding-left: 26px;
    width: calc(100% - 122px);
  }
}
.blog-cta {
  z-index: 1;
}
.blog-cta:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.blog-cta a {
  color: #fff;
  min-height: 400px;
  position: relative;
  z-index: 1;
}

.share-wrap a {
  color: #E4EBF3;
  border-bottom: none !important;
}
.share-wrap a:hover {
  color: #075674;
}

.post-wrap {
  padding-top: 60px;
  padding-bottom: 70px;
}
.post-wrap .entry-content {
  padding-right: 80px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  font-family: "Fraunces", serif;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4EBF3;
  text-align: start;
}
.post-content h1 span, .post-content h2 span, .post-content h3 span, .post-content h4 span, .post-content h5 span {
  font-weight: 300 !important;
}
.post-content h1 {
  font-size: 2.3rem;
}
.post-content h2 {
  font-size: 2.2rem;
}
.post-content h3 {
  font-size: 1.9rem;
}
.post-content h4 {
  font-size: 1.7rem;
}
.post-content h5 {
  font-size: 1.4rem;
}

.post-author-card {
  margin: 40px 0;
  padding-top: 20px;
  border-top: 2px solid #D12228;
}
.post-author-card a {
  text-decoration: none;
}

.author-card-img {
  width: 90px;
  min-width: 90px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
}

.entry-meta {
  margin-bottom: 20px;
}
.entry-meta a {
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #D12228;
}
.entry-meta a:hover {
  color: #075674;
}

@media (max-width: 1199px) {
  .post-wrap .entry-content {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .post-wrap {
    padding-top: 60px;
  }
  .post-wrap .sidebar {
    margin-top: 40px;
  }
  .post-wrap .entry-content {
    padding-right: 15px;
  }
}
/* Styling for team bios */
.bio-header-wrap {
  padding-top: 160px;
  padding-bottom: 40px;
}
.bio-header-wrap a {
  color: #E4EBF3;
  border-bottom: 1px solid #E4EBF3;
}
.bio-header-wrap a:hover {
  color: #fff;
  border-bottom: 1px solid transparent;
}

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

.bio-details:before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transform: translateY(-20px);
  transition: all 1s ease-in-out 1s;
}
.bio-details.animated:before {
  width: 100%;
}

.bio-wrap {
  padding-top: 35px;
  padding-bottom: 45px;
}
.bio-wrap .entry-content {
  padding-right: 80px;
}
.bio-wrap .entry-content > div:first-of-type {
  margin-top: 0 !important;
}

@media (max-width: 1399px) {
  .bio-wrap .entry-content {
    padding-right: 40px;
  }
  .bio-header {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .bio-wrap .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .bio-header {
    padding-right: 15px;
  }
  .bio-wrap .page-sidebar {
    padding-top: 0;
  }
  .bio-wrap .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .bio-header-wrap {
    padding-top: 130px;
  }
}
.hood-listings-slider {
  margin: 0 -15px;
}
.hood-listings-slider .list-box-wrap {
  padding: 0 15px;
}

.hood-feed-arrows {
  position: absolute;
  width: 100%;
  top: calc(50% - 24px);
}
.hood-feed-arrows button {
  background-color: #fff;
  border-radius: 50%;
}
.hood-feed-arrows .slick-prev {
  left: -24px;
  position: absolute;
}
.hood-feed-arrows .slick-next {
  right: -24px;
  position: absolute;
}

.related-listings-wrap + .copy-and-media {
  padding-top: 30px;
}

@media (max-width: 567px) {
  .hood-feed-arrows {
    position: static;
    margin-top: 4px;
    text-align: center;
  }
  .hood-feed-arrows button {
    margin: 0 5px;
    position: static !important;
  }
}
.blog-faq {
  margin: 30px 0;
}
.blog-faq h3 {
  font-size: 1.3rem;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#faq-accordion {
  margin-top: 30px;
}

.faq-card {
  margin-top: 20px;
}

.faq-toggle {
  background-color: transparent;
  border: 0;
  padding: 0 0 5px;
  outline: none !important;
  text-align: left;
  color: #000 !important;
}
.faq-toggle.collapsed svg {
  transform: rotate(-90deg);
}
.faq-toggle:hover svg {
  transform: rotate(0deg);
}

.faq-card-body {
  margin-top: 15px;
}

/* Styling for thanks/404 pages */
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 200px 0 50px;
  overflow: hidden;
}
.homepage-hero:before {
  background-color: rgba(0, 0, 0, 0.27);
  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;
}

@media (max-width: 767px) {
  .homepage-hero {
    padding-top: 130px;
    min-height: auto;
  }
}
.hp-copy-and-media {
  padding-top: 60px;
  padding-bottom: 120px;
}
.hp-copy-and-media .container {
  position: relative;
  z-index: 2;
}

.hp-cm-logo {
  position: absolute;
  z-index: 1;
  top: 200px;
  width: 769px;
  left: -148px;
}
.hp-cm-logo img {
  opacity: 0.15;
}
.hp-cm-logo img.animated {
  opacity: 0.15 !important;
}

@media (max-width: 991px) {
  .hp-copy-and-media {
    padding-bottom: 60px;
  }
}
/* Styling for homepage listings component */
.homepage-listings {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow-x: hidden;
}
.homepage-listings + section {
  padding-top: 0 !important;
}

.hp-list-slider {
  margin: 0 -199px;
}

.hp-list-slide {
  padding: 0 15px;
  position: relative;
}
.hp-list-slide a {
  position: relative;
  z-index: 10;
}
.hp-list-slide a:hover .hp-list-img img {
  transform: scale(1);
}
.hp-list-slide a:hover .list-box-status {
  top: 10px;
}

.hp-list-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.hp-list-img img {
  transform: scale(1.03);
  transition: all 1.8s ease-in-out;
}

.hp-list-info {
  position: absolute;
  padding: 170px 33px 33px 33px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  width: 100%;
  bottom: 0;
  color: #fff;
}

.hp-list-arrows button {
  position: absolute;
  top: calc(50% + 48px);
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
}
.hp-list-arrows button.slick-prev {
  left: 64px;
}
.hp-list-arrows button.slick-next {
  right: 64px;
}

@media (max-width: 1399px) {
  .hp-list-arrows button.slick-prev {
    left: -17px;
  }
  .hp-list-arrows button.slick-next {
    right: -17px;
  }
}
@media (max-width: 991px) {
  .homepage-listings {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hp-list-img {
    aspect-ratio: 4/3;
  }
  .hp-list-info {
    position: static;
    width: 100%;
    opacity: 1;
    background: none;
    padding: 10px 0;
    color: #000;
  }
  .hp-list-slider {
    margin: 0 -15px;
  }
  .hp-list-arrows {
    top: auto;
    width: 100%;
    position: static;
    margin-top: 10px;
    justify-content: center;
  }
  .hp-list-arrows button {
    margin: 0 5px;
    position: static;
  }
}
@media (max-width: 767px) {
  .hp-list-info .h2 {
    font-size: 1.4rem;
  }
  .hp-list-info p {
    font-size: 0.8rem;
  }
  .hp-list-status {
    top: 0;
  }
}
.homepage-cta {
  padding: 50px 15px;
}
.homepage-cta h2 {
  transition: all 2.6s ease-in-out 0.3s;
  transform: translateX(-100%);
}
.homepage-cta h2.animated {
  transform: translateX(0);
}

.hp-cta-inner {
  padding: 30px 80px 0 80px;
}

.hp-cta-panel {
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .homepage-cta h2 {
    font-size: 8.5rem;
  }
  .hp-cta-inner {
    padding: 30px 40px 0 40px;
  }
}
@media (max-width: 991px) {
  .homepage-cta {
    padding: 50px 15px 0;
  }
  .homepage-cta h2 {
    font-size: 3rem;
  }
  .hp-cta-panel {
    display: flex;
    padding-bottom: 15px;
    flex-direction: column;
  }
  .hp-cta-inner {
    padding: 30px 80px 30px 80px;
  }
}
@media (max-width: 767px) {
  .hp-cta-inner {
    padding: 30px 0px 30px 0px;
  }
}
/* Styling for homepage testimonials component */
.hp-t-content {
  padding: 120px 75px 230px 75px;
}
.hp-t-content > div {
  max-width: 570px;
}

.hp-t-text {
  line-height: 1.8rem;
}

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

.hp-t-arrows {
  position: absolute;
  bottom: 150px;
  left: calc(25% - 58px);
}
.hp-t-arrows button {
  margin: 0 5px;
}

.hp-t-links {
  position: absolute;
  width: 50%;
  bottom: 60px;
  text-align: center;
}
.hp-t-links a:only-child {
  margin: 0 !important;
}

@media (max-width: 991px) {
  .homepage-testimonials {
    padding-bottom: 50px;
  }
  .hp-t-arrows {
    text-align: center;
    position: static;
  }
  .hp-t-content {
    padding: 70px 70px 30px 70px;
  }
  .hp-t-links {
    position: static;
    width: 100%;
    padding: 30px 15px 0px 15px;
  }
  .hp-t-img-mobile {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #075674;
    height: 150px;
    width: 150px;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 567px) {
  .hp-t-content {
    padding: 50px 15px 30px 15px;
  }
  .hp-t-img {
    height: 130px;
    width: 130px;
  }
  .hp-t-content .h5 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
/* Styling for homepage blog component */
.homepage-blog {
  padding: 50px 0 50px;
  z-index: 1;
}
.homepage-blog a {
  color: #fff !important;
}
.homepage-blog .blog-box-wrap {
  margin-bottom: 20px;
}
.homepage-blog .blog-box-wrap svg.light-grey-text {
  color: #E4EBF3;
}

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

.hp-blog-wrap {
  position: relative;
}

.lg-blog {
  margin-bottom: 0;
}

.sm-blogs-wrap .blog-box-wrap {
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  margin-bottom: 18px;
}
.sm-blogs-wrap .blog-box-wrap:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.blog-scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #E4EBF3;
  padding-top: 12px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .sm-blogs-wrap .blog-box-inner .h5 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .homepage-blog {
    padding: 60px 0 30px;
  }
  .sm-blogs-wrap {
    margin-top: 50px;
    height: unset;
    overflow: unset;
  }
}
@media (max-width: 991px) {
  .mobile-hp-blog {
    position: relative;
  }
  .hp-blog-arrows {
    margin-top: 20px;
    text-align: center;
  }
  .hp-blog-arrows button {
    margin: 0 5px;
  }
  .hp-blog-slide {
    margin-bottom: 0 !important;
  }
}
/* Styling for copy overlaid on media component */
.homepage-copy-on-media {
  padding: 100px 0;
  color: #fff;
  min-height: calc(100vh - 95px);
}
.homepage-copy-on-media:before {
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 1;
}
.homepage-copy-on-media .container {
  position: relative;
  z-index: 2;
}

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

@media (max-width: 767px) {
  .homepage-copy-on-media {
    min-height: auto;
    padding: 60px 0;
  }
}
/* Styling for freeform content component */
/* Styling for copy overlaid on media component */
.overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.copy-on-media {
  padding: 200px 0;
  color: #fff;
}
.copy-on-media:before {
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 85%);
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
  z-index: 1;
}
.copy-on-media.animated:before {
  opacity: 1;
}
.copy-on-media .container {
  z-index: 5;
}

.overlay-inner {
  max-width: 440px;
}
.overlay-inner p {
  line-height: 1.5em;
}

@media (max-width: 991px) {
  .copy-on-media {
    padding: 60px 0;
  }
  .copy-on-media:before {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 767px) {
  .overlay-inner {
    max-width: none;
  }
}
/* Styling for copy and media component */
.copy-and-media {
  padding-top: 70px;
  padding-bottom: 70px;
}
.copy-and-media + .copy-and-media {
  padding-top: 0 !important;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}

.cm-inner > div {
  padding: 0 0 40px 0;
  max-width: 400px;
}

@media (max-width: 991px) {
  .copy-and-media.media-left .cm-media {
    order: 2;
  }
  .cm-inner > div {
    max-width: none;
  }
}
/* Styling for team query component */
/* Styling for team query component */
.team-query-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.team-query {
  margin-top: 50px;
}

.team-box-wrap {
  padding-bottom: 15px;
}

.team-box-img {
  overflow: hidden;
  margin-bottom: 15px;
}
.team-box-img img {
  transition: all 0.6s ease-in-out;
  transform: scale(1);
}

.team-more {
  display: inline;
  opacity: 0;
}
.team-more svg {
  transform: translateY(2px);
}

.team-box-link h3, .team-box-link p {
  color: #000;
}
.team-box-link:hover h3 {
  color: #075674;
}
.team-box-link:hover .team-more {
  opacity: 1;
}
.team-box-link:hover .team-box-img img {
  transform: scale(1.02);
}

@media (max-width: 567px) {
  .team-query-wrap h2 {
    font-size: 1.8rem !important;
  }
}
.hood-box-link {
  color: #000;
}

.hood-box-wrap {
  margin-bottom: 20px;
}
.hood-box-wrap svg.light-grey-text {
  color: #075674;
}

.hood-box-img {
  overflow: hidden;
}
.hood-box-img img {
  transform: scale(1.05);
  transition: all 1.8s ease-in-out;
}

.hood-box-wrap a:hover .hood-box-img img {
  transform: scale(1);
}
.hood-box-wrap a:hover .hood-more svg {
  transform: translateY(2px) translateX(3px);
  color: #075674;
}

.hood-more {
  color: #000;
}
.hood-more svg {
  transform: translateY(2px);
}

/* Styling for blog feed component */
.blog-feed {
  padding-top: 60px;
  padding-bottom: 80px;
}

.blog-feed-wrap .blog-box-wrap {
  padding: 0 15px;
}

.blog-arrows {
  position: absolute;
  width: 100%;
  top: calc(50% - 24px);
}
.blog-arrows .slick-prev {
  left: -15px;
  position: absolute;
}
.blog-arrows .slick-next {
  right: -15px;
  position: absolute;
}

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

@media (max-width: 991px) {
  .blog-feed-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog-arrows {
    position: static;
    text-align: center;
  }
  .blog-arrows button {
    position: static;
    margin: 0 5px;
  }
  .blog-arrows .slick-prev {
    position: static;
  }
  .blog-arrows .slick-next {
    position: static;
  }
  .blog-feed .blog-box-wrap {
    margin-bottom: 0;
  }
}
/* Styling for testimonial callout component */
.testimonial-callout {
  padding: 70px 0;
}

.t-callout-img {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.t-callout-arrows {
  text-align: center;
  margin-top: 30px;
}
.t-callout-arrows button {
  margin: 0 5px;
}

@media (max-width: 991px) {
  .t-callout-img {
    width: 105px;
    height: 105px;
  }
}
.thanks404-wrap {
  padding-top: 170px;
  padding-bottom: 60px;
  border-bottom: 2px solid #000;
}

.thanks404-inner > div {
  max-width: 416px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .thanks404-wrap {
    padding-bottom: 45px;
    padding-top: 120px;
  }
  .thanks404-inner > div {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .thanks404-inner h1 {
    max-width: 337px;
  }
  .thanks404-inner > div {
    max-width: 540px;
  }
}
@media (max-width: 567px) {
  .thanks404-inner > div {
    max-width: none;
  }
}
.revealer-block .reveal-after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.revealer-block .revealer {
  height: 100%;
  border-left: solid 2px #D12228;
  position: absolute;
  top: 0;
  left: 50%;
  font-weight: bold;
  text-align: center;
  line-height: 3.2rem;
}
.revealer-block .revealer .revealer-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(50% - 35px);
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.sticky-heading-media {
  padding-top: 80px;
  padding-bottom: 90px;
}
.sticky-heading-media .img-slider-arrows {
  width: 100%;
  bottom: 0;
  right: auto;
  top: calc(50% - 24px);
  display: flex;
  justify-content: space-between;
}
.sticky-heading-media .img-slider-arrows .slick-prev {
  transform: translateX(-30px);
}
.sticky-heading-media .img-slider-arrows .slick-prev:hover {
  transform: translateX(-35px);
}
.sticky-heading-media .img-slider-arrows .slick-next {
  transform: translateX(30px);
}
.sticky-heading-media .img-slider-arrows .slick-next:hover {
  transform: translateX(35px);
}

.sh-media {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .sh-media .art-ratio-21x9 {
    aspect-ratio: 4/3;
  }
  .sticky-heading-media .img-slider-arrows {
    width: auto;
    right: 0;
    top: auto;
    bottom: 15px;
  }
  .sticky-heading-media .img-slider-arrows .slick-prev {
    transform: translateX(0px);
  }
  .sticky-heading-media .img-slider-arrows .slick-prev:hover {
    transform: translateX(-5px);
  }
  .sticky-heading-media .img-slider-arrows .slick-next {
    transform: translateX(0px);
  }
  .sticky-heading-media .img-slider-arrows .slick-next:hover {
    transform: translateX(5px);
  }
}
.social-quick-links {
  margin-top: 30px;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}
.social-quick-links > div {
  margin-bottom: 15px;
}
.social-quick-links .btn, .social-quick-links .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .social-quick-links .wp-block-button__link, .social-quick-links .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .social-quick-links .wp-block-button__link, .social-quick-links #login .button-primary, #login .social-quick-links .button-primary {
  width: 100%;
  min-height: 50px;
  height: unset;
  white-space: break-spaces;
}

.social-link-grid {
  display: flex;
  flex-wrap: wrap;
}

.social-grid-box {
  margin-bottom: 40px;
}
.social-grid-box a {
  color: #075674;
  font-weight: 600 !important;
}
.social-grid-box a:hover .social-grid-img:before, .social-grid-box a:focus .social-grid-img:before, .social-grid-box a:active .social-grid-img:before {
  opacity: 0.3;
}

.social-grid-img {
  aspect-ratio: 1/1;
  margin-bottom: 12px;
  position: relative;
}
.social-grid-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #091b1e;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.accordion-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.accordion-inner {
  border-bottom: 1px solid #E4EBF3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.accordion-toggle {
  background-color: transparent;
  border: 0;
  padding: 0 0 15px;
  outline: none !important;
  text-align: left;
  color: #000 !important;
}
.accordion-toggle.collapsed svg {
  transform: rotate(-90deg);
}
.accordion-toggle:hover svg {
  transform: rotate(0deg);
}

.accordion-card-body {
  margin-top: 15px;
}
.accordion-card-body h4 {
  font-family: "Fraunces", serif;
  font-weight: 300;
  margin-bottom: 15px;
}/*# sourceMappingURL=main.css.map */