
.portfolio_banner .page_title {
    padding-bottom: 0;
    margin-bottom: 0;
}

    .portfolio_banner .page_title + span {
        display: block;
        color: var(--grey);
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: 700;
    }

.portfolio-header-section {
    padding-top: 32px;
}

    .portfolio-header-section .header_text {
        font-size: 32px;
        font-style: italic;
        font-weight: 100;
    }

.portfolio-header-background {
    /*background-color: var(--dark-teal);*/
    background-color: var(--new-dark-blue-header);
    margin-top: -45px;
}

.header_text {
    font-weight: 300;
    vertical-align: -webkit-baseline-middle;
    color: white;
    font-family: "proxima-nova", sans-serif;
    font-size: 25px;
    margin-top: 10px;
}

/*----------------------------------------------------------------*/
.portfolio_container {
    padding: 1px;
    margin: 0px -15px;
    border-radius: 10px;
    /*background: linear-gradient(#b5b5b5, #fff 40%);*/
    background: #fff;
}

    .portfolio_container > .portfolio_row {
        background: #fff;
        /*padding: 10px;*/
        padding: 0;
        /*border-radius: 10px;*/
        border-radius: 0;
        border: none;
    }

.portfolio_expand_body {
    /*padding: 10px 10px 80px 10px;*/
    background: #f9fafb;
    /*border: 1px solid #dfdfdf;*/
    border: none;
    padding: 0;
}

/*----------------------------------------------------------------*/
.view_options {
    text-align: right;
}

    .view_options > span {
        color: white;
        text-transform: uppercase;
        font-size: 1.35em;
        font-weight: 700;
        padding: 35px 0 0;
        margin: 0 0 5px;
    }

.view_switch_container {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0 0 20px;
}

    .view_switch_container > span {
        margin: 0 10px;
        color: white;
        text-transform: uppercase;
    }

.view_switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

    .view_switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.view_switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

    .view_switch_slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: var(--light-blue);
        -webkit-transition: .4s;
        transition: .4s;
    }

.view_switch input:checked + .view_switch_slider {
    background-color: white;
}

.view_switch input:focus + .view_switch_slider {
    box-shadow: 0 0 1px #2196F3;
}

.view_switch input:checked + .view_switch_slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

.view_switch .view_switch_slider {
    border-radius: 24px;
}

    .view_switch .view_switch_slider:before {
        border-radius: 50%;
    }

/*----------------------------------------------------------------*/

.portfolio_article_expandable {
    margin: 0 0 5px;
}

    .portfolio_article_expandable:last-of-type {
        margin: 0;
    }

.portfolio_expand_header {
    position: relative;
    background: var(--light-blue);
    padding: 15px;
    cursor: pointer;
    transition: background 0.3s linear;
}

    .portfolio_expand_header:hover {
        background: var(--dark-teal);
    }

    .portfolio_expand_header::before {
        position: absolute;
        font-family: FontAwesome;
        content: "\f056";
        top: 50%;
        right: 15px;
        font-size: 1.5em;
        color: white;
        transform: translate(0, -50%);
    }

    .portfolio_expand_header.collapsed::before {
        content: "\f055";
    }

    .portfolio_expand_header:hover::before {
        color: #fff;
    }

    .portfolio_expand_header h3 {
        color: white;
        text-transform: uppercase;
        /*font-family: ProzaLibre;*/
        font-family: "proxima-nova", sans-serif;
    }

    .portfolio_expand_header:hover h3 {
        color: #fff;
    }

.portfolio_expand_img {
    position: relative;
    overflow: hidden;
    min-height: 160px;
    background-color: rgba(254, 163, 11, 0.25);
    margin: 0 0 15px;
}

.portfolio_expand_desc {
    padding: 0 15px;
}

    .portfolio_expand_desc .options {
        font-size: 20px;
        font-weight: bold;
    }

