/* BANNER SLIDER */
.banner-slider-block .carousel-actions {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 24px;
    margin-left: 15%;
    align-items: center;
}
.banner-slider-block .carousel-actions .carousel-indicators {
    position: relative;
    margin: 0px;
}
.banner-slider-block .carousel-indicators [data-bs-target] {
    background-color: transparent;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    border: 0px none;
    opacity: 1;
    border-radius: 100%;
    border: 1px solid #fff;
}
.banner-slider-block .carousel-indicators [data-bs-target].active {
    background-color: #fff;
}
.banner-slider-block .js-slide-toggler {
    display: block;
    padding: 0px;
    background: transparent;
    border: 0px;
    margin: 0px 4px;
    color: #fff;
    line-height: 14px;
}
.banner-slider-block .js-slide-toggler.active .fa-play,
.banner-slider-block .js-slide-toggler:not(.active) .fa-pause {
    display: none;
}

@media all and (min-width: 992px) {

    .banner-slider-block .carousel-control-prev {
        left: 15%;
    }

    .banner-slider-block .carousel-control-next {
        right: 15%;
    }
}

.high-contrast .banner-slider-block .carousel-item > a:hover {
    background-color: #000 !important;
}
@media all and (max-width: 480px) {
    .banner-slider-block .carousel-actions {
        margin-bottom: 6px;
    }
}

/* CAR PARK MAP */
.car-park-map-block {
    height: 550px;
    position: relative;
    margin: 0px;
}
.car-park-map-block.map-view-navigator {
    border-top: 5px solid #e6e6e6;
    border-bottom: 5px solid #e6e6e6;
}
.car-park-map-block.map-view-navigator,
.car-park-map-block.car-park-map-block {
    height: auto;
}
.page-node-type-car-parks .car-park-map-block iframe {
    min-height: 720px;
}
.car-park-map-block iframe {
    position: relative;
    overflow: hidden;
    border: 0;
    display: block;
    width: 100%;
}
/*.page-node-type-car-parks .car-park-map-block {
    height: 520px;
}*/
.car-park-map-block.map-view-availability {
    height: 800px;
}
.car-park-map-block.map-view-navigator iframe {
    min-height: 720px;
}

/* LATEST NEWS/EVENTS */
.whats-new-latest-news-block {    
    min-height: 350px;
    position: relative;
}
.whats-new-latest-news-block h2 {
    font-weight: 600;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.whats-new-latest-news-block .article-title {
    margin-bottom: 0;
}
.whats-new-latest-news-block .article-title a {
    text-decoration: none;
    font-size: 22px;
    color: #000;
    line-height: 1.2;
}
.whats-new-latest-news-block .article-title a:hover {
    text-decoration: underline;
}
.whats-new-latest-news-block .article-info {
    font-size: 16px;
}
.whats-new-latest-news-block .article-info i.fa-solid {
    color: #fcaf17;
}
.whats-new-latest-news-block .article-content {
    font-size: 14px;
    line-height: 1.4;
}
.whats-new-latest-news-block .carousel-control-prev-icon::before,
.whats-new-latest-news-block .carousel-control-next-icon::before {
    color: #023a5d;
}
.whats-new-latest-news-block .btn-secondary {
    margin-top: -1px;
}
.whats-new-latest-news-block .carousel-indicators [data-bs-target] {
    border: 1px solid #a1af06;
    background: transparent;
}
.whats-new-latest-news-block .carousel-indicators [data-bs-target].active {
    border: transparent;
    width: 16px;
    height: 16px;
}
#carousel-block-latest-news {
    height: 500px;
}
@media all and (min-width: 992px) {
    
    #carousel-block-latest-news {
        height: 600px;
    }    
}
@media all and (min-width: 1400px) {
    .whats-new-latest-news-block .container {
        position: relative;
    }

    .whats-new-latest-news-block .carousel-control-prev {
        left: -4rem;
    }

    .whats-new-latest-news-block .carousel-control-next {
        right: -4rem;
    }
}

