@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,700,700i);
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	line-height: 1.6;
	font-size: 62.5%;
	font-family: "Source Sans Pro", sans-serif;
	color: #1b1b1b;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

#content {
	max-width: 100vw;
}

#s4-bodyContainer {
	display: block;
	max-width: 100vw;
}

#s4-workspace {
	-webkit-overflow-scrolling:touch;
}

#viewport {
	display: block;
	overflow: hidden;
}

fieldset {
	border: none;
}

#generic-intro .wysiwyg table p, #generic-body .wysiwyg table p {
	line-height:1.4;
	margin:.5em;
}

.container, #research-centers .container {
	box-sizing: border-box;
	max-width: 1340px;
	width: 85%;
	margin: 0 auto;
}

.container.full-mobile {
	width: 100%;
}

.container.full-tablet {
	width: 100%;
	max-width:100%;
}

#life-at-brown .container {
	max-width:1340px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.column {
	box-sizing: border-box;
	width: 100%;
}

.clear {
	clear: both;
}

::-moz-selection {
	background: #a51417;
	color: #fff;
}

::selection {
	background: #a51417;
	color: #fff;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .2s linear;
					transition: all .2s linear;
}

a.regLink, a.regLink:link, a.regLink:visited, a.regLink:active {
	color: #a51417;
}
a.regLink:hover {
	color: #c72024;
}

a[href^=tel] {
	cursor: text;
	color: inherit;
	text-decoration: none;
}

a[href^=tel]:hover {
	text-decoration: none;
}

a img {
	border: none;
}

ul {
	list-style: none;
}

hr {
	height: 1px;
	border: none;
	background: #000;
	margin-bottom: 1em;
}

.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
	font-size: 1.6em;
	margin-bottom: 1.2em;
}

.wysiwyg ul ul, .wysiwyg ol ol {
	font-size: 1em;
}

.wysiwyg ul, .wysiwyg ol {
	padding-left: 1em;
	margin-left: 1.5em;
}

.wysiwyg ul {
	padding-left: 1em;
	list-style: disc;
}

.wysiwyg li {
	line-height: 1.3;
	margin-bottom: .5em;
}

.wysiwyg li:last-child {
	margin-bottom: 0;
}

.wysiwyg img {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.wysiwyg cite {
	font-size: 1.8em;
	font-style: normal;
}

.wysiwyg cite em {
	display: block;
	font-style: italic;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

address {
	font-style: normal;
}

.toggle {
	cursor: pointer;
}

figure {
	max-width: 100%;
}

#s4-workspace img {
	max-width: 100%;
	height: auto;
}

#s4-workspace .wustl-shield img {
	width:100%;
}

.social-links {
	list-style: none;
}

.social-links li {
	display: inline-block;
	margin: 0 6px;
}

.social-links li.facebook {
	margin: 0 2px;
}

.social-links svg {
	max-width: 24px;
	height: 24px;
}

iframe {
	border: none;
	width: 100%;
}

.toggle {
	cursor: pointer;
}

.alignright, .alignleft {
	margin-bottom: 20px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button, input.button {
	background: none;
	outline: none;
}

.button, input.button {
	display: inline-block;
	border: 6px solid;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	padding: 12px 20px 11px;
	font-size: 17px;
	font-weight: 600;
	-webkit-transition: .2s;
					transition: .2s;
}

.button.green, input.button.green {
	border-color: #67c8c7;
}

.button.red, input.button.red, a.button {
	color:#a51417;
}

.button.red:hover, a.button:hover {
	color:#c72024;
	border-color:#c72024;
}

.cta.with-photo a.button:hover {
	border-color: #ffffff;
}

a.button.green, a.button.green:hover {
	border-color: #67c8c7;
	color: #000000;
}

.button-row .button, .button-row input.button {
	margin: 0 10px 1em;
}

.button:hover, input.button:hover {
	background: #f5f5f5;
}

.slide-toggle {
	cursor: pointer;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
svg.link-out {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 5px;
	fill: currentColor;
}

#featured svg.link-out {
	fill: #fff;
	margin-top: -7px;
}

.date svg.link-out {
	margin-top: -2px;
	fill: currentColor;
}

#generic-intro svg.link-out, #generic-body svg.link-out {
	margin-top: -7px;
}

#apply-links svg.link-out {
	fill: #6c7373;
	width: 20px;
	height: 20px;
}

svg.book {
	width: 65px;
	height: 44px;
}

svg.link-arrow {
	fill: #67c8c7;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	width: 24px;
	height: 13px;
}

aside svg.link-arrow {
	width: 24px;
	height: 13px;
	margin-left: 8px;
}

.news-event-feed svg.link-arrow {
	width: 38px;
	height: 22px;
	fill: #c8c8c8;
	margin-right: 8px;
}

.item svg.link-arrow {
	fill: #fff;
	margin-left: 5px;
}

article .at-style-responsive .at-share-btn {
	padding: 0;
}

article .at-style-responsive .at-share-btn:first-child {
	margin-left: 0;
}

article .at-style-responsive .at-share-btn:last-child {
	margin-right: 0;
}

.at-icon-wrapper {
	background-color: transparent !important;
	cursor: pointer;
	width: 40px !important;
	height: 40px !important;
}

article .at-resp-share-element .at-icon {
	fill: #67c8c7 !important;
	width: 40px !important;
	height: 40px !important;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tab-heading {
	cursor: pointer;
	position: relative;
}

.with-arrow .tab-heading {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.6em;
	letter-spacing: 0.075em;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
}

.with-arrow .tab-heading:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 1px;
	left: 50%;
	margin-left: -18px;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 16px solid #a51417;
	-webkit-transition: .2s;
					transition: .2s;
	opacity: 0;
}

.with-arrow .tab-heading.active:after {
	bottom: -15px;
	opacity: 1;
}

.tab-content {
	position: relative;
}

.tab {
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: .2s;
					transition: .2s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.tab.active {
	position: relative;
	opacity: 1;
	visibility: visible;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input, select, textarea {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 21px;
	margin-bottom: 30px;
}

input[type="submit"], button {
	cursor: pointer;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="submit"] {
	border: 6px solid;
	color: #a51417;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
textarea {
	border: none;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 0;
	background: #f1f0f0;
	width: 100%;
	-webkit-appearance: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #6c7373;
	-webkit-transition: .2s;
					transition: .2s;
}

input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
	color: #6c7373;
	transition: .2s;
}

input[type='text']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: .5;
}

input[type='text']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: .5;
}

select {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	background: #f1f0f0 url("/style library/images/select.svg") no-repeat calc(100% - 15px) center;
	background-size: 13px 21px;
	padding: 0 15px;
	height: 47px;
	width: 100%;
	color: #6c7373;
}

.form-container label {
	display: none;
	color: #6c7373;
	font-size: 2.1em;
}

.checkbox .form-container label {
	display: inline-block;
}

.form-container .label {
	font-size: 2.1em;
	color: #6c7373;
	margin-bottom: 1em;
	width:100%;
}

.form-container .input {
	width: 100%;
	float:none;
	margin-top:0px;
	margin-bottom:0px;
}

.form-container input[type='checkbox'] {
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.form-container input[type='radio'] {
	cursor: pointer;
	position: absolute;
	margin-left: -15px;
	margin-top: 13px;
}

.form-container input[type='checkbox'] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	margin-bottom: 18px;
}

.form-container input[type='radio'] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
	margin-bottom: 18px;

}

.form-container input[type='checkbox'] + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	height: 22px;
	width: 22px;
	border: 2px solid #6c7373;
	-webkit-transition: .2s;
					transition: .2s;
}

.form-container input[type='radio'] + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	height: 22px;
	width: 22px;

}

.form-container input[type='checkbox'] + label.mt:before {
	border: 2px solid red;
}

.form-container input[type='checkbox'] + label:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -7px;
	height: 14px;
	width: 15px;
	background: url("/style library/images/check.svg") no-repeat;
	-webkit-transition: .2s;
					transition: .2s;
	visibility: hidden;
	opacity: 0;
}

.form-container input[type='radio'] + label:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -7px;
	height: 14px;
	width: 15px;
	-webkit-transition: .2s;
					transition: .2s;
	visibility: hidden;
	opacity: 0;
}

.form-container input[type='checkbox']:checked + label:before {
	background: #eeeeee;
}

.form-container input[type='checkbox']:checked + label:after {
	margin-top: -15px;
	height: 22px;
	width: 26px;
	visibility: visible;
	opacity: 1;
}

.input.checkbox {
	margin-bottom: 30px;
}

.required {
	color: #6c7373;
	font-size: 1.6em;
	text-align: right;
	margin-top: -20px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.category:not(.site) {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.075em;
	position: relative;
	display: none;
	padding-bottom: 25px;
}

.category:not(.site):after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 40px;
	height: 7px;
	background: #67c8c7;
	left: 0;
}

.js-more, .back-to-top {
	color: #a51417;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.075em;
	font-size: 1.6em;
	margin: 0 0 40px 0;
	cursor: pointer;
}

.show-all .js-more, .show-all .back-to-top {
	display: none;
}

#faculty-bio .bio-details .js-more svg, #faculty-bio .bio-details .back-to-top svg {
	fill: currentColor;
}

svg.more, svg.top {
	vertical-align: middle;
	margin-top: -3px;
	width: 15px;
	height: 15px;
	margin-left: 3px;
	fill: currentColor;
}

svg.more {
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}

svg.top {
	margin-top: -5px;
	-webkit-transform: rotate(-90deg);
					transform: rotate(-90deg);
}

.js-more-wrap {
	visibility: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: .4s;
					transition: .4s;
}

.js-more-wrap .back-to-top {
	display: none;
}

.show-all .js-more-wrap {
	visibility: visible;
	height: auto;
	opacity: 1;
}

.show-all .js-more-wrap .back-to-top {
	display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

#header {
	background: #282828;
	position: relative;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

#header nav {
	width: 100%;
}

#header .togglee {
	-webkit-transition: .2s;
					transition: .2s;
}

#header .tagline {
	display: none;
}

.alert-box {
	width: 100%;
	display: block;
	min-height: 60px;
	/*line-height: 60px;*/
	line-height:35px;
	padding: 12.4px!important;
	color: #000000;
	background: #e7a922;
	font-weight: bold;
	padding: 0 40px;
	box-sizing: border-box;
	font-size: 2em;
}

#nav-wrap-toggle {
	color: #fff;
	width: 60px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0;
	-webkit-transition: .2s;
					transition: .2s;
	position: relative;
	z-index: 101;
	height: 60px;
	cursor: pointer;
}

#nav-wrap-toggle:hover, #nav-wrap-toggle:focus, #nav-wrap-toggle.show {
	background: #67c8c7;
}

#nav-wrap-toggle .label {
	visibility: visible;
	opacity: 1;
	-webkit-transition: .4s;
					transition: .4s;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	-webkit-perspective: 80px;
	perspective: 80px;
}

#nav-wrap-toggle .label .open, #nav-wrap-toggle .label .open:before, #nav-wrap-toggle .label .open:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	height: 4px;
	background: #fff;
	width: 26px;
	margin-left: -13px;
	display: block;
	-webkit-transition: .4s;
					transition: .4s;
}

#nav-wrap-toggle .label .open:before {
	top: -7px;
}

#nav-wrap-toggle .label .open:after {
	top: 11px;
}

.show #nav-wrap-toggle {
	position: fixed;
	top: 0;
	right: 0;
}

.show #nav-wrap-toggle .open {
	-webkit-transform: rotateY(180deg);
					transform: rotateY(180deg);
	background: transparent;
}

.show #nav-wrap-toggle .open:before, .show #nav-wrap-toggle .open:after {
	width: 30px;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -2px;
}

.show #nav-wrap-toggle .open:before {
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}

.show #nav-wrap-toggle .open:after {
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}

#logo-wrap {
	width: calc(100% - 60px);
}

#logo-wrap a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	height: 60px;
	color: #fff;
	font-family: "Libre Baskerville", serif;
	font-size: 1.8em;
	box-sizing: border-box;
	padding-left: 20px;
}

#logo-wrap .wu-logo {
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
	border-right: 1px solid #fff;
}

#logo-wrap .brown-logo {
	display: inline-block;
}

#logo-wrap svg {
	width: 220px;
	fill: currentColor;
	vertical-align: middle;
}

#nav-wrap {
	visibility: hidden;
	position: fixed;
	right: -320px;
	top: 60px;
	width: 320px;
	-ms-flex-line-pack: start;
			align-content: flex-start;
	-webkit-transition: .2s;
					transition: .2s;
	background: #282828;
	z-index: 100;
	bottom: 0;
}

#nav-wrap.show {
	overflow-y: scroll;
	visibility: visible;
	right: 0;
}

#nav-wrap ul {
	list-style: none;
}

#nav-wrap li {
	display: block;
}

#primary-nav {
	font-size: 1.5em;
}

#primary-nav a.first-level, #primary-nav ul.static a {
	position: relative;
	display: block;
	font-family: "Libre Baskerville", serif;
	font-weight: bold;
	color: #fff;
	padding: 12px 20px;
	border-bottom: 2px solid #333535;
}

#primary-nav ul.static a:link, #primary-nav ul.static a:visited, 
#primary-nav ul.static a:hover, #primary-nav ul.static a:active {
	color:#ffffff;
}

#primary-nav .accessible-megamenu-top-nav-item, #primary-nav .accessible-megamenu-top-nav-item ul.ms-core-listMenu-root, #primary-nav .accessible-megamenu-top-nav-item ul.ms-core-listMenu-root > li.static, #primary-nav .accessible-megamenu-top-nav-item ul.ms-core-listMenu-root > li.static ul.static {
	width:100%;
	height:100%;
}

#primary-nav li.static ul.static > li.static > ul.dynamic li.dynamic {
	display:block;
}

#primary-nav li.static ul.static > li.static > ul.dynamic li.dynamic:last-child a {
	border-bottom:none;
}

#primary-nav li.static ul.static > li.static > ul.dynamic li.dynamic a, 
#primary-nav li.static ul.static > li.static > ul.dynamic li.dynamic a:hover {
	color:#1b1b1b;
}

#primary-nav a.first-level svg {
	position: absolute;
	right: 20px;
	fill: currentColor;
	height: 16px;
	width: 11px;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: .2s;
					transition: .2s;
}

#primary-nav .show a.first-level svg {
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}

#primary-nav .sub-nav {
	background: #f2f2f2;
	text-align: left;
	display: none;
	padding: 30px 25px;
}

#primary-nav .sub-nav.show {
	display: block;
}

#primary-nav .sub-nav-group li {
	display: block;
}

#primary-nav .sub-nav-group p {
	display: none;
}

#primary-nav .quicklinks ul {
	max-width: 500px;
	border-left: 3px solid #fff;
	-webkit-column-rule: 3px solid #fff;
		 -moz-column-rule: 3px solid #fff;
					column-rule: 3px solid #fff;
	-webkit-column-count: 2;
		 -moz-column-count: 2;
					column-count: 2;
	padding-left: 5px;
	line-height: 1.4;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

#primary-nav .quicklinks ul li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: .75em;
	box-sizing: border-box;
	width: 100%;
}

#primary-nav .quicklinks a:hover {
	color: #a51417;
}

.sub-nav .heading {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 1.5em;
}

.sub-nav .button {
	margin-bottom: 2em;
}

.sub-nav .button:hover {
	background: #fff;
}

.sub-nav p {
	font-family: "Libre Baskerville", serif;
	font-weight: bold;
	margin-bottom: 1.5em;
}

#secondary-nav {
	text-transform: uppercase;
	color: #88ddda;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	padding: 20px 0;
	font-weight: 600;
}

#secondary-nav a {
	padding: 5px 20px;
	display: inline-block;
}

#secondary-nav a:hover, #secondary-nav a.selected, #nav-wrap #secondary-nav a.current {
	color: #fff;
}

#search {
	position: relative;
	width: 100%;
}

#search input[type="text"] {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 55px;
	background: #faf9f9;
	font-size: 1.8em;
	margin-bottom: 0;
	color: #282828;
}
/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	html #search input[type="text"] {
		line-height: 25px;
	}
}
/*  Chrome  */
#search div.ms-srch-sbLarge.ms-srch-sb-border {
	display: block;
}

#search div.ms-srch-sbLarge.ms-srch-sb-border input {
	font-family: "Source Sans Pro",sans-serif;
	font-weight: 600;
	letter-spacing: .2em;
	font-size: 13px;
	color: #6c7373;
	text-transform: uppercase;
}

#search input[type="text"]::-webkit-input-placeholder {
	font-weight: 600;
	color: #282828;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 13px;
}

#search input[type="text"]::-moz-placeholder {
	font-weight: 600;
	color: #282828;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 13px;
}

#search input[type="submit"], #search button {
	font-size: 0;
	width: 45px;
	height: 45px;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	color: #333;
	-webkit-transition: .2s;
					transition: .2s;
}

#search input[type="submit"]:hover, #search button:hover {
	color: #a51417;
}

#search svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.slideshow-wrap, .slideshow {
	position: relative;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

/* IE Fix */
.brochure .container.flex .column .slideshow.slick-slider.slick-initialized.dot-slideshow .slick-track figure {
	display:block;
}

.slideshow .slide:focus, .slideshow .slide a {
	outline: none;
}

.slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slide img {
	width: 100%;
	display: block;
}

.slide .image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slick-initialized .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}

/* Default Arrows */
.slick-arrow {
	border: 0;
	outline: 0;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	width: 38px;
	height: 38px;
	background: #a51417;
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	-webkit-transition: .2s;
					transition: .2s;
}

.slick-arrow:hover {
	background: #8a1113;
}

.slick-arrow svg {
	fill: #fff;
	margin-top: 7px;
	width: 15px;
	height: 25px;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-next {
	left: 38px;
}

.slick-dots {
	position: absolute;
	left: calc(7.5% - 12px);
	top: 30px;
	z-index: 1;
	text-align: center;
	font-size: 0;
}

.slick-dots button {
	font-size: 0;
	line-height: 0;
	display: block;
	border: 0;
	outline: none;
	width: 30px;
	height: 30px;
	padding: 16px;
	background: none;
	cursor: pointer;
}

.slick-dots button:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: background .2s linear;
					transition: background .2s linear;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 4px;
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
	background: #fff;
}