.portfolio_expand_details {
    color: #63656a;
    padding: 20px 0;
}

    .portfolio_expand_details .options,
    .portfolio_expand_details .location {
        display: block;
        background-repeat: no-repeat;
        background-position: left 5px;
        font-size: 0.9em;
        font-weight: 700;
        line-height: 1.2em;
    }

    .portfolio_expand_details .options {
        padding: 15px 0 15px 0px;
        /*background-image: url(../images/options.png);*/
        /*background-size: 80px auto;*/
    }

    .portfolio_expand_details .flex_container {
        display: flex;
    }

        .portfolio_expand_details .flex_container > div {
            flex: 1;
        }

    .portfolio_expand_details .location {
        /*padding: 7px 0 25px 95px;*/
        padding: 7px 0 25px 0;
        /*        background-image: url(../images/location.png);
        background-size: 25px auto;*/
        font-size: 16px;
        font-family: 'proxima-nova', sans-serif;
    }

    .portfolio_expand_details .words {
        padding: 5px 0 25px 60px;
        font-family: 'proxima-nova', sans-serif;
        font-weight: bold;
    }

        .portfolio_expand_details .location span,
        .portfolio_expand_details .words span {
            color: #fea30b;
            padding: 0 5px 0 0;
            font-weight: 700;
            display: block;
        }

        .portfolio_expand_details .words span {
            margin-bottom: -5px;
        }

    .portfolio_expand_details.redesign {
        background: #e7e7e8;
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 20px;
    }

        .portfolio_expand_details.redesign .location,
        .portfolio_expand_details.redesign .words {
            display: flex;
            font-weight: 400;
            padding: 0 0 10px 0;
        }

            .portfolio_expand_details.redesign .location span,
            .portfolio_expand_details.redesign .words span {
                color: var(--grey);
                font-weight: 700;
            }

        .portfolio_expand_details.redesign .words {
            padding: 0;
        }
        /*
        .portfolio_expand_details.redesign .portfolio_expand_details {
        }
*/
        .portfolio_expand_details.redesign .portfolio_expand_details_left {
            /*align-items: center;*/
            display: flex;
            flex: 1;
            max-width: 60px;
            justify-content: center;
        }

            .portfolio_expand_details.redesign .portfolio_expand_details_left img {
                max-height: 30px;
            }


        .portfolio_expand_details.redesign .portfolio_expand_details_right .top-row {
            /*margin-bottom: 15px;*/
        }

        .portfolio_expand_details.redesign .portfolio_expand_details_right .bottom-row {
            display: flex;
            margin-top: 15px;
        }

            .portfolio_expand_details.redesign .portfolio_expand_details_right .bottom-row a {
                border: 1px solid var(--grey);
                letter-spacing: 0;
                text-transform: none;
            }
/*.portfolio_expand_details.redesign .portfolio_expand_details .location*/

.portfolio_expand_links {
    padding: 25px 0 0;
    margin: 0;
}

    .portfolio_expand_links a {
        display: block;
        color: #63656a;
        padding: 10px 0 10px 25px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px auto;
        font-size: 0.8em;
        font-weight: 700;
        line-height: 1.2em;
    }

    .portfolio_expand_links .microsite {
        width: fit-content;
        padding: 11px 25px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 25px;
        border: 1px solid grey;
        text-decoration: none;
    }

        .portfolio_expand_links .microsite:hover {
            text-decoration: none;
            color: white;
            background-color: grey;
        }

    .portfolio_expand_links .brochure {
        background-image: url(../images/brochure.png);
    }
/*----------------------------------------------------------------*/

.portfolio_article_listing {
    margin: 0 0 15px;
}

    .portfolio_article_listing:last-of-type {
        margin: 0;
    }

    .portfolio_article_listing .col-xs-12 {
        padding-right: 0;
    }

        .portfolio_article_listing .col-xs-12:last-of-type {
            padding-left: 0;
            padding-right: 15px;
        }

    .portfolio_article_listing > .row {
        display: flex;
    }

.portfolio_list_img {
    height: 100%;
}

    .portfolio_list_img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.portfolio_list_header {
    position: relative;
    background: var(--dark-teal);
    padding: 15px;
}

    .portfolio_list_header h3 {
        color: white;
        text-transform: uppercase;
    }

