:root {
	--cw-blue: #078cef;
	--cw-blue-deep: #047bd8;
	--cw-red: #bd0d03;
	--cw-red-dark: #9f0a02;
	--cw-yellow: #ffe500;
	--cw-text: #111111;
	--cw-link: #003fa8;
	--cw-page: #ffffff;
	--cw-wrap: 900px;
	--cw-main: 630px;
	--cw-sidebar: 205px;
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	background: var(--cw-blue);
}

body.cw-site {
	min-height: 100%;
	margin: 0;
	color: #444444;
	background: var(--cw-blue);
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.65;
}

a {
	color: var(--cw-link);
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

img,
iframe {
	max-width: 100%;
}

.cw-skip {
	position: absolute;
	left: -999px;
	top: 0;
	padding: 8px 12px;
	background: #fff;
	z-index: 10;
}

.cw-skip:focus {
	left: 10px;
}

.cw-wrap {
	width: min(var(--cw-wrap), calc(100vw - 28px));
	margin: 0 auto;
}

.cw-header {
	padding: 0 0 13px;
	background: var(--cw-blue);
}

.cw-header__inner {
	display: flex;
	justify-content: center;
}

.cw-banner {
	display: block;
	width: 900px;
	background: var(--cw-red);
	line-height: 0;
}

.cw-banner p {
	margin: 0;
}

.cw-banner img,
.cw-banner--module img {
	display: block;
	width: 100%;
	height: auto;
}

.cw-nav {
	background: transparent;
	border: 0;
}

.cw-nav-toggle,
.cw-mobile-actions {
	display: none;
}

.cw-nav .cw-wrap {
	background: var(--cw-red);
	min-height: 26px;
}

.cw-nav ul,
.cw-footer ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cw-nav li {
	margin: 0;
}

.cw-nav a {
	display: block;
	padding: 6px 13px;
	color: #ffffff;
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.cw-nav li.active > a,
.cw-nav a:hover,
.cw-nav a:focus {
	background: var(--cw-red-dark);
	text-decoration: none;
}

.cw-page {
	padding: 8px 0 46px;
}

.cw-layout {
	display: grid;
	grid-template-columns: minmax(0, var(--cw-main)) var(--cw-sidebar);
	gap: 25px;
	align-items: start;
}

.cw-home .cw-layout {
	display: block;
}

.cw-main {
	min-width: 0;
}

.cw-inside .cw-main {
	background: var(--cw-page);
	padding: 12px 13px 20px;
	color: #444444;
}

.cw-main h1,
.cw-main h2,
.cw-main h3 {
	margin-top: 0;
	line-height: 1.2;
}

.cw-main h1,
.cw-main .page-header h1 {
	color: var(--cw-red);
	font-size: 20px;
	font-weight: 700;
}

.cw-main h2 {
	color: var(--cw-red);
	font-size: 17px;
}

.cw-home .cw-main h2,
.cw-home .cw-main h3,
.cw-home .sppb-addon-title {
	color: var(--cw-yellow);
}

.cw-main ul {
	padding-left: 22px;
}

.cw-main .item-page {
	font-size: 12px;
}

.cw-inside .article-info,
.cw-inside .pagenavigation {
	display: none !important;
}

.cw-inside .com-content-article__body {
	color: #444444;
	font-size: 12px;
	line-height: 1.62;
}

.cw-inside .com-content-article__body > div {
	color: #444444;
}

.cw-inside .item-page a,
.cw-inside .com-content-article__body a,
.cw-inside .cw-main .page-content a,
.cw-inside .cw-main .sp-page-builder a {
	color: var(--cw-red) !important;
	font-weight: 700 !important;
}

.cw-inside .item-page a:hover,
.cw-inside .item-page a:focus,
.cw-inside .com-content-article__body a:hover,
.cw-inside .com-content-article__body a:focus,
.cw-inside .cw-main .page-content a:hover,
.cw-inside .cw-main .page-content a:focus,
.cw-inside .cw-main .sp-page-builder a:hover,
.cw-inside .cw-main .sp-page-builder a:focus {
	color: var(--cw-red-dark) !important;
}

.cw-home .cw-main a {
	color: #ffffff !important;
}

.cw-home .cw-main a:hover,
.cw-home .cw-main a:focus {
	color: rgba(255, 255, 255, 0.72) !important;
}

.cw-inside .com-content-article__body div[style*="border: 1px solid"] {
	margin: 0 0 12px 16px !important;
	padding: 0 !important;
	color: #444444;
	background: #fffdfb;
}

.cw-inside .com-content-article__body div[style*="border-bottom"] {
	padding: 3px 6px !important;
}

.cw-inside .com-content-article__body div[style*="margin: 7px"] {
	margin: 0 !important;
	padding: 8px 10px !important;
	line-height: 1.55;
}

.cw-share {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 18px;
}

.cw-share__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	color: #f7d02d;
	background: #333333;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.cw-share__icon:hover,
.cw-share__icon:focus {
	color: #ffffff;
	background: var(--cw-red);
	text-decoration: none;
}

.cw-share__icon--linkedin {
	font-size: 9px;
}

.cw-sidebar {
	color: #ffffff;
	font-size: 11px;
}

.cw-sidebar .moduletable {
	margin: 0 0 26px;
}

.cw-sidebar h3 {
	margin: 0 0 9px;
	color: var(--cw-yellow);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.cw-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cw-sidebar li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.cw-sidebar a {
	position: relative;
	display: block;
	padding: 8px 6px 8px 18px;
	color: #ffffff !important;
	font-weight: 700;
}

.cw-sidebar a::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid currentColor;
	transform: translateY(-50%);
}

.cw-sidebar a:hover,
.cw-sidebar a:focus {
	color: rgba(255, 255, 255, 0.42);
	text-decoration: none;
}

.cw-sidebar a:hover::before,
.cw-sidebar a:focus::before {
	color: rgba(255, 255, 255, 0.42);
}

.cw-footer {
	background: var(--cw-red);
	color: #ffffff;
	font-size: 12px;
}

.cw-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 62px;
	padding: 14px 0;
}

.cw-copyright {
	margin: 0;
	line-height: 1.55;
}

.cw-footer a {
	display: block;
	padding: 0 10px;
	color: #ffffff;
	border-left: 1px solid rgba(255, 255, 255, 0.75);
	line-height: 1.1;
	font-size: 11px;
}

.cw-footer li:first-child a {
	border-left: 0;
}

.cw-error-box {
	width: min(520px, calc(100vw - 30px));
	margin: 10vh auto;
	padding: 28px;
	background: #ffffff;
}

.sp-page-builder .page-content,
.sp-page-builder .sppb-section {
	background: transparent;
}

.sp-page-builder .sppb-row-container {
	max-width: 100%;
	width: 100%;
}

.sp-page-builder .sppb-addon-title {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 700;
}

.cw-inside .sp-page-builder .sppb-addon-title {
	color: var(--cw-red);
}

.cw-inside .sp-page-builder .page-content {
	background: #ffffff;
}

.cw-inside .sppb-section:first-child {
	padding-top: 0 !important;
}

.cw-home .addon-root-text-block h3,
.cw-home .sppb-addon-text-block h3 {
	color: var(--cw-yellow);
	font-size: 22px;
}

.cw-home .sppb-addon-text-block,
.cw-home .sppb-addon-text-block a {
	color: #ffffff;
}

.cw-home .sppb-addon-text-block a {
	text-decoration: underline;
}

.cw-home .sppb-addon-single-image img,
.cw-home .sppb-addon-video iframe {
	display: block;
}

.cw-home .sppb-row {
	margin-left: -8px;
	margin-right: -8px;
}

.cw-home .sppb-row > [class*="sppb-col-"] {
	padding-left: 8px;
	padding-right: 8px;
}

.cw-home .sppb-addon-module,
.cw-home .sppb-addon-module .moduletable {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.45;
}

.cw-home .sppb-addon-module .moduletable {
	margin: 0 0 25px;
}

.cw-home .sppb-addon-module h3 {
	margin: 0 0 9px;
	color: var(--cw-yellow);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.cw-home .sppb-addon-module ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cw-home .sppb-addon-module #mod-menu114::before,
.cw-home .sppb-addon-module #mod-menu122::before {
	display: block;
	color: var(--cw-yellow);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.cw-home .sppb-addon-module #mod-menu114::before {
	content: "KEY LINKS";
	margin: 0 0 9px;
}

.cw-home .sppb-addon-module #mod-menu122::before {
	content: "TAKE ACTION";
	margin: 24px 0 9px;
}

