/*media-wrappers*/
.media-wrappers {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.media-wrappers .media-box {
    width: 25%;
    padding-inline: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

.media-wrappers .media-box a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease 0s;
}

.media-wrappers .media-box .media-data {
    width: 100%;
    position: relative;
}

.media-wrappers .media-box .media-data .media_imgs {
    width: 100%;
    height: 175px;
    overflow: hidden;
    position: relative;
}

.media-wrappers .media-box .media-data .media_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-wrappers .media-box .media-data .title {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 10px 10px;
}

.media-wrappers .media-box .media-data .title h3 {
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 16px;
}

.media-wrappers .media-box .media-data .media_imgs:before {
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}


.media-wrappers.title-bottom .media-box a:hover .title {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.media-wrappers.title-bottom .media-data .title {
    top: auto;
    bottom: -50%;
    transition: all 0.4s ease 0s;
    background: rgba(21, 133, 199, 0.8);
    width: 100%;
    height: max-content;
    visibility: hidden;
    opacity: 0;
}

.media-wrappers.title-bottom .media-data .title h3 {
    color: rgb(254, 254, 254) !important;
    font-size: 12px !important;
}

/*category-meta*/
.category-meta {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.category-meta li {
    width: max-content;
    display: block;
    margin-right: 10px;
}

.category-meta li a {
    display: block;
    color: #000;
}

/*media-breadcrumb*/
.media-breadcrumb {
    display: flex;
    align-items: center;
}

.media-breadcrumb a {
    font-size: 14px;
    line-height: 16px;
    color: rgb(21, 133, 199);
    margin-right: 5px;
}

.media-breadcrumb a:hover {
    text-decoration: underline;
}

.media-breadcrumb span {
    margin-right: 5px;
    display: inline-flex;
}

/*	news-wrapper*/
.news-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.news-wrapper .news-box {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-inline: 8px;
}

.news-wrapper .news-box .news-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-wrapper .news-box .news-img img {
/*     visibility: hidden; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-wrapper .news-box .news-title {
    width: 100%;
    margin-bottom: 8px;
}

.news-wrapper .news-box .news-title h3 {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
}

.news-wrapper .news-box .news-month {
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    font-size: .8rem;
    color: #FEFEFE;
}

.news-wrapper .news-box .news-cont {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.125rem;
    color: #FEFEFE;
}

figcaption .mfp-title {
    display: none !important;
}

.news-wrapper .news-box .news-view {
    width: 100%;
    text-align: right;
}

.news-wrapper .news-box .news-view span {
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
}

.home-news-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.home-news-wrapper .news-box {
    width: 50%;
    margin-bottom: 8px;
    margin-right: 0px !important;
}

.home-news-wrapper .news-box:nth-child(2n+1) {
    margin-right: 0;
}

.home-news-wrapper .news-box .home-news-inner {
    display: flex;
    flex-wrap: wrap;
}

.home-news-wrapper .news-box .home-news-inner .left-side {
    width: 30%;
    padding-inline: 8px;
}

.home-news-wrapper .news-box .home-news-inner .left-side a {
    position: relative;
    padding-bottom: 80%;
    display: block;
}

.home-news-wrapper .news-box .home-news-inner .left-side a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-news-wrapper .news-box .home-news-inner .right-side {
    width: 70%;
    padding-inline: 8px;
}

.home-news-wrapper .news-box .home-news-inner .right-side .news-title {
    margin-bottom: 10px;
}

.home-news-wrapper .news-box .home-news-inner .right-side .news-title h3 {
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: rgb(21, 133, 199);
}

.home-news-wrapper .news-box .home-news-inner .right-side .news-month {
    margin-bottom: 6px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.home-news-wrapper .news-box .home-news-inner .right-side .news-month span {
    width: 40%;
    font-size: 0.7rem;
    text-align: right;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: bold;
}

.home-news-wrapper .news-box .home-news-inner .right-side .news-month span.cat {
    width: 60%;
    text-align: left;
}

.home-news-wrapper .news-box .news-month .cat a {
    display: inline-block;
    color: rgb(107, 149, 150);
}

.home-news-wrapper .news-box .home-news-inner .right-side .news-cont {
    width: 100%;
    display: none;
}

.home-news-wrapper .news-box .home-news-inner .right-side .news-cont p {
    font-size: 0.75rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.home-news-wrapper .news-box:first-child {
    width: 100%;
    margin-right: 0;
}

.home-news-wrapper .news-box:first-child .home-news-inner .left-side {
    width: 50%;
}

.home-news-wrapper .news-box:first-child .home-news-inner .right-side {
    width: 50%;
}

.home-news-wrapper .news-box:first-child .home-news-inner .right-side .news-title h3 {
    font-size: 2rem;
}

.home-news-wrapper .news-box:first-child .home-news-inner .right-side .news-cont {
    display: block;
}


.innerPageBanner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerPageBanner .et_pb_post_title {
    width: 100%;
}

.innerPageBanner .et_pb_post_title .et_pb_title_container {
    padding: 0;
}

.innerPageBanner .et_pb_post_title .et_pb_title_container .entry-title {
    padding: 0;
    display: inline-block;
    border-bottom: 3px solid rgb(254, 254, 254);
}

.body-copy-title h2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    color: rgb(21, 133, 199);
    text-align: center;
    text-shadow: rgba(10, 10, 10, 0.16) 3px 3px 4px;
    padding: 2vh 0px 4vh;
    margin-bottom: 0.5rem;
}

.body-copy-title.nopadding-title h2 {
    padding: 0px;
    margin-bottom: 0px;
}

.body-copy-title h3 {
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: bold;
    color: rgb(21, 133, 199);
    text-align: center;
    text-shadow: rgba(10, 10, 10, 0.16) 3px 3px 4px;
    margin-bottom: 0.5rem;
}

.light-title-body h3 {
    color: rgb(169, 221, 250);
    padding: 3vh 0px 2vh;
    font-weight: bold;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

p {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 0px;
}

.et_pb_button.custom-primary-btn {
    padding: 0.5rem 2rem !important;
    border-radius: 0.5rem !important;
    font-weight: bold;
}

.et_pb_button.custom-primary-btn:hover {
    box-shadow: rgba(10, 10, 10, 0.45) 0px 0px 3px;
    padding: 0.5rem 2rem !important;
}

.mfp-gallery .mfp-container .mfp-content {
    position: initial;
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-close {
    opacity: 1;
    right: 30px;
    top: 0;
    margin: 3vh 3vh 0px;
    font-size: 4rem;
    width: 64px;
    height: 64px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.mfp-gallery .mfp-image-holder .mfp-figure:after {
    display: none;
}

.mfp-gallery .mfp-container .mfp-content figure figcaption .mfp-title {
    padding-inline: 16px;
    text-align: center;
}

.mfp-gallery .mfp-container .mfp-content figure figcaption .mfp-bottom-bar {
    margin: 12px 0 0;
    top: 0;
}

.gallery-image-caption p {
    width: 100%;
    color: rgb(169, 221, 250);
    font-size: 0.9rem;
    padding: 0.5vh 1rem 1vh;
    margin-top: -15px;
}

.droplet-list {
    list-style: none !important;
}

.droplet-list .droplet {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}

.droplet-list .droplet p {
    margin: 0;
}

.droplet-list .droplet ul {
    list-style: none;
    padding-left: 40px;
    margin-top: 1rem;
    padding-bottom: 0px;
}

.droplet-list .droplet ul li {
    display: block;
    margin-bottom: 1rem;
}

.droplet-list .droplet:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/sites/2/2024/02/bullet-icon.svg) no-repeat center;
    background-size: contain;
    margin-top: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.lwp-breadcrumbs [typeof="BreadcrumbList"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lwp-breadcrumbs [typeof="BreadcrumbList"]>span .home {
    padding: 0.75vh 2vh 0.75vh 3vh;
    background-color: rgb(21, 133, 199);
    border-color: rgb(129, 205, 248);
    border-top-left-radius: 1vh;
    border-bottom-left-radius: 1vh;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(254, 254, 254);
}

.lwp-breadcrumbs [typeof="BreadcrumbList"]>span .home:hover {
    color: rgb(254, 254, 254);
}

.lwp-breadcrumbs [typeof="BreadcrumbList"] .separator {
    display: none !important;
}

.lwp-breadcrumbs [typeof="BreadcrumbList"]>span .home:before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    background: url(/wp-content/uploads/2024/02/icon-home.svg) no-repeat center;
    background-size: contain;
    margin-right: 6px;
}

.lwp-breadcrumbs [typeof="BreadcrumbList"]>span a {
    display: inline-block;
    padding: 0.75vh 2vh;
    border: 1px solid rgb(224, 224, 224);
    color: rgb(32, 158, 232);
    background-color: rgb(254, 254, 254);
}

.lwp-breadcrumbs [typeof="BreadcrumbList"]>span a:hover {
    color: rgb(229, 155, 92);
}

.lwp-breadcrumbs [typeof="BreadcrumbList"]>.current {
    display: inline-block;
    padding: 0.75vh 2vh;
    background-color: rgb(254, 254, 254);
    border-top: 1px solid rgb(224, 224, 224);
    border-right: 1px solid rgb(224, 224, 224);
    border-bottom: 1px solid rgb(224, 224, 224);
    border-image: initial;
    color: rgb(10, 10, 10);
    border-top-right-radius: 1vh;
    border-bottom-right-radius: 1vh;
    border-left: none;
}

.single-slider {
    padding-inline: 25px;
}

.single-slider .et-pb-slider-arrows>a {
    opacity: 0.75;
    font-size: 20px;
    background: rgb(21, 133, 199);
    border-radius: 100%;
    margin: 0;
    line-height: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.single-slider .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 0;
}

.single-slider .et-pb-slider-arrows .et-pb-arrow-next {
    right: 0;
}

.single-slider .et_pb_slides {
    position: relative;
    padding-bottom: 56%;
}

.single-slider .et_pb_slides .et_pb_slide {
    position: absolute;
    top: 0;
    min-height: auto !important;
    background-size: 100%;
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.project-components-wrapper {
    position: relative;
}

.project-components-list {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    transition: transform 0.5s ease;
}

.project-components-list .project-components-item a {
    height: 3rem;
    max-width: 18rem;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 10px;
    margin: 1rem 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 6px;
    color: #000;
    background: #fff;
}

.project-components-list .project-components-item .icon {
    height: 3rem;
    width: 5rem;
    min-width: 5rem;
    border-radius: 10px 0px 0px 10px;
    background: rgb(151, 151, 151);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.project-components-list .project-components-item .icon img {
    width: 70%;
}

.project-components-list .project-components-item .content {
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2rem;
}

.project-components-wrapper .title {
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    color: rgb(21, 133, 199);
    cursor: pointer;
}

.project-components-wrapper .title h3 {
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: bold;
    color: rgb(21, 133, 199);
    text-align: center;
    text-shadow: rgba(10, 10, 10, 0.16) 3px 3px 4px;
    padding: 0;
    margin-bottom: 0;
}

.project-components-wrapper .title .icon {
    position: relative;
    width: 38px;
    height: 38px;
    margin-left: 10px;
}

.project-components-wrapper .title .icon .et-pb-icon {
    font-size: 38px;
    position: absolute;
    top: 0;
}

.project-components-wrapper.open .title .icon {
    display: none;
}

.project-components-wrapper.open .title .icon .et-pb-icon.down {
    display: none;
}

.project-components-wrapper.open .title .icon .et-pb-icon.up {
    display: block;
}

.project-components-wrapper .title .icon .et-pb-icon.up {
    display: none;
}

/* search-results */
.search-results article a.entry-featured-image-url {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.search-results article .entry-title,
.search-results article .post-meta,
.search-results article .post-content {
    width: 50%;
    float: right;
}

.search-results article .post-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0px !important;
    align-content: center;
    align-items: center;
}

.search-results article .post-meta span {
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: bold;
    color: rgb(107, 149, 150);
}

.search-results article .post-meta a {
    font-size: 18px;
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: bold;
}

/* newsroom-popup */
#popmake-1093 {
    padding: 14px 30px !important;
}

#popmake-1093 a.et_pb_button {
    max-width: 90%;
    width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0.5rem 2rem !important;
    border-radius: 0.5rem;
    font-weight: bold;
}

#popmake-1093 h6 {
    color: #E59B5C;
    padding: 0.25rem 0 0.5rem 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width:991px) {
    .project-components-list {
        grid-template-columns: 100%;
        position: absolute;
        z-index: 999;
        left: 0;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 6px;
        background: #FFF;
        visibility: hidden;
        transform: translateY(-100%);
        top: -100%;
    }

    .project-components-list .project-components-item a {
        max-width: 100%;
        box-shadow: none;
        padding: 1rem 15vw;
        margin: 0;
        height: auto;
        border-radius: 0;
        z-index: 99999;
        position: relative;
    }

    .project-components-list .project-components-item a:hover {
        background: rgba(0, 0, 0, 0.05);
    }

    .project-components-list .project-components-item .icon {
        border-radius: 10px;
    }

    .project-components-wrapper.open .title .icon {
        display: block;
    }

    .project-components-wrapper.open .project-components-list {
        visibility: visible;
        transform: translateY(0%);
        top: 100%;
    }

    .project-components-wrapper .title {
        display: flex;
        margin-bottom: 0;
    }

    .project-components-wrapper {
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 12px;
    }

}

@media (min-width:992px) {
    .project-components-list .project-components-item a:hover {
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
        text-decoration: none;
    }

}

/* Header Styling */
.header-shape .et_pb_code_inner {
    overflow: hidden;
}

.header-logo-wrap {
    text-align: right;
    margin-bottom: -50px;
}

.header-logo-wrap .header-logo {
    position: relative;
    display: inline-block;
    background: rgb(254, 254, 254);
    padding: 1.3rem 20px 1rem 15px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-bottom: 15px;
    max-width: 260px;
    width: 100%;
}

.header-logo-wrap .header-logo a {
    display: block;
}

.header-logo-wrap .header-logo a img {
    width: 100%;
}

.header-logo-wrap .header-logo:after,
.header-logo-wrap .header-logo:before {
    content: "";
    background: rgb(163, 209, 234);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    position: absolute;
    top: auto;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 96px;
    z-index: -1;
}

.header-logo-wrap .header-logo:before {
    background: rgb(115, 180, 226);
    bottom: -16px;
}

#et-boc header.et-l--header .header-menu .et_pb_menu__wrap {
    justify-content: flex-end;
    align-items: center;
}

