@charset "UTF-8";
/*
Theme Name: CCA Bootstrap Theme
Theme URI: https://afterimagedesigns.com/cca-bootstrap-theme/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cca-bootstrap-theme
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
@font-face {
	font-family: "MuseoSans-300";
	src: url("/webfonts/MuseoSans300/font.woff2") format("woff2"),
		url("/webfonts/MuseoSans300/font.woff") format("woff");
}
@font-face {
	font-family: "MuseoSans-500";
	src: url("/webfonts/MuseoSans500/font.woff2") format("woff2"),
		url("/webfonts/MuseoSans500/font.woff") format("woff");
}
@font-face {
	font-family: "MuseoSans-900";
	src: url("/webfonts/MuseoSans900/font.woff2") format("woff2"),
		url("/webfonts/MuseoSans900/font.woff") format("woff");
}
@font-face {
	font-family: "MuseoSans-500Italic";
	src: url("/webfonts/MuseoSans500Italic/font.woff2") format("woff2"),
		url("/webfonts/MuseoSans500Italic/font.woff") format("woff");
}
@font-face {
	font-family: "MuseoSans-700Italic";
	src: url("/webfonts/MuseoSans700Italic/font.woff2") format("woff2"),
		url("/webfonts/MuseoSans700Italic/font.woff") format("woff");
}
@font-face {
	font-family: "MuseoSans-100Italic";
	src: url("/webfonts/MuseoSans100Italic/font.woff2") format("woff2"),
		url("/webfonts/MuseoSans100Italic/font.woff") format("woff");
}
@font-face {
	font-family: "MuseoSans-900Italic";
	src: url("/webfonts/MuseoSans900Italic/font.woff2") format("woff2"),
		url("/webfonts/MuseoSans900Italic/font.woff") format("woff");
}
@font-face {
	font-family: "MuseoSans-300Italic";
	src: url("/webfonts/MuseoSans300Italic/font.woff2") format("woff2"),
		url("/webfonts/MuseoSans300Italic/font.woff") format("woff");
}
@font-face {
	font-family: "MuseoSans-700";
	src: url("/webfonts/MuseoSans700/font.woff2") format("woff2"),
		url("/webfonts/MuseoSans700/font.woff") format("woff");
}
@font-face {
	font-family: "MuseoSans-100";
	src: url("/webfonts/MuseoSans100/font.woff2") format("woff2"),
		url("/webfonts/MuseoSans100/font.woff") format("woff");
}
/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 0.313rem;
	line-height: normal;
	padding: 0.938rem 1.438rem 0.875rem;
	text-decoration: none;
	top: 0.313rem;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# CCA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# images
--------------------------------------------------------------*/
.sized-category {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 53.33%;
	position: relative;
}
@media (min-width: 768px) {
	.sized-category {
		background-size: contain;
	}
}
@media (min-width: 1260px) {
	.sized-category {
		width: 560px;
		height: 300px;
		padding-top: 0;
	}
}
.sized-category img {
	display: none;
}

.sized-primary {
	width: 100%;
	height: calc(53.33vw - 30px);
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media (min-width: 1260px) {
	.sized-primary {
		height: 640px;
	}
}

.standard-ratio {
	padding-top: 53.33%;
	position: relative;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.standard-ratio::after {
	width: 100%;
	height: 4px;
	content: "";
	background-color: #9a846f;
	left: 0;
	bottom: 0;
	position: absolute;
}
body.home .standard-ratio::after {
	display: none;
}
.standard-ratio .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.standard-ratio .inner iframe {
	width: 100%;
	height: 100%;
}
.standard-ratio.cover {
	background-size: cover;
	border: none;
}
.standard-ratio.cover::after {
	display: none;
}
.standard-ratio.cover.lazy {
	background: #fff url("/images/loading.gif") no-repeat center center;
}

.gallery-ratio {
	padding-top: 66.6667%;
	position: relative;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 4px solid #9a846f;
}
.gallery-ratio .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.gallery-ratio .inner iframe {
	width: 100%;
	height: 100%;
}
.gallery-ratio.cover {
	background-size: cover;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-weight: 300;
}

html {
	scroll-behavior: smooth;
}

.form-select {
	display: inline-block;
	width: 300px;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #333;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (min-width: 768px) {
	.form-select {
		margin-left: 15px;
	}
}

#alphabetical-filter {
	line-height: 30px;
	margin: 30px;
}

.alphabetical-heading {
	margin: 30px;
}

body.alert-displayed {
	padding-top: 60px;
}
@media (min-width: 768px) {
	body.alert-displayed {
		padding-top: 30px;
	}
}
body.alert-displayed .site-alert {
	background: #fffa39;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
	z-index: 100;
	height: 60px;
}
body.alert-displayed .site-alert p {
	margin: 0;
}
@media (min-width: 768px) {
	body.alert-displayed .site-alert {
		height: 30px;
	}
}
body.alert-displayed.home .drop-header.dropped {
	top: 60px;
}
@media (min-width: 768px) {
	body.alert-displayed.home .drop-header.dropped {
		top: 30px;
	}
}
body.alert-displayed .drop-header,
body.alert-displayed .drawer-left {
	top: 60px;
}
@media (min-width: 768px) {
	body.alert-displayed .drop-header,
	body.alert-displayed .drawer-left {
		top: 30px;
	}
}
body.alert-displayed #search-filter-display {
	top: 120px;
}
@media (min-width: 768px) {
	body.alert-displayed #search-filter-display {
		top: 0;
	}
}

.show-wp-toolbar body.admin-bar.alert-displayed.home .drop-header.dropped {
	top: 90px;
}
@media (min-width: 768px) {
	.show-wp-toolbar body.admin-bar.alert-displayed.home .drop-header.dropped {
		top: 60px;
	}
}

html.show-wp-toolbar body.alert-displayed.admin-bar .site-alert {
	top: 30px;
}

:focus-visible {
	outline: none;
	border: none;
}

#masthead {
	display: none;
}

body.home #masthead {
	display: block;
}

strong {
	font-weight: bold;
}

b {
	font-weight: bold;
}

.indented-text {
	padding-right: 30px;
	padding-left: 30px;
}

.type-alert-text {
	font-size: 12px;
	color: #000;
}
@media (min-width: 992px) {
	.type-alert-text {
		font-size: 14px;
	}
}

