/*
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:	 2018.06.07.0
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;
}

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: 13px;
    line-height: 20px;
    color: #6a6a6a;
    padding: 7px 0 13px 0;
    border-bottom: 1px solid #e0e0e0;
}


/* Header
-------------------------------------------------------------------------------*/

header {
	position: relative;
	width: 100%;
	z-index: 1000;
}

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;
	z-index: 1000;
}

#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;
}

#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;
}

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 {
	font-size: 0;
	position: relative;
	text-align: center;
	z-index: 50;
	height: auto;
	overflow: hidden;
}

#featured-image img {
	display: inline;
	margin: 0 auto;
	max-width: 1440px;
}

.home #featured-image {
	z-index: 1;
	height: 553px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.home #featured-image img {
	display: none;
}

/* Main
-------------------------------------------------------------------------------*/

#main {
	position: relative;
	z-index: 100;
}

#page-background {
	position: fixed;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -100;
	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;
}

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 25px;
	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;
}

.related-content {
	*behavior: url( /wp-content/themes/medicine/_/js/boxsizing.htc );
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px;
	width: 100%;
	clear: both;
	padding: 20px 0;
}

.related-content 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 {
	float: left;
	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;
}

.special-header {
	font-size: 12px;
	margin-bottom: 4px;
	display: inline-block;
}

table.social td.column-1 {
	width: 50%;
	vertical-align: middle;
}

table.social td.column-2,
table.social td.column-3,
table.social td.column-4,
table.social td.column-5,
table.social td.column-6 {
	float: left;
	text-align: center;
}

a.table-facebook,
a.table-instagram,
a.table-home,
a.table-twitter,
a.table-youtube {
	color: #a51417;
	display: block;
	font-size: 24px;
	height: 32px;
	margin: 0 auto;
	width: 32px;
}

a.table-facebook {
	background: url('_/img/facebook.svg');
	background-size: 100%;
	background-color: #3b5d98;
	border-radius: 3px;
}

a.table-instagram {
	background: url('_/img/ig-white.svg');
	background-size: 100%;
	background-color: #833ab4;
	border-radius: 3px;
}

a.table-home {
	background: url('_/img/home.svg');
	background-size: 100%;
	background-color: #a51417;
	border-radius: 3px;
}

a.table-twitter {
	background: url('_/img/twitter.svg');
	background-size: 100%;
	background-color: #55acee;
	border-radius: 3px;
}

a.table-youtube {
	background: url('_/img/youtube.svg');
	background-size: 100%;
	background-color: #cd201f;
	border-radius: 3px;
}

a.table-facebook:hover,
a.table-instagram:hover,
a.table-home:hover,
a.table-twitter:hover,
a.table-youtube:hover {
	opacity: .8;
}

.social-text {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
    clip: rect(1px, 1px, 1px, 1px);
}

/* 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
-------------------------------------------------------------------------------*/

footer {
	position: relative;
	z-index: 1000;
}

.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;
}

#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;
}

#site-footer a#site-facebook,
#site-footer a#site-twitter,
#site-footer a#site-ig,
#site-footer a#site-youtube,
#site-footer a#site-flickr,
#site-footer a#site-youtube,
#site-footer a#site-rss {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: 6px;
}

#site-footer a#site-facebook {
	background: #3b5d98;
}

#site-footer a#site-twitter {
	background: #55acee;
}

#site-footer a#site-ig {
	background: #833ab4;
}

#site-footer a#site-youtube {
	background: #cd201f;
}

#site-footer a#site-flickr {
	background: #0063dc;
}

#site-footer a#site-rss {
	background: #f2861d;
}

#site-social a:hover {
	opacity: 0.8;
}

#site-footer-bottom {
	margin: 0 50px 0 10px;
	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;
	height: 100%;
}

.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;
}

