h2 {
    color: #666;
}

.group:after {
      content: "";
      display: table;
  	clear: both;
}
.profiles {
	width: 100%;
	margin: 0 auto 20px;
	font-family: Arial, Helvetica, sans-serif;
    margin-top:-9px;
}
.profilespage {
	max-width: 710px;
	width: 100%;
	margin: 50px auto 250px;
	font-family: Arial, Helvetica, sans-serif
}
.step {
	width: 100%;
	background: #BABABA;
	color: #FFF;
	margin: 10px 0;
}
.profiles .step h2 {
	background: #DD3131;
	width: 70px;
	color: #FFF;
	font-size: 1.3em;
	float: left;
	margin: 0;
	padding: 5px 0 5px 8px;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 15px solid #DD3131;
	float: left;
}
.question {
	float: left;
	padding: 7px 10px 0 10px;
	font-weight: bold;
}
.step p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
form {
	background: #EDEDED;
	text-align: center;
	padding: 10px 0;
}
.step1 label {
	width: 22.5%;
	background: #EDEDED;
	border: 2px solid #CCC;
	border-radius: 5px;
	color: #666;
	padding: 15px 0;
	margin: 4px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	cursor: pointer;
}
.step1 input[type='radio'] {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.step1 input[type='radio']:checked + label {
	background: #DD3131;
	border: 2px solid #B72C2C;
	color: #FFF;
}
button.selected {
	background: #DD3131;
	border: 2px solid #B72C2C;
	color: #FFF;
}
.arrow-bottom {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #EDEDED;
	margin: 0 auto;
}
.tabs {
	background: #EDEDED;
	margin-bottom: -2px;
	padding-bottom: 17px;
}
.profiles .tabs {
	padding-bottom: 0px;
}
.browse-by {
    float: left;
	padding: 10px 15px 2px 15px;
	font-size: 1.2em;
	color: #666;
}
.tabs form {
	text-align: left;
	padding: 20px 0 0;
	position: absolute;
	z-index: 3;
	margin-left: 120px;
}
.tabs input[type='radio'] {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.tabs input[type='radio'] + label {
	color: #666;
	padding: 12px 20px 15px;
	border: 2px solid #CCC;
	border-bottom: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}
.tabs input[type='radio']:checked + label {
	background: #FFF;
	color: #DD3131;
}
.tabs label {
	margin-right: 10px;
}
input[type='checkbox'] {
	display: inline-block;
}
.content {
  	position: relative;
  	padding: 0px 10px 10px;
  	background: #EDEDED;
  	clear: left;
}
.content form {
	background: #FFF;
	padding: 9px 3px;
	border: 2px solid #CCC;
}
.content label {
	background: none;
	padding: 0;
	border: 0;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none;
}
h3.type {
	text-align: left;
	float: left;
	width: 100%;
	padding: 0 17px;
	margin: 14px 0 8px;
	font-size: 1.4em;
	color: #666;
}
.browse {
	width: 48%;
	margin: 4px 1%;
	padding: 11px 10px;
	float: left;
	background: #F2F2F2;
	border-radius: 4px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.large {
	height: 60px;
}
.browse > input[type="checkbox"]
{
	padding: 0;
	margin: 0;
	height: 20px;
	width: 20px;
	float: left;
	position: absolute;
	left: -5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.browse input[type="checkbox"] + label {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 5px;
	color: #666666;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.browse:not(#foo) > input[type="checkbox"] + label {
    background: url(http://www.siue.edu/academics/img/checkbox.png) 0 0 no-repeat;
    height: 20px;
    padding: 1px 0 2px 28px;
}
.browse:not(#foo) > input[type="checkbox"]:checked + label {
    background: url(http://www.siue.edu/academics/img/checkboxselect.jpg) 0 0 no-repeat;
}
.browse > input[type="radio"]
{
	padding: 0;
	margin: 0;
	height: 20px;
	width: 20px;
	float: left;
	position: absolute;
	left: -5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.browse input[type="radio"] + label {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 5px;
	color: #666666;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.browse:not(#foo) > input[type="radio"] + label {
    background: url(http://www.siue.edu/academics/img/checkbox.png) 0 0 no-repeat;
    height: 20px;
    padding: 1px 0 2px 28px;
}
.browse:not(#foo) > input[type="radio"]:checked + label {
    background: url(http://www.siue.edu/academics/img/checkboxselect.jpg) 0 0 no-repeat;
}
.step3inst {
	background: #F2F2F2;
	font-size: 1.5em;
	color: #999;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
}
.programheader {
	background: #DD3131;
	font-size: 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	font-weight: bold;
}
.prog {
	float: left;
	width: 70%;
	color: #FFF;
	padding: 8px 0;
}
.degree {
	float: left;
	width: 30%;
	color: #FFF;
	padding: 8px 0;
}
ul.programs {
	list-style: none;
}
ul.programs li ul {
	list-style: none;
	background: #EFEFEF;
	width: 100%;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
}
div.body-wrap ul li {
	margin-left: 0 !important;
	list-style-type: none !important;
}
ul.programs li ul li {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 0;	
	vertical-align: top;
}
ul.programs li ul li:first-child {
	width: 70%;
	padding: 4px 0;
	margin: 0;
}
ul.programs li ul li:nth-child(2) {
	width: 20%;
	padding: 4px 0;
	margin: 0;
}
ul.programs li ul li:nth-child(3) {
	float: right;
	padding: 10px 0 -5px;
	margin: 3px 0 -5px;
}
.info {
	width: 100%;
	display: none;
	position: relative;
	height: 405px;
	overflow: hidden;
	border-bottom: 2px solid #DD3131;
}
.info img {
	max-width: 100%;
}
.prog-photo {
	position: absolute;
	bottom: -1px;
	margin: 0;
	padding: 0;
}
.detail {
	padding: 18px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	background: rgba(255, 255, 255, 0.85);
	width: 38%;
	position: absolute;
	bottom: 0;
	left: 25px;
}
.detailright {
	padding: 18px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	background: rgba(255, 255, 255, 0.85);
	width: 38%;
	position: absolute;
	bottom: 0;
	right: 72px;
}
.detail h4, .detailright h4 {
	font-size: 1.3em;
}
.detail p, .detailright p {
	font-size: 1.2em;
}
.step3 a:link,
.step3 a:visited,
.step3 a:focus,
.step3 a:hover {
	color: #FFF!important;
	text-decoration: none!important;
}
.findmore {
	background: #DD3131;
	padding: 10px;
	float: left;
	color: #FFF;
	margin: 0 10px 0 0;
	font-size: 1.2em;
	font-weight: bold;
}
.video {
	background: #DD3131;
	padding: 10px;
	float: left;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}
.close {
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}

div.body-wrap .important-header-wrap { width:100%; height:35px; background-color:#cc0000; }
div.body-wrap .important-header { width:150; padding-left:15px; line-height:35px; color:#fff; font-family:"Arial", "Verdana", "Geneva", sans-serif; text-decoration:none; font-size:1.5em; font-weight:bold; float:left; }
div.body-wrap .important-icon { width:35px; height:100%; float:right; background-image:url(http://www.siue.edu/academics/img/icon-clock.jpg); background-repeat:no-repeat; background-position:center; background-color:#cf696c;}
div.body-wrap .important-content { font-size:12px; padding-top:8px; padding-left:15px; padding-right: 15px; background-color:#ededed; margin-bottom:3px; padding-bottom:15px; }
div.body-wrap .important-content a { display:block; padding-top:15px; }
div.body-wrap .important-content a.no-link { cursor:default; }
div.body-wrap .important-content a:visited { text-decoration:none; color:#9c4d53; }
div.body-wrap .important-content a:hover { text-decoration:none; color:#9c4d53; }
div.body-wrap .important-content span.post-header { color:#CC0000; font-weight:bold; font-size:16px; }
div.body-wrap .important-content span.post { font-weight:normal; color:#333; margin-top:2px; }

div.body-innerwrap h4 {color: #d02a35; }


div.body-wrap ul {
    margin-bottom: 0px;
}

