.stunt-double-lite, .cwd-basic.tiles .group-image:before {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: block;
}

.flex, .cwd-basic .cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.vertical-align {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.flex-between {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-nowrap, .flex-grow {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.flex-grow > * {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.flex-end {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.flex-duo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}

.flex-duo > * {
	min-width: 35%;
	padding: 0 10px;
}

@media (min-width: 1200px) {
	.flex-duo > * {
		min-width: 25%;
	}
}

.icon-fa:before, .icon-fa:after {
	font: normal normal normal 14px/1 FontAwesome;
	speak: never;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zmdi:before, .icon-zmdi:after {
	display: inline-block;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: inherit;
	speak: never;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-dom-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cwd-basic .cards {
	clear: both;
	margin-left: -10px;
	margin-right: -10px;
}

@media (min-width: 992px) {
	.cwd-basic .cards {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 1200px) {
	.cwd-basic .cards {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.cwd-basic .card-section {
	width: 100%;
	max-width: 500px;
	padding: 0 10px;
	margin: 40px auto 0;
}

@media (min-width: 768px) {
	.cwd-basic .card-section {
		max-width: none;
		margin: 40px 0 0;
	}
}

@media (min-width: 992px) {
	.cwd-basic .card-section {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.cwd-basic .card-section {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.cwd-basic .card-section:first-of-type {
	margin-top: 0;
}

.cwd-basic .card-section h2, .cwd-basic .card-section h3, .cwd-basic .card-section h4 {
	border-bottom: 1px solid #e5e5e5;
	border-left: 4px solid #b31b1b;
	padding: 0 0 2px 10px;
}

.cwd-basic .card {
	width: 100%;
	max-width: 500px;
	padding: 30px 10px 0;
	margin: 0 auto;
	position: relative;
}

.cwd-basic .card:after {
	content: '';
	display: block;
	padding-top: 20px;
	clear: both;
}

.cwd-basic .card:first-of-type {
	padding-top: 10px;
}

@media (min-width: 768px) {
	.cwd-basic .card {
		max-width: none;
		margin: 0;
	}
	.cwd-basic .card:after {
		padding-top: 25px;
		border-bottom: 1px solid #ededed;
	}
	.cwd-basic .card:last-of-type:after {
		border: 0;
	}
}

@media (min-width: 992px) {
	.cwd-basic .card {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.cwd-basic .card {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.cwd-basic .card img {
	width: 100%;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.cwd-basic .card img {
		margin-bottom: 5px;
	}
}

.cwd-basic .card h3, .cwd-basic .card .h3 {
	margin-bottom: 0.6em;
}

.cwd-basic .card h3 .deco, .cwd-basic .card .h3 .deco {
	padding-bottom: 0.2em;
}

.cwd-basic .card h3 + h4, .cwd-basic .card .h3 + h4 {
	margin-top: -0.3em;
}

.cwd-basic .card a h3:not(.designer), .cwd-basic .card a .h3:not(.designer) {
	text-decoration: underline;
	color: #1176ac !important;
}

.cwd-basic .card a:hover h3:not(.designer), .cwd-basic .card a:hover .h3:not(.designer) {
	color: #000 !important;
}

.cwd-basic .card a:active h3:not(.designer), .cwd-basic .card a:active .h3:not(.designer) {
	color: #666 !important;
}

.cwd-basic .card .group-image a {
	text-decoration: none;
	display: block;
}

.cwd-basic .card .group-noimage a {
	text-decoration: none;
}

@media (min-width: 768px) {
	.cwd-basic .card .group-image + .group-fields {
		width: 77%;
		float: right;
	}
	.cwd-basic .card .group-image a img {
		width: 20%;
		float: left;
		margin-right: 3%;
	}
}

.cwd-basic .header-with-button {
	margin-bottom: 30px;
}

.cwd-basic .pager {
	margin-top: 20px;
}

.cwd-basic .component-footer {
	max-width: 480px;
	margin: 30px auto 0;
	text-align: center;
}

@media (min-width: 768px) {
	.cwd-basic .component-footer {
		max-width: none;
		margin: 30px 0 0;
	}
}

.cwd-basic .component-footer .link-button {
	border: 1px solid #ccc;
	padding: 1em 3em;
	border-radius: 100px;
	background: none;
	color: #1176ac;
}

.cwd-basic .component-footer .link-button:hover {
	color: #000;
	border-color: #bbb;
	background: rgba(0, 0, 0, 0.05);
}

.cwd-basic .component-footer .link-button:active {
	color: #666;
	border-color: #aaa;
	background: rgba(0, 0, 0, 0.08);
}

.cwd-basic .group-image {
	position: relative;
}

.cwd-basic .badge {
	position: absolute;
	color: #fff;
	font-size: 14px;
	padding: 0.2em 0.7em;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 768px) {
	.cwd-basic .badge {
		font-size: 12px;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.cwd-basic .badge {
		font-size: 14px;
		padding: 0.3em 0.9em;
	}
}

.cwd-basic .relative > .badge {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}

@media (min-width: 768px) {
	.cwd-basic.tiles .card-section {
		margin-top: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.cwd-basic.tiles .card {
		width: 50%;
		margin: 0 0 20px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 768px) and (min-width: 992px) {
	.cwd-basic.tiles .card {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.cwd-basic.tiles .card {
		margin-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.cwd-basic.tiles .card:after {
		content: none;
	}
}

@media (min-width: 1200px) {
	.cwd-basic.tiles .card {
		width: 33.33333%;
	}
}

.cwd-basic.tiles .group-fields, .cwd-basic.tiles .group-image a img {
	width: 100% !important;
	float: none;
	margin: 0;
}

.cwd-basic.tiles .group-fields {
	margin-top: 15px;
}

.cwd-basic.tiles .group-image {
	display: block;
	position: relative;
}

.cwd-basic.tiles .group-image a, .cwd-basic.tiles .group-image .deco, .cwd-basic.tiles .group-image h3, .cwd-basic.tiles .group-image .h3 {
	color: #fff;
	-moz-text-decoration-color: rgba(255, 255, 255, 0.5);
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
	text-decoration-color: rgba(255, 255, 255, 0.5);
}

.cwd-basic.tiles .group-image a {
	display: block;
	transition: background 0.15s, box-shadow 0.15s;
}

.cwd-basic.tiles .group-image a:hover {
	background: rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.05);
	color: #fff;
}

.cwd-basic.tiles .group-image a:hover .deco, .cwd-basic.tiles .group-image a:hover h3, .cwd-basic.tiles .group-image a:hover .h3 {
	color: #fff;
	-moz-text-decoration-color: rgba(255, 255, 255, 0.9);
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.9);
	text-decoration-color: rgba(255, 255, 255, 0.9);
}

.cwd-basic.tiles .group-image a:active {
	background: rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
	color: #ccc;
}

.cwd-basic.tiles .group-image a:active .deco, .cwd-basic.tiles .group-image a:active h3, .cwd-basic.tiles .group-image a:active .h3 {
	color: #ccc;
	-moz-text-decoration-color: rgba(255, 255, 255, 0.3);
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
	text-decoration-color: rgba(255, 255, 255, 0.3);
}

.cwd-basic.tiles .group-image a .overlay {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px 20px;
	text-align: center;
	overflow: hidden;
	color: #fff;
}

.cwd-basic.tiles .group-image a .overlay :last-child {
	margin-bottom: 0;
}

.cwd-basic.tiles .group-image img {
	position: static;
	width: 100%;
}

.cwd-basic.tiles .group-image:before {
	content: '';
	background: rgba(0, 0, 0, 0.6);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
	z-index: 2;
	pointer-events: none;
}

.cwd-basic.tiles .group-image .badge {
	max-width: 100%;
	top: 0;
	left: 0;
}

.cwd-basic.tiles .group-image .relative > .badge {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}

@media (min-width: 768px) {
	.cwd-basic.tiles.max-1 .card {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.cwd-basic.tiles.max-2 .card {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.cwd-basic.tiles.max-4 .cards {
		margin-left: -13px;
		margin-right: -13px;
	}
	.cwd-basic.tiles.max-4 .card {
		padding-left: 13px;
		padding-right: 13px;
	}
}

@media (min-width: 1080px) {
	.cwd-basic.tiles.max-4 .card {
		width: 33.33333%;
	}
}

@media (min-width: 1400px) {
	.cwd-basic.tiles.max-4 .cards {
		margin-left: -15px;
		margin-right: -15px;
	}
	.cwd-basic.tiles.max-4 .card {
		width: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.cwd-basic.tiles.max-4-2 .cards {
		margin-left: -15px;
		margin-right: -15px;
	}
	.cwd-basic.tiles.max-4-2 .card {
		width: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 768px) {
	.cwd-basic.tiles.max-3-1 .card {
		width: 33.33333%;
	}
}

@media (min-width: 768px) {
	.cwd-basic.tiles.one-plus-max-3 .card {
		width: 33.33333%;
	}
	.cwd-basic.tiles.one-plus-max-3 .card h3, .cwd-basic.tiles.one-plus-max-3 .card .h3 {
		font-size: 16px;
	}
	.cwd-basic.tiles.one-plus-max-3 .card:first-of-type {
		width: 100%;
	}
	.cwd-basic.tiles.one-plus-max-3 .card:first-of-type h3, .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .h3 {
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	.cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image {
		display: initial;
		position: static;
	}
	.cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image a {
		background: none;
		box-shadow: none;
	}
	.cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image img {
		width: 50% !important;
		float: left;
		margin-right: 3%;
	}
	.cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image .relative {
		width: 50% !important;
		float: left;
		margin-right: 3%;
	}
	.cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image .relative img {
		width: 100% !important;
		margin: 0;
	}
	.cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-fields {
		width: 47% !important;
	}
}

@media (min-width: 1200px) {
	.cwd-basic.tiles.one-plus-max-3 .card:first-of-type .summary {
		margin-top: 1em;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.cwd-basic.tiles.one-plus-max-4 .card {
		width: 50%;
	}
	.cwd-basic.tiles.one-plus-max-4 .card h3, .cwd-basic.tiles.one-plus-max-4 .card .h3 {
		font-size: 16px;
	}
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type {
		width: 100%;
	}
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type h3, .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .h3 {
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	.cwd-basic.tiles.one-plus-max-4 .card {
		width: 25%;
	}
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image {
		display: initial;
		position: static;
	}
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image a {
		background: none;
		box-shadow: none;
	}
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image img {
		width: 50% !important;
		width: calc(50% - 15px) !important;
		float: left;
		margin-right: 30px;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image img {
		width: calc(50% - 20px) !important;
		margin-right: 40px;
	}
}

@media (min-width: 992px) {
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image .relative {
		width: 50% !important;
		width: calc(50% - 15px) !important;
		float: left;
		margin-right: 30px;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image .relative {
		width: calc(50% - 20px) !important;
		margin-right: 40px;
	}
}

@media (min-width: 992px) {
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image .relative img {
		width: 100% !important;
		margin: 0;
	}
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-fields {
		width: 47% !important;
		width: calc(50% - 15px) !important;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-fields {
		width: calc(50% - 20px) !important;
	}
}

@media (min-width: 1200px) {
	.cwd-basic.tiles.one-plus-max-4 .card:first-of-type .summary {
		margin-top: 1em;
		font-size: 18px;
	}
}

.cwd-basic.tiles.no-overlay .group-image .deco, .cwd-basic.tiles.no-overlay .group-image h3, .cwd-basic.tiles.no-overlay .group-image .h3 {
	color: #1176ac;
	text-decoration: underline;
	-moz-text-decoration-color: rgba(17, 118, 172, 0.5);
	-webkit-text-decoration-color: rgba(17, 118, 172, 0.5);
	text-decoration-color: rgba(17, 118, 172, 0.5);
}

.cwd-basic.tiles.no-overlay .group-image h3.designer, .cwd-basic.tiles.no-overlay .group-image h3.designer .deco, .cwd-basic.tiles.no-overlay .group-image .h3.designer, .cwd-basic.tiles.no-overlay .group-image .h3.designer .deco {
	text-decoration: none;
	color: #333;
}

.cwd-basic.tiles.no-overlay .group-image a .overlay {
	position: static;
	margin-top: 12px;
	padding: 0;
	text-align: left;
}

.cwd-basic.tiles.no-overlay .group-image a:hover, .cwd-basic.tiles.no-overlay .group-image a:hover .deco, .cwd-basic.tiles.no-overlay .group-image a:hover h3, .cwd-basic.tiles.no-overlay .group-image a:hover .h3 {
	color: #000;
	-moz-text-decoration-color: rgba(0, 0, 0, 0.7);
	-webkit-text-decoration-color: rgba(0, 0, 0, 0.7);
	text-decoration-color: rgba(0, 0, 0, 0.7);
}

.cwd-basic.tiles.no-overlay .group-image a:active, .cwd-basic.tiles.no-overlay .group-image a:active .deco, .cwd-basic.tiles.no-overlay .group-image a:active h3, .cwd-basic.tiles.no-overlay .group-image a:active .h3 {
	color: #666;
	-moz-text-decoration-color: rgba(0, 0, 0, 0.4);
	-webkit-text-decoration-color: rgba(0, 0, 0, 0.4);
	text-decoration-color: rgba(0, 0, 0, 0.4);
}

.cwd-basic.tiles.no-overlay .group-image:before {
	content: none;
}

.cwd-basic.tiles:not(.no-overlay) .card a h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a .h3:not(.designer) {
	color: #fff !important;
	-moz-text-decoration-color: rgba(255, 255, 255, 0.5);
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
	text-decoration-color: rgba(255, 255, 255, 0.5);
}

.cwd-basic.tiles:not(.no-overlay) .card a:hover h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a:hover .h3:not(.designer) {
	-moz-text-decoration-color: white;
	-webkit-text-decoration-color: white;
	text-decoration-color: white;
}

.cwd-basic.tiles:not(.no-overlay) .card a:active h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a:active .h3:not(.designer) {
	color: #ccc !important;
	-moz-text-decoration-color: rgba(255, 255, 255, 0.5);
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
	text-decoration-color: rgba(255, 255, 255, 0.5);
}

.cwd-basic.tiles:not(.no-overlay) .card a h4, .cwd-basic.tiles:not(.no-overlay) .card a p, .cwd-basic.tiles:not(.no-overlay) .card a div {
	color: #ccc !important;
}

.cwd-basic.tiles:not(.no-overlay) .card a h4.badge, .cwd-basic.tiles:not(.no-overlay) .card a p.badge, .cwd-basic.tiles:not(.no-overlay) .card a div.badge {
	color: #fff !important;
}

.cwd-basic.card-slider .cards {
	margin-left: -15px;
	margin-right: -15px;
}

.cwd-basic.card-slider .card {
	max-width: none;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.cwd-basic.card-slider .card {
		padding: 0 15px !important;
	}
}

@media (min-width: 768px) {
	.cwd-basic.card-slider .cards {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.cwd-basic.card-slider .card:after {
		content: none;
	}
}

.cwd-basic.card-slider.tiles .group-image a {
	box-shadow: none !important;
}

.cwd-basic.animate.tiles .group-image {
	overflow: hidden;
}

.cwd-basic.animate.tiles a img {
	transition: transform 0.3s ease-out;
}

.cwd-basic.animate.tiles a:hover img {
	transform: scale(1.05);
	transition: transform 0.3s ease-out;
}

.cwd-basic.collapse.tiles .cards {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.cwd-basic.collapse.tiles .card {
	padding: 0 !important;
	margin-bottom: 0;
}

.dark .cwd-basic, .cwd-basic.dark {
	color: #ddd;
}

.dark .cwd-basic h2, .cwd-basic.dark h2 {
	color: #ededed;
}

.dark .cwd-basic a, .dark .cwd-basic a h3:not(.designer), .dark .cwd-basic a .h3:not(.designer), .cwd-basic.dark a, .cwd-basic.dark a h3:not(.designer), .cwd-basic.dark a .h3:not(.designer) {
	color: #fff !important;
	-moz-text-decoration-color: rgba(255, 255, 255, 0.5);
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
	text-decoration-color: rgba(255, 255, 255, 0.5);
}

.dark .cwd-basic a:hover, .dark .cwd-basic a:hover *, .dark .cwd-basic a h3:not(.designer):hover, .dark .cwd-basic a h3:not(.designer):hover *, .dark .cwd-basic a .h3:not(.designer):hover, .dark .cwd-basic a .h3:not(.designer):hover *, .cwd-basic.dark a:hover, .cwd-basic.dark a:hover *, .cwd-basic.dark a h3:not(.designer):hover, .cwd-basic.dark a h3:not(.designer):hover *, .cwd-basic.dark a .h3:not(.designer):hover, .cwd-basic.dark a .h3:not(.designer):hover * {
	-moz-text-decoration-color: white;
	-webkit-text-decoration-color: white;
	text-decoration-color: white;
	border-color: rgba(255, 255, 255, 0.7) !important;
}

.dark .cwd-basic a:active, .dark .cwd-basic a:active *, .dark .cwd-basic a h3:not(.designer):active, .dark .cwd-basic a h3:not(.designer):active *, .dark .cwd-basic a .h3:not(.designer):active, .dark .cwd-basic a .h3:not(.designer):active *, .cwd-basic.dark a:active, .cwd-basic.dark a:active *, .cwd-basic.dark a h3:not(.designer):active, .cwd-basic.dark a h3:not(.designer):active *, .cwd-basic.dark a .h3:not(.designer):active, .cwd-basic.dark a .h3:not(.designer):active * {
	color: #ccc !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
	-moz-text-decoration-color: rgba(255, 255, 255, 0.5);
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
	text-decoration-color: rgba(255, 255, 255, 0.5);
}

.dark .cwd-basic a *, .dark .cwd-basic a h3:not(.designer) *, .dark .cwd-basic a .h3:not(.designer) *, .cwd-basic.dark a *, .cwd-basic.dark a h3:not(.designer) *, .cwd-basic.dark a .h3:not(.designer) * {
	color: #fff !important;
}

.dark .cwd-basic .card:after, .cwd-basic.dark .card:after {
	border-color: rgba(255, 255, 255, 0.2);
}

.dark .cwd-basic .component-footer .link-button, .cwd-basic.dark .component-footer .link-button {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
}

.dark .cwd-basic .component-footer .link-button:hover, .cwd-basic.dark .component-footer .link-button:hover {
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.1);
}

.dark .cwd-basic .component-footer .link-button:active, .cwd-basic.dark .component-footer .link-button:active {
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(0, 0, 0, 0.18);
}

.dark .cwd-basic.tiles .group-image a:hover, .cwd-basic.dark.tiles .group-image a:hover {
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.12);
}

.dark .cwd-basic.tiles .group-image a:active, .cwd-basic.dark.tiles .group-image a:active {
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.08);
}

.dark .cwd-basic.tiles.no-overlay .group-image .deco, .dark .cwd-basic.tiles.no-overlay .group-image h3, .dark .cwd-basic.tiles.no-overlay .group-image .h3, .cwd-basic.dark.tiles.no-overlay .group-image .deco, .cwd-basic.dark.tiles.no-overlay .group-image h3, .cwd-basic.dark.tiles.no-overlay .group-image .h3 {
	-moz-text-decoration-color: rgba(255, 255, 255, 0.5);
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
	text-decoration-color: rgba(255, 255, 255, 0.5);
}

.dark .cwd-basic.tiles.no-overlay .group-image a:hover, .dark .cwd-basic.tiles.no-overlay .group-image a:hover .deco, .dark .cwd-basic.tiles.no-overlay .group-image a:hover h3, .dark .cwd-basic.tiles.no-overlay .group-image a:hover .h3, .cwd-basic.dark.tiles.no-overlay .group-image a:hover, .cwd-basic.dark.tiles.no-overlay .group-image a:hover .deco, .cwd-basic.dark.tiles.no-overlay .group-image a:hover h3, .cwd-basic.dark.tiles.no-overlay .group-image a:hover .h3 {
	-moz-text-decoration-color: rgba(255, 255, 255, 0.8);
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.8);
	text-decoration-color: rgba(255, 255, 255, 0.8);
}

.dark .cwd-basic.tiles.no-overlay .group-image a:active, .dark .cwd-basic.tiles.no-overlay .group-image a:active .deco, .dark .cwd-basic.tiles.no-overlay .group-image a:active h3, .dark .cwd-basic.tiles.no-overlay .group-image a:active .h3, .cwd-basic.dark.tiles.no-overlay .group-image a:active, .cwd-basic.dark.tiles.no-overlay .group-image a:active .deco, .cwd-basic.dark.tiles.no-overlay .group-image a:active h3, .cwd-basic.dark.tiles.no-overlay .group-image a:active .h3 {
	-moz-text-decoration-color: rgba(255, 255, 255, 0.6);
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
	text-decoration-color: rgba(255, 255, 255, 0.6);
}

/* Fonts
----------------------------------------------------------------- */
body, .base-font,
table, table caption,
#main form label,
#main-navigation li,
#utility-navigation li,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.sans,
.intro,
.breadcrumb,
.secondary-navigation ul li, .secondary-navigation ul ul li, .menu-block-title + .secondary-navigation ul li, .secondary .menu-block-title,
.cwd-component .subheading h4, .cwd-component h4.subheading, .cwd-component .subheading h4.sans, .cwd-component h4.subheading.sans,
.cwd-component .subheading.subheading-secondary h4, .cwd-component h4.subheading.subheading-secondary,
blockquote.offset, blockquote.impact,
body > footer a.link-block, #body-footer a.link-block,
.cu-search label,
fieldset.semantic legend, #main fieldset.semantic legend, fieldset fieldset legend, #main fieldset fieldset legend,
form.webform-submission-form fieldset legend, #main form.webform-submission-form fieldset legend,
#main form input, #main form input[type='submit'], #main form input[type='reset'], #main form input[type='button'], #main form textarea,
a.link-button,
.slider-caption h2, .slider-caption p, #popup .caption {
	font-family: "freight-sans-pro", sans-serif;
}

.serif,
.cu-brand h3,
main .secondary h2, main .secondary h3, main .secondary .h2, main .secondary .h3,
.band[role='complementary'] h2, .band[role='complementary'] h3, .band[role='complementary'] .h2, .band[role='complementary'] .h3,
.secondary-navigation ul li, .secondary .menu-block-title,
.cwd-component .subheading h4, .cwd-component h4.subheading, .cwd-component .subheading h4.sans, .cwd-component h4.subheading.sans,
blockquote.offset, blockquote.impact,
fieldset.semantic legend, #main fieldset.semantic legend, fieldset fieldset legend, #main fieldset fieldset legend,
form.webform-submission-form fieldset legend, #main form.webform-submission-form fieldset legend,
a.link-button.serif {
	font-family: "freight-text-pro", serif;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}

main, #main, body > footer, #body-footer, .band {
	line-height: 1.5;
}

.cu-gray #cu-header .cu-unit,
.cu-black #cu-header .cu-unit,
.cu-red #cu-header .cu-unit {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Responsive Scale
----------------------------------------------------------------- */
body,
table,
#main form label {
	font-size: 16px;
}

@media (min-width: 992px) {
	body,
	table,
	#main form label {
		font-size: 18px;
	}
}

body > footer, #body-footer,
#main .secondary,
#main form .option-label,
.content-sidebar {
	font-size: 16px;
}

@media (min-width: 992px) {
	body > footer, #body-footer,
	#main .secondary,
	#main form .option-label,
	.content-sidebar {
		font-size: 17px;
	}
}

article footer,
.cwd-component .summary,
.cwd-component .text,
.cwd-component.full .date {
	font-size: 16px;
}

.smallprint {
	font-size: 14px;
}

@media (min-width: 992px) {
	.smallprint {
		font-size: 16px;
	}
}

.cwd-component .metadata-set,
.cwd-component .date,
.cwd-component .subheading.subheading-secondary h4,
.cwd-component h4.subheading.subheading-secondary,
.cwd-component ul.inline,
.cwd-tooltip {
	font-size: 14px;
}

body > footer ul li,
body > footer .sub-footer,
#main form .description,
.photo-info {
	font-size: 15px;
}

#main .secondary h2 {
	font-size: 24px;
	color: #666;
}

.cwd-component .subheading h4, .cwd-component h4.subheading {
	font-size: 17px;
}

.cwd-component .subheading h4.sans, .cwd-component h4.subheading.sans {
	font-size: 16px;
	font-weight: 500;
}

blockquote.impact, blockquote.impact p, blockquote.offset, blockquote.offset p {
	font-size: 21px;
}

@media (min-width: 992px) {
	blockquote.impact, blockquote.impact p, blockquote.offset, blockquote.offset p {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	blockquote.offset, blockquote.offset p {
		font-size: 24px;
		line-height: 1.45;
	}
}

#main form ::-moz-placeholder {
	font-size: 16px;
	line-height: 1.4;
}

#main form ::-ms-input-placeholder {
	font-size: 16px;
	line-height: 1.4;
}

#main form ::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.cu-seal #cu-header .cu-brand {
		padding-top: 15px;
		padding-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.cu-seal #cu-header .cu-brand {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}

#cu-header .cu-brand h2 {
	font-size: 26px;
	font-weight: 400;
	margin-top: 3px;
}

@media (min-width: 768px) {
	#cu-header .cu-brand h2 {
		font-size: 34px;
	}
}

@media (min-width: 992px) {
	#cu-header .cu-brand h2 {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	#cu-header .cu-brand h2 {
		font-size: 46px;
	}
}

#cu-header .cu-brand h3 {
	font-size: 14px;
}

@media (min-width: 768px) {
	#cu-header .cu-brand h3 {
		font-size: 18px;
		margin-top: 0.2em;
	}
}

@media (min-width: 992px) {
	#cu-header .cu-brand h3 {
		font-size: 19px;
	}
}

@media (min-width: 1200px) {
	#cu-header .cu-brand h3 {
		font-size: 23px;
		margin-top: 0.15em;
	}
}

.cu-search form > label {
	font-size: 23px;
	vertical-align: text-bottom;
}

.cu-search .search-filters label {
	font-size: 15px;
}

body > footer ul li, #body-footer ul li {
	font-size: 15px;
}

body > footer .h5, #body-footer .h5 {
	font-size: 20px;
	font-weight: 400;
}

body > footer .h6, #body-footer .h6 {
	font-size: 16px;
	font-weight: 600;
}

body > footer a.link-block, #body-footer a.link-block {
	padding: 0.55em 1em 0.6em;
}

@media (min-width: 768px) {
	body > footer a.link-block, #body-footer a.link-block {
		font-size: 15px;
		padding: 0.6em 1em;
	}
}

#main-navigation li {
	font-size: 16px;
}

@media (min-width: 992px) {
	#main-navigation li {
		font-size: 17px;
	}
}

#utility-navigation li {
	font-size: 16px;
}

@media (min-width: 1080px) {
	.cu-seal .mobile-button {
		width: 44px;
		height: 43px;
	}
	#utility-navigation a {
		height: 37px;
		line-height: 36px;
		padding: 0 22px;
	}
}

.breadcrumb li {
	font-size: 16px;
}

.secondary-navigation ul li, .secondary .menu-block-title {
	font-size: 24px;
	color: #666;
}

.secondary-navigation ul ul li, .menu-block-title + .secondary-navigation ul li {
	font-size: 18px;
	font-weight: 400;
}

.secondary-navigation ul ul ul li, .menu-block-title + .secondary-navigation ul ul li {
	font-size: 16px;
}

.secondary-navigation ul ul ul, .menu-block-title + .secondary-navigation ul ul {
	padding-left: 20px;
}

@media (max-width: 767px) {
	.mobile .breadcrumb + h2 {
		font-size: 23px !important;
	}
	.mobile .breadcrumb + h2 + .secondary-navigation li,
	.mobile .breadcrumb + h2 + .secondary-navigation li li {
		font-size: 16px !important;
		font-weight: 400;
	}
}

code,
kbd,
pre,
samp {
	font-size: 87.5%;
}

#cu-header {
	font-size: 14px;
}

.cwd-events .location {
	font-weight: 400;
}

#body-footer .footer-links a, body > footer .footer-links a, .footer-links-mimic a {
	color: #fff;
	-moz-text-decoration-color: rgba(255, 255, 255, 0.4);
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
	text-decoration-color: rgba(255, 255, 255, 0.4);
}

.cwd-component a.designer, .cwd-component a .designer .deco, .cwd-component .designer a {
	background-position: 0 1.2em;
}

.cwd-component a.designer:hover, .cwd-component a:hover .designer .deco, .cwd-component .designer a:hover {
	background-position: 0 1.2em;
}

.cwd-component .metadata-set a {
	line-height: 1.3;
}

a.link-button {
	padding: 0.4em 0.8em;
	line-height: 1.4;
}

@media (min-width: 992px) {
	a.link-button {
		font-size: 17px;
		padding: 0.5em 1.2em;
	}
}

a.link-button .fa, a.link-button .zmdi {
	top: 2px;
}

@media (min-width: 992px) {
	a.link-button .fa, a.link-button .zmdi {
		font-size: 21px;
		top: 3px;
		margin-left: 0.4em;
	}
}

.messages {
	font-size: 15px;
}

.messages .message__single:before, .messages .messages__item:before {
	font-size: 18px;
	line-height: 1;
}

.pager ul li {
	font-size: 15px;
	font-variant-numeric: lining-nums;
	font-feature-settings: "lnum";
}

#main h1, .h1 {
	margin-bottom: 1.1em;
}

#main-content a.link-button {
	padding: 0.3em 1.2em;
}