.portfolio_list_body {
    border: 1px solid #dfdfdf;
    padding: 20px;
    border-top: 0;
    border-left: 0;
    height: calc(100% - 54px);
}
/*----------------------------------------------------------------*/

.portfolio_carousel .prev,
.portfolio_carousel .next {
    position: absolute;
    top: 25px;
    right: -45px;
    padding: 6px;
    background: #63656a;
    color: #fff;
    border-radius: 50%;
    font-size: 0.8em;
    cursor: pointer;
    transition: linear background 0.3s;
    -webkit-transition: linear background 0.3s;
    -moz-transition: linear background 0.3s;
    -o-transition: linear background 0.3s;
}

.portfolio_carousel .next {
    top: 55px;
}

    .portfolio_carousel .prev:hover,
    .portfolio_carousel .next:hover {
        background: #fea30b;
    }

.portfolio_carousel div:not([class]) {
    display: flex;
}

.portfolio_carousel_item {
    display: flex;
}

    .portfolio_carousel_item.active .portfolio_item {
        border: 2px solid #fea30b;
        background-color: rgba(254, 163, 11, 0.1);
    }

.portfolio_item {
    position: relative;
    border: 2px solid #63656a;
    background-color: #fff;
    padding: 10px;
    margin: 5px;
    min-height: 416px;
    transition: linear all 0.3s;
    -webkit-transition: linear all 0.3s;
    -moz-transition: linear all 0.3s;
    -o-transition: linear all 0.3s;
}

.portfolio_img {
    position: relative;
    overflow: hidden;
    min-height: 160px;
    background-color: rgba(254, 163, 11, 0.25);
    margin: 0 0 10px;
}

    .portfolio_img .portfolio_desc {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 10px;
        min-height: 100%;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        background-color: rgba(99, 101, 106, 0.8);
        font-size: 0.85em;
        line-height: 1.5em;
        color: #fff;
        transition: linear top 0.3s;
        -webkit-transition: linear top 0.3s;
        -moz-transition: linear top 0.3s;
        -o-transition: linear top 0.3s;
    }

        .portfolio_img .portfolio_desc::-webkit-scrollbar {
            width: 5px;
        }

        .portfolio_img .portfolio_desc::-webkit-scrollbar-track {
            background: rgba(99, 101, 106, 0.9);
        }

        .portfolio_img .portfolio_desc::-webkit-scrollbar-thumb {
            background: #fea30b;
            cursor: pointer;
        }

            .portfolio_img .portfolio_desc::-webkit-scrollbar-thumb:hover {
                background: #fea30b;
            }

    .portfolio_img:hover .portfolio_desc {
        top: 0;
    }
/*----------------------------------------------------------------*/

