/*
Theme Name:  School of Medicine
Theme URI:   http://medicine.wustl.edu
Description: Main School of Medicine site theme
Author:      Medical Public Affairs
Author URI:  http://medicine.wustl.edu
Version:     2016.02.09.2
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Responsive Images 
 * https://wordpress.stackexchange.com/questions/32931/removing-image-and-caption-dimension-attributes/37768#37768
 */
.entry-content img,
.comment-content img,
.widget img {
	width: 97.5%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-"] {
	height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}

img.size-full {
	width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}


/* General HTML elements
-------------------------------------------------------------------------------*/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #717171;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 35px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 36px;
	margin-bottom: 15px;
}

h4 {
	font-weight: 600;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 15px;
}

h5 {
	margin: 0;
	color: #900;
	font-weight: normal;
	font-size: 18px;
	font-family: Georgia, Times, serif;
	line-height: 26px;
}

h6 {
	font-weight: bold;
	font-family: Georgia, Times, serif;
}

.alignleft {
	float: left;
	clear: both;
}

.alignright {
	float: right;
	clear: both;
}

article blockquote {
	margin: 35px 0 35px 40px;
	padding-left: 25px;
	border-left: 2px solid #900;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
}

article blockquote p {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
	article blockquote {
		margin-left: 0;
	}
}

article .wp-caption {
	width: 100%;
}

article .alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

article .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

article .alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

article .alignnone {
	margin: 0 0 20px;
}

article .wp-caption.aligncenter,
article .wp-caption.alignnone {
	max-width: 645px;
}

article .wp-caption-text {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding: 20px 0 0;
}


/* Header
-------------------------------------------------------------------------------*/

header {
	width: 100%;
}

@media screen and (min-width: 971px) {
	.stick header {
		height: auto!important;
	}
}

@media screen and ( max-width: 970px ) {
	html.stick {
		overflow: hidden;
	}

	.header-wrap.pull {
		position: fixed;
		z-index: 300;
		top: 0;
		bottom: 0;
		width: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background-color: #e0e0e0;
	}

	.admin-bar .header-wrap.pull {
		top: 32px;
	}
}

@media screen and ( max-width: 782px ) {
	.admin-bar .header-wrap.pull {
		top: 46px;
	}
}

header h2 {
	margin-top: 0;
}

#header-logo-row {
	background-color: #fff;
}

.wrapper {
	margin: 0 auto;
	max-width: 960px;
	position: relative;
}

#header-logo {
	float: left;
	margin: 10px;
}

#utility-bar,
.top-nav {
	position: relative;
	background-color: #680101;
	height: 43px;
}

#utility-nav {
	position: absolute;
	right: 0;
	list-style-type: none;
	margin-top: 6px;
}

#utility-nav li {
	float: left;
	padding: 7px 15px;
}

#utility-nav li.last-child {
	border: none;
}

#utility-nav li a:hover {
	color: #fff;
}

#action-nav {
	position: absolute;
	left: 0;
	list-style-type: none;
	margin-top: 6px;
}

#action-nav li {
	float: left;
	padding: 7px 15px 7px 10px;
}

#action-nav li.last-child {
	border: none;
}

#utility-nav li a,
#action-nav li a {
	color: #cbb8b8;
	letter-spacing: .5px;
	font-weight: bold;
	font-size: 13px;
}

#action-nav li a:hover {
	color: #fff;
}

#header-text,
.mobile-archive,
#print-logo {
	display: none;
}

#header-site-row {
	position: relative;
	z-index: 200;
	background: #990000;
	background: -moz-linear-gradient(top, #990000 0%, #720000 72%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(72%,#720000));
	background: -webkit-linear-gradient(top, #990000 0%,#720000 72%);
	background: -o-linear-gradient(top, #990000 0%,#720000 72%);
	background: -ms-linear-gradient(top, #990000 0%,#720000 72%);
	background: linear-gradient(to bottom, #990000 0%,#720000 72%);
	filter:     progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#720000',GradientType=0 );
}

.ie-lt8 #header-site-row {
    height: 80px;
}

#mobile-menu-icon,
#mobile-search-icon {
	display: none;
}

#search-form {
	float: right;
	position: absolute;
	margin-right: 10px;
	width: 240px;
	top: 50%;
	margin-top: -18px;
	right: 0;
}

#search-form p {
    position: relative;
}

#search-form p br {
    display: none;
}

#search-form label {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: text;
    color: #fff;
    font-style: italic;
    letter-spacing: 1px;
    font-size:12px;
}

#dirform input[type=text] {
	max-width: 242px;
}

input[type=text],
input[type=email] {
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

textarea {
	border-radius: 5px;
	border: 1px solid #ccc;
}

#search-box {
	margin: 0;
    width: 200px;
    height: 17px;
    padding: 10px 30px 10px 10px;
    border: none;
    outline: 0;
    border-radius: 5px;
    background: #a70000;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

#search-btn {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	padding: 0;
	right: 10px;
	cursor: pointer;
	border: 0;
	background: none;
}

#search-btn img {
	display: block;
}

.ie7 #search-btn {
	height: 18px;
}

#site-title img {
	max-width: auto;
}

#site-title a {
	float: left;
	margin: 27px 0 15px 10px;
	color: #fff;
}

#site-title-text .university {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
}

#site-title-text .school {
	font-size: 22px;
}

#main-nav {
	height: 40px;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	background-color: #fff;
	position: relative;
	z-index: 199;
}

#main-nav ul {
	list-style-type: none;
	margin-left: 10px;
}

#main-nav li {
	float: left;
	padding: 11px 30px 0 0;
}

#main-nav li a {
	font-size: 14px;
    font-weight: 600;
	color: #990000;
	text-transform: uppercase;
}

#main-nav li > a:hover,
#main-nav li.current-menu-item > a,
#main-nav li.current-page-ancestor > a {
	color: #717171;
}


/* Mobile navigation
-------------------------------------------------------------------------------*/

.mobile-container {
    position: relative;
    z-index: 197;
    width: 100%;
    display: block;
}

@media screen and (min-width: 971px) {
	.mobile-container {
		display: none;
	}
}

#mobile-search-form {
	position: absolute;
	z-index: 198;
	top: -62px;
	left: 0;
    height: 62px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 18px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

#mobile-search-form.active {
	-webkit-box-shadow: 2px -30px 37px 21px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px -30px 37px 21px rgba(0,0,0,0.3);
	box-shadow: 2px -30px 37px 21px rgba(0,0,0,0.3);
}

#mobile-search-box {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 16px;
    border: 0;
    padding: 0;
    color: #333;
    margin: 20px 0;
    outline: none;
}

#mobile-search-box::-webkit-input-placeholder,
#mobile-search-box:-moz-placeholder,
#mobile-search-box::-moz-placeholder,
#mobile-search-box:-ms-input-placeholder {
    color: #fff;
}

#mobile-search-btn {
    border: 0;
    position: absolute;
    right: 30px;
    background: transparent;
    color: #fff;
}

.mobile-nav {
    width: 100%;
    display: none;
    padding-bottom: 25px;
}

.header-wrap.pull .mobile-nav {
	display: block;
}

.mobile-nav .current_page_item > a,
.mobile-nav .current_page_item > div a {
    color: #333;
}

.mobile-nav .current_page_item > a:before,
.mobile-nav .current_page_item > div a:before {
	content: '';
	width: 4px;
	background: #990000;
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 4px;
}

.mobile-primary li a {
    font-size: 22px;
    display: inline-block;
    padding: 14px 65px 14px 18px;
    color: #990000;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
}

.mobile-primary li .sub-menu .menu-item a {
	padding: 19px 65px 19px 36px;
}

.mobile-primary li .sub-menu .menu-item .sub-menu .menu-item a {
	padding: 19px 65px 19px 54px;
}

.mobile-primary .menu-item {
	position: relative;
}

.mobile-primary .menu-item a {
    font-weight: normal;
    border-top: 1px solid #e3e3e3;
}

.mobile-primary > .menu-item:last-child > div a,
.mobile-primary > .menu-item:last-child > .sub-menu .menu-item:last-child a {
	border-bottom: 1px solid #d2d2d2;
}

.mobile-primary > .menu-item:last-child .sub-menu .menu-item:first-child a {
	border-top: none;
}

.mobile-primary > .menu-item:first-child a {
    border-top: none;
}

.mobile-primary .menu-item .sub-menu .menu-item a {
    font-size: 15px;
    background: #f0f0f0;
}

.mobile-nav ul.sub-menu {
    display: none;
}

.mobile-nav .expand {
    border-left: 1px solid #e3e3e3;    
    padding: 19px 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 100;
}

.expand.dashicons {
    height: 100%;
    width: 58px;
    color: #9a0202;
}

.menu-item .sub-menu .menu-item .expand {
	padding: 19px 10px;
}

.mobile-primary li .animate {
	opacity: 0.0;
	-webkit-transform: translateY(59px);
	transform: translateY(59px);
	-webkit-transition: none;
	transition: none;	
}

.mobile-primary li .animate.active {
	opacity: 1.0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.29, 0, 0, 1), opacity 400ms ease;
	transition: transform 500ms cubic-bezier(0.29, 0, 0, 1), opacity 400ms ease;
}

.mobile-secondary {
	margin: 20px 0 20px;
	border-top: 1px solid #d2d2d2;
	position: relative;
	z-index: 10;
}

.mobile-secondary li {
	position: relative;
}

.mobile-secondary li a {
	padding: 10px 20px;
	display: block;
	font-size: 15px;
	color: #990000;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}

.mobile-secondary > li:last-child a {
	border-bottom: 1px solid #d2d2d2;
}

.mobile-secondary li.current_page_item > a {
	color: #717171;
}

.mobile-secondary .expand {    
    padding: 11px 10px;
}

.mobile-secondary .sub-menu {
	position: relative;
	z-index: 101;
}

.mobile-secondary li .sub-menu .page_item a {
	padding: 10px 65px 10px 36px;
}

.mobile-secondary li .sub-menu .page_item a {
    font-size: 15px;
    background: #f0f0f0;
}


/* Forms
-------------------------------------------------------------------------------*/

#dirform label {
	float: left;
	display: inline;
	text-align: right;
	width: 170px;
	font-weight: bold;
	padding: 0 20px 0 0;
	margin: 18px 0 0;
}

input {
	width: 250px;
	margin-bottom: 10px;
	padding: 0;
	clear: right;
	font-family: 'Open Sans', sans-serif;
}

