html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Uni Grotesk Std';
    font-weight: normal;
    line-height: 1.1;
    color: #2A4965;
    letter-spacing: 2px;
}

body {
    overflow-x: hidden;
    font-family: 'Uni Grotesk Std';
    font-weight: normal;
    color: #647578;
    font-size: 20px;
    line-height: 1.2;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


a,
input,
select,
textarea {
    margin: 0;
    outline: medium none;
    padding: 0;
}

img,
fieldset {
    border: 0 none;
}

a {
    border: medium none;
    outline: medium none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

img.icon_social {
    width: 30px;
}

.x-site-header {
    position: sticky;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 999999;
    background: #1b3c49;
    transition: all .2s;
    transition-delay: .4s;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* min-height: 79px; */
}


.header_logo {
    padding: 15px 0;
    position: relative;
}

.header_logo img {
    width: 100%;
    max-width: 199px;
    transition: .2s all;
}

.header_logo img.small-logo {
    max-width: 364px;
    position: absolute;
    bottom: -100px;
    transition: .5s all;
    opacity: 0;
    visibility: hidden;
}

.header_logo img.big-logo{
    top: -100px;
    position: absolute;
    transition: .5s all;
    opacity: 0;
    visibility: hidden;
}

.header_logo img.big-logo.active{
    top: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
}


.header_logo img.small-logo.active{
    bottom: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
}

.header-wrap {
    padding: 7px 0;
    width: 100%;
}

.p_menu_wrap,
header .menu {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin: 0 -13px;
    align-items: flex-start;
}

.primary-menu-wrap {
    width: 100%;
}

.p_menu_wrap>li {
    padding: 0 13px;
    position: relative;
    font-family: 'Uni Grotesk Std';
}

.p_menu_wrap>li:last-child{
    padding-right: 0;
}



.gc-navbar-inner {
    flex: 1;
}

.p_menu_wrap li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1.22;
    letter-spacing: 1.5px;
    padding: 0;
}

.p_menu_wrap>li>a {
    position: relative;
}

.p_menu_wrap>li>a>span.link-text {
    padding: 6px 0;
}

.p_menu_wrap>li>a>span.link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    background: #fff;
    transition: all 0.25s linear;
    max-width: 0;
}

.p_menu_wrap>li>a:hover>span.link-text:after,
.p_menu_wrap>li.current-menu-item>a>span.link-text:after {
    max-width: 100%;
}

span.link-text {
    position: relative;
}

body:not(.home) .header_logo img {
    width: 100%;
    /* max-width: 364px; */
}

body:not(.home) .header_logo {
    padding: 10px 0;
}

body:not(.home) {
    padding-top: 0;
}

body.nav-active{
    overflow: hidden;
}

@media screen and (max-width: 991px) {

    #header-Navigation {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        background: #248C95;
        z-index: -2;
        overflow-y: auto;
        padding: 125px 0;
        display: none;
        width: 100%;
    }

    #header-Navigation.active {
        transform: translateX(0);
    }

    .header-nvigation {
        z-index: 99999;
    }


    svg.hamburger {
        width: 30px;
        display: block;
        margin: auto;
    }

    .p_menu_wrap,
    header .menu {
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .p_menu_wrap>li,
    .menu>li {
        display: flex;
        flex-wrap: wrap;
    }

    .p_menu_wrap>li>a,
    .menu>li>a {
        flex: 1;
    }

    .p_menu_wrap>li,
    .menu>li {
        padding: 10px 16px;
        margin: 0 0 34px;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .p_menu_wrap>li a {
        font-weight: 500;
        font-size: 26px;
        line-height: 1;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #FFFFFF;
        display: inline-block;
    }

    .has-mobile-menu div#wpadminbar {
        z-index: 9;
    }

    .has-mobile-menu{
        /* overflow: hidden; */
    }

    #nav-icon-close {
        width: 22px;
        height: 22px;
        display: none;
        align-items: center;
        justify-content: center;
    }

    div#nav-icon-close svg>path {
        stroke: #ffffff;
    }

    .p_menu_wrap>li a:after {
        opacity: 0;
    }

    .mobile-header-wrap {
        padding: 17px 0;
        margin: 0 0 58px;
    }

    #nav-icon-close>svg {
        width: 100%;
        height: 100%;
    }

    .p_menu_wrap>li>a>span.link-text:after {
        height: 2px;
    }
}


html.has-mobile-menu #nav-icon-close{
    display: flex;
    margin-right: .4rem;
}

html.has-mobile-menu #nav-icon{
    display: none;
}

/* Sticky Menu */
body {
    /* padding-top: 79px; */
}

.x-site-header.stiky {
    position: fixed;
    width: 100%;
    transition: .2s all;

}

.x-site-header.sticky {
    position: fixed;
}

.admin-bar .x-site-header {
    /* top: 32px; */
}

@media screen and (max-width: 782px) {
    .admin-bar .x-site-header {
        /* top: 46px; */
    }
}

@media screen and (max-width: 600px) {
    .admin-bar .x-site-header.sticky {
        top: 0;
    }
}

/*----------Banner section---------*/

.slide-wrapper {
    position: relative;
    min-height: 88vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80% 50%;
    display: flex;
    align-items: center;
}

.slide-wrapper:after {
    content: "";
    position: absolute;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slide-details-wrapper {
    position: relative;
    z-index: 9;
    color: #fff;
    width: 100%;
}

.slide-title h2 {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.12;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0 0 13px;
}

.slide-desc p,
.slide-desc {
    font-size: 18px;
    line-height: 1.4;
}

.slide-button {
    padding-top: 10px;
}

.slide-details-inner {
    padding: 550px 0 0;
}

.main_banner_section {
    position: relative;
}

/* .main_banner_section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 9px;
    background: #fff;
    display: block;
    left: 0;
    bottom: 0;
    opacity: 0.4;
} */

@media screen and (max-width: 991px) {
    .slide-title h2 {
        font-size: 37.5px;
        margin: 0 0 8px;
    }

    .slide-desc p,
    .slide-desc {
        font-size: 16px;
    }

    .slide-desc br {
        display: none;
    }

    .slide-button {
        padding-top: 2px;
    }
}

@media screen and (max-width: 767px) {

    .slide-details-inner {
        padding: 66px 0 0;
    }

    .slide-wrapper {
        min-height: 380px;
        align-items: flex-start;
    }
}

/* DISCOVER THE NEIGHBORHOODS */

.neighborhoods_section {
    position: relative;
    background: #13AE91;
    padding: 70px 0;
}

h2.home_titles {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    font-size: 26px;
}

.page-id-204 h2.home_titles {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    font-size: 26px;
    display: flex;
    align-items: center;
}

.page-id-204 h2.home_titles b{
    margin-left: 5px;
}

.page-id-204 h2.home_titles.active{
    margin-bottom: 66px;
}

.page-id-204 h2.home_titles:hover{
    cursor: pointer;
}

.page-id-204 h2.home_titles:after{
    content: url('../images/toggle-down.svg');
    transform: rotate(180deg);
    transition: all .2s;
    display: block;
    margin-left: 1rem;
}

h2.home_titles.active:after{
    transform: rotate(0deg);
}

.row.nh-box-row {
    margin: 0 -5px;
}

.nh-box-col {
    padding: 0 5px;
}

.negihoods-box-col{
    min-height: 164px;
}
.negihoods-box-col,
.nh-box-col-inner {
    display: block;
    margin: 0 0 10px;
    position: relative;
}

.negihoods-box-col:last-child {
    margin: 0;
}

.nh-box-title {
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    z-index: 99999; 
}

.page-id-204 .nh-box-title {
    margin-bottom: 2rem;
    /* position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    z-index: 9; */
}

.nh-box-title>h3 {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.88px;
    margin: 0;
    line-height: 1.2;
}

img.nh-box-image {
    display: block;
    width: 100%;
    height: 164px;
    object-fit: cover;
}



.nh-sq-box {
    position: relative;
}

.sq-box-wrap {
    min-height: 280px;
    padding: 52px 25px;
    position: relative;
}

.nh-sq-box:not(:last-child) {
    margin-bottom: 10px;
}

.sq-box-wrap>img {
    margin-left: auto;
    display: block;
}

.box-icon-heading>h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    color: #1B3C49;
    margin: 0;
}

