/* Low Vacancy CSS */
/* Variables - Media Queries */
/* Variables - Colors */
/* Variables - Fonts */
/* Variables - Transitions */
/* Extends */

/* Advisement Section */
#advisement p {
  font-size: 12pt;
  font-weight: bold;
}


.lr-container, .lr-container .left-container, .lr-container .right-container, header, header .logo-area, header .menu-area, .hero-intro, .about-slider.owl-carousel .owl-nav, .about-slider.owl-carousel .owl-nav .owl-prev, .about-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav, .testimonial-slider.owl-carousel .owl-nav .owl-prev, .testimonial-slider.owl-carousel .owl-nav .owl-next, .availability-section .unit-wrapper .unit, .availability-section .unit-wrapper .unit .detail-container, .availability-section .unit-wrapper .unit .top-wrapper, .availability-section .unit-wrapper .unit .bottom-wrapper, .availability-section .unit-wrapper .linkbtn-container, .amenities-section ul, .nearby-communities ul, footer .footer-wrapper, footer .footer-wrapper .icon-container, .popup-window-section .box-container, .popup-window-section .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

/* Sticky Footer */
html, body, #page {
  height: 100%; }

#page {
  display: flex;
  flex-direction: column; }
  #page div.main-wrapper {
    flex: 1 0 auto; }
  #page footer {
    flex-shrink: 0; }

/* Fade in Main on Page Load */
main {
  visibility: hidden; }

.fade-in {
  visibility: visible;
  -webkit-animation: fadeIn .5s ease-in .25s forwards;
  animation: fadeIn .5s ease-in .25s forwards;
  opacity: 0; }

@keyframes fadeIn {
  to {
    opacity: 1; } }