#dirform input {
	margin: 10px 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#dirform .button {
	max-width: 258px;
	margin: 8px 0 0 190px;
}

#dirform .button input {
	width: auto;
	display: inline-block;
	padding: 0 18px;
	margin-right: 15px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

@media screen and (max-width: 970px) {
	#dirform input {
		font-size: 16px;
	}
}

@media screen and (max-width: 570px) {
	#dirform .dir-group label {
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	#dirform .dir-group input[type=text],
	#dirform .dir-group input[type=email] {
		margin: 5px 0 15px;
	}

	#dirform .button {
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 310px) {
	#dirform .dir-group input[type=text],
	#dirform .dir-group input[type=email] {
		width: 100%;
		max-width: none;
		box-sizing: border-box;
	}
}

input[type=reset],
input[type=submit],
button.single-link {
	border: none;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	height: 38px;
	background: #990000;
	text-transform: uppercase;
	margin: 0 auto;
}

input[type=reset]:hover,
input[type=submit]:hover,
button.single-link:hover {
	background: #c40000;
}

button.single-link {
	padding: 0 34px;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
    font-size: 14px;
    padding: 15px 50px;
    height: auto;
    letter-spacing: 1px;
    font-weight: 600;
    transition: background 0.1s ease;
}

button.single-link:hover {
	background: #c40000;
}



/* Featured image
-------------------------------------------------------------------------------*/

#featured-image {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 50;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	overflow: hidden;
}

#featured-image img {
	display: none;
	margin: 0 auto;
}

.home #featured-image {
	height: auto;
	z-index: 1;
	height: 553px;
	bacgkground-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.home #featured-image img {
	display: none;
}

@media screen and (max-width: 960px) {
	#featured-image {
		height: auto;
		background: #ccc;
	}

	.home #featured-image {
		height: auto;
	}

	#featured-image img {
		display: block;
		max-width: 150%;
		height: auto;
	}

	.home #featured-image img {
		display: block;
	}
}


/* Main
-------------------------------------------------------------------------------*/

#main {
	position: relative;
	z-index: 100;
}

#page-background {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background-color: #f4f4f4;
}

#page-background-inner {
    position: absolute;
    width: 745px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background-color: #f4f4f4;
}


/* Left column
-------------------------------------------------------------------------------*/

#left-col {
	float: left;
	width: 195px;
	padding: 45px 20px 45px 0;
}

.home #left-col {
	display: none;
}

.home {
	background: #f5f5f5;
}

#left-nav li {
	padding: 10px 0;
}

#left-nav li:last-child {
	border-bottom: none;
}

#left-nav li a {
	font-weight: 600;
	margin-left: 10px;
	font-size: 14px;
	display: block;
}

#left-nav li a:hover {
	color: #717171;
}

#left-nav li.top_level_page {
	text-transform: uppercase;
}

.single-faculty_profile ul#left-nav li.current_page_ancestor > a,
#left-nav li.current_page_item > a {
	color: #717171;
}

#left-nav li.page_item_has_children ul.children li {
	margin-left: 20px;
	border-bottom: none;
	padding: 8px 0;
}

#left-nav li.page_item_has_children ul.children li:first-child {
	padding-top: 16px;
}

#left-nav li.page_item_has_children ul.children li a {
	font-weight: normal;
}

#left-nav li.page_item_has_children ul.children li:last-child {
	padding-bottom: 0px;
}


/* Main content column
-------------------------------------------------------------------------------*/

article {
	background-color: #f4f4f4;
	float: left;
	width: 645px;
	padding: 40px 50px 70px 50px;
}

article.giving-bottom {
	padding-left: 225px;
}

.section-nav {
	display: none;
}

@media screen and (max-width: 970px) {
	.section-nav {
		display: block;
		margin: -15px 0 30px;
		overflow: hidden;
		font-size: 12px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}

	.current-page-title {
		position: relative;
		width: auto;
		display: block;
		z-index: 99;
		border-radius: 9px;
		color: #990000;
		text-transform: uppercase;
		letter-spacing: .05em;
		padding: 10px 35px 10px 14px;
		line-height: 1.5;
		font-weight: bold;
		cursor: pointer;
		border: 1px solid #e0e0e0;
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f0f0), color-stop(50%, #ebebeb), color-stop(100%, #e5e5e5));
		background-image: -webkit-linear-gradient(#f1f0f0,#ebebeb,#e5e5e5);
		background-image: -moz-linear-gradient(#f1f0f0,#ebebeb,#e5e5e5);
		background-image: -o-linear-gradient(#f1f0f0,#ebebeb,#e5e5e5);
		background-image: linear-gradient(#f1f0f0,#ebebeb,#e5e5e5);
	}

	.current-page-title:after {
		content: '\25BE';
		position: absolute;
		right: 14px;
		top: 50%;
		margin-top: -10px;
	}

	.current-page-title.open {
		border-radius: 9px 9px 0 0;
	}

	.current-page-title.open:after {
		-webkit-transform: rotate(0.5turn);
		-ms-transform: rotate(0.5turn);
		transform: rotate(0.5turn);
	}

	.section-nav ul {
		list-style: none;
		margin: 0;
		border-radius: 0 0 9px 9px;
		border: 1px solid #e0e0e0;
		border-top: none;
		overflow: hidden;
	}
	
	.section-nav ul.children {
		border-radius: 0;
		border: none;
	}

	.section-nav li {
		margin: 0;
	}

	.section-nav ul a {
		padding: 5px 13px;
		background: #fff;
		display: block;
		transition: background 0.1s;
	}

	.section-nav ul a:hover {
		background: #f1f0f0;
	}
}

a.wusm-button {
    display: inline-block;
    line-height: 14px;
    margin: 0 20px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background: #990000;
    padding: 15px 50px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: background 0.1s ease;
}

a.wusm-button:hover {
    background: #c40000;
    color: #fff;
}

article .intro-text {
    font-size: 22px;
    font-weight: 300;
    color: #787878;
    line-height: 30px;
    margin-bottom: 30px;
}

article .disclaimer {
	font-size: 12px;
	color: #333;
}

article .disclaimer p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

article .signature-name {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

article .signature-title {
    font-size: 12px;
    line-height: 14px;
    color: #878787;
    margin: 0;
}

article h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

article h1 + h2 {
	margin-top: 0;
}

article p {
	line-height: 28px;
	margin-bottom: 25px;
	font-size: 16px;
}

p + ul {
	margin-bottom: 20px;
}

article ul {
	list-style-type: disc;
	margin-left: 40px;
	font-size: 16px;
}

article ol {
	font-size: 16px;
	margin-left: 40px;
}

article ul li, article ol li {
	line-height: 25px;
	margin-bottom: 10px;
}

article ul ul {
	margin-top: 5px;
}

.callout {
	*behavior: url(/wp-content/themes/medicine/_/js/boxsizing.htc);
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #fff;
	margin: 0 0 20px;
	width: 100%;
	clear: both;
	float: left;
	border-radius: 10px;
	padding: 20px;
}

.callout h1, .callout h2, .callout h3 {
	margin-top: 0;
}

.callout div {
	line-height: 28px;
}

.callout ul.bulleted-ul {
	list-style: disc;
}

.callout .alignleft {
	margin: 2px 20px 20px 0;
}

.callout p:last-child {
	margin-bottom: 0;
}

.facts-glance {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.facts-glance-int {
	margin: 15px 20px 10px;
}

.facts-glance h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.facts-glance ul {
	margin-left: 15px;
	list-style: none;
}

.facts-glance p {
	line-height: 16px;
	position: relative;
	padding-right: 45px;
}

.facts-glance p + ul {
  margin-top: -5px;
}

.facts-glance div.cols-3 {
	padding: 0;
	margin-right: 4%;
	width: 30.66%;
}

.facts-glance div.cols-3.last-child {
	margin: 0;
}

.facts-glance .cols-3.first-child ul {
	margin-left: 0;
}

.facts-glance li {
	position: relative;
	padding-right: 45px;
	line-height: 20px;
	margin-bottom: 15px;
}

.facts-numbers {
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 970px) {
	.facts-glance div.cols-3 {
		width: 46%;
		margin-right: 8%;
	}

	.facts-glance div.cols-3.first-child {
		margin: 0 auto 40px;
		float: none;
	}
}
@media screen and (max-width: 550px) {
	.facts-glance div.cols-3 {
		margin-right: 0;
		margin-bottom: 25px;
		width: 100%;
	}

	.facts-glance div.cols-3.first-child {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 970px) {
	.special-head {
		padding-top: 31px;
	}
}

.special-header {
	font-size: 12px;
	margin-bottom: 4px;
	display: inline-block;
}


/* Tables
-------------------------------------------------------------------------------*/

tr:nth-child(odd) {
	background-color: #e4e3e3;
}

tr:nth-child(even) {
	background-color: #fff;
}

th {
	text-align: left;
	vertical-align: top;
}

th, td {
	padding: 10px;
	border-left: 1px solid #c9c9c9;
}

thead td {
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
}

th:first-child, td:first-child {
	border: none;
}

td {
	font-size: 14px;
}

td p {
	line-height: normal;
	margin-bottom: 10px;
}

td p:last-child {
	margin-bottom: 0;
}


/* Footer styles
-------------------------------------------------------------------------------*/

.campaign {
	background-color: #990000;
	background-image: url(_/img/campaign-wide.png);
	background-image: -webkit-linear-gradient(transparent, transparent), url(_/img/campaign-wide.svg);
	background-image: linear-gradient(transparent, transparent), url(_/img/campaign-wide.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 414px;
	height: 38px;
}

@media screen and (max-width: 650px) {
	.campaign {
		background-image: url(_/img/campaign.png);
		background-image: -webkit-linear-gradient(transparent, transparent), url(_/img/campaign.svg);
		background-image: linear-gradient(transparent, transparent), url(_/img/campaign.svg);
		background-size: 207px;
		height: 60px;
	}
}

#site-footer {
    background-color: #dedede;
    font-size: 14px;
}

#site-footer-top {
    margin: 0 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #bcbcbc;
}

#site-footer-top nav {
    float: left;
    padding: 17px 0 2px;
}

#site-footer a {
    color: #990000;
}

#site-footer a:hover {
    color: #717171;
}

#site-footer-top nav a {
    margin-right: 40px;
}

#site-footer-top nav li {
    float: left;
}

#site-social {
    float: right;
    font-size: 0;
    padding-top: 14px;
}

#site-social img {
    display: block;
}

