#leasing_accordion .card .leasing-block-group .row-link p {
    color: #ffffff;
}

body footer .main-footer {
    background: #00856F !important;
}

.acc-toggle-btn {
    color: inherit;
    text-decoration: none;
}

.nf-form-cont .nf-form-content .nf-field-container.label-hidden .nf-field-label {
    display: block !important;
    text-indent: -999px !important;
}

.nf-form-cont .nf-form-content .nf-field-container .field-wrap .nf-field-element input:focus[type=button] {
    color: #fff;
    background-color: #bc347f;
    border-color: #bc347f;
}


#masthead .navbar .container .navbar-menu .nav-slider .navbar-nav > .nav-item a:hover, #masthead .navbar .container .navbar-menu .nav-slider .navbar-nav > .nav-item a:focus, #masthead .navbar .container .navbar-menu .nav-slider .navbar-nav > .nav-item a.active {
    border-bottom: 2px solid #fff;
}


.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #bc347f;
    border-color: #bc347f;
}


#masthead .navbar .container .navbar-menu .nav-slider .navbar-nav > .nav-item a:hover, #masthead .navbar .container .navbar-menu .nav-slider .navbar-nav > .nav-item a.active, #masthead .navbar .container .navbar-menu .nav-slider .navbar-nav > .nav-item a:focus {
    border-bottom: 2px solid rgb(255, 255, 255);
}


.btn-primary:focus {
    color: #fff;
    background-color: #bc347f;
    border-color: #bc347f;
}

a:focus {
    outline: -webkit-focus-ring-color auto 2px;
}

body .btn-secondary {
    color: #757575
}

body .column-tabbed-halves .col .th-list li.active {
    border-color: #00856F;
    background-color: #00856F;
}

body #leasing_accordion .card:nth-child(1) {
    background: #00856f;
}

body #leasing_accordion .card:nth-child(2) {
    background: #00806A;
}

body #leasing_accordion .card:nth-child(3) {
    background: #007A66
}

body #amenities-navigation-toggler .category .category-name > a span {
    background: #00856F;
}


body #amenities-navigation-toggler .category .category-items {
    background: #00806a;
}

#amenities-navigation-toggler .category .category-items a {
    display: block;
    line-height: 26px
}

    #amenities-navigation-toggler .category .category-items a:hover {
        color: #c8ab49;
        cursor: pointer;
    }

body footer .main-footer {
    background: #00977e;
}

.nri-header-skip {
    position: absolute;
    top: -100px;
    overflow: hidden;
    opacity: 0;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    z-index: 15000;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bcbdbc;
    padding: 5px 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out, top 0s 0.2s, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, top 0s 0.2s, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, top 0s 0.2s;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, top 0s 0.2s, -webkit-transform 0.2s ease-out;
}

    .nri-header-skip:focus {
        top: 10px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
        transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    }

#leasing_accordion_section .container .block-header-container {
    margin-bottom: 0;
}

#leasing_callout {
    background: #00977e;
    text-align: center;
    color: white;
}

    #leasing_callout a {
        font-weight: bold;
        text-decoration: underline;
        color: white;
    }

.gm-style-iw-chr {
    position: absolute !important;
    right: -10px;
    top: -10px;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.category-name a{
    text-decoration: none;
    color: white;
}

.category-name a:hover {
    text-decoration: underline;
}

.column-tabbed-halves .col .th-content > div .tab-content-box .tab-contain h4{
    font-size: 46px;
    margin-bottom: 0;
}

@media (max-width: 1290px) {
    .column-tabbed-halves .col .th-content > div .tab-content-box .tab-contain h4 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 535px) {
    .column-tabbed-halves .col .th-content > div .tab-content-box .tab-contain h4 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 10px;
    }
}

.column-tabbed-halves .col .th-content > div .tab-content-box .tab-contain ul li{
    font-size: 16px;
}

.book-template {
    width: 100%;
    margin: 125px 0;
    display: flex;
    justify-content: center;
    z-index: 30;
    position: relative;
}

.calendar-template {
    width: 100%;
    padding: 55px 25px 0;
    display: flex;
    justify-content: center;
    max-height: 800px;    
}

.calendarista .btn-primary {
    --bs-btn-bg: #00856F !important;
    --bs-btn-border-color: #00856F !important;
    --bs-btn-hover-bg: #00856F !important;
    --bs-btn-hover-border-color: #0a58ca !important;
    --bs-btn-focus-shadow-rgb: 23, 227, 193 !important;
}

.calendarista .btn:hover {
    background-color: #00856F !important;
    border-color: #00856F !important;
}

.booking-header {
    background: #00977e;
    min-height: 66px;
    color: #fff;
}

.booking-site-content {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .booking-site-content {
        margin-top: 160px;
    }

    .book-template {
        margin: 60px 0;     
    }
}

.calendarista .calendarista-wizard-nav .nav-item a:before {
    background: #00977e !important;
}

.booking_header_logo {
    max-height: 55px;
    padding: 5px 0 0;
}

.booking_header_button {
    float: right;
}

.booking_header_button .btn-primary {
    border-color: #fff;
}

.booking_header_button .btn.btn-spans {
    margin-top: 15px;
    color: #fff;
}

.booking_header_button .btn.btn-spans span {
    padding: 3px 14px;
    font-size: 14px;
}

.booking_header h2 {
    text-align: center;    
}

@media (max-width: 400px) {
    .booking-header .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .booking_header_button {
        float: unset;
        padding-bottom: 15px;
    }

    .booking_header h2 {
        font-size: 20px;
    }
}

@media (max-width: 700px) {
    .booking_header h2 {
        font-size: 20px;
        margin: 0 auto;
    }
}

.booking-site-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
}

footer .footer-contain.booking-footer {
    min-height: 300px;
    background-size: cover;
}

.fc-row {
    height: 100px !important;
}

.fc-day-grid-container {
    height: 600px !important;
}

.fc-head {
    display: inline-block;
    height: 20px;
}

.fc-head-container {
    border-bottom: none !important;
}

@media (max-width: 768px) {
    .fc-toolbar {
        flex-direction: column;
        row-gap: 16px;
        margin-top: 35px;
    }
}

.calendarista thead {
    margin: 0 0 0 -1px;
}

.booking-footer-info {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    font-size: 12px;
    text-align: center;
    row-gap: 15px;
    background-color: #00856F !important;
    padding: 20px 0;
    color: #fff;
}

.booking-footer-info a {
    text-decoration: none;
    color: #fff;
}

.fc-list-item-marker {
    display: none;
}

.fc-list-item-title {
    display: none;
}

.fc-list-item-time::after {
    content: ' - Reserved';
}