/*
Theme Name: humanities
Text Domain: humanities
Author: Designed by Carbonated Inc
Author URI: http://www.carbonatedinc.com/
Description: This is the main stylesheet file to accompany Faculty of Humanities Template
Version: 1.0
*/

/* INCLUDES
********************/
@font-face {
	font-family: EBGaramond;
	src:
		url(fonts/eb-garamond.woff2) format("woff2"),
		url(fonts/eb-garamond.woff) format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: CooperHewitt;
	src:
		url(fonts/cooper-hewitt.woff2) format("woff2"),
		url(fonts/cooper-hewitt.woff) format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: icons;
	src:
		url(fonts/icons.woff2) format("woff2"),
		url(fonts/icons.woff) format("woff");
	font-weight: normal;
	font-size: normal;
}
@font-face {
	font-family: "Open Sans";
	src: url('fonts/OpenSans-Regular.ttf') format('truetype');
	
}
/* RESETS
********************/
*,
*::before,
*::after {
	box-sizing: border-box;
}
a {
/*	color: #7a003c; fails WCAG 2.0 AA 3:1 with surrounding text color */
	color: #936;
	text-decoration: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.625rem;
	font: 14px/1.286 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 0.875rem;
}
h1,
h2,
h3 {
	color: #193989;
}
h1 {
	font: 30px/1 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.875rem;
}
h2 {
	font: 26px/1 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.625rem;
}
h3 {
	font: 18px/1 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.125rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
hr {
	width: 100%;
	height: 0;
	margin: 1rem 0;
	border: none;
	border-bottom: 0.0625rem solid #999;
}
img {
	display: block;
	border: none;
}
input[type="text"],
input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
p,
ul,
ol,
blockquote {
	margin: 0 0 1rem;
	padding: 0;
}
ol,
ul {
	list-style: none;
}

/* LAYOUT
********************/
html {
	font-size: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	min-width: 20rem;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f4f4f4 url(images/bg-watermark.svg) no-repeat;
	background-position: calc(50% - 9.0625rem) bottom;
	background-size: 56.5625rem 75rem;
	color: #000;
	/*font: 14px/1.286 "Open Sans",Arial, Helvetica, sans-serif;  IE9,10 bug with rem units in font shorthand */

	font: 14px/1.286 "Open Sans", Arial, Helvetica, sans-serif; /* IE9,10 bug with rem units in font shorthand */
	font-size: 0.875rem;
}
.outer {
	min-height: 100%;
	padding: 0 0.625rem;
	position: relative;
	overflow: hidden;
}
.hdr--main {
	position: relative;
	z-index: 110;
}
/*.hdr--main::before {
	content: "";
	display: block;
	height: 1.875rem;
	width: calc(100% + 1.25rem);
	margin: 0 -0.625rem;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background: #7a003c;
	border-bottom: 0.0625rem solid #fff;
}
*/.hdr--main__wrap {
	max-width: 60rem;
	margin: 0 auto;
}
.ftr--main {
	margin: 0 -0.625rem;
	background: #131313;
	color: #ccc;
}
.ftr--main::before {
	content: "";
	display: block;
	width: 100%;
	height: 0.25rem;
	background: #666;
}
.ftr--main__wrap {
	max-width: 60rem;
	margin: 0 auto;
	padding: 1.5625rem 0.625rem;
}
.ftr--main__sub {
	background: #000;
	color: #fff;
}
.ftr--main__sub__wrap {
	max-width: 60rem;
	margin: 0 auto;
	padding: 1rem 0.625rem;
}
.center {
	max-width: 60rem;
	margin: 0 auto;
	padding: 1.25rem 0 2rem;
}
@media (max-width: 37.5rem) { /* max-width: 600px */
	.col--main {
		margin-bottom: 1.25rem;
	}
}
@media (min-width: 37.501rem) { /* min-width: 601px */
	.cols {
		margin: 0 -0.625rem;
	}
	.col {
		float: left;
		margin: 0 0.625rem;
	}
	.col--main {
		width: calc(100% - 16.875rem);
	}
	.col--sidebar {
		margin-top: 4.625rem;
		width: 14.375rem;
	}
	.promo + .center > .cols > .col--sidebar {
		margin-top: 0;
	}
	.col--main--alt {
		width: calc(58.511% - 1.25rem);
	}
	.col--sidebar--alt {
		width: calc(41.489% - 1.25rem);
	}
	
}

/* HOMEPAGE */
.col--sidebar--home {
/*	
changed this on February 13, 2015 to make the sidebar align with h2 on the front-page
padding: 0.75rem 0 0;
*/	
padding: 0 0 0;

}

/* CMS
********************/
.cms img {
	max-width: 100%;
}
.cms ol ol,
.cms ol ul,
.cms ul ol,
.cms ul ul {
	margin: 0.625rem 0;	
}
.cms ol li,
.cms ul li {
	margin: 0 0 0.625rem;
	padding: 0 0 0 1.429em;
	position: relative;
}
.cms ol {
	counter-reset: ordered-list-numbers;
}
.cms ol li {
	counter-increment: ordered-list-numbers;
}
.cms ol li::before {
	content: counter(ordered-list-numbers) ".";
	position: absolute;
	top: 0;
	left: 0;
	color: #193989;
}
.cms ul li::before {
	content: "•";
	position: absolute;
	top: -0.06em;
	left: 0;
	color: #193989;
	font-size: 1.143em;
}

/* MODULES
********************/
.cf::after {
	content: "";
	display: table;
	clear: both;
}

.alignleft,
.alignright {
	max-width: 50%;
}
.alignleft {
	float: left;
	margin: 0 1.25rem 0.625rem 0;
}
.alignright {
	float: right;
	margin: 0 0 0.625rem 1.25rem;
}

.accordion__pleat {
	border-bottom: 0.0625rem solid #999;
}
.accordion__pleat:first-child {
	border-top: 0.0625rem solid #999;
}
.accordion__pleat__hdr {
	display: block;
	position: relative;
	cursor: pointer;
	font: 26px/1 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.625rem;
}
.accordion__pleat__hdr__ico {
	position: absolute;
	top: calc(0.5rem + 0.042em);
}
.accordion__pleat__hdr__ico::before {
	content: "+";
	color: #936;
	font: 24px/1 icons; /* IE9,10 bug with rem units in font shorthand */
	font-size: 0.923em;
}
.accordion__control:checked ~ .accordion__pleat__hdr .accordion__pleat__hdr__ico::before {
	content: "-";
}
.accordion__pleat__hdr__title {
	margin: 0;
	padding: 0.5rem 0 0.5rem 1.231em;
	font: inherit;
}
.accordion__pleat__body {
	margin: 0 0 1rem;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.accordion__control:checked ~ .accordion__pleat__body {
	position: static;
}

.bnr {
	width: 100%;
	margin: 0 0 1rem;
}

.btn {
	display: inline-block;
	padding: 0.5625rem 1.25rem;
	background: #7a003c;
	color: #fff;
	font: 16px/1.125 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1rem;
	text-align: center;
	text-decoration: none;
}

.btn--more {
	display: inline-block;
	padding: 0.4375rem 1.5625rem;
	background: #7a003c;
/*	border-top: 0.125rem solid #ffcc33; */ /* 2014-11-14: Remove yellow stripe (change color to maroon to match background) */
	border-top: 0.125rem solid #7a003c;
	color: #fff;
	font: 16px/1.125 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1rem;
}
.btn--more--cap {
	width: 100%;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	text-align: left;
}

.cta--std {
	position: relative;
}
.cta--std .media__img {
	width: 100%;
}
.cta--std .media__body {
	width: 50%;
	height: 100%;
	padding: 0.875rem 0 2.125rem 0.625rem;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}
.cta--std .media__body h2 {
	color: inherit;
}

.col--sidebar--alt .cta--std .media__body h2 {
	font-size: 1.625rem;
}

@media (min-width: 25.001rem) and (max-width: 37.5rem), (min-width: 48.751rem) and (max-width: 56.25rem) { /* min-width: 401px and max-width: 600px, min-width: 781px and max-width: 900px */
	.col--sidebar--alt .cta--std .media__body h2 {
		font-size: 1.875rem;
	}
}
@media (min-width: 37.501rem) and (max-width: 48.75rem) { /* min-width: 601px and max-width: 780px */
	.col--sidebar--alt .cta--std .media__body {
		font-size: 0.75rem;
		line-height: 1.167;
		
	}
	.col--sidebar--alt .cta--std .media__body h2 {
		font-size: 1.25rem;
	}
}
@media (min-width: 56.251rem) { /* min-width: 901px */
	.col--sidebar--alt .cta--std .media__body h2 {
		font-size: 1.875rem;
	}
}

.event-list {
	margin: 0 0 0.5625rem;
}
.event-list > li {
	padding: 0.625rem 0;
	border-bottom: 0.0625rem solid #c6c6c6;
}
.event-list > li:first-child {
	padding-top: 0;
}
.event-lits__event__time {
	display: block;
}
.event-list__title {
	margin: 0;
	color: #993366;

	font: inherit;
}

.link-list {
	-moz-columns: 3 12.5rem;
	-webkit-columns: 3 12.5rem;
	columns: 3 12.5rem;
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
.link-list > li {
	display: block;
	padding: 0.25rem 0;
	border: 0rem solid #c6c6c6;
	border-width: 0 0 0.0625rem;
}
.cms .link-list > li {
	margin: 0;
	padding: 0.25rem 0;
}
.cms .link-list > li::before {
	display: none;
}

.media--std::after { /* default clearfix */
	content: "";
	display: table;
	clear: both;
}
.media--std > .media__img {
	float: left;
	margin: 0 1.25rem 0 0;
}
.media--std > .media__body {
	overflow: hidden;
}

.module--sidebar {
	margin: 0 0 1.25rem;
}
.module--sidebar:only-child {
	margin: 0;
}

.module--sidebar .btn {
	width: 100%;
	margin: 0 0 0.625rem;
}

.module--sidebar--std {
	padding: 0.625rem 0.625rem 0;
	position: relative;
	background: #fff;
	border: 0.0625rem solid #999;
}
.module--sidebar--std::before {
	content: "";
	display: block;
	width: 100%;
	height: 0.25rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #7a003c;
}
.module--sidebar--std .btn--more--cap {
	width: calc(100% + 1.25rem);
	margin: 0 -0.625rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.module--sidebar--faculty-profiles ul li {
	margin: 0 0 0.625rem;
}

.module--sidebar--news-ovrvw li {
	margin: 0 0 1rem;
}
.module--sidebar--news-ovrvw h3 {
	margin: 0;
	font: inherit;
}

.more--std::after {
	content: " »";
}

.promo {
	margin: 0 -0.625rem;
	position: relative;
	z-index: 100;
	border-top: 0.0625rem solid #4f0027;
}
@media (min-width: 41.251rem) { /* min-width: 661px */
	.promo {
		margin-top: -1.4375rem;
	}
}

.promo__wrap {
	position: relative;
}
.promo__slides {
	margin: 0;
	position: relative;
	background: #131313;
}
.promo__slides > li {
	width: 100%;
	position: absolute;
	top: 0;
	left: -9999px;
}
.no-js .promo__slides > li:first-child {
	left: 0;
}
.promo__slides > li > .media__img {
	width: 100%;
}

.promo__slides > li > .media__body {
	color: #fff;
}
.promo__slides > li > .media__body h2 {
	color: inherit;
}
@media (max-width: 41.25rem) { /* max-width: 660px */
	.promo__slides {
		margin: 0 0 1.25rem;
		overflow: hidden;
	}
	.promo__slides > li {
		left: -9999px;
		opacity: 0;
		transition:
			left 0s 0.5s,
			opacity 0.5s;
	}
	.promo__slides > li.sequence0 {
		position: relative;
		left: 0;
		opacity: 1;
		transition:
			left 0s 0.3s,
			opacity 0.5s 0.3s;
	}
	.promo__slides > li > .media__body {
		padding: 1rem 0.625rem 0;
	}
/* 2014-11-14: promo--logo removed
	.promo--logo + .promo__slides > li > .media__body::before { */ /* clearance space for logo */
/*		content: "";
		display: block;
		width: 100%;
		height: 0;
		margin: 0 0 1rem;
		padding: 0 0 12%;
		position: relative;
		z-index: 200;
	}
*/
	.promo__slides > li > .media__body h2 {
		padding: 0 0 0.3125rem;
		border-bottom: 0.0625rem solid #fff;
	}
	.promo__slides > li > .media__body p {
		margin: 0 0 1rem;
	}
	.promo__slides > li > .media__body .btn--more--cap {
		width: calc(100% + 1.25rem);
		margin: 0 -0.625rem;
		padding: 0.4375rem 0.625rem;
	}
}
@media (min-width: 41.251rem) { /* min-width: 661px */
	.promo__wrap {
		max-width: 61.25rem;
		margin: 0 auto;
	}
	.promo__slides {
		height: 23.25rem;
	}
	.promo__slides > li {
		height: 100%;
	}
	.promo.uninitialized .promo__slides > li,
	.promo.uninitialized .promo__slides > li::before {
		transition: none; /* prevent slides from transitioning around before javascript has sequenced slides */
	}
	.promo__slides > li.sequence-2,
	.promo__slides > li.sequence-1,
	.promo__slides > li.sequence0,
	.promo__slides > li.sequence1,
	.promo__slides > li.sequence2 {
		left: 0;
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
	}
	.promo__slides > li.sequence-2 {
		z-index: 100;
		-ms-transform: translateX(-145rem);
		-webkit-transform: translateX(-145rem);
		transform: translateX(-145rem);
	}

	.promo__slides > li.sequence-1 {
		z-index: 110;
		-ms-transform: translateX(-72.5rem);
		-webkit-transform: translateX(-72.5rem);
		transform: translateX(-72.5rem);
	}
	.promo__slides > li.sequence0 {
		z-index: 120;

		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.promo__slides > li.sequence1 {
		z-index: 110;
		-ms-transform: translateX(72.5rem);
		-webkit-transform: translateX(72.5rem);
		transform: translateX(72.5rem);
	}
	.promo__slides > li.sequence2 {
		z-index: 100;
		-ms-transform: translateX(145rem);
		-webkit-transform: translateX(145rem);
		transform: translateX(145rem);
	}
	.promo__slides > li::before {
		content: "";
		display: block;
/*		width: 118.367%; */
		width: 72.5rem; /* fixed-width so gradient doesn't shrink behind text */
		height: 100%;
		position: absolute;
		z-index: 100;
		top: 0;
		left: calc((100% - 72.5rem) / 2);
		background: linear-gradient(to right, rgba(0, 0, 0, 0.83) 21%, rgba(0, 0, 0, 0.415) 51%, rgba(0, 0, 0, 0) 65%);
		background-size: 505% 100%;
		opacity: 0.78;
		transition:
			background-size 0.5s,
			opacity 0.5s;
	}
	.no-js .promo__slides > li::before {
		background-size: 100% 100%;
	}
	.promo__slides > li.sequence0::before {
		background-size: 100% 100%;
		opacity: 1;
	}
	.promo__slides > li > .media__img {
		width: 72.5rem;
		position: absolute;
		left: calc((100% - 72.5rem) / 2);
	}
	.promo__slides > li > .media__body {
		width: 23.25rem;
		margin: 0 0 0 0.625rem;
		position: relative;
		z-index: 120;
		top: 7rem;
	}
	.promo__slides > li.sequence-2 .media__body,
	.promo__slides > li.sequence-1 .media__body,
	.promo__slides > li.sequence0 .media__body,
	.promo__slides > li.sequence1 .media__body,
	.promo__slides > li.sequence2 .media__body {
		transition:
			opacity 0.5s,
			visibility 0s 0.5s;
	}
	.promo__slides > li.sequence0 .media__body {
		transition:
			opacity 0.5s,
			visibility 0s;
	}
	.promo__slides > li.sequence-2 .media__body,
	.promo__slides > li.sequence-1 .media__body,
	.promo__slides > li.sequence1 .media__body,
	.promo__slides > li.sequence2 .media__body {
		opacity: 0;
		visibility: hidden;
	}
	.promo__slides > li > .media__body .btn--more--cap {
		width: auto;
		padding: 0.4375rem 1.25rem;
	}
}
/* 2014-11-14: promo--logo removed*/
/*.promo--logo {
	width: calc(100% - 1.25rem);
	margin: 35.5% 0.625rem 1.375rem;
	position: absolute;
	z-index: 130;
}
@media (min-width: 41.251rem) {  min-width: 661px 
	.promo--logo {
		max-width: calc(58.511% - 1.25rem);
		margin-top: 0;
		bottom: 0;
	}
}
*/

.promo__controls {
	display: none;
	position: absolute;
	z-index: 130;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 0;
	line-height: 0;
}
.js .promo__controls {
	display: block;
}
.promo__controls__control {
	display: inline-block;
	padding: 0 0.5rem;
	background: #131313;
	color: inherit;
	cursor: pointer;
	font: 14px/2.143 icons; /* IE9,10 bug with rem units in font shorthand */
	font-size: 0.875rem;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	text-align: center;
}
.promo__controls__control::before {
	content: attr(data-icon);
}
.promo__controls__pause.paused::before {
	content: "p"; /* swap to 'play' button */
}
@media (max-width: 41.25rem) { /* max-width: 660px */
	.promo__controls::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		padding-top: calc(32.1875% - 2.5rem);
	}
	.promo__controls {
		width: 100%;
	}
	.promo__controls__control {
		margin: 0 0.625rem;
	}
	.promo__controls__prev {
		float: left;
	}
	.promo__controls__next {
		float: right;
	}
	.promo__controls__pause {
		display: none;
	}
}
@media (min-width: 41.251rem) { /* min-width: 661px */
	.promo__controls {
		margin: 0 0.625rem 2.5rem;
		top: auto;
		bottom: 0;
	}
	.promo__controls__prev {
		padding: 0 0.125rem 0 0.5rem;
	}
	.promo__controls__next {
		padding: 0 0.5rem 0 0.125rem;
	}
	.promo__controls__pause {
		padding: 0 0.375rem;
	}
}

.quick-links li > a {
	display: inline-block;
	padding: 0.4375rem 0;
}

.state {
	display: none;
}

.tab-dlg__tabs {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0;
}
.tab-dlg__tab {
	-ms-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	background: #193989;
	border: 0rem solid #fff;
	border-width: 0 0.0625rem;
	color: #fff;
	font: 16px/1.125 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1rem;
	text-align: center;
}
.tab-dlg__tab:first-child {
	border-left-width: 0;
}
.tab-dlg__tab:last-child {
	border-right-width: 0;
}
.state--tab-dlg:checked:nth-child(1) ~ .tab-dlg__tabs .tab-dlg__tab:nth-child(1),
.state--tab-dlg:checked:nth-child(2) ~ .tab-dlg__tabs .tab-dlg__tab:nth-child(2),
.state--tab-dlg:checked:nth-child(3) ~ .tab-dlg__tabs .tab-dlg__tab:nth-child(3),
.state--tab-dlg:checked:nth-child(4) ~ .tab-dlg__tabs .tab-dlg__tab:nth-child(4),
.state--tab-dlg:checked:nth-child(5) ~ .tab-dlg__tabs .tab-dlg__tab:nth-child(5),
.state--tab-dlg:checked:nth-child(6) ~ .tab-dlg__tabs .tab-dlg__tab:nth-child(6),
.state--tab-dlg:checked:nth-child(7) ~ .tab-dlg__tabs .tab-dlg__tab:nth-child(7),
.state--tab-dlg:checked:nth-child(8) ~ .tab-dlg__tabs .tab-dlg__tab:nth-child(8),
.state--tab-dlg:checked:nth-child(9) ~ .tab-dlg__tabs .tab-dlg__tab:nth-child(9) {
	background: #7a003c;
}
.tab-dlg__tab label {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.875rem 0 0.8125rem;
	cursor: pointer;
}
.tab-dlg__pnls {
}
.tab-dlg__pnl {
	padding: 0.625rem 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.state--tab-dlg:checked:nth-child(1) ~ .tab-dlg__pnls .tab-dlg__pnl:nth-child(1),
.state--tab-dlg:checked:nth-child(2) ~ .tab-dlg__pnls .tab-dlg__pnl:nth-child(2),
.state--tab-dlg:checked:nth-child(3) ~ .tab-dlg__pnls .tab-dlg__pnl:nth-child(3),
.state--tab-dlg:checked:nth-child(4) ~ .tab-dlg__pnls .tab-dlg__pnl:nth-child(4),
.state--tab-dlg:checked:nth-child(5) ~ .tab-dlg__pnls .tab-dlg__pnl:nth-child(5),
.state--tab-dlg:checked:nth-child(6) ~ .tab-dlg__pnls .tab-dlg__pnl:nth-child(6),
.state--tab-dlg:checked:nth-child(7) ~ .tab-dlg__pnls .tab-dlg__pnl:nth-child(7),
.state--tab-dlg:checked:nth-child(8) ~ .tab-dlg__pnls .tab-dlg__pnl:nth-child(8),
.state--tab-dlg:checked:nth-child(9) ~ .tab-dlg__pnls .tab-dlg__pnl:nth-child(9) {
	position: static;
}

.tiles {
	margin: 0 -0.625rem;
}
.tiles::after {
	content: "";
	display: table;
	clear: both;
}
.tiles > li {
	float: left;
	width: calc(100% - 1.25rem);
	margin: 0 0.625rem 1rem;
}
.tiles > li .media__img {
	display: block;
	width: 100%;
	margin: 0 0 1rem;
}
.tiles > li .media__img img {
	width: 100%;
}
.tiles .media__title {
	font: 16px/1.125 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1rem;
}

/* full-width, max 3 wide */
@media (max-width: 30rem) { /* max-width: 480px */
	.tiles--full--max3wide > li {
		width: calc(100% - 1.25rem);
	}
}
@media (min-width: 30.001rem) and (max-width: 47.5rem) { /* min-width: 481px and max-width: 760px */
	.tiles--full--max3wide > li {
		width: calc(50% - 1.25rem);
	}
	.tiles--full--max3wide > li:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 47.501rem) { /* min-width: 761px */
	.tiles--full--max3wide > li {
		width: calc(33.333% - 1.25rem);
	}
	.tiles--full--max3wide > li:nth-child(3n+1) {
		clear: left;
	}
}

/* full-width, max 4 wide */
@media (max-width: 31.25rem) { /* max-width: 500px */
	.tiles--full--max4wide > li {
		width: calc(50% - 1.25rem);
	}
	.tiles--full--max4wide > li:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 31.251rem) and (max-width: 46.875rem) { /* min-width: 501px and max-width: 750px */
	.tiles--full--max4wide > li {
		width: calc(33.333% - 1.25rem);
	}
	.tiles--full--max4wide > li:nth-child(3n+1) {
		clear: left;
	}
}
@media (min-width: 46.876rem) {
	.tiles--full--max4wide > li {
		width: calc(25% - 1.25rem);
	}
	.tiles--full--max4wide > li:nth-child(4n+1) {
		clear: left;
	}
}

/* full-width, max 5 wide */
@media (max-width: 28.125rem) { /* max-width: 450px */
	.tiles--full--max5wide > li {
		width: calc(50% - 1.25rem);
	}
	.tiles--full--max5wide > li:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 28.126rem) and (max-width: 41.25rem) { /* min-width: 451px and max-width: 660px */
	.tiles--full--max5wide > li {
		width: calc(33.333% - 1.25rem);
	}
	.tiles--full--max5wide > li:nth-child(3n+1) {
		clear: left;
	}
}
@media (min-width: 41.251rem) and (max-width: 55rem) { /* min-width: 661px and max-width: 880px */
	.tiles--full--max5wide > li {
		width: calc(25% - 1.25rem);
	}
	.tiles--full--max5wide > li:nth-child(4n+1) {
		clear: left;
	}
}
@media (min-width: 55.001rem) { /* min-width: 881px */
	.tiles--full--max5wide > li {
		width: calc(20% - 1.25rem);
	}
	.tiles--full--max5wide > li:nth-child(5n+1) {
		clear: left;
	}
}

/* column-width, max 4 wide */
@media (max-width: 28.125rem), (min-width: 37.501rem) and (max-width: 43.75rem) { /* max-width: 450px, min-width: 601px and max-width: 700px */
	.tiles--col--max4wide > li {
		width: calc(50% - 1.25rem);
	}
	.tiles--col--max4wide > li:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 28.126rem) and (max-width: 37.5rem), (min-width: 43.751rem) and (max-width: 57.5rem) { /* min-width: 451px and max-width: 600px, min-width: 701px and max-width: 920px */
	.tiles--col--max4wide > li {
		width: calc(33.333% - 1.25rem);
	}
	.tiles--col--max4wide > li:nth-child(3n+1) {
		clear: left;
	}
}
@media (min-width: 57.501rem) {
	.tiles--col--max4wide > li {
		width: calc(25% - 1.25rem);
	}
	.tiles--col--max4wide > li:nth-child(4n+1) {
		clear: left;
	}
}

@media (max-width: 25rem), (min-width: 37.501rem) and (max-width: 42.5rem) { /* max-width: 400px, min-width: 601px and max-width: 680px */
	.tiles--alt-col--max2wide > li {
		width: calc(100% - 1.25rem);
	}
}
@media (min-width: 25.001rem) and (max-width: 37.5rem), (min-width: 42.501rem) { /* min-width: 401px and max-width: 600px, min-width: 681px */
	.tiles--alt-col--max2wide > li {
		width: calc(50% - 1.25rem);
	}
	.tiles--alt-col--max2wide > li:nth-child(2n+1) {
		clear: left;
	}
}

/* HEADER
********************/
.nav--external-departments {
	color: #fff;
	font: 12px/1.5 CooperHewitt; /* IE9,10 bug with rem units in font shorthand */
	font-size: 0.75rem;
}
.nav--external-departments ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
}
.nav--external-departments li {
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
}
.nav--external-departments li a {
	display: inline-block;
	padding: 0.3125rem 0 0.375rem;
	color: inherit;
}
/*  added by me */
.nav--external-departments li.subs {
	display: block;
	
}
.nav--external-departments ul.expand {
		visibility: visible;
		transition: none;
}

/* end added by me */

@media (max-width: 41.25rem) {
	.nav--external-departments {
		display: none;
	}
}

.site-logo {
	display: block;
	width: 23.625rem;
	max-width: 100%;
/*	padding: 1.125rem 0 0.75rem; */ /* 2014-11-18: padding increased on top and bottom by 8px */
	padding: 1.625rem 0 1.25rem;
}
.site-logo img {
	width: 100%;
}
@media (min-width: 41.251rem) {
	.site-logo {
		float: left;
		max-width: calc(100% - 23.75rem);
	}
}

.hdr--main__interact {
	position: relative;
}
.hdr--main__social {
	height: 1.8125rem;
	margin: 0 -0.3125rem;
	padding: 0.3125rem 0;
	color: #fff;
}
.hdr--main__social li {
	display: inline-block;
	margin: 0 0.3125rem;
}
.hdr--main__social li a {
	display: block;
	width: 1.25rem;
}
.hdr--main__social li a img {
	width: 100%;
}
.hdr--main__search__toggle {
	display: none;
	width: 2.0625rem;
	height: 1.8125rem;
	padding: 0.3125rem 0 0.375rem;
	position: absolute;
	top: 0;
	right: 0;
	border: 0.0625rem solid transparent;
	border-width: 0 0.0625rem;
	color: #fff;
	cursor: pointer;
	font: 18px/1 icons; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.125rem;
	text-align: center;
}
.hdr--main__search__toggle::before {
	content: "S";
	font: 18px/1 icons; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.125rem;
}
.state--hdr-search:checked ~ .hdr--main__search__toggle {
	height: 1.875rem;
	padding: 0.1875rem 0 0.25rem;
	background: #e6e6e6;

	border-color: #4f0027;
	color: #7a003c;
	font-size: 1.375rem;
}
.state--hdr-search:checked ~ .hdr--main__search__toggle::before {
	content: "X";
}
.hdr--main__search {
	margin: 0 -0.625rem;
	padding: 0.625rem;
	background: #e6e6e6;
	border: 0.0625rem solid #4f0027;
	border-width: 0.0625rem 0;
	vertical-align: top;
}
.hdr--main__search label {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.hdr--main__search input[type="search"],
.hdr--main__search button {
	display: block;
	float: left;
	height: 1.625rem;
	border: 0.0625rem solid #193989;
}
.hdr--main__search input[type="search"] {
	width: calc(100% - 1.625rem);
	padding: 0.25rem 0.625rem;
	font-size: 0.75rem;
	line-height: 1.5;
}
.hdr--main__search button {
	width: 1.625rem;
	padding: 0;
	background: #193989;
	color: #fff;
	cursor: pointer;
	font: 18px/1 icons; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.125rem;
	text-align: center;
}

@media (max-width: 41.25rem) { /* max-width: 660px */
	.hdr--main__search__toggle {
		display: block;
	}
	.hdr--main__search {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.state--hdr-search:checked ~ .hdr--main__search {
		position: static;
	}
}
@media (min-width: 41.251rem) { /* min-width: 661px */
	.hdr--main__interact {
		float: right;
		margin: 0.9375rem 0;
	}
	.hdr--main__social {
		float: left;
		height: auto;
		padding: 0;
	}
	.hdr--main__social li a {
		width: 1.625rem;
	}
	.hdr--main__search__toggle {
		display: none;
	}
	.hdr--main__search {
		float: left;
		margin: 0 0 0 1.25rem;
		padding: 0;
		background: none;
		border: none;
	}
	.hdr--main__search input[type="search"] {
		width: 9.75rem;
	}
}
@media (min-width: 52.501rem) { /* min-width: 841px */
	.hdr--main__search input[type="search"] {
		width: 12.5rem;
	}
}

.hdr--main__questions {
	clear: left;
	float: left;
	max-width: calc(100% - 3.5rem);
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	line-height: 1.5;
}
@media (min-width: 41.251rem) { /* min-width: 661px */
	.hdr--main__questions {
		clear: right;
		float: right;
		max-width: 20rem;
		text-align: right;
	}
}

.nav--main {
	clear: both;
	margin: 0 -0.625rem;
	position: relative;
}
@media (min-width: 46.251rem) { /* min-width: 741px */
	.nav--main {
		margin: 0;
	}
}

.nav--main__toggle {
	display: block;
	width: 2.8125rem;
	height: 3rem;
	padding: 0.5625rem 0;
	position: absolute;
	top: -2.9375rem;
	right: 0.3125rem;
	color: #7a003c;
	cursor: pointer;
	font: 26px/1 icons; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.625rem;
	text-align: center;
}
.nav--main__toggle::before {
	content: "M";
}
.state--nav-main:checked ~ .nav--main__toggle {
	background: #7a003c;
	color: #fff;
}
.state--nav-main:checked ~ .nav--main__toggle::before {
	content: "X";
	font-size: 1.75rem;
}
@media (min-width: 41.251rem) { /* min-width: 661px */
	.nav--main__toggle {
		display: none;
	}
}

.nav--main__content {
	position: absolute;
	width: 100%;
	top: -9999px;
	left: -9999px;
	background: #7a003c;
}
.state--nav-main:checked ~ .nav--main__content {
	top: 0;
	left: 0;
}
@media (min-width: 41.251rem) { /* min-width: 661px */
	.nav--main__content {
		position: static;
	}
}

.nav--main__controls {
	display: none;
	height: 2.3125rem;
	background: #7a003c;
	color: #fff;
	position: relative;
	z-index: 110;
	border-bottom: 0.0625rem solid #fff;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	
	font-size: 0;
	line-height: 0;
}
.nav--main__controls a {
	color: inherit;
}
.nav--main__controls__back {
	display: block;
	width: 1.5625rem;
	height: 2.25rem;
	padding: 0.357rem 0;
	position: absolute;
	left: 0.625rem;
	font: 24px/1 icons; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.5rem;
}
.nav--main__controls__back::after {
	content: attr(data-icon);
}
.nav--main__controls__title {
	display: inline-block;
	width: 100%;
	padding: 0.5625rem 2.8125rem;
	overflow: hidden;
	font: 18px/1 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.125rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 41.25rem) {
	.nav--main__controls {
		display: block;
	}
	.nav--main__controls.active {
		-ms-transforM: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.nav--main__links {
	position: relative;
}
.nav--main__primary {
	color: #fff;
}
.nav--main__primary a {
	display: block;
	color: inherit;
}
@media (max-width: 41.25rem) { /* max-width: 660px */
	.nav--main__content[data-depth="0"] .nav--main__primary {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.nav--main__content[data-depth="1"] .nav--main__primary {
		-ms-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.nav--main__content[data-depth="2"] .nav--main__primary {
		-ms-transform: translateX(-200%);
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
	.nav--main__content[data-depth="3"] .nav--main__primary {
		-ms-transform: translateX(-300%);
		-webkit-transform: translateX(-300%);
		transform: translateX(-300%);
	}
	.nav--main__content[data-depth="4"] .nav--main__primary {
		-ms-transform: translateX(-400%);
		-webkit-transform: translateX(-400%);
		transform: translateX(-400%);
	}
	.nav--main__content[data-depth="5"] .nav--main__primary {
		-ms-transform: translateX(-500%);
		-webkit-transform: translateX(-500%);
		transform: translateX(-500%);
	}
	.nav--main__content[data-depth="6"] .nav--main__primary {
		-ms-transform: translateX(-600%);
		-webkit-transform: translateX(-600%);
		transform: translateX(-600%);
	}
	.nav--main__content[data-depth="7"] .nav--main__primary {
		-ms-transform: translateX(-700%);
		-webkit-transform: translateX(-700%);
		transform: translateX(-700%);
	}
	.nav--main__content[data-depth="8"] .nav--main__primary {
		-ms-transform: translateX(-800%);
		-webkit-transform: translateX(-800%);
		transform: translateX(-800%);
	}
	.nav--main__content[data-depth="9"] .nav--main__primary {
		-ms-transform: translateX(-900%);
		-webkit-transform: translateX(-900%);		
		transform: translateX(-900%);
	}

	.nav--main__links ul {
		width: 100%;
		padding: 2.3125rem 0 0;
		position: absolute;
		top: 0;
		left: 100%;
		visibility: hidden;
		background: #4f0027;
		transition: visibility 0s 0.5s;
	}
	.nav--main__links ul.expand {
		visibility: visible;
		transition: none;
	}
	.nav--main__links ul.nav--main__primary {
		margin: -2.3125rem 0 0;
		padding: 0;
		visibility: visible;
		background: #7a003c;
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s 0s;
	}
	.nav--main__links ul.nav--main__primary.expand {
		left: 0;
	}

	.nav--main__primary li {
		border-top: 0.0625rem solid #fff;
	}
	.nav--main__primary li:first-child {
		border-top: none;
		
	}
	.nav--main__primary li a {
		display: block;
		padding: 0.5625rem 2.875rem 0.5625rem 0.625rem;
		position: relative;
	}
	.nav--main__primary li a::after {
		content: "m";
		display: none;
		position: absolute;
		top: 0.5625rem;
		right: 1.25rem;
		font: 18px/1 icons; /* IE9,10 bug with rem units in font shorthand */
		font-size: 1.125rem;
	}
	.nav--main__primary li.subs > a::after {
		display: inline-block;
	}
	
}
@media (min-width: 41.251rem) { /* min-width: 661px */
	.nav--main__primary {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin: 0;
		border: 0.0625rem solid #4f0027;
		color: #fff;
	}
	.nav--main__primary > li {
		-ms-flex: auto;
		-webkit-flex: auto;
		flex: auto;
		border: 0.0625rem solid transparent;
		border-width: 0 0.0625rem;
	}
	.nav--main__primary > li:first-child {
		border-left: none;
	}
	.nav--main__primary > li:last-child {
		border-right: none;
	}

	.nav--main__primary > li.active {
		background: #4f0027;
	}
	.nav--main__primary > li:hover {
		background: #e6e6e6;
		border-color: #000;
		color: #4f0027;
	}
	.nav--main__primary > li.external-departments {
		display: none;
	}

	.nav--main__primary > li.subs > a::after {
		content: "";
		display: none;
		width: 100%;
		height: 0;
		position: absolute;
		top: 100%;
		left: 0;
		border-top: 0.0625rem solid #e6e6e6;
	}
	.nav--main__primary > li.subs:hover > a::after {
		display: block;
	}
	

	
	.nav--main__primary > li > a {
		display: block;
		padding: 0.8125rem 0 0.75rem;
		position: relative;
		color: inherit;
		text-align: center;
		white-space: nowrap;
	}
	
	.nav--main__primary ul {
		color: #936;
		font: 14px/1.286 Arial, Helvetica, sans-serif;
		font-size: 0.875rem;
	}
	.nav--main__primary > li > ul { /* place first-level items offscreen for hover */
		padding: 0.875rem 1.25rem;
		position: absolute;
		top: -9999px;
		left: -9999px;
		border: 0rem solid #000;
		border-width: 0 0.0625rem 0.0625rem;
		-moz-columns: 4 13.375rem;
		-moz-column-gap: 1.25rem;
		-webkit-columns: 4 13.375rem;
		-webkit-column-gap: 1.25rem;
		columns: 4 13.375rem;
		column-gap: 1.25rem;
	}
	.nav--main__primary > li.single-level > ul {
		-moz-columns: none;
		-webkit-columns: none;
		columns: none;
	}
	.nav--main__primary > li > ul > li {
		display: block;
	}
	.nav--main__primary > li:hover > ul {
		width: 100%;
		top: 100%;
		left: 0;
		background: #e6e6e6;
	}

	.nav--main__primary ul a {
		display: inline-block;
	}
	.nav--main__primary ul ul li,
	.nav--main__primary > li.single-level ul li {
		margin: 0 0 .3125rem;
	}
	.nav--main__primary ul ul {
		margin: 0 0 1rem;
	}
	.nav--main__primary ul ul ul { /* items three levels deep are never shown in desktop nav */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.nav--main__primary > li.single-level ul ul { /* items two levels deep are never shown for 'single-level' lists */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.nav--main__primary > li:not(.single-level) > ul > li > a {
		margin: 0 0 0.5rem;
		color: #193989;
		font: 20px/1 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
		font-size: 1.25rem;
	}
	.nav--main__primary > li.single-level > ul > li > a {
		font: inherit;
		color: inherit;
	}
	
	/*********Added by Iwona Rozko on May 26, 2015 to accomodate columns********/
	.nav--main__primary > li > ul.column--menu { 
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
	}
	
	.column--menu__column1 {
		-ms-flex: initial;
		-webkit-flex: initial;
		flex: initial;
		width: 13.375rem;
		/*min-width: 100px;*/
	}
	.column--menu__column2 {
		-ms-flex: none;
		-webkit-flex: none;
		flex: none;
		width: 13.375rem;
	}
	.column--menu__column3 {
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		width: 13.375rem;
	}
	.column--menu__column4 {
		-ms-flex: 2;
		-webkit-flex: 2;
		flex: 2;
		width: 13.375rem;
	}
	/**********************************************/


}

@media (min-width: 41.251rem) { /* min-width: 661px */
	.nav--main__primary {
		font: 15px/1 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
		font-size: 0.9375rem;
	}
}
@media (min-width: 52.501rem) { /* min-width: 841px */
	.nav--main__primary {
		font: 18px/1 EBGaramond;
		font-size: 1.125rem;
	}
}

/* FOOTER
********************/
.ftr--main a {
	color: inherit;
}
.ftr--main h2 {
	color: #fff;
	font: 20px/1.2 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.25rem;
}
.ftr--main .btn {
	padding: 0.5625rem 2.375rem;
	color: #fff;
}
.ftr--main .quick-links {
	-moz-columns: 2;
	-webkit-columns: 2;
	columns: 2;
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
.ftr--main__contact .media__img {
	border: 0.0625rem solid #000;
}
.ftr--main__contact .media--std {
	margin: 0 0 1.25rem;
}
.ftr--main__contact .media__img {
	margin: 0 0.625rem 0 0;
}
.ftr--main__sub a {
	text-decoration: underline;
}
.ftr--main__sub .credits {
	margin: 0;
}
@media (min-width: 30.001rem) { /* min-width: 481px */
	.ftr--main__quick-links-groups {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: calc(100% + 2.5rem);
		margin: 0 -1.25rem;
	}
	.ftr--main__quick-links-group {
		margin: 0 1.25rem;
	}
	.ftr--main__quick-links-group--faculty {
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
	}
	.ftr--main__quick-links-group--mcmaster {
		-ms-flex: 2;
		-webkit-flex: 2;
		flex: 2;
	}
	.ftr--main .quick-links--faculty {
		-moz-columns: auto;
		-webkit-columns: auto;
		columns: auto;
	}
	.ftr--main__sub__wrap {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.ftr--main__sub .legal {
		-ms-flex: auto;
		-webkit-flex: auto;
		flex: auto;
		margin: 0 0.625rem 0 0;
	}
	.ftr--main__sub .credits {
		-ms-flex: none;
		-webkit-flex: none;
		flex: none;
		margin: 0 0 0 0.625rem;
		white-space: nowrap;
	}
}
@media (min-width: 47.501rem) { /* min-width: 761px */
	.ftr--main__quick-links-groups {
		float: left;
		width: 66.667%;
		margin: 0 0 0 -1.25rem;
	}
	.ftr--main__contact {
		float: left;
		width: 33.333%;
		margin: 0 0 0 1.25rem;
	}
}

/* CENTER
********************/

.bc {
	margin: 0 0 1rem;
	font-size: 0;
	line-height: 0;
}
.bc li {
	display: inline;
	font: 14px/1.286 Arial, Helvetica, sans-serif; 
	font-size: 0.875rem;
}
.bc li::before {
	content: "»";
	margin: 0 0.1875rem;
}
.bc li:first-child::before {
	display: none;
}
.bc li:last-child a {
	color: inherit;
}

.nav--sidebar {
	margin: 0 0 1.25rem;
	padding: 1rem 0.625rem;
	background: #e9e9e9;
}
.nav--sidebar ul {
	margin: 0;
}
.nav--sidebar ul li {
	border: 0.0625rem solid #999;
	border-width: 0.0625rem 0 0;
}
.nav--sidebar > ul > li {
	border-width: 0 0 0.0625rem;
}
.nav--sidebar > ul > li:first-child {
	border-width: 0.0625rem 0;
}
.nav--sidebar ul li a {
	display: block;
	padding: 0.4375rem 0;
}
.nav--sidebar ul li.active > a {
	color: inherit;
}
.nav--sidebar > ul > li > a {
	color: #193989;
	font: 16px/1 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1rem;
}

/* HOMEPAGE */
@media (min-width: 41.251rem) {
	.promo--home {
		height: 28.9357rem;
		background: #131313;
	}
}

.promo--home .promo__slides > li::before {
	background: #000;
	opacity: 0.65;
	transition:
		left 0s,
		opacity 0.5s;
}
.no-js .promo--home .promo__slides > li::before {
	display: none;
}
.promo--home .promo__slides > li.sequence0::before {
	left: -9999px;
	opacity: 0;
	transition:
		left 0s 0.5s,
		opacity 0.5s;
}

@media (min-width: 41.251rem) { /* min-width: 661px */
	.promo--home .promo__slides > li > .media__body {
		padding: 1rem 1.25rem 0;
		background: rgba(19, 19, 19, 0.95);
	}
	.promo--home.uninitialized .promo__slides > li > .media__body {
		transition: none;
	}
	.promo--home .promo__slides > li > .media__body .btn--more--cap {
		width: calc(100% + 2.5rem);
		margin: 0 -1.25rem;
	}
}

/*
Jan 26, 2015 - Iwona Rozko commented out this so the controls on the home page are on the right hand side 
.promo--home .promo__controls {
	right: auto;
	left: 0;
}
*/
.promo__events {
	padding: 1.25rem 0.625rem;
	background: #131313;
	color: #fff;
}
.promo__events a {
/*	color: #ffcc33; */ /* 2014-11-14: yellow -> grey */
	color: #ccc;
}
.promo__events h2 {
	margin: 0;
	color: inherit;
	font: 18px/1 EBGaramond; /* IE9,10 bug with rem units in font shorthand */
	font-size: 1.125rem;
}
.promo__events ul {
	margin: 0;
}
.promo__events ul li h3 {
	margin: 0;
	font: inherit;
}
.promo__events ul li time {
	display: block;
	margin: 0 0 0.0625rem;
	font-size: 0.75rem;
	line-height: 1;
}
.promo__events ul li .media__img {
	margin: 0 0.5rem 0 0;
}
@media (max-width: 41.25rem){ /* max-width: 660px */
	.promo__events header {
		margin: 0 0 1rem;
	}
	.promo__events ul li {
		margin: 1rem 0;
	}
	.promo__events ul li:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 41.251rem) { /* min-width: 661px */
	.promo__events {
		max-width: 60rem;
		height: 5.625rem;
		padding: 0.75rem 0.625rem 0;
		position: relative;
		z-index: 100;
	}
	.promo__events header {
		float: left;
		width: 11.75rem;
		padding: 0.5625rem 0 0;
	}
	.promo__events h2 {
		margin: 0 0 0.25rem;
	}
	.promo__events ul {
		float: left;
		width: calc(100% - 11.125rem);
		margin: 0 -0.625rem;
	}
	.promo__events ul li {
		float: left;
		width: calc(50% - 1.25rem);
		margin: 0 0.625rem;
	}
}
@media (min-width: 41.251rem) and (max-width: 56.25rem) { /* min-width: 661px and max-width: 900px */
	.promo__events ul li {
		display: none;
	}
	.promo__events ul li:nth-child(-n+2) {
		display: block;
	}
}
@media (min-width: 56.3125rem) { /* min-width: 901px */
	.promo__events ul li {
		width: calc(33.333% - 1.25rem);
	}
}
@media (min-width: 61.251rem) { /* min-width: 981px */
	.promo__events {
		margin: 0 auto;
		padding: 0.75rem 0 0;
	}
}

.tiles--home-features > li .media__img {
	margin: 0 0 0.5rem;
}
.tiles--home-features > li .media__body ul {
	margin: 0 0 1rem;
	-moz-columns: 2 8.75rem;
	-webkit-columns: 2 8.75rem;
	columns: 2 8.75rem;
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;

	column-gap: 1.25rem;
}
.tiles--home-features > li .media__body ul li {
	display: inline-block;
	width: 100%;
	margin: 0.3125rem 0;
}
@media (min-width: 30.001rem) and (max-width: 37.5rem), (min-width: 46.251rem) { /* min-width: 481px and max-width: 600px, min-width: 741px */
	.tiles--home-features > li {
		width: calc(50% - 1.25rem);
	}
	.tiles--home-features > li:nth-child(2n+1) {
		clear: left;
	}
}

/* DEPARTMENTS */
.department-logo {
/*	max-width: 100%; */ /* IE9,10,11 scale SVGs improperly when using max-width */
	width: 100%;
	margin: 0 0 1rem;
}
/*added by Iwona Rozko on Feb 9, 2015 to hide skip nav links*/
.skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
.skip a:focus
{
position:static;
width:auto;
height:auto;
} 

