@charset "utf-8";
/* CSS Document */

/*------------------------------------------------*/
/* COLLEGE SPOTLIGHT TAB FEATURE */
/*------------------------------------------------*/

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 65px;
    border-bottom: 10px solid #810000;
    width: 100%;
	font-size:1.2em;
}
.tabs_container {text-align:center;    
	margin-left: -15px;
    margin-right: -15px;
}

.tabs {
	text-align:center;
    position: relative;
    /* width: 100%; */
    overflow: hidden;

}

ul.tabs li {
    float:none;
    display:inline-block;
    zoom:1;
	margin: 0;
	cursor: pointer;
padding: 8px 51px;
/* height: 45px;
line-height: 15px; */
	    line-height: 35px;
	background-color: #666;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.tab_last { /* border-right: 1px solid #333; */ }

ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
    background-color: #810000;
    color: #fff;
	  line-height: 45px;
	/*padding-bottom: 40px;*/
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px;
display: none;
}

.tab_drawer_heading { display: none; }

#tab1 {
background-image: url(../../images/homepage_collegeslider/banner_ouhsc1.jpg);
    background-position-x: center;
    background-position-y: top;
	min-height: 350px;
}

#tab2 {
background-image: url(../../images/homepage_collegeslider/banner_alliedhealth.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#tab3 {
background-image: url(../../images/homepage_collegeslider/banner_dentistry.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#tab4 {
background-image: url(../../images/homepage_collegeslider/banner_graduate.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#tab5 {
background-image: url(../../images/homepage_collegeslider/banner_medicine.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#tab6 {
background-image: url(../../images/homepage_collegeslider/banner_nursing.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#tab7 {
background-image: url(../../images/homepage_collegeslider/banner_pharmacy.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#tab8 {
background-image: url(../../images/homepage_collegeslider/banner_publichealth.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#college_slider_wrapper {max-width: 1200px;margin:0 auto;}

#college_slider_box {
    max-width: 500px;
    background-color: #e4e1d4;
    float: right;
    padding: 25px;
    display: block;
    margin-top: 15px;
    border: 10px solid #d5d1c1;
	text-align:left;
}

#college_slider_box p {
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

#college_slider_box h3 {
font-size: 1.5em;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
    margin: 0px;
}	

a.visit_website {
    padding: 10px;
    background-color: #910000;
    color: #fff !important;
    display: block;
    /* width: 100px; */
    text-align: center;
    text-decoration: none !important;
    border-radius: 10px;
}

@media screen and (max-width: 1380px) {
	
ul.tabs li {
    padding: 8px 35px;
}
}

@media screen and (max-width: 1130px) {
	
ul.tabs li {
	padding: 8px 30px;
    font-size: 0.9em;
}
}
@media screen and (max-width: 1000px) {
	
ul.tabs li {
    padding: 8px 25px;
    font-size: 0.8em;
}
}

@media screen and (max-width: 768px) {
	
ul.tabs li {
    padding: 8px 15px;
    font-size: 0.8em;
}
}

@media screen and (max-width: 767px) {
	
	#college_slider_box {
    max-width: 100%;
    background-color: #e4e1d4;
    float: none;
    padding: 25px;
    display: block;
    margin-top: 0px;
    border: 10px solid #d5d1c1;
    text-align: left;
}
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
    background-color: #666;
    color: #fff;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 20px 20px;
    display: block;
    cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #810000;
		color: #fff;
	}
}

@media screen and (max-width: 480px) {
	
	#college_slider_box {
    max-width: 100%;
    background-color: #e4e1d4;
    float: none;
    padding: 25px;
    display: block;
    margin-top: 0px;
    border: 10px solid #d5d1c1;
    text-align: left;
}
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
    background-color: #666;
    color: #fff;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 20px 20px;
    display: block;
    cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #810000;
		color: #fff;
	}
}