.breadcrumb li a {
	line-height: 1em;
	display: block;
}

.breadcrumb li.breadcrumbs__current {
	line-height: 1.35em;
	display: block;
}

.cwd-component .metadata-set a:hover .deco,
.cwd-component .metadata-set a:focus .deco {
	color: #000 !important;
	background: #f7f7f7 !important;
	border-bottom: none !important;
}

.cu-seal .mobile-button {
	cursor: pointer;
}

.group-fields time > span {
	display: block;
}

.group-image time .day,
.group-image time .month {
	color: #fff;
	position: absolute;
	padding-left: 10px;
}

.group-image time .day {
	top: -12px;
	left: 0px;
	font-size: 34px;
	padding-top: 6px;
	font-weight: 900;
	font-family: "freight-sans-pro", serif;
}

.group-image time .month {
	top: 32px;
	left: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	padding-top: 7px;
}

@media (min-width: 768px) {
	footer .sub-footer .two-col > div:last-child ul.custom.inline {
		float: right;
	}
	.has-utility-nav.cu-seal #cu-header .cu-brand .cu-unit {
		padding-top: 0px;
		margin-left: 10px;
		margin-top: -30px;
	}
}

.single-events #main .secondary::after {
	margin: 2em 0 2em;
}

.single-events #main .secondary .cwd-basic.tiles .header-with-button {
	padding: 0 10px 0 0;
}

