/* SEARCH BOX */
#pico {display:inline-block;float:right;margin-top:3px;}
/* emergency notices */
#NO-emergency {display:none;}

#emergency  {
	background: #ac1a2f;
	padding: 0px;
	width:100%;
	
	border-top:3px solid #ac1a2f;
	margin:0px auto;
	display:block;
	}
	
#emergency p {
/*	background-image:url(/_resources/images/emergency.png); */
	background-repeat:no-repeat;
	font-size: 90%;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;	
	color: #fff;
	margin: 0; 
	padding:10px 20px 12px 20px;
	text-transform:uppercase;
	display:block;
	}

#emergency a {
	font-size: 100%;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	text-transform:uppercase;
	text-decoration:underline;
	}

.toplink {
	position:relative !important;
	z-index:9999 !important;
}

/* top */

#top-nav {
	max-height: 2.5em;
	background-color: #002856;
	background-size: cover;
	color: #fff;
	border-bottom: 1px #ffffff solid;
}

#top-title {
	background-color: #002958;
	background-size: cover;
	color: #ffffff;
}

#top-title .row {
	padding-top: 30px;

}

#top-title2 {
	background-color: #8ec8e9;
	background-size: cover;
	color: #fff;
}

#top-primarynav {
	border-bottom: 1px solid #8ec8e9;
}

.titlespacing1 {
	display: block;
	height: 108px;
}

.titlespacing2 {
	display: block;
	height: 59px;
	padding-top: 6px;
}

.top-navigation ul {
	list-style: none;
	float: right;
	margin-bottom: 0;
}

.top-navigation ul > li:after {
	content: "|";
	padding-left: 10px;
}

.top-navigation ul > li:last-child:after {
	display: none;
}

.top-navigation li {
	float: left;
	position: relative;
	padding: 8px 10px 10px 0px;
	height: 40px;
	color: #8AC7E6;
	font-weight: 800;
}

.top-navigation a {
	color: #8AC7E6;
	text-decoration: none;
	background-color:transparent;
}
.top-navigation a:hover {
text-decoration: underline;
}

.top-navigation-right input[type="submit"] { 
	display:none;	
}

.top-search-right {
    height: 25px;
	width: 28px;
	float: right;
	margin-top: 5px;
}

.top-search-left {
	height: 25px;
	float: right;
	margin-top: 5px;
}

label {
	display: none;
}

.cta-position {
	position: relative;
	top: 60px;
}

.cta-request, .cta-apply, .cta-request > a, .cta-apply > a {
	color: #FEEA4E;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 800;
	text-decoration: none;
	background-color:transparent;
	float: right;
	margin-left: 20px;
}

.cta-request > a:hover, .cta-apply > a:hover {
	text-decoration:underline;
}




ul.socialicons {
	list-style: none;
	float: right;
	margin-bottom: 0;
}

.socialicons > li {
	float: left;
	padding-left: 8px;
	margin-bottom: 0;
	height: 53px;
}

.primary-navigation {
	margin-left: 4%;
	}


.primary-navigation ul {
	list-style: none;
	float: left;
	margin-bottom: 0px;
}

.primary-navigation li {
	float: left;
	position: relative;
	color: #002958;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 25px 10px 0px;
	margin-bottom: 0px;
}

.primary-navigation a {
	color: #002958;
	text-decoration: none;
	margin-bottom: 0px;
}

/*Style 'show menu' label button and hide it by default*/

.primary-navigation .show-menu {
	color: #002958;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	display: none;
}
/*Hide checkbox*/
.primary-navigation input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
.primary-navigation input[type=checkbox]:checked ~ #menu{
    display: block;
}


.currentpage {
  background-color: #8ec8e9;
  padding: 0 1em 0 1em;
}

/* INDEX */

/* feature */

#feature {
	padding: 3em 0;
}

#decorbar {
	margin: 2.5em 0;
	background-color: #002856;
	background-size: cover;
	color: #fff;
	height: 22em;
}

