p.fancy {
}

.c-clist h2.cl-h2 {
	text-align: center;
	margin: 2vw 0;
}

.c-clist h3.cl-h3::after {
	content: '\ef36';
	opacity: 0;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-right: 0.25em;
	transition: 0.2s;
	font-family: 'icomoon-ult';
	position: absolute;
	right: 1.3em;
	cursor: pointer;
	color: #4B973D;
}

.c-clist h3.cl-h3::before {
	content: '\f0d6';
	opacity: 1;
	transition: 0.2s;
	font-family: 'icomoon-ult';
	position: absolute;
	right: 1.3em;
	cursor: pointer;
	color: #4B973D;
}

.c-clist h3.cl-h3.active::after {
	content: '\ef36';
	opacity: 1;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-right: 0.25em;
	transition: 0.2s;
	font-family: 'icomoon-ult';
	position: absolute;
	right: 1.3em;
	cursor: pointer;
	color: #4B973D;
}

.c-clist h3.cl-h3.active::before {
	content: '\f0d6';
	opacity: 0;
	transition: 0.2s;
	font-family: 'icomoon-ult';
	position: absolute;
	right: 1.3em;
	cursor: pointer;
	color: #4B973D;
}

.c-clist div h2 {
	color: #0C5098;
	font-weight: 600;
	font-size: 1.5em;
	margin: 0;
}

.c-clist div h3 {
	color: #0C5098;
	font-weight: 600;
	font-size: 1.3em;
	margin: 0;
}

.lp-physician-feed .physpad li {
	min-width: 22%;
}

.flex.physpad {
	justify-content: center;
}

.lp-physician-feed .physpad .physician-wrapper .link {
	top: 21.1em;
}

.lp-physician-feed .physpad .physician-wrapper .link {
}

/* Responsive @ 1100px */
@media (max-width:1100px) {
	.lp-physician-feed .physpad li {
		min-width: 33%;
}
/* End Responsive @ 1100px */

/* Responsive @ 900px */
@media (max-width:1100px) {
	.lp-physician-feed .physpad li {
		max-height: 10em;
	min-height: 10em;
}

.lp-physician-feed.onedoc .physpad li {
	max-height: none;
	min-height: 10em;
}
/* End Responsive @ 900px */

.lp-physician-feed.onedoc {
	padding: 0vw 0;
}

.lp-physician-feed.onedoc ul {
	margin-top: 0.6vw;
}

.lp-physician-feed.onedoc img {
	height: 17em;
}

.lp-physician-feed.onedoc .physician-wrapper .link {
	position: relative;
	top: 0;
	left: 0;
}

.top-margin {
	margin-top: 1em;
}

.main-content-4 .content-panel .spacer {
	margin-bottom: 4em;
}

body {
	width: auto;
}

/* Blog Styles */
h2.blogname {
	border: solid 1px #dddddd;
	border-bottom: none;
	line-height: 50px;
	padding: 2px 8px;
	margin-bottom: 20px;
}

div.blog div.item {
}

div.blog div.byline {
	font-size: 11px;
	color: #999;
}

div.blog div.content {
}

div.blog div.divider {
	margin: 7px 0px;
	border-top: dotted 1px #CCCCCC;
	clear: both;
}

div.blog div.end {
}

div.blog div.end a.video {
	text-decoration: none;
}

div.blog div.end a.video:hover span {
	text-decoration: underline;
}

div.blog div.end div.comments {
	line-height: 32px;
	padding-right: 8px;
}

div.blog.comment {
	background-color: #f2f2f2;
	margin-top: 20px;
}

div.blog div.separator {
	height: 10px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 7px;
	clear: both;
}

div.blog div.addcomment textarea {
	width: 98%;
	height: 100px;
	margin-bottom: 14px;
	margin-top: 18px;
}

div.blog div.category {
	border: dotted 1px #ccc;
	padding: 5px;
	background-color: #f2f2f2;
	clear: both;
}

div.blog div.category a {
	text-decoration: none;
}

div.blog div.category a:hover {
	text-decoration: none;
}

div.blog div.category a span {
	text-decoration: underline;
}

div.blog div.category a em {
	color: #909090;
}

div.blog div.category div {
	font-size: 11px;
}
/* End Blog Styles */