/* General Styles */
* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Quattrocento", serif;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  font-size: 16px; }
  body a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    transition: all 0.5s ease-in-out; }
  body img {
    max-width: 100%;
    height: auto; }
  body img:not(.object-ignore) {
    object-fit: cover; }
  body p {
    line-height: 1.65em; }
  body p a, body section a, body main a {
    transition: all 0.5s ease-in-out;
    color: #000000;
    border-bottom: 1px solid #000000; }
    body p a:hover, body section a:hover, body main a:hover {
      border-color: #C14F02;
      color: #C14F02; }
  body p:empty {
    display: none; }
  body section p:first-child, body div p:first-child {
    margin-top: 0; }
  body section p:only-child, body div p:only-child {
    margin-top: 0;
    margin-bottom: 0; }
  body section p:last-child, body div p:last-child {
    margin-bottom: 0; }
  body section:empty {
    display: none; }
  body section {
    padding: 2.5rem 0; }
    @media only screen and (min-width: 35rem) {
      body section {
        padding: 5rem 0; } }
    body section:after {
      content: "";
      display: table;
      clear: both; }
  body h1, body .hero-headline, body h2, body h3, body h4, body h5 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1.25em;
    color: #000000; }

.max-wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 1250px; }
  @media only screen and (min-width: 35rem) {
    .max-wrap {
      padding: 0 2rem; } }

/* Common Elements Styles */
.lr-container {
  padding-top: 1rem; }
  .lr-container .left-container, .lr-container .right-container {
    min-width: 1px;
    flex: 1 1 100%;
    flex-flow: column wrap;
    justify-content: flex-start; }
    @media only screen and (min-width: 55rem) {
      .lr-container .left-container, .lr-container .right-container {
        flex: 1 1 48%; } }
    .lr-container .left-container .col-image, .lr-container .left-container iframe, .lr-container .right-container .col-image, .lr-container .right-container iframe {
      width: 100%;
      height: 100%;
      max-height: 450px;
      min-height: 350px; }
    .lr-container .left-container .linkbtn, .lr-container .right-container .linkbtn {
      margin-left: auto;
      margin-top: auto;
      align-self: flex-end; }
  .lr-container .left-container {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 55rem) {
      .lr-container .left-container {
        margin: 0 1rem 0 0; } }
  @media only screen and (min-width: 55rem) {
    .lr-container .right-container {
      margin: 0 0 0 1rem; } }

.guestCardForm {
  max-width: 750px;
  width: 100%;
  margin: 0 auto; }
  .guestCardForm label {
    display: block;
    font-size: 16.5px;
    margin-bottom: 0.25rem; }
  .guestCardForm input.guestCardFieldText, .guestCardForm input.guestCardFieldNumber, .guestCardForm input.guestCardFieldEmail {
    height: 40px;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 0.75rem;
    font-family: "Quattrocento", serif; }
  .guestCardForm textarea.guestCardField {
    margin-bottom: 0.75rem; }
  .guestCardForm input.guestCardFieldText::placeholder, .guestCardForm input.guestCardFieldNumber::placeholder, .guestCardForm input.guestCardFieldEmail::placeholder {
    color: #ffffff; }
  .guestCardForm textarea.guestCardFieldText {
    height: 100px;
    width: 100%;
    padding: 0.5rem;
    font-family: "Quattrocento", serif; }
  .guestCardForm .guestCardHelpContainer {
    display: inline-block;
    margin-left: 1rem;
    font-size: 0.85em;
    color: #000000; }
  .guestCardForm .guestCardHelpCircle {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    padding: 0.15rem 0.375rem;
    line-height: 12px;
    background: #ffffff; }
  .guestCardForm .guestCardTooltipText {
    background-color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 3px;
    z-index: 1;
    position: absolute;
    font-size: 13px;
    transform: translateX(10%) translateY(-105%);
    max-width: 200px;
    width: 75%; }
  .guestCardForm .guestCardButtonContainer {
    margin: 0.5rem 0; }
  .guestCardForm .guestCardCaptchaContainer {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    max-width: 275px; }
    @media only screen and (min-width: 35rem) {
      .guestCardForm .guestCardCaptchaContainer {
        transform: scale(1); } }
  .guestCardForm .linkbtn {
    cursor: pointer;
    margin-left: 0; }
    .guestCardForm .linkbtn:hover {
      border-color: #C14F02; }

.linkbtn {
  background-color: #C14F02;
  color: #ffffff;
  font-weight: 700;
  font-family: "Quattrocento", serif;
  border: 1px solid #C14F02;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 0.5rem auto;
  padding: 0.5rem 1rem;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-size: 16px; }
  @media only screen and (min-width: 35rem) {
    .linkbtn {
      margin: 0.5rem; } }
  .linkbtn:hover {
    background-color: #ffffff;
    color: #C14F02; }

.yellow-wrap {
  background-color: #F7BB09; }

.section-title .hero-headline, .section-title h2 {
  padding-bottom: 1rem;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.75em; }
  @media only screen and (min-width: 35rem) {
    .section-title .hero-headline, .section-title h2 {
      width: auto; } }
  .section-title .hero-headline:before, .section-title h2:before {
    content: "";
    position: absolute;
    width: 50%;
    bottom: 0;
    height: 3px;
    border-bottom: 5px solid #F7BB09; }
.section-title.align-center {
  text-align: center; }
  .section-title.align-center .hero-headline:before, .section-title.align-center h2:before {
    width: 50%;
    left: 25%; }

.yellow-wrap .section-title h2:before {
  border-color: #C14F02; }

svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6vw; }
  svg polygon {
    fill: #ffffff; }

.skewed-bottom {
  position: relative;
  padding-bottom: 7.5rem; }
  @media only screen and (min-width: 55rem) {
    .skewed-bottom {
      padding-bottom: 10rem; } }

header {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 950;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.01); }
  header .logo-area {
    width: 100%;
    text-align: center;
    align-items: center; }
    @media only screen and (min-width: 55rem) {
      header .logo-area {
        max-width: 350px; } }
    header .logo-area .property-name {
      font-family: "Oswald", sans-serif;
      color: #ffffff;
      padding: 1rem 0;
      text-transform: none;
      text-align: center;
      font-size: 1.5em;
      width: 100%;
      margin: 2rem 0 0 0; }
      @media only screen and (min-width: 55rem) {
        header .logo-area .property-name {
          width: auto;
          text-align: left;
          margin: 0; } }
  header .menu-area {
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 50%;
    padding: 1rem 0; }
  header .button-container {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem; }
    @media only screen and (min-width: 55rem) {
      header .button-container {
        width: auto;
        text-align: right; } }
  header nav.mobile-menu {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 5%;
    padding: 1.5rem 0; }
    header nav.mobile-menu .menu-trigger {
      color: #C14F02;
      font-size: 1.5em;
      text-align: right;
      cursor: pointer; }
    header nav.mobile-menu .menu {
      display: none;
      background-color: #ffffff;
      color: #000000;
      list-style-type: none;
      padding: 0 1.5rem;
      border-left: 5px solid #C14F02;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 5px 10px 0 rgba(0, 0, 0, 0.15); }
      header nav.mobile-menu .menu a {
        padding: 0.5rem 0;
        transition: all 0.5s ease-in-out; }
        header nav.mobile-menu .menu a:hover {
          color: #C14F02; }
    @media only screen and (min-width: 55rem) {
      header nav.mobile-menu {
        display: none; } }
  header nav.desktop-menu {
    display: none; }
    @media only screen and (min-width: 55rem) {
      header nav.desktop-menu {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        flex-wrap: wrap-reverse;
        justify-content: flex-end;
        width: 100%; }
        header nav.desktop-menu > ul {
          display: flex;
          flex-flow: row wrap;
          justify-content: flex-end;
          margin: 0;
          padding: 0;
          list-style-type: none; }
          header nav.desktop-menu > ul > li {
            transition: all 0.5s ease-in-out;
            border-right: 1px solid #ffffff; }
            header nav.desktop-menu > ul > li:last-of-type {
              border-right: 0; }
            header nav.desktop-menu > ul > li a {
              padding: 0.5rem 0.75rem;
              display: block;
              border-bottom: none;
              transition: all 0.5s ease-in-out; }
              header nav.desktop-menu > ul > li a:hover {
                color: #F7BB09; } }

.hero-intro {
  text-align: center;
  align-items: flex-end;
  position: relative;
  height: 750px; }
  @media only screen and (min-width: 55rem) {
    .hero-intro {
      align-items: center;
      height: 650px; } }
  .hero-intro .max-wrap {
    margin-top: 2rem; }
  .hero-intro .hero-headline {
    font-size: 2em;
    margin-bottom: 0; }
  .hero-intro .sub-title {
    margin-top: 1.5rem; }
  .hero-intro .hero-header-wrapper {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1rem 2rem; }
  .hero-intro .hero-button-container {
    margin: 2rem 0; }
    .hero-intro .hero-button-container .linkbtn {
      width: 100%; }
      @media only screen and (min-width: 35rem) {
        .hero-intro .hero-button-container .linkbtn {
          width: auto; } }

.about-section {
  text-align: center; }
  .about-section .left-container {
    order: 1;
    margin-top: 1rem; }
    @media only screen and (min-width: 55rem) {
      .about-section .left-container {
        order: 0;
        margin-top: 0; } }
  .about-section .right-container {
    justify-content: center; }

.about-slider .about-image {
  max-height: 350px;
  height: 350px;
  width: 100%; }
  @media only screen and (min-width: 55rem) {
    .about-slider .about-image {
      max-height: none; } }
.about-slider a {
  border-bottom: 0;
  width: 100%; }

.about-slider.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 35%; }
  .about-slider.owl-carousel .owl-nav .owl-prev, .about-slider.owl-carousel .owl-nav .owl-next {
    padding: 0.5rem 1rem;
    margin: 0;
    border-radius: 0;
    font-size: 1.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    height: 125px;
    width: 35px;
    justify-content: center;
    align-items: center; }
    .about-slider.owl-carousel .owl-nav .owl-prev .fa, .about-slider.owl-carousel .owl-nav .owl-next .fa {
      color: #000000;
      margin-top: -0.15rem; }

.about-slider.owl-carousel.owl-drag .owl-item {
  padding: 0;
  text-align: center; }

.testimonial-section p {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center; }
.testimonial-section .quote {
  padding: 1rem;
  background-color: #ffffff;
  font-size: 1.25em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #C14F02; }

.testimonial-slider.owl-carousel .owl-nav {
  width: 25%;
  margin-left: auto;
  margin-right: auto; }
  .testimonial-slider.owl-carousel .owl-nav .owl-prev, .testimonial-slider.owl-carousel .owl-nav .owl-next {
    margin: 0;
    border-radius: 0;
    font-size: 1.5rem;
    background-color: transparent;
    justify-content: center;
    align-items: center; }
    .testimonial-slider.owl-carousel .owl-nav .owl-prev .fa, .testimonial-slider.owl-carousel .owl-nav .owl-next .fa {
      color: #C14F02; }

.availability-section p {
  text-align: center; }

.availability-section .unit-wrapper .unit {
  margin-bottom: 2rem; }
  .availability-section .unit-wrapper .unit:last-of-type {
    margin-bottom: 0; }
  @media only screen and (min-width: 65rem) {
    .availability-section .unit-wrapper .unit {
      flex-flow: row nowrap; } }
  .availability-section .unit-wrapper .unit .image-container {
    position: relative;
    flex: 1 1 100%; }
    @media only screen and (min-width: 65rem) {
      .availability-section .unit-wrapper .unit .image-container {
        flex: 1 1 auto; } }
    .availability-section .unit-wrapper .unit .image-container a {
      height: 100%;
      width: 100%;
      border: 0; }
    .availability-section .unit-wrapper .unit .image-container .image {
      width: 100%;
      height: 350px; }
      @media only screen and (min-width: 55rem) {
        .availability-section .unit-wrapper .unit .image-container .image {
          height: 450px; } }
      @media only screen and (min-width: 65rem) {
        .availability-section .unit-wrapper .unit .image-container .image {
          width: 350px;
          height: 100%; } }
    .availability-section .unit-wrapper .unit .image-container .skew {
      background-color: #F7BB09;
      position: absolute;
      width: 100%;
      height: 100px;
      margin-top: -100px;
      transform: skewY(-7deg); }
      @media only screen and (min-width: 55rem) {
        .availability-section .unit-wrapper .unit .image-container .skew {
          height: 125px;
          margin-top: -115px; } }
      @media only screen and (min-width: 65rem) {
        .availability-section .unit-wrapper .unit .image-container .skew {
          height: 100%;
          width: 100px;
          right: -45px;
          top: 0;
          margin-top: 0;
          transform: skewX(-25deg); } }
    @media only screen and (min-width: 65rem) {
      .availability-section .unit-wrapper .unit .image-container {
        width: 350px; } }
  .availability-section .unit-wrapper .unit .detail-container {
    background-color: #F7BB09;
    flex: 1 1 100%;
    z-index: 1000;
    margin-top: -55px;
    padding: 1rem;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 100%; }
    @media only screen and (min-width: 65rem) {
      .availability-section .unit-wrapper .unit .detail-container {
        padding: 2rem;
        margin-top: 0; } }
  .availability-section .unit-wrapper .unit .desktop {
    display: none; }
    @media only screen and (min-width: 55rem) {
      .availability-section .unit-wrapper .unit .desktop {
        display: block; } }
  .availability-section .unit-wrapper .unit .mobile {
    margin-top: 0.5rem;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 55rem) {
      .availability-section .unit-wrapper .unit .mobile {
        display: none; } }
  .availability-section .unit-wrapper .unit .top-wrapper, .availability-section .unit-wrapper .unit .bottom-wrapper {
    align-items: center;
    width: 100%;
    justify-content: center; }
    @media only screen and (min-width: 55rem) {
      .availability-section .unit-wrapper .unit .top-wrapper, .availability-section .unit-wrapper .unit .bottom-wrapper {
        justify-content: space-between; } }
  .availability-section .unit-wrapper .unit .top-wrapper span {
    color: #000000;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 1.25em;
    text-align: center; }
    @media only screen and (min-width: 55rem) {
      .availability-section .unit-wrapper .unit .top-wrapper span {
        text-align: left; } }
  .availability-section .unit-wrapper .unit .top-wrapper span span {
    font-family: "Quattrocento", serif;
    padding-top: 1rem;
    display: block;
    text-transform: none;
    font-size: 1em; }
  .availability-section .unit-wrapper .unit .spec {
    margin: 0 0.5rem;
    width: 100%; }
    @media only screen and (min-width: 25rem) {
      .availability-section .unit-wrapper .unit .spec {
        width: 35%; } }
    @media only screen and (min-width: 35rem) {
      .availability-section .unit-wrapper .unit .spec {
        width: auto; } }
    .availability-section .unit-wrapper .unit .spec > span {
      display: block;
      text-align: center; }
  .availability-section .unit-wrapper .unit .label {
    color: #000000;
    margin: 1rem 0 0.5rem 0; }
  .availability-section .unit-wrapper .unit:nth-of-type(even) .skew {
    transform: skewY(7deg); }
  @media only screen and (min-width: 65rem) {
    .availability-section .unit-wrapper .unit:nth-of-type(even) .image-container {
      order: 2; }
    .availability-section .unit-wrapper .unit:nth-of-type(even) .skew {
      left: -45px;
      top: 0;
      transform: skewX(25deg); } }
.availability-section .unit-wrapper .linkbtn-container .linkbtn {
  margin: 0.5rem; }
.availability-section .unit-wrapper .available-lot {
  min-height: 176px; }
  .availability-section .unit-wrapper .available-lot .image {
    background: url("/images/available-lot.jpg") center center/cover no-repeat; }
  .availability-section .unit-wrapper .available-lot .detail-container {
    padding: 2.25rem 1rem; }
    @media only screen and (min-width: 65rem) {
      .availability-section .unit-wrapper .available-lot .detail-container {
        padding: 1rem; } }
  .availability-section .unit-wrapper .available-lot .top-wrapper {
    justify-content: space-around; }
    @media only screen and (min-width: 55rem) {
      .availability-section .unit-wrapper .available-lot .top-wrapper {
        justify-content: space-between; } }
  .availability-section .unit-wrapper .available-lot .linkbtn-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 1rem; }
    @media only screen and (min-width: 35rem) {
      .availability-section .unit-wrapper .available-lot .linkbtn-wrapper {
        width: auto;
        padding-top: 0; } }
  @media only screen and (min-width: 35rem) {
    .availability-section .unit-wrapper .available-lot .linkbtn {
      margin-right: 0; } }
  @media only screen and (min-width: 65rem) {
    .availability-section .unit-wrapper .available-lot .linkbtn {
      margin-right: 0.5rem; } }

.virtual-tour {
  max-width: 100%;
  width: 85vw;
  height: 55vh; }

.amenities-section p {
  text-align: center; }
.amenities-section i {
  margin-right: 0.5rem; }

.amenities-section .ul-wrapper, .nearby-communities .ul-wrapper {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto; }
.amenities-section ul, .nearby-communities ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: center; }
  @media only screen and (min-width: 55rem) {
    .amenities-section ul, .nearby-communities ul {
      justify-content: space-between; } }
.amenities-section li, .nearby-communities li {
  flex: 1 1 100%;
  margin: 0 0.25rem;
  line-height: 2.5em; }
  @media only screen and (min-width: 55rem) {
    .amenities-section li, .nearby-communities li {
      flex: 1 1 25%; } }

.contact-section a {
  word-wrap: break-word; }
.contact-section .top-wrapper {
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.75em; }
  .contact-section .top-wrapper h3 {
    font-family: "Quattrocento", serif;
    margin-bottom: 0; }

.nearby-communities {
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 2.5rem; }
  @media only screen and (min-width: 35rem) {
    .nearby-communities {
      padding-bottom: 5rem; } }
  .nearby-communities .yellow-wrap {
    padding: 1rem 1rem 1rem 0;
    text-align: center; }
  .nearby-communities li {
    flex: 1 1 50%; }
  .nearby-communities a {
    color: #000000;
    border-bottom: 0; }
    .nearby-communities a:hover {
      color: #C14F02; }
  .nearby-communities i {
    margin-left: 0.5rem; }

footer {
  padding: 1.5rem 0;
  background-color: #C14F02;
  color: #ffffff;
  line-height: 1.75em; }
  @media only screen and (min-width: 35rem) {
    footer {
      padding: 4rem 0; } }
  footer a {
    border-bottom: 1px solid transparent; }
    footer a:hover {
      color: #C14F02;
      border-color: #C14F02; }
  footer .footer-wrapper {
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 55rem) {
      footer .footer-wrapper {
        justify-content: space-between; } }
    footer .footer-wrapper a:hover {
      color: #F7BB09; }
    footer .footer-wrapper .left-content, footer .footer-wrapper .right-content {
      margin: 1rem;
      flex: 1 1 auto;
      text-align: center;
      width: 100%; }
      @media only screen and (min-width: 55rem) {
        footer .footer-wrapper .left-content, footer .footer-wrapper .right-content {
          width: auto; } }
    @media only screen and (min-width: 55rem) {
      footer .footer-wrapper .left-content {
        text-align: left; } }
    footer .footer-wrapper .right-content .help-link {
      border-bottom: 1px solid #F7BB09; }
    @media only screen and (min-width: 55rem) {
      footer .footer-wrapper .right-content {
        text-align: right; } }
    footer .footer-wrapper .icon-container {
      margin-top: 0.5rem;
      justify-content: center;
      align-items: center; }
      @media only screen and (min-width: 55rem) {
        footer .footer-wrapper .icon-container {
          justify-content: flex-end; } }
      footer .footer-wrapper .icon-container img {
        max-width: 40px; }
      footer .footer-wrapper .icon-container i {
        font-size: 2em;
        color: #ffffff;
        margin-right: 2rem; }
      footer .footer-wrapper .icon-container .center {
        margin-right: 2rem; }
      footer .footer-wrapper .icon-container a:hover {
        border-color: transparent; }

.featherlight .featherlight-content.popup-window-container {
  background: rgba(255, 255, 255, 0.95); }
  .featherlight .featherlight-content.popup-window-container .featherlight-close-icon {
    background: transparent; }

.featherlight.popup-background:last-of-type {
  background: none; }

.popup-window-section {
  max-width: 850px;
  padding: 1rem; }
  .popup-window-section .program {
    padding: 1rem 0; }
  .popup-window-section h3 {
    font-size: 1.25em; }
  .popup-window-section .box {
    flex: 1 1 25%;
    margin: 0.5rem;
    padding: 1.5rem 1rem;
    min-width: 200px;
    background-color: #F7BB09;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .popup-window-section .box .icon-container {
      color: #ffffff;
      font-size: 3.5em;
      margin-bottom: 1rem; }
    .popup-window-section .box p {
      margin: 0; }
    .popup-window-section .box h4 {
      margin-bottom: 0.5rem; }
    .popup-window-section .box .strong {
      color: #C14F02;
      text-transform: uppercase;
      font-weight: 700; }
  .popup-window-section .box-container:nth-child(even) .box {
    background-color: #C14F02;
    color: #ffffff; }
    .popup-window-section .box-container:nth-child(even) .box .strong {
      color: #000000; }

/*# sourceMappingURL=high-vacancy.css.map */
