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






.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: rgba(1,46,98,1.00) solid;
}




/* 
Blue: color: rgba(35,62,102,1.00);

Red: color:rgba(153,1,2,1.00);

Gray: color: #525354;

*/

img {
	width: 100%;
}

* {
	margin: 0px;
	padding: 0px;
}


* img {
	border:none;
	outline:none;
}

* a:visited {
	text-decoration: none;
}



li {
	padding-left: 4%;
	list-style-type: square;
	line-height: 1.3em;
}


em {
	font-weight: 400;
	color: #333;
}

a {
	color: #555555;
}


a:link {
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color:#444444;
}


html, body {
width: auto!important; 
overflow-x: hidden!important;
overflow-y: scroll; /* has to be scroll, not auto */
-webkit-overflow-scrolling: touch;
margin:0;
} 



html {
	background-image:url("../images/Background2B.gif");
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-moz-background-size: 100% 100%;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
	zoom:1;
	/* The url is relative to the document, not to the css file! */
	/* Prefer absolute urls to avoid confusion. */
	-ms-behavior: url(/backgroundsize.min.htc);
	position: relative;
	z-index: 0;
	top: -1px;
}




body {
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}

header {
	float: left;
	width: 100%;
	margin-bottom: -40px;
	position: absolute;
    top: 0;
    left: 0;
	z-index: 300;
    background-color: rgba(255,250,250,0.60);
    border-bottom: 1px solid #ab1a2d;
}

.headerstripe {
float: left;
width: 100%;
background-color: rgba(255,255,255,0.95);
padding-left: -2.5%;
padding-right: -2.5%;
}


header h1 {
	color:#0091DE;
}




.logo {
	width: 14%;
	max-width: 330px;
	height: 50px;
	
	margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	float: left;
	
	/*margin-left: auto;
	margin-right: 80%;*/
}




header nav {
	float: right;
	padding-right: 5%;
	margin-top: 0px;
	display: block;
	position: relative;
	z-index: 50;
}

header nav ul {
	list-style: none;
}

header nav li {
	display: inline-block;
	float: left;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 20px;
}


header nav a {
	font-size: 1.1em;
	color: #13426b;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	margin-right: 4px;
}

header nav a:visited {
	color:rgba(153,1,2,1.00);
	font-weight : bold;
}

header nav a:hover {
	color:rgba(153,1,2,1.00);
	text-decoration: underline;
	cursor: pointer;
}

header nav a:active {
	color: #8B8A8A;
	cursor: pointer;
}

#menu-icon {
	display: none;
	width: 40px;
	height: 40px;
	background-color: #525354;
	background-position: center;
	background-image:url("../images/menuIcon.png");
}

:hover#menu-icon {
	background-color: #34393D;
}







.solidfill {
width: 100%;
float: left;
background-color: #ffffff; 
border-radius: 25px;
box-shadow: 0px 0px 12px 12px rgba(46, 49, 49, .25);
/* in order: x offset, y offset, blur size, spread size, color */
/* blur size and spread size are optional (they default to 0) */
}






main {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    max-width: 1700px;
    margin-top: 40px;
}

#studentbenefits {

}

#experience {

}

#scholarship {

}

#credits {

}





#mission {

}

#vision {

}

#diversity {

}

#benefits {

}

#standards {

}

#scholarship {

}


#commitments {

}

#apply {

}

#form {

}










.gapmaker {
	float: left;
	width: 100%;
	height: 270px;
}

.gapmakersmall {
	float: left;
	width: 100%;
	height: 70px;
}









#masterbox {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 1700px;
}

.cage {
	float: left;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-bottom: 5px;
	margin-top: 20px;
	/* background-color: blue; */
}

.cage h2 { 
	font-size: 2em;
	font-weight: 200;
	margin-top: 5px;
	color: #333333;
}

.cage h3 { 
	font-weight: 400;
	margin-top: 5px;
	color: #333333;
	font-size: 1.4em;
}

.cage h4 { 
	font-size: 1em;
	color: #333333;
	margin-top: 5px;
	font-weight: 400;
}

.cage p { 
	font-size: 1em;
	color: #333333;
	font-weight: 200;
	margin-top: -15px;
}


.left {
float: left;
width: 35%;
margin-right: 2%;
/* background-color: red; */
margin-bottom: 11px;
}

.left h2 {
color: rgba(35,62,102,1.00);
}



.right {
float: left;
width: 57%;
/* background-color: green; */
}

.right h2 i {
color: rgba(35,62,102,1.00);
}


article {
	float: left;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-top: 25px;
	/* background-color: greenyellow; */
}

article h1 {
font-size: 3.2em;
color: rgba(35,62,102,1.00);
margin-left: 0%;
}

h3.introduction:first-letter {
  float: left;
  font-size: 3.6em;
  font-weight:400;
  line-height: .45em;
  padding-top: -.01em;
  padding-right: 5px;
  padding-left: -5px;
  margin-bottom: 0px;
  margin-top: 11px;
  margin-left: -5px;
}

article h3 b {
font-weight: 600;
font-style:normal; 
font-style:italic;
}