.type-applied-tags {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.light .type-applied-tags {
	color: #fff;
}

.type-filter-title,
.btn.type-filter-title {
	font-weight: normal;
	color: #000;
	font-size: 11px;
}
@media (min-width: 992px) {
	.type-filter-title,
	.btn.type-filter-title {
		font-size: 12px;
	}
}
.light .type-filter-title,
.light .btn.type-filter-title {
	color: #fff;
}

.type-filter-text {
	font-weight: normal;
	color: #000;
	font-size: 12px;
}
@media (min-width: 992px) {
	.type-filter-text {
		font-size: 14px;
	}
}
.light .type-filter-text {
	color: #fff;
}

.type-results-tag {
	font-weight: 400;
	color: #000;
	font-size: 12px;
}
@media (min-width: 768px) {
	.type-results-tag {
		font-size: 14px;
	}
}

.type-applied-tags {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
@media (min-width: 992px) {
	.type-applied-tags {
		font-size: 14px;
	}
}

.type-subtitle,
.wp-block-pullquote blockquote p {
	font-size: 14px;
	color: #000;
	font-family: MuseoSans-300, sans-serif;
}
@media (min-width: 992px) {
	.type-subtitle,
	.wp-block-pullquote blockquote p {
		font-size: 20px;
	}
}
.light .type-subtitle,
.light .wp-block-pullquote blockquote p {
	color: #fff;
}
.type-subtitle b,
.type-subtitle strong,
.wp-block-pullquote blockquote p b,
.wp-block-pullquote blockquote p strong {
	font-family: MuseoSans-700, sans-serif;
}

h2.type-subtitle {
	font-family: MuseoSans-700, sans-serif;
}

.type-standard,
.type-text {
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
@media (min-width: 992px) {
	.type-standard,
	.type-text {
		font-size: 18px;
	}
}
.light .type-standard,
.light .type-text {
	color: #fff;
}
.type-standard .entry-content,
.type-text .entry-content {
	line-height: 1.35;
}

.type-detail,
.type-standard .entry-content cite {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
}
@media (min-width: 992px) {
	.type-detail,
	.type-standard .entry-content cite {
		font-size: 14px;
	}
}
.light .type-detail,
.light .type-standard .entry-content cite {
	color: #fff;
}

.type-standard .entry-content cite {
	display: inline-block;
}

.type-pagedetail {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-family: MuseoSans-700, sans-serif;
}
@media (min-width: 992px) {
	.type-pagedetail {
		font-size: 16px;
	}
}
.light .type-pagedetail {
	color: #fff;
}
.type-pagedetail span.pad {
	line-height: 24px;
}
@media (min-width: 992px) {
	.type-pagedetail span.pad {
		line-height: 32px;
	}
}

.type-page-title {
	font-size: 30px;
	color: #000;
	font-family: MuseoSans-700, sans-serif;
}
@media (min-width: 992px) {
	.type-page-title {
		font-size: 40px;
	}
}
.light .type-page-title {
	color: #fff;
}
.type-page-title span.pad {
	line-height: 48px;
}
@media (min-width: 992px) {
	.type-page-title span.pad {
		line-height: 64px;
	}
}

.type-caption {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.light .type-caption {
	color: #fff;
}

.type-footer-text {
	font-size: 12px;
	font-weight: 300;
	color: #000;
}
@media (min-width: 992px) {
	.type-footer-text {
		font-size: 14px;
	}
}
.light .type-footer-text {
	color: #fff;
}

.type-footer-text-bold {
	font-size: 12px;
	font-weight: 700;
	color: #000;
}
@media (min-width: 992px) {
	.type-footer-text-bold {
		font-size: 14px;
	}
}
.light .type-footer-text-bold {
	color: #fff;
}

.type-copyright {
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
.light .type-copyright {
	color: #fff;
}

.type-footer-header {
	font-size: 14px;
	font-weight: bold;
}
@media (min-width: 992px) {
	.type-footer-header {
		font-size: 18px;
	}
}
.light .type-footer-header {
	color: #fff;
}

.type-title,
.wp-block-cover h1.type-title:not(.has-text-color) {
	font-size: 24px;
	font-family: MuseoSans-700, sans-serif;
	color: #000;
}
@media (min-width: 480px) {
	.type-title,
	.wp-block-cover h1.type-title:not(.has-text-color) {
		font-size: 36px;
	}
}
@media (min-width: 992px) {
	.type-title,
	.wp-block-cover h1.type-title:not(.has-text-color) {
		font-size: 48px;
	}
	.page-template-page-collab .type-title,
	.page-template-page-collab .wp-block-cover h1.type-title:not(.has-text-color),
	.single-collaboration .type-title,
	.single-collaboration .wp-block-cover h1.type-title:not(.has-text-color) {
		font-size: 36px;
	}
}
.single-collaboration h1.type-title {
	max-width: 640px;
}
.light .type-title,
.light .wp-block-cover h1.type-title:not(.has-text-color) {
	color: #fff;
}
.type-title span.pad,
.wp-block-cover h1.type-title:not(.has-text-color) span.pad {
	line-height: 48px;
}
@media (min-width: 992px) {
	.type-title span.pad,
	.wp-block-cover h1.type-title:not(.has-text-color) span.pad {
		line-height: 64px;
	}
	.page-template-page-collab .type-title span.pad,
	.page-template-page-collab
		.wp-block-cover
		h1.type-title:not(.has-text-color)
		span.pad,
	.single-collaboration .type-title span.pad,
	.single-collaboration
		.wp-block-cover
		h1.type-title:not(.has-text-color)
		span.pad {
		line-height: 50px;
	}
}

.wp-block-cover.light h1.type-title:not(.has-text-color) {
	color: #fff;
}

.type-module-category-label {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.light .type-module-category-label {
	color: #fff;
}

.type-category-label {
	font-size: 24px;
	color: #000;
}
.light .type-category-label {
	color: #fff;
}

.type-category-text {
	font-size: 14px;
	color: #000;
}
@media (min-width: 768px) {
	.type-category-text {
		font-size: 24px;
	}
}
.light .type-category-text {
	color: #fff;
}
.type-category-text span.pad {
	line-height: 28px;
}
@media (min-width: 768px) {
	.type-category-text span.pad {
		line-height: 34px;
	}
}

.type-category-headline {
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-family: MuseoSans-700, sans-serif;
}
@media (min-width: 992px) {
	.type-category-headline {
		font-size: 30px;
	}
}
@media (min-width: 768px) {
	.type-category-headline {
		text-transform: normal;
	}
}
.light .type-category-headline {
	color: #fff;
}

body.home .type-category-headline span:not(.pad) {
	padding: 8px 20px;
}

.type-module-text {
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
.light .type-module-text {
	color: #fff;
}

.type-carousel-label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
@media (min-width: 992px) {
	.type-carousel-label {
		font-size: 16px;
	}
}
.light .type-carousel-label {
	color: #fff;
}
.type-carousel-label span.pad {
	line-height: 24px;
}
@media (min-width: 992px) {
	.type-carousel-label span.pad {
		line-height: 32px;
	}
}

.type-carousel-title {
	font-size: 30px;
	color: #000;
	font-family: MuseoSans-700, sans-serif;
}
@media (min-width: 992px) {
	.type-carousel-title {
		font-size: 40px;
	}
}
.light .type-carousel-title {
	color: #fff;
}
.type-carousel-title span.pad {
	line-height: 48px;
}
@media (min-width: 992px) {
	.type-carousel-title span.pad {
		line-height: 64px;
	}
}

.type-primary-nav {
	font-size: 20px;
	text-transform: uppercase;
	font-family: MuseoSans-700, sans-serif;
}

.type-secondary-nav,
.type-secondary-nav .type-primary-nav {
	font-size: 16px;
	text-transform: uppercase;
	font-family: MuseoSans-500, sans-serif;
}

.type-page-navigation {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}
@media (min-width: 768px) {
	.type-page-navigation {
		font-size: 14px;
	}
}
.light .type-page-navigation {
	color: #fff;
}

a.icon-ntu {
	color: #c09c8c;
}
a.icon-ntu:hover {
	text-decoration: none;
}

ul.flush {
	padding-left: 20px;
}
.related-resources ul.flush {
	margin-top: 5px;
}

figcaption {
	font-size: 12px;
}

.description-meta {
	padding: 30px 20px 30px;
	position: relative;
}
@media (min-width: 768px) {
	.description-meta {
		padding: 30px 30px 30px;
	}
}
.description-meta .type-subtitle {
	padding-bottom: 30px;
}
body.page-template-default .description-meta .type-subtitle,
body.page-template-page-resource-center .description-meta .type-subtitle,
body.page-template-page-research .description-meta .type-subtitle,
body.page-template-page-about .description-meta .type-subtitle,
.description-meta .type-subtitle.with-btn {
	padding-bottom: 5px;
}
.description-meta .type-subtitle p {
	margin: 0;
}
.description-meta .description-area {
	border-bottom: 1px solid #fff;
}

.whoweare-details .type-standard {
	padding-top: 15px;
}

button.expand-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	outline: none;
	border: none;
	box-shadow: none;
	background: none;
	text-indent: -9999px;
}
button.expand-btn::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-indent: 0;
	padding: 7px;
	content: "- HIDE DETAILS";
}
button.expand-btn.collapsed::after {
	content: "+ SHOW DETAILS";
}

body.page-template-default .expand-btn.type-detail,
body.page-template-page-resource-center .expand-btn.type-detail,
body.page-template-page-research .expand-btn.type-detail,
body.page-template-page-about .expand-btn.type-detail,
body.page-template-page-education .expand-btn.type-detail {
	display: none;
}
body.page-template-default .description-meta .description-area,
body.page-template-page-resource-center .description-meta .description-area,
body.page-template-page-research .description-meta .description-area,
body.page-template-page-about .description-meta .description-area,
body.page-template-page-education .description-meta .description-area {
	border-bottom: none;
}

button.caret {
	outline: none;
	border: none;
	box-shadow: none;
	background: none;
	text-indent: -9999px;
	width: 40px;
	height: 30px;
	display: block;
	margin: -10px;
	background: transparent url("/images/narrow-caret.png") no-repeat center center;
	background-size: cover;
}
button.caret.collapsed {
	transform: rotate(180deg);
}

#description-meta-fields .type-detail {
	padding-top: 20px;
	padding-bottom: 30px;
	opacity: 0;
	transition: opacity 0.25s;
}
#description-meta-fields .type-detail b {
	color: #fffb00;
	font-weight: bold;
}
#description-meta-fields.show .type-detail {
	opacity: 1;
}
#description-meta-fields b {
	line-height: 1.75;
}
@media (min-width: 768px) {
	#description-meta-fields .col-sm-4 {
		padding-bottom: 15px;
	}
}
#description-meta-fields a {
	color: #fff;
}

@media (min-width: 1260px) {
	.gutter80 .row .col-md-6:nth-child(2n + 1) {
		padding-right: 40px;
	}
	.gutter80 .row .col-md-6:nth-child(2n) {
		padding-left: 40px;
	}
}
img.w-100 {
	width: 100%;
}

body.loading::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff url(/images/loading.gif) no-repeat center center;
	align-content: center;
	top: 0;
	z-index: 100;
	opacity: 0.5;
}

body.single #contentHero {
	background: transparent url(/images/loading.gif) no-repeat center center;
}

