﻿.it-cs-startdate-bkg {
	position: relative;
	background: url("/it/PublishingImages/startdate-bkg.jpg") no-repeat left top;
	width: 100%;
	height: 300px;
	background-size: cover;
	clear:both;
}
.it-cs-startdate {
	position: absolute;
	top: 150px;
	left: 20px;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px !important;
	font-weight: 600;
}
@media screen and (max-width : 815px) {
	.it-cs-startdate-bkg {
		height: 150px;
		background-size: cover;
	}
	.it-cs-startdate {
		top: 25px;
		left: 0px;
		width: 100%;
		padding:10px !important;
	}
}
.it-cs-thirdcolumn {
	text-align: center; 
}
.it-cs-thirdcolumn-hdr {
	 display: block; 
	 background-color: #00539b;
}
.it-cs-thirdcolumn-hdr p {
	 padding: 10px !important;
	 color: #ffffff !important;
	 font-size: 18pt !important;
}
.it-cs-thirdcolumn-content {
	height: 175px; 
	display: block; 
	background-color: #f2f2f2;
	font-size: 18pt !important;
}
.it-cs-thirdcolumn-content h4 {
	 padding: 10px !important; 
	 color: #e0321f !important; 
	 font-weight: 600 !important;
}
.it-cs-thirdcolumn-content p {
	padding: 10px !important;
}
.it-cs-hub-bkg {
	clear: both;
	display: block;
    background: #e0321f url("/it/PublishingImages/iowa-cyber-hub.jpg") no-repeat right center;
	background-size: 75%;
	width: 100%;
	height: 220px;
	max-height: 220px;
}
.it-cs-hub {
	width: 25%;
	padding: 3% 0 0 2%;
}
.it-cs-hub a {
 display: block;
}
.it-cs-hub h3 {
	color: #ffffff !important; 
	font-weight: 700;
}
.it-cs-hub p {
	 font-weight: 600;
}
@media screen and (max-width : 815px) {
	.it-cs-hub-bkg {
		clear: both;
		display: block;
		background: url("/it/PublishingImages/iowa-cyber-hub.jpg") no-repeat left bottom;
		background-size: contain;
		width: 100%;
		height: 250px;
		}
	.it-cs-hub {
		clear: both;
		width: 100%;
		padding: 2%;
		background-color: #e0321f;
	}
}
.it-cs-jobs-bkg {
	clear:both;
	position: relative;
    background: url("/it/PublishingImages/csjobs-bkg.jpg") no-repeat left top;
	background-size: cover;
	width: 100%;
	height: 500px;
}
.it-cs-jobs {
	position: relative;
	top: 100px;
	background-color: rgba(255, 255, 255, 0.9);
	padding-top: 20px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.it-cs-jobs p {
	padding-bottom: 20px !important; 
	font-size: 120%; 
	font-weight: 600; 
	margin-left: 20px !important;
}	
.it-cs-jobs h3 {
	color: #e0321f !important; 
	font-weight: 700 !important; 
	margin-left: 20px !important;
}
.it-cs-jobs ul {
	margin-left: 20px;
}
@media screen and (max-width : 815px) {
	.it-cs-jobs {
		width: 100%;
		}
}
#it-cs-rule {
	clear: both; 
	display: block;
	margin: 25px auto; 
	width: 75%; 
	height: 3px !important; 
}
#about-cs {
	color: #e0321f !important; 
	font-size: 130% !important; 
	font-weight: 700 !important;
}