article h3 strong {
font-weight: 700;
color: rgba(35,62,102,1.00);
}

article h3 em {
font-weight: 700;
font-style:italic;
color:rgba(155,31,36,1.00);
}

article h3 i {
font-weight: 300;
font-style:italic;
}


article h3 b em {
font-weight: 900;
font-style:normal;
color: rgba(35,62,102,1.00);
}

article span h3 {
font-style:normal;
color: rgba(35,62,102,1.00);
line-height: 1.75em;
}

article h4 {
font-style:normal;
color: rgba(35,62,102,1.00);
margin-top: 15px; 
line-height: 1.5em;
font-weight: 500;
font-size: 1.2em;
}

.box50to100 {
background-color: none;
float: left;
width: 45%;
margin-right: 5%;
margin-bottom: 25px;
}

.box50to100 img {
margin-bottom: 25px;
}


.half {
background-color: none; 
float: left;
width: 45%;
margin-right: 5%;
padding-bottom: 5px;
margin-bottom: 55px;
margin-top: 10px;

}



.half p { 
	font-size: 1.4em;
	color: rgba(35,62,102,1.00);
	font-weight: 200;
	margin-top: -15px;
    font-style: italic;
}

.half h3 span { 
	font-size: 2em;
    margin-left: -5px;
	color:rgba(155,31,36,1.00);
    position: relative;
    top: 8px;
    line-height: 0; 
}

.half img {
max-width:100%; 
height:auto; 
border: rgba(1,46,98,1.00) solid;
}


.half a {
	text-decoration: none;
	color: #333333;
}

.half a:hover {
	text-decoration: underline;
	color: #8D1A10;
}


article .half h2 {
font-size: 2.5em !important;
text-transform: uppercase;
color:rgba(153,1,2,1.00);
margin-top: -10px;
}

article .half h3 {
font-weight: 400;
line-height: 1.4em;
font-size: 1.6em;
}

.teambox {
float: left;

width: 96%;
margin-left: 0.5%;
padding-top: 9px;
border-top: solid 3px rgba(106,131,191,1.00);
/* background-color: lightgoldenrodyellow; */
margin-bottom: 54px;
}

.teambox .title {
float: left;
width: 70%;
background-color: none; 
margin-bottom: 35px;
}

.teambox .sample {
float: left;
width:30%;
margin-left: 0%;
margin-top: 5px;
background-color: none;
margin-bottom: 35px;
}

.teambox .sample img {
border: solid 2px rgba(137,137,137,1.00);
}

article .half .teambox h3 {
font-size: 1.6em;
font-weight: 600;
color:rgba(82,82,84,1.00);
margin-bottom: -14px;
}

article .half .teambox h4 {
font-size: 1.1em;
font-weight: 600;
line-height: 1.2em;
margin-bottom: -9px;
}

article .half .teambox h4 strong {
font-size: 1.4em;
font-weight: 800;
}










.casebox {
float: left;
max-height: 700px;
width: 96%;
margin-left: 2%;
padding-top: 9px;
margin-bottom: 65px;
/* background-color: lightgoldenrodyellow; */
}

.casebox .title {
float: left;
width: 60%;
}

.casebox .title h3 {
font-weight: 500;
}

.casebox .sample {
float: left;
width: 30%;
margin-left: 10%;
margin-top: 5px;
background-color: none;
}

.casebox .sample img {
border: solid 2px rgba(137,137,137,1.00);
}








.column {
	position: relative;
	width: 30.625%;
	/* background-color: aliceblue; */
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
}

.column-wide {
	width: 85%;
    line-height: 5em;
	/* background-color: aliceblue; */
	float: left;
	margin-top: 20px;
	margin-bottom: 35px;
    margin-left: 10%;
}

.column-wide span h3 {
    line-height: 1.65em;
}



.boxer {
float: left;
width: 100%;
/* background-color: pink;*/
}

.boxer h3 {
margin-left: 35px;
font-weight: 600 !important;
color: #000000;
line-height: 1.75em !important;
}


article .column h3 {
font-weight: 400;
line-height: 1.4em;
}


