/* -- emedicine directory page styles | emedicine.medscape.com -- */

/* responsive framework */
.emed-index {
	margin-top: 10px;
	width: 1020px;
}

@media (max-width: 767px) {
	.emed-index {
		max-width: 96%;
	}
}

#leftcol {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

#rightcol {
	margin-left: 60px;
	-webkit-flex: 0 0 300px;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
}

@media (max-width: 1279px) {
	#rightcol {
		margin-left: 30px;
	}
}

@media (max-width: 1023px) {
	#slideshowBelt {
		display: none;
	}

	#rightcol {
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	.emed-index {
		flex-flow: row wrap;
	}
	
	#rightcol {
		margin: 30px 0 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		text-align: center;
	}
}

/* headings */
.emed-index h2 {
	 margin: 0;
	 padding: 0;
	 font-family: 'proxima_nova_ltlight', sans-serif;
	 font-size: 1.875rem;
	 line-height: 1.875rem;
	 text-transform: uppercase;
}

.emed-index h3 {
	margin: 12px 0;
	padding: 0 0 3px;
	border-bottom: 1px solid #d3d3d3;
}

@media (max-width: 1023px) {
	.emed-index h2 {
		font-size: 1.5rem;
		line-height: 1.625rem;
	}

	.emed-index h3 {
		font-size: 1.125rem;
		line-height: 1.25rem;
	}
}


/* slideshow carousel*/
.bucket#slideshowBelt {
	margin-bottom: 40px;
}

.bucket#slideshowBelt #carousel {
	margin-left: auto;
	margin-right: auto;
	width: 632px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.emed-index .bucket#slideshowBelt h2 {
	padding: 0 12px 6px 0;
	display: inline-block;
}

.bucket#slideshowBelt .morelink {
	padding: 0 12px 0 0;
	background: url("https://img.medscape.com/pi/global/icons/icon-arrow-right-blue.svg") right center no-repeat;
	background-size: 7px auto;
	font-size: 0.875rem;
	display: inline;
}

.bucket#slideshowBelt ul#slideshowBeltList {
	margin: 0;
	padding: 0;
	width: 4000px;
	position: absolute;
}

.bucket#slideshowBelt ul#slideshowBeltList li {
	margin: 5px 20px 0 0;
	padding: 0;
	width: 143px;
	border: none;
	list-style: none;
	float: left;
}

.bucket#slideshowBelt ul#slideshowBeltList li a.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
	color: #000;
}

.bucket#slideshowBelt ul#slideshowBeltList li a:hover {
	color: #0f428a;
}

.bucket#slideshowBelt ul#slideshowBeltList li .featimg {
	margin: 0;
	padding: 0;
	width: 143px;
	border: none;
	position: auto;
	float: none;
	clear: both;
}

.bucket#slideshowBelt ul#slideshowBeltList li .byline,
.bucket#slideshowBelt ul#slideshowBeltList li .teaser {
	display: none;
}

#slide_num {
	float: left;
	margin-left: 100px;
	display: none;
}

.bucket#slideshowBelt #carouselState {
	margin: 0;
	padding: 0;
	height: 27px;
	background: #dbdbdb;
	overflow: hidden;
}

.bucket#slideshowBelt #rotator_image {
	margin: 10px 0 0 12px;
	padding: 0;
	height: auto;
	float: left;
}

.bucket#slideshowBelt .totalli {
	margin: 0 2px 0 2px;
	background: #fff;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left;
}

.bucket#slideshowBelt .thisli {
	background: #064aa7;
	width: 8px;
	height: 8px;
}

.bucket#slideshowBelt #rotator_thisli {
	display: none;
}

.bucket#slideshowBelt .carouselArrows {
	margin: 0 10px 0 0;
	display: inline-block;
	width: 32px;
	float: right;
}

.bucket#slideshowBelt #rotate_left {
	margin: 8px 0 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 10px 6px 0;
	border-color: transparent #064aa7 transparent transparent;
	cursor: pointer;
	display: block;
	float: left;
	position: absolute;
	z-index: 1;
}

.bucket#slideshowBelt #rotate_right {
	margin: 8px 0 0 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #064aa7;
	cursor: pointer;
	display: block;
	float: right;
}

.bucket#slideshowBelt #rotate_left.rotate_btn-dis,
.bucket#slideshowBelt #rotate_right.rotate_btn-dis {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: default;
}

#rotate_right:hover, 
#rotate_left:hover {
	text-decoration: none;
}


/* sections */
section ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

section li {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.9375rem;
}

section a,
section a:link,
section a:active,
section a:visited {
	color: #2a2a2a;
}

section a:hover {
	color: #0f428a;
}

/* browser by specialties */
.browse-specialties {
	margin: 0 0 30px;
}

@media (max-width: 767px) {
	.browse-specialties {
		margin: 20px 0 30px;
	}
}

.browse-specialties a {
	font-family: 'proxima_nova_ltlight', sans-serif;
}

.browse-medicine,
.browse-surgery,
.browse-pediatrics {
	display: flex;
}

.browse-medicine ul,
.browse-surgery ul {
	margin: 0 1% 0 0;
	flex: 1 1 33%;
}

.browse-pediatrics ul {
	flex: 1 1 50%;
}

@media (max-width: 1023px) {
	.browse-medicine,
	.browse-surgery,
	.browse-pediatrics {
		display: block;
	}
}

/* advisory board */
.advisory-board h2 {
	margin: 12px 0;
}

.board-list {
	display: flex;
}

@media (max-width: 1023px) {
	.board-list {
		display: block;
	}
}

.advisory-board ul {
	margin: 0 5% 0 0;
	flex: 1 1 45%;
}

section.advisory-board li {
	padding: 0 0 12px 0;
	font-family: 'proxima_nova_ltlight', sans-serif;
	font-size: 0.9375rem;
}

/* contributor login */
.contributor-login {
	padding: 10px 0 30px 0;
	text-align: center;
}

.contributor-login a {
	padding: 0 14px 0 0;
	font-family: 'proxima_nova_ltsemibold', sans-serif;
	font-size: 0.9375rem;
	background: url("/pi/global/icons/icon-external-link-arrow-blue.svg") right center no-repeat;
	background-size: 9px auto;
	display: inline-block;
}

.contributor-login a:visited {
	color: #064aa7;
}

.contributor-login a:hover {
	color: #0f428a;
}