﻿.container {width: 100%;}
body, ul, h1, h2, h3, [class^="tag-"], [class*=" tag-"] {
    font-family: 'SourceSansPro', Tahoma, serif
}
section:empty {display:none;}
.row {
    margin-left: 0;
    margin-right: 0;
    display:block;
    flex-wrap:nowrap;
}

#newsroompage #contact .formSection {
    display: none;
}
#contact h2.headers {
    border-color: #737370;
    margin-top: 1em;
}
.contact h2.headers {
    border-color: #737370;
}

.newsItem {
    /*width: 50%;
    float: left;*/
    background-color: #87d1d4;
    position: relative;
}

    .newsItem a {
        padding: 0;
    }

        .newsItem a:hover {
            opacity: 0.4;
        }

    .newsItem .ndImage {
        max-width: none;
        width: 50%;
        margin: 0;
        padding: 0;
        float: left;
        max-height: 243px;
    }

    .newsItem h2 {
        max-width: none;
        width: 50%;
        margin: 0;
        padding: 0.5em;
        color: #fff;
        line-height: 1.3em;
        font-size: 1.4em;
    }

    .newsItem .newsdate {
        position: absolute;
        bottom: 0;
        right: 1em;
        color: #fff;
        width: 43%;
        border-top: 1px solid #fff;
        padding-top: 0.5em;
        text-align: right;
        left: unset;
        padding-bottom: 0.5em;
        font-family: 'SourceSansPro', Tahoma, serif;
    }

.newsrow .read-more {
    display: none;
}

.newsItem:nth-of-type(2) {
    background-color: #737370;
}
.newsrow .newsItem h2 {
    text-align:left;
}
.newsrow:nth-of-type(2n) .newsItem h2 {
    text-align:right;
}

.newsrow:nth-of-type(2n+0) .newsItem .ndImage {
    float: right;
}

.newsrow:nth-of-type(2n+0) .newsItem h2 {
    color: #fff;
}

.newsrow:nth-of-type(2n+0) .newsItem .newsdate {
    color: #fff;
    left: 1em;
    right: unset;
}

.navjump {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #e2e2e1;
    list-style: none;
    margin: 0 auto 0;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 992px;
}

    .navjump li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: block;
        margin: 0;
        padding: 0;
        width: 248px;
        border-right: thin solid #F7F5F2;
        border-left: thin solid #F7F5F2;
    }
        .navjump li:first-of-type {
            border-left: none;
        }
        .navjump li:last-of-type {
            border-right: none;
        }

        .navjump-article li {
            width: 237px;
        }

        .navjump-article li:last-of-type {
            width: 257px;
        }
        
        .navjump a {
            font-family: 'SourceSansPro', Tahoma, serif;
            border-bottom: 1px solid #f7f5f2;
            display: block;
            font-weight: 700;
            margin: 0;
            padding: 0.75rem;
            background-color: #737370;
            color: #fff;
        }

    .navjump a:hover, .navjump a:active, .navjump a:focus {
        background-color: #87d1d4;
        color: #fff;
    }
    .navjump.fixed {
        position:fixed;
        max-width: 992px;
        top: 86px;
        z-index: 999;
        margin-left: 16px;
    }
    .newsarticlepage .navjump.fixed{
        max-width: 1024px;
        margin-left: -16px;
    }
.page-newsroom .nav-container.navjumpadded {
    display: none;
}
.page-newsroom #hero-panel figure.navjumpadded {
    visibility: hidden;
}
/*.feeds {
    width: 32.3%;
    float: left;
    margin-right: 5px;
}*/
.feeds h3 {
    font-family: 'SourceSansPro', Tahoma, serif;
}
.feeds svg {max-width: 16px; position: absolute; margin-left: 0.5em;}


#instagram-feed {
    margin-right: 0;
    margin-left: 20px;
}

#social-block {
    margin-bottom: 2rem;
}

#useful-links {
    background: #f7f5f2;
}
#useful-links .grid {
    padding: 0;
}
.news-detail .grid {
    padding-bottom: 0;
}
#useful-links .grid .grid-3:first-of-type {
    padding-left: 0;
}
#useful-links .grid .grid-3:last-of-type {
    padding-right: 0;
}
.featured-box-text {
    text-align:center;
    padding: 2em 1em 1em;
    font-weight: 400;
    color: #737370;
    background-color: transparent;
}
    .featured-box-text h3 {
        font-family: 'SourceSansPro', Tahoma, serif;
        margin: 0;
        padding: 0;
        font-size: 1.5em;
        font-weight: 400;
    }
    .featured-box-text p {
        font-size: 1em;
        color: #737370;
        font-family: 'SourceSansPro', Tahoma, sans-serif
    }


    .socialPopup .svg {
        width: 40px;
        position: relative;
        top: -18px;
    }

