@charset "UTF-8";
.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: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

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

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

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

.flex-grow > * {
	-webkit-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: -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;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-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;
	-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;
	-webkit-transition: background 0.15s, -webkit-box-shadow 0.15s;
	transition: background 0.15s, -webkit-box-shadow 0.15s;
	transition: background 0.15s, box-shadow 0.15s;
	transition: background 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.cwd-basic.tiles .group-image a:hover {
	background: rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 0 15px 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;
	-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);
	-webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
	        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;
	-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: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
	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;
		-webkit-box-shadow: 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;
		-webkit-box-shadow: 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;
	}
}
@media (min-width: 992px) {
	.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;
	-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;
	-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;
	-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;
	-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) {
	-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;
	-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 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.cwd-basic.card-slider .card:after {
		content: none;
	}
}
.cwd-basic.card-slider.tiles .group-image a {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.cwd-basic.animate.tiles .group-image {
	overflow: hidden;
}
.cwd-basic.animate.tiles a img {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.cwd-basic.animate.tiles a:hover img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-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;
	-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 * {
	-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;
	-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);
	-webkit-box-shadow: 0 0 0 15px 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);
	-webkit-box-shadow: 0 0 0 15px 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 {
	-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 {
	-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 {
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
	text-decoration-color: rgba(255, 255, 255, 0.6);
}

/* Don't apply tinting to pages with no-sidebar body class
----------------------------------------*/
.no-sidebar.sidebar-tint main:before {
	display: none;
}

/* Custom background
----------------------------------------*/
.custom-background #main-content {
	background: transparent;
}
.custom-background #main-content #main {
	background: transparent;
}
.custom-background > .colorband.accent4 {
	background: #fff;
}

/* Pages and posts
----------------------------------------*/
#main-article .post .summary {
	word-break: break-word;
	margin-bottom: 1em;
}
#main-article .post .metadata-set {
	padding: 1em 0.55em 1em 0;
	/*border-top: 1px solid #ebebeb;*/
	display: inline;
	clear: both;
}
#main-article .post .metadata-set .tags,
#main-article .post .metadata-set .categories {
	border: none;
	margin-right: 0;
	/*font-weight: bold;*/
}

/* Sidebars
----------------------------------------*/
.sidebar-left #main #sidebar-bottom {
	clear: left;
}

.sidebar-right #main #sidebar-bottom {
	clear: right;
}

#sidebar-top .content-block:last-child {
	margin: 0 0 0 0;
}