/* Brochure Dots */
.brochure .slick-dots {
	left: calc(7.5% - 12px);
}

/* Home Event Feed Dots */
.home #event-feed .slick-dots {
	position: relative;
	left: 0;
	right: 0;
	bottom: auto;
	top: auto;
	text-align: left;
	background: #393939;
	height: 70px;
	padding: 0 30px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

/* Mobile Only Slideshow Dots */
.mobile-slideshow .slick-dots {
	left: 0;
	right: 0;
	top: auto;
	bottom: 30px;
}

.mobile-slideshow .slick-dots button:before {
	background: rgba(108, 115, 115, 0.5);
}

.mobile-slideshow .slick-dots li.slick-active button:before,
.mobile-slideshow .slick-dots li:hover button:before {
	background: #6c7373;
}

/*--------------------------------------------------------------
# Intros
--------------------------------------------------------------*/
.intro {
	padding: 50px 0 25px;
	/* Tablet */
}

.intro.with-photo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}

.intro .container {
	max-width: 980px;
}

.intro p {
	font-size: 1.8em;
}

.intro br {
	display: none;
}

.intro .slideshow {
	color: #a51417;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2.5em;
	letter-spacing: 0.075em;
	padding: 30px 0;
	margin-bottom: 20px;
}

.intro .slideshow:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -110px;
	height: 5px;
	background: #a51417;
	width: 220px;
}

.intro .slide {
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-justify-content: center;
	text-align: center;
}

#program-intro {
	/* Tablet */
	/* Desktop */
}

#program-intro .container {
	max-width: 1340px;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

#program-intro .button {
	margin-bottom: 1.5em;
	color: #a51417;
	border-width: 8px;
}

#news-intro {
	position: relative;
	/* Desktop */
}

#news-intro p {
	font-size: 2.2em;
}

.news #news-intro p {
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-size: 1.8em;
	font-weight: 600;
}

#news-intro #breadcrumbs {
	padding-top: 0;
	margin-bottom: 50px;
	color: #fff;
}

#generic-intro + .intro {
	background: #f2f2f2;
}

/*--------------------------------------------------------------
# News Feed
--------------------------------------------------------------*/
.news-feed {
	/* end figcaption */
	/* end .more */
}

.news-feed .heading {
	position: relative;
	z-index: 3;
}

.news-feed .container {
	position: relative;
}

.news-feed.full .container {
	width: 100%;
	max-width: 100%;
}

.news-feed .slideshow {
	background: #393939;
}

.home .news-feed {
	background: #f2f2f2;
	padding-bottom: 35px;
}

.home .news-feed .slideshow {
	margin-bottom: 35px;
}

.faculty-individual .news-feed {
	margin-bottom: 90px;
}

.faculty-individual .news-feed .container {
	max-width: 1440px;
}

.faculty-individual .news-feed .slide {
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.faculty-individual .news-feed .slick-dots {
	top: 60px;
}

.news-feed .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-feed .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	-webkit-transition: .2s;
					transition: .2s;
}

.news-feed .image a {
	display: block;
}

.news-feed .image:hover {
	opacity: .8;
}

.news-feed.full .image:hover {
	opacity: 1;
}

.news-feed figcaption {
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
	padding: 50px 7.5%;
	background: #393939;
	/* Desktop */
}

.news-feed figcaption .category:not(.site) {
	display: none;
	margin-bottom: 3em;
}

.news-feed figcaption .title {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #bdbfc0;
	font-weight: 600;
	letter-spacing: 0.075em;
	margin-bottom: 2.5em;
}

.news-feed figcaption p {
	font-size: 1.8em;
	margin-bottom: 1.5em;
}

.news-feed figcaption a {
	font-size: 1.6em;
	color: #67c8c7;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.075em;
	position: relative;
}

.news-feed figcaption a:hover {
	color: #fff;
}

.news-feed figcaption svg {
	display: none;
}

.news-feed .more {
	color: #a51417;
	font-weight: 600;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	text-align: center;
	/* Tablet */
	/* Desktop */
}

.news-feed .more a {
	position: relative;
	display: block;
}

.news-feed .more a:hover {
	color: #c72024;
}

.news-feed .more a:after {
	content: "";
	background: #67c8c7;
	position: relative;
	height: 3px;
	width: 100px;
	display: block;
	margin: 20px auto 0;
}

.news-feed .more a:first-child {
	margin-bottom: 20px;
}

.news-feed .more a:last-child {
	margin-right: 0;
}

.news-feed .more a:last-child:after {
	display: none;
}

.inlineImage {
	display:table;
}

.inlineImage.ms-rtePosition-1 {
	padding-right: 20px;
}

.inlineImage.ms-rtePosition-2 {
	padding-left: 20px;
}

.inlineImage img {
	margin:10px;
}

html .ms-rtestate-field .inlineImage p {
	color: #626464;
	font-style:italic;
	font-size: 1.6em;
	margin-left:10px;
	display: table-caption;
	caption-side:bottom;
}

html .inlineImage.ms-rtePosition-1 p {
	margin-right: 30px;
}

html .inlineImage.ms-rtePosition-2 p {
	margin-left: 30px;
}


/*--------------------------------------------------------------
# Brochure Block
--------------------------------------------------------------*/
.brochure {
	/* end .more */
}
/* IE Fix */
.brochure .quote.flex.column.half.center, .brochure .column.center .quote.flex {
	display:block;
}

.brochure .dark {
	background: #393939;
	color: #fff;
}

.brochure .light {
	background: #ededed;
}

.brochure .slide {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
}

.brochure figcaption {
	padding: 50px 7.5% 50px;
}

.brochure figcaption p {
	font-size: 1.6em;
	margin-bottom: 1em;
}

.brochure figcaption p a {
	color: #a51417;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.075em;
}

.brochure .dark figcaption p a {
	color: #67c8c7;
	text-transform: none;
	letter-spacing:normal;
}

.brochure .dark figcaption p a:hover {
	color:#ffffff;
}

.brochure figcaption p:last-child {
	margin-bottom: 0;
}

.brochure figcaption svg {
	height: 23px;
	width: 40px;
	display: inline-block;
	fill: #fff;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 15px;
}

.brochure .category:not(.site) {
	padding-bottom: .75em;
	margin-bottom: 3.5em;
}

.brochure .more {
	color: #a51417;
	font-weight: 600;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	text-align: center;
	padding: 50px 0 0 0;
	/* Tablet */
}

.brochure .more a {
	position: relative;
	display: block;
}

.brochure .more a:hover {
	color: #c72024;
}

.brochure .more a:after {
	content: "";
	background: #67c8c7;
	position: relative;
	height: 3px;
	width: 100px;
	display: block;
	margin: 20px auto 0;
}

.brochure .more a:first-child {
	margin-bottom: 20px;
}

.brochure .more a:last-child {
	margin-right: 0;
}

.brochure .more a:last-child:after {
	display: none;
}

.brochure-list {
	/* Desktop */
}

.brochure-list .brochure {
	margin-bottom: 30px;
	background: #ededed;
}

.brochure-list .image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.brochure-list figcaption a {
	color: #a51417;
	font-size: 1.5em;
}

/*--------------------------------------------------------------
# Quotes
--------------------------------------------------------------*/
.quote {
	padding: 50px 7.5%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.quote.red {
	background: #a51417;
	color: #fff;
}

.quote img {
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 60px;
}

.quote p {
	font-size: 1.8em;
	margin-bottom: 2em;
	font-family: "Libre Baskerville", serif;
	font-weight: bold;
	line-height: 1.8;
}

.quote cite {
	text-transform: uppercase;
	font-style: normal;
	font-size: 1.7em;
	letter-spacing: 0.025em;
	font-weight: 800;
}

.quote .cite-more {
	font-size: 1.8em;
	font-weight: bold;
	color: #67c8c7;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	margin-top: 90px;
}

#quote-with-photo {
	margin-bottom: 70px;
}

#quote-with-photo img {
	display: block;
	width: 100%;
}

#quote-with-photo .column:last-child {
	background: #ededed;
}

/*--------------------------------------------------------------
# Stats
--------------------------------------------------------------*/
.stats {
	padding: 0 0 40px 0;
	text-align: center;
	/* Tablet */
}

.generic .stats {
	background: #f2f2f2;
	padding-top: 100px;
}

.stats .slideshow {
	padding-bottom: 70px;
}

.stats .column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-justify-content: flex-start;
	padding: 20px 0;
}
/* IE Fix */
.stats .container.slideshow.flex figure figcaption {
	max-width:100%;
}
	
.stats .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-bottom: 30px;
	height: 120px;
	max-width: 120px;
}

.stats img {
	display: inline-block;
}

.stats p {
	color: #a51417;
	font-size: 1.7em;
	font-weight: 600;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	line-height: 1.5;
}

/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/
.cta {
	font-size: 2em;
	position: relative;
	/* end .with-divider */
	/* end .with-graphic */
}

.cta .container {
	position: relative;
	z-index: 1;
}

.cta p {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.075em;
	color: #6c7373;
	margin-bottom: 1.5em;
}

.cta a {
	font-weight: bold;
	color: #a51417;
}

.cta a:hover {
	color: #c72024;
}

.generic .cta a, .news .cta a {
	text-decoration: underline;
}

.cta.with-divider {
	padding: 80px 0;
	background: #f2f2f2;
	/* Desktop */
}

.cta.with-divider .column {
	position: relative;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	text-align: center;
}

.cta.with-divider .column:first-child {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.cta.with-divider .column:first-child:after {
	content: "";
	position: absolute;
	right: 10%;
	bottom: -2px;
	left: 10%;
	height: 4px;
	background: #c8c8c8;
}

.cta.with-graphic {
	padding: 80px 0;
	background: #f2f2f2;
	/* Desktop */
}

.cta.with-graphic .column {
	text-transform: uppercase;
	-webkit-box-pack: end;
			-ms-flex-pack: end;
					justify-content: flex-end;
}

.cta.with-graphic img {
	margin-bottom: 20px;
	max-width: 150px;
}

.cta.with-graphic a {
	display: block;
	color: #a51417;
	font-weight: 600;
	letter-spacing: 0.075em;
}

.cta.with-graphic a:hover {
	color: #c72024;
}

.cta.with-photo {
	color: #fff;
	/* Desktop */
}

.cta.with-photo .container {
	width: 100%;
}

.cta.with-photo img {
	display: block;
	width: 100%;
}

.cta.with-photo .text-container {
	position: absolute;
	z-index: 1;
	left: 7.5%;
	right: 7.5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}

.cta.with-photo .button {
	margin: 0 20px 20px;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #fff;
	font-weight: 600;
	text-decoration:none;
}

.cta.with-photo .button:hover {
	background: rgba(255, 255, 255, 0.65);
}

.cta .newsletter {
	max-width: 390px;
	margin: 0 auto;
}

.cta .newsletter p {
	color: #a51417;
}

.cta .input {
	padding: 0 6px;
}

.cta input[type="text"] {
	background: #fff;
	height: 48px;
	margin-bottom: 12px;
}

.cta input[type="submit"] {
	background: #c72024;
	color: #fff;
	border-color: #c72024;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0;
	height: 48px;
	width: 92px;
	font-weight: bold;
	letter-spacing: 0.1em;
	-webkit-transition: .2s;
					transition: .2s;
}

.cta input[type="submit"]:hover {
	background: #a51417;
	border-color: #a51417;
}

.cta .submit {
	text-align: left;
	-webkit-box-flex: 0;
			-ms-flex-positive: 0;
					flex-grow: 0;
}

.news-feed + .cta {
	background: #fff;
}

/*--------------------------------------------------------------
# Filter
--------------------------------------------------------------*/
.filter-options {
	background: #f2f2f2;
}

.filter-options .tab {
	padding: 70px 7.5%;
}

#extraColumn table {
/* Chrome on Windows 
	BUG FIX 2021	*/
/*  display:grid;*/
	display:table;
}

.filter-options .tab ul, #extraColumn tbody {
	border-left: 5px solid #fff;
	-webkit-column-rule: 5px solid #fff;
		 -moz-column-rule: 5px solid #fff;
					column-rule: 5px solid #fff;
	-webkit-column-count: 2;
		 -moz-column-count: 2;
					column-count: 2;
	-webkit-column-gap: 10px;
		 -moz-column-gap: 10px;
					column-gap: 10px;
	-webkit-column-fill: balance;
		 -moz-column-fill: balance;
					column-fill: balance;
	padding-left: 2px;
	line-height: 1.4;
	font-size: 1.5em;
	color: #6c7373;
}

.filter-options .tab li, #extraColumn tr {
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: .6em;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

.filter-options .tab label {
	position: relative;
	cursor: pointer;
	-webkit-transition: .2s;
					transition: .2s;
	display: block;
}

.filter-options .tab label svg {
	visibility: hidden;
	opacity: 0;
	height: 13px;
	width: 13px;
	display: inline-block;
	vertical-align: middle;
	/*margin-top: -7px;
	margin-left: 3px;*/
	-webkit-transition: .2s;
					transition: .2s;
	position: absolute;
	left: -15px;
	top: 3px;          
}

.filter-options .tab input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
}

.filter-options .tab input:checked + label, .filter-options .tab label:hover {
	color: #a51417;
}

.filter-options .tab input:checked + label {
	font-weight: 600;
}

.filter-options .tab input:checked + label svg {
	visibility: visible;
	opacity: 1;
}

.filtered-list {
	padding-bottom: 70px;
	position: relative;
	min-height: 355px;
	margin-top: 40px;
	/* tablet */
	/* tablet */
}

.filtered-list:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 425px;
	background: #f4f4f4;
}

.filtered-list .container {
	max-width: 1224px;
	position: relative;
	z-index: 1;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-justify-content: center;
}

.filtered-list figure {
	width: 80%;
	margin: 0 2.2135% 40px;
	background: #393939;
	color: #fff;
	overflow: hidden;
}

.filtered-list figure img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: .2s;
					transition: .2s;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.filtered-list#news-list figure img {
	 /* height: 33%!important \9;
		width: auto \9;
		height:30%;*/
	}
}

.filtered-list figure:hover img {
	opacity: .8;
}

.filtered-list figcaption {
	padding: 30px 7.5%;
}

.filtered-list#news-list .item {
	padding:0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
}

.filtered-list#news-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
}

.filtered-list#news-list img {
	display: block;
}

.filtered-list#news-list figcaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	-ms-flex: 1 1 auto;
			flex: 1 1 auto;
}

.filtered-list .no-results-found {
	width: 100%;
	text-align: center;
	padding: 90px 0;
	font-size: 2.1em;
}

/*--------------------------------------------------------------
# Load More
--------------------------------------------------------------*/
.js-load-more {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.075em;
	font-size: 1.6em;
	padding: 40px 0 0;
	text-align: center;
	width: 100%;
	position: relative;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-align-items: center;
}

.js-load-more a {
	color: #a51417;
	cursor: pointer;
	-webkit-transition: .2s;
					transition: .2s;
}

.js-load-more a:hover {
	color: #c72024;
}

.js-load-more:before {
	content: "";
	display: inline-block;
	width: 85%;
	max-width: 450px;
	top: 0;
	height: 4px;
	background: #c8c8c8;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Brochure Intro
--------------------------------------------------------------*/
.brochure-intro {
	background: #fff;
	color: #6c7373;
}

.brochure-intro .image {
	min-height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.brochure-intro .image img {
	visibility: hidden;
	opacity: 0;
}

.brochure-intro .wysiwyg {
	padding: 60px 7.5%;
	position: relative;
}

.apply .brochure-intro .wysiwyg {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-pack: end;
			-ms-flex-pack: end;
					justify-content: flex-end;
}

.brochure-intro .wysiwyg p {
	font-size: 1.8em;
	margin-bottom: 1.75em;
}

.contact-us .brochure-intro .wysiwyg p {
	border-bottom: 7px solid #f4f4f4;
	padding-bottom: 1.75em;
}

.brochure-intro .wysiwyg p a {
	font-weight: 600;
	color: #a51417;
	text-decoration: underline;
}

.brochure-intro .wysiwyg p strong {
	font-weight: 600;
	text-transform: uppercase;
	color: #393939;
	letter-spacing: 0.075em;
}

.brochure-intro .wysiwyg ul {
	font-size: 1.6em;
	font-weight: 600;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
}

.brochure-intro .wysiwyg ul strong {
	text-transform: uppercase;
	letter-spacing: 0.075em;
}

.brochure-intro .wysiwyg ul a[href^=mailto] {
	color: #a51417;
	text-decoration: underline;
}

.brochure-intro .directions {
	background: #a51417;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-size: 1.4em;
	font-weight: bold;
	height: 58px;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-align-items: center;
	padding: 0 20px;
	min-width: 210px;
	box-sizing: border-box;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-justify-content: center;
	max-width: 220px;
}

.brochure-intro .directions:hover {
	background: #951316;
}

.brochure-intro .directions svg {
	fill: currentColor;
	margin-right: 8px;
	width: 18px;
	height: 23px;
}

/*--------------------------------------------------------------
# Generic Intro
--------------------------------------------------------------*/
#generic-intro, #generic-body {
	position: relative;
}

#generic-intro .container, #generic-body .container {
	width: 100%;
	max-width: 100%;
}

#generic-intro article, #generic-body article {
	padding: 60px 7.5% 60px;
	position: relative;
}

#generic-intro article p, #generic-intro article ol, #generic-intro article ul, 
#generic-body article p, #generic-body article ol, #generic-body article ul {
	color: #393939;
}

#generic-intro article a:not([href^=tel]), #generic-body article a:not([href^=tel]) {
	color: #a51417;
/*  font-weight: 600;*/
}

#generic-intro article a:not([href^=tel]):hover, #generic-body article a:not([href^=tel]):hover {
	color: #c72024;
	text-decoration: underline;
}

