.button:not(.hollow):not(.dark-hover):not(.light):not(.underline):not(.red) {
    background: #09202e;
    color: #fff;
}

.button:not(.hollow):not(.dark-hover):not(.light):not(.underline):not(.red):hover {
    background-color: #ced2d5;
    color: #09202e;
}

.head-logo {
    max-width: 188px;
}

.footer-logo img {
    max-width: 265px;
}

.updated .has-banner .breadcrumbs * {
    color: #fff;
}

.content-form {
    margin-top: -80px;
    padding: 0 15px 50px;
}

.content-form>.row {
    max-width: 1568px;
    width: calc(100% - 100px);
    margin: -80px auto 0;
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 100px;
    border-radius: 3px;
}

.content-form .form {
    border-right: 1px solid rgb(107 121 130 / 50%);
    padding-right: 95px;
}

.content-form .form .contact-html,
.content-form .form .contact-html a {
    color: #9DA6AB;
    font-size: 16px;
}

.content-form .contact-html a {
    padding-left: 25px;
    position: relative;
    margin-left: 10px;
}

.content-form .contact-html a:hover {
    color: #FF4D4F;
}

.content-form .form .contact-html svg {
    position: absolute;
    left: 0;
    top: 2px;
}

.gfield.contact-html {
    position: absolute;
    left: 265px;
    width: auto;
    margin-top: 9px;
}

.content-form #field_submit {
    width: auto;
}

.content-form #field_submit .button {
    background-color: #091f2e;
    font-weight: 700;
}

.content-form .cont {
    padding-left: 85px;
    color: #6B7982;
}

