/*
 Theme Name:   CRP TRB Main Child
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  CRP TRB Main 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:  crp-trb-main-child
*/

/*
 * Footer
 */

#nam-link{
	background-image: url("images/ACRP/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;
}

#trb-link{
	background-image: url("images/ACRP/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;
}

#facebook{
	background-image: url("images/ACRP/Link_Facebook.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
#google{
	background-image: url("images/ACRP/Link_GooglePlus.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
#twitter{
	background-image: url("images/ACRP/Link_Twitter.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
#linkedin{
	background-image: url("images/ACRP/Link_LinkedIn.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}
#rss{
	background-image: url("images/ACRP/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;
}
#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: 40%;
	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/background-images/Head_CRP_Guidance.png");
	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: 20px;
    line-height: 48px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: #b6bcd2;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: transparent;
    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:first-child #search {
	width: calc(100% - 30px);
}
@media screen and (min-width: 56.875em) {
	form.search-form:not(:first-child) #search {
		width: calc(100% - 200px);
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     form.search-form {display:-ms-flexbox;}
}

#acrp-resources{
	float: right;
}
#acrp-resources-image{
	background-image: url("images/background-images/CRP_Header_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;
}

/* Accordion */
  .accordion {cursor: pointer; list-style-position:inside !important;}
  .accordion-content {display: none;}
  .accordion-content.default {display: block;}

/*Guidance Documentation Page Template Styles*/
.top-row {
	padding:30px 0;
}
.orange {color: orange;}
.title {
	font-size:26px;
	font-weight:normal;
}

/*Left Hand Navigation Styles*/

#landingContainer {
	overflow:hidden;
	height:100%;
	background-color:#ebebeb;
}

#guidanceContainer .entry-content-page {
	padding: 15px 5rem;
	width: 80%;
	float:left;
}

figure.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 120px;
}

.icon-caption {
    max-width: 100px;
    max-height: 100px;
}

.caption {
    display: block;
}

/*Intro Page*/

.theborder {
    background-image: url(/trb/wp-content/themes/crp-trb-main-child/images/crp-icons/white-square.png);
    position: absolute;
    height: 85px;
    width: 2px;
    left: 762px;
}





/*End Intro Page*/

.guidance-pagination span {
	font-weight:bold;
	left: 29%;
	font-size:13px;
	position:absolute;
}

/*You are viewing text*/
.showMe2 .guidance-pagination span {left:47.5%;}
.showMe3 .guidance-pagination span {left:31%;}
.showMe4 .guidance-pagination span {left:58%;}
.showMe5 .guidance-pagination span {left:29%;}
.showMe6 .guidance-pagination span {left:42.3%;}
.showMe7 .guidance-pagination span {left:68%;}
.showMe7 .guidance-pagination span {left:69%;}
.showMe8 .guidance-pagination span {left: 55.7%;}
.projectExecutionShowMe1 .guidance-pagination span {left: 36%;}
.projectExecutionShowMe2 .guidance-pagination span {left: 44%;}
.projectExecutionShowMe3 .guidance-pagination span {left: 53%;}
.projectExecutionShowMe4 .guidance-pagination span {left: 62%;}
.projectExecutionShowMe5 .guidance-pagination span {left: 70%;}
.projectExecutionShowMe6 .guidance-pagination span {left: 78%;}
.projectExecutionShowMe7 .guidance-pagination span {left: 86%;}


.arrow-up {
    width: 0; 
    height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 30px solid #fff;
	position: absolute;
    bottom: 43px;
    z-index:9999;
}

