/* Low Vacancy CSS */
/* Variables - Media Queries */
/* Variables - Colors */
/* Variables - Fonts */
/* Variables - Transitions */

/* Advisement Section */
#advisement p {
  font-size: 12pt;
  font-weight: bold;
}


/* Extends */
.lr-container, .lr-container .left-container, .lr-container .right-container, header .max-wrap, header .logo-area, .owl-theme .owl-dots, .nearby-communities ul, footer .footer-wrapper, footer .footer-wrapper .right-content, 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: "Hind Siliguri", sans-serif;
  font-weight: 400;
  color: #051747;
  background-color: #ECEDF3;
  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: #051747;
    border-bottom: 1px solid #051747; }
  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:after {
    content: "";
    display: table;
    clear: both; }
  body h1, body .hero-headline, body h2, body h3, body h4, body h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-top: 0;
    line-height: 1.25em; }

.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; } }

.break {
  margin-top: 1rem; }

/* Common Elements Styles */
.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: 350px; }
    @media only screen and (min-width: 55rem) {
      .lr-container .left-container .col-image, .lr-container .left-container iframe, .lr-container .right-container .col-image, .lr-container .right-container iframe {
        height: auto; } }
  .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 iframe {
    height: 78px !important; }
  .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: "Hind Siliguri", sans-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: "Hind Siliguri", sans-serif; }
  .guestCardForm .guestCardHelpContainer {
    display: inline-block;
    margin-left: 1rem;
    font-size: 0.85em; }
  .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 .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 .guestCardButtonContainer {
    margin: 0.5rem 0; }