.box-icon-heading {
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
}

.text-white .box-icon-heading h3 {
    color: #fff !important;
}

.light_green,
.bg_light_green{
    background: #C2E5DC !important;
}

.dark_green,
.bg_dark_green{
    background: #13AE91 !important;
}

.medium_green,
.bg_medium_green{
    background: #248C95 !important;
}

.dark_blue,
.bg_dark_blue{
    background: #1B3C49 !important;
}

.text_white{
	color: #fff !important;
}

.text_black{
	color: #fff !important;
}

.text_blue{
	color: #1B3C49 !important;
}

@media screen and (max-width: 991px) {
    .negihoode_header {
        /* max-width: 426px; */
        line-height: 1.3;
    }

    h2.home_titles {
        line-height: 1.25;
    }
}

@media screen and (max-width: 991px) {
    .negihoode_header {
        /* max-width: 426px; */
        line-height: 1.3;
    }

    h2.home_titles {
        line-height: 1.25;
    }
}

@media screen and (max-width: 767px) {

    .container {
        padding: 0 30px;
    }

    .neigh-right-section-details {
        margin-top: 10px;
    }

    .neighborhoods_section {
        padding: 43px 0;
    }
}

/*-------Home 1--------*/

a.home_slider_btn {
    display: flex;
    align-items: center;
    position: relative;
    background: #13AE91;
    padding: 13px 14px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    width: 220px;
    text-align: center;
    justify-content: center;
    transition: 0.6s;
    letter-spacing: 0.5px;
    letter-spacing: 0.36px;
    margin: auto;
}

a.home_slider_btn:hover {
    opacity: 0.7;
}

a.home_slider_btn img {
    width: 20px !important;
    margin-left: 10px;
}

a.home_pause_btns {
    position: absolute;
    bottom: 0px;
    right: 0;
    font-size: 12px;
    color: #248C95;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    z-index: 9;
    background: #fff;
    padding: 10px 30px;
    height: 50px;
}

a.home_pause_btns img {
    margin-left: 5px;
}

a.down_sect_scrol {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 9;
    width: 50px;
    margin: 0 auto;
    text-align: center;
}

a.down_sect_scrol img {
    animation: scrolly 2s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
    position: relative;
    transition: 0.5s;
}

.slider_inner_sec1:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
}

@-webkit-keyframes scrolly {
    0% {
        transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    }

    30% {
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }

    70% {
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }

    95% {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }

    100% {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
}

@keyframes scrolly {
    0% {
        transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    }

    30% {
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }

    70% {
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }

    95% {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }

    100% {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
}

/* Footer CSS */
.footer_section {
    position: relative;
    background: #1B3C49;
}

.top_footer_sec {
    position: relative;
    padding: 23px 0;
}

.footer_inners {
    position: relative;
    height: 100%;
}

.footer_copright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    text-align: right;
}

.footer_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.footer_copright {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.dark_blue .discovr_texts h3 {
    color: #fff;
}

section.errormain {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.error-sub h1 {
    color: #5b7e9c;
    font-size: 200px;
    text-align: center;
    line-height: 140px;
}

.error-sub p {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    text-align: center;
}


.error-btn a {
    color: #fff;
    background: #099d81;
    display: inline-block;
    padding: 15px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    transition: 0.5s;
}

.error-btn {
    text-align: center;
}

.error-btn img {
    width: 20px;
    margin-left: 10px;
}

/* Banner With Heading And Description */
.banner-image img {
    width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: cover;
}

.banner-title-details {
    transform: translateY(-50%);
    margin-bottom: -221px;
    max-height: 221px;
}

.banner-heading h3,
.block-heading h3 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.28px;
    line-height: 1.3;
    text-transform: uppercase;
    color: inherit;
    margin: 0 0 5px;
}

.banner-title-col {
    padding: 50px 110px;
    position: relative;
}

.banner-title>h1,
.block-title>h1 {
    font-family: 'Uni Grotesk Std';
    font-weight: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 1.14;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: inherit;
    margin: 4px 0;
    display: inline-block;
}

.banner-title>h1>span {
    /* display: block; */
    font-weight: 500;
}

.block-title>h1>span,
.block-title span {
    font-weight: 500;
}



.banner-title-col:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    bottom: 0;
    background: inherit;
}

.banner-heading,
.banner-title {
    position: relative;
    z-index: 1;
}

.banner-description-details {
    padding: 120px 0;
    font-size: 26px;
    font-weight: 500;
}

.banner-title-details+.banner-description-details {
    padding-top: 230px;
}

p {
    line-height: 1.4;
}

.banner-desc-col>*:last-child,
p:last-child {
    margin-bottom: 0;
}

.nl-banner-section {
    overflow: hidden;
}

.hero-slide .banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2409;
}

.slide-details-wrapper {
    position: relative;
    z-index: 2900;
}

.hero-slide .banner-video video.block-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

a.down_sect_scrol {
    z-index: 4000;
}

@media screen and (max-width: 991px) {
    .banner-title-col {
        margin-left: 5.45%;
        flex: 1;
        padding: 40px 48px;
    }

    .banner-title>h1,
    .block-title>h1 {
        font-size: 30px;
    }

    .banner-heading h3,
    .block-heading h3 {
        font-size: 12px;
    }

    .banner-title-details {
        margin-bottom: -173px;
    }

    .banner-title-details+.banner-description-details {
        padding-top: 181px;
    }

    .banner-description-details {
        padding: 100px 0;
    }

    .banner-desc-col {
        margin: 0 14.25%;
        flex: 1;
        padding: 0 9px;
    }
}

@media screen and (max-width: 767px) {
    .banner-title-col {
        margin-left: 0;
        flex: 1;
        padding: 40px 30px;
        width: 100%;
    }

    .banner-title-details+.banner-description-details {
        padding-top: 60px;
    }

    .banner-description-details {
        padding: 60px 0;
    }

    .banner-desc-col {
        margin: 0;
        padding: 0 30px;
    }

    .banner-title-row {
        margin: 0 -30px;
    }

    .banner-title-details {
        margin: 0;
        transform: none;
    }

    .banner-description-details {
        font-size: 20px;
    }
}

/* Single Image with Text and Heading CSS */
.sib-desc-inner-box {
    padding: 115px 104px;
    /* max-width: 720px; */
    margin-left: auto;
}

.nl-text-images-details-layout {
    background: #C2E5DC;
}

h4.block-title,
h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: #1B3C49;
}

h4.block-title {
    padding-bottom: 5px;
    position: relative;
    margin: 0;
}

