body {
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 16px;
}

a, a:focus, a:hover {
    color: #2F422A;
    color: #4e879b;
}


@media (min-width: 768px) {
    .container {
        width: 96%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 96%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}

.button,
.big_button,
input[type=submit],
input[type=button] {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #e7bf77;
    color: #2a4124;    
    padding: 12px 26px;    
    border-radius: 7px;        
    cursor: pointer;        
    white-space: nowrap;
    border-width: 0px;
}

.button:hover {
    opacity: 0.8;
    text-decoration: none;    
    color: #2a4124;    
}

.social img:hover {
    opacity: 0.8;
}




#header_row {
    height: 460px;
    position: relative;
}

#banner_images {
    position: relative;
    position: absolute;
    height: inherit;
    width: 100%;
}

.banner_image {
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: inherit;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.banner_image.active {
    display: block;
}

.banner_image .mask {
    height: 234px;
}

.banner_image .mask_light {
    background-image: linear-gradient(
        rgba(255, 255, 255, .95), 
        rgba(255, 255, 255, .87), 
        rgba(255, 255, 255, .79), 
        rgba(255, 255, 255, .64), 
        rgba(255, 255, 255, .35), 
        rgba(255, 255, 255, 0)
    );
}

.banner_image .mask_dark {
    background-image: linear-gradient(
        rgba(0, 0, 0, .95), 
        rgba(0, 0, 0, .87), 
        rgba(0, 0, 0, .79), 
        rgba(0, 0, 0, .64), 
        rgba(0, 0, 0, .35), 
        rgba(0, 0, 0, 0)
    );
}

.banner_image .banner_attribution {
    position: absolute;
    bottom: 4px;
    right: 0px;
    text-align: right;
}

.banner_image .banner_attribution span {
    color: #ddd;
    background-color: rgba(0, 0, 0, .1);
    padding: 1px 7px 2px;
    font-size: 9px;
}

/* internal header */
body.internal #header_row {
    height: 324px;
}

body.internal .banner_image {
    background-position: center center;
    display: block;
    border-bottom: 2px solid #242322;
}

body.internal .banner_image .mask {
    height: 192px;
}

body.internal .social {
    margin-top: 32px;
}






.navbar-default {
    background-color: transparent;
}

.navbar {
    margin-bottom: 0px;
    position: relative;
    border: none;
}

.navbar-header {
    float: left;
}

.dropdown-toggle {
    cursor: pointer;
}

.navbar-toggle {
    clear: both;
    position: relative;
    bottom: 24px;
    margin-top: 13px;
    margin-right: 0;
    padding: 6px 8px;
}

.navbar .social {
    transition-duration: 1s, 1s;
    text-align: right;
    padding: 0px 0px 0px;
    width: 70%;
    float: right;
}

.navbar .social img {
    width: 33px;
    margin-left: 7px;
    position: relative;
    top: -3px;
}

.navbar .social .button {
    margin-right: 18px;
}

#navbar {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 53px -6px 0px 0px;
}

body.internal #navbar {
    margin: 22px -6px 0px 0px;
}

#navbar ul.nav > li > a {
    color: #2A4124;
}

#navbar ul.nav > li > a:focus,
#navbar ul.nav > li > a:hover {
    background-color: transparent;
}

#navbar ul.nav {
    width: 100%;
    text-align: right;
}

#navbar ul.nav > li {
    float: none;
    display: inline-block;    
}







.img_wrapper {
    position: relative;
    overflow: hidden;
}





.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #ABABAB;
}

.navbar-fixed-top {
    height: 220px;
    background: #fff;
    opacity: .96;
    transition-duration: 1s, 1s;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #666;
}

.dropdown-menu > li > a {
    font-size: 16px;
    text-transform: none;
    color: #4e879b;
    padding: 2px 10px;
    white-space: nowrap;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 7px;
}

.navbar-collapse.in {
    background: #fff;
}

.navbar-collapse.in {
    position: relative;
    top: -20px;
}

.navbar-collapse.in li {
    text-align: right;
}


.logo img {
    width: 385px;
    transition-duration: 1s, 1s;
    position: static;
}

body.internal .logo img {
    width: 264px;
}

.navbar-nav > li > a {
    padding: 0 6px;
    line-height: 20px;
}

.navbar-nav > li.open a,
.navbar-nav > li.open a:focus,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    background: none;
}

.dropdown-menu {
    font-size: 15px;
    background: #e9eff5;
    background: #eae5cf;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
    border: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #fef9e3;
    color: #333;
}

/* mobile navbar */
#navbar_m {
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    transition-property: height;
    transition-duration: 1s, 1s;
}

#navbar_m.collapse.in {
    visibility: visible;
    height: auto;
}




@media (min-width: 960px) and (max-width: 1170px) {
    .navbar .social {
        max-width: 64%;
        float: right;
    }
    
    #navbar {
        font-size: 18px;
        line-height: 32px;
    }
    
    .navbar {
        min-height: 290px;
    }
    
    .navbar .social .button {
    }
}

@media (max-width: 959px) {
    #header_row {
        height: 400px;
    }

    .navbar .social {
        max-width: 60%;
        float: right;
    }

    #navbar {
        font-size: 18px;
        line-height: 32px;
    }
    
    .navbar {
        min-height: 290px;
    }
    
    .navbar .social .button {
    }
}

