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

a, a:focus, a:hover {
}


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

.button,
.big_button,
input[type=submit],
input[type=button] {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #E9E53D;
    color: #000;    
    padding: 12px 36px;    
    border: 1px solid #333;    
    border-radius: 1px;        
    cursor: pointer;        
    white-space: nowrap;
}

.button:hover,
.button:focus {
    background-color: #f5f28c;
    color: #000;
    text-decoration: none;
}

.big_button {
    font-size: 30px;
}

.btn_yellow {
    background-color: #f5f28c;
}

.btn_yellow:hover {
    background-color: #e9e53d;
}


#header_bg {
    background-size: cover;
/*     background-position: center bottom; */
    background-position: center top;
}

.internal #header_bg {
    background-size: auto;
    background-position: center top;
}

/*
@media (min-width: 1340px) {
    #header_bg {
        background-size: auto;
        background-position: center bottom;
    }
}
*/

#navbar {
    background-color: #E9E53D;
    font-size: 20px;
    font-weight: 600;
    line-height: 39px;
    text-shadow: 1px 1px 2px #686868;
}

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

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

#navbar ul.nav > li {
    float: none;
    display: inline-block;
    border-right: 2px solid #d9b32a;
    border-right: 1px solid #fff;
    
}

#navbar ul.nav > li:nth-last-child(1) {
    border-right: none;
}

.navbar-default {
    background-color: transparent;
    border-color: #E7E7E7;
}

.navbar {
    margin-bottom: 0px;
    min-height: 348px;
    min-height: 300px;
    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 {
    padding: 120px 0px 0px 0px;
    margin-right: -8px;
    margin-right: 0;
    transition-duration: 1s, 1s;
    text-align: center;
}

.navbar .social img {
    padding: 0 3px;
}

#big_button_holder {
    overflow: hidden;
    margin-bottom: 7px;
    padding: 8px;
}

.navbar .social .btn_yellow {
    padding: 9px 32px;
    display: inline-block;
    box-shadow: 0px 0px 12px #FFFFC1;
}

.navbar .social span {
    padding: 0 2px 0 10px;
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 4px;
    text-shadow: 0px 0px 6px #000;
    display: none;
}



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

.photo_credit {
    position: absolute;
    right: 16px;
    bottom: 8px;
    font-size: 9px;
    color: #fff;
    text-shadow: 0px 0px 6px #000;
}




.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;
    box-shadow: none;
    color: #666;
}

.dropdown-menu > li > a {
    font-size: 15px;
    text-transform: none;
    color: #444;
    text-shadow: none;
    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: 489px;
    transition-duration: 1s, 1s;
    position: static;
}

.navbar-nav > li > a {
    padding: 0 10px 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;
}
.dropdown-menu a {
    color: #444;
}

.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: #fcfcfc;
    color: #444;
}



/* internal */
.internal #big_button_holder {
    display: none;
}

.internal .navbar {
    min-height: 172px;
}

.internal .navbar-brand {
    padding-top: 3px;
}

.internal .logo img {
    width: 326px;
}

.internal .logo img.es {
    width: 400px;
}


.internal .navbar .social {
    padding: 26px 0px 0px 0px;
    margin-right: 0;
}


@media (min-width: 960px) and (max-width: 1100px) {
    #navbar {
        font-size: 16px;
        line-height: 32px;
    }
    
    .navbar {
        min-height: 290px;
    }
    
    .navbar .social .btn_yellow {
        padding: 10px 76px;
    }
}

@media (min-width: 875px) and (max-width: 959px) {
    #navbar {
        font-size: 16px;
        line-height: 32px;
    }
    
    .navbar {
        min-height: 290px;
    }
    
    .navbar .social .btn_yellow {
        padding: 10px 76px;
    }
}

@media (min-width: 768px) and (max-width: 874px) {
    .logo img {
        width: 400px;
    }

    .navbar .social {
        padding-top: 60px;
    }

    #navbar {
        font-size: 16px;
        letter-spacing: -.9px;
    }
    
    .navbar-nav > li > a {
        padding: 0px 8px 0px 4px;
    }
}