#sidebar-top .header-with-button .buttons,
#sidebar-bottom .header-with-button .buttons {
	margin-top: 0;
}
#sidebar-top .header-with-button .buttons a.link-button,
#sidebar-bottom .header-with-button .buttons a.link-button {
	/*font-size: 16px;
	padding: 0.25em 1em;*/
}
#sidebar-top > *,
#sidebar-bottom > * {
	margin-bottom: 20px;
}
#sidebar-top.no-sidebar-top:after, #sidebar-top.no-sidebar-bottom:after,
#sidebar-bottom.no-sidebar-top:after,
#sidebar-bottom.no-sidebar-bottom:after {
	content: none;
}
#sidebar-top .cwd-basic .group-fields.no-thumb,
#sidebar-bottom .cwd-basic .group-fields.no-thumb {
	width: 100% !important;
}
#sidebar-top .cwd-basic .group-fields .subheading,
#sidebar-bottom .cwd-basic .group-fields .subheading {
	margin-bottom: 8px;
}
#sidebar-top .cwd-basic.tiles .header-with-button,
#sidebar-bottom .cwd-basic.tiles .header-with-button {
	margin: 0 auto;
	padding: 0 10px 0 5px;
	margin-bottom: 12px;
	width: 100%;
}
#sidebar-top .cwd-basic.tiles .header-with-button .no-widget-heading,
#sidebar-bottom .cwd-basic.tiles .header-with-button .no-widget-heading {
	text-align: right;
	width: 100%;
}
#sidebar-top .cwd-basic.tiles .card,
#sidebar-bottom .cwd-basic.tiles .card {
	width: 100%;
	margin: 0 auto;
	padding: 16px 40px 38px;
}
#sidebar-top .cwd-basic.tiles .card .group-fields,
#sidebar-bottom .cwd-basic.tiles .card .group-fields {
	margin-top: 10px;
}
#sidebar-top .cwd-basic.tiles .card .group-fields .subheading,
#sidebar-bottom .cwd-basic.tiles .card .group-fields .subheading {
	margin-bottom: 8px;
}
#sidebar-top .cwd-basic.tiles .cards p.no-content,
#sidebar-bottom .cwd-basic.tiles .cards p.no-content {
	margin-left: 44px;
	margin-top: 20px;
}
#sidebar-top .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children,
#sidebar-bottom .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children {
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
#sidebar-top .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children li,
#sidebar-bottom .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children li {
	/*margin-left: 11px;*/
}
#sidebar-top .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children li.page_item_has_children,
#sidebar-bottom .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children li.page_item_has_children {
	margin-left: -8px;
}
#sidebar-top .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children li.page_item_has_children .fa:before,
#sidebar-bottom .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children li.page_item_has_children .fa:before {
	margin-right: 8px;
}
#sidebar-top .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children li.page_item_has_children .children.open,
#sidebar-bottom .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children li.page_item_has_children .children.open {
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	display: block;
}
#sidebar-top .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children li.page_item_has_children .children.closed,
#sidebar-bottom .secondary-navigation ul.bsn-list > li.page_item_has_children > ul.children li.page_item_has_children .children.closed {
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	display: none;
}
#sidebar-top .widget_nav_menu h2,
#sidebar-bottom .widget_nav_menu h2 {
	font-size: 24px;
	color: #666;
}
#sidebar-top .widget_nav_menu h2 + div[class^=menu],
#sidebar-bottom .widget_nav_menu h2 + div[class^=menu] {
	margin: 0 0 4em;
	clear: both;
}
#sidebar-top .widget_nav_menu h2 + div[class^=menu] ul.menu,
#sidebar-bottom .widget_nav_menu h2 + div[class^=menu] ul.menu {
	padding-left: 0;
	list-style: none;
}
#sidebar-top .widget_nav_menu h2 + div[class^=menu] ul li,
#sidebar-bottom .widget_nav_menu h2 + div[class^=menu] ul li {
	font-size: 18px;
	font-weight: 400;
	font-family: "freight-sans-pro", sans-serif;
	line-height: 1.4;
	padding: 12px 0;
	margin: 0;
	color: #666;
}
#sidebar-top .widget_nav_menu h2 + div[class^=menu] ul li:last-child,
#sidebar-bottom .widget_nav_menu h2 + div[class^=menu] ul li:last-child {
	border: 0;
}
#sidebar-top .widget_nav_menu h2 + div[class^=menu] ul li a,
#sidebar-bottom .widget_nav_menu h2 + div[class^=menu] ul li a {
	text-decoration: none;
	font-family: "freight-sans-pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	line-height: 1.4;
	border: none;
	padding: 12px 0;
	margin-bottom: 2em;
}
#sidebar-top .widget_nav_menu h2 + div[class^=menu] ul li a:hover, #sidebar-top .widget_nav_menu h2 + div[class^=menu] ul li a:focus,
#sidebar-bottom .widget_nav_menu h2 + div[class^=menu] ul li a:hover,
#sidebar-bottom .widget_nav_menu h2 + div[class^=menu] ul li a:focus {
	color: #1176ac;
	-webkit-transition: none;
	transition: none;
}
#sidebar-top .widget_nav_menu h2 + div[class^=menu] ul ul.sub-menu,
#sidebar-bottom .widget_nav_menu h2 + div[class^=menu] ul ul.sub-menu {
	border-left: 3px solid #b31b1b;
	padding-left: 20px;
	margin: 10px 0 10px 1px;
	list-style: none;
}
#sidebar-top .widget_nav_menu h2 + div[class^=menu] ul ul.sub-menu li a,
#sidebar-bottom .widget_nav_menu h2 + div[class^=menu] ul ul.sub-menu li a {
	font-size: 16px;
}