.content-form .wrap:not(:last-child) {
    border-bottom: 1px solid rgb(206 210 213 / 50%);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.content-form .wrap>h6 {
    color: #6B7982;
    margin-bottom: 30px;
}

.content-form .cont b {
    color: #09202e;
}

.content-form .wrap .row h6 {
    font-size: 16px;
}

.content-form .wrap li a {
    padding-right: 15px;
    display: block;
    position: relative;
}

.content-form .wrap li {
    margin-bottom: 10px;
}

.content-form .wrap li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 26px;
    transition: all 200ms;
    content: "\e90c";
    font-family: "icomoon";
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.page-id-1989 .banner-slider-inner {
    background-color: rgb(249, 56, 34);
}

._icon-cards-row {
    flex-wrap: wrap;
    align-items: flex-start;
}

._icon-cards-row ._icon {
    border-radius: 100%;
    overflow: hidden;
    width: 185px;
    height: 185px;
    margin: 0 auto 30px;
}

._icon-cards-row ._icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._icon-cards-row.row-4 ._icon-card,
._icon-cards-row.row-8 ._icon-card {
    flex: 1 1 20%;
    max-width: 20%;
}

._icon-cards-row.row-6 ._icon-card,
._icon-cards-row.row-9 ._icon-card {
    flex: 1 1 33.333%;
    max-width: 33.333%;
}

.image-text-container h3 {
    font-family: inherit;

}

.image-text-container .button,
.button.third {
    background-color: #F93822;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 13px;
    height: 42px;
    line-height: 42px;
    border: 0;
}

.page-template-flexible-new .banner-cont-slider+.page-content {
    padding-top: 0;
}

.careers-new .testimonial-section .testimonials .people .name+strong {
    color: #F93822;
}

.internal .large-4 .gform_footer input[type=submit] {
    width: 100%;
}



.blog-right-sidebar .help-widget.widget .title {
    position: relative;
    width: auto;
    display: inline-block;
    top: 18px;
}

.blog-right-sidebar .help-widget.widget .wrap h5,
.blog-right-sidebar .help-widget h3 {
    color: #09202e;
}

.map-section .wrap .check-list>li {
    padding-left: 20px;
}

.map-section .wrap .check-list>li:before {
    left: 0;
}

@media screen and (max-width: 1550px) {
    .content-form>.row {
        padding: 60px;
    }

    .content-form .form {
        padding-right: 65px;
    }

    .content-form .cont {
        padding-left: 65px;
    }

    .gfield.contact-html {
        left: 225px;
    }

    .select-type-buttons li {
        font-size: 12.9px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1439px) {
    .content-form>.row {
        padding: 40px;
        width: calc(100% - 50px);
    }

    .content-form .form {
        padding-right: 40px;
    }

    .content-form .cont {
        padding-left: 40px;
    }

    .gfield.contact-html {
        left: 209px;
    }

}

@media screen and (max-width: 1500px) and (min-width: 1140px) {
    .footer-contact .text-column {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1439px) and (min-width: 1024px) {
    .select-type-buttons li {
        flex: 1;
        text-align: center;
    }

    .gfield.contact-html {
        left: 190px;
    }

}

@media screen and (max-width: 1023px) {
    .content-form .form {
        border: 0;
        border-bottom: 1px solid rgb(107 121 130 / 50%);
        margin-bottom: 30px;
        padding: 0 0 30px;
    }

    .content-form .cont {
        padding-left: 0;
        padding-right: 0;
    }

    .gfield.contact-html {
        left: 182px;
    }

}

@media screen and (max-width: 960px) {
    .gfield .dk-select .dk-selected {
        border-width: 1px;
    }

    .ginput_container_select select[data-dkcacheid] {
        border: 0;
    }

    .post-content-group .contact-form .dk-select:not(.dropkick-select) .dk-selected {
        height: 46px;
        line-height: 46px;
    }
}

@media screen and (max-width: 639px) {
    .content-form .wrap .row h6 br {
        display: none;
    }

    .content-form>.row {
        padding: 30px;
        width: 100%;

    }

    body .gfield--width-half {
        width: 100%;
    }

    .content-form #field_submit .button {
        padding: 0.85em 1em;
        font-size: 0.9rem;
    }

    .contact-type .ginput_container,
    .contact-type .gfield_label {
        display: block;
    }

    .select-type-buttons {
        display: none;
    }

    /* .banner-slider-inner > .row::before{
        top: 55%;
    } */
}

@media screen and (max-width: 375px) {
    .extra-link {
        gap: 25px;
    }

    .extra-link a {
        font-size: 10px;
    }

    .extra-link a img {
        width: 12px;
    }

    .head-nav .button-wrapper .button {
        font-size: 14px;
        padding: 0 9px;
    }
}

.job-post {
    font-size: 14px;
    padding: 15px;
    border-radius: 3px;
    box-shadow: none;
    background: #ffff;
}

.tags {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.tags li {
    font-size: 10px;
    background: rgb(204 242 239 / 78%);
    height: 22px;
    padding: 2px 6px;
}

.date {
    color: #9DA6AB;
    font-size: 12px;
}

.available-jobs {
    background: #F7F7F7;
}

.row {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1698px;
}

.row .row {
    padding-left: 0;
    padding-right: 0;
}

.page-template-default .single-post-content .post-content-group {
    border: 0;
}

footer .extra-link {
    gap: 20px;
}

footer .extra-link li {
    display: flex;
    align-items: center;
    font-size: 14px;
}

footer .extra-link li a {
    font-weight: bold;

    display: flex;
    align-items: center;
    margin-left: 5px;
}

footer .extra-link li svg {
    margin-right: 5px;
}

footer .extra-link .icon {
    width: 15px;
    height: 15px;
}

.align-right {
    justify-content: end;
    display: flex;
}

/* .page-template-flexible-new .breadcrumbs span,
.page-template-flexible-new .breadcrumbs a,
.page-template-default .breadcrumbs span,
.page-template-default .breadcrumbs a {
    color: #091f2e;
} */

.page-template-flexible-new .page-content {
    padding-top: 100px;
}

/* .page-template-flexible-new .breadcrumbs,
.page-template-default .single-post-content,
.page-template-all-region .banner-cont {
    background: none;
} */

.page-template-all-region {
    background: #F1F1F1;
}

.village-wrap .card {
    border-radius: 3px;
    background: #FAFAFA;
    border: 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
}

.section-region-tax h3 {
    font-size: 24px;
    line-height: 30px;
}

.region-item h5 {
    font-size: 17px;
    font-weight: normal;
}

.village-wrap .region-item .flex-child-grow {
    min-height: 200px;
}

.has-vacancy-label {
    font-size: 14px;
    background-color: #09202e;
    border: 0;
}

.loadmore .button.expanded {
    background: #09202e;
    font-weight: bold;
}

.post-thumb .has-vacancy-label {
    background: #fff;
    color: #09202e;
    top: auto;
    bottom: 5px;
}

.region-filter {
    padding-right: 20px;
}

.region-filter .button.secondary {
    background-color: #F93822;
    color: #fff;
    width: 100%;
    font-weight: bold;
}

.region-filter input[type="checkbox"]+label {
    font-size: 16px;
}

.region-filter h4 {
    font-size: 22px;
}

@media screen and (min-width: 1440px) {
    .banner-cont {
        left: 65px;
    }
}

@media screen and (max-width: 1399px) {
    .row {
        padding-left: 25px;
        padding-right: 25px;
    }

    .row .row {
        padding-left: 0;
        padding-right: 0;
    }
}

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

    .row {
        /* padding-left: 15px;
       padding-right: 15px; */
        padding-inline: 0;
    }

    .row .row {
        padding-left: 0;
        padding-right: 0;
    }
}



.section-events-calendar__top-inner {
    background: #09202E;
    padding: 50px;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-top: -100px;
    z-index: 1;
    position: relative;
}

.section-events-calendar__search-filters {
    display: flex;
}

.section-events-calendar {
    padding-top: 0;
}

.section-events-calendar__inner-list-items .columns {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.section-events-calendar__inner-list-items>.row {
    max-width: 1688px;
}

.section-events-calendar__item {
    background: #fff;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}

.section-events-calendar__inner-list-items {
    padding-left: 5px;
    padding-right: 5px;
}

.section-events-calendar__item-image {
    background: #D9D9D9;
    height: 252px;
    position: relative;
}

.section-events-calendar__item-image img {
    margin-right: 3px;
}

.section-events-calendar__item-details {
    font-size: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 7px;
}

.meta-row {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    gap: 5px;
}

.tag {
    background: #CCF2EF;
    font-size: 10px;
    border-radius: 3px;
    padding: 0 5px;
}

.tag.tag-dark {
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
}

.section-events-calendar__item-content {
    padding: 15px;
    color: #6B7982;
    display: flex;
    flex-direction: column;
    height: calc(100% - 252px);
}

.section-events-calendar__item-content h3 {
    font-size: 24px;
    line-height: 1.1;
}

.section-events-calendar__item-content h5 {
    color: #6B7982;
    font-size: 16px;
    font-weight: normal;
}

.section-events-calendar__item-content .button-group {
    margin-top: auto;
    align-items: center;
    margin-bottom: 0;
}

.section-events-calendar__item-content .button-group .button {
    margin-right: 20px;
    background: #09202E;
    color: #00C0AD;
    font-weight: bold;
    font-size: 16px;
}

.section-events-calendar__item-content .button-group .link {
    font-size: 15px;
    line-height: 1;
    border-width: 2px;
}

.single-post .find-location .link {
    color: #09202E;
}

.section-events-calendar__inner-list {
    padding-top: 50px;
}

.filters {
    width: 100%;
}

.filters label {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.filters .tags input {
    display: none;
}

.filters .tags input+label {
    background: #3A4D58;
    width: 51px;
    text-align: center;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
}

.filters .align-justify {
    align-items: end;
}

.filters .tags {
    margin-bottom: 0;
}

.filters .tags input:checked+label {
    background: #F93822;
}

.filters .tags input+label:before,
.filters .tags input+label:after {
    display: none !important;
}

.filters label img {
    margin-right: 5px;
}

.filters select {
    height: 34px;
    margin: 0;
    background-color: #CED2D5;
    color: #09202E;
    font-weight: bold;
    line-height: 32px;
    width: 154px;
    background-size: 15px;
    background-position: 94% center;
}

.filters .columns:first-child select {
    color: #fff;
    background: #3A4D58 url(../images/arrow-down-white.svg) no-repeat;
    background-size: 15px;
    background-position: 94% center;
}

.filters .shrink .row .columns {
    padding-left: 7px;
    padding-right: 7px;
}

.filters .button {
    margin-bottom: 0;
    background: #3A4D58;
    font-size: 14px;
    height: 34px;
    line-height: 8px;
    font-weight: bold;
}

.filters .button.button-red {
    background: #F93822;
}

.filters .button:last-child {
    margin-left: 10px;
}

.image-wrap img,
.map-wrapper img {
    width: 100%;
    border-radius: 5px;
}

.service-areas img,
.banne-strip img,
.news-card .image,
.image_column img,
.post-content-group img {
    border-radius: 5px;
}

.services .services-cards {
    justify-content: center;
}

.centered-content.text-center .wrap ul:not(.links-list),
.centered-content .wrap ul li.gfield {
    list-style: none;
    padding: 0;
}

.centered-content.text-center .wrap ul li.gfield {
    text-align: left;

}

.text-center .button-wrapper {
    justify-content: center;
}

.gform_wrapper .hidden_label>.gfield_label,
.hidden_label label {
    display: none;
}
.centered-content .gform_wrapper .gform_fields{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}


.centered-content .gform_wrapper .gfield:not(.half-left),
.centered-content .gform_wrapper .gfield:not(.right){
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 0;
}
.centered-content .gform_wrapper .gfield.half-left,
.centered-content .gform_wrapper .gfield.right {
      width: 100%;
    float: left;
 flex: 1 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
}
.centered-content .wrap ul.gfield_checkbox{
        padding-left: 0;
}
.gform_wrapper .hidden_label>.gfield_label .gchoice label, .hidden_label .gchoice label{
    display: block;
}
.dk-select:not(.dropkick-select) .dk-selected.gf_placeholder {
    text-align: left;
}

.centered-content .gform_footer {
    text-align: center;
}

.centered-content .gform_footer input[type=submit] {
    min-width: 300px;
    margin-top: 20px;
}

.centered-content.padding-top {
    padding-top: 150px;
}

.tag-dark.alt {
    font-size: 14px;
    height: 25px;
    line-height: 22px;
    padding: 5px 10px;
    background-color: #09202e;
}

.tag-dark.alt+h2 {
    margin-top: 20px;
}

/* .map-section .wrap .check-list{ removed for the checkilist
    padding-left: 0;
} */
.feat-title {
    margin-top: 30px;
}

.button-group {
    gap: 10px;
    margin-bottom: 30px;
}

.visitor-form .page-break {
    height: 50px;
}

.help-column-blocks .button {
    width: 100%;
}

.help-column-blocks .button:hover {
    border: 0;
}

.check-list>p {
    display: none;
}

.the-content table tbody tr {
    background: #09202f;
    color: #fff;
}

.the-content table tbody tr td {
    vertical-align: baseline;
}

.the-contenttable tbody tr *,
.the-content table tbody tr a,
.the-content table tbody tr p {
    color: #fff;
}

.the-content table tbody tr:nth-child(even) {
    background-color: #fff;
    color: #09202e;
}

.the-content table tbody tr:nth-child(even) *,
.the-content table tbody tr:nth-child(even) a,
.the-content table tbody tr:nth-child(even) p {
    color: #09202e;
}

.image_columns.alt .large-4 .card-img {
    max-height: 400px;
        min-height: 300px;
    overflow: hidden;
}
.looking-for-image_columns .card-img img{
    height: 100%;
}
.loc-blocks,
.content-wrap section.testimonial-section h2 {
    display: none;
}

.breadcrumbs:not(.bg) span,
.breadcrumbs:not(.bg) a {
    color: #09202e;
}

.breadcrumbs:not(.bg) {
    padding-top: 10px;
}

.village-feat .row.button-group {
    max-width: 400px;
}

.village-feat .button-group .button {
    width: 100%;
}

#featModal {
    width: 100%;
    max-width: 800px;
}

#featModal ul {
    column-count: 3;
}

#featModal .widget {
    padding: 40px;
}

.looking-for-image_columns a.custom_button {
    margin-top: auto;
}

.video-cont * {
    color: #fff;
}

.video-cont ul {
    list-style: disc;
    padding-left: 15px;
}

.collection-info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

h2.video-title {
    color: #fff;
    margin-bottom: 30px;
}

.video-container {
    margin-top: 30px;
}

.content-image-dark.small-text .quote p,
.content-image-dark .quote p small {
    font-size: 25px;
    line-height: 1.2em;
}

.content-image-dark .quote p span {
    font-size: 30px;
    line-height: 0.8;
    display: contents;
}

.disclaimer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #3a4d58;
}

.disclaimer p {
    line-height: 1.2;
}

.column-content a.button {
    text-decoration: none;
}

.social-list-widget-alt li a {
    color: #08202e;
}

.social-list-widget-alt li a:hover {
    color: #f93921;
}

.posts-collection {
    padding-top: 50px;
}

.category .banner-cont-slider.plain.bottom-padding .banner-slider-inner {
    height: 350px;
}

.category .banner-cont-slider.bottom-padding .banner-cont {
    bottom: 50px;
}

.involved-in-volunteering blockquote:before,
.involved-in-volunteering blockquote:after {
    content: '"';
    font-family: inherit;
    font-size: 29px;
    right: auto;
    left: auto;
    margin-left: -17px;
}

.involved-in-volunteering blockquote:after {
    margin-left: 0;
    bottom: 6px;
}

.hide-header .section.simple-section {
    padding-top: 0;
}

.hide-header .section.simple-section .head-logo {
    border: 0;
    margin-bottom: 30px;
}

.page-id-3448 .link-groups .row {
    max-width: 900px;
}

.page-id-3448 .content-links div.datatabs {
    border-top: 0;
}

.small-width .single-post-content .content {
    max-width: 750px;
    margin: 0 auto;
}

.reports .image {
    border: 0;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
    border-radius: 5px;
}

.banner-cont .content {
    padding-top: 15px;
}

.post-details header.sticky-head {
    box-shadow: none;
}

.post-list>.post {
    background-color: #f9f9fa;
    border-radius: 3px;
    border: 0;
}

dl.accordion dt:before,
.content-wrap ol.circle-increment li:before {
    border: 0;
    background: #f7f7f7;
}

.content-wrap ol.circle-increment li:before {
    line-height: 50px;
}

.content-wrap ol.circle-increment {
    margin: 0 0 40px;
    padding-left: 0;
}

.wrap h1 {
    line-height: 1.2;
}

.looking-for-image_columns.image_columns h1 {
    color: #09202e;
}

.single-post-content form {
    max-width: 750px;
}

.map-section .button.dark:hover {
    background: #fff !important;
}

.profiles-cards a.full:hover {
    text-decoration-color: #f93822;
}

.reveal.enquiremodal {
    top: 50% !important;
    transform: translateY(-50%);
}

.content-wrap .testimonial-section.color-block {
    background: #f7f7f7;
    border-radius: 5px;
    padding-bottom: 80px;
}

.locations .content-card {
    text-align: left;
}

.content-image-dark blockquote {
    border: 0;
}

.content-image-dark.small-text blockquote+p {
    font-size: 16px !important;
}

.single-services .content-section .content-image-dark {
    margin: 50px 0 -30px;
}

.uxlp-layout.single-services .content-section .reviews-slider {
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.banner-cont .button-wrapper .button.pos-right{
        position: absolute;
    right: -55%;
}

 .quick-links .button-wrapper .button.button--secondary {
    background: #f93921 !important;

}
 .quick-links .button-wrapper .button.button--secondary:hover{
        background: #ced2d5 !important;
 }
@media (min-width: 1111px) {

    .services .services-cards.row-3 .service-card,
    .services .services-cards.row-5 .service-card,
    .services .services-cards.row-6 .service-card,
    .services .services-cards.row-9 .service-card {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media screen and (min-width: 961px) {
    .banner-cont-slider.medium .banner-slider-inner {
        height: 400px;
        max-height: 400px;
    }

    .banner-cont-slider.short .banner-slider-inner {
        height: 350px;
        max-height: 350px;
    }

    .video-wrap.col-2 {
        column-count: 2;
        column-gap: 40px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .content-image .image {
        width: 60vw;
        height: 160vh;
    }
}

@media screen and (min-width: 1024px) and (min-height: 1366px) {
    .content-image .image {
        height: 77vh;
    }
}
@media screen and (max-width: 1023px){
    .banner-cont .button-wrapper .button.pos-right{
      
        right: -25%;
    }
}
@media screen and (max-width: 840px){
    .banner-cont .button-wrapper .button.pos-right{
                position: absolute;
        right: -68%;
    }
}
@media screen and (max-width: 767px) {
    #featModal ul {
        column-count: 2;
    }

    #featModal .widget {
        padding: 25px;
    }
    .banner-cont .button-wrapper .button.pos-right{
        right: -45%;
    }
}
@media screen and (max-width: 600px){
    .page-id-15397 .banner-cont .button-wrapper{
        flex-wrap: wrap;
    }
    .page-id-15397 .banner-cont-slider.bottom-padding .banner-cont{
        max-width: 100%;
        width: calc(100% - 30px);

    }
    .banner-cont .button-wrapper .button.pos-right{
        flex: 1 1 100%;
        position: inherit;
    }
}
@media screen and (max-width: 460px){
    .page-id-15397 .banner-cont-slider.bottom-padding .banner-cont{
       width: calc(100% - 10px);     
    }
}
/**Graduate Nurse Program Form**/
.header-form-container [type="radio"]+label{
    position:relative;
    margin-left:25px;
}
.header-form-container input[type="radio"]+label:before{
    left: -26px;
}
.header-form-container input[type="radio"]:checked+label:after{
    left: -22px;
}
.header-form-container fieldset.gfield--type-radio{
    margin-bottom:20px;
}
.gfield--type-textarea .gfield_description{
    font-size: 15px;
    margin-bottom: 10px;
}
.header-form-container .gform_confirmation_message{
    margin-top:50px;
}
/*.single-post .banner-slider-inner .image{
    display:none;
}*/
.single-post .banner-cont-slider .banner-slider-inner.no-image{
    height:240px;
}
.job-list-wrapper .job-post ul{
    margin-left:0px;
}
.job-content .job-post .hide-on-list h2 a.job-title:hover{
    text-decoration:underline;
}
.btn{
    background: #09202e;
    border: 1px solid #09202e;
}
/*body.postid-23594 .banner-slider-inner > .row:before{
    background-color: #324e35
}
body.postid-23594 .breadcrumbs.bg .breadcrumbs_last, .breadcrumbs.bg .breadcrumb_last{
    background: linear-gradient(to right, #324e35 50%, rgba(249, 56, 34, 0) 100%);
}*/
body.page-id-15500 .banner-cont{
    bottom:112px;
}
body.page-id-15397 .banner-cont{
    bottom:160px;
}

.regions-menu-link > a img{
    width:11px;
}
.regions-menu-link .sub-menu{
    background-color:#fff !important;
}

@media screen and (min-width: 1024px){
    .regions-menu-link{
        display:none;
    }
}

@media screen and (max-width: 850px){
    ._icon-cards-row.row-4 ._icon-card, ._icon-cards-row.row-8 ._icon-card{
        max-width:100%;
    }
}
@media screen and (max-width: 480px){
    li#menu-item-10815.careers-link{
        /*display:none;*/
    }
    .careers-link .sub-menu,
    .regions-menu-link .sub-menu{
        width:250px;
    }
    .regions-li{
        display:none;
    }
}
body.page-id-25125 .footer-stats{
    display:none;
}
.single-homes-for-sale .headre-slider{
    width:58% !important;
}
.single-homes-for-sale .gallery{
    position:relative;
}
.single-homes-for-sale .gallery .slick-next.slick-arrow{
    right:0;
}
.single-homes-for-sale .two-col-list-wrap{
    max-width: 647px;
}
.footer-contact .gfield--type-html{
    color: #09202e;
    margin-top: 14px;
}
.footer-contact .gfield--type-html a{
    border-bottom: 1px solid;
}
.contact-form .gform_wrapper .gfield:not(.gfield--width-half){
    margin-bottom: 15px;
}
.gfield .dk-select {
    margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield{
    width: 100%;
}
body .gform_wrapper.gravity-theme .gfield-choice-input{
    display: none;
}
.ginput_complex{
    display: flex;
    gap: 10px;
}
.ginput_complex span{
    width: 100%;
}
.ginput_complex span input,
.half-left input,.half-right input{
    margin-bottom: 0 !important;
}
.blog-right-sidebar .form-widget-alt.form-widget h4{
    margin-left: 15px;
}
.gform_wrapper .gfield:not(.gfield--width-half){
    clear:none;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half{
    max-width: 100%;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large{
    padding-left: 15px;
}
.booking-section .gform_footer{
    margin: 0 auto !important;
}
.form-green-theme .gform-grid-col.name_last {
    margin-left: 0;
}
.internal .large-4 .gform_wrapper .gfield:not(.gfield--width-half),
.content-form .gform_wrapper .gfield:not(.gfield--width-half),
.centered-content.text-center .wrap ul li.gfield.gfield--type-select,
.post-content-group .gform_wrapper .gfield:not(.gfield--width-half){
    margin-bottom: 15px;
}
.content-wrap .gform_wrapper .gfield--type-checkbox ul{
    padding-left: 0;
}
@media screen and (min-width: 600px){
    .contact-form .gform_wrapper .gfield.half-left, .contact-form .gform_wrapper .gfield.half-right{
        width: 49%;
    }
}
.page-template-labuan-template table thead{
    background: #09202e;
}
.page-template-labuan-template table thead th{
    color: #fff !important;
}
/**youtube video in some location pages**/
#intro .video-cont{
    margin-top: 23px;
}
#intro .video-cont iframe{
    /*width:100%;
    height:340px;*/
}
#intro.has-video{
    padding-top:40px;
    padding-bottom:40px;
}
@media screen and (max-width: 480px){
    #intro .video-cont iframe {
        width: 100%;
        height: 210px;
    }
    #intro .video-cont {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.head-nav .button-wrapper .get-started-btn{
    /*display:none;*/
}
/*FAQs section for location pages/template/labuan template*/
.location-faqs-section h2.heading{
    margin-bottom:20px;
}
.location-faqs-section h3.heading{
    font-size:27px;
}
/*below map content*/
.below-map-container{
    margin-top:27px;
}
.below-map-container .tribe-events-event-meta.primary{
    width:300px;
    margin-right:24px;
}
.below-map-container .tribe-events-event-meta.secondary{
    font-family: "SFProDisplay";
    color: #141827;
}


@media screen and (max-width: 480px){
    .below-map-container{
        margin-top:0px;
    }
}


.form-green-theme .gform_wrapper.gravity-theme .gfield{
    margin-bottom: 10px;
}
.form-green-theme .gform_wrapper.gravity-theme .gfield input.large, 
.form-green-theme .gform_wrapper.gravity-theme .gfield select.large{
    margin-bottom: 0;
 
}
.form-green-theme .gform_wrapper.gravity-theme .gfield input, 
.form-green-theme .gform_wrapper.gravity-theme .gfield select,
.form-green-theme .gfield .dk-select .dk-selected{
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
}
#form-section.form-green-theme h2, #form-section.form-green-theme p{
    text-align: center;
}
#form-section.form-green-theme .gform_button[type=submit]{
    text-transform: uppercase;
}
.below-content-excerpt{
    padding-top:30px;
}
.single-services .banner-cont-slider.red .banner-slider-inner{
    height:170px;
}
.funding-section table td .content{
    display: flex;
        flex-direction: column;
        min-height: 500px;
}
.funding-section table td .content div{
    margin-top: auto;
}
/*.banner-slider-inner > .image{
    background-repeat:no-repeat;
}
.postid-30806 .banner-slider-inner > .image{
    background-size:auto;
    width: 55%;
}*/
/**new section labuan**/
#image-texts-rows-columns .heading-title{
    margin-bottom:100px;
}
.center-heading{
    text-align:center;
}