.single-events #main .secondary .cwd-basic.tiles .cards .card {
	padding: 30px 10px !important;
}

.single-events #main-navigation .menu-item-object-events a,
.single-people #main-navigation .menu-item-object-people a {
	background: #8b0404;
}

.band.padded.accent4 {
	background: #f7f7f7;
	border: none;
}

.band.padded {
	padding: 3.5em 0 0 0;
	border: none;
}

.tiles .group-image time:before {
	border-top-width: 104px;
	border-right-width: 104px;
}

.group-image time:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: none;
	border-top: 104px solid #b31b1b;
	border-right: 104px solid transparent;
	transition: border-color 0.2s;
}

.group-fields time:before {
	content: '\f017';
	color: #767676;
	opacity: 1;
	padding: 0 10px 0 0;
	font: normal normal normal 17px/1 FontAwesome;
}

.group-fields time + div:not(.summary):before {
	content: '\f041';
	color: #b31b1b;
	opacity: 1;
	padding: 0 9px 0 3px;
	font: normal normal normal 17px/1 FontAwesome;
}

.post-type-archive-people .cwd-basic.tiles .card.type-people {
	max-width: 100%;
	max-height: none;
}

.post-type-archive-selection-committee #main-content .cwd-basic.tiles .card.type-selection-committee:hover h2 {
	text-decoration: none;
}