.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 {
	background: #f1f1f1;
	display: none;
	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 h2 {
	-webkit-font-smoothing: antialiased;
	font-size: 30px;
	font-weight: normal;
}

.text-intro {
	background-color: #fff;
}

.text-intro .wrap {
	font-family: Georgia, serif;
	margin: 0 auto;
	max-width: 750px;
	padding: 60px 40px 70px;
	text-align: center;
}

.text-intro h2 {
	-webkit-font-smoothing: antialiased;
	color: #3c3c3d;
	font-size: 35px;
	margin-bottom: 15px;
	margin-top: 0;
}

.text-intro p {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #787878;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
}

.news-home .news-cards .latest-news-block {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background: url('_/img/latest-news-block.jpg');
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	font-family: Georgia, serif;
	padding: 35% 40px 50%;
	text-align: center;
	vertical-align: middle;
	width: 300px;
}

.news-home .news-cards .latest-news-block p {
	color: #fff;
	font-size: 21px;
	font-style: italic;
	line-height: 1.4;
	padding-bottom: 30px;
}

.news-home .news-cards .latest-news-block .link {
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
    font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.news-home .news-cards,
.leaders-home .news-cards {
	margin-top: -30px;
	margin-bottom: 10px;
	width: 100%;
}

.news-home .news-cards {
	margin-bottom: 60px;
}

.home-banner {
	font-size: 0;
	position: relative;
	z-index: 0;
}

ul.home-banner-slider {
	display: block;
	position: relative;
	margin: 0;
}

ul.home-banner-slider .slick-list {
	overflow: hidden;
}

li.home-banner-single {
	float: left;
	width: 100%;
	margin-bottom: -4px;
}

.home-banner-single img {
	position: relative;
	z-index: -1;
	width: 100%;
}

.home-banner-single .home-banneroverlay {
	display: inline-block;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0 );
	width: 100%;
}

.home-banner-single .home-bannerimg {
	width: 100%;
}

.home-banner-single h2 {
	-webkit-font-smoothing: antialiased;
	clear: both;
	display: inline-block;
	max-width: 940px;
	text-align: right;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 44px;
	float: right;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	bottom: 5%;
	left: 0;
	right: 0;
}

.national-leaders-see-all {
	clear: both;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 14px;
	bottom: 0;
	text-align: center;
	margin: 20px auto 35px;
	padding: 5px 15px;
	display: block;
}

.icons-home {
	background-color: #fff;
	position: relative;
	z-index: 1
}

.icons-home .wrap {
	color: #333;
	font-size: 0rem;
	font-weight: 700;
	margin: 0 auto;
	max-width: 940px;
	padding: 45px 0 60px;
	text-align: center;
	text-transform: uppercase;
}

.icons-home .icon {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
}

.icons-home .icon object {
	display: block;
	height: 135px;
	margin: 0 auto;
	padding-bottom: 5px;
	position: relative;
	width: 120px;
	z-index: -1;
}

.icons-home .icon.nobel object {
	width: 135px;
}

.icons-home a.iconlink {
	display: inline-block;
	color: #333;
	position: relative;
	width: 25%;
}

.icons-home a.iconlink:after {
	bottom: 0;
	content: "";
	left: 0;
	position: relative;
	right: 0;
	top: 0;
}

.icons-home a.iconlink:hover {
	color: #990000;
}

.icons-home .icon .context {
	font-size: 14px;
	width: 100%;
}

.cta-home {
	-webkit-font-smoothing: antialiased;
	background: url( '_/img/cta-bg.jpg') center #990000;
	color: #fff;
	padding: 35px 20px;
}

.cta-home.turquoise,
section.cta-home.turquoise {
	-webkit-font-smoothing: antialiased;
	background-color: #339999;
	background-position: center;
	background-image: url( '_/img/cta-diversity/diversity-wallpaper@1x.jpg' );
	background-image: -webkit-image-set( url( '_/img/cta-diversity/diversity-wallpaper@1x.jpg' ) 1x, url( '_/img/cta-diversity/diversity-wallpaper@2x.jpg' ) 2x );
}

.cta-home a {
	color: #fff;
}

.cta-home .wrap {
	margin: 0 auto;
	max-width: 940px;
}

.cta-home .cta-text {
	display: inline-block;
	width: 540px;
}

.cta-home .cta-text h2 {
	font-family: Georgia, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
	margin: 0 0 10px;
}

.cta-home .cta-text p {
	font-size: 18px;
	line-height: 30px;
}

.cta-home .cta-button {
	border: 1px solid #fff;
	border-radius: 3px;
	clear: both;
	display: inline-block;
	float: right;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;;
	padding: 40px 0;
	width: 380px;
}

.cta-home.turquoise .cta-button {
}

.cta-home .cta-button:hover {
	background: rgba(153, 0, 0, .85);
}

.cta-home.turquoise .cta-button:hover {
	background: rgba(38, 115, 115, .85);
}


/* News page
-------------------------------------------------------------------------------*/

.page-news {
	width: 100%;
	background: none;
	padding: 40px 0 0;
	margin: 0 auto;
	float: none;
}

.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;
}
.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;
}