/* Color bands
----------------------------------------*/
.colorband {
	border-top: 1px solid #ebebeb;
	padding: 3em 0;
}
.colorband .columns.center {
	text-align: center;
}
.colorband h2.center {
	text-align: center;
}

/* CWD Recent Posts Widget
----------------------------------------*/
.cwd-component .header-with-button .buttons.no-widget-heading {
	text-align: right;
	width: 100%;
}
.cwd-component .subheading {
	font-size: 16px;
	display: block;
	font-weight: 500;
	line-height: 1.5;
	color: #707070 !important;
	margin-bottom: 1em;
	font-family: "freight-text-pro", serif;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	margin-top: 0;
	overflow-wrap: break-word;
}
.cwd-component .cards .card .group-image.no-thumb {
	width: 100%;
}
.cwd-component .cards .card .group-fields .subheading {
	font-size: 16px;
	display: block;
	font-weight: 500;
	line-height: 1.5;
	color: #707070 !important;
	margin-bottom: 1em;
	font-family: "freight-text-pro", serif;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	margin-top: 0;
	overflow-wrap: break-word;
}

/* Campus Press footer
---------------------------------------*/
#global-footer-content {
	display: none;
}

#main-article h1 .query {
	font-style: italic;
}

/* Images, figures, captions, alignment
----------------------------------------*/
.alignnone,
.aligncenter {
	max-width: 100%;
	margin: 1em auto;
	display: block;
}

.alignleft,
.alignright {
	max-width: 100%;
	width: 100%;
	margin: 0 0 1.5em;
}

.align-mobile.alignleft {
	float: left;
	margin: 0.3em 20px 4px 0;
	max-width: 40%;
}

.align-mobile.alignright {
	float: right;
	margin: 0.3em 0 4px 20px;
	max-width: 40%;
}

.alignleft.align-mobile.small,
.alignright.align-mobile.small {
	max-width: 30%;
}

.alignright {
	float: right;
}

.wp-caption,
.wp-caption-text {
	clear: both;
}

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

	.alignright, a > figure.alignright {
		float: right;
		margin: 0.3em 0 4px 20px;
		width: auto;
		max-width: 40%;
	}

	.alignleft.small,
.alignright.small {
		width: auto;
		max-width: 30%;
	}
}
@media (min-width: 1080px) {
	.one-column-article #main article .alignleft {
		margin: 4px 37.5px 12px -75px;
		padding-left: 0;
	}

	.one-column-article #main article .alignright {
		margin: 4px -75px 12px 37.5px;
	}
}
@media (min-width: 1200px) {
	.one-column-article #main article .alignleft {
		margin: 4px 37.5px 12px -135px;
		width: 45%;
		max-width: 45%;
	}

	.one-column-article #main article .alignright {
		margin: 4px -135px 12px 37.5px;
		width: 45%;
		max-width: 45%;
	}
}
@media (min-width: 1480px) {
	.one-column-article #main article .alignleft {
		margin: 4px 45px 12px -150px;
		width: 50%;
		max-width: 50%;
	}

	.one-column-article #main article .alignright {
		margin: 4px -150px 12px 45px;
		width: 50%;
		max-width: 50%;
	}
}
/* Wordpress image galleries
----------------------------------------*/
.gallery:after {
	content: "";
	display: table;
	clear: both;
}

.gallery img.aligncenter,
.gallery div.aligncenter,
.gallery figure.aligncenter,
.gallery img.wp-post-image {
	display: block;
	margin: 1em auto;
}

.gallery img.alignright,
.gallery div.alignright,
.gallery figure.alignright {
	float: right;
	margin: 1em 0 1em 2em;
}

.gallery img.alignleft,
.gallery div.alignleft,
.gallery figure.alignleft,
.gallery img.wp-post-image.attachment-thumb {
	float: left;
	margin: 1em 1em 2em 0;
}

