@charset "UTF-8";
/* CSS Document */
/* Global view*/

*{
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	}





body {
	
	margin: auto;
	font-size: 18px;
	font-family: "futura-pt";	
	padding: 0;
	/*td,th: font-family: Futura-pt;*/
	}
	
h1 {
	margin: 0 0 .2em 0;
	font-size: 2.8em;
	font-family: "futura-pt";
	text-transform:lowercase;
	color: #770001;
	font-weight:700; 
	
	}
	
h2 {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	font-family: "futura-pt", sans-serif;
	color: #575757;
	font-weight: 700;
	}
h3 {
	margin: 0 0 .5em 0;
	font-size: 1.05em;
	font-family: "futura-pt", sans-serif;
	color: #248a8f;
	font-weight: 800;
	}
h4 {
	margin: 0 0 1.5em 0;
	font-size: 1em;
	font-family: "futura-pt", sans-serif;
	color: #C91C22;
	font-weight: 700;
	}
	
h5 {
	margin: 0 0 .2em 0;
	font-size: 3em;
	font-family: "futura-pt";
	text-transform: lowercase;
	color: #Bfc253;
	font-weight: 700;
	}

h7 {
	margin: 0 0 .2em 0;
	font-size: 2em;
	font-family: "futura-pt";	
	
	color: #070000;
	font-weight: 700;
}

h8 {
	margin: 0 0 .2em 0;
	font-size: 1.2em;
	font-family: "futura-pt";	
	
	color: #070000;
	font-weight: 700;
}

h9 {
	margin: 0 0 .5em 0;
	font-size: 1em;
	font-family: "futura-pt";
	text-transform: uppercase;
	color: #C91C22;
	font-weight: 800;
	}

em {
    font-weight: bold; 
    font-style: normal;
}

.bold{
	font-weight:bold;
	}


p {
    margin: 0 0 1em;
    font-size: 1.05em;
	}

.red {
	margin: 0 0 1em 0;
	font-family: "futura-pt", sans-serif;
	font-size: 1em;
	color: #c91c22;
	}
	
.teal {
	margin: 0 0 1em 0;
	font-family: "futura-pt", sans-serif;
	font-size: 1em;
	color: #399
	}

.smallgreytxt {
	margin-top: 0;
	font-size: .8em;
	font-family: "futura-pt", sans-serif;
	color: #575757;
	font-weight: bolder;
	}
.smallredtxt {
	margin-top: 0;
	font-size: .8em;
	font-family: "futura-pt", sans-serif;
	color: #C91C22;
	font-weight: bolder;
	}
.green {
	margin: 0 0 1em 0;
	font-family: "futura-pt", sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #Bfc253;
	text-transform: uppercase;	
	}

ol {
    margin-left:40px;
}



a.btn {
	font-size:1em;
	text-decoration: none;
	color: #fff;
	border:1px solid #fff;
	padding: 4px 15px;
	background-color: #770001
	}

.button { /* Mission Page */
		border: none;
		color: white;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		margin: 3px 1.5px;
	  	cursor: pointer;
		border-radius: 12px;
		background-color: #248a8f;
		}	
.button:hover {
  		background-color: #575757;
  		color: white;
		}

/*navigation*/


#navbar{
	height: 50px;
	background-color: #770001;
	background-size: cover;
	float: right;
	width: 100%;
	clear:both;
	}



#mobile_nav{
	display: none;
	}
	
	
#mobile_banner{
	display: none;
	}


#logo{
	display:block;
	float: left;
	}

#m_logo{
	display: none;
	}

#qlink{
	display:inline-block;
	float: right;
	}

#menu1 {
    float: right;
    margin: 35px;
    font-size: large;
	}
	
	
#menu1 li{
    display: inline-block;
    
	}	
	
	
#menu1 li a {
    text-decoration: none;
    color: #248A8F;
    font-size: 17px;
	}
	

	
a:link {
	text-decoration: none;
	}