.feature1 {
	background-image: url("/_resources/images/feature1.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 119.68%; /* (background-image-height / background-image-width * div-width) */
    margin-top: -27em;
}

.feature2 {
	background-image: url("/_resources/images/feature2.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 119.68%; /* (background-image-height / background-image-width * div-width) */
    margin-top: -27em;
}

.feature3 {
	background-image: url("/_resources/images/feature3.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 119.68%; /* (background-image-height / background-image-width * div-width) */
    margin-top: -27em;
}

.featuretitle {
	margin: 0px 15px;
	padding: 14px 0px 0px 0px;
	background-color: #8ec8e9;
	background-size: cover;
	color: #fff;
	margin-top: -3.5em;
	font-size: 36px;
	text-transform: uppercase; 
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
}

.featurebody {
	margin: 0px 15px 15px 15px;
	padding: 10px 0px;
	background-color: #ffffff;
	background-size: cover;
	color: #002856;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
}

/* content1 */

#content1 {
	margin: 0px 0px 3em 0px;
	background-color: #8ec8e9;
	background-size: cover;
	color: #fff;
}

.content1-columns {
	background-color: #002856; 
}

.content1-grid {
	width: 46%;
	margin: 0;
	margin-top: -343px;
	position: absolute;
    height: 88%;
}

.content1-undergrad {
	background-image: url("/_resources/images/undergrad.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 66.65%; /* (background-image-height / background-image-width * div-width) */
    position: relative;
}

.content1-grad {
	background-image: url("/_resources/images/grad.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 66.65%; /* (background-image-height / background-image-width * div-width) */
    position: relative;
}

.content1-text {
	
	padding: 20px;
	background-image: url("/_resources/images/002856.png");
    background-repeat: repeat;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}

/* content2 */

#content2-top {
	margin: 3px 0px 0px 0px;
	background-color: #8ec8e9;
	background-size: cover;
	color: #fff;
}

.newsevents {
	display: block;
	height: 40px;
	padding-top: 8px;
}

#content2-main {
	margin: 0px 0px 3px 0px;
	padding-bottom: 1.5em;
	background-color: #ACDCEF;
	background-size: cover;
	color: #fff;
}

.newsblock {
	background-color: #002856;
	margin-top: 1.5em;
}

.newsdate {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 800;
	color: #8ec8e9;
	padding: .25em .75em .25em .75em;
}

.newsimage img {
	width: 100%;
	display: block;
}

.newsbody {
	background-color: #ffffff;
	padding: .75em;
	color: #002856;
}

.newsbody p:last-of-type {
	margin-bottom: 0;
}

.newstitle {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 800;
}

.newsbody a {
	text-decoration:none;
}
.newsbody a:hover {
	text-decoration:underline;
}

.eventblock {
	height: 100%;
	margin-top: 1.5em;
}

.eventdate {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 400;
	color: #ffffff;
	padding: 0.5em 0;
}

.eventbody {
	color: #002856;
	border-bottom: #ffffff solid 1px;
	padding-bottom: 1em;
}

.eventbody p:last-of-type {
	margin-bottom: 0;
}

.eventtitle {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 800;
}

.eventicon {
	padding-right: 0.75em;
	vertical-align: middle;
}

/* content3 */

#content3 {
	margin: 3em 0em 3em 0em;
	background-color: #002856;
	background-size: cover;
	color: #fff;
}

.bridge {
	background-image: url("/_resources/images/bridgeimage.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 51.9%; /* (background-image-height / background-image-width * div-width) */
}

.bridge-banner {
	width: 94%;
	background-image: url("/_resources/images/002856.png"); /* original was 8ec8e9.png */
    background-repeat: repeat;
    margin-top: -6.5em;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;	
	float: left;
	padding: 3%;
}

.gradient, .gradient a {
color: #002856; /* original color was white */
	font-weight: 400;	
}


.gradient {
  	background-size: contain;
  	width: 54%;
  	height: 154px; /* set fixed height rather than 100% */
	padding: 3% 3% 3% 3%; /* change bottom padding to 3% instead of 33%*/
	overflow: hidden; /* added, not in original */
  	position: relative;
	float: left;
	background: #fcbd3f; /* Old browsers */
	/* Deactivate gradient css*/
	/* background: -moz-linear-gradient(top,  #fcbd3f 0%, #ffe74d 50%, #fcbd3f 100%); */ /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcbd3f), color-stop(50%,#ffe74d), color-stop(100%,#fcbd3f)); */ /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top,  #fcbd3f 0%,#ffe74d 50%,#fcbd3f 100%); */ /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top,  #fcbd3f 0%,#ffe74d 50%,#fcbd3f 100%); */ /* Opera 11.10+ */
	/* background: -ms-linear-gradient(top,  #fcbd3f 0%,#ffe74d 50%,#fcbd3f 100%); */ /* IE10+ */
	/* background: linear-gradient(to bottom,  #fcbd3f 0%,#ffe74d 50%,#fcbd3f 100%); */ /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbd3f', endColorstr='#fcbd3f',GradientType=0 ); */ /* IE6-9 */
	/* End of Gradient css */
}

.gradient-image {
	background-size: contain;
	width: 40%;
	height: 175px;
	position: relative;
	float: left;
}

/* INTERNAL */
/* breadcrumbs */

.breadcrumbs {
	font-size: 1em;
	color: #8ec8e9;
	font-weight: 800;
	margin: .75em 1em .75em 1em !important;
}

.breadcrumbs a {
	color: #8ec8e9;
	text-decoration: none;
}

/* internalfeature */

#internalfeature1 {
	margin: 0px 0px 3em 0px;
	background-color: #002856;
	background-size: cover;
	color: #fff;
}

.internalfeature1-grid {
	width: 20%;
	margin: 0;
	margin-top: -572px;
	position: absolute;
    height: 93.05%;
}

.internalfeature1 {
	background-image: url("/_resources/images/about1.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 55.43%;/* (background-image-height / background-image-width * div-width) */
    position: relative;
}

.internalfeature1 li {
  list-style: none;
}

.internalfeature1 a {
  color: #002856;
  font-weight: bold;
  text-decoration: none;
}

.internalfeature1-text {
	padding: 20px;
	background-color: #8ec8e9;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}

.internalfeature2 {
    background-image: url("/_resources/images/000000.png");
    background-repeat: repeat;
	width: 76.2%;
	float: right;
	margin-top: -15.7em; 
    height: 15.7em; 
}

.internalfeature2-text {
	padding: 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
		float: left;
}

/* Blank page with left nav menu */
.bottomblanknavmenu {
	display:none;
}
.blankcontent {
	float:none;
	width:100%;
}

.blanknavmenu, .bottomblanknavmenu {
	float:left; 
	width:18%;
    padding: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #8ec8e9;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}

.blanknavmenu li, .bottomblanknavmenu li {
  list-style: none;
}

.blanknavmenu a, .bottomblanknavmenu a {
  color: #002856;
  font-weight: bold;
  text-decoration: none;
}

/* internal1 */

#internal1 {
	margin: 0px 0px 3em 0px;
	background-color: #8ec8e9;
	background-size: cover;
	color: #fff;
}

.internal1-columns {
	background-color: #002856; 
}

.internal1-grid {
	width: 46%;
	margin: 0;
	margin-top: -99.73%;
	position: absolute;
    height: 88.4%;
}

.internal1-story1 {
	background-image: url("/_resources/images/success1.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 99.73%; /* (background-image-height / background-image-width * div-width) */
    position: relative;
}

.internal1-story2 {
	background-image: url("/_resources/images/success2.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 99.73%; /* (background-image-height / background-image-width * div-width) */
    position: relative;
}

.internal1-story3 {
	background-image: url("/_resources/images/success3.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 99.73%; /* (background-image-height / background-image-width * div-width) */
    position: relative;
}


.internal1-text {
	padding: 20px;
	background-image: url("/_resources/images/002856.png");
    background-repeat: repeat;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}


.success1 {
    background-image: url("/_resources/images/success1.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 99.73%; /* (background-image-height / background-image-width * div-width) */
}

.success2 {
    background-image: url("/_resources/images/success2.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 99.73%; /* (background-image-height / background-image-width * div-width) */
}

.success3 {
    background-image: url("/_resources/images/success3.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 99.73%; /* (background-image-height / background-image-width * div-width) */
}

.success-topbanner {
	width: 94%;
	background-image: url("/_resources/images/002856.png");
    background-repeat: repeat;
    margin-top: -22.8em;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;	
	float: left;
	padding: 3%;
}

.success-topbanner h3 {
    margin-bottom: 0 !important;
 }

.success-bottombanner {
	height: 7.6em;
	width: 94%;
	background-image: url("/_resources/images/002856.png");
    background-repeat: repeat;
    margin-top: -9em;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;	
	float: left;
	padding: 3%;
}

/* internal2 (accolades) */

#internal2 {
	margin-bottom: 3em;
}

.accolades img {
	float: left;
	margin-left: 2%;
	width: 10.5%;
}

/* internalfeature3 */

#internalfeature3 {
	margin: 0px 0px 3em 0px;
	background-color: #002856;
	background-size: cover;
	color: #fff;
}

.internalfeature3-grid {
	width: 46%;
	margin: 0;
	margin-top: -410px;
	position: absolute;
    height: 90.25%;
}

.internalfeature3 {
	background-image: url("/_resources/images/about2.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 39.74%; /* (background-image-height / background-image-width * div-width) */
    position: relative;
}

.internalfeature3-text {
	padding: 20px;
	background-image: url("/_resources/images/000000.png");
	background-repeat: repeat;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}

/* footer */

#footer-top {
	margin: 3em 0em 0em 0em;
	background-color: #8ec8e9;
	background-size: cover;
	color: #fff;
}

#footer-bottom {
	background-color: #002856;
	background-size: cover;
	color: #fff;
	font-size: 12px;
}

/* #footer-bottom {
	bottom: 0;
	position:fixed;
	z-index: 999;
} */

.actions {
	float: left;
	margin-top: .75em;
	margin-bottom: .75em;
}

.action-share {
	float: left;
	margin-right: 3.5em;
}

.action-print {
	float: left;
}

.logo {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.addyblock {
	color: #8AC7E6;
	margin-top: 4em;
	margin-bottom: 4em;
}

.addyblock a {
	color: #8AC7E6;
	text-decoration: none;
	background-color:transparent;
}

.addyblock a:hover {
	text-decoration:underline;
}

.bottom-navigation a {
	color: #ffffff;
	text-decoration: none;
	background-color:transparent;
}

.bottom-navigation a:hover {
	text-decoration:underline;
}	
	
.bottom-navigation ul {
	list-style: none;
}

.vertical-navigation {
	margin-top: 3.5em;
	margin-bottom: 1.5em;
}

.vertical-navigation li {
	line-height: 1em;
	float: left;
	display: inline;
}

.double li {
	width:50%;
}

.horizontal-navigation > li:after {
	content: "|";
	padding-left: 10px;
}

.horizontal-navigation > li:last-child:after {
	display: none;
}

.horizontal-navigation li {
	float: left;
	padding: 8px 10px 10px 0px;
}

/* special controllers */

#warning {
	padding: 20px;
	background-color: red;
	color: #ffffff;
	font-weight: bold;
}

#warning a {
	color: #ffffff;
}

.noleftgutter {
  margin-left: 0% !important;
}

.six.columns.noleftgutter {
  width: 50% !important;
}

.four.columns.noleftgutter {
  width: 33.33% !important;
}

.one.column.smallleftgutter {
  width: 3.33% !important;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.uppercase {
	text-transform: uppercase; 
}

.featurelink {
	background-color: #FEEA4E;
	color: #002856;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 800; 
	padding: 1em 0;
	margin: 2%;
	width: 29%;
	float: left;
	text-align: center;
}

#contactbar {
	width:100%;
	opacity: 0.90;
	bottom: 0;
	position:fixed;
	z-index: 9999;
	height:40px;
	background-color:#fcc241;
    text-align:center;
	padding-top:10px;
}
#contactbarspacer {
	width:100%;
	height:50px;
	background-color:#ffffff;
}
.contactbarlink {
	color:#002856;
	font-weight:bold;
	font-size: 1.8em;
	opacity: 1.0;
	margin-right: 20px;	
	text-decoration:none;
}
a.contactbarlink:hover {
	color:#000000;
	text-decoration: underline;
}
.lastlink {
	margin-right:0px;
}
/* for two-column layout in general content area */

#content-two-column-container {
width:100%;
clear: both;
}
#content-two-column-left {
float: left; 
width: 47%;
}
#content-two-column-right {
float: right; 
width: 47%;
}
.content-clear {
width:100%;
clear:both;
}
/* for three-column layout in general content area */
#content-three-column-container {width:100%; clear:both;}
#content-three-column-left, #content-three-column-middle, #content-three-column-right {
	float:left;
	margin-left:12px;
	width: 32%;
}
/* toggle social media button at bottom */
.action-socialmedia {
	display:none;
}

