/* override default CSS */
.container .header 	{ 
	margin-bottom: 20px; 
}
.container .header .logo  { 
	position:relative;
	margin-bottom:10px;
}
/* stop override */
main .title-header {
	position: relative;
	float:left; 
	width:100%; 
	height: 110px; 
	background:#c59519;
	text-align: center;
	-moz-box-shadow: 1px 1px 20px rgba(102,102,102,0.5);
	-webkit-box-shadow: 1px 1px 20px rgba(102,102,102,0.5);
	box-shadow: 1px 1px 20px rgba(102,102,102,0.5);
}
main .title-header a {
	color: white;
	text-decoration: none;
}
main .title-header a:hover {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
main h1, h2, h3 {
	position: relative;
	display: block;
	width: 100% !important;
}
main h3 {
	margin: 10px 0 5px 0 !important;
	font-size: 23px;
	color: #4392a9 !important;
	float: left;
}
main h4 {
	margin: 0 0 7px 0 !important;
	font-size:20px;
	color: #777;
	width: 100%;
}
main #tr-menu {
	display: block;
	padding:30px 30px 35px 35px;
}
main #tr-mobile-menu {
	display: none;
	position: absolute;
	width: 270px;
	padding:5px 5px 5px 55px;
	z-index:999;
	top:10px;
	left:10px;
}
main .submenu-icon {
	display: block;
 	position: absolute;
	width:40px;
	height:40px;
padding:3px;
	z-index:1000;
	top:14px;
	left:14px;
background-color: white;
}
main .submenu-icon img {
	width:100%;
}
main #videos {
	margin: 15px 0;
	padding:0;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.5);
}
main #videos .video-wrapper {
	position: relative;
 	padding-bottom: 53.0%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
main #videos .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
        height: 100%;
}
main h5 {
	color: #777;
	float: left;
	width: 100%;
	margin: 15px 0 7px 0 !important;
	font-size:20px;
	font-weight: normal;
}
main h6 {
	color: #777;
	float: left;
	width: 100%;
	margin: 5px 0 7px 0 !important;
	font-size:14px;
	font-weight: bold;
}
main ul {
	margin: 0 0 0 0 !important;
	padding-left:20px !important;
}
main li, p {
	font-size: 14px !important;
}
main li {
	color: #777;
	line-height:15px;
	list-style: none;
}
main .tut-list {
	margin-top:0;
	padding: 5px 15px 5px 0px;
}
main .static-sections {
 	display: block;
 	position: relative;
	margin:5px 0 15px 0;
	overflow: hidden;
}
main .static-sections li {
	line-height:25px;
}
main .variable-sections {
	display: block;
	position: relative;
	margin:5px 0 5px 0;
}
main .variable-sections p {
	margin: 0 0 0 0 !important;
	line-height: 20px;
}
main #d2l-box {
	height:auto;
	overflow:hidden;
}
main #d2l-box a.view-more {
	position: absolute;
	width: 100%;
	height:28px;
	background: white;
	font-weight: bold;
	font-size:16px;
	color: #aaa;
	padding-top:3px;
	bottom:0;
	left:0;
	border-top: 1px solid #eee;
 	text-align: center;
}
main #d2l-box a.view-more:hover {
	background: #eee;
	color: #555;
}
main #d2l-box .seperator {
	position: absolute;
	width: 100%;
	height:10px;
	background: white;
	bottom: 28px;
}
main #splash {
	margin-top:15px; height:350px; background:url(../images-2015/tr-splash.jpg) -390px top no-repeat;
}
main .splash-content {
		width: 75%;
	margin-left:20px;
	background: rgba(255,255,255,0.8);
	padding:10px;
}
main .splash-content p {
	font-size:20px;
}
main #tr-menu {
margin-top: 15px;
}
main #tr-menu ul, main #tr-mobile-menu ul {
	display: inline-block;
	position: relative;
	padding-left:15px !important;
	border-left: 1px solid #ddd;
	margin-bottom:20px;
}
main #tr-menu ul li, main #tr-mobile-menu ul li {
 padding: 3px 5px;
}
main #tr-menu ul li a, main #tr-mobile-menu ul li a {
	color: #555;
	line-height: 20px;
}
main #tr-menu ul li a:hover, main #tr-mobile-menu ul li a:hover {
	color: #333;
	border-bottom: 1px solid #c59519;
}
main #tr-menu .highlight a,  main #tr-mobile-menu .highlight a {
	color: #c59519;
	font-weight: bold;
}
@media screen and (min-width: 390px) {
	main .splash-content {
		width: 55%;
	}
}
@media screen and (min-width: 540px) {
	main .splash-content {
		width: 40%;
		background: none;
		padding:0;
	}
	main #splash {
		background:url(../images-2015/tr-splash.jpg) -290px center;
	}
}
@media screen and (min-width: 640px) {
	main #splash {
		background:url(../images-2015/tr-splash.jpg) -240px center;
	}
}
@media screen and (min-width: 970px) {
	main #splash {
		background:url(../images-2015/tr-splash.jpg) 0 center;
	}
}
