 url(https://fonts.googleapis.com/css?family=Oswald:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);


/* oswald-300 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/oswald-v16-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Oswald Light'), local('Oswald-Light'),
    url('../fonts/oswald-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v16-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v16-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Oswald Regular'), local('Oswald-Regular'),
    url('../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/oswald-v16-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Oswald Medium'), local('Oswald-Medium'),
    url('../fonts/oswald-v16-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v16-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v16-latin-500.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Italic'), local('Roboto-Italic'),
    url('../fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v18-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* ---------------------------------------------
* Filename:     style.css
* Version:      1.0.0 (2018-04-23)
* Description:  NCCS Custom css 
* Author:       Neh Patel
* Updated:      09-09-2019 by Christopher Hong
-----------------------------------------------*/
.homebanner {
    text-shadow:none;
}

#user-login{
    padding-top:100px;
}

#container {
    background:#f7f8f9;
    margin-top: -15px;
}

.container-wrap{
    overflow: initial;
}

.no-padding {
    padding: none;
}
body {
    color: #1a3748;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    margin-top: 50px;
    font-weight: 300;
}

a {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #72be44;
        text-decoration: none;
	font-weight: 400;
}

a:hover {
        color: #ceeaae;
}

#main-menu li li a{
    background-color: #222;
}


h1, .h1, h2, h3, h4, h5, h6 {
    margin-bottom: none;
    color: #333;
  
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #1a3748;
    font-size: 25pt;
    padding-bottom: 20px;
}

h1:before {
    content: “\002F\002F\0020”;
    letter-spacing: -6px;
    color: #72be44;
}

h2 {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #2eace3;
    font-size: 20pt;
}

h3 {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    color: #2eace3;
    font-size: 20pt;
}


h4 {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    color: #72be44;
    font-size: 27pt;
}

h5 {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #BBBDC4;
    font-size: 12pt;
}

p { 
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #1a3748;
        line-height: 1.5;
        padding-bottom: 16px;
	font-size: large;
}

.p2 {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    color: #f7f8f9;
    font-size: 12pt;
}

.p3 {

    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    color: #f7f8f9;
    font-size: 8pt;
}

.body-text1{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #1a3748;
    font-size: 12pt;

}
.body-text2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #f7f8f9;
    font-size: 22pt;
}

.body-text3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #f7f8f9;
    font-size: 18pt;
}

table {
    border-collapse: collapse;
  
}

#logo {
    display: inline-block;
    vertical-align: middle;
    float: left;
}
    
#site-title a {
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #1a3748;
    font-size: 28px;
    text-decoration: none;
}

#site-title{
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
    margin: 10px 0 0 10px;
    padding-bottom: 0px;
}
    
.menu-wrap {
    width: 100%;
    padding: 5px 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
}

#main-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
      background: #1a3748;
      width: 100%;
      border-bottom: solid 5px #72be44;
      margin-bottom: -20px;
}


#main-menu a{
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    padding: 13px 35px 13px 0;
}

#main-menu a: hover{
    color: #b2e2f1;
}

.region-search{    
    color: #fff;
    line-height: 100%;
    white-space: nowrap;
    margin : 0 15px;
    
}


.homebanner{
    position: relative;
    height: 400px;
}

.homebanner .region{
    padding: 150px 0 0 0 ;
    height: 100%;
    background: rgba(26,55,72,.8);
}


.region-home-banner-text .block{
    max-width: 1024px;
    margin: 0 auto;
}

.landing-banner-picture {
    background: rgba(255, 255, 255);
    padding-top: 80px;
}

.parallax-block {
    background: #f7f8f9;
    text-align: left;
   
}

#home-block-three {

}

#home-block-four {

}

#home-block-five {

}

#home-block-six {

}

#home-block-seven {

}

#home-block-eight {

}

.picture-block{
    max-width: 1024px;
    margin: 0 auto;
    padding: 50px 0;
}

.align-block{
    max-width: 1024px;
    margin: 0 auto;
}
.picture-outer-block {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

ul.menu {
    margin-bottom: 10px;
    float: right;
    width: 100%;
    margin-top: 120px;  
}


button{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #f7f8f9;
    background-color: #72be44;
    border: solid #72be44 1px;
    padding: 10px 25px;
    font-weight: 300;
    font-size: 12pt;
}

button:hover, button:active {
		  color: #72be44;
		  background: none;
		  border: solid #72be44 1px;
	      }

#footer-area .column:last-child {
        float: right;										   +
}

#footer {
    overflow: hidden;
    clear: both;
      background: #1a3748;
      color: #f7f8f9;
      border-top: solid 4px #72be44;
    }

#footer h2 {
       color: #2eace3;
}


#footer-area .column {
    float: left;
    width: 33%;
    padding: 10px;
}