/* screen viewport variations */ 

@media screen and (max-width:810px) {
	.contactbarlink {font-size:1.2em;
	margin-right:15px;}
}

@media (min-width: 1032px), print {
	
	.cta-mobile, .social-mobile {display: none;}
		
}

@media print and (max-width: 1031px) {

	.content1-grid, .success-topbanner, .success-bottombanner, .internalfeature2-grid, .internalfeature1-grid, .internalfeature2, .internalfeature3-text, .internalfeature3-grid, .bridge-banner {
		position: relative;
		margin-top: 0;
		width: auto;
		height: auto;
		background-image: none;
	}

}


@media screen and (max-width: 1031px) {
	
	#top-nav {max-height: 100%;}
	
	.top-navigation li {height: 15px !important; padding: 0px 5px 10px 0px;}
	
	.top-navigation ul > li:after {padding-left: 5px;}
	
	#top-title, #top-title2 {max-height: none;}
	
	
	.primary-navigation li {
		font-size:16px;
		padding:10px 10px 10px 0px;
	}
	
	
	.blank, .nomobile {display: none;}
		
	.cta-apply > a, .cta-request > a {margin-left: 0;}
	
	.social-mobile {float: right;}
	
	.socialicons > li {padding-left: 4px;}
	
	.noleftgutter { margin-left: 0% !important;}
	
	.six.columns.noleftgutter, .four.columns.noleftgutter {width: 100% !important;}
	
	#feature {
		margin-top; 3em !important;
		background-color: #002856;
		background-size: cover;
		color: #fff;
	}
	
	#decorbar {
		display: none;
	}
	
	.feature1, .feature2, .feature3 {
		margin-top: 0em;
	}
	
	.content1-grid, .success-topbanner, .success-bottombanner, .internalfeature2-grid, .internalfeature1-grid, .internalfeature2, .internalfeature3-text, .internalfeature3-grid, .blanknavmenu, .bottomblanknavmenu {
		position: relative;
		margin-top: 0;
		width: auto;
		height: auto;
		background-image: none;
	}
	
