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

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

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

/* Helpers */
/* Colours */
/* Typography */
.resource-box-img:before, .homepage-team:before, .link-box-img:after, .team-box-img:before, .hp-overlay-media:before, .overlay-media:before, .homepage-testimonials:before, .hp-list-box-inner:before, .homepage-hero:before, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .cta-img:before, .lead-img:before, .header-media:before, .header-media:after, .hp-modal-content:before, .modal-content-wrap:before, .cta-modal-img:before, .navbar-toggler:before, .nav-wrap:before, .art-arrows:before, .btn:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before, .wp-block-button.is-style-outline .wp-block-button__link:before, #login .button-primary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

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

/* Animations */
.faderight,
.fade-children.faderight > *, .fadeleft,
.fade-children.fadeleft > *, .fadedown,
.fade-children.fadedown > *, .fadeup,
.fade-children.fadeup > * {
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0, 0.485, 0, 0.465) 0.3s, opacity 0.6s ease-out 0.3s;
}

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

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

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

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

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

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

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

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

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

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

.fadein.animated {
  opacity: 1;
}

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

.img-animate {
  clip-path: inset(0% 0% 100% 0%);
  transition: clip-path 0.8s ease-out 0.4s;
}
.img-animate.animated {
  clip-path: inset(0% 0% 0% 0%);
}
.img-animate.slowfade {
  transition-duration: 1.25s !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.o5 {
  opacity: 0.05;
}

.o10 {
  opacity: 0.1;
}

.o15 {
  opacity: 0.15;
}

.o20 {
  opacity: 0.2;
}

.o25 {
  opacity: 0.25;
}

.o30 {
  opacity: 0.3;
}

.o35 {
  opacity: 0.35;
}

.o40 {
  opacity: 0.4;
}

.o45 {
  opacity: 0.45;
}

.o50 {
  opacity: 0.5;
}

.o55 {
  opacity: 0.55;
}

.o60 {
  opacity: 0.6;
}

.o65 {
  opacity: 0.65;
}

.o70 {
  opacity: 0.7;
}

.o75 {
  opacity: 0.75;
}

.o80 {
  opacity: 0.8;
}

.o85 {
  opacity: 0.85;
}

.o90 {
  opacity: 0.9;
}

.o95 {
  opacity: 0.95;
}

.o100 {
  opacity: 1;
}

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

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

.btn, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "Akshar", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  padding: 14px 20px 12px;
  line-height: 1;
  min-height: 47px;
  min-width: 200px;
  border-radius: 24px;
  border: 0 !important;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  text-shadow: none;
}
.btn:before, #login .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  z-index: -1;
  transition: all 0.4s ease-out;
  transform: translateY(100%);
}
.btn:hover:before, #login .button-primary:hover:before, .wp-block-button.is-style-outline .wp-block-button__link:hover:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:before, .btn:focus:before, #login .button-primary:focus:before, .wp-block-button.is-style-outline .wp-block-button__link:focus:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus:before, .btn:active:before, #login .button-primary:active:before, .wp-block-button.is-style-outline .wp-block-button__link:active:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active:before {
  transform: translateY(0);
}

.btn-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #000007 !important;
  color: #fff !important;
}
.btn-primary:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  background: linear-gradient(to bottom, #3A7BBC, #1B4587);
}

.btn-secondary, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #fff !important;
  color: #1B4587 !important;
}
.btn-secondary:before, #login .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before {
  background: linear-gradient(to bottom, #F6E8D8, #E9CCAF);
}

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  color: #000007;
  overflow-x: hidden;
}

p:empty {
  display: none;
}

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

h1, h2, h3,
.h1, .h2, .h3 {
  line-height: 1.15;
}

h1, .h1 {
  font-size: 3.3rem;
}
h1.wp-block-heading, .h1.wp-block-heading {
  font-size: 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;
  font-family: "Akshar", sans-serif;
}

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

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

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

.altfont {
  font-family: "Akshar", sans-serif;
}

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

.light {
  font-weight: 100;
}

.med {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000007;
}

.primary-text {
  color: #1B4587;
}

.secondary-text {
  color: #E9CCAF;
}

.lightgrey-text {
  color: #C3BBB1;
}

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

