/* WTCS Button on Wisconsin Page */
/* a.wtcs {margin-left:11px;} */
a.wtcs:hover img {border: 2px dotted #000000;}
img.wtcs {border:2px solid #001f60; margin-bottom:1rem;}

/* SKIP NAVIGATION LINK */
#skiplink {
	/* move text off screen but keep it available for screenreaders */
	position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
	}
/* LINKS */
a:hover, a:focus, #show-menu-icon:hover, #show-menu-icon:focus {
	background-color: white !important;
	color: black !important;
	text-decoration: underline
	/* border: 1px solid black !important; */
}
a#skiplink:focus, a#skiplink:active {
    color: #fff !important;
    background-color:#000 !important;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    /* margin: 10px 35%; */
	margin-top:10px;
	margin-left:20px;
    padding:5px;
    border-radius: 15px;
    border:4px solid white !important;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
/* SEARCH BOX */
#pico {display:inline-block;float:right;margin-top:3px;}
input#searchsubmit {
    background: transparent url(/_resources/images/icon-search.png) no-repeat scroll center center;
    border: 0px;
    border-radius: 0;
    color: #fff;
    font-size: 0;
    margin: 3px 0px 0px 5px;
    padding:0;
	width:25px;
    height:25px;
    vertical-align:top;
}  
input#searchsubmit:hover, input#searchsubmit:focus {border: 1px solid #fff;}
label#searchlabel {
	/* move text off screen but keep it available for screenreaders */
	position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
	}
/* 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; */ /* do not display as all caps due to accessibility issue */
	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;
	}

/* top notice area */
form#pico {margin-bottom: 1rem !important;} 
#notice  {
	background: #ffc72a;
	padding: 0px;
	width:100%;
	
	border-top:6px solid #002856;
	border-bottom:6px solid #002856;
	margin:0px auto;
	display:block;
	}
	
#notice p {
	font-size: 1.4rem;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;	
	color: #000;
	margin: 0; 
	padding:10px 20px 12px 20px;
/*	text-transform:uppercase; */ /* do not display as all caps due to accessibility issue */
	display:block;
	}

#notice a {
	font-size: 100%;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #002856;
	margin: 0;
	/* text-transform:uppercase; */
	text-decoration:underline;
	}
#notice a:hover {
	color: #000;
	background-color: #fff;
}


.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; /* deactivate when there is a NOTICE div activated */
}

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

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

}

#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;
}

/* replace with a class selector 
.top-navigation ul > li:after {
	content: "|";
	padding-left: 10px;
}

.top-navigation ul > li:last-child:after {
	display: none;
}
*/
li.separate:after {
	content: "|";
	padding-left: 10px;
}
li.separate:last-child:after {
	display: none;
}

.top-navigation li {
	float: left;
	position: relative;
	padding: 8px 10px 10px 0px;
	/* height: 40px; deactivate for notice div */
	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;
}

#logo {float:left;
}
#UIULogo {
	width:100%;
	max-width:474px;
}

#cta {
float:right;
height:60px;
}

.cta-request, .cta-apply, .cta-visit {
	display:block;
	clear:both;
	float:right;
	background-color:#ffc72a;
	margin-top:10px;
}


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

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

#cta-mobile {
	display:none;}


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;
}

/* hide copy of primary nav links in top section */
ul.extra {
	display:none;
}


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

#show-menu-icon {
	color: #002958;
	font-size: 18px;
	font-weight: 800;
	/* text-transform: uppercase;
	text-align: center; */
	display: none;
}
/*Hide checkbox*/
#show-menu {
    display: none;
}

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

/* INDEX */

/* feature */

