/* ********************************************
 * Global
 * ********************************************/

body {
    overflow    : hidden;
    padding-top : 60px;
    font-family : "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size   : 16px;
}

#skrollr-body {
    margin-top : 60px;
}

p {
    margin : 0 0 20px;
}

a {
    color : #333;
}
a:hover {
    text-decoration : none;
}

img {
    width : 100%;
}

hr {
    border-top : 1px dotted #333;
}


h1 {
    margin-bottom : 20px;
    /*font-family   : 'Roboto';*/
    font-size     : 44px;
    font-weight   : 700;
}

h2, h3 {
    /*font-family : 'Roboto';*/
    font-weight : 700;
}

h2 {
    font-size:  36px;
}

.pull-left {
    float        : left;
    margin-right : 40px;
    margin-left  : -400px;
}
    .pull-left a {
        padding-left : 10px;
        color        : #333;
        /*font-family  : 'Titillium Web';*/
    }


.background-still, .foreground-still {
    position : absolute;
    width    : 100%;
    height   : 100%;
}

.foreground-still {
    z-index        : 9997;
    pointer-events : none;
}

.background {
    width  : 100%;
    height : 120%;
}

.foreground {
    z-index : 9999;
    width   : 100%;
    height  : 120%;
}

.background-full {
    width  : 100%;
    height : 100%;
}

.source {
    text-align : right;
    color      : gray;
    font-size  : 12px;
}

.ir {
    color       : transparent;
    border      : 0;
    text-shadow : none;
    font        : 0/0 a;
}

.scroll-hud {
    display: none;
}

#scroll-arrow-down {
    position      : fixed;
    z-index       : 1000;
    right         : 0;
    bottom        : 0;
    width         : 100%;
    margin-bottom : 10px;
    text-align    : center;
    color         : white;
    font-size     : 14px;
}

#scroll-arrow-down span {
    display: block;
    font-size: 24px;
}

/* ********************************************
 * Compatibility Mask
 * ********************************************/

#compatibility_mask img {
    width: 25%;
}

#compatibility_mask a {
    color: blue;
}

/* ********************************************
 * Custom Global Styles
 * ********************************************/


/* ********************************************
 * Header
 * ********************************************/

header {
    position         : fixed;
    z-index          : 9998;
    top              : 0px;
    width            : 100%;
    height           : 60px;
    opacity          : 1;
    background-image : url('../images/header_gradient.png');
    /*font-family    : "Roboto";*/
    font-weight      : 400;
}

    .header-logo-container {
        width: 175px;
    }

    header div {
        top            : 0px;
        display        : inline-block;
        height         : 100%;
        vertical-align : top;
    }

    .header-power-logo {
        margin: 8px;
    }

    header .social_link {
        margin : 0 5px 0 5px;
    }

.header_headline {
    display   : inline-block;
    margin    : 20px 0 0 10px;
    font-size : 14px;
}

.header_social {
    margin    : 18px 20px 0 0;
    font-size : 20px;
}
.header-logo {
    margin         : 8px;
    width          : 75px;
    text-transform : uppercase;
    font-size      : 12px;
}
.header-vs-logo {
    width  : 170px;
    margin : 12px 0 0 10px;
}
.header-bw-logo {
    margin : 0 px 10px 0 0;
}
.header-bw-logo span {
    position  : relative;
    left      : -30px;
    font-size : 11px;
}
.header-bw-logo a {
    position : relative;
    top      : -16px;
}
.header-bw-logo-img {
    width : 110px;
}


/* ********************************************
 * Sections
 * ********************************************/
.mobile #bg-layer,
.mobile #fence,
.mobile #nuc-bg,
.mobile #bg-fade {
    z-index: -1;
}

.bg {
    position                : fixed;
    top                     : 10px;
    left                    : 50%;
    height                  : 0;
    -webkit-transform       : translate(-50%, 0);
    -ms-transform           : translate(-50%, 0);
    -o-transform            : translate(-50%, 0);
    transform               : translate(-50%, 0);
    background              : url('../images/bw-bg.jpg') 50% 50% no-repeat;
    -webkit-background-size : 100%, 100%;
    background-size         : 100%, 100%;
}

.fence {
    position                : fixed;
    top                     : 60px;
    left                    : 0;
    background              : url('../images/fence.png') 50% 50% no-repeat;
    -webkit-background-size : cover;
    background-size         : cover;
}

.nuc-bg {
    position                : fixed;
    top                     : 60px;
    left                    : 0;
    background              : url('../images/nuc-bg.png') 50% 50% no-repeat;
    -webkit-background-size : cover;
    background-size         : cover;
}