.gallery figure {
	max-width: 100%;
	height: auto;
	margin: 1em 0;
	clear: none;
}

.gallery-caption {
	clear: both;
}

.gallery p img.alignright,
.gallery p img.alignleft {
	margin-top: 0;
}

.gallery figure img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.gallery figure {
	float: left;
	margin: 0 2% 1em 0;
}

.gallery .thumbnails .gallery-item {
	background: #f7f7f7;
}

.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
	margin: 0 0 1em 0;
	float: none;
}

.gallery.gallery-columns-2 .gallery-item,
.gallery.gallery-columns-3 .gallery-item,
.gallery.gallery-columns-4 .gallery-item,
.gallery.gallery-columns-5 .gallery-item,
.gallery.gallery-columns-6 .gallery-item,
.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
	width: 50%;
}

.gallery.gallery-columns-2 .gallery-item:nth-of-type(even),
.gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+3),
.gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+4),
.gallery.gallery-columns-5 .gallery-item:nth-of-type(5n+5),
.gallery.gallery-columns-6 .gallery-item:nth-of-type(6n+6),
.gallery.gallery-columns-7 .gallery-item:nth-of-type(7n+7),
.gallery.gallery-columns-8 .gallery-item:nth-of-type(8n+8),
.gallery.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right: 0;
}

.gallery.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+4),
.gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+5),
.gallery.gallery-columns-5 .gallery-item:nth-of-type(5n+6),
.gallery.gallery-columns-6 .gallery-item:nth-of-type(6n+7),
.gallery.gallery-columns-7 .gallery-item:nth-of-type(7n+8),
.gallery.gallery-columns-8 .gallery-item:nth-of-type(8n+9),
.gallery.gallery-columns-9 .gallery-item:nth-of-type(9n+10) {
	clear: left;
}

@media (max-width: 767px) {
	.gallery img.alignright,
.gallery div.alignright,
.gallery figure.alignright,
.gallery img.alignleft,
.gallery div.alignleft,
.gallery figure.alignleft,
.gallery img.wp-post-image.attachment-thumb {
		display: block;
		margin: 1em auto;
		float: none;
	}
}
@media (min-width: 480px) {
	.gallery.gallery-columns-3 .gallery-item,
.gallery.gallery-columns-4 .gallery-item,
.gallery.gallery-columns-5 .gallery-item,
.gallery.gallery-columns-6 .gallery-item,
.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
		width: 33%;
	}
}
@media (min-width: 624px) {
	.gallery.gallery-columns-4 .gallery-item,
.gallery.gallery-columns-5 .gallery-item,
.gallery.gallery-columns-6 .gallery-item,
.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
		width: 25%;
	}
}
@media (min-width: 768px) {
	.gallery.gallery-columns-5 .gallery-item,
.gallery.gallery-columns-6 .gallery-item,
.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
		width: 20%;
	}
}
@media (min-width: 992px) {
	.gallery.gallery-columns-6 .gallery-item,
.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
		width: 16%;
	}
}
@media (min-width: 1080px) {
	.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
		width: 14%;
	}
}
@media (min-width: 1200px) {
	.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
		width: 12%;
	}
}
@media (min-width: 1480px) {
	.gallery.gallery-columns-9 .gallery-item {
		width: 11%;
	}
}
/* Cards
----------------------------------------*/
@media (min-width: 768px) {
	.cwd-component .card {
		float: left;
	}
}
.cwd-component .card.sticky h3 {
	padding-right: 35px;
	position: relative;
}
.cwd-component .card.sticky h3:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 24px;
	-webkit-transform: rotate(36deg);
	        transform: rotate(36deg);
	position: absolute;
	right: 20px;
	top: 0;
	color: #222;
}
.cwd-component .card .metadata-set .fa,
.cwd-component .card .metadata-set .tags,
.cwd-component .card .metadata-set .categories {
	border-right: none;
	margin-right: 0;
	font-size: 12px;
}
.cwd-component .card .metadata-set .tags,
.cwd-component .card .metadata-set .categories {
	/*font-weight: bold;*/
}
.cwd-component .card .metadata-set a {
	font-size: 12px;
}
.cwd-component.tiles .card.sticky h3 {
	padding-right: 35px;
	position: relative;
}
.cwd-component.tiles .card.sticky h3:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 24px;
	-webkit-transform: rotate(36deg);
	        transform: rotate(36deg);
	position: absolute;
	right: 10px;
	top: 0;
	color: #222;
}