a:visited{
	color:blue;
	}	

.dropbtn1 {
    background-color: #FFF;
    color: #248A8F;
    padding: 1px;
    font-size: 16px;
  	border: none;
	text-decoration: none;
	}

.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown1-content {
    color: #000;
	display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
   
    z-index: 1;
}

.dropdown1-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;	
	font-family: "futura-pt";
}



.dropdown1-content a:hover {
	background-color: #ddd;
	
	}

.dropdown1:hover .dropdown1-content {
    display: block;
	
}



#menu {
	float: right;
	margin-right: 150px;
	display: inline-block;
	 z-index: 1;
	}
	

	
#menu li a {
	text-decoration: none;
	color: #770001;
	
	
	}

menu li{
	display: inline-block;
	}

menu a:link {
	text-decoration: none;
}



.dropbtn {
    background-color: #770001;
    color: #FFF;
    padding: 12px;
    font-size: 18px;
    border: none;
	
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
	right: 30;
    z-index: 1;
}


.dropdown-content a {
    color: black;
    padding: 6px 6px;
    text-decoration: none;
    display: block;
	font-family: "futura-pt"
}

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
    background-color: #770001;
}

/*Begin Mobile Menu*/	

#mobile_nav{
	display: none;
}





.slicknav_menu{
	display:none;
	}








#mobile_banner{
	dispaly:none;
}

/* Slideshow container */







#slideshow {
	display:inline-block;
	
}
	
.slideshow-container {
	max-width: 1150px;
	position: relative;
	margin: auto;
	align: center;
	z-index: -1;
}
  

.mySlides{
    display: none;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  
  
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}




/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #770001;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {display: block;} 
  to {margin: 0;}
}

@keyframes fade {
 from {opacity: .4} 
  to {opacity: 1}
}

/* index content */


#index_content{
	padding-left: 150px;
	padding-right: 150px;
	}


	/* Div - Summary */
#summary {
	margin-top: 30px;
	margin-bottom: 0px;
	}

/* Div - News */
#frontpagenews {
	margin-top: 30px; 
	margin-bottom: 0px;
}

/* Div- Support */
#support  {
	margin-top: 1px;
	margin-bottom: 0px;
}


/* Section - NewsGrid */
/* Create three equal columns that floats next to each other */




.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}	

section {
    	padding: 5px 0px 30px 0px;
		}
section::after {
		content:'';
		display: block;
		clear: both;
		}

/*Inside Pages*/

	section.hero img{
			display: block;
			width: 80%;
			
			margin-left: 10%;
			height: auto;
			
			}
		
		
	section.page_content {
			
			margin-left: 15%;
			margin-right: 15%;
			}
	
	
	section.page_content a:link{
			color:#248a8f;
			text-decoration: underline;
			}	
				
	section.page_content a:visited{
			color:#248a8f;
			text-decoration: underline;
			}	
	
	

.HR_line{
		display: block;
		width: 100%;
		font-size: 1px;
		color: rgba(0,0,0,0);
		line-height: 2px;
		background-color: grey;
		margin-top: -6px;
		margin-bottom: 10px;
		
		}

/* Section - At a Glance page Grid */
section.glance {
		background-color: #f3f5f4;
		margin-top: 20px;
		margin-bottom: 30px;
		max-width: 1200px;
		}
	
section.glance aside {
		width: 25%;
		float: left;
		text-align: center;
		max-width: 250px;
		}
section.glance .content {
		margin: 15px;
		background: no-repeat center top;
		background-size: 100px 100px;
		padding-top: 105px;
		
		}
	
/* End Glance page */


/*Faculty and Board Pages Accordian Panels*/


button.accordion {
	background-color: #FFF;
	color: #444;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1em;
	transition: 0.4s;
	font-weight: bold;
}

button.accordion.active, button.accordion:hover {
    background-color: #999999; 
}

div.panel {
    padding: 0 8px;
    display: none;
    background-color:#EEE;
}
/* Tabbed Pannels */

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 6px;
    border: 1px solid #ccc;
    border-top: none;
}	
	