#newsroompage .grid-3 {
    max-width: initial;
}

    #newsroompage .grid-3 > a {
        background: #fff;
        justify-content: center;
        color: #737370;
    }

    #newsroompage .grid-3 .small-block-text {
        background: transparent;
        padding: 2rem 1rem 1rem;
        width: 100%;
        color: #737370;
        text-align: center;
    }

        #newsroompage .grid-3 .small-block-text h2 {
            color: #737370;
        }

        #newsroompage .grid-3 .small-block-text p {
            color: #737370;
            font-size: 0.8em;
            font-weight: normal;
        }

.newsItem .newsdate figure {
    width: 18px;
    position: absolute;
    left: 0;
    top:10px;
}

.newsItem .newsdate a:hover {
    border: none;
    opacity: 1;
    margin: initial;
}

#popup_social.show {
    visibility: visible;
}

.newsroom .socialLinks {
    margin-left: 34px;
    display: none;
}

    .socialLinks svg {
        width: 20px;
        float: left;
        margin-right: 5px;
    }
.newsDate .socialLinks svg, .newsdate .socialLinks svg {
    fill: #fff;
}
.socialToggle {cursor:pointer;}

.newsItem .socialLinks a {
    display: inline;
}

.newsarticlepage .arrowsblock {
    margin-bottom: 2em;
}
.newsarticlepage .arrows svg {
    width: 16px;
    position: relative;
    left: 1em;
}

.newsarticlepage .site-main > .container {
    padding: 1em;
}

.newsarticlepage .site-main .container .container {
    border-top: 5px solid #87d1d4;
    padding-top: 1em;
    width: 100%;
}

.newsroom .social2 {
    margin-bottom: 0;
}

.newsroom .tags {
    font-weight: bold;
    margin: 0 1em 2em 1em;
    border-bottom: 5px solid #87d1d4;
    display: block;
}

    .tags h2 {
        display: inline-block;
        margin-right: 1em;
        font-weight: normal;
        color: #737370;
    }
.newsroom .tag-ul {
    display: inline-block;
}

    .newsroom .tag-ul li {
        display: inline-block;
        font-size: 1.2em;
        padding: 0 0.5em;
        border-right: 2px solid #737370;
    }

        .newsroom .tag-ul li:last-of-type {
            border-right: none;
        }
        .newsroom .tag-ul li a {
            font-weight: normal;
        }

.tagList.sideBar {
    position: fixed;
    right: 12px;
    top: 200px;
    border: thin solid #737370;
    padding: 0.5em;
    z-index: 999;
    background-color: #F7F5F2;
    min-height: 130px;
    width: 0;
    visibility: hidden;
}

    .tagList.sideBar.show {
        width: 18%;
        visibility: visible;
    }

#newsroompage .tagList.sideBar h2.headers {
    position: absolute;
    transform: rotate(270deg);
    left: -80px;
    top: 30px;
    padding: 0.5em;
    border: thin solid #737370;
    border-bottom: none;
    background-color: #fff;
    visibility: visible;
    width: 110px;
    cursor: pointer;
}
.news-detail content > .row {
    padding: 0;
    margin: unset;
    display: block;
    flex-wrap: nowrap;
}

.news-detail .headerDetails {
    background-color: #87d1d4;
    margin-bottom: 1em;
    padding: 0;
}
.newsarticlepage .news-detail .headerDetails {
    background-color: #87d1d4;
    margin-bottom: 0;
    padding: 0;
}

.newsarticlepage .dateItem {
    float: right;
    background-color: #87d1d4;
    margin: 0.5em;
}

.newsarticlepage .dateItem h2 {
    color: #fff;
    font-size: 1.4em;
}

.newsarticlepage .dateItem .newsDate {
    position: absolute;
    bottom: -6px;
    right: -10px;
    border-top: 1px solid #fff;
    width: 100%;
    color: #fff;
    text-align: right;
    font-size: 1.2em;
    padding-top: 5px;
}

.news-detail .newsDate figure {
    width: 22px;
    position: absolute;
    left: 0;
    top: 7px;
}

.news-detail .social2 figure {
    width: 18px;
    position: relative;
    left: 16px;
}

