.sb__box:first-of-type, .sb__box:last-of-type, .glide__controls {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav[data-is-on-home-page='true'], .nav__mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
}

.sb.sticky, .hph, .pb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__box:nth-child(1), .footer__logo-row, .rf__consent-row, .rf__form-row, .rf__radio-row {
  display: flex;
  align-items: flex-start;
}

.footer__row {
  display: flex;
  align-items: flex-end;
}

.nav, .nav__box:first-of-type, .nav__list, .sb__inner-box:first-of-type, .sb__nav-list, .ffsra__row, .fftigg__row, .ffti__row, .glide__bullets, .hph__scroll {
  display: flex;
  align-items: center;
}

.nav__mobile-menu-list, .ffsra__stats-box, .ic {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.c19p, .c19p__close, .nav__mobile-menu, .nav__mobile-menu-item:last-of-type, .sb__box:last-of-type, .ffsra__box:last-of-type, .fftigg__box:first-of-type, .ffti__box:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__row, .nav__mobile-row, .sb__inner-row, .glide__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .ffsra__inner, .fftigg__text-box, .ffti__text-box, .ic__text-box {
    padding: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .ffsra__inner, .fftigg__text-box, .ffti__text-box, .ic__text-box {
    padding: 11% 8%;
  }
}

.glide__image, .li__image, .pb__image {
  height: 62.5rem;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .glide__image, .li__image, .pb__image {
    height: 60rem;
  }
}

@media only screen and (max-width: 768px) {
  .glide__image, .li__image, .pb__image {
    height: 100vw;
  }
}

.rf__input--radio, .rf__input--check {
  height: 1.375rem;
  width: 1.375rem;
  border: 0.125rem solid #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.625rem;
  vertical-align: middle;
}

.rf__success .footer__heading, .rf__success .footer__copy, .rf__success .footer__consent {
  display: block;
  width: 100%;
}

.nav__heading, .sb__heading--bold {
  font-size: 2rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
  .nav__heading, .sb__heading--bold {
    font-size: 1.875rem;
  }
}

.nav__item, .sb__nav-item {
  text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
  .nav__item, .sb__nav-item {
    font-size: 0.875rem;
  }
}

.nav__item:first-of-type, .sb__nav-item:first-of-type {
  margin: 0 2rem 0 0;
}

@media only screen and (max-width: 1440px) {
  .nav__item:first-of-type, .sb__nav-item:first-of-type {
    margin: 0 1.5rem 0 0;
  }
}

@media only screen and (max-width: 1280px) {
  .nav__item:first-of-type, .sb__nav-item:first-of-type {
    margin: 0 1.125rem 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .nav__item:first-of-type, .sb__nav-item:first-of-type {
    margin: 0 1rem 0 0;
  }
}

@media only screen and (max-width: 900px) {
  .nav__item:first-of-type, .sb__nav-item:first-of-type {
    margin: 0 0.5rem 0 0;
  }
}

.nav__item:not(:first-child):not(:last-child), .sb__nav-item:not(:first-child):not(:last-child) {
  margin: 0 2rem;
}

@media only screen and (max-width: 1440px) {
  .nav__item:not(:first-child):not(:last-child), .sb__nav-item:not(:first-child):not(:last-child) {
    margin: 0 1.5rem;
  }
}

@media only screen and (max-width: 1280px) {
  .nav__item:not(:first-child):not(:last-child), .sb__nav-item:not(:first-child):not(:last-child) {
    margin: 0 1.125rem;
  }
}

@media only screen and (max-width: 1024px) {
  .nav__item:not(:first-child):not(:last-child), .sb__nav-item:not(:first-child):not(:last-child) {
    margin: 0 1rem;
  }
}

@media only screen and (max-width: 900px) {
  .nav__item:not(:first-child):not(:last-child), .sb__nav-item:not(:first-child):not(:last-child) {
    margin: 0 0.5rem;
  }
}

.nav__item:last-of-type, .sb__nav-item:last-of-type {
  margin: 0 0 0 2rem;
}

@media only screen and (max-width: 1440px) {
  .nav__item:last-of-type, .sb__nav-item:last-of-type {
    margin: 0 0 0 1.5rem;
  }
}

@media only screen and (max-width: 1280px) {
  .nav__item:last-of-type, .sb__nav-item:last-of-type {
    margin: 0 0 0 1.125rem;
  }
}

@media only screen and (max-width: 1024px) {
  .nav__item:last-of-type, .sb__nav-item:last-of-type {
    margin: 0 0 0 1rem;
  }
}

@media only screen and (max-width: 900px) {
  .nav__item:last-of-type, .sb__nav-item:last-of-type {
    margin: 0 0 0 0.5rem;
  }
}

.nav__link, .sb__nav-link {
  transition: all 175ms ease-in-out;
}

@media (hover) {
  .nav__link:hover, .sb__nav-link:hover, .nav__link:active, .sb__nav-link:active, .nav__link:focus, .sb__nav-link:focus {
    color: #d5a480;
  }
}

.nav__register, .nav__mobile-menu-register, .sb__register {
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  transition: all 175ms ease-in-out;
}

@media only screen and (max-width: 900px) {
  .nav__register, .sb__register {
    font-size: 0.875rem;
  }
}

.nav__hamburger-line, .sb__hamburger-line {
  height: 2px;
  width: 2.5rem;
}

.nav__hamburger-line:not(:last-of-type), .sb__hamburger-line:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.glide__text-box, .pb__text-box {
  position: absolute;
  bottom: 10%;
  background-color: rgba(68, 185, 199, 0.85);
  color: #fff;
  width: 47rem;
}

@media only screen and (max-width: 1024px) {
  .glide__text-box, .pb__text-box {
    width: 65vw;
  }
}

@media only screen and (max-width: 900px) {
  .glide__text-box, .pb__text-box {
    width: 70vw;
  }
}

@media only screen and (max-width: 800px) {
  .glide__text-box, .pb__text-box {
    width: 75vw;
  }
}

@media only screen and (max-width: 768px) {
  .glide__text-box, .pb__text-box {
    background-color: #44b9c7;
    position: static;
    width: 100%;
  }
}

.glide--left .glide__text-box, .pb--left .pb__text-box {
  left: 0;
  padding: 3rem 4rem 3rem 7.5rem;
}

@media only screen and (max-width: 768px) {
  .glide--left .glide__text-box, .pb--left .pb__text-box {
    padding: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .glide--left .glide__text-box, .pb--left .pb__text-box {
    padding: 11% 8%;
  }
}

.glide--right .glide__text-box, .pb--right .pb__text-box {
  right: 0;
  padding: 3rem 7.5rem 3rem 4rem;
}

@media only screen and (max-width: 768px) {
  .glide--right .glide__text-box, .pb--right .pb__text-box {
    padding: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .glide--right .glide__text-box, .pb--right .pb__text-box {
    padding: 11% 8%;
  }
}

@keyframes backgroundScroll {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

html {
  box-sizing: border-box;
  font-family: "azo-sans-web", sans-serif;
  font-size: 100%;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 87.5%;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 75%;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

button,
input,
textarea {
  font-family: "azo-sans-web", sans-serif;
}

.heading, .gallery__heading, .ffsra__heading, .fftigg__heading, .ffti__heading, .glide__heading, .ic__heading, .pb__heading, .wig__heading {
  font: 700 1.375rem/1.5 "azo-sans-web", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .heading, .gallery__heading, .ffsra__heading, .fftigg__heading, .ffti__heading, .glide__heading, .ic__heading, .pb__heading, .wig__heading {
    font-size: 1.65rem;
  }
  .heading br, .gallery__heading br, .ffsra__heading br, .fftigg__heading br, .ffti__heading br, .glide__heading br, .ic__heading br, .pb__heading br, .wig__heading br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .heading, .gallery__heading, .ffsra__heading, .fftigg__heading, .ffti__heading, .glide__heading, .ic__heading, .pb__heading, .wig__heading {
    width: 85%;
  }
}

.copy, .gallery__copy, .ffsra__copy, .fftigg__copy, .ffti__copy, .ffti__list, .glide__copy, .ic__copy, .pb__copy, .wig__copy {
  font: 400 0.95rem/1.6 "azo-sans-web", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .copy, .gallery__copy, .ffsra__copy, .fftigg__copy, .ffti__copy, .ffti__list, .glide__copy, .ic__copy, .pb__copy, .wig__copy {
    font-size: 1.25rem;
  }
}

.button, .fftigg__button, .ffti__button, .ic__button, .pb__button {
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  font: 600 1.125rem/1.4 "azo-sans-web", sans-serif;
  letter-spacing: 0.5px;
  margin-top: 2.25rem;
  padding: 0.5rem 1.75rem;
  text-transform: uppercase;
  transition: all 175ms ease-in-out;
}

@media only screen and (max-width: 768px) {
  .button, .fftigg__button, .ffti__button, .ic__button, .pb__button {
    font-size: 1.5rem;
    line-height: 1.33;
    padding: 0.75rem 1.5rem;
  }
}

.c19p {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 500ms ease-in-out;
  opacity: 0;
  z-index: -1;
}

.c19p.visible {
  opacity: 1;
  z-index: 999;
}

.c19p.hidden {
  opacity: 0;
  z-index: -1;
}

.c19p__inner {
  background-color: #003262;
  padding: 2.5%;
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .c19p__inner {
    padding: 3.5%;
    width: 66%;
  }
}

@media only screen and (max-width: 640px) {
  .c19p__inner {
    height: 80vh;
    width: 90vw;
    display: flex;
    align-items: center;
    padding: 5%;
  }
}

@media only screen and (max-width: 640px) {
  .c19p__content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
  }
}

.c19p__close {
  height: 1.75rem;
  width: 1.75rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #fff;
  border: 0.333rem solid #44b9c7;
  border-radius: 50%;
  color: #44b9c7;
  font-weight: 600;
  padding: 1rem;
}

@media (hover) {
  .c19p__close:hover {
    cursor: pointer;
  }
}

.c19p__logo {
  width: 12.5rem;
}

@media only screen and (max-width: 640px) {
  .c19p__logo {
    width: 14rem;
  }
}

.c19p__text-box {
  color: #fff;
}

.c19p__heading {
  font-size: 2.75rem;
  margin: 3.5% 0;
}

@media only screen and (max-width: 768px) {
  .c19p__heading {
    font-size: 2.33rem;
  }
}

.c19p__copy {
  font-size: 1.125rem;
  line-height: 1.5;
  width: 90%;
}

@media only screen and (max-width: 768px) {
  .c19p__copy {
    font-size: 1.15rem;
    line-height: 1.6;
  }
}

.c19p__info {
  display: flex;
  align-items: baseline;
  color: #44b9c7;
  margin-top: 3%;
}

@media only screen and (max-width: 640px) {
  .c19p__info {
    align-items: flex-start;
    flex-direction: column;
  }
}

.c19p__phone {
  margin-right: 7.5%;
}

.ctab {
  background-color: #44b9c7;
  border-bottom: 0.375rem solid #b8e2de;
  color: #2f2f30;
  padding: 1.35% 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .ctab {
    padding: 4% 0;
  }
}

.ctab__heading {
  font: italic 700 2.625rem/normal "angie-sans", cursive;
  transition: all 175ms ease-in-out;
}

.ctab__heading br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .ctab__heading br {
    display: block;
  }
}

@media (hover) {
  .ctab__heading:hover {
    color: #b8e2de;
    cursor: pointer;
  }
}

@media only screen and (max-width: 768px) {
  .ctab__heading {
    font-size: 2.5rem;
  }
}

.fancybox-infobar {
  opacity: 0 !important;
}

.fancybox-button.fancybox-close-small {
  background: rgba(30, 30, 30, 0.6) !important;
  color: #fff !important;
  height: auto !important;
  width: 44px !important;
}

@media only screen and (max-width: 768px) {
  .fancybox-button.fancybox-close-small {
    width: 38px !important;
  }
}

.fancybox-button {
  background: transparent !important;
  height: 6.25rem !important;
  width: 3.75rem !important;
}

.fancybox-button--arrow_left {
  left: 1% !important;
}

.fancybox-button--arrow_right {
  right: 1% !important;
}

.gallery {
  display: none;
}

.gallery__slide {
  background-color: transparent;
  padding: 0;
  position: relative;
  width: 80%;
}

@media only screen and (max-width: 1440px) {
  .gallery__slide {
    width: 85%;
  }
}

@media only screen and (max-width: 640px) {
  .gallery__slide {
    width: calc(100% - 6.5rem);
  }
}

@media only screen and (max-width: 768px) {
  .gallery__image {
    height: 75vw;
    width: 100%;
    object-fit: cover;
  }
}

.gallery__text-box {
  position: absolute;
  bottom: 10%;
  left: 0;
  background-color: rgba(68, 185, 199, 0.85);
  color: #fff;
  padding: 2rem 4rem 2rem 7rem;
  width: 47rem;
}

@media only screen and (max-width: 1024px) {
  .gallery__text-box {
    padding: 2rem 2rem 2rem 5rem;
    width: 44rem;
  }
}

@media only screen and (max-width: 768px) {
  .gallery__text-box {
    padding: 5% 5% 10% 5%;
    position: static;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .gallery__text-box {
    padding: 8% 8% 20% 8%;
  }
}

.gallery__heading {
  margin-bottom: 0.25rem;
}

.gallery__index {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.gallery__index--black {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .gallery__index--black {
    color: #fff;
  }
}

.gallery__index--white {
  color: #fff;
}

#map {
  height: 28rem;
  width: 100%;
  border-top: 0.375rem solid #2f2f30;
  border-bottom: 0.375rem solid #2f2f30;
}

.nav {
  color: #fff;
  height: 6.75rem;
  z-index: 99;
}

.nav[data-is-on-home-page='true'] {
  width: 100%;
}

.nav[data-is-on-home-page='true'] .nav__box:first-of-type {
  opacity: 0;
  pointer-events: none;
  width: 12.5%;
}

.nav[data-is-on-home-page='true'] .nav__register {
  border: 0.125rem solid #fff;
  color: #fff;
}

@media (hover) {
  .nav[data-is-on-home-page='true'] .nav__register:hover, .nav[data-is-on-home-page='true'] .nav__register:active, .nav[data-is-on-home-page='true'] .nav__register:focus {
    border-color: #d5a480;
    color: #d5a480;
  }
}

.nav[data-is-on-home-page='true'] .nav__hamburger-line {
  background-color: #2f2f30;
}

.nav[data-is-on-home-page='true'] .nav__mobile-box:last-of-type {
  display: none;
}

.nav[data-is-on-home-page='false'] {
  position: sticky;
  top: 0;
  background: url("/Content/img/backgrounds/wavy-blue-background.png") center/cover no-repeat;
  border-bottom: 0.375rem solid #44b9c7;
}

@media only screen and (max-width: 768px) {
  .nav[data-is-on-home-page='false'] {
    background-position: top left;
    background-size: auto;
  }
}

.nav[data-is-on-home-page='false'] .nav__register {
  border: 0.125rem solid #d5a480;
  color: #d5a480;
}

@media (hover) {
  .nav[data-is-on-home-page='false'] .nav__register:hover, .nav[data-is-on-home-page='false'] .nav__register:active, .nav[data-is-on-home-page='false'] .nav__register:focus {
    border-color: #fff;
    color: #fff;
  }
}

.nav[data-is-on-home-page='false'] .nav__hamburger-line {
  background-color: #d5a480;
}

.nav__row {
  margin: 0 auto;
  width: 90%;
}

@media only screen and (max-width: 768px) {
  .nav__row {
    display: none;
  }
}

.nav__inner:first-of-type {
  margin-right: 1.5rem;
}

.nav__logo {
  width: 4.5rem;
}

.nav__tagline {
  font: italic 400 0.875rem/normal "angie-sans", cursive;
}

@media only screen and (max-width: 900px) {
  .nav__tagline {
    font-size: 0.75rem;
  }
}

.nav__link.active {
  color: #d5a480;
}

@media (hover) {
  .nav__link.active:hover, .nav__link.active:active, .nav__link.active:focus {
    color: #c8895a;
  }
}

.nav__mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .nav__mobile {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .nav__mobile {
    width: 84%;
  }
}

.nav__mobile-box:last-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.nav__mobile-page-text {
  font-size: 1.25rem;
  margin-right: 3.5%;
  text-transform: uppercase;
}

.nav__mobile-logo {
  width: 4.5rem;
}

.nav__mobile-menu {
  height: 100vh;
  width: 100%;
  background: url("/Content/img/backgrounds/wavy-blue-background.png") center/cover no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  z-index: -1;
}

.nav__mobile-menu.visible {
  position: fixed;
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}

.nav__mobile-menu-item:not(:last-of-type) {
  margin-bottom: 33%;
}

@media only screen and (max-width: 415px) {
  .nav__mobile-menu-item:not(:last-of-type) {
    margin-bottom: 22.5%;
  }
}

.nav__mobile-menu-item:last-of-type {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border: 0.333rem solid #44b9c7;
  border-radius: 50%;
  color: #44b9c7;
  padding: 1rem;
}

.nav__mobile-menu-logo {
  width: 4.5rem;
}

.nav__mobile-menu-link {
  font-size: 1.65rem;
  text-transform: uppercase;
}

.nav__mobile-menu-register {
  border: 0.125rem solid #d5a480;
  color: #d5a480;
  font-size: 1.65rem;
}

.sb {
  background-color: #44b9c7;
  border-bottom: 0.375rem solid #b8e2de;
  height: 6.75rem;
  opacity: 1;
  pointer-events: all;
  position: relative;
  transition: all 300ms ease-in-out;
}

.sb.sticky {
  position: sticky;
  top: 0;
  background-image: url("/Content/img/backgrounds/wavy-blue-background.png");
  border-bottom: 0.375rem solid #44b9c7;
  z-index: 99;
}

.sb.sticky .sb__box:first-of-type {
  opacity: 0;
  pointer-events: none;
}

.sb.sticky .sb__box:last-of-type {
  opacity: 1;
  pointer-events: auto;
}

.sb.hidden {
  opacity: 0;
  pointer-events: none;
}

.sb__box {
  transition: all 300ms ease-in-out;
}

.sb__box:first-of-type {
  opacity: 1;
  text-align: center;
  width: 100%;
}

.sb__box:last-of-type {
  color: #fff;
  opacity: 0;
  pointer-events: none;
  width: 90%;
}

@media only screen and (max-width: 576px) {
  .sb__box:last-of-type {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.sb__heading {
  transition: all 175ms ease-in-out;
}

.sb__heading--italic {
  color: #2f2f30;
  font: italic 700 2.625rem/normal "angie-sans", cursive;
}

@media only screen and (max-width: 768px) {
  .sb__heading--italic {
    font-size: 2.125rem;
  }
}

@media only screen and (max-width: 375px) {
  .sb__heading--italic {
    font-size: 2rem;
  }
}

.sb__heading br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sb__heading br {
    display: block;
  }
}

@media (hover) {
  .sb__heading:hover {
    color: #b8e2de;
    cursor: pointer;
  }
}

.sb__inner-row {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .sb__inner-row {
    display: none;
  }
}

.sb__inner-container:first-of-type {
  margin-right: 1.5rem;
}

.sb__logo {
  width: 4.5rem;
}

.sb__tagline {
  font: italic 400 0.875rem/normal "angie-sans", cursive;
}

.sb__register {
  border: 0.125rem solid #d5a480;
  color: #d5a480;
}

@media (hover) {
  .sb__register:hover, .sb__register:active, .sb__register:focus {
    border-color: #c8895a;
    color: #c8895a;
  }
}

.sb__mobile-nav {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sb__mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
  }
}

.sb__hamburger-line {
  background-color: #d5a480;
}

.sb__mobile-nav-logo {
  width: 4.5rem;
}

.body {
  margin: 0 auto;
  max-width: 125rem;
  position: relative;
}

.body.no-scroll {
  overflow: hidden;
}

.footer {
  background-color: #000;
  padding: 1.75% 6%;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 8.5% 5%;
  }
}

@media only screen and (max-width: 480px) {
  .footer {
    padding: 11.5% 8%;
  }
}

.footer__row {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .footer__row {
    align-items: flex-start;
    flex-direction: column;
  }
}

.footer__box:nth-child(1) {
  align-self: flex-start;
  flex: 0 1 22.5%;
  margin: 0.625% 3% 0 0;
}

@media only screen and (max-width: 1680px) {
  .footer__box:nth-child(1) {
    flex: 0 1 23%;
  }
}

@media only screen and (max-width: 1366px) {
  .footer__box:nth-child(1) {
    flex: 0 1 26%;
  }
}

@media only screen and (max-width: 900px) {
  .footer__box:nth-child(1) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .footer__box:nth-child(1) {
    margin: 0;
    order: 1;
    width: 100%;
  }
}

.footer__box:nth-child(2) {
  flex: 0 1 13%;
  margin-right: 2.5%;
}

@media only screen and (max-width: 1024px) {
  .footer__box:nth-child(2) {
    flex: 0 1 15%;
  }
}

@media only screen and (max-width: 768px) {
  .footer__box:nth-child(2) {
    margin: 3.5% 0;
    order: 2;
  }
}

@media only screen and (max-width: 480px) {
  .footer__box:nth-child(2) {
    margin: 10% auto;
  }
}

.footer__box:nth-child(3) {
  flex: 0 1 22%;
}

@media only screen and (max-width: 768px) {
  .footer__box:nth-child(3) {
    margin: 3.25% 0 0 0;
    order: 4;
  }
}

@media only screen and (max-width: 768px) {
  .footer__box:nth-child(3) {
    margin: 7.25% 0 0 0;
  }
}

.footer__box:nth-child(4) {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .footer__box:nth-child(4) {
    margin-left: 0;
    order: 3;
  }
}

@media only screen and (max-width: 768px) {
  .footer__box-inner:first-of-type {
    display: none;
  }
}

.footer__box-inner:last-of-type {
  width: 100%;
}

.footer__simple-logo-link {
  display: block;
  margin: 0 1.5rem 0 -1.25rem;
}

@media only screen and (max-width: 768px) {
  .footer__simple-logo-link {
    margin: 0;
  }
}

.footer__simple-logo {
  width: 5.25rem;
}

.footer__heading {
  color: #fff;
  font-family: "azo-sans-web", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

.footer__address {
  font: italic 400 1rem/1.6 "angie-sans", cursive;
}

.footer__sub-heading {
  color: #d5a480;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 10% 0 2% 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .footer__sub-heading {
    font-size: 1.65rem;
    margin: 3.5% 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .footer__sub-heading {
    margin-top: 4%;
  }
}

.footer__copy {
  line-height: 1.6;
  width: 95%;
}

@media only screen and (max-width: 768px) {
  .footer__copy {
    font-size: 1.125rem;
    margin-top: 1%;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .footer__copy {
    margin-top: 1.5%;
  }
}

.footer__minimap {
  width: 12.5rem;
}

@media only screen and (max-width: 768px) {
  .footer__minimap {
    width: 16.5rem;
  }
}

.footer__legal {
  color: #7a8080;
  font-size: 0.5rem;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer__legal {
    font-size: 0.75rem;
    text-align: left;
  }
}

.footer__phone {
  color: #d5a480;
  font: 600 1.25rem/1.5 "azo-sans-web", sans-serif;
}

@media only screen and (max-width: 768px) {
  .footer__phone {
    font-size: 1.65rem;
  }
}

.footer__email {
  margin: 3% 0 7% 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .footer__email {
    font-size: 1.35rem;
    margin: 3% 0 10% 0;
  }
}

.footer__oris-logo {
  margin-right: 4rem;
  width: 12.25rem;
}

.footer__sre-logo {
  width: 7.5rem;
}

.footer__mobile-box:first-of-type {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .footer__mobile-inner-box:first-of-type {
    margin-right: 2rem;
  }
}

.footer__mobile-logo {
  display: none;
}

@media only screen and (max-width: 768px) {
  .footer__mobile-logo {
    display: block;
    width: 5.25rem;
  }
}

@media only screen and (max-width: 1024px) {
  .ffsra__row {
    flex-direction: column;
  }
}

.ffsra__box {
  flex: 1 1 50%;
}

@media only screen and (max-width: 1024px) {
  .ffsra__box:last-of-type {
    padding-bottom: 2.5%;
  }
}

@media only screen and (max-width: 768px) {
  .ffsra__box:last-of-type {
    padding-bottom: 0;
  }
}

.ffsra__image {
  padding: 2.25%;
}

@media only screen and (max-width: 1024px) {
  .ffsra__image {
    padding: 2.5%;
  }
}

@media only screen and (max-width: 768px) {
  .ffsra__image {
    height: 100vw;
    object-fit: cover;
    padding: 0;
  }
}

.ffsra__inner {
  color: #2f2f30;
  width: 75%;
}

@media only screen and (max-width: 1024px) {
  .ffsra__inner {
    width: 95%;
  }
}

@media only screen and (max-width: 768px) {
  .ffsra__inner {
    width: 100%;
  }
}

.ffsra__stats-row {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 12.5%;
}

@media only screen and (max-width: 1280px) {
  .ffsra__stats-row {
    margin-bottom: 10%;
  }
}

@media only screen and (max-width: 1024px) {
  .ffsra__stats-row {
    margin-bottom: 3.5%;
  }
}

@media only screen and (max-width: 576px) {
  .ffsra__stats-row {
    flex-wrap: wrap;
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .ffsra__stats-row {
    margin-bottom: 7.5%;
  }
}

@media only screen and (max-width: 375px) {
  .ffsra__stats-row {
    margin-bottom: 10%;
  }
}

.ffsra__stats-box {
  text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
  .ffsra__stats-box:not(:last-of-type) {
    flex: 1 1 50%;
  }
}

@media only screen and (max-width: 576px) {
  .ffsra__stats-box:last-of-type {
    flex: 1 1 100%;
    margin-top: 5%;
  }
}

.ffsra__stats-number {
  font-size: 2.75rem;
}

@media only screen and (max-width: 1280px) {
  .ffsra__stats-number {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .ffsra__stats-number {
    font-size: 2.75rem;
  }
}

.ffsra__stats-divider {
  height: 2px;
  width: 4rem;
  background-color: #44b9c7;
  margin: 0.125rem 0 0.25rem 0;
}

.ffsra__stats-tagline {
  font-weight: 400;
  line-height: 1.66;
}

@media only screen and (max-width: 1280px) {
  .ffsra__stats-tagline {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 1024px) {
  .ffsra__stats-tagline {
    font-size: 1rem;
  }
}

.ffsra__logo-link {
  display: block;
  margin-top: 5%;
}

@media only screen and (max-width: 1024px) {
  .ffsra__logo-link {
    margin-top: 3.5%;
  }
}

@media only screen and (max-width: 576px) {
  .ffsra__logo-link {
    margin-top: 5%;
  }
}

.ffsra__logo {
  width: 14.5rem;
}

@media only screen and (max-width: 576px) {
  .ffsra__logo {
    width: 17.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .fftigg__row {
    flex-direction: column-reverse;
  }
}

.fftigg__box {
  flex: 1 1 50%;
}

@media only screen and (max-width: 768px) {
  .fftigg__box:last-of-type {
    display: none;
  }
}

.fftigg__text-box {
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .fftigg__text-box {
    width: 100%;
  }
}

.fftigg__copy {
  color: #2f2f30;
}

.fftigg__button {
  border-color: #d5a480;
  color: #d5a480;
}

@media (hover) {
  .fftigg__button:hover, .fftigg__button:active, .fftigg__button:focus {
    border-color: #44b9c7;
    color: #44b9c7;
    cursor: pointer;
  }
}

.fftigg__grid {
  padding: 2.25%;
}

.fftigg__grid-row {
  display: flex;
  justify-content: space-between;
}

.fftigg__grid-inner {
  flex: 0 1 calc(50% - (2.25% / 2));
}

.fftigg__grid-box {
  margin-top: 2.25%;
}

.fftigg__image {
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .fftigg__image {
    height: 30vw;
  }
}

@media only screen and (max-width: 768px) {
  .fftigg__image {
    display: none;
  }
}

.fftigg__mobile-box {
  display: none;
}

@media only screen and (max-width: 768px) {
  .fftigg__mobile-box {
    display: block;
  }
}

.fftigg__mobile-image {
  height: 100vw;
  width: 100%;
  object-fit: cover;
}

.ffti--left .ffti__row {
  flex-flow: row nowrap;
}

@media only screen and (max-width: 768px) {
  .ffti--left .ffti__row {
    flex-flow: column nowrap;
  }
}

.ffti--left .ffti__image {
  padding: 2.25% 0 2.25% 2.25%;
}

@media only screen and (max-width: 768px) {
  .ffti--left .ffti__image {
    padding: 0;
  }
}

.ffti--right .ffti__row {
  flex-flow: row-reverse nowrap;
}

@media only screen and (max-width: 768px) {
  .ffti--right .ffti__row {
    flex-flow: column nowrap;
  }
}

.ffti--right .ffti__image {
  padding: 2.25% 2.25% 2.25% 0;
}

@media only screen and (max-width: 768px) {
  .ffti--right .ffti__image {
    padding: 0;
  }
}

.ffti__box {
  flex: 1 1 50%;
}

@media only screen and (max-width: 768px) {
  .ffti__box:first-of-type {
    width: 100%;
  }
}

.ffti__image {
  object-fit: cover;
  padding: 2.25%;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .ffti__image {
    height: 70vw;
  }
}

@media only screen and (max-width: 768px) {
  .ffti__image {
    height: 100vw;
    width: 100%;
  }
}

.ffti__text-box {
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .ffti__text-box {
    width: 100%;
  }
}

.ffti__copy {
  color: #2f2f30;
}

.ffti__list {
  color: #2f2f30;
  list-style-type: disc;
  padding-left: 1.215rem;
}

.ffti__button {
  border-color: #d5a480;
  color: #d5a480;
}

@media (hover) {
  .ffti__button:hover, .ffti__button:active, .ffti__button:focus {
    border-color: #44b9c7;
    color: #44b9c7;
    cursor: pointer;
  }
}

.fp {
  padding: 2.25% 0;
}

.fp__buttons {
  color: #2f2f30;
}

@media only screen and (max-width: 768px) {
  .fp__buttons {
    display: none;
  }
}

.fp__button-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
  width: 55%;
}

@media only screen and (max-width: 1870px) {
  .fp__button-row {
    width: 55%;
  }
}

@media only screen and (max-width: 900px) {
  .fp__button-row {
    width: 67.5%;
  }
}

.fp__button-row:first-of-type .fp__button-box:nth-of-type(n + 3) .fp__button {
  border-left: none;
}

.fp__button-row:last-of-type .fp__button-box:nth-of-type(3n) .fp__button,
.fp__button-row:last-of-type .fp__button-box:nth-of-type(3n + 2) .fp__button {
  border-left: none;
}

.fp__button-row.hidden {
  display: none;
}

.fp__button-box {
  margin-bottom: 1.125rem;
}

.fp__button-box--label {
  flex: 0 0 13vw;
  margin-right: 2.5%;
  text-align: right;
}

.fp__button-text {
  font: 600 0.95rem/1.6 "azo-sans-web", sans-serif;
  text-transform: uppercase;
}

.fp__button-inner-row {
  display: flex;
  flex-wrap: wrap;
}

.fp__button {
  background-color: transparent;
  border: 1px solid #2f2f30;
  cursor: pointer;
  font-size: 0.95rem;
  padding: 0.25rem 0;
  transition: all 175ms ease-in-out;
  width: 10.2vw;
}

@media only screen and (max-width: 1280px) {
  .fp__button {
    width: 12vw;
  }
}

@media only screen and (max-width: 900px) {
  .fp__button {
    width: 14vw;
  }
}

.fp__button:focus {
  outline: none;
}

@media (hover) {
  .fp__button--level:hover {
    background-color: #d5a480;
  }
}

.fp__button--level.active {
  background-color: #d5a480;
}

@media (hover) {
  .fp__button--level.active:hover {
    background-color: #cb8f63;
  }
}

@media (hover) {
  .fp__button--unit:hover {
    background-color: #44b9c7;
  }
}

.fp__button--unit.active {
  background-color: #44b9c7;
}

@media (hover) {
  .fp__button--unit.active:hover {
    background-color: #35a3b0;
  }
}

.fp__button--unit.sold {
  background-color: #a10f33;
  color: #fff;
}

@media (hover) {
  .fp__button--unit.sold:hover {
    background-color: #7e0c28;
  }
}

.fp__panoramic {
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fp__panoramic.visible {
  display: block;
}

@media only screen and (max-width: 768px) {
  .fp__panoramic.visible {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .fp__panoramic {
    display: none;
  }
}

.fp__panoramic-image {
  animation: backgroundScroll 60s ease-in-out infinite;
  background: 50% 50% / auto no-repeat;
  height: 0;
}

.fp__panoramic-image.visible {
  height: 27.125rem;
}

.fp__footer {
  display: none;
  margin: 3.5% auto 0 auto;
  text-align: center;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .fp__footer {
    width: 66%;
  }
}

.fp__footer.visible {
  display: block;
}

@media only screen and (max-width: 768px) {
  .fp__footer.visible {
    display: none;
  }
}

.fp__panoramic-pdf-button {
  border: 1px solid #2f2f30;
  display: inline-block;
  margin-bottom: 2.5%;
  padding: 0.25rem 0;
  text-transform: uppercase;
  width: 25.5vw;
}

@media (hover) {
  .fp__panoramic-pdf-button:hover, .fp__panoramic-pdf-button:active, .fp__panoramic-pdf-button:focus {
    background-color: #2f2f30;
    color: #fff;
  }
}

.fp__panoramic-pdf-button.sold {
  display: none;
}

.fp__legal {
  color: #7a8080;
  font-size: 0.625rem;
  line-height: 1.3;
  margin-top: 0.5%;
}

@media only screen and (max-width: 1024px) {
  .fp__legal {
    margin-top: 1%;
  }
}

.fp__mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .fp__mobile {
    color: #7a8080;
    display: block;
    margin: 0 auto;
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .fp__mobile {
    padding: 4% 0;
    width: 67%;
  }
}

@media only screen and (max-width: 576px) {
  .fp__mobile {
    width: 84%;
  }
}

.fp__mobile-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.fp__mobile-group::after {
  content: '\f078';
  position: absolute;
  top: 57.5%;
  right: 5%;
  color: #2f2f30;
  font: 600 1.25rem / normal 'Font Awesome 5 Free';
  pointer-events: none;
}

.fp__mobile-label {
  display: block;
  font: 400 1.15rem/1.6 "azo-sans-web", sans-serif;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}

.fp__mobile-select {
  border: 1px solid #2f2f30;
  font-size: 1.15rem;
  padding: 0.875rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.fp__mobile-select::-ms-expand {
  display: none;
}

.fp__mobile-footer {
  text-align: center;
}

.fp__mobile-pdf-button {
  border: 1px solid #2f2f30;
  display: inline-block;
  padding: 1rem 0;
  text-transform: uppercase;
  width: 100%;
}

.fp__mobile-pdf-button.sold {
  display: none;
}

.glide {
  border-bottom: 0.375rem solid #234260;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .glide__slides {
    background-color: #44b9c7;
  }
}

.glide__slide {
  position: relative;
}

.glide__colour-scheme {
  position: absolute;
  bottom: 2.5%;
  left: 6.35%;
  color: #000;
  font: 700 1rem/1 "azo-sans-web", sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .glide__colour-scheme {
    top: 2.5%;
    bottom: 0;
    left: 5%;
    line-height: 1.4;
  }
}

.glide__controls {
  width: 95%;
}

@media only screen and (max-width: 768px) {
  .glide__controls {
    top: 30%;
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .glide__controls {
    top: 27.5%;
  }
}

@media only screen and (max-width: 415px) {
  .glide__controls {
    top: 25%;
  }
}

@media only screen and (max-width: 325px) {
  .glide__controls {
    top: 22.5%;
  }
}

.glide__arrow {
  width: 2rem;
}

@media (hover) {
  .glide__arrow:hover {
    cursor: pointer;
  }
}

@media only screen and (max-width: 480px) {
  .glide__arrow {
    width: 1.5rem;
  }
}

.glide__bullets {
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .glide__bullets {
    top: calc(100vw - 3rem);
    bottom: auto;
  }
}

@media only screen and (max-width: 480px) {
  .glide__bullets {
    top: calc(100vw - 2rem);
  }
}

.glide__bullet {
  height: 1.25rem;
  width: 1.25rem;
  background-color: #aaa;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  margin: 0 0.375rem;
}

@media (hover) {
  .glide__bullet:hover {
    cursor: pointer;
  }
}

.glide__bullet--active {
  background-color: #d5a480;
}

.hph {
  background-image: url("/Content/img/blocks/home-page-hero/lake-at-sunset.jpg");
  color: #fff;
  height: calc(100vh - 6.75rem);
  position: relative;
}

@media only screen and (max-width: 825px) and (max-height: 430px) {
  .hph {
    height: 100vh;
  }
}

@media only screen and (max-width: 768px) {
  .hph {
    background-image: url("/Content/img/mobile/lake-at-sunset.jpg");
  }
}

.hph__text-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 37.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .hph__text-box {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .hph__text-box {
    padding: 0 1.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .hph__text-box {
    width: 75%;
  }
}

.hph__logo {
  margin-right: 3.75rem;
  width: 11.5rem;
}

@media only screen and (max-width: 900px) {
  .hph__logo {
    margin: 0 0 1rem 0;
    width: 10rem;
  }
}

.hph__copy {
  font-style: italic;
  font-family: "angie-sans", cursive;
}

@media only screen and (max-width: 1024px) {
  .hph__copy {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 900px) {
  .hph__copy {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 900px) {
  .hph__break {
    display: none;
  }
}

.hph__scroll {
  position: absolute;
  left: 0;
  bottom: 9.5%;
  transform: rotate(90deg);
}

@media only screen and (min-width: 2000px) {
  .hph__scroll {
    bottom: 7.5%;
  }
}

@media only screen and (min-width: 2560px) {
  .hph__scroll {
    bottom: 6%;
  }
}

@media only screen and (min-width: 3840px) {
  .hph__scroll {
    bottom: 3%;
  }
}

@media only screen and (min-width: 4000px) {
  .hph__scroll {
    bottom: 1.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .hph__scroll {
    bottom: 8%;
  }
}

@media only screen and (max-width: 480px) and (min-height: 850px) {
  .hph__scroll {
    bottom: 7%;
  }
}

.hph__scroll-text {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hph__scroll-line {
  height: 0.25rem;
  width: 7.25rem;
  background-color: #44b9c7;
  margin-left: 0.75rem;
}

.ic {
  background: url("/Content/img/backgrounds/repeating-line-background.png") center/auto repeat #fff;
  padding: 5.5% 0;
}

@media only screen and (max-width: 900px) {
  .ic {
    background: none;
    padding: 0;
  }
}

.ic__pair {
  display: flex;
  width: 72rem;
}

@media only screen and (max-width: 900px) {
  .ic__pair {
    display: none;
  }
}

.ic__pair:nth-of-type(1) {
  justify-content: space-evenly;
  margin-bottom: 3rem;
}

.ic__pair:nth-of-type(3) {
  justify-content: space-evenly;
  margin: 2.25rem 0 3rem 0;
}

.ic__pair:nth-of-type(3) .ic__box:first-of-type {
  margin-top: 1rem;
}

.ic__pair:nth-of-type(4) {
  justify-content: space-between;
}

.ic__pair:nth-of-type(4) .ic__box:first-of-type {
  margin-top: -6rem;
}

.ic__pair:nth-of-type(4) .ic__box:last-of-type {
  margin-right: 5rem;
}

.ic__pair:nth-of-type(5) {
  justify-content: space-evenly;
  margin-top: 3rem;
}

.ic__pair:nth-of-type(5) .ic__box:first-of-type {
  margin-top: -5rem;
}

.ic__image {
  object-fit: cover;
}

.ic__image.kayak {
  width: 22.5rem;
}

.ic__image.fishermans-wharf {
  width: 37.5rem;
}

.ic__image.cannery-statue {
  width: 72rem;
}

@media only screen and (max-width: 900px) {
  .ic__image.cannery-statue {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .ic__image.cannery-statue {
    height: 100vw;
    object-position: 75% 100%;
  }
}

.ic__image.steveston-tram-building {
  width: 31.25rem;
}

.ic__image.walking-trail {
  height: 28.25rem;
  width: 28.25rem;
}

.ic__image.yogurt-fruit-bowl {
  width: 31.25rem;
}

.ic__image.fish-market {
  width: 31.25rem;
}

.ic__image.sushi {
  width: 26.25rem;
}

.ic__image.britannia-shipyard {
  width: 32.75rem;
}

.ic__hero {
  position: relative;
}

.ic__text-box {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  color: #fff;
  width: 39%;
}

@media only screen and (max-width: 768px) {
  .ic__text-box {
    color: #2f2f30;
    position: static;
    transform: translateY(0);
    width: 100%;
  }
}

.ic__button {
  border-color: #fff;
  color: #fff;
}

@media (hover) {
  .ic__button:hover, .ic__button:active, .ic__button:focus {
    border-color: #d5a480;
    color: #d5a480;
    cursor: pointer;
  }
}

@media only screen and (max-width: 768px) {
  .ic__button {
    border-color: #d5a480;
    color: #d5a480;
  }
}

.li {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .li.hide-mobile {
    display: none;
  }
}

.li.top-desktop-bottom-mobile {
  border-top: 0.5rem solid #234260;
}

@media only screen and (max-width: 768px) {
  .li.top-desktop-bottom-mobile {
    border-top: none;
    border-bottom: 0.5rem solid #234260;
  }
}

.li.top-desktop-none-mobile {
  border-top: 0.5rem solid #234260;
}

@media only screen and (max-width: 768px) {
  .li.top-desktop-none-mobile {
    border: none;
  }
}

.li.top-desktop-top-mobile {
  border-top: 0.5rem solid #234260;
}

@media only screen and (max-width: 768px) {
  .li.none-desktop-bottom-mobile {
    border-bottom: 0.5rem solid #234260;
  }
}

.li.bottom-desktop-and-mobile {
  border-bottom: 0.5rem solid #234260;
}

.li.bottom-desktop-none-mobile {
  border-bottom: 0.5rem solid #234260;
}

@media only screen and (max-width: 768px) {
  .li.bottom-desktop-none-mobile {
    border: none;
  }
}

.li__heading {
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.25rem solid #fff;
  color: #fff;
  font-size: clamp(1rem, 2.25vw, 2.75rem);
  max-width: 51rem;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 42.5%;
}

@media only screen and (max-width: 1280px) {
  .li__heading {
    font-size: 2.75vw;
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .li__heading {
    font-size: 4.75vw;
    width: 82.5%;
  }
}

.pb {
  position: relative;
}

.pb__image.border-desktop {
  border-bottom: 0.5rem solid #234260;
}

@media only screen and (max-width: 768px) {
  .pb__image.border-desktop {
    border-bottom: none;
  }
}

@media only screen and (max-width: 768px) {
  .pb__image.border-mobile {
    border-bottom: 0.5rem solid #234260;
  }
}

.pb__image.bottom-right {
  object-position: right bottom;
}

@media only screen and (max-width: 768px) {
  .pb__heading span {
    display: none;
  }
}

.pb__button {
  border-color: #fff;
  color: #fff;
}

@media (hover) {
  .pb__button:hover, .pb__button:active, .pb__button:focus {
    border-color: #d5a480;
    color: #d5a480;
    cursor: pointer;
  }
}

.rf {
  background: url("/Content/img/backgrounds/wavy-blue-background.png") center/cover no-repeat;
  border-top: 0.5rem solid #2f2f30;
  color: #fff;
  padding: 6.5%;
}

@media only screen and (max-width: 768px) {
  .rf {
    padding: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .rf {
    padding: 11% 8%;
  }
}

.rf__row {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
  .rf__row {
    flex-direction: column;
  }
}

.rf__box:first-of-type {
  display: flex;
  align-items: flex-start;
  flex-basis: 50%;
  flex-direction: column;
  margin-right: 3.5rem;
}

@media only screen and (max-width: 1280px) {
  .rf__box:first-of-type {
    margin: 0 0 3.5rem 0;
  }
}

.rf__heading {
  color: #d5a480;
  font-size: 2.625rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.rf__copy {
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 30rem;
}

.rf__consent {
  margin-top: auto;
}

@media only screen and (max-width: 1280px) {
  .rf__consent {
    margin-top: 3.5rem;
  }
}

.rf__legal {
  font-size: 0.625rem;
  margin-bottom: 1rem;
  width: 85%;
}

@media only screen and (max-width: 1280px) {
  .rf__legal {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .rf__legal {
    font-size: 0.75rem;
    margin-bottom: 2rem;
  }
}

.rf__logo--oris {
  margin-right: 2rem;
  width: 9.25rem;
}

.rf__logo--sre {
  width: 5.75rem;
}

@media only screen and (max-width: 640px) {
  .rf__form-row {
    flex-direction: column;
  }
}

.rf__form-row:not(:last-child) {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 640px) {
  .rf__form-row:last-child {
    margin-top: 2rem;
  }
}

.rf__form-box {
  flex: 1 1 50%;
}

@media only screen and (max-width: 640px) {
  .rf__form-box {
    flex-direction: column;
    width: 100%;
  }
}

.rf__form-box:first-of-type {
  margin-right: 2rem;
}

@media only screen and (max-width: 640px) {
  .rf__form-box:first-of-type {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.rf__form-box--realtors-name {
  opacity: 0;
  pointer-events: none;
}

.rf__form-box--realtors-name.yes {
  opacity: 1;
  pointer-events: all;
}

.rf__label--base {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.rf__label--radio {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  width: calc(100% - 3rem);
}

.rf__label--check {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  width: calc(100% - 3rem);
}

.rf__input--base {
  background-color: transparent;
  border: 0.125rem solid #fff;
  color: #fff;
  font-family: "azo-sans-web", sans-serif;
  font-size: 1rem;
  padding: 0.875rem 0.5rem;
  width: 100%;
}

.rf__input:focus {
  outline: none;
}

.rf__input--select {
  appearance: none;
  background: url("/Content/img/dropdown-arrow.svg") center right 5%/3% no-repeat transparent;
  border: 0.125rem solid #fff;
  color: #fff;
  font-family: "azo-sans-web", sans-serif;
  font-size: 1rem;
  padding: 0.875rem 0.5rem;
  width: 100%;
}

.rf__input--select option {
  background-color: #234260;
}

.rf__radio-row {
  width: 100%;
}

.rf__radio-group:first-of-type {
  margin-right: 7.5rem;
}

.rf__recaptcha {
  width: 100%;
}

.rf__recaptcha .recaptcha-error {
  color: #d5a480;
  padding: 0.25rem 0 0 0;
}

.rf__submit {
  background-color: transparent;
  border: 0.125rem solid #d5a480;
  color: #d5a480;
  cursor: pointer;
  font: 600 1.5rem/normal "azo-sans-web", sans-serif;
  padding: 0.75rem;
  text-transform: uppercase;
  transition: all 175ms ease-in-out;
  width: 100%;
}

@media (hover) {
  .rf__submit:hover {
    border-color: #44b9c7;
    color: #44b9c7;
  }
}

.rf__reminder {
  font-size: 1rem;
}

.rf__success {
  display: none;
  flex-wrap: wrap;
  padding-bottom: 8rem;
}

.rf__success .footer__consent {
  margin: 4rem 0 0 0;
}

.wig {
  background: url("/Content/img/backgrounds/repeating-line-background.png") center/auto repeat #fff;
  padding: 5% 0;
}

@media only screen and (max-width: 768px) {
  .wig {
    background: #fff;
    padding: 3% 0 5% 0;
  }
}

.wig__inner {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}

@media only screen and (max-width: 1024px) {
  .wig__inner {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .wig__inner {
    text-align: left;
    width: 100%;
  }
}

.wig__grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 5.5%;
}

@media only screen and (max-width: 768px) {
  .wig__grid {
    margin: 0 auto 5% auto;
    width: 94%;
  }
}

.wig__box {
  flex: 0 0 31%;
}

@media only screen and (max-width: 768px) {
  .wig__box {
    flex: 0 0 48%;
  }
}

.wig__box:nth-child(-n + 3) {
  margin-bottom: 3.25%;
}

@media only screen and (max-width: 768px) {
  .wig__image {
    height: 45.125vw;
    width: 50vw;
    object-fit: cover;
  }
}

.wig__text-box {
  margin: 0 auto;
  width: 62%;
}

@media only screen and (max-width: 1024px) {
  .wig__text-box {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .wig__text-box {
    width: 86%;
  }
}

@media only screen and (max-width: 480px) {
  .wig__text-box {
    padding: 5% 0;
  }
}
/*# sourceMappingURL=app.css.map */