@media (max-width: 968px) {
    #navbar ul.nav > li {
        border-right: none;
    }
}

@media (max-width: 768px) {
    #navbar {
        background-color: #007D00;
        background-color: #337ab7;
        text-shadow: none;
    }

    .navbar {
        min-height: 160px;
        border-bottom: 6px solid #E9E53D;
    }
    
    .navbar-collapse.in {
        top: 0px;
    }    

    .internal .logo img,
    .logo img {
        width: 222px;
    }
         
    .internal .logo img.es {
        width: 320px;
    }
         
    .navbar-brand {
        height: auto;
        padding: 4px 15px;
    }
    
    #big_button_holder {
        margin-bottom: 2px;
    }

    .navbar .social {
        padding: 12px 0px 0px 0px;
        margin-right: 0;
    }
    
    .navbar .social .btn_yellow {
        padding: 4px 48px;
        font-size: 14px;
    }
    
    .navbar .social span {
        font-size: 14px;
        font-weight: 700;
    }    

    .navbar .social img {
        width: 36px;
        padding-left: 4px;
    }    
    
    .photo_credit {
        right: auto;
        left: 16px;
    }

    .navbar-default .navbar-toggle {
        border-color: #000;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    
    .navbar-toggle {
        bottom: 4px;
        right: 10px;
        background-color: #E9E53D;
    }
    
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #E9E53D;
    }    

    #navbar ul.nav > li {
        text-align: right;
        display: block;
        border-bottom: 1px solid #ddd;
        font-size: 18px;
        padding: 5px 0;
    }
    
    #navbar ul.nav > li:nth-last-child(1) {
        border-bottom: none;
    }
    
    #navbar .container {
        padding-right: 0px;
    }
    
    .navbar-nav > li > a {
        padding-right: 0;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 4px 5px 25px;
        text-align: right;
        color: #fefefe;
    }
}

@media (max-width: 450px) {
    .logo img {
        width: 140px;
    }

    .internal .logo img {
        width: 100%;
        width: 222px;
    }

    .internal .logo img.es {
        width: 100%;
    }
}

@media (max-width: 340px) {
    .logo img {
        width: 100%;
    }

    .internal .logo img {
        width: 100%;
    }
}



/* shrink head */
body .navbar-fixed-top.shrink {
    height: 80px;
    transition-duration: 1s, 1s;
}

body .navbar-fixed-top.shrink .social {
    height: 51px;
    padding: 11px 0 0;
    transition-duration: 1s, 1s;
}

body .navbar-fixed-top.shrink .social img {
    height: 20px;
    transition-duration: 1s, 1s;
}

body .navbar-fixed-top.shrink .social span {
    font-size: 11px;
}

body #nav_divider.shrink {
    padding-top: 80px;
    transition-duration: 1s, 1s;
}

body .shrink .navbar-header {
    height: 30px;
    transition-duration: 1s, 1s;
}

body .shrink .logo img {
    height: 50px;
    transition-duration: 1s, 1s;
}



/* 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 .mid_body_bg {
    border-bottom: 6px solid #E9E53D;
    
}

.internal .content {
    background: #fff;
    margin-bottom: 60px;
    padding: 8px 16px 48px;
}


.internal .breadcrumb {
    background: linear-gradient(#f2f2f2, #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;
}



/* 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;
}

#partner_row h4 {
    color: #007D00;
    display: inline;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

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


footer {
    background: #3fa1da; /* blue */
    background: #004631; /* green */
    
    background: #502e19; /* brown */
    background: linear-gradient(#502e19, #795742); /* brown */
        
    background: #666; /* grey */
    background: linear-gradient(#333, #555, #8c8c8c); /* cool */
    background: linear-gradient(#383433, #595655, #8d8c8c); /* warm */
    background: linear-gradient(#383433, #524F4E, #383433); /* warm */

    color: #fff;
    font-size: 13px;
}

footer .foot {
    padding-top: 8px;
    padding-bottom: 8px;
}

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 {
        box-shadow: inset 0px -15px 72px 6px #f4f4e4;
    }
    
    .internal .mid_body_bg {
    }
    
    .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;
}






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