@media (min-width: 480px) {
	.post-type-archive-visits #main-content .cwd-basic.tiles .card.type-visits,
	.post-type-archive-selection-committee #main-content .cwd-basic.tiles .card.type-selection-committee,
	.post-type-archive-people #main-content .cwd-basic.tiles .card.type-people {
		max-width: 170px;
		margin: 0 0 30px 0;
		padding: 0 10px !important;
		text-decoration: none;
	}
	.post-type-archive-visits #main-content .cwd-basic.tiles .card.type-visits:hover,
	.post-type-archive-selection-committee #main-content .cwd-basic.tiles .card.type-selection-committee:hover,
	.post-type-archive-people #main-content .cwd-basic.tiles .card.type-people:hover {
		text-decoration: underline;
	}
	.post-type-archive-selection-committee #main-content .cwd-basic.tiles .card.type-selection-committee:hover {
		text-decoration: none;
	}
}

.post-type-archive-selection-committee .cwd-basic.tiles .card.type-selection-committee .group-image .overlay,
.post-type-archive-visits .cwd-basic.tiles .card.type-visits .group-image .overlay,
.post-type-archive-people .cwd-basic.tiles .card.type-people .group-image .overlay {
	margin-top: 0;
	text-align: center;
	padding: 13px;
	background: #000;
}