.news-detail .social2 .socialLinks {
    position: relative;
    top:-25px;
    left: 20px;
}

.newsarticlepage #hero-panel {
    margin: 0;
}

.newside {
    border-bottom: 5px solid #87d1d4;
    margin-bottom: 2em;
}

    .newside h1, newside h2 {
        color: #737370;
    }
.newsarticlepage .contact .formSection {
    display: none;
    margin-top: 0.5em;
}
.newsarticlepage #newslist {
    margin-bottom: 2em;
}

.newsarticlepage .newside h2 {
    font-size: 1.2em;
    font-weight: 700;
    color: #737370;
}

.newsarticlepage .newside h3 {
    font-family: 'SourceSansPro', Tahoma, serif;
    color: #737370;
}

.newsarticlepage .grid-3 > a {
    background: #fff;
    justify-content: center;
    color: #737370;
}

.newsarticlepage .grid-3 .small-block-text {
    background: transparent;
    padding: 2rem 1rem 1rem;
    width: 100%;
    color: #737370;
    text-align: center;
}

    .newsarticlepage .grid-3 .small-block-text h2 {
        color: #737370;
    }

    .newsarticlepage .grid-3 .small-block-text p {
        color: #737370;
        font-size: 0.8em;
        font-weight: normal;
    }
.newsarticlepage .cim-button {
    background-color: #737370;
    border-color: #737370;
    margin-left: 1em;
    margin-bottom: 2em;
}

    .newsarticlepage .cim-button:hover {
        background-color: transparent;
        border-color: #737370;
        color: #737370;
    }

.newsarticlepage #hero-panel figure {
    overflow: hidden;
}

.newsarticlepage #hero-panel img {
    max-width: unset;
}

.newsarticlepage .tag-ul {
    display: inline-block;
}

    .newsarticlepage .tag-ul li {
        display: inline-block;
        font-size: 1.2em;
        padding: 0 0.5em;
        border-right: 2px solid #737370;
        font-family: 'SourceSansPro', Tahoma, serif;
        position: relative;
        top: -4px;
    }
        .newsarticlepage .tag-ul li:last-of-type {
            border-right: none;
        } 
        
        .pagination {
            display: block;
            margin: 2em 0;
        }

    .pagination ul {
        text-align: center;
        font-family: 'Battersea', Tahoma, sans-serif;
    }

    .pagination li {
        display: inline-block;
        margin: 0 0.3em;
    }
        .pagination li.active a {
            color: #87d1d4;
        }

    .pagination .chevron {
        font-size: 1.2em;
        position: relative;
        bottom: 0;
        width: 16px;
        top: 2px;
    }

.flexslider {
    margin: 0 auto;
    padding: 0 2em;
}

    .flexslider slide {
        border: 0 solid red;
        height: 220px;
    }

        .flexslider slide:empty {
            display: none;
        }



.flex-control-nav {
    top: 1.5rem;
}
.flex-direction-nav li.flex-nav-prev {
    margin-left: -1em;
    width: 16px;
}
.flex-direction-nav li.flex-nav-next {
    margin-right: -1em;
    width: 16px;
}
.flex-direction-nav a {
    margin-top:1.5em;
}

.newsContacts {
    background-color: #F7F5F2;
    padding: 0;
}

.newsContactsInner {
    color: #737370;
    padding: 1em 0;
    margin: 0;
    /*border-top: 5px solid #737370;*/
}

    .newsContactsInner .grid-6 {
        background-color: #fff;
        padding: 1.5em;
        display: inline-flex;
        min-width: calc(50% - 6px);
        max-width: calc(50% - 12px);
        min-height: 302px;
    }

        .newsContactsInner .grid-6:first-of-type {
            margin-right: 0.5em;
        }
    .newsContactsInner h3 {
        font-size: 1.5rem;
    }
    .newsContactsInner h3, .newsContactsInner h4 {
        color: #737370;
        margin: 0;
    }

    .newsContactsInner p {
        color: #737370;
        margin: 0.5em 0;
        font-family: 'Battersea', Tahoma, sans-serif
    }

    .newsContactsInner a {
        color: #737370;
    }

    .newsContactsInner .small-block-text {
        width: 100%;
    }

.newsContactDetails {
    padding-top: 1em;
    float: none;
}

.newsContacts .pemergency {
    text-align: left;
}

.newsContacts img {
    max-width: 2.4rem;
    float: none;
}