/* Pagination
----------------------------------------*/
.cwd-pagination {
	padding: 5px;
	margin: 0;
	list-style: none;
	text-align: center;
}
.cwd-pagination li {
	display: inline;
	list-style: none;
	line-height: 2;
	font-variant-numeric: lining-nums;
	-webkit-font-feature-settings: "lnum";
	        font-feature-settings: "lnum";
}
.cwd-pagination a {
	background: #e7e7e7;
	border: 1px solid #d7d7d7;
	color: #555;
	margin-right: 4px;
	padding: 2px 7px;
	text-align: center;
	text-decoration: none;
}
.cwd-pagination a:hover, .cwd-pagination a:active {
	background: #d7d7d7;
	color: #000;
}
.cwd-pagination .title {
	margin-right: 4px;
}
.cwd-pagination .gap {
	color: #999999;
	margin-right: 4px;
}
.cwd-pagination .current {
	color: #fff;
	background: #222;
	border: 1px solid #222;
	margin-right: 4px;
	padding: 2px 7px;
}

/* Comments
----------------------------------------*/
#comments .comment-list {
	list-style: none;
	padding-left: 0;
}
#comments .comment-list .children {
	list-style: none;
	margin-top: 1em;
}
#comments .comment-list li {
	margin-bottom: 1em;
}
#comments .comment-list li.bypostauthor article {
	position: relative;
}
#comments .comment-list li.bypostauthor article:before {
	content: "";
	font-family: "FontAwesome";
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 12px;
	color: #222;
}
#comments .comment-list li.bypostauthor article:after {
	content: "by post author";
	font-size: 13px;
	font-style: italic;
	color: #888;
	position: absolute;
	top: 24px;
	right: 54px;
}
#comments .comment-list li article {
	background: #f7f7f7;
	padding: 0 15px 15px 0;
}
#comments .comment-list li article .comment-content {
	margin-left: 50px;
	margin-bottom: 12px;
}
#comments .comment-list li article .reply {
	margin-left: 50px;
}
#comments .comment-list li article .comment-metadata a {
	margin: 5px 5px 0 0;
	display: inline-block;
}
#comments #respond .logged-in-as,
#comments #respond .comment-form-comment {
	margin-left: 4px;
}
#comments #reply-title {
	padding: 16px 0 0 4px;
}
#comments #reply-title small {
	font-size: 14px;
	margin-left: 20px;
	font-family: Verdana, sans-serif;
}

/* Comments pagination
----------------------------------------*/
.cwd-pagination.cwd-pagination-comments {
	padding: 5px;
	margin: 0 0 40px 0;
}
.cwd-pagination.cwd-pagination-comments li {
	display: inline;
	list-style: none;
}
.cwd-pagination.cwd-pagination-comments a {
	background: #e7e7e7;
	border: 1px solid #d7d7d7;
	color: #666666;
	margin-right: 4px;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
}
.cwd-pagination.cwd-pagination-comments a:hover, .cwd-pagination.cwd-pagination-comments a:active {
	background: #d7d7d7;
	color: #888888;
}
.cwd-pagination.cwd-pagination-comments .title {
	margin-right: 4px;
}
.cwd-pagination.cwd-pagination-comments .gap {
	color: #999999;
	margin-right: 4px;
}
.cwd-pagination.cwd-pagination-comments .current {
	color: #666666;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	margin-right: 4px;
	padding: 3px 6px;
}

