body {
    margin: 0;
    position: relative;
    background-color: #f4f4f4; 
}

a {
    color: #075290;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
}

.container{
    background-color: #ffffff;
    padding: 0px;
}

/* Skip Nav */
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

/* top NOAA treatment */
.noaa {
    min-height: 37px;
    background: #ffffff;
    background: url(http://oceanservice.noaa.gov/bootstrap/img/noaa.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin: 1px 1px 2px 1px;
}
.noaa a {
    float: left;
    display: block;
    width: 100%;
    height: 36px;
    text-indent: -9999px;
}

/* top NGS banner */
.ngs_banner {
    width: 100%;
    min-height: 60px;
    background-size: cover;
    background-image: url(http://placehold.it/1600x120?text=IMAGE);
    background-repeat: no-repeat;        
}

.ngs_banner p {
    margin: 0px;
}


/* Top Nav */ 
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #315f86;
    border-color: #315f86;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #ffd000;
    background-color: #315f86;    
}


/*
.navbar-inverse .navbar-nav>.open>a, {
    color: #ffffff;
    background-color: #3a5298;
}

.navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffd000;
    background-color: #3a5298;
}
*/

.affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
}

.affix ~ .container-fluid {
    position: relative;
    top: 50px;
}


/* Add a gray background color and some padding to the footer */
#footer {
    background-color: #c8d3e9;
    padding: 25px;
    text-decoration-color: #003366;
    font-weight: bold;
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
    min-height:200px;
}


/***************************************************
FOOTER
***************************************************/
#footer ul.shortstack li {
    margin-bottom: 0;
    padding-bottom: 3px;
    border-bottom: none;
    text-decoration: none;
}
#footer:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#footer:before {
    border-bottom-color: #c8d3e9;
    border-width: 15px;
    left: 50%;
    margin-left: -15px;
}
#footer {
    position: relative;
    line-height: 22px;
    padding: 20px 0 0;
    opacity: 1.0;
    background: #c8d3e9;
    color: #000000;
    margin: 0px 0 -10px;
    padding-bottom: 80px;
    background-color: #c8d3e9;
}
#footer li {
    padding: 0px 15px 15px 0;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px #222 solid;
    line-height: 22px;
}
#footer li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
#footer .span3 a {
    color: #8ebfc0;
    font-weight: bold;
}
#footer .span3 a:hover {
    color: #fff;
    font-weight: bold;
}
#footer h6 {
    font: 12px 'Open Sans', sans-serif;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding: 0 0 10px;
}
/* Gradient transparent - color - transparent */

hr.fader {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75), rgba(31,27,27,1));
    background-image: -moz-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75), rgba(31,27,27,1));
    background-image: -ms-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75), rgba(31,27,27,1));
    background-image: -o-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75), rgba(31,27,27,1));
}
#footer .footLinks-nav a {
    color: #8ebfc0;
}
#footer .footLinks-nav a:hover {
    color: #fff;
}
#footer .footLinks {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#footer .footLinks-nav li {
    position: relative;
    display: inline-block;
    text-align: center;
    background: none;
    border-bottom: none;
    line-height: 1em;
}
#footer .span3 {
    padding: 20px 0 0px;
    color: #eee;
}
/*Social Icons */
.follow_us {
    text-align: left;
}
.follow_us a {
    font-size: 10px;
    padding: 6px 0px 8px 4px;
    margin: 2px 6px 0px 0px;
    display: block;
    width: 30px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 0 0 2px #333, inset 0 0 0 2px #111;
    background: #333;
}
.follow_us a:hover {
    box-shadow: 0 0 0 2px #19C1C3, inset 0 0 0 2px #111;
    background: #19C1C3;
}
.copyright {
    color: #E9E9E9;
    margin-top: 20px;
}
#footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer .icons {
    margin-left: 20px;
}
#footer .media-body .icon-time {
    color: #444;
}
/* Back To Top */
.go-top {
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 40px;
    padding: 0.1em 0.3em 0.1em;
    display: none;
    border-radius: 4px;
    z-index: 500;
}
.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/***************************************************
HOME
***************************************************/
.container .jumbotron, container-fluid .jumbotron {
    padding: 0px;
    margin-bottom: 0px;
}

/*.ngs_jumbotron {
    padding-left: 0px;
}

.addspace p {
    padding-bottom: 7%;
}
*/

.pop_resources {
    background-color: #f4f4f4;
}

.home_pop_resources {
    text-align: left;
    min-height: 20px;
    padding: 0px 10px 10px 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    list-style: none;
    box-shadow: 0px 5px 5px #b5b4b4;
}

.home_pop_resources h3{
    color: #404040;
    text-transform: uppercase;
    padding-top: 0px;
}


.home_item {
    text-align: left;
    min-height: 100px;
    /*padding: 10px;*/
    /*margin-bottom: 20px;*/
    background-color: #ffffff;
    border: 0px solid #e5e5e5;
    border-radius: 0px;
    list-style: none;
}

/*.home_item h4 {
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    background: #3a5298;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
}*/

.home_item h4 {
    text-transform: uppercase;
    text-align: left;
    font-weight: 50;
    color: #3a5298;
    /*background: #3a5298;*/
    padding: 3px 5px 0px 5px;
    margin-top: 0px;
    margin-bottom: 5px;
}


.home_item p {
    padding-left: 5px;
    padding-right: 5px;
}



.corbin h3 {
    font-size: 1.6em;
    font-weight: 600;
    color: #075290;
    background: #e3f2fe none repeat scroll 0 0;
    padding: 2%;
}

/* .corbin li {
    list-style-image: url('http://findicons.com/files/icons/2796/metro_uinvert_dock/256/graduation.png')
}
*/

.videos h3{
    font-size: 1.6em;
    font-weight: 600;
    color: #075290;
    background: #e3f2fe none repeat scroll 0 0;
    padding: 2%;
}