@charset "UTF-8";
/* Helpers */
/* Colours */
/* Typography */
.hpql-img:before, .hpcs-slide-text:before, .link-box-img:after, .hpcom-media:before, .hpls-img:before, .hpls-info:before, .homepage-hero:before, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .hilites-slide:before,
.list-img:before, .hilites-slide:after,
.list-img:after, .lead-img:before, .header-media:before, .blog-box-img:before, .footer-media:before, .hp-modal-img:before, .cta-modal-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

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

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

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

.default-transition, a {
  transition: all 0.6s ease-in-out;
}

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

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

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

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

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

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

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

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

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

.fadein.animated {
  opacity: 1;
}

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

/*
.animate-heading {
    display: flex;
    flex-wrap: wrap;
	opacity: 0;
	transition: all .4s ease;

	&.animated {
		opacity: 1;
	}

	.word {
        padding-right: 12px;
		line-height: 1.15;

		&:first-child {
			padding-left: 0 !important;
		}

		&:last-child {
			padding-right: 0 !important;
		}
    }

	&.text-end {
		justify-content: flex-end;
	}

	&.text-center {
		justify-content: center;
	}
}

.h1, h1 {
	&.animate-heading {
		.word {
			padding-right: 18px;
		}

		&.text-center,
		&.justify-content-center {
			.word {
				padding: 0 9px;
			}
		}

		&.text-end,
		.justify-content-end {
			.word {
				padding-left: 18px;
			}
		}
	}
}

.h2, h2 {
	&.animate-heading {
		.word {
			padding-right: 16px;
		}

		&.text-center,
		&.justify-content-center {
			.word {
				padding: 0 8px;
			}
		}

		&.text-end,
		.justify-content-end {
			.word {
				padding-left: 16px;
			}
		}
	}
}

.h3, h3 {
	&.animate-heading {
		.word {
			padding-right: 12px;
		}

		&.text-center,
		&.justify-content-center {
			.word {
				padding: 0 6px;
			}
		}

		&.text-end,
		.justify-content-end {
			.word {
				padding-left: 12px;
			}
		}
	}
}

.h4, h4 {
	&.animate-heading {
		.word {
			padding-right: 10px;
		}

		&.text-center,
		&.justify-content-center {
			.word {
				padding: 0 5px;
			}
		}

		&.text-end,
		.justify-content-end {
			.word {
				padding-left: 10px;
			}
		}
	}
}

.h5, h5 {
	&.animate-heading {
		.word {
			padding-right: 8px;
		}

		&.text-center,
		&.justify-content-center {
			.word {
				padding: 0 4px;
			}
		}

		&.text-end,
		.justify-content-end {
			.word {
				padding-left: 8px;
			}
		}
	}
}

.fadeWord {
	opacity: 0 !important;
	display: inline-block;
	transform: translateY(35px);
	transition: all .8s ease-in-out .5s;
	transform-origin: 0 0;
}

.animated.fadeWord {
	opacity: 1 !important;
	transform: translateY(0);
}

.break-word {
	padding: 0 !important;
	width: 100%;
	display: block;
}*/
.d1 {
  transition-delay: 0.5s !important;
}

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

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

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

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
  /*
  .h1, h1 {
  	&.animate-heading {
  		.word {
  			padding-right: 16px;
  		}

  		&.text-center,
  		&.justify-content-center {
  			.word {
  				padding: 0 8px;
  			}
  		}

  		&.text-end,
  		.justify-content-end {
  			.word {
  				padding-left: 16px;
  			}
  		}
  	}
  }

  h1, .h1,
  h2, .h2,
  h3, .h3 {
  	&.fade-children>* {
  		transition-delay: unset !important;
  	}
  }*/
}
/*@media (max-width: 767px) {
	.h1, h1 {
		&.animate-heading {
			.word {
				padding-right: 0 6px;
			}

			&.text-center,
			&.justify-content-center {
				.word {
					padding: 0 5px;
				}
			}

			&.text-end,
			.justify-content-end {
				.word {
					padding-left: 6px;
					padding-right: 0;
				}
			}
		}
	}

	.h2, h2,
	.h3, h3 {
		&.animate-heading {
			.word {
				padding-right: 8px;
			}

			&.text-center,
			&.justify-content-center {
				.word {
					padding: 0 5px;
				}
			}

			&.text-end,
			.justify-content-end {
				.word {
					padding-left: 10px;
				}
			}
		}
	}

	.h4, h4 {
		&.animate-heading {
			.word {
				padding-right: 8px;
			}

			&.text-center,
			&.justify-content-center {
				.word {
					padding: 0 4px;
				}
			}

			&.text-end,
			.justify-content-end {
				.word {
					padding-left: 8px;
				}
			}
		}
	}

	.h5, h5 {
		&.animate-heading {
			.word {
				padding-right: 6px;
			}

			&.text-center,
			&.justify-content-center {
				.word {
					padding: 0 3px;
				}
			}

			&.text-end,
			.justify-content-end {
				.word {
					padding-left: 6px;
				}
			}
		}
	}
}*/
/* Helpers */
/******* Fonts *******/
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-Regular.woff2") format("woff2"), url("../fonts/hinted-CompassSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-Italic.woff2") format("woff2"), url("../fonts/hinted-CompassSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-Medium.woff2") format("woff2"), url("../fonts/hinted-CompassSans-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-CompassSans-MediumItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-Bold.woff2") format("woff2"), url("../fonts/hinted-CompassSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-CompassSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Compass Serif";
  src: url("../fonts/hinted-CompassSerif-Regular.woff2") format("woff2"), url("../fonts/hinted-CompassSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Compass Serif";
  src: url("../fonts/hinted-CompassSerif-Italic.woff2") format("woff2"), url("../fonts/hinted-CompassSerif-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Compass Serif";
  src: url("../fonts/hinted-CompassSerif-SemiBold.woff2") format("woff2"), url("../fonts/hinted-CompassSerif-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Compass Serif";
  src: url("../fonts/hinted-CompassSerif-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-CompassSerif-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Compass Sans", 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,
.h1, .h2, .h3, .h4 {
  font-family: "Compass Serif", serif;
  line-height: 1.15;
}

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.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: "Compass Serif", serif;
}

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

.light {
  font-weight: 100;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

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

blockquote {
  margin: 35px 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 25px 35px;
  font-size: 1rem;
  font-family: "Compass Serif", serif;
}
blockquote a:not(.btn):not(.wp-element-button) {
  color: #000 !important;
  border-color: #000 !important;
}
blockquote a:not(.btn):not(.wp-element-button):hover, blockquote a:not(.btn):not(.wp-element-button):focus, blockquote a:not(.btn):not(.wp-element-button):active {
  border-color: transparent !important;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote p {
  margin-bottom: 7px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.8rem;
  }
  h2, .h2 {
    font-size: 2.3rem;
  }
  h3, .h3 {
    font-size: 1.8rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.1rem;
  }
  h2, .h2 {
    font-size: 1.9rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  blockquote {
    padding: 25px 20px;
  }
}
/* Helpers */
body {
  background-color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

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

.box-shadow {
  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);
}

.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 -8px;
}
.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: 8px solid transparent !important;
  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: #000 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #000 !important;
}

.black-bg,
.darkgrey-bg {
  background-color: #000;
  color: #fff;
}
.black-bg a:not(.btn):not(.wp-element-button),
.darkgrey-bg a:not(.btn):not(.wp-element-button) {
  color: #fff;
  border-color: #fff;
}
.black-bg a:not(.btn):not(.wp-element-button):hover, .black-bg a:not(.btn):not(.wp-element-button):focus, .black-bg a:not(.btn):not(.wp-element-button):active,
.darkgrey-bg a:not(.btn):not(.wp-element-button):hover,
.darkgrey-bg a:not(.btn):not(.wp-element-button):focus,
.darkgrey-bg a:not(.btn):not(.wp-element-button):active {
  color: #fff;
}
.black-bg .btn-secondary,
.darkgrey-bg .btn-secondary {
  color: #fff;
  border-color: #fff;
}
.black-bg .btn-secondary .btn-arrow,
.darkgrey-bg .btn-secondary .btn-arrow {
  background-color: #000;
  color: #fff;
}
.black-bg .btn-secondary:hover, .black-bg .btn-secondary:focus, .black-bg .btn-secondary:active,
.darkgrey-bg .btn-secondary:hover,
.darkgrey-bg .btn-secondary:focus,
.darkgrey-bg .btn-secondary:active {
  background-color: #fff !important;
  color: #000;
}
.black-bg .btn-solid-secondary,
.darkgrey-bg .btn-solid-secondary {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.black-bg .btn-solid-secondary .btn-arrow,
.darkgrey-bg .btn-solid-secondary .btn-arrow {
  background-color: #fff;
  color: #000;
}
.black-bg .btn-solid-secondary:hover, .black-bg .btn-solid-secondary:focus, .black-bg .btn-solid-secondary:active,
.darkgrey-bg .btn-solid-secondary:hover,
.darkgrey-bg .btn-solid-secondary:focus,
.darkgrey-bg .btn-solid-secondary:active {
  background-color: #000 !important;
  color: #fff !important;
}

.darkgrey-bg {
  background-color: #1a1a1a;
}

.white-bg {
  background-color: #fff;
  color: #000;
}
.white-bg a:not(.btn):not(.wp-element-button) {
  color: #000;
  border-color: #000;
}
.white-bg a:not(.btn):not(.wp-element-button):hover, .white-bg a:not(.btn):not(.wp-element-button):focus, .white-bg a:not(.btn):not(.wp-element-button):active {
  color: #000;
}
.white-bg .btn-primary {
  color: #000;
  border-color: #000;
}
.white-bg .btn-primary .btn-arrow {
  background-color: #fff;
  color: #000;
}
.white-bg .btn-primary:hover, .white-bg .btn-primary:focus, .white-bg .btn-primary:active {
  background-color: #000 !important;
  color: #fff;
}
.white-bg .btn-solid-primary {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.white-bg .btn-solid-primary .btn-arrow {
  background-color: #000;
  color: #fff;
}
.white-bg .btn-solid-primary:hover, .white-bg .btn-solid-primary:focus, .white-bg .btn-solid-primary:active {
  background-color: #fff !important;
  color: #000 !important;
}

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

.btn-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  padding: 0;
  opacity: 1 !important;
  border: 0 !important;
  border-radius: 100%;
  background-image: none;
}
.btn-close:hover, .btn-close:focus, .btn-close:active {
  transform: scale(0.95);
}

.wp-block-social-links .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-social-link a {
  background-color: #000;
  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: #000;
  color: #000;
}
.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: #000;
  border-radius: 20px;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.slick-dots:has(li:first-child:last-child) {
  display: none;
}
.slick-dots li {
  margin: 0 4px;
  line-height: 12px;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots button {
  text-indent: -9999px;
  border: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  opacity: 0.6;
  transition: all 0.4s ease-out;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
  opacity: 1;
}

.slick-arrow {
  padding: 0;
  border: 0;
  background-color: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.4s ease-out;
  font-size: 1.3rem;
  line-height: 1;
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  transform: scale(1.05);
}

.vert-line {
  height: 60px;
  width: 1px;
  margin: 30px auto;
  position: relative;
}
.vert-line:before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 0px;
  background-color: #fff;
  transition: all 0.8s ease-in-out 0.3s;
}
.vert-line.black-line:before {
  background-color: #000;
}
.vert-line.animated:before {
  height: 100%;
}

.o25 {
  opacity: 0.25;
}

.o60 {
  opacity: 0.6;
}

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

.wp-block-image a {
  border: 0;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .span-section {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .gallery-item {
    width: 33.3333%;
    min-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #page {
    overflow: hidden;
  }
  .span-section {
    padding: 0 15px;
  }
  .vert-line {
    height: 30px;
  }
}
/* Helpers */
a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #000;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #000;
  border-color: transparent !important;
}

.btn, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "Compass Sans", sans-serif;
  font-weight: normal;
  font-size: 0.8rem;
  padding: 15px 20px;
  line-height: 1;
  min-height: 60px;
  min-width: 250px;
  letter-spacing: 0.03rem;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.25s;
  box-shadow: none !important;
  text-shadow: none;
  background-color: transparent !important;
}
.btn:hover .btn-arrow, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-arrow, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-arrow, .btn:focus .btn-arrow, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-arrow, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-arrow, .btn:active .btn-arrow, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-arrow, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}
.btn:hover .btn-text, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-text, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-text, .btn:focus .btn-text, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-text, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-text, .btn:active .btn-text, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-text, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-text {
  padding-left: 0;
  transform: translateX(0);
}

.btn-text {
  transform: translateX(15px);
  transition: all 0.4s;
}

.btn-arrow {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 0.75rem;
  margin-left: 7px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.4s;
}

.btn-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
  border-color: #fff;
}
.btn-primary .btn-arrow, .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-arrow {
  background-color: #000;
  color: #fff;
}
.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: #fff !important;
  color: #000;
}