/* Footer
----------------------------------------*/
body > footer {
	/* End sub-footer */
}
body > footer a.link-block {
	font-size: 18px;
	padding: 0.75em 1em 0.6em;
}
body > footer .footer-links a {
	color: #fff;
}
@media (max-width: 768px) {
	body > footer .social img {
		width: 30px;
	}
}
body > footer .sub-footer .two-col {
	margin-bottom: 0;
}
body > footer .sub-footer .two-col div {
	margin-bottom: 0;
}
body > footer .sub-footer .two-col div ul li {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	body > footer .sub-footer .two-col div ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 0.5em;
	}
}
@media (max-width: 768px) {
	body > footer .sub-footer .two-col div:last-child ul li:last-child {
		margin-bottom: 0;
	}
}

.type-testimonials .summary .testimonial {
	position: relative;
	quotes: "“" "”" "‘" "’";
	font-size: 21px;
	padding: 0px 30px;
	margin: 30px;
	font-family: "Iowan Old Style", Georgia, Athelas, Baskerville, "Sitka Display", Constansia, serif;
}
.type-testimonials .summary .testimonial:before {
	content: open-quote;
	font-size: 60px;
	color: #b31b1b;
	float: left;
	top: -36px;
	position: absolute;
	left: -9px;
}
.type-testimonials .summary .quotee {
	margin-right: 55px;
	text-align: right;
	font-style: italic;
	color: #666;
}
.type-testimonials .metadata-set {
	margin-left: 8%;
	margin-top: 22px;
	margin-right: 0;
	padding-top: 0;
}
.type-testimonials .metadata-set:last-child {
	margin-left: 15px;
}

.metadata-set {
	float: left;
	margin-right: 14px;
}
.metadata-set .fa {
	border-right: none;
	margin-right: 0;
}
.metadata-set .fa :before {
	color: rgba(112, 112, 112, 0.72);
}

/* News/Events custom fields
----------------------------------------*/
.type-events .custom-fields .label {
	margin-right: 5px;
}

.custom-fields {
	margin: 20px 0 20px 0;
}

.custom-fields .label,
.custom-fields .field {
	display: inline-block;
	margin-bottom: 4px !important;
}

.custom-fields .label {
	font-weight: 600;
}

figure.align-left {
	margin-bottom: 20px !important;
}

#event-tags, #event-types, #event-groups {
	margin-bottom: 5px;
}

#event-tags .label, #event-types .label, #event-groups .label {
	font-weight: 600;
}

body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img {
	height: 380px;
	width: 380px !important;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom: 15px;
}

body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img {
	height: 400px;
	width: 400px !important;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom: 15px;
}

body.archive .cwd-basic.tiles .card.type-news .group-image h3,
body.archive .cwd-basic.tiles .card.type-events .group-image h3 {
	line-height: 1.5em;
}

body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-news img,
body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-events img,
body .colorband .cwd-basic:not(.tiles) .card.type-news img,
body .colorband .cwd-basic:not(.tiles) .card.type-events img {
	height: 250px;
	width: 250px !important;
	margin-right: 30px;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom: 15px;
}

body.sidebar #main-article .cwd-basic.tiles .card.type-news img,
body.sidebar #main-article .cwd-basic.tiles .card.type-events img {
	height: 240px;
	width: 240px !important;
	margin-right: 30px;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom: 15px;
}

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

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: 162px;
	width: 162px !important;
	margin-right: 30px;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom: 15px;
}

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% - 192px) !important;
}

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

body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img {
	height: 110px;
	width: 110px !important;
	margin-right: 12px;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom: 15px;
}

