@font-face {
    font-family: Proxima;
    src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
    font-family: Proxima;
    src: url('../fonts/Proxima%20Nova%20Bold.otf');
    font-weight: 600;
}

@font-face {
    font-family: Proxima;
    src: url('../fonts/Proxima%20Nova%20Alt%20Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: Founders Grotesk;
    src: url('../fonts/founders-grotesk-regular.otf');
}

@font-face {
    font-family: Founders Grotesk;
    src: url('../fonts/founders-grotesk-medium.otf');
    font-weight: 600;
}

/*-----------------------------------------------------------------------------------------------*/

:root {
    --pri: #292852;
    --sec: #00899b;
    --sec-dark: #177480;
    --sec-light: #0ac8e1;
    --occupiers: #00899b;
    --occupiers-rgb: 0, 137, 155;
}

h1 {
    margin: 1.5rem 0rem;
    color: #262626;
    font-weight: normal;
    font-size: 5em;
    line-height: 1.05em;
    letter-spacing: 10px;
}

h2 {
    margin: 1.5rem 0rem 1rem 0rem;
    color: #262626;
    font-weight: normal;
    font-size: 3.5em;
    line-height: 1.25em;
}

h3 {
    margin: 1.25rem 0rem 1rem 0rem;
    color: #262626;
    font-size: 2.2em;
    line-height: 1.25em;
}

h4 {
    margin: 1.25rem 0rem 1rem 0rem;
    color: #262626;
    font-weight: normal;
    font-size: 1.35em;
    line-height: 1.5em;
}

p {
    margin: 1rem 0rem;
    font-weight: 300;
    line-height: 1.6em;
}

    h1:first-child,
    h2:first-child,
    h3:first-child,
    h4:first-child,
    p:first-child {
        margin-top: 0px;
    }

    h1:last-child,
    h2:last-child,
    h3:last-child,
    h4:last-child,
    p:last-child {
        margin-bottom: 0px;
    }


h1.spaced {
    letter-spacing: 15px;
}

h2.spaced,
h3.spaced {
    letter-spacing: 3px;
}

h4.spaced {
    letter-spacing: 2px;
}

h3.highlighted,
h4.highlighted {
    position: relative;
    width: fit-content;
}

    h3.highlighted::before,
    h4.highlighted::before {
        content: "";
        position: absolute;
        bottom: 4px;
        left: 0;
        right: 100%;
        height: 10px;
        background: var(--sec-light);
        z-index: -1;
        transition: all .6s ease;
    }

    h4.highlighted::before {
        height: 8px;
    }

    h3.highlighted.animated::before,
    h4.highlighted.animated::before {
        right: 0;
    }

a,
a:link,
a:active,
a:visited {
    text-decoration: none !important;
    color: var(--sec);
    transition: color .1s;
}

    a:hover {
        text-decoration: none !important;
        color: var(--sec-dark);
        cursor: pointer;
    }

    a img {
        border: 0px;
    }

    a.pdf {
        display: inline-block;
        padding-left: 22px;
        background: url('../images/pdf.png') left 2px no-repeat;
    }

    a.word {
        display: inline-block;
        padding-left: 22px;
        background: url('../images/doc.png') left 2px no-repeat;
    }

    a.btn,
    .btn {
        background-color: var(--pri);
        color: #fff !important;
        border-radius: 0;
        padding: .6em 1em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        font-size: inherit;
        transition: all .1s linear;
    }

        a.btn.alt,
        .btn.alt {
            background: none;
            border: 1px solid #fff;
            color: #fff;
        }

        a.btn:hover,
        .btn:hover {
            background: none;
            border: 1px solid var(--pri);
            color: var(--pri) !important;
        }

        a.btn.alt:hover,
        .btn.alt.hover {
            background-color: var(--pri);
            color: #fff;
            border-color: var(--pri);
        }

        a.btn.thin,
        .btn.thin {
            padding: 4px 10px;
        }

.nav > li > a:focus, .nav > li > a:hover{
    background: none!important;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white li, .white a {
    color: #fff !important;
}

    .white a:not(.btn):hover {
        color: var(--sec) !important;
    }

    .white a.btn:hover {
        border-color: #fff;
    }

        .sqaureft-icon {
            width: 16px;
            height: 16px;
            background: url(../images/sqft-icon.png) center no-repeat;
            background-size: contain;
        }

.completed-icon {
    width: 17px;
    height: 21px;
    background: url(../images/buildingcomplete-icon.png) center no-repeat;
    background-size: contain;
}

/*-----------------------------------------------------------------------------------------------*/

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.clear:after {
    content: " ";
    clear: both;
    display: block;
}

hr {
    height: 1px;
    overflow: hidden;
    color: var(--sec);
    border: none;
    background-color: var(--sec);
}

.spacer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.spacer_top {
    margin-top: 15px;
}

.spacer_bottom {
    margin-bottom: 15px;
}

.padder {
    padding-left: 15px;
    padding-right: 15px;
}

.padder_left {
    padding-left: 15px;
}

.padder_right {
    padding-right: 15px;
}

.nopadding {
    padding: 0px !important;
}

.nopadding_right {
    padding-right: 0px !important;
}

.nopadding_left {
    padding-left: 0px !important;
}

.push_right {
    float: right;
}

.push_left {
    float: left;
}

img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 4px;
    display: block;
}

img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 4px;
    display: block;
}