.internalfeature1 {
	padding-top: 0;
}
	
	
	.bridge-banner {
		position: relative;
		margin-top: 0;
		width: auto;
		background-image: none;
		background-color: #8ec8e9;
	}
	
	.gradient {
	  padding: 3% 3% 3% 3%; /* original was 41.6% for bottom */
	}
	
	.gradient-image {
		height: auto;
	}

.logo, .addyblock {
	margin-top:1em;
	margin-bottom:0px;
	
}	
.bottom-navigation {
	margin-top: 0;
}	
	
.vertical-navigation {
	margin-top: 0;
}	


}

@media screen and (max-width : 850px){
#emergency p {
	padding:10px 15px 12px 15px !important; }
	
	
	/*Make dropdown links appear inline*/
.primary-navigation ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
.primary-navigation li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.primary-navigation ul li, .primary-navigation li a {
		width: 100%;
	}
/*Display 'show menu' link*/
	.primary-navigation .show-menu {
		display:block;
		position:relative;
		z-index:9999;
	}



}




@media screen and (max-width: 515px) {

#emergency p {
	padding:10px 15px 12px 15px !important; }	
	
	
	.titlespacing2 img {
		width: 100%;
	}
	
	.top-navigation a {
		font-size: 12px;
	}

.feature1, .feature2, .feature3 {
	background-image:none !important;
	padding-top: 40%;
margin-top:-2em;}
	
	.action-print {
	visibility: hidden;
}
/*	.blanknavmenu {
		width:100%;
	} */

