﻿.page-1066 .breadrumb-container {
    display: none;
}

/*Full width hero*/

.full-width-hero {
    height: 540px;
    background-size: cover;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
    .full-width-hero.thin-hero {
        height: 240px;
    }

    .full-width-hero h1 {
        color: #fff;
        padding: 25px 30px 15px 30px;
        background: rgba(54, 66, 78, 0.8);
        text-transform: uppercase;
    }
    .full-width-hero .container{
        height: 100%;
    }

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.hero-content .btn-primary{
    margin-top: 16px;
}

/*Full width hero*/

/*LAtest news roadworks*/

.latest-news-roadworks h2 {
    text-transform: uppercase;
    color: var(--blue);
    font-weight: bold;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.latest-news-roadworks .news h3{
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 20px;
}

.latest-news-roadworks .news-item p {
    margin-bottom: 5px;
    font-size: 17px;
    color: #31404c;
}

.roadworks {
    background-color: #0C2a60;
    padding: 24px 21px 21px 24px;
    width: 100%;
}

    .roadworks h3 {
        color: #fff;
        margin: 0 0 20px 0;
        padding-bottom: 10px;
        border-bottom: solid 2px #fff;
        text-transform: unset;
        font-size: 20px;
        font-weight: 600;
    }

.roadwork-item p{
    color: #fff;
    margin-bottom: 6px;
}
.roadwork-item a.read-more-link {
    color: #fff;
    margin-bottom: 6px;
}
    .roadwork-item a.read-more-link:hover {
        opacity: 0.8;
    }
    .roadwork-item a.read-more-link:after {
        background-image: url('../assets/Double-chevron-white.svg');
    }
    .roadwork-item a.read-more-link:hover:after {
        background-image: url('../assets/Double-chevron-white.svg');
    }
/*Latest news roadworks*/

/*2 col icon and small text*/

.two-col-icon-text {
    background-color: var(--blue);
    padding-top: 50px;
    padding-bottom: 40px;
}

.icon-text-item{
    display: flex;
    align-items: center;
}

.icon-text-item img {
    margin-right: 20px;
    height: 70px;
    width: 70px;
}

.icon-text-item p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
}

/*2 col icon and small text*/

/*Icon columns*/

.text-columns{
    display: flex;
    width: 100%;
}

.text-column {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .text-column h3 {
        color: #0C2A60;
        font-weight: 400;
        font-family: 'Gotham-medium';
        margin-top: 20px;
        margin-bottom: 10px;
    }
.text-column-bg-img{
    min-height: 250px;
}
.padding-large {
    padding: 100px;
}
.padding-medium {
    padding: 50px;
}
.padding-small {
    padding: 20px;
}
.text-column.bg-blue{
    background-color: var(--blue);
}
    .text-column.bg-blue h3,
    .text-column.bg-blue p,
    .text-column.bg-blue .read-more-link {
        color: #fff;
    }
        .text-column.bg-blue .read-more-link:after {
            background-image: url('../assets/Double-chevron-white.svg');
        }
        .text-column.bg-blue .read-more-link:hover {
            opacity: .8;
            color: #fff;
        }
            .text-column.bg-blue .read-more-link:hover:after {
                background-image: url('../assets/Double-chevron-white.svg');
            }

/*Icon columns*/
/*Full width Image */
.fw-bg-img {
    height: 678px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

    .fw-bg-img.content-right .row{
        flex-direction: row-reverse;
    }

    .fw-bg-img h3 {
        color: var(--white);
        font-family: 'Gotham-medium';
        margin-bottom: 24px;
    }
    .fw-bg-img p {
        color: var(--white);
        font-family: 'Gotham-medium';
        margin-bottom: 24px;
    }
    .fw-bg-img a {
        display: inline-block;
    }
/*Full width Image */

/*2 Col Text And Media*/

.col-text-media{
    display: flex;
    height: 500px;
}

.col-text-media .col-tm{
    width: 50%;
}

.col-tm-content {
    padding: 70px 100px;
}

.col-tm-content h3{
    color: var(--blue);
    font-weight: 700;
}
.col-tm-content p{
    margin-bottom: 20px;
}
.col-tm-content a{
    display: inline-block;
}

.col-tm-media {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*2 Col Text And Media*/

/*Rte With BG*/

.rte-with-bg {
    background-color: #ebebeb;
    padding-top: 70px;
    padding-bottom: 30px;
}

    .rte-with-bg h2 {
        color: #0C2A60;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .rte-with-bg .btn-primary {
        margin-top: 20px;
    }

    .rte-with-bg.content-center .rte-content {
        max-width: 75%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

/*Rte With BG*/

/*RTE and Counter*/

.rte-and-counter {
    background: linear-gradient(to right, #fff 65%, #31404c 35%);
}

    .rte-and-counter .stat-column-right {
        background-color: #31404c;
    }

.stat-number {
    color: var(--yellow);
    font-size: 63px;
    line-height: 1.1;
    font-weight: 700;
}

.stat-number-description{
    color: #fff;
}

.stat-column-left{
    padding: 70px 15px;
}
    .stat-column-left h2 {
        color: var(--blue);
        font-weight: bold;
        margin-bottom: 20px;
    }
.stat-column-right {
    padding: 70px 15px 70px 100px;
}

/*RTE and Counter*/

/*Text and contact*/

.col-text-contact h2 {
    color: #0C2A60;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.col-text-contact p{
    margin-bottom: 10px;
}

.contact-icons{
    width: 16px;
    margin-right: 6px;
}

/*Text and contact*/

/*Fifty Fifty*/

.fifty-fifty img{
    max-width: 100%;
}

.fifty-fifty h3 {
    margin-bottom: 16px;
    color: #0C2A60;
}
.fifty-body {
    margin-bottom: 16px;
}

.fifty-fifty-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fifty-fifty-col a{
    width: fit-content;
}

/*Fifty Fifty*/


/*News page*/

.newsBanner {
    background-color: var(--blue);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.newsBanner h1{
    color: #fff;
    font-weight: 600;
    margin-bottom: 24px;
}

.news-date {
    color: #fff;
    font-weight: 600;
    opacity: .8;
}

.news-feat-img{
    max-width: 100%;
    margin-bottom: 30px;
}

/*News Page*/

/*Angled hero*/

.angled-hero{
    display: flex;
    min-height: 450px;
    position: relative;
    background-color: var(--yellow);
    justify-content: flex-end;
}

.ah-bgimage{
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow:hidden;
}
.ah-bgimage:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../assets/Hero-shape.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.angled-hero .ah-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.angled-hero .ah-content h1{
    max-width: 48%;
}
/*Angled hero*/

.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6{
    color: var(--blue);
    font-weight: bold;
}

.text-column-bg-img{
    position: relative;
}

.tc-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 63, 72, .7);
}

.text-column-bg-img h3,
.text-column-bg-img p {
    color: #fff;
}
.text-column-bg-img .read-more-link {
    color: #fff;
}
    .text-column-bg-img .read-more-link:after {
        background-image: url('../assets/Double-chevron-white.svg');
    }
.text-column-bg-img .read-more-link:hover {
    opacity: .8;
    color: #fff;
}

    .text-column-bg-img .read-more-link:hover:after {
        background-image: url('../assets/Double-chevron-white.svg');
    }

.text-column-bg-content{
    z-index: 1;
    position: relative;
}

/*News Listing*/

.news-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-item h6 {
    color: var(--blue);
    font-weight: bold;
    font-size: 18px;
}

.news-item img {
    max-width: 100%;
    border: solid 1px #f2f2f2;
}

.news-item-img{
    margin-bottom: 20px;
}

.news-item .read-more-link{
    width: fit-content;
}

/*News Listing*/

.fw-bg-img-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 63, 72, .5);
}

.fw-bg-img {
    position: relative;
}

.fw-bg-img .container{
    z-index: 1;
}