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

.divider-vertical {
height: 34px;
margin: 0 3px;
border-right: 3px solid #ffffff;
border-left: 3px solid #f2f2f2;
}

#logo_header_home{
margin-top:20px;	
margin-bottom:20px;
float:left;
background-color:#fff;
width:100%;
}

#logo_header{
margin-top:20px;	
margin-bottom:20px;
font-family: "Roboto Condensed", "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.margin-right {
	margin-right: 20px;
}

#logo_header .h1 {
    font-size: 3.125em;
    line-height: 1em;
    font-weight: 700;
	color: #003865;
}

#logo_header .h4 {
	color: #777;
}

.body_content_head {
font-size:1.6em;	
font-family:"Roboto Condensed", Roboto, Gotham, "Helvetica Neue", sans-serif;
color:#003865;
}

#header {
	width:100%;
	float:left;
	border-bottom:12px solid #939393;
	margin-bottom:12px;
	margin-top:20px;
}
#headerdisclaimer {
color:#F60F12;
font-size:12px;
text-align:center;
float:left;
width:100%;
margin-bottom:20px;
}	


#download_box {
float:left;
width:100%;
height:40px;	
margin-bottom:8px;
font-size:.8em;
font-family:"Roboto Condensed", Roboto, Gotham, "Helvetica Neue", sans-serif;
}

.download {
width:40%;
float:right;
font-size:1em;	
text-align:right;
}

.fastfacts_text{
	font-family:"Roboto Condensed Bold", Roboto, Gotham, "Helvetica Neue", sans-serif;
	font-size:24px;
	color:#003865;
	}
.fastfacts{
	font-family:"Roboto Condensed", Roboto, Gotham, "Helvetica Neue", sans-serif;
	font-size:18px;
	color:#003865;
	}


.factbook {
	font-family:"Roboto Condensed", Roboto, Gotham, "Helvetica Neue", sans-serif;
	font-size:44px;
	font-weight: 700;
	color:#003865;
	margin:0px;
}
.factbookyear {
	font-family:"Roboto Condensed", Roboto, Gotham, "Helvetica Neue", sans-serif;
	font-size:24px;
	color:#939393;
	margin:0px;
}

.note {
font-size:80%;
color:#939393;	
}

.img_resize IMG {
	width: 100%;
    height: auto;
	width: auto\9; /* ie8 */
}

#enable_javascript{
color:#E7090D;
font-family:"Roboto Condensed", Roboto, Gotham, "Helvetica Neue", sans-serif;
font-size:14px;
}

.non-credit-table {
	float:left;
	width:100%;
	}

.non-credit-col1 {
float:left;	
width:33%;
font-family:"Roboto Condensed", Roboto, Gotham, "Helvetica Neue", sans-serif;
font-size:1em;
padding:6px;
border-bottom:solid 1px #939393;
height:56px;
}

.non-credit-col2 {
float:left;
width:66%;
font-family:"Roboto Condensed", Roboto, Gotham, "Helvetica Neue", sans-serif;
font-size:.9em;
padding:6px;
border-bottom:solid 1px #939393;
height:56px;
}

#copyright {
font-size:80%;
#939393;

}

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

@media (max-width: 768px){
.col-sm-16 {
    width: 50%;
    float: left;
}
}
.programs-degrees{
    margin:10px 0px;
}
/* Item */
.programs-degrees .prodeg-item{
	max-width: 500px;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
	/* [disabled]border: 1px solid #ddd; */
}
@media(max-width: 400px){
	.programs-degrees .prodeg-item{
		border:1px solid #ddd;
	}
}
.programs-degrees .prodeg-item .prodeg-details h3{
	font-size:1.4em;
	color:#003865;
    line-height: 1em;
}
/* Image */
.programs-degrees .prodeg-item img {
	width:100%;
	height:100%;
	-moz-transition: all 0.7s ease;
	  -o-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.programs-degrees .prodeg-item:hover img {
	-moz-transition: scale(1.1);
	-o-transition: scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
/* Details */
.programs-degrees .prodeg-item .prodeg-details{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(238, 238, 238, 0.95);
	height: 100%;
	width: 65%;
	padding: 18px 20px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
}
@media(max-width: 400px){
	.programs-degrees .prodeg-item .prodeg-details{
		position:static;
		width:100%;
		border:0px;
		padding-bottom:22px;
	}
    
    .programs-degrees .prodeg-item img{
        display:none;
    }
     .programs-degrees .row > div {
    margin-bottom: 0px;
}
 .programs-degrees .btn-primary {
    
    margin-top:0px;
}

}
    
 @media (min-width: 967px) and (max-width: 1200px){ 
         .programs-degrees .prodeg-item .prodeg-details h3{
    font-size: 1em;
    line-height: 1em;
	color: #003865;

}
.programs-degrees .prodeg-item .prodeg-details p{
        font-size: 14px;
	line-height: 1.3em;

}
}

.programs-degrees .ui-details p{
	font-size: 14px;
	line-height: 25px;
	margin: 5px 0px 8px;
	color: #000;
}
.programs-degrees .ui-details .btn .btn-primary .btn-sm{
	border:0px;
	padding:3px 7px;
}