.btn-secondary, .wp-block-button.is-style-outline .wp-block-button__link {
  color: #000;
  border-color: #000;
}
.btn-secondary .btn-arrow, .wp-block-button.is-style-outline .wp-block-button__link .btn-arrow {
  background-color: #fff;
  color: #000;
}
.btn-secondary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-secondary:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: #000 !important;
  color: #fff;
}

.btn-solid-primary {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-solid-primary .btn-arrow {
  background-color: #fff;
  color: #000;
}
.btn-solid-primary:hover, .btn-solid-primary:focus, .btn-solid-primary:active {
  background-color: #000 !important;
  color: #fff !important;
}

.btn-solid-secondary {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-solid-secondary .btn-arrow {
  background-color: #000;
  color: #fff;
}
.btn-solid-secondary:hover, .btn-solid-secondary:focus, .btn-solid-secondary:active {
  background-color: #fff !important;
  color: #000 !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  .btn, .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 */
/* Helpers */
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 #fff;
  padding: 5px 8px;
  height: 60px;
  font-size: 1rem !important;
  color: #fff;
}
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 #fff;
  background-color: transparent;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #fff;
}
textarea:focus-visible {
  outline: none;
}

select {
  background: transparent url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 12px;
  -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(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 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: "Compass Sans", 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 #fff !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: #fff !important;
  color: #000 !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: rgba(255, 255, 255, 0.7);
}

.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: flex-end;
  padding: 0 !important;
  margin-top: 12px !important;
}

.gfield_required,
.required {
  color: #fff !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: #fff;
}
.gfield.gfield_error {
  outline: 1px solid #c02b0a;
}
.gfield.no-animate .gfield_label {
  position: static;
  font-size: 0.7rem !important;
}

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

.gfield_label,
label, .label {
  font-size: 0.75rem !important;
  color: #fff !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;
}

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

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

.widget-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  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_form .search-field {
  width: 100%;
  padding-right: 40px !important;
  background-color: transparent !important;
  -webkit-appearance: none;
  padding-left: 15px !important;
}

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

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

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

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

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

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

.widget select {
  width: 100%;
  color: #fff;
  background-color: transparent !important;
  font-size: 0.8rem !important;
  padding-left: 15px !important;
}

/** # 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: 15px;
  }
}
/*---------------------------*/
/*--- ## 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: #fff;
  font-weight: normal;
  margin: 0 6px;
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
}
.page-numbers.current {
  border-color: #fff !important;
  font-weight: bold;
}
.page-numbers:hover, .page-numbers:focus, .page-numbers:active {
  border-color: #fff !important;
}
.page-numbers.next, .page-numbers.prev {
  margin: 0;
  border-color: transparent !important;
}
.page-numbers.next {
  margin-left: 20px;
}
.page-numbers.prev {
  margin-right: 20px;
}

/*----------------------------*/
/*--- ## 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: #000;
}
.post-navigation .pagination .nav-next {
  float: right;
}

/** # Responsive **/
@media (max-width: 767px) {
  .page-numbers.next, .page-numbers.prev {
    margin: 0 5px !important;
  }
}
.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: #000;
}
#login h1 a {
  width: 150px;
  background-size: 150px;
  height: 180px;
  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;
  border: 1px solid #fff;
  padding: 10px 30px !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  transition: all 0.4s ease-out;
}
#login .button-primary:hover, #login .button-primary:focus, #login .button-primary:active {
  background-color: #fff;
  color: #000;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #fff !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: rgba(255, 255, 255, 0.7) !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: rgba(255, 255, 255, 0.7) !important;
}

body.nav-active {
  overflow-y: hidden;
}

#page {
  position: relative;
  transition: all 0.4s ease-in-out;
}
#page.nav-active {
  transform: translateX(-450px);
}

.nav-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s linear 0.1s;
}
.nav-overlay.nav-active {
  opacity: 1;
  z-index: 4;
}

#content {
  position: relative;
}

.nav-wrap {
  background-color: #000;
  height: 100vh;
  width: 450px;
  right: 0;
  position: fixed;
  overflow-y: auto;
  padding: 35px 45px 45px;
}
.nav-wrap.nav-active .nav-brand img {
  opacity: 0.05;
  transform: translateX(0);
  transition: all 1s ease-in-out 0.15s;
}
.nav-wrap.nav-active .nav-inner {
  opacity: 1;
  transition: all 0.6s ease-in-out 0.2s;
}