a#site-facebook, a#site-twitter, a#site-linkedin, a#site-flickr, a#site-youtube, a#site-rss, a#site-reader {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 6px;
}

a#site-facebook {
    background: #3b5d98;
}

a#site-twitter {
    background: #55acee;
}

a#site-linkedin {
    background: #007db5;
}

a#site-flickr {
	background: #0063dc;
}

a#site-rss {
    background: #f2861d;
}

#site-social a:hover {
	opacity: 0.8;
}

#site-footer-bottom {
    margin: 0 50px;
    padding: 30px 0;
}

#site-footer-bottom #col1 {
    float: left;
    width: 535px;
    max-width: 660px;
    line-height: 24px;   
}

#site-footer-bottom #col1 p {
	padding-bottom: 15px;
}

#site-footer #site-footer-bottom > div:only-child {
    width: auto;
    max-width: none;
}

#site-footer-bottom #lists {
    float: right;
}

#site-footer-bottom #col2 {
    float: left;
    width: 154px;
    border-left: 1px solid #bcbcbc;
    padding: 0 10px 0 15px;
}

#site-footer-bottom #col2 strong {
    margin-bottom: 10px;
    display: block;
}

#site-footer-bottom #col2 li {
    margin-bottom: 10px;
}

#wusm-footer {
    color: #dedede;
    background-color: #333;
    padding-bottom: 23px;
}

#wusm-footer a {
    color: #dedede;
}

#wusm-footer-left {
    float: left;
    margin-left: 10px;
    padding-top: 20px;
}

#wusm-footer-left a {
    display: inline-block;
}

#wusm-footer-left img {
    display: block;
}

.ie8 #wusm-footer-left img {
    max-width: none;
}

#copyright {
    font-size: 12px;
    margin-top: 10px;
}

#copyright a {
    color: #767676;
}

#wusm-footer-right {
    margin-right: 10px;
    padding-top: 20px;
    float: right;
}

#wusm-social {
    float: right;
}

a#wusm-facebook, a#wusm-twitter, a#wusm-google-plus {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 8px;
}

a#wusm-facebook img, a#wusm-twitter img, a#wusm-google-plus img {
    opacity: 0.8;
}

a#wusm-facebook {
    background: #5c5c5c;
}

a#wusm-facebook:hover {
    background: #3b5998;
}

a#wusm-facebook:hover img {
    opacity: 1;
}

a#wusm-twitter {
    background: #5c5c5c;
}

a#wusm-twitter:hover {
    background: #55acee;
}

a#wusm-twitter:hover img {
    opacity: 1;
}

a#wusm-google-plus {
    background: #5c5c5c;
}

a#wusm-google-plus:hover {
    background: #dd4b39;
}

a#wusm-google-plus:hover img {
    opacity: 1;
}

#wusm-footer-right nav {
    float: right;
    clear: right;
    margin-top: 15px;
}

#wusm-footer-right nav a {
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    padding: 9px 12px;
    border-left: 1px solid #191919;
}

#wusm-footer a:hover {
    color: #999;
}

#wusm-footer-right nav a.first-child {
    border: none;
}

#wusm-footer-right nav a.last-child {
    padding-right: 0;
}

@media screen and (max-width: 970px) {
	footer .wrapper {
        max-width: 640px;
    }

	#site-footer, #wusm-footer-left, #wusm-footer-right {
        padding-left: 35px;
        padding-right: 35px;
    }

    #site-footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #site-footer-top {
        padding-bottom: 20px;
    }

    #site-footer-top nav {
        float: none;
        padding-top: 0;
    }

    #site-footer-top nav a {
        margin-right: 0;
        line-height: 24px;
    }

    #site-footer-top nav li {
        float: none;
        margin-bottom: 5px;
    }

    #site-social {
        float: none;
        margin-top: 20px;
        padding: 0;
    }

    a#site-facebook {
        margin-left: 0;
    }

    #site-footer-bottom {
        margin: 20px 10px 0 10px;
        padding: 0;
    }

    a#site-facebook, a#site-twitter, a#site-linkedin, a#site-flickr, a#site-youtube, a#site-rss, a#site-reader {
	    display: inline-block;
	    width: 30px;
	    height: 30px;
	    margin-left: 6px;
	}

	#site-social img {
	    width: 30px;
	    height: 30px;
	}

	a#site-facebook {
		margin-left: 0;
	}

    #site-footer-bottom #col1 {
        float: none;
        width: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #bcbcbc;
    }

    #site-footer #site-footer-bottom > div:only-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #site-footer-bottom #lists {
        float: none;
    }

    #site-footer-bottom #lists > div:only-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #site-footer-bottom #col2 {
        float: none;
        width: auto;
        height: auto;
        border-left: none;
        min-height: 0;
        padding: 0 0 10px 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #bcbcbc;
    }

    #site-footer-bottom #col2 li {
    	margin-bottom: 5px;
    	line-height: 24px;
    }

    #site-footer-bottom #col3 {
        float: none;
        width: auto;
        height: auto;
        min-height: 0;
        border-left: none;
        padding: 0;
        margin-bottom: 20px;
    }

    #wusm-footer-left {
        padding-top: 22px;
    }

    #wusm-footer-left {
        float: none;
        text-align: center;
        margin: 0;
        padding-top: 18px;
    }

    #wusm-footer-right {
        margin-right: 0;
        padding-top: 0;
        text-align: center;
        float: none;
    }

    #wusm-social {
        float: none;
    }

    a#wusm-facebook {
        margin-left: 0;
    }

    #wusm-footer-right nav {
        float: none;
        clear: none;
        margin-top: 17px;
    }

    #wusm-footer-right nav a.last-child {
        padding-right: 12px;
    }
}

.last-child {
	border-right: none !important;
}

.announcements-div {
	display: none;
	background: #f1f1f1;
	width: 100%;
}

.announcements-div div {
	line-height: 19px;
}

.announcements-div a {
	font-weight: normal;
}

.information-for-div {
	display: none;
	background: #f1f1f1;
	width: 100%;
}

.information-for-div div {
	line-height: 19px;
}

.information-for-div a {
	font-weight: normal;
}

.hidden-wrapper {
	background: #f1f1f1;
}

.announcements-left {
	float: left;
	margin: 22px 0;
	padding: 0 55px;
	width: 220px;
	font-size: 12px;
}

.announcements-right {
	float: left;
	margin: 22px 0;
	padding-left: 20px;
	border-left: 1px solid #d7d6d6;
	width: 609px;
}

.information-for-left {
	float: left;
	margin: 22px 0;
	padding: 0 55px;
	width: 220px;
	font-size: 12px;
}

.information-for-left h2 {
	line-height: 28px;
}

.information-for-right {
	float: left;
	margin: 22px 0;
	padding-left: 20px;
	border-left: 1px solid #d7d6d6;
	width: 609px;
}

.announcement-list,
.information-for-list {
	*behavior: url(/wp-content/themes/medicine/_/js/boxsizing.htc);
	box-sizing: border-box;
	padding: 0 0 0 20px;
	width: 50%;
	float: left;
	position: relative;
}

.ie7 .announcement,
.ie8 .announcement,
.ie9 .announcement,
.ie7 .information-for-li,
.ie8 .information-for-li,
.ie9 .information-for-li {
	float: left;
	width: 200px;
}

.information-for-li {
	padding-right: 16%;
	font-size: 14px;
	margin-bottom: 20px;
}

.announcement {
	padding-right: 16%;
	font-size: 14px;
	margin-bottom: 20px;
}

p.announcements {
	float: right;
	margin: -30px 16px 0 0;
	font-weight: bold;
	font-size: 11px;	
	cursor: pointer;
}

p.information-for {
	float: right;
	margin: -30px 16px 0 0;
	font-weight: bold;
	font-size: 11px;	
	cursor: pointer;
}

.arrow-down {
	border-top: 3px solid;
}

.arrow-up {
	border-bottom: 3px solid; 
}

.hidden-header .arrow {
	margin: 0 0 2px 5px
}

.arrow {
	vertical-align: middle;
	display: inline-block;
	width: 0; 
	height: 0;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}


/* Search results
-------------------------------------------------------------------------------*/

#search-results-wrapper {
	float: left;
	background-color: #f4f4f4;
}

article.search-results {
	padding-bottom: 25px;
}

.search-results h2 {
	margin-top: 0;
}

.search-result {
	max-width: 525px;
	overflow: hidden;
}

.result-title {
	font-size: 16px;
}

.result-url {
	font-size: 11px;
	word-wrap: break-word;
}

#paginate-results {
	clear: left;
	float: left;
	width: 450px;
	padding: 0 35px 70px 35px;
}

#paginate-results a {
	color: #990000;
}


/* Front Page styles
-------------------------------------------------------------------------------*/

.home h1 {
	font-size: 30px;
}

.home .mejs-container {
	float: left;
	display: none;
}

.slide-wrapper {
	overflow: hidden;
}

#news-slider .nivo-main-image,
.attachment-in-the-news {
	width: 340px;
	height: 250px;
}

a.news-title {
	color: #333;
}

.billboard {
	position: relative;
	visibility: hidden;
}

.billboard .slider-wrapper {
	width: 100%;
}

.billboard-overlay {
	background: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.billboard:hover .billboard-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

@media screen and (max-width: 450px) {
	.billboard-overlay {
		opacity: 0.3;
	}
}

.billboard-slider li a > div {
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.billboard-slider li img {
	display: none;
}

.billboard-title-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	z-index: 100;
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}

.billboard-title {
	max-width: 400px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	text-shadow: 1px 1px 5px rgb(71,71,71);
	-webkit-font-smoothing: antialiased;
}

.bx-pager {
	position: absolute;
	max-width: 850px;
	width: 90%;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 101;
}

.bx-controls-direction {
	display: none;
}

@media screen and (max-width: 970px) {
	.billboard-slider li a > div {
		height: auto;
	}

	.billboard-slider li img {
		display: block;
		height: auto;
	}

	.ie-lt9 .billboard-slider li a > div {
		background-image: none;
	}
}
@media screen and (max-width: 650px) {
	.billboard-title {
		font-size: 18px;
	}
}
@media screen and (max-width: 450px) {
	.billboard-title-wrap {
		bottom: 28px;
	}

	.billboard-title {
		font-size: 16px;
	}

	.bx-pager {
		bottom: 10px;
	}
}

@media screen and (min-width: 970px) {
	.bx-controls-direction {
		display: block;
	}

	.bx-controls-direction a {
		display: block;
		margin: -25px 0 0;
		position: absolute;
		top: 50%;
		z-index: 10;
		overflow: hidden;
		cursor: pointer;
		text-indent: -9999px;
		height: 45px;
		width: 25px;
		opacity: 0;
		-webkit-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
		z-index: 101;
	}

	.billboard:hover .bx-controls-direction a {
		opacity: 1;
	}

	.bx-controls-direction .bx-prev {
		left: 10px;
		background: url(_/img/left.png) no-repeat;
		background-size: 25px 45px;
	}
	.bx-controls-direction .bx-next {
		right: 10px;
		background: url(_/img/right.png) no-repeat;
		background-size: 25px 45px;
	}
}

.bx-pager-item {
	float: left;
}

.bx-pager-item a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 0;
}