#generic-intro article a.button:hover, #generic-body article a.button:hover {
	text-decoration: none;
}

/*#generic-intro article a[href^=mailto] {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 0.025em;
}*/

#generic-intro.no-aside .container {
	width: 85%;
}
/*breadcrumbs*/
#generic-intro.no-aside #breadcrumbs {
	padding: 50px 0 0 0;
}

#generic-intro.no-aside #breadcrumbs ul {
	margin: 0;
}

#generic-intro.no-aside article {
	padding: 80px 0 100px;
	max-width: 960px;
}

#generic-intro .wysiwyg p, #generic-intro .wysiwyg ol, #generic-intro .wysiwyg ul, 
#generic-body .wysiwyg p, #generic-body .wysiwyg ol, #generic-body .wysiwyg ul {
	line-height: 1.8;
}

#generic-intro header, #generic-body header {
	margin-bottom: 60px;
}

#generic-intro figure, #generic-body figure {
	text-transform: uppercase;
	font-weight: 600;
}

#generic-intro figure p, #generic-body figure p {
	line-height: 1.5;
}

#generic-intro figure img, #generic-body figure img {
	margin-right: 50px;
}

#generic-intro figure figcaption, #generic-body figure figcaption {
	margin-top: 50px;
}

#generic-intro p + figure, #generic-body p + figure {
	margin-top: 40px;
}

#generic-intro aside, #generic-body aside {
	background: #393939;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	text-align: left; /*originaly centered*/
	padding-bottom: 80px;
}

#generic-intro aside p, #generic-body aside p {
	color:#fff;
	margin-bottom: 25px;
}

#generic-intro aside p a, #generic-body aside p a {
	text-transform:none;
}
#generic-intro aside .image, #generic-body aside .image {
	max-height: 484px;
	overflow: hidden;
}

#generic-intro aside img, #generic-body aside img {
	display: block;
	width: 100%;
}

#generic-intro aside .wysiwyg, #generic-body aside .wysiwyg {
	padding: 85px 7.5% 0;
}

#generic-intro aside ul, #generic-intro aside ol, #generic-body aside ul, #generic-body aside ol {
	padding: 0;
	/*list-style: none;*/
	color: #fff;
	/*font-weight: bold;*/
	letter-spacing: 0.025em;
	/*margin-left: 0;*/
}

/*#generic-intro aside li {
	margin-bottom: 1em;
}*/

#generic-intro aside a, #generic-body aside a {
	text-transform: uppercase;
}

#generic-intro aside a:hover, #generic-body aside a:hover {
	color: #88ddda;
}

/*#generic-intro #breadcrumbs ul {
	margin: 0 auto;
	max-width: 960px;
}*/

#generic-intro.widget-aside aside, #generic-body.widget-aside aside {
	background: #f6f6f6;
	padding-bottom: 0;
}

#generic-intro.widget-aside aside ul, #generic-body.widget-aside aside ul {
	color: #6c7373;
}

#generic-intro.widget-aside aside h2, #generic-body.widget-aside aside h2 {
	font-family: "Source Sans Pro", sans-serif;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: #393939;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 3em;
}

#generic-intro.widget-aside aside h2:after, #generic-body.widget-aside aside h2:after {
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 160px;
	height: 3px;
	background: #6c7373;
}

#generic-intro .aside-nav, #generic-body .aside-nav {
	text-align: left;
	border-top: 5px solid #a51417;
}

#generic-intro .aside-nav li, #generic-body .aside-nav li {
	margin-bottom: 0;
}

/*#generic-intro .aside-nav a.first-level, */
#generic-intro .aside-nav ul.root > li > a, #generic-body .aside-nav ul.root > li > a {
	padding: 20px 55px 20px 55px;
	background: #fff;
	border-left: 5px solid #f6f6f6;
	border-bottom: 2px solid #f6f6f6;
	position: relative;
}

#generic-intro .aside-nav a, #generic-body .aside-nav a {
	display: block;
	text-transform: none;
}

/*#generic-intro .aside-nav a.active, */
#generic-intro .aside-nav li.selected > a, #generic-body .aside-nav li.selected > a {
	color: #a51417;
	background: #f6f6f6;
	font-weight: normal;
}

#generic-intro .aside-nav a:hover, #generic-body .aside-nav a:hover {
	background: #f6f6f6;
}

/*#generic-intro .aside-nav a.active:before, */
#generic-intro .aside-nav ul.root > li.selected > a:before, #generic-body .aside-nav ul.root > li.selected > a:before {
	content: "";
	position: absolute;
	left: 36px;
	top: calc(50% - 5px);
	height: 0;
	width: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #a51417;
}

#generic-intro .aside-nav li, #generic-body .aside-nav li {
	font-family: "Libre Baskerville", serif;
	font-size: 18px;
}

#generic-intro .aside-nav li ul, #generic-body .aside-nav li ul {
	border-left: 5px solid #c8c8c8;
	padding: 0 55px 0 75px;
}

#generic-intro .aside-nav li li, #generic-body .aside-nav li li {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
}

#generic-intro .aside-nav li li a, #generic-body .aside-nav li li a {
	padding: 18px 0;
	border-bottom: 1px solid #c8c8c8;
}

#generic-intro .aside-nav li li:last-child a, #generic-body .aside-nav li li:last-child a {
	border-bottom: none;
}

#generic-intro .more-nav, #generic-body .more-nav {
	background: #2c2c2c;
	padding: 50px 75px;
	text-align: left;
}

#generic-intro .more-nav h3, #generic-body .more-nav h3 {
	color: #fff;
	font-size: 19px;
}

#generic-intro .more-nav ul, #generic-body .more-nav ul {
	font-size: 13px;
}

#generic-intro .more-nav a, #generic-body .more-nav a {
	color: #67c8c7;
}
/* removed from latest CSS */
/*#generic-intro .archives {
	margin: 100px auto;
	max-width: 160px;
}

#generic-intro .archives h3 {
	font-family: "Source Sans Pro", sans-serif;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: #393939;
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 20px;
	margin-bottom: 2em;
	border-bottom: 3px solid #6c7373;
}

#generic-intro .archives ul {
	font-family: "Libre Baskerville", serif;
	font-weight: bold;
	font-size: 14px;
}

#generic-intro .archives a {
	text-transform: none;
	color: #393939;
}

#generic-intro .archives a.active {
	color: #a51417;
	text-decoration: underline;
}*/

#generic-intro .blog-post {
	border-bottom: 5px solid #f4f4f4;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

#generic-intro .blog-post a:not([href^=tel]) {
	text-decoration: none;
}

#generic-intro .blog-post h2 {
	font-size: 30px;
	font-family: "Libre Baskerville", serif;
	text-transform: none;
	letter-spacing: 0;
	max-width: 580px;
	color: #a51417;
	margin-bottom: .5em;
}

#generic-intro .blog-post h2 a {
	text-decoration: none;
}

#generic-intro .blog-post .byline {
	font-size: 16px;
	font-weight: 600;
	color: #6c7373;
}

#generic-intro .blog-post header {
	margin-bottom: 30px;
}

#generic-intro .blog-post p {
	margin-bottom: 2em;
}

#generic-intro .blog-post .read-more {
	letter-spacing: 0.075em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #c72024;
}

#generic-intro .blog-post .read-more svg {
	width: 23px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 2px;
	fill: #6c7373;
}

#generic-intro .blog-post .read-more:hover {
	color: #a51417;
}

/*--------------------------------------------------------------
# Generic Heading
--------------------------------------------------------------*/
#generic-heading {
	background-color: #393939;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 130px 0;
}

#generic-heading p {
	color: #88ddda;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	font-size: 2.1em;
}

/*--------------------------------------------------------------
# Generic Article
--------------------------------------------------------------*/
#generic-article {
	background: #eaeaea;
	padding: 65px 0 60px;
}

#generic-article .container {
	max-width: 1200px;
}

#generic-article .wysiwyg p, #generic-article .wysiwyg ol, #generic-article .wysiwyg ul {
	line-height: 1.8;
	color: #393939;
}

#generic-article .wysiwyg a {
	color: #a51417;
	text-decoration: underline;
	font-weight: 600;
}

#generic-article .wysiwyg a:hover {
	color: #c72024;
}

#generic-article .image {
	position: relative;
	display: inline-block;
}

#generic-article .image img {
	display: block;
}

#generic-article .image svg {
	fill: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -35px;
	height: 70px;
	width: 70px;
}

.news-feed + #generic-article {
	background: #fff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/* 6th - changes I didn't add exist */
html #s4-workspace #breadcrumbs {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-weight: 600;
	padding: 50px 0 0 0;
	color: #6c7373;
	position: relative;
}

#breadcrumbs:after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	height: 8px;
	background: #67c8c7;
	width: 60px;
}

#breadcrumbs li {
	display: inline-block;
}

#breadcrumbs li:after {
	content: ">";
	display: inline-block;
	margin-left: .45em;
}

#breadcrumbs li:last-child:after {
	display: none;
}

html #s4-workspace #breadcrumbs a, 
html #s4-workspace #breadcrumbs a:link, 
html #s4-workspace #breadcrumbs a:visited, 
html #s4-workspace #breadcrumbs a:active {
	color: #6c7373;
}

html #s4-workspace #breadcrumbs a:hover {
	color: #a51417;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
#instagram-feed {
	margin-bottom: 50px 0;
}

#instagram-feed .more svg {
	fill: #a51417;
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 15px;
}

#instagram-feed .more span {
	display: block;
	width: calc(100% - 65px);
}

#instagram-feed .item {
	width: 50%;
	display: block;
	position: relative;
}

#instagram-feed .item:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
					transition: .2s;
}

#instagram-feed img {
	width: 100%;
	display: block;
}

.home #main-intro {
	background: #f2f2f2;
}

.home #main-intro p {
	color: #6c7373;
}

#featured {
	background: #393939;
}

#featured .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#featured .slide {
	height: auto;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}

#featured .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#featured figcaption {
	background: #393939;
	padding: 40px 10.4166% 50px 5.5555%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}

#featured time {
	text-transform: uppercase;
	letter-spacing: 0.075em;
}

#featured .date {
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 30px;
}

#featured .date:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 23px;
	height: 4px;
	background: #67c8c7;
}

#featured .time {
	color: #dedede;
	font-weight: 600;
	font-size: 1.6em;
	margin-bottom: 1em;
}

#featured .time svg {
	width: 22px;
	height: 22px;
	fill: #6c7373;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.events #featured p {
	font-size: 1.8em;
}

#featured p {
	font-size: 2em;
	color: #fff;
	margin-bottom: 3em;
	display: none;
}

#featured p a {
	font-size: 1em;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

#featured p a:after {
	display: none;
}

#featured a {
	font-size: 1.5em;
	color: #67c8c7;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.075em;
	position: relative;
}

#featured a:hover {
	color: #fff;
}

.home #featured a {
	font-weight: bold;
}

.home #featured a:after {
	content: "";
	height: 4px;
	width: 122px;
	background: #dfdfdf;
	position: absolute;
	left: 0;
	bottom: -12px;
}

.home #featured a:hover {
	color: #fff;
}

#program-callout .column:first-child {
	padding: 70px 7.5%;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

#program-callout .column:first-child .wysiwyg {
	max-width: 340px;
}

#program-callout .column:first-child img {
	display: inline-block;
	margin-bottom: 45px;
}

#program-callout .column:first-child p {
	margin-bottom: 3em;
}

#program-callout .column:last-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

#program-callout .button {
	color: #a51417;
}

#program-callout .spotlight {
	background: #393939;
	color: #fff;
}

#program-callout .spotlight img {
	width: 100%;
}

#program-callout figcaption {
	position: relative;
	padding: 0 7.5%;
}

#program-callout .heading {
	position: absolute;
	left: 50%;
	top: -80px;
	height: 80px;
	background: #67c8c7;
	line-height: 80px;
	text-transform: uppercase;
	padding: 0 60px;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 0.075em;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}

#program-callout blockquote {
	padding: 50px 0;
	max-width: 700px;
}

#program-callout cite {
	color: #67c8c7;
	font-weight: 600;
}

#program-callout cite em {
	font-weight: normal;
	color: #fff;
}

#event-feed {
	padding: 30px 0 0;
	/* end .video */
	/* Tablet */
	/* Desktop */
}

#event-feed .video {
	-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
					order: 2;
	color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* Only Mobile */
	/* Tablet */
	/* Desktop */
}

#event-feed .video img {
	display: block;
	width: 100%;
}

#event-feed .video figcaption {
	padding: 35px 40px;
	background: #393939;
	font-size: 1.9em;
	box-sizing: border-box;
	text-align: center;
}

#event-feed .video svg {
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 90px;
	width: 90px;
	margin: -45px 0 0 -45px;
	opacity: .83;
	-webkit-transition: .2s;
					transition: .2s;
}

#event-feed .video .image {
	display: block;
	position: relative;
}

#event-feed .video .image:hover svg {
	fill: #67c8c7;
}

#event-feed .feed {
	-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
					order: 1;
	padding: 0 7.5% 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
}

#event-feed .feed .more {
	text-align: center;
	background: #67c8c7;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.075em;
	font-size: 1.6em;
	height: 70px;
	line-height: 70px;
	padding: 0 30px;
}

#event-feed .feed .more:hover {
	background: #42a3a2;
}

#event-feed .slideshow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
}

#event-feed .slick-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	-webkit-flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
}

#event-feed .slide {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
}

#event-feed .date {
	background: #a51417;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.075em;
	font-size: 1.8em;
	padding: 40px 0;
	position: relative;
}

#event-feed .date svg {
	display: none;
}

#event-feed .details {
	padding: 35px 9.4696% 20px;
}

#event-feed .details svg {
	display: none;
	margin-top: -3px;
	vertical-align: middle;
	max-width: 20px;
	max-height: 22px;
	fill: #a51417;
	margin-right: 5px;
}

#event-feed .category:not(.site) {
	margin-bottom: 2em;
	padding-bottom: .6em;
	color: #6c7373;
}

#event-feed time, #event-feed .location {
	font-size: 1.6em;
	font-weight: 600;
	text-transform: uppercase;
	color: #6c7373;
	letter-spacing: 0.025em;
	margin-bottom: .5em;
	display: block;
	line-height: 1.3;
}

#event-feed .inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background: #f2f2f2;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
}

/* end #event-feed */
#conclusion {
	padding: 70px 0 90px;
	/* Desktop */
}

#conclusion .container {
	max-width: 680px;
}

#conclusion p {
	font-size: 2.5em;
	color: #6c7373;
	line-height: 1.3;
	margin-bottom: 1.5em;
}

#conclusion br {
	display: none;
}

#find-program {
	text-align: center;
	margin-top: 40px;
	/* Tablet */
	/* Desktop */
}

#find-program .container {
	background: #f4f4f4;
	padding: 0 7.5% 70px;
	position: relative;
}

#find-program .column {
	overflow: hidden;
	margin-top: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}

#find-program figure {
	position: relative;
}

#find-program img {
	display: none;
}

#find-program .heading {
	color: #a51417;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-size: 2.1em;
	margin: 0 auto;
	max-width: 180px;
	line-height: 1.5;
	padding-bottom: 1em;
}

#find-program a:hover .heading {
	color: #c72024;
}

#find-program .links {
	color: #a51417;
	font-size: 1.6em;
	font-weight: 800;
	letter-spacing: 0.075em;
}

#find-program .links a {
	color: #a51417;
	text-transform: uppercase;
}

#find-program .links a:hover {
	color: #c72024;
}

#find-program figcaption {
	font-size: 1.6em;
}

/* end #find-program */
#program-combos .combo {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	background: #ededed;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}

#program-combos .combo .inner {
	padding: 70px 12.3519%;
}

#program-combos .combo p {
	color: #6c7373;
	font-weight: bold;
	font-size: 2.1em;
	font-family: "Libre Baskerville", serif;
	margin-bottom: 3em;
}

#program-combos .combo a {
	color: #a51417;
}

#program-combos .combo a:hover {
	color: #c72024;
}

#program-combos .combo .slideshow {
	margin-bottom: 60px;
}

#program-combos .combo .slideshow span {
	color: #6c7373;
}

#program-combos .combo .slide {
	font-family: "Libre Baskerville", serif;
	font-weight: bold;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
}

#program-combos .combo .slide p {
	color: #a51417;
	margin-bottom: 0;
	font-size: 2.5em;
}

#program-combos .combo .button {
	font-size: 15px;
}

#program-combos .combo .button:hover {
	background: #fff;
}

#program-combos .quote {
	background: #a51417;
	color: #fff;
}

#program-combos .quote p {
	font-size: 2.1em;
	margin-bottom: 2em;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	line-height: 1.6;
}

#more-programs {
	/* Tablet */
	/* Desktop */
}

#more-programs .container {
	background: #393939;
}

#more-programs .slide {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
}

#more-programs p {
	color: #fff;
	margin-bottom: 2em;
}

#more-programs a {
	color: #fff;
	border-color: #88ddda;
	font-size: 1.5em;
}

#more-programs a:hover {
	color: #88ddda;
	background: none;
}

#program-description .image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#program-description img {
	display: block;
	width: 100%;
}

#program-description .inner {
	background: #ededed;
	padding: 50px 7.5% 60px;
}

#program-description a, #program-description a:link, #program-description a:visited, #program-description a:active {
	color: #a51417;
	font-weight:600;
}

#program-description a:hover {
	color: #c72024;
	text-decoration:underline;
	font-weight:600;
}

#program-description p {
	margin-bottom: 1em;
}

#program-description p, #program-description cite {
	font-size: 1.6em;
}

#program-description cite p, #program-description p cite {
	font-size: 1em;
}

#program-description ul {
	font-size: 2.1em;
	list-style: disc;
	margin-left: 2em;
}

#program-studies {
	text-align: center;
	/* Tablet */
	/* Desktop */
}

#program-studies .container {
	padding: 60px 36px 20px;
	background: #ededed;
}

#program-studies .tab-nav {
	margin-bottom: 30px;
	font-size: 2.1em;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
	color: #6c7373;
}