body.single .entry-content > *,
body.page-template-default .entry-content > *,
body.page-template-page-resource-center .entry-content > *,
body.page-template-page-research .entry-content > *,
body.page-template-page-collab .entry-content > *,
body.page-template-page-about .entry-content > *,
body.page-template-page-education .entry-content > * {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	body.single .entry-content > *,
	body.page-template-default .entry-content > *,
	body.page-template-page-resource-center .entry-content > *,
	body.page-template-page-research .entry-content > *,
	body.page-template-page-collab .entry-content > *,
	body.page-template-page-about .entry-content > *,
	body.page-template-page-education .entry-content > * {
		padding: 0 70px;
	}
	body.single .entry-content > ul,
	body.page-template-default .entry-content > ul,
	body.page-template-page-resource-center .entry-content > ul,
	body.page-template-page-research .entry-content > ul,
	body.page-template-page-collab .entry-content > ul,
	body.page-template-page-about .entry-content > ul,
	body.single .entry-content > ol,
	body.page-template-default .entry-content > ol,
	body.page-template-page-resource-center .entry-content > ol,
	body.page-template-page-research .entry-content > ol,
	body.page-template-page-collab .entry-content > ol,
	body.page-template-page-about .entry-content > ol {
		padding: 0 70px 0 90px;
	}
}
@media (min-width: 1260px) {
	body.single .entry-content > *,
	body.page-template-default .entry-content > *,
	body.page-template-page-resource-center .entry-content > *,
	body.page-template-page-research .entry-content > *,
	body.page-template-page-collab .entry-content > *,
	body.page-template-page-about .entry-content > *,
	body.page-template-page-education .entry-content > * {
		padding: 0 90px;
	}
	body.single .entry-content > ul,
	body.page-template-default .entry-content > ul,
	body.page-template-page-resource-center .entry-content > ul,
	body.page-template-page-research .entry-content > ul,
	body.page-template-page-collab .entry-content > ul,
	body.page-template-page-about .entry-content > ul,
	body.single .entry-content > ol,
	body.page-template-default .entry-content > ol,
	body.page-template-page-resource-center .entry-content > ol,
	body.page-template-page-research .entry-content > ol,
	body.page-template-page-collab .entry-content > ol,
	body.page-template-page-about .entry-content > ol {
		padding: 0 90px 0 110px;
	}
}
body.single .entry-content .wp-block-embed iframe,
body.page-template-default .entry-content .wp-block-embed iframe,
body.page-template-page-resource-center .entry-content .wp-block-embed iframe,
body.page-template-page-research .entry-content .wp-block-embed iframe,
body.page-template-page-collab .entry-content .wp-block-embed iframe,
body.page-template-page-about .entry-content .wp-block-embed iframe,
body.page-template-page-education .entry-content .wp-block-embed iframe {
	height: calc(56.25vw - 20px);
}
@media (min-width: 480px) {
	body.single .entry-content .wp-block-embed iframe,
	body.page-template-default .entry-content .wp-block-embed iframe,
	body.page-template-page-resource-center .entry-content .wp-block-embed iframe,
	body.page-template-page-research .entry-content .wp-block-embed iframe,
	body.page-template-page-collab .entry-content .wp-block-embed iframe,
	body.page-template-page-about .entry-content .wp-block-embed iframe,
	body.page-template-page-education .entry-content .wp-block-embed iframe {
		height: calc(56.25vw - 20px);
	}
}
@media (min-width: 768px) {
	body.single .entry-content .wp-block-embed iframe,
	body.page-template-default .entry-content .wp-block-embed iframe,
	body.page-template-page-resource-center .entry-content .wp-block-embed iframe,
	body.page-template-page-research .entry-content .wp-block-embed iframe,
	body.page-template-page-collab .entry-content .wp-block-embed iframe,
	body.page-template-page-about .entry-content .wp-block-embed iframe,
	body.page-template-page-education .entry-content .wp-block-embed iframe {
		height: calc(56.25vw - 102px);
	}
}
@media (min-width: 1260px) {
	body.single .entry-content .wp-block-embed iframe,
	body.page-template-default .entry-content .wp-block-embed iframe,
	body.page-template-page-resource-center .entry-content .wp-block-embed iframe,
	body.page-template-page-research .entry-content .wp-block-embed iframe,
	body.page-template-page-collab .entry-content .wp-block-embed iframe,
	body.page-template-page-about .entry-content .wp-block-embed iframe,
	body.page-template-page-education .entry-content .wp-block-embed iframe {
		height: 583px;
	}
}
body.page-template-page-education .sharedaddy {
	display: none;
}
body.page-template-page-research .entry-content > div,
body.page-template-page-about .entry-content > div,
body.page-template-page-education .entry-content > div {
	margin-top: 0;
	margin-bottom: 20px;
}
body.page-template-page-research .publication_posts .entry-content > *,
body.page-template-page-about .publication_posts .entry-content > * {
	margin-top: 15px;
	margin-bottom: 15px;
}
body.page-template-page-research .contributors-block .entry-content > div,
body.page-template-page-about .contributors-block .entry-content > div {
	margin-bottom: 0;
}

.archive-details .type-standard {
	padding-top: 15px;
}

.post-type-archive-research .archive-thumbs {
	margin: -10px 5px 0;
}
.post-type-archive-research #content h2 {
	margin: 30px 20px 10px;
}
.page-template-page-collab h2 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.page-template-page-collab .owl-controls.d-md-flex {
	margin-top: 20px;
}
.nominators a.active {
	text-decoration: underline;
}
.nominators .item {
	padding: 20px 20px 1px;
}
.nominators li.active {
	position: relative;
}
@media (min-width: 480px) {
	.nominators li.active::after {
		position: absolute;
		display: block;
		border-color: transparent #e7e7e7 transparent transparent;
		border-width: 9px 17px;
		width: 20px;
		height: 20px;
		right: -30px;
		border-style: solid;
		top: 0;
	}
}
.nominators .owl-dots {
	display: none;
}
.nominators ul li {
	list-style: none;
}
.nominators ul {
	padding-left: 0;
}
.nominators .carousel-container {
	margin-top: 10px;
}
.nominators .carousel-container.collapse.show::after {
	content: "";
	position: absolute;
	display: block;
	border-color: transparent transparent #e7e7e7 transparent;
	border-width: 0 23px 28px;
	width: 20px;
	height: 20px;
	left: 50%;
	border-style: solid;
	top: 0;
	margin-left: -23px;
	margin-top: -13px;
}
.logos img {
	max-width: 100%;
	margin: 20px;
}
.news_posts,
.publication_posts,
.research_fellows {
	background: #e7e7e7;
	padding: 15px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.news_posts,
	.publication_posts,
	.research_fellows {
		padding: 30px 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media (min-width: 1260px) {
	.news_posts,
	.publication_posts,
	.research_fellows {
		padding: 30px 0;
	}
}

.research_fellows {
	background: #fff;
}

.wp-block-image img {
	height: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		max-width: 50%;
	}
}
@media (max-width: 767.98px) {
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		float: none;
		margin: 0;
		width: 100%;
	}
	.wp-block-image .alignright img,
	.wp-block-image .alignleft img {
		width: 100%;
	}
}

input[type="text"] {
	padding: 0 8px;
	font-size: 16px;
}

.full-width {
	margin-left: -15px;
	margin-right: -15px;
}

/*
.navbar-toggler-icon {
	width: 49px;
	height: 8px;
	background-color: #9a846f;
	display: block;
	position: relative;
}
*/
.navbar-light .navbar-nav .nav-link {
	color: #333;
}

a.navbar-toggler {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 27px;
	float: left;
	border: 0;
	background: transparent url("/images/menu.png") no-repeat center center;
	background-size: contain;
	transition: 0.6s ease;
}
a.navbar-toggler:hover:active,
a.navbar-toggler:hover {
	outline: none;
	background-color: #f7f7f7;
}
#masthead a.navbar-toggler {
	margin-top: 53px;
}

a.search-icon {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: transparent url("/images/icon.png") no-repeat scroll center center;
	background-size: contain;
	transition: 0.6s ease;
	text-indent: -9999px;
}
#masthead .search {
	margin-top: 52px;
	display: none;
}
@media (min-width: 1260px) {
	#masthead .search {
		display: block;
	}
}

#top,
.scrubber-anchor {
	visibility: hidden;
	position: relative;
	top: -140px;
}

.drop-header {
	top: 0;
	height: 60px;
	position: fixed;
	opacity: 1;
	transition: all 0.5s;
	width: 100%;
	z-index: 10;
}
.show-wp-toolbar body.admin-bar:not(.home) .drop-header {
	top: 30px;
}
.show-wp-toolbar body.admin-bar.alert-displayed:not(.home) .drop-header {
	top: 100px;
}
@media (min-width: 768px) {
	.show-wp-toolbar body.admin-bar.alert-displayed:not(.home) .drop-header {
		top: 60px;
	}
}
body.home .drop-header {
	top: -100px;
}
@media (min-width: 768px) {
	.drop-header {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media (min-width: 1260px) {
	.drop-header {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.drop-header .row.single-scrub {
	margin-left: -35px;
	margin-right: -35px;
}
@media (min-width: 768px) {
	.drop-header .row.single-scrub {
		margin-left: -40px;
		margin-right: -40px;
	}
}
@media (min-width: 1260px) {
	.drop-header .row.single-scrub {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.drop-header .row.single-scrub a.active {
	position: relative;
	display: inline-block;
}
.drop-header .row.single-scrub a.active::after {
	content: "";
	background: #fff;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0px;
	position: absolute;
}
.drop-header .row.single-scrub .nav-page-title a::after {
	display: none;
}
.drop-header #contentScrubber {
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	width: 100%;
	min-width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	display: flex;
}
@media (min-width: 768px) {
	.drop-header #contentScrubber {
		padding: 0 30px;
	}
}
.drop-header #contentScrubber > div {
	height: 100%;
	width: 140px;
	margin-left: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.drop-header #contentScrubber > div a {
	color: #fff;
}
.drop-header #contentScrubber > div a:focus,
.drop-header #contentScrubber > div a:active,
.drop-header #contentScrubber > div a:hover {
	text-decoration: none;
	color: #eee;
}
.drop-header #contentScrubber .nav-page-title {
	flex: 1;
	padding-right: 20px;
}
body.home .drop-header.dropped {
	top: 0;
}
.drop-header a.navbar-toggler {
	margin-top: 17px;
}
body.home .drop-header a.navbar-toggler {
	margin-top: 44px;
}
.drop-header .search {
	margin-top: 16px;
	display: none;
}
body.home .drop-header .search {
	margin-top: 43px;
}
@media (min-width: 768px) {
	.drop-header .search {
		display: inline-block;
	}
}

.subheader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}
.subheader .container {
	position: relative;
	z-index: 10;
	padding-left: 15px;
	padding-right: 15px;
}