.page-news article {
	float: none;
	padding: 35px 0;
	width: 100%;
	max-width: 100%;
}

.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 .video-card-image img {
	width: 100%;
	float: none;
}
.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;
}
.news-cards {
	background: transparent;
	font-size: 0;
	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 {
	font-size: 0;
	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;
}
.news-cards li div.card:hover {
	box-shadow: 0 3px 6px 0 rgba( 0,0,0,0.20 );
	transform: translateY( -2px );
}
.news-cards .video-card-image,
.editors-pick .video-card-image {
	position: relative;
}
.editors-pick .video-card-image {
	float:left;
	width: 66%;
}
.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;
}
.editors-pick .video-card-image {
	float: left;
	width: 66%;
}
.news-cards li img.video-play-icon,
.editors-pick img.video-play-icon {
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
}
.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;
	font-size: 16px;
}
.generic-cards .article-date,
.news-cards .article-date {
	text-transform: uppercase;
	color: #838383;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.9px;
}
.generic-cards .news-source,
.news-cards .news-source, .ep-card .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: 35px 0 19px;
	font-weight: 700;
	line-height: 1.5;
}
.single-post article > div > h3 {
	margin: 19px 0 10px;
	line-height: 1.5;
	font-size: 20px;
}
.single-post article > div > p, .single-post article > div > div.related-content > p {
	margin: 0 0 35px;
	font-size: 22px;
	font-family: Georgia, serif;
	line-height: 1.5;
}
.single-post article > div > div.related-content > p:last-child {
	margin-bottom: 0;
}
.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;
}
.single-podcast .audio-container {
	margin-bottom: 0;
}
.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 40px;
}
.single-post article > div > ul li,
.single-post article > div > ol li {
	line-height: 33px;
}
.single-post article img {
	display: block;
}
.single-post article img.slideshow-thumbnail:hover {
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
}
.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;
}
.single-post .featured-image-headshot {
	float: right;
	max-width: 250px;
	margin: 0 0 20px 25px;
}
.single-post .featured-image-headshot .image-credit + .featured-image-caption {
	margin: 18px 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;
}

.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;
}

.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: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 21px;
	margin: 0 0 16px;
}
.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-editors-picks {
	background: #f5f5f5;
	padding: 45px 0;
}
.footer-editors-picks h3 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 21px;
}

.feature-photo-credit {
	clear: left;
}


/* 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;
}



.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%;
}



.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;
}

.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;
}

.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;
}



.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;
}




/* Card Styles ( Half-Width )
-------------------------------------------------------------------------------*/