#image-texts-rows-columns .icon-container img{
    width:150px;
}
.itrc-contact-inner-container .contact-icon-container img{
    width:30px;
}
.itrc-inner-container,.itrc-contact-inner-container{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    margin-bottom:30px;
}
.itrc-inner-container .icon-container{
    flex: 1 1 25%;
    max-width: 25%;
}
.itrc-inner-container .text-container{
    flex: 1 1 75%;
    max-width: 75%;
}
.itrc-contact-inner-container .contact-icon-container{
    flex: 1 1 7%;
    max-width: 7%;
}
.itrc-contact-inner-container .contact-text-container{
    flex: 1 1 30%;
    max-width: 30%;
}
.itrc-inner-container .text-container p{
    margin-bottom:0;
}
#image-texts-rows-columns .contact-section{
    margin-top:20px;
}
.itrc-contact-inner-container .contact-text-container p{
    margin-bottom:0px;
}
#contact-section-with-images-and-texts .contact-section-heading{
    margin-bottom:30px;
}
@media screen and (max-width: 1024px){
    #image-texts-rows-columns .contact-icon-container img{
        width:100px;
    }
    .itrc-contact-inner-container .contact-icon-container{
        flex: 1 1 15%;
        max-width: 15%;
    }
    .itrc-contact-inner-container .contact-text-container {
        flex: 1 1 75%;
        max-width: 75%;
    }
}
@media screen and (max-width: 480px){
    #image-texts-rows-columns .icon-container img,
    #image-texts-rows-columns .contact-icon-container img{
        width: 80px;
    }
    .itrc-contact-inner-container .contact-icon-container{
        flex: 1 1 25%;
        max-width: 25%;
    }
    .itrc-contact-inner-container .contact-text-container {
        flex: 1 1 75%;
        max-width: 75%;
    }
    
}

