body {
	background-color: #fff;
	color: #1a1a1a;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 1.6;
}
svg {
	fill: #1a1a1a;
}
a {
	color: inherit;
	fill: #1a1a1a;
}
a:hover {
	color: #666 !important;
	fill: #666 !important;
}
hr {
	background-color: #1a1a1a;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
}
::selection {
	color: #ffff4d;
	background: #ddd;
}
::-moz-selection {
	color: #ffff4d;
	background: #ddd;
}
.menu-toggle .line, .menu-toggle .line:after, .menu-toggle .line:before {
	background-color: #1a1a1a;
}
.menu-toggle > div:hover .line, .menu-toggle > div:hover .line:before, .menu-toggle > div:hover .line:after {
	background-color: #1a1a1a;
}
.close .line {
	background-color: #ffff4d;
}
.close > div:hover .line {
	background-color: #ffff4d;
}

.slick-dots {
	position: relative;
	bottom: auto;
	margin-top: 26px;
	margin-bottom: 30px;
}
.slick-dots li {
	border: none;
	background: none;
	margin-left: 10px;
	margin-top: 0;
}
.slick-dots li button {
	width: 9px;
	height: 9px;
	background-color: transparent;
	border: 2px solid #b3b3b3;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-o-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
}
.slick-dots li:hover button {
	background-color: #b3b3b3;
	border-color: transparent;
}
.slick-dots li.slick-active button {
	background-color: #1a1a1a !important;
	border-color: transparent !important;
}
.slick-prev {
	left: -75px;
	background-image: url("../media/arrow-left.svg");
	background-repeat: no-repeat;
	background-position: center;

	-o-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.slick-next {
	right: -75px;
	background-image: url("../media/arrow-right.svg");
	background-repeat: no-repeat;
	background-position: center;

	-o-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.slick-prev:hover,
.slick-next:hover {
	background-color: #999 !important;
}
@media all and (max-width: 1200px) {
	.slick-prev,
	.slick-next {
		display: none !important;
	}
}

.social-links ul > li {
	width: 23px;
}
.social-links ul > li a {
	padding: 0;
	fill: #999;
}
.social-links ul > li a:hover {
	fill: #ffff4d !important;
}
.social-shares ul {
	margin: 0;
}
.social-shares ul > li {
	display: block;
	width: 50px;
	margin: 0;
}
.social-shares ul > li.email {
	display: none;
}
.social-shares ul > li a {
	padding: 10px;
	border: 3px solid #1a1a1a;
	border-top: none;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.social-shares ul > li:first-child a {
	border-top: 3px solid #1a1a1a;
}
.social-shares ul > li a:hover {
	border-color: #1a1a1a;
	fill: #666;
}
input:focus:not([type="submit"]),
textarea:focus {
	border-color: #666;
}
button:hover,
input[type="submit"]:hover {
	background-color: #666;
	border-color: #666;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #1a1a1a;
	opacity: 0.5;
	font-style: italic;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: #1a1a1a;
	opacity: 0.5;
	font-style: italic;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: #1a1a1a;
	opacity: 0.5;
	font-style: italic;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
	color: #1a1a1a;
	opacity: 0.5;
	font-style: italic;
}

body.search h1 .highlight,
body.attachment h1 .highlight {
	color: #666;
}
body.archive h1 span:first-child {
	display: none;
}

.loadme {
	opacity: initial;
	-ms-transform: initial;
	-webkit-transform: initial;
	transform: initial;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

#h-loader {
	display: none;
}

#wrapper {
	border-bottom: 1px solid #1a1a1a;
}

.container.limited-width {
	max-width: 790px;
}

.page-template #head-block {
	display: none;
}
#head-block,
#title-block {
	overflow-x: hidden;
}
/* #head-block h1,
#title-block h1 {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
} */
.page-template-default #head-block h1 {
	text-align: center;
	text-transform: uppercase;
}