.patient-cards {
	background: #f5f5f5;
	width: 100%;
	margin: 0 auto;
}
.patient-type-title {
	max-width: 940px;
	width: 88%;
	margin: 0 auto 15px;
}
.patient-type-title p {
	border-radius: 2px;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	margin: 0!important;
}
.generic-cards {
	border-top: 1px solid #ccc;
	margin: 0 auto;
	padding-top: 25px;
	width: 100%;
}
.generic-cards ul {
	font-size: 0;
	list-style: none;
	margin: 0;
}
.generic-cards li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px;
}
.generic-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;
}
.generic-cards li > div {
	margin: 10px 0;
}
.generic-cards li > div > a {
	display: block;
}
.generic-cards li .card.odd {
	margin-right: 10px;
}
.generic-cards li .card.even {
	margin-left: 10px;
}

.generic-cards li div.card:hover {
	box-shadow: 0 3px 6px 0 rgba( 0,0,0,0.20 );
	transform: translateY( -2px );
}
.generic-cards li img {
	width: 100%;
	height: auto;
	display: block;
}
.generic-cards li.headshot img {
	height: 200px;
	padding: 21px 0 0 20px;
	z-index: 2;
	width: auto;
	position: relative;
}
.generic-cards .card-text {
	position: relative;
	padding: 10px 23px 24px;
}
.generic-cards .has-audio {
	width: 19px;
	position: absolute;
	top: 8px;
	right: 8px;
}
.generic-cards .article-title {
	display: block;
	margin-bottom: 10px;
	line-height: 1.5;
}
.generic-cards li h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
}
.generic-cards p {
	margin: 0 0 0px;
	color: #333;
	line-height: 1.7;
}
.generic-cards p a {
	margin-bottom: -20px;
}
.generic-cards .article-date {
	text-transform: uppercase;
	color: #838383;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.9px;
}
.generic-cards .patient-source {
	text-transform: uppercase;
	color: #838383;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 15px;
}


/* 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;
	margin-top: -30px;
}

.announcement-excerpt + .announcement-date {
	margin-top: 0;
}

.custom-archive-link h3 {
	margin-top: 0;
	margin-bottom: 0;
}


/* Individual page adjustments
-------------------------------------------------------------------------------*/

.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;
}



/* 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;
}


/* Podcast Styles
-------------------------------------------------------------------------------*/

.podcast_player .wp-audio-shortcode {
	margin: 0 0 10px;
	padding: 0;
}

.podcast_meta {
	padding: 30px 0 20px;
}

/* Emergency Styles
-------------------------------------------------------------------------------*/

.emergency-container {
	width: 100%;
	max-width: 940px;
}

.emergency-alert {
	padding: 15px 20px;
}


/**
* #.# Media Queries
*
* All of the media queries are here. please try to avoid adding anymore, if you're within 10px round it!
*/