.nav-brand {
  position: absolute;
  bottom: 15px;
  right: 15px;
  overflow: hidden;
}
.nav-brand img {
  width: 325px;
  height: auto;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.4s;
}

.primary-nav {
  padding: 0;
}

.nav-inner {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  opacity: 0;
}

.nav-logo {
  width: 100px;
  margin-bottom: 25px;
}

.nav-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  padding-top: 20px;
  color: #fff;
}
.nav-contact p a {
  color: #fff !important;
  font-weight: normal;
  border-color: transparent;
}
.nav-contact p a:hover, .nav-contact p a:focus, .nav-contact p a:active {
  border-color: #fff !important;
}

.nav-social a {
  border: 0;
  display: inline-block;
  color: #fff !important;
}
.nav-social a:hover, .nav-social a:focus, .nav-social a:active {
  transform: translateY(-2px);
}

.main-menu {
  justify-content: space-between;
  width: 100%;
}
.main-menu > li {
  text-align: left !important;
  transition: all 0.6s ease-in-out;
}
.main-menu > li > a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "Compass Serif", serif;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  background-color: transparent !important;
  outline: none !important;
  border: 0 !important;
  margin-top: 15px;
  transition: all 0.6s ease-in-out;
}
.main-menu > li > a:after {
  border: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-left: 10px;
}
.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 {
  color: #fff;
  background-color: transparent;
}

/* Secondary Nav */
.dropdown-menu {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.dropdown-menu li {
  text-align: left !important;
}
.dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.85rem;
  font-weight: normal;
  background-color: transparent !important;
  border: 0;
  padding: 3px 0 !important;
  display: inline-block;
  position: relative;
  width: fit-content;
}
.dropdown-menu .dropdown-item:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 1px;
  width: 0;
  transition: all 0.4s;
  background-color: #fff;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #fff;
  background-color: transparent;
}
.dropdown-menu .current-menu-item .dropdown-item:before,
.dropdown-menu .dropdown-item:hover:before,
.dropdown-menu .dropdown-item:active:before,
.dropdown-menu .dropdown-item:focus:before {
  width: 100%;
}

/** # Responsive **/
@media (max-width: 767px) {
  .nav-wrap {
    width: 100vw;
    padding: 35px 20px 90px;
  }
  .nav-wrap .navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
  }
  #page.nav-active,
  #masthead.nav-active {
    transform: translateX(-100vw);
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  transition: all 0.2s ease-out, transform 0.4s ease-in-out;
  padding: 20px 0;
  border-bottom: 1px solid transparent;
}
#masthead.header-scroll {
  padding: 15px 0;
  background-color: #000;
  border-color: rgba(255, 255, 255, 0.25);
}
#masthead.nav-active {
  transform: translateX(-450px);
}

.site-header-inner {
  padding: 0 45px;
}

.header-left,
.header-right {
  transform: translateY(-40px);
  transition: all 0.2s ease-out;
}

.header-left.nav-active {
  opacity: 0.25;
  pointer-events: none;
}

.header-social a {
  margin-right: 6px;
  font-size: 0.85rem;
  color: #fff;
  border: 0;
  transition: all 0.25s ease-out;
  display: inline-block;
}
.header-social a:hover, .header-social a:focus, .header-social a:active {
  transform: translateY(-3px);
}

.cta-link a {
  color: #fff;
  border-color: #fff;
  border-width: 2px;
  padding-bottom: 4px;
  font-weight: normal;
}
.cta-link a:hover, .cta-link a:focus, .cta-link a:active {
  border-color: transparent;
}

.header-logo {
  position: relative;
  transition: all 0.4s;
}
.header-logo.nav-active {
  opacity: 0;
  pointer-events: none;
}
.header-logo a {
  border: 0;
}
.header-logo img:first-of-type {
  height: 175px;
  width: auto;
  transition: all 0.2s;
}
.header-logo img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 175px;
  width: auto;
  transition: all 0.2s;
  opacity: 0;
}

.header-quick-nav {
  transition: all 0.2s;
}
.header-quick-nav.nav-active {
  opacity: 0.25;
  pointer-events: none;
}
.header-quick-nav a {
  color: #fff;
  border-bottom: 2px solid transparent !important;
  padding-bottom: 4px;
  font-weight: normal;
  margin-right: 20px;
}
.header-quick-nav a:hover, .header-quick-nav a:focus, .header-quick-nav a:active {
  border-color: #fff !important;
}

.navbar-toggler {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  border-radius: 100%;
  border: 1px solid transparent;
  box-shadow: none !important;
  background-color: #000;
  transition: all 0.25s ease-out;
  transform: scale(1.05);
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  transform: scale(1);
}
.navbar-toggler.nav-active {
  border-color: rgba(255, 255, 255, 0.6);
}
.navbar-toggler.nav-active .menu-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggler.nav-active .menu-bar:first-child {
  transform: rotate(45deg) translate(5px, 6px);
}
.navbar-toggler.nav-active .menu-bar:last-child {
  transform: rotate(-45deg) translate(6px, -6px);
}

.menu-bar {
  display: block;
  height: 2px;
  width: 31px;
  margin: 3px 0;
  background-color: #fff;
  transition: 0.25s ease-in-out;
}

.header-scroll .header-logo img:first-of-type {
  opacity: 0;
  height: 80px;
}
.header-scroll .header-logo img:last-of-type {
  opacity: 1;
  height: 80px;
}
.header-scroll .header-left,
.header-scroll .header-right {
  transform: translateY(0);
}
.header-scroll .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
}