@media screen and (max-width: 450px) {
	.bx-pager-item a {
		width: 8px;
		height: 8px;
	}
}

.bx-pager-item a.active {
	background: #fff;
}

.ie7 .slide-wrapper .slider-wrapper {
	margin-bottom: -22px !important;
}

.news {
	padding: 50px 0;
	min-height: 245px;
	width: 100%;
	border-bottom: 1px solid #fff;
	background: #f5f5f5;
}

.news-wrap {
	max-width: 858px;
	width: 90%;
	margin: 0 auto;
}

.news-left {
	float: left;
	width: 47%;
}

.ie7 .nivo-caption, .ie8 .nivo-caption {
	filter: none !important;
}

.nivo-directionNav a {
	z-index: 101;
	opacity: 1 !important;
}

.slide-wrapper .nivo-directionNav a:hover {
	background-image: url(_/css/default/arrows-hover.png) !important;
}

.news-right {
	float: right;
	width: 47%;
}

.news-list {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 19px;
}

.news-list li{
	display: block;
	padding: 14px 10px 10px 0;
}

.news-list li p{
	font-weight: bold;
	font-size: 12px;
}

.news-header {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 740px) {
	.news {
		padding: 30px 0;
	}

	.news-left,
	.news-right {
		float: none;
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}

	.news-left {
		margin-bottom: 25px;
	}

	.news-list,
	.news-list li {
		float: none;
	}
}

.hero {
	position: relative;
}

.ie7 .hero {
	float: none;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.hero-text {
	position: relative;
	z-index: 2;
	margin-top: -43px;
	min-height: 225px;
	width: 100%;
	background: url(_/img/hero/hero-bg.png) top center no-repeat;
	text-align: center;
	padding: 0px 0px 32px 0px;
}

.hero-text .wrapper {
	padding: 36px 0 38px 0;
	max-width: 960px;
	width: 90%;
}

.hero-text h1 {
	margin-bottom: 25px;
}

.hero-text p {
	margin: 0 auto 15px;
	max-width: 580px;
	line-height: 26px;
	color: #525252;
	font-size: 16px;
}

@media screen and (max-width: 750px) {
	.hero-text {
		background: none;
		margin-top: 0;
	}

	.hero-text .wrapper {
		padding: 25px 0 8px 0;
	}

	.home #featured-image img {
		margin-left: -20%;
		max-width: 140%;
	}
}

.hero-button {
	display: inline-block;
	font-weight: 600;
	line-height: 14px;
	font-size: 14px;
	text-transform: uppercase;
	transition: background 0.1s ease;
	color: #fff;
	padding: 15px 0;
	width: 160px;
	margin: 15px 5px 0;
	letter-spacing: 1px;
	background: #990000;
	border-radius: 3px;
}

.hero-button:hover {
	background: #c40000;
	color: #fff;
}

.spotlight {
	padding: 50px 0;
	width: 100%;
	border-top: 1px solid #d8d8d8;
	background: #eaeaea;
}

.spotlight-wrap {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	text-align: center;
}

.spotlight-intro {
	max-width: 500px;
	margin: 0 auto 30px;
}

.spotlight-intro h1 {
	margin-bottom: 15px;
}

.spotlight p {
	line-height: 26px;
	font-size: 16px;
	color: #525252;
}

.spotlight-featured li {
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
}

.spotlight-individual {
	margin: 15px;
	padding: 20px;
	border-radius: 3px;
	position: relative;
	text-align: left;
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.13);
	transition: box-shadow 0.2s;
}

.spotlight-individual:hover {
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.23);
}

.spotlight-individual:before {
	content: '';
	height: 195px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background: #f6f6f6;
}

.spotlight-individual img {
	display: inline-block;
	margin-bottom: 20px;
	z-index: 2;
	position: relative;
}

.spotlight-individual h2 {
	font-size: 18px;
	margin: 0 0 12px;
	font-weight: 600;
}

.spotlight-individual p {
	font-size: 14px;
	line-height: 1.6;
}

.spotlight-more {
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}

.spotlight-archive {
	clear: both;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	bottom: 0;
	text-align: center;
	margin: 20px auto 5px;
	padding: 5px 15px;
	display: inline-block;
}

@media screen and (max-width: 950px) {
	.spotlight-featured li {
		display: block;
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}

	.spotlight-individual {
		height: auto;
		margin: 15px 25px;
	}

	.spotlight-individual:before {
		display: none;
	}

	.spotlight-individual img {
		width: 100px;
		float: left;
		display: block;
		margin: 0 25px 0 0;
	}
}