header {
  text-transform: uppercase;
  position: relative;
  font-family: "Montserrat", sans-serif; }
  header .top-menu-container {
    width: 100%;
    background-color: #D8DCE8;
    padding: 0.5rem 1rem;
    text-align: center; }
    header .top-menu-container i {
      margin-left: 0.5rem; }
    header .top-menu-container a {
      border-bottom: 1px solid #051747;
      padding-bottom: 0.25rem;
      margin: 0.5rem 1rem; }
    header .top-menu-container a:hover {
      color: #394C81;
      border-color: #ffffff; }
  header .max-wrap {
    align-items: center; }
  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: "Hind Siliguri", sans-serif;
      padding: 1rem 0;
      text-align: center;
      text-transform: none;
      font-size: 1.5em;
      width: 100%;
      margin-bottom: 0; }
      @media only screen and (min-width: 55rem) {
        header .logo-area .property-name {
          width: auto;
          text-align: left; } }
  header .menu-area {
    flex: 1 1 50%; }
    @media only screen and (min-width: 55rem) {
      header .menu-area {
        padding: 1rem 0; } }
  header nav.mobile-menu {
    position: absolute;
    z-index: 1000;
    top: 5%;
    right: 5%; }
    @media only screen and (min-width: 55rem) {
      header nav.mobile-menu {
        display: none; } }
    header nav.mobile-menu .menu-trigger {
      font-size: 1.5em;
      text-align: right;
      cursor: pointer; }
    header nav.mobile-menu .menu {
      display: none;
      background-color: #ffffff;
      list-style-type: none;
      padding: 0 1.5rem;
      border-left: 5px solid #051747;
      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 0.25rem 0;
        margin-bottom: 0.25rem;
        transition: all 0.5s ease-in-out;
        border-bottom: 1px solid transparent; }
      header nav.mobile-menu .menu a:hover {
        color: #394C81;
        border-color: #394C81; }
  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; }
        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;
            padding: 0.5rem 0.75rem; }
            header nav.desktop-menu > ul > li a {
              display: block;
              padding-bottom: 0.25rem;
              border-bottom: 1px solid transparent;
              transition: all 0.5s ease-in-out; }
            header nav.desktop-menu > ul > li a:hover {
              color: #394C81;
              border-color: #394C81; } }

.hero-intro {
  padding: 0;
  color: #ffffff;
  text-align: center; }
  @media only screen and (min-width: 55rem) {
    .hero-intro {
      text-align: left; } }
  .hero-intro .gradient {
    background: rgba(57, 76, 129, 0.75); }
    @media only screen and (min-width: 55rem) {
      .hero-intro .gradient {
        background: linear-gradient(90deg, #394c81 0%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 100%); } }
  .hero-intro .hero-headline {
    color: #ffffff;
    font-size: 1.75em;
    margin-bottom: 1.5rem; }
    @media only screen and (min-width: 55rem) {
      .hero-intro .hero-headline {
        font-size: 2em; } }
  .hero-intro .hero-content-wrap {
    padding: 2.5rem; }
    @media only screen and (min-width: 55rem) {
      .hero-intro .hero-content-wrap {
        padding: 5rem 0 5rem 5rem;
        max-width: 550px; } }
    .hero-intro .hero-content-wrap .button-container {
      margin-top: 1rem; }
    .hero-intro .hero-content-wrap .linkbtn-border {
      border: 1px solid #051747;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase; }
    .hero-intro .hero-content-wrap .linkbtn-border .inner {
      margin: 0.25rem;
      background-color: #051747;
      color: #ffffff;
      padding: 0.5rem 1rem;
      transition: all 0.5s ease-in-out; }
    .hero-intro .hero-content-wrap .linkbtn-border:hover .inner {
      background-color: #ffffff;
      color: #051747; }

.about-section .fwc-wrap .left-container, .about-section .fwc-wrap .right-container, .testimonial-section .fwc-wrap .left-container, .testimonial-section .fwc-wrap .right-container, .contact-section .fwc-wrap .left-container, .contact-section .fwc-wrap .right-container, .nearby-communities .fwc-wrap .left-container, .nearby-communities .fwc-wrap .right-container {
  margin: 0; }
.about-section .fwc-wrap .no-fwc .content-container, .testimonial-section .fwc-wrap .no-fwc .content-container, .contact-section .fwc-wrap .no-fwc .content-container, .nearby-communities .fwc-wrap .no-fwc .content-container {
  text-align: center;
  padding: 2.5rem 1rem 2.5rem 1rem; }
  @media only screen and (min-width: 35rem) {
    .about-section .fwc-wrap .no-fwc .content-container, .testimonial-section .fwc-wrap .no-fwc .content-container, .contact-section .fwc-wrap .no-fwc .content-container, .nearby-communities .fwc-wrap .no-fwc .content-container {
      padding: 5rem 2rem 5rem 2rem; } }
  @media only screen and (min-width: 55rem) {
    .about-section .fwc-wrap .no-fwc .content-container, .testimonial-section .fwc-wrap .no-fwc .content-container, .contact-section .fwc-wrap .no-fwc .content-container, .nearby-communities .fwc-wrap .no-fwc .content-container {
      max-width: 725px; } }
@media only screen and (min-width: 55rem) {
  .about-section .fwc-wrap .left-container .content-container, .testimonial-section .fwc-wrap .left-container .content-container, .contact-section .fwc-wrap .left-container .content-container, .nearby-communities .fwc-wrap .left-container .content-container {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 55rem) {
  section:not(.hero-intro):nth-child(even) .left-container {
    order: 2; } }

.about-secton .content-container, .testimonial-seciton .content-container {
  text-align: center; }

.about-slider .about-image.col-image, .about-slider .owl-item {
  max-height: 350px;
  height: 350px;
  width: 100%; }
  @media only screen and (min-width: 55rem) {
    .about-slider .about-image.col-image, .about-slider .owl-item {
      max-height: none; } }
.about-slider a {
  border-bottom: 0;
  width: 100%; }

.owl-carousel.owl-drag .owl-item {
  padding: 0; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0; }

.owl-theme .owl-dots {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 55rem) {
    .owl-theme .owl-dots {
      height: 100%;
      flex-flow: column nowrap;
      left: auto; } }
  .owl-theme .owl-dots .owl-dot {
    padding: 0.25rem;
    background-color: rgba(5, 23, 71, 0.75); }
  .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 2px solid #ffffff; }
  .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff; }

@media only screen and (min-width: 55rem) {
  .testimonial-section .fwc-wrap .no-fwc .content-container {
    padding-right: 4rem; } }
.testimonial-section .one-col {
  text-align: center;
  padding: 2.5rem 2rem 2.5rem 2rem;
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (min-width: 35rem) {
    .testimonial-section .one-col {
      padding: 5rem 2rem 5rem 2rem; } }
@media only screen and (min-width: 55rem) {
  .testimonial-section .owl-theme .owl-dots {
    right: 50%; } }
.testimonial-section .owl-theme .owl-dots .owl-dot {
  background-color: transparent; }
.testimonial-section .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #051747; }
.testimonial-section .owl-theme .owl-dots .owl-dot.active span {
  background-color: #051747; }
@media only screen and (min-width: 55rem) {
  .testimonial-section .owl-theme .owl-dots.horizontal-dots {
    flex-flow: row nowrap;
    height: auto;
    bottom: 0;
    top: auto;
    left: 50%; } }

.contact-section .fwc-wrap .left-container {
  margin-bottom: 1rem;
  line-height: 1.75em;
  align-self: center; }
.contact-section .fwc-wrap .right-container {
  background-color: #051747;
  color: #ffffff; }
.contact-section .fwc-wrap .right-container .content-container {
  text-align: left; }
.contact-section .fwc-wrap h3 {
  font-family: "Hind Siliguri", sans-serif;
  margin-bottom: 1rem; }
.contact-section .fwc-wrap a {
  margin-bottom: 0.25rem;
  word-break: break-all; }
.contact-section .fwc-wrap .linkbtn-border {
  border: 1px solid #ffffff;
  background-color: #051747;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer; }
.contact-section .fwc-wrap .linkbtn-border .inner {
  margin: 0.25rem;
  background-color: #ffffff;
  color: #051747;
  padding: 0.5rem 1rem;
  transition: all 0.5s ease-in-out; }
.contact-section .fwc-wrap .linkbtn-border:hover .inner {
  background-color: #051747;
  color: #ffffff; }

.nearby-communities {
  text-transform: uppercase; }
  .nearby-communities .left-container {
    align-self: center; }
  .nearby-communities ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center; }
    @media only screen and (min-width: 55rem) {
      .nearby-communities ul {
        justify-content: space-between; } }
  .nearby-communities li {
    margin: 0 0.25rem 0.5rem 0.25rem;
    line-height: 2.5em;
    width: 100%; }
  .nearby-communities i {
    margin-left: 0.5rem; }
  @media only screen and (min-width: 55rem) {
    .nearby-communities iframe {
      min-height: 450px; } }
  .nearby-communities a {
    border-bottom: 0; }
    .nearby-communities a span {
      border-bottom: 1px solid #394C81; }

footer {
  padding: 1.5rem 0;
  background-color: #051747;
  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 .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 .left-content, footer .footer-wrapper .center-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 .center-content, footer .footer-wrapper .right-content {
          width: auto; } }
    footer .footer-wrapper .left-content {
      text-transform: uppercase; }
      footer .footer-wrapper .left-content a {
        text-transform: none; }
      @media only screen and (min-width: 55rem) {
        footer .footer-wrapper .left-content {
          text-align: left; } }
    footer .footer-wrapper .right-content {
      flex-flow: column nowrap;
      justify-content: space-between;
      align-items: stretch;
      text-transform: uppercase; }
      @media only screen and (min-width: 55rem) {
        footer .footer-wrapper .right-content {
          text-align: right; } }
      footer .footer-wrapper .right-content a {
        border-bottom: 1px solid #ffffff;
        margin-bottom: 0.5rem; }
    footer .footer-wrapper .title {
      font-size: 1.5rem;
      display: block; }
    footer .footer-wrapper .icon-container {
      justify-content: center;
      align-items: center; }
      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 h2 {
    text-align: center; }
  .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: #051747;
    color: #ffffff;
    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 {
      text-transform: uppercase;
      font-weight: 700; }

/*# sourceMappingURL=no-vacancy.css.map */