.drawer-left {
	width: 100%;
	max-width: 100%;
	background-color: rgba(200, 200, 200, 0.25);
	position: absolute;
	height: 100vh;
	overflow: hidden;
	display: none;
}
.drawer-left .search {
	display: block;
	padding: 0;
	width: 100%;
}
.drawer-left .search form {
	visibility: visible;
	opacity: 1;
	display: block;
	margin: 0 0 30px;
}
.drawer-left .inner {
	width: 101%;
	max-width: 767px;
	background: #fff;
	position: relative;
	padding: 20px 25px;
	left: -767px;
	transition: left 0.5s;
}
@media (min-width: 768px) {
	.drawer-left .inner {
		background: linear-gradient(90deg, #f1f1f1 0%, white 5%, white 100%);
	}
}
.drawer-left.open .inner {
	left: -5px;
	transition: left 0.5s;
}
.drawer-left .secondary {
	clear: both;
}
.drawer-left .search-input {
	width: calc(100vw - 85px);
}
@media (min-width: 480px) {
	.drawer-left .search-input {
		width: 320px;
	}
}
.drawer-left .navbar-brand {
	padding: 0;
}

.secondary a {
	text-decoration: none;
	text-transform: uppercase;
}
.secondary > a {
	font-weight: bold;
}

.close-sub,
.close {
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	margin-bottom: 25px;
}
.close-sub::before,
.close::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #9a846f;
	transform: rotate(45deg);
	top: 19px;
	left: -4px;
	position: absolute;
}
.close-sub::after,
.close::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #9a846f;
	transform: rotate(-45deg);
	top: 19px;
	left: -4px;
	position: absolute;
}

span.pad {
	padding: 9px 0;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
h1 span.pad {
	padding: 8px 0;
}
span.pad p {
	display: inline;
}

.btn {
	padding: 12px 20px;
	font-size: 14px;
	font-family: MuseoSans-500, sans-serif;
}
.btn:hover,
.btn:focus,
.btn:active {
	background-color: #797979;
	border-color: #c7c7c7;
}
.accordion .btn,
.accordion .btn:hover,
.accordion .btn:focus,
.accordion .btn:active {
	border-color: #c7c7c7;
	background-color: #fff;
	width: 100%;
	text-align: left;
	box-shadow: 0 0 0 0.2rem rgb(164 144 123 / 25%);
	text-decoration: none;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
	background-color: #c7c7c7;
	border-color: #c7c7c7;
}
@media (min-width: 992px) {
	.btn {
		font-size: 18px;
	}
}
.btn.btn-archive {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 24px;
	padding: 15px 30px;
}
.btn.btn-archive:hover {
	background: #fff;
}
.btn.btn-search,
.btn.btn-cta {
	background: transparent;
	border: 1px solid #fefb00;
	color: #fefb00;
	font-size: 24px;
	padding: 15px 30px;
	width: 100%;
}
.btn.btn-search:hover,
.btn.btn-cta:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}
.btn.btn-cta {
	width: auto;
}
.description-meta .btn.btn-cta {
	margin-bottom: 30px;
}

div.search {
	display: inline-block;
	padding: 0 0 0 25px;
	float: left;
}
div.search form {
	padding: 0;
	margin: 0 0 0 5px;
	vertical-align: top;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
}
div.search .btn.btn-primary {
	font-size: 12px;
	height: 30px;
}
div.search.open form {
	display: inline-block;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.25s;
}
div.search button {
	margin: 0;
	vertical-align: top;
	padding: 6px;
	font-weight: normal;
}

.search-input {
	border: 1px solid #9a846f;
	height: 30px;
	width: 230px;
	padding: 0 10px;
}

input.email {
	border: 1px solid #9a846f;
	height: 30px;
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
}

/*
.navbar-toggler-icon {
	&::before {
		content: "";
		position: absolute;
		width: 49px;
		height: 8px;
		background-color: #9a846f;
		display: block;
		top: -11px;
		left: 0;
	}
	&::after {
		content: "";
		position: absolute;
		width: 49px;
		height: 8px;
		background-color: #9a846f;
		display: block;
		bottom: -11px;
		left: 0;
	}
}
*/
#content {
	overflow: hidden;
	margin-top: 60px;
}
body.single #content {
	margin-top: 60px;
}
@media (min-width: 1260px) {
	body.single #content {
		margin-top: 86px;
	}
}
body.home #content {
	margin-top: 0;
}

.wrapper {
	overflow: hidden;
	width: 100%;
}

.navbar-brand {
	padding: 28px 0;
	float: right;
	height: auto;
	margin-right: 0;
}

@media (min-width: 1260px) {
	.navbar {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.navbar-brand img {
	height: 48px;
}
body.home .navbar-brand img {
	height: 80px;
}

.drop-header .navbar-brand {
	padding: 12px 0;
}
body.home .drop-header .navbar-brand {
	padding: 20px 0;
}

.drop-header .navbar-brand img,
.drawer-left .navbar-brand img {
	height: 40px;
}

#main-nav {
	width: 100%;
	display: none;
}
@media (min-width: 768px) {
	#main-nav {
		display: block;
	}
}

#menu-top-navigation {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	text-align: center;
	list-style: none;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	justify-content: space-between;
}
@media (min-width: 992px) {
	#menu-top-navigation {
		padding: 0 12%;
	}
}
.navbar-nav > li {
	text-transform: uppercase;
	float: none;
}
.navbar-nav > li a {
	text-decoration: none;
	color: #333;
}
#secondary-nav .navbar-nav > li,
#footer-nav .navbar-nav > li {
	width: 100%;
	margin-top: 5px;
}
.navbar-nav .child-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 0;
}
@media (max-width: 767.98px) {
	.navbar-nav .child-menu {
		flex-direction: column;
	}
}
.navbar-nav .child-menu li {
	width: 100%;
}
@media (min-width: 480px) {
	.navbar-nav .child-menu li {
		width: 50%;
	}
}
footer .navbar-nav .child-menu li {
	width: 100%;
	margin-bottom: 5px;
}

.site-header li a {
	color: #a4907b;
}

.container {
	z-index: 3;
	position: relative;
	background: #fff;
}
@media (min-width: 768px) {
	.container.animation-one {
		z-index: 2;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 1259.98px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1260px) {
	.animation-one {
		padding-bottom: 60px;
		min-height: 440px;
	}
	.animation-one .col-image {
		width: 590px;
		max-width: 590px;
		flex: 0 0 0 590px;
	}
	.animation-one .col-text {
		width: 640px;
		max-width: 640;
		flex: 0 0 0 640px;
		padding-right: 105px;
		opacity: 0;
		min-height: 300px;
	}

	img.animation-one {
		opacity: 0;
		width: 560px;
		height: 300px;
	}

	body.home .container.gutter80 {
		min-height: 600px;
	}
}
.animation-one .col-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.animation-one .col-text h2 {
	margin-top: 0;
	margin-bottom: 20px;
}
.animation-one .col-text .btn {
	margin-top: 10px;
}

.cat-block .btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cat-block h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 767.98px) {
	#hero-carousel .owl-stage {
		background: #9a846f;
	}
}
#hero-carousel .owl-stage .carousel-content.d-block.d-sm-none {
	padding: 20px;
}
@media (min-width: 768px) {
	#hero-carousel {
		transition: height 1s ease;
		height: 0;
	}
	#hero-carousel.owl-loaded {
		height: calc(53.33vw - 30px);
	}
}
@media (min-width: 1260px) {
	#hero-carousel.owl-loaded {
		height: 640px;
	}
}
#hero-carousel .carousel-description {
	margin: 0 auto;
	max-width: 94%;
}
@media (min-width: 992px) {
	#hero-carousel .carousel-description {
		max-width: 737px;
	}
}
@media (min-width: 992px) {
	#hero-carousel .carousel-description {
		max-width: 767px;
	}
}
#hero-carousel .owl-dots {
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0;
	height: 8px;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	position: absolute;
}
#hero-carousel .owl-dots .owl-dot,
#hero-carousel .owl-dots .owl-dot.active {
	width: 50%;
	border-radius: 0;
	height: 8px;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}
#hero-carousel .owl-dots .owl-dot.active button {
	background-color: #fff;
}
#hero-carousel .owl-dots.disabled {
	display: none;
}
#hero-carousel .item a {
	display: block;
	width: 100%;
	height: 100%;
}

.owl-dot button {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
	outline: none;
	text-indent: -9999px;
}

button.carousel {
	text-indent: -9999px;
	overflow: hidden;
}

.item .carousel-content {
	position: absolute;
	bottom: 0;
}

.carousel-content {
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
	font-weight: bold;
	line-height: 1.25;
	color: #fff;
}
.carousel-content h2 {
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0;
}

#hero-carousel .item {
	height: calc(53.33vw - 30px);
	background-size: cover;
	position: relative;
}

@media (min-width: 1260px) {
	#hero-carousel .item {
		height: 640px;
	}
}
.related-post img {
	width: 100%;
	height: auto;
}