#map_banner {
    position: relative;
    margin-top: 25px;
    margin-bottom: -14px;
    overflow: hidden;
}

    #map_banner .image_container {
        position: relative;
        float: left;
    }

        #map_banner .image_container map area {
            outline: none;
        }

        #map_banner .image_container .left {
            position: absolute;
            top: 0px;
            bottom: 0px;
            right: 100%;
            height: 100% !important;
        }

        #map_banner .image_container .centre {
            max-width: 100%;
        }

        #map_banner .image_container .right {
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 100%;
            height: 100% !important;
        }

    #map_banner .map_panel {
        position: absolute;
        top: 50px;
        left: 0px;
        padding: 20px;
        width: 100%;
        background-color: #FFFFFF;
        box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.5);
    }

        #map_banner .map_panel p.strapline {
            margin: 0px;
            color: #979797;
            font-size: 1.15em;
            line-height: 1.4em;
        }

        #map_banner .map_panel h2.district_name {
            margin: 4px 0px 14px 0px;
            color: #268DAB;
            font-size: 3.4em;
            line-height: 1em;
        }

        #map_banner .map_panel .short_description {
            margin: 0px 0px 30px 0px;
            color: #000000;
            font-size: 1.142em;
            line-height: 1.3em;
        }

        #map_banner .map_panel .detail_link {
            font-size: 1.3354em;
        }

        #map_banner .map_panel .provision_buttons {
            margin: 0px 0px 60px 0px;
        }

            #map_banner .map_panel .provision_buttons div.button {
                float: left;
                margin: 0px 0px 10px 0px;
                width: 50%;
            }

            #map_banner .map_panel .provision_buttons a {
                display: block;
                color: #979797;
                font-size: 1.45em;
                line-height: 54px;
            }

                #map_banner .map_panel .provision_buttons a span.image_container {
                    display: block;
                    position: relative;
                    float: left;
                    margin-right: 16px;
                    width: 54px;
                    height: 54px;
                }

                #map_banner .map_panel .provision_buttons a img {
                    display: block;
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                }

                #map_banner .map_panel .provision_buttons a:hover img {
                    opacity: 0.9;
                }

    #map_banner .line {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 10px;
        height: 10px;
        background-color: #777777;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #map_banner .image_container .national_thumbnail {
        position: absolute;
        display: block;
        left: 0px;
        bottom: 10px;
        width: 25.438%;
        line-height: 0px;
    }

        #map_banner .image_container .national_thumbnail img {
            width: 100%;
        }
/*----------------------------------------------------------------*/

.map_row {
    display: flex;
    margin-bottom: 40px;
}

#map {
    /*background-color: rgba(254, 163, 11, 0.25);*/
    height: 100%;
}
/*----------------------------------------------------------------*/

#map_container {
    cursor: move;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 750px;
    overflow: hidden;
}

#map_all {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #map_all img {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        min-width: 100%;
        min-height: 100%;
    }

    #map_all map area {
        outline: none;
    }

#map_container .prompt {
    position: absolute;
    display: block;
    bottom: 14px;
    right: 14px;
    padding: 4px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1em;
    background-color: rgba(0, 0, 0, 0.4);
}

#map_container .overlay {
    position: absolute;
    display: block;
    z-index: 500;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#map_block {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
}

    #map_block > img {
        display: block;
        max-width: none !important;
    }

#map_container {
    display: none !important;
}

@media screen and (min-width: 500px) {
    #map_container {
        display: block !important;
    }
}

.marker {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    /*    width: 30px;
    height: 40px;*/

    width: 20px;
    height: 30px;
    overflow: visible;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: background-image 0.5s, border-color 0.5s;
    -moz-transition: background-image 0.5s, border-color 0.5s;
    transition: background-image 0.5s, border-color 0.5s;
    /*-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;*/
    background-color: transparent;
    border: 2px solid transparent;
}

    .marker.icon_null {
        background-image: url(../images/map-pointer.png);
    }

        .marker.icon_null.selected {
            background-image: url(../images/map-pointer-active.png);
        }

        .marker.icon_null.development {
            background-image: url(../images/map-pointer-active.png);
        }

            .marker.icon_null.development.selected {
                background-image: url(../images/map-pointer.png);
            }
    /*.marker.icon_housing {
    background-image: url("../images/marker_housing_default.png?v=2");
}

.marker.icon_employment {
    background-image: url("../images/marker_employment_default.png?v=2");
}

.marker.icon_infrastructure {
    background-image: url("../images/marker_infrastructure_default.png?v=2");
}

.marker.icon_environment {
    background-image: url("../images/marker_environment_default.png?v=2");
}

.marker:hover {

}

.marker.icon_housing:hover,
.marker.icon_housing.selected {
    background-image: url("../images/marker_housing_selected.png?v=2");
}

.marker.icon_employment:hover,
.marker.icon_employment.selected {
    background-image: url("../images/marker_employment_selected.png?v=2");
}

.marker.icon_infrastructure:hover,
.marker.icon_infrastructure.selected {
    background-image: url("../images/marker_infrastructure_selected.png?v=2");
}

.marker.icon_environment:hover,
.marker.icon_environment.selected {
    background-image: url("../images/marker_environment_selected.png?v=2");
}*/

    .marker.icon_housing.selected,
    .marker.icon_housing.selected .marker_label {
        border-color: #C30D42;
    }

    .marker.icon_employment.selected,
    .marker.icon_employment.selected .marker_label {
        border-color: #216E17;
    }

    .marker.icon_infrastructure.selected,
    .marker.icon_infrastructure.selected .marker_label {
        border-color: #1F79A6;
    }

    .marker.icon_environment.selected,
    .marker.icon_environment.selected .marker_label {
        border-color: #86A92E;
    }

    .marker .inner {
        position: absolute;
        top: -2px;
        left: -2px;
        width: 26px;
        height: 26px;
    }