#feature {
	padding: 1em 0 0 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;
}

		#sorting1, #sorting2, #sorting3 {
		display:block;
		float:left;
		width:100%;
		max-width: 344px;
		height:308px;
		text-align:center;
		}
		#sorting1 {
		background-image: url("/_resources/images/sorting1.jpg");
		}
		#sorting2 {
		background-image: url("/_resources/images/sorting2.jpg");
		}
		#sorting3 {
		background-image: url("/_resources/images/sorting3.jpg");
		}
		
		#sorting1 a, #sorting2 a, #sorting3 a {
		display:block;
		font-size:2em;
		color: #fff;
		font-weight:800;
		background-color: transparent;
		text-decoration: none;
		margin-top:140px;
		text-transform:uppercase;
		text-shadow: 2px 2px 4px #000000;
		}
		#sorting1 a:hover, #sorting2 a:hover, #sorting3 a:hover {
		text-shadow:none;
		}
		.content1-columns {
		background-color:transparent;
		}
		.content1-text {
		text-align:center;
		}
		/* .content1-text h3 {margin-top:150px;
		text-transform:uppercase;
		font-weight:800;
		text-shadow: 2px 2px 4px #000000;
		}
		.content1-text h3:hover {
		text-shadow:none;
		}
		.content1-text p {border: 1px solid #ffc72a;
		letter-spacing:1px;
		padding:3px;
		   background-image: url(/_resources/images/002856.png); 
		background-repeat:repeat;}
		.content1-text {
		background-image:none !important;
		} */
		.content1-grid {
		width:92%;
		}
/* #sorting1 img, #sorting2 img, #sorting3 img {
	width:100%;
	height:308px;
	max-width:344px;
} */

.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;
}


#tagline-display {
	margin: 0 0 0 0;
	background-color: #fff;
	background-size: cover;
	color: #002856;
}

.tagline-columns {
	background-color: #ffffff; 
}
#tagline1 {
	text-transform:uppercase;
	color:#002856;
	font-size:7em;
	font-weight: bold;
	float:left;
}
#tagline2 {
	text-transform:uppercase;
	color:#002856;
	font-size:7em;
	font-weight:bold;
	float:right;
	clear:both;
}

/* content1 */

#content1 {
	margin: 0px 0px 0px 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;
}

.content1-text h3 {margin-top:150px;
		text-transform:uppercase;
		font-weight:800;
	color: #ffffff;	
	text-shadow: 2px 2px 4px #000000;
		}
		.content1-text h3 a:hover {
		text-shadow:none;
		}
.content1-text p {border: 1px solid #ffc72a;
		letter-spacing:1px;
		padding:3px;
		   background-image: url(/_resources/images/002856.png); 
		background-repeat:repeat;}
.content1-text {
		background-image:none !important;
		}

/* content2 */

#content2-top {
	margin: 3px 0px 3px 0px;
	/* background-color: #8dc7e9; */
	background-size: cover;
	color: #001f60;
}

#content2-top > .container {
    background-color: #8dc7e9;
}

#newsHead {
	margin-left:1rem;
	margin-top:-1rem;
	font-weight: bold;
}

#eventsHead {
	margin-top:-1rem;
	font-weight:bold;
}

.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 {
	border: 1px solid #8dc7e9; 
/*	background-color: #002856; */
	margin-top: 1.5em;
}

.newsdate {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 800;
	/* color: #8ec8e9; */
	/* border: 1px solid #8dc7e9; */
	color: #001f60;
	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: bold;
	color: #001f60; /* 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: 1em 0em 1em 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; */
	color: #001f60; /* for color contrast accessibility standards */
	font-weight: 800;
	margin: .75em 1em .75em 1em !important;
}

.breadcrumbs a {
	/* color: #8ec8e9; */
	color: #001f60; /* for color contrast accessibility standards */
	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, .bottom-below-left-nav {
	display:none;
}
.blankcontent {
	float:none;
	width:100%;
}

.blankcontentwidth {float: left; width: 56%; margin-left: 15px;}

.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: #fff;
	background-size: cover;
	color: #000;
	font-weight:bold;
	font-size: 1em;
}

/* #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: #000;
	font-weight:bold;
	margin-top: 3em;
	/* margin-bottom: 4em; */
	margin-bottom: 0.5em;
}

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

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

.bottom-navigation a {
	color: #002856;
	font-weight: bold;
	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;
}
/* GL Design GENERAL CSS SETTINGS April 2017 */

#top-title {background-color: #ffffff !important; height:190px;}
#top-title .row {padding-top: 0 !important;}
#top-title2 {display:none !important;}	