.text-content {
	font-size: 14px;
}
.text-content h1 {
	font-size: 40px;
}
.text-content .wp-caption:not(.slick-item) {
	width: auto !important; /* fix wp inline width */
}
#main-block .text-content a {
	text-decoration: underline;
}

.container.with-background {
	padding-top: 40px;
	background-color: #fff;
}
@media all and (max-width: 1000px) {
	.container.with-background {
		padding-top: 20px;
	}
}

.block-title {
	text-align: center;
	margin-bottom: 50px;
}
.block-title h3 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sup-title {
	margin-bottom: 0.6em;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.svg-span > svg {
	height: 1.6em;
}

.split-about {
	position: relative;
}
.split-about > * {
	position: initial;
}
.split-about .text-content {
	font-size: 18px;
	padding-bottom: 25px;
}
.split-about .text-content h1 {
	text-transform: uppercase;
	font-weight: bold;
}
.split-about .text-content .bottom-thing {
	position: absolute;
	bottom: 0;
}
@media all and (max-width: 1000px) {
	.split-about .text-content {
		font-size: 14px;
	}
}
@media all and (max-width: 800px) {
	.split-about {
		text-align: center;
	}
	.split-about > .image {
		max-width: 500px;
	}
	.split-about > .text-content {
		text-align: left;
		padding-bottom: 0;
	}
	.split-about > .text-content h1,
	.split-about > .text-content .sup-title {
		text-align: center;
	}
	.split-about .text-content .bottom-thing {
		position: relative;
		bottom: auto;
	}
}

.location .term-list li {
	display: inline;
}
.location .term-list li a:after {
	content: ", ";
}
.location .term-list li:last-child a:after {
	display: none;
	content: "";
}

.post-list {
	overflow: hidden;
}
.post-list:not(.staff) > ul {
	margin-left: -20px;
	margin-top: 0;
}
.post-list:not(.staff) > ul > li {
	position: relative;
	width: calc(33.33% - 14px);
	margin-left: 20px;
	margin-top: 0;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 80px;
	border-bottom: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
}
.post-list > ul > li .entry-summary {
	position: initial;
}
.post-list > ul > li .entry-summary > a {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.post-list > ul > li .entry-summary .image {
	background-color: #fff;
}
.post-list > ul > li .entry-summary .image > div {
	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.post-list > ul > li .type-post .entry-summary:hover .image > div {
	opacity: 0.8;
}
.post-list > ul > li .text-content {
	padding-top: 34px;
}
.post-list > ul > li .text-content .category-list {
	margin-bottom: 20px;
}
.post-list > ul > li .text-content .category-list a {
	position: relative;
	z-index: 2;
	padding: 4px 10px 3px 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
	color: #b3b3b3;
	border: 3px solid #b3b3b3;

	-o-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
	-webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
	transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
.post-list > ul > li .text-content .category-list a:hover {
	color: #fff !important;
	background-color: #666;
	border-color: #666;
}
.post-list > ul > li .text-content h4 {
	max-height: 83px;
	margin-bottom: 40px;
	line-height: 1.6;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: initial;
	overflow: hidden;

	-o-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.post-list > ul > li:hover .type-post .text-content h4 {
	color: #666;
}
.post-list > ul > li .text-content a {
	text-decoration: none !important;
}
.post-list > ul > li .text-content .main-text {
	max-height: 6.5em;
	overflow: hidden;
}
.post-list > ul > li .text-content .extra {
	position: absolute;
	bottom: 40px;
}
.post-list > ul > li .text-content .date {
	/* font-family: 'Raleway', sans-serif; */
	font-size: 1.1em;
	font-weight: bold;
	/* color: #b3b3b3; */
}
.post-list > ul > li .text-content .location .term-list {
	font-size: 1em;
	margin-bottom: 0;
}
.post-list > ul > li .text-content .location .term-list a {
	position: relative;
	z-index: 2;
	font-weight: bold;
}
@media all and (min-width: 801px) {
	.post-list:not(.staff):not(.programs) > ul > li:nth-child(-n+3) {
		padding-top: 0;
	}
	.post-list:not(.staff) > ul > li:nth-child(3n+1) {
		margin-left: 0;
		border-left: none;
	}
}
@media all and (max-width: 800px) {
	.post-list:not(.staff) > ul > li {
		width: calc(50% - 10px);
	}
	.post-list:not(.staff):not(.programs) > ul > li:nth-child(-n+2) {
		padding-top: 0;
	}
	.post-list:not(.staff) > ul > li:nth-child(2n+1) {
		margin-left: 0;
		border-left: none;
	}
}
@media all and (max-width: 600px) {
	.post-list:not(.staff) > ul {
		margin-left: 0;
	}
	.post-list:not(.staff) > ul > li {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		padding-bottom: 30px;
		border-left: none;
	}
	.post-list:not(.staff):not(.programs) > ul > li:nth-child(-n+2) {
		padding-top: 40px;
	}
	.post-list:not(.staff):not(.programs) > ul > li:first-child {
		padding-top: 0;
	}
	.post-list > ul > li .text-content .extra {
		position: relative;
		bottom: auto;
	}
}

.post-list > ul > li .type-collection .text-content,
.post-list > ul > li .type-premises .text-content {
	padding-top: 20px;
}
.post-list > ul > li .type-collection .text-content h4,
.post-list > ul > li .type-premises .text-content h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.post-list > ul > li .type-premises .text-content .main-text > p {
	margin-bottom: 0;
}
.post-list > ul > li .type-collection .text-content .extra > a,
.post-list.programs > ul > li .text-content .extra > a,
.post-list > ul > li .type-premises .text-content .extra > a {
	padding: 4px 10px 3px 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #b3b3b3;
	border: 3px solid #b3b3b3;

	-o-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
	-webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
	transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
.post-list > ul > li .type-collection .text-content .extra > a:hover,
.post-list.programs > ul > li .text-content .extra > a:hover,
.post-list > ul > li .type-premises .text-content .extra > a:hover {
	color: #fff !important;
	background-color: #666;
	border-color: #666;
}
.post-list > ul > li .type-collection .entry-summary .image .new-sticker {
	position: absolute;
	width: 30%;
	right: -1px;
	top: -1px;
}

.post-list > ul > li .type-staff .entry-summary .image {
	max-width: 150px;
	margin: 0 auto;
	overflow: hidden;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.post-list > ul > li .type-staff .text-content {
	padding-top: 20px;
	text-align: center;
}
.post-list > ul > li .type-staff .text-content h4 {
	margin-bottom: 0;
	font-family: 'Merriweather', serif;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 0px;
}
.post-list > ul > li .type-staff .text-content .position {
	margin-bottom: 0;
}
.post-list > ul > li .type-staff .text-content .main-text p {
	color: #b3b3b3;
}

.post-list.programs > ul {
	margin-left: 0;
	margin-top: 0 !important;
	margin-bottom: -2px !important;
}
.post-list.programs > ul > li .text-content {
	padding-top: 0;
	padding-right: 20px;
}
.post-list.programs > ul > li .text-content h3 {
	text-transform: uppercase;
}
.post-list.programs > ul > li .text-content p {
	margin-bottom: 10px;
}
@media all and (max-width: 800px) {
	.post-list.programs > ul {
		margin-left: 0;
	}
	.post-list.programs > ul > li {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	.post-list.programs > ul > li .text-content {
		padding-left: 20px;
	}
}

.post-list > ul > li .type-blog_post .text-content .category-list {
	display: none;
}


.filter {
	position: relative;
	width: 300px;
	height: 64px;
	font-size: 0;
	font-family: 'Raleway', sans-serif;
}
.filter:hover {
	z-index: 10;
}
.filter > ul,
.filter #calendar {
	position: absolute;
	width: 100%;
	min-height: 100%;
	color: #1a1a1a;
	background-color: #ffff4d;
	border: 3px solid #1a1a1a;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filter #calendar {
	top: 61px;
}
.filter > ul svg {
	position: absolute;
	z-index: 1;
	width: 35px;
	right: 16px;
	top: 12px;
	fill: #1a1a1a;

	-o-transition: transform 0.1s;
	-moz-transition: transform 0.1s;
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
}
.filter:hover > ul,
.filter:hover #calendar {
	background-color: #fff;
}
.filter:hover > ul > li:first-child {
	border-bottom: 3px solid #1a1a1a;
}
.filter:hover > ul > li a svg {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filter > ul > li {
	display: block;
	width: 100%;
	height: 40px;
	cursor: pointer;
	overflow: hidden;

/* 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */
}
.filter > ul > li:first-child,
.filter:not(:hover) > ul > li.active {
	height: 58px;
}
.filter > ul > li a {
	display: block;
	padding: 7px 20px;
	font-size: 16px;
	color: #b3b3b3;

	-o-transition: color 0.1s, background-color 0.1s;
	-moz-transition: color 0.1s, background-color 0.1s;
	-webkit-transition: color 0.1s, background-color 0.1s;
	transition: color 0.1s, background-color 0.1s;
}
.filter > ul > li:first-child a,
.filter:not(:hover) > ul > li.active a {
	padding: 14px 20px;
	font-size: 20px;
}
.filter > ul > li:first-child a,
.filter > ul > li.active a {
	color: #1a1a1a;
}
.filter > ul > li a:hover {
	color: #fff !important;
	background-color: #999;
}
.filter > ul > li.filter-item,
.filter #calendar {
	display: none;
}
.filter > ul > li.filter-item.active {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffff4d;
}
.filter:hover > ul > li.filter-item.active {
	background-color: #fff;
}
.filter > ul:hover > li.filter-item.active {
	position: relative;
	top: auto;
	right: auto;
}
.filter > ul:hover > li.filter-item,
.filter:hover #calendar {
	display: block;
}
@media all and (max-width: 800px) {
	.filter > ul > li a {
		padding: 9px 14px;
		font-size: 14px;
	}
}

#calendar {
	width: 100%;
	background-color: #fff;
}
#calendar .cal-title {
	text-align: center;
	padding: 20px 0 12px 0;
	font-size: 18px;
	text-transform: uppercase;
}
#calendar .cal-title > a {
	display: block;
	position: absolute;
	top: 16px;
	font-size: 0;
}
#calendar .cal-title > a.prev-month {
	left: 3.5%;
}
#calendar .cal-title > a.next-month {
	right: 3.5%;
}
#calendar .cal-title > a svg {
	width: 28px;
}
#calendar > ul {
	font-size: 0;
}
#calendar > ul > li {
	display: inline-table;
	width: 14.28%;
	height: 44px;
	font-size: 16px;
	text-align: center;
}
#calendar > ul.weekdays > li {
	font-size: 18px;
}
#calendar > ul > li h4 {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 1px;
}
#calendar > ul.days > li a {
	color: #aaa;

	-o-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-webkit-transition: color 0.1s;
	transition: color 0.1s;
}
#calendar > ul.days > li.blank,
#calendar > ul.days > li:not(.has-posts) a {
	color: #ddd;
	pointer-events: none;
}
#calendar > ul.days > li.current a {
	color: #1a1a1a;
}
#calendar > ul.days > li.selected {
	background: url('../media/cal-circle.svg') no-repeat center;
	background-size: 36px;
}
#calendar > ul.days > li.selected a {
	color: #fff !important;
}

.all-events {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 0;
	text-transform: uppercase;
}
.all-events svg {
	width: 30px;
	margin-right: 10px;
	vertical-align: middle;
}
.all-events span {
	font-size: 14px;
	vertical-align: middle;
}
.all-events:hover {
	color: #666 !important;
	fill: #666 !important;
}

.no-events {
	font-size: 14px;
	color: #999;
}

/* lightbox */
.tos-caption {
	display: none;
}