.block-title-big{
    font-weight: 400 !important;
}

h4.block-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: #1B3C49;
    display: block;
    left: 0;
}

.desc-text {
    margin-top: 20px;
    letter-spacing: 0.36px;
    font-size: 20px;  /* 22px size breaks this module, returned to 20px */
    color: #1B3C49;
}

.nl-description-col {
    align-self: center;
	padding: 60px 0 !important; /* for review - fix to accommodate text on vision page */
}


.single-grid-image,
.single-grid-image-box,
.single-grid-image-box>figure {
    display: flex;  /* uncommented the command as it was recent removal that broke the module at narrower widths */
    width: 100%;
}

.single-grid-image img.d-block {
    object-fit: cover;
    width: 100%;
	height: 100%;
}

.desc-text p:not(:last-child) {
    margin: 0 0 20px;
}


.image-on-left .sib-desc-inner-box {
    margin-left: 0;
    margin-right: auto;
}

.bg-green {
    background: #13AE91;
}

.text-white .desc-text {
    color: #fff !important;
}

@media screen and (max-width: 1199px) {
    .sib-desc-inner-box {
        padding: 60px;
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .sib-desc-inner-box {
        padding: 100px 128px;
    }
}

@media screen and (max-width: 767px) {
    .sib-desc-inner-box {
        padding: 60px 30px;
    }
}

/* Card Slider CSS */
.nl-card-slider-layout {
    background: #1B3C49;
    color: #fff;
    padding: 85px 0 132px 60px;
    overflow-x: hidden;
}

.card-slider-row {
    display: flex;
    margin: 0 -6px;
}

.card-slide {
    flex: 0 0 33.3334%;
    padding: 6px;
    display: flex;
}

.card-slider-inner {
    margin-left: 11.89%;
}

.card-slide-inner {
    background: #c2e5dc;
    width: 100%;
    text-align: center;
    color: #1b3c49;
}

.card-img-div {
    padding-top: 63.52%;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.card-image-details {
    position: relative;
}

.card-image-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px;
}

.card-image-block {
    position: relative;
}

.card-icon {
    max-height: 75px;
}

.card-icon img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 75px;
    object-fit: contain;
    margin: 0 auto 19px;
}

.card-icon-title h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1B3C49; /* color change */
    margin: 0;
}

.card-bottom-wrap {
    padding: 50px 25px 60px;
}

.card-slider-container {
    margin-top: 22px;
}

h3.block-title {
    font-family: 'Uni Grotesk Std';
    font-weight: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.24;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: inherit;
}

h3.block-title>span {
    font-weight: 500;
}

.nl-cs-description {
    padding-left: 3.89%;
}

.card-icon-small-title {
    font-size: 20px;
}

.card-icon-sf-title>span {
    font-weight: 700;
    display: block;
    font-size: 24px;
    margin-top: 4px;
}

.card-icon-title h5>small {
    display: block;
    font-weight: 400;
    font-family: 'Uni Grotesk Std';
    font-weight: normal;
    text-transform: lowercase;
}

.slick-btn-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    position: absolute;
    z-index: 999;
    top: -69px;
    right: 60px;
}

a.slick-arrow-prev.slick-btn-arrow.slick-arrow {
    right: 110px;
}