#et-boc header.et-l--header .header-menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav #menu-header-menu {
    justify-content: flex-end;
    margin: 0;
}

.header-menu .et_pb_menu__wrap .et_pb_menu__search-button {
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f7d43f !important;
    border-radius: 100%;
    font-size: 14px;
    font-weight: bold;
    margin: 0 !important;
    position: absolute;
    top: -6px;
    right: 92px;
}

.et_pb_menu .et_pb_menu__wrap--hidden,
.et_pb_menu .et_pb_menu__wrap--visible {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;

}

.et_pb_menu_0_tb_header.et_pb_menu ul li ul li a {
    font-size: 0.9rem;
    line-height: 1.2;
}

#et-boc header.et-l--header .header-menu .et_pb_menu__wrap .et_pb_menu__menu {
    margin-top: 85px;
}

#et-boc header.et-l--header .header-menu #menu-header-menu>.menu-item {
    margin-top: 0;
    padding: 12px 21px;
}

#et-boc header.et-l--header .header-menu #menu-header-menu>.menu-item a {
    padding-bottom: 0;
    padding-right: 24px;
    cursor: pointer;
}

#et-boc header.et-l--header .header-menu #menu-header-menu .menu-item a:after {
    font-size: 18px;
    color: rgb(254, 254, 254);
}

