@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	/*background-color:#f3f3f3;*/
	height:100%;
	}
	
img{
	max-width:100%;
}

.clear{
	clear:both;
	}
	
	
.header_bg{
	position:relative;
	/*position:absolute;*/
	height:120px;
	width:100%;
	background-color:#292929;
	/*background: rgba(0, 0, 0, 0.3);*/
	z-index:999;
	}
	
.header_container{
	position:relative;
	height:120px;
	width:100%;
	margin:0 auto;
	}
	
.yesterdays_logo{
	position:relative;
	height:82px;
	width:250px;
	/*background-image:url(../img/nrcc-logo-test.png);*/
	top:20px;
	left:20px;
	float:left;
	z-index:9999;
	}

 .nav_container_bg{
	 position:relative;
	 height:60px;
	 display:table;
	 width:100%;
	 background-color:#143d51;
	 }
	
.nav_container{
	 position:relative;
	 height:60px;
	 width:100%;
	 /*width:100%;*/
	 margin:0 auto;
	}

 .nav_container_bg-no-menu{
	 position:relative;
	 height:60px;
	 display:table;
	 width:100%;
	 background-color:#143d51;
	 }
	
.nav_container-no-menu{
	 position:relative;
	 height:60px;
	 width:100%;
	 /*width:100%;*/
	 margin:0 auto;
	}

.jetmenu_container{
	position:relative;
	height:50px;
	width:300px;
	float:left;
	/*background-color:#FF0004;*/
	z-index:10;
	}

	
.page_title{
	position:relative; 
	 height:50px; 
	/*width:400px;*/
	background-color:#620001;
	top:0px;
	margin:-50px auto;
	z-index:5;
	
	width:100%;
	padding-left:300px;
	padding-right:160px;
	}

.page_title h1{ /*one line of text*/
	/*font-family: 'Kadwa', sans-serif;*/
	height:40px; 
	font-size:22px; 
	font-weight:bold; 
	line-height:40px;   
	text-align:center; 
	padding:10px 0 0 0; 
	margin:0;
	}
	
.page_title h2{ /*two lines of text---large bottom text*/
	/*font-family: 'Kadwa', sans-serif;*/
	height:40px; 
	font-size:20px; 
	font-weight:bold; 
	line-height:40px; 
	/*color:#fbc446;*/  
	text-align:center; 
	padding:0; 
	margin:0;
	}	
	
.page_title h3{ /*two lines of text---small top text*/
	/*font-family: 'Kadwa', sans-serif;*/
	height:20px;  
	font-size:16px; 
	font-weight:bold; 
	/*color:#fff;*/ 
	text-align:center; 
	padding:5px 0 0 0; 
	margin:0;
}

/********************page title no menu**********/
.page_title-no-menu{
	position:relative; 
	 height:50px; 
	width:400px; 
	/*background-color:#620001;*/
	top:0px;
	/*margin:0px auto;*/
	z-index:5555;
	}

.page_title-no-menu h1{ /*one line of text*/
	/*font-family: 'Kadwa', sans-serif;*/
	height:40px; 
	font-size:22px; 
	font-weight:bold; 
	line-height:40px;   
	text-align:left; 
	padding:10px 0 0 20px; 
	margin:0;
	}
	
.page_title-no-menu h2{ /*two lines of text---large bottom text*/
	/*font-family: 'Kadwa', sans-serif;*/
	height:40px; 
	font-size:20px; 
	font-weight:bold; 
	line-height:40px; 
	/*color:#fbc446;*/  
	text-align:left; 
	padding:0; 
	margin:0;
	}	
	
.page_title-no-menu h3{ /*two lines of text---small top text*/
	/*font-family: 'Kadwa', sans-serif;*/
	height:20px;  
	font-size:16px; 
	font-weight:bold; 
	/*color:#fff;*/ 
	text-align:left; 
	padding:5px 0 0 0; 
	margin:0;
}

.my_accounts_container a{
	position:relative;
	height:60px;
	width:160px;
	float:right;
	background-image:url(../img/my_accounts_button-1-2.jpg);
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	z-index:10;
	}
	
.my_accounts_container a:hover{
	background-image:url(../img/my_accounts_button-2-2.jpg);

	}
	
.my_accounts_container-no-menu a{
	position:relative;
	height:60px;
	width:160px;
	float:right;
	margin-top:-50px;
	background-image:url(../img/my_accounts_button-1-2.jpg);
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	}
	