/*.rad-sign {
    position                : fixed;
    bottom                  : -5px;
    width                   : 226px;
    height                  : 468px;
    z-index                 : 100;
    background              : url('../images/rad-sign.png') 50% 50% no-repeat;
    -webkit-background-size : cover;
    background-size         : cover;
}*/

.bg-fade {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

section {
    position: relative;
    width: 100%;
    height: 700px;
    z-index: 100;
}

.flip-container {
    /*position: relative !important;*/
    /*-webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;*/
}

.flipper {
    position: relative;
/*    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;*/
}


.card {
    width               : 700px;
    height              : 400px;
    margin              : 100px auto;
    padding             : 0 40px;
    background-color    : #f1f1f1;
    backface-visibility : hidden;
    box-shadow          : 5px 10px 20px rgba(0,0,0,0.15),
                         -5px 10px 20px rgba(0,0,0,0.15);
}

.card-title {
    margin-bottom : 8px;
    padding-top   : 14px;
}

.sponsored .card-title {
    display     : inline-block;
    margin-top  : 12px;
    padding-top : 0;
}

.sponsored h3 {
    width: 0;
}

.card-title-sponsored {
    position     : relative;
    top          : 2px;
    margin-right : 5px;
    color        : #00517f;
    font-size    : 14px;
    font-weight  : bold;
    font-style   : italic;
}

.sponsored-logo-card {
    width: 80px;
    margin-bottom: 8px;
    padding-top: 14px;
}

.cip {
    font-size : 20px;
}

.epa .card-title {
    color : #87b939;
}

.card-agency hr {
    float        : right;
    margin-top   : 40px;
    margin-right : 60px;
    border       : 0;
}

.epa hr {
    width      : 323px;
    color      : #c0e881;
    border-top : 1px solid #c0e881;
}

.ferc .card-title {
    color : #f57e20;
}

.ferc hr {
    width      : 285px;
    color      : #f57e20;
    border-top : 1px solid #f57e20;
}

.nuclear .card-title {
    color : #1f2324;
}

.nuclear hr {
    width      : 330px;
    color      : #ffdc1b;
    border-top : 1px solid #ffdc1b;
}

.sponsored hr {
    margin-top : 36px;
    color      : #2894d9;
    border-top : 2px solid #2894d9;
}
.sponsored a {
    color: #2894d9;
}

.cct hr {
    width: 235px;
}

.mats hr {
    width: 175px;
}

.elg hr {
    width: 136px;
}

.card-copy {
    position               : relative;
    overflow-y             : auto;
    width                  : 620px;
    height                 : 280px;
    margin                 : 0 auto;
    padding-top            : 10px;
    border                 : 1px solid #ccc;
    background-color       : #fff;
    -ms-overflow-style     : scrollbar;
    -webkit-overflow-style : scrollbar;
    overflow-style         : scrollbar;
    overflow-y: scroll;
}

.card-copy p {
    padding: 0 15px;
}

.card-copy ul {
    width: 99%;
}

.sponsored h4 {
    padding     : 0 15px;
    font-weight : bold;
}

.card-intro {
    font-weight : bold;
    font-style  : italic;
}

.card-agency {
    height   : 78px;
    position : relative;
}

.card-agency-label {
    position    : absolute;
    font-style  : italic;
    bottom      : 25px;
    font-weight : bold;
}

.sponsored .card-agency-label {
    position    : absolute;
    font-style  : normal;
    bottom      : 24px;
    font-weight : bold;
    font-size   : 24px;
    color       : #00517f;
}

.card-icon {
    width      : 55px;
    height     : 55px;
    margin-top : 8px;
    position   : absolute;
    right      : 0;
}

.epa .card-icon {
    background              : url('../images/leaf-icon.png') center center no-repeat;
    -webkit-background-size : contain;
    background-size         : contain;
}

.ferc .card-icon, .sponsored .card-icon {
    background              : url('../images/water-icon.png') center center no-repeat;
    -webkit-background-size : contain;
    background-size         : contain;
}

.nuclear .card-icon {
    background              : url('../images/nuclear-icon.png') center center no-repeat;
    -webkit-background-size : contain;
    background-size         : contain;
}

.ferc .card-icon {
    background              : url('../images/ferc-icon.png') center center no-repeat;
    -webkit-background-size : contain;
    background-size         : contain;
}

.ad-chart {
    margin-bottom: 10px;
}

/* Section0 */
.section0 {
    height: 1500px;
}

    .section0 h1 {
        margin-bottom : 10px;
        line-height   : 0.95;
    }

    .section0 p {
        margin-bottom : 0;
    }

    .presented-by {
        margin-top : 20px;
        width      : 150px;
    }

    .presented-by p {
        font-size : 14px;
    }

.section1 {
}

.section2 {
}

.section3 {
}

.section4 {
}

.section5 {
}

.section6 {
}

.section7 {
}

.section8 {
}

.section9 {
}

.section10 {
}

.section11 {
}

.section12 {
}

.section13 {
}

.section14 {
}

.section15 {
    position: relative !important;
}

.section16 {
    /*background-color: #000;*/
    position: relative !important;
}



.credits {
    margin-top    : 250px;
    padding       : 60px 0 60px 0;
    text-align    : center;
    color         : white;
    /*font-family : 'Roboto';*/
}

    .credits p {
        margin-bottom: 5px;
    }

    .credits-logo {
        width         : 200px;
        margin-bottom : 30px;
    }

    .credits .copyright {
        margin-bottom : 60px;
        margin-top: 10px;
    }

    .credits .ai {
        margin-top: 20px;
    }

    .presented-by-ae-logo {
        display : block;
        width   : 220px;
        margin  : 0 auto 60px;
        color   : #aeaeae;
    }

    .credits-twitter-link {
        color: #fff;
        /*font-weight: bold;*/
    }


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


}