#program-studies .tab-heading {
	display: block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .2s;
					transition: .2s;
	padding-bottom: 5px;
}

#program-studies .tab-heading.active {
	font-weight: bold;
	color: #a51417;
}

#program-studies .tab-heading:last-child {
	padding-right: 0;
	border: none;
	margin-right: 0;
}

#program-studies .tab-heading:last-child.active {
	color: #c72024;
}

#program-studies .list {
	color: #fff;
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	padding-bottom: 70px;
}

#program-studies .list .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}

#program-studies .list .slide li {
	box-sizing: border-box;
	width: 100%;
	max-width: 450px;
	padding: 0 14px 22px;
}

#program-studies .list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	box-sizing: border-box;
	padding: 0 15px;
	background: #a51417;
	height: 100px;
	position: relative;
}

#program-studies .list a:hover {
	background: #c72024;
}

#program-studies .list a:after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 0;
	height: 0;
	border-left: 32px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 32px solid #ededed;
}

#program-studies .tab:last-child .list a {
	background: #c72024;
}

#program-studies .tab:last-child .list a:hover {
	background: #a51417;
}

#program-details {
	padding: 70px 0 0;
	/* Mobile Only */
	/* Desktop */
}

#program-details .heading {
	text-transform: uppercase;
	color: #6c7373;
	font-weight: bold;
	font-size: 2.1em;
	letter-spacing: 0.2em;
	margin-bottom: 2em;
}

#program-details .primary.tab-container {
	background: #fafafa;
}

#program-details .tab-heading {
	line-height: 1.4;
	cursor: pointer;
	-webkit-transition: .2s;
					transition: .2s;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.075em;
}

#program-details .primary.tab-nav {
	background: #a51417;
	-ms-flex-pack: distribute;
			justify-content: space-around;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	height: 110px;
	margin-bottom: 100px;
}

#program-details .primary.tab-nav .tab-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	height: 100%;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	box-sizing: border-box;
	border-right: 2px solid #890c0f;
}

#program-details .primary.tab-nav .tab-heading:last-child {
	border-right: none;
}

#program-details .primary.tab-nav .tab-heading.active, #program-details .primary.tab-nav .tab-heading:hover {
	background: #c72024;
}

#program-details .primary.tab-nav .tab-heading.active:after {
	border-top-color: #c72024;
}

#program-details .primary.tab-nav .tab-heading:hover:after {
	border-top-color: #c72024;
}

#program-details .primary.tab-content .tab {
	padding: 0 7.5% 80px;
}

#program-details .tab {
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
}

#program-details .tab .tab-nav {
	padding: 23px 0 23px 0;
	text-align: right;
	border-right: 5px solid #c8c8c8;
	font-size: 18px;
	font-weight: bold;
	color: #6c7373;
	box-sizing: border-box;
	width: 25%;
}

#program-details .tab .tab-heading {
	padding: 25px 18% 22px 10px;
}

#program-details .tab .tab-heading.active {
	background: #dedede;
}

#program-details .tab .tab-content .tab {
	padding-left: 4.8507%;
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
}

#program-details article {
	width: 100%;
}

/*#program-details article p:first-child strong {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.075em;
}*/

*/

#program-details article a {
	color: #a51417;
}

#program-details article .button {
	margin-top: 1em;
}

#program-details aside {
	display: none;
	background: #dedede;
	padding: 50px 3.75%;
	width: 100%;
	max-width: 328px;
	box-sizing: border-box;
	-ms-flex-negative: 2;
			flex-shrink: 2;
}

#program-details aside p, #program-details aside ul, #program-details aside ol {
	font-size: 1.8em;
}

#related-articles .column:first-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
}

#related-articles .slideshow {
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	width: 100%;
}

#related-articles figcaption a {
	color: #88ddda;
}

#related-articles figcaption a:hover {
	color: #fff;
}

#related-articles .slick-dots {
	right: calc(7.5% - 12px);
	left: auto;
}

.alumni #related-articles {
	padding-bottom: 50px;
}

#featured-bio {
	position: relative;
	/* tablet */
	/* desktop */
}
/* IE Fix */
#featured-bio figure .column.half.flex {
	display:block;
} 

#featured-bio .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#featured-bio .slide {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	background: #e9e9e9;
	height: auto;
}

#featured-bio .image {
	background-position: center top;
}

#featured-bio figcaption {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	padding: 50px 7.5%;
}

#featured-bio p {
	font-size: 1.6em;
	margin-bottom: 3em;
}

#featured-bio .button {
	color: #a51417;
	font-size: 13px;
}

#featured-bio .button:hover {
	background: rgba(255, 255, 255, 0.65);
}

#browse-faculty {
	padding: 80px 0 0 0;
}

#browse-faculty .container {
	max-width: 1180px;
	position: relative;
	z-index: 1;
}

#browse-faculty .tab-nav {
	-ms-flex-pack: distribute;
			justify-content: space-around;
	max-width: 826px;
	margin: 0 auto;
}

#browse-faculty .tab-heading {
	color: #fff;
	background: #a51417;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.6em;
	width: 33.333%;
	height: 84px;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	text-align: center;
	line-height: 1.5;
}

#browse-faculty .tab-heading:first-child {
	background: #c72024;
}

#browse-faculty .tab-heading:first-child:after {
	border-top-color: #c72024;
}

#browse-faculty .tab-heading:last-child {
	background: #951316;
}

#browse-faculty .tab-heading:last-child:after {
	border-top-color: #951316;
}

#browse-faculty .tab-content tbody {
	display:block;
}

#browse-faculty .filters {
	font-size: 1.2em;
	color: #6c7373;
	padding: 20px 0;
	min-height: 40px;
	box-sizing: border-box;
	display: none;
}

#browse-faculty .filters li {
	display: inline-block;
	margin: 0 1em;
	cursor: pointer;
	position: relative;
}

#browse-faculty .filters li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	height: 18px;
	width: 18px;
	background: #c8c8c8;
	border-radius: 50%;
}

#browse-faculty .filters li span {
	display: block;
	padding-left: 28px;
}

#browse-faculty .filters li span:before, #browse-faculty .filters li span:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -6px;
	height: 12px;
	width: 2px;
	background: #fff;
	border-radius: 2px;
}

#browse-faculty .filters li span:before {
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}

#browse-faculty .filters li span:after {
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}

#faculty-list {
	/* display: none; */
	/* tablet */
}

.paged #faculty-list {
	display: block;
}

#faculty-list figcaption li {
	color: #67c8c7;
	font-size: 1.3em;
	display: inline;
	margin-right: .2em;
	font-weight: 600;
}

#faculty-list figcaption li:after {
	content: "\2022";
	padding-left: .4em;
}

#faculty-list figcaption li:last-child:after {
	display: none;
	margin-right: 0;
}

#research-centers {
	margin-bottom: 70px;
	/* desktop */
}

#research-centers .slideshow {
	padding: 50px 0;
	background: #393939;
}

#research-centers .slick-list {
	background: #f4f4f4;
}

#research-centers .slick-initialized .slide {
	display: block;
}

#research-centers .slide {
	display: block;
	padding: 0 7.5%;
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

#research-centers .slide img {
	max-width: 100%;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
	display: none;
}

#research-centers .slide p {
	font-size: 1.6em;
	margin-bottom: 1.5em;
	display: none;
}

#research-centers .slide h3 {
	display:none;
}

#research-centers .slide h4 {
	display: none;
}

#research-centers .slide a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.025em;
	font-size: 1.4em;
	line-height: 1.3;
	margin: 12px 0;
	display: inline-block;
}

#research-centers .slide a:hover {
	color: #88ddda;
}

#research-centers .slide a svg {
	display: none;
}

#research-centers .desktop {
	display: none;
}

#research-centers .slick-dots {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	font-size: 1.4em;
	background: #393939;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.025em;
	padding: 50px 5%;
	box-sizing: border-box;
	line-height: 1.3;
	width: 100%;
}

#research-centers .slick-dots li {
	display: block;
	margin: 0;
	padding: 12px 0;
	/*max-width:50%;*/
}

#research-centers .slick-dots li span {
	-webkit-transition: .2s;
					transition: .2s;
	cursor: pointer;
}

#research-centers .slick-dots li.slick-active, #research-centers .slick-dots li span:hover {
	color: #88ddda;
}

#faculty-news {
	/* desktop */
}

#faculty-news .slick-dots {
	right: calc(7.5% - 12px);
	left: auto;
}

#faculty-news .slideshow {
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
}

#faculty-news figcaption a {
	color: #88ddda;
}

#faculty-news figcaption a:hover {
	color: #fff;
}

#faculty-bio {
	/* desktop */
}

#faculty-bio .container {
	width: 100%;
	max-width: 1440px;
}

#faculty-bio .faculty-image-mobile {
	width: 100%;
	margin-bottom: 40px;
}

#faculty-bio img {
	width: 100%;
	display: block;
}

#faculty-bio .wysiwyg {
	background: #ededed;
	padding: 50px 7.5% 70px;
}

#faculty-bio .wysiwyg p {
	font-size: 1.6em;
	line-height: 1.8;
}

#faculty-bio .faculty-image {
	display: none;
}

#faculty-bio .bio-details {
	padding: 0 7.5%;
}

#faculty-bio .bio-details li {
	font-size: 1.5em;
	font-weight: 600;
	padding: 5px 0;
}

#faculty-bio .bio-details svg {
	fill: #67c8c7;
}

#faculty-bio .bio-details a[href^=mailto] {
	color: #a51417;
	text-decoration: underline;
}

#faculty-bio .bio-details a[href^=mailto]:hover {
	color: #c72024;
}

#faculty-bio .social-links {
	margin-top: 15px;
}

#faculty-bio .social-links svg {
	-webkit-transition: .2s;
					transition: .2s;
}

#faculty-bio .social-links a:hover svg {
	fill: #42a3a2;
}

#faculty-bio .primary-title {
	font-size: 1.9em;
	line-height: 1.3;
	margin-bottom: 1.5em;
}

#faculty-bio .additional-title {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 600;
}

#faculty-bio .education {
	font-size: 1.5em;
	font-style: italic;
}

#faculty-bio .detail {
	position: relative;
	padding-bottom: 48px;
	margin-bottom: 40px;
}

#faculty-bio .detail:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 8px;
	background: #a51417;
	width: 70px;
}

#faculty-bio .detail:last-child {
	padding: 0;
}

#faculty-bio .detail:last-child:after {
	display: none;
}

#faculty-bio .detail.contact {
	text-transform: uppercase;
}

#faculty-bio .contact a:hover {
	color: #a51417;
}

.back {
	text-transform: uppercase;
	padding: 42px 0 40px;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 0.075em;
	line-height: 1;
	vertical-align: middle;
	color: #393939;
}

.back span {
	font-size: 1.8em;
	vertical-align: middle;
	display: inline-block;
	margin-top: -7px;
	font-weight: bold;
}

.back a:hover {
	color: #a51417;
}

#faculty-footer {
	margin-bottom: 90px;
	/* Desktop */
}

#faculty-footer .container {
	max-width: 1180px;
}

#faculty-footer li {
	font-size: 1.6em;
	margin-bottom: 25px;
}

#faculty-footer .title a:hover {
	color: #a51417;
}

#faculty-footer .title, #faculty-footer .author {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.075em;
}

#faculty-footer .column {
	position: relative;
	-webkit-box-pack: end;
			-ms-flex-pack: end;
					justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

#faculty-footer .column:first-child {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

#faculty-footer .column:first-child:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 4px;
	background: #c8c8c8;
}

.faculty-book svg.book {
	margin-bottom: 20px;
	fill: #67c8c7;
}

.faculty-book .author {
	font-size: 1.4em;
	margin-bottom: 2em;
}

.faculty-book p {
	font-size: 1.6em;
	line-height: 1.8;
	margin-bottom: 2em;
}

.faculty-book a {
	text-transform: uppercase;
	color: #a51417;
	text-decoration: underline;
	font-weight: 600;
	font-size: 1.4em;
	letter-spacing: 0.075em;
}

.faculty-book a:hover {
	color: #c72024;
}

#browse-news .container {
	max-width: 1180px;
	position: relative;
	z-index: 1;
}

#browse-news .tab-heading {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.6em;
	letter-spacing: 0.075em;
	background: #c72024;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}

#browse-news .tab-heading:after {
	border-top-color: #c72024;
}

#browse-news .search {
	width: 55%;
	background: #eae9e9;
	position: relative;
}

#browse-news .search input[type="text"] {
	background: transparent;
	margin-bottom: 0;
	height: 80px;
	padding-left: 65px;
}

#browse-news .search input[type="text"]::-webkit-input-placeholder {
	-webkit-transition: .2s;
					transition: .2s;
}

#browse-news .search input[type="text"]::-moz-placeholder {
	transition: .2s;
}

#browse-news .search input[type="text"]:focus::-webkit-input-placeholder {
	opacity: .5;
}

#browse-news .search input[type="text"]:focus::-moz-placeholder {
	opacity: .5;
}

#browse-news .search input[type="submit"], #browse-news .search button {
	font-size: 0;
	width: 45px;
	height: 45px;
	background: none;
	position: absolute;
	left: 18px;
	top: 50%;
	margin-top: -23px;
	color: #333;
	-webkit-transition: .2s;
					transition: .2s;
}

#browse-news .search input[type="submit"]:hover, #browse-news .search button:hover {
	color: #a51417;
}

#browse-news .search svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

#news-list .item .flex {
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

#news-list .item .date, #news-list .item .read-more {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4em;
	letter-spacing: 0.025em;
}

#news-list .item .date {
	color: #bdbfc0;
}

#news-list .item .read-more {
	color: #88ddda;
	text-transform: uppercase;
}

.news-event-feed {
	padding: 60px 7.5%;
}

.news-event-feed .slideshow {
	padding-bottom: 100px;
}

.news-event-feed .slide {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
}

.news-event-feed .date {
	color: #a51417;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.075em;
	font-size: 2.1em;
	margin-bottom: 1.5em;
	position: relative;
	padding-bottom: 8px;
}

.news-event-feed .date:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 23px;
	height: 4px;
	background: #67c8c7;
}

.news-event-feed .time {
	color: #6c7373;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-weight: 600;
	margin-bottom: .75em;
}

.news-event-feed .time svg {
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 3px;
	fill: #c8c8c8;
}

.news-event-feed p {
	color: #6c7373;
	font-size: 1.8em;
	margin-bottom: 1.5em;
}

.news-event-feed a {
	color: #a51417;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 0.075em;
}

.news-event-feed .slick-dots {
	left: 0;
	top: auto;
	bottom: 30px;
}

.news-event-feed .slick-dots button:before {
	background: rgba(108, 115, 115, 0.5);
}

.news-event-feed .slick-dots li.slick-active button:before,
.news-event-feed .slick-dots li:hover button:before {
	background: #6c7373;
}

.twitter-feed {
	background: #393939;
	padding: 100px 7.5%;
	color: #fff;
}

.twitter-feed a {
	color: #88ddda;
}

.twitter-feed svg {
	width: 125px;
	height: 125px;
	fill: #67c8c7;
	display: block;
	margin: 0 0 50px -5px;
}

.twitter-feed .tweet {
	font-size: 1.8em;
}

.twitter-feed ul {
	border-left: 5px solid #6c7373;
	padding-left: 15px;
	line-height: 1.5;
}

.twitter-feed li {
	margin-bottom: 1.5em;
}

.twitter-feed h2 {
	color:#fff;
}

#event-calendar {
	margin-bottom: 100px;
}

#event-calendar .event-tabs {
	background: #f2f2f2;
	padding-top: 56px;
	margin-bottom: 56px;
}

#event-calendar .tab-nav {
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.075em;
	color: #fff;
	line-height: 1.3;
}

#event-calendar .tab-heading {
	padding: 13px 30px 12px;
	background: #c72024;
	width: 33.333%;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}

#event-calendar .tab-heading:after {
	border-top-color: #c72024;
}

#event-calendar .tab-heading:nth-child(2) {
	background: #a51417;
}

#event-calendar .tab-heading:nth-child(2):after {
	border-top-color: #a51417;
}

#event-calendar .tab-heading:nth-child(3) {
	background: #951316;
}

#event-calendar .tab-heading:nth-child(3):after {
	border-top-color: #951316;
}

#event-calendar .tab .container {
	width: 100%;
	max-width: 100%;
}

#event-calendar .tab .item {
	background: #f0f0f0;
	width: 100%;
	box-sizing: border-box;
	margin: 0 .8955% 12px .8955%;
	font-size: 1.6em;
}

#event-calendar .tab .item:nth-child(even) {
	background: #e1e0e0;
}

#event-calendar .tab .date {
	display: block;
	padding: 30px 7.5%;
	background: #c72024;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	line-height: 1.3;
}

#event-calendar .tab:nth-child(1) .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#event-calendar .tab .details {
	padding: 40px 7.5%;
}

#event-calendar .tab p {
	font-weight: 600;
	margin-bottom: 3em;
}

#event-calendar .tab .details svg {
	fill: #a51417;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 5px;
}

#event-calendar .tab .time {
	text-transform: uppercase;
	font-weight: 600;
	color: #6c7373;
	margin-bottom: .75em;
	display: block;
}

#event-calendar .tab .time svg {
	width: 20px;
	height: 20px;
}

#event-calendar .tab .location {
	text-transform: uppercase;
	font-weight: 600;
	color: #6c7373;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

#event-calendar .tab .location span {
	display: block;
	width: calc(100% - 27px);
}

#event-calendar .tab .location svg {
	display: block;
	width: 20px;
	height: 22px;
	margin-right: 0;
	margin-top: 0;
}

#event-calendar .tab .credits {
	color: #6c7373;
	font-weight: 600;
	letter-spacing: 0.075em;
}

#event-calendar .tab .credits svg {
	height: 14px;
	width: 20px;
}

#event-calendar .tab:nth-child(2) .date {
	background: #a51417;
}

#event-calendar .tab:nth-child(2) .location {
	margin-bottom: .75em;
}

#event-calendar .tab:nth-child(3) .container {
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}