#et-boc header.et-l--header .header-menu #menu-header-menu .menu-item .sub-menu {
    background: rgb(30, 130, 173) !important;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 20px;
    width: auto;
    min-width: 190px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100px);
}

#et-boc header.et-l--header .header-menu #menu-header-menu .menu-item .sub-menu .menu-item {
    padding-inline: 0;
    display: block;
    line-height: 1.2;
    width: 100%;
}

#et-boc header.et-l--header .header-menu #menu-header-menu .menu-item .sub-menu .menu-item a {
    display: inline-block;
    padding: 3px 8px !important;
    font-weight: bold;
    font-size: 0.7rem;
    line-height: 1.2;
    width: 100%;
    min-width: 125px;
}

@media (max-width:980px) {
    .header-logo-wrap {
        text-align: left;
    }

    .header-logo-wrap .header-logo {
        padding: 1.3rem 10px 1rem 5px;
        max-width: 210px;
    }

    /*     .header-menu .et_pb_menu__wrap .et_pb_menu__search-button {
		position: relative;
		top: -16px;
		right: 0;
		transform: rotate(353deg);
    } */

}

.et_pb_menu .et_mobile_nav_menu .mobile_nav .nav-btn {
    background: #1585c7;
    border: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 50%;
    margin-left: 6px;
}

