/*
 Theme Name:   NCHRP
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  NCHRP Child Theme
 Author:       Netrix LLC
 Author URI:   http://example.com
 Template:     mainparent
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  nchrp-child
*/

/*
 * Footer
 */
@import url('style-2.css');
body{
    background-color:#c3c3c3;
}
.site-footer-child{
	background-image: url("images/NCHRP/NCHRP_Footer_Slice.jpg");
	height: 100px;
	width: 100%;
	display: flex;
}

#nam-link{
	background-image: url("images/NCHRP/Link_NASEM_Logo.png");
	width: 281px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 25px;
    position: absolute !important;
    bottom: 0;
    left: 0;
    background-size: contain;
}

#trb-link{
	background-image: url("images/NCHRP/Link_TRB_Logo.png");
	width: 240px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 25px;
    float: right;
    position: absolute !important;
    bottom: 0;
    right: 0;
    background-size: contain;
}

#facebook{
	background-image: url("images/NCHRP/Link_Facebook.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
#google{
	background-image: url("images/NCHRP/Link_GooglePlus.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
#twitter{
	background-image: url("images/NCHRP/Link_Twitter.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
#linkedin{
	background-image: url("images/NCHRP/Link_LinkedIn.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
#rss{
	background-image: url("images/NCHRP/Link_RSS.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.row{
	width:100%;
	height: 50%;
	display: inline-block;
}
.container{
	width: 100%;
	display: block;
	position: relative;
}

#social-container{
	margin: 0 auto;
    margin-top: 10px;
	width: 175px;
	padding-left: 35px;
}
#site-nav{
	width: 100%;
    display: inline-block;
	color: white !important;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
}
#site-nav a{
	color: white !important;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
    position: relative;	
}
#text-row-committee{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
#text-row-copyright{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

/* Header */
body:before{
	display: none !important;
}
#header-container{
	background-image: url("images/NCHRP/NCHRP_Header_Slice.jpg");
		min-height: 144px;
	height: auto;
	background-repeat: no-repeat;
    max-width: 1392px;
    width: 100%;
    background-size: cover;

}
#top-title {
	margin-left: 5%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
#title{
	font-size: 19px;
    color: white;
    margin-left: 0;
	font-family: 'Marcellus', serif;
}
#top-title > div:last-child {
	float: none;	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
#top-title > div:last-child > div:last-child {
	float: none;
}
#project-title{    
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
    color: white;
    padding-left: 5%;
    padding-right: 2%;
    margin-top: 13px;
    line-height: 48px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: unset;
    border-top-width: 0;
    border-bottom-width: 0;
    background-color: unset;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
#project-title span {
	white-space: nowrap;
	max-width: calc(100% - 80px);
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
}
@media screen and (min-width: 40em) {
	#project-title span {
		font-size: 24px;
	}
}
@media screen and (min-width: 56.875em) {
	#project-title span {
		font-size: 36px;
	}
}
#project-title object {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
#project-title object img {
	position: relative;
	top: 4px;
}
#navigation {
	min-height: 44px;
	padding-left: 5%;
	padding-right: 2%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
#menu-toggle {
	order: 1;
}
#menu-main-menu > .menu-item > a:hover,
#menu-main-menu > .menu-item-has-children > a:hover, 
#menu-main-menu > .menu-item-has-children.focus > a {
	color: orange;
}
.main-navigation .menu-item-has-children .sub-menu a {
	color: #64c3e1;	
}
.main-navigation .menu-item-has-children .sub-menu a:hover {
	color: orange;	
}
@media screen and (min-width: 56.875em) {	
	.main-navigation .menu-item-has-children .sub-menu a {
		color: #007acc;
	}
	.main-navigation .menu-item-has-children .sub-menu a:hover {
		color: #64c3e1;	
	}
}
form.search-form{
	order: 2;
	float: right;
	margin-top: 0;
	display: inline-block;
}
form.search-form:not(:first-child) {	
	max-width: calc(95% - 80px);
}

form.search-form:first-child {
	width: 100%;
}
.site-header-menu{
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
	order: 3;
}
@media screen and (min-width: 56.875em) {
	.search-form {
		order: 3;
	}
	#site-header-menu {
		order: 2;
	}
}
#menu-toggle[aria-controls] + #site-header-menu:not(.toggled-on) {
	display: none;
}
#search-container {
	min-height: 44px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;	
}
#search-label{
	color: white;
	margin-right: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
}

#search-icon{
	vertical-align: middle;
    margin-right: 0;
	margin-left: 5px;
}