#event-calendar .tab:nth-child(3) .item {
	width: 100%;
	max-width: 1000px;
	padding: 40px 3.5%;
	margin: 0 0 12px 0;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

#event-calendar .tab:nth-child(3) .date {
	padding: 0 0 20px;
	background: transparent;
	color: #a51417;
	font-family: "Libre Baskerville", serif;
	text-transform: none;
	font-size: 1.4em;
	box-sizing: border-box;
	line-height: 1.3;
	letter-spacing: 0;
}

#event-calendar .tab:nth-child(3) .date .day {
	font-style: italic;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	font-size: 0.85em;
}

#event-calendar .tab:nth-child(3) .details {
	padding: 0;
	box-sizing: border-box;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
}

#event-calendar .tab:nth-child(3) .addtocalendar {
	text-transform: uppercase;
	color: #a51417;
	font-size: 0.85em;
	letter-spacing: 0.075em;
	font-weight: 600;
}

#news-post .container {
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
}

#news-post .single-post {
	padding: 60px 7.5% 0;
	width: 100%;
}

#news-post .post-content {
	padding-bottom: 60px;
}

#event-post .single-post {
	padding: 80px 0 90px;
}

.single-post {
	box-sizing: border-box;
	/* News Post Type */
	/* Event Post Type */
}

.single-post.type-news .post-header, .single-post.type-blog .post-header {
	border-bottom: 7px solid #f6f6f6;
}

.single-post.type-news .meta .date, .single-post.type-blog .meta .date {
	font-weight: 600;
}

.single-post.type-news .tags, .single-post.type-blog .tags {
	font-style: italic;
}

.single-post.with-photo .post-header {
	border-bottom: none;
}

.single-post.with-photo .share {
	margin-bottom: 0;
}

.single-post.type-event .post-header {
	margin-bottom: 45px;
}

.single-post .post-header {
	margin-bottom: 30px;
	position: relative;
	max-width: 970px;
}

.single-post .category:not(.site) {
	padding-bottom: 12px;
	margin-bottom: 30px;
}

#generic-intro .single-post h1, #generic-body .single-post h1 {
	color: #393939;
}

.single-post .meta {
	margin-bottom: 30px;
}

.single-post .byline {
	font-size: 1.9em;
	margin-bottom: 1.25em;
}

.single-post.type-blog .byline {
	margin-bottom: .5em;
}

.single-post .meta .date {
	font-size: 1.5em;
	text-transform: uppercase;
}

.single-post .tags {
	font-size: 1.5em;
}

.single-post .share {
	margin-bottom: 25px;
}

.single-post .share-title {
	text-transform: uppercase;
	letter-spacing: 0.025em;
	font-weight: 600;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.single-post .event-details {
	margin-bottom: 60px;
	color: #6c7373;
}

.single-post .event-details .date {
	font-family: "Libre Baskerville", serif;
	font-weight: bold;
	font-size: 3em;
	color: #393939;
	margin-bottom: .5em;
	display: block;
}

.single-post .event-details .add-to-cal {
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.075em;
	display: inline-block;
	margin-bottom: 1.5em;
}

.single-post .event-details .add-to-cal svg {
	margin-top: -6px;
}

.single-post .event-details .time {
	display: block;
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: .7em;
}

.single-post .event-details .time svg {
	max-width: 28px;
	max-height: 28px;
}

.single-post .event-details .location {
	font-size: 2em;
	margin-bottom: 1.5em;
	line-height: 1;
}

.single-post .event-details .location .text {
	display: block;
	width: calc(100% - 35px);
}

.single-post .event-details .location .title {
	display: block;
	margin-bottom: 5px;
}

.single-post .event-details .location svg {
	display: block;
	max-height: 32px;
	margin-top: 0;
}

.single-post .event-details .location a {
	display: inline-block;
	text-decoration: underline;
}

.single-post .event-details svg {
	fill: #a51417;
	display: inline-block;
	margin-right: 5px;
	max-width: 30px;
	max-height: 30px;
	vertical-align: middle;
	margin-top: -4px;
}

.single-post .event-details p {
	margin-bottom: 1.5em;
	font-size: 2em;
}

.single-post .event-details a {
	color: #a51417;
	font-weight: 600;
}

.single-post .event-details .button {
	background: #a51417;
	color: #fff;
	border-color: #a51417;
}

.single-post .post-content {
	max-width: 970px;
}

.single-post .post-content figure {
	margin-bottom: 2.5em;
	font-size: 1.6em;
	/* color: #fff; */
}

.single-post .post-content figure img {
	display: block;
}

.single-post .post-content figcaption {
	/*background: #393939;
	text-align: center;
	padding: 30px 7.5%;*/
	text-align:left;
	color:#626464;
	margin-top:-10px;
}

#generic-intro .single-post .post-content figcaption, #generic-body .single-post .post-content figcaption {
	background: none;
	color: #6c7373;
	text-align: left;
	padding: 0;
	margin-top: 0;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}

.single-post .gallery {
	max-width: 100%;
	width: 100%;
	/*background: #393939;*/
	margin-bottom: 30px;
	overflow: hidden;
}

.single-post .gallery .slide {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
	margin-bottom: 0;
}

.single-post .gallery .slick-dots {
	bottom: auto;
	top: 30px;
}

.single-post .gallery a {
	color: #67c8c7;
	text-decoration: none;
}

.single-post .wysiwyg p {
	font-size: 1.8em;
	margin-bottom: 1.5em;
}

/*.single-post .wysiwyg .post-excerpt {*/
.post-excerpt {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.4;
}

#generic-intro .single-post .wysiwyg .post-excerpt p, 
#generic-body .single-post .wysiwyg .post-excerpt p {
	line-height: 1.4;
}

/*.single-post .wysiwyg .post-excerpt p {*/
.post-excerpt {
	margin-bottom: 1em;
}

.single-post .wysiwyg a {
	color: #a51417;
	text-decoration: underline;
}

.single-post .wysiwyg .gallery a {
	color: #67c8c7;
	text-decoration: none;
}

.single-post .wysiwyg .button {
	background: #a51417;
	color: #fff;
	border-color: #a51417;
	text-decoration: none;
}

.post-author {
	background: #f6f6f6;
	position: relative;
}

.post-author:before, .post-author:after {
	content: "";
	position: absolute;
	background: #f6f6f6;
	top: 0;
	bottom: 0;
	width: 3000px;
	z-index: 0;
}

.post-author:before {
	right: 0;
}

.post-author:after {
	left: 0;
}

.post-author figure {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.post-author .image {
	margin-top: -38px;
}

.post-author img {
	display: block;
}

.post-author figcaption {
	padding: 50px 0;
}

.post-author .title {
	color: #6c7373;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-weight: 600;
	margin-bottom: 2em;
}

.post-author .button {
	font-size: 1.2em;
	border-width: 4px;
	color: #a51417;
}

.post-author .button:hover {
	background: #fff;
}

.more-posts {
	background: #f6f6f6;
	padding: 60px 7.5%;
	width: 100%;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	position: relative;
	z-index: 1;
}

.more-posts .category:not(.site) {
	font-size: 1.2em;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

.more-posts .category:not(.site):after {
	height: 4px;
	width: 24px;
}

.more-posts .post {
	margin: 0 30px 70px;
	/*max-width: 240px;*/
}

.more-posts .post img {
	margin-bottom: 18px;
	display: block;
}

.more-posts .post a {
	color: #a51417;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.025em;
	font-weight: 600;
}

#contact-form {
	background: #f2f2f2;
	/* Mobile Only */
}

#contact-form .form-wrap {
	background: #fff;
	padding: 90px 7.5%;
}

.contact-us #contact-form {
	background: #393939;
}

/*.contact-us #contact-form .intro h2 {
	color: #fff;
}*/

#contact-form .tab-nav {
	color: #fff;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}

#contact-form .tab-heading {
	height: 80px;
	background: #a51417;
	font-weight: 600;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

#contact-form .tab-heading:first-child {
	background: #c72024;
}

#contact-form .tab-heading:first-child:after {
	border-top-color: #c72024;
}

#contact-form .tab-heading:nth-child(3) {
	background: #951316;
}

#contact-form .tab-heading:nth-child(3):after {
	border-top-color: #951316;
}

#contact-form .tab-content {
	background: #fff;
}

#contact-form .tab {
	padding: 90px 7.5%;
	background: #fff;
}

#contact-form .wysiwyg a, #contact-form .wysiwyg a:link, 
#contact-form .wysiwyg a:visited, #contact-form .wysiwyg a:active {
	color: #a51417;
	transition: all .2s linear;
}

#contact-form .wysiwyg a:hover {
	color: #c72024;
	text-decoration: underline;
}

#contact-form .wysiwyg a.button:hover {
	text-decoration: none;
}

#contact-departments {
	position: relative;
}

#contact-departments .container {
	width: 100%;
	max-width: 100%;
}

#contact-departments .departments {
	padding: 0 7.5% 100px;
	position: relative;
}

#contact-departments .image {
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

#contact-departments li {
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	color: #6c7373;
}

#contact-departments li ul {
	margin-bottom: 1.25em;
	font-size: 1.8em;
}

#contact-departments li li {
	padding-left: 0;
}

#contact-departments li li:first-child {
	font-weight: bold;
	text-transform: uppercase;
}

#contact-departments a[href^=mailto] {
	color: #a51417;
	text-decoration: underline;
}

#contact-departments a[href^=mailto]:hover {
	color: #c72024;
}

#apply-links {
	background: #ebebeb;
	padding-bottom: 50px;
}

#apply-links p {
	color: #6c7373;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

#apply-links ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-direction: column;
}

#apply-links li {
	position: relative;
	display: block;
	margin-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
}

#apply-links li:after {
	content: "";
	display: block;
	height: 7px;
	width: 100%;
	max-width: 340px;
	background: #dedede;
	margin: 45px auto 0;
}

#apply-links li li {
	font-size: 1.8em;
	font-weight: 600;
	color: #a51417;
	display: block;
	margin-bottom: 10px;
	line-height: 1;
}

#apply-links li li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

#apply-links li li:after {
	display: none;
}

#apply-links li a {
	color: #a51417;
}

#apply-links li a:hover {
	color: #c72024;
}

#staff-directory {
	padding: 0 0 130px 0;
}

#staff-directory .tab-heading {
	padding: 0 0 12px 0;
	font-size: 1.8em;
	color: #a51417;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-weight: bold;
}

#staff-directory .tab-heading span {
	padding: 5px 12px;
	display: inline-block;
	-webkit-transition: .2s;
					transition: .2s;
}

#staff-directory .tab-heading.active span, #staff-directory .tab-heading:hover span {
	color: #fff;
	background: #a51417;
}

#staff-directory .item {
	margin-bottom: 50px;
}

#staff-directory .image {
	margin-right: 50px;
}

#staff-directory img {
	display: block;
}

#staff-directory .details {
	font-size: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	clear: both;
	padding-top: 20px;
}

#staff-directory .title {
	margin-bottom: 2em;
}

#staff-directory a[href^=mailto] {
	color: #a51417;
	font-weight: bold;
	text-decoration: underline;
}

#life-at-brown .tab-heading {
	background: #a51417;
	width: 33.333%;
}

#life-at-brown .tab-heading:first-child {
	background: #c72024;
}

#life-at-brown .tab-heading:first-child:after {
	border-top-color: #c72024;
}

#life-at-brown .tab-heading:nth-child(3) {
	background: #951316;
}

#life-at-brown .tab-heading:nth-child(3):after {
	border-top-color: #951316;
}

#life-at-brown .tab-content {
	background: #f2f2f2;
}

#life-at-brown article {
	padding: 80px 5.555% 60px;
}

#life-at-brown .wysiwyg p {
	font-size: 1.8em;
}

#life-at-brown aside {
	background: #f9f9f9;
	text-align: center;
	padding-bottom: 50px;
}

#life-at-brown aside .image {
	max-height: 400px;
	overflow: hidden;
	margin-bottom: 50px;
}

#life-at-brown aside .image img {
	width: 100%;
	display: block;
}

#life-at-brown aside li {
	font-weight: 600;
	letter-spacing: 0.075em;
	font-size: 1.8em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#life-at-brown aside a:hover {
	color: #a51417;
}

.faq-group {
	margin-bottom: 50px;
}

#generic-intro .faq-group .question, #generic-body .faq-group .question {
	color: #6c7373;
	text-transform: none;
	letter-spacing: 0;
	font-size: 24px;
}

#generic-intro .faq-group .open .question, #generic-body .faq-group .open .question {
	color: #fff;
}

.faq-group .question {
	background: #ebebeb;
	color: #6c7373;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	padding: 28px 20px 28px 34px;
	-webkit-transition: .2s;
					transition: .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	position: relative;
	text-transform: none;
	font-size: 24px;
}

.faq-group .question:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 90px;
	background: #d5d3d3;
}

.faq-group .question .text {
	-webkit-box-flex: 1;
			-ms-flex: 1;
					flex: 1;
}

.faq-group .question .icon {
	position: relative;
	z-index: 1;
	display: block;
	height: 24px;
	width: 24px;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: .4s;
					transition: .4s;
	margin-right: 54px;
}

.faq-group .question .icon:after, .faq-group .question .icon:before {
	content: "";
	position: absolute;
	left: calc(50% - 7px);
	top: calc(50% - 2px);
	width: 14px;
	height: 4px;
	background: #d5d3d3;
	-webkit-transition: .2s;
					transition: .2s;
}

.faq-group .question .icon:before {
	z-index: 2;
}

.faq-group .question .icon:after {
	z-index: 1;
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}

.faq-group .question:hover {
	background: #e1e1e1;
}

.faq-group .answer {
	padding: 20px 20px 25px;
	display: none;
}

.faq-group .open .question {
	background: #c72024;
	color: #fff;
}

.faq-group .open .question:before {
	background: #a51417;
}

.faq-group .open .icon {
	-webkit-transform: rotateX(180deg);
					transform: rotateX(180deg);
}

.faq-group .open .icon:before, .faq-group .open .icon:after {
	background: #a51417;
}

.faq-group .open .icon:after {
	-webkit-transform: rotate(0deg);
					transform: rotate(0deg);
}

.blog-aside {
	padding: 60px 7.5%;
}

.blog-aside .widget {
	margin-bottom: 80px;
}

@media all and (min-width: 1030px) {
	.blog-aside {
		padding: 100px 90px 60px;
	}
}

.about-author img {
	max-width: 242px;
	display: block;
	margin: 0 auto 20px;
}

.about-author h3 {
	font-size: 1.8em;
	margin-bottom: .5em;
}

.about-author h3:before {
	content: "";
	display: block;
	width: 23px;
	height: 4px;
	background: #67c8c7;
	margin: 0 auto 15px;
}

#generic-intro .about-author h3, #generic-body .about-author h3 {
	color: #393939;
}

.about-author p {
	font-size: 1.6em;
}

.recent-posts h3 {
	font-size: 1.8em;
}

#generic-intro .recent-posts a, #generic-body .recent-posts a {
	text-transform: none;
}

.archives {
	margin-left: auto;
	margin-right: auto;
	max-width: 160px;
}

.archives ul {
	font-family: "Libre Baskerville", serif;
	font-weight: bold;
	font-size: 14px;
}

.archives a {
	color: #393939;
}

#generic-intro .archives a, #generic-body .archives a {
	text-transform: none;
}

.archives a.active {
	color: #a51417;
	text-decoration: underline;
}

#footer {
	padding-top: 120px;
	background: #393939;
	color: #fff;
	text-align: center;
	position: relative;
}

#footer .wustl-shield {
	position: absolute;
	z-index: 1;
	top: -15px;
	height: 100px;
	width: 100px;
	background: #221f1f;
	left: 50%;
	margin-left: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	box-sizing: border-box;
	padding: 0 2px;
}

#footer .quicklinks {
	margin-bottom: 25px;/*50px;*/
}

#footer .quicklinks ul {
	letter-spacing: 0.075em;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 30px;
	font-weight: 600;
}

#footer .quicklinks a:hover {
	color: #88ddda;
}

#footer .wustl-logo {
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-weight: 600;
	margin-bottom:40px;
}

#footer .wustl-logo img {
	display: inline-block;
	margin-bottom: 5px;
	max-width: 216px;
}

#footer .wustl-logo svg {
	fill: currentColor;
	width: 23px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -9px;
	margin-left: 3px;
}

#footer .social-links {
	margin-bottom: 30px;
}

#footer .social-links .heading {
	letter-spacing: 0.075em;
	text-transform: uppercase;
	margin-bottom: 2em;
	font-weight: 600;
}

#footer .social-links a {
	color: #dedede;
}

#footer .social-links a:hover, #footer .wustl-logo a:hover {
	color: #88ddda;
}

#footer .social-links svg {
	fill: currentColor;
}

#footer .support {
	margin-bottom: 40px;
}

#footer .support .heading {
	letter-spacing: 0.075em;
	text-transform: uppercase;
	margin-bottom: .75em;
	font-weight: 600;
}

#footer .support .tagline {
	color: #fff;
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	border: 3px solid #fff;
	padding: 10px 15px;
	font-size: 1.3em;
	display: inline-block;
}

#footer .support .tagline:hover {
	color: #67c8c7;
}

#footer .social-links .heading, #footer .support .heading {
	font-size: 1.1em;
}

#footer .copyright {
	padding: 30px 0;
	background: #2d2d2d;
	color: #c8c8c8;
	font-size: 1.2em;
}

#footer .copyright span {
	display: block;
}

#footer .copyright span:first-child {
	margin-bottom: 1em;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #c5c5c4;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-inner {
	display: block;
	width: 100%;
	height: 0 !important;
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
}

.fancybox-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 100% !important;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -34px;
	right: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 8040;
	text-align: center;
	color: #fff;
	opacity: 1;
	-webkit-transition-duration: .2s;
					transition-duration: .2s;
}

.fancybox-close:hover {
	opacity: 0.75;
	color: #fff;
}

.fancybox-close svg {
	fill: #fff;
	-webkit-transition: .2s;
					transition: .2s;
}