#content-two-column-left {
display: block;
float: left; 
width: 100%;
}
#content-two-column-right {
display:block;
	float:left;
width: 100%;
}

#content-three-column-left, #content-three-column-middle, #content-three-column-right {
	display:block;
	float:left;
	width:100%;
}
	
	
.action-socialmedia {
display:block;
float:left;
}
.social-mobile {
	display: none;
}
.blanknavmenu {
	display:none;;
}
	.bottomblanknavmenu {
	display:block;
		position:relative; 
		z-index:9999;
}
.accolades {
	display:none;
}	
#contactbarspacer {display:none;}
#contactbar {display:none;} 
}
@media print {
* {background: transparent !important; color: #000 !important;}
a, a:visited { text-decoration: underline; color: #000; }
/* a[href]:after { content: " (" attr(href) ")"; } */
#warning {display:none;}
#contactbarspacer {display:none;}
#contactbar {display:none;} 
.bottom-navigation {display:none;}
#footer-top {display:none;}
	#top-title {display:none;}
	#top-title2 {display:none;}
	#top-primarynav {display:none;}
#breadcrumbs {display:none;}
/* #breadcrumbs::after {
	content: "Upper Iowa University";
	font-size: 28pt;
} */
/* #top-nav {display:none;} */
#top-nav::after {
	content: "Upper Iowa University";
	font: 36pt Georgia, "Times New Roman", Times, serif;
	}	
h2:first-child, .twelve h2 {margin-top:25px;}	
.internalfeature1 {padding-top:2em;}
.internalfeature2 {margin-top:-2em;
margin-bottom: -4em;}
.internalfeature1-grid {margin-top:0px;}
.featurelink {display:none;}	
	
	
/*	#internalfeature1 {display:none;} */		
/* .internalfeature1  {padding: 0px; background: #fff !important;}
.internalfeature2, .internalfeature2-text {padding-left: 0px;margin-left:0px;}
.internalfeature2 .featurelink {display: none;} */
.social-mobile {display:none;}
.nomobile {display:none;}
.cta-request {display:none;}
.cta-apply  {display:none;}
.top-navigation {display:none;}
.logo {display:none;}
.footer-bottom .blank {display:none;}
.addyblock {float:left;	width:50% !important;}
img {max-width:500px;}
video, audio, object, embed {display: none;}
@page {margin:1.5cm 1.0cm 1.5cm 1.0cm;} 
body, .internalfeature2-text  {
font: 14pt Georgia, "Times New Roman", Times, serif;
line-height: 1.3;
}
.addyblock {
font: 18pt Georgia, "Times New Roman", Times, serif;
	line-height.1.5;
}	
#decorbar {
	margin: 2.5em 0;
	background-color: #fff;
	background-size: cover;
	color: #fff;
	height: 2em;
}
.feature1, .feature2, .feature3 {
	background-image:none;
	position: relative
	width:auto;
	height:auto;
	padding-top:0px;
	margin-top:0px;
	}
.content1-grid {margin-top:-350px;}
	.content1-undergrad, .content1-grad {
	background-image:none;
	position: relative;
	width: 100%;
	height:auto:
	padding: 2px;
}	
	.success-topbanner, .success-bottombanner, .internalfeature3-text, .internalfeature3-grid, .bridge-banner {
		position: relative;
		margin-top: 0;
		width: auto;
		height: auto;
		background-image: none;
	}
.newstitle, .newstitle, .eventtitle, .internalfeature3-text {font-size:1em;}
.bridge-banner {
	font-size: 1em;
	margin-top:-15em;
}
.internalfeature3 {
	padding-top:2em;
}
.success1, .success2, .success2 {
	padding-top:2px;
}	
.blanknavmenu, .bottomblanknavmenu {display:none;}	
	/* h1 {
font-size: 24pt;
}

h2 {
font-size: 14pt;
margin-top: 25px;
}
*/


 }