@media (max-width: 1400px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img {
		height: 380px;
		width: 380px !important;
	}

	body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img {
		height: 380px;
		width: 380px !important;
	}

	body.sidebar #main-article .cwd-basic.tiles .card.type-news img,
body.sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 230px;
		width: 230px !important;
	}
}
@media (max-width: 1300px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img {
		height: 350px;
		width: 350px !important;
	}

	body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img {
		height: 350px;
		width: 350px !important;
	}

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

	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: 140px;
		width: 140px !important;
		margin-right: 30px;
		-o-object-fit: cover;
		   object-fit: cover;
		margin-bottom: 15px;
	}

	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% - 170px) !important;
	}
}
@media (max-width: 1200px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img {
		height: 320px;
		width: 320px !important;
	}

	body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img {
		height: 480px;
		width: 480px !important;
	}

	body.sidebar #main-article .cwd-basic.tiles .card.type-news img,
body.sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 280px;
		width: 280px !important;
	}
}
@media (max-width: 1100px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img {
		height: 280px;
		width: 280px !important;
	}

	body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img {
		height: 450px;
		width: 450px !important;
	}

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

	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: 120px;
		width: 120px !important;
		margin-right: 30px;
		-o-object-fit: cover;
		   object-fit: cover;
		margin-bottom: 15px;
	}

	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% - 150px) !important;
	}
}
@media (max-width: 1000px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img {
		height: 280px;
		width: 280px !important;
	}

	body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img {
		height: 430px;
		width: 430px !important;
	}

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

	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news .group-fields,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events .group-fields {
		width: 100% !important;
	}

	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img {
		height: 300px;
		width: 300px !important;
	}
}
@media (max-width: 900px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img {
		height: 250px;
		width: 250px !important;
	}

	body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img {
		height: 400px;
		width: 400px !important;
	}

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

	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img {
		height: 250px;
		width: 250px !important;
	}
}
@media (max-width: 850px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img {
		height: 230px;
		width: 230px !important;
	}

	body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img {
		height: 360px;
		width: 360px !important;
	}

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

	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: 95px;
		width: 95px !important;
		margin-right: 30px;
		-o-object-fit: cover;
		   object-fit: cover;
		margin-bottom: 15px;
	}

	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% - 125px) !important;
	}
}
@media (max-width: 800px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img {
		height: 215px;
		width: 215px !important;
	}

	body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img {
		height: 350px;
		width: 350px !important;
	}

	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img {
		height: 230px;
		width: 230px !important;
	}
}
@media (max-width: 768px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img,
body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img,
body.sidebar #main-article .cwd-basic.tiles .card.type-news img,
body.sidebar #main-article .cwd-basic.tiles .card.type-events img,
body #main-article .cwd-basic:not(.tiles) .card.type-news img,
body #main-article .cwd-basic:not(.tiles) .card.type-events img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img,
body .colorband .cwd-basic:not(.tiles) .card.type-news img,
body .colorband .cwd-basic:not(.tiles) .card.type-events img,
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: 480px;
		width: 480px !important;
	}

	body #main-article .cwd-basic:not(.tiles) .card.type-news .group-fields,