@media screen and ( max-width: 1000px ) {
	.news-home .news-cards li.news-block,
	.news-home .news-cards .latest-news-block {
		width: 100%;
	}

	.news-home .news-cards .latest-news-block {
		padding: 30px 40px;
	}

	.news-home .news-cards,
	.leaders-home .news-cards {
		width: 88%;
	}

	.news-home .news-cards li,
	.leaders-home .news-cards li {
		text-align: left;
	}

	li.headshot:last-child {
		display: none;
	}
	#main.page-news {
		background: none;
	}

	.news-cards li {
		width: 50%;
	}

	.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: 970px ) {
	.award-set {
		width: 100%;
	}

	.single-post #main {
		background: none;
	}
	.single-post p {
		padding-right: 0;
	}

	.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;
	}

	#dirform input {
		font-size: 16px;
	}

	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;
	}

	.facts-glance div.cols-3 {
		width: 46%;
		margin-right: 8%;
	}

	.facts-glance div.cols-3.first-child {
		margin: 0 auto 40px;
		float: none;
	}

	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;
	}

	#site-footer-bottom {
		margin: 20px 10px 0 10px;
		padding: 0;
	}

	#site-footer a#site-facebook,
	#site-footer a#site-twitter,
	#site-footer a#site-ig,
	#site-footer a#site-youtube,
	#site-footer a#site-flickr,
	#site-footer a#site-youtube,
	#site-footer a#site-rss {
	    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;
	}


	#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;
	}
	.home-banner-single h2 {
		margin-left: -3%;
	}

	.icons-home .wrap {
		max-width: 600px;
	}

	.icons-home a.iconlink {
		margin-bottom: 20px;
		width: 50%;
	}

	.cta-home .cta-text,
	.cta-home .cta-button {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 750px;
		text-align: center;
		width: 100%;
	}

	.cta-home .cta-button {
		margin: 20px auto 0;
		max-width: 320px;
	}

}
@media screen and ( max-width: 900px ) {
	.editors-pick img, .editors-pick .video-card-image {
		width: 50%;
	}
	.editors-pick-text {
		width: 45%;
	}
}
@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;
	}

	.admin-bar .header-wrap.pull {
		top: 46px;
	}
}
@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: 768px ) {
	.home-banner-single h2,
	.text-intro h2 {
		font-size: 28px;
	}

	.news-home .news {
		padding: 0;
	}

	.national-leaders-see-all {
		margin-bottom: 40px;
	}
}
@media screen and ( max-width: 750px ) {
	.hero-text {
		background: none;
		margin-top: 0;
	}

	.hero-text .wrapper {
		padding: 25px 0 8px 0;
	}

	.editors-pick > div {
		padding-bottom: 24px;
	}
	.editors-pick img,
	.editors-pick .video-card-image {
		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;
	}

	.single-post blockquote p {
		font-size: 27px;
	}
	.single-post .name {
		font-size: 16px;
	}
}
@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;
	}
}
@media screen and ( max-width: 700px ) {
	.page-news {
		padding-top: 30px;
	}

	.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;
	}

	.page-news article {
		padding: 6% 0;
	}

	.releases-callout {
		max-width: 500px;
	}

	.releases-intro {
		width: 96%;
		margin-bottom: 20px;
	}

	.mpa-contact {
		width: 96%;
	}

	.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: 660px ) {
	.news-cards li {
		width: 100%;
	}

	.generic-cards li {
		width: 100%;
	}
	.generic-cards li .card.odd,
	.generic-cards li .card.even {
		margin-left: 0;
		margin-right: 0;
	}
}
@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;
	}

	.single-post .featured-image-caption {
		padding-right: 0;
		margin-top: 18px;
	}
}
@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;
	}
}
@media screen and ( max-width: 615px ) {
	article {
		max-width: 100%;
		width: 88%;
		padding: 7% 6% 70px;
	}
}
@media screen and ( max-width: 600px ) {
	article blockquote {
		margin-left: 0;
	}

	.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;
	}

	.admission-footer li {
		width: 96%;
	}
	.home-banner-single h2 {
		font-size: 21px;
	}

	.text-intro h2 {
		font-size: 24px;
	}

	.text-intro p {
		font-size: 16px;
	}

	.text-intro .wrap {
		padding: 40px 20px 50px;
	}

	.home-banner-single h2 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		margin-left: 0;
		padding: 1% 4%;
	}

	.news-home .news-cards ul,
	.leaders-home .news-cards ul  {
		margin: 0 10px;
	}

	.news-home .news-cards,
	.leaders-home .news-cards {
		width: 100%;
	}

	.news-home .news-cards {
		margin-bottom: 30px;
	}

	.cta-home .cta-text h2 {
		font-size: 24px;
	}

	.cta-home .cta-text p {
		font-size: 16px;
		line-height: 30px;
	}

	.cta-home .cta-button {
		font-size: 16px;
		padding: 35px 0;
	}

}
@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: 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 ( max-width: 520px ) {
	.cardio-vascular .half {
		width: 100%;
	}

	.cv-border {
		border: none;
	}
}
@media screen and ( max-width: 500px ) {
	.news-subnav li {
		margin: 0 20px 10px 0;
	}

	.single-post .featured-image-headshot {
		float: none;
		margin: 0 0 25px 0;
	}
	.single-post .featured-image-headshot .featured-image-caption {
		margin: 10px 0 20px;
	}

	.article-header {
		margin-bottom: 20px;
	}
	.article-header h1 {
		font-size: 26px;
		line-height: 34px;
	}
	.article-header .subhead {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 16px;
	}
	.single-post p.meta-header {
		margin-bottom: 25px;
	}
	.single-post .featured-image-caption {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.single-post article > div > h2 {
		font-size: 18px;
		margin-top: 18px;
		margin-bottom: 7px;
	}
	.single-post article > div > h3 {
		font-size: 17px;
		margin-top: 17px;
		margin-bottom: 7px;
	}
	.single-post article > div > p {
		font-size: 16px;
		margin-bottom: 16px;
		line-height: 23px;
	}
	.single-post blockquote p {
		font-size: 22px;
	}
	.single-post article > div > ul, .single-post article > div > ol {
		font-size: 16px;
		margin-bottom: 19px;
	}
	.single-post article > div > ul li, .single-post article > div > ol li {
		line-height: 23px;
	}
	.single-post .aligncenter, .single-post .alignnone, .single-post article .wp-caption.alignleft, .single-post article img.alignleft, .single-post article .wp-caption.alignright, .single-post article img.alignright {
		margin-bottom: 10px;
	}
	.single-post .wp-caption .credit-container {
		margin-bottom: 17px;
	}
	.single-post .alignleft .wp-caption-text, .single-post .alignright .wp-caption-text {
		border-bottom: none;
	}
	.single-post .sharedaddy.sd-sharing-enabled {
		margin-top: 10px;
	}
	.single-post .sharedaddy.sd-sharing-enabled .sd-content ul li {
		padding-right: 10px;
	}
	.single-post .name {
		font-size: 14px;
	}

	article h1 {
		font-size: 28px;
	}

	.announcements-right {
		margin-bottom: 30px;
	}

	.announcement-list {
		float: none;
		width: 100%;
	}

	.announcement {
		padding-right: 0;
	}

	.cta-home.turquoise {
		background-image: url( '_/img/cta-diversity/diversity-wallpaper-mobile@1x.jpg' );
		background-image: -webkit-image-set( url( '_/img/cta-diversity/diversity-wallpaper-mobile@1x.jpg' ) 1x, url( '_/img/cta-diversity/diversity-wallpaper-mobile@2x.jpg' ) 2x );
	}
}
@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;
	}
}
@media screen and ( max-width: 400px ) {
	.news-filters > ul {
		margin-right: 0;
	}

	.icons-home .wrap {
		max-width: 230px;
	}

	.icons-home a.iconlink {
		width: 100%;
	}

	/*.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;
	}
}
@media screen and ( max-width: 350px ) {
	#site-title-text {
		padding: 18px 110px 18px 12px;
	}

	#mobile-search-icon {
		right: 50px;
	}

	#mobile-menu-icon {
		right: 5px;
	}
}
@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;
	}
}

@media screen and ( min-width: 971px ) {
	.stick header {
		height: auto!important;
	}

	.mobile-container {
		display: none;
	}

	.special-head {
		padding-top: 31px;
	}
}

/* Retina styles
-------------------------------------------------------------------------------*/
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.news-home .news-cards .latest-news-block {
		background: url('_/img/latest-news-block-2x.jpg');
	}
}


/* Print styles
-------------------------------------------------------------------------------*/

@media print {
	header .header-wrap,
	a.visit-news-hub,
	a.email-template-link,
	.sharedaddy,
	.footer-editors-picks,
	footer a .campaign,
	#site-footer,
	#wusm-footer,
	#page-background,
	#page-background-inner,
	#left-col,
	#right-col,
	.sidebar,
	#article-audio {
		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, .single-post article > div > div.related-content p {
		font-size: 14px;
		margin-bottom: 24px;
	}

	.single-post article > div > ul > li, .single-post article > div > ol > li {
		font-size: 14px;
	}

	.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;
	}
}