a.related-post {
	color: #fff;
	text-decoration: none;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.btn-ccas {
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	overflow: hidden;
	background-image: none;
	background-color: transparent;
	z-index: 1;
}
.btn-ccas::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top, #9a846f 0, #786554 100%);
	background-image: -o-linear-gradient(top, #9a846f 0, #786554 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #9a846f),
		to(#786554)
	);
	background-image: linear-gradient(to bottom, #9a846f 0, #786554 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9a846f", endColorstr="#ff786554", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	z-index: -2;
}
.btn-ccas::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-image: linear-gradient(to bottom, #a4907b 0, #a4907b 100%);
	transition: width 0.3s;
	z-index: -1;
}
.btn-ccas:hover::before {
	width: 100%;
}

#primary p a,
#primary h1 a,
#primary h2 a,
#primary h3 a,
#primary h4 a,
#primary h5 a,
#primary h6 a {
	background-image: linear-gradient(180deg, transparent 65%, #fcf113 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: underline;
	transition: background-size 0.4s ease;
	color: #262c30;
}
#primary p a:hover,
#primary h1 a:hover,
#primary h2 a:hover,
#primary h3 a:hover,
#primary h4 a:hover,
#primary h5 a:hover,
#primary h6 a:hover {
	background-size: 100% 100%;
	cursor: pointer;
}

#primary .light p a,
#primary .light h1 a,
#primary .light h2 a,
#primary .light h3 a,
#primary .light h4 a,
#primary .light h5 a,
#primary .light h6 a {
	color: #fff;
}

.light a {
	color: #fff;
}

@media (min-width: 768px) {
	.whoweare.promo-0 .col-xl-6 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.whoweare.promo-1 .col-xl-6 {
		width: 76%;
		padding-right: 35px;
		flex: 0 0 76%;
		max-width: 76%;
	}
	.whoweare.promo-2 .col-xl-6 {
		width: 52%;
		padding-right: 35px;
		flex: 0 0 52%;
		max-width: 52%;
	}
	.whoweare .col-xl-3 {
		width: 24%;
		flex: 0 0 24%;
		max-width: 24%;
	}
}
@media (min-width: 1260px) {
	.whoweare.promo-0 .col-xl-6 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.whoweare.promo-1 .col-xl-6 {
		width: 940px;
		padding-right: 35px;
		flex: 0 0 940px;
		max-width: 940px;
	}
	.whoweare.promo-2 .col-xl-6 {
		width: 650px;
		padding-right: 35px;
		flex: 0 0 650px;
		max-width: 650px;
	}
	.whoweare .col-xl-3 {
		width: 290px;
		flex: 0 0 290px;
		max-width: 290px;
	}
}