#top-primarynav {border-top: 1px solid #8dc7e9 !important; border-bottom: 0 !important;}
.top-navigation a, .top-navigation li {color: #001f60 !important;}
#top-nav {background-color: #8dc7e9 !important;}
#notice {border-top: 6px solid #8dc7e9 !important;
    border-bottom: 6px solid #8dc7e9 !important;}


/* 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;
	}
	
	#tagline-display, .content1-grid, .success-topbanner, .success-bottombanner, .internalfeature2-grid, .internalfeature1-grid, .internalfeature2, .internalfeature3-text, .internalfeature3-grid, .blanknavmenu, .bottomblanknavmenu, .bottom-below-left-nav {
		position: relative;
		margin-top: 0;
		width: auto;
		height: auto;
		background-image: none;
	}
	
.content1-grid{
	max-width:516px;
}
	.content1-undergrad, .content1-grad {
		padding-top:0px !important;
			}
	
	.internalfeature1 {
	padding-top: 0;
}
	
.internalfeature2-text {
	display:none;
}
.internalfeature2 {
	float:left;
}	
	
	
	
	
	
	.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 : 980px){
.below-left-nav {
	display:none;;
}
	.bottom-below-left-nav {
	display:block;
		position:relative; 
		z-index:9999;
}
.action-print {
	visibility:hidden;
}




}

@media screen and (max-width : 850px){
#emergency p {
	padding:10px 15px 12px 15px !important; }
	

ul.toplink {
		position: static;
		display: none;
	}
	/* remove separator character */
	li.separate:after {
	display: none;
}
	/*Create vertical spacing*/
.toplink li, .extra li {
		margin-bottom: 2px;
		}
	/*Make all menu links full width*/
ul.toplink li, .toplink li a, ul.extra li, ul.extra li a {
		display: inline-block !important;
		width: 100% !important;
	}

/*Show menu when invisible checkbox is checked */

#show-menu:checked ~ .toplink {
    display: block !important;
	position: relative;
	float: left;
	clear:both;
	z-index:8888 !important;
}
#show-menu:checked ~ .extra {
    display: block !important;
	position: relative;
	float: left;
	z-index:8888 !important;
}
	
	#content-two-column-right {
display:block;
	float:left;
width: 100%;
}
	
/*Display 'show menu' link*/
	#show-menu-icon {
		display:inline-block;
		/* width:100px; */
		float:left;
		z-index:9999;
		margin-left:10px;
		margin-bottom:20px;
			
	}
	#show-menu-icon:hover {
		background-color: #ffffff;
		text-decoration: underline;
	}
/* Hide the primary nav and social icons individual items, will only display when show-menu is clicked */

.primary-navigation, ul.socialicons {
	display: none; 
}

#cta {display:none;}
#cta-mobile {display:block;
position:relative;
z-index:999999;
}
.cta-apply, .cta-request, .cta-visit {
	float:left;
}
#tagline-display {
	max-width:500px;
}
	#tagline1, #tagline2 {
		font-size:3em;
	}
	
}

@media screen and (max-width: 515px) {
.blankcontentwidth {width: 95% !important;}

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

#top-title {
	height:auto;
}
	
	#feature .container {
	padding: 0;
}		
#tagline-display .container {
	padding: 0;
}
	
	#tagline1, #tagline2 {
	float:none;
	text-align:center;
}
	.feature1, .feature2, .feature3 {
	background-image:none !important;
	padding-top: 40%;
margin-top:-2em;}
	
	.action-print {
	visibility: hidden;
}
/*	.blanknavmenu {
		width:100%;
	} */

	#content1 .container {
		padding: 0 0 0 3px;
	}
	.content1-undergrad .content1-text, .content1-grad .content1-text {
	padding-left:0px;
}
.content1-text h3, .content1-text h3 {
	margin-top:40%;
}
	.content1-text h3 a, .content1-text h3 a {
/*	color: #001f60 !important;	
	text-shadow:none !important; */
}
	
	#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 !important;
		width:100%;
		margin-right:10px;
}
.bottom-below-left-nav {
	display:block;
	position:relative;
	z-index:1 !important; /* prevent overlap of bottom left nav menu links */
}	
.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: 92%;
	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;
}
*/
}