@media screen and (max-width: 500px) {
	.spotlight-individual:before {
		display: block;
	}

	.spotlight-individual img {
		width: auto;
		float: none;
		display: inline-block;
		margin: 0 0 25px 0;
	}

	.spotlight-individual p {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 370px) {
	.spotlight-individual {
		margin: 10px;
	}
}

.audio-player-container {
	position: relative;
	float: right;
}

.audio-player-close {
	position: absolute;
	top: 0;
	right: -29px;
	display: none;
	padding: 10px 10px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.all-news {
	float: right;
	margin: 16px 10px 0 0;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
}


/* News page
-------------------------------------------------------------------------------*/

.page-news {
	width: 100%;
	background: none;
	padding: 40px 0 0;
	margin: 0 auto;
	float: none;
}
@media screen and (max-width: 700px) {
	.page-news {
		padding-top: 30px;
	}
}
.page-news header {
	max-width: 940px;
	margin: 0 auto;
	width: 88%;
}
.page-news h1 {
	display: inline-block;
	float: left;
}
.news-subnav {
	float: right;
	list-style: none;
	margin: 8px 0 0;
}
.news-subnav li {
	float: left;
	margin-left: 30px;
}
.news-subnav li:first-child {
	margin-left: 0;
}
@media screen and (max-width: 700px) {
	.page-news h1 {
		margin-bottom: 20px;
		float: none;
	}
	.news-subnav {
		float: none;
		margin: 0 0 10px;
	}
	.news-subnav li {
		float: left;
		margin: 0 30px 10px 0;
	}
	.news-subnav li:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 500px) {
	.news-subnav li {
		margin: 0 20px 10px 0;
	}
}
.news-subnav a {
	font-weight: 600;
}
.news-filters {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-bottom: 30px;
	clear: both;
	position: relative;
	min-height: 39px;
}
.news-filters > ul {
	float: left;
}
.news-filters > ul > li,
.news-filters .collapse {
	display: inline-block;
	margin-right: 12px;
	position: relative;
}
.news-filters > ul > li:last-child {
	margin-right: 0;
}
.news-filters > ul > li > a,
.news-filters .collapse {
	padding: 10px 15px;
	background: #e3e3e3;
	border-radius: 3px;
	color: #333;
	font-weight: 700;
	display: block;
	transition: 0.1s;
}
.news-filters > ul > li > a:hover {
	background: #eee;
}
.news-filters .active a,
.news-filters .active a:hover {
	background: #990000;
	color: #fff;
}
.news-filters .parent {
	width: 140px;
}
.news-filters .collapse {
	width: 110px;
	display: none;
	float: left;
	cursor: pointer;
}
.news-filters .parent > a:after,
.news-filters .collapse:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #990000;
	position: absolute;
	right: 15px;
	top: 17px;
	color: #990000;
}
.news-filters ul ul {
	display: none;
	position: absolute;
	z-index: 5;
	background: #fff;
	width: 160px;
	margin-top: 5px;
	padding: 15px 12px;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.13);
}
.news-filters .open + ul {
	display: block;
}
.news-filters .open {
	background: #eee;
}
.news-filters .parent .open:after,
.news-filters .visible:after {
	border-top: none;
	border-bottom: 4px solid #990000;
}
.news-filters ul ul li {
	margin-bottom: 5px;
}
.news-filters ul ul li:last-child {
	margin-bottom: 0;
}
.news-filters ul ul li a {
	color: #333;
	display: block;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 3px;
	transition: 0.1s;
}
.news-filters ul ul li a:hover {
	background: #f4f4f4;
}
.news-filters .search {
	vertical-align: top;
	position: relative;
}
.news-filters .search-btn {
	display: none;
	position: absolute;
	right: 0;
}
.news-filters .search-btn img {
	padding: 10px 10px 10px 5px;
	display: block;
	cursor: pointer;
}
.news-filters .search-news {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	background: #fff;
	border-radius: 3px;
}
.news-filters .search-news.open {
	display: block;
}
.news-filters .search-news input {
	margin: 0;
	padding: 8px 30px 8px 8px;
	width: 300px; /* Switch back to 387px when topics get added back in */
	height: 21px;
	border-radius: 3px;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #ccc;
	-webkit-appearance: none;
}
.search-news p {
    position: relative;
}
.search-news p br {
    display: none;
}
.search-news label {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 11;
	cursor: text;
	color: #bababa;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 13px;
}
#search-btn-news {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	padding: 0;
	right: 10px;
	cursor: pointer;
	border: 0;
	background: none;
}
#search-btn-news img {
	display: block;
}
@media screen and (max-width: 1000px) {
	.news-filters .search-btn {
		display: block;
	}

	.news-filters .search-news {
		display: none;
		position: relative;
		width: 100%;
	}

	.news-filters.search-open .collapse,
	.search-open > ul {
		display: none;
	}

	.news-filters .search-news p {
		margin-right: 45px;
	}

	.news-filters .search-news input {
		width: 100%;
		display: block;
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		box-sizing: border-box;
		height: 39px;
		font-size: 16px;
	}
	#search-btn-news {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.news-filters {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.news-filters > ul {
		display: none;
		margin-right: 44px;
	}
	.news-filters > ul > li {
		margin-top: 15px;
	}
	.news-filters .visible + ul {
		display: block;
	}
	.news-filters .collapse {
		display: block;
	}
}
@media screen and (max-width: 400px) {
	.news-filters > ul {
		margin-right: 0;
	}
	/*.news-filters .parent:last-child ul {
		right: 0;
	} Uncomment when adding topics filter back in */
}
@media screen and (max-width: 360px) {
	.news-filters .parent {
		width: 110px;
	}
	
}
.page-news article {
	float: none;
	padding: 35px 0;
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 1000px) {
	#main.page-news {
		background: none;
	}
}
@media screen and (max-width: 700px) {
	.page-news article {
		padding: 6% 0;
	}
}
.editors-pick {
	max-width: 940px;
	width: 88%;
	margin: 0 auto;
}
.editors-pick div.ep-card {
	margin: 0 0 15px;
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.13);
	-webkit-transition: box-shadow 0.2s, transform 0.2s;
	transition: box-shadow 0.2s, transform 0.2s;
}
.editors-pick div.ep-card:hover {
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.23);
	transform: translateY(-2px);
}
.editors-pick img {
	display: block;
	float: left;
	width: 66%;
	height: auto;
}
.editors-pick-text {
	float: right;
	width: 29%;
	padding: 1.5% 2.5%;
}
.editors-pick-text .article-date {
	margin: 5px 0 0;
	text-transform: uppercase;
	color: #838383;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.9px;
}
.editors-pick-text h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	line-height: 1.5;
}
.editors-pick-text p {
	margin: 0;
	color: #333;
	line-height: 1.7;
}
@media screen and (max-width: 900px) {
	.editors-pick img {
		width: 50%;
	}
	.editors-pick-text {
		width: 45%;
	}
}
@media screen and (max-width: 750px) {
	.editors-pick > div {
		padding-bottom: 24px;
	}
	.editors-pick img {
		width: 100%;
		float: none;
	}
	.editors-pick-text {
		width: auto;
		padding: 0 0 24px;
		float: none;
	}
	.editors-pick-text h2 {
		margin: 0 23px 10px;
	}
	.editors-pick-text p {
		margin: 0 23px;
	}
	.editors-pick-text .article-date {
		margin: 10px 23px 0;
	}
}
.news-cards {
	background: #f5f5f5;
	width: 88%;
	max-width: 940px;
	margin: 0 auto;
}
.news-type-title {
	max-width: 940px;
	width: 88%;
	margin: 0 auto 15px;
}
.news-type-title p {
	border-radius: 2px;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	margin: 0!important;
}
.news-cards ul {
	list-style: none;
	margin: 0 -10px;
}
.news-cards li {
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px;
}
.news-cards li > div {
	margin: 10px;
}
.news-cards li div.card {
	position: relative;
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.13);
	-webkit-transition: box-shadow 0.2s, transform 0.2s;
	transition: box-shadow 0.2s, transform 0.2s;
}
.news-cards li > div > a {
	display: block;
}
.news-cards li.headshot div.card:before {
	content: '';
	height: 195px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background: #f6f6f6;
}
@media screen and (max-width: 1000px) {
	.news-cards li {
		width: 50%;
	}
}
@media screen and (max-width: 660px) {
	.news-cards li {
		width: 100%;
	}
}
.news-cards li div.card:hover {
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.20);
	transform: translateY(-2px);
}
.news-cards li img {
	width: 100%;
	height: auto;
	display: block;
}
.news-cards li.headshot img {
	height: 200px;
	padding: 21px 0 0 20px;
	z-index: 2;
	width: auto;
	position: relative;
}
.news-cards .card-text {
	position: relative;
	padding: 10px 23px 24px; 
}
.news-cards .has-audio {
	width: 19px;
	position: absolute;
	top: 8px;
	right: 8px;
}
.news-cards .article-title {
	display: block;
	margin-bottom: 10px;
	line-height: 1.5;
}
.news-cards li h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.news-cards p {
	margin: 0;
	color: #333;
	line-height: 1.7;
}
.news-cards .article-date {
	text-transform: uppercase;
	color: #838383;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.9px;
}
.news-cards .news-source {
	text-transform: uppercase;
	color: #838383;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 15px;
}
.page-news .pagination {
	padding: 30px 0;
	text-align: center;
}
.page-news .next-posts {
	display: inline-block;
    margin: 0;
}
.page-news .next-posts a {
	color: #fff;
	padding: 15px 50px;
	display: block;
	background: #990000;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}
.page-news .next-posts a:hover {
	background: #c40000;
}


/* Single news story
-------------------------------------------------------------------------------*/
.single-post article {
	background: none;
	max-width: 940px;
	position: relative;
	margin: 0 auto;
	width: 90%;
	padding: 20px 0 0;
	float: none;
	-webkit-font-smoothing: antialiased;
}
.email-template-link {
	position: absolute;
	top: 15px;
	right: 0;
	background: #f5f5f5;
	border-radius: 2px;
	color: #333;
	padding: 5px 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.email-template-link:hover {
	color: #333;
}
.single-post article > div {
	max-width: 700px;
}
.article-header {
	margin-bottom: 30px;
}
.visit-news-hub {
	margin: 0 0 25px;
	display: inline-block;
	position: relative;
	padding-left: 16px;
	font-size: 14px;
	font-weight: 600;
}
.arrow-left {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 6px solid #990000;
	position: absolute;
	left: 0;
	top: 5px;
}
.visit-news-hub:hover .arrow-left {
	border-right: 6px solid #717171;
}
.news-type {
	margin-bottom: 10px;
}
.news-type a {
	color: #6e6e6e;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-size: 12px;
}
.single-post p.embargo-notice {
	background: #FFFF52;
	padding: 10px 15px;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
}
.article-header h1 {
	margin: 0 0 12px;
	padding: 0;
	font-size: 35px;
	line-height: 43px;
	border: none;
}
.article-header .subhead {
	margin: 0 0 25px;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #787878;
	line-height: 28px;
}
.sharedaddy.sd-sharing-enabled {
	margin: 50px 0 0;
}
.article-header .sharedaddy.sd-sharing-enabled {
	margin: 0 0 30px;
}
.single-post article > div > h2 {
	font-size: 24px;
	margin: 55px 0 25px;
	font-weight: 700;
	line-height: 1.5;
}
.single-post article > div > h3 {
	margin: 55px 0 25px;
	line-height: 1.5;
}
.single-post article > div > p {
	margin: 0 0 35px;
	font-size: 22px;
	font-family: Georgia, serif;
	line-height: 1.5;
}
@media screen and (max-width: 500px) {
	.article-header h1 {
		font-size: 30px;
	}
	.article-header .subhead {
		font-size: 20px;
	}
	.single-post article > div > p {
		font-size: 20px;
	}
}
.single-post p.meta-header {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	margin: 10px auto 35px;
	line-height: 1.5;
}
.single-post p.meta-header a {
	font-weight: 700;
	letter-spacing: normal;
}
.meta-separator {
	padding: 0 12px;
}
.wp-audio-shortcode {
	margin-bottom: 35px;
}
.audio-container {
	width: 100%;
	background: #f5f5f5;
	position: relative;
	margin: 30px 0 35px;
}
.featured-image-caption + .audio-container {
	margin-top: -15px;
}
.audio-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
}
.audio-player {
	margin-left: 66px;
	margin-right: 10px;
}
#article-audio .mejs-container {
	outline: none;
	background: none;
	height: 64px!important;
	margin: 0;
}
#article-audio .mejs-container .mejs-controls {
	background: #f5f5f5;
	height: 64px;
}
#article-audio .mejs-playpause-button {
	width: 65px;
	height: 64px;
}
#article-audio .mejs-playpause-button button {
	width: 23px;
	height: 26px;
	background-size: 22px;
	background-repeat: no-repeat;
	margin: 20px 0 19px 24px;
	outline: none;
	background: url(_/img/audio/play.png) no-repeat;
	background-image: url(_/img/audio/play.svg), none;
}
#article-audio .mejs-playpause-button button:focus {
	outline: none;
}
#article-audio .mejs-play button {
	background-position: 0 0;
}
#article-audio .mejs-pause button {
	background-position: 0 -26px;
}
#article-audio .mejs-playpause-button button:hover {
	opacity: 0.8;
}
#article-audio .mejs-time {
	padding-top: 26px;
}
#article-audio .mejs-time span {
	font-family: 'Open Sans', sans-serif;
}
#article-audio .mejs-time-total {
	background: #fff;
	outline: none;
}
#article-audio div.mejs-time-rail {
	padding-top: 23px;
}
#article-audio .mejs-time-rail span {
	height: 8px;
}
#article-audio span.mejs-time-float-current {
	height: 14px;
}
#article-audio span.mejs-time-float {
	height: 14px;
	width: 34px;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	border: solid 1px #c2c2c2;
	color: #8f8f8f;
	border-radius: 2px;
	top: -24px;
}
#article-audio .mejs-time-float-corner {
	border-color: #c2c2c2 transparent transparent;
	top: 14px;
}
#article-audio .mejs-time-current {
	background: #8c8c8c;
}
#article-audio .mejs-time {
	color: #8c8c8c;
}
#article-audio .mejs-volume-button {
	padding-top: 18px;
	width: 40px;
}
#article-audio .mejs-volume-button button {
	background-position: 0 0;
	background-repeat: no-repeat;
	background: url(_/img/audio/speaker.png) no-repeat;
	background-image: url(_/img/audio/speaker.svg), none;
	width: 20px;
	height: 15px;
	margin-left: 10px;
}
#article-audio .mejs-volume-button.mejs-unmute button {
	background-position: 0 -15px;
}
#article-audio .mejs-volume-button button:hover {
	opacity: 0.8;
}
#article-audio .mejs-horizontal-volume-total,
#article-audio .mejs-horizontal-volume-current {
	top: 28px;
}
#article-audio .mejs-horizontal-volume-total {
	background: #fff;
}
#article-audio .mejs-horizontal-volume-current {
	background: #8c8c8c;
}
.single-post article > div > ul,
.single-post article > div > ol {
	font-family: Georgia, serif;
	font-size: 22px;
	max-width: 680px;
	margin: 0 0 35px 20px;
}
.single-post article > div > ol {
	margin-left: 40px;
}
.single-post article img {
	display: block;
}
.single-post .wp-post-image {
	height: auto;
}
.single-post .featured-image-caption {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	margin: 17px 0 45px;
	line-height: 1.5;
}
@media screen and (max-width: 650px) {
	.single-post .featured-image-caption {
		padding-right: 0;
		margin-top: 18px;
	}
}
.single-post .featured-image-headshot {
	float: right;
	max-width: 145px;
	margin: 0 0 20px 25px;
}
.single-post .featured-image-headshot .image-credit + .featured-image-caption {
	margin: 18px 0 20px;
}
@media screen and (max-width: 400px) {
	.single-post .featured-image-headshot {
		float: none;
		margin: 0 0 25px 0;
	}
	.single-post .featured-image-headshot .featured-image-caption {
		margin: 10px 0 20px;
	}
}
.single-post .aligncenter,
.single-post .alignnone {
	margin-bottom: 35px;
}
.single-post article .wp-caption.aligncenter,
.single-post article .wp-caption.alignnone {
	max-width: 700px;
}
.single-post .aligncenter {
	margin: 0 0 35px;
	max-width: 700px;
}
.single-post article .wp-caption.alignleft,
.single-post article img.alignleft,
.single-post article .credit-container.alignleft {
	margin: 5px 25px 20px 0;
	max-width: 43%;
	width: auto;
}
.single-post article .wp-caption.alignright,
.single-post article img.alignright,
.single-post article .credit-container.alignright {
	margin: 5px 0 20px 25px;
	max-width: 43%;
	width: auto;
}
@media screen and (max-width: 600px) {
	.single-post article .wp-caption.alignleft,
	.single-post article img.alignleft,
	.single-post article .wp-caption.alignright,
	.single-post article img.alignright {
		float: none;
		max-width: 100%;
		margin: 0 0 35px;
	}
}
.single-post .wp-caption img {
	margin-bottom: 15px;
}
.single-post .wp-caption-text {
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
	padding: 0 0 10px;
	line-height: 1.3;
	color: #333;
	border: 0;
}
.single-post .alignleft .wp-caption-text,
.single-post .alignright .wp-caption-text {
	border-bottom: 1px solid #999;
}
.credit-container {
	margin-bottom: 35px;
	display: block;
	max-width: 700px;
}
.wp-caption .credit-container {
	margin-bottom: 25px;
}
.alignleft .credit-container,
.alignright .credit-container {
	margin-bottom: 20px;
}
.single-post article .credit-container img {
	max-width: 100%;
	margin: 0;
}
.image-credit {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	margin: 3px 0 3px 10px;
	display: block;
	color: #909090;
	float: right;
	clear: both;
}
.single-post blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: 700;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	text-align: center;
	line-height: 40px;
}
.single-post blockquote p {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	line-height: 40px;
	margin: 45px 0;
}
.single-post blockquote .name {
	display: block;
	font-family: 'Open Sans', sans-serif;
	margin: -20px auto 45px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}