.fancybox-close:hover svg {
	fill: #a51417;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
	opacity: 1;
	-webkit-transition-duration: .2s;
					transition-duration: .2s;
	-webkit-transition-property: opacity;
					transition-property: opacity;
}

.fancybox-nav:hover {
	opacity: 0.75;
}

.fancybox-prev {
	left: -50px;
}

.fancybox-next {
	right: -50px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
}

.fancybox-prev span {
	left: 0;
	text-align: left;
}

.fancybox-prev span:before {
	content: "<";
	font-weight: 300;
	font-size: 35.38px;
	color: #fff;
}

.fancybox-next span {
	right: 0;
	text-align: right;
}

.fancybox-next span:before {
	content: ">";
	font-weight: 300;
	font-size: 35.38px;
	color: #fff;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(40, 40, 40, 0.85);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font-size: 15.17px;
	line-height: 21.17px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}




/**//**********************//**/
/**//*  SharePoint Fixes  *//**/
/**//**********************//**/

html #contentBox {
	margin: 0;
	min-width:0;
}
#s4-bodyContainer {
	background-color:#393939;
	text-align:center;
	padding-bottom:0px;
}
html #viewport {
	text-align:left;
}
html #contentRow {
	padding-top:0px;
}
#viewport {
	/*display:inline-block;*/
	background-color:#ffffff;
}
html .ms-webpart-chrome-vertical, html .ms-webpart-zone, html .ms-webpart-cell-vertical {
	display:block;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color:#ffffff;
}
a:hover {
	text-decoration:none;
}

/*  Search Box Styling  */
#search input {
	margin:0px;
}
#search a {
	position:absolute;
	margin-left:-44px;
	width:44px;
	height:44px;
	background: url('/style library/images/search-icon.svg') center no-repeat;
	background-size: 20px 20px;
}
#search a:hover {
	background: url('/style library/images/red-search-icon.svg') center no-repeat;
	background-size: 20px 20px;
}
#search div {
	width:100%;
}
html .ms-srch-sbLarge {
	display:initial;
}

/*  Global Nav Style  */
/**********************/
/*SharePoint fixes needed for their nav */
/****************************************/
#secondary-nav a, #secondary-nav a:link, #secondary-nav a:visited, #secondary-nav a:active {
	color:#dedede;
}
#secondary-nav a:hover {
	color:#ffffff;
}
/* Remove #primary-nav to give hover color of maroon */
#primary-nav .accessible-megamenu a, #primary-nav .accessible-megamenu a:link, #primary-nav .accessible-megamenu 
#primary-nav a:visited, #primary-nav .accessible-megamenu a:hover, #primary-nav .accessible-megamenu a:active {
	color:#000000;
}
#nav-wrap-toggle {
	margin-left:0px;
}
/* Fixes for SharePoint nav */
/****************************/
/* Hide Unwanted "Brown School" Link  */
#primary-nav .ms-core-listMenu-horizontalBox li.static > a{
	display: none;
} 
#primary-nav .ms-core-listMenu-horizontalBox li.static > ul a{
	display: block;
}
/* Hide SP Carrot when Javascript is disabled */
#primary-nav span.ms-navedit-flyoutArrow {
	background-image:none;
	padding-right: 0px;
}
html .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
	margin-right: 0px;
}
/* Override various SharePoint link css  */
#primary-nav a.toggle:hover, #primary-nav .quicklinks a:hover, #primary-nav li > a.ms-core-listMenu-item:active {
	background-color: transparent;
}
#primary-nav a.button:visited {
	color:#000;
}
html .ms-rtestate-field p, html p.ms-rteElement-P {
	margin-bottom:0px;
}
html .wysiwyg .ms-rtestate-field p, html .wysiwyg p.ms-rteElement-P {
	margin-bottom:1.2em;
}
/* Set page layout width */
#DeltaPlaceHolderMain {
	width:100%;
}
/* Override core.css heading weight */
/*html h1, html h2, html h3, html h4, html h5, html h6, html .ms-h1, html .ms-h2, html .ms-h3, html .ms-h4, html .ms-h5, html .ms-h6 {
	font-weight:bold;
}*/

/*  Fixes problems with the slick.js sliders -
// Especially .mobile-slider and text-slider*/
.slick-slider, html #event-feed .slick-slider { 
	display: table; 
	table-layout: fixed; 
	width: 100%;
}

#research-centers .slick-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}

#research-centers div.ms-webpart-chrome.ms-webpart-chrome-fullWidth {
	width:100vw;
}

/* Generic Layouts */
#testimonials {
	margin: 80px 0;
}
/*#testimonials .quote p, */#testimonials .slide p {
	font-size: 2.1em;
	margin-bottom: 2em;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	line-height: 1.6;
}

#testimonials .quote {
	background: #a51417;
	color: #fff;
}

#testimonials .quote.dark {
	background: #393939;
}

#testimonials .quote.light {
	background: #ededed;
	color: #1b1b1b;
}

/* Ribbon */
*#Ribbon\.EditingTools\.CPEditTab\.Font-Large-0-0, #msFontFamily-0, #msFontFamily-1, #fseaFont-0-0-Menu, #fseaFont-0-1-Menu, #fseaFont-1-0-Menu, #fseaFont-1-1-Menu, 
#fseaFont-1-2-Menu, #fseaFont-1-3-Menu, #fseaFont-1-4-Menu, #fseaFont-1-5-Menu, #fseaFont-1-6-Menu, #fseaFont-1-7-Menu, #fseaFont-1-8-Menu, #fseaFont-1-9-Menu, 
#fseaFont-1-10-Menu, #fseaFont-1-11-Menu, #fseaFontSize-0-0-Menu, #fseaFontSize-0-1-Menu, #fseaFontSize-0-2-Menu, #fseaFontSize-0-3-Menu, #fseaFontSize-0-4-Menu, 
#fseaFontSize-0-5-Menu, #fseaFontSize-0-6-Menu, #fseaFontSize-0-7-Menu, 
#Ribbon\.EditingTools\.CPEditTab\.Styles-5style-0-0 #Ribbon\.EditingTools\.CPEditTab\.Styles\.Styles-Thin, 
#Ribbon\.EditingTools\.CPEditTab\.Styles\.Styles\.Menu\.Styles {
	display:none;
}

/*  All headings  */
html h1, html h2, html h3, html h4, html h5, html h6 {
	font-family: "Libre Baskerville", serif;
	letter-spacing: 0.025em;
	margin-bottom: 1em;
	line-height: 1.3;
	font-weight:bold;
	color:#000;
}

h1 {
	font-size: 3.6em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2.2em;
}

h4 {
	font-size: 1.7em;
}

.intro.with-photo h1, .intro.with-photo h2 {
	color: #fff;
}

.intro h1, .intro h2 {
	font-size: 2.8em;
	color: #6c7373;
	line-height: 1.5;
}

.generic .intro h1, .generic .intro h2 {
	color: #a51417;
}

.news-feed .heading h2 {
	background: #a51417;
	position: absolute;
	left: 0;
	top: -38px;
	z-index: 3;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2em;
	letter-spacing: 0.075em;
	padding: 25px 32px 25px;
}

.news-feed.full h3 {
	color: #88ddda;
	margin-bottom: 1em;
}

.news-feed figcaption h3 {
	color: #fff;
	line-height: 1.6;
	font-size: 2em;
	font-family: "Libre Baskerville", serif;
	margin-bottom: 2em;
	font-weight: 600;
}

.brochure figcaption h3 {
	line-height: 1.6;
	font-size: 2em;
}

.brochure-list figcaption h3 {
	color: #a51417;
	line-height: 1.2;
}

.stats h3 {
	color: #6c7373;
	font-size: 6.2em;
	line-height: 1;
	margin-bottom: .25em;
}

.cta h3 {
	margin-bottom: .25em;
	font-size: 1.4em;
}

.cta.with-photo h3 {
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 auto 1.5em;
	max-width: 760px;
}

.cta.with-photo h3 a {
	color: inherit;
	text-decoration: underline;
}

.life-at-brown .cta.with-photo h3,
.cta.with-photo.full h3 {
	font-family: "Libre Baskerville", serif;
	font-weight: bold;
	font-size: 1.2em;
}

.filtered-list h3 {
	font-size: 1.8em;
	margin-bottom: .25em;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
}

.brochure-intro h1 {
	color: #a51417;
	font-size: 3em;
	margin-bottom: .5em;
}

#generic-intro article h2, #generic-body article h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	color: #393939;
}

#generic-intro .wysiwyg p + h3, #generic-body .wysiwyg p + h3 {
	margin-top: 2em;
}

#generic-intro h1, #generic-body h1 {
	margin-bottom: .5em;
	color: #a51417;
}

.about #generic-intro h1, .about #generic-body h1 {
	color: #6c7373;
	margin-bottom: .15em;
}

#generic-intro h3, #generic-body h3 {
	color: #a51417;
}

#generic-intro aside h3, 
#generic-body aside h3, 
#generic-intro aside h4, 
#generic-body aside h4, 
#testimonials .dark .slide h4 {
	text-transform:uppercase;
	color:#fff;
}

#testimonials .dark .slide h2 {
	color: #6c7373;
	margin-bottom: 2em;
}

#generic-intro aside h2, #generic-body aside h2 {
	color: #67c8c7;
	margin-bottom: 1.5em;
}

#generic-intro aside h2 br, #generic-body aside h2 br {
	display: none;
}

#generic-heading h2 {
	color: #fff;
	font-size: 4.2em;
	margin-bottom: .5em;
}

#generic-article h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.8em;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	line-height: 1.6;
}

#generic-article h3 {
	color: #a51417;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
}

#instagram-feed h2 {
	font-size: 1.8em;
	font-family: "Source Sans Pro", sans-serif;
	color: #a51417;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	padding-top: 20px;
	margin: 0 0 50px;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-align-items: center;
}

.home #main-intro h1 {
	color: #a51417;
	font-size: 2.7em;
}

#featured h2 {
	font-size: 2.4em;
	color: #67c8c7;
}

.events #featured h2 {
	margin-bottom: .65em;
}

#program-callout h3 {
	font-size: 2.1em;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #a51417;
	letter-spacing: 0.075em;
}

#event-feed .details h3 {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 1em;
	line-height: 1.4;
}

#conclusion h4 {
	color: #a51417;
	font-size: 4em;
	margin-bottom: 0;
}

#find-program h2 {
	position: absolute;
	z-index: 1;
	font-family: "Source Sans Pro", sans-serif;
	background: #a51417;
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	top: -78px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.075em;
	padding: 0 50px;
	text-transform: uppercase;
	font-size: 1.8em;
	height: 78px;
	line-height: 78px;
	min-width: 300px;
	box-sizing: border-box;
}

#find-program h3 {
	padding-top: 60px;
	position: relative;
	font-size: 2.1em;
}

#find-program h3:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 5px;
	width: 85%;
	max-width: 500px;
	background: #c8c8c8;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}

#program-combos .combo h2 {
	color: #6c7373;
	font-weight: bold;
	margin-bottom: 2em;
}

#more-programs h3 {
	font-size: 2.8em;
	color: #88ddda;
	margin-bottom: 1em;
}

#program-description h2 {
	font-size: 2.5em;
	color: #000000;
}

#program-description h3 {
	font-size: 1.8em;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 3em;
	letter-spacing: 0.075em;
}

#program-studies h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 1.8em;
	text-transform: uppercase;
	line-height: 1.8;
	margin: 0 auto 3em;
	max-width: 915px;
}

#program-details h2 {
	color: #6c7373;
	font-size: 4.2em;
}

#program-details article h3 {
	font-size: 3em;
	color: #6c7373;
}

#program-details article h3:not(:first-child) {
	margin-top: 2em;
}

#program-details aside h3 {
	font-size: 2.4em;
	margin-bottom: 2em;
}

#program-details aside h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	font-size: 2.2em;
}

#related-articles figcaption h3 {
	margin-bottom: 2em;
}

#featured-bio h3 {
	font-size: 1.9em;
	margin-bottom: .25em;
}

#featured-bio h4 {
	font-size: 1.2em;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-weight: 600;
	color: #6c7373;
	margin-bottom: 2.5em;
}

#browse-faculty h2 {
	font-size: 3.3em;
	color: #6c7373;
}

#faculty-list h4 {
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 2em;
}

#faculty-news figcaption h3 {
	margin-bottom: 2em;
}

#faculty-bio h1 {
	color: #a51417;
	margin-bottom: .5em;
}

#faculty-bio h3 {
	font-size: 1.2em;
	color: #6c7373;
}

#faculty-bio .primary-title {
	margin-bottom:10px;
}

#faculty-bio .additional-title{
	margin-bottom:10px;
}

#faculty-bio .js-more {
	margin-top:13px;
}

#faculty-bio .detail.research-interests {
	padding-bottom:0px;
}

#faculty-bio .detail.research-interests:after {
	height:0px;
	background:transparent;
}

#faculty-footer h2 {
	font-size: 3em;
	color: #a51417;
}

#news-list .item h3 {
	margin-bottom: 3em;
	text-align: center;
}

.news-event-feed h2 {
	color: #a51417;
}

.twitter-feed h2 {
	font-size: 1.5em;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	margin-bottom: 2em;
}

#event-calendar .tab:nth-child(1) h3 {
	font-size: 1.4em;
	margin-bottom: 1.25em;
}

#event-calendar .tab:nth-child(3) h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 20px;
}

.single-post.type-event h1 {
	margin-bottom: .75em;
}

.single-post h1 {
	margin-bottom: .5em;
}

.post-author h2 {
	font-family: "Source Sans Pro", sans-serif;
	color: #6c7373;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	margin-bottom: 1.5em;
}

.post-author h3 {
	color: #a51417;
	font-size: 2.8em;
	margin-bottom: .5em;
}

.more-posts h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 60px;
	width: 100%;
}

.more-posts h2 span {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 3px solid #6c7373;
}

.contact-us #contact-form .intro h2 {
	color: #fff;
}

#contact-departments h2 {
	background: #a51417;
	color: #fff;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 0.075em;
	margin-bottom: 70px;
	padding: 30px 40px;
}

#apply-links h2 {
	color: #a51417;
}

#apply-links h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 2.2em;
}

#staff-directory h3 {
	font-size: 1.5em;
	text-transform: none;
	margin-bottom: .1em;
	font-weight: bold;
}

#life-at-brown aside h3 {
	color: #a51417;
	margin-bottom: 1.5em;
}

#recruiters {
	width:100%;
}

.recruiter {
	width:100%;
	float:none;
	clear:both;
	padding-top: 15px;
}

.recruiter:first-child {
	padding-top:0px;
}

.recruiter img {
	width:38%;
	float:left;
}

.recruiterInfo {
	width:58%;
	float:left;
	padding-left:15px;
}

#recruiters .recruiterInfo p:first-child, #recruiters .recruiterInfo p:nth-child(2) {
	margin-bottom:0px;
}

#recruiters .recruiterInfo p {
	margin-bottom:.8em;
}

.recruiter p:first-child {
	font-weight:bold;
	margin-top: 5px;
}
/* SharePoint Header Fixes  */

#footer h4/*, #footer .ms-h4*/ {
	color:#ffffff;
}

#related-articles figcaption h3 {
	color:#fff;	
}

#generic-article article.wysiwyg h2  {
	color:#1b1b1b;
}

/* Responsive Media Queries  */

@media all and (min-width: 450px) {
	#logo-wrap svg {
		width: 350px;
	}
}
@media all and (max-width: 599px) {
	.slide .image {
		background-image: none !important;
	}
	.brochure figcaption svg {
		display: none;
	}
	.brochure-list .image {
		background-image: none !important;
	}
	.quote .cite-more {
		margin-top: 40px;
	}
	.filter-options .tab li, #extraColumn tr {
		padding-left: 10px;
	}
	.filter-options .tab label svg {
		display: none;
	}
	.apply .brochure-intro .wysiwyg {
		padding: 60px 7.5% 25px;
	}
	#featured {
		background-image: none !important;
	}
	#event-feed .video {
		background-image: none !important;
	}
	#programs-intro {
		padding-bottom: 60px;
	}
	#programs-intro p {
		display: none;
	}
	#program-combos .combo .slideshow {
		display: none;
	}
	#program-combos .combo .button:last-child {
		display: none;
	}
	#program-combos .quote {
		display: none;
	}
	#program-intro {
		padding: 50px 0 30px;
	}
	#program-intro .button {
		display: none;
	}
	#program-description ul {
	font-size: 1.6em;
	}
	#program-details article {
		width: 100%;
		padding: 0 7.5%;
	}
	#program-details aside {
		max-width: 100%;
		padding: 50px 7.5%;
	}
	#browse-faculty {
		padding: 50px 0 0 0;
	}
	#browse-news .tab-heading {
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
		-webkit-order: 2;
		width: 100%;
	}
	#browse-news .search {
		width: 100%;
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
		-webkit-order: 1;
	}
	.twitter-feed {
		padding: 60px 7.5% 70px;
	}
	#event-calendar .tab-heading {
		font-size: 1.2em;
	}
	.more-posts {
		padding-bottom: 0;
	}
	#contact-form .tab-heading:after {
		display: none;
	}
	#contact-form .tab {
		display: none;
		padding: 50px 7.5%;
	}
	#contact-form .form-wrap {
		padding: 50px 7.5%;
	}
	#contact-form .tab-nav .tab {
		text-align: left;
	}
	#contact-form .tab-nav .tab.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#staff-directory {
		padding: 0 0 90px 0;
	}
	#staff-directory .tab {
		display: none;
		padding-left: 12px;
	}
	#staff-directory .tab-nav .tab.active {
		display: block;
	}
	#program-combos .quote {
		display: none;
	}
	.inlineImage {
	float:none;
	clear:both;
	}
	#viewport .inlineImage {
	padding-left: 0px;
	margin-bottom: 10px;
	}
	html .inlineImage img {
	margin: 10px 0px;
	}
	#viewport .inlineImage p {
	margin-left: 0px;
	}
}

