﻿/***************************************************/
/* SECTIONS */

/**************************/
/* homepageBannerSection */
.homepageBannerSection {
    color: #fff;
    background-color: #1e1e1e;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
    .homepageBannerSection.hasImage h1 {
        font-size: 5.6rem; /* =56px */
        line-height: 7rem; /* =84px */
    }

    .homepageBannerSection.hasImage p.intro {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

@media screen and (min-width: 1200px) {
 
}

.homepageBannerSection.hasImage h1,
.homepageBannerSection.hasImage p.intro {
    text-align: left;
    text-shadow: 1px 1px 1px rgba(167,155,155,0.5);
}

/*.homepageBannerSection__content__badge {
    display: none;
}*/


.container-fluid.homepageBannerSection > .imageOverlay {
    background: none;
    /*height: 750px;*/
}

.imageOverlay > .imageOverlay__overlay,
.imageOverlay__image {
    width: 100%;
    min-height: max-content;
}

    .imageOverlay__image img {
        width: 100%;
    }

.imageOverlay__overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    /*width: 100%;*/
}

.container .row .imageOverlay__overlay {
    right: 15px;
    left: 15px;
}

/*.container .row .container > .imageOverlay__overlay {
    right: 0;
    left: 0;
}*/

.container > .imageOverlay .imageOverlay__overlay {
    left: 0;
}

.homepageBannerSection .imageOverlay {
    position: relative;
    /*overflow: hidden;*/
}

.homepageBannerSection__content {
    position: absolute;
    /*left: 0;
        padding: 0 30px;*/
    width: 50%;
    top: 70%;
    transform: translateY(-50%);
}


    .homepageBannerSection__content h1 {
        /*font-size: 5.6rem;
    line-height: 11.2rem;*/
        margin-top: 4rem;
        margin-bottom: 0;
    }

.contentArea .homepageBannerSection__content p.intro {
    margin-bottom: 15px;
}

        .homepageBannerSection__content p.intro {
            padding-left: 0;
            padding-right: 25%;
        }

    .homepageBannerSection__content .btn:hover,
    .homepageBannerSection__content .btn:focus,
    .homepageBannerSection__content .btn:active,
    .homepageBannerSection__content .btn.active {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

.homepageBannerSection__content__badge {
    width: 15%;
}

@media (max-width: 767px) {

    .container-fluid.homepageBannerSection > .imageOverlay {
        height: auto;
        /*min-height: 500px;*/
    }

    .homepageBannerSection__content {
        width: 100%;
    }

    .homepageBannerSection__content__badge {
        display: none;
    }

    .homepageBannerSection__content h1 {
        /*font-size: 3.2rem;
        line-height: 1.5;*/
    }

    .homepageBannerSection__content p.intro {
        /*font-size: 1.6rem;*/
        padding-left: 0;
    }
}

/************************/

/*.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}*/

.carousel-caption {
    text-align: left;
    color: #0a0a0a;
    text-decoration: none;
    text-shadow: none;
    left: 0;
    right: 0;
    top: 5%;
    bottom: 5%;
    max-height: 480px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        top: 15%;
        bottom: 15%;
        width: 466px;
        min-width: 466px;
        padding: 35px;
    }
}

@media screen and (min-width: 992px) {
    .carousel-caption {
        top: 10%;
        bottom: 10%;
    }
}

/*@media screen and (min-width: 1200px) {
    .carousel-caption {
        top: 16%;
        bottom: 16%;
    }
}*/

.container .container .carousel-caption {
    top: 15px;
    bottom: 15px;
}

.carousel-caption h4 {
    color: #1e1e1e;
    font-family: Lato-Bold, Lato, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
}

/* carousel */
/*.carousel {
width: 300px;
height: 200px;
float: left;
margin: 20px;
}*/

.carouselSectionAdvanced .container > div {
    padding-left: 0;
}

.carouselSectionAdvanced .container {
    position: relative;
}

.carouselSectionAdvanced #carousel-b {
    z-index: 2;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .carouselSectionAdvanced #carousel-b {
        position: absolute;
        left: 0;
        top: 0;
        width: 466px;
    }
}