.events .card-wrap[data-pid="24431"] .meta > * {
    font-size: 8px;
}
.h4-same-height-home-care{
    height:100px;
}
/*menu navigation for rsl anzac village renewal*/
/* Main Navigation Container */
.anzac-renewal-navigation{
    position:relative;
    background-color: #09202E;
}
.anzac-renewal-navigation img.nav-heading-logo{
    width: 145px;
    position: absolute;
    left: 35px;
    z-index: 2;
    top: 7px;
}
.anzac-renewal-navigation .main-navigation{
    background-color: #09202E;
    /*border-bottom: 3px solid #34495E;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    position: relative;
    /*z-index: 1000;*/
}

/* Navigation Menu List */
.anzac-renewal-navigation .nav-menu{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: stretch;
    max-width: 1065px;
    margin: 0 auto;
    position: relative;
}

/* Menu Items */
.anzac-renewal-navigation .menu-item {
    flex: 1;
    border-right: 1px solid #34495E;
    position: relative;
}

.anzac-renewal-navigation .menu-item:last-child {
    border-right: none;
}

/* Navigation Links */
.anzac-renewal-navigation .menu-item > a {
    display: block;
    padding: 20px 30px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

/* Hover Effects for Main Menu */
.anzac-renewal-navigation .menu-item > a:hover,
.anzac-renewal-navigation .menu-item:hover > a {
    background-color: #34495E;
}

/* Dropdown Menu Styles */
.anzac-renewal-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #09202e;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
    width:100%;
}