@media all and (min-width: 600px) {
	.container.full-mobile {
		width: 85%;
	}
	.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
		font-size: 1.8em;
	}
	.wysiwyg ul ul, .wysiwyg ol ol {
	font-size: 1em;
	}
	.alignright {
		float: right;
		margin: 0 0 20px 35px;
	}
	.alignleft {
		float: left;
		margin: 0 60px 20px 0;
	}
	.category:not(.site) {
		display: block;
	}
	.mobile-slideshow .slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
	}
	.home #event-feed .slick-dots {
		position: absolute;
		bottom: 0;
		top: auto;
	}
	.intro {
		padding: 80px 0 50px;
	}
	.intro p {
		font-size: 2.1em;
	}
	.news-feed .image img {
		opacity: 0;
	}
	.news-feed .slide {
		height: auto;
		background-color: #393939;
	}
	.news-feed .slideshow {
		background: none;
	}
	.news-feed .more {
		text-align: right;
	}
	.news-feed .more a {
		display: inline-block;
		margin-right: 20px;
	}
	.news-feed .more a:first-child {
		margin-bottom: 0;
	}
	.news-feed .more a:after {
		display: inline-block;
		height: 46px;
		width: 3px;
		vertical-align: middle;
		-webkit-transform: rotate(20deg);
						transform: rotate(20deg);
		margin: 0 0 0 20px;
	}
	.brochure figcaption p {
		font-size: 1.8em;
	}
	.brochure .more {
		text-align: left;
		padding: 24px 0 0 0;
	}
	.brochure .more a {
		display: inline-block;
		margin-right: 20px;
	}
	.brochure .more a:first-child {
		margin-bottom: 0;
	}
	.brochure .more a:after {
		display: inline-block;
		height: 46px;
		width: 3px;
		vertical-align: middle;
		-webkit-transform: rotate(20deg);
						transform: rotate(20deg);
		margin: 0 0 0 20px;
	}
	.brochure-list {
		margin-bottom: 70px;
	}
	.brochure-list img {
		display: none;
	}
	.brochure-list .button {
		margin-top: 2em;
	}
	.filtered-list figure {
		width: 45.5729%;
		margin: 0 2.2135% 40px;
	}
	#generic-heading {
		padding: 230px 0;
	}
	#breadcrumbs {
		font-size: 1.5em;
	}
	#instagram-feed .more {
		padding-left: 40px;
	}
	#instagram-feed .more svg {
		display: inline-block;
		margin-right: 15px;
	}
	#instagram-feed .item {
		width: 25%;
	}
	#featured .image {
		max-height: 500px;
	}
	#featured p {
		display: block;
	}
	#featured a {
		font-size: 1.7em;
	}
	#event-feed .video .container {
		width: 85%;
	}
	#event-feed .video img {
		opacity: 0;
	}
	#event-feed .video .image {
		max-height: 400px;
	}
	#event-feed {
		padding: 30px 0 50px;
	}
	#event-feed .slideshow {
		padding-bottom: 70px;
	}
	#event-feed .feed {
		padding: 20px 0 50px;
	}
	#event-feed .feed .more {
		position: absolute;
		z-index: 1;
		right: 0;
		bottom: 0;
		background: #67c8c7;
		color: #fff;
		text-transform: uppercase;
		font-weight: 800;
		letter-spacing: 0.075em;
		font-size: 1.6em;
		height: 70px;
		line-height: 70px;
		padding: 0 30px;
	}
	#event-feed .details time, #event-feed .details .location {
		font-size: 1.8em;
	}
	#event-feed .details svg {
		display: inline-block;
	}
	#event-feed .date svg {
		display: block;
		fill: currentColor;
		height: 65px;
		width: 65px;
		position: absolute;
		left: 50px;
		top: 50%;
		margin-top: -32px;
	}
	#conclusion {
		padding: 90px 0 115px;
	}
	#conclusion p {
		font-size: 3.8em;
	}
	#find-program .links {
		font-size: 2.1em;
	}
	#program-combos .combo .slide p {
		font-size: 3.8em;
	}
	#more-programs {
		margin-bottom: 70px;
	}
	#more-programs img {
		opacity: 0;
		visibility: hidden;
	}
	#more-programs p {
		margin-bottom: 4em;
	}
	#program-description .inner {
		padding: 70px 7.5%;
	}
	#program-description p, #program-description cite {
		font-size: 2.1em;
	}
	#program-description p cite, #program-description cite p {
		font-size: 1em;
	}
	#program-studies .tab-heading {
		display: inline-block;
		padding-right: .75em;
		border-right: 1px solid #000;
		margin-right: .5em;
		padding-bottom: 0;
	}
	#program-studies .list {
		font-size: 1.8em;
	}
	#program-studies .list .slide li {
		padding: 0 14px 32px;
	}
	#program-details {
		padding: 70px 0 90px;
	}
	.generic #related-articles {
		padding-bottom: 50px;
	}
	#featured-bio .image img {
		opacity: 0;
	}
	#featured-bio .image {
		max-height: 400px;
	}
	#event-calendar .tab .item {
		width: 48%;
	}
	#event-calendar .tab:nth-child(3) .item {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
		-webkit-flex-direction: row;
	}
	#event-calendar .tab:nth-child(3) .date {
		padding: 0;
		width: 35.5%;
		text-align: right;
		padding-right: 4.4%;
		border-right: 3px solid #6c7373;
	}
	#event-calendar .tab:nth-child(3) .details {
		padding: 0 0 0 4.4%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
		-webkit-flex-direction: row;
	}
	.post-author .image {
		width: 44%;
	}
	.post-author figcaption {
		width: 56%;
		padding-left: 6.1881%;
	}
	#contact-form .tab-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
	}
	#staff-directory .tab-nav {
		text-align: right;
		width: 40%;
		border-right: 9px solid #eaeaea;
		padding: 50px 30px 50px 0;
	}
	#staff-directory .tab-heading {
		padding: 0 0 42px 0;
		margin: 42px 0 0 0;
	}
	#staff-directory .tab {
		padding-left: 30px;
	}
	#staff-directory .tab-content {
		width: 60%;
	}
	#footer {
		padding-top: 140px;
	}
	#footer .wustl-shield {
		top: -22px;
		height: 140px;
		width: 140px;
		margin-left: -70px;
		padding: 0 2px;
	}
	#footer .quicklinks ul {
		font-size: 1.8em;
		margin-bottom: 56px;
	}
	#footer .wustl-logo {
		letter-spacing: 0.075em;
		font-size: 1.8em;
	}
	#footer .wustl-logo img {
		max-width: 300px;
	}
	#footer .social-links .heading, #footer .support .heading {
		font-size: 1.2em;
	}
	#footer .social-links li {
		margin: 0 10px;
	}
	#footer .social-links li.facebook {
		margin: 0 5px;
	}
	#footer .social-links svg {
		max-width: 45px;
		height: 40px;
	}
	#footer .support .tagline {
		font-size: 2em;
	}
	#footer .copyright {
		font-size: 1.3em;
	}
	#footer .copyright br {
		display: none;
	}
	#footer .copyright span {
		margin-bottom: 0;
	}
	.intro h1, .intro h2 {
		font-size: 3.2em;
	}
	#program-intro h1 {
		font-size: 4.7em;
	}
	.brochure figcaption h3 {
		font-size: 2.6em;
	}
	.brochure-list h3 {
		font-size: 3.2em;
	}
	#featured h2 {
		font-size: 3.7vw;
	}
	#event-feed .details h3 {
		font-size: 3em;
	}
	#conclusion h4 {
		font-size: 7vw;
	}
	#find-program h3 {
		font-size: 2.7em;
	}
	#more-programs h3 {
		font-size: 3.2em;
		margin-bottom: 1.5em;
	}
	#program-description h2 {
		font-size: 3.5em;
	}
	#event-calendar .tab:nth-child(3) h3 {
		margin-bottom: 0;
	}
	#footer h4 {
		font-size: 2em;
	}
}

@media all and (max-width: 767px) {
	.input.half.checkbox {
	margin-bottom:0px;
	}
	.input.half + .input.half.checkbox {
	margin-bottom:30px;
	}
	.input.half.checkbox + .input.half.checkbox {
	margin-top:0px;
	}
	.single-post .event-details .time {
		margin-top: 0px;
	}
	.recruiter img, .recruiterInfo {
	width: 100%;
	}
	.recruiterInfo {
	padding-left:0px;
	}
}

@media all and (min-width: 768px) {
	.form-container .input {
		box-sizing: border-box;
		-webkit-box-flex: 1;
				-ms-flex-positive: 1;
						flex-grow: 1;
		padding: 0 13px;
		width: auto;
	}
	.form-container .input:first-child {
		padding-left: 0;
	}
	.form-container .input:last-child {
		padding-right: 0;
	}
	.form-container .input.one-fourth {
		-webkit-box-flex: 0;
				-ms-flex-positive: 0;
						flex-grow: 0;
		width: 25%;
	}
	.form-container .input.one-third {
		-webkit-box-flex: 0;
				-ms-flex-positive: 0;
						flex-grow: 0;
		width: 33.333%;
	}
	.form-container .input.half {
		-webkit-box-flex: 0;
				-ms-flex-positive: 0;
						flex-grow: 0;
		width: 50%;
	}
	.brochure-list .image {
		width: 50%;
	}
	.brochure-list figcaption {
		width: 50%;
	}
	.filter-options .tab ul, #extraColumn tbody {
		-webkit-column-count: 3;
			 -moz-column-count: 3;
						column-count: 3;
	}
	.filtered-list {
		display: block;
	}
	.filtered-list .container {
		-webkit-box-pack: start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}
	.filtered-list figure {
		width: 29.7385%;
		max-width: 364px;
		margin: 0 1.7973% 40px;
	}
	#generic-intro article, #generic-body article {
		padding: 100px 7.5% 100px;
	}
	#generic-article {
		padding: 115px 0 110px 0;
	}
	#generic-article article {
		-webkit-column-count: 2;
			 -moz-column-count: 2;
						column-count: 2;
		-webkit-column-gap: 50px;
			 -moz-column-gap: 50px;
						column-gap: 50px;
	}
	#browse-faculty .filters {
		display: block;
	}
	#faculty-list {
		display: block;
	}
	#event-calendar .tab .item {
		width: 32.6865%;
		margin: 0 .8955% 12px 0;
	}
	#event-calendar .tab .item:nth-child(3n) {
		margin-right: 0;
	}
	.single-post .share {
		position: absolute;
		right: 0;
		bottom: -3px;
		text-align: right;
	}
	.single-post .event-details .date {
		display: inline;
		margin-right: 30px;
	}
	.single-post .event-details .add-to-cal {
		vertical-align: middle;
		margin-top: -15px;
		margin-bottom: 0;
	}
	.single-post .event-details .location {
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
	.single-post .event-details .location .title {
		display: inline-block;
		margin-bottom: 0;
	}
	.single-post .event-details .location a {
		margin-right: 6px;
		padding-right: 12px;
		border-right: 1px solid #6c7373;
	}
	#apply-links li li {
		display: inline-block;
		margin-right: 10px;
		padding-right: 11px;
		border-right: 2px solid #a51417;
	}
	#staff-directory .tab-nav {
		padding: 50px 80px 50px 0;
	}
	#staff-directory .tab {
		padding-left: 50px;
	}
	#life-at-brown .tab-heading {
		width: 33.333%;
	}
	.about #generic-intro h1, .about #generic-body h1 {
		font-size: 5em;
	}
	#generic-intro aside h2, #generic-body aside h2 {
		font-size: 3.5em;
	}
}


@media all and (max-width: 1029px) {
	#viewport.takeover {
		height: 100%;
		overflow: hidden;
	}
	#program-description .image {
		background-image: none !important;
	}
	
	/*  HERE  */
	/* Fix */
	#program-details .primary.tab-content .tab article.wysiwyg {
		padding: 0 7.5%;
	}
	#program-details .primary.tab-nav {
		height: auto;
		margin: 0;
	}
	#program-details .primary.tab-nav .tab-heading {
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #fff;
		border-right: none;
		min-height: 85px;
	}
	#program-details .primary.tab-nav .tab-heading:after {
		display: none;
	}
	#program-details .primary.tab-nav .tab.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#program-details .nested.tab-nav {
		width: 100%;
		border: none;
		text-align: center;
		padding: 0;
		padding: 20px 0;
	}
	#program-details .nested.tab-nav .tab-heading {
		padding: 10px 0;
		color: #6c7373;
		border: none;
	}
	#program-details .nested.tab-nav .tab-heading.active, #program-details .nested.tab-nav .tab-heading:hover {
		background: none;
	}
	#program-details .primary.tab-content .tab {
		padding: 50px 0;
		background: #f6f5f5;
		display: none;
	}
	#program-details .tab .tab-content {
		width: 100%;
	}
	#program-details .tab .tab-content .tab {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
	}
	.desktop-only {
	display:none;
	}
}

@media all and (min-width: 1030px) {
	.column.one-fourth {
		width: 25%;
	}
	.column.one-third {
		width: 33.333%;
	}
	.column.half {
		width: 50%;
	}
	.column.two-thirds {
		width: 66.666%;
	}
	.column.three-fourths {
		width: 75%;
	}
	.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
		font-size: 2.1em;
	}
	/* Difference between p's and ul's in news articles */
	.single-post .wysiwyg ul {
	font-size:1.8em;
	}
	.button, input.button {
		padding: 12px 28px 11px;
	}
	.js-more, .back-to-top {
		display: none;
	}
	.js-more-wrap {
		visibility: visible;
		height: auto;
		opacity: 1;
	}
	#header #nav-wrap-toggle {
		display: none;
	}
	#header .tagline {
		width: 100%;
		display: block;
		height: 57px;
		line-height: 57px;
		color: #fff;
		background: #a51417;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		font-size: 0;
		font-weight: bold;
		padding: 0 40px;
		box-sizing: border-box;
	}
	#logo-wrap {
		padding: 0;
		margin-left: 40px;
		width: 420px;
	}
	#logo-wrap a {
		height: 148px;
		padding: 0;
		font-size: 2.4em;
	}
	#logo-wrap .wu-logo {
		padding-right: 20px;
		margin-right: 20px;
		border-right: 3px solid #c8c8c8;
	}
	#logo-wrap svg {
		width: 436px;
	}
	#nav-wrap {
		visibility: visible;
		opacity: 1;
		position: static;
		width: 100%;
		-webkit-box-pack: end;
				-ms-flex-pack: end;
						justify-content: flex-end;
		-ms-flex-line-pack: end;
				align-content: flex-end;
		padding-top: 0;
	}
	#nav-wrap li {
		display: inline-block;
	}
	#primary-nav {
		border: none;
		text-align: center;
		-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
						order: 3;
		background: #ebebeb;
		height: 60px;
	}
	#primary-nav a.first-level, #primary-nav li.static ul.static > li.static > a {
		line-height: 60px;
		padding: 0 1em;
		font-size: 1.1em;
		color: #1b1b1b;
		border: none;
	}
	html #primary-nav li.static ul.static > li.static > a {
	padding: 0px 2.05em;
	}
	#primary-nav a.first-level.selected, #primary-nav a.first-level.selected:hover, 
	#primary-nav li.static ul.static > li.static > a.selected, 
	#primary-nav li.static ul.static > li.static > a.selected:hover {
		background: #d2d3d3;
	}
	#primary-nav a.first-level:after, #primary-nav li.static ul.static > li.static > a:after {
		content: "";
		visibility: hidden;
		opacity: 0;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
						transform: translateX(-50%);
		height: 6px;
		width: 68px;
		background: #67c8c7;
		-webkit-transition: .2s;
						transition: .2s;
	}
	#primary-nav a.first-level svg {
		display: none;
	}
	#primary-nav .show .first-level:after, #primary-nav .first-level:hover:after, 
	#primary-nav li.static ul.static > li.static > a:hover:after {
		visibility: visible;
		opacity: 1;
	}
	#primary-nav li.static ul.static > li.static > ul.dynamic {
	margin-top:13px;
	}
	#primary-nav .sub-nav {
		display: block;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		z-index: 10;
		left: 40px;
		right: 40px;
		padding: 80px 8.0882%;
		-webkit-transition: .2s;
						transition: .2s;
	}
	#primary-nav .sub-nav .column:first-child {
		padding-top: 47px;
		padding-right: 50px;
	}
	#primary-nav .sub-nav .column:last-child {
		padding-left: 50px;
	}
	#primary-nav .sub-nav-group p {
		display: block;
	}
	#primary-nav .sub-nav.show {
		visibility: visible;
		opacity: 1;
	}
	#primary-nav .quicklinks ul {
		border-left: 5px solid #fff;
		-webkit-column-rule: 5px solid #fff;
			 -moz-column-rule: 5px solid #fff;
						column-rule: 5px solid #fff;
		padding-left: 2px;
	}
	#primary-nav .quicklinks ul li {
		padding-left: 15px;
	}
	#secondary-nav {
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
		text-align: right;
		line-height: 1.2;
		margin-right: 40px;
		margin-bottom: 110px;
		padding: 0;
		position: absolute;
		right: 0;
		width: 60%;
		top: 21px;
		color: #dedede;
		font-weight: bold;
		font-size: 1.35em;
	}
	#secondary-nav li {
		border-right: 1px solid;
		padding-right: 1.5em;
		margin-right: 1.35em;
	}
	#secondary-nav li:last-child {
		margin-right: 0;
		padding-right: 0;
		border: none;
	}
	#secondary-nav a {
		padding: 0;
	}
	#search {
		z-index: 101;
		width: 378px;
		margin-right: 40px;
		-ms-flex-item-align: center;
				align-self: center;
	}
	#search input[type="text"] {
		background: #ebebeb;
		padding-right: 45px;
		padding-left: 15px;
	}
	#search input[type="submit"], #search button {
		position: absolute;
		right: 0;
		left: auto;
	}
	html .ms-srch-sbLarge {
		display:inline-block;
	}
	.slick-dots {
		left: 30px;
		bottom: 30px;
		top: auto;
	}
	.home #featured .slick-dots, .events #featured .slick-dots {
		left: 0;
		right: 50%;
	}
	.intro br {
		display: block;
	}
	#program-intro .column {
		padding: 30px 0;
	}
	#program-intro .column:first-child {
		text-align: right;
		padding-right: 5.2238%;
		border-right: 5px solid #c8c8c8;
	}
	#program-intro .column:last-child {
		padding-left: 5.9701%;
	}
	#news-intro {
		padding: 150px 0;
	}
	.faculty-individual .news-feed .container {
		width: 100%;
	}
	.faculty-individual .news-feed .column:first-child {
		width: 56%;
		border-left: 80px solid #fff;
	}
	.faculty-individual .news-feed .column:last-child {
		width: calc(44% - 80px);
	}
	.faculty-individual .news-feed .slideshow:after {
		content: "";
		position: absolute;
		z-index: 0;
		left: 80px;
		right: 80px;
		top: 0;
		bottom: 0;
		background: #393939;
	}
	.faculty-individual .news-feed .slick-dots {
		top: auto;
		left: 110px;
	}
	.faculty-individual .news-feed .slide {
		background-color: transparent;
	}
	.news-feed.full img {
		display: none;
	}
	.news-feed.full .column:first-child {
		width: 56%;
	}
	.news-feed.full .column:last-child {
		width: 44%;
		max-width: 720px;
		min-height: 565px;
	}
	.news-feed.full figcaption {
		padding-bottom: 120px;
	}
	.news-feed.full .slick-dots {
		top: auto;
		left: 60.855%;
	}
	.news-feed figcaption {
		padding: 70px 5.5555%;
	}
	.news-feed figcaption .category:not(.site) {
		display: block;
	}
