﻿
/*----------------------------Universal Styles-------------------------------*/
body, html, form { height: 100%; }
body.pg_home, body.pg_about, body.pg_ecosystems, body.pg_help, body.pg_acknowledgements, body.pg_resources{
    background-color:#233c5a;
}
#wrapper {
    width: 1058px;
    min-height: 890px;
    height: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    font-family: 'atkinson_hyperlegibleregular';
    position: relative;
}
strong, h1, h2, h3, h4, h5, .hotspot-text {
    font-family: 'atkinson_hyperlegiblebold';
}
em, .menu-bar li span, h1 span {
    font-family: 'atkinson_hyperlegibleregular';
}
#container{
    min-height:705px !important;
    max-height: 1080px;
    height: calc(100% - 185px);
}


.content, .climate {
    background-color: #CED1D3;
    color: #17212D;
}

    .content h2 {
        margin: 0;
        padding: 22px 63px 0px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 28px;
    }
    .content .about_quote {
        font-style:italic;
    }

.right-content {
    position: relative;
    float: right;
    width: 43%;
    margin-left: 73px;
}

.image img {
    width: 390px;
    margin-top: -10px;
}

.image-caption {
    padding: 15px 40px 1px 40px;
    margin-right: 65px;
    font-size: 12px;
    line-height: 1.2;
    color: #363636;
    background-color: #E0E0E0;
    text-align:center;
}

.text-container {
    padding: 7px 69px 0 65px;
}

.text {
    display: contents;
    font-size: 16px;
    line-height: 1.18;
}

    .text p {
        margin: 0 0 18px;
    }

.link{
    padding: 0px 105px;
    font-size:18px;
    text-decoration:underline;
}
.link img{
    width:40px;
    height:40px;
    margin-right:7px;
}
.link a{
    color:#000;
}

/*----------------------Header & Menu------------------------*/
.header {
    margin: 0 auto;
    background-image: url('/App_Images/frontend/site/img_header.png');
    width: 100%;
    height: 152px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}
.home-link{
    position:absolute;
    top:20px;
    left:25px;
    cursor:pointer;
}
.header h1{
    margin:0;
    padding-top: 27px;
    font-size: 58px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left:51px;
}
.header span{
    font-size:14px;
    font-weight:normal;
    letter-spacing:normal
}
.header p{
    letter-spacing: 0.5px;
    font-size:16px;
}
.menu-bar {
    background-color: #233C5A;
    text-transform: uppercase;
    height:33px;
    text-align:center;
    padding:0 7px;
    position:relative;
}

    .menu-bar ul,
    .menu-bar li{

        list-style: none;
        margin: 0;
        padding: 0;

    }

    .menu-bar li {

        display: inline-block;
        margin: 0 40px;
        padding-top: 7px;
        padding-bottom: 7px;

    }
    .menu-bar a {
        color: #fff;

    }

    .li_ecosystems a {
        cursor: default;
    }
            .menu-bar li:hover a {
            border-bottom: solid 3px #CED1D3;
        }

        .menu-bar li:hover span a { border-bottom: 1px solid rgba(255,255,255,0.2); cursor: pointer;}



    .li_ecosystems:hover .menu-dropdown{
        display:block;
    }
    .menu-dropdown{
        position:absolute;
        width:230px;
        background-color:#233D5D;
        top:33px;
        left:165px;
        display:none;
        border:1px solid rgba(255,255,255,0.2);
        z-index:1;
        border-radius:4px;
        overflow:hidden;
        z-index:20;

    }
    a.dropdown-items{
        font-size:11px;
        font-weight:normal;
        text-transform:initial;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
        width:100%;
        padding:6px;
        display:block;
        text-align:left;
        
    }
    .menu-bar li:hover span a:last-of-type, a.dropdown-items:last-of-type{
        border:none !important;
    }
    .dropdown-items img{
        width:16px;
        height:16px;
        margin-right:15px;
        float:left;
        opacity:0.5;
    }
    a.dropdown-items:hover{
        background-color:#473C2A;
        text-decoration:none;
    }
    a.dropdown-items:hover img{
        opacity:1;
    }


    .pg_about .menu-bar .li_about a,
    .pg_ecosystems .menu-bar .li_ecosystems a,
    .pg_help .menu-bar .li_help a,
    .pg_acknowledgements .menu-bar .li_acknowledgements a,
    .pg_resources .menu-bar .li_resources a {

        border-bottom: solid 3px #CED1D3;

    }