@media screen and (max-width: 750px) {
	.single-post blockquote p {
		font-size: 27px;
	}
	.single-post .name {
		font-size: 16px;
	}
}
@media screen and (max-width: 500px) {
	.single-post blockquote p {
		font-size: 22px;
	}
	.single-post .name {
		font-size: 14px;
	}
}
.single-post .news-source {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #838383;
	font-weight: 600;
	font-size: 14px;
}
.article-footer {
	max-width: 700px;
	padding: 20px 0 20px;
	clear: both;
}
.single-post .article-footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 12px 0;
}
.boilerplate {
	margin-bottom: 30px;
}
.single-post .boilerplate p {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	line-height: 21px;
	margin: 0 0 25px;
}
.bio-wrapper {
	border-top: 2px solid #ccc;
	padding-top: 30px;
}
.footer-author {
	margin: 0 0 40px;
}
.footer-author p.name {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}
.footer-media-contact {
	margin: 0 0 40px;
}
.single-post p.footer-heading {
	font-size: 12px;
	text-transform: uppercase;
	color: #6e6e6e;
	font-weight: 600;
	letter-spacing: 0.6px;
	margin: 0 0 5px;
}
.footer-media-contact p.name {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
}
.single-post .article-footer .phone-number,
.single-post .article-footer .email-address {
	margin: 0;
}
.footer-related {
	background: #f5f5f5;
	padding: 45px 0;
}
.footer-related h3 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 21px;
	font-weight: 600;
}
.single-post #jp-relatedposts {
	margin: 0 auto;
}
.jp-relatedposts {
	list-style: none;
	max-width: 960px;
	width: 92%;
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	width: 31.3333%;
	float: left;
	margin: 1%;
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.13);
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: none;
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.23);
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	max-width: 100%;
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: 18px;
	padding: 24px;
	line-height: 23px;
	font-weight: 600;
	display: block;
}
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: none;
}
@media screen and (max-width: 850px) {
	.single-post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		margin: 0 0 4%;
	}
}

.feature-photo-credit {
	clear: left;
}

@media screen and (max-width: 970px) {
	.single-post #main {
		background: none;
	}
	.single-post p {
		padding-right: 0;
	}
}


/* Admissions
-------------------------------------------------------------------------------*/

.page-template-admissions-php {
	-webkit-text-size-adjust:none;
}

.page-template-admissions-php .intro {
	position: relative;
	padding-top: 45px;
	text-align: center;
	background: #fafafa;
}

.page-template-admissions-php .intro .wrapper {
	width: 90%;
}

.page-template-admissions-php h1 {
	color: #000;
	margin-bottom: 18px;
}

.page-template-admissions-php p {
	line-height: 28px;
	max-width: 520px;
	margin: 0 auto;
	font-size: 16px;
}

.page-template-admissions-php img {
	border-radius: 10px 10px 0 0;
}

.page-template-admissions-php .program-list,
.page-template-admissions-php .hero-list {
	font-weight: 600;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	max-width: 720px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 30px;
}

ul.program-list li.last-child {
	border-bottom: 1px solid #fff;
}

.page-template-admissions-php .program-list {
	padding: 20px;
	margin: 42px auto;
}

.page-template-admissions-php ul.hero-list {
	width: 100%;
	padding-bottom: 20px;
}

.admissions-left-col {
	float: left;
	width: 43%;
	margin-left: 6%;
}

.admissions-right-col {
	float: right;
	width: 43%;
	margin-right: 6%;
}

.page-template-admissions-php .program-list li {
	width: 44%;
	margin: 0 3%;
	padding: 10px 0;
	text-align: left;
	float: left;
	line-height: 20px;
	border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 780px) {
	.page-template-admissions-php .program-list {
		max-width: 300px;
	}

	.page-template-admissions-php .program-list li {
		width: 96%;
	}

	ul.program-list li.last-child {
		border-bottom: 1px solid #e0e0e0;
	}

	ul.program-list li:last-child {
		border-bottom: none;
	}

	.admissions-left-col,
	.admissions-right-col {
		float: none;
		width: 90%;
		max-width: 420px;
		margin: 0 auto;
	}
}

.page-template-admissions-php .hero-lists {
	padding-top: 50px;
	background: #f2f0f0;
}

.page-template-admissions-php .hero-list-title {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #d5d2d2;
	line-height: 25px;
	padding: 10px 0;
	margin: 0 20px 5px;
}

.hero-list li {
	padding: 10px 20px;
	font-weight: normal;
}

.hero-list li.li-photo {
	padding: 0;
	margin-bottom: 10px;
}

.admission-footer {
	background: #f5f5f5;
}

.admission-footer .wrapper {
	width: 90%;
}

.admission-footer .list-title {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	border-bottom: 1px solid #d5d2d2;
	width: 98%;
	padding: 10px 1%;
	margin-bottom: 8px;
}

.admission-footer ul {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	line-height: 25px;
}

.admission-footer li {
	width: 46%;
	float: left;
	font-size: 16px;
	padding: 1% 3% 1% 1%;
}

@media screen and (max-width: 600px) {
	.admission-footer li {
		width: 96%;
	}
}

.profile-page-title {
	margin-bottom: 0;
}


/* Faculty Profiles
-------------------------------------------------------------------------------*/

.award-set {
	position: relative;
	margin: 27px auto 3px auto;
	width: 700px;
	border-bottom: #e0e0e0 solid 1px;
	background-color: #ffffff;
}

@media screen and (max-width: 970px) {
	.award-set {
		width: 100%;
	}
}

.award-set:last-child {
	margin-bottom: 30px;
}

.award-set-title {
	float: left;
	padding: 12px 17px 12px 14px;
	width: 183px;
	height: 105px;
	text-align: center;
}

.award-set-title img {
	position: relative;
	top: 10px;
}

.award-set-title h2 {
	margin: 0;
	padding: 19px 20px 16px 20px;
	border-top: solid 1px #dedccd;
	border-bottom: solid 1px #dedccd;
	font-weight: normal;
	font-size: 23px;
	font-family: Georgia, Times, serif;
	line-height: 23px;
}

.award-set-title .right-arrow {
	position: relative;
	top: -18px;
	float: right;
	margin-left: -16px;
	padding-left: 2px;
	width: 14px;
	height: 16px;
	border: #dedccd solid 1px;
	background-color: #fff;
	color: #900;
	line-height: 14px;
}

.right-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-left: -16px;
	padding-left: 4px;
	width: 12px;
	height: 16px;
	border: #dedccd solid 1px;
	background-color: #fff;
	color: #900;
	line-height: 14px;
}

.left-arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-right: -18px;
	padding-left: 4px;
	width: 12px;
	height: 16px;
	border: #dedccd solid 1px;
	background-color: #fff;
	color: #900;
	line-height: 14px;
}

.right-arrow,.left-arrow {
	font-size: 14px;
	cursor: pointer;
}

.award-set p {
	overflow: hidden;
	margin-bottom: 27px;
	margin-right: 15px;
	padding-top: 26px;
	height: 119px;
	color: #676767;
	line-height: 24px;
	padding-left: 10px;
}

@media screen and (max-width: 625px) {
	.award-set-title {
		width: auto;
		float: none;
		height: auto;
	}

	.award-set p {
		margin: 5px 15px 25px;
		padding: 0;
		height: auto;
	}
}

.faculty-photo {
	float: left;
	margin-bottom: 15px;
	padding-right: 1px;
	min-width: 80px;
	width: 80px;
}

.faculty-photo:hover {
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	zoom: 1;
}

.faculty-photo-med {
	float: left;
	padding-right: 1px;
	min-width: 90px;
	width: 90px;
}

.spacer {
	float: left;
	margin-right: 1px;
	padding-top: 29px;
	width: 85px;
	height: 49px;
	background: #dfd4c7;
	text-shadow: 1px 1px 1px #b39e84;
	font-size: 12.63px;
	line-height: 14px;
	background: url(_/img/f_top.png);
}