/*Arrows positioning*/
.showMe1 .arrow-up {left: 30%;}
.showMe2 .arrow-up {left: 50%;}
.showMe3 .arrow-up {left: 34%;}
.showMe4 .arrow-up {left: 60.8%;}
.showMe5 .arrow-up {left: 31.7%;}
.showMe6 .arrow-up {left: 45%;}
.showMe7 .arrow-up {left: 71.75%;}
.showMe8 .arrow-up {left: 58.4%;}
.projectExecutionShowMe1 .arrow-up {left: 37%;}
.projectExecutionShowMe2 .arrow-up {left: 46%;}
.projectExecutionShowMe3 .arrow-up {left: 55.8%;}
.projectExecutionShowMe4 .arrow-up {left: 65.7%;}
.projectExecutionShowMe5 .arrow-up {left: 73.8%;}
.projectExecutionShowMe6 .arrow-up {left: 84%;}
.projectExecutionShowMe7 .arrow-up {left: 92.8%;}

.guidance-pagination .next {
	float:right;
}

.legend, .guidance-pagination {
	padding: 0 65px;
	margin: 15px 0;
	position:relative;
}

.legend .lgndRow {display:inline;}
.legend span img {margin-right:5px;}
.legend span {
	margin-right:15px; 
	font-weight:bold;
	font-size:13px;
}

.note {
	margin:10px 0;
	font-size:13px;
	font-weight:bold;
}

.documentation-content {
	max-width:100%;
	background-color: #fff;
	padding-left:20px;
}

#left-hand-nav {
	width:100%;
	padding:0;
	background-color: #d3d3d3;
}

/*START accordion styles*/
.show-slide {display:block !important;}
.hide-slide {display:none !important;}

.slider-container {
	background: #ebebeb;
}

.accordion-slider {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	height: 291px;
    width: 1200px;
    margin: 0 auto;	
}

.accordion-slider li {
	float: left; 
	height: 291px; 
	width: 130px; 
	overflow: hidden;
	border-left: 2px solid #fff;
	position:relative;
}

.accordion-slider li.env h2 {background: blue;}

.accordion-slider li section {
	width: 800px; 
	height: 400px;	
	float: left;  
	background: #074a82;
	/*border-bottom: 25px solid #0a6ca4; */
	/*Gray Bar*/
	background-image: url(images/crp-icons/background-gray-pattern.png);
    background-repeat: repeat-x;
    background-position: 50% 50%;	
    position:relative;	
}

.top-bar-container {
	background: #074a82;
	color:#fff;
    overflow: hidden;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bold;    
}

.top-bar-title {float:left; margin-right: 20px}

.accordion-guidance-title {
	color:#fff; 
	background: #0a6ca4;
    border-bottom: 1px solid #fff;
    padding: 15px 5px;
    font-size: 12px;
    line-height: 1.2;
    text-transform:uppercase;
}

/*BASE SLIDE STYLES*/
.step {
    background-repeat: no-repeat;
    position:absolute;
    height: 45px;
    width: 45px;
}

.step:hover {cursor:pointer;}

.text {
	position:absolute;
    text-align:center;
    color:#fff;
    font-size: 11px;
    font-weight:bold;
    width: 20%;
}

.openArrow, .closedArrow {width: 35px;}
.closedArrow {float:left;}
.openArrow {float:right;}

/*SLIDE 1*/
#slide1 .accordion-guidance-content {
	display:block;
}

#slide1 .imageOne {
    background-image: url(images/crp-icons/PANEL-Determine.png);
	top: 33%;
    left: 45%;
}

#slide1 .imageTwo {
    background-image: url(images/crp-icons/CRP-Determine.png);
    top: 22%;
    left: 45%; 
}

#slide1 .txtTwo {
    top: 5%;
    left: 38%;
}

#slide1 .imageThree {
    background-image: url(images/crp-icons/CRP-Publish.png);
    top: 22%; 
    left: 75%;   
}

#slide1 .imageThreeTwo {
    background-image: url(images/crp-icons/PANEL-Publish.png);
    top: 33%; 
    left: 75%;   
}

#slide1 .txtThree {
    top: 5%;
    left: 68%;
}

#slide1 .accordion-guidance-content {
	display:block;
}