/*End Accordian Tabs*/
		
/* End Faculty Page */


/*Video Page */

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
#vid {
	max-width: 100px;
	}

/*  SECTIONS  */
.section {
	clear: both;
	padding-top: 20px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 1% 1% 1.6%;
}
.col:first-child {
	margin-left: 10px;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 73.6%;
}
.span_2_of_4 {
	width: 48.2%;
}
.span_1_of_4 {
	width: 22.8%;
}

/*  GRID OF two  */
.span_2_of_2 {
	width: 74%;
}

.span_1_of_2 {

}
	
/* End of Video Page */

/*Curriculum */

#faculty_Nav1{
	display: block;
}

#faculty_Nav2{
	display: none;
	color: black;
}

#faculty_Nav3{
	display: none;
	color: black;
}

#faculty_Nav4{
	display: none;
	color: black;
}

#faculty_Nav5{
	display: none;
	color: black;
}

#faculty_Nav6{
	display: none;
	color: black;
}

#faculty_Nav7{
	display: none;
	color: black;
}

#faculty_Nav8{
	display: none;
	color: black;
}

#faculty_Nav9{
	display: none;
	color: black;
}

#faculty_Nav10{
	display: none;
	color: black;
}




#mob_curriculum{
	display: none;
}
	/*2 column layout */

.left {
    
    float: left;
    width: 75%;
	padding: 0px 30px 0px 10px;
}


.right_quote{
	margin-left: 80%;
	
}
.right {
	margin-left: 80%;
	cursor: pointer;
}
#mobileright{
	display: none;
}
#mobileright_SP{
	display: none;
}



/* Academic Calendar */			
		table {
   			 border-collapse: collapse;
   			 border-spacing: 0;
   			 width: 100%;
    		border: 1px solid #ddd;
			}

		th, td {
   			border: none;
    		text-align: left;
    		padding: 8px;
			}
			
tr:nth-child(even){background-color: #f2f2f2}			
			

/* Success Stories Page */

/*2 column layout */

.left {
    
    float: left;
    width: 75%;
	padding: 0px 30px 0px 10px;
	}





#footer {
	position: bottom;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 1px;
	clear: both;
	width:100%;
	
	color:#FFF;
	background: #770001;
	}
	
	#ftr_txt{
	width: 400px;
	margin-left: 5%;
	floaat: left;}


#social {
	float: right;
	padding-right:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}





#disclaimer {
    font-size: small;
    font-style: normal;
    color: #000000;
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;	
	
}


	
	/*Tablet View*/
@media only screen 
  and (min-device-width: 415px) 
  and (max-device-width: 870px) 
  and (-webkit-min-device-pixel-ratio: 1) {

	  body{
			
			margin:auto;
			font-size: 16px;
			font-family: "futura-pt";
			padding: 0px;
			
			}
		h1 {
			font-size: 2.em;
			}
		h2 {
			font-size: 1.em;
			}
			
			
		h5 {
			margin: 0 0 .2em 0;
			font-size: 1.5em;
			
			text-transform: lowercase;
			
			font-weight: 700;
			}
		
		
		p {
			font-size:18px;
			}
	  




		
	#menu {
		padding-right: 2%;
		}
	

		.logo-tablet {
		width: 50%;
		display: block;
		height: 50%;
		}
	  #qlink{
		  
	  }
	  #dropbtn{
		font-size: 16px;
		padding:7px;
	  }	
}
		
	
	/*Mobile View*/