/*---------------------Home Page--------------------------*/
.content-homepage {
    background-image: url('/App_Images/frontend/site/bg_home.png');
    margin: 0 auto;
    width: 100%;
    min-height: 705px;
    max-height: 1080px;
    height: calc(100% - 185px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.content-homepage .cover {

    background-image: url('/App_Images/frontend/site/cover_home.png');
    width: 100%;
    height: 100%;
    min-height: 705px;
    max-height: 1080px;
    height: calc(100% - 185px);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    pointer-events: none;
    top: calc(50% - 381px);

}
#map{
    margin:0 auto;
    width:552px;
    height:552px;
    border-radius:300px;
    position: absolute;
    top: calc(50% - 276px);
    left: calc(50% - 276px);
}
.pg_home .home-link{
    display:none;
}

/*--------------------------About Page---------------------------*/
.pg_about .text-container{
    padding: 7px 69px 10px 65px;
    min-height: 800px;
}
.pg_about .header p {
    line-height: 1.42857143;
}
.pg_about p {
    line-height: 19px;
}

    .pg_about .slider-caption p{
        margin:0;
        line-height: 1.2;
    }

    .pg_about #wrapper .bx-wrapper {

        width: 390px!important;
        margin-top: -10px;

    }

    .pg_about .slider .slide {
        width: 390px;
    }

    .pg_about .slider .slider-caption {
        padding: 20px;
        margin-right: 65px;
        font-size: 12px;
        line-height: 1.2;
        color: #363636;
        background-color: #E0E0E0;
        text-align:center;
        margin-bottom: 10px;
    }

    .pg_about .link { margin-bottom: 20px;}
/*--------------------------Help Page---------------------------*/
.pg_help .content{
    padding-bottom:22px;
}
    .pg_help .image-caption{
        opacity:0;
    }
.help{
    position:relative;
    background-color: #e0e0e0;
}
.help-physical, .help-plants, .help-animals, .help-humans{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 25px 0px;
    margin: 0 65px;
    overflow:auto;
}
.help-considerThis {
    padding: 25px 0px;
    margin: 0 65px;
    overflow: auto;
}
.help-icon {
    width: 25%;
    float: left;
    text-align: center;
    padding: 2px 30px;
    display: inline-block;
}
.help-icon p{
    margin-top:6px;
    line-height:1;
}
.help-text{
    width:75%;
    float:right;
    display:inline-block;
}
.help-text h4{
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    padding-top:12px;
    margin:0;
}
.help-text p{
    margin: 0;
    font-size: 16px;
    line-height: 1.15;
}
    .help-humans .help-text p{
        margin-bottom:10px;
    }
        .help-humans .help-text p:last-of-type{
            margin-bottom:0;
        }

.pg_help .climate{
    padding:25px 0;
}
    .pg_help .climate .text-container{
        padding:7px 138px 0 125px;
    }
    .pg_help .climate .text-container p{
        margin:20px 0;
        font-size:16px;
    }
    .pg_help .climate .text-container img{
        margin:0 auto;
        display:block;
    }

/*--------------------------Acknowledgements Page---------------------------*/
.pg_acknowledgements .link{
    padding:20px 110px;
}
.pg_acknowledgements .content{
    padding-bottom:10px;
}

