﻿/*
.parallax {
    height: 30vw;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
} */

/*.main {display: none;} 

.header-content h2 {
    font-size: 50px;
    font-family: Arial, sans;
}

.header-content h3 {
    font-size: 28px;
    margin-top: -10px;
}

.banner-title {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-transform: uppercase;
    font-size: 30px;
    margin-left: -580px;
}

.dynamic-image {
    position: relative;
    top: 10px;
   display: none;
}

.r0-d .header-content {
    position: absolute;
    top: -20vw !important;
}

.r0-t .header-content {
    position: absolute;
    top: -270px;
}

.header-content h2, .header-content h3 {
    color: #fff;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,.75));
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.75));
}

.dynamic-portal:hover {
    cursor: pointer;
}

.dynamic-image:hover img {
    opacity: .65;
}

.dynamic-image img {
    display: block;
    width: 100%;
}

.dynamic-image .portal-label {
    text-align: center;
    margin-top: 10px;
    color: #666;
}

.dynamic-image p {
    padding: 0px 10px;
}

.dynamic-image .portal-cta, .dynamic-image .portal-text {
    color: #666;
}

.dynamic-image .portal-text {
    min-height: 110px;
}

.dynamic-image:hover {
    text-decoration: none;
}

.interior-body {
    min-height: 600px;
}

.dynamic-image:hover a {
    text-decoration: none;
}

.image-container {
    background-color: #165788;
}
    
.header--link {
    color: #ffffff !important;
    font-weight: bold;
    background-color: #3b852e;
    border: 1px solid #3b852e;
    border-radius: 10px;
    padding: 7px 12px;
    margin-top: 20px;
    display: inline-block;
}

    .header--link:hover {
        text-decoration: none;
        background-color: #4AA739;
    }

.letter-from-ceo img {
    float: right;
    margin-left: 10px;
    max-width: 400px;
}

.letter-from-ceo p, .letter-from-ceo a {
    font-size: 25px !important;
}

p.ceo-title {
    font-size: 21px;
}

.introduction p {
    font-size: 25px;
    border-left: 5px solid #165788;
}
    */
/*
h1 {
    text-align: center;
}

.r1-d_c1_r0-d_c1, .r1-d_c1_r1-d_c1 {
    float: right;
}

.container-fluid.visible-xs.visible-sm .compat-object-fit-center {
    min-height: 330px;
}

.hero-overlay.text-left {
    display: none;
}
    */
.sustainability-story {
    background-color: #dae1f2;
    width: 100%;
}

.casestudies ul.media-list.news-items {
    display: flex;
    flex-wrap: wrap;
}

.chartTable {
    text-align: center;
}

.table {
    max-width: 95vw;
    table-layout: fixed;
    caption-side: bottom;
}

    .table th {
        text-align: center;
        background-color: #165788;
        color: #fff;
    }


    .table td, .table th {
        padding: 10px;
        border: solid 1px #000;
        width: 120px;
        text-align: center;
    }

        .table td:first-child, .table th:first-child {
            width: auto;
        }

        .table td:first-child {
            text-align: left;
        }


    .table tr:nth-child(odd) {
        background-color: #d4d4d4;
    }

    .table .even tr:nth-child(even) {
        background-color: #d4d4d4;
    }

    .table .even tr:nth-child(odd) {
        background-color: #fff;
    }

    .table h3 {
        font-weight: bold;
        font-style: italic;
        font-size: 20px;
        text-align: left;
    }

        .table h3 small {
            font-style: normal;
            font-size: 15px;
            text-align: left;
        }


.carbon-dioxide-table {
    display: inline-block;
    margin: 0 auto;
}

.table tfoot td {
    font-weight: bold;
    background-color: #a8a8a8;
    color: #333333;
}

.energy-table {
    text-align: left;
}

.sustainability-story:nth-child(odd) {
    clear: both;
}

    .sustainability-story > div {
        padding: 30px;
        width: 45%;
        min-width: 260px;
        background-color: #dae1f2;
        margin: 20px;
    }

    .sustainability-story img {
        object-fit: cover;
        height: 285px;
    }

    .sustainability-story:hover {
        cursor: pointer;
    }

        .sustainability-story:hover > div {
            background-color: #165788;
            color: #dddddd;
        }

    .sustainability-story h3 {
        min-height: 65px;
    }

.copy-close {
    display: none;
}

.copy-open {
    display: block;
}

.table-opener {
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    background-color: #165788;
    display: inline-block;
    cursor: pointer;
}

/* Table colors, for chart colors, see js file*/
.bg-colorOne-6 {
    background-color: #cddaf0 !important;
}

.bg-colorOne-5 {
    background-color: #8bb0dd !important;
}

.bg-colorOne-4 {
    background-color: #5e99d3 !important;
}

.bg-colorOne-3 {
    background-color: #017dc3 !important;
}

.bg-colorOne-2 {
    background-color: #0072b1 !important;
}

.bg-colorOne-1 {
    background-color: #005e94 !important;
}

.bg-colorOne-0 {
    background-color: #114171 !important;
}

.bg-colorTwo-6 {
    background-color: #fde9d1 !important;
}

.bg-colorTwo-5 {
    background-color: #feca92 !important;
}

.bg-colorTwo-4 {
    background-color: #fdb970 !important;
}

.bg-colorTwo-3 {
    background-color: #f99c32 !important;
}

.bg-colorTwo-2 {
    background-color: #e38f2d !important;
}

.bg-colorTwo-1 {
    background-color: #b87622 !important;
}

.bg-colorTwo-0 {
    background-color: #915b13 !important;
}

.bg-colorThree-6 {
    background-color: #c7e6eb !important;
}

.bg-colorThree-5 {
    background-color: #74c8d2 !important;
}

.bg-colorThree-4 {
    background-color: #1db7c6 !important;
}

.bg-colorThree-3 {
    background-color: #00a2b1 !important;
}

.bg-colorThree-2 {
    background-color: #0094a2 !important;
}

.bg-colorThree-1 {
    background-color: #007984 !important;
}

.bg-colorThree-0 {
    background-color: #005e66 !important;
}

.bg-colorFour-6 {
    background-color: #faedcb !important;
}

.bg-colorFour-5 {
    background-color: #f9d48d !important;
}

.bg-colorFour-4 {
    background-color: #f4c762 !important;
}

.bg-colorFour-3 {
    background-color: #f1b310 !important;
}

.bg-colorFour-2 {
    background-color: #daa30b !important;
}

.bg-colorFour-1 {
    background-color: #ad8406 !important;
}

.bg-colorFour-0 {
    background-color: #876501 !important;
}

.bg-colorFive-6 {
    background-color: #e0f0da !important;
}

.bg-colorFive-5 {
    background-color: #b8dcae !important;
}

.bg-colorFive-4 {
    background-color: #9bd192 !important;
}

.bg-colorFive-3 {
    background-color: #72c367 !important;
}

.bg-colorFive-2 {
    background-color: #68b15f !important;
}

.bg-colorFive-1 {
    background-color: #53924c !important;
}

.bg-colorFive-0 {
    background-color: #3d743b !important;
}

@media (max-width: 1250px) {
    .banner-title {
        left: 3%;
        margin-left: 0px;
    }
}

@media (max-width: 888px) {
    .sustainability-story > div {
        width: 100%;
        margin: 10px auto;
    }
}

@media (max-width: 500px) {
    .header-content h2 {
        font-size: 10vw;
    }
}
