.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;
	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;
	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;
	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;
	}
	.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;
	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;
	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;
	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;
	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) {
	text-decoration-color: rgb(255, 255, 255);
}
.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;
	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;
	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 * {
	text-decoration-color: rgb(255, 255, 255);
	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;
	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 {
	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 {
	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 {
	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;
	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;
	-webkit-font-feature-settings: "lnum";
	        font-feature-settings: "lnum";
}

#main .frm_forms form fieldset {
	border: none;
}
#main .frm_forms form fieldset .frm_submit button {
	background: #b31b1b;
	border: none;
	border-radius: 0;
}
#main .frm_forms form fieldset .frm_submit button:hover {
	background: #b31b1b;
}

/* Header image and slider
-------------------------------------------*/
#super-header.has_header_image #image-band {
	background-size: cover;
	min-height: 200px;
}
@media (min-width: 480px) {
	#super-header.has_header_image #image-band {
		min-height: 218px;
	}
}
@media (min-width: 624px) {
	#super-header.has_header_image #image-band {
		min-height: 235px;
	}
}
@media (min-width: 768px) {
	#super-header.has_header_image #image-band {
		min-height: 252px;
	}
}
@media (min-width: 992px) {
	#super-header.has_header_image #image-band {
		min-height: 269px;
	}
}
@media (min-width: 1080px) {
	#super-header.has_header_image #image-band {
		min-height: 310px;
	}
}
@media (min-width: 1200px) {
	#super-header.has_header_image #image-band {
		min-height: 340px;
	}
}
@media (min-width: 1480px) {
	#super-header.has_header_image #image-band {
		min-height: 380px;
	}
}
#super-header.has_header_image .slider-container > .container-fluid {
	position: relative;
}
@media (max-width: 767px) {
	#super-header.has_header_image .slider-container > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}
#super-header.has_header_image .slider-container #slider-caption #no-active-slides {
	margin: 0 auto;
	width: 38%;
	text-transform: none;
	text-align: center;
	font-size: 1.5em;
	padding: 240px 0;
	z-index: 9;
	position: relative;
}
#super-header.has_header_image .slider-container #slider-caption #no-active-slides a {
	text-decoration: underline;
}
#super-header.has_header_image .slider-container #slider-caption h2 {
	line-height: 1.25;
}
@media (min-width: 480px) {
	#super-header.has_header_image .slider-container #slider-caption h2 {
		font-size: 22px;
	}
}
@media (min-width: 624px) {
	#super-header.has_header_image .slider-container #slider-caption h2 {
		font-size: 26px;
	}
}
@media (min-width: 768px) {
	#super-header.has_header_image .slider-container #slider-caption h2 {
		font-size: 28px;
	}
}
@media (min-width: 992px) {
	#super-header.has_header_image .slider-container #slider-caption h2 {
		font-size: 30px;
	}
}
@media (min-width: 1080px) {
	#super-header.has_header_image .slider-container #slider-caption h2 {
		font-size: 32px;
	}
}
#super-header.has_header_image .slider-container #slider-caption .caption-inner {
	top: auto !important;
	bottom: 60px;
	left: 0 !important;
	right: 0;
	padding: 0;
}
#super-header.has_header_image .slider-container #slider-caption .caption-inner .caption-focus {
	display: block;
	padding: 4%;
}
#super-header.has_header_image .slider-container #slider-caption .caption-inner a.caption-focus {
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
#super-header.has_header_image .slider-container #slider-caption .caption-inner a.caption-focus:hover {
	background-color: rgba(0, 0, 0, 0.25);
	text-decoration: underline;
}
#super-header.has_header_image .slider-container #slider-caption .caption-inner h2 {
	font-weight: 400;
}
@media (min-width: 768px) {
	#super-header.has_header_image .slider-container #slider-caption .caption-inner {
		bottom: calc(4% + 80px);
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		max-width: 600px;
	}
	#super-header.has_header_image .slider-container #slider-caption .caption-focus {
		padding: 20px;
	}
	#super-header.has_header_image .slider-container #slider-caption.align-caption-left .caption-inner {
		left: 4% !important;
		right: auto;
	}
	#super-header.has_header_image .slider-container #slider-caption.align-caption-center .caption-inner {
		margin-left: auto;
		margin-right: auto;
	}
	#super-header.has_header_image .slider-container #slider-caption.align-caption-right .caption-inner {
		left: auto !important;
		right: 4%;
	}
}
@media (min-width: 992px) {
	#super-header.has_header_image .slider-container #slider-caption .caption-inner {
		max-width: 700px;
	}
}
#super-header.has_header_image .slider-container #slider-caption .campaign-nav {
	top: auto !important;
	bottom: 18px;
	bottom: calc(4% + 10px);
	left: 4%;
	right: 4%;
}
@media (min-width: 768px) {
	#super-header.has_header_image .slider-container #slider-caption .campaign-nav {
		right: auto;
	}
}