/*--------------------------Resources Page---------------------------*/
.pg_resources .content{
    height: 356px;
}
.pg_resources .text-container{
    padding: 0px 69px 0 65px;
}
.pg_resources .text{
    line-height:1;
}
.pg_resources .text ul{
    list-style:none;
    padding:0;
}
    .pg_resources .text li{
        padding:10px 0;
    }
        .pg_resources .text li img{
            width:15px;
            height:15px;
            margin-top:-3px;
        }
        .pg_resources .text li a {
            font-size: 18px;
            text-decoration: underline;
            margin-left: 15px;
            color: #17212D;
        }
        
.resource{
    background-color:#e0e0e0;

}
.resource .resource-header{
    background-color: #464646;
    background-image:url(/App_Images/frontend/site/ico_resource_headers.png);
    width:100%;
    height:90px;
    background-repeat:no-repeat;

}
.resource-header h3, .resource-header a{
    color:#fff;
    margin:0;
}
.resource-header h3{
    float:left;
    font-weight:bold;
    padding: 33px 65px;
}
.resource-header a {
    float: right;
    padding: 36px 63px;
    text-decoration: underline;
    font-size: 12px;
}
.resource-text ul{
    list-style:none;
    padding:0;
}
.resource-text li img {
    width: 40px;
    height: 40px;
    margin-top: -3px;
    float: left;
    margin-right: 18px;
}
.resource-text li {
    margin-left:65px;
    padding: 27px 150px 32px 0px;
    width: 88%;
    border-bottom: 1px solid #CED1D3;
}
.resource-text li:last-of-type{
    border: none;
}
.resource-text li .list-title{
    text-decoration:underline;
    font-weight:bold;
    font-size:15px;
    line-height:1;
    color:#17212D;
}
.resource-text li p{
    margin: 0;
    margin-left:57px;
    font-size:15px;
    color:#17212D;
    line-height: 18px;
    margin-top: 10px;
}
.footer {
    height: 50px;
    width: 100%;
    background-color: #CED1D3;
}

/*--------------------------Ecosystems Page---------------------------*/