.post-type-archive-selection-committee .cwd-basic.tiles .card.type-selection-committee .group-image .overlay h2,
.post-type-archive-visits .cwd-basic.tiles .card.type-visits .group-image .overlay h2,
.post-type-archive-people .cwd-basic.tiles .card.type-people .group-image .overlay h2 {
	margin-bottom: 0;
}

.post-type-archive-selection-committee .cwd-basic.tiles .card.type-selection-committee .group-image .overlay h3 span,
.post-type-archive-visits .cwd-basic.tiles .card.type-visits .group-image .overlay h3 span,
.post-type-archive-people .cwd-basic.tiles .card.type-people .group-image .overlay h3 span {
	color: #fff;
	font-size: 15px;
	padding: 0;
	text-decoration: underline #fff;
}

.post-type-archive-selection-committee .cwd-basic.tiles .invisible,
.post-type-archive-visits .cwd-basic.tiles .invisible,
.post-type-archive-people .cwd-basic.tiles .invisible {
	margin: 0;
}

.post-type-archive-visits .cwd-basic.tiles .card.type-visits .group-image .overlay {
	width: 100%;
	min-height: 57px;
	display: table;
	padding: 8px 7px 11px;
}

.post-type-archive-visits .cwd-basic.tiles .card.type-visits .group-image .overlay h3 {
	line-height: 0.7em;
	margin: 0;
	vertical-align: middle;
	display: table-cell;
}