.et_pb_menu .et_mobile_nav_menu .mobile_nav .nav-btn .icon:after {
    content: "a";
    font-family: ETmodules !important;
    margin-top: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

.et_pb_menu .et_mobile_nav_menu .mobile_nav.active .nav-btn .icon:after {
    content: "M";
}

.et_pb_menu .et_mobile_nav_menu .et_mobile_menu {
    margin-top: 110px;
    border: 0;
    padding-block: 10px;
    padding-top: 63px;
    padding-inline: 0;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: auto;
    overflow: auto;
    height: calc(100vh - 110px);
    width: 100%;
    right: 0;
}

.et_pb_menu .et_mobile_nav_menu .mobile_nav.active .et_mobile_menu {
    display: block !important;
}

.et_pb_menu .et_mobile_nav_menu .et_mobile_menu>.menu-item>a {
    padding: 12px 16px;
    border: 0;
    position: relative;
}

.et_pb_menu .et_mobile_nav_menu .et_mobile_menu>.menu-item .sub-menu {
    padding: 0;
    display: none !important;
    transition: all 1s ease;
}

.et_pb_menu .et_mobile_nav_menu .et_mobile_menu>.menu-item .sub-menu .menu-item {
    padding-left: 0;
}

.et_pb_menu .et_mobile_nav_menu .et_mobile_menu>.menu-item.menu-item-has-children>a:after {
    font-family: ETmodules;
    content: "3";
    position: absolute;
    right: 5px;
    top: 0;
    font-weight: 800;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.et_pb_menu .et_mobile_nav_menu .et_mobile_menu>.menu-item.menu-item-has-children.open>a:after {
    content: "2";
}

.et_pb_menu .et_mobile_nav_menu .et_mobile_menu>.menu-item .sub-menu .menu-item a {
    border: 0;
    padding-block: 8px !important;
}

.et_pb_menu .et_mobile_nav_menu .et_mobile_menu>.menu-item.menu-item-has-children.open .sub-menu {
    display: block !important;
}

#et-boc header.et-l--header .header-menu #menu-header-menu>.menu-item.open .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.et_pb_menu .menu-item.menu-item-has-children.open>a:after {
    content: "2";
}

.footer-logo-wrap {
    position: relative;
    background: rgb(254, 254, 254);
    padding: 2rem 3rem 3rem 2rem;
    height: 100%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.footer-logo-wrap .footer-logo {
    text-align: right;
    display: block;
}

.footer-logo-wrap .footer-logo a {
    display: inline-block;
}

.footer-logo-wrap .footer-logo a img {
    width: 100%;
    max-width: 14rem;
}

.footer-logo-wrap:before,
.footer-logo-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 10px;
    top: 0px;
    background: rgb(163, 209, 234);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.footer-logo-wrap:after {
    left: 20px;
    background: rgb(115, 180, 226);
    z-index: -2;
}

@media (max-width:980px) {
    .footer-logo-wrap {
        display: table;
        border-radius: 40px;
        margin: auto;
        padding: 2rem 2.5rem 2rem 2rem;
    }

    .footer-logo-wrap:before,
    .footer-logo-wrap:after {
        border-radius: 40px;
    }
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.video-single-slider .et_pb_slide {
    padding: 0;
}

.video-single-slider .et_pb_slide .et_pb_slide_video {
    width: 100%;
}

.et_pb_menu .et_pb_menu__search-container {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #1585c7;
    align-items: flex-start;
    padding: 16px !important;
    padding-top: 200px !important;
}

.et_pb_menu .et_pb_menu__search-container .et_pb_menu__search-form {
    width: 100%;
    margin: 0 auto;
    order: 1;
}

.et_pb_menu .et_pb_menu__search-container .et_pb_menu__search-form .et_pb_menu__search-input {
    display: block;
    width: 100% !important;
    max-width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0 auto;
}

.et_pb_menu .et_pb_menu__search-container .et_pb_menu__search {
    flex-wrap: wrap;
    justify-content: flex-end !important;
}

.et_pb_menu .et_pb_menu__search-container .et_pb_menu__search .et_pb_menu__icon {
    margin-bottom: 30px !important;
    color: #000 !important;
    font-size: 24px !important;
}

.image-btn:hover {
    transform: scale(1.1);
}

.home-banner-slider .et-pb-controllers {
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
}

.home-banner-slider .et-pb-controllers a {
    width: 15px;
    height: 15px;
    background: rgba(254, 254, 254, 0.5) !important;
    transition: background 0.5s ease 0s;
    opacity: 1;
}

.home-banner-slider .et-pb-controllers a.et-pb-active-control {
    background: rgb(21, 133, 199) !important;
}

.home-banner-slider .et-pb-slider-arrows {
    position: absolute;
    top: auto;
    bottom: 98px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 188px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.home-banner-slider .et-pb-slider-arrows a {
    opacity: 1;
    top: 0;
    position: relative;
    margin: 0px;
    border: none;
    border-radius: 50%;
    background: white;
    padding: 5px;
    font-size: 24px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    color: #000;
    align-items: center;
    justify-content: center;
}

.home-banner-slider .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 0;
}

.home-banner-slider .et-pb-slider-arrows .et-pb-arrow-next {
    right: 0;
}

.quick-link-list a {
    position: relative;
    width: 175px;
    height: 175px;
    padding: 10px;
    border: 5px solid rgb(247, 212, 63);
    border-radius: 50%;
    background: white;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.5s ease 0s;
    overflow: hidden !important;
    margin-inline: auto;
}

.quick-link-list a svg {
    color: rgb(21, 133, 199);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.quick-link-list a span {
    margin-top: 15px;
    display: block;
    width: 90%;
    z-index: 99;
}

.quick-link-list a .overlay {
    width: 200px;
    height: 175px;
    background: rgb(21, 133, 199);
    position: absolute;
    z-index: 0;
    top: 175px;
    transition: all 0.5s ease 0s;
    overflow: hidden !important;
}

.quick-link-list a:hover {
    border: 5px solid rgb(21, 133, 199);
    transition: all 0.5s ease 0s;
    color: #FFF;
}

.quick-link-list a:hover svg path {
    fill: white;
    transition: all 0.5s ease 0s;
}

.quick-link-list a svg path {
    fill: rgb(21, 133, 199);
    transition: all 0.5s ease 0s;
}

.quick-link-list a:hover span {
    color: #FFF;
    transition: all 0.5s ease 0s;
}

.quick-link-list a:hover .overlay {
    display: block;
    top: 0px;
    transition: all 0.5s ease 0s;
}

.home-banner-slider .et_pb_slides .et_pb_slide {
    padding: 0;
}

.home-banner-slider .et_pb_slides .et_pb_slide .et_pb_slide_overlay_container {
    background: linear-gradient(to top, rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0.1));
}

.home-banner-slider .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
    width: 80%;
    margin-left: 21vw;
}

.custom-accordion-main .et_pb_accordion_item {
    padding: 0;
    margin-bottom: 0 !important;
}

.custom-accordion-main .et_pb_accordion_item .et_pb_toggle_title {
    font-size: 2rem;
    line-height: 1.2;
    padding: 1rem 3rem;
    transition: all 0.3s ease 0s;
    font-weight: bold;
    color: rgb(21, 133, 199);
    text-align: center;
    text-shadow: rgba(10, 10, 10, 0.16) 3px 3px 4px;
    background-color: rgba(0, 0, 0, 0.03);
    border: solid rgba(0, 0, 0, .03);
    border-width: 12px 20px;
}

.custom-accordion-main .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "2" !important;
}

.custom-accordion-main .et_pb_accordion_item .et_pb_toggle_content {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.custom-accordion-main .et_pb_accordion_item .et_pb_toggle_content .droplet-list {
    padding-left: 40px;
    padding-bottom: 0;
}

.custom-accordion-main .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title {
    background: rgba(169, 221, 250, 0.25);
}

.custom-accordion-main .et_pb_accordion_item .et_pb_toggle_title:before {
    display: block;
    right: 24px;
}

.previous-pdf-list .et_pb_blurb_content {
    display: block;
}

.previous-pdf-list .et_pb_blurb_content .et_pb_main_blurb_image {
    width: auto;
}

.previous-pdf-list .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    padding-bottom: 0;
}

.media-wrappers .media-box a .media-data:after {
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
    transition: all 0.5s ease 0s;
}

.media-wrappers .media-box a .media-data {
    position: relative;
    z-index: 0;
}

.media-wrappers .media-box a .media-data:hover:after {
    transition: all 0.5s ease 0s;
    background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
}

@media (max-width:980px) {
    .home-banner-slider .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
        width: 90%;
        margin-left: 5%;
    }

    .body-copy-title h2 {
        font-size: 1.8rem;
        padding: 20px 0;
    }
}