@media (max-width: 1259.98px) {
	.container.full-lg-down {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767.98px) {
	.container.full-sm-down {
		padding-left: 0;
		padding-right: 0;
	}

	.whoweare {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 479.98px) {
	.whoweare .col-xl-3:last-child {
		margin-top: 20px;
	}
}
.whoweare {
	padding-top: 40px;
	padding-bottom: 30px;
	background: #fff;
}
.whoweare .type-category-label p {
	font-size: 20px;
	line-height: 1.2;
	margin-top: -7px;
}
@media (min-width: 992px) {
	.whoweare .type-category-label p {
		font-size: 24px;
	}
}
.whoweare .wwa {
	min-height: 90px;
}

.wwa,
.upcoming-details {
	padding: 14px 15px;
	flex: 1;
	display: flex;
	flex-flow: column nowrap;
}
.wwa .type-module-text,
.upcoming-details .type-module-text {
	padding-top: 5px;
	padding-bottom: 5px;
}
.wwa .type-detail,
.upcoming-details .type-detail {
	margin-top: auto;
}
.wwa .type-detail.cca-online,
.upcoming-details .type-detail.cca-online {
	background: transparent url("/images/CCA-online.png") no-repeat left top;
	background-size: contain;
	padding-left: 28px;
}
.wwa .type-detail.cca-recurring,
.upcoming-details .type-detail.cca-recurring {
	background: transparent url("/images/CCA-recurring.png") no-repeat left top;
	background-size: contain;
	padding-left: 28px;
}

.recurring-dates {
	background: transparent url("/images/CCA-recurring.png") no-repeat left center;
	background-size: contain;
	padding: 20px 0 20px 50px;
	margin-bottom: 10px;
}

footer.site-footer {
	padding-top: 60px;
	margin-top: 20px;
	background-color: #eee;
	margin-top: 120px;
}
footer.site-footer .container,
.drawer-out footer.site-footer {
	background-color: transparent;
}
footer.site-footer .type-footer-header {
	margin-bottom: 30px;
}
footer.site-footer .type-footer-header.compact {
	margin-top: 30px;
	margin-bottom: 10px;
}
footer.site-footer .center-text {
	padding-top: 125px;
	padding-bottom: 30px;
}
footer.site-footer .col-md-4 {
	padding-bottom: 40px;
}
footer.site-footer input.email {
	margin: 20px 0 5px;
}
footer.site-footer .child-menu li:last-child {
	margin-bottom: 0;
}
footer.site-footer .logo {
	width: 180px;
	margin-top: 3rem;
	display: block;
}
footer.site-footer div.gillman_barracks {
	margin-top: 2rem;
}
footer.site-footer img.gillman_barracks {
	width: 180px;
	display: block;
}

.center-text {
	text-align: center;
}

@media (min-width: 480px) {
	.right-text {
		text-align: right;
	}
}

/* owl-carousel container */
.home-programmes .col-sm-12 > .wrapper {
	background: #e7e7e7;
	padding-bottom: 20px;
}
.home-programmes h2 {
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
}
@media (min-width: 768px) {
	.home-programmes .btn {
		float: right;
		margin-right: 50px;
		margin-top: 17px;
	}
}
@media (min-width: 1260px) {
	.home-programmes.count-3 .btn {
		margin-right: 203px;
	}
}
@media (max-width: 767px) {
	.home-programmes .btn {
		margin: 20px auto 0px;
		display: block;
		max-width: 139px;
	}
}
.home-programmes .owl-controls {
	padding-top: 19px;
	padding-bottom: 0px;
}
.home-programmes .owl-dots {
	display: none;
}
.home-programmes .owl-carousel .owl-stage {
	margin: 0 auto;
}
.sized {
	width: 720px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container.animation-two .sized-primary {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 1260px) {
	.container.lowest-category {
		z-index: 1;
		height: 640px;
	}

	.container.animation-two.fixed .sized-primary {
		position: fixed;
		bottom: 0;
		/*			left: calc( 100vw/2 - 600px );*/
		width: 1200px;
	}
}
.animation-two h2 {
	text-align: center;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.animation-two h2 {
		padding-top: 51px;
	}
}
.animation-two .btn {
	margin-top: 32px;
}
.animation-two .type-category-text {
	justify-content: center;
	line-height: 1.2;
}
.animation-two a:hover {
	text-decoration: none;
}

.centered-text {
	text-align: center;
}

.media-gallery .type-subtitle {
	font-family: MuseoSans-700, sans-serif;
	padding: 20px 35px;
}
@media (min-width: 768px) {
	.media-gallery .type-subtitle {
		padding: 20px 105px;
	}
}

body.single header.entry-header,
body.page-template-default header.entry-header {
	display: none;
}

body.page-template-default .cover-details.type-pagedetail,
body.page-template-page-resource-center .cover-details.type-pagedetail,
body.page-template-page-directory .cover-details.type-pagedetail,
body.page-template-page-research .cover-details.type-pagedetail,
body.page-template-page-about .cover-details.type-pagedetail,
body.single-research .cover-details.type-pagedetail {
	display: none;
}

body.page-template-page-directory .wp-block-cover__inner-container {
	display: none;
}

body.drawer-out {
	background-color: rgba(200, 200, 200, 0.25);
}

.contributor-image {
	width: 160px;
	height: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 99px;
	background-position: center center;
	background-image: url("/images/CCA_no-photo.jpg");
	margin: 0 auto 25px;
}

.page-template-page-calendar .view-theme,
.page-template-page-education .view-theme {
	padding: 20px 30px;
}
.page-template-page-calendar .view-theme button.checkbox-theme,
.page-template-page-education .view-theme button.checkbox-theme {
	margin-top: 0;
	min-height: 22px;
	width: 100%;
}
@media (min-width: 768px) {
	.page-template-page-calendar .view-theme button.checkbox-theme,
	.page-template-page-education .view-theme button.checkbox-theme {
		width: auto;
	}
}
.page-template-page-calendar .type-subtitle {
	padding: 30px;
}
.page-template-page-calendar .owl-carousel > div.type-standard {
	padding: 20px 50px;
}
.page-template-page-calendar .owl-controls {
	margin-top: 20px;
}

body.page-exhibitions.page-template-page-calendar .view-theme {
	padding-top: 30px;
	padding-bottom: 20px;
	justify-content: flex-start;
	align-items: start;
	line-height: 1.75;
}
body.page-exhibitions.page-template-page-calendar
	.view-theme
	button.checkbox-theme {
	align-self: start;
}
@media (min-width: 768px) {
	body.page-exhibitions.page-template-page-calendar
		.view-theme
		button.checkbox-theme[data-key="theme"] {
		width: 153px;
		line-height: 1.25;
		padding-top: 3px;
	}
	body.page-exhibitions.page-template-page-calendar
		.view-theme
		button.checkbox-theme[data-key="theme"][value="place-labour-capital"] {
		margin-left: auto;
	}
}
body.page-exhibitions article .type-module-category-label {
	display: none !important;
}

body.page-residencies article .type-module-category-label {
	display: none !important;
}

.owl-controls {
	justify-content: center;
	display: flex;
}
body.single .owl-controls,
body.page-template-default .owl-controls {
	margin-bottom: 30px;
}
.owl-controls button.owl.carousel.prev,
.owl-controls button.owl.carousel.next,
.owl-controls button.home-owl.carousel.prev,
.owl-controls button.home-owl.carousel.next {
	width: 40px;
	height: 40px;
	position: relative;
	border: none;
	outline: none;
}
.owl-controls button.owl.carousel.prev:hover,
.owl-controls button.owl.carousel.prev:active,
.owl-controls button.owl.carousel.prev:focus,
.owl-controls button.owl.carousel.next:hover,
.owl-controls button.owl.carousel.next:active,
.owl-controls button.owl.carousel.next:focus,
.owl-controls button.home-owl.carousel.prev:hover,
.owl-controls button.home-owl.carousel.prev:active,
.owl-controls button.home-owl.carousel.prev:focus,
.owl-controls button.home-owl.carousel.next:hover,
.owl-controls button.home-owl.carousel.next:active,
.owl-controls button.home-owl.carousel.next:focus {
	background: #797979;
}
.owl-controls .slider-counter {
	line-height: 41px;
	padding: 0 20px;
}

.owl-item figcaption {
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: center;
}

.grid-contributor-related {
	display: flex;
	flex-wrap: wrap;
}
.grid-contributor-related > * {
	overflow: hidden;
	margin: 0 1%;
	padding: 20px 10px 10px;
	flex: 0 0 100%;
	min-height: 140px;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
@media (min-width: 480px) {
	.grid-contributor-related > * {
		flex: 0 0 48%;
	}
}
@media (min-width: 768px) {
	.grid-contributor-related > * {
		flex: 0 0 48%;
	}
}
@media (min-width: 992px) {
	.grid-contributor-related > * {
		flex: 0 0 23%;
	}
}
@media (min-width: 1260px) {
	.grid-contributor-related > * {
		flex: 0 0 23%;
	}
}
.grid-contributor-related .type-module-text {
	flex-grow: 1;
}
.grid-contributor-related a:hover {
	text-decoration: none;
}

.contributors-block-detail {
	position: relative;
	padding: 30px;
}
.contributors-block-detail .type-pagedetail {
	padding: 25px 0 15px;
}
.contributor-grid
	article
	.contributors-block-detail
	.type-module-category-label {
	margin-bottom: 10px;
}
.contributors-block-detail .type-standard {
	margin-bottom: 10px;
}
@media (max-width: 767.98px) {
	.contributors-block-detail .type-subtitle {
		margin: 15px 0 5px;
	}
}
.contributors-block-detail .standard-ratio {
	background-image: url("/images/CCA_no-photo.jpg");
}

.contributors-block {
	position: relative;
}
.contributors-block .close {
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 3;
	text-indent: -9999px;
}
@media (min-width: 768px) {
	.contributors-block .owl-carousel {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media (min-width: 1260px) {
	.contributors-block .owl-carousel {
		padding-right: 90px;
		padding-left: 90px;
	}
}
.contributors-block .owl-stage {
	display: flex;
}
.contributors-block .owl-stage .owl-item {
	flex: 1;
	cursor: pointer;
}
.contributors-block .owl-stage .owl-item.shown::after {
	content: "";
	position: absolute;
	display: block;
	border-color: transparent transparent #e7e7e7 transparent;
	border-width: 0 23px 28px 23px;
	width: 20px;
	height: 20px;
	left: 50%;
	border-style: solid;
	bottom: 0;
	margin-left: -23px;
}
.nominators .type-subtitle,
.contributors-block .type-subtitle {
	font-family: MuseoSans-700, sans-serif;
	margin-top: 10px;
}
.nominators .type-subtitle {
	margin-top: 0;
}
.nominators .type-standard,
#contributor-details .contributors-block .type-standard {
	margin-top: 20px;
}
.contributors-block > .type-subtitle,
.contributors-block > .type-category-headline {
	padding: 20px 35px;
}
@media (min-width: 768px) {
	.contributors-block > .type-subtitle,
	.contributors-block > .type-category-headline {
		padding: 20px 105px;
	}
}
.contributors-block .item {
	text-align: center;
	padding-bottom: 25px;
	transition: padding-bottom 0.3s;
}
.contributors-block .item a:hover,
.contributors-block .item a:focus {
	text-decoration: none;
}
.contributors-block .item .type-module-category-label {
	margin-bottom: 15px;
}
.contributors-block .item .type-standard {
	margin-bottom: 3px;
}
.contributors-block .shown .item {
	padding-bottom: 45px;
}
.contributors-block .row {
	padding: 50px 32px 25px;
}
@media (min-width: 768px) {
	.contributors-block .row {
		padding: 25px 32px;
	}
}
.contributors-block .row > div {
	position: relative;
	z-index: 2;
}
.contributors-block .owl-dots {
	display: none;
}
.contributors-block .spacer {
	width: 100%;
	height: 20px;
	background: #fff;
}
.contributors-block .type-module-category-label:empty::before {
	content: "  ";
}

#contributor-details {
	background: #e7e7e7;
	overflow: hidden;
	height: 0;
	transition: height 0.35s ease;
}
#contributor-details .standard-ratio {
	background-image: url("/images/CCA_no-photo.jpg");
}

.related-resources {
	padding: 30px 20px;
}
.related-resources h2 {
	margin-bottom: 15px;
}
.related-resources.light .flush a,
.related-resources.light .type-caption {
	color: #eeb111;
}
@media (min-width: 1260px) {
	.related-resources {
		padding: 60px 75px;
	}
}
.related-resources div.rr-cta {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.related-resources div.rr-cta {
		margin-bottom: 0;
	}
}

@media (min-width: 1260px) {
	.related-resources .col-sm-12,
	.related-resources .col-md-4 {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.archive-thumbs {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5px;
}
@media (min-width: 768px) {
	.archive-thumbs {
		padding: 0 15px;
	}
}
@media (min-width: 1260px) {
	.archive-thumbs {
		padding: 0;
	}
}
.archive-thumbs article {
	width: 100%;
	display: inline-block;
	padding: 0 15px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s;
}
@media (min-width: 480px) {
	.archive-thumbs article {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.archive-thumbs article {
		width: 25%;
	}
}
.archive-thumbs article.shown {
	margin: 30px 0;
	max-height: 500px;
}

.archive-details {
	min-height: 80px;
	display: flex;
	flex-direction: column;
}
.archive-details .type-detail {
	margin: 12px 0;
}
.item-news .archive-details {
	min-height: 130px;
}
.archive-details .color-bar {
	margin-top: auto;
}

.color-bar {
	height: 4px;
	width: 100%;
}

.related-post .upcoming-details {
	min-height: 130px;
}
@media (min-width: 768px) {
	.related-post .upcoming-details {
		min-height: 150px;
	}
}

.related_content .owl-controls {
	margin-top: 30px;
}
.related_content > div.type-subtitle {
	font-family: MuseoSans-700, sans-serif;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.hidden {
	display: none;
}

span.arrow {
	display: block;
	position: absolute;
	top: 20px;
	width: 70%;
	height: 1px;
	background-color: #fff;
	left: 15%;
}
.prev span.arrow {
	transform: rotate(180deg);
}

.arrow::after,
.arrow::before {
	content: "";
	position: absolute;
	width: 60%;
	height: 1px;
	right: -2px;
	background-color: #fff;
}

.arrow::after {
	top: -6px;
	transform: rotate(45deg);
}

.arrow::before {
	top: 6px;
	transform: rotate(-45deg);
}

.digital-archive .color-category-archive {
	padding-top: 34px;
	padding-bottom: 20px;
}
.digital-archive .btn {
	margin-top: 23px;
}

.page-template-page-collab .color-category-page {
	background: #01a0c6;
}
.page-template-page-collab span.pad.color-category-page {
	box-shadow: 20px 0 0 #01a0c6, -20px 0 0 #01a0c6;
}

.screening-icon {
	position: absolute;
	background: transparent url("/images/moving-image.png") no-repeat center center;
	background-size: contain;
	top: 9px;
	right: 6px;
	width: 25px;
	height: 25px;
}
@media (min-width: 768px) {
	.screening-icon {
		width: 50px;
		height: 50px;
	}
}

.online-icon {
	position: absolute;
	background: transparent url("/images/CCA-online.png") no-repeat center center;
	background-size: contain;
	top: 7px;
	right: 7px;
	width: 40px;
	height: 60px;
}

::-webkit-input-placeholder {
	text-overflow: ellipsis;
}

::-moz-placeholder {
	text-overflow: ellipsis;
}

:-ms-input-placeholder {
	text-overflow: ellipsis;
}

::-ms-input-placeholder {
	text-overflow: ellipsis;
}

::placeholder {
	text-overflow: ellipsis;
}

[placeholder] {
	text-overflow: ellipsis;
}

.search-header {
	background: #9a846f;
	padding: 35px 20px 15px;
}
@media (min-width: 768px) {
	.search-header {
		padding: 35px 30px;
	}
}
.search-header .search-bar {
	background: #fff;
	height: 60px;
	display: flex;
	align-items: center;
}
.search-header input {
	padding: 10px 15px;
	flex: 1 1 60%;
	border: none;
	outline: none;
	min-width: 200px;
	font-size: 14px;
}
.search-header input::-webkit-input-placeholder {
	color: #cfcfcf;
}
.search-header input::-moz-placeholder {
	color: #cfcfcf;
}
.search-header input:-ms-input-placeholder {
	color: #cfcfcf;
}
.search-header input::-ms-input-placeholder {
	color: #cfcfcf;
}
.search-header input::placeholder {
	color: #cfcfcf;
}
@media (min-width: 992px) {
	.search-header input {
		font-size: 20px;
	}
}
.search-header .btn-secondary {
	border-radius: 10px;
	height: 39px;
	padding: 5px 40px 5px 20px;
	border: none;
}
.search-header .btn-secondary::after {
	border: none;
	background: transparent url("/images/chevron-down-black.svg") no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	right: 23px;
	top: 26px;
}
@media (min-width: 768px) {
	.search-header .btn-secondary::after {
		right: 10px;
		top: 13px;
	}
}
.search-header .btn-secondary.color-category-exhibition::after,
.search-header .btn-secondary.color-category-programme::after,
.search-header .btn-secondary.color-category-residency::after,
.search-header .btn-secondary.color-category-research::after,
.search-header .btn-secondary.color-category-resource::after {
	background: transparent url("/images/chevron-down-white.svg") no-repeat;
}
.search-header .btn-secondary.color-category-exhibition:hover::after,
.search-header .btn-secondary.color-category-programme:hover::after,
.search-header .btn-secondary.color-category-residency:hover::after,
.search-header .btn-secondary.color-category-research:hover::after,
.search-header .btn-secondary.color-category-resource:hover::after {
	background: transparent url("/images/chevron-down-black.svg") no-repeat;
}

a#to-top {
	display: block;
	position: fixed;
	right: -20px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	background: transparent url("/images/chevron-down-black.svg") no-repeat;
	transform: rotate(180deg);
	background-size: contain;
	z-index: 5;
	text-indent: -9999px;
	transition: all 1s ease;
	opacity: 0;
}
a#to-top.shown {
	opacity: 1;
	right: 20px;
}

button.clear-search {
	background: transparent;
	border: none;
	outline: none;
	text-indent: -9999px;
	position: relative;
	width: 37px;
	height: 37px;
	margin: 15px;
}
button.clear-search::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #9a846f;
	transform: rotate(45deg);
	top: 19px;
	left: 4px;
	position: absolute;
}
button.clear-search::after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #9a846f;
	transform: rotate(-45deg);
	top: 19px;
	left: 4px;
	position: absolute;
}
nav #main-nav .dropdown-menu .menu-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
nav #main-nav .navbar-nav .dropdown-menu {
	position: absolute;
	border-top: none;
	top: 29px;
	width: 100%;
}
header .container {
	z-index: 4;
}
#main-nav .dropdown-toggle::after {
	display: none;
}
.filter-options .dropdown-toggle {
	display: flex;
	align-items: center;
	width: 100%;
	background: #fff;
	border-radius: 0;
	text-align: left;
}
.filter-options .dropdown-toggle::after {
	margin-left: auto;
}
.filter-options .dropdown-menu.show {
	width: 100%;
}
.filter-options .btn-white {
	width: 100%;
	background: #fff;
	text-align: left;
	position: relative;
	height: 40px;
	padding: 6px 12px;
}
.filter-options .btn-white::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background: transparent url("/images/chevron-down.svg") no-repeat center center;
	transition: transform 0.5s ease;
	transform: rotate(-90deg);
}
@media (min-width: 768px) {
	.filter-options .btn-white::after {
		transform: rotate(0deg);
	}
}
.filter-options .btn-white.active::after {
	transform: rotate(90deg);
}
@media (min-width: 768px) {
	.filter-options .btn-white.active::after {
		transform: rotate(180deg);
	}
}
.filter-options .btn-white.active::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	bottom: -46px;
	left: 50%;
	margin-left: -12px;
	transform: rotate(45deg);
}
@media (max-width: 767.98px) {
	.filter-options > .row div:nth-child(1),
	.filter-options > .row div:nth-child(2) {
		margin-bottom: 15px;
	}
}
@media (max-width: 479.98px) {
	.filter-options > .row div:nth-child(3) {
		margin-bottom: 15px;
	}
}