/* Show dropdown on hover */
.anzac-renewal-navigation .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown Menu Items */
.anzac-renewal-navigation .sub-menu .menu-item {
    border-right: none;
    flex: none;
}

.anzac-renewal-navigation .sub-menu .menu-item:last-child {
    border-bottom: none;
}

/* Dropdown Links */
.anzac-renewal-navigation .sub-menu a {
    display: block;
    padding: 15px 20px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.anzac-renewal-navigation .sub-menu a:hover {
    background-color: #2C3E50;
}

/* Active/Current Menu Item */
.anzac-renewal-navigation .menu-item.current-menu-item > a,
.anzac-renewal-navigation .menu-item.active > a {
    background-color: #34495E;
    border-bottom-color: #3498DB;
}

.anzac-renewal-navigation .sub-menu .menu-item.current-menu-item a {
    background-color: #2C3E50;
    border-left-color: #3498DB;
}

/* Mobile Responsive Design */
@media screen and (max-width: 768px) {
    .anzac-renewal-navigation .nav-menu,
    .anzac-renewal-navigation .menu {
        flex-direction: column;
    }
    
    .anzac-renewal-navigation .menu-item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #34495E;
    }
    
    .anzac-renewal-navigation .menu-item:last-child {
        border-bottom: none;
    }
    
    .anzac-renewal-navigation .nav-link,
    .anzac-renewal-navigation .menu-item > a {
        padding: 15px 20px;
        font-size: 14px;
    }
    
    /* Mobile Dropdown Behavior */
    .anzac-renewal-navigation .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background-color: #243847;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .anzac-renewal-navigation .menu-item:hover .sub-menu,
    .anzac-renewal-navigation .menu-item.mobile-open .sub-menu {
        max-height: 300px;
    }
    
    .anzac-renewal-navigation .sub-menu .menu-item {
        border-bottom: 1px solid #2C3E50;
    }
    
    .anzac-renewal-navigation .sub-menu a {
        padding-left: 40px;
        font-size: 13px;
    }
    
    .anzac-renewal-navigation .sub-menu a:hover {
        /*padding-left: 45px;*/
    }
    .anzac-renewal-navigation img.nav-heading-logo{
        position: static;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        width:120px;
    }
}

@media screen and (max-width: 480px) {
    .anzac-renewal-navigation .nav-link,
    .anzac-renewal-navigation .menu-item > a {
        padding: 12px 15px;
        font-size: 13px;
    }
    
    .anzac-renewal-navigation .sub-menu a {
        padding-left: 30px;
        font-size: 12px;
    }
    .anzac-renewal-navigation img.nav-heading-logo{
        width:100px;
    }
}