#mini-visits-heading {
	margin-bottom: 0.7em;
	padding: 0;
}

#visits-section-break {
	margin-top: 1em;
}

body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-events img {
	height: 250px;
	width: 250px !important;
}

body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-news .group-fields,
body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-events .group-fields {
	width: calc(100% - 280px) !important;
}

.mini-visit-tag {
	position: absolute;
	bottom: 40px;
	left: 0;
	background: #000;
	padding: 5px 14px;
	margin-top: 7px;
}

.cwd-basic .card a:hover .mini-visit-tag {
	color: #fff !important;
}

.term-tag:hover,
.term-tag:focus {
	background: none !important;
	box-shadow: none !important;
}

/* .post-type-archive-selection-committee .secondary .menu-block-title {
    display: none;
}
 */
a.link-button {
	background: #b31b1b;
	margin-top: 1.7em;
	margin-top: 0px;
}

a.link-button:hover {
	background: #8b0404;
	text-decoration: underline;
}

body:not(.mobile) #main-navigation > .container-fluid > ul > li > a:hover {
	background: #8b0404;
}

ul.list-menu.links > li > a:hover {
	background: #b31b1b;
}

#utility-navigation a:hover {
	color: #fff;
}

body:not(.mobile) #utility-navigation > ul li.current-page-ancestor > a,
body:not(.mobile) #utility-navigation > ul li.current-menu-ancestor > a,
body:not(.mobile) #utility-navigation > ul li.current-menu-parent > a,
body:not(.mobile) #utility-navigation > ul li.current-page-parent > a,
body:not(.mobile) #utility-navigation > ul li.current_page_parent > a,
body:not(.mobile) #utility-navigation > ul li.current_page_ancestor > a,
body:not(.mobile) #utility-navigation > ul > li.current_page_item > a,
body:not(.mobile) #utility-navigation > ul > li.current-menu-item > a,
#super-header #site-header #main-navigation > .container-fluid > ul li.current-page-ancestor > a,
#super-header #site-header #main-navigation > .container-fluid > ul li.current-menu-ancestor > a,
#super-header #site-header #main-navigation > .container-fluid > ul li.current-menu-parent > a,
#super-header #site-header #main-navigation > .container-fluid > ul li.current-page-parent > a,
#super-header #site-header #main-navigation > .container-fluid > ul li.current_page_parent > a,
#super-header #site-header #main-navigation > .container-fluid > ul li.current_page_ancestor > a,
#super-header #site-header #main-navigation > .container-fluid > ul > li.current_page_item > a,
#super-header #site-header #main-navigation > .container-fluid > ul > li.current-menu-item > a {
	background: #8b0404;
	color: #fff;
}