.cw-home .sppb-addon-module li {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.72);
	list-style: none;
}

.cw-home .sppb-addon-module a {
	position: relative;
	display: block;
	padding: 9px 4px 9px 18px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.cw-home .sppb-addon-module a::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid currentColor;
	transform: translateY(-50%);
}

.cw-home .sppb-addon-module a:hover,
.cw-home .sppb-addon-module a:focus {
	color: var(--cw-yellow);
	text-decoration: none;
}

.cw-home .sppb-addon-articles .sppb-addon-title,
.cw-home .sppb-addon-article .sppb-addon-title {
	background: var(--cw-red);
	color: #ffffff;
	margin: 0;
	padding: 3px 6px 4px;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

.cw-home #section-id-1568802366168 {
	display: none !important;
}

.cw-home #section-id-1598906319778 {
	margin-top: 20px;
}

.cw-home .cw-scroll-list {
	height: 350px;
	overflow: hidden;
	padding: 18px 14px;
	background: var(--cw-red);
	color: #ffffff;
	font-size: 12.5px;
	line-height: 1.42;
}

.cw-home .cw-scroll-list p {
	margin: 0 0 17px;
	color: #ffffff;
}

@media (max-width: 760px) {
	:root {
		--cw-wrap: 100%;
	}

	html,
	body.cw-site {
		background: #191919;
	}

	.cw-wrap {
		width: min(402px, calc(100vw - 28px));
	}

	.cw-header {
		padding: 8px 0 0;
		background: #191919;
	}

	.cw-header__inner {
		background: var(--cw-blue);
		padding: 8px 12px 0;
	}

	.cw-banner {
		width: 100%;
	}

	.cw-mobile-actions {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 72px;
		padding: 16px 28px 12px;
		background: var(--cw-blue);
		position: relative;
	}

	.cw-menu-button {
		position: absolute;
		left: 28px;
		top: 16px;
		display: flex;
		width: 43px;
		height: 45px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		background: #4a4a4a;
		cursor: pointer;
	}

	.cw-menu-button span {
		display: block;
		width: 22px;
		height: 3px;
		background: #ffffff;
	}

	.cw-donate-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 38px;
		padding: 0 16px;
		color: #ffffff;
		background: #0d6fd8;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 4px;
		font-size: 16px;
		line-height: 1;
		text-decoration: none;
	}

	.cw-donate-button:hover,
	.cw-donate-button:focus {
		color: #ffffff;
		background: #0b60bc;
		text-decoration: none;
	}

	.cw-nav .cw-wrap {
		display: none;
		background: var(--cw-red);
	}

	.cw-nav-toggle:checked ~ .cw-nav .cw-wrap {
		display: block;
	}

	.cw-nav ul {
		display: block;
	}

	.cw-nav li {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
	}

	.cw-nav a {
		padding: 10px 13px;
		border-right: 0;
		font-size: 11px;
	}

	.cw-page {
		padding: 0 0 0;
		background: #191919;
	}

	.cw-page > .cw-wrap {
		background: var(--cw-blue);
		padding: 8px 26px 0;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
	}

	.cw-layout {
		display: block;
	}

	.cw-sidebar {
		margin-top: 24px;
	}

	.cw-footer__inner {
		display: block;
	}

	.cw-footer-menu {
		margin-top: 12px;
	}
}