@media (max-width: 414px) { 
		body{
			
			margin:auto;
			font-size: 14px;
			font-family: "futura-pt";
			padding: 0px;
			
			}
		
	
		h1 {
			font-size: 2.3em;
			text-align: left;
			}
		h2 {
			font-size: 1.em;
			text-align: left;
			}
			
			
		h5 {
			margin: 0 0 .2em 0;
			font-size: 1.2em;
			
			text-transform: lowercase;
			
			font-weight: 700;
			}
		
		
		p {
			font-size:16px;
			}
	
	
		.teal {
			
			font-size: 1.4em;
			
			}
		
	
		#logo{
			display: none;
			}
	
		#m_logo{
			width:100%;
			display: block;
			}
	
		#mobile_banner{
			display: block;
			}
	
		#menu{
			display: none;
			}
	
	
	.hero{
		margin-top:0px;
	}
		
	
	
		#menu1{
			display: inline-block;
			margin: 1px;
			}
		#qlink{
			display: inline-block;
			
			}


		#index_content{
			padding-left: 15px;
			padding-right: 15px;
			}
			
		#navbar{
			display: none;
			}
		#mobile_nav{
			display: block;
			}
		
	
		
	
		
		#header{
			display: block;
			width: 100%;
			}
			
		
		.slicknav_menu{
			display: block;
			margin-top: 85px;
			}
		
		/*Begin Mobile Menu*/

		

		/*topLevelMenu*/
		.dropbtn {
			font-family: "Futura-pt",sans-serif;
			background-color: rgba(247,240,240,0.95);
			color: #770001;
			padding: 15px;
			font-size: 16px;
			border: none;
			cursor: pointer;
			min-width: 440px;
			margin: auto;
			text-align: left;			
		}

		

		




		.dropdown-content {
			font-family: "Futura-pt",sans-serif;
			display: none;
			position: absolute;
			min-width: 440px;
			z-index: 50;
			left: 4em;
			color: #770001;
			background-color: rgba(247,240,240,0.95);
			}

		.dropdown-content a {
			font-size: 16px;
			display: block;
			background-color: #C7AAAB;
			color: #000000;
			}

		

		.dropdown:hover .dropdown-content {
			display: block;
			
			
			}

		.dropdown:hover .dropbtn {
			background-color: rgba(198,198,198,.79);
			
			}
		
		

	/*End Mobile Menu*/

		/*end Navigation*/


	#cur_links{
		display: none;
		}
		
		
		
		
		
		.slideshow-container{
			display: none;
			}
			
			
		.dot {
			display: none;
			}
		#index_content{
			display:block;
			}
		
		
		.column {
   			 width: 100%;
 		 	}
		
		.news{
			display: block;
			}
		
	
		#right_quote{
			display:none;
			}
	
		
		#mobileright {
			display: block;
			margin-left: 1%;
			}
		#mobileright_SP {
			display: block;
			margin-left: 1%;
			}
	
		.left{
			width: 100%;
		}
		#right{
			display:none;
		}
		
	
	/* Curriculum Page */
	
	
	#left{
			display:block;
		}
	
	.right{
			display: none;
		}
			
		#cur_links{
			display:none;
			}
	/*faculty page on mobile*/
	
	#faculty_Nav4{
		display: block;
	}
	#faculty_Nav5{
		display: block;
	}
	#faculty_Nav6{
		display: block;
	}
	#faculty_Nav7{
		display: block;
	}
	#faculty_Nav8{
		display: block;
	}
	#faculty_Nav9{
		display: block;
	}
	#faculty_Nav10{
		display: block;
	}
	
	
	#map{
		max-width: 400px;
	}
		footer {
			position: bottom;
			margin-top: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
			clear: both;
			width:100%;

			color:#FFF;
			background: #770001;
			}
	
		#ftr_txt{
			font-size: 12px;
			margin-left:  5%;
			floaat: left;
			}
	
		#social {
			float: right;
			padding-right:10px;
			padding-top: 5px;
			padding-bottom: 10px;
			}



	

		#disclaimer {
			text-align: left;
			-webkit-box-shadow: 0px 0px;
			box-shadow: 0px 0px;
			padding-left: 30px;
			padding-top: 5px;
			padding-right: 18px;
			color: #000000;
			}
		
			}
			.para {
				color: #248A8F;
				text-decoration: underline;
			}