.marker_label {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 100;
    box-sizing: border-box;
    padding: 4px 10px;
    text-align: center;
    font-size: 1em;
    line-height: 1.4em;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: 2px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity 0.5s, border-color 0.5s;
    -moz-transition: opacity 0.5s, border-color 0.5s;
    transition: opacity 0.5s, border-color 0.5s;
    white-space: nowrap;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.marker.icon_housing .marker_label {
    color: #C30D42;
}

.marker.icon_employment .marker_label {
    color: #216E17;
}

.marker.icon_infrastructure .marker_label {
    color: #1F79A6;
}

.marker.icon_environment .marker_label {
    color: #86A92E;
}

.marker .inner:hover + .marker_label,
.marker.selected .marker_label {
    display: block;
    opacity: 1;
}

.pin {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 70;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 30px solid #000000;
}
/*----------------------------------------------------------------*/

.map_description {
    margin: 20px 0px;
    color: #FFFFFF;
    font-size: 1.14em;
    line-height: 1.3em;
}

    .map_description a {
        color: #FFFFFF;
    }

    .map_description h1 {
        margin: 16px 0px;
        padding-bottom: 16px;
        color: #FFFFFF;
        font-size: 2.8em;
        line-height: 1em;
        border-bottom: 1px solid #FFFFFF;
    }

        .map_description h1 img {
            position: relative;
            bottom: -2px;
            padding-right: 10px;
            vertical-align: baseline;
        }

    .map_description a.explore_more {
        display: block;
        float: left;
        margin-top: 20px;
        padding: 0px 20px;
        color: #268DAB;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 40px;
        background-color: #FFFFFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

        .map_description a.explore_more:hover {
            background-color: rgba(255, 255, 255, 0.9);
        }
/*----------------------------------------------------------------*/

.extra_text {
    padding: 0px 50px;
    color: #000000;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
}
/*----------------------------------------------------------------*/
/*#data .data_tabs {
    float: left;
    margin: 24px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid #698AAE;
}

#data .data_tabs li {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

#data .data_tabs li a {
    position: relative;
    display: block;
    margin-right: 1px;
    margin-bottom: -1px;
    padding-top: 8px;
    padding-left: 26px;
    padding-right: 26px;
    min-height: 37px;
    color: #268DAB;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4em;
    background-color: #F1F4F5;
    border: 1px solid #698AAE;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}

#data .data_tabs li a:after {
    position: absolute;
    display: block;
    content: "";
    top: -1px;
    right: -1px;
    width: 14px;
    height: 12px;
    background-image: url("../images/corner_default.png");
    background-repeat: no-repeat;
}

#data .data_tabs li.selected a {
    background-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

#data .data_tabs li.selected a:after {
    background-image: url("../images/corner_selected.png");
}

#data .data_panels {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#data .data_panels li {
    display: none;
    margin: 0px;
    padding: 40px;
    border-left: 1px solid #698AAE;
    border-right: 1px solid #698AAE;
    border-bottom: 1px solid #698AAE;
}

#data .data_panels li.selected {
    display: block;
}*/
/*----------------------------------------------------------------*/
/*#data .icon {
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-right: 15px;
    width: 110px;
    height: 85px;
}

#data .icon img {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    max-width: 100%;
}

#data h2 {
    margin: 0px;
    font-size: 3em;
    line-height: 1em;
}

#data p.short_description {
    margin: 20px 0px 30px 0px;
    color: #000000;
    font-size: 1.14em;
    line-height: 1.4em;
}

#data table {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

#data table thead {
    background-color: #555555;
}

#data table th,
#data table td {
    padding: 10px 12px;
    vertical-align: top;
    text-align: center;
    font-size: 1.14em;
    line-height: 1.4em;
}

#data table th:first-child,
#data table td:first-child {
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#data table th {
    color: #FFFFFF;
    font-weight: normal;
}

#data table td,
#data table td a {
    color: #000000;
}

#data table tbody tr {
    background-color: #F8FBFB;
    border-top: 1px solid #C4DBDA;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#data table tbody tr:first-child {
    border-top: none;
}

#data table tbody tr:nth-child(even) {
    background-color: #EFF6F6;
}

#data table tbody tr.selected,
#data table tbody tr.selected:nth-child(even) {
    background-color: rgba(239, 246, 246, 0.8);
}

#data p.no_schemes_found {
    margin: 0px;
    padding: 10px 12px;
    color: #000000;
    font-size: 1.14em;
    line-height: 1.4em;
    background-color: #F8FBFB;
}*/
/* Redesign */

.page_portfolio {
}

    .page_portfolio .new-blue-background {
        padding-top: 60px;
        padding-bottom: 120px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -50px;
    }

@media screen and (min-width : 768px) {
    .page_portfolio .new-blue-background {
        padding-left: 0;
        padding-right: 0;
    }
}

.page_portfolio .new-blue-background p {
    font-size: 24px;
    font-weight: 300;
}

.page_portfolio .portfolio_group {
    margin-bottom: 10px;
}

.page_portfolio .portfolio_group_heading {
    background: var(--grey-text);
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    margin: 0 0 5px;
    padding: 10px 25px;
    text-transform: none;
}

.page_portfolio .portfolio_article_expandable .portfolio_expand_header {
    background: var(--offwhite2);
    border-left: 5px solid var(--orange);
    padding: 10px;
    /*padding-left: 30px;*/
    padding-left: 20px;
}

    .page_portfolio .portfolio_article_expandable .portfolio_expand_header::before {
        color: var(--grey-text);
    }

    .page_portfolio .portfolio_article_expandable .portfolio_expand_header h3 {
        color: var(--grey-text);
        font-size: 28px;
        font-style: unset;
        /*font-weight: 600;*/
        font-weight: 400;
        text-transform: none;
    }

.page_portfolio .portfolio_article_expandable.development .portfolio_expand_header {
    border-color: var(--new-border-blue);
}

.page_portfolio .portfolio_article_expandable .portfolio_expand_img {
    position: relative;
}

.page_portfolio .portfolio_article_expandable .portfolio_expand_banner {
    background: var(--orange);
    bottom: 0;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
}

    .page_portfolio .portfolio_article_expandable .portfolio_expand_banner p {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .page_portfolio .portfolio_article_expandable .portfolio_expand_banner.development {
        background: var( --new-border-blue);
    }

.page_portfolio .pin-key {
    background: #fff;
    display: flex;
    flex-direction: row;
    min-width: 280px;
    padding: 10px;
    position: absolute;
    left: 20px;
    top: 20px;
}

    .page_portfolio .pin-key .development,
    .page_portfolio .pin-key .strategic-land {
        align-items: center;
        display: flex;
    }

    .page_portfolio .pin-key .development {
        margin-right: 20px;
    }

    .page_portfolio .pin-key .strategic-land {
        /*margin-right: 20px;*/
    }

        .page_portfolio .pin-key .development p,
        .page_portfolio .pin-key .strategic-land p {
            font-size: 14px;
            font-weight: 300;
            margin: 0;
            margin-left: 10px;
        }

.page_portfolio .portfolio_article_listing {
}

    .page_portfolio .portfolio_article_listing .portfolio_list_body_top {
        background: #f9fafb;
    }

    .page_portfolio .portfolio_article_listing h3 {
        color: var(--grey);
        font-style: unset;
    }

    .page_portfolio .portfolio_article_listing .portfolio_expand_details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 30px;
        padding: 0;
        width: 100%;
    }

        .page_portfolio .portfolio_article_listing .portfolio_expand_details .flex_container {
            align-items: center;
            justify-content: space-around;
        }

        .page_portfolio .portfolio_article_listing .portfolio_expand_details .words,
        .page_portfolio .portfolio_article_listing .portfolio_expand_details .location {
            display: flex;
            /*padding: 5px 0 5px 0;*/
            padding: 0;
        }

    .page_portfolio .portfolio_article_listing .col-xs-12:last-of-type {
        padding-left: 15px;
        padding-right: 0;
    }

    .page_portfolio .portfolio_article_listing .portfolio_list_body {
        border: none;
        height: 100%;
    }

    .page_portfolio .portfolio_article_listing .portfolio_expand_links {
        align-items: center;
        background: #e7e7e8;
        display: flex;
        flex-direction: column;
        padding: 15px 0;
    }


        .page_portfolio .portfolio_article_listing .portfolio_expand_links .microsite {
            display: flex;
            font-size: 16px;
            justify-self: flex-end;
            padding: 7px 20px;
            text-transform: none;
        }

        .page_portfolio .portfolio_article_listing .portfolio_expand_links .col-xs-12 {
            padding-right: 15px;
        }

    .page_portfolio .portfolio_article_listing .portfolio_expand_banner {
        background: var(--orange);
        bottom: 0;
        color: #fff;
        padding: 7px 15px;
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

        .page_portfolio .portfolio_article_listing .portfolio_expand_banner p {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }

        .page_portfolio .portfolio_article_listing .portfolio_expand_banner.development {
            background: var(--new-border-blue);
        }

    .page_portfolio .portfolio_article_listing .portfolio_expand_details_inner {
        display: flex;
    }

        .page_portfolio .portfolio_article_listing .portfolio_expand_details_inner img {
            width: auto;
            height: 30px !important;
        }

        .page_portfolio .portfolio_article_listing .portfolio_expand_details_inner .location,
        .page_portfolio .portfolio_article_listing .portfolio_expand_details_inner .words {
            color: var(--grey);
            flex: auto;
            flex-direction: column;
            font-weight: 300;
        }

            .page_portfolio .portfolio_article_listing .portfolio_expand_details_inner .location span,
            .page_portfolio .portfolio_article_listing .portfolio_expand_details_inner .words span {
                color: var(--grey);
                display: flex;
                margin-bottom: 0;
                padding: 0 10px 0 0;
            }

    .page_portfolio .portfolio_article_listing.redesign .portfolio_expand_links.row .links {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

        .page_portfolio .portfolio_article_listing.redesign .portfolio_expand_links.row .links .microsite:first-child {
            margin-right: 20px;
        }

@media screen and (min-width : 768px) {
    .portfolio_expand_details.redesign {
    }

    .page_portfolio .portfolio_article_listing .portfolio_expand_links {
        display: flex;
        flex-direction: row;
    }

    .page_portfolio .portfolio_article_listing .portfolio_expand_details_inner {
        flex-direction: row;
    }

        .page_portfolio .portfolio_article_listing .portfolio_expand_details_inner img {
            /*height: 30px !important;*/
            width: auto;
        }

    .page_portfolio .portfolio_article_listing .portfolio_expand_details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 30px;
        padding: 0;
        width: 100%;
    }

    .page_portfolio .portfolio_article_listing .portfolio_expand_details_inner .location,
    .page_portfolio .portfolio_article_listing .portfolio_expand_details_inner .words {
        display: flex;
        flex-direction: row;
    }


    .page_portfolio .portfolio_article_listing.redesign .portfolio_expand_links.row .links {
        flex-direction: row !important;
    }
}

.page_case_studies.master_lower .case-studies-categories {
    background: #636569;
    display: block;
    margin-bottom: 40px;
    padding: 30px 15px;
}


@media screen and (min-width : 768px) {
    .page_case_studies.master_lower .case-studies-categories {
        padding: 30px 0;
    }
}

.page_case_studies.master_lower .case-studies-categories .case-study-title {
    font-style: italic;
    font-weight: 100;
    text-transform: none;
}

.new-blue-background {
    background: var(--new-blue);
}

    .new-blue-background p,
    .new-blue-background h1,
    .new-blue-background h2,
    .new-blue-background h3,
    .new-blue-background h4,
    .new-blue-background h5,
    .new-blue-background h6 {
        color: var(--new-dark-blue) !important;
    }

/* Launch property categories and responsive card details. */
.page_portfolio .pin-key {
    flex-wrap: wrap;
    gap: 10px 20px;
    max-width: calc(100% - 40px);
}

    .page_portfolio .pin-key .development {
        margin-right: 0;
    }

    .page_portfolio .pin-key .opportunity {
        display: flex;
        align-items: center;
    }

        .page_portfolio .pin-key .opportunity p {
            font-size: 14px;
            font-weight: 300;
            margin: 0 0 0 10px;
        }

.page_portfolio .portfolio_expand_banner.planning {
    background: var(--orange);
}

.page_portfolio .portfolio_expand_banner.opportunity {
    background: var(--light-blue);
}

.page_portfolio .portfolio_article_expandable.planning .portfolio_expand_header {
    border-color: var(--orange);
}

.page_portfolio .portfolio_article_expandable.opportunity .portfolio_expand_header {
    border-color: var(--light-blue);
}

.page_portfolio .marker.planning,
.page_portfolio .marker.planning.selected,
.page_portfolio .land-planning-pin {
    background-image: url(../images/map-pointer.png);
    /*background-image: url(../images/map-pointer-land-with-planning.png);*/
}

.page_portfolio .marker.opportunity,
.page_portfolio .marker.opportunity.selected,
.page_portfolio .land-opportunity-pin {
    background-image: url(../images/map-pointer-land-with-planning.png);
    /*background-image: url(../images/map-pointer.png);*/
}

.page_portfolio .land-planning-pin,
.page_portfolio .land-opportunity-pin {
    display: inline-block;
    flex: 0 0 20px;
    width: 20px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.page_portfolio .marker.icon_null.development.selected {
    background-image: url(../images/map-pointer-active.png);
}

.page_portfolio .marker.selected {
    filter: drop-shadow(0 0 3px #222);
}

.page_portfolio .portfolio_expand_details_right {
    min-width: 0;
}

.page_portfolio .portfolio_expand_details.redesign .top-row,
.page_portfolio .portfolio_article_listing .portfolio_expand_details .flex_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 20px;
}

.page_portfolio .portfolio_expand_details .location,
.page_portfolio .portfolio_expand_details .words {
    min-width: 0;
    overflow-wrap: anywhere;
    flex-wrap: wrap;
    padding: 0;
}

.page_portfolio .portfolio_expand_details.redesign .bottom-row,
.page_portfolio .portfolio_article_listing.redesign .portfolio_expand_links.row .links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
}

    .page_portfolio .portfolio_expand_details.redesign .bottom-row > div {
        float: none;
        width: 100%;
    }

    .page_portfolio .portfolio_expand_details.redesign .bottom-row a,
    .page_portfolio .portfolio_article_listing.redesign .portfolio_expand_links.row .links .microsite {
        margin: 0;
        max-width: 100%;
        white-space: normal;
    }

.page_portfolio .portfolio_article_listing .portfolio_expand_links {
    flex-direction: column;
    align-items: stretch;
}

.page_portfolio .portfolio_article_listing .portfolio_expand_details {
    min-width: 0;
    width: auto;
    flex: 1;
    margin-left: 15px;
}

@media screen and (min-width: 768px) {
    .page_portfolio .portfolio_expand_details.redesign .bottom-row {
        flex-direction: row;
    }

    .page_portfolio .portfolio_expand_details.redesign .bottom-row > div {
        width: auto;
        min-width: 0;
    }
}