.search-count {
	margin-top: 42px;
	height: 30px;
}

.filter-header {
	color: #fefb00;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media (min-width: 768px) {
	.filter-header {
		margin-bottom: 0;
		margin-top: 8px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
}
@media (max-width: 767.98px) {
	.filter-header {
		border-bottom: 4px solid #fff;
	}
}
@media (min-width: 768px) {
	.filter-header {
		border-top: 1px solid #fff;
	}
}
.filter-header.type-filter-search,
.light .filter-header.type-filter-text {
	color: #fefb00;
}

.dropdown-item {
	font-style: normal;
}

.highlight-yellow {
	color: #fefb00 !important;
}

.archive-header {
	background-color: #9a846f;
	padding: 20px !important;
}
@media (min-width: 768px) {
	.archive-header {
		padding: 20px 30px !important;
	}
}
.archive-header.light a {
	color: #fff;
}
.archive-header p {
	margin: 0;
}

#search-filter-display {
	transition: max-height 0.5s ease;
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 0 30px;
}
@media (min-width: 768px) {
	#search-filter-display {
		max-height: 0;
	}
}
@media (min-width: 1260px) {
	#search-filter-display {
		padding: 0;
		margin: 0 30px;
	}
}
#search-filter-display::after {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #9a846f;
}
@media (min-width: 768px) {
	body.search #search-filter-display.shown {
		max-height: 240px;
	}
	#search-filter-display.shown {
		max-height: 240px;
	}
}
#search-filter-display .inner {
	display: flex;
	padding: 30px 0;
	flex-wrap: wrap;
	overflow: auto;
	max-height: 100%;
}
@media (min-width: 768px) {
	#search-filter-display .inner {
		max-height: 240px;
	}
}
#search-filter-display .inner > button {
	flex: 0 0 50%;
	padding-right: 20px;
}
@media (min-width: 768px) {
	#search-filter-display .inner > button {
		flex: 0 0 33%;
	}
}
@media (max-width: 767.98px) {
	#search-filter-display {
		transition: left 0.5s ease;
		position: fixed;
		margin: 0 30px;
		width: 100%;
		height: 100%;
		max-height: 100%;
		left: 100%;
		top: 60px;
		margin: 0;
		padding: 20px;
		z-index: 20;
	}
	#search-filter-display.shown {
		left: 0;
		height: 100%;
	}
}

button.visual-checkbox {
	color: #000;
	background: transparent;
	outline: none;
	border: none;
	padding-left: 40px;
	text-align: left;
	height: 35px;
	background: transparent url("/images/CheckboxIcon.svg") no-repeat left center;
}
button.visual-checkbox.active {
	background: transparent url("/images/CheckboxIcon-Checked.svg") no-repeat left
		center;
}

button.checkbox-theme {
	background: transparent;
	border: none;
	outline: none;
	text-align: left;
	padding-left: 33px;
	width: 100%;
	margin-top: 10px;
	height: 23px;
	background: transparent url("/images/CheckboxIcon.svg") no-repeat 0 0;
}
@media (min-width: 768px) {
	button.checkbox-theme {
		margin-top: -10px;
	}
}
button.checkbox-theme.active {
	background: transparent url("/images/CheckboxIcon-Checked.svg") no-repeat 0 0;
}
@media (min-width: 768px) {
	button.checkbox-theme {
		padding-left: 60px;
		width: 150px;
		margin-top: 20px;
		height: auto;
		background-position: 20px 0;
	}
	button.checkbox-theme.active {
		background-position: 20px 0;
	}
}

#no_search_results {
	padding: 30px;
}

article.search-result {
	display: flex;
	flex-direction: column;
	padding: 30px 0;
	margin: 0 20px;
	transition: all 0.3s;
	border-bottom: 4px solid #9a846f;
}
article.search-result.collapsed {
	padding: 0;
	height: 0;
	border-bottom: none !important;
	overflow: hidden;
	border-bottom: none;
	overflow: hidden;
}
@media (min-width: 768px) {
	article.search-result {
		margin: 0 30px;
	}
}
article.search-result .type-detail {
	margin-bottom: 15px;
}
article.search-result h2.type-subtitle {
	margin-top: 15px;
}
@media (min-width: 480px) {
	article.search-result h2.type-subtitle {
		margin-top: 0;
	}
}
article.search-result .digital-archive-icon {
	min-height: 100%;
}
@media (min-width: 768px) {
	article.search-result .digital-archive-icon {
		height: 100px;
		min-height: auto;
	}
}
article.search-result > div:nth-child(1) {
	width: 100%;
}
article.search-result > div:nth-child(2) {
	width: 100%;
}
@media (min-width: 480px) {
	article.search-result {
		flex-direction: row;
	}
	article.search-result > div:nth-child(1) {
		flex: 1 0 50%;
	}
	article.search-result > div:nth-child(2) {
		width: 1 0 50%;
		margin-left: 20px;
		overflow: hidden;
	}
}
@media (min-width: 768px) {
	article.search-result > div:nth-child(1) {
		width: 200px;
		flex: none;
	}
	article.search-result > div:nth-child(2) {
		margin-left: 30px;
		flex: 1;
	}
	article.search-result > div:nth-child(3) {
		margin-left: 30px;
		width: 150px;
		flex: none;
	}
}
@media (min-width: 1260px) {
	article.search-result > div:nth-child(3) {
		width: 300px;
	}
}