@media (max-width:767px) {
    .body-copy-title h2 {
        font-size: 1.5rem;
    }

    .body-copy-title h3 {
        font-size: 1.3rem;
    }

}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container {
    position: relative;
    width: 175px;
    height: 175px;
    padding: 10px;
    border: 5px solid rgb(247, 212, 63);
    border-radius: 50%;
    background: white;
    font-weight: bold;
    line-height: 15px;
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.5s ease 0s;
    overflow: hidden !important;
    margin-inline: auto;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    padding: 0;
    display: block;
    width: 90%;
    z-index: 99;
    font-size: 18px;
    line-height: 1;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    margin-bottom: 10px;
    z-index: 99;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    margin: 0;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container:after {
    content: "";
    width: 200px;
    height: 175px;
    background: rgb(21, 133, 199);
    position: absolute;
    z-index: 0;
    top: 175px;
    transition: all 0.5s ease 0s;
    overflow: hidden !important;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description svg {
    color: rgb(21, 133, 199);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description svg path {
    transition: all 0.5s ease 0s;
    fill: rgb(21, 133, 199);
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0.63px;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container:hover:after {
    display: block;
    top: 0px;
    transition: all 0.5s ease 0s;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container:hover {
    border: 5px solid rgb(21, 133, 199);
    transition: all 0.5s ease 0s;
    color: #FFF;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container:hover .et_pb_blurb_description svg path {
    fill: #FFF;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container:hover .et_pb_module_header {
    color: #FFF;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description svg#Layer_1 {
    width: 50%;
}

.quick-link-list .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description svg .cls {
    fill: #fff;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: .63px;
}

.project-components-item .et_pb_blurb_content {
    display: flex;
    align-items: stretch;
    min-height: 3rem;
}

.project-components-item .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    align-items: center;
    padding: 2px 10px;
}

.project-components-item .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    padding: 0;
}

.project-components-item .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 5rem;
    min-width: 5rem;
    margin: 0;
    height: auto;
}

.project-components-item .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
    height: 100%;
    display: flex;
    align-items: center;
}

.project-components-item .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
    max-height: 48px;
    object-fit: contain;
}