/*  .news-feed figcaption h3 {
		font-size: 2vw;
	}*/
	.news-feed figcaption a {
		font-size: 1.8em;
	}
	.news-feed figcaption svg {
		height: 23px;
		width: 40px;
		display: inline-block;
		fill: #fff;
		vertical-align: middle;
		margin-top: -2px;
		margin-right: 15px;
	}
	.news-feed .more {
		padding: 0;
	}
	.brochure .secondary {
		padding: 50px 0;
	}
	.brochure-list figcaption {
		padding-top: 70px;
	}
	.stats {
		padding: 0 0 80px 0;
	}
	.stats .slideshow {
		padding-bottom: 0;
	}
	.stats .column {
		width: 33.333%;
		padding: 0 3.7313%;
	}
	.cta.with-divider .column {
		padding: 40px 0;
	}
	.cta.with-divider .column:first-child {
		padding: 40px 0;
		margin: 0;
	}
	.cta.with-divider .column:first-child:after {
		right: -2px;
		left: auto;
		width: 4px;
		height: 100%;
	}
	.cta.with-graphic img {
		max-width: 100%;
	}
	.cta.with-photo .container {
		width: 85%;
	}
	.cta.with-photo.full .container {
		width: 100%;
		max-width: 100%;
		max-height: 588px;
		overflow: hidden;
	}
/*  .cta.with-photo h3 {
		font-size: 2em;
		margin-bottom: 2em;
		margin-top: 1.8em;
	}
	.life-at-brown .cta.with-photo h3 {
		font-size: 1.8em;
	}*/
	.cta.with-photo .button {
		font-size: 18px;
		border-width: 8px;
	}
	.life-at-brown .cta.with-photo .button {
		border-width: 6px;
	}
	.cta.with-photo .button-row {
		margin-bottom: 50px;
	}
	#contact-form + .cta {
		padding-top: 50px;
	}
	#contact-form + .cta:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 330px;
		top: 0;
		background: #f2f2f2;
	}
	.brochure-intro .image {
		width: 56%;
	}
	.brochure-intro .wysiwyg {
		width: 44%;
		padding: 60px 3.75% 90px;
	}
	.brochure-intro .directions {
		position: absolute;
		right: 100%;
		bottom: 0;
	}
	#generic-intro article, #generic-body article/*, #generic-intro #breadcrumbs*/ {
		width: calc(100% - 500px);
	}
	#generic-intro.no-aside article, #generic-body.no-aside article/*, #generic-intro.no-aside #breadcrumbs*/ {
		width: 100%;
	}
	#generic-intro .wysiwyg p, #generic-intro .wysiwyg ol, #generic-intro .wysiwyg ul, 
	#generic-body .wysiwyg p, #generic-body .wysiwyg ol, #generic-body .wysiwyg ul {
		font-size: 1.8em;
	}
	#generic-intro .wysiwyg ol ol, #generic-intro .wysiwyg ul ul, 
	#generic-body .wysiwyg ol ol, #generic-body .wysiwyg ul ul {
		font-size:1em;
	}
	#generic-intro aside, #generic-body aside {
		max-width: 500px;
	}
	
	#generic-intro.widget-aside article, #generic-body.widget-aside article/*, #generic-intro.widget-aside #breadcrumbs*/ {
		width: calc(100% - 420px);
	}
	#generic-intro.widget-aside aside, #generic-body.widget-aside aside {
		max-width: 420px;
	}
	.single #generic-intro.widget-aside aside, .single #generic-body.widget-aside aside {
		margin-top: -74px;
	}
	#generic-intro.widget-pages .container, #generic-body.widget-pages .container {
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
	}
	#generic-intro.widget-pages aside, #generic-body.widget-pages aside {
		margin-top: 100px;
	}
	#generic-article article {
		-webkit-column-gap: 100px;
			 -moz-column-gap: 100px;
						column-gap: 100px;
	}
	#generic-article .wysiwyg p, #generic-article .wysiwyg ol, #generic-article .wysiwyg ul {
		font-size: 1.8em;
	}
	#instagram-feed .item {
		width: 25%;
	}
	#featured .slideshow {
		padding-bottom: 0;
	}
	#featured img {
		opacity: 0;
	}
	#featured .image {
		height: 100%;
		max-height: 100%;
	}
	#featured .slide {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
	}
	#featured figcaption {
		-ms-flex-item-align: center;
				align-self: center;
	}
/*  #featured h2 {
		font-size: 4em;
	}*/
	.home #featured .slide {
		height: 620px;
	}
	.events #featured .slide {
		max-height: 560px;
	}
	#program-callout .column:first-child {
		width: 37.9861%;
		padding: 70px 0;
	}
	#program-callout .column:last-child {
		width: 62.0138%;
	}
	#event-feed .video {
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
	}
	#event-feed .video figcaption {
		position: absolute;
		z-index: 1;
		left: 0;
		top: -36px;
		padding: 35px 40px;
		max-width: 390px;
		text-align: left;
	}
	#event-feed .video .image {
		height: 100%;
		max-height: 100%;
	}
	#event-feed .video svg {
		height: 118px;
		width: 118px;
		margin: -59px 0 0 -59px;
	}
	#event-feed {
		padding: 100px 0 90px;
	}
	#event-feed .feed {
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
		padding: 0 50px;
	}
	#conclusion br {
		display: block;
	}
	#find-program .container {
		padding: 0 0 70px 0;
	}
	#find-program .column {
		margin: 0;
	}
	#find-program figure:hover figcaption {
		visibility: visible;
		opacity: 1;
	}
	#find-program .heading {
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
		padding: 0;
	}
	#find-program figure {
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
		margin-bottom: 30px;
	}
	#find-program figcaption {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		background: rgba(0, 0, 0, 0.66);
		color: #fff;
		font-size: 2.1em;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .2s;
						transition: .2s;
		padding: 20px 16.8161%;
	}
	#find-program img {
		display: block;
		width: 101%;
	}
	#more-programs figcaption {
		padding-top: 110px;
		padding-bottom: 70px;
	}
	#program-description .column:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 40%;
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
		-webkit-box-align: end;
				-ms-flex-align: end;
						align-items: flex-end;
	}
	#program-description .column:last-child {
		padding-top: 50px;
		width: 60%;
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
	}
	#program-description img {
		display: none;
	}
	#program-description .inner {
		padding: 70px 12.3519%;
	}
	#program-studies .tab-nav {
		margin-bottom: 70px;
	}
	#program-studies .list {
		padding-bottom: 0;
	}
	#program-studies .list .slide {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
	}
	#program-studies .list li, #program-studies .list .slide li {
		width: 33.333%;
	}
	#program-studies .list a {
		height: 130px;
	}
	#program-details {
		padding: 110px 0 90px;
	}
	#program-details .primary.tab-nav .tab-heading {
		font-size: 18px;
	}
	#program-details aside {
		display: block;
	}
	#featured-bio {
		background: #f4f4f4;
		padding-bottom: 80px;
	}
	#featured-bio:before {
		content: "";
		position: absolute;
		height: 115px;
		background: #fff;
		left: 0;
		right: 0;
		top: 0;
	}
	#featured-bio .slide {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
		padding-bottom: 0;
	}
	#featured-bio .image {
		max-height: 100%;
	}
	#featured-bio figcaption {
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
	#research-centers .slideshow {
		background: none;
		padding: 0;
	}
	#research-centers .slick-list {
		width: 56%;
	}
	#research-centers .slide {
		padding: 70px 105px 60px 55px;
	}
	#research-centers .slide img, #research-centers .slide p {
		display: block;
	}
	#research-centers .slide h3 {
	display:block;
	font-size:1.1em;
	}
	#research-centers .slide h3 a {
		text-transform:none;
		letter-spacing:normal;
	}
	#research-centers .slide h4 {
	display:block;
	font-size:1.3em;
		margin-bottom:1.9em;
	}
	#research-centers .slide a {
		color: #a51417;
		font-weight: bold;
		letter-spacing: 0.075em;
		font-size: 1.6em;
		line-height: 1.6;
		margin: 0;
	}
	#research-centers .slide a:hover {
		color: #c72024;
	}
	#research-centers .slide a svg {
		display: inline-block;
		fill: currentColor;
	}
	#research-centers .mobile {
		display: none;
	}
	#research-centers .desktop {
		display: inline;
	}
	#research-centers .slick-dots {
		width: 44%;
	}
	#research-centers .slick-dots li.slick-active:before {
		content: "";
		position: absolute;
		width: 110px;
		height: 7px;
		background: #67c8c7;
		right: calc(100% + 25px);
		top: 50%;
		margin-top: -4px;
	}
	#faculty-news .column:first-child {
		width: 56%;
		border-right: 30px solid #fff;
	}
	#faculty-news .column:last-child {
		width: 44%;
		padding: 0 30px;
	}
	#faculty-bio .faculty-image-mobile {
		display: none;
	}
	#faculty-bio .faculty-image {
		display: block;
	}
	#faculty-bio .bio-intro {
		width: 56%;
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
	}
	#faculty-bio .bio-details {
		width: 44%;
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
		padding: 85px 80px 0 7.5%;
	}
	#faculty-bio .bio-intro .wysiwyg {
		margin: 0 0 0 80px;
	}
	#faculty-footer .column {
		padding: 10px 0 0 7.5%;
	}
	#faculty-footer .column:first-child {
		padding: 10px 7.5% 0 0;
		margin: 0;
	}
	#faculty-footer .column:first-child:after {
		right: -2px;
		left: auto;
		width: 4px;
		height: 100%;
	}
	.news-event-feed {
		padding: 60px 5.555%;
	}
	.twitter-feed {
		padding: 100px 5.555%;
	}
	#news-post .single-post {
		width: 70%;
	}
	#news-post .post-content {
		padding-bottom: 100px;
	}
	.post-author {
		padding-bottom: 100px;
	}
	.more-posts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	 /*     -ms-flex-direction: column;
						flex-direction: column;*/
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: start;
				-ms-flex-pack: start;
						justify-content: flex-start;
		padding: 110px 0 60px;
		width: 30%;
	}
	.contact-us #contact-form {
		padding-bottom: 118px;
	}
	#contact-departments .departments {
		padding: 0 0 100px;
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
		width: calc(100% - 500px);
	}
	#contact-departments .image {
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
		max-width: 500px;
	}
	#contact-departments li {
		padding-left: 30px;
	}
	#apply-links {
		margin-bottom: 50px;
	}
	#footer .column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
	#footer .wustl-shield {
		height: 204px;
		width: 222px;
		margin-left: -111px;
		padding: 0 2px;
	}
/*  #footer h4 {
		font-size: 3em;
	}*/
	#footer .quicklinks {
		text-align: left;
		position: relative;
		padding-bottom: 30px;
	}
	#footer .quicklinks ul {
		font-size: 2em;
		margin-bottom: 66px;
	}
	#footer .quicklinks:after {
		content: "";
		position: absolute;
		right: -2px;
		bottom: 0;
		top: 80px;
		width: 4px;
		background: #575757;
	}
	#footer .wustl-logo {
		font-size: 2em;
	}
	#footer .wustl-logo img {
		max-width: 430px;
	}
	#footer .social-links {
		margin-bottom: 118px;
	}
	#footer .social-links .heading {
		font-size: 1.6em;
	}
	#footer .social-links br {
		display: block;
	}
	#footer .support .heading {
		font-size: 1.6em;
	}
	#footer .support .tagline {
		font-size: 2.4em;
		border-width: 6px;
	}
	#footer .copyright {
		font-size: 1.9em;
	}
	#footer .copyright span {
		display: inline-block;
		margin: 0 20px;
	}
	#program-intro h1 {
		margin-bottom: 0;
	}
	#news-intro h1 {
		font-size: 4em;
	}
	#news-intro #breadcrumbs {
		position: absolute;
		left: 0;
		top: 50px;
		/*width: calc(100% - 420px);*/
	}
	#news-intro #breadcrumbs ul {
		margin: 0 auto;
	 /* max-width: 960px;*/
	}
	.news-feed .heading h2 {
		left: 62px;
	}
	.news-feed figcaption h3 {
		font-size: 2vw;
	}
	.brochure-list figcaption h3 {
		font-size: 4.6em;
		margin-bottom: .5em;
	}
	.cta.with-photo h3 {
		font-size: 2em;
		margin-bottom: 2em;
		margin-top: 1.8em;
	}
	.cta.with-photo.full h3, 
	.life-at-brown .cta.with-photo h3 {
		font-size: 1.8em;
	}
	.brochure-intro h1 {
		font-size: 5em;
	}
	.contact-us .brochure-intro h1 {
		font-size: 4em;
	}
	#generic-intro aside h2 br, #generic-body aside h2 br {
		display: block;
	}
	.about #generic-intro h1, .about #generic-body h1 {
		font-size: 6em;
	}
	#featured h2 {
		font-size: 4em;
	}
	.events #featured h2 {
		font-size: 2.8em;
	}
	#conclusion h4 {
		font-size: 7.6em;
	}
	#program-details h2 {
		font-size: 6.2em;
	}
	.news-event-feed h2 {
		font-size: 4em;
	}
	.news-event-feed h3 {
		font-size: 2.7em;
	}
	.single-post .wysiwyg .post-excerpt {
		font-size: 1.8em;
	}
	.single-post h1 {
		font-size: 4.3em;
	}
	#life-at-brown article h3 {
		font-size: 3.5em;
	}
	#footer h4 {
		font-size: 3em;
	}
	.desktop-only {
	display: block;
	}
}

@media all and (min-width: 1030px) and (max-width: 1249px) {
	.widget-aside .recruiter img, .widget-aside .recruiterInfo {
	width: 100%;
	}
	.widget-aside .recruiterInfo {
	padding-left:0px;
	}
}

@media all and (max-width: 1080px) {
	#staff-directory .tab-content ul.details {
		max-width: 100%;
		width:100%;
	}
}

@media all and (min-width: 1081px) and (max-width: 1249px) {
	#staff-directory .tab-content ul.details {
		max-width: 50%;
		width:50%;
	}
}

@media all and (min-width: 1250px) {
	#staff-directory .tab-content ul.details {
		max-width: 64%;
		width:64%;
	}
}

@media all and (min-width: 1300px) {
	#logo-wrap {
		width: 580px;
	}
	#logo-wrap a {
		font-size: 3.6em;
	}
	#logo-wrap .wu-logo {
		padding-right: 30px;
		margin-right: 30px;
	}
	#primary-nav a.first-level {
		padding: 0 2.05em;
	}
	#generic-intro .container, #generic-body .container {
		max-width: 100%;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
	#generic-intro article, #generic-body article /*, #generic-intro #breadcrumbs*/ {
		width: calc(100% - 620px);
	}
	#generic-intro .inner, #generic-body .inner {
		margin: 0 auto;
		max-width: 960px;
	}
	#generic-intro aside, #generic-body aside {
		width: 45%;
		max-width: 620px;
	}
	#generic-intro.no-aside .container, #generic-body.no-aside .container /*, #generic-intro.no-aside #breadcrumbs ul*/ {
		max-width: 1340px;
	}
	#generic-intro.no-aside article, #generic-body.no-aside article {
		width: 100%;
	}
	#program-details .tab .tab-nav {
		padding: 23px 0 23px 4.8507%;
		font-size: 2.2em;
	}
	#contact-departments .container {
		max-width: 1340px;
		display: block;
	}
	#contact-departments .departments {
		width: 59.7014%;
	}
	#contact-departments .image {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		max-width: 533px;
	}
	.news-feed figcaption h3 {
		font-size: 2.8em;
	}
}

@media all and (min-width: 1400px) {
	#header .tagline {
		font-size: 1.45em;
	}
}

@media all and (min-width: 1450px) {
	#staff-directory .tab-content ul.details {
		max-width: 70%;
		width:70%;
	}
}
/* Safari hack for layouts with asides */
@media all and (min-width: 1030px) {
	@media not all and (min-resolution:.001dpcm) { @media {
		#generic-intro div.container.flex {
				display:-webkit-box;
		}
	}}
}
/* Don't recall if this is necessary or not */
@media all and (min-width: 1030px) {
	@media not all and (min-resolution:.001dpcm) { @media {
		#generic-body div.container.flex {
				display:-webkit-box;
		}
	}}
}

/*This makes news stories have no left margin at full-screen.
	Unsure why this code was written, or what it was meant to fix*/
/*@media all and (min-width: 1440px) {
	#news-post .single-post {
		padding-left: 0;
	}
}*/