@media screen and (max-width: 767px) {
    .carouselSectionAdvanced #carousel-b .carousel-inner {
        min-height: 200px;
        overflow: visible;
    }
}


/* Fade transition for carousel items */
.carouselSectionAdvanced .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carouselSectionAdvanced .carousel-fade .carousel-inner .item,
.carouselSectionAdvanced .carousel-fade .carousel-inner .active.left,
.carouselSectionAdvanced .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carouselSectionAdvanced .carousel-fade .carousel-inner .active,
.carouselSectionAdvanced .carousel-fade .carousel-inner .next.left,
.carouselSectionAdvanced .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carouselSectionAdvanced .carousel-fade .carousel-inner .next,
    .carouselSectionAdvanced .carousel-fade .carousel-inner .prev,
    .carouselSectionAdvanced .carousel-fade .carousel-inner .active.left,
    .carouselSectionAdvanced .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carouselSectionAdvanced .carousel-fade .carousel-control {
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .carouselSectionAdvanced .counter {
        position: absolute;
        bottom: 20px;
        left: 35px;
    }
}

.carouselSectionAdvanced .counter {
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #1e1e1e;
    z-index: 1;
    font-family: Lato-Bold, Lato, sans-serif;
}

.carouselSectionAdvanced .controls {
    position: absolute;
    bottom: -186px;
    left: 50px;
}

@media screen and (min-width: 768px) {
    .carouselSectionAdvanced .controls {
        bottom: 24%;
        left: 375px;
    }
}

@media screen and (min-width: 992px) {
    .carouselSectionAdvanced .controls {
        bottom: 22%;
    }
}

@media screen and (min-width: 1200px) {
    .carouselSectionAdvanced .controls {
        bottom: 20%;
    }
}


.carouselSectionAdvanced .carousel-control.left, .carouselSectionAdvanced .carousel-control.right {
    /*top: 300px;*/
    background-image: none;
}

.carouselSectionAdvanced .carousel-control.left {
}

.carouselSectionAdvanced .carousel-control.right {
    left: 50px;
}

.carouselSectionAdvanced .carousel-caption p.intro {
    display: none;
}

@media screen and (min-width: 768px) {
    .carouselSectionAdvanced .carousel-caption p.intro {
        display: block;
    }
}


/* simple carousel */

.carouselSectionSimple {
    background-color: #fff;
}

.carouselSectionSimple .carousel-content {
    padding: 0;
}

