@charset "UTF-8";
body {
  overflow-x: hidden;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 700;
}

p, a, li {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  color: white;
}
@media only screen and (max-width: 1439px) {
  p, a, li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  p, a, li {
    font-size: 1.4rem;
  }
}

h1 {
  font-size: 5.8rem;
}
@media only screen and (max-width: 1439px) {
  h1 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 4.2rem;
  }
}

h2 {
  font-size: 5rem;
}
@media only screen and (max-width: 1439px) {
  h2 {
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 3.8rem;
  }
}

h3 {
  font-size: 3.8rem;
}
@media only screen and (max-width: 1439px) {
  h3 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 3rem;
  }
}
h3.larger {
  font-size: 4.3rem;
}
@media only screen and (max-width: 1439px) {
  h3.larger {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  h3.larger {
    font-size: 3.4rem;
  }
}

h4 {
  font-size: 3.4rem;
}
@media only screen and (max-width: 1439px) {
  h4 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 2.6rem;
  }
}

h5 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1439px) {
  h5 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 2.2rem;
  }
}

h6 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1439px) {
  h6 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  h6 {
    font-size: 1.8rem;
  }
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:focus {
  outline: none;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #00457c;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 0.8s linear infinite;
  /* Safari */
  animation: spin 0.8s linear infinite;
}

.loader-container, .sold-loader-container, .loader-map {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
  SASS file for Wrappers Only
*/
.main-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 20px;
}

.lg-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 20px;
}

.med-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

.sm-wrap {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 20px;
}

.xs-wrap {
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 20px;
}