.my_accounts_container-no-menu a:hover{
	background-image:url(../img/my_accounts_button-2-2.jpg);

	}	
	


	
	
		
@media screen and (max-width: 960px ) {
/*.header_bg{
	height:100px;
	width:100%;
	}
	
.header_container{
	height:100px;
	width:100%;
	}*/
	
.yesterdays_logo{
	}

.page_title{
	position:absolute; 
	 height:50px; 
	width:100%; 
	/*background-color:#620001;*/
	top:0px;
	margin-top:0px;
	z-index:5;
	left:10px;
	padding-left:0;
	padding-right:0;
	}

.page_title h1{
	text-align:left; 

	}
	
.page_title h2{ 
	text-align:left; 
}	

.page_title h3{ 
	text-align:left; 
}		

.jetmenu_container{
	position:relative;
	height:50px;
	width:100%;
	float:left;
	top:60px;
	}

.my_accounts_container{
	position:relative;
	height:60px;
	top:-50px;
	width:150px;
	float:right;
	right:0px;
	z-index:10;
	}
		
}

@media screen and (max-width: 800px ) {
/*.header_bg{
	height:100px;
	width:100%;
	}
	
.header_container{
	position:relative;
	height:100px;
	dispaly:table;
	width:100%;
	}*/

.yesterdays_logo{
	}

.nav_container_bg{
	 height:120px;
	 }
	
.nav_container{
	 height:120px;
	}
	
/*.page_title{
	position:absolute; 
	 height:50px; 
	width:400px; 
	background-color:#620001;
	top:0px;
	margin-top:0px;
	z-index:5555;
	left:10px;
	}

.page_title h1{
	text-align:left; 

	}
	
.page_title h2{ 
	text-align:left; 
}	

.page_title h3{ 
	text-align:left; 
}*/	

/*.my_accounts_container{
	position:relative;
	height:60px;
	top:-50px;
	width:150px;
	float:right;
	right:0px;
	}
	
.jetmenu_container{
	position:relative;
	height:50px;
	width:100%;
	float:left;
	top:60px;
	}*/

		
}

@media screen and (max-width: 768px ) {
/*.header_bg{
	height:100px;
	width:100%;
	}
	
.header_container{
	height:100px;
	width:100%;
	}*/	

/*.page_title{
	position:absolute; 
	 height:50px; 
	width:400px; 
	background-color:#620001;
	top:0px;
	margin-top:0px;
	z-index:5555;
	left:10px;
	}

.page_title h1{
	text-align:left; 

	}
	
.page_title h2{ 
	text-align:left; 
}

.page_title h3{ 
	text-align:left; 
}		*/

}

@media screen and (max-width: 640px ) {
/*.header_bg{
	height:70px;
	height:120px;
	width:100%;
	}
	
.header_container{
	height:70px;
	height:120px;
	width:100%;
	}*/

/*.yesterdays_logo{
	position:relative;
	width:180px;
	top:5px;
	left:0px;
	margin:0 auto;
	float:none;
	}*/

.page_title{
	position:absolute; 
	 height:50px; 
	width:100%; 
	/*background-color:#620001;*/
	top:0px;
	margin-top:0px;
	z-index:5555;
	left:0px;
	}

.page_title h1{
	text-align:center; 

	}
	
.page_title h2{ 
	text-align:center; 
}

.page_title h3{ 
	text-align:center; 
}


.page_title-no-menu{
	position:relative; 
	 height:50px; 
	width:100%; 
	/*background-color:#620001;*/
	top:0px;
	/*margin:0px auto;*/
	z-index:5;
	}
	
.page_title-no-menu h1{
	text-align:center; 
	}
	
.page_title-no-menu h2{ 
	text-align:center; 
}

.page_title-no-menu h3{ 
	text-align:center; 
}


	
.my_accounts_container a{
	position:relative;
	height:50px;
	width:50px;
	float:right;
	top:-108px;
	right:10px;
	background-image:url(../img/my_accounts_button_mobile.png);
	}
	
.my_accounts_container a:hover{
	background-image:url(../img/my_accounts_button_mobile_2.png);
	}
	
.my_accounts_container-no-menu a{
	position:relative;
	height:50px;
	width:50px;
	float:right;
	top:-108px;
	right:10px;
	background-image:url(../img/my_accounts_button_mobile.png);
	}
	
.my_accounts_container-no-menu a:hover{
	background-image:url(../img/my_accounts_button_mobile_2.png);
	}	

}

@media screen and (max-width: 480px ) {







}

	