.carouselSectionSimple .col-md-1:first-child {
    margin-left: 15px;
    margin-right: -15px;
}

    .carouselSectionSimple .col-md-1:last-child {
        margin-left: -15px;
        margin-right: 15px;
    }

    .carouselSectionSimple .carousel-control {
        background-image: none;
        background-color: #d9d8d8;
        max-height: 100px;
        text-align: center;
        padding: 0;
        top: 50%;
        width: 100%;
        height: 40px;
    }

    .carouselSectionSimple .arrow-left,
    .carouselSectionSimple .arrow-right {
        max-width: 15px;
    }

    @media screen and (min-width: 320px) {
        .carouselSectionSimple .carousel-control {
            padding: 5px;
            /*height: 40px;*/
        }

        .carouselSectionSimple .arrow-left,
        .carouselSectionSimple .arrow-right {
            max-width: 20px;
        }
    }

    @media screen and (min-width: 768px) {
        .carouselSectionSimple .carousel-control {
            padding: 20px;
            height: 100px;
        }

        .carouselSectionSimple .arrow-left,
        .carouselSectionSimple .arrow-right {
            max-width: 100%;
        }
    }

    @media screen and (min-width: 992px) {
        .carouselSectionSimple .carousel-control {
            top: 40%;
            width: 100%;
            height: 100px;
        }
    }

    .carouselSectionSimple .carousel-indicators {
        position: relative;
        bottom: -10px;
    }

        .carouselSectionSimple .carousel-indicators li {
            background-color: #b4b2b2;
            border: none;
        }

            .carouselSectionSimple .carousel-indicators li.active {
                background-color: #C42A2A;
                width: 10px;
                height: 10px;
                margin: 1px;
            }

    .carouselSectionSimple .slideText {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(30,30,30,.8); /* 1e1e1e */
        color: #fff;
        width: 100%;
        padding: 10px;
        vertical-align: middle;
    }

        .carouselSectionSimple .slideText p {
            margin: 0;
        }


    /***************************************************/
    /* QUOTE SECTION */

    .quoteSection {
        text-align: center;
    }

        .quoteSection .quoteImage {
            margin: 2.8rem auto;
            padding: 0 13.33%;
        }

        .quoteSection .quoteText {
            font-style: italic;
            font-family: 'Lustria', serif;
            font-size: 3rem;
            line-height: 4rem;
        }

        .quoteSection hr {
            width: 20%;
            border-color: #C42A2A;
        }

        .quoteSection .quoteName {
            font-family: 'Lato Bold', Lato, sans-serif;
            font-weight: 700;
            color: #333333;
            text-transform: uppercase;
        }

        .quoteSection .quoteJobTitle {
            padding: 0 25%;
        }


    /**************************/
    /* CONTENT SECTION */

    @media screen and (min-width: 768px) {

        .contentSection p[style="text-align: left;"], .contentSection p[style="text-align: right;"] {
            width: 58%;
        }

        .contentSection p[style="text-align: right;"] {
            float: right;
            margin-left: -8.33333%;
        }

        .contentSection p[style="text-align: left;"] img {
            margin: 6px 15px 15px -16.66666%;
            float: left;
            width: 100%;
        }

        .contentSection p[style="text-align: left;"] span {
            float: left;
            clear: both;
            margin-bottom: 0;
            font-weight: 700;
            display: inline-block;
            width: 100%;
            margin-right: 15px;
            margin-left: -16.66666%;
        }


        .contentSection p[style="text-align: right;"] img {
            margin: 6px -16.66666% 15px 15px;
            float: right;
            width: 100%;
        }

        .contentSection p[style="text-align: right;"] span {
            text-align: left;
            clear: both;
            margin-bottom: 0;
            font-family: 'Lato Bold', Lato, sans-serif;
            font-weight: 700;
            display: inline-block;
            width: 100%;
            margin-left: 15px;
            margin-right: -16.66666%;
        }
    }

    .contentSection ul {
        font-family: 'Lato Bold', Lato, sans-serif;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 2.4rem;
        list-style: none;
    }

        .contentSection ul li {
            margin-bottom: .8rem;
        }

            .contentSection ul li:before {
                content: "• ";
                color: #c42a2c; /* or whatever color you prefer */
                font-size: 3rem;
                vertical-align: top;
            }

    /*.contentSection p.caption {
    clear: both;
    margin-bottom: 0;
    width: 58.5%;
    font-weight: 700;
}*/
    /*@media screen and (min-width: 568px) {
    .contentSection p.caption {
        width: 58.5%;
    }
}

@media screen and (min-width: 768px) {
    .contentSection p.caption {
        width: 54.7%;
    }
}

@media screen and (min-width: 992px) {
    .contentSection p.caption {
        width: 64%;
    }
}

@media screen and (min-width: 1200px) {
    .contentSection p.caption {
        width: 48.5%;
    }
}


.contentSection p[style="text-align: left;"] + p.caption {
    float: left;
    margin-left: 0;
}

.contentSection p[style="text-align: right;"] + p.caption {
    float: right;
    margin-left: 15px;
    padding-left: 15px;
}*/

    /**************************/
    /* SPLIT COLUMN SECTION */

    .splitColumnSection h3 {
        font-family: Lato-Bold, Lato, sans-serif;
        color: #c42a2c;
        font-size: 1.4rem;
        line-height: 2.1rem;
        text-transform: uppercase;
        margin-bottom: 1.4rem;
    }

    .splitcolumnsection .row > div:first-child:first-letter {
        font-family: lustria, serif;
        font-size: 8.6rem;
        line-height: 8.6rem;
        vertical-align: top;
        float: left;
        margin: 0 0 -2rem 0;
        padding: 0 6px 0 0;
    }

    .splitColumnSection ul {
        font-family: 'Lato Bold', Lato, sans-serif;
        /*font-size: 1.6rem;
    line-height: 2.4rem;*/
        list-style: none;
        padding: 0;
    }

        .splitColumnSection ul li {
            margin-bottom: .8rem;
        }

            .splitColumnSection ul li:before {
                content: "• ";
                color: #c42a2c; /* or whatever color you prefer */
                font-size: 3rem;
                vertical-align: top;
            }


    .splitColumnSection .row > div:first-child {
        border-right: 1px solid #888888;
        padding-right: 50px;
    }

    .splitColumnSection .row > div:last-child {
        padding-left: 50px;
    }

    /**************************/
    /* FAQ SECTION */
    .faqSection .panel-heading {
        border-bottom: 1px solid #888888;
    }

        .faqSection .panel-heading a {
            font-size: 2rem;
            line-height: 3rem;
            text-transform: uppercase;
            font-family: Lato-Bold, Lato, sans-serif;
            text-decoration: none;
        }

        .faqSection .panel-heading .accordion-toggle:after {
            font-family: 'Glyphicons Halflings';
            content: url(/images/arrow-up.png);
            float: right;
            color: grey;
        }

        .faqSection .panel-heading .accordion-toggle.collapsed:after {
            content: url(/images/arrow-down.png);
        }

    .faqSection .panel-body p.intro {
        text-align: left;
        font-size: 2rem;
        line-height: 3rem;
        margin: 1rem auto;
    }


    /**************************/
    /* CONTENT COLLECTION SECTION */

    /* news item */

    .collection_children .newsItem {
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #888;
    }

        .collection_children .newsItem a {
            text-decoration: none;
        }

    body:not(.pagetype_newsItem) .collection_children .newsItem a h3 {
        font-size: 2.4rem;
        line-height: 3rem;
        font-family: Lato-Bold, Lato, sans-serif;
        color: #C42A2A;
        text-decoration: none;
        text-transform: uppercase;
    }

    body:not(.pagetype_newsItem) .collection_children .newsItem .startDate {
        font-size: 2rem;
        line-height: 3rem;
        font-family: Lato, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
    }

    .collection_children .newsItem .intro {
        font-size: 2rem;
        line-height: 3rem;
        font-family: Lato, sans-serif;
        text-align: left;
    }


    .collection_children .newsItem .image {
        padding-bottom: 2rem;
    }

    .collection_children .newsItem a {
        /*pointer-events: none;
        cursor: default;*/
        text-decoration: none;
        color: black;
    }

    @media screen and (min-width: 992px) {

        .collection_children .newsItem {
            margin-right: -15px;
            margin-left: -15px;
            margin-top: 2rem;
        }

            .collection_children .newsItem:first-child {
                padding-top: 0;
                margin-top: 0;
            }

            .collection_children .newsItem > div.row > div {
                position: relative;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px;
                width: 50%;
                float: left;
                padding-top: 2rem;
            }

            .collection_children .newsItem .contentOuter {
                right: 50%;
            }

            .collection_children .newsItem .image {
                left: 50%;
            }
    }

    /***************************/

    .videoSection .play-button {
        position: absolute;
        bottom: 60px;
        left: 30px;
    }
    /***************************/

    div.contentCollectionSection {
        margin-top: 3.6rem;
    }

        div.contentCollectionSection p.intro {
            display: none;
        }

    /***************************/
    .promoPanel .contentOuter {
        position: relative;
        width: 73.333333%;
        text-align: center;
        background-image: url('/images/Pattern-block-bg.png');
        min-height: 18rem;
    }

    .collection_children .row .item:first-child .promoPanel .contentOuter {
        float: right;
    }

    .collection_children .row .item:last-child .promoPanel .contentOuter {
        float: left;
    }

    .promoPanel .contentInner {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

        .promoPanel .contentInner a {
            color: #fff;
            font-size: 2.4rem;
            line-height: 3rem;
        }

        .promoPanel .contentInner hr {
            width: 20%;
            margin-top: .5rem;
        }

    /* ********  */
    .fileDownload span {
        font-size: smaller;
    }

    .folder h3 {
        margin-bottom: 1rem;
    }

    .folder .collection_children {
        margin-bottom: 2rem;
    }

    /***************************/
    .mapSection {
        margin: 5rem 0;
    }
