html,
body {
    font-size: 16px;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-weight: 400;
    color: #0a0a0a;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 700;
}
p {
    line-height: 1.4;
}
a,
button {
    cursor: pointer;
    transition: all ease-in-out 300ms;
    outline: none !important;
}
a {
    color: #231f20;
    text-decoration: none !important;
}
.back-to-top {
    border-radius: 5px;
    text-align: center;
    background: #000;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
}
.back-to-top i {
    position: relative;
    top: 2px;
}
.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.hiding {
    opacity: 0;
}
.visible {
    opacity: 1;
}
/* =WordPress Core

-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* 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 !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.support-banner img {
    display: block;
    max-width: 88px;
    height: auto;
}
.pre-opening-banner {
    text-align: center;
    background: #1e6694;
    color: #FFF;
    padding: 9px 15px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.pre-opening-banner>div {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
}
.call-bar {
    background-color: #023b5b;
    padding: 8px 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.12;
    text-transform: uppercase;
}
.call-bar a {
    color: #fff;
}
#header {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    z-index: 991;
    transition: all ease-in-out 300ms;
}
.navbar-toggler {
    color: #fff;
}
body.nav-fixed #header {
    position: fixed;
    top: 0 !important;
    background: #023b5b;
}
.main-logo img {
    display: block;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
body.nav-fixed .main-logo img {
    height: 70px;
}
.nav-menu-wrapper {
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-menu-wrapper>* {
    margin-top: 0;
    margin-bottom: auto;
    flex: 0 1 auto;
}
.support-banner {
    max-width: 88px;
    align-self: flex-end;
}
.contact-menu {
    padding: 10px 15px 15px;
    font-size: 12px;
    color: #fff;
    text-align: right;
}
.contact-menu .fas {
    font-size: 1.2em;
    margin-left: 2px;
}
.contact-menu span {
    padding-left: 5px;
    padding-right: 5px;
}
.contact-menu a {
    color: #fff;
}
.main-navbar,
.main-navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-navbar li {
    display: inline-block;
    position: relative;
    margin-right: -5px;
}
.main-navbar li a {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1.12;
}
.main-navbar .menu-item-has-children {
    position: relative;
}
.main-navbar .menu-item-has-children>.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    transition: all ease-in-out 300ms;
}
.main-navbar .menu-item-has-children>.sub-menu li {
    display: block;
    width: 100%;
}
.main-navbar .menu-item-has-children>a:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
}
.main-navbar li.nav-button>a {
    background: #002446;
}
.toggle-nav-menu {
    border: 0;
    background: none;
    color: #fff;
}
.footer-top {
    padding-top: 60px;
    padding-bottom: 20px;
    border-top: 1px solid #cacaca;
    background: #023b5b;
    color: #fff;
}
.footer-top a {
    color: #fff;
}
.footer-logo img {
    display: block;
    max-width: 160px;
    height: auto;
}
.footer-widget {
    margin-bottom: 40px;
}
.footer-widget h3 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-widget .fab {
    font-size: 30px;
}
.footer-widget a {
    position: relative;
    display: inline-block;
}
.footer-widget a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    z-index: 9;
    background: #fdc743;
    transition: all ease-in-out 300ms;
}
.footer-widget.widget_custom_html a {
    margin-right: 15px;
}
.footer-widget.widget_custom_html a:after,
.footer-widget.logo-widget a:after {
    display: none;
}
.footer-widget a:hover:after {
    width: 100%;
}
.footer-widget a:hover {
    color: #fdc743;
}
.footer-widget h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 70%;
    background: #4970a0;
}
.footer-bottom {
    font-family: 'Oswald', sans-serif;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 700;
    border-top: 1px solid rgba(204, 204, 204, .270588);
    background: #333d46;
    color: #787878;
    text-transform: uppercase;
}
.copyright-logo {
    text-align: center;
    margin-bottom: 15px;
}
.copyright-logo a {
    background: rgba(204, 204, 204, .811765);
    display: inline-block;
    padding: 15px 30px;
}
.copyright-logo img {
    display: block;
    max-width: 144px;
    height: auto;
}
.fh-wrapper {
    min-height: calc(100vh - 63px);
}
.fix-fh-wrapper {
    height: calc(100vh - 63px);
    overflow: hidden;
}
.carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: 0;
    background: none;
    font-size: 55px;
    color: #fff;
}
.carousel .slick-arrow.slick-disabled {
    opacity: .2;
}
.carousel .slick-prev {
    left: 15px;
}
.carousel .slick-next {
    right: 15px;
}
.fp-slide-item {
    display: block !important;
    transform-style: preserve-3d;
    position: relative;
}
.fp-slide-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fp-slide-item .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.fp-slide-item .content h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 4.2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.fp-slide-item .content p {
    font-family: 'Oswald', sans-serif;
    font-size: 3.2rem;
}
.fp-slide-item .content a {
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 36, 70, 0.7);
    border-radius: 25px;
    font-size: 1rem;
    margin-top: 2rem;
}
.fp-slide-item .content a .fal {
    margin-left: 5px;
}
.fp-slide-item .content a:hover {
    background: #fff;
    color: #002446;
}
.home-feature {
    background: #efeded;
    padding-top: 60px;
}
.hf-wrapper {
    overflow: hidden;
}
.hf-wrapper .row {
    margin-left: -30px;
    margin-right: -30px;
}
.hf-box {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    overflow: hidden;
}
.hf-box img {
    display: block;
    width: 100%;
    height: auto;
}
.hf-box .title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
}
.hf-box .title h3 {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.hf-box .title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    width: 70%;
    background: #4970a0;
}
.hf-box .title p {
    font-size: 2rem;
}
.hf-box .content {
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1.5;
}
.img-fw {
    display: block;
    width: 100%;
    height: auto;
}
.home-highlight .content {
    padding: 30px 15px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.home-highlight .content h2 {
    font-size: 4rem;
    margin-bottom: 15px;
}
.home-highlight .content h2 span:first-child {
    font-weight: 100;
    display: block;
    line-height: .8;
}
.home-highlight .content h2 span:last-child {
    font-weight: 700;
}
.home-highlight .content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}
.section-title {
    font-weight: 900;
    font-size: 4rem;
    margin-bottom: 2rem;
}
.section-title span {
    font-weight: 100;
}
.home-gallery {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.home-gallery-wrapper .row {
    margin-left: -5px;
    margin-right: -5px;
}
.home-gallery-wrapper .row>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.landscape-thumb {
    display: block;
    position: relative;
    padding-top: 75%;
}
.landscape-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-page-more {
    padding-top: 2rem;
}
.button {
    display: inline-block;
    padding: 12px 35px;
    background: #002446;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    border: 1px solid transparent;
    text-transform: uppercase;
}
.button:hover {
    background: #fdc743;
    color: #fff;
}
.home-map {
    background: #023b5b;
    padding-top: 4rem;
    padding-bottom: 7rem;
    color: #fff;
}
.map-box {
    position: relative;
    padding-left: 350px;
}
.map-box .map-controller {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    overflow: auto;
    background: #6087b7;
    border-right: 1px solid #ccc;
}
.map-box .map-wrapper {
    position: relative;
}
.map-box .map-wrapper #map {
    min-height: 40rem;
    background: #fff;
}
.map-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.map-box ul li {
    display: block;
    width: 100%;
    cursor: pointer;
}
.map-box .map-controller>ul>li>.heading {
    padding: 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.map-box ul ul li {
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.map-box ul ul {
    display: none;
}
.map-box ul>li.open>ul {
    display: block;
}
.map-box .heading span {
    display: none;
}
.map-box .open .heading span {
    display: inline-block;
}
.map-box .gmap-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.gm-style-iw-d {
    color: #333;
}
.gm-style-iw-d a {
    font-weight: 700;
    color: #023b5b !important;
}
.gm-style-iw-d .map-text-content {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
}
.map-heading-icon {
    width: 20px;
    height: auto;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.gm-style .gm-style-iw-c {
    overflow: visible;
}
.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-banner {
    position: relative;
    height: 400px;
    background-color: #000;
    color: #fff;
    padding-top: 200px;
    padding-bottom: 30px;
}
.page-banner h1 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
}
.page-banner h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #fdc743;
    width: 75%;
}
.page-breadcrumb {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    background: #1e6694;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
}
.page-breadcrumb a {
    color: #e1e1e1;
}
.page-breadcrumb a:hover {
    color: #fdc743;
}
.page-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.entry-content h1,
.entry-content h2 {
    font-weight: 400;
}
.entry-content {
    font-size: 1rem;
    line-height: 1.5;
}
.entry-content.explore {
    font-size: 1.2rem;
}
.entry-content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.entry-content h2 {
    font-size: 1.9rem;
    margin-bottom: 1rem;
}
.entry-content a {
    font-weight: 700;
    color: #023b5b;
}
.entry-content a:hover {
    color: #1468a0;
}
.contact-page-content {
    padding-top: 5rem;
}
.page-widget {
    background: #fdc743;
}
.page-widget .widget-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    background: #023b5b;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.page-widget .textwidget {
    padding: 1rem;
}
.wpcf7-form label {
    color: #0a0a0a;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: .07rem;
    font-size: 1rem;
    margin-bottom: 2px;
    display: block;
}
.wpcf7-form-control {
    display: block;
    width: 100%;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #a1a1a1;
    outline: none !important;
    margin-bottom: 1.3rem;
}
textarea.wpcf7-form-control {
    height: 120px;
    padding: 10px;
    line-height: 1.3;
}
.wpcf7-submit {
    font-size: 1.5rem;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    display: block;
    background: #023b5b;
    width: 100%;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    letter-spacing: .3rem;
    padding: 1rem 3rem 1rem 3rem;
    margin-bottom: 0;
    height: auto;
}
.wpcf7-form-control:focus {
    border: 1px solid #8a8a8a;
}
.contact-widget {
    margin-bottom: 5rem;
    background: rgba(0, 59, 93, 0.51);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 1.2rem;
}
.contact-widget a {
    color: #fff !important;
}
.contact-widget a:hover {
    color: #fdc743 !important;
}
.contact-widget label {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 6px;
}
.contact-widget .content {
    padding: 3rem 1rem;
}
.contact-widget .title {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    background: #023b5b;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.contact-widget h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    letter-spacing: .12rem;
    font-weight: 100;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 13px;
    display: inline-block;
}
.contact-widget h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 70%;
    background: #fdc743;
}
.r-widget {
    font-size: 1rem;
}
.r-widget p {
    margin-bottom: 1.8rem;
}
.contact-banner {
    position: relative;
    height: 550px;
}
.contact-map-wrapper {
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.contact-map-wrapper #map {
    height: 550px;
}
.page-template-template-contact #header {
    background: #023b5b;
}
.fp-box {
    position: relative;
    margin-bottom: 4rem;
    font-size: 1.2rem;
    text-align: center;
}
.fp-box .image {
    border: 2px solid #CCC;
    margin-bottom: .5rem;
}
.fp-box a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    color: #231f20;
}
.fp-box a:hover {
    color: #0056b3;
}
.fp-box a .fas {
    color: #fdc743;
}
.button-group {
    text-align: center;
    margin-bottom: 3rem;
}
.button-group button {
    color: #FFF;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    background: #0e6498;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    padding: 0.5rem 0.5rem;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
}
.button-group button.active {
    background: #fdc743;
}
.gallery-carousel .item {
    display: block !important;
}
.gallery-carousel .item img {
    height: 660px;
    object-fit: cover;
    object-position: center;
}
.gallery-carousel-nav-wrapper {
    background: #fdc743;
    padding-top: 10px;
    padding-bottom: 10px;
}
.gallery-carousel-nav .item {
    padding: 4px 2px;
}
.gallery-carousel-nav .slick-current .item {
    background-color: #023b5b
}
.gallery-carousel-nav .item-wrapper {
    display: block !important;
    padding-top: 75%;
    position: relative;
    border: 2px solid rgba(0, 0, 0, .2);
}
.gallery-carousel-nav .item-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-carousel-nav .slick-arrow {
    background: none;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    color: #fff;
    font-size: 40px;
}
.gallery-carousel-nav .slick-arrow.slick-prev {
    left: 0;
}
.gallery-carousel-nav .slick-arrow.slick-next {
    right: 0;
}
.carousel .item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.carousel .item:first-child {
    position: relative;
    opacity: 1;
}
.carousel.slick-initialized .item {
    position: relative;
    opacity: 1;
}
.gallery-carousel-nav .item {
    display: none;
}
.gallery-carousel-nav.slick-initialized .item {
    display: block;
}
.explore-wrapper svg {
    width: 100%;
}
#floorplan-img .floorplan-group .floorplan-area {
    stroke-width: 4px;
    stroke-dasharray: 4px;
    fill: transparent;
    transition: fill 200ms;
}
#floorplan-img .floorplan-group .floorplan-icon {
    fill: rgba(237, 187, 51, 0.8);
    stroke: rgba(0, 0, 0, 0.47058823529411764);
    stroke-width: 2px;
    transition: fill 200ms;
}
#floorplan-img .floorplan-group .floorplan-area.stroke-yellow {
    stroke: #edbb33;
}
#floorplan-img .floorplan-group:hover .floorplan-area {
    fill: rgba(237, 187, 51, 0.2);
}
.explore-popup {
    max-width: 900px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
}
.explore-popup .title {
    border-bottom: 2px solid #edbb33;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    max-width: 100%;
    display: inline-block;
}
.explore-popup .content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.vision-layer{
    background: rgba(237, 187, 51, 0.2);
    border: 6px dashed rgba(237, 187, 51, 1);
    transition: all ease-in-out 300ms;
    cursor: pointer;
}
.vision-layer:hover{
    background: rgba(237, 187, 51, 0.6);
    border-color: rgba(237, 187, 51, 1);
}

@media(min-width: 1440px) {
    .container {
        max-width: 1200px;
    }
    .main-navbar li a {
        padding: 13px 15px;
    }
}
@media(min-width: 992px) and (max-width:1200px) {
    .main-navbar li a {
        font-size: 11px;
    }
}
@media(min-width: 992px) {
    .pre-opening-banner {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .main-navbar li a:hover {
        background-color: #002446;
    }
    .main-navbar li.nav-button>a:hover {
        background: #fdc743;
    }
    .main-navbar li.nav-button:last-child {
        margin-left: 10px;
    }
    .main-navbar .menu-item-has-children>.sub-menu {
        background-color: #002446;
        display: none;
    }
    .main-navbar .menu-item-has-children:hover>.sub-menu,
    .main-navbar .menu-item-has-children.on-hover>.sub-menu {
        display: block;
    }
    .main-menu-wrapper {
        margin-right: 10px !important;
    }
    .main-navbar .menu-item-has-children.on-hover>a {
        background-color: #002446;
    }
    .hf-box .title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        transform-style: preserve-3d;
        padding-top: 0;
        background: rgba(0, 0, 0, 0.2);
        transition: all ease-in-out 500ms;
        z-index: 9;
    }
    .hf-box .title .inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        text-align: center;
    }
    .hf-box:hover .title {
        transform: translateY(-100%);
        opacity: 0;
    }
    .hf-box .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        transform-style: preserve-3d;
        padding-top: 0;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition: all ease-in-out 400ms;
        z-index: 8;
    }
    .hf-box:hover .content {
        opacity: 1;
    }
    .hf-box .content .inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: left;
        max-width: 70%;
    }
}
@media(max-width: 991px) {
    html, body {
        font-size: 14px;
    }
    .main-navbar li a {
        padding: 12px 15px;
    }
    .pre-opening-banner {
        font-size: 14px;
    }
    .support_banner_enabled .pob-text {
        text-align: left;
    }
    #header .container {
        max-width: 100% !important;
    }
    .nav-menu-open #header {
        background: #023b5b;
    }
    .nav-menu-wrapper {
        position: relative;
        flex-wrap: wrap;
    }
    .main-menu-wrapper {
        width: 100%;
        display: block;
        flex-shrink: 0;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        background: #002446;
        transition: all ease-in-out 300ms;
    }
    .nav-menu-open .main-menu-wrapper {
        overflow: auto;
        visibility: visible;
        opacity: 1;
        max-height: 10000rem;
    }
    .toggle-nav-menu {
        margin-top: auto;
        margin-right: 0;
        margin-left: auto;
    }
    .main-navbar li {
        display: block;
        width: 100%;
    }
    .main-navbar .menu-item-has-children>.sub-menu {
        position: relative;
        padding-left: 15px;
        display: none;
    }
    .main-navbar .menu-item-has-children.open>.sub-menu {
        display: block;
    }
    .nav-col {
        padding: 0;
    }
    .toggle-nav-menu {
        margin-right: 15px;
        font-size: 25px;
    }
    .main-logo {
        margin-left: 15px;
    }
    .main-navbar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .fp-slide-item .content h3 {
        font-size: 2.2rem;
        margin-bottom: 5px;
    }
    .fp-slide-item .content p {
        font-size: 2rem;
    }
    .home-highlight .content h2 {
        font-size: 3rem;
    }
    .section-title {
        font-size: 3rem;
    }
    .map-box {
        padding-left: 0;
    }
    .map-box .map-controller {
        position: relative;
        width: 100%;
    }
    .gallery-carousel .item img {
        height: 460px;
    }
}