#home-bottom-block {
    padding: 20px 0;  
    background:#f7f8f9;
}


   
/*Parallax Block*/
    
.parallax-block.two{
        background: url(../images/bg1.jpg) no-repeat center;
        background-size: cover;
}


.parallax-block h2{
    text-align: left;
    padding-left: 20px;
 }

/* Parallax block with pictures in background */




/* EVERYTHING OKAY AFTER HERE */

.option {
    background: #f7f8f9;
    padding: 8px;
    padding-left: 25px;
    margin: 4px 0;
    text-shadow: none;
    position: relative;
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path:polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
    width:100%;
}

.option-background {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
    padding-left:1.5%;
    background: #72be44;
}

.option-background1{
    margin-left:9%;
}

.option-background2{
    margin-left:6%;
}

.option-background3{
    margin-left:3%;
}

.option-background4 {
    margin-left: 10%;
}


.option p {
    color: #1a3748;
}

.home-icon {
    height: 75px;
}

.article-list-icon {
    height: 75px;
    width: 75px;
    float: left;
    margin-right: 10px;
}



#block-twitter-block-1 {
    margin-top:85px;

}


.block-overlay {
    background: rgba(20,70,90,.85);
    text-align: center;
    /*padding: 50px;*/
}

.dark-block-overlay {
    background: #1a3748;
    text-align: center;
}

.light-block-overlay{
    background: rgba(20,70,90,.60);
    text-align: center;
}

.landing-overlay{
    height: 250px;
}

.landing-overlay-news{
    background: rgba(247,248,249,.85);
    height: 250px;
}

.slideshow-overlay {
    background: rgba(247,248,249,.85);
    padding: 20px;
}

.slideshow-wrapper {
    padding: 50px;
    text-align: center;
    
}


.slideshow-image {
    width: 500px;
    height: 400px;
    display: block;
    margin: 0 auto;
}

#slogan{
        /*font-size:16px;
    color: #2eace3;*/
    font-family: ‘Roboto’,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    color: #2eace3;font-size: 12pt;
}

.header-wrap {
    max-width: 1024px;
    margin: 0 auto;
}

.block-two-icon {
    text-align: center;
}

.twitter {
    font-size: 18px;
    margin-top: 13px;
}

.news-image{
    background-color: #ffffff;
    box-shadow: 0px 0px 20px -1px #BBBDC4;
    margin: 10px 16px 10px 0;
    padding: 15px;
    height: 415px;
    width: 320px;
    display: inline-block;
}

.news-image img{
    border-radius: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
    height: 150px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}


.header-right{
    float:right;
}
.header-left {
    float:left;
}
.nasa-logo {
    height: 60px;
}

.top-bar-icon {
    height: 25px;
    margin-right: 14px;
    width: 25px;
    vertical-align: middle;
}


input {
    height:30px;
}

input[type="submit"], input[type="reset"], input[type="button"]{
    padding: 5px 20px;
    margin: 5px;
    background-color: #2eace3;
    border: 1px solid #2eace3;
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    color: #f7f8f9;

}
/* Search bar shenanigans - NP */

.menu-navigation-container {
    float: left;
}

#search-block-form {
    float:right;
}


/* miscellaneous */
.nccs-tagline {
    font-family: ‘Roboto’,sans-serif;
     font-weight: 300;
     text-transform: uppercase;
     font-style: italic;
     color: #2eace3;
     font-size: 18px;    
     margin-left: 150px;
}

.button-style {
    padding: 10px 25px;
    border-radius: 0px;
}

.font-light {
    font-weight: 300;
}

.copyright{
    text-align: center;
}

input.form-text,
textarea.form-textarea,
select.form-select {
    background: #f7f8f9;
}

                     

.expand-link .icon-contract {
    display: none;
}

.expand-link:hover .icon-expand,
.expand-link:active .icon-expand{
    display: none;
}
.expand-link:hover .icon-contract,
.expand-link:active .icon-contract{
    display: inherit; 
}


.top-bar-icon-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #1a3748   
}

.thumbnail {
    background: none;
    border: none;
}