img.aligncenter {
    text-align: center;
    margin: 1em auto 5px auto;
    clear: both;
    display: block;
}

img.fullwidth {
    margin: 0px;
    display: block;
}

/*-----------------------------------------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    margin: 0px;
    color: #373737;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: Proxima, Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-Serif;
}

    body > form {
        margin: 0px;
    }

.blur {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    filter: blur(7px);
}

/*-----------------------------------------------------------------------------------------------*/

#topBar {
    position: absolute;
    width: 100%;
    z-index: 10;
}

#header {
    padding: 14px 0px;
}

    #header .container-hd {
        display: flex;
    }

    #header .menus {
        flex-grow: 1;
        display: flex;
        flex-flow: column;
        justify-content: end;
        align-items: end;
    }

        #header .menus #top-nav {
            color: #fff;
            position: relative;
            width: fit-content;
            z-index: 12;
            font-size: 1em;
        }

            /*#header .menus #top-nav > ul > li > a{
                text-transform: uppercase;
            }*/

            #header .menus #top-nav > ul > li:last-of-type a {
                padding-right: 0 !important;
            }

            #header .menus #navigation {
                letter-spacing: 2px;
            }


    #header .logo {
        display: block;
        float: left;
        line-height: 0px;
    }

        #header .logo img {
            max-height: 100px;
        }

        #header, #header .logo img, #header a {
            transition: all .3s ease;
        }

            #header.scrolled {
                background: var(--pri);
            }

                #header.scrolled .logo img {
                    max-height: 65px;
                }

                #header.scrolled a {
                    padding-top: 0;
                }

#content {
    margin-top: 30px;
}

.container-hd {
    margin: auto;
}

/*-----------------------------------------------------------------------------------------------*/

.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6 {
    color: #fff;
}

.page_home #content section {
    position: relative;
}