.project-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-title .et_pb_text_inner * {
    padding: 0;
}

.project-title.open:after {
    content: "2";
}

.media_padding .et_pb_slide,
.media_padding .et_pb_slide img {
    padding: 0px !important;
    width: 100% !important;
}

@media (max-width: 980px) {
    .project-components-item {
        max-width: 100% !important;
        box-shadow: none !important;
        padding: 1rem 15vw;
        margin: 0;
        height: auto;
        border-radius: 0 !important;
        z-index: 99999;
        position: relative;
    }

    .project-components-item .et_pb_blurb_content {
        max-width: 100%;
    }

    .project-component-wrapper .et_pb_column {
        margin: 0;
    }

    .project-components-item .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
        border-radius: 10px;
    }

    .project-components-wrapper {
        position: absolute;
        z-index: 999;
        left: 0;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 6px;
        background: #FFF;
        visibility: hidden;
        transform: translateY(-100%);
        transition: all 0.5s ease;
    }

    .project-components-wrapper.open {
        visibility: visible;
        transform: translateY(0%);
    }
}

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

    .et_pb_section.Newsroom-sec1 .et_pb_bottom_inside_divider,
    .et_pb_section.Newsroom-sec3 .et_pb_top_inside_divider {
        display: none;
    }

    /*	news-wrapper*/
    .news-wrapper .news-box {
        width: 50%;
    }

    .media-wrappers .media-box {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .header-menu .et_pb_menu__wrap .et_pb_menu__search-button {
        top: -2px;
        right: 70px;
    }

    .search-results article a.entry-featured-image-url {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    .search-results article .entry-title,
    .search-results article .post-meta,
    .search-results article .post-content {
        width: 100%;
        float: none;
    }

    /*	home-news-wrapper*/
    .home-news-wrapper .news-box:first-child.home-news-inner {}

    .home-news-wrapper .news-box:first-child .home-news-inner .left-side {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-news-wrapper .news-box:first-child .home-news-inner .right-side {
        width: 100%;
    }

    .home-news-wrapper .news-box {
        width: 100%;
        margin-right: 0;
    }

    .home-news-wrapper .news-box .home-news-inner .left-side {
        width: 100%;
        margin-bottom: 10px;
    }

    .home-news-wrapper .news-box .home-news-inner .right-side {
        width: 100%;
    }

    .et_pb_section.Newsroom-sec1 .et_pb_bottom_inside_divider,
    .et_pb_section.Newsroom-sec3 .et_pb_top_inside_divider {
        display: none;
    }

    /*	news-wrapper*/
    .news-wrapper .news-box {
        width: 100%;
    }

    .media-wrappers .media-box {
        width: 100%;
    }

    /*	Header */
    .header-logo-wrap .header-logo a img {
        width: 21vw;
        text-align: center;
        margin: 0 auto !important;
        position: relative;
        left: 6px;
    }

    .header-logo-wrap .header-logo {
        max-width: 104px;
    }

    .project-components .et_pb_button_6 {
        width: 15vw;
    }

    .project-components .et_pb_button_0 {
        width: 17vw;
    }

    .project-components .et_pb_button_2,
    .project-components .et_pb_button_3,
    .project-components .et_pb_button_4,
    .project-components .et_pb_button_5 {
        width: 26vw;
    }

    .project-components .et_pb_button_2 {
        z-index: 1;
    }
}