@media (max-width: 874px) {
    body.internal .logo img,
    .logo img {
        width: 220px;
    }

    .navbar .social {
        max-width: 65%;
        float: right;
    }

    #navbar {
        font-size: 18px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    
    #header_row {
        height: 285px;
    }
    
    .banner_image .mask {
        height: 140px;
    }
    
    #navbar_m {
        background-color: #337ab7;
    }

    body.internal .logo img,
    .logo img {
        width: 200px;
    }
         
    .navbar .social {
        padding: 18px 0px 0px;
    }
         
    .navbar .social .button {
        font-size: 16px;
        padding: 7px 23px;
        display: none;
    }
         
    .navbar-default .navbar-toggle {
        border-color: #5896d1;
        border-width: 3px;
        margin: 20px 0px 0px 23px;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #5896d1;
        height: 3px;
    }
    
    .navbar-toggle {
        background-color: rgba(255, 255, 255, .6);
    }
    
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: rgba(255, 255, 255, .8);
    }    

    #navbar_m ul.nav {
        margin: 0px -15px;
    }
    
    #navbar_m ul.nav > li {
        text-align: right;
        display: block;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        font-weight: 700;
        padding: 4px 6px;
    }
    
    #navbar_m ul.nav > li:nth-last-child(1) {
        border-bottom: none;
    }
    
    #navbar_m .container {
        padding-right: 0px;
    }
    
    #navbar_m .navbar-nav > li > a {
        padding-right: 0;
        color: #fff;
        padding: 5px 4px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 0px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 4px 5px 0px;
        color: #eee;
        font-size: 15px;
    }
}

@media (max-width: 460px) {
    body.internal #header_row,
    #header_row {
        height: 120px;
    }

    body.internal .logo img,
    .logo img {
        width: 110px;
    }

    .navbar .social img {
        width: 28px;
        margin-left: 4px;
    }
         
    .navbar-default .navbar-toggle {
        margin: 20px 0px 0px 13px;
    }
    
}





/* translate selec */
#google_translate_box {
    display: none;
    position: absolute;
    top: 100px;
    z-index: 2000;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
}

/* translate bar adjustments */
.translated-ltr .navbar-fixed-top {
    padding-top: 39px;
    height: 260px;
}

.translated-ltr .navbar-fixed-top.shrink {
    padding-top: 0px;
    margin-top: 39px;
}

.internal #partner_row {
    border-top: 2px solid #242322;
}

.internal .mid_body_bg  {
    background-color: #EAE5CF;
}

.internal .content {
    background: inherit;
    margin-bottom: 60px;
    padding: 8px 0px 48px;
}


.internal .breadcrumb {
    background: linear-gradient(#fff, #fff);
    background: none;
    padding: 8px 1px;
    margin-bottom: 6px;
}

.internal h1 {
    margin-top: 12px;
    margin-bottom: 28px;
    color: #333;
    font-size: 32px;
}




.content {
    min-height: 300px;
    padding-bottom: 32px;
}

.internal #partner_row {
    border-top: 2px solid #242322;
}



/* live broadcasts... */
.live_video_row {
    padding: 26px 0px;
    max-width: 780px;
    margin: 0px auto;
}

.iframed .container {
    width: 100%;
}

.iframed .content {
    margin-bottom: 12px;
    padding: 8px 16px;
    border-bottom: none;
    min-height: none;
}


.scientist {
    clear: both;
    margin: 24px 0;
    overflow: hidden;
}

.scientist img {
    max-width: 225px;
    border-width: 4px;
    border-style: solid;
}

.scientist img.left {
    float: left;
    margin: 4px 14px 4px 0;
}

.scientist img.right {
    float: right;
    margin: 4px 0 4px 14px;
}




#partner_row {
    background: #fff;
    padding: 16px 0px;
    margin: 0px;
}

#partner_row .container {
    text-align: center;
}

#partner_row .container img {
    padding: 16px;
    max-width: 198px;
}

.internal #partner_row .container img {
    max-height: 82px;
    max-width: 129px;
}

#partner_row h4 {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}


footer {
    color: #fff;
    font-size: 14px;
    padding: 26px 0px;
    background: #2f422a; /* green */
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer address {
    margin-bottom: 0px;
}


/* sm=768px, md=992px, lg=1200px */


@media (max-width: 768px) {
    #partner_row .container img {
        max-width: 118px;
        max-height: 92px;
    }
    
    .row.foot > div {
        padding-top: 9px;
    }
    
    .mid_body_bg .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}


/* top nav collapse @ 768px */
@media (min-width: 768px) {
    footer address {
        text-align: right;
    }
}



.carousel-control {
    z-index: 1029;
}



/* recapd */
#recaptions {
    margin-bottom: 20px;
    display: none;
}

.recapd_wrapper {
    max-width: 786px;
    margin: 0px auto;
}

.e_recapd_toggle {
    padding-left: 12px;
}

.recapd_iframe {
    display: none;
    max-width: 780px;
    margin: 0px auto;
    border: none;
    width: 100%;
    height: 420px;
    padding-right: 6px;
}


/* video_embed_responsive */
.video_embed_responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video_embed_responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}




#bugger {
    background: #fafafa;
    color: #500;
    font-family: monospace, courier, fixed;
    font-size: 9px;
    padding: 12px;
    overflow-x: scroll;
}

