html{
	min-height:100%;
	min-width:100%;
}

header, nav, main, footer { display: block; }
body{
	font-family: Helvetica, Verdana, sans-serif;
}
p{
	letter-spacing: .025em;
}

main { padding: 0 0 2em 0;
      margin-left: 200px;
	 
}
main h2, main h3, main h4, main p, main div, main ul, main dl { padding-left: 1em; padding-right: 1em; }


h1{
	font-size: 4em;
	color:white;
	padding: 0;
	margin-left: -100000px;
	margin-top:0;
}

header img{
	position: relative;
	top: -35px;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

#container{
		  
           width: 90%;
           margin-right: auto;
		   margin-left: auto;
           min-width: 600px;
		   max-width: 1366px;
		  }

#heading{
	background-image: url("new_images/banner.jpg");
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	padding-left: 1200px;
	padding-right: 1200px;
	margin-left: -1200px;
	margin-right: -1200px;
	position: relative;
	top: -30px;
	left: 0;
}

		  
#info_head{
	padding-left: 0;
	padding-right: 0;
	margin-left: -30px;
	margin-right: 0;
}

#info_head h3{
	margin-top: -15px;
}

.course_title {
	color: #990001;
	font-size: 1.1em;
	padding: 0;
	margin-left: -10px;
}

.course_length{
	/*float: left;*/
	margin: 0;
	padding: 0;
	color: #000;
	
}

.course_tuition{
	padding: 0;
	margin: 0;
	color: #000;
	
}

#footer_info{
	background-color: #ddd;
	background-color: #ddd;
	margin: 0px -37px 0 -37px;
	/*! height: 200px; */
}


/*************************************/		  
/*    Accordion Menu                  */
/*************************************/
		  
#accordion_menu{
	
	border:1px solid #000;
	padding:0;
}

button.accordion {
    background-color: #dedede;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
	font-weight: 700;
	color:#990001;
    transition: 0.4s;
	border-bottom: 1px solid #fff;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/*************************************/




/***************************************/
button.accordion_mobile_nav {
    background-color: #dedede;
    color: #444;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
	font-weight: 700;
	color:#990001;
    transition: 0.4s;
	border-bottom: 1px solid #fff;
	position: relative;
	top: -70px;
}

button.accordion_mobile_nav.active, button.accordion_mobile_nav:hover {
    background-color: #ddd;
}

button.accordion_mobile_nav:after {
    content: 'Menu';
    color: #777;
    font-weight: bold;
    float: center;
    margin-left: 5px;
}

button.accordion_mobile_nav.active:after {
    content: "Menu";
}

div.panel_mobile_nav {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/*************************************/





/************************************/
/*        TABLET SIZE               */
/************************************/

@media only screen and (max-width: 768px){
	
	html, body{
		margin: 0;
	}
	
	#heading {
	text-align:center;
	
	background-image: url("new_images/banner.jpg");
	background-repeat: no-repeat;
	background-size: 740px 123px;
	background-position: top;
	
	padding: 0;
	margin: 0;
	position: fixed;
	
}
	#heading img{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 40px;
	
}

	#heading h1{
	margin-left: -10000px;
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
	
	
}

	#info_phone{
		color: white;
		position: absolute;
		top: 30px;
		left: 447px;
		font-size: .9em;
		font-weight: bold;
	}
	
	#info_knowledge{
		visibility: hidden;
		position: fixed;
	}
	
	#info_training{
		visibility: hidden;
		position: fixed;
	}

	#container{
		min-width: 568px;
	}
	
	.navigation{
		width: 100%;
	}
	
	.navigation nav{
		
		margin: 0; 
	}
	
	.navigation nav ul{
		margin: 0 0 0 -40px;
	}
	
	.navigation nav li{
		display: block;
	}
	
	.navigation nav a{
		display: block;
		padding: 1.2em;
		width: auto;
		text-decoration: none;
		font-size: .8em;
		margin: 2px 0 2px 0;
		background-color: maroon;
		color: white;
	}
	
	.portrait{
		margin-top:120px;
	
		
	}
	
	button.accordion_mobile_nav {
    background-color: #dedede;
	color: #444;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 15px;
	font-weight: 700;
	color: #990001;
	transition: 0.4s;
	border-bottom: 1px solid #fff;
	position: relative;
	top: -70px;
}