/*SLIDE 2*/
#slide2 .imageOne {
    background-image: url(images/crp-icons/RESEARCH-PropDev.png);
    top: 27%;
    left: 35%;
}

#slide2 .txtOne {
    top: 5%;
    left: 28%;
    width:20%;
}

#slide2 .imageTwo {
    background-image: url(images/crp-icons/PANEL-Evaluate.png);
    top: 33%; 
    left: 75%;   
}

#slide2 .imageTwoPanel {
    background-image: url(images/crp-icons/CRP-Evaluate.png);
    top: 22%; 
    left: 75%;   
}

#slide2 .txtTwo {
    top: 5%;
    left: 67%;
    width:20%;
}

/*SLIDE 3*/
#slide3 .imageOne {
    background-image: url(images/crp-icons/CRP-Develop.png);
    top: 22%;
    left: 15%;
}

#slide3 .imageOneTwo {
    background-image: url(images/crp-icons/PANEL-Develop.png);
    top: 33%;
    left: 15%;
}

#slide3 .txtOne {
    top: 5%;
    left: 8%;
    width:20%;
}

#slide3 .imageTwo {
    background-image: url(images/crp-icons/RESEARCH-WorkReview.png);
    top: 27%; 
    left: 35%;   
}

#slide3 .txtTwo {
    top: 5%;
    left: 30%;
    width: 15%;
}

#slide3 .imageSix {
    background-image: url(images/crp-icons/CRP-Reporting.png);
    top: 22%; 
    left: 55%;   
}

#slide3 .imageSixTwo {
    background-image: url(images/crp-icons/PANEL-Reporting.png);
    top: 33%; 
    left: 55%;   
}

#slide3 .txtFour {
    top: 5%;
    left: 49%;
    width: 15%;
}

#slide3 .imageThree {
    background-image: url(images/crp-icons/PANEL-Kickoff.png);
    top: 27%; 
    left: 75%;   
}

#slide3 .imageFour {
    background-image: url(images/crp-icons/CRP-Kickoff.png);
    top: 17%; 
    left: 75%;   
}

#slide3 .imageFive {
    background-image: url(images/crp-icons/RESEARCH-Kickoff.png);
    top: 37%; 
    left: 75%;   
}

#slide3 .txtThree {
    top: 5%;
    left: 70%;
    width: 15%;
}

/*Slide 4*/
#slide4 .imageOne {
    background-image: url(images/crp-icons/RESEARCH-TechCoord.png);
    top: 33%;
    left: 7%;
}

#slide4 .imageOneTwo {
    background-image: url(images/crp-icons/CRP-TechCoord.png);
    top: 22%;
    left: 7%;
}

#slide4 .txtOne {
    top: 5%;
    left: 4%;
    width: 10%;
}

#slide4 .imageTwo {
    background-image: url(images/crp-icons/RESEARCH-Research.png);
    top: 27%; 
    left: 20%;   
}

#slide4 .txtTwo {
    top: 5%;
    left: 17%;
    width: 10%;
}

#slide4 .imageThreeOne {
    background-image: url(images/crp-icons/PANEL-Reporting.png);
    top: 27%; 
    left: 35%;   
}

#slide4 .imageThreeTwo {
    background-image: url(images/crp-icons/CRP-Reporting.png);
    top: 17%; 
    left: 35%;   
}

#slide4 .imageThreeThree {
    background-image: url(images/crp-icons/RESEARCH-Reporting.png);
    top: 37%; 
    left: 35%;   
}

#slide4 .txtThree {
    top: 5%;
    left: 30%;
    width: 14%;
}

#slide4 .imageFour {
    background-image: url(images/crp-icons/RESEARCH-EditCoord.png);
    top: 27%; 
    left: 50%;   
}

#slide4 .txtFour {
    top: 5%;
    left: 46%;
    width: 11%;
}