span.arrow-bg {
    display: block;
    width: 15px;
    height: 11px;
    margin: auto;
    background-image: url(../images/blue-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

a.slick-arrow-next>span {
    transform: rotate(180deg);
}

.card-slider-container .slick-list.draggable {
    min-width: 100%;
    margin-right: -4%;
}

@media screen and (max-width: 1199px) {
    .nl-description-col.nl-cs-description {
        padding-left: 40px;
    }

    .card-slider-inner {
        margin-left: 127px;
    }

    .card-slider-container .slick-list.draggable {
        margin-right: -47px;
    }

    .nl-card-slider-layout {
        padding: 85px 0 94px;
    }
}

@media screen and (max-width: 767px) {
    .nl-description-col.nl-cs-description {
        padding-left: 40px;
        padding-right: 30px;
    }

    .card-slider-inner {
        margin-left: 30px;
    }

    .card-slider-container .slick-list.draggable {
        margin-right: 0;
        padding-right: 30px;
    }

    .bs_card_slider-module {
        padding: 0;
    }

    .card-slider-row.slick-initialized.slick-slider {
        margin: 0;
    }

    .card-slide {
        padding: 5px;
    }

    .card-slider-container {
        margin-top: 28px;
    }
}

/* Card Slider Image Icon */

.card-image-block.card-icon-box {
    padding-top: 63.52%;
    background: #C2E5DC; /* color change */
}

.card-bottom-desc {
    position: relative;
    /* background: rgba(0, 0, 0, 0.05); */ /* request for solid card color */
}

.know-the-score .card-bottom-desc {
    position: relative; 
}


.card-slide-inner.card-icon-slide {
    background: #C2E5DC; /* color change */
    color: #1B3C49; /* color change */
}

.card-icon-slide .card-image-details {
    padding: 39px 30px 18px;
    top: 0;
    bottom: 0;
    transform: none;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-expand-arrow {
    margin-top: auto;
}

.card-expand-arrow>a {
    display: block;
    width: 25px;
    height: 37px;
    background-image: url(../../../uploads/2022/04/bottom-blue-arrow.svg); /* color change */
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    transition: all 0.2s linear;
}

.card-icon-slide .card-bottom-wrap {
    padding: 70px 40px 49px;
    font-size: 26px;
}

.card-body-expand-handler {
    padding: 15px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}

.card-body-expand-handler:after {
    content: '';
    width: 11px;
    height: 16px;
    background-image: url(../images/bottom-white-arrow.svg);
    position: absolute;
    display: block;
    right: 13px;
    bottom: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.2s linear;
}

.pc-text {
    display: block;
}

.close-text,
.card-bottom-wrap.card-bottom-hidden {
    display: none;
}

.card-body-expand-handler.active .open-text {
    display: none;
}

.card-body-expand-handler.active .close-text {
    display: block;
}

.card-body-expand-handler.active:after {
    transform: rotate(180deg);
}

.card-slide-inner.card-icon-slide.active a.bottom-arrow {
    top: 38px;
}

.card-image-block.card-icon-box .card-icon-title h5 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 6px;
}

.card-icon-heading {
    width: 100%;
    margin: auto;
}

.card-icon-heading .card-icon {
    width: 94px;
    height: 94px;
    margin: 0 auto 20px;
}

.card-icon-heading .card-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .card-icon-heading .card-icon {
        width: 74px;
        height: 74px;
        margin: 0 auto 15px;
    }

    .card-image-block.card-icon-box .card-icon-title h5 {
        font-size: 24px;
    }

    a.bottom-arrow {
        width: 16px;
        height: 23px;
    }

    .card-icon-slide .card-image-details {
        padding: 30px 30px 14px;
    }

    .card-icon-slide .card-bottom-wrap {
        font-size: 20px;
        padding: 55px 32px 40px;
    }

    .card-slide-inner.card-icon-slide.active a.bottom-arrow {
        top: 28px;
    }

}

@media screen and (max-width: 767px) {
    .card-icon-heading .card-icon {
        width: 68px;
        height: 68px;
    }

    .card-image-block.card-icon-box .card-icon-title h5 {
        font-size: 22px;
    }

    .card-icon-slide .card-bottom-wrap {
        font-size: 20px;
        padding: 50px 30px;
        display: block !important;
    }

    .card-body-expand-handler {
        display: none;
    }

    .card-slide-inner.card-icon-slide a.bottom-arrow {
        top: 28px;
    }


}

@media screen and (min-width: 1460px) {
    .card-image-block.card-icon-box {
        padding-top: 275px;
    }
}

/* Video Component CSS */
.banner-video>video {
    display: block;
    width: 100%;
    height: auto;
}

.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.video-progress {
    height: 8px;
    width: 100%;
    background: rgb(255 255 255 / 40%);
}

.banner-video {
    position: relative;
}

.progress-filled {
    display: block;
    height: 100%;
    background: #13AE91;
    width: 0;
    transition: all 0.1s linear;
}


.play-btn {
    min-width: 80px;
    min-height: 40px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    right: 0;
    display: flex;
    justify-content: center;
    color: #248C95;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px;
    line-height: 1;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}

span.pp-icon {
    display: block;
    width: 10px;
    height: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: auto;
    margin-left: 10px;
    position: relative;
    top: 0px;
}

.play span.pp-icon {
    background-image: url('../images/pause-btn.svg');
}

/* FlashCards CSS */
.bs_text_images_flascard-module {
    background: #13AE91;
    color: #fff;
}

.nl-flashcards .desc-text {
    color: inherit;
}

.bs_text_images_flascard-module * {
    color: inherit;
}

.text-white h4.block-title:after,
h4.block-title.text-white:after {
    background: #fff !important;
}

.text-white h4.block-title{
    color: #fff !important;
}

.card-box-title {
    padding: 50px 32px 50px 50px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 26px;
    line-height: 1.06;
}

.flash-card-img {
    display: flex;
}

.card-image {
    display: flex;
    width: 100%;
}

.card-image img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.card-box-1 {
    background: #1B3C49;
    color: #ffffff;
}

.card-box-2 {
    background: #248C95;
    color: #fff;
}

.flash-card-details {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.ssecond-line {
    font-weight: 400;
}

.flash-card-row {
    width: 100%;
}


.bs_text_images_flascard_alt-module .flash-card-row:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #000;
    left: 50%;
    margin-left: -0.5px;
    display: block;
}

.bs_text_images_flascard_alt-module .flash-card-row:before {
    z-index: 1;
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 0;
    background: #000;
}

.bs_text_images_flascard_alt-module .sib-desc-inner-box {
    padding: 100px;
}

.bs_text_images_flascard_alt-module h4.block-title {
    color: inherit;
    font-size: 20px;
    /* max-width: 480px; */
    font-family: 'Uni Grotesk Std';
    font-weight: 500;
}

.bs_text_images_flascard_alt-module h4.block-title.large,
h4.block-title.large {
    color: inherit;
    font-size: 55px; 
    font-family: 'Uni Grotesk Std';
    font-weight: normal;
}

.bs_text_images_flascard_alt-module h4.block-title.large:after{
    opacity: 0 !important;
}

.card-blue-text .bs_text_images_flascard_alt-module h4.block-title:after {
    /* opacity: 0; */
    background: #1B3C49; /* color update */
}

.bs_text_images_flascard_alt-module h4.block-title>span {
    font-weight: 500;
}

.bs_text_images_flascard_alt-module h4.block-title:after {
    /* opacity: 0; */
    background: #fff;
}

.bs_text_images_flascard_img-module .sib-desc-inner-box {
    padding: 77px;
}

.nl-flashcards h4.block-title.block-title-big {
    font-size: 40px;
    color: inherit;
    padding: 0;
    max-width: 325px;
}

.nl-flashcards h4.block-title.block-title-big:after {
    opacity: 0;
}

.cards-alt .flash-card-img:nth-child(2),
.cards-order-alt .flash-card-img:nth-child(2) {
    order: 0;
}

.cards-alt .flash-card-details_alt.card-box-1 {
    order: 1;
    background: #248C95;
}

.cards-alt .flash-card-details_alt.card-box-2 {
    order: 2;
    background: #1B3C49;
}

.cards-order-alt .flash-card-details_alt.card-box-1 {
    order: 1;
}

.cards-order-alt .flash-card-details_alt.card-box-2 {
    order: 2;
}

.cards-alt .flash-card-img:nth-child(3),
.cards-order-alt .flash-card-img:nth-child(3) {
    order: 4;
}

.cards-color-alt .flash-card-details_alt.card-box-1 {
    background: #248C95;
}

.cards-color-alt .flash-card-details_alt.card-box-2 {
    background: #1B3C49;
}

.no-lining::before,
.no-lining::after {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 991px) {

    .bs_text_images_flascard_alt-module .sib-desc-inner-box,
    .bs_text_images_flascard_img-module .sib-desc-inner-box {
        padding: 100px;
    }

    .bs_text_images_flascard_alt-module h4.block-title,
    .nl-flashcards h4.block-title.block-title-big {
        max-width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .card-box-title {
        padding: 25px;
        font-size: 14px;
    }

    .bs_text_images_flascard_alt-module .sib-desc-inner-box,
    .bs_text_images_flascard_img-module .sib-desc-inner-box {
        padding: 60px;
    }

    .bs_text_images_flascard_alt-module h4.block-title,
    .nl-flashcards h4.block-title.block-title-big {
        font-size: 30px;
        padding: 0;
    }
}

/* Carousel Component CSS */
[data-image-carousel] .slick-track,
[data-image-carousel] .slick-track .slick-slide {
    display: flex;
}

[data-image-carousel] .slick-track .slick-slide {
    float: none;
    height: unset;
    display: flex;
}

.carousel-image {
    display: flex !important;
    width: 100%;
}

[data-image-carousel] .slick-track .slick-slide>div {
    display: flex;
    width: 100%;
}

.carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

[data-image-carousel] ul.slick-dots {
    display: flex;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: flex-end;
}

[data-image-carousel] ul.slick-dots li>button {
    display: block;
    height: 3px;
    width: 26px !important;
    font-size: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 50px !important;
    border: 0 !important;
    line-height: 0;
    transition: all 0.2s linear;
}

[data-image-carousel] ul.slick-dots>li {
    margin: 0 10px;
}

[data-image-carousel] ul.slick-dots li.slick-active>button {
    height: 6px;
}

[data-image-carousel] a.slick-arrow-next {
    right: 0;
}

[data-image-carousel] a.slick-arrow-prev {
    left: 0;
    right: auto;
}

[data-image-carousel] .slick-btn-arrow {
    top: 50%;
    margin-top: -20px;
}


/* Explore More 2 Component */
.nl-explore-block {
    padding: 66px 0;
    background: #C2E5DC;

}

h2.home_titles>span {
    font-weight: 500;
}

.nl-explore-more-2 h2.home_titles {
    color: #1b3c49;
    margin-bottom: 22px;
}


.exm-block-inner {
    background: #248C95;
    height: 260px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
}

.page-id-204 .exm-block-inner {
    background: #248C95;
    height: 130px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
    background-size: cover !important;
}


@media screen and (max-width: 767px) {
    .page-id-204 .exm-block-inner {
        background-position: center !important;
        height: 280px;
        flex-direction: column;
    }
    .page-id-204 .nh-box-title{
        margin-bottom: auto;
    }
    .page-id-204 h2.home_titles{
        display: block;
    }
    .page-id-204 h2.home_titles b{
        margin: 0;
    }
    .page-id-204 h2.home_titles:after {
        position: absolute;
        right: 0;
        top: 1.5rem;
    }
}

.exm-block-inner svg{
    transition: all .2s;
}

.exm-block-inner a{
    position: absolute;
    bottom: 15px;
    right: 20px;
    transition: all .2s;
    z-index: 9;
}

.exm-block-inner a svg rect{
    fill: #fff;
    transition: all .2s;
}

.exm-block-inner a:hover svg rect{
    fill: rgb(19, 174, 145);
}

.exm-block-inner a:hover svg path{
    /* fill: #fff; */
    stroke: #fff;
}

.exm-block-inner .subheading{
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.negihoods-box-col:nth-child(odd) .exm-block-inner {
    background: #248C95;
}
.negihoods-box-col.em2-box {
    padding: 5px;
}

.neigh-left-section-details {
    margin: 0 -5px;
}

.nh-box-row {
    margin: 0 -5px;
}

.negihoods-box-col.em2-box:before,
.negihoods-box-col.em2-box:after {
    /* opacity: 0;
    visibility: hidden; */
    z-index: 999;
}

img.nh-box-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.exm-block-inner img.nh-box-icon {
    max-width: 70px;
    display: block;
    margin-left: auto;
    margin-right: 18px;
    position: relative;
}


a.box-link {
    position: absolute;
    font-size: 0;
    color: transparent;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 99999;
}

.slick-list {
    min-width: 100%;
}

.slick-slide .em2-box {
    max-width: 100%;
    flex: 1;
}

@media screen and (max-width: 767px) {
    .neigh-left-section-details {
        margin-right: -35px;
    }

    .neigh-left-section-details .slick-list.draggable {
        padding-right: 35px;
    }

    .nl-explore-block {
        overflow: hidden;
    }
}

/* Page Hero 3 */
.nl-section {
    position: relative;
}

.history-back {
    position: absolute;
    top: 0;
    left: 0;
}

a.back-btn-link,
div.back-btn-link {
    background: #fff;
    padding: 13px 20px;
    display: flex;
    color: #248C95;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    align-items: center;
    font-weight: 500;
    position: fixed;
    z-index: 9999;
    transition: all .2s;
    transition-delay: .4s;
    top: auto;
}

span.back-arrow {
    display: block;
    width: 15px;
    height: 11px;
    margin: auto;
    background-image: url(../images/back-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 7px;
}

.banner-text-block-side {
    padding: 60px;
    display: flex;
    align-items: flex-end;
    background: #13AE91;
    color: #fff;
}

.banner-side-title-details {
    width: 100%;
}

.banner-image-block-side {
    display: flex;
}

.banner-image-block-side .banner-image-wrap {
    width: 100%;
    display: flex;
    max-height: 720px;
}

.banner-image-block-side .banner-image-wrap img {
    width: 100%;
    object-fit: cover;
}

[data-scroll-next] {
    background-image: url(../images/scroll-bottom-arrow.svg);
    width: 80px;
    font-size: 0;
    height: 80px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    animation: moveDown 1s linear alternate infinite;
}

.next-section-move.banner-scroll-button,
.banner-image-wrap .next-section-move {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 9999;
    max-width: 30px;
    margin: auto;
}

.banner-image-wrap {
    position: relative;
}

.banner-image-wrap .next-section-move {
    bottom: 152px;
}

@-webkit-keyframes moveDown {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(24px);
    }
}

@keyframes moveDown {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(24px);
    }
}

@media screen and (min-width: 767px) {
    .banner-text-block-side {
        min-height: 548px;
        justify-content: flex-end;
    }

    .next-section-move {
        margin-top: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .banner-text-block-side {
        min-height: 720px;
        justify-content: flex-end;
    }

    .next-section-move {
        margin-top: 48px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-text-block-side {
        padding: 60px 18px 40px 40px;
    }

    .banner-image-wrap .next-section-move {
        bottom: 130px;
    }
}

@media screen and (max-width: 767px) {
    .banner-text-block-side {
        padding: 40px 30px;
    }

    .banner-side-image .next-section-move {
        position: absolute;
        left: 0;
        right: 0;
        max-width: 30px;
        margin: auto;
        bottom: 40px;
    }

    .banner-image-wrap .next-section-move {
        bottom: 50px;
    }
}

/* Title Block and Title Image Large Block CSS */
.nl-title-block {
    padding: 147px 0 97px;
    background-color: rgb(19, 174, 145);
    color: #ffffff;
}

.nl-title-large-image {
    padding: 76px 0 15px;
    background-color: rgb(19, 174, 145);
    color: #ffffff;
}

.block-bottom-details {
    color: inherit;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    margin: 25px 0;
    font-weight: 500;
}

.row.tli-block-row {
    margin: 0 -10px;
}

.nh-block-col {
    position: relative;
    padding: 0 10px;
    margin: 0 0 35px;
}

.exm-block-inner:after,
.negihoods-box-col:after {
    content: '';
    /* background: linear-gradient(0deg, rgba(19, 174, 145, 0.5), rgba(19, 174, 145, 0.5)), linear-gradient(196.58deg, rgba(0, 0, 0, 0) 53.04%, rgba(0, 0, 0, 0.5) 64.18%); */
    /* background: rgba(19, 174, 145, 0.5);

    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 0;
    opacity: 0;
    transition: all 0.25s linear; */

   
}

.exm-block-inner:hover:after,
.negihoods-box-col:hover:after {
    opacity: 1;
}

.exm-block-inner,
.negihoods-box-col{
    transition: all .2s;
}

.exm-block-inner:after,
.negihoods-box-col:after{
    /* background: linear-gradient(196.58deg,  rgba(0, 0, 0, 0)  0%, rgba(0, 0, 0, 0.9037) 99.99%, #000000 100%); */

    background: linear-gradient(18deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0.1) 51%);
    position: absolute;
    width: 100%;
    height: 100%; 
    left: 0;
    top: 0;
    transition: all .5s;
}


.exm-block-inner:hover:after,
.negihoods-box-col:hover:after{
    background: rgba(36, 140, 149, 0.8); /* part of color change */
}




@media screen and (max-width: 991px) {

    .nl-title-block {
        padding: 70px 0;
    }

    .row.tli-block-row {
        margin: 0 -5px;
    }

    .nh-block-col {
        padding: 0 5px;
    }

    .nl-title-large-image {
        padding: 100px 0 40px;
    }
}

@media screen and (max-width: 767px) {

    .nl-title-block {
        padding: 70px 0 50px;
    }

    .nl-title-large-image {
        padding: 100px 0 50px;
    }

    .block-bottom-details {
        margin: 15px 0;
        font-size: 18px;
    }

    .nh-block-col {
        margin: 0 0 25px;
    }
}

/* Another Flashcard Alteration CSS */
.flash-card-details_alt.card-box-1 {
    background: #13AE91;
    color: #fff;
}

.flash-card-details_alt {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.flash-card-details_alt .card-box-title {
    font-size: 34px;
    line-height: 1.06;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: inherit;
}

.flash-card-details_alt.card-box-2 {
    background: #1B3C49;
}

.card-top-title>span,
.card-top-title p span {
    font-weight: 500;
}

.bg-light-green {
    background: #C2E5DC !important;
    color: #1B3C49;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {

    .nl-flashcards .flash-card-box,
    .nl-flashcards .nl-description-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .flash-card-details_alt .card-box-title {
        font-size: 16.6px;
    }
}

/* Comp: Contact Agents */
.nl-contact-agets {
    padding: 40px 0;
}

.ca-box {
    margin: 50px 0;
}


.ca-box-title h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: inherit;
    margin: 0;
}

.da-designation {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.02em;
    margin-top: 10px;
    margin-bottom: .5rem;
}

.ca-desc {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.33;
    color: inherit;
}

.ca-link{
    margin-bottom: .5rem;
}

.ca-link>a {
    display: inline-block;
    color: inherit;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
}

.contact-agets-row {
    margin: 0 -15px;
}

@media screen and (min-width: 1200px) {
    .ca-box {
        padding: 0 60px;
    }

    .contact-agets-row {
        margin: 0 -60px;
    }
}

/* News List CSS */
.news-articles-listing-section .sq-box-wrap {
    padding: 28px 26px;
}

section.news-list-section {
    padding: 100px 0;
    background: #13AE91;
    color: #fff;
}

.news-article-box {
    color: #fff;
    background: #248C95;
    margin-bottom: 10px;
    padding: 18px 20px;
}

.article-date {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.post-title>a {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.post-title {
    margin: 10px 0;
}

a.read-more-arrow {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.post-read-more {
    display: flex;
    justify-content: flex-end;
    padding: 0 7px 7px 0;
}

span.button-arrow {
    display: block;
    height: 20.67px;
    width: 32px;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: 17px;
    background-image: url(../images/rm-arrow.svg);
    position: relative;
    top: -1px;
    left: 0;
    transition: all 0.2s linear;
}

a.read-more-arrow:hover span.button-arrow {
    left: 6px;
}

.article-count,
.article-sorting {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.article-sorting>ul {
    margin-left: 18px;
}

.article-sorting>ul>li+li {
    margin-left: 12px;
}

.article-sorting>ul>li>a {
    color: #1B3C49; /* color update */
    display: block;
    position: relative;
    padding-bottom: 2px;
}

.article-sorting>ul>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #1B3C49; /* color update */
    transition: all 0.2s linear;
    max-width: 0;
}

.article-sorting>ul>li>a:hover:after,
.article-sorting>ul>li>a.active:after {
    max-width: 100%;
}

.button-vector {
    display: block;
    height: 10px;
    width: 15px;
    position: relative;
    background-image: url(../images/button-arrow-white.svg);
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: 11px;
    top: -1px;
}

.button-vector:after,
.button-vector:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background-image: url(../images/button-arrow-green.svg);
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.2s linear;
}

.button-vector:before {
    background-image: url(../images/button-arrow-active.svg);
}

a.x-site-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #13ae91;
    padding: 14px 14px 12px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.see-all-news-btn {
    margin-bottom: 10px;
}

a.x-site-button.button-dark {
    background: #248c95;
}

a.x-site-button:hover {
    background: #fff;
    color: #13ae91;
}

a.x-site-button:hover .button-vector:after {
    opacity: 1;
}

a.x-site-button>span {
    font-weight: 500;
}

a.x-site-button:active,
a.x-site-button:focus {
    background: #C2E5DC;
    color: #1B3C49;
}

a.x-site-button:focus>span.button-vector:before,
a.x-site-button:active>span.button-vector:before {
    opacity: 1;
}

.news-load-more>a {
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
}

.news-load-more {
    margin: 40px 0;
    text-align: center;
}

[data-explore-slider] .slick-track {
    margin: 0;
}
.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.pagination-wrap > span, .pagination-wrap > a:not(.next):not(.prev) {
    width: 38px;
    height: 38px;
    background: transparent;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrap > span.current,
.pagination-wrap > a:hover {
    color: #13AE91;
    background: #fff;
}
.pagination-wrap > a.prev,.pagination-wrap > a.next{
    display: block;
    width: 15px;
    background-color: transparent !important;
    height: 10px;
    background-image: url(../images/button-arrow-white.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.pagination-wrap > a.next{
    margin-left: 20px;
}
.pagination-wrap > a.prev{
    transform: rotate(-180deg);
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    section.news-list-section {
        padding: 50px 0;
    }

    .post-title>a {
        font-size: 20px;
    }

    .post-read-more {
        margin-top: 73px;
        padding: 0 10px 12px 0;
    }

    .article-sorting {
        margin-left: auto;
    }

    .news-article-box:nth-child(n+5) {
        display: none;
    }
}

/* Real Estate Map CSS */
.rem-map-box-card:not(:last-child) {
    margin: 0 0 10px;
}

.rem-map-box-card-inner {
    position: relative;
    height: 171px;
    padding: 11px 14px;
    cursor: pointer;
}

img.rem-box-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.nl-real-estate-map-block {
    padding: 70px 0;
    background: #C2E5DC;
    color: #1B3C49;
}

.nl-real-estate-map-block h2.home_titles {
    color: inherit;
}

.rem-map-box-cards {
    height: 500px;
    overflow-y: auto;
}

.rem-map-box-cards::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 35px;
    border: 0;
    width: 3px;
    background-color: rgb(27 60 73 / 0.2);
}

.rem-map-box-cards::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
    border-radius: 35px;
    position: relative;
}

.rem-map-box-cards::-webkit-scrollbar-thumb {
    border-radius: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #1b3c49;
}

.rem-box-title {
    position: relative;
    z-index: 4;
}

.rem-block-category {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    display: flex;
}

.rem-map-box-card-inner:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 17.46%, rgba(0, 0, 0, 0) 40.08%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.rem-box-title h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rem-map-box-card-inner:after {
    content: '';
    background: linear-gradient(0deg, rgba(19, 174, 145, 0.6), rgba(19, 174, 145, 0.6)), linear-gradient(164.79deg, rgba(0, 0, 0, 0.5) 41.64%, rgba(0, 0, 0, 0) 56.29%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.rem-map-box-card-inner:hover:after {
    opacity: 1;
}

.cate-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;  /* color change from white to black */
    background: #13AE91;
    padding: 13px 10px;
    display: block;
}

.rem-block-category .rem-mod-availability{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;  /* color change from white to black */
    padding: 13px 10px;
    display: block;
}

.rem-modal-control>a {
    width: 40px;
    height: 40px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.rem-modal-control {
    display: flex;
}

.cate-name.retail {
    background: #248C95;
}

.rem-map-right:not(.active) {
    /* display: none; */
}

.rem-map-right {
    /* width: 100%; */
    flex: 0 0 100%;
    height: 500px;
    position: absolute;
    z-index: 1;
}

.rem-map-right.active{
    z-index: 2;
}

.rem-map {
    height: 100%;
    display: flex;
}

.rem-map img {
    display: block;
    object-fit: cover;
}

.plus-toggle {
    display: block;
    height: 15px;
    width: 15px;
    background-image: url('../images/plus-icon.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.rem-info-popup {
    position: absolute;
    max-width: 283px;
    left: 37%;
    top: 27%;
    background: #FFFFFF;
    padding: 23px 24px 0;
    box-shadow: 3px 3px 5px 2px rgb(0 0 0 / 50%) !important;
}

.rem-ip-category {
    display: flex;
    margin-right: -24px;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}

.rem-ip-category .cate-name,
.rem-mod-availability {
    padding: 6px 10px;
}

.rem-ipp-inner h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #248C95;
    margin: 0 0 13px;
}

.rem-info-popup:before {
    width: 21.7px;
    height: 21.7px;
    background: #FFFFFF;
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    top: -11px;
    left: 50%;
    content: '';
}

.rem-info-popup.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rem-info-popup.bottom-left {
    left: 9.7%;
    bottom: 17%;
    top: auto;
}

.rem-info-popup.bottom {
    left: 2.75%;
    top: auto;
    bottom: 14%;
}

.rem-map-modal {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #248C95;
    color: #fff;
    z-index: 1000000;
    left: 0;
    max-width: 720px;
    margin-left: auto;
    transform: translateX(100%);
    transition: all 0.25s linear;
}

.rem-map-modal .modal-overlay {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    background: transparent;
    z-index: 9;
}

.rem-map-modal.modal-active .modal-overlay {
    display: block;
}

.map-overlay{
    background: rgba(0,0,0,0.2);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
}

.map-overlay.active{
    opacity: 1;
    visibility: visible;
}

.rem-map-modal-inner {
    height: 100%;
    overflow-y: auto;
    padding: 97px 60px 80px;
    position: relative;
    z-index: 999;
}

.rem-map-modal.modal-active {
    transform: translateX(0);
}

[data-modal-close] {
    display: block;
    background-image: url('../images/close.svg');
    width: 40px;
    height: 40px;
    position: fixed;
    top: 0;
    right: 0;
}

.modal-map-slider-wrap {
    margin: 40px -60px 0;
}

.modal-cat {
    margin-top: 32px;
}

.fd-box {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
}

.modal-floor-details-block {
    margin: 35px -5px 0;
}

.fd-box-inner {
    background: #C2E5DC;
    padding: 36px 14px;
    text-align: center;
    color: #1B3C49;
    font-size: 22px;
    line-height: 1.1;
}

.num-detail {
    font-weight: 700;
}

.modal-card-desc {
    margin-top: 35px;
}

.modal-buttons {
    margin: 25px -30px 0;
}

.modal-buttons>a {
    margin: 15px 30px;
}

span.download-arrow {
    display: block;
    position: relative;
    width: 13px;
    height: 17px;
    margin-left: 11px;
    background-image: url('../images/cta-download.svg');
    background-size: 13px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.15s linear;
}

span.download-arrow:before,
span.download-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/cta-download-green.svg');
    background-size: 13px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.15s linear;
    opacity: 0;
}

span.download-arrow:after {
    background-image: url('../images/cta-download-white.svg');
}

a.x-site-button.button-white:hover span.download-arrow:before {
    opacity: 1;
}

a.x-site-button.button-white .button-vector:before {
    opacity: 1;
}

a.x-site-button.button-white {
    background: #C2E5DC;
    color: #1B3C49;
}

a.x-site-button.button-white:hover {
    background: #ffffff;
    color: #13AE91;
}

a.x-site-button.button-white:hover .button-vector:before {
    opacity: 0;
}

.modal-heading>h4 {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
}

.modal-title>h3 {
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 9px 0 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.12;
}

.rem-map-modal-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 35px;
    border: 0;
    width: 3px;
    background-color: rgb(194 229 220 / 0.4)
}

.rem-map-modal-inner::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
    border-radius: 35px;
    position: relative;
}

.rem-map-modal-inner::-webkit-scrollbar-thumb {
    border-radius: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #c2e5dc;
}

@media screen and (min-width: 1200px) {
    .rem-map-info-boxes {
        max-width: unset;
        flex: 1;
        padding-left: 33px;
        display: flex;
        height: 500px;
        overflow: hidden;
    }

    .rem-map-box-cards {
        flex: 1;
        max-width: 464px;
    }
}

@media screen and (max-width: 991px) {

    .rem-map-modal {
        max-width: 100%;
    }

    .rem-map-modal-inner {
        padding: 90px 40px;
    }

    .modal-map-slider-wrap {
        margin: 30px -40px 0;
    }

}

@media screen and (max-width: 767px) {

    .rem-map-modal {
        max-width: 100%;
    }

    .rem-map-modal-inner {
        padding: 90px 30px;
    }

    .modal-map-slider-wrap {
        margin: 50px -30px 0;
    }

    .fd-box {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

/* Map Banner */
.nl-map-banner .banner-image-wrap.banner-side-image {
    max-height: calc(100vh - 50px);
    min-height: calc(100vh - 50px);
}
.admin-bar .nl-map-banner .banner-image-wrap.banner-side-image {
    max-height: calc(100vh - 82px);
    min-height: calc(100vh - 82px);
}

.download-map-ui {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.download-icon {
    display: block;
    height: 20px;
    width: 15px;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: 17px;
    background-image: url(../images/cta-download-white.svg);
    position: relative;
    top: -1px;
    left: 0;
    transition: all 0.2s linear;

}

.download-icon:after,
.download-icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background-image: url(../images/cta-download-green.svg);
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.2s linear;
}

.download-icon:before {
    background-image: url(../images/cta-download.svg);
}

a.download-button.x-site-button:hover .download-icon:after {
    opacity: 1;
}

a.download-button.x-site-button:active .download-icon:before,
a.download-button.x-site-button:focus .download-icon:before {
    opacity: 1;
}
@media screen and (max-width: 575px){
    .nl-map-banner .banner-image-wrap.banner-side-image {
        max-height: calc(100vh - 45px);
        min-height: calc(100vh - 45px);
    }
}
/* Single News */
body.single-post {
    background: #C2E5DC;
    color: #1B3C49;
}

.news-content-wrap > h1 {
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1B3C49;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.12;
}

.news-content-wrap > h1 > span.blk-text {
    font-weight: 500;
}



.nl-section.nl-nes-details {
    padding: 166px 0 100px;
}

.em2-box.em2-news-box > .news-article-box .news-article-inner {
    min-height: 244px;
    display: flex;
    flex-direction: column;
}

.em2-box.em2-news-box > .news-article-box .post-read-more {
    margin-top: auto;
}

.em2-box.em2-news-box > .news-article-box .post-title>a {
    max-width: 77%;
    display: block;
    text-transform: none;
}
.news-content-wrap a {
    color: #1b3c49;
    font-weight: 500;
    text-decoration: underline;
}

.news-content-wrap a:hover {
    opacity: 0.76;
}
.news-content-wrap img {
    margin: 40px 0;
    display: block;
    height: auto;
}
.news-content-wrap img:first-child {
    width: 100%;
    float: none;
    height: auto;
}

.map-splash-box{
	margin-bottom:2rem;
}

.map-splash-box h3{
	font-weight:400 !important;
}

.map-splash-box h3 span{
	font-weight: 700 !important; /* increased from 500 to 700 */
}

.map-splash-box .exm-block-inner:after{
    /* opacity:0; */
    /* visibility: hidden; */
    /* display:none; */
}
@media screen and (max-widh: 991px){
    .nl-section.nl-nes-details {
        padding: 100px 0 40px;
    }
    
    .em2-box.em2-news-box > .news-article-box .post-title>a {
        font-size: 20px;
        max-width: 100%;
    }
}
@media screen and (max-widh: 767px){
    .nl-section.nl-nes-details {
        padding: 100px 0 70px;
    }
}

/* Danyo CSS */
.slick-slider .flash-card-img img{
    max-width: 100% !important;
    object-fit: cover;
    height: 100% !important;
}

.has-logos .slick-slider .flash-card-img img{
    max-width: 100% !important;
    object-fit: none;
    width: 100%;
    height: 100% !important;
}


.has-logos .flash-card-img img{
    max-width: 100% !important;
    object-fit: none;
    width: 100%;
    height: 100% !important;
}

.has-logos .flash-card-img:not(:first-child){
    display: none !important;
    height: 0 !important;
}


.has-logos .flash-card-img{
    height: 100% !important;
}

.flash-card-img::before{
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.slick-slider.flash-card-col{
    display: flex;
    align-items: center;
}

.slick-slider.flash-card-col div{
    height: 100% !important;
}

.flash-card-col .slick-slide{
    line-height: 0;
}


.flash-card-box{
    background: #fff;
}


.flash-card-col.card-box-1 {
    background: #13AE91;
    color: #ffffff;
}

.flash-card-col.card-box-2 {
    background: #1B3C49;
    color: #fff;
}

.has-logos .flash-card-col:first-child{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.has-logos .flash-card-col:nth-child(2){
    border-bottom: 1px solid #000;
}

.has-logos .flash-card-col:nth-child(3){
    border-right: 1px solid #000;
}

.flash-card-row-new{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.row-card-wrap{
    display: flex !important;
    align-items: center;
}

.row-card-wrap .flash-card-img{
    padding: 0 !important;
}

.nl-today-section__left,
.nl-today-section__right{
    padding: 4rem 0;
}

.todayrow{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


.todayrow img{
    margin-right: 2rem;
    /* max-width: 50px; */
}

.todayrow strong{
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 1px;
}

.todayrow p{
    font-size: 22px;
    line-height: 24px;
}

.todayrow__tomorrow h2,
.todayrow__today h2{
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-left: 4rem;
}

.todayrow__tomorrow,
.todayrow__today{
    width: 200px;
    min-height: 120px;
    align-items: center;
    display: flex;
}

.todayrow__arrow{
    /* width: 20px; */
    width: 37px;
    margin: 0 2rem;
}

.todayrow.nopad .todayrow__tomorrow,
.todayrow.nopad .todayrow__today{
    min-height: 10px;
}

.no-block-link:before,
.no-block-link:after{
    display: none;
}


@media screen and (max-width: 1440px) {

    .nl-today-section__row{
        flex-direction: column;
    }
    .nl-today-section__col{
        max-width: 100%;
    }

}

@media screen and (max-width: 769px) {
    .nl-today-section__col{
        padding: 4rem 2rem;
    }
}

@media screen and (max-width: 650px) {
    .nl-today-section__col{
        padding: 2rem;
    }
    .todayrow__tomorrow h2, 
    .todayrow__today h2,
    .todayrow p{
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }
    .todayrow strong{
        font-size: 14px;
        line-height: 18px;
    }
    .todayrow__arrow svg{
        width: 10px;
    }
    .todayrow img{
        max-width: 27px;
    }
}

.nl-map-splash .nh-box-row{
    border-bottom: 1px solid #fff;
    padding-bottom: 66px;
}

.page-id-204 .neigh-left-section-details{
    display: none !important;
}

.page-id-204 .neigh-left-section-details.active{
    display: flex !important;
}

.home .neigh-left-section-details,
.page-template-news-list .neigh-left-section-details{
    display: block !important;
}


@media (max-width: 768px){
    .container, .nl-map-splash .container-sm {
        max-width: none;
    }
}

.exm-block-inner.has-block-link:hover{
    cursor: pointer;
}


@media screen and (min-width: 1440px) {

    .container{
        max-width: 100% !important;
        padding-left: 4vw;
        padding-right: 4vw;
    }

}


@media screen and (min-width: 1921px) {

    .container{
        max-width: 100% !important;
        padding: 0 110px;
    }

    p{
        font-size: 1vw;
    }

    .da-designation,
    .ca-desc,
    .ca-link a,
    h2.home_titles{
        font-size: 1vw !important;
    }

    h2,
    h3
    .block-bottom-details{
        font-size: 1.3vw !important;
    }

    .flash-card-details_alt .card-box-title{
        font-size: 1.1vw !important;
    }

    .banner-heading h3, h4,
    .footer_copright p{
        font-size: .55vw !important;
    }


    .block-title.large{
        font-size: 2.4vw !important;
    }

    h4.block-title.block-title-big{
        font-size: 1.3vw !important;
    }

    .p_menu_wrap li a,
    .desc-text p{
        font-size: .7vw;
    }

    body:not(.home) .header_logo img{
        /* max-width: 20vw; */
    }

    .header_logo img{
        max-width: 10vw;
    }

    .rem-map-box-cards{
        max-width: 40%;
        max-height: 35vw;
    }

    .rem-map-right{
        height: 35vw;
    }

    .rem-map-info-boxes{
        height: auto;
    }

    .rem-map img{
        width: 100%;
    }

    .rem-map-box-card-inner,
    .exm-block-inner,
    .negihoods-box-col{
        height: 12vw !important;
    }
    
    .negihoods-box-col, 
    .nh-box-col-inner{
        margin-bottom: .5vw;
    }

    .nh-sq-box:not(:last-child){
        margin-bottom: .4vw;
    }

    .sq-box-wrap{
        min-height: 20.42vw;
    }

    .rem-map-modal{
        max-width: 35vw;
    }

    .rem-info-popup{
        max-width: 100%;
    }

    .rem-block-category span {
        font-size: .65vw !important;
        /* line-height: .65vw !important; */
    }

    .footer_logos img{
        width: 5vw;
    }

}

@media screen and (min-width: 2560px) {

    .post-title>a{
        font-size: 1.3vw;
    }

}

@media screen and (min-width: 768px) and (max-width: 1440px) {

 
    .banner-title>h1, .block-title>h1{
        font-size: 2.8vw;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1440px) {

    .flash-card-details_alt .card-box-title{
        /* font-size: 1.1vw !important; */
        font-size: 28px !important;
    }


}

@media screen and (max-width: 1024px) {

    .bs_text_images_flascard_alt-module h4.block-title.large, h4.block-title.large{
        font-size: 5.3vw !important;
    }


}


@media screen and (max-width: 991px) {
    .page-id-204 .nh-box-title{
        position: relative;
        left: 0;
    }
}



@media screen and (max-width: 1180px) {

    .bs_text_images_flascard_alt-module .sib-desc-inner-box {
        padding: 60px;
    }
}



@media screen and (min-width: 1024px) and (max-width: 1280px) {

    .flash-card-details_alt .card-box-title{
        /* font-size: 1.2vw !important; */
    }

}



/* IPAD LANDSCAPE */
@media screen and (max-width: 1180px) and (orientation: landscape)  {

    .container, .container-lg, .container-md, .container-sm {
        max-width: 1080px !important;
    }
    .bs_text_images_flascard_alt-module h4.block-title.large, h4.block-title.large{
        font-size: 54px !important;
    }

}


.single-grid-image{
    padding: 0 !important;
}



.single-grid-video-box { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.single-grid-video-box iframe,
.single-grid-video-box object,
.single-grid-video-box embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-ticker-col{
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.banner-ticker-col__item{
	font-family: 'Uni Grotesk Std';
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 1.5rem 2rem 0 0;
    /* display: flex;
    align-items: center; */
	
}

.banner-ticker-col__item li{
    list-style: disc;
	font-weight: 700;
	letter-spacing: 4px;
	font-family: 'Uni Grotesk Std';
}

.teal .block-title, .teal .desc-text {
	font-size: 22px;
}