.footer-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .ginput_container_select {
  border-bottom: 1px solid white;
  text-align: center !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .ginput_container_select:after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    color: white;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 100;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield {
  padding-right: 15px !important;
  padding-left: 15px;
}
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  text-align: center;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  background-color: transparent;
  font-size: 1.8rem !important;
  padding: 10px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
@media only screen and (max-width: 1260px) {
  .gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1439px) {
  .gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
    font-size: 1.4rem !important;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  border: none;
}
.gform_wrapper .gform_body .gform_fields .gfield ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-size: 1.8rem !important;
  color: white;
  font-weight: 400;
  opacity: 1;
  /* Firefox */
}
@media only screen and (max-width: 1439px) {
  .gform_wrapper .gform_body .gform_fields .gfield ::placeholder {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .gform_fields .gfield ::placeholder {
    font-size: 1.4rem !important;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-size: 1.8rem !important;
  color: white;
  font-weight: 400;
}
@media only screen and (max-width: 1439px) {
  .gform_wrapper .gform_body .gform_fields .gfield :-ms-input-placeholder {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .gform_fields .gfield :-ms-input-placeholder {
    font-size: 1.4rem !important;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-size: 1.8rem !important;
  color: white;
  font-weight: 400;
}
@media only screen and (max-width: 1439px) {
  .gform_wrapper .gform_body .gform_fields .gfield ::-ms-input-placeholder {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .gform_fields .gfield ::-ms-input-placeholder {
    font-size: 1.4rem !important;
  }
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input {
  padding: 0.5em 1em !important;
  margin: 0 auto !important;
  border: 1px solid white;
  color: #00457c;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem !important;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  width: auto !important;
  background-color: white;
  margin-top: 50px !important;
}
.gform_wrapper .gform_footer input:hover {
  background-color: #00457c;
  color: white;
}
@media only screen and (max-width: 1439px) {
  .gform_wrapper .gform_footer input {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input {
    font-size: 1.4rem !important;
  }
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.validation_error {
  display: none !important;
}

li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: none;
  border-bottom: 2px solid white !important;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  position: absolute;
  bottom: 0;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  position: relative;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  position: relative;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  position: absolute;
  bottom: -20px !important;
}

.instruction {
  display: none;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: none !important;
  border-bottom: 1px solid white !important;
}

.gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
  width: 100% !important;
}

.gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
  margin-top: 16px !important;
}

@media only screen and (min-width: 641px) {
  .landing-banner .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}
.gform_wrapper.gform_validation_error .top_label select.medium {
  width: auto !important;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 12px;
  background-color: transparent;
}
.select2-results__options:after, .select2-selection--single .select2-selection__rendered:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: white;
  position: absolute;
  right: 10px;
  font-weight: 100;
}
@media only screen and (max-width: 1439px) {
  .select2-results__options, .select2-selection--single .select2-selection__rendered {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .select2-results__options, .select2-selection--single .select2-selection__rendered {
    font-size: 1.4rem !important;
  }
}

.select2-search {
  display: none;
}

.select2-results__option {
  color: black;
}

.select2-selection__arrow {
  display: none;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: white;
  color: black;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: white !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}

header {
  display: none;
}

.page-template-template-home .blue-button {
  position: fixed;
  z-index: 1000;
  transition: 0.3s;
  opacity: 0;
  background-color: #00457c;
  padding: 1em;
  margin: 0 auto;
  text-transform: uppercase;
  color: white !important;
  font-weight: 700;
  border: 1px solid #00457c;
  cursor: pointer;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-template-home .blue-button {
    width: 100%;
    text-align: center;
  }
}
.page-template-template-home .blue-button:hover {
  background-color: white;
  color: #00457c !important;
}
.page-template-template-home .landing-banner {
  height: 800px;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1260px) {
  .page-template-template-home .landing-banner {
    flex-direction: column;
    height: auto;
  }
}
.page-template-template-home .landing-banner .head-img {
  width: 240px;
  position: absolute;
  top: 30px;
}
@media only screen and (max-width: 1260px) {
  .page-template-template-home .landing-banner .head-img {
    width: 200px;
  }
}
.page-template-template-home .landing-banner .background-img {
  height: 100%;
  width: 60%;
  position: absolute;
  left: 0;
  z-index: 0;
  filter: brightness(0.6);
}
@media only screen and (max-width: 1260px) {
  .page-template-template-home .landing-banner .background-img {
    width: 100%;
  }
}
.page-template-template-home .landing-banner .banner-text {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1260px) {
  .page-template-template-home .landing-banner .banner-text {
    height: auto;
  }
}
.page-template-template-home .landing-banner .banner-text .logo-img {
  margin-right: 30px;
}
@media only screen and (max-width: 1260px) {
  .page-template-template-home .landing-banner .banner-text .logo-img {
    width: 160px;
    display: none;
  }
}
.page-template-template-home .landing-banner .banner-text .banner-padding {
  padding-left: 7%;
  padding-bottom: 5%;
  padding-right: 10%;
}
@media only screen and (max-width: 1260px) {
  .page-template-template-home .landing-banner .banner-text .banner-padding {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 500px) {
  .page-template-template-home .landing-banner .banner-text .banner-padding {
    padding-right: 7%;
  }
}
@media only screen and (max-width: 470px) {
  .page-template-template-home .landing-banner .banner-text h2 br {
    display: none;
  }
}
.page-template-template-home .landing-banner .banner-text h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.page-template-template-home .landing-banner .banner-text h2, .page-template-template-home .landing-banner .banner-text h6 {
  margin-top: 20px !important;
}
.page-template-template-home .landing-banner .banner-content {
  display: flex;
  align-items: flex-end;
  flex: 1;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .page-template-template-home .landing-banner .banner-content {
    height: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-template-home .landing-banner .banner-content {
    flex-direction: column;
  }
  .page-template-template-home .landing-banner .banner-content .form-container {
    width: 100% !important;
  }
}
.page-template-template-home .landing-banner .form-container {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #00457c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}
@media only screen and (max-width: 1260px) {
  .page-template-template-home .landing-banner .form-container {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-home .landing-banner .form-container select {
    color: white;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    border: none;
    padding-bottom: 7px;
    width: 230px !important;
  }
  .page-template-template-home .landing-banner .form-container .ginput_container_select::after {
    color: white;
  }
}
.page-template-template-home .landing-banner .form-container h3, .page-template-template-home .landing-banner .form-container p {
  color: white;
}
.page-template-template-home .landing-banner .form-container .form-inner {
  width: 675px;
  text-align: center;
  position: relative;
}
.page-template-template-home .landing-banner .form-container .form-inner h3 {
  padding-bottom: 10px;
}
.page-template-template-home .listings-section {
  position: relative;
  background-color: white;
}
.page-template-template-home .listings-section .no-listings {
  color: black;
}
.page-template-template-home .listings-section .main-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1700px;
}
@media only screen and (max-width: 991px) {
  .page-template-template-home .listings-section .main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-template-template-home .listings-section img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.1;
  right: 0;
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  .page-template-template-home .listings-section img {
    display: none;
  }
}
.page-template-template-home .listings-section h2 {
  color: black;
  padding-left: 20px;
  margin-bottom: 65px;
  font-weight: 300;
}
.page-template-template-home .listings-section .individual-listing {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.page-template-template-home .listings-section .individual-listing .background-img-container {
  height: 300px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .page-template-template-home .listings-section .individual-listing .background-img-container {
    height: 325px;
  }
}
@media only screen and (max-width: 500px) {
  .page-template-template-home .listings-section .individual-listing .background-img-container {
    height: 225px;
  }
}
.page-template-template-home .listings-section .individual-listing .background-img-container .background-img {
  height: 100%;
  width: 100%;
}
.page-template-template-home .listings-section .individual-listing .listing-info-container {
  text-align: center;
  background-color: #f7f7f7;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-template-home .listings-section .individual-listing .listing-info-container h5, .page-template-template-home .listings-section .individual-listing .listing-info-container p {
  color: black;
  font-weight: 300;
}
.page-template-template-home .listings-section .individual-listing .listing-info-container p {
  font-size: 2rem;
}
.page-template-template-home .listings-section .individual-listing .listing-info-container h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 3600;
  color: #00457c;
}
.page-template-template-home .listings-section .individual-listing .listing-info-container .date-diff {
  color: #9f9f9f;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.page-template-template-home .listings-section .pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.page-template-template-home .listings-section .pagination-container .pagination-number {
  cursor: pointer;
}
.page-template-template-home .listings-section .pagination-container p {
  margin-right: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
}
.page-template-template-home .listings-section .pagination-container p:last-of-type {
  margin-right: 0;
}
.page-template-template-home .listings-section .pagination-container .active-page {
  cursor: auto;
  padding: 2px 2px;
  border-bottom: 1px solid #c3a25d;
}
.page-template-template-home .about-section {
  background-color: #ebebeb;
  overflow: hidden;
}
.page-template-template-home .about-section .main-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1920px;
}
.page-template-template-home .about-section .about-text-container {
  padding: 40px 0;
  padding-right: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
}
@media only screen and (max-width: 1199px) {
  .page-template-template-home .about-section .about-text-container {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-template-home .about-section .about-text-container {
    padding-right: 0;
  }
}
.page-template-template-home .about-section .about-text-container h3, .page-template-template-home .about-section .about-text-container p, .page-template-template-home .about-section .about-text-container li {
  color: black;
}
.page-template-template-home .about-section .about-text-container h3 {
  padding-bottom: 30px;
}
.page-template-template-home .about-section .about-text-container p {
  padding-bottom: 35px;
}
.page-template-template-home .about-section .about-text-container ul {
  list-style-type: none;
  padding-left: 0;
  columns: 2;
}
.page-template-template-home .about-section .about-text-container ul li {
  display: flex;
  align-items: center;
}
.page-template-template-home .about-section .about-text-container ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #00457c;
  font-size: 2.7em;
  padding-right: 15px;
}
.page-template-template-home .about-section .about-img-container {
  text-align: center;
  position: relative;
}
.page-template-template-home .about-section .about-img-container svg {
  position: absolute;
  height: 500px;
  width: 1200px;
  bottom: 0;
  left: -6vw;
}
.page-template-template-home .about-section .about-img-container svg circle {
  fill: #00457c;
}
@media only screen and (max-width: 1199px) {
  .page-template-template-home .about-section .about-img-container svg {
    position: absolute;
    height: 500px;
    width: 100%;
    bottom: -160px;
    left: -40px;
    margin: 0 auto;
    overflow: visible;
  }
}
@media only screen and (max-width: 550px) {
  .page-template-template-home .about-section .about-img-container svg {
    left: -100px;
  }
}
.page-template-template-home .about-section .about-img-container img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  top: 60px;
  max-width: 440px;
}
@media only screen and (max-width: 1199px) {
  .page-template-template-home .about-section .about-img-container img {
    width: 300px;
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-home .about-section .about-img-container img {
    width: 275px;
    height: 385px;
  }
}
@media only screen and (max-width: 450px) {
  .page-template-template-home .about-section .about-img-container img {
    width: 240px;
    height: 336px;
  }
}
.page-template-template-home .amenities-section {
  padding: 150px 0;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-home .amenities-section {
    padding: 100px 0;
  }
}
.page-template-template-home .amenities-section .amenity-flex-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-home .amenities-section .amenity-flex-container {
    flex-direction: column;
  }
}
.page-template-template-home .amenities-section .amenity-flex-container .amenity-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 45%;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-home .amenities-section .amenity-flex-container .amenity-title-container {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
.page-template-template-home .amenities-section .amenity-flex-container .amenity-title-container h4 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-home .amenities-section .amenity-flex-container .amenity-title-container h4 {
    margin-bottom: 20px;
  }
}
.page-template-template-home .amenities-section .amenity-flex-container .amenity-title-container h4, .page-template-template-home .amenities-section .amenity-flex-container .amenity-title-container p {
  color: black;
}
.page-template-template-home .amenities-section .amenity-flex-container .amenity-title-container > div {
  max-width: 400px;
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container {
  width: 55%;
  position: relative;
  height: 600px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-home .amenities-section .amenity-flex-container .amenities-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-home .amenities-section .amenity-flex-container .amenities-container {
    height: 400px;
  }
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container .arrows-container {
  position: absolute;
  left: 15px;
  bottom: -85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-home .amenities-section .amenity-flex-container .amenities-container .arrows-container {
    bottom: -35px;
    margin: 0 auto;
    position: relative;
    left: 0;
  }
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container .arrows-container div {
  font-family: "Font Awesome 5 Pro";
  color: black;
  font-size: 2.5rem;
  cursor: pointer;
  transition: 0.3s;
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container .arrows-container div.slick-disabled {
  color: #ebebeb;
  cursor: auto;
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container .arrows-container .slick-prev::after {
  content: "";
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container .arrows-container .slick-next::after {
  content: "";
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container .amenities-slider {
  position: relative;
  height: 100%;
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container .amenities-slider .slick-list {
  position: relative;
  height: 100%;
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container .amenities-slider .slick-list .slick-track {
  position: relative;
  height: 100%;
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container .amenities-slider .amenity-slide {
  position: relative;
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container .amenities-slider .amenity-slide .amenity-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: brightness(0.8);
}
.page-template-template-home .amenities-section .amenity-flex-container .amenities-container .amenities-slider .amenity-slide h6 {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: 600;
  padding-bottom: 30px;
  text-align: center;
}
.page-template-template-home .review-section {
  background-color: white;
  position: relative;
  overflow: hidden;
}
.page-template-template-home .review-section .review-container {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-home .review-section .review-container {
    flex-direction: column;
  }
}
.page-template-template-home .review-section .reviews-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  width: 70%;
  padding: 200px 0;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-home .review-section .reviews-container {
    width: 100%;
    padding: 75px 0;
  }
}
.page-template-template-home .review-section .reviews-container .gold-background {
  position: absolute;
  background-color: #00457c;
  width: 87%;
  right: 0;
  height: 100%;
}
.page-template-template-home .review-section .review-title-container {
  padding-top: 100px;
  width: 30%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 70px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-home .review-section .review-title-container {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .page-template-template-home .review-section .review-title-container img {
    left: 50px !important;
    height: 95px !important;
    top: 55px !important;
  }
  .page-template-template-home .review-section .review-title-container h3 {
    margin-left: 130px;
  }
}
.page-template-template-home .review-section .review-title-container h4 {
  position: relative;
  z-index: 1;
  color: black;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-home .review-section .review-title-container h4 {
    padding-left: 130px;
  }
}
.page-template-template-home .review-section .review-title-container img {
  position: absolute;
  z-index: 0;
  height: 125px;
  top: 30px;
  right: 170px;
}
.page-template-template-home .review-section .review-slider {
  position: relative;
  width: 100%;
}
.page-template-template-home .review-section .slick-list {
  width: 100% !important;
  overflow: visible;
}
.page-template-template-home .review-section .slick-track {
  position: relative;
}
.page-template-template-home .review-section .review {
  background-color: #f7f7f7;
  margin: 0 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 30px;
}
.page-template-template-home .review-section .review h6, .page-template-template-home .review-section .review p {
  color: black;
  margin: 0;
  padding-bottom: 17px;
}
.page-template-template-home .review-section .review p {
  font-family: "Montserrat", sans-serif;
}
.page-template-template-home .review-section .review .star-container {
  display: flex;
}
.page-template-template-home .review-section .review .star-container .star::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #00457c;
  font-weight: 700;
  font-size: 2rem;
  padding-right: 3px;
}
.page-template-template-home .instagram-section {
  background-color: white;
  padding: 90px 0 0;
}
@media only screen and (max-width: 767px) {
  .page-template-template-home .instagram-section {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-home .instagram-section {
    padding-bottom: 0;
  }
}
.page-template-template-home .instagram-section .link-container {
  margin-bottom: 15px;
  padding: 0 20px;
}
.page-template-template-home .instagram-section .link-container > a {
  color: black;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-home .instagram-section .link-container > a {
    text-align: center;
    margin: 0 auto;
  }
}
.page-template-template-home .instagram-section .link-container > a:hover {
  text-decoration: none;
  color: #00457c;
}
.page-template-template-home .instagram-section .link-container > a:hover h2 {
  color: #00457c;
}
.page-template-template-home .instagram-section .link-container > a h2 {
  color: black;
  transition: 0.3s;
}
.page-template-template-home .location-section #map {
  height: 500px;
}

.footer .main-wrapper {
  padding-bottom: 0;
  max-width: 1920px;
}
.footer h5, .footer a, .footer p {
  color: black;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.footer a {
  transition: 0.3s;
}
.footer a:hover {
  text-decoration: none;
  color: #c3a25d;
}
.footer .footer-headshot-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .footer .footer-headshot-flex {
    flex-direction: column;
  }
}
.footer .footer-headshot-flex .footer-main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin-left: 5%;
  margin-right: 23%;
}
@media only screen and (max-width: 1300px) {
  .footer .footer-headshot-flex .footer-main-container {
    max-width: 100%;
    margin: 0 auto;
  }
}
.footer .footer-headshot-flex .headshot-container {
  width: 330px;
  position: absolute;
  right: 20px;
  bottom: 0px;
  overflow: hidden;
  bottom: -80px;
}
@media only screen and (max-width: 1300px) {
  .footer .footer-headshot-flex .headshot-container {
    position: relative;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    width: 250px;
  }
}
.footer .footer-headshot-flex .headshot-container img {
  position: relative;
  top: 50px;
}
.footer .footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer .footer-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.footer .footer-flex .logos-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .footer .footer-flex .logos-container {
    order: 2;
    margin-top: 40px;
  }
}
.footer .footer-flex .logos-container img {
  margin-right: 40px;
}
.footer .footer-flex .logos-container img:nth-child(1) {
  height: 70px;
}
@media only screen and (max-width: 991px) {
  .footer .footer-flex .logos-container img:nth-child(1) {
    height: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .footer .footer-flex .logos-container img:nth-child(1) {
    height: 35px;
  }
}
.footer .footer-flex .logos-container img:nth-child(2) {
  height: 90px;
}
@media only screen and (max-width: 991px) {
  .footer .footer-flex .logos-container img:nth-child(2) {
    height: 70px;
  }
}
@media only screen and (max-width: 500px) {
  .footer .footer-flex .logos-container img:nth-child(2) {
    height: 55px;
  }
}
@media only screen and (max-width: 500px) {
  .footer .footer-flex .logos-container img {
    margin-right: 10px;
  }
}
.footer .footer-flex .logos-container img:last-of-type {
  margin-right: 0;
}
.footer .footer-flex .names-container {
  margin-top: 80px;
}
@media only screen and (max-width: 1300px) {
  .footer .footer-flex .names-container {
    margin-top: 0;
  }
}
.footer .footer-flex .names-container .person-container {
  display: flex;
}
.footer .footer-flex .names-container .person-container .name-container {
  margin-right: 40px;
}
@media only screen and (max-width: 500px) {
  .footer .footer-flex .names-container .person-container .name-container {
    margin-right: 20px;
  }
}
.footer .footer-flex .names-container .person-container .name-container p {
  font-weight: 500;
  font-style: italic;
}
.footer .footer-flex .names-container .person-container .name-container h5 {
  font-weight: 700;
}
.footer .footer-flex .names-container .person-container .contact-info .phone {
  margin-bottom: 4px;
}
.footer .copyright {
  padding-right: 13%;
  max-width: 1300px;
  font-weight: 300;
  font-style: italic;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1300px) {
  .footer .copyright {
    text-align: center;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    padding: 0;
  }
}

.thank-you-section {
  background-color: white;
}
.thank-you-section img {
  width: 150px;
}
.thank-you-section .thankyou-text {
  padding: 150px 0;
}
.thank-you-section .thankyou-text h3 {
  color: black;
}
.thank-you-section .thankyou-text h1 {
  color: #00457c;
  padding-bottom: 30px;
  font-size: 8rem;
}
@media only screen and (max-width: 1439px) {
  .thank-you-section .thankyou-text h1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .thank-you-section .thankyou-text h1 {
    font-size: 6rem;
  }
}
.thank-you-section .thankyou-text a {
  transition: 0.3s;
  color: black;
}
.thank-you-section .thankyou-text a:hover {
  text-decoration: none;
  color: #00457c;
}
@media only screen and (min-width: 1921px) {
  .thank-you-section .thankyou-text {
    padding: 300px 0;
  }
}
@media only screen and (max-width: 1439px) {
  .thank-you-section .thankyou-text {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .thank-you-section .thankyou-text {
    padding: 50px 0;
  }
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

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