/** # Responsive **/
@media (max-width: 1199px) {
  .site-header-inner {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .header-logo img:first-of-type {
    height: 130px;
  }
  .header-logo img:last-of-type {
    height: 130px;
  }
  .header-left,
  .header-right {
    transform: translateY(-25px);
  }
}
@media (max-width: 767px) {
  .site-header-inner {
    padding: 0 15px;
  }
  .header-logo {
    text-align: left !important;
  }
  .header-logo img:first-of-type {
    height: 100px;
  }
  .header-logo img:last-of-type {
    height: 100px;
    right: unset;
    left: 15px;
  }
  .header-left,
  .header-right {
    transform: translateY(-15px);
  }
  .navbar-toggler {
    width: 55px;
    height: 55px;
  }
  .header-scroll#masthead {
    padding: 10px 0;
  }
  .header-scroll .header-logo img:first-of-type {
    height: 70px;
  }
  .header-scroll .header-logo img:last-of-type {
    height: 70px;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}
.cta-modal .btn-close {
  top: 70px;
  right: 30px;
}

.modal-content-wrap {
  min-height: 100vh;
  overflow-y: auto;
}

.cta-modal-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.cta-modal-img:before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.cta-modal-contact a {
  color: #fff !important;
  border-color: transparent !important;
}
.cta-modal-contact a:hover, .cta-modal-contact a:focus, .cta-modal-contact a:active {
  border-color: #fff !important;
}

.cta-modal-content {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  padding-bottom: 35px;
}
.cta-modal-content img {
  width: 150px;
  height: auto;
  margin-bottom: 30px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    transition: z-index 0s linear, opacity 0.25s;
  }
  .mobile-cta-link a {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0 0 3px 3px 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 .btn-close {
    top: 50px;
    right: 15px;
  }
  .cta-modal-contact a {
    display: block;
  }
  .cta-modal-contact .delim {
    display: none;
  }
  .cta-modal-content img {
    width: 130px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 950px;
}

.modal-backdrop.show {
  opacity: 0.85;
}

.hp-modal-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hp-modal-img:before {
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.hp-modal-content-wrap {
  padding: 85px 45px 45px;
  position: relative;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
  .hp-modal-content-wrap {
    padding: 85px 30px 45px;
  }
}
@media (max-width: 991px) {
  .hp-modal-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hp-modal-content-wrap {
    padding: 75px 20px 35px;
  }
  .hp-modal-img:before {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.home #colophon {
  border-top: 70px solid #000;
}

.footer-content {
  min-height: 100vh;
  padding: 75px 0;
}

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

.footer-content-inner {
  position: relative;
  z-index: 1;
}
.footer-content-inner h2 {
  font-size: 4.3rem;
}
.footer-content-inner img {
  width: 205px;
  height: auto;
  margin-bottom: 50px;
}

.site-footer-inner {
  padding: 75px 0 50px;
  margin: 0 -45px;
}

.footer-col {
  padding: 0 45px;
}
.footer-col + .footer-col {
  border-left: 1px solid #fff;
}
.footer-col img {
  height: 35px;
  width: auto;
}
.footer-col p {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 0.75rem;
}
.footer-col a {
  font-weight: normal;
  border-color: transparent !important;
}
.footer-col a:hover, .footer-col a:focus, .footer-col a:active {
  border-color: #fff !important;
}

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

.site-info p a {
  font-weight: 600;
}

.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.footer-legal li {
  display: block;
  line-height: 1.3;
  font-size: 0.75rem;
}

.footer-instagram {
  overflow: hidden;
}
.footer-instagram a {
  border-color: transparent !important;
}
.footer-instagram a:hover, .footer-instagram a:focus, .footer-instagram a:active {
  border-color: #fff !important;
}

#sb_instagram {
  padding-bottom: 0 !important;
}
#sb_instagram #sbi_images {
  padding-bottom: 0 !important;
}

.fig-img a {
  border: 0 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .site-footer-inner {
    padding: 45px 0 20px;
  }
  .footer-col {
    margin: 30px 0;
    border-left: 0 !important;
  }
  .footer-col:nth-child(even) {
    border-left: 1px solid #fff !important;
  }
}
@media (max-width: 991px) {
  .footer-content {
    min-height: unset;
  }
  .footer-content-inner h2 {
    font-size: 2.75rem;
  }
  .footer-content-inner img {
    width: 175px;
  }
  .site-footer-inner {
    margin: 0 -30px;
  }
  .footer-col {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .home #colophon {
    border-top-width: 45px;
  }
  .footer-content {
    padding: 50px 0;
  }
  .footer-content-inner h2 {
    font-size: 2.3rem;
  }
  .footer-content-inner img {
    width: 150px;
  }
  .site-footer-inner {
    padding-top: 30px;
    margin: 0 -15px;
  }
  .footer-col {
    margin: 20px 0;
    padding: 0 15px;
  }
  .footer-col:nth-child(even) {
    border-left: 0 !important;
  }
  .fig-img:nth-child(n+4) {
    display: none;
  }
}
.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;
}

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

.img-slider-arrows {
  position: absolute;
  bottom: 7px;
  left: 7px;
}
.img-slider-arrows button {
  opacity: 0.8;
}

.list-box-wrap {
  margin-bottom: 60px;
  position: relative;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.list-box-wrap a {
  text-decoration: none;
  border: 0;
  display: block;
  font-weight: normal;
  height: 100%;
}
.list-box-wrap a:hover .list-box-status, .list-box-wrap a:focus .list-box-status, .list-box-wrap a:active .list-box-status {
  background-color: rgba(0, 0, 0, 0.6);
}
.list-box-wrap .locked-overlay:hover + a .list-box-status, .list-box-wrap .locked-overlay:focus + a .list-box-status, .list-box-wrap .locked-overlay:active + a .list-box-status {
  background-color: rgba(0, 0, 0, 0.6);
}

.locked-overlay {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: 10;
}

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

.list-box-status {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 20px;
  min-width: 160px;
  transition: all 0.4s;
}

.list-box-info {
  margin-top: 12px;
}

.list-box-meta span:not(:last-child):after {
  content: " | ";
  font-style: normal;
}

.list-box-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  padding-top: 12px;
}

.forced-reg-modal .modal-dialog {
  max-width: 800px;
}
.forced-reg-modal .modal-content {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.forced-reg-content {
  padding: 75px 60px 60px;
}

#gform_confirmation_message_21 br {
  display: none;
}

/** # Responsive **/
@media (max-width: 991px) {
  .forced-reg-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .list-slider {
    margin: 0 -15px;
  }
  .forced-reg-content {
    padding: 90px 20px 40px;
  }
}
.blog-box-wrap {
  margin-bottom: 50px;
  padding: 0 8px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 8px;
  margin-bottom: 0;
}
.blog-box-wrap a {
  font-weight: normal;
  border: 0;
}
.blog-box-wrap a:hover .blog-box-img:before, .blog-box-wrap a:focus .blog-box-img:before, .blog-box-wrap a:active .blog-box-img:before {
  opacity: 0.5;
}
.blog-box-wrap a:hover .blog-box-info, .blog-box-wrap a:focus .blog-box-info, .blog-box-wrap a:active .blog-box-info {
  opacity: 0.7;
}

.blog-box-img {
  position: relative;
}
.blog-box-img:before {
  background-color: #000;
  opacity: 0;
  transition: all 0.6s;
  z-index: 1;
}

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

.blog-box-info {
  margin-top: 8px;
  transition: all 0.6s;
}
.blog-box-info hr {
  width: 20px;
  height: 2px;
  background-color: #fff;
  opacity: 0.25;
  margin: 10px 0;
}

.blog-box-cat:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 7px;
  display: inline-block;
  transform: translateY(-2px);
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-slider {
    margin: 0 -8px;
  }
}
.page-header-wrap {
  position: relative;
}

.img-header {
  min-height: 100vh;
  padding-top: 230px;
  padding-bottom: 30px;
}
.img-header .page-header {
  position: relative;
  z-index: 1;
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media:before {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  transition: 0.6s linear 0.3s;
}
.header-media.animated:before {
  opacity: 1;
}

.text-header {
  padding-top: 260px;
  margin-bottom: 30px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .text-header {
    padding-top: 210px;
  }
}
@media (max-width: 767px) {
  .img-header {
    min-height: 400px;
    padding-top: 175px;
  }
  .text-header {
    padding-top: 175px;
  }
}
.sidebar {
  background-color: #000;
  padding: 20px;
  position: sticky;
  border: 1px solid #fff;
  text-align: center;
}
.sidebar h3 {
  font-size: 1rem;
  margin-bottom: 5px;
}
.sidebar .gform-wrapper {
  margin-top: 15px;
}
.sidebar .gform_button {
  width: 100%;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
.lead-wrap {
  padding: 260px 0 125px;
}

.lead-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.lead-img:before {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.6s linear 0.3s;
}
.lead-img.animated:before {
  opacity: 1;
}

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

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

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-wrap {
    padding-top: 230px;
    padding-bottom: 75px;
  }
}
@media (max-width: 991px) {
  .page-template-leadpage #masthead {
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  }
  .page-template-leadpage #masthead .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .lead-form-wrap {
    margin-top: 30px;
  }
  .lead-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.33);
  }
  .lead-footer {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding-top: 175px;
    padding-bottom: 50px;
  }
  .lead-footer {
    padding: 20px 0;
  }
}
.posts-wrap {
  margin-top: 75px;
}
.posts-wrap .blog-box-wrap {
  padding: 0 15px;
}

.t-query {
  margin-top: 70px;
}

.t-box-wrap {
  margin-bottom: 60px;
}
.t-box-wrap a {
  border: 0;
  font-weight: normal;
  display: #000;
  height: 100%;
}
.t-box-wrap a:hover .t-box-inner, .t-box-wrap a:focus .t-box-inner, .t-box-wrap a:active .t-box-inner {
  background-color: #1a1a1a;
}