.newsContacts .formSection img {
    max-width: 2.4rem;
    float: none;
    width: 8px;
    margin-top: -24px;
    margin-left: 6px;
}

.formSection {
    padding: 0;
    margin: 1em 0;
    text-align: left;
}

    .formSection .cim-form .umbraco-forms-container {
        margin: 0;
        padding: 0;
    }

        .formSection .cim-form .umbraco-forms-container .subscribe {
            width: 74%;
            margin-bottom: 20px;
        }

    .formSection .cim-form .umbraco-forms-navigation {
        position: absolute;
        top: 0;
        right: -14px;
    }

    .formSection .cim-form .field-validation-error {
        position: absolute;
    }

    .formSection .cim-form .checkbox {
        margin-bottom: 0;
        font-weight: 400;
    }

.umbraco-forms-form .umbraco-forms-field.checkbox input {
    top: -22px;
}

.formSection .cim-form .checkbox label {
    color: #737370;
    font-weight: 400;
    padding-left: 18px;
}

    .formSection .umbraco-forms-submitmessage {
        font-size: 1.3em;
        margin-top: 1em;
    }

    .formSection .cim-form .cim-button {
        background-color: #737370;
        border-color: #737370;
    }

        .formSection .cim-form .cim-button:hover {
            color: #737370;
            background-color: #fff;
        }
.umbraco-forms-form h2.response {
    padding: 1.5em;
    font-size: 1.2em;
}

/* TO be removed when form goes live */
.newsContactsInner .grid-6 {
    min-height: 202px;
}


.form-response-hide.hidden {display: none;}
.form-response-hide svg {width: 20px;}
.pdfIcon {
    position: absolute;
    top: 15px;
}
@media only screen and (min-width: 780px) and (max-width: 1020px) {
    .grid-9 {flex: 1 1 75%; max-width: calc(75% - 16px);}
    .grid-9+.grid-3 {padding-left: 20px;}
    .grid-3 {flex: 1 1 25%; max-width: calc(25% - 16px);}
    .newsarticlepage .dateItem h2 {font-size: 1.3em;}
}

    @media only screen and (max-width: 779px) {

        .navjump-article li:last-of-type {
            width: 238px;
        }

        #hero-panel.noBanner {
            min-height: 5em;
            padding-left: 1em;
        }

        .pageHeader .headerTextInner {
            position: absolute;
            top: 1em;
        }

        .newsItem h2 {
            float: unset;
            font-size: 0.9em;
        }

        .newsItem .newsdate figure {
            top: 6px
        }

        .newsItem .newsdate span.twist {
            display: none;
        }

        #instagram-feed {
            margin-left: initial;
            float: none;
            position: relative;
            top: 1em;
        }

        #useful-links .grid .grid-3:first-of-type {
            padding-left: 8px;
        }

        #useful-links .grid .grid-3:last-of-type {
            padding-right: 8px;
        }

        .news-detail .dateItem.grid-3 {
            max-width: 100%;
        }

        .news-detail .row .grid .grid-3 {
            max-width: 100%;
        }

        .newsarticlepage .dateItem .newsDate {
            position: relative;
            margin-top: 10px;
            margin-bottom: 0;
            right: unset;
        }

        .newsContacts .newsContactsInner .grid-6 {
            min-width: 100%;
            max-width: 100%;
            min-height: unset;
        }

        #newsroompage .tagList.sideBar h2.headers {
            display: none;
        }
    }

    @media only screen and (max-width: 599px) {
        .navjump.fixed {
            position: initial;
        }

        #hero-panel.noBanner {
            min-height: 3em;
            padding-left: 1em;
        }

        .pageHeader .headerTextInner {
            position: absolute;
            top: 0.5em;
        }

        #hero-panel .pageHeader .headerTextInner h1 {
            font-size: 1.2em;
        }

        .newsItem {
            width: 100%;
        }

            .newsItem h2 {
                float: right;
                font-size: 1em;
            }

        .slider .newsItem h2 {
            float: right;
            font-size: 0.8em;
        }

        .flexslider {
            padding: 0;
        }

            .flexslider .flex-viewport {
                min-height: 23rem;
            }

            .flexslider .newsItem .newsdate figure {
                top: 6px;
            }

        .newsItem .newsdate {
            font-size: 0.8em;
        }

            .newsItem .newsdate figure {
                width: 20px;
            }


        .feeds {
            float: none;
            width: 96%;
            margin: 0 auto;
            overflow: hidden;
        }

        #instagram-feed {
            margin-left: auto;
        }
    }