body:not(.mobile) #main-navigation .sub-menu li {
	background: rgba(179, 27, 27, 0.85) !important;
}

body:not(.mobile) #main-navigation .sub-menu li:focus a,
body:not(.mobile) #main-navigation .sub-menu li:hover a {
	background: #8b0404 !important;
}

.cu-seal #cu-header .cu-brand {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 992px) {
	#main-navigation > .container-fluid > .list-menu {
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

body:not(.mobile) #main-navigation li a {
	padding: 19px 1.7em;
}

@media (min-width: 992px) {
	.cu-seal #cu-header .cu-brand .cu-unit {
		margin: 0 0px 0 auto;
	}
	.has_header_image #main-navigation {
		background: rgba(179, 27, 27, 0.85) !important;
	}
}

#cu-header .cu-brand .sans {
	display: block;
	font-size: 22px;
	margin-top: 1.15em;
	font-style: italic;
	font-family: sans-serif;
	color: #222;
}

@media (min-width: 624px) {
	#cu-header .cu-brand .sans {
		font-size: 25px;
	}
}

@media (min-width: 768px) {
	#cu-header .cu-brand .sans {
		font-size: 19px;
		line-height: 0.5em;
	}
}

@media (min-width: 992px) {
	#cu-header .cu-brand .sans {
		font-size: 25px;
	}
}

@media (min-width: 1200px) {
	#cu-header .cu-brand .sans {
		font-size: 29px;
	}
}

#cu-header .cu-brand h2 {
	color: #b31b1b;
	margin-top: -7px;
	font-size: 28px;
}

@media (min-width: 480px) {
	#cu-header .cu-brand h2 {
		font-size: 30px;
	}
}

@media (min-width: 624px) {
	#cu-header .cu-brand h2 {
		font-size: 34px;
	}
}

@media (min-width: 778px) {
	#cu-header .cu-brand h2 {
		font-size: 35px;
	}
}

@media (min-width: 992px) {
	#cu-header .cu-brand h2 {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	#cu-header .cu-brand h2 {
		font-size: 53px;
	}
}

.has-utility-nav.cu-seal #cu-header .cu-brand .cu-unit {
	padding-top: 0px;
}

.cu-seal #cu-header {
	background: #fff;
}

.home #main .row > .primary {
	margin-bottom: 4em;
	background: #f7f7f7;
	padding: 49px;
	border-top: 7px solid #b31b1b;
	line-height: 2;
}

.home article section:last-child, article section.no-border:last-child {
	font-size: 22px;
}

#main #selection-committee-label,
#main .cards .card.category h2 {
	color: #222;
	font-size: 22px;
}

#main .cards .card.category.type-visits a:first-child {
	display: inline-block;
	text-decoration: none;
}

#main .cards .card.category.type-visits a:last-child {
	display: inline-block;
	text-decoration: none;
	color: #222;
	font-size: 20px;
	padding: 0 0 0 9px;
	font-weight: 500;
}

#main .cards .card.category.type-visits a:focus,
#main .cards .card.category.type-visits a:hover {
	text-decoration: underline;
	background: none !important;
	box-shadow: none !important;
}

h3.professional-title {
	line-height: .8em;
	margin-top: -7px;
}

.cards .card:not(.type-events) .group-image a {
	text-align: center;
}

body:not(.post-type-archive-people) .group-image a img {
	border-top: 7px solid #b31b1b;
}

body.post-type-archive-people .cards .card.type-announcements a img,
body.post-type-archive-people .cards .card.category,
body.post-type-archive-selection-committee .cards .card.category,
footer .textwidget img.alignleft {
	border-top: 7px solid #b31b1b;
}

body.post-type-archive-visits .cards .card.category h2,
body.post-type-archive-people .cards .card.type-announcements,
body.post-type-archive-people .cards .card.category h2 {
	padding: 20px 0 0 9px;
	font-weight: 500;
	color: #222;
	font-size: 22px;
}

body.post-type-archive-selection-committee #main #main-article .cards div.card.category {
	padding: 20px 0 0 19px !important;
	font-weight: 500;
	color: #222;
	font-size: 22px;
}

.band.accent2 {
	background: #fff;
}

.band.accent2 .cwd-basic.tiles.no-overlay .group-image a .overlay {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	padding: 29px 40px;
	min-height: 37%;
}

.band.accent2 .cwd-basic.tiles.no-overlay .group-image a .overlay .deco {
	color: #fff;
	line-height: 27px;
	font-family: sans-serif;
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration-color: white;
}

.band.accent1 {
	background: #fff;
	border-top: 1px #efecec solid;
}

#ctf #ctf-more {
	background: #b31b1b;
	color: #fff;
	width: 125px;
	padding: 5px 0;
	margin: 35px auto 10px auto;
	text-decoration: none;
	border-radius: 0px;
}

#ctf #ctf-more:hover {
	background-color: #8b0404;
	text-decoration: underline;
}

#ctf .ctf-author-avatar img {
	border-radius: 50%;
}

.footer-links > * {
	margin: 0px;
}

@media (min-width: 992px) {
	.footer-links > * {
		margin: 2em 0 2em;
	}
}

.wp-image-187 {
	padding-bottom: 20px;
}

@media (min-width: 480px) {
	.alignleft, a > figure.alignleft {
		float: left;
		margin: 0.3em 20px 4px 0;
		width: auto;
		max-width: 40%;
	}
}

@media (min-width: 768px) {
	body > footer .main-footer .list-menu:before {
		content: '';
		display: block;
		border-right: 1px solid #5e5e5e;
		position: absolute;
		left: 69%;
		top: 0;
		bottom: 0;
	}
}

body > footer {
	color: #fff;
	margin-top: 30px;
}