.panel_mobile_nav {
    position: relative;
    top: -75px;
}

		/******INFO BELOW TITLE******/

	#info_head{
			font-size: 1.2em;
		}

		
	#info_links  {
			width: 600px;
			margin-top: 2em;
			display: block;
			text-align: center;
			margin-left: -100px;
			margin-right: -100px;
			padding-left: 50px;
		}
		
	.course_title{
			font-size: 1.2em;
		}
	
	.video_container{
	padding-left:0;
	padding-right:0;
	padding-bottom: 15px;
	
	
}
	
		
	#info_links a{
		padding-left:40px;
	}
		
	#info_links a.schedule{
			color: #0071bc;
			border-radius: 0px;
			margin: 5px 0;
			font-size: 1.5em;
			display:none;
		}

	#info_links a.reserve{
			color: #0071bc;
			border-radius: 0px;
			margin: 5px 0;
			font-size: 1.5em;
			display:none;
		}

	#info_links a.request{
			color: #118914;
			display: block;
			border-radius: 0px;
			margin: 5px 0;
			font-size: 1.5em;
		}

	#info_links a.sampler{
			background-color: #990001;
			display: block;
			border-radius: 0px;
			margin: 5px 0;
			font-size: 1.5em;
		}
/**********************************/
	
	
	#heading{
		margin: 0;
		width: 100%;
		
	}
	
	#heading img{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 40px;
	width: 150px;
	position: relative;
	left: -130px;
}
	
	main{
		display: inline;
		font-size: 100%;
		width: 90%;
		
	}
	
	#banner_container{
	width:100%;
	background-image:url('new_images/footer.jpg');
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
}

	#social_media_icons{
		text-align: center;
		
	}

	footer{
		font-size: .7em;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	footer p{
		margin:0;
		padding: 0;
		text-align: center;
		font-size: .75em;
	}
		
	.section_header{
		font-size: 2em;
		color: #990001;
		padding: 0;
		margin-left: 0px;
		margin-bottom: 0px;
	
}

.instructor{
	
	padding-right: 10px;
	margin-right: 5px;
	float: left;
	clear: left;
	
}
.bordered{
	border: 2px solid #000;
	
}

.bold{
	font-weight: bold;
}
	
.noDisplayPhone{
		display: none !important;
		
	}

}


/*************************************/
/*          PHONE SIZE               */
/*************************************/

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 


	

body{
	margin: 0;
}

main{
	background-color: #ffffff;
	
}

main p {
	font-size: 1em;
}

#heading{
	text-align:center;
	
	background-image: url("new_images/banner.jpg");
	background-repeat: no-repeat;
	background-size: 545px 160px;
	background-position: top;
}

#heading img{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 40px;
	width: 140px;
	position: relative;
	left:-90px;
	
}

#heading h1{
	margin-left: -10000px;
	margin-top: 0;
	margin-bottom: 0;
	padding:0;	
}

#info_phone{
		color: white;
		position: absolute;
		top: 30px;
		left: 210px;
		font-size: .8em;
		width: 100px;
	}
#info_phone a{
		color: white;
}

.navigation nav ul{
		margin: 0 0 0 -40px;
		
	}

#container{
		  background-color: #fff;
			width: 100%;
			margin-right: 0;
			margin-left: 0;
			min-width: 375px;
			max-width: 667px;
		   
		  }

#info_links  {
			width: 360px;
			margin-top: 2em;
			display: block;
			text-align: center;
			margin-left: -80px;
		}

main p{
	padding-left: 0;
	padding-right: 4em;
	letter-spacing: 0;
	font-size: 1.3em;
}

footer{
	font-size: .5em;
	background-color: #ddd;
	}
	
	footer p{
		margin:0;
		padding: 0;
		text-align: center;
		font-size: .65em;
	}
	
.video_container{
	padding-left:0;
	padding-right:0;
	padding-bottom: 5px;
	
}

.video-container iframe, .video-container object, .video-container embed {
	
	width:60%;
	height:60%;
}

.section_header{
	font-size: 2em;
	color: #990001;
	padding: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	
}

.portrait{
	margin-top: 150px;
}

.panel_mobile_nav {
    position: relative;
    top: -30px;
}

button.accordion_mobile_nav {
	position: relative;
	top: -30px;
}

#accordion_menu{
	
	border:1px solid #000;
	padding:0;
	
	width: 100%;
}

#banner_container{
	width:100%;
	background-image:url('new_images/footer.jpg');
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:-10px;
}

#social_media_icons{
	text-align: center;
	
}



footer{
	font-size: .7em;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer p{
	margin:0;
	padding: 0;
	text-align: center;
}




}

/*****************************/
/*Exclusive Resource Page Style
/*****************************/

#resources h3{
	color: maroon;
	font-size: 2em;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid maroon;
}

#resources ul{
	list-style-type: none;
}

#resources li{
	padding: 5px 0 5px 0;
}

#resources a
{
	text-decoration: none;
	font-size: 1.5em;
}


