/* * {
	border-radius:5px !important;
} */
body{
	font-family: 'Roboto', Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin:0;
	min-height: 100%;
}

a:link{
	color:blue;
	text-decoration: none;
}
a:visited{
	color:navy;
	text-decoration: none;
}
a:active{
	color:orange;
	text-decoration: none;
}
a:hover{
	text-decoration: none !important;
}



.jfooter{
	/*margin-top: -150px;  negative value of footer height */
	clear: both;
	height:auto !important;
	height:300px;
	min-height:300px;
	background: #424242;

	
	
  
  width: 100%;
  /* Set the fixed height of the footer here */
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* START NEWS ARCHIVE */

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* search field */

a.search_results_link{ 
    font : normal 9pt verdana, sans-serif; 
    color:gray; 
    width:auto; 
    height:45px; 
    background:white; 
    display:block; 
    float:left;
    text-decoration:none; 
    padding: 10px;
} 
a.search_results_link:Hover{     
    color:black; 
}
.srl_active{
	/*color:#1752ff !important;*/
	color:#1884B1 !important;
	font-weight: bold !important;
	/*border-bottom: 2px solid #1752ff;*/
	border-bottom:2px solid #1884B1;
}
.srl_pad{
	padding:4px 10px 20px 10px;
}
.search_text{
	color: gray;
}
.search_fac_matches_pic{
	text-align: center;
	font-size: 7pt;
	float:left;
	padding:2px 10px 0 10px;
	width:150px;
}


.searchicon{
	width:20px;
	height:23px;
	background: url(../images/mag.png) no-repeat center;
}
.searchbox{
	display:none;
	width:100%;
	height:125px;
	/*background:#1752FF;*/
	background: #1884B1;
	margin:0;
}
.searchfield{
	width:80%;
	height:80px;
	border: none;
    background: transparent;
    width: 80%;
    padding: 0;
    display: block;
		float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: normal;
    line-height: 1em;
    color: #fff !important;
    margin: 0;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
	padding:10px;
	outline: none;
}
.searchfield::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.searchfield::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.searchfield:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.searchfield:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.searchbutton{
	width:80px;
	height:80px;
	border:0;
	background: url(../images/mag2.png) no-repeat center;
	cursor:pointer;
	float:right;
}
.searchlabel{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: .85714286em;
	line-height: 1.5em;
	letter-spacing: normal;
	letter-spacing: .05em;
	color: #f9d835;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0 10px;
	z-index: 1;
	position: relative;
	background: transparent;
}

.results_left{
	width:50%;
	height:auto;
	float:left;
	clear:left;
}
.results_right{
	width:49%;
	height:auto;
	background: #f0f0f0;
	float:right;
	clear:right;
	text-align: center;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* EN PROGRAMS */
.contenttable {
    	font-size:9pt;
    	font-family:verdana,sans-serif;
    	border-collapse: collapse;
    	width: 100%;
	}

	.contenttable td, .contenttable th {
    	border: 1px solid #ddd;
    	padding: 8px;
	}

	.contenttable tr:nth-child(even){background-color: #f0f0f0;}

	/*.contenttable tr:hover {background-color: #ddd;}*/

	.contenttable th {
    	padding-top: 12px;
    	padding-bottom: 12px;
    	text-align: left;
    	background-color: #1884B1;
    	color: white;
	}
.smtable{
	width:auto;
	border-spacing: 0px;
   border-collapse: separate;
}
.smtable td,.smtable th{
	padding:4px;
	margin: 0;
}
.smtable th{
	background-color: #cccccc;
	text-align: center;
	color:black;
}
.smtable tr:nth-child(even) {
    background-color: #fff;
}
.smtable tr:nth-child(odd) {
    background-color: #f0f0f0
}
.smtable tr td:first-child{
	font-weight:normal !important;
	background:none !important;
	text-align:center !important;
	}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* end toggle button */
.results_form_box{
	width:100%;
	height:44px;
	background:#fff; 
	box-shadow: 0px 0px 5px 0px #888888;
}
.results_form_box:hover{
	box-shadow: 0px 0px 8px 0px #888888;
}
.results_form_left{
	width:586px;height:44px;float:left;background:red;
	background: red;
}
.results_form_right{
	width:44px;height:44px;float:right;background:maroon;
}
.results_form_field{
	width:85%;height:44px;border:0;margin:0;background:white;padding:0 0 0 20px;
}

/*.pagination_outside{
	width:auto;
	height:auto !important;
	background:silver;
	padding:2px 0 2px 0;
	text-align:center;
}
.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
	font-size:9pt;
	font-family:verdana;
	text-align:center;
	width:300px;
}

.pagination a {
	padding: 10px;
	margin-right: 2px;
	border: 1px solid #ddd;
	background:white;
	text-decoration: none; 
	color: #003D66;
}
.pagination a:hover, .pagination a:active {
	padding: 10px;
	margin-right: 2px;
	color: #1752ff;
	color:#1884B1;
	text-decoration: underline;
	border: 1px solid #ff6347;
}
.pagination span.current {
	padding: 10px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #000;
}
.pagination span.disabled {
	padding: 10px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
	background:#f0f0f0;
}*/
a.results_link{
	font-size:14pt;
	color:#003D66;
}
a.results_link:hover{
	text-decoration:underline;
}
.results_faculty{
	color:#666;font-size:14pt;
}
.results_faculty_link{
	color:#003D66;
	font-size:7pt;
	text-transform: uppercase;
}
.results_url{
	color:green;
	font-size:11pt;
}
.results_text{
	color:#666;
	font-size:11pt;
}

/* end search field */

/* END NEWS ARCHIVE */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


a.footer_link{
	color:white;
}
a.footer_link:hover{
	color:#FECB0D;
}

.footer_container{
	width:100%;
	height:auto;
	text-align:center;
}
.footer_container_spacer{
	width:100%;
	height:15px;
	clear:both;
}
.footer_links{
	width:100%;
	height:50px;
	border-bottom:1px dashed silver;
	font-size: 9pt;
	color: white;
}
.footer_2018{
	width:300px;
	height:auto;
}
.shields{width:284px;height:125px;}
a.shield_aetc{width:80px;height:80px;display:block;float:left;margin:20px 0;background:url("../images/aetc_1.png")no-repeat center;}
a.shield_afit{width:124px;height:125px;display:block;float:left;background:url("../images/afit_1.png")no-repeat center;}
a.shield_au{width:80px;height:80px;display:block;float:left;margin:20px 0;background:url("../images/au_1.png")no-repeat center;}
a.shield_aetc:hover{background:url("../images/aetc_2.png")no-repeat center;}
a.shield_afit:hover{background:url("../images/afit_2.png")no-repeat center;}
a.shield_au:hover{background:url("../images/au_2.png")no-repeat center;}
.footer_address{
	width:235px;
	height:120px;
	float:right;
	clear:right;
	font-size: 8pt;
	color: white;
	text-align: left;
}
.footer_spacer{
	width:100%;
	height:45px;
	clear: both;
}
a.footer_link{
	color:white;
}
a.footer_link:hover{
	color:#FECB0D;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* SOCIAL MEDIA STUFF */
a.sm_main_fb{
	width:50px;height:50px;display:inline-block;margin:0 5px 0 0;
	background:url(../images/icons/fb_white.png)
	}
a.sm_main_fb:hover{
	background:url(../images/icons/fb_color.png)
	}
a.sm_main_yt{
	width:50px;height:50px;display:inline-block;margin:0 5px 0 0;
	background:url(../images/icons/yt_white.png)
	}
a.sm_main_yt:hover{
	background:url(../images/icons/yt_color.png)
	}
a.sm_main_in{
	width:50px;height:50px;display:inline-block;margin:0 5px 0 0;
	background:url(../images/icons/in_white.png)
	}
a.sm_main_in:hover{
	background:url(../images/icons/in_color.png)
	}
a.sm_main_tw{
	width:50px;height:50px;display:inline-block;margin:0 5px 0 0;
	background:url(../images/icons/tw_white.png)
	}
a.sm_main_tw:hover{
	background:url(../images/icons/tw_color.png)
	}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* homepage styles */
.site-quote{
	/*width:100%;*/
	height:auto !important;
	height:100px;
	min-height:100px;
}

.site-quote-font{
	font-size:21pt;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* VIDEO BILLBOARD */

.billboard {
  position: relative;
  background-color: black;
  height:calc(100vh - 206px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  /*border-bottom: 46px solid #ffc107;*/
}

.billboard video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.billboard .container {
  position: relative;
  z-index: 2;
}

.billboard .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.billboard-footer{
	background:#fecb0d;
	height:30px;
}
.billboard-callout{
	/*background: rgba(66, 66, 66, 0.6);*/
	/*margin:5% 0 0 0;*/
	/*border:1px solid white;*/
	font-size:20pt;
}
.billboard-callout p{
	margin:31% 0 0 0;
	font-size:15pt;
}


@media (pointer: coarse) and (hover: none) {
  .billboard {
    background: url('images/covers/1.jpg') black no-repeat center center scroll;
  }
  .billboard video {
    display: none;
  }
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.slider{
	width:100%;
	height:calc(100vh - 204px);
	background: silver;
	position: relative;
	overflow: hidden;
	/*border-bottom: 30px solid #ffc107;*/
	/*border-bottom: 30px solid #B22222;*/
}

.slider_text{
	/*width:50%;
	height:auto;*/
	background: rgba(66, 66, 66, 0.6);	
	width:100% !important;
	padding:20px;
	border:1px solid white;
}
.slider2_text{
	width:70%;height:auto;
	background: rgba(00, 00, 00, 0.6);
	border:1px solid #fff;
}

.slider3_text{
	width:auto;
	height:auto;
	background: rgba(00, 00, 00, 0.6);
	border:1px solid #fff;
	margin:0 0 0 200px;
}


.sliderV_text{
	width:70%;
	height:250px;
	background: rgba(00, 00, 00, 0.6);
	border:1px solid #fff;
	top:25%;
}
/* END BILLBOARD SECTION */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


.pa-box{
	width:50%;
	font-size:8pt;
	border:1px solid silver;
	text-align: left;
}

.menu_large{
	width:100%;
	height:70px;
	background: #00308f;
}

.searchicon{
	width:75px;
	height:50px;
	background: url(../images/mag.png) no-repeat center;
	display:block;
}

.schools{
	width:100%;
	height:200px;
}
.school{
	width:20%;
	height:200px;
	float:left;
}
a.butn {
  font-family: 'afitFont';
  font-size:13pt;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #424242;
  padding: 5px 15px 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.butn:hover {
  background: #00308f;
  text-decoration: none;
}


/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */

.news_image_left{
	float:left;
}
.news_image_right{
	float:right;
}

.child {
   line-height: 200px;
	font-size:24pt;
	/*margin-left:125px;*/
	}

    .timer,.timer2,.timer3,.timerdud{font-size:32pt;color:#2F73FF;margin:0;padding:0;}
	.statwords{font-size:16pt; color:#6C757D;}
	.main-box{height:450px;}
	.sub-box{height:450px;}
	.sub_box_inner{height:450px;width:100%;margin:0;text-align:center;}
	.sub_box_inner img{margin:50px 0 25px 0;}
	  .sb_left{border-left:none;}
	  .sb_right{border-right:1px solid white;}

	  .subsite_menu{
	  	z-index: 1001;
	  }
	  

	h1.content_head{
		font-family:'BookmanRegular',sans-serif;
		font-weight:normal;
		/*text-transform:capitalize;*/
		font-size:26pt;
		margin:0;
		padding:0;
	}
	
	h2.content_head{
		font-family:'BookmanRegular',sans-serif;
		font-weight:normal;
		/*text-transform:capitalize;*/
		font-size:22pt;
		margin:0;
		padding:0;
	}
	
	h3.content_head{
		font-family:'BookmanRegular',sans-serif;
		font-weight:normal;
		/*text-transform:capitalize;*/
		font-size:18pt;
		margin:0;
		padding:0;
	}
	
	
	
	
  .schools{
  	width:100%;
  	height:206px;
  }
  .school{
  	width:calc(20% - 6px);
  	height:200px;
  	float:left;
  	margin:3px;
  }
  .newscol{
  	width:46%;
  	height:auto !important;
  	height:300px;
  	min-height:300px;
  	float:left;
  }
  .bannercol{
  	width:50%;
  	height:auto !important;
  	height:300px;
  	min-height:300px;
  	float: right;
  }
  .banner_large{
  	width:calc(100% - 10px);
  	height:190px;
  	background: gray;
  	margin:5px;
  }
  .stats{
  	width:100%;
  	height:200px;
  	background: #f1f1f1;
  }
  .stat{
  	width:33%;
  	height:200px;
  	float:left;
  	margin:1px;
  }


.banner-text {
    /*line-height: 304px;*/
    font-size: 20pt;
    padding:20px;
    color:white;
    text-transform: uppercase;
    /* add these to float to the bottom of parent DIV */
	 position: absolute;
	 bottom: 0;
	 left: 0;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* CENTER SCHOOL DEPT STYLES */
.content-box{
	padding:20px;
}



/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* MOBILE */

@media only screen and (max-width: 1199px) {

/*.wrapper{
	width:100%;
	}
.wrapper-page{
	width:100%;	
}
.wrapper-home{
	width:100%;
}
.wrapper-menu{
	width:100%;
}*/
	
	.child {
   /*line-height: 200px;*/
	font-size:24pt;
	margin-left:0px;
	}
	
	/* DO THESE BELONG HERE???? */
	.stats{
  	width:100%;
  	height:200px;
  	background: #f1f1f1;
  }
  .stat{
  	width:100%;
  	height:200px;
  	margin:1px;
  }

  .schools{
  	width:100%;
  	height:206px;
  	background: red;
  	height:auto;
  }
  .school{
  	width:100%;
  	height:200px;
  	margin:3px;
  }
  .newscol{
  	width:100%;
  	height:auto !important;
  	height:300px;
  	min-height:300px;
  	background: silver;
  }
  .bannercol{
  	width:100%;
  	height:auto !important;
  	height:300px;
  	min-height:300px;
  	background: gray;
  }
  /*.banner_large{
  	width:100%;
  	height:85px;
  	background: lime;
  	margin:5px;
  }*/
  .banner_small{
  	width:50%;
  	height:85px;
  	margin:5px;
  }
  .billboard-callout{
	/*background: rgba(66, 66, 66, 0.6);*/
	/*margin:5% 0 0 0;*/
	/*border:1px solid white;*/
	font-size:100%;
}
  
  
	
	/* DO THEY????????????????? */
	
	.slider_text{
	width:70%;
	height:auto;
	background: rgba(66, 66, 66, 0.6);
	margin:10% 0 0 0;
}
	
	/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */
	
}
	

.pod_header{
	margin:0 0 5px 0;
}
.pod_border{
	width:50px;
	border-bottom:5px solid #2f73ff;
	margin:0 0 25px 0;
}


@media (min-width:1175px) {
	body{font-family:verdana;font-size:11pt;}
	/*.wrapper{width:1300px;}*/
	.header{
			width:1200px;
			height:130px;
			background: url(../images/home_header2.png) no-repeat;
	}
	/* start page pods */
	.pod2{width:100%;margin:5px 0 5px 0;clear:both;border: 1px solid #dee2e6 !important;}
	.pod1{width:49.63%;margin:5px 0 5px 0;}
	.podDir_left{float:left;}
	.podDir_right{float:right;}
	.podDir_none{float:none;}
}
@media (min-width: 300px) and (max-width: 1174px) {
	body{font-family:verdana;font-size:18pt;}
	/*.wrapper{width:100%;}*/
	.header{
			width:100%;
			height:130px;
			background: url(../images/home_header_m2.png) no-repeat center;
	}
	.pod2{width:100%;margin:5px 0 5px 0;clear:both;border: 1px solid #dee2e6 !important;}
	.pod1{width:100%;margin:5px 0 5px 0;}
	.podDir_left{float:none;}
	.podDir_right{float:none;}
	.podDir_none{float:none;}
	
	
	
}



/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.wrapper{
	width:1270px;
	padding-bottom:200px;
	position: relative;
}
.wrapper-page{
	width:1270px;	
	height:auto !important;
	height:600px;
	min-height:600px;
}
.wrapper-home{
	width:1270px;
}
.wrapper-menu{
	width:800px;
}



@media (max-width: 575.98px) { 
	.wrapper, .wrapper-menu, .wrapper-home, .wrapper-page {
		width:100%;
		/*background:yellow;*/
	}
}

@media (min-width: 576px) {
  .wrapper, .wrapper-menu, .wrapper-home, .wrapper-page {
   max-width: 100%;
	/*background:red;*/
  }
}

@media (min-width: 768px) {
  .wrapper, .wrapper-menu, .wrapper-home, .wrapper-page {
	max-width: 100%;
	/*background:maroon;*/
  }
}

@media (min-width: 992px) {
  .wrapper, .wrapper-menu, .wrapper-home, .wrapper-page {
   max-width: 100%;
	/*background:blue;*/
  }
}

@media (min-width: 1200px) {
  .wrapper, .wrapper-menu, .wrapper-home, .wrapper-page {
   max-width: 1270px;
	/*background:orange;*/
  }
}