body > footer h2 {
	font-size: 25px;
}

body > footer .textwidget p {
	text-align: left;
}

@media (min-width: 992px) {
	.two-col.padded > div:last-child {
		padding: 0 15px 15px 90px;
	}
}

.alignnone {
	margin: 1em 0;
}

.textwidget p {
	font-size: 20px;
}

@media (min-width: 624px) {
	.textwidget p {
		text-align: left;
	}
}

@media (min-width: 768px) {
	.textwidget p {
		font-size: 17px;
	}
}

.band[role=complementary] h2 {
	font-family: "freight-text-pro", sans-serif;
}

main, #main {
	padding-bottom: 0;
}

.row > .primary, .row > .secondary {
	margin-bottom: 0;
}

.menu-block-title + .secondary-navigation li.current_page_item > a {
	color: #b31b1b;
}

#main fieldset, form.form fieldset {
	border: none;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
	font-family: "freight sans pro", sans-serif;
	font-size: 17px;
	background: #b31b1b;
	border-width: none;
	border-style: none;
	border-radius: 0px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	background: #8b0404;
	text-decoration: underline;
	color: white;
}

#main form label {
	font-family: "freight sans pro", sans-serif;
	font-weight: 500;
}

#main form textarea, #main form textarea {
	border-radius: 0px;
}

.frm_style_formidable-style.with_frm_style div.frm_description {
	font-family: "freight sans pro", sans-serif;
}

.frm_combo_inputs_container {
	grid-template-columns: unset;
}

#main form input {
	margin: 17px 0px 0.25em;
}

#form_callfornominees-pre-proposalsubmission input[type="file"] {
	margin-bottom: 1.5em;
	cursor: pointer;
}

#form_callfornominees-pre-proposalsubmission input[type="file"] input[type="button"] {
	cursor: pointer;
}

body.post-type-archive-visits .cards > .card.category,
body.post-type-archive-selection-committee .cards > div.card.category,
body.post-type-archive-people .cards > .card.category {
	border-top: #b31b1b 7px solid;
	background: #f7f7f7;
}

#related_images {
	padding-bottom: 40px;
}

.single-events.sidebar #related_images .cards .card {
	margin-bottom: -12px;
}

.single-events #related_images .cards .card img {
	border-top: none;
}

#sidebar-top img,
#sidebar-bottom img {
	border-top: none;
}

#TB_window #TB_closeWindowButton {
	width: 29px;
	height: 29px;
	position: absolute;
	left: unset;
	right: 0;
	bottom: 0;
}

#TB_window #TB_caption {
	height: auto;
	padding: 15px 42px 15px 25px;
	font-size: 16px;
}

#TB_window #TB_closeWindow {
	height: 29px;
	width: 29px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#TB_window #TB_closeWindow #TB_closeWindowButton:focus {
	outline: 1px solid blue;
}

#TB_window .tb-close-icon:before {
	content: '\f00d';
	color: #b31b1b;
	opacity: 1;
	padding: 0px;
	margin-right: 10px;
	font: normal normal normal 17px/1 FontAwesome;
}

#date-and-location.custom-fields > .field:first-child:before {
	content: '\f073';
	color: #767676;
	opacity: 1;
	padding: 0 3px 0 0;
	font: normal normal normal 17px/1 FontAwesome;
}

#date-and-location.custom-fields .field:before {
	content: '\f041';
	color: #b31b1b;
	opacity: 1;
	padding: 0 5px 0 4px;
	font: normal normal normal 17px/1 FontAwesome;
}

.align-left, a > figure.align-left {
	margin: 0.3em 40px 4px 0;
}

.secondary-navigation ul ul li a, .menu-block-title + .secondary-navigation ul li a:hover {
	text-decoration: underline;
}

body.sidebar .secondary .cwd-basic.tiles .cards div[class*=type-] img {
	margin-bottom: 5px;
}

.secondary-navigation #menu-the-human-element-visit-and-event {
	background: #f7f7f7;
	padding: 15px 40px;
}

.sidebar .row > .primary {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

.cwd-basic.tiles .group-image a:hover {
	background: rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.15);
}

.events-template-default .cwd-basic.tiles .group-image a:hover {
	background: rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.15);
}

body.no-sidebar #main-article .cwd-basic.tiles .card a:hover {
	background: rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.15);
}

article section {
	border-bottom: none;
}

.cwd-component .metadata-set .deco {
	border-bottom: none;
	padding: 4px 7px;
	background: #222;
	color: white;
}

.cwd-component .type-events .metadata-set .deco {
	margin-top: 25px;
	background-color: #b31b1b;
}

.cwd-component .type-events .metadata-set .deco:hover {
	color: #000;
	background: #f7f7f7;
}

#event-tags .field a {
	margin-top: 15px;
	background-color: #b31b1b;
	border-bottom: none;
	color: #fff;
	font-size: 12px;
	padding: 4px 7px;
	text-decoration: none;
}

#event-tags .field a:hover {
	background: #f7f7f7;
	color: #000;
}

.cwd-component .metadata-set > * {
	margin-right: 0px;
	border-right: none;
}

.cwd-component .metadata-set a:hover .deco {
	border-bottom: none;
}

.cwd-component .metadata-set {
	color: #222;
}

.cu-search button[type=submit] {
	width: 2.1em;
	height: 2.1em;
}

@media (min-width: 768px) {
	.cu-search button[type=submit] {
		width: 2.4em;
		height: 2.4em;
	}
}

.cwd-component .cards .card.category-tweets .group-image .twitter_profile_img {
	max-width: 75px;
	border-radius: 50%;
	border-top: 0 !important;
	float: left;
	margin-right: 39px;
}

.cwd-component .cards .card.category-tweets .group-image .overlay h3, .cwd-component .cards .card.category-tweets .group-image .overlay h2 {
	float: left;
}

.cwd-component .cards .card.category-tweets .group-image .overlay h3 .deco a, .cwd-component .cards .card.category-tweets .group-image .overlay h2 .deco a {
	font-size: 19px;
	font-weight: 600;
	color: black;
	display: inline;
	margin-right: 10px;
	text-decoration: underline;
}

.cwd-component .cards .card.category-tweets .group-fields {
	width: calc(100% - 115px);
}

/*# sourceMappingURL=project.css.map */