@charset "UTF-8";
/* CSS Document */
@media (min-width: 1024px)  { 
body{
	font-size: 32px;
	padding: none;
	background-color:#000;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
#whole_page{
	background-color:#EDECEC;
	height: auto;
	margin: 0 auto;
	margin-top: 205px;
	position: relative;	
	width: 80%;
	padding-top: 20px;
	z-index: 1;
	}
	
#head{
	height: 205px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7); 	
}
.fixed{
		position: fixed;
		animation:myback 1.25s;
		margin-top: 0px;
            -moz-animation:myback 1.25s; /* Firefox */
            -webkit-animation:myback 1.25s; /* Safari and Chrome */
	
				animation-fill-mode: forwards;
			
			/*Safari and Chrome*/
    
    -webkit-animation-fill-mode: forwards;
			/*Safari and Chrome*/
    
   

	}
		/* Chrome, Safari, Opera */
@-webkit-keyframes myback {
    from {top: -190px;}
    to {top:0px;}
}

/* Standard syntax */
@keyframes myback {
	 from {top: -190px;}
    to {top:0px;}
   
}

	
.goaway{
		
		position: fixed;
		animation:mymove 1.25s;
			
            -moz-animation:mymove 1.25s; /* Firefox */
            -webkit-animation:mymove 1.25s; /* Safari and Chrome */
			animation-fill-mode: forwards;
			
			/*Safari and Chrome*/
    
    -webkit-animation-fill-mode: forwards;
	
	}
	
		/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {top: 0px;}
    to {top: -190px;}
}


/* Standard syntax */
@keyframes mymove {
    from {top: 0px;}
    to {top: -190px;}
}


#mid{
	position: relative;
	width: 80%;
	background: #EDEDED;
	height: auto;
	margin: 0 auto;
    z-index:1;
	padding-bottom: 7%;
	padding-top:1%;
}


h1{
	font-family: 'Myriad Pro';
	color: #4d4a4a;
	font-size: 5.9vh;
	font-weight: 600;
	margin-top: 5%;
}
#h1-2{
	font-family: 'Myriad Pro';
	color: #4d4a4a;
font-size: 5.9vh;
	font-weight: 600;
	margin-top: -50px;
}

#p1{
margin-top: 30px;
padding-top: 30px;	
padding: 5%;
}
#p2{
	
padding: 5%;
}
.paragraph{
	font-family: 'Myriad Pro';

color: #4d4a4a;

font-size: 24px;

font-weight: 400;

text-align: left;
padding:10px;
padding-top:5px;
}
a{
	
	color: #A70002;
	text-decoration: underline;
}


#btn_log_in{
	background-color: #A70002;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
	padding: 10px 20px 30px 20px;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-right: 7%;
	border: solid 2px #494848;
	width: 120px;
}

#btn:hover{
	background: #E3070B;
}





#form{
	width: 75%;
	margin-left: 35%;
	margin-top: -155px;
	padding-bottom: 90px;
}

form input{
	height:40px;
	width: 200px;
	background-color: #DCDCDC;
	color:#000000;
	border: none;
	padding-left: 10px;
}


#log_in_form{
	margin-left: 300px;
	margin-bottom: 50px;
}
.log_in_form{
	
}

#please{
	margin-left: 10px;
}

.line-1{
	font-size: 18px;
	font-family: 'Myriad Pro';
	color: #4d4a4a;
	padding: 0;
	margin-bottom: -50px;
	
}
.line-2{
	position: absolute;
	font-size: 12px;
	font-family: 'Myriad Pro';
	color: #4d4a4a;
	text-indent: 10px;
	margin-top: 90px;
}

h4{
	font-size: 22px;
	font-family: 'Myriad Pro';
	color: #4d4a4a;
}
.error {
	font-family: 'Myriad Pro';
	color: #FF0000;
	font-size: 12px;
	margin-right: 30px;
	width: 28.5%;
	display:inline-block;
}
.email_result{
	font-family: 'Myriad Pro';
	color:#98191B;
	font-size: 16px;
}
#schedule{
	margin: 0 auto;
	margin-bottom: 20px;
	height: 100%;
	padding-bottom: 20px;
}
#schedule_img{
	width: 100%;
	margin: 0 auto;
}