#super-header.has_header_image,
#slider-caption,
.slider-container > * {
	min-height: 240px;
}
@media (min-width: 480px) {
	#super-header.has_header_image,
	#slider-caption,
	.slider-container > * {
		min-height: 290px;
	}
}
@media (min-width: 624px) {
	#super-header.has_header_image,
	#slider-caption,
	.slider-container > * {
		min-height: 335px;
	}
}
@media (min-width: 768px) {
	#super-header.has_header_image,
	#slider-caption,
	.slider-container > * {
		min-height: 380px;
	}
}
@media (min-width: 992px) {
	#super-header.has_header_image,
	#slider-caption,
	.slider-container > * {
		min-height: 425px;
	}
}
@media (min-width: 1080px) {
	#super-header.has_header_image,
	#slider-caption,
	.slider-container > * {
		min-height: 470px;
	}
}
@media (min-width: 1200px) {
	#super-header.has_header_image,
	#slider-caption,
	.slider-container > * {
		min-height: 515px;
	}
}
@media (min-width: 1480px) {
	#super-header.has_header_image,
	#slider-caption,
	.slider-container > * {
		min-height: 560px;
	}
}

/* CU header
-----------------------------------------*/
.cu-seal.cu-red #cu-header .cu-brand h3 {
	color: #000;
}
.cu-seal.cu-red #cu-header .cu-brand h3 {
	color: #fff;
}

/* Utility nav
-----------------------------------------*/
@media (min-width: 768px) {
	.has-utility-nav.cu-seal #cu-header .cu-brand .cu-unit {
		padding-top: 28px;
	}
	.has-utility-nav.cu-seal-right #cu-header .cu-brand {
		padding-top: 50px;
	}
	.has-utility-nav.cu-seal-right #cu-header .cu-brand .cu-unit {
		margin-top: -5em;
	}
}
/* Main nav
----------------------------------------*/
#main-navigation ul li a .description {
	display: block;
	margin-top: 5px;
	font-style: italic;
	font-size: 13px;
}
@media (min-width: 992px) {
	#main-navigation {
		background: #333;
	}
	.has_header_image #main-navigation {
		background: rgba(0, 0, 0, 0.55) !important;
		position: absolute;
		z-index: 4;
		width: 100%;
	}
	.has_header_image #main-navigation li ul {
		background: rgba(34, 34, 34, 0.9) !important;
	}
	#main-navigation li ul {
		background: #333;
	}
	.cu-red #main-navigation {
		background: #333;
	}
	.cu-black #main-navigation {
		background: #444;
	}
	.cu-black #main-navigation li ul {
		background: #444;
	}
	.cu-gray #main-navigation {
		background: #444;
	}
	.cu-gray #main-navigation li ul {
		background: #444;
	}
	.cu-red.cu-seal #main-navigation {
		background: #961b1b;
	}
	.cu-red.cu-seal #main-navigation li ul {
		background: #343434;
	}
}

.menu-depth-1 #main-navigation ul > li > a .fa-caret-down {
	display: none;
}
.menu-depth-1 #main-navigation ul li a .description {
	display: block;
	margin-top: 5px;
	font-style: italic;
	font-size: 13px;
}

.menu-depth-2 #main-navigation ul > li > ul > li > a .fa-caret-right {
	display: none;
}

.menu-depth-3 #main-navigation ul > li > ul > li > ul > li > a .fa-caret-right {
	display: none;
}

body:not(.mobile) #main-navigation {
	/*background: #333;*/
}
body:not(.mobile) #main-navigation li a {
	padding: 17px 1.4em;
}
@media (min-width: 1080px) {
	body:not(.mobile) #main-navigation li a {
		padding: 18px 1.6em;
	}
}
@media (min-width: 1300px) {
	body:not(.mobile) #main-navigation li a {
		padding: 19px 1.7em;
	}
}
body:not(.mobile) #main-navigation li a:hover {
	background: rgba(255, 255, 255, 0.1);
}
body:not(.mobile) #main-navigation li a .fa-caret-down {
	margin-right: -1.25em;
}
body:not(.mobile) #main-navigation li a .fa-caret-right {
	margin-right: -0.5em;
}
body:not(.mobile) #main-navigation li ul, body:not(.mobile) #main-navigation li ul li {
	border: 0 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
