@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?pvm5gj');
	src:url('../fonts/icomoon/icomoon.eot?#iefixpvm5gj') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?pvm5gj') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?pvm5gj') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?pvm5gj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

#college_slider_wrapper {max-width: 1200px;margin:0 auto;}

#college_slider_box {
    width: 500px;
    background-color: #e4e1d4;
    float: right;
    padding: 25px;
    display: block;
    margin-top: 15px;
    border: 10px solid #d5d1c1;
}

#college_slider_box p {
    font-size: 1.175em;
    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;
    display: block;
    /* width: 100px; */
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}


#section-1 {
background-image: url(../../../../images/homepage_collegeslider/banner_ouhsc1.jpg);
    background-position-x: center;
    background-position-y: top;
	min-height: 350px;
}

#section-2 {
background-image: url(../../../../images/homepage_collegeslider/banner_alliedhealth.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#section-3 {
background-image: url(../../../../images/homepage_collegeslider/banner_dentistry.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#section-4 {
background-image: url(../../../../images/homepage_collegeslider/banner_graduate.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#section-5 {
background-image: url(../../../../images/homepage_collegeslider/banner_medicine.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#section-6 {
background-image: url(../../../../images/homepage_collegeslider/banner_nursing.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#section-7 {
background-image: url(../../../../images/homepage_collegeslider/banner_pharmacy.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}

#section-8 {
background-image: url(../../../../images/homepage_collegeslider/banner_publichealth.jpg);
    background-position-x: center;
    background-position-y: center;
	min-height: 350px;
}




	

.tabs {
    position: relative;
    /* width: 100%; */
    overflow: hidden;
    font-weight: 300;
    font-size: .70em;
    margin-left: -15px;
    margin-right: -15px;
}

/* Nav */
.tabs nav {
	text-align: center;
	margin-bottom: -4px;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: none;
	margin: 0px 2px;
	display: block;
	float: left;
	position: relative;
	background-color:#393939;
}

.tabs nav li.tab-current {
border: none;
    box-shadow: none;
    border-bottom: none;
    z-index: 100;
    background-color: #910000;
    color: #fff;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 1000px;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #fff;
	display: block;
	font-size: 1.4em;
	text-decoration: none;
    line-height: 2em;
    padding: 0.975em 2.7em;
	white-space: nowrap;
    /*text-transform: uppercase;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.tabs nav a:hover {
	color: #e5e1d5;
    /* background-color: #757164; */
}

.tabs nav li.tab-current a {
	color: #fff;text-decoration: none;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* Content */
.tabcontent section {
	font-size: 1.25em;
	padding: 3em 1em;
	display: none;
	margin: 0 auto;
}

#tabcontent_wrapper {    border-top: 10px solid #910000;
    border-bottom: 10px solid #910000;
	min-height: 350px;
}
.tabcontent section:before,
.tabcontent section:after {
	content: '';
	display: table;
}

.tabcontent section:after {
	clear: both;
}

/* Fallback example */
.no-js .tabcontent section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.tabcontent section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	.tabs nav a span {
		/*display: none;*/
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
}