.page-template-page-research .search_insert_content {
	margin: 40px 0 25px;
}
@media (min-width: 768px) {
	.page-template-page-research .search_insert_content {
		margin: 40px 90px 25px;
	}
}

.search_insert_content {
	display: flex;
	flex-direction: column;
	padding: 20px;
	margin: 0;
	position: relative;
	top: -4px;
}
.search_insert_content h2.type-subtitle {
	margin-top: 15px;
}
@media (min-width: 768px) {
	.search_insert_content h2.type-subtitle {
		margin-top: 0;
	}
}
.search_insert_content > div:nth-child(1) {
	width: 100%;
}
.search_insert_content > div:nth-child(2) {
	width: 100%;
}
@media (min-width: 768px) {
	.search_insert_content {
		flex-direction: row;
		padding: 30px 10px 30px 30px;
		margin: 0 30px;
	}
	.search_insert_content > div:nth-child(1) {
		flex: 1;
	}
	.search_insert_content > div:nth-child(2) {
		margin-left: 30px;
		width: 150px;
		flex: none;
	}
}
@media (min-width: 1260px) {
	.search_insert_content > div:nth-child(2) {
		width: 300px;
	}
}
.search_insert_content .btn-archive {
	margin-top: 15px;
}
@media (min-width: 768px) {
	.search_insert_content .btn-archive {
		margin-right: 30px;
		margin-top: 0;
	}
}

.search-header-grid {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.search-header-grid {
		flex-wrap: none;
	}
}
.search-header-grid > div:first-child {
	margin-bottom: 15px;
	width: 100%;
}
@media (min-width: 768px) {
	.search-header-grid > div:first-child {
		flex: 1;
		margin-bottom: 0;
		margin-right: 30px;
	}
}
.search-header-grid > div:nth-child(2) {
	width: 100%;
	margin-bottom: 15px;
}
@media (min-width: 480px) {
	.search-header-grid > div:nth-child(2) {
		margin-bottom: 0;
		width: 50%;
		padding-right: 7.5px;
	}
}
.search-header-grid > div:nth-child(3) {
	width: 100%;
}
@media (min-width: 480px) {
	.search-header-grid > div:nth-child(3) {
		width: 50%;
		padding-left: 7.5px;
	}
}
@media (min-width: 768px) {
	.search-header-grid > div:nth-child(3) {
		padding-left: 0;
		width: 182px;
	}
}
@media (max-width: 767.98px) {
	.search-header-grid .dropdown-menu {
		font-size: 20px;
		width: 98%;
	}
}

.carousel-holder {
	position: fixed;
	left: -99999px;
}

.results-image {
	padding-bottom: 6px;
}
.results-image .online-icon {
	width: 20px;
	height: 30px;
}
.results-image .standard-ratio.cover:not(.lazy) {
	background-image: url("/images/No-Feature-Placeholder.jpg");
}

@media (max-width: 767.98px) {
	#dropdownMenuButtonMobile,
	#dropdownMenuButtonDesktop {
		width: 100%;
		height: 100%;
		margin-right: 15px;
		border-radius: 0;
		font-size: 20px;
	}
}
@media (max-width: 767.98px) and (max-width: 479.98px) {
	#dropdownMenuButtonMobile,
	#dropdownMenuButtonDesktop {
		min-height: 60px;
	}
}
.digital-archive-icon {
	background: transparent url("/images/digital-archive.png") no-repeat center
		center;
	background-size: contain;
}

.align-right {
	display: flex;
	flex-direction: row-reverse;
}

.vertical-center {
	display: flex;
	align-items: center;
}

body.search #search-output {
	opacity: 0;
}
#search-output .owl-carousel .owl-item {
	transition: max-height 1s ease;
	max-height: 0;
}
#search-output .owl-carousel.owl-loaded .owl-item {
	max-height: 600px;
}
#search-output article > div > a {
	text-decoration: none;
	color: #000;
}

body.search .border-bottom {
	border-bottom: 4px solid #9a846f !important;
	margin: 0 20px;
}
@media (min-width: 768px) {
	body.search .border-bottom {
		margin: 0 30px;
	}
}

.clear-filters {
	min-width: 100px;
}

.filter-background {
	position: relative;
	background: #eeeeee;
}
@media (min-width: 1260px) {
	.filter-background {
		margin: 0 30px;
	}
}
.filter-background::after {
	width: 100%;
	height: 4px;
	content: "";
	background-color: #9a846f;
	left: 0;
	bottom: 0;
	position: absolute;
}

#applied_tags {
	height: 0;
	transition: height 0.5s ease;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
}
@media (max-width: 767.98px) {
	#applied_tags::after {
		width: 100%;
		height: 4px;
		content: "";
		background-color: #9a846f;
		left: 0;
		bottom: 0;
		position: absolute;
	}
}
@media (min-width: 768px) {
	#applied_tags {
		padding: 0;
		margin: 0 30px;
	}
}
#applied_tags.shown {
	height: 104px;
}

.view-theme {
	display: flex;
	align-items: center;
	font-weight: bold;
}
@media (max-width: 767.98px) {
	.view-theme {
		padding: 10px 35px;
		flex-wrap: wrap;
	}
}
@media (min-width: 768px) {
	.view-theme {
		height: 104px;
	}
}

.mobile-filter-header {
	flex: 1 1 100%;
	border-bottom: 4px solid #000;
	padding-bottom: 10px;
	line-height: 1.75;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}
.mobile-filter-header::before {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 0;
	top: 0;
	background: transparent url("/images/chevron-down-black.svg") no-repeat 0px
		15px;
	transform: rotate(90deg);
	content: "";
}
@media (min-width: 768px) {
	.mobile-filter-header {
		display: none;
	}
}

.tag-markup span {
	cursor: pointer;
}
.tag-markup span.active {
	font-weight: bold;
}

.filter-tag {
	padding-right: 40px;
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.filter-tag::after,
.filter-tag::before {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background-color: #000;
	transform: rotate(-45deg);
	top: 6px;
	right: 20px;
	position: absolute;
}
.filter-tag::before {
	transform: rotate(45deg);
}

span.heading {
	padding-right: 20px;
}

.line-1 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.lines-2,
.lines-2 p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.lines-3,
.lines-3 p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.filter-contributors {
	display: none;
}
.page-contributors .filter-contributors {
	display: block;
}

.contributor-grid {
	font-size: 0;
	position: relative;
}
.contributor-grid .contributors-block {
	font-size: 1rem;
}
.contributor-grid article {
	display: inline-block;
	height: 312px;
	overflow: hidden;
	vertical-align: top;
	transition: height 0.35s ease;
	width: 100%;
}
@media (min-width: 480px) {
	.contributor-grid article {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.contributor-grid article {
		width: 25%;
	}
}
@media (min-width: 992px) {
	.contributor-grid article {
		width: 20%;
	}
}
.contributor-grid article .inner {
	height: 312px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.contributor-grid article.expanded .inner:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #eee;
	transform: rotate(45deg);
	bottom: -10px;
	left: 50%;
	margin-left: -12px;
}
.contributor-grid article .type-module-category-label {
	margin-bottom: 15px;
}
.contributor-grid .contributor-image {
	margin: 30px auto;
	display: inline-block;
}
.contributor-grid article.expanded .contributor-detail {
	display: block;
	position: absolute;
	left: 0;
	top: auto;
	width: 100%;
	background: #eee;
	transition: height 0.5s ease;
}
.contributor-grid article.expanded .contributor-detail .type-standard {
	margin-top: 20px;
}
.contributor-grid .contributor-detail {
	display: none;
	height: 0;
	overflow: hidden;
}
.contributor-detail .type-subtitle {
	line-height: 1.5;
}
.page-template-page-education #search-output .articles {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 992px) {
	.page-template-page-education #search-output .articles {
		margin: 0 60px;
	}
}
.page-template-page-education #search-output .articles article,
.page-template-page-collaboration #search-output .articles article {
	width: 100%;
	padding: 20px 30px;
}
.page-template-page-education .type-subtitle.highlight-yellow {
	display: none;
}
.page-template-page-education .type-subtitle {
	padding-bottom: 0;
}
.page-template-page-education .col-12.entry-content {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.page-template-page-education #search-output .articles article,
	.page-template-page-collaboration #search-output .articles article {
		width: 50%;
		padding: 20px 30px;
	}
}
@media (min-width: 992px) {
	.page-template-page-education #search-output .articles article,
	.page-template-page-collaboration #search-output .articles article {
		width: 33%;
		padding: 20px 30px;
	}
}
.page-template-page-education .filter-background {
	background: transparent;
}
.page-template-page-education h2.type-subtitle {
	margin: 30px;
}
.reviews .owl-carousel {
	max-width: 980px;
	margin: 0 auto;
}
.reviews .item {
	margin: 10px;
	border: 3px solid;
	padding: 40px 20px;
	text-align: center;
	line-height: 1.15;
}
.reviews.d-none {
	margin-bottom: 30px;
}
.reviews .owl-stage {
	display: flex;
}
.reviews .owl-item {
	display: flex;
	flex: 1 0 auto;
}