.t-box-inner {
  border: 1px solid #fff;
  border-radius: 16px;
  height: 100%;
  padding: 35px 30px 60px;
  background-color: transparent;
  transition: all 0.6s;
  position: relative;
}
.t-box-inner .small {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.t-top {
  margin-bottom: 20px;
}
.t-top .text-end img {
  width: 75px;
  height: auto;
  justify-self: flex-end;
}

.t-excerpt {
  line-height: 1.3;
}

.testimonial-modal .modal-dialog {
  max-width: 900px;
}
.testimonial-modal .modal-content {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.t-modal-wrap {
  padding: 45px 60px 50px;
}

.t-modal-logo {
  text-align: center;
  margin-bottom: 30px;
}
.t-modal-logo img {
  height: 100px;
  width: auto;
}

.t-modal-excerpt {
  position: relative;
  z-index: 1;
}

.t-modal-quote {
  position: absolute;
  top: -15px;
  left: -15px;
}
.t-modal-quote img {
  opacity: 0.1;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .t-box-inner {
    padding: 35px 20px 60px;
  }
  .t-box-inner .small {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .t-box-wrap {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 991px) {
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .t-modal-wrap {
    padding: 45px 20px 35px;
  }
  .t-modal-quote {
    left: -10px;
  }
}
.listings-wrap {
  margin-top: 60px;
}

.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 {
  margin-bottom: 8px;
  padding-left: 26px;
  line-height: 1.3;
}
.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 -26px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  font-weight: 600;
  position: relative;
  top: -3px;
}

.page-wrap {
  margin-top: 75px;
  margin-bottom: 100px;
}
.page-wrap .entry-content > section:first-child {
  margin-top: 0 !important;
}
.page-wrap .entry-content > section:last-child {
  margin-bottom: 0 !important;
}

.entry-content {
  padding-right: 90px;
}
.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: 40px;
}
.entry-content > .wp-block-image {
  margin-top: 35px;
  margin-bottom: 35px;
}
.entry-content > h1, .entry-content > .h1 {
  font-size: 2.5rem;
}
.entry-content > h2, .entry-content > .h2 {
  font-size: 2.2rem;
}
.entry-content > h3, .entry-content > .h3 {
  font-size: 1.7rem;
}
.entry-content > h4, .entry-content > .h4 {
  font-size: 1.4rem;
}

.page-brand {
  position: absolute;
  top: 0;
  padding-top: 180px;
}
.page-brand.pushdown {
  padding-top: calc(100vh + 60px);
}
.page-brand img {
  height: auto;
  width: 750px;
  opacity: 0.1;
  transform: translateX(-30px);
}

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-brand img {
    width: 500px;
  }
  .page-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-brand {
    padding-top: 150px;
  }
  .page-brand.pushdown {
    display: none;
  }
  .page-brand img {
    height: unset;
    width: 85%;
    transform: none;
    margin: 0 auto;
    display: block;
  }
  .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 {
  margin-top: 75px;
  margin-bottom: 90px;
}

.cta-img {
  order: 2;
}

.cta-inner {
  padding-right: 80px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .cta-inner {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cta-section {
    margin-bottom: 60px;
  }
  .cta-img {
    order: unset;
    margin-bottom: 35px;
  }
  .cta-inner {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-section {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.list-top-wrap {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  background-color: #000;
}

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

.hilites-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
}
.hilites-slider .slick-arrow.slick-prev {
  left: 60px;
}
.hilites-slider .slick-arrow.slick-next {
  right: 60px;
}

.hilites-slide,
.list-img {
  position: relative;
  height: 100vh !important;
}
.hilites-slide:before,
.list-img:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 33%);
  z-index: 1;
}
.hilites-slide:after,
.list-img:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 33%);
  z-index: 1;
}

.list-header {
  position: relative;
  padding: 0 0 50px 60px;
  z-index: 2;
}

.list-status {
  width: fit-content;
  padding: 8px 30px;
  background-color: #1a1a1a;
  color: #fff;
  margin-bottom: 15px;
}
.list-status span:not(:last-child):after {
  content: " | ";
  font-style: normal;
}

.list-quick-links a {
  font-weight: normal;
  border-color: transparent !important;
}
.list-quick-links a:hover, .list-quick-links a:focus, .list-quick-links a:active {
  border-color: #fff !important;
}
.list-quick-links > span:not(:last-child):after {
  content: " | ";
  font-style: normal;
}

.hilites-expand {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.hilites-expand button {
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 0 !important;
  transition: all 0.4s;
}
.hilites-expand button:hover, .hilites-expand button:focus, .hilites-expand button:active {
  background-color: rgba(255, 255, 255, 0.25);
}

.list-wrap {
  margin-top: 80px;
  margin-bottom: 90px;
}

.open-houses {
  margin-bottom: 50px;
  border-radius: 6px;
  padding: 25px 35px 35px;
  position: relative;
}

.oh-icon {
  position: absolute;
  top: 25px;
  right: 35px;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-house {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.open-house:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.details-wrap {
  margin-bottom: 60px;
}

.list-details {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.list-detail {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.list-desc {
  margin-bottom: 60px;
}

.list-downloads {
  margin-bottom: 60px;
  margin-top: -30px;
}

.list-agents-wrap {
  margin-bottom: 15px;
}

.list-agent {
  margin-bottom: 35px;
}

.list-agent-img {
  border-radius: 12px;
  overflow: hidden;
  margin-right: 15px;
  width: 125px;
  min-width: 125px;
}
.list-agent-img a {
  border: 0;
}
.list-agent-img img {
  width: 100%;
  aspect-ratio: 1/1;
}

.list-agent-info a {
  font-weight: normal;
}
.list-agent-info h3 a {
  border: 0 !important;
}
.list-agent-info .em {
  line-height: 1.2;
}

.list-tour-inner {
  padding: 50px 0 75px;
}
.list-tour-inner section + section {
  margin-top: 50px;
}

.list-content-blocks {
  overflow-x: hidden;
}
.list-content-blocks + .list-gallery-wrap {
  margin-top: 20px;
}
.list-content-blocks .container {
  margin-top: 80px;
}
.list-content-blocks .container > div {
  margin-top: 50px;
  margin-bottom: 50px;
}

.list-img-callout {
  position: relative;
  z-index: 1;
}
.list-img-callout.img-right .lic-img {
  order: 2;
}
.list-img-callout.img-right .lic-copy {
  padding-right: 80px;
}
.list-img-callout.img-left .lic-copy {
  padding-left: 80px;
}

.lic-brand {
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -80px;
  bottom: -20px;
  left: 0;
  display: flex;
  justify-content: flex-end;
  width: unset;
  max-width: unset;
}
.lic-brand img {
  height: 100%;
  width: auto;
  opacity: 0.1;
}

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

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

.list-cs-desc {
  margin-bottom: 60px;
}

.cs-breakdown {
  margin-bottom: 50px;
  border-radius: 12px;
  padding: 35px 35px 40px;
}

.bd-stat {
  margin-top: 35px;
}
.bd-stat:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.cs-testimonial {
  margin-bottom: 50px;
}

.cs-story-wrap {
  margin: 60px 0;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 35px 45px 50px;
}

.cs-story-steps {
  margin-top: 35px;
}

.story-track {
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  flex: unset !important;
  padding: 0 !important;
}

.story-pull {
  width: 50px;
  aspect-ratio: 1/1;
  position: sticky;
  top: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  border-radius: 100%;
  transform: translateX(-25px);
}

.story-step {
  margin-top: 45px;
}
.story-step:nth-child(odd) {
  padding-right: 60px;
}
.story-step:nth-child(even) {
  margin-top: 90px;
  padding-left: 60px;
}

.story-step-inner {
  padding: 30px;
  border-radius: 12px;
}

.single-listing .forced-reg-modal.show {
  backdrop-filter: blur(6px);
}

/** # Responsive **/
@media (max-width: 1399px) {
  .list-header {
    padding-left: 45px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: 45px;
  }
  .hilites-slider .slick-arrow.slick-next {
    right: 45px;
  }
}
@media (max-width: 1199px) {
  .list-header {
    padding-left: 35px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: 35px;
  }
  .hilites-slider .slick-arrow.slick-next {
    right: 35px;
  }
  .lic-copy {
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  .list-top-wrap {
    height: unset;
    display: block !important;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .list-img-wrap {
    position: relative;
    margin-bottom: 40px;
  }
  .hilites-slide,
  .list-img {
    height: unset !important;
    aspect-ratio: 7/5;
  }
  .list-header {
    padding: 0 40px;
  }
  .list-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .lic-brand {
    display: none;
  }
  .cs-story-wrap {
    padding: 35px 30px 50px;
  }
  .cs-story-wrap + .list-content-blocks {
    margin-top: -40px;
  }
  .story-step:nth-child(odd) {
    padding-right: 40px;
  }
  .story-step:nth-child(even) {
    padding-left: 40px;
  }
  .story-step-inner {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .hilites-slide:before,
  .list-img:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 45%);
  }
  .hilites-arrows {
    position: absolute;
    bottom: 5px;
    left: 5px;
  }
  .hilites-arrows .slick-arrow {
    position: static;
    width: 35px;
    height: 35px;
  }
  .hilites-expand a {
    height: 45px;
    width: 45px;
  }
  .list-header {
    padding: 0 15px;
  }
  .list-quick-links > span {
    display: block;
  }
  .list-quick-links > span:after {
    display: none;
  }
  .open-houses {
    padding: 25px 20px 35px;
  }
  .open-house span {
    display: block;
  }
  .open-house .delim {
    display: none;
  }
  .list-tour-inner {
    padding-bottom: 50px;
  }
  .list-content-blocks .container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .cs-top-heading {
    text-align: center;
  }
  .cs-top-heading svg {
    display: block;
    margin: 0 auto 15px !important;
  }
  .cs-breakdown {
    padding: 35px 20px 40px;
  }
  .cs-breakdown .h4 {
    font-size: 1.2rem;
  }
  .cs-story-wrap {
    padding: 35px 20px 50px;
  }
  .story-step {
    margin-top: 25px !important;
    padding: 0 15px !important;
  }
}
.post-header-wrap {
  padding-top: 250px;
}
.post-header-wrap .container {
  position: relative;
  z-index: 1;
}

.post-header {
  padding-right: 100px;
}

.post-share {
  display: flex;
  align-items: center;
}
.post-share a {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #fff !important;
  color: #fff;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.post-share a:hover, .post-share a:focus, .post-share a:active {
  background-color: #fff;
  color: #000 !important;
  border-color: #fff !important;
}

.post-wrap {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 70px;
}

.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-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;
  text-decoration: none;
  border: 0 !important;
  font-weight: normal;
}
.blog-cta .btn {
  border-color: #fff !important;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .post-header {
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .post-header {
    padding-right: 30px;
  }
  .post-header h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .post-header-wrap {
    padding-top: 220px;
  }
  .post-header {
    padding-right: 15px;
    margin-bottom: 35px;
  }
  .post-wrap {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .post-header-wrap {
    padding-top: 160px;
  }
  .post-wrap {
    margin-top: 50px;
  }
  .post-share a {
    width: 35px;
    height: 35px;
    font-size: 0.8rem;
  }
}
.bio-header-wrap {
  padding-top: 250px;
}
.bio-header-wrap .container {
  position: relative;
  z-index: 1;
}

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

.bio-contact a {
  font-weight: normal;
  border-color: transparent !important;
}
.bio-contact a:hover, .bio-contact a:focus, .bio-contact a:active {
  border-color: #fff !important;
}

.bio-social a {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #fff !important;
  color: #fff;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.bio-social a:hover, .bio-social a:focus, .bio-social a:active {
  background-color: #fff;
  color: #000 !important;
  border-color: #fff !important;
}

.bio-intro hr {
  opacity: 1;
  margin-bottom: 30px;
}

.bio-featured {
  padding-left: 30px;
}

.bio-wrap {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 70px;
}

.app-callout {
  border-radius: 8px;
  margin-top: 50px;
  padding: 40px 50px 50px;
}
.app-callout a {
  margin: 12px 5px;
  display: inline-block;
  border: 0;
}
.app-callout a img {
  height: 55px;
  width: auto;
  transition: all 0.3s;
}
.app-callout a:hover img, .app-callout a:focus img, .app-callout a:active img {
  transform: translateY(-5px);
}

/** # Responsive **/
@media (max-width: 1399px) {
  .bio-header {
    padding-right: 45px;
  }
  .bio-header h1:not(.h2) {
    font-size: 2.8rem;
  }
}
@media (max-width: 1199px) {
  .bio-header {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .bio-header-wrap {
    padding-top: 220px;
  }
  .bio-header {
    padding-right: 15px;
  }
  .bio-wrap {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .bio-header-wrap {
    padding-top: 170px;
  }
  .bio-header h1 {
    font-size: 2.1rem;
  }
  .bio-featured {
    padding-left: 15px;
    margin-top: 30px;
  }
  .bio-wrap {
    margin-top: 50px;
  }
  .app-callout {
    padding: 30px 15px;
  }
  .app-callout a {
    margin: 5px 2px;
  }
  .app-callout a img {
    height: 50px;
  }
}
.blog-faq {
  margin: 0 0 45px;
}

.faq-toggle {
  background-color: transparent;
  border: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  text-align: left;
  color: #fff !important;
}

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

/* 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;
  /* play button */
  /* Post-click styles */
}
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-playbtn,
lite-youtube .ltc-playbtn,
lite-vimeo .lyt-playbtn,
lite-vimeo .ltc-playbtn {
  border: 0 !important;
}
lite-youtube .lyt-playbtn svg,
lite-youtube .ltv-playbtn svg,
lite-vimeo .lyt-playbtn svg,
lite-vimeo .ltv-playbtn svg {
  width: 120px;
  position: relative;
  z-index: 10;
}
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;
}

/** # Responsive **/
@media (max-width: 767px) {
  lite-youtube .lyt-playbtn svg,
  lite-youtube .ltv-playbtn svg,
  lite-vimeo .lyt-playbtn svg,
  lite-vimeo .ltv-playbtn svg {
    width: 75px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 250px 45px 70px;
  overflow: hidden;
}
.homepage-hero:before {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

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

.hero-inner {
  position: relative;
  z-index: 1;
  padding-right: 150px;
}

/** # Responsive **/
@media (max-width: 1700px) {
  .hero-inner {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .homepage-hero {
    padding: 250px 35px 50px;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
    padding: 200px 15px 45px;
  }
}
.homepage-listings {
  margin-top: 90px;
}

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

.hp-list-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
}
.hp-list-slider .slick-arrow.slick-prev {
  left: 45px;
}
.hp-list-slider .slick-arrow.slick-next {
  right: 45px;
}

.hp-list-slide {
  height: calc(100vh - 111px) !important;
}

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

.hpls-inner {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  line-height: 1.25;
}
.hpls-inner a {
  color: #fff;
  font-weight: normal;
  border: 0;
}
.hpls-inner a:hover .hpls-info:before, .hpls-inner a:focus .hpls-info:before, .hpls-inner a:active .hpls-info:before {
  opacity: 1;
}
.hpls-inner a:hover .hpls-more span:before, .hpls-inner a:focus .hpls-more span:before, .hpls-inner a:active .hpls-more span:before {
  width: 100%;
}

.hpls-info {
  padding: 40px 20px 35px;
  position: relative;
  z-index: 1;
}
.hpls-info:before {
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.hpls-info hr {
  background-color: #fff;
  opacity: 1;
  margin: 20px 0 15px;
}

.hp-list-status {
  min-width: 140px;
  padding: 8px 25px;
  width: fit-content;
  position: absolute;
  left: 20px;
  top: -17px;
}

.hpls-meta span:not(:last-child):after {
  content: " | ";
  font-style: normal;
}

.hpls-more span {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}
.hpls-more span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-listings {
    margin-top: 50px;
  }
  .hp-listings-header {
    margin-bottom: 40px;
  }
  .hp-list-slider .slick-arrow.slick-prev {
    left: 15px;
  }
  .hp-list-slider .slick-arrow.slick-next {
    right: 15px;
  }
  .hp-list-slide {
    height: unset !important;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 767px) {
  .homepage-listings {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .hp-list-slider-wrap {
    padding: 0 15px;
  }
  .hp-list-slide {
    aspect-ratio: unset !important;
  }
  .hpls-img {
    position: static;
    aspect-ratio: 7/5;
  }
  .hpls-img:before {
    display: none;
  }
  .hpls-inner .container {
    padding: 0;
    position: static;
  }
  .hpls-info {
    text-shadow: none;
    padding: 12px 0 0;
  }
  .hpls-info hr {
    opacity: 0.7;
  }
  .hpls-info:before {
    display: none;
  }
  .hpls-info .text-end {
    text-align: left !important;
  }
  .hpls-price {
    font-size: 1rem;
  }
  .hpls-meta,
  .hpls-address,
  .hpls-more {
    font-size: 0.7rem;
  }
  .hp-list-status {
    top: 0;
    left: 0;
  }
  .hp-list-arrows {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    aspect-ratio: 7/5;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 5px;
  }
}
.homepage-testimonials {
  margin-top: 120px;
  margin-bottom: 45px;
}
.homepage-testimonials.testimonial-callout {
  margin-top: 75px;
  margin-bottom: 50px;
}

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

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

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

.hpt-slide-inner {
  border: 1px solid #fff;
  border-radius: 16px;
  height: 100%;
  padding: 35px 30px 30px;
}

.hpt-top {
  margin-bottom: 20px;
}
.hpt-top .text-end {
  display: flex;
  justify-content: flex-end;
}
.hpt-top .text-end img {
  width: 75px;
  height: auto;
}

.hpt-excerpt {
  line-height: 1.3;
}

.hpt-arrows {
  margin: 45px auto 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 170px;
  display: flex;
  overflow: hidden;
}
.hpt-arrows .slick-arrow {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 50%;
  border-radius: 0;
  transform: none !important;
  margin: 0 !important;
}
.hpt-arrows .slick-arrow + .slick-arrow {
  border-left: 1px solid #fff;
}
.hpt-arrows .slick-arrow:hover, .hpt-arrows .slick-arrow:focus, .hpt-arrows .slick-arrow:active {
  background-color: rgba(255, 255, 255, 0.25);
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpt-slide-inner {
    padding: 35px 20px 30px;
  }
}
@media (max-width: 991px) {
  .homepage-testimonials {
    margin-top: 60px;
  }
  .hpt-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .homepage-testimonials.testimonial-callout {
    margin-top: 50px;
  }
}
.homepage-blog {
  margin-top: 110px;
  margin-bottom: 40px;
}
.homepage-blog.blog-feed {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 90px;
  margin-top: 0;
}

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

.hp-blog-query {
  margin: 0 -8px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-blog {
    margin-top: 60px;
  }
  .homepage-blog.blog-feed {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .homepage-blog .container {
    padding: 0;
  }
}
.freeform-content {
  margin: 50px 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .freeform-content h3 span.d-md-block, .freeform-content .h3 span.d-md-block {
    display: inline !important;
    transition-delay: unset !important;
  }
}
.hp-copy-on-media {
  padding: 80px 0;
  min-height: 75vh;
}
.hp-copy-on-media .container {
  position: relative;
  z-index: 1;
}

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

.hpcom-logo {
  margin-bottom: 30px;
}
.hpcom-logo img {
  height: 100px;
  width: auto;
  margin: 0 auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-copy-on-media {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .hp-copy-on-media {
    padding: 60px 0;
  }
  .hpcom-media img {
    object-position: left;
  }
}
.cm-intro-callout {
  margin-top: 75px;
  margin-bottom: -30px;
}

.cm-contained {
  margin: 90px 0;
}
.cm-contained.media-right .cm-media {
  order: 2;
}
.cm-contained.media-right .cm-inner {
  padding-right: 80px;
}
.cm-contained.media-left .cm-inner {
  padding-left: 80px;
}
.cm-contained.media-fit .cm-media {
  position: relative;
}
.cm-contained.media-fit .cm-media .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.cm-contained.media-fit .cm-inner {
  padding: 40px 15px;
}
.cm-contained.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.cm-contained.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.cm-contained.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}

.cm-fullbleed.media-right .cm-media {
  order: 2;
}
.cm-fullbleed.media-right .cm-inner {
  padding-right: 70px;
  justify-content: flex-end;
}
.cm-fullbleed.media-left .cm-inner {
  padding-left: 70px;
}
.cm-fullbleed .cm-media {
  padding: 0;
}
.cm-fullbleed .cm-inner {
  padding: 60px 45px;
  min-height: 75vh;
}
.cm-fullbleed .cm-inner > div {
  max-width: 575px;
}
.cm-fullbleed .btn {
  padding: 15px 8px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .cm-fullbleed.media-right .cm-inner {
    padding-right: 50px;
    justify-content: flex-end;
  }
  .cm-fullbleed.media-left .cm-inner {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .media-left .cm-inner {
    padding-left: 30px !important;
  }
  .media-right .cm-inner {
    padding-right: 30px !important;
  }
}
@media (max-width: 991px) {
  .copy-and-media .cm-media {
    order: unset !important;
  }
  .copy-and-media .cm-inner h3 .d-md-block, .copy-and-media .cm-inner .h3 .d-md-block {
    display: inline !important;
  }
  .cm-intro-callout {
    margin-bottom: -45px;
  }
  .cm-contained {
    margin-bottom: 45px;
    margin-top: 60px;
  }
  .cm-contained + .cm-contained {
    margin-top: 0;
  }
  .cm-contained .cm-media {
    margin-bottom: 35px;
  }
  .cm-contained .cm-inner {
    padding: 0 15px !important;
  }
  .cm-contained.media-fit .cm-media {
    height: 500px;
  }
  .cm-fullbleed .cm-media {
    aspect-ratio: 7/5;
  }
  .cm-fullbleed .cm-inner {
    min-height: unset;
    padding: 35px 40px 40px !important;
  }
  .cm-fullbleed .cm-inner > div {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .cm-contained.media-fit .cm-media {
    aspect-ratio: 7/5;
    height: unset;
  }
  .cm-fullbleed .cm-inner {
    padding: 35px 15px !important;
  }
}
.team-query-wrap {
  margin-top: 100px;
  margin-bottom: 50px;
}

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

.team-box-wrap {
  margin-bottom: 70px;
}
.team-box-wrap a {
  font-weight: normal;
  border: 0;
}
.team-box-wrap a:hover .team-box-img, .team-box-wrap a:focus .team-box-img, .team-box-wrap a:active .team-box-img {
  border-radius: 8px;
}
.team-box-wrap a:hover .team-more span, .team-box-wrap a:focus .team-more span, .team-box-wrap a:active .team-more span {
  transform: translateX(0);
  background-color: #fff;
  color: #000;
}

.team-box-img {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.team-box-info p {
  min-height: 40px;
}

.team-more span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
  transform: translateX(-4px);
  transition: all 0.3s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .team-query-wrap {
    margin-bottom: -35px !important;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .team-box-wrap {
    margin-bottom: 50px;
  }
}
.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: #fff;
  transition: all 0.4s ease-out;
}
.logo-slide a {
  text-decoration: none;
}
.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: 50px 0;
}

.link-box {
  margin-bottom: 45px;
}
.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;
}

.wp-iframe-block iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

/* Styling for WP Media Block */
.hp-copy-and-slider {
  margin-top: 100px;
  margin-bottom: 40px;
  z-index: 1;
}
.hp-copy-and-slider.copy-large-slider {
  margin-top: 50px;
}
.hp-copy-and-slider.copy-large-slider .hpcs-content {
  padding-top: 25px;
  margin-bottom: 70px;
}
.hp-copy-and-slider.copy-large-slider .hpcs-slider-wrap {
  margin-top: 0;
}

.hpcs-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -1;
  padding-top: 20px;
}
.hpcs-brand img {
  height: auto;
  width: 500px;
  opacity: 0.1;
  transform: translateX(-30px);
}

.hpcs-slider-wrap {
  margin-top: 70px;
}
.hpcs-slider-wrap .slick-arrow {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
}
.hpcs-slider-wrap .slick-arrow.slick-prev {
  left: calc(20% - 3px);
}
.hpcs-slider-wrap .slick-arrow.slick-next {
  right: calc(20% - 3px);
}
.hpcs-slider-wrap .slick-arrow:hover, .hpcs-slider-wrap .slick-arrow:focus, .hpcs-slider-wrap .slick-arrow:active {
  background-color: black;
}

.hpcs-slide {
  padding: 0 20px;
  aspect-ratio: 7/4.25;
}

.hpcs-slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 425px;
  padding: 20px 30px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  z-index: 1;
}
.hpcs-slide-text:before {
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  z-index: -1;
}
.hpcs-slide-text p {
  margin-bottom: 5px;
}
.hpcs-slide-text * {
  font-family: "Compass Sans", sans-serif;
}
.hpcs-slide-text img {
  margin: 0 auto 15px;
}
.hpcs-slide-text .tiny {
  display: block;
  line-height: 1.15;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hpcs-slider-wrap .slick-arrow.slick-prev {
    left: calc(15% - 3px);
  }
  .hpcs-slider-wrap .slick-arrow.slick-next {
    right: calc(15% - 3px);
  }
}
@media (max-width: 1399px) {
  .hpcs-slide-text {
    width: 370px;
  }
  .hpcs-slide-text .h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .hpcs-slider-wrap .slick-arrow.slick-prev {
    left: calc(10% - 3px);
  }
  .hpcs-slider-wrap .slick-arrow.slick-next {
    right: calc(10% - 3px);
  }
}
@media (max-width: 991px) {
  .hp-copy-and-slider {
    margin-top: 75px;
  }
  .hpcs-slider-wrap {
    padding: 0 40px;
  }
  .hpcs-slider-wrap .slick-arrow.slick-prev {
    left: -22px;
  }
  .hpcs-slider-wrap .slick-arrow.slick-next {
    right: -22px;
  }
  .hpcs-slide {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hp-copy-and-slider {
    margin-top: 50px;
  }
  .hp-copy-and-slider.copy-large-slider .hpcs-content {
    margin-bottom: 45px;
  }
  .hpcs-brand {
    padding-top: 90px;
  }
  .hpcs-brand img {
    height: unset;
    width: 85%;
    transform: none;
    margin: 0 auto;
    display: block;
  }
  .hpcs-slider-wrap {
    margin-top: 45px;
    padding: 0 15px;
  }
  .hpcs-slider-wrap .slick-arrow {
    top: unset;
    bottom: 5px;
  }
  .hpcs-slider-wrap .slick-arrow.slick-prev {
    left: 5px;
  }
  .hpcs-slider-wrap .slick-arrow.slick-next {
    right: 5px;
  }
  .hpcs-mobile-stats {
    width: calc(100vw - 30px);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 30px auto 0;
    padding-bottom: 20px;
  }
  .hpcs-mobile-stats .slick-dots {
    margin-top: 0 !important;
  }
  .hpcs-slide-text {
    position: relative;
    backdrop-filter: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
  }
  .hpcs-slide-text:before {
    display: none;
  }
}
.homepage-quick-links {
  margin-top: 50px;
  margin-bottom: 30px;
  overflow: hidden;
}
.homepage-quick-links.quick-links-component {
  margin-top: 90px;
  margin-bottom: 90px;
}
.homepage-quick-links.quick-links-component .hpql-header {
  margin-bottom: 30px;
}

.hpql-header {
  margin-bottom: 70px;
}

.hp-quick-links {
  padding: 0 10px;
  margin: 0 -5px;
}

.hpql-box-wrap {
  padding: 0 5px;
  margin-top: 10px;
}
.hpql-box-wrap a {
  font-weight: normal;
  border: 0;
}
.hpql-box-wrap a:hover .hpql-img:before, .hpql-box-wrap a:focus .hpql-img:before, .hpql-box-wrap a:active .hpql-img:before {
  opacity: 0.45;
}
.hpql-box-wrap a:hover .hpql-info, .hpql-box-wrap a:focus .hpql-info, .hpql-box-wrap a:active .hpql-info {
  padding: 15px;
}
.hpql-box-wrap a:hover .hpql-info img, .hpql-box-wrap a:focus .hpql-info img, .hpql-box-wrap a:active .hpql-info img {
  opacity: 1;
  transform: translateY(0);
}

.hpql-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hpql-img:before {
  background-color: #000;
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
}

.hpql-info {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 50px 15px 15px;
  transition: all 0.5s ease-in-out;
}
.hpql-info img {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease-in-out;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .col-xl-3 .hpql-info.h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .hpql-info.h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .homepage-quick-links.quick-links-component {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .hpql-header {
    margin-bottom: 45px;
  }
}
.loading-screen {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.loading-screen img {
  height: 50%;
  width: auto;
}

/** # Responsive **/
@media (max-width: 767px) {
  .loading-screen img {
    width: 100%;
    height: auto;
  }
}
.sticky-heading-content {
  margin-top: 80px;
  margin-bottom: 60px;
}

.shc-media {
  margin-top: 50px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .shc-heading h3 .d-md-block, .shc-heading .h3 .d-md-block {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .sticky-heading-content {
    margin-top: 60px;
    margin-bottom: 45px;
  }
}
.stats-component {
  border-radius: 8px;
  margin: 50px 0;
  padding: 35px 35px 15px;
}

.stats-slider .slick-list {
  overflow: visible !important;
}
.stats-slider .slick-track {
  width: 100% !important;
}

.stat-slide {
  float: none !important;
  left: 0 !important;
  opacity: 1 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 25px 0;
}
.stat-slide:first-child {
  border-top: 0;
}
.stat-slide.slick-active .stat-text {
  padding: 0 0 0 63px;
}
.stat-slide.slick-active .stat-arrow {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease-in-out 0.05s;
}

.stat-text {
  padding: 0 63px 0 0;
  transition: all 0.4s ease-in-out;
}

.stat-arrow {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

/** # Responsive **/
@media (max-width: 767px) {
  .stats-component {
    padding: 35px 20px 10px;
  }
  .stat-text p.heading {
    font-size: 1.2rem;
  }
  .stat-text p:not(.heading) {
    font-size: 0.8rem;
  }
}
.sticky-content-stats {
  margin: 100px -15px 75px;
}

.scs-left {
  padding-right: 60px;
  padding-bottom: 50px;
}
.scs-left > div {
  top: 25%;
  position: sticky;
}

.scs-stat {
  padding: 0 0 0 100px;
  min-height: 200px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.scs-stat:first-child {
  padding-top: 0;
}
.scs-stat:last-child {
  padding-bottom: 0;
}
.scs-stat:last-child hr {
  display: none;
}
.scs-stat.stat-active .scs-stat-inner {
  transform: translateX(-100px);
}
.scs-stat .heading {
  font-size: 3.8rem;
  line-height: 1.1;
}
.scs-stat hr {
  margin: 45px 0;
}

.scs-stat-inner {
  transition: all 0.6s ease-in-out;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .scs-stat .heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  .sticky-content-stats {
    text-align: center;
    margin-bottom: 0;
  }
  .sticky-content-stats + section {
    margin-top: 0px !important;
  }
  .scs-left {
    padding-right: 15px;
  }
  .scs-stat {
    padding-left: 30px;
    padding-right: 30px;
  }
  .scs-stat.stat-active .scs-stat-inner {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .sticky-content-stats {
    margin-top: 60px;
  }
  .scs-stat .heading {
    font-size: 2rem;
  }
}
.callout-copy {
  margin-top: 70px;
  margin-bottom: 70px;
}
.callout-copy > div {
  padding: 35px 0;
}
.callout-copy > div > * {
  margin-bottom: 0;
}
.callout-copy hr {
  background-color: #fff;
  opacity: 1;
  width: 175px;
  margin: 0 auto;
}

/** # Responsive **/
@media (max-width: 767px) {
  .callout-copy.h3 {
    font-size: 1.3rem;
  }
}
.testimonial-callout-single {
  margin: 50px 0;
}
.testimonial-callout-single .hpt-slide {
  padding: 0;
}
.testimonial-callout-single .hpt-slide-inner {
  background-color: #1a1a1a;
  padding-bottom: 35px;
}
.testimonial-callout-single .hpt-slide-inner p.small {
  padding-right: 190px;
}

.tc-arrows {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 170px;
  display: flex;
  overflow: hidden;
}
.tc-arrows .slick-arrow {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 50%;
  border-radius: 0;
  transform: none !important;
  margin: 0 !important;
}
.tc-arrows .slick-arrow + .slick-arrow {
  border-left: 1px solid #fff;
}
.tc-arrows .slick-arrow:hover, .tc-arrows .slick-arrow:focus, .tc-arrows .slick-arrow:active {
  background-color: rgba(255, 255, 255, 0.25);
}

.page-template-communitiespage .cta-section {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 75px;
  margin-top: 50px;
}

.com-query {
  margin-top: 60px;
}

.com-box-wrap {
  margin-bottom: 60px;
}
.com-box-wrap a {
  border: 0;
  font-weight: normal;
}
.com-box-wrap a:hover .com-box-img, .com-box-wrap a:focus .com-box-img, .com-box-wrap a:active .com-box-img {
  border-radius: 8px;
}
.com-box-wrap a:hover .com-more span, .com-box-wrap a:focus .com-more span, .com-box-wrap a:active .com-more span {
  transform: translateX(0);
  background-color: #fff;
  color: #000;
}

.com-box-img {
  overflow: hidden;
  transition: all 0.3s;
}

.com-box-info {
  margin-top: 12px;
}
.com-box-info hr {
  opacity: 0.5;
  margin: 12px 0 10px;
}

.com-more span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
  transform: translateX(-4px);
  transition: all 0.3s ease-out;
}

/** # Responsive **/
@media (max-width: 767px) {
  .page-template-communitiespage .cta-section {
    margin-top: 25px;
  }
  .com-query {
    margin-top: 45px;
  }
}
.single-community .cta-section {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 75px;
  margin-top: 50px;
}

.com-header-wrap {
  padding-top: 250px;
}
.com-header-wrap .container {
  position: relative;
  z-index: 1;
}

.com-header {
  padding-right: 100px;
}

.com-intro hr {
  opacity: 1;
  margin-bottom: 30px;
}

.com-media {
  padding-left: 30px;
}

.com-wrap {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 70px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .com-header {
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .com-header {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .com-header-wrap {
    padding-top: 220px;
  }
  .com-header {
    padding-right: 15px;
  }
  .com-wrap {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .single-community .cta-section {
    margin-top: 25px;
  }
  .com-header-wrap {
    padding-top: 160px;
  }
  .com-media {
    padding-left: 15px;
    margin-top: 30px;
  }
  .com-wrap {
    margin-top: 50px;
  }
}
.listings-feed {
  padding-top: 45px;
  margin-bottom: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.listings-feed + .cta-section {
  margin-top: 115px;
}

.listings-feed-slider {
  margin: 35px -15px 0;
}
.listings-feed-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.listings-feed-slider .slick-arrow .list-arrow {
  background-color: #fff;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listings-feed-slider .slick-arrow.slick-prev {
  left: -10px;
}
.listings-feed-slider .slick-arrow.slick-next {
  right: -10px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .listings-feed {
    margin-bottom: 50px;
  }
  .listings-feed + .cta-section {
    margin-top: 60px;
  }
  .listings-feed-arrows {
    text-align: center;
    margin-top: 45px;
  }
  .listings-feed-arrows .slick-arrow {
    position: static;
  }
}

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