/* SERVICES */
.services-flip-card-block h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #004f9d;
    padding: 0;
    margin: 0 0px 30px;
}
.services-flip-card-block .flip-card {
    position: relative;
    background-color: transparent;
    width: 100%;
    min-height: 300px;
    perspective: 1000px;
    transition: border-color .3s ease,box-shadow .3s ease;
    border: 1px solid #e6e6e6;
}
.services-flip-card-block .flip-card:hover {
    border: 1px solid #023a5d;
}
.services-flip-card-block .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.services-flip-card-block .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.services-flip-card-block .flip-card-front, 
.services-flip-card-block .flip-card-back {
    position: absolute;
    width: 100%;
    height: 300px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services-flip-card-block .flip-card-front {
    color: #000;
}
.services-flip-card-block .flip-card-front .card-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.services-flip-card-block .flip-card-front .fa-ellipsis {
    color: #ccc;
    font-size: 30px !important;
}
.services-flip-card-block .flip-card-back {
    background-color: #fcaf17;
    color: #005BA3;
    transform: rotateY(180deg);
}
.services-flip-card-block .flip-card-back .short-description {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
}
.services-flip-card-block .flip-card-back .find-out-more a {
    font-size: 16px;
    color: #005BA3;
    font-weight: 400;
    text-decoration: none;
}
.services-flip-card-block .flip-card-back .find-out-more a:hover {
    color: #fff;
}
.services-flip-card-block .flip-card-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.services-flip-card-block .icon-container {
    min-height: 67px;
}
.services-flip-card-block .flip-card img {
    width: auto;
    max-width: 100%;
}
/* RELATED NEWS AND EVENTS */
.whats-new-related-news-block h3 {
    color: #023a5d;
    font-weight: 700;
    font-size: 19px;
}
.whats-new-related-news-block .article-title {
    color: #003b5d;
    font-size: 18px;
    line-height: 1.2;
}
.whats-new-related-news-block .article-info {
    font-size: 16px;
    color: #003b5d;
}
.whats-new-related-news-block .article-info {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 1.5;
}

/* ACCORDION */
.accordion-block .accordion  {
    padding: 0px 25px;
}
.accordion-block .accordion-button,
.accordion-block .accordion-button:not(.collapsed),
.accordion-block .accordion-button:focus {
    color: #5d5d5d;
    font-weight: bold;
    font-size: 16px;
    background: transparent;
    box-shadow: none;
    padding: 16px 45px;
    line-height: 1.5;
}
.accordion-block .accordion-button i {
    color: #fcaf17;
}
.accordion-block .accordion-button i.acc-caret-left {
    position: absolute;
    left: 20px;
}
.accordion-block .accordion-button i.acc-caret-right {
    position: absolute;
    right: 20px;
    font-size: 24px;
}
.accordion-block .accordion-button:not(.collapsed) i.acc-caret-right {
    transform: rotate(90deg);
}
.accordion-block .accordion-button::after {
    display: none;
}
.accordion-block .accordion-item {
    border-bottom: 1px solid #f2f2f2 !important;
    box-shadow: none;
    overflow: hidden;
    padding: 15px 0px;
}
.accordion-block .accordion-item:last-child {
    border-bottom: 1px solid transparent !important;
}
.accordion-block .accordion-item:hover {
    background-color: #f2f2f2;
    border-radius: 35px;
    border-bottom: 1px solid transparent !important;
    padding: 15px 25px;
    margin-left: -25px;
    width: calc(100% + 50px);
}

/* POPULAR NEWS & EVENTS */
.whats-new-popular-news-block .article-title a {
    font-size: 18px;
    line-height: 1.25;
    color: #003b5b;
}
.whats-new-popular-news-block .article-info a,
.whats-new-popular-news-block .article-info i.fa-caret-right {
    color: #337ab7;
}
.whats-new-popular-news-block .article-info i.fa-caret-right.article-type-1 {
    color: #0096CD;
}
.whats-new-popular-news-block .article-info i.fa-caret-right.article-type-2 {
    color: #C50000;
}
.whats-new-popular-news-block .article-info i.fa-caret-right.article-type-3 {
    color: #00A9AE;
}
.whats-new-popular-news-block .article-info i.fa-caret-right.article-type-4 {
    color: #7800C5;
}
.whats-new-popular-news-block .article-info i.fa-caret-right.article-type-5 {
    color: #77A323;
}

/* SITEMAP */
.view-sitemap .view-content {
    display: flex;
    flex-wrap: wrap;
}
.view-sitemap .item-list > h3 {
    color: #005ba3;
    font-size: 28px;
    font-weight: 700;
}

/* WEBFORM */
.block-webform label {
    font-weight: bold;
    margin: 0px 0px 5px;
}
.block-webform .form-control {
    width: 100%;
    height: 35px;
    border: 1px solid #f2f5f8;
    background: #f2f5f8;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
}
.block-webform .form-control:focus-visible {
    border: 1px solid #4a4a4a;
}

/* RELATED CAR PARKS */
.block-views-blockrelated-car-parks-related-car-parks {
    padding: 30px 0px;
}

/* ARTICLE PAGER */
.entity-pager {
    padding: 60px 0px 0px;
}
.entity-pager .entity-pager-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.entity-pager .entity-pager-item a {
    color: #003b5d;
    font-size: 18px;
}
.entity-pager .entity-pager-item.entity-pager-item-all a {
    background: #fcaf17;
    padding: 15px 20px;
    color: #000;
    position: relative;    
}
.entity-pager .entity-pager-item.entity-pager-item-all a:hover {
    background-color: #003b5d;
    color: #fff;        
    text-decoration: none;
}
@media all and (max-width: 991px) {
    .entity-pager {
        padding: 60px 0px;
    }
}
@media all and (max-width: 540px) {
    .entity-pager .entity-pager-list,
    .entity-pager .entity-pager-item {
        display: block;
    }
    .entity-pager .entity-pager-item.entity-pager-item-all {
        margin: 30px 0.3em;
    }
}

/* SEARCH */
.search-block .result-title {
    border-bottom: 2px solid #f2f2f2;
    color: #0059A7;
    font-size: 30px;
}
.search-block .view-header {
    color: #737373;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 30px;
}
.search-block .views-row {
    border-bottom: 2px solid #f2f2f2;
    padding: 20px 0px;
}
.search-block .views-field-title-1 {
    color: #0059A7;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 10px;
}
.search-block .views-field-url {
    margin: 0px 0px 10px;
}
.search-block .views-field-url a {
    color: #737373;
    font-size: 16px;
    font-weight: 600;
}
.search-block .fa {
    color: #FFAE00;
}
.search-block .views-more-link {
    display: block;
    clear: both;
    width: 130px;
    background: #005AA3;
    color: #fff;
    border-radius: 15px;
    padding: 6px 15px 6px 25px;
    margin: 15px 0px 0px;
}
.search-block .views-more-link:hover,
.search-block .views-field-url a:hover {
    text-decoration: none;
}
.search-block .views-more-link i {
    color: #fff;
}

/* SEARCH BUTTONS */
#block-cpp-mobilesearchbutton,
#block-cpp-mobilesearchbutton-2 {
    font-size: 1.3rem;
    color: #696969;
    cursor: pointer;
}
#block-cpp-mobilesearchbutton {
    display: block;
    float: right;
    margin-top: 10px;
}
#block-cpp-mobilesearchbutton-2 {
    display: none;
    font-size: 0.9rem;
}
#block-cpp-mobilesearchbutton-2 i {
    border-left: 2px solid #000;
    padding-left: 2rem;
}
@media all and (min-width: 1200px) {
    #block-cpp-mobilesearchbutton {
        display: none;
    }
    #block-cpp-mobilesearchbutton-2 {
        display: inline-block;
    }
}

/* PAGINATION */
.pagination .page-item {
    padding: 0 0.5em;
}
.pagination .page-item .page-link {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px !important;
    font-size: 14px;
    color: #337ab7;
}
.pagination .page-item.active .page-link {
    font-weight: 700;
    color: #333;
    border-color: transparent;
}
.pagination .page-item .page-link:hover {
    text-decoration: none;
    background-color: #eee;
}

/** CONTACT INFORMATION (FOOTER) **/
#block-cpp-footercontactinformation h2 {
    font-size: 1.2rem;    
    color: #003b5b;
    font-weight: normal;
}
#block-cpp-footercontactinformation h2 a {
    color: #003b5b;
}
#block-cpp-footercontactinformation h2:first-of-type,
.section-footer-top .block {
    margin-top: 2.5rem; 
}

/** RELATED SITES (FOOTER) **/
#block-cpp-relatedsitesfooter .field--name-body {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

@media all and (min-width: 992px) {
    #block-cpp-footercontactinformation h2 {
        font-size: 1.5rem;
    }
}