body #main-article .cwd-basic:not(.tiles) .card.type-events .group-fields,
body .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
body .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields,
body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-events img {
		width: 100% !important;
	}
}
@media (max-width: 500px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img,
body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img,
body.archive.sidebar #main-article .cwd-basic.tiles .card.type-news img,
body.archive.sidebar #main-article .cwd-basic.tiles .card.type-events img,
body #main-article .cwd-basic:not(.tiles) .card.type-news img,
body #main-article .cwd-basic:not(.tiles) .card.type-events img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img,
body .colorband .cwd-basic:not(.tiles) .card.type-news img,
body .colorband .cwd-basic:not(.tiles) .card.type-events img,
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: 460px;
		width: 460px !important;
	}
}
@media (max-width: 450px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img,
body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img,
body.sidebar #main-article .cwd-basic.tiles .card.type-news img,
body.sidebar #main-article .cwd-basic.tiles .card.type-events img,
body #main-article .cwd-basic:not(.tiles) .card.type-news img,
body #main-article .cwd-basic:not(.tiles) .card.type-events img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img,
body .colorband .cwd-basic:not(.tiles) .card.type-news img,
body .colorband .cwd-basic:not(.tiles) .card.type-events img,
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: 410px;
		width: 410px !important;
	}
}
@media (max-width: 400px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img,
body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img,
body.sidebar #main-article .cwd-basic.tiles .card.type-news img,
body.sidebar #main-article .cwd-basic.tiles .card.type-events img,
body #main-article .cwd-basic:not(.tiles) .card.type-news img,
body #main-article .cwd-basic:not(.tiles) .card.type-events img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img,
body .colorband .cwd-basic:not(.tiles) .card.type-news img,
body .colorband .cwd-basic:not(.tiles) .card.type-events img,
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: 360px;
		width: 360px !important;
	}
}
@media (max-width: 360px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img,
body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img,
body.sidebar #main-article .cwd-basic.tiles .card.type-news img,
body.sidebar #main-article .cwd-basic.tiles .card.type-events img,
body #main-article .cwd-basic:not(.tiles) .card.type-news img,
body #main-article .cwd-basic:not(.tiles) .card.type-events img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img,
body .colorband .cwd-basic:not(.tiles) .card.type-news img,
body .colorband .cwd-basic:not(.tiles) .card.type-events img,
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: 320px;
		width: 320px !important;
	}
}
@media (max-width: 300px) {
	body.sidebar .secondary .cwd-basic.tiles .card.type-news img,
body.sidebar .secondary .cwd-basic.tiles .card.type-events img,
body .content-block.cwd-basic.tiles .card.type-news img,
body .content-block.cwd-basic.tiles .card.type-events img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-news img,
body.archive.no-sidebar .cwd-basic.tiles .card.type-events img,
body.sidebar #main-article .cwd-basic.tiles .card.type-news img,
body.sidebar #main-article .cwd-basic.tiles .card.type-events img,
body #main-article .cwd-basic:not(.tiles) .card.type-news img,
body #main-article .cwd-basic:not(.tiles) .card.type-events img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img,
body .colorband .cwd-basic:not(.tiles) .card.type-news img,
body .colorband .cwd-basic:not(.tiles) .card.type-events img,
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: 260px;
		width: 260px !important;
	}
}
p.no-content {
	margin-left: 20px;
}

p .post-edit-link {
	display: block;
	margin-top: 20px;
}

.summary {
	margin-bottom: 20px;
}

.styleguide .panel.fill {
	margin: 0 0 60px 0;
}

.show {
	display: block !important;
}

@media (max-width: 768px) {
	.mobile-expander-heading {
		margin: 0 0 25px 0;
	}
}
body.sidebar .secondary .cwd-basic {
	position: relative;
	padding-bottom: 50px;
}

body.sidebar .secondary .cwd-basic .buttons {
	position: absolute;
	margin-right: 5px;
	bottom: 0;
	right: 0;
}

body.sidebar .secondary .cwd-basic .header-with-button h2 {
	font-size: 28px !important;
}

.secondary .menu-block-title > a {
	color: #b31b1b;
}

@media (min-width: 768px) {
	.sub-footer .two-col div:last-child ul.custom.inline {
		float: right;
	}
}
.home .cu-unit-signature .cu-logo a {
	width: 79px;
	height: 79px;
	min-width: 98px;
	margin-right: 15px !important;
}

.cu-seal.home #cu-header .cu-unit-lockup h2 a.cu-unit-cornell {
	margin: 13px 0 -2px;
}

.cu-seal.home #cu-header .cu-unit-lockup h2 a.cu-unit-unit {
	margin: 0;
}

.home #utility-navigation a {
	background: none;
}

.home #utility-navigation a:hover,
.home #utility-navigation a:focus {
	background: rgba(255, 255, 255, 0.1);
}

.home #utility-navigation a:active {
	background: rgba(0, 0, 0, 0.8);
}

.cu-seal.home #cu-header .cu-unit-lockup h2 a {
	width: 360px;
}

.cu-seal #cu-header .cu-unit-lockup,
.cu-seal #cu-header .cu-unit-lockup h2 {
	text-align: center;
}

@media (max-width: 767px) {
	.cu-unit-signature .cu-logo {
		margin: 0 auto !important;
	}
}
/*# sourceMappingURL=cwd_wp.css.map */