@charset "utf-8";
/* CSS Document */
h1#uwelogo {
	margin:0;
	line-height:20px;
}
h1#uwelogo img {
	margin-top:31px;
	margin-bottom:22px;
}
#newsFlash {
		color:#fff;
		text-align:center;
		padding:10px;
		background-color:#D81E05;
		margin-bottom:12px;
		position:absolute;
		top:0;
		left:0;
		width:956px;
}
#newsFlash:hover {
		background-color:#000;
}

#newsFlash a{
	color:#fff;
	font-size:125%;
	font-weight:bold;
	text-decoration:none;
}
#newsFlash .further a{
	text-decoration:underline;
	font-weight:normal;
	font-size:110%;
}
#contentHome{
	clear:both;
	vertical-align: top;
	text-align: left;
	font-size: 100%;
	margin: 0;
	padding:0;
	height:570px;
	overflow:auto;
	background:url(../images/homepage/main-research.jpg) no-repeat top;
	position:relative;
}
h2.strapline {
	font-size:260%;
	display:block;
	width:430px;
	border-left:12px solid #dc291e;
	padding:0;
	margin-top:187px;
	/*for 3 lines: margin-top:148px; */
	/*for 2 lines: margin-top:187px; */
	/*for 1 lines: margin-top:226px; */
}
h2.strapline a{
	color:#fff;
	text-decoration:none;
	background:#dc291e;
	padding-right:12px;
	margin:0;
	line-height:125%;
}
h2.strapline a:hover{
	text-decoration:underline;
}
h2.strapline span {
	border-right:10px solid #dc291e;
}

#overlayCallsToAction {
	float:right;
	width:244px;
	margin-top:-76px;/*should be -76px */
}


#overlayCallsToAction #courseSearch {
	background-color:#5C5B51;
	overflow:hidden;
	float:left;
	padding:19px 16px;
	text-align:center;
}

#overlayCallsToAction #courseSearch div{
	width:212px;
	height:42px;
	background: transparent url(../images/homepage/courseSearchBG.png)!important;
}
#overlayCallsToAction div form {
	position:relative;
	float:left;
}
#overlayCallsToAction .inputText {	
	background:transparent;
	position:absolute;
	left:6px;
	top:12px;
	border:0px;
	font-size:126%;
	color:#706F65;	
	font-family:"VAG Rounded W01 Bold",Verdana,Arial,Helvetica,sans-serif; 
}

#overlayCallsToAction input.submit {
	position:absolute;
	right:12px;
	top:11px;
	background: url(../../engine/images/searchButtonMag.jpg) no-repeat;
	border:0px;
	cursor:pointer;
	height:26px;
	width:26px;
}

#overlay {
	display:block;
	width:732px;
	margin:88px 0 0 0;/*should be 88px; */
	padding:0;
	float:left;
	list-style:none;
}

#overlay li {
	float:left;
	width:244px;
	height:140px;
}
#overlay li a{
	font-family:"VAG Rounded W01 Bold", "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;  
	display:block;
	padding:95px 113px 10px 10px;
	overflow:auto;
	color:#333;
	text-decoration:none;
	font-size:130%;
	height:35px;

}
#overlay li a:hover{
	color:#3C79CA;
}
.overlayBox1 {
	background:url(../images/homepage/new-year-courses.jpg) no-repeat;
}
.overlayBox2 {
	background:url(../images/homepage/jan-starters.jpg) no-repeat;
}
.overlayBox3 {
	background:url(../images/homepage/international1.jpg) no-repeat;
}
.overlayBox1:hover, .overlayBox2:hover, .overlayBox3:hover {
	background-position: 0 -140px;
}
.print-logo {display:none;}

@media screen and (max-width:990px) {
h1#uwelogo img {margin-left:10px;}
#newsFlash {width:94%; padding:10px 3%;}
#contentHome{height:auto;}
#overlayCallsToAction {margin-top:-118px;}
#overlay {width:100%;margin:0;}
}
@media screen and (max-width:747px) {
#contentHome{overflow: hidden; background-position:center top;margin-top:15px;}
h2.strapline {margin-top:107px; width:100%;}/*margin-top variable */
#overlayCallsToAction {
	float:none;
	width:244px;
	margin-top:0;
}
.crossSiteNavBox1{margin-left:0;margin-right:122px;}
.crossSiteNavBox1, .crossSiteNavBox2, .crossSiteNavBox3{float:left;width:122px;}
.crossSiteNavBox1 a, .crossSiteNavBox2 a, .crossSiteNavBox3 a{
	min-height:69px;
	padding:13px 2px 0 13px;
	width:107px;
}
#overlay li {
	width:244px;
	float:none;
	height:auto;
}
#overlay li a{
	padding:10px;
	height:auto;
}
.overlayBox1, .overlayBox2, .overlayBox3 {
	background:#fff;
	opacity:0.8;
	margin-bottom:1px;
}
}
@media screen and (max-width:574px) {
#globalNav2 form select {
	width:47%;
}

}
@media screen and (max-width:360px) {
h1#uwelogo img {
	width:40%!important;
	float:left;
	margin-top:24px;
	margin-left:4%;
	margin-bottom:16px;
}
#globalNav2 form select {
	width:96%;
}
}