.section_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

    .section_bg > .image_upload {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.intro {
    padding: 15em 0 5em;
}

    .intro .section_bg {
        opacity: .2;
    }



.whos_here {
    padding: 3em 0;
}

    .whos_here .section_bg {
        background-position: bottom;
    }

.section_block {
    height: 65vh;
    padding: 0;
    position: relative;
    transition: all .3s ease;
}

    .section_block > a {
        height: 100%;
        width: 100%;
        display: inline-block;
        color: #fff;
        position: relative;
        overflow: hidden;
    }

        .section_block > a:hover,
        .section_block.hovering, 
        .section_block.editing {
            text-decoration: none;
            color: #fff;
        }

    .section_block.hovering, .section_block.editing {
        background: #000;
    }

        .section_block.hovering h2,
        .section_block.editing h2{
            color: #fff;
        }

        .section_block.hovering .section_bg {
            opacity: .8;
            filter: saturate(1) blur(3px) brightness(.85);
            transform: scale(1.1);
        }

        .section_block.hovering .block_text, .section_block.editing .block_text{
            opacity: 1;
            max-height: 300px;
        }

    .section_block .section_bg {
        filter: saturate(0);
        opacity: .3;
        z-index: 0 !important;
        transition: all .3s ease;
    }

    .section_block .block_content {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 5em;
    }

    .section_block h2 {
        transition: color .3s ease;
    }

    .section_block .block_text {
        opacity: 0;
        max-height: 0px;
        height: 100%;
        margin-top: 1em;
        overflow: hidden;
        transition: all .8s ease;
    }

.sub-banner::before {
    content: "";
    height: 300px;
    width: 300px;
    position: absolute;
    background: url(../images/ox-circle-small.png) no-repeat center;
    background-size: cover;
    z-index: 2;
    top: -150px;
    left: -50px;
    mix-blend-mode: hard-light;
}

.factoids {
    padding: 15em 0 7em;
    color: #fff;
    margin-top: -12em;
}

    .factoids .section_bg {
        background-position: top;
        background-size: cover;
    }

/*-----------------------------------------------------------------------------------------------*/
.lower_banner {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: linear-gradient(180deg, #010033 0%, #070576 100%);
    /* background: var(--sec);*/
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75px), 0 100%);
}

    .lower_banner:before {
        content: "";
        height: 500px;
        width: 650px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(../images/ox-circle-lower.png) no-repeat bottom right;
        background-size: contain;
        z-index: 1;
    }

    .lower_banner .container {
        height: 100%;
    }

    .lower_banner > img {
        width: auto !important;
        height: 100% !important;
        max-width: none !important;
    }

    .lower_banner .container > h1,
    .lower_banner .container > p,
    .lower_banner .container > span {
        position: absolute;
        bottom: 50px;
        min-width: 50px;
        margin: 0px;
        padding: 15px 0;
        color: #FFFFFF;
        font-weight: normal;
        font-size: 3em;
        line-height: 1.05em;
        letter-spacing: 6px;
        text-transform: uppercase;
    }

    .lower_banner .container .title {
        position: absolute;
        bottom: 50px;
        min-width: 50px;
    }

    .lower_banner .lower_banner_bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*mix-blend-mode: overlay;*/
        background-size: cover;
        background-position: center;
        /*opacity: .7;*/
        filter: brightness(.5);
    }

    .lower_banner .image_upload {
        top: 65%;
        z-index: 9;
    }

    .lower_banner .image_upload_instructions{
        text-align: left;
    }

    .editing .lower_banner .lower_banner_bg {
        mix-blend-mode: initial;
        opacity: 1;
    }

.master_building .lower_banner .image_upload{
    top: 35%;
}

.master_news .lower_banner {
    background: linear-gradient(180deg, #340666 0%, #000c58 100%)
}

.news_img {
    object-fit: contain;
    max-width: 100%;
    max-height: auto !important;
    width: 2px;
}

.social_sidebar {
    position: fixed;
    left: 0;
    display: flex;
    flex-flow: column;
    z-index: 99;
    bottom: 150px;
}

.social_sidebar img{
    width: 30px;
    transition: all .2s;
}

    .social_sidebar img:hover{
        filter: saturate(0);
    }

    /*-----------------------------------------------------------------------------------------------*/
    /* -- Buildings */
    .master_building h2 a:not(.btn), .master_building h3 a:not(.btn) {
        color: var(--pri);
    }

.master_building .lower_banner {
    height: 90vh;
}

    .master_building .lower_banner::after {
        content: '';
        height: 350px;
        width: 100%;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.7) 100%);
        position: absolute;
        bottom: 0;
    }

    .master_building .lower_banner .title{
        z-index: 2;
    }

    .master_building .lower_banner_bg {
        filter: brightness(.95);
    }

.master_building .breadcrumb > li + li:before{
    color: #fff;
}

.building_bg{
    background: url(../images/oxbuildings.jpg);
    background-size: cover;
    padding: 1em 0;
    margin-bottom: 2em;
}