.top-right-box{

    background: rgb(26,55,72);
    padding: 25px 40px;
    text-align: right;
    width: 100%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.top-right-background {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    background: #72be44;
    padding-left: 1.5%;
}


.profile-thumbnail {
    float:right;
    width: 250px;
    margin: 50px 20px;
}

.profile-list img {
    width: 150px;
    float: left;
    height: 150px;
    margin-right: 15px;
}

.profile-list{
    margin: 10px 0;
    width:100%; 
    padding: 10px;
    height: auto;
    display: inline-table;
    box-shadow: 0 0 20px #ccc;
    background:rgba(0,0,0,0.25);
    background-color: white;
    
    position:relative;
}

.profile-read-more{
    position: absolute;
    bottom:20px;
}

.intern-list img {
    width: 160px;
    float: left;
    height: 160px;
    margin-right: 15px;
}

.article-list img  {
    width: 225px;
    float: left;
    height: 160px;
    margin-right: 15px;
}

.intern-list {
    margin: 10px ;
    width:48%;
    padding: 10px;
    height: auto;
    display: inline-table;
    box-shadow: 0 0 20px #ccc;
    background:rgba(0,0,0,0.25);
    background-color: white;
}

.article-list{
    margin: 10px ;
    width:98%;
    padding: 10px;
    height: auto;
    display: inline-table;
    box-shadow: 0 0 20px #ccc;
    background:rgba(0,0,0,0.25);
    background-color: white;
}

.icon-plus-text-background{

    margin: 10px ;
    width:100%;
    height: 150px;
    box-shadow: 0 0 20px #ccc;
    background:rgba(0,0,0,0.25);
    background-color: white;
}

.square-icon-background {
    margin: 10px ;
    width:100%;
    padding: 30px;
    height: 225px;
    border: solid 1px #ccc;
    border-radius: 3px;
    position: relative;
}

.square-icon-background img{
    height: 165px;
    width: 150px;
    float: left;
    margin-right: 15px;
}


.about-us-icon-background {
    height: 250px;
}

.square-icon-background-left {
    margin: 10px ;
    width:100%;
    padding: 35px;
    height: 250px;
    width:225px;
    float:right;
    box-shadow: 0 0 20px #ccc;
    background:rgba(0,0,0,0.25);
    background-color: white;
}
.text-block {
    padding: 15px;
}

.icon-block{
    height: 100%;
    width:120px;
    float: left;
    padding: 5%;
}

/* Hr with center text */
/* https://stackoverflow.com/questions/2812770/add-centered-text-to-the-middle-of-a-hr-like-line */
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
}

.strike > h1:before,
.strike > h1:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 2px;
    background: #72be44;
}

.strike > h1:before {
    right: 100%;
    margin-right: 15px;
}

.strike > h1:after {
    left: 100%;
    margin-left: 15px;
}

.landingpage-newstitle {
    position: relative;
    bottom: -50px;
    font-size: 5em;
    color: #1a3748;
    font-weight: 400;
}

.landingpage-title {
    position: relative;
    bottom: -50px;
    font-size: 5em;
    color: #1a3748;
    font-weight: 400;
}

/*Sub-Menu */
.sub-menu {
    margin-top: -10px;
    background: white;
    margin-bottom: 0px;
}
.sub-menu a {
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    padding: 18px 30px;
    color: #1a3748;
}

.sub-menu .active a {
    color: red;
}
.sub-menu-wrapper{
    margin: 0 auto;
    max-width: 1024px;

}

sub-menu a.selected, .sub-menu a:hover {
		    color: #2eace3;
		    background: #f7f8f9;
		    
		}
/* Systems page classes */
.system-block {
    border: solid 3px #FDFDFD;
    padding: 50px;
}


.no-background-table td{
    background: none;
    border: none;
    padding: 10px;
    color: #1a3748;
}

.button-link {
    text-decoration: none;
    border: 1px solid #CCCCCC;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: white;
    background-color: #72be44;
    border: solid #72be44 1px;
    padding: 10px 25px;
    font-weight: 300;
    font-size: 12pt;
}

.button-link:hover {
    background: none;
    color:#72be44;
}

.container-nccs {
    background: white;
    padding: 25px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 125px;
    z-index:10;
    padding-top: 10px;
}

.bold{
    font-weight: bold;
}

.blue-text {
    color: #2eace3;
}

.line-height-one {
    line-height: 1;
    margin-bottom: 5px;
}

.font-weight-light {
    font-weight: 100;
}

.reset-passwd-option {
    border: 1px solid #1a3748;
    border-left: none;
    padding-right: 70px;
    text-align: right;
}


#main-menu a.active-trail {
    color:#72be44;
}
#main-menu a.active {
    color:#72be44;
}

.active-sub-menu {

    background:#f7f8f9;
}

.list-margin {
    margin-top: -15px;
}

.sub-menu-mobile {
    color:#1a3748;
    border-color: #1a3748;
}

.center-icons {
    display: block;
    margin: 0 auto;


}

.white-icon svg {
    fill: white;
    
}

.contact-us-block {
    margin-top: -50px;
}

.link-block {
    border: solid 1px #ccc;
    padding: 40px;
    margin: 5px;
    width: 32%;
    text-align: center;
    height: 125px;
}

.partnership-icons {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 225px;
    padding: 40px;
}

a.anchor {
    display: block;
    position: relative;
    top: -175px;
    visibility: hidden;
}