#policies{
	margin-bottom: 20px;
}
#navigation{
	padding-left: 5%;
}
#download{
	float: right;
	
}
#download a{
	color: #B5070A;
		text-decoration: underline;
}
#levels{
	color: #B5070A;
}
#levels li{
	padding-right: 50px;
}
#levels li a{
	color: #B5070A;
	margin-right: 5%;
	text-decoration: underline;
	font-size: 18px;
}
button{
	
	background-color: #1E1C1C;
	font-size: 2.4vh;
	min-width: 215px;
	color:#F7F2F2;
	text-decoration: underline;
	padding: 1%;
	background-color: #161616;
	border: solid 2px #B80A2C;
}
}
@media (min-width: 767px) and  (max-width: 1023px) { 
body{
	font-size: 32px;
	padding: none;
	background-color:#000;
	margin-left: -1px;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#whole_page{
	background-color:#EDECEC;
	height: auto;
	margin: 0 auto;
	margin-top: 160px;
	position: relative;	
	width: 100%;
	z-index: 1;
	}
	
	
#head{
	height: 160px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7); 	
}

.fixed{
		position: fixed;
		animation:myback 1.25s;
		margin-top: -205px;
            -moz-animation:myback 1.25s; /* Firefox */
            -webkit-animation:myback 1.25s; /* Safari and Chrome */
	
				animation-fill-mode: forwards;
			
			/*Safari and Chrome*/
    
    -webkit-animation-fill-mode: forwards;
			/*Safari and Chrome*/
    
   

	}
		/* Chrome, Safari, Opera */
@-webkit-keyframes myback {
    from {top: 0px;}
    to {top: 0px;}
}

/* Standard syntax */
@keyframes myback {
	 from {top: 0px;}
    to {top: 0px;}
   
}

	
.goaway{
		
		position: fixed;
		animation:mymove 1.25s;
		
            -moz-animation:mymove 1.25s; /* Firefox */
            -webkit-animation:mymove 1.25s; /* Safari and Chrome */
			animation-fill-mode: forwards;
			
			/*Safari and Chrome*/
    
    -webkit-animation-fill-mode: forwards;
	
	}
	
		/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {top: 0px;}
    to {top: -205px;}
}


/* Standard syntax */
@keyframes mymove {
    from {top: 05px;}
    to {top: -205px;}
}


#mid{
	position: relative;
	background: #EDEDED;
	height: auto;
	margin: 0 auto;
    z-index:1;
	padding: 5%;
}

h1{
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	color: #4d4a4a;
	font-size: 5.4vh;
	font-weight: 600;
	margin-top: 5%;
}
#h1-2{
	color: #4d4a4a;
	font-size: 5.4vh;
	font-weight: 600;
	margin-top: -50px;
}
#p1{
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	margin-top: 30px;
	padding-top: 30px;	
	padding: 5%;
}
#p2{
	padding: 5%;
}
.paragraph{
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	color: #4d4a4a;
	font-size: 2.9vh;
	font-weight: 400;
	text-align: left;
	padding:10px;
	padding-top:5px;
}
a{
	color: #A70002;
	text-decoration: underline;
}


.light{
	font-weight: 200;
}
#log_in_form{
	margin: 0 auto;
	margin-bottom: 50px;
	width: 40%;
}
#btn_log_in{
	background-color: #A70002;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
	padding: 2% 2% 3% 2%;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-right: 7%;
	border: solid 2px #494848;
	width: 120px;
}

.log_in_form{
	
}
.inputfield{
		height:40px;
	width: 100%;
	background-color: #DCDCDC;
	color:#000000;
	border: none;
}

#please{
	margin-left: 10px;
}

h4{
	font-size: 3vh;
	color: #4d4a4a;
}
.error {
	color: #FF0000;
	font-size: 1.9vh;
    display:inline-block;
}
.email_result{
	color:#98191B;
	font-size: 2.0vh;
}
#schedule{
	margin: 0 auto;
	margin-bottom: 20px;
	height: 100%;
	padding-bottom: 20px;
}
#schedule_img{
	width: 100%;
	margin: 0 auto;
}