#slide4 .imageFiveOne {
    background-image: url(images/crp-icons/CRP-Report.png);
    top: 17%; 
    left: 62%;   
}
#slide4 .imageFiveTwo {
    background-image: url(images/crp-icons/PANEL-Report.png);
    top: 27%; 
    left: 62%;   
}

#slide4 .imageFiveThree {
    background-image: url(images/crp-icons/RESEARCH-Report.png);
    top: 37%; 
    left: 62%;   
}

#slide4 .txtFive {
    top: 5%;
    left: 57%;
    width: 15%;
}

#slide4 .imageSevenOne {
    background-image: url(images/crp-icons/RESEARCH-EditCoord.png);
    top: 33%; 
    left: 90%;   
}

#slide4 .imageSevenTwo {
    background-image: url(images/crp-icons/CRP-EditCoord.png);
    top: 22%; 
    left: 90%;   
}

#slide4 .txtSix {
    top: 5%;
    left: 74%;
    width: 10%;
}

#slide4 .imageSix {
    background-image: url(images/crp-icons/CRP-FinalApproval.png);
    top: 27%; 
    left: 77%;   
}

#slide4 .txtSeven {
    top: 5%;
    left: 81%;
    width:20%;
}

/*END SLIDES*/

.accordion-guidance-content {
	height: 397px;
	display: none;
	position:relative;
}

.gray-bar {
	background: #cec9c9;
	height: 25px;
}

/*END accordion styles*/

@media screen and (min-width: 950px) {
	.documentation-content {
		float:left;
		max-width:85%;
		padding-right:25px;
		margin:0;
	}

	#left-hand-nav {
		width:15%;
		padding:0;
		float:left;
		/*height: 100vh;*/
		background-color: #ebebeb;
		/*overflow: auto;*/
	}	
}

#dc_jqaccordion_widget-3-item ul li a, #dc_jqaccordion_widget-2-item ul li a {
	border-bottom:none !important;
}

#dc_jqaccordion_widget-3-item ul li:last-of-type a, #dc_jqaccordion_widget-2-item ul li:last-of-type a {
	border-bottom:1px solid #fff !important;
}

#left-hand-nav #menu-left-menu {
	padding-top: 50px;
	background-color: #ebebeb;
}

.dcjq-accordion {border-right:none !important;}

#left-hand-nav ul li a, #dc_jqaccordion_widget-3-item ul a.dcjq-parent.active, #dc_jqaccordion_widget-2-item ul a.dcjq-parent.active
#left-hand-nav ul li a.active, #left-hand-nav ul li a.dcjq-parent {
	background-color: #ebebeb !important;
	color: #1573cd;
}

#left-hand-nav ul li a:hover, #left-hand-nav ul li a:active {
	color: #1573cd;
	background-color: #dcdcdc !important;
}

.teal-row {
	border-top: 4px solid #2ac1dc;
/*	border-bottom: 4px solid #2ac1dc; */
	padding-left: 15px;
}

.teal-row .left-col {
	width:75%;
}

.gray-row {
	border-bottom:3px solid #d8d8d8; padding: 15px 0;
}

.gray-row:last-of-type {
	border-bottom: none;
}

.left-col {float:left; max-width: 70%;}
.right-col {float:right;}

.headset-icon {margin-left:35px; margin-top:25px;}

.research-content .teal-row .left-col, .research-content .teal-row .right-col, .tab-content {
	padding-left: 5rem;
}

.page-content p {font-size:14px;}

.staff {color: #66addf; font-size:14px;}
.panel {color: #8fc76a; font-size:14px;}
.research {color: #f2a518; font-size:14px;}

/*CUSTOM TABS*/
/* Style the tab */
div.tab {
    overflow: hidden;
	min-height: 300px;
    margin: 30px 0;
    background: #075285;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #1175aa;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #1175aa;
}

/* Style the tab content */
.tabcontent {
    display: none;
}

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

h4.icon-format {
	display:inline-block;
}

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