blockquote {
  margin: 40px 0;
  font-size: 1rem;
  font-family: "Akshar", sans-serif;
  border-radius: 5px;
  background: linear-gradient(to top, #1B4587, #3A7BBC);
  color: #fff !important;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 230px;
  text-align: center;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
  z-index: -1;
  background-image: url("../images/brandmark-white.svg");
  background-repeat: no-repeat;
  background-size: 175px;
  background-position: center left;
  opacity: 0.1;
}
blockquote a:not(.btn) {
  color: #fff !important;
}
blockquote a:not(.btn):hover, blockquote a:not(.btn):focus, blockquote a:not(.btn):active {
  text-decoration: none;
}
blockquote > *:last-child {
  margin-bottom: 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h1.wp-block-heading, .h1.wp-block-heading {
    font-size: 2.35rem;
  }
  h2, .h2 {
    font-size: 2.2rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  h1 br, h2 br, h3 br, h4 br, h5 br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
  h1, .h1 {
    font-size: 2rem;
  }
  h1.wp-block-heading, .h1.wp-block-heading {
    font-size: 1.925rem;
  }
  h2, .h2 {
    font-size: 1.85rem;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 0.85rem;
  }
  blockquote {
    padding: 30px 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

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

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

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

.gallery-item {
  width: 16.6666666667%;
  min-width: 16.6666666667%;
  margin: 0;
}
.gallery-item a {
  display: block;
  height: 100%;
  border: 5px solid transparent;
  position: relative;
}
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(27, 69, 135, 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: #1B4587 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #1B4587 !important;
}

.overlay-bg {
  background-color: #000007;
  color: #fff;
}
.overlay-bg a:not(.btn):not(.wp-element-button) {
  color: #fff;
}

.gradient-bg {
  background: linear-gradient(to top, #1B4587, #000007 45%);
  color: #fff;
}
.gradient-bg a:not(.btn):not(.wp-element-button) {
  color: #fff;
}
.gradient-bg .btn-primary,
.gradient-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #fff !important;
  color: #1B4587 !important;
}
.gradient-bg .btn-primary:before,
.gradient-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  background: linear-gradient(to bottom, #F6E8D8, #E9CCAF);
}

.lightgrey-bg {
  background-color: #C3BBB1;
}
.lightgrey-bg + .lightgrey-bg {
  padding-top: 0;
}

.black-bg {
  background-color: #000007;
  color: #fff;
}
.black-bg + .black-bg, .black-bg + .gradient-bg {
  padding-top: 0;
}
.black-bg a:not(.btn):not(.wp-element-button) {
  color: #fff;
}
.black-bg .btn-primary,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #fff !important;
  color: #1B4587 !important;
}
.black-bg .btn-primary:before,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  background: linear-gradient(to bottom, #F6E8D8, #E9CCAF);
}

.primary-bg {
  background-color: #1B4587;
  color: #fff;
}
.primary-bg + .primary-bg {
  padding-top: 0;
}
.primary-bg a:not(.btn):not(.wp-element-button) {
  color: #fff;
}
.primary-bg .btn-primary,
.primary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #fff !important;
  color: #1B4587 !important;
}
.primary-bg .btn-primary:before,
.primary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  background: linear-gradient(to bottom, #F6E8D8, #E9CCAF);
}

.secondary-bg {
  background-color: #E9CCAF;
}
.secondary-bg + .secondary-bg {
  padding-top: 0;
}

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

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

.modal-backdrop {
  background-color: #1B4587;
}

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

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

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.slick-dots:has(li:first-child:last-child) {
  display: none;
}
.slick-dots li {
  margin: 0 4px;
  line-height: 12px;
}
.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: #1B4587;
  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: #C3BBB1;
  color: #000007;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}

.art-arrows {
  border: 1px solid #1B4587;
  height: 50px;
  width: 108px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.art-arrows:before {
  margin: auto;
  width: 2px;
  height: 15px;
  background-color: #1B4587;
}
.art-arrows .slick-arrow {
  background-color: transparent;
  border: 0;
  width: 25px;
  height: 25px;
  color: #1B4587;
  font-size: 0.8rem;
  transition: all 0.4s;
}
.art-arrows .slick-arrow:hover, .art-arrows .slick-arrow:focus, .art-arrows .slick-arrow:active {
  opacity: 0.6;
}
.art-arrows.light-arrows {
  border-color: #fff;
}
.art-arrows.light-arrows:before {
  background-color: #fff;
}
.art-arrows.light-arrows .slick-arrow {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
  background: transparent url("../images/angle-down.svg") right 15px center no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
select option {
  color: #000007;
  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(27, 69, 135, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(27, 69, 135, 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: "Roboto", 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 #000007 !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: #1B4587 !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: #E9CCAF;
}

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

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

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

.gform_button {
  max-width: 175px;
}

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

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

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

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

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

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

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

.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;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent !important;
  -webkit-appearance: none;
}

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

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

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

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

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

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

.widget select {
  width: 100%;
  color: #fff;
  background: transparent url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 12px;
  border: 1px solid #fff;
  font-size: 0.9rem !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: #000007;
  margin: 0 6px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
  text-decoration: none;
  font-weight: 600;
}
.page-numbers:hover, .page-numbers:focus, .page-numbers:active, .page-numbers.current {
  color: #1B4587 !important;
}
.page-numbers.next, .page-numbers.prev {
  color: #1B4587 !important;
  margin: 0;
  font-size: 20px;
}

.white-navigation .page-numbers {
  color: #fff;
}
.white-navigation .page-numbers:hover, .white-navigation .page-numbers:focus, .white-navigation .page-numbers:active, .white-navigation .page-numbers.current {
  color: #E9CCAF !important;
}
.white-navigation .page-numbers.next, .white-navigation .page-numbers.prev {
  color: #E9CCAF !important;
}

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

.login .message,
#login_error {
  color: #000007;
  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: #000007;
}
#login h1 a {
  width: 250px;
  background-size: 250px;
  height: 110px;
  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 !important;
}
#login form input:not([type=submit]) {
  color: #fff !important;
  border: 1px solid #fff !important;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}
#login .button-primary:hover, #login .button-primary:focus, #login .button-primary:active {
  background-color: #1B4587 !important;
  color: #fff !important;
}

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

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

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

.nav-wrap {
  min-height: 100vh;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.nav-wrap:before {
  background: linear-gradient(to top, #1B4587, #000007 55%);
  z-index: -1;
}

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

.nav-contact {
  margin-bottom: 45px;
  font-size: 0.9rem;
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 45px;
}
.nav-contact a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.nav-contact a:hover, .nav-contact a:focus, .nav-contact a:active {
  color: #E9CCAF !important;
}

.primary-nav {
  padding: 0;
}

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

/* Secondary Nav */
.dropdown-menu {
  border-radius: 0;
  margin-top: 0 !important;
  min-width: 185px;
  border: 0;
  position: static !important;
  float: none !important;
  box-shadow: none !important;
  background-color: transparent;
  padding-top: 0 !important;
}
.dropdown-menu li {
  text-align: left !important;
}
.dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Akshar", sans-serif;
  letter-spacing: 1px;
  padding: 4px 0 !important;
  background-color: transparent !important;
  position: relative;
  font-weight: normal;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #E9CCAF !important;
  background-color: transparent;
}

/** # Responsive **/
@media (max-width: 767px) {
  .nav-modal .modal-dialog {
    width: 100vw;
    max-width: 100vw;
    transform: translate(100vw, 0) !important;
  }
  .nav-wrap {
    padding: 30px 20px 40px;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  padding: 20px 60px;
}
#masthead.header-scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000007 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#masthead.color-header {
  background-color: #1B4587;
}
#masthead.color-header .navbar-toggler {
  border: 1px solid #fff;
}

.header-contact,
.header-social-links {
  color: #fff;
}
.header-contact a,
.header-social-links a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.header-contact a:hover, .header-contact a:focus, .header-contact a:active,
.header-social-links a:hover,
.header-social-links a:focus,
.header-social-links a:active {
  color: #E9CCAF;
}

.header-social a {
  color: #E9CCAF;
  display: inline-block;
}
.header-social a:hover, .header-social a:focus, .header-social a:active {
  transform: translateY(-2px);
}

.header-logo {
  position: relative;
}
.header-logo img {
  height: 75px;
  width: auto;
  transition: all 0.2s ease-out;
}

.header-logo-default {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
  margin: auto;
}

.header-logo-scroll {
  opacity: 0;
}

.cta-trigger {
  height: 54px;
  border-radius: 27px;
  transition: all 0.2s;
  min-width: 165px;
}

.navbar-toggler {
  width: 54px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #1B4587;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
}
.navbar-toggler:before {
  background: linear-gradient(to bottom, #3A7BBC, #1B4587);
  z-index: -1;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.navbar-toggler:hover:before, .navbar-toggler:focus:before, .navbar-toggler:active:before {
  opacity: 1;
}

.menu-bar {
  display: block;
  height: 1px;
  width: 22px;
  background-color: #fff;
  margin: 3px 0;
}

.header-scroll .header-logo img {
  height: 60px;
}
.header-scroll .header-logo-default {
  opacity: 0;
}
.header-scroll .header-logo-scroll {
  opacity: 1;
}
.header-scroll .cta-trigger {
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
}
.header-scroll .navbar-toggler {
  border-color: transparent !important;
}

/** # Responsive **/
@media (max-width: 1399px) {
  #masthead {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  #masthead {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .header-logo-default {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #masthead {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-logo img {
    height: 44px !important;
  }
  .header-links {
    font-size: 0.65rem;
    padding-left: 5px;
  }
  .navbar-toggler {
    width: 45px;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

.modal-content-wrap {
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
}
.modal-content-wrap:before {
  background: linear-gradient(to top, #1B4587, #000007 50%);
}

.cta-modal-content {
  padding: 30px;
  position: relative;
  z-index: 1;
}
.cta-modal-content > div {
  max-width: 480px;
}
.cta-modal-content .gform_button {
  background-color: #000007 !important;
  color: #fff !important;
}
.cta-modal-content .gform_button:before {
  background: linear-gradient(to bottom, #3A7BBC, #1B4587);
}

.cta-modal-brand {
  text-align: center;
  margin: 0 auto 25px;
}
.cta-modal-brand img {
  width: 57px;
  height: auto;
}

.cta-contact {
  margin-top: 35px;
}
.cta-contact a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.cta-contact a:hover, .cta-contact a:focus, .cta-contact a:active {
  color: #E9CCAF;
}

.cta-modal-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cta-modal-img .object-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.cta-modal-img:before {
  background: linear-gradient(to top, #000007, rgba(0, 0, 7, 0) 200px);
  z-index: 1;
}

.cta-logo {
  padding: 0 20px 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cta-logo img {
  width: 100%;
  height: auto;
}

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

.cta-bubble {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 10;
  overflow: hidden;
}
.cta-bubble a {
  width: 140px;
  height: 140px;
  display: block;
  border-radius: 100%;
  position: relative;
  padding: 12px;
  transition: all 0.2s ease-out;
  transform: translateX(25%);
}
.cta-bubble a:hover, .cta-bubble a:focus, .cta-bubble a:active {
  transform: translateX(10px);
}
.cta-bubble a:hover .bubble-brand, .cta-bubble a:focus .bubble-brand, .cta-bubble a:active .bubble-brand {
  transform: scale(1.1);
}
.cta-bubble a:hover .bubble-text, .cta-bubble a:focus .bubble-text, .cta-bubble a:active .bubble-text {
  animation: none;
}
.cta-bubble.hide-cta a {
  z-index: -100;
  opacity: 0;
  transition: opacity 0.25s, z-index 0s linear 0.25s;
}

.bubble-text {
  animation: spin 30s linear infinite;
}

.bubble-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  margin: auto;
  width: 40px;
  transition: all 0.5s ease-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** # Responsive **/
@media (max-width: 991px) {
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background: linear-gradient(to bottom, #3A7BBC, #1B4587);
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 0.7rem;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .mobile-cta-link.hide-cta {
    z-index: -100;
    opacity: 0;
    transition: opacity 0.25s, z-index 0s linear 0.25s;
  }
  .cta-bubble {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cta-modal-content {
    padding: 34px 20px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 800px;
}

.hp-modal-content {
  position: relative;
  padding: 30px 45px 35px;
  z-index: 1;
}
.hp-modal-content:before {
  background: linear-gradient(to top, #1B4587, #000007 55%);
  z-index: -1;
}
.hp-modal-content .gform_footer {
  justify-content: flex-end;
}

.hp-modal-brand {
  margin-bottom: 20px;
}
.hp-modal-brand img {
  width: 57px;
  height: auto;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
  .hp-modal-content {
    padding: 30px 20px 35px;
  }
}
#colophon {
  padding-bottom: 40px;
}
#colophon hr {
  opacity: 1;
}

.footer-content-wrap {
  padding: 115px 0 100px;
}

.footer-content-left {
  padding-right: 130px;
}

.footer-brand {
  margin-bottom: 25px;
}
.footer-brand img {
  width: 57px;
  height: auto;
}

.footer-form textarea {
  height: 175px !important;
}
.footer-form .gform_footer {
  justify-content: flex-end;
}

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

.footer-col p, .footer-col li {
  margin-bottom: 5px;
  line-height: 1.2;
}
.footer-col a {
  color: #000007;
  text-decoration: none;
  font-weight: 600;
}
.footer-col a:hover, .footer-col a:focus, .footer-col a:active {
  color: #1B4587;
}
.footer-col a.fw-bold {
  font-weight: bold;
}

.footer-logo img {
  height: 110px;
  width: auto;
}

.footer-brokerage img {
  height: 180px;
  width: auto;
}

.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.footer-ig {
  padding-top: 10px;
}

.footer-ig-top a {
  text-decoration: none;
  font-weight: bold;
}
.footer-ig-top a:hover, .footer-ig-top a:focus, .footer-ig-top a:active {
  color: #000007;
}
.footer-ig-top + .row {
  margin-top: 20px;
}

.footer-social a {
  width: 68px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #000007;
  color: #fff !important;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background-color: #1B4587;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .footer-content-left {
    padding-right: 45px;
  }
}
@media (max-width: 991px) {
  .footer-content-wrap {
    padding: 50px 0;
  }
  .site-footer-inner {
    padding: 30px 0 10px;
  }
  .footer-content-left {
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .footer-col {
    justify-content: center !important;
    text-align: center;
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  #colophon {
    padding-bottom: 25px;
  }
  .footer-social a {
    width: 50px;
    font-size: 1rem;
  }
}
.media-wrap > div {
  height: 100%;
}
.media-wrap .bg-slider,
.media-wrap .img-slider {
  height: 100% !important;
}
.media-wrap .bg-slider .slick-track,
.media-wrap .bg-slider .slick-list,
.media-wrap .bg-slider .slick-slide,
.media-wrap .img-slider .slick-track,
.media-wrap .img-slider .slick-list,
.media-wrap .img-slider .slick-slide {
  height: 100% !important;
}
.media-wrap .comp-video {
  position: relative;
}
.media-wrap .video-wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-wrap .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-slider-arrows {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #000007;
}

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

/** # Responsive **/
@media (max-width: 767px) {
  .img-slider-arrows {
    right: 8px;
    bottom: 8px;
  }
}
.list-box-wrap {
  margin-bottom: 60px;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.list-box-wrap a {
  font-weight: normal;
  text-decoration: none;
  color: #000007 !important;
  display: block;
  height: 100%;
}
.list-box-wrap a:hover .list-box-img img, .list-box-wrap a:focus .list-box-img img, .list-box-wrap a:active .list-box-img img {
  transform: scale(1.1);
  transition: all 5s ease-in;
}
.list-box-wrap a:hover .list-box-info h3, .list-box-wrap a:focus .list-box-info h3, .list-box-wrap a:active .list-box-info h3 {
  color: #1B4587;
}

.list-box-inner {
  background-color: #fff;
  position: relative;
  height: 100%;
}

.list-box-img {
  overflow: hidden;
}
.list-box-img img {
  transition: all 1s;
}

.list-box-status {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 77px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  padding: 10px;
  line-height: 1.25;
  letter-spacing: 1px;
}
.list-box-status.primary-bg {
  color: #E9CCAF !important;
}
.list-box-status.lightgrey-bg {
  color: #000007 !important;
}

.list-box-info {
  padding: 20px 15px 55px;
}
.list-box-info h3 {
  transition: all 0.4s;
}

.list-box-meta {
  border-top: 1px solid #000007;
  padding: 12px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.list-box-meta span:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #1B4587;
  margin: 0 4px 0 8px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-slider {
    margin: 0 -15px;
  }
  .list-box-info .h5 {
    font-size: 1.15rem;
  }
}
.blog-box-wrap {
  margin-bottom: 60px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.blog-box-wrap a {
  font-weight: normal;
  text-decoration: none;
  color: #000007;
}
.blog-box-wrap a:hover .blog-box-img img, .blog-box-wrap a:focus .blog-box-img img, .blog-box-wrap a:active .blog-box-img img {
  transform: scale(1.1);
  transition: all 5s ease-in;
}
.blog-box-wrap a:hover .blog-box-info h3, .blog-box-wrap a:focus .blog-box-info h3, .blog-box-wrap a:active .blog-box-info h3 {
  color: #1B4587;
}

.blog-box-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-box-img img {
  transition: all 1s;
}

.blog-box-cat {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 15px 5px;
  min-width: 125px;
  z-index: 1;
}

.blog-box-info h3 {
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
}
.img-header {
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 150px 60px 30px;
}
.img-header .page-header {
  padding-right: 30px;
  width: 55%;
  min-width: 55%;
  padding-right: 20px;
}

.page-header-inner {
  position: relative;
  z-index: 1;
  max-width: 1330px;
  flex-grow: 1;
}

.header-copy {
  width: 45%;
  min-width: 45%;
  padding-left: 20px;
}
.header-copy > :last-child {
  margin-bottom: 0;
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media:before {
  background: linear-gradient(to bottom, rgba(0, 0, 7, 0.7), rgba(0, 0, 7, 0));
  height: 115px;
  z-index: 1;
}
.header-media:after {
  background: linear-gradient(to top, rgba(0, 0, 7, 0.85), rgba(0, 0, 7, 0) 60%);
  z-index: 1;
}
.header-media .object-cover {
  object-position: top;
}

.text-header {
  padding-top: 175px;
  padding-bottom: 45px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .img-header {
    padding: 150px 40px 30px;
  }
  .img-header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .img-header {
    padding: 150px 20px 30px;
  }
}
@media (max-width: 991px) {
  .img-header {
    display: block;
    min-height: unset;
    padding: 0;
  }
  .img-header .page-header {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .img-header h1 {
    margin-bottom: 20px;
  }
  .header-media {
    aspect-ratio: 16/9;
    position: relative;
  }
  .header-media:after {
    display: none;
  }
  .page-header-inner {
    padding: 35px 40px;
    display: block !important;
    text-align: center;
    text-shadow: none !important;
  }
  .header-copy {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .text-header {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .img-header h1 {
    font-size: 2rem;
  }
  .header-media {
    aspect-ratio: 7/5;
  }
  .page-header-inner {
    padding: 35px 15px;
  }
  .text-header {
    padding: 125px 0 30px;
  }
}
.sidebar {
  padding: 30px 30px 25px;
  position: sticky;
  border-radius: 14px;
  text-align: center;
}
.sidebar h3 {
  font-size: 1rem;
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
}
.sidebar p {
  line-height: 1.3;
}
.sidebar p strong {
  font-weight: 600;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 25px 20px;
  }
}
.lead-wrap {
  padding: 200px 0 90px;
  min-height: 100vh;
}

.lead-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.lead-img:before {
  background: rgba(0, 0, 7, 0.6);
}

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

.lead-content {
  padding-right: 75px;
  padding-top: 20px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-content {
    padding-right: 15px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    padding: 175px 0 50px;
  }
  .lead-img:before {
    background: rgba(0, 0, 7, 0.85);
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding-top: 125px;
  }
}
.posts-wrap {
  margin-top: 70px;
  margin-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .posts-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.t-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.t-box-wrap {
  margin-bottom: 50px;
}
.t-box-wrap a {
  display: block;
  height: 100%;
  text-decoration: none;
  font-weight: normal;
}
.t-box-wrap a:hover .t-box-more, .t-box-wrap a:focus .t-box-more, .t-box-wrap a:active .t-box-more {
  opacity: 1;
}
.t-box-wrap a:hover .t-box-brand, .t-box-wrap a:focus .t-box-brand, .t-box-wrap a:active .t-box-brand {
  transform: translateY(-10px);
}
.t-box-wrap .t-box-inner {
  height: 100%;
  position: relative;
  padding-bottom: 100px;
}
.t-box-wrap .t-box-brand {
  transition: all 0.5s ease-out;
}

.t-box-name {
  position: absolute;
  bottom: 35px;
  left: 40px;
  right: 80px;
}

.t-box-more {
  position: absolute;
  bottom: 35px;
  right: 40px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #000007;
  color: #fff;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease-out;
}

.t-callout {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1rem;
}

.t-box-inner {
  padding: 45px 40px 35px;
}

.t-box-brand {
  margin-bottom: 35px;
}
.t-box-brand img {
  width: 50px;
  height: auto;
}

.t-excerpt {
  font-size: 1.2rem;
}

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

.t-modal-wrap {
  padding: 35px 50px;
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.t-modal-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  padding: 20px;
  display: flex;
  align-items: flex-end;
}
.t-modal-brand img {
  width: 250px;
  height: auto;
  opacity: 0.33;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .t-box-excerpt {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .t-box-wrap {
    transition-delay: 0.3s !important;
  }
  .t-callout {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .t-excerpt {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .t-box-wrap {
    margin-bottom: 40px;
  }
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .t-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .t-callout {
    font-size: 1.2rem;
  }
  .t-box-inner {
    padding: 35px 20px 25px;
  }
  .t-excerpt {
    font-size: 0.95rem;
  }
  .t-box-name {
    left: 20px;
    right: 60px;
  }
  .t-box-more {
    right: 20px;
  }
  .t-modal-wrap {
    padding: 30px 20px;
  }
  .t-modal-brand {
    padding: 10px;
  }
  .t-modal-brand img {
    width: 200px;
  }
  .t-modal-name {
    padding-right: 50px;
  }
}
.listings-wrap {
  padding-top: 30px !important;
  padding-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .listings-wrap {
    padding-top: 15px !important;
    padding-bottom: 50px;
  }
}
.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: 12px;
  padding-left: 17px;
  line-height: 1.25;
}
.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 -17px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1B4587;
  position: relative;
  top: -3px;
}

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

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

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

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.cta-section {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 80vh;
}

.cta-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.cta-img:before {
  background: linear-gradient(to right, rgba(0, 0, 7, 0.75), rgba(0, 0, 7, 0) 60%);
}

.cta-inner {
  position: relative;
  z-index: 2;
  max-width: 475px;
}

.cta-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  z-index: 1;
}
.cta-brand img {
  width: 825px;
  height: auto;
  transform: translate(175px, 42%);
  opacity: 0.6;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .cta-brand img {
    width: 725px;
  }
}
@media (max-width: 1199px) {
  .cta-brand img {
    width: 625px;
  }
}
@media (max-width: 991px) {
  .cta-section {
    min-height: 500px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cta-img:before {
    background: linear-gradient(to right, rgba(0, 0, 7, 0.75), rgba(0, 0, 7, 0.15) 100%);
  }
  .cta-brand img {
    width: 500px;
    transform: translate(125px, 35%);
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .cta-section {
    min-height: unset;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cta-img:before {
    background: none;
    background-color: rgba(0, 0, 7, 0.7);
  }
  .cta-brand {
    display: none;
  }
}
.list-top-wrap {
  padding: 160px 0 40px;
}

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

.list-quick-links a {
  font-weight: normal;
  text-decoration: none;
}
.list-quick-links a:hover, .list-quick-links a:focus, .list-quick-links a:active {
  color: #E9CCAF !important;
}
.list-quick-links > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 3px 0 8px;
}

.hilites-slider {
  position: relative;
}
.hilites-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #1B4587;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  z-index: 1;
  font-size: 0.8rem;
}
.hilites-slider .slick-arrow:hover, .hilites-slider .slick-arrow:focus, .hilites-slider .slick-arrow:active {
  background-color: #000007;
}
.hilites-slider .slick-arrow.slick-prev {
  left: calc(15% - 10px);
}
.hilites-slider .slick-arrow.slick-next {
  right: calc(15% - 10px);
}

.hilites-slide {
  padding: 0 15px;
}
.hilites-slide > div {
  position: relative;
}
.hilites-slide .list-status {
  opacity: 0;
}
.hilites-slide.slick-current .list-status {
  opacity: 1;
  transition-delay: 0.2s;
}

.list-status {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 130px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  padding: 15px;
  line-height: 1.25;
  letter-spacing: 1.5px;
  font-size: 1.175rem;
  transition: all 0.5s ease-out;
}
.list-status.primary-bg {
  color: #E9CCAF !important;
}
.list-status.lightgrey-bg {
  color: #000007 !important;
}

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

.open-houses hr {
  background-color: #fff;
  width: 40px;
  opacity: 1;
  margin: 17px auto;
}

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

.list-detail {
  margin-top: 12px;
}

.list-desc > h1:not(:first-child), .list-desc > h2:not(:first-child), .list-desc > h3:not(:first-child), .list-desc > h4:not(:first-child) {
  margin-top: 45px;
}
.list-desc + .list-downloads {
  margin-top: -25px;
}

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

.list-video + .list-video, .list-video + .list-virtual {
  margin-top: 45px;
}
.list-video lite-youtube .lyt-playbtn svg,
.list-video lite-youtube .ltv-playbtn svg,
.list-video lite-vimeo .lyt-playbtn svg,
.list-video lite-vimeo .ltv-playbtn svg {
  width: 175px;
}

.list-content-blocks {
  margin: 75px 0;
}
.list-content-blocks > div + div {
  margin-top: 70px;
}

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

.list-gallery-wrap {
  margin: 70px 0;
}

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

/** # Responsive **/
@media (max-width: 1600px) {
  .hilites-slider .slick-arrow.slick-prev {
    left: calc(10% - 10px);
  }
  .hilites-slider .slick-arrow.slick-next {
    right: calc(10% - 10px);
  }
}
@media (max-width: 991px) {
  .hilites-slider .slick-arrow {
    top: unset;
    bottom: 12px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: 52px;
  }
  .hilites-slider .slick-arrow.slick-next {
    right: 52px;
  }
  .hilites-slide {
    padding: 0 40px;
  }
  .list-status {
    letter-spacing: 1px;
    width: 100px;
    font-size: 0.9rem;
  }
  .list-tour {
    padding: 50px 0;
  }
  .list-video lite-youtube .lyt-playbtn svg,
  .list-video lite-youtube .ltv-playbtn svg,
  .list-video lite-vimeo .lyt-playbtn svg,
  .list-video lite-vimeo .ltv-playbtn svg {
    width: 100px;
  }
  .list-content-blocks {
    margin: 50px 0;
  }
  .list-content-blocks > div + div {
    margin-top: 40px;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .list-gallery-wrap {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .list-top-wrap {
    padding-top: 125px;
  }
  .hilites-slider .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 0.7rem;
    bottom: 7px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: 22px;
  }
  .hilites-slider .slick-arrow.slick-next {
    right: 22px;
  }
  .hilites-slide {
    padding: 0 15px;
  }
  .list-status {
    top: 12px;
    left: 12px;
    padding: 10px;
    width: 77px;
    font-size: 0.7rem;
  }
}
.post-top-wrap {
  padding: 175px 0 60px;
  z-index: 1;
}

.post-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-left: 45px;
  z-index: -1;
}
.post-brand img {
  height: calc(100% - 140px);
  width: auto;
  opacity: 0.1;
}

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

.author-byline {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1B4587;
}

.blog-tags {
  margin-top: 45px;
  margin-bottom: 25px;
}
.blog-tags a {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 0.8rem;
  text-decoration: none;
}
.blog-tags a:hover, .blog-tags a:focus, .blog-tags a:active {
  color: #77584C !important;
}

.post-author-card {
  margin: 40px 0;
  padding-top: 25px;
  border-top: 1px solid #1B4587;
}
.post-author-card a {
  text-decoration: none !important;
}
.post-author-card a:hover, .post-author-card a:focus, .post-author-card a:active {
  color: #77584C !important;
}

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

.blog-cta {
  z-index: 1;
}
.blog-cta:before {
  background-color: rgba(0, 0, 7, 0.6);
}
.blog-cta a {
  color: #fff;
  position: relative;
  font-weight: normal;
  z-index: 1;
  text-decoration: none;
  padding: 40px 50px;
  min-height: 400px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .post-top-wrap {
    padding: 160px 0 40px;
  }
  .post-brand {
    display: none;
  }
  .post-header {
    text-align: center;
    margin-bottom: 35px;
  }
  .post-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .post-top-wrap {
    padding-top: 130px;
  }
  .blog-cta a {
    padding: 30px 20px;
    min-height: 300px;
  }
}
.author-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .author-copy {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .author-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.bio-top-wrap {
  padding-top: 250px;
  z-index: 1;
  overflow: hidden;
}
.bio-top-wrap.standard-bio-photo {
  padding-bottom: 50px;
  padding-top: 180px;
}
.bio-top-wrap.standard-bio-photo .bio-featured {
  padding-right: 60px;
}
.bio-top-wrap.standard-bio-photo .bio-header {
  padding-bottom: 0;
}

.bio-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-left: 45px;
  z-index: -1;
}
.bio-brand img {
  height: calc(100% - 160px);
  width: auto;
}

.bio-header {
  order: 2;
  padding-bottom: 50px;
}

.bio-contact p {
  margin-bottom: 5px;
  line-height: 1.2;
}
.bio-contact a {
  text-decoration: none;
  font-weight: 600;
}
.bio-contact a:hover, .bio-contact a:focus, .bio-contact a:active {
  color: #E9CCAF !important;
}

.bio-intro {
  padding-top: 20px;
  border-top: 1px solid rgba(233, 204, 175, 0.5);
  margin-top: 20px;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .bio-top-wrap:not(.standard-bio-photo) .bio-featured img {
    transform: scale(1.1);
    transform-origin: bottom right;
  }
  .bio-top-wrap.standard-bio-photo .bio-featured {
    padding-right: 15px;
  }
  .bio-top-wrap.standard-bio-photo .bio-header {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .bio-top-wrap:not(.standard-bio-photo) .bio-featured img {
    transform: scale(1.2);
    transform-origin: bottom;
  }
  .bio-brand {
    padding-left: 20px;
  }
  .bio-brand img {
    height: calc(100% - 75px);
  }
  .bio-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .bio-top-wrap {
    padding-top: 130px !important;
  }
  .bio-header {
    order: unset;
    text-align: center;
    margin-bottom: 30px;
  }
  .bio-featured img {
    transform: none !important;
  }
  .bio-brand {
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
  }
  .bio-brand img {
    height: 325px;
  }
}
.blog-toggle {
  margin: 20px 0 45px;
}

.toggle-card {
  margin-bottom: 30px;
}

.toggle-btn {
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 0 0 5px;
  border-bottom: 2px solid #1B4587;
  font-weight: normal;
  outline: none !important;
  text-align: left;
  color: #000007 !important;
}
.toggle-btn:hover .toggle-arrow, .toggle-btn:focus .toggle-arrow, .toggle-btn:active .toggle-arrow, .toggle-btn:not(.collapsed) .toggle-arrow {
  transform: rotate(90deg);
}

.toggle-arrow {
  transition: all 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1B4587;
  color: #fff;
  font-size: 0.6rem;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 100%;
  margin-left: 15px;
}

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

.thanks-wrap {
  min-height: 100vh;
}

/** # Responsive **/
@media (max-width: 991px) {
  .thanks-wrap {
    min-height: unset;
  }
  .thanks-wrap .page-header-inner {
    padding-bottom: 50px;
  }
}
lite-youtube,
lite-vimeo {
  background-color: #000007;
  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, 7, 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 svg,
lite-youtube .ltv-playbtn svg,
lite-vimeo .lyt-playbtn svg,
lite-vimeo .ltv-playbtn svg {
  width: 135px;
  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: 175px 0 0;
  display: flex;
  flex-direction: column;
}
.homepage-hero:before {
  background: linear-gradient(to bottom, rgba(0, 0, 7, 0.45), rgba(0, 0, 7, 0));
  z-index: 1;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}

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

.hero-inner {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  padding-bottom: 35px;
}
.hero-inner > div {
  position: sticky;
  top: 130px;
}

.hero-right {
  padding-left: 50px;
}

.hero-brand {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-brand img {
  width: 95vw;
  height: auto;
  opacity: 0.75;
  max-height: 285px;
  transform: translateY(25px);
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hero-right {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .homepage-hero {
    min-height: 700px;
    justify-content: flex-end;
  }
  .homepage-hero:before {
    background: linear-gradient(to bottom, rgba(0, 0, 7, 0.55), rgba(0, 0, 7, 0.25));
  }
  .hero-inner {
    flex-grow: unset;
    text-align: center;
  }
  .hero-inner > div {
    position: static;
    padding: 0 45px;
  }
  .hero-inner h1 {
    font-size: 2.8rem;
  }
  .hero-brand img {
    transform: translateY(15px);
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
    padding: 145px 0 0;
  }
  .homepage-hero:before {
    background: linear-gradient(to bottom, rgba(0, 0, 7, 0.6), rgba(0, 0, 7, 0.33));
  }
  .hero-inner {
    padding-bottom: 20px;
  }
  .hero-inner > div {
    padding: 0;
  }
  .hero-inner h1 {
    font-size: 2.3rem;
  }
  .hero-brand img {
    transform: translateY(10px);
  }
}
.homepage-listings {
  padding-top: 90px;
  padding-bottom: 50px;
}
.homepage-listings .row {
  position: relative;
  z-index: 1;
}

.hp-listings-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  padding: 130px 20px 100px;
}
.hp-listings-brand img {
  max-width: 80vw;
  height: auto;
  width: auto;
  max-height: 1250px;
  opacity: 0.08;
}

.hp-listings-header {
  order: 2;
  padding-left: 60px;
  padding-top: 125px;
  padding-bottom: 60px;
}
.hp-listings-header > div {
  position: sticky;
  top: 20%;
}

.hp-list-box-wrap {
  margin-bottom: 50px;
}
.hp-list-box-wrap:last-child {
  margin-bottom: 0;
}
.hp-list-box-wrap a {
  font-weight: normal;
  text-decoration: none;
}
.hp-list-box-wrap a:hover .hp-list-box-img img, .hp-list-box-wrap a:focus .hp-list-box-img img, .hp-list-box-wrap a:active .hp-list-box-img img {
  transform: scale(1.1);
  transition: all 5s ease-in;
}

.hp-list-box-inner {
  position: relative;
  aspect-ratio: 7/5;
  display: flex;
  align-items: flex-end;
  padding: 0 40px 30px;
}
.hp-list-box-inner:before {
  background: linear-gradient(to top, rgba(0, 0, 7, 0.9), rgba(0, 0, 7, 0) 33%);
  z-index: 1;
}

.hp-list-box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.hp-list-box-img img {
  transition: all 1s;
}

.hp-list-box-status {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 107px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  padding: 30px;
  line-height: 1.25;
  letter-spacing: 2px;
}
.hp-list-box-status.primary-bg {
  color: #E9CCAF !important;
}
.hp-list-box-status.lightgrey-bg {
  color: #000007 !important;
}

.hp-list-box-info {
  position: relative;
  z-index: 1;
}

.hp-list-box-meta > span:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #1B4587;
  margin: 0 4px 0 8px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-listings-header {
    padding-left: 15px;
  }
  .hp-list-box-inner {
    padding: 0 20px 25px;
  }
  .hp-list-box-status {
    right: 15px;
    top: 15px;
    width: 90px;
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .homepage-listings {
    padding-top: 60px;
    overflow: hidden;
  }
  .homepage-listings .list-arrows {
    justify-self: center;
    margin: 30px auto 0;
  }
  .hp-listings-brand {
    padding-top: 50px;
  }
  .hp-listings-brand img {
    max-height: 550px;
  }
  .hp-listings-header {
    order: unset;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .homepage-listings {
    padding-top: 50px;
  }
  .homepage-listings .row {
    margin: 0 -15px !important;
  }
  .hp-listings-brand {
    padding-top: 40px;
    padding-left: 5px;
  }
  .hp-listings-brand img {
    max-width: 90vw;
  }
}
.homepage-testimonials {
  padding: 120px 0;
  overflow: hidden;
}
.homepage-testimonials:before {
  background: linear-gradient(to top, #1B4587, #000007 50%);
}
.homepage-testimonials .container {
  position: relative;
  z-index: 1;
}

.hpt-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
.hpt-brand img {
  height: 80%;
  width: auto;
  max-width: unset;
  opacity: 0.1;
  transform: translateX(175px);
}

.hpt-left {
  padding-right: 90px;
}
.hpt-left .object-cover {
  object-position: top;
}

.hpt-links {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.hpt-links .btn {
  width: 49%;
  min-width: 49%;
}

.hpt-slider-wrap {
  position: relative;
}

.hpt-slide-inner {
  position: relative;
  padding-bottom: 80px;
}

.hpt-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-right: 120px;
}

.hpt-arrows {
  position: absolute;
  bottom: -15px;
  right: 0;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpt-left {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .hpt-left {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .homepage-testimonials {
    padding: 50px 0 70px;
  }
  .hpt-brand {
    align-items: flex-end;
    padding-bottom: 50px;
  }
  .hpt-brand img {
    height: unset;
    width: 80%;
  }
  .hpt-left {
    margin-bottom: 50px;
  }
  .hpt-media .media-wrap {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 767px) {
  .homepage-testimonials {
    padding: 40px 0 50px;
  }
  .hpt-links {
    display: block;
  }
  .hpt-links .btn {
    margin-top: 10px;
  }
  .hpt-brand img {
    transform: translateX(45px);
  }
}
.homepage-blog {
  padding: 150px 0;
}

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

.hp-blog-feed-wrap {
  padding-left: 150px;
}

.hp-blog-feed-slider {
  margin-left: -15px;
}
.hp-blog-feed-slider .slick-list {
  padding: 0 400px 0 0 !important;
}

.hp-blog-arrows {
  margin-top: 45px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hp-blog-feed-wrap {
    padding-left: 40px;
  }
  .hp-blog-feed-slider .slick-list {
    padding: 0 250px 0 0 !important;
  }
}
@media (max-width: 1199px) {
  .homepage-blog {
    padding: 100px 0;
  }
  .hp-blog-feed-slider .slick-list {
    padding: 0 150px 0 0 !important;
  }
}
@media (max-width: 991px) {
  .homepage-blog {
    padding: 75px 0;
  }
  .hp-blog-feed-wrap {
    padding: 0 40px;
  }
  .hp-blog-feed-slider {
    margin: 0 -15px;
  }
  .hp-blog-feed-slider .slick-list {
    padding: 0 !important;
  }
  .hp-blog-arrows {
    justify-self: center;
    margin: 45px auto 0;
  }
}
@media (max-width: 767px) {
  .homepage-blog {
    padding: 50px 0;
  }
  .hp-blog-feed-wrap {
    padding: 0 15px;
  }
}
.freeform-content {
  margin: 50px 0;
}
.freeform-content ul li {
  font-weight: bold;
  color: #1B4587;
  border-bottom: 1px solid #C3BBB1;
  padding: 14px 0 !important;
  margin: 0 !important;
}
.freeform-content ul li:before {
  display: none !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .freeform-content ul li {
    padding: 10px 0 !important;
  }
}
.copy-on-media {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 90vh;
}

.overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.overlay-media:before {
  background: linear-gradient(to right, rgba(0, 0, 7, 0.75), rgba(0, 0, 7, 0) 60%);
}

.overlay-inner {
  position: relative;
  z-index: 2;
  max-width: 475px;
}

.com-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  z-index: 1;
}
.com-brand img {
  width: 825px;
  height: auto;
  transform: translate(175px, 42%);
  opacity: 0.6;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .com-brand img {
    width: 725px;
  }
}
@media (max-width: 1199px) {
  .com-brand img {
    width: 625px;
  }
}
@media (max-width: 991px) {
  .copy-on-media {
    min-height: 700px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .overlay-media:before {
    background: linear-gradient(to right, rgba(0, 0, 7, 0.75), rgba(0, 0, 7, 0.15) 100%);
  }
  .com-brand img {
    width: 500px;
    transform: translate(125px, 35%);
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    min-height: unset;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .overlay-media:before {
    background: none;
    background-color: rgba(0, 0, 7, 0.5);
  }
  .com-brand {
    display: none;
  }
}
.hp-copy-on-media {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 90vh;
}

.hp-overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hp-overlay-media:before {
  background: linear-gradient(to right, rgba(0, 0, 7, 0.75), rgba(0, 0, 7, 0) 60%);
}

.hp-overlay-inner {
  position: relative;
  z-index: 2;
  max-width: 475px;
}

.hpcom-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  z-index: 1;
}
.hpcom-brand img {
  width: 825px;
  height: auto;
  transform: translate(175px, 42%);
  opacity: 0.6;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpcom-brand img {
    width: 725px;
  }
}
@media (max-width: 1199px) {
  .hpcom-brand img {
    width: 625px;
  }
}
@media (max-width: 991px) {
  .hp-copy-on-media {
    min-height: 700px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .hp-overlay-media:before {
    background: linear-gradient(to right, rgba(0, 0, 7, 0.75), rgba(0, 0, 7, 0.15) 100%);
  }
  .hpcom-brand img {
    width: 500px;
    transform: translate(125px, 35%);
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .hp-copy-on-media {
    min-height: unset;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hp-overlay-media:before {
    background: none;
    background-color: rgba(0, 0, 7, 0.5);
  }
  .hpcom-brand {
    display: none;
  }
}
.copy-and-media {
  padding: 100px 0;
  overflow: hidden;
}
.copy-and-media.white-bg {
  padding: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 20px;
}
.copy-and-media.media-right .cm-brand img {
  transform: translateX(-40px);
}
.copy-and-media.media-left .cm-inner {
  padding-left: 20px;
}
.copy-and-media.media-left .cm-brand {
  justify-content: flex-end;
}
.copy-and-media.media-left .cm-brand img {
  transform: translateX(40px);
}
.copy-and-media.media-fit .cm-media {
  position: relative;
  min-height: 550px;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}
.copy-and-media .container {
  position: relative;
  z-index: 1;
}

.cm-inner {
  padding: 25px 15px;
}

.cm-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -1;
  display: flex;
  align-items: center;
}
.cm-brand img {
  height: 575px;
  max-height: calc(100% + 20px);
  width: auto;
  max-width: unset;
  opacity: 0.08;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .copy-and-media.media-left .cm-brand img {
    transform: translateX(60px);
  }
  .copy-and-media.media-right .cm-brand img {
    transform: translateX(-60px);
  }
}
@media (max-width: 1199px) {
  .cm-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) {
  .copy-and-media {
    padding: 40px 0;
  }
  .copy-and-media.white-bg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .copy-and-media .cm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .copy-and-media.media-fit .cm-media {
    aspect-ratio: 7/5;
    min-height: unset;
  }
  .cm-inner {
    padding: 0 15px !important;
  }
  .cm-brand {
    display: none;
  }
}
.hp-copy-and-media {
  padding-top: 60px;
}
.hp-copy-and-media.media-right .hpcm-media {
  order: 2;
}
.hp-copy-and-media + section {
  position: relative;
  margin-top: -145px;
}
.hp-copy-and-media + section:before {
  content: "";
  display: block;
  height: 145px;
  background-color: inherit;
}

.hpcm-inner {
  padding: 30px 30px 175px;
  min-height: calc(100vh + 100px);
}
.hpcm-inner > div {
  max-width: 440px;
}

.hpcm-media {
  position: relative;
  z-index: 1;
}
.hpcm-media .media-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-copy-and-media + section {
    position: relative;
    margin-top: -100px;
  }
  .hp-copy-and-media + section:before {
    content: "";
    display: block;
    height: 100px;
    background-color: inherit;
  }
  .hpcm-inner {
    padding-bottom: 60px;
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  .hp-copy-and-media {
    padding-top: 0;
  }
  .hp-copy-and-media + section {
    margin-top: 0;
  }
  .hp-copy-and-media + section:before {
    display: none;
  }
  .hpcm-media {
    order: unset !important;
    aspect-ratio: 7/5;
  }
  .hpcm-inner {
    min-height: unset;
    padding: 35px 40px 40px;
  }
  .hpcm-inner > div {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .hpcm-inner {
    padding: 35px 15px 40px;
  }
}
.team-query-wrap {
  margin: 90px 0 40px;
}

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

.team-box-wrap {
  margin-bottom: 50px;
}
.team-box-wrap a {
  text-decoration: none;
  font-weight: normal;
  color: #000007;
}
.team-box-wrap a:hover .team-box-img:before, .team-box-wrap a:focus .team-box-img:before, .team-box-wrap a:active .team-box-img:before {
  opacity: 0.4;
}
.team-box-wrap a:hover .btn:before, .team-box-wrap a:focus .btn:before, .team-box-wrap a:active .btn:before {
  transform: translateY(0);
}

.team-box-img {
  position: relative;
  margin-bottom: 20px;
}
.team-box-img:before {
  background: linear-gradient(to top, #1B4587, rgba(27, 69, 135, 0) 65%);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .team-query-wrap {
    margin: 75px 0 30px;
  }
  .team-query-header {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    margin: 50px 0 15px;
  }
  .team-query-header {
    margin-bottom: 45px;
  }
}
.blog-feed {
  padding: 90px 0 35px;
}
.blog-feed .blog-box-wrap a:hover .blog-box-info h3, .blog-feed .blog-box-wrap a:focus .blog-box-info h3, .blog-feed .blog-box-wrap a:active .blog-box-info h3 {
  color: #E9CCAF;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .blog-feed {
    padding: 60px 0 20px;
  }
}
@media (max-width: 767px) {
  .blog-feed {
    padding: 40px 0;
  }
  .blog-feed .slick-dots {
    margin-top: 25px;
  }
  .blog-feed .slick-dots button {
    background-color: #E9CCAF;
  }
}
.listings-feed {
  padding: 75px 0 35px;
}

.listings-feed-header {
  margin-bottom: 45px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .listings-feed {
    padding: 60px 0 30px;
  }
}
@media (max-width: 991px) {
  .listings-feed {
    padding-bottom: 45px;
  }
  .listings-feed .list-arrows {
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .listings-feed {
    padding: 40px 0;
  }
}
.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: #000007;
  transition: all 0.4s ease-out;
}
.logo-slide a {
  text-decoration: none;
}
.logo-slide a:hover p, .logo-slide a:focus p, .logo-slide a:active p {
  color: #1B4587;
}

.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;
  }
}
.testimonial-callout-slider-wrap {
  margin: 60px 0;
}

.testimonial-callout-header {
  margin-bottom: 50px;
}

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

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

.tcl-excerpt {
  margin-bottom: 50px;
}

.tcallout-bottom {
  margin-top: 30px;
}

.testimonial-callout {
  margin: 50px 0;
  position: relative;
}

.tc-excerpt {
  margin-bottom: 50px;
}

.t-name {
  padding-right: 120px;
}

.tcallout-arrows {
  position: absolute;
  bottom: 24px;
  right: 30px;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 767px) {
  .testimonial-callout-slider-wrap {
    margin: 40px 0;
  }
  .testimonial-callout-header {
    margin-bottom: 40px;
  }
  .tcl-excerpt {
    margin-bottom: 30px;
  }
  .tcl-arrows {
    margin: 0 auto 20px;
  }
  .testimonial-callout {
    padding-bottom: 20px;
  }
  .tcallout-arrows {
    position: relative;
    bottom: unset;
    right: unset;
    left: 20px;
  }
}
.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: #000007;
  opacity: 0;
  transition: all 0.4s ease-out;
}

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

/* Styling for WP Media Block */
.homepage-team {
  padding-top: 150px;
}
.homepage-team:before {
  background: linear-gradient(to top, #1B4587, #000007 50%);
}
.homepage-team .container {
  position: relative;
  z-index: 1;
}

.hpteam-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  padding: 60px 40px 90px;
}
.hpteam-brand img {
  height: 100%;
  width: auto;
}

.hpteam-img > div {
  transform: translateX(15px) scale(1.025);
  transform-origin: bottom right;
}

.hpteam-content {
  padding-bottom: 150px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpteam-img > div {
    transform: translateX(15px) scale(1.07);
  }
  .hpteam-content {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .hpteam-img > div {
    transform: translateX(20px) scale(1.4);
  }
  .hpteam-content {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .homepage-team {
    padding-top: 75px;
  }
  .hpteam-brand {
    padding: 50px 30px;
  }
  .hpteam-brand img {
    height: 550px;
  }
  .hpteam-img {
    margin-bottom: 40px;
  }
  .hpteam-img > div {
    transform: none;
    border-bottom: 6px solid #1B4587;
  }
}
@media (max-width: 767px) {
  .homepage-team {
    padding-top: 50px;
  }
  .hpteam-brand {
    padding: 40px 15px;
  }
  .hpteam-brand img {
    height: 300px;
  }
  .hpteam-brand {
    margin-bottom: 30px;
  }
}
.resource-links {
  padding: 60px 0 25px;
}

.resource-links-header {
  margin-bottom: 70px;
}

.resource-box-wrap {
  margin-bottom: 45px;
}
.resource-box-wrap a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.resource-box-wrap a:hover .resource-box-img img, .resource-box-wrap a:focus .resource-box-img img, .resource-box-wrap a:active .resource-box-img img {
  transform: scale(1.1);
  transition: all 4s ease-out;
}

.resource-box-inner {
  position: relative;
  aspect-ratio: 1/0.85;
  padding: 20px 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.resource-box-inner h3 {
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
}

.resource-box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.resource-box-img:before {
  background: linear-gradient(to top, rgba(0, 0, 7, 0.75), rgba(0, 0, 7, 0) 55%);
  z-index: 1;
}
.resource-box-img img {
  transition: all 1s;
}

/** # Responsive **/
@media (max-width: 767px) {
  .resource-links {
    padding: 45px 0 30px;
  }
  .resource-links-header {
    margin-bottom: 35px;
  }
  .resource-box-wrap {
    margin-bottom: 15px;
  }
  .resource-box-inner {
    aspect-ratio: 7.75/5;
  }
}
.copy-and-framed-gallery {
  margin: 90px 0 75px;
}

.frame-wrap {
  position: relative;
  z-index: 1;
}

.framed-gallery-slider {
  position: absolute !important;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  z-index: -1;
}
.framed-gallery-slider .slick-list,
.framed-gallery-slider .slick-track,
.framed-gallery-slider .slick-slide {
  height: 100% !important;
}

.framed-gallery-expander {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.frame-arrows {
  margin: 20px auto 0;
}

.cfg-inner {
  padding-left: 20px;
  padding-bottom: 50px;
}
.cfg-inner ul li {
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 7, 0.5);
  padding: 12px 0 !important;
  margin: 0 !important;
}
.cfg-inner ul li:before {
  display: none !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .cfg-inner {
    padding-left: 15px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .copy-and-framed-gallery {
    margin: 40px 0;
  }
  .cfg-media {
    order: 2;
  }
  .cfg-inner {
    padding-bottom: 0;
    margin-bottom: 35px;
  }
}
.devs-wrap {
  padding-top: 30px !important;
  padding-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .devs-wrap {
    padding-top: 15px !important;
    padding-bottom: 50px;
  }
}
.dev-box-wrap {
  margin-bottom: 60px;
}
.dev-box-wrap.dev-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.dev-box-wrap a {
  font-weight: normal;
  text-decoration: none;
  color: #000007 !important;
  display: block;
  height: 100%;
}
.dev-box-wrap a:hover .dev-box-img img, .dev-box-wrap a:focus .dev-box-img img, .dev-box-wrap a:active .dev-box-img img {
  transform: scale(1.1);
  transition: all 5s ease-in;
}
.dev-box-wrap a:hover .dev-box-info h3, .dev-box-wrap a:focus .dev-box-info h3, .dev-box-wrap a:active .dev-box-info h3 {
  color: #1B4587;
}

.dev-box-inner {
  background-color: #fff;
  position: relative;
  height: 100%;
}

.dev-box-img {
  overflow: hidden;
}
.dev-box-img img {
  transition: all 1s;
}

.dev-box-status {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  padding: 10px;
  line-height: 1.25;
  letter-spacing: 1px;
  color: #E9CCAF !important;
}

.dev-box-info {
  padding: 20px 15px 55px;
}
.dev-box-info h3 {
  transition: all 0.4s;
}

.dev-box-meta {
  border-top: 1px solid #000007;
  padding: 12px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.dev-box-meta span:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #1B4587;
  margin: 0 4px 0 8px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .dev-slider {
    margin: 0 -15px;
  }
  .dev-box-info .h5 {
    font-size: 1.15rem;
  }
}

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