a .column p {
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

a:visited .column p {
	color:#8B8A8A;
	font-weight : bold;
}

a:hover .column p {
	color: #525354;
	text-decoration: underline;
	cursor: pointer;
	font-weight: 700;
}

a:active .column p {
	color: #8B8A8A;
	cursor: pointer;
}




.column h2 {
	padding-left: 2.5%;
}

.column p {
	padding-left: 2.5%;
}


.line {
	float: left;
	width: 100%;
    border-top:rgba(35,61,102,.5) 3px solid;
    margin-top: 20px;
    margin-bottom: 50px;
}



.captionholder {
	float: left;
	width: 100%;
    margin-top: 20px;
}



footer {
	background-color:#525354;
	float: left;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
    border-top: 1px solid #111111;
    margin-top: 135px;
    box-shadow: 0px 0px 8px 8px rgba(46, 49, 49, .25);
}

.postfooter {
	background-color:rgba(57,57,57,1.00);
	float: left;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-top: 0px;
}

.postfooter h5 {
	color:#ffffff;
	margin-bottom: 50px;
	float: left;
	font-size: 1.15em;
	font-weight: 300;
}

.postfooter p {
	color:#ffffff;
	margin-bottom: 1px;
	float: left;
}

.postfooter .box {
/* background-color: red; */ 
float: left;
width: 40%;
padding-left: 2.5%;
padding-right: 2.5%;
margin-bottom: 55px;
margin-top: 30px;
}

.postfooter span .box {
/* background-color: red; */ 
float: left;
width: 95%;
padding-left: 2.5%;
padding-right: 2.5%;
margin-bottom: 25px;
margin-top: -10px;
}

.postfooter .logobox {
/* background-color: red; */ 
float: left;
width: 15%;
padding-left: 2.5%;
padding-right: 5%;
margin-bottom: 55px;
margin-top: 30px;
}





footer p {
	color:#ffffff;
	margin-bottom: 1px;
	float: left;
}

footer h5 {
	color:#ffffff;
	margin-bottom: 50px;
	float: left;
	font-size: 1.15em;
	font-weight: 300;
}

footer strong {
	font-weight: 400;
}

.box {
/* background-color: red; */ 
float: left;
width: 95%;
padding-left: 2.5%;
padding-right: 2.5%;
margin-bottom: 55px;
margin-top: 10px;
}

.box-lower {
background-color: red;
float: left;
width: 75%;
padding-left: 2.5%;
padding-right: 2.5%;
margin-bottom: 55px;
margin-top: 10px;
}

.f-column {
float: left;
width:20%;
/* background-color: red; */
color: #ffffff;
margin-top: 15px;
}

.f-column a {
/* background-color: red; */
color: #ffffff;
}

.f-column h4 {
line-height: 2em;
font-weight: 600;
}









#wrap {
	background-color: #66FF99;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}







.gapshort {
	/* background-color: red; */
	float: left;
	width: 4%;
	display: block;
	margin-top: 4%;
 height: 55px;
}






























/* for 2000px or smaller */	
@media only screen and (max-width: 2000px) {

.boxtoholdslider {
	margin-bottom: 120px;
	float: left;
}

.logo {
width: 20%;
max-width: 280px;
}

}














/* for 1900px or smaller */	
@media only screen and (max-width: 1900px) {

.boxtoholdslider {
	margin-bottom: 60px;
}

.logo {
	max-width: 250px;
	margin-left: 30px;
}

}




/* for 1800px or smaller */	
@media only screen and (max-width: 1800px) {

.boxtoholdslider {
	margin-bottom: 10px;
	margin-top: 70px;
}


}






/* for 1700px or smaller */	
@media only screen and (max-width: 1700px) {

.boxtoholdslider {
	margin-bottom: -30px;
}

}






/* for 1500px or smaller */	
@media only screen and (max-width: 1500px) {

.boxtoholdslider {
	margin-bottom: -50px;
}

}




/* for 1200px or smaller */	
@media only screen and (max-width: 1200px) {

.boxtoholdslider {
	margin-top: 60px;
}





.half {
width: 95%;
/* background-color: lightblue; */
margin-right: 1.5%;
margin-left: 2.5%;
}

.box-lower {
background-color: red;
float: left;
width: 95%;
padding-left: 2.5%;
padding-right: 2.5%;
margin-bottom: 55px;
margin-top: 10px;
}

}







/* for 900px or smaller */	
@media only screen and (max-width: 900px) {

.boxtoholdslider {
	margin-top: 80px;
}



.half {
width: 95%;
/* background-color: lightblue; */
margin-right: 1.5%;
margin-left: 2.5%;
}

main {
	width: 100%;
	float: left;
}

.cage h2 {
font-size: 1.8em;
}

.logo {
	max-width: 200px;
	margin-left: -1px;
}


article {
	width: 97%;
	padding-left: 2%;
	padding-right: 1%;
}

.column {
	width: 45%;
	margin-right: 5%;
}





#menu-icon {
	display: inline-block;
	margin-top: 10px;
	background-image:url("../images/menuIcon.png");
}

header nav ul, nav:active ul {
	display: none;
	position: absolute;
	background-color: #697174;
	right: 20px;
	top: 50px;
	width: 50%;
	z-index: 250;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 17px;
	padding-left: 20px;
}

header nav li {
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin: 0;
}

header nav:hover ul {
	display: block;
}

header nav a {
	font-size: .9em;
	color: #ffffff;
	}



}











/* for 600px or smaller */	
@media only screen and (max-width: 600px) {

article .box-basic h1 {
font-size: 1.5em;
}

article {
	width: 97%;
	padding-left: 3%;
	margin-bottom: 25px;
}

.cage h2 {
font-size: 1.6em;
}

.logo {
float: left;
width: 25%;
}


.column {
	width: 97%;
	margin-right: 3%;
}


}





/* for 320px or smaller */	
@media only screen and (max-width: 320px) {

.logo {
	width: 110px;
	/*margin-right: 60%;*/
}

.cage h2 {
font-size: 1.4em;
}

}