#sub_nav nav {
	margin: 0 auto;
	color: #7F0104;
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
#sub_nav nav ul{
	color:#AD0002;
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
}
#sub_nav nav ul li a{
	display: inline;
	width: 100%;
	color:#F7F2F2;
	text-decoration: underline;
	background-color: #161616;
	border: solid 2px #B80A2C;
}
#navigation a{
	
}
#sub_nav ul li{
	margin-right: 2%;
}
#policies{
}
#navigation{
	padding-left: 6%;
	margin: 0 auto;
}
#download{
	float: right;	
}
#download a{
	color: #B5070A;
	text-decoration: underline;
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
#levels{
	color: #B5070A;
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
#levels li{
	padding-right: 50px;
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
#levels li a{
	color: #B5070A;
	margin-right: 5%;
	text-decoration: underline;
	font-size: 18px;
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
button{
	color:#EDEDED;
	background-color: #1E1C1C;
	width: 80%;
	font-size: 2.4vh;
	min-width: 250px;
	max-width: 320px;
	padding: 5px;
	    -webkit-appearance: none;
	margin: 2%;
	border:solid 2px #AD0002;;
}
input {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}
}
@media (max-width: 766px)  { 
body{
	font-size: 32px;
	padding: none;
	background-color:#000;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	margin-left: -1px;
}
#whole_page{
	background-color:#EDECEC;
	height: auto;
	margin: 0 auto;
	position: relative;	
	width: 100%;
    padding-top: 50px;
	z-index: 1;
	padding: 3%;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	}	
	
#mid{
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	position: relative;
	width: 100%;
	background: #EDEDED;
	height: 100%;
	margin: 0 auto;
    z-index:1;
	padding-top: 10%;
	padding-bottom:10%;
}
#logo{
	display:none;
}
h1{
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	color: #4d4a4a;
	font-size: 5.4vh;
	font-weight: 600;
	margin-top: 5%;
}
#h1-2{
	color: #4d4a4a;
	font-size: 5.4vh;
	font-weight: 600;
	margin-top: -50px;
}

#p1{
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
margin-top: 30px;
padding-top: 30px;	
padding: 5%;
}
#p2{
	padding: 5%;
}

.paragraph{
z-index: 1;
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
color: #4d4a4a;
font-size: 2.9vh;
font-weight: 400;
text-align: left;
padding:10px;
padding-top:5px;
}

a{
	
	color: #A70002;
	text-decoration: underline;
}
#log_in_form{
	margin-left: 5%;
}
.inputfield{
    height:35px;
	width: 90%;
	background-color: #DCDCDC;
	color:#000000;
	border: none;
}

#btn_log_in{
	background-color: #A70002;
	color: #FFFFFF;
	font-size: 2.5vh;
	font-weight: 500;
	padding: 10px 10% 10px 10%;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
	width: 90%;
}



.light{
	font-weight: 200;
}


#please{
	margin-left: 10px;
}

h4{
	font-size: 2.9vh;
	color: #4d4a4a;
}
.error {
	color: #FF0000;
	font-size: 12px;
	margin-right: 30px;
	width: 28.5%;
	display:inline-block;
}
.email_result{
	color:#98191B;
	font-size: 16px;
}
#schedule{
	margin: 0 auto;
	margin-bottom: 20px;
	height: 100%;
	padding-bottom: 20px;
}
#schedule_img{
	width: 100%;
	margin: 0 auto;
}

#sub_nav nav {
	
	color: #7F0104;
	font-size: 16px;
	
	
	margin-top: 20px;
	margin-bottom: 20px;
	
}
#sub_nav {
	color:#AD0002;
	font-size: 2.4vh;
		
}
#sub_nav{
	margin-bottom: 20px;
	text-align: center;
	
}
button{
	color:#EDEDED;
	background-color: #1E1C1C;
	width: 80%;
	font-size: 2.4vh;
	min-width: 250px;
	max-width: 320px;
	padding: 5px;
	    -webkit-appearance: none;
	margin: 2%;
	border:solid 2px #AD0002;
}
#sub_nav  a{
	
	
	
}

#navigation a{
	
}


#policies{
}
#navigation{
	margin: 0 auto;
}
#download{
	text-align:center;
	
}
#download a{
	color: #B5070A;
		text-decoration: underline;
		z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
#levels{
	list-style:none;
	color: #B5070A;
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	margin-top: -50px;
}
#levels li{
	padding-right: 50px;
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
#levels li a{
	color: #B5070A;
	margin-right: 5%;
	text-decoration: underline;
	font-size: 2.4vh;
	z-index: 1;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
input {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}
}