body:not(.mobile) #main-navigation li.top-level-li ul a:hover {
	background: rgba(255, 255, 255, 0.07);
}
body:not(.mobile) #main-navigation > .container-fluid ul > li.current-page-ancestor > a, body:not(.mobile) #main-navigation > .container-fluid > ul > li.current-menu-item > a {
	background: #555;
	background: rgba(255, 255, 255, 0.12);
}

/* Utility nav
----------------------------------------*/
.has-utility-nav.cu-45 #utility-navigation li a {
	height: 46px;
	line-height: 46px;
}
.has-utility-nav.cu-red #utility-navigation li a {
	color: #fdd8d8;
}
.has-utility-nav.cu-red #utility-navigation li a:hover, .has-utility-nav.cu-red #utility-navigation li a:focus {
	color: #fff;
}
.has-utility-nav.cu-red #utility-navigation li.current_page_item a {
	background: rgba(0, 0, 0, 0.1);
}
.has-utility-nav #utility-navigation .sub-menu {
	background: rgba(0, 0, 0, 0.7);
}
.has-utility-nav #utility-navigation .sub-menu li a {
	color: white;
}
.has-utility-nav #utility-navigation .sub-menu li a:hover {
	background: rgba(0, 0, 0, 0.2);
}

/* Section nav
----------------------------------------*/
.secondary-navigation ul li {
	font-size: 18px;
	font-weight: 400;
	font-family: "freight-sans-pro", sans-serif;
	line-height: 1.4;
	border-bottom: 1px solid #e1e1e1;
	padding: 12px 0;
	margin: 0;
}
.secondary-navigation ul li.current_page_item > a {
	font-weight: 400;
	color: #b31b1b;
}
.secondary-navigation ul li:last-child {
	border: 0;
	font-weight: 400;
	padding: 4px 0;
}
.secondary-navigation ul ul {
	padding-left: 20px;
	border-left: 3px solid #b31b1b;
	margin: 10px 0 10px 1px;
}
.secondary-navigation ul ul li {
	font-size: 16px;
}
.secondary-navigation ul ul li:last-child {
	border: 0;
	font-weight: 400;
	padding: 4px 0;
}

/* Mobile section nav
----------------------------------------*/
.mobile-expander-heading:not(.open) {
	margin-bottom: 45px;
}