.buildings-nav {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    background: rgba(255,255,255,.7);
    z-index: 1;
    transition: all .3s;
    display: flex;
    align-items: center;
}

    .buildings-nav .building-nav-menu {
        height: fit-content;
        display: flex;
    }

    .buildings-nav .building-nav-menu .icons{
    }

    .buildings-nav .building-nav-menu .links{
    }

        .buildings-nav .building-nav-menu p {
            display: flex;
            flex-flow: column;
        }

    .buildings-nav img {
        height: 60px !important;
        width: 60px !important;
        object-fit: contain;
        padding: 1em;
    }


        .buildings-nav .links a {
            font-weight: bold;
            line-height: 2em;
            color: var(--pri);
            height: 60px;
            display: flex;
            align-items: center;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding-right: 1em;
        }


        .buildings-nav .links a:hover {
            color: #4c4aa3;
        }

        .buildings-nav .links {
            width: 0;
            opacity: 0;
            overflow: hidden;
            transition: all .3s;
        }

    .editing .buildings-nav,
    .buildings-nav:hover {
        background: rgba(255,255,255,.9);
    }

        .buildings-nav:hover .links,
        .editing .buildings-nav .links {
            width: 150px;
            opacity: 1;
        }


    .buildings-nav img.active,
    .buildings-nav .links a.active {
        background: #e0dff9;
    }

.building_image {
    position: relative;
}

    .building_image .cke_editable{
        min-width: 100px;
    }

    .building_image .building_image_bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        background-color: var(--pri);
    }

        .building_image .building_image_bg .image_upload {
            top: 80px;
        }

    .building_image .container .row {
        text-align: right;
    }

#building-images img {
    clip-path: polygon(0 105px, 100% 0%, 100% 100%, 0% 100%);
    height: 800px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

#building-images .slick-dots {
    position: absolute;
    display: flex;
    bottom: 3em;
    margin: auto !important;
    left: 50%;
    transform: translateX(-50%);
}

    #building-images .slick-dots li::before {
        content: none !important;
    }

    #building-images .slick-dots li button {
        font-size: 0;
        line-height: 0;
        margin: 0 5px;
        height: 15px;
        width: 15px;
        border-radius: 10px;
        background: none;
        border: 2px solid #fff;
    }

    #building-images .slick-dots li.slick-active button {
        background: rgba(255,255,255,0.7);
    }


.building_text {
    padding: 1em;
    background-color: var(--pri);
}

.building_info {
    margin-top: -2em;
    padding: 5em 2em;
    background-size: cover;
}

    .building_info > h3 {
        margin-top: 0;
    }

    .building_info .info_points {
        display: flex;
        flex-wrap: wrap;
        margin: 10px 0;
        gap: 5px;
    }

    .building_info .info {
        display: flex;
        gap: 15px;
        align-items: center;
        padding: 0 4em;
        flex-basis: 33%;
        height: 75px;
    }

        .building_info .info .fa {
            color: #000;
        }

        .building_info .info > div:first-of-type {
            height: 40px;
            width: 50px;
            min-width: 50px;
            font-size: 28px;
            background-size: contain;
            background-position: left center;
            background-repeat: no-repeat;
        }

            .building_info .info > div:last-of-type{
                min-width: 50px;
                max-width: 180px;
            }

            .building_info .info .completed-icon {
                background-image: url(../images/buildingcomplete-icon-dark.png);
            }

        .building_info .info .sqaureft-icon {
            background-image: url(../images/sqft-icon-dark.png);
        }

        .building_info .info .aircon-icon {
            background-image: url(../images/aircon-icon.png);
        }

        .building_info .info .showers-icon {
            background-image: url(../images/shower-icon.png);
        }

        .building_info .info .bike-icon {
            background-image: url(../images/bike-icon.png);
        }

        .building_info .info .conference-icon {
            background-image: url(../images/boardroom-icon.png);
        }

        .building_info .info .labs-icon {
            background-image: url(../images/labs-icon.png);
        }

.master_building .floorplan {
    margin: 2em 0;
}

    .master_building .floorplan img{
        margin: auto;
    }

.building_contacts{
    margin: 1em 0 2em;
}

    .building_contacts .col-xs-12 {
        margin-top: 1em;
        margin-top: 1em;
    }
/*-----------------------------------------------------------------------------------------------*/
.sidebar a img:hover {
    filter: saturate(0);
}

/*-----------------------------------------------------------------------------------------------*/

.page_interactive_map #content{
    margin-top: 0;
}

.map_header {
    position: relative;
    /*    flex-basis: 100%;*/
}

    .map_header .map_title {
        width: fit-content;
        background: var(--pri);
        padding: 0.8em 1em;
        position: absolute;
        top: 60px;
        z-index: 1;
    }

        .map_header .map_title h2:first-of-type {
            opacity: .7;
            margin-bottom: -54px;
        }

        .map_header .map_title h2:last-of-type {
            margin-left: 1em;
        }