@media screen and (max-width: 1050px) {
    .header_headline {
        display : block;
        width   : 265px;
    }
}

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

    .modal-md-hide {
        display : none;
    }
    .credits {
        margin-top : 30%;
    }
}

@media screen and  (max-width:810px) {
    .breakpoint2 {
        display : none;
    }
    .header_social {
        margin    : 18px 0px 0 0;
        font-size : 20px
    }

    /*.epa hr {
        width : 290px;
    }*/

    /*.cct hr {
        width: 190px;
    }*/

    /*.mats hr {
        width: 115px;
    }

    .elg hr {
        width: 75px;
    }

    .ferc hr {
        width : 250px;
    }*/
}

@media screen and  (max-width: 767px) {
    .header_headline {
        width: 240px;
    }

    .header-logo-container {
        width: 150px;
    }

    .title-container {
        width : 100%;
    }

    .titles h1 {
        margin-top : 35px;
        font-size  : 60px;
    }

    .card {
        width: 90%;
    }

    .card-agency hr {
        display : none;
    }

    .card-copy {
        width: 100%;
    }

    .section0 h1 {
        font-size: 40px;
    }

    .section14 .card-title {
        font-size: 18px;
    }

    .cip {
        font-size : 18px;
    }
}

@media screen and  (max-width:650px) {
    .header_headline {
        display : none;
    }

    .header-logo {
        font-size: 10px;
    }

    .card-title {
        font-size : 18px;
    }

    .card-icon {
        width  : 45px;
        height : 45px;
    }

    .card-agency-label {
        width : 80%;
    }

    .sponsored .card-agency-label {
        /*position    : relative;*/
        bottom      : auto;
        top         : 10px;
        line-height : 1.2;
    }

    .section0 h1 {
        font-size: 36px;
    }

    .credits-logo {
        width: 150px;
    }

}

@media screen and (max-width:568px) {
    .header-logo-container {
        width: 150px;
    }

    .header-power-logo {
        margin: 10px 8px;
    }

    .section0 h1 {
        font-size: 28px;
    }

    .presented-by {
        width: 120px;
    }
}

@media screen and (max-width:401px) {
    /*.section0 {
        margin-top: -50px
    }

    .section1 {
        margin-top: 50px;
    }*/



    .header-logo-container {
        width: 110px;
    }

    .header-power-logo {
        margin: 14px 8px;
    }

    .header_social {
        font-size: 16px;
    }

    .addthis_button_email {
        display: none;
    }

    .sponsored .card-agency-label {
        font-size: 18px;
    }

    .sponsored .mats .card-agency-label {
        font-size: 16px;
    }

    .ferc .card-copy {
        height: 270px;
    }

    .ferc .card-agency-label {
        font-size: 14px;
    }

    .section10 .card-agency-label {
        font-size: 16px;
    }

    .section14 h3 {
        font-size: 14px;
    }

    .card-title {
        font-size: 16px;
    }

/*    .rad-sign {
        width  : 113px;
        height : 234px;
    }
*/

    .credits {
        margin-top: 30%;
        padding-top: 30px;
    }

    .presented-by-ae-logo {
        width: 180px;
    }
}

/*mobile-specific styles*/
.skrollr-mobile #skrollr-body {
    margin-top: 10px;
}

.skrollr-mobile .mobile-sm-hide {
    display:none;
}