/* 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.secondary .widget-title {
	color: #707070;
	font-family: Georgia, serif;
	font-size: 24px;
}
#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 !important;
		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: "\f08d";
	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: "\f08d";
	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: "\f0e5";
	font-family: "FontAwesome";
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 0;
	color: #222;
}
#comments .comment-list li.bypostauthor article:after {
	content: "by post author";
	font-size: 13px;
	font-style: italic;
	color: #888;
	position: absolute;
	top: 12px;
	right: 44px;
}
@media (min-width: 480px) {
	#comments .comment-list li.bypostauthor article:before {
		top: 8px;
		right: 15px;
	}
	#comments .comment-list li.bypostauthor article:after {
		top: 20px;
		right: 50px;
	}
}
#comments .comment-list li article {
	background: #f7f7f7;
	padding: 30px 15px 15px;
}
@media (min-width: 480px) {
	#comments .comment-list li article {
		padding-top: 15px;
	}
}
#comments .comment-list li article .comment-content {
	margin: 10px 0;
}
#comments .comment-list li article footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	padding: 0;
}
#comments .comment-list li article footer .comment-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#comments .comment-list li article footer .comment-author img {
	width: 48px;
	height: 48px;
	margin-right: 10px;
}
#comments .comment-list li article footer .comment-author .fn {
	margin-right: 4px;
}
#comments .comment-list li article .comment-metadata {
	margin-bottom: 10px;
}
#comments .comment-list li article .comment-metadata a {
	display: inline-block;
	margin: 5px 5px 0 0;
}
#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;
}
body > footer .social img {
	background: #fff;
	border-radius: 100%;
}
@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;
	}
}

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

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

body.sidebar .secondary .cwd-basic.tiles .cards,
body.sidebar .secondary .cwd-basic.tiles .cards,
body.sidebar #main-article .cwd-basic.tiles .cards,
body.sidebar #main-article .cwd-basic.tiles .cards,
body.sidebar .colorband .cwd-basic.tiles .cards,
body.sidebar .colorband .cwd-basic.tiles .cards,
body.no-sidebar #main-article .cwd-basic.tiles .cards,
body.no-sidebar #main-article .cwd-basic.tiles .cards {
	margin: 0 auto 20px auto;
}

body.sidebar .secondary .cwd-basic.tiles .card,
body.sidebar .secondary .cwd-basic.tiles .card,
body.sidebar #main-article .cwd-basic.tiles .card,
body.sidebar #main-article .cwd-basic.tiles .card,
body.sidebar .colorband .cwd-basic.tiles .card,
body.sidebar .colorband .cwd-basic.tiles .card,
body.no-sidebar #main-article .cwd-basic.tiles .card,
body.no-sidebar #main-article .cwd-basic.tiles .card {
	padding: 30px 10px 0 !important;
}

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

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% - 112px) !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 .colorband .cwd-basic:not(.tiles) .card.type-news img,
body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
body.no-sidebar .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 .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields,
body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-news .group-fields,
body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-events .group-fields,
body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields {
	width: calc(100% - 280px) !important;
}

@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: 310px;
		width: 310px !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;
	}
	body.sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 380px;
		width: 380px !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: 280px;
		width: 280px !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 .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 350px;
		width: 350px !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;
	}
	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;
	}
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img {
		height: 230px;
		width: 230px !important;
	}
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields {
		width: calc(100% - 260px) !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: 250px;
		width: 250px !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;
	}
	body.sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 470px;
		width: 470px !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: 200px;
		width: 200px !important;
	}
	body.sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 270px;
		width: 270px !important;
	}
	body.sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 450px;
		width: 450px !important;
	}
	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img {
		height: 75px;
		width: 75px !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% - 87px) !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;
	}
	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;
	}
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img {
		height: 185px;
		width: 185px !important;
	}
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields {
		width: calc(100% - 215px) !important;
	}
}
@media (max-width: 992px) {
	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.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 .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 420px;
		width: 420px !important;
	}
	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img {
		height: 275px;
		width: 275px !important;
		margin-right: 0;
		float: none;
	}
	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 #main-article .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-events img {
		height: 110px;
		width: 110px !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% - 140px) !important;
	}
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img {
		height: 180px;
		width: 180px !important;
	}
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields {
		width: calc(100% - 210px) !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: 170px;
		width: 170px !important;
	}
	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;
	}
	body.sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 380px;
		width: 380px !important;
	}
	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img {
		height: 235px;
		width: 235px !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: 100px;
		width: 100px !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% - 130px) !important;
	}
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img {
		height: 160px;
		width: 160px !important;
	}
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields {
		width: calc(100% - 190px) !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: 150px;
		width: 150px !important;
	}
	body.sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 225px;
		width: 225px !important;
	}
	body.sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 370px;
		width: 370px !important;
	}
	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .secondary .cwd-basic:not(.tiles) .card.type-events img {
		height: 200px;
		width: 200px !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: 140px;
		width: 140px !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 .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-events img {
		height: 350px;
		width: 350px !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: 90px;
		width: 90px !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% - 120px) !important;
	}
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img {
		height: 140px;
		width: 140px !important;
	}
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields {
		width: calc(100% - 170px) !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.sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.sidebar #main-article .cwd-basic.tiles .card.type-events img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.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.sidebar #main-article .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-events img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img {
		height: 480px;
		width: 480px !important;
		margin-right: 0;
	}
	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,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar #main-article .cwd-basic:not(.tiles) .card.type-events .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news .group-fields,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events .group-fields {
		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.sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.sidebar #main-article .cwd-basic.tiles .card.type-events img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.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.sidebar #main-article .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-events img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img {
		height: 435px;
		width: 435px !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.sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.sidebar #main-article .cwd-basic.tiles .card.type-events img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.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.sidebar #main-article .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-events img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img {
		height: 390px;
		width: 390px !important;
		min-width: 100%;
	}
}
@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.sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.sidebar #main-article .cwd-basic.tiles .card.type-events img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.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.sidebar #main-article .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-events img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img {
		height: 340px;
		width: 340px !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.sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.sidebar #main-article .cwd-basic.tiles .card.type-events img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.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.sidebar #main-article .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-events img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img {
		height: 300px;
		width: 300px !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.sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.sidebar #main-article .cwd-basic.tiles .card.type-events img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-news img,
	body.no-sidebar .colorband .cwd-basic.tiles .card.type-events img,
	body.no-sidebar #main-article .cwd-basic.tiles .card.type-news img,
	body.no-sidebar #main-article .cwd-basic.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.sidebar #main-article .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar #main-article .cwd-basic:not(.tiles) .card.type-events img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img,
	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.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-news img,
	body.no-sidebar .colorband .cwd-basic:not(.tiles) .card.type-events img {
		height: 240px;
		width: 240px !important;
	}
}
@media (min-width: 768px) {
	footer .sub-footer .two-col > div:last-child ul.custom.inline {
		float: right;
	}
}
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;
}

.au-boolean .cu-logo {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.au-boolean .cu-logo #academic-unit {
	position: relative;
	background: url(../images/wp/CHE_logo_1line_black_SimpleSeal_red.svg) 0 0 no-repeat;
	background-size: 100%;
	margin-right: 60px;
	width: 504px;
	height: 73px;
}
@media (max-width: 767px) {
	.au-boolean .cu-logo #academic-unit {
		background: none;
		margin: 0 auto;
		height: auto;
	}
}
.au-boolean .cu-logo #academic-unit a {
	background: none;
	position: absolute;
	display: block;
	margin: 0 !important;
	width: unset;
	min-width: 0;
	height: 100% !important;
	top: 0;
}
.au-boolean .cu-logo #academic-unit a:first-child {
	width: 91px !important;
	left: 0 !important;
}
@media (max-width: 767px) {
	.au-boolean .cu-logo #academic-unit a:first-child {
		background: url(../images/wp/cornell-seal-red.svg) 0 0 no-repeat;
		background-size: 100%;
		width: 90px !important;
		height: 90px !important;
		margin: 0 auto !important;
		position: relative;
		display: block;
	}
}
.au-boolean .cu-logo #academic-unit a:last-child {
	width: 423px !important;
	right: 0 !important;
}
@media (max-width: 767px) {
	.au-boolean .cu-logo #academic-unit a:last-child {
		background: url(../images/wp/cuhe-logo-text.svg) 0 0 no-repeat;
		background-size: 100%;
		width: 325px !important;
		height: 60px !important;
		margin: 0 auto !important;
		position: relative;
		display: block;
	}
}
.au-boolean .cu-unit {
	margin-top: 8px !important;
	margin-bottom: 12px !important;
	margin-right: 0 !important;
	margin-left: 45px !important;
	-webkit-box-flex: 0.5;
	    -ms-flex-positive: 0.5;
	        flex-grow: 0.5;
}
@media (max-width: 768px) {
	.au-boolean .cu-unit {
		margin-top: -12px !important;
	}
}

.au-boolean.cu-red .cu-logo #academic-unit, .au-boolean.cu-black .cu-logo #academic-unit, .au-boolean.cu-gray .cu-logo #academic-unit {
	background: url(../images/wp/CHE_logo_1line_white_SimpleSeal_white.png) 0 0 no-repeat;
	background-size: 100%;
}
@media (max-width: 767px) {
	.au-boolean.cu-red .cu-logo #academic-unit, .au-boolean.cu-black .cu-logo #academic-unit, .au-boolean.cu-gray .cu-logo #academic-unit {
		background: none;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
}
@media (max-width: 767px) {
	.au-boolean.cu-red .cu-logo #academic-unit a:first-child, .au-boolean.cu-black .cu-logo #academic-unit a:first-child, .au-boolean.cu-gray .cu-logo #academic-unit a:first-child {
		background: url(../images/wp/bold_cornell_seal_simple_white.svg) 0 0 no-repeat;
		background-size: 100%;
		width: 90px !important;
		height: 90px !important;
		margin: 0 auto !important;
		position: relative;
		display: block;
	}
}
@media (max-width: 767px) {
	.au-boolean.cu-red .cu-logo #academic-unit a:last-child, .au-boolean.cu-black .cu-logo #academic-unit a:last-child, .au-boolean.cu-gray .cu-logo #academic-unit a:last-child {
		background: url(../images/wp/cuhe-logo-text-white.svg) 0 0 no-repeat;
		background-size: 100%;
		width: 325px !important;
		height: 60px !important;
		margin: 0 auto !important;
		position: relative;
		display: block;
	}
}

.au-boolean.cu-45-mobile #cu-header .cu-brand .cu-logo #academic-unit {
	background: url(../images/wp/CHE_logo_1line_black_SimpleSeal_red.svg) 0 0 no-repeat;
	background-size: 100%;
}
@media (max-width: 767px) {
	.au-boolean.cu-45-mobile #cu-header .cu-brand .cu-logo #academic-unit {
		background: none;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
}
@media (max-width: 767px) {
	.au-boolean.cu-45-mobile #cu-header .cu-brand .cu-logo #academic-unit a:first-child {
		background: url(../images/wp/bold_cornell_seal_simple_white.svg) 0 0 no-repeat;
		background-size: 100%;
		margin: 0 auto !important;
		position: relative;
		display: block;
		width: 100% !important;
		height: 38px !important;
	}
}
@media (max-width: 767px) {
	.au-boolean.cu-45-mobile #cu-header .cu-brand .cu-logo #academic-unit a:last-child {
		background: url(../images/wp/cuhe-logo-text.svg) 0 0 no-repeat !important;
		background-size: 100% !important;
		width: 325px !important;
		height: 60px !important;
		margin: 20px auto 6px !important;
		position: relative;
		display: block;
	}
}
@media (max-width: 768px) {
	.au-boolean.cu-45-mobile #cu-header .cu-brand .cu-unit h3 {
		color: #92929f !important;
		font-size: 18px;
		margin: 7px 0 12px;
	}
}

.au-boolean.cu-45-mobile.cu-red #cu-header .cu-brand .cu-logo #academic-unit,
.au-boolean.cu-45-mobile.cu-gray #cu-header .cu-brand .cu-logo #academic-unit {
	background: url(../images/wp/CHE_logo_1line_white_SimpleSeal_white.png) 0 0 no-repeat;
	background-size: 100%;
}
@media (max-width: 767px) {
	.au-boolean.cu-45-mobile.cu-red #cu-header .cu-brand .cu-logo #academic-unit,
	.au-boolean.cu-45-mobile.cu-gray #cu-header .cu-brand .cu-logo #academic-unit {
		background: none;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
}
@media (max-width: 767px) {
	.au-boolean.cu-45-mobile.cu-red #cu-header .cu-brand .cu-logo #academic-unit a:first-child,
	.au-boolean.cu-45-mobile.cu-gray #cu-header .cu-brand .cu-logo #academic-unit a:first-child {
		background: url(../images/wp/bold_cornell_seal_simple_white.svg) 0 0 no-repeat;
		background-size: 100%;
		margin: 0 auto !important;
		position: relative;
		display: block;
		width: 100% !important;
		height: 38px !important;
	}
}
@media (max-width: 767px) {
	.au-boolean.cu-45-mobile.cu-red #cu-header .cu-brand .cu-logo #academic-unit a:last-child,
	.au-boolean.cu-45-mobile.cu-gray #cu-header .cu-brand .cu-logo #academic-unit a:last-child {
		background: url(../images/wp/cuhe-logo-text.svg) 0 0 no-repeat !important;
		background-size: 100% !important;
		width: 325px !important;
		height: 60px !important;
		margin: 20px auto 6px !important;
		position: relative;
		display: block;
	}
}
@media (max-width: 768px) {
	.au-boolean.cu-45-mobile.cu-red #cu-header .cu-brand .cu-unit h3,
	.au-boolean.cu-45-mobile.cu-gray #cu-header .cu-brand .cu-unit h3 {
		color: #92929f !important;
		font-size: 18px;
		margin: 7px 0 12px;
	}
}

.au-boolean.cu-red.cu-45-mobile .cu-logo #academic-unit {
	background: url(../images/wp/CHE_logo_1line_black_SimpleSeal_red.png) 0 0 no-repeat;
}
@media (min-width: 960px) and (max-width: 1170px) {
	.au-boolean .cu-logo #academic-unit {
		width: 465px;
		height: 67px;
		margin-right: 35px;
	}
	.au-boolean .cu-logo + .cu-unit {
		margin-left: 35px !important;
	}
}
@media (min-width: 768px) and (max-width: 960px) {
	.au-boolean .cu-logo #academic-unit {
		width: 435px;
		height: 63px;
		margin-right: 35px;
	}
	.au-boolean .cu-logo + .cu-unit {
		margin-left: 35px !important;
	}
}
@media (max-width: 768px) {
	.au-boolean .cu-logo + .cu-unit {
		margin: -12px auto 12px !important;
	}
	.au-boolean .cu-logo #academic-unit {
		width: 100%;
	}
}
/*# sourceMappingURL=cwd_wp.css.map */