.map_container {
    display: flex;
    flex-wrap: wrap;
    /*clip-path: polygon(0 75px, 100% 0%, 100% 100%, 0% 100%);*/
}


    .map_container .map {
        background: #fff;
        overflow: hidden;
        flex-basis: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .map_container .map img {
            height: 700px;
        }

    .map_container .key {
        background-color: var(--pri);
        padding: 6.5em 2em 16em;
        /*padding-bottom: 250px;*/
        flex-basis: 40%;
        display: flex;
        justify-content: end;
        flex-flow: column;
        position: relative;
        gap: 15px;
    }

        .map_container .key .keys {
            font-size: 14px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .map_container .key .keys .title {
                border-bottom: 1px solid #fff;
                flex-basis: 100%;
                margin-bottom: 10px;
            }

            .map_container .key .keys ul {
                flex-basis: 33.3%;
                margin-left: 0 !important;
            }

                .map_container .key .keys ul li::before {
                    content: none!important;
                }

                .map_container .key .keys ul li strong{
                    line-height: 2em;
                }

                .map_container .key .selected {
                    position: relative;
                    flex-grow: 1;
                    height: 250px;
                }

            .map_container .key .selected .selected_img {
                position: absolute;
                z-index: 1;
                padding: 1em;
                height: 100%;
                width: 100%;
                height: 250px;
                display: none;
            }

                .map_container .key .selected .selected_img > img {
                    width: 100%;
                    height: 250px;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    z-index: -1;
                    filter: brightness(.7);
                    object-fit: cover;
                    object-position: center;
                }

                .map_container .key .selected .selected_img .image_upload img {
                    height: 100px;
                }

                .map_container .key .selected .selected_img h2 {
                    margin-top: 0;
                    letter-spacing: initial !important;
                }


        .map_container .key .container > a {
            margin-top: 2em;
        }

.outro {
    clip-path: polygon(0 105px, 100% 0%, 100% 100%, 0% 100%);
    padding: 8em 0 4em;
    background-size: cover;
    background-position: center;
    margin-top: calc(-200px - 2em);
}

    .outro .big_text > h1:first-of-type, .outro .big_text > h2:first-of-type {
        opacity: .7;
        margin-bottom: -57px;
    }


    .outro .box_text {
        background: var(--pri);
        padding: 1em;
        margin-top: 2em;
    }
/*-----------------------------------------------------------------------------------------------*/
.breadcrumb {
    padding: 0px;
    background-color: transparent;
}

    .breadcrumb > li + li:before {
        color: #000000;
        content: '|';
        padding: 0 8px;
    }

    .breadcrumb > .active {
        color: #000000;
    }

/*-----------------------------------------------------------------------------------------------*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: background .5s ease;
}

    #back-to-top:hover {
        background: var(--pri);
    }

    #back-to-top.show {
        opacity: 1;
    }

/*-----------------------------------------------------------------------------------------------*/

/*.master_news #footer {
    margin-top: 3em;
}*/

#footer {
    position: relative;
    margin-top: -1px;
    padding: 3em 0 2em;
    color: #FFFFFF;
    font-size: 0.9em;
    background-color: #222222;
    font-weight: 300;
    background: url(../images/ox-footer.png) top no-repeat;
    background-size: cover;
    z-index: 50;
}

    /*.page_home #footer {
    margin-top: 0;
}*/

    #footer .logo img {
        max-height: 100px;
        margin-bottom: 15px;
    }

    #footer a {
        color: #FFFFFF;
    }

    #footer .menus ul {
        display: flex;
        justify-content: right;
    }

        #footer .menus ul.primary {
            font-weight: bold;
            opacity: 1;
        }

        #footer .menus ul li ul.dropdown-menu {
            display: none;
        }

        #footer .menus ul li .glyphicon {
            display: none;
        }

    #footer .menus li a {
        padding: 5px 15px 0;
    }

        #footer .menus li a:hover {
            background: none;
            color: var(--sec);
        }

    #footer .menus li:last-of-type a {
        padding-right: 0;
    }

    #footer a img {
        transition: all .2s ease;
    }

        #footer a img:hover {
            transform: rotate(10deg);
            filter: brightness(.8);
        }