#search{
	line-height: 1.5em;
    background: 0; 
    background-image: none; 
    background-color: white;
    border: 0;
    border-radius: 0;
    color: inherit;
    padding: 0;        
}
form.search-form:not(:first-child) #search {
	width: calc(100% - 55px);
}
form.search-form:first-child #search {
	width: calc(100% - 200px);
}
@media screen and (min-width: 56.875em) {
	form.search-form:not(:first-child) #search {
		width: calc(100% - 200px);
	}
}
footer.site-footer-child {
	background-size: cover;
	height: auto;
}
@media screen and (max-width: 37.49em) {
	footer.site-footer-child .row {
		height: auto;
	}
	footer.site-footer-child #social-container {
		text-align: center;
		width: auto;
	}
	footer.site-footer-child #nam-link {
		position: relative !important;
		left: auto;
		bottom: auto;
		display: block;
		margin: 0 auto .5em;
		float: none;
	}
	footer.site-footer-child #site-nav > div {
		width: 100%;
	}
	footer.site-footer-child #site-nav > div a {
		display: block;
	}
	footer.site-footer-child #trb-link {
		position: relative !important;
		right: auto;
		bottom: auto;
		display: block;
		margin: 1em auto 0;
		float: none;
	}
}
@media screen and (min-width: 37.5em) and (max-width: 70em) {
	footer.site-footer-child .row {
		height: auto;
	}
	footer.site-footer-child #social-container {
		text-align: center;
		width: auto;
	}
	footer.site-footer-child #site-nav {
		padding-bottom: 70px;
	}
	footer.site-footer-child #site-nav > div {
		width: 100%;
	}
}
#acrp-resources{
	float: right;
}
#acrp-resources-image{
	background-image: url("images/NCHRP/Link_NCHRP_WEBRES_Logo.png");
    width: 231px;
    height: 33px;
    margin-top: 10px;
    margin-right: 10px;
}
#acrp-resources-desc{	
    color: white;
    width: 250px;
    float: right;
    margin-top: 10px;
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
    line-height: 13px;
}

#trb-title{
	font-size: 22px;
	font-family: 'Marcellus', serif;
}

.main-navigation a{    
    color: white;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}



.project-icon{
	width: 36px;
    height: 36px;
    margin-left: 10px;
	margin-bottom: 5px;
}

#site-menu-container{
	overflow: hidden;
}

#site-menu{
	float: right;
}

#site-menu a{	
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin-right: 20px;
}


/* Disclaimer */
#disclaimer{
	    border-style: solid;
    border-width: 4px;
    border-color: orange;
    width: 60%;
    margin: 0 auto;
    padding: 10px 30px;
	position: relative;
	margin-top: 40px;
}
.disclaimer-icon{
	position: absolute !important;
    right: -18px;
    bottom: -18px;
	cursor: pointer;
}
.orange{
	color: orange;
}
.white{
	color: white;
}

.disclaimer-complete p{
	display: none;
}

.disclaimer-in-progress p{
	display: block;
}

#close-icon{
	display: none;
}
.toggle-open #close-icon{
	display: inline-block !important;
}
.toggle-open #open-icon{
	display: none;
}
.details-left-col{
   float:left;width:250px;

}
.details-right-col{
   float:left;width:auto;max-width:950px;

}
.details-right-col div{
    margin: 15px;

}
article h4{
    color:#1777B1;
}
article button{
    background-color:#EC7302;
    color:#fff;
}

/* Video Details page */

#playlist{
	display: inline-block;
	vertical-align: top;
}

.thumbnail{
	display: inline-block;
	width: 100px;    
	vertical-align: top;
    margin-top: 10px;
}

.other-video-details{
	display: inline-block;
	width: 350px;
}

#other-modules{
	list-style-type: none;
}

#other-modules-header{
	padding-left: 20px;
}

/* Video Course Modules */
#course-module-list{
	width: 80%;
	margin: 10px auto;
}

.training-module-item{
	margin-bottom: 20px;
}

#sub-menu{
	margin-top: 20px;
}

.video-module-details{
	width: 80%;
	display:inline-block;
}

#video-description{
	white-space: pre-line;
	width: 80%;
}

#training-icon{
	width: 50px;
	display: inline-block;
}

#training-header{    
	display: inline-block;
    line-height: 50px;
    vertical-align: middle;
}

#video-title{
	margin-bottom: 10px;
}
/* Columns */
@media screen and (min-width: 37.5em) {
	.columns-6-md {
		display: inline-block;
		width: 45%;
		margin-left: 4%;
	}
}