/*.pg_ecosystems .content {
    width:1058px;
    height:170px;
    position:absolute;
    bottom:0;
    background-color: transparent;
}*/
.hotspots {
    position: absolute;
    bottom: 30px;
    background-image: url(/App_Images/frontend/site/bg_hotspots_v2.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 138px;
    z-index: 10;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.physical, .plants, .animals, .humans, .considerthis{
    display:inline-block;
    text-align:center;
    color:white;
    margin:23px 0px;

}
.physical{
    padding:0 18px;
}
.plants{
    padding:0 3px 0 15px
}
.animals{
    padding:0 31px;
}
.humans{
    padding:0 30px 0 3px;
}
.considerthis{
}
.hotspot-position{
    position:absolute;
    left:22%;
}
.hotspots .hotspot-image {
    padding-bottom: 6px;
    margin: 0;
}
    .hotspot .hotspot-image.hover {

        display: none;

    }
    .hotspot.active .hotspot-image,
    .hotspot:hover .hotspot-image {

        display: none;

    }
    .hotspot.active .hotspot-image.hover,
    .hotspot:hover .hotspot-image.hover {

        display: block;
        width:68px;
        margin:0 auto;
    }
        .hotspot.active .hotspot-text,
        .hotspot:hover .hotspot-text{
            background-color:#17212D;
        }


.hotspot-text {
    background-color: #233c5a;
    margin: 0px;
    padding: 2px 10px;
    border-radius:5px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
.btn_info{
    position: absolute;
    top: 207px;
    right: 17px;
    cursor: pointer;
    display: none;
    width: 44px;
    z-index: 10;
}
/*--------------------------Welcome Iframe---------------------------------*/
.welcome-overlay {
    position: absolute;
    top: 185px;
    width: 100%;
    min-height: 705px;
    max-height: 1080px;
    height: calc(100% - 185px);
    background-color: rgba(0,0,0,0.4);
    z-index: 10;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .welcome {
        position: absolute;
        width:45%;
        top:150px;
        left:295px;
    }
        .welcome-header {
            background-color: #475262;
            width: 100%;
            color: #fff;
            height: 60px;
            text-align: center;
            border-radius: 5px 5px 0 0;
        }
            .welcome-header .welcome-close{
                width:40px;
                position:absolute;
                top:-20px;
                right:-20px;
                margin:0;
                cursor:pointer;
            }
            .welcome-header img{
                display:inline-block;
                width:35px;    
                margin-top: -6px;
            }
            .welcome-header h3{
                text-transform:uppercase;
                display:inline-block;
                font-size: 19px;
                margin-top: 23px;
                padding-left: 2px;
            }
        .welcome-content {
            background-color: #CED1D3;
            width: 100%;
            float: left;
            max-height: 160px;
            overflow-y: auto;
            border-radius: 0 0 5px 5px;
        }
            .welcome-left {
                float: left;
                width: 50%;
                text-align: center;
                border-right: 1px solid #fff;
                margin-top: 10px;
            }
            .welcome-left img{
                width:40px;
                display:inline-block;    
                margin-top: -18px;
            }
            .welcome-left ul{
                display:inline-block;
                list-style-type:none;
                padding: 14px 0;
                margin: 0 0 0 5px;
                line-height: 1;
                font-size: 16px;
            }
            .welcome-right {
                float: right;
                width: 50%;
                text-align: center;
                margin-top: 23px;
                padding-right: 35px;
            }
            .welcome-right ul{    
                list-style-type:none;
                line-height: 1;
                font-size: 16px;
            }

            .welcome-intro-text{
                float: left;
                width: 100%;
                padding: 10px 30px 0px;
            }
                .welcome-intro-text p {
                    margin: 0;
                }

            /* This is for the welcome overlay that houses audio clips*/
            .welcome-full {
                float: left;
                width: calc(100% - 40px);
                padding: 10px 20px; 
            }

                .welcome-full .row {
                    float: left;
                    width: 100%;
                    margin: 0px;
                    margin-top: 10px;

                }
                .welcome-full a.audio {
                    float: left;
                    width: 40px;
                    margin-right: 20px;
                }
                    .welcome-full a.audio.disabled {
                        opacity: 0.5;
                        pointer-events: none;                        
                    }
                .welcome-full a.audio img { width: 100%; }
                .welcome-full .desc {

                    float: left;
                    width: calc(100% - 60px);
                    padding-top: 10px;
                    font-size: 16px;
                }
                .welcome-full .desc p, .welcome-full .desc ul, .welcome-full .desc li { 
                    font-size: inherit; 

                }
        .image-360 {
            float: left;
            width: 100%;
            position: relative;
            text-align: center;
            margin-top: 35px;
        }



/*--------------------------Iframe---------------------------------*/

.iframe {
    position: absolute;
    top: 185px;
    width: 100%;
    height: calc(100% - 185px);
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, .4);
}


.btn-close{
    position:absolute;
    top:24px;
    right:19px;
    width:40px;
    height:40px;
    cursor:pointer;

}

.iframe .data {

    float: left;
    height: calc(100% - 185px);

}

.title {
    display: inline-block;
    float: left;
    width: 54%;
    margin-left: 20px;
    margin-top: 21px;
    padding: 8px 10px 1px;
    background-color: #D1D1D1;
    border-radius:7px;
}
.title h4, .title p{
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}
    .title h4 {
        font-weight: bold;
        margin: 0;
        padding: 6px 13px 6px 37px;
        border-right: 2px solid #778191;
    }
    .title p {
        padding-left: 12px;
        margin-top: 3px;
    }
.iframe-btns {
    margin-top: 22px;
    padding-top: 6px;
    margin-right: 66px;
    width: 380px;
    height: 45px;
    float: right;
    display: inline-block;
    background-color: #d1d1d1;
}

    .iframe-btns.disabled {

        cursor: not-allowed;
        opacity: .2;

    }

        .iframe-btns.disabled a { cursor: not-allowed; }

    .iframe-btns a {
        padding: 0 9px;
        text-decoration: underline;
        text-decoration-color: #778191;
        color: #17212D;
    }
    .iframe-btns a.disabled {

        opacity: .2;
        cursor: not-allowed;

    }

.iframe-btns a img{
    width:35px;
    height:35px;
    padding-right:5px;
}
.link-video img{
    width:31px;
}
.link-audio{
    width:34px;
}
.link-visit{
    width:32px;
}
.iframe-content {
    width: 96%;
    margin: 78px auto 0;
    background-color: #D1D1D1;
    min-height:450px;
    height: calc(100% - 78px);
    padding-bottom: 20px;
    overflow-y: auto;
    overflow-x:hidden;
    border-radius: 7px;
}

.iframe-content .text ul, .iframe-content .text ol{
    padding: 0px 30px;
    margin: 0 45px 18px;
}
    .iframe-content .text li{
        margin-bottom:18px;
    }

.iframe-rightSide{
    width:428px;
    float:right;
    padding-right:25px;
    padding-left: 20px;
    margin-bottom: 15px;

}
.takeAction {
    float: right;
    clear: both;
    background-color: #834142;
    height: 46px;
    margin-top: 12px;
    padding-top:14px;
    width: 100%;
}

    .takeAction.trans { background-color: transparent;}

.link-takeAction img{
    width:28px;
    height:28px;
    float:left;
    margin-top:-5px;
    margin-left:12px;

}
.link-takeAction {
    color: #fff;
    text-decoration: underline;
    border-right: 1px solid gray;
    padding: 6px 11px 6px 11px;
}
.takeAction p{
    float:right;
    font-size:12px;
    color:#fff;
    margin-top:2px;
    margin-right:25px;

}

.iframe-content .text > *:first-child {

    margin-top: 20px;

}
.iframe-content .text p{
    margin: 0 45px 18px;
}
/*--------------------------Slider ---------------------------------*/

    /*.iframe-content*/ .slider .slide {

        width: 428px;

    }

    /*.iframe-content*/.slider-image {

        clear: both;
        width: 100%;

    }

    /*.iframe-content*/.slider-image img { width: 100%; cursor: pointer; }

    .slider-caption {
        clear: both;
        text-align: center;
        width: calc(100%);
        padding: 4px 10px 5px 10px;
        font-size: 12px;
        background-color:#e0e0e0;
        line-height:1.2;
    }

    .slider-caption p:last-of-type {

        margin-bottom: 0;

    }
/*--------------------------Iframe Video---------------------------------*/

.iframe-video,
.iframe-audio{
    width: 98%;
    margin-top: 78px;
    background-color: rgba(22,22,22,.8);
    min-height:450px;
    height: calc(100% - 78px);
    overflow-y: hidden;
    overflow-x: hidden;
    border-radius: 7px;
    display: none;
}
.left-side {
    width: 58%;
    height: 100%;
    padding-bottom: 20px;
    float:left;
}
.link-close {
    display: inline-block;
    float: right;
    margin-top:18px;
    cursor: pointer;
}
.link-close a{
    margin: 0 25px;
    text-decoration:underline;
    color:#fff;
    font-size:15px;
}
    .link-close img {
        width: 25px;
        margin-left: 10px;
    }

    
.video iframe,
.audio audio {
    width: 95%;
    height: 326px;
    margin: 19px;
    border: 5px solid #fff;
    border-radius:5px;
}

.audio audio {

        background-image: url(/App_Images/frontend/site/bg_audio.png);
        background-repeat: no-repeat;
        background-color: rgba(232,232,232,1);
        background-position: center 33%;

    }
.right-side {
    width: 42%;
    height: 100%;
    background-color: #d1d1d1;
    padding-bottom: 20px;
    padding-right:20px;
    border-radius:7px;
    float:right;
    overflow-y:auto;
    overflow-x:hidden;
}
    .right-side p {
        padding: 16px 22px;
        font-size: 16px;
        line-height: 1.15;
    }

/*-----Bx-Wrapper Override------*/
/*.bx-wrapper {
    max-height: 258px;
    margin: 58px 0px 0 30px;
    margin-bottom:0px !important;
}
.bx-viewport{
    height:250px !important;
}*/