.spacer-container {
	position: relative;
	top: 0;
	left: 324px;
	width: 85px;
	height: 114px;
	color: #f5f2ed;
	text-align: center;
	cursor: pointer;
}

.spacer span {
	font-size: 20px;
}

.view-all {
	position: relative;
	top: -46px;
	float: left;
	width: 85px;
	height: 34px;
	background: url(_/img/brown_bg.png) no-repeat;
	text-align: center;
	font-size: 19px;
	line-height: 33px;
}

.view-all-hover {
	float: left;
	padding-top: 12px;
	width: 100%;
	height: 34px;
	background: url(_/img/brown_bg_hover.png) no-repeat;
	font-size: 10.61px;
	line-height: 11.85px;
}

.photo-container {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 115px;
}

.fourth {
	padding-right: 87px;
}

#award-intro {
	float: left;
	margin-left: 20px;
	width: 490px;
	line-height: 19px;
}

.right-cta {
	float: right;
	margin: 0 10px 9px 0;
	width: 230px;
	background: url(_/img/cta_bg.png) 0 26px no-repeat #e4e1da;
	color: #555;
}

.right-cta2 {
	float: right;
	margin: 0 10px 9px 0;
	width: 230px;
	color: #555;
}

.right-cta > p {
	margin: 0;
	padding: 13px 13px 7px 13px;
	border-bottom: 1px solid #f5f2ed;
	background-color: #ebe8e1;
	font-size: 21px;
}

.right-cta ul {
	margin: 14px 10px 10px 13px;
}

.right-cta li {
	margin: 0;
	padding: 0 0 3px 0;
	background: none;
	font-size: 12px;
	line-height: 15px;
}

.right-cta ul li p {
	margin-bottom: 10px;
}

.right-cta li:last-child {
	padding-bottom: 0;
}

.cta-icon {
	padding-right: 9px;
	vertical-align: middle;
}

#all-award-years {
	float: left;
	margin-left: 39px;
	padding-bottom: 20px;
	width: 714px;
}

#award-years-left {
	overflow: visible;
}

#award-years-left p {
	padding: 17px 15px 12px 0;
	color: #333;
	margin: 0;
	display: inline-block;
}

#award-years-left {
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#award-years-left .displayed-year {
	display: inline-block;
}

#award-years-left .displayed-year p {
	position: relative;
	width: auto;
	z-index: 99;
	width: 35px;
	border-radius: 9px;
	color: #990000;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 8px 35px 8px 14px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #e0e0e0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f0f0), color-stop(50%, #ebebeb), color-stop(100%, #e5e5e5));
	background-image: -webkit-linear-gradient(#f1f0f0,#ebebeb,#e5e5e5);
	background-image: -moz-linear-gradient(#f1f0f0,#ebebeb,#e5e5e5);
	background-image: -o-linear-gradient(#f1f0f0,#ebebeb,#e5e5e5);
	background-image: linear-gradient(#f1f0f0,#ebebeb,#e5e5e5);
}

#award-years-left .displayed-year p:after {
	content: '\25BE';
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -10px;
	font-size: 12px;
}

#award-years-left .displayed-year p.open {
	border-radius: 9px 9px 0 0;
}

#award-years-left .displayed-year p.open:after {
	-webkit-transform: rotate(0.5turn);
	-ms-transform: rotate(0.5turn);
	transform: rotate(0.5turn);
}

#year-list {
	list-style: none;
	margin: 0;
	border-radius: 0 0 9px 9px;
	border: 1px solid #e0e0e0;
	border-top: none;
	overflow: hidden;
	position: absolute;
	background: #fff;
	display: none;
	width: 84px;
	z-index: 10;
	-webkit-box-shadow: 0px 1px 12px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 12px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 12px -8px rgba(0,0,0,0.75);
}

#year-list li {
	margin: 0;
	background: #fff;
	display: block;
	transition: background 0.1s;
	color: #900;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}

#year-list li:hover,
#year-list li.selected-year {
	background: #f1f0f0;
	color: #717171;
}

#award-years-right li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0;
}

#award-years-right ul {
	margin: 0 -30px 0 0;
}

.faculty-individual {
	margin: 15px 30px 15px 0;
	padding: 20px;
	border-radius: 3px;
	position: relative;
	text-align: left;
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.13);
	transition: box-shadow 0.2s;
}

.faculty-individual:hover {
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.23);
}

.faculty-individual:before {
	content: '';
	height: 195px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background: #f6f6f6;
}

.faculty-individual img {
	display: block;
	margin-bottom: 18px;
	z-index: 2;
	position: relative;
	max-width: 143px;
}

.faculty-individual h2 {
	font-size: 18px;
	margin: 0 0 8px;
	font-weight: 600;
}

.faculty-individual p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.faculty-individual p.award-name {
	font-size: 12px;
	color: #999;
	line-height: 1;
	margin-bottom: 12px;
}

@media screen and (max-width: 770px) {
	#award-years-right ul {
		margin-right: 0;
	}

	#award-years-right li {
		width: 100%;
	}

	.faculty-individual:before {
		display: none;
		height: 150px;
	}

	.faculty-individual {
		margin: 10px 0;
	}

	.faculty-individual img {
		float: left;
		margin-bottom: 0;
		max-width: 110px;
		height: auto;
	}

	.faculty-individual div {
		margin-left: 130px;
	}
}

@media screen and (max-width: 470px) {
	.faculty-individual:before {
		display: block;
	}

	.faculty-individual img {
		float: none;
		margin-bottom: 15px;
	}

	.faculty-individual div {
		margin-left: 0;
	}
}

.post-type-archive-faculty_profile h1,
.single-faculty_profile h1 {
	margin-bottom: 21px;
	max-width: 700px;
}

.post-type-archive-faculty_profile h3,
.single-faculty_profile h3 {
	margin: 20px 0 7px 0;
	border-bottom: 1px solid #e7e5da;
}

.faculty-profile-headshot {
	float: left;
	margin: 7px 20px 10px 0;
}

.faculty-profile-byline {
	margin-bottom: 20px;
}

.faculty-profile-award-set{
	color: #717171;
}

.faculty-profile-date {
	clear: both;
	color: #717171;
	font-size: 11px;
	margin-top: 20px;
}

#award-honor {
	margin: 3px 0 9px 0;
	color: #b29d83;
	font-size: 13px;
}

.section img {
	float: left;
	margin-right: 11px;
}

.section p {
	width: auto;
}

#more-awards {
	float: left;
	clear: left;
	margin: 11px 11px 11px 0;
	padding: 10px;
	width: 120px;
	background: #e4e1da;
	color: #555;
	font-weight: bold;
	font-size: 10px;
}

#more-awards ul {
	margin: 10px 0;
}

#more-awards li {
	margin: 0;
	padding: 0 0 13px 0;
	background: none;
	color: #8e7453;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

#more-awards li a {
	color: #8e7453;
}

#more-awards li:last-child {
	padding-bottom: 0;
}

.article-pub {
	margin-top: -8px;
	color: #555;
	font-weight: bold;
	font-size: 10px;
}

.article-name {
	color: #8e7453;
	font-size: 14px;
}

#hover {
	display: none;
	z-index: 501;
	position: absolute;
	width: auto;
	height: 12px;
	background-color: #faf9f6;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 12px;
	color: #900;
	padding: 4px;
}

#bio-bottom {
	float: left;
	clear: both;
	margin-top: 20px;
	width: 475px;
	color: #9e9d91;
	font-size: 11px;
}

#share-award {
	float: left;
	margin-right: 10px;
	padding: 6px 10px;
	width: 120px;
	height: 16px;
	border: #e4e1da 1px solid;
	background: #b29d80; /* Old browsers */
	background: -webkit-linear-gradient(top, #b29d80 0%, #cab69e 71%);
	background: -moz-linear-gradient(top, #b29d80 0%, #cab69e 71%);
	background: -o-linear-gradient(top, #b29d80 0%, #cab69e 71%);
	background: -ms-linear-gradient(top, #b29d80 0%, #cab69e 71%);
	background: linear-gradient(top, #b29d80 0%, #cab69e 71%); /* W3C */
	color: #f5f2ed;
	font-size: 15px;
}

.contents {
	min-height: 550px;
}

.addthis-toolbox {
	float: left;
	margin-top: 20px;
	width: 800px;
}

.single-faculty_profile .main-content {
	width: 725px;
}

.single-faculty_profile ul{
	list-style: none;
}


/* Cardiology & Vascular Specialists
-------------------------------------------------------------------------------*/

.cardio-vascular {
	background: #fff;
	width: 100%;
	margin-top: 36px;
}

.cardio-vascular h3 {
	padding: 20px 70px 15px 20px;
	margin: 0px;
	line-height: 22px;
	position: relative;
}

.cardio-vascular h3 img {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 20px;
}

.cardio-vascular .half {
	width: 50%;
	float: left;
	background: #fff;
}

.cv-border {
	border-left: 1px #ebe9dd solid;
}

.cardio-vascular .half img {
	margin: 0 auto;
	display: block;
	max-width: 184px;
}

.cardio-vascular p {
	margin: 20px 0 0;
}

@media screen and (max-width: 520px) {
	.cardio-vascular .half {
		width: 100%;
	}

	.cv-border {
		border: none;
	}
}


/* Sidebars
-------------------------------------------------------------------------------*/

.raw-sidebar,
.sidebar {
	font-size: 12px;
	line-height: 17px;
	width: 200px;
	margin-bottom: 30px;
}

.sidebar {
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	width: 198px;
}

.raw-sidebar {
	width: 238px;
}

.sidebar p {
	font-weight: bold;
	padding-bottom: 0;
	width: auto;
	font-size: 17px;
	line-height: 1.5;
}

.sidebar a {
	font-size: 14px;
}

.sidebar li {
	padding: 8px 0;
	line-height: 22px;
}

.sidebar-img {
	padding-right: 6px;
}

#right-col aside a.sidebar-img img {
	border-radius: 0;
}

.sidebar-heart-list li {
	line-height: 17px;
	margin-top: 10px;
}

.sidebar-outlook {
	padding: 0;
	width: 240px;
}

.sidebar-outlook a {
	display: block;
}

.sidebar-outlook p {
	margin: 16px 20px 12px;
}

.sidebar-outlook a p {
	color: #333;
}

p.sidebar-small {
	font-size: 14px;
	font-weight: normal;
}

.sidebar-outlook p.sidebar-small {
	margin: 12px 20px 20px;
}

.sidebar-outlook-header {
	margin-bottom: 160px;
}

a.sidebar-outlook-link {
	border-radius: 0 0 3px 3px;
	padding: 10px 0;
	background: #f1f0f0;
	background: -moz-linear-gradient(top,  #f1f0f0 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f0f0), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f1f0f0 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f1f0f0 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f1f0f0 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f1f0f0 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0f0', endColorstr='#e5e5e5',GradientType=0 );
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	display: inline-block;
	text-align: center;
}

#right-col {
	float: left;
    padding-right: 10px;
    margin-top: 30px;
}

#right-col aside {
    float: left;
	width: 238px;
	margin: 0 20px 20px 0;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-sizing: border-box;
	*behavior: url(/wp-content/themes/medicine/_/js/boxsizing.htc);
}

#right-col aside h2 {
	margin-top: 0;
	width: 100%;
	font-size: 17px;
	border-bottom: 1px solid #d5d2d2;
	padding-bottom: 12px;
}

#right-col aside.links ul {
	list-style: none;
	margin: 0;
}

#right-col aside.links li {
	margin-top: 20px;
}

#right-col aside a {
	color: #990000;
}

#right-col aside a:hover {
	color: #717171;
}

#right-col aside .secondary {
	font-size: 12px;
	color: #a0a0a0;
	line-height: 17px;
}

#right-col aside p.secondary {
	margin: 18px 0 35px 0;
}

#right-col aside.single-link {
	padding: 20px;
}

#right-col aside.links {
	padding: 5px 20px 25px 20px;
	width: 100%;
}

#right-col aside.links h2 {
	padding-top: 20px;
}

#right-col aside img {
	border-radius: 5px 5px 0 0;
}

#right-col aside .sidebar-body {
	padding: 20px 20px 0 20px;
}

#right-col aside.image-and-text h2 {
	margin-bottom: 20px;
}

#right-col aside.image-and-text p {
	margin-bottom: 20px;
	line-height: 23px;
}

#right-col aside.image-and-text ul {
	list-style: disc;
	margin-left: 40px;
	margin-bottom: 20px;
}

#right-col aside.image-and-text ol {
	margin-left:   40px;
	margin-bottom: 20px;
}

#right-col aside a.opt-link {
	display: block;
	text-align: center;
	padding: 12px 0;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f1f0f0;
	border-radius: 0 0 5px 5px;
}

#right-col aside a.opt-link:hover {
	color: #990000;
	background-color: #dadada;
}


/* Plugin styles, overrides, and hacks
-------------------------------------------------------------------------------*/

.ie7 div.cols-2,
.ie7 div.cols-3,
.ie7 div.cols-4,
.ie8 div.cols-2,
.ie8 div.cols-3,
.ie8 div.cols-4,
.ie9 div.cols-2,
.ie9 div.cols-3,
.ie9 div.cols-4  {
	*behavior: url(/wp-content/themes/medicine/_/js/boxsizing.htc);
	overflow: auto;
	position: relative;
}

.ie7 .facts-numbers{
	position: absolute;
	right: 0;
	line-height: 16px;
}

.accordion-header {
	*behavior: url(/wp-content/themes/medicine/_/js/boxsizing.htc);
}

.custom-archive-entry {
	margin-bottom: 20px;
}

.profiles-custom-archive-entry {
	margin-top: 25px;
}

.profiles-custom-archive-entry h3 {
	padding-top: 10px;
	font-size: 21px;
}

.profiles-custom-archive-link {
	padding-bottom: 0;
}

.profiles-custom-archive-thumb {
	height: auto;
}

.in_focus-custom-archive-entry h3 {
	margin-top: 0;
}

.in_focus-custom-archive-link {
	padding-top: 8px;
}

.in_focus-custom-archive-entry {
	background: #fff;
	border: 1px #efefef solid;
	border-radius: 3px;
}

.in_focus-custom-archive-thumb {
	float: left;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.announcement-excerpt {
	color: #787878;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d2d2;
}

.announcement-date {
	font-size: 11px;
	padding: 15px 0;
	border-bottom: 1px solid #d5d2d2;
}

.custom-archive-link h3 {
	margin-top: 0;
	margin-bottom: 0;
}


/* Individual page adjustments
-------------------------------------------------------------------------------*/

.billboard-custom-archive-entry img {
	height: auto;
}

.releases-intro {
	letter-spacing: 0.05rem;
	width: 56%;
	float: left;
	padding: 1% 2%;
	font-size: 18px;
}

.general-info {
	font-size: 14px;
	margin: 0;
	letter-spacing: normal;
}

.mpa-contact {
	float: right;
	width: 29%;
	padding: 1% 2%;
}

.releases-social {
	margin-top: 20px;
}

@media screen and (max-width: 700px) {
	.releases-callout {
		max-width: 500px;
	}

	.releases-intro {
		width: 96%;
		margin-bottom: 20px;
	}

	.mpa-contact {
		width: 96%;
	}
}


/* TinyMCE Custom styles
-------------------------------------------------------------------------------*/

.line-height-12 {
	line-height: 12px;
}

.line-height-16 {
	line-height: 16px;
}

.signature-block {
	font-size: 12px;
	color: #878787;
}

.georgia {
	font-family: Georgia, Times, serif;
}

#site-title-text {
	display: none;
}


@media screen and (max-width: 970px) {
	#site-title {
		display: none;
	}

	#site-title-text {
		display: inline-block;
	    font-size: 24px;
	    color: #fff;
        padding: 18px 120px 18px 20px;
        -webkit-font-smoothing: subpixel-antialiased;
    }

    #site-title-text a {
	    color: #fff;
	}

    #utility-bar,
	.announcements-left p,
	.information-for-left p,
	#main-nav,
	#search-form,
	#left-col {
		display: none;
	}

	.announcements-left,
	.information-for-left {
		padding: 0 5%;
		margin-bottom: 15px;
		width: auto;
	}

	.announce-dropdown {
		display: none;
	}

	.announcements-right,
	.information-for-right {
		width: 90%;
		border-left: none;
		padding: 0 5%;
		margin: 0 0 22px;
	}

	.announcement-list,
	.information-for-list {
		padding: 0;
	}

	.announcement {
		min-height: 0;
		margin-bottom: 15px;
	}

	#utility-nav {
		position: relative;
		float: right;
	}

	#mobile-menu-icon {
        right: 15px;
        width: 50px;
        height: 50px;
    }

    #mobile-menu-icon img {
		top: 13px;
		left: 12px;
		position: relative;
    }

    #mobile-menu-icon .mobile-close {
    	display: none;
    	padding: 3px 0 0 5px;
    }

    #mobile-search-icon .search-close {
    	display: none;
    	padding: 1px 0 0 2px;
    }

    #mobile-search-icon.search-active .search-close {
    	display: block;
    }

    #mobile-search-icon.search-active .search-open {
    	display: none;
    }

    #mobile-menu-icon.open .mobile-close {
    	display: block;
    }

    #mobile-menu-icon.open .mobile-open {
    	display: none;
    }
    
    #mobile-search-icon {
        right: 65px;
        width: 50px;
        height: 50px;
    }

    #mobile-search-icon img {
        top: 15px;
		left: 15px;
		position: relative;
    }

    #mobile-menu-icon,
    #mobile-search-icon {
        display: block;
        position: absolute;
        top: 50%;
        cursor: pointer;
        margin-top: -25px;
    }
    
    #mobile-menu-icon .dashicons,
    #mobile-search-icon .dashicons {
        right: 20px;
        position: absolute;
    }

    #mobile-menu-icon .dashicons {
        top: 8px;
        font-size: 35px;
        color: #fff;
    }

    #mobile-search-icon .dashicons {
        top: 11px;
        font-size: 30px;
        color: #fff;
    }

    #page-background,
    #page-background-inner {
        display: none;
    }

    #main {
        background-color: #f4f4f4;
    }

    article {
    	max-width: 640px;
    	width: auto;
    	margin: 0 auto;
    	float: none;
        padding-bottom: 35px;
    }

    article.full-width {
	    width: auto;
	    padding-right: 35px;
	}

	article.giving-bottom {
		padding-left: 35px;
	}

    .special-header {
		display: none;
	}

    #right-col {
        float: none;
        padding-right: 0;
    }

    .sidebar {
    	margin-top: 0;
    }

    #page-background-l {
		background-color: #f4f4f4;
	}

	.double-footer {
		float: none;
		max-width: 640px;
		width: 90%;
		padding: 0;
		min-height: 0;
		margin: 20px auto 30px;
	}

	.footer-pair {
		max-width: 680px;
		width: 96%;
		margin: 20px auto;
	}

	.single-footer {
		width: 43%;
		margin: 0;
		padding: 0 3%;
	}

	.footer-menu-block {
		border-left: none;
	}
}

@media screen and (max-width: 615px) {
    article {
        max-width: 100%;
        width: 88%;
        padding: 7% 6% 70px;
    }
}

@media screen and (max-width: 500px) {
	article h1 {
        font-size: 28px;
    }

	.announcements-right {
		margin-bottom: 30px;
	}

	.announcement-list {
		float: none;
		width: 100%;
	}

	.announcement {
		padding-right: 0;
	}
}

@media screen and (max-width: 350px) {
	#site-title-text {
        padding: 18px 110px 18px 12px;
    }

    #mobile-search-icon {
    	right: 50px;
    }

    #mobile-menu-icon {
    	right: 5px;
    }
}


/* Print styles
-------------------------------------------------------------------------------*/

@media print {
	header .header-wrap,
	a.visit-news-hub,
	a.email-template-link,
	.sharedaddy,
	.footer-related,
	footer a .campaign,
	#site-footer,
	#wusm-footer,
	#page-background,
	#page-background-inner,
	#left-col,
	#right-col,
	.sidebar {
		display: none !important;
	}

	@page {
		margin: 3cm;
	}

	#print-logo {
		display: inline-block;
	}

	article {
		background-color: #fff;
	}

	.single-post .article-header h1 {
		font-size: 28px;
		line-height: 35px;
	}

	.single-post article > div > p {
		font-size: 14px;
		margin-bottom: 24px;
	}

	.single-post .wp-caption-text, .single-post .featured-image-caption {
		font-size: 12px;
	}

	.single-post .article-footer {
		border-top: 2px solid #ccc;
	}

	.single-post .boilerplate {
		margin-bottom: 20px;
	}
}


/* Firefox "hack"
-------------------------------------------------------------------------------*/

@-moz-document url-prefix() { 
	.spotlight-slider-wrapper {
		height: 235px;
	}
}
