﻿#campaign-page {
	width: 920px;
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 400;
	margin: 0 auto;
	font-size: 14px;
	word-break:keep-all !important;
	line-height: 24px;
	color: #53565a;
	background: #f1f1f0;
	-webkit-text-size-adjust: none;
}

#campaign-page * {
	font-family: Roboto, Arial, sans-serif !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#campaign-page img,
#campaign-page video {
	display: block;
	border: none;
	flex-shrink: 0;
}

#campaign-page a,
#campaign-page a:visited {
	color: #0085d5 !important;
	text-decoration: none;
	outline: none !important;
	transition: color 0.25s ease;
}

#campaign-page a:hover,
#campaign-page a:active {
	color: #00426a !important;
	text-decoration: underline;
}

#campaign-page p,
#campaign-page li {
	font-family: Roboto, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 24px !important;
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
	color: #53565a;
	max-width: 100% !important;
}

#campaign-page li {
	padding-bottom: 8px !important;
}

#campaign-page ul,
#campaign-page ol {
	padding: 0 0 15px 20px !important;
	margin: 0 !important;
}

#campaign-page ul {
	list-style: disc;
}

#campaign-page li li {
	padding: 5px 0 0 0 !important;
}

#campaign-page strong,
#campaign-page strong * {
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 700 !important;
}

#campaign-page h2 {
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 300 !important;
	font-size: 24px !important;
	line-height: 36px !important;
	color: #000 !important;
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
}

#campaign-page h3 {
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	color: #000 !important;
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
}

#campaign-page h2 *,
#campaign-page h3 * {
	font-family: Roboto, Arial, sans-serif !important;
}

#campaign-page h4 {
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #000 !important;
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
}

#campaign-page h4 * {
	font-family: Roboto, Arial, sans-serif !important;
}

#campaign-page .cta-button,
#campaign-page .cta-button:visited {
	display: inline-block;
	vertical-align: middle;
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 400;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #fff !important;
	background: #0085d5;
	padding: 14px 19px;
	outline: none !important;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	transition: background 0.25s ease;
	position: relative;
	top: 5px;
	margin-bottom: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#campaign-page .cta-button.transparent,
#campaign-page .cta-button.transparent:visited {
	background: none;
	padding: 12px 17px;
	border: 1px solid #fff !important;
}

#campaign-page .cta-button:hover,
#campaign-page .cta-button:active {
	color: #fff !important;
	background: #00426a !important;
}

#campaign-page .cta-button + *:not(.cta-button),
#campaign-page .center + * {
	margin-top: 15px !important;
}

#campaign-page .cta-button + .cta-button {
	margin-left: 0.75em;
}

.center {
	text-align: center;
}

.campaign-section {
	padding: 30px 45px 50px 45px;
}

.campaign-section + .campaign-section {
	border-top: 1px solid #d0d0ce;
	padding-top: 50px;
}

.campaign-section::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.campaign-section.white-section {
	background: #fff;
	border: none;
}

.campaign-section.white-section + .campaign-section {
	border: none;
}

.two-column > div {
	width: 545px;
	float: left;
}

.two-column > div + div {
	width: 260px;
	margin-left: 25px;
}

.two-column.reverse-widths > div {
	width: 260px;
}

.two-column.reverse-widths > div + div {
	width: 545px;
}

.two-column.equal-width > div {
	width: calc((100% - 25px) / 2);
	margin-left: 0;
}

.two-column.equal-width > div:nth-of-type(even) {
	margin-left: 25px;
}

.three-column > div {
	float: left;
	width: 260px;
}

.three-column > div + div {
	margin-left: 25px;
}

.three-column > div:nth-of-type(3n+1) {
	margin-left: 0;
}

.text-column:first-of-type {
	padding-right: 15px;
}

.text-column:last-of-type {
	padding-left: 15px;
}

#campaign-page .campaign-section[class*="column"] > h2:first-child,
#campaign-page .campaign-section[class*="column"] > h2:first-child ~ p:last-of-type {
	padding-bottom: 25px !important;
}

#campaign-page .campaign-section[class*="column"] > h2:first-child + p {
	margin-top: -10px !important;
}

.teaser-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 25px 30px;
	background: #fff;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

#campaign-page .teaser-box .cta-button {
	-webkit-align-self: center;
	align-self: center;
	top: 10px;
	margin-bottom: 15px;
}

#campaign-page .three-column .teaser-box .cta-button,
#campaign-page .two-column:not(.equal-width) .teaser-box .cta-button {
	font-size: 11px !important;
	line-height: 23px !important;
	padding: 7px 18px;
}

.teaser-box::before {
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: -1px;
	background: linear-gradient(to right, #0085d5 50%, #00a9e0 50%, #00a9e0 72%, #00426a 72%, #00426a 80%, #0085d5 80%);
	z-index: 1;
}

#campaign-page .teaser-box h3 {
	line-height: 24px !important;
}

#campaign-page .teaser-box h3 + h4,
#campaign-page .teaser-box h3 + p,
#campaign-page .teaser-box h3 + ul,
#campaign-page .teaser-box h3 + ol {
	margin-top: -5px !important;
}

.teaser-box > img,
.teaser-box > [data-video] {
	display: block;
	margin: 0 auto 15px auto;
	flex-shrink: 0;
	max-width: 100%;
}

#campaign-page .teaser-img-border {
	outline: 1px solid #d0d0ce;
	outline-offset: -1px;
}

#campaign-page [data-video].teaser-img-border::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #d0d0ce;
	z-index: 1;
}

#campaign-page .teaser-box h4 {
	line-height: 20px !important;
	padding-bottom: 10px !important;
}

#campaign-page .teaser-box p,
#campaign-page .teaser-box li {
	color: #888b8d !important;
	padding-bottom: 10px !important;
	font-size: 13px !important;
	line-height: 19px !important;
}

#campaign-page .teaser-box li {
	padding-bottom: 5px !important;
}

#campaign-page .teaser-box ol,
#campaign-page .teaser-box ul {
	padding: 0 0 10px 15px !important;
}

#campaign-page .teaser-box li li {
	padding-bottom: 0 !important;
}

.teaser-box.full-width {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

h2 + .teaser-box.full-width,
p + .teaser-box.full-width {
	margin-top: 10px;
}

.teaser-box.full-width > h3 {
	width: 100%;
}

.teaser-box.full-width > img,
.teaser-box.full-width > div:first-of-type {
	width: 240px;
	height: auto;
	margin: 0;
	flex-shrink: 0;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.teaser-box.full-width img + img {
	margin-top: 15px;
}

.teaser-box.full-width > div {
	width: 505px;
}

.teaser-box.full-width > img + div,
.teaser-box.full-width > div + div {
	margin-left: 25px;
}

.teaser-box.full-width.equal-columns > img,
.teaser-box.full-width.equal-columns > div {
	width: calc((100% - 25px) / 2);
}

.literature-box {
	background: #00426a;
	padding: 25px 30px 0 30px;
	overflow: hidden;
}

.literature-box > img {
	width: 100%;
	box-shadow: 0 0 25px rgba(0,0,0,0.35);
}

.teaser-box > .literature-box {
	margin-bottom: 15px;
}

.teaser-box > .literature-box:first-child {
	margin: -25px -30px 25px -30px;
	max-width: none;
}

.literature-box.allow-crop {
	overflow: hidden;
	position: relative;
	background: none;
}

.literature-box.allow-crop > img {
	position: absolute;
	top: 0;
	left: 0;
	padding: inherit;
	width: 100%;
	background: #00426a;
}

#campaign-page p.mediaspecs {
	font-size: 12px !important;
	line-height: 16px !important;
	color: #888b8d !important;
	font-weight: 300 !important;
}

#campaign-page p.mediaspecs span {
	color: #53565a !important;
	font-weight: 400 !important;
	margin: 0 5px;
}

#campaign-page .campaign-ruo {
	font-size: 12px !important;
	line-height: 16px !important;
}

/* disclaimer styles */

#campaign-page .campaign-section p.campaign-disclaimer {
	font-size: 11px !important;
	line-height: 17px !important;
	color: #888b8d !important;
	padding-bottom: 0px !important;
}

#campaign-page .campaign-section .teaser-box p.campaign-disclaimer {
	font-size: 10px !important;
	line-height: 15px !important;
}

#campaign-page .campaign-disclaimer.hang-asterisk {
	padding-left: 3px !important;
	position: relative;
	padding-bottom: 0px !important;
}

#campaign-page .campaign-disclaimer.hang-asterisk::before {
	content: "*";
	position: absolute;
	left: -2px;
	font-size: 11px !important;
}

#campaign-page .campaign-disclaimer.hang-asterisk + .hang-asterisk::before {
	content: "**";
	position: absolute;
	left: -6px;
	font-size: 10px !important;
}

#campaign-page .teaser-box .campaign-disclaimer.hang-asterisk {
	padding-left: 3px !important;
	position: relative;
	padding-bottom: 0px !important;
	font-size: 10px !important;
	line-height: 15px !important;
}

#campaign-page .teaser-box .campaign-disclaimer.hang-asterisk::before {
	content: "*";
	position: absolute;
	left: -2px;
	font-size: 10px !important;
}

#campaign-page .teaser-box .campaign-disclaimer.hang-asterisk + .hang-asterisk::before {
	content: "**";
	position: absolute;
	left: -6px;
	font-size: 10px !important;
}

/* end disclaimer styles */

.no-wrap {
	white-space: nowrap;
}

#campaign-form {
	background: #fff;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
}

.equal-height {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.equal-height > * {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.equal-height > div {
	-webkit-flex-basis: auto;
	flex-basis: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.equal-height > div > * {
	max-width: 100%;
}

.equal-height > div a {
	flex-shink: 0;
}

.equal-height > .teaser-box > .cta-button:last-child {
	margin-top: auto;
}

#campaign-page .align-middle {
	-webkit-justify-content: center;
	justify-content: center;
}

#campaign-page h2:last-child,
#campaign-page h3:last-child,
#campaign-page h4:last-child,
#campaign-page p:last-child,
#campaign-page ul:last-child,
#campaign-page ul:last-child li:last-child,
#campaign-page ol:last-child,
#campaign-page ol:last-child li:last-child,
#campaign-page img:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

#campaign-page sub {
	vertical-align: baseline;
	font-size: .75em;
	position: relative;
	bottom: -.25em;
}

#campaign-page sup {
	vertical-align: baseline;
	font-size: .75em;
	position: relative;
	top: -.5em;
}

.campaign-section.seamless {
	padding-top: 0;
	border-top: none;
}

#campaign-page p.campaign-small-text {
	font-size: 11px !important;
	line-height: 18px !important;
}

#campaign-page p.campaign-small-text + .campaign-small-text {
	margin-top: -10px !important;
}

#campaign-page .campaign-section img {
	max-width: 100%;
}

/* header styles */

#campaign-header {
	height: 338px;
	background: #0085d5;
	display: -webkit-flex;
	display: flex;
	position: relative;
	overflow: hidden;
}

#campaign-header-text {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 30px 25px 30px 45px;
	width: 391px;
}

#campaign-header-text > * {
	max-width: 100%;
}

#campaign-page #campaign-header * {
	color: #fff !important;
}

#campaign-page #campaign-header h1 {
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 300 !important;
	font-size: 36px !important;
	line-height: 48px !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}

#campaign-page #campaign-header p {
	font-size: 18px !important;
	line-height: 25px !important;
}

#campaign-page #campaign-header h1 + p {
	padding-top: 10px !important;
}

#campaign-header-image {
	overflow: hidden;
	margin-left: auto;
	width: 0;
	transition: width 500ms ease;
	position: relative;
}

.campaign-header-loaded #campaign-header-image {
	width: 529px;
}

#campaign-header-image::before {
	content: "";
	display: block;
	width: 529px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00426a;
	z-index: 1;
	transition: width 500ms ease 250ms;
}

.campaign-header-loaded #campaign-header-image::before {
	width: 46px;
}

#campaign-header-image::after {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 529px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 529px;
	border-left: 23px solid rgb(132,189,0);
	background: rgba(132,189,0,0.7);
	z-index: 1;
	transition: left 500ms ease 250ms, width 500ms ease 500ms;
}

.campaign-header-loaded #campaign-header-image::after {
	left: 23px;
	width: 46px;
}

#campaign-header-image img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
}

#campaign-header::after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #00a9e0;
	opacity: 0.7;
	z-index: 1;
	transition: width 500ms ease 500ms;
}

#campaign-header.campaign-header-loaded::after {
	width: 23px;
}

/* general survey styles */

#campaign-survey-container > h2 {
	padding: 0 0 15px 0 !important;
}

#campaign-survey-container > h2 a {
	display: block;
	position: relative;
	margin: 0 -20px;
	padding: 0 20px;
	overflow: hidden;
	background-color: rgba(208,208,206,1);
	transition: background-color 500ms ease, height 500ms ease, color 250ms ease;
}

#campaign-survey-container > h2 a.open {
	background-color: rgba(208,208,206,0);
	color: #000 !important;
}

#campaign-survey-container > h2 a::after {
	content: "+";
	display: block;
	width: 60px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px 0;
}

#campaign-survey-container > h2 a.open::after {
	display: none;
}

#campaign-survey-container > h2 a:hover,
#campaign-survey-container > h2 a:active {
	text-decoration: none !important;
}

#campaign-survey-container > h2 a span {
	display: block;
	padding: 10px 40px 10px 0;
}

#campaign-survey-results-title {
	height: 0;
	overflow: hidden;
}

/* question styles */

#campaign-page #campaign-survey-questions p + ul {
	margin-top: -5px !important;
}

#campaign-page #campaign-survey-questions ul {
	list-style: none !important;
	padding: 0 0 15px 0 !important;
	display: flex;
}

#campaign-page #campaign-survey-questions ul li {
	padding: 0 !important;
}

#campaign-page #campaign-survey-questions ul li + li {
	margin-left: 45px !important;
}

#campaign-page label {
	font-weight: 400;
	display: block;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#campaign-survey-questions [type="radio"] {
	position: absolute;
	visibility: hidden;
}

#campaign-survey-questions label span {
	display: inline-block;
	padding-left: 22px;
}

#campaign-survey-questions label span::before {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #888b8d;
	position: absolute;
	top: 3px;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 15px;
	transition: background 250ms ease, border-color 250ms ease;
}

#campaign-survey-questions [type="radio"]:checked + span::after {
	content: "";
	display: block;
	box-sizing: border-box;
	height: 5px;
	width: 9px;
	border-left: 2px solid #00426a;
	border-bottom: 2px solid #00426a;
	transform: rotate(-45deg);
	position: absolute;
	top: 7px;
	left: 3px;
}

/* results styles */

#campaign-page #campaign-survey-results ul {
	list-style: none !important;
	padding: 0 0 20px 0 !important;
	display: flex;
	flex-direction: column;
}

#campaign-page #campaign-survey-results ul li {
	background: #53565a;
	padding: 0 !important;
	overflow: hidden;
	margin-bottom: 2px !important;
}

#campaign-page #campaign-survey-results ul li a {
	display: block;
	color: #fff !important;
	font-size: 16px !important;
	white-space: nowrap;
	position: relative;
	padding-left: 44px;
}

#campaign-page #campaign-survey-results ul li a::before {
	content: "";
	display: block;
	background: #0085d5;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 44px;
}

#campaign-page #campaign-survey-results ul li a img {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -22px;
}

#campaign-page #campaign-survey-results ul li a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

#campaign-page #campaign-survey-results ul li a span {
	display: block;
	padding: 10px 0;
	text-indent: 15px;
	background: #0085d5;
	width: 0%;
	transition: width 1500ms ease 250ms, padding 250ms ease;
}

#campaign-page #campaign-survey-results ul li:hover a span {
	padding: 18px 0;
}

/* pillar styles */

.campaign-survey-info {
	padding-top: 15px;
	padding-left: 140px;
	position: relative;
}

.campaign-survey-info img {
	width: 115px;
	height: 115px;
	background: #0085d5;
	position: absolute;
	top: 15px;
	left: 0;
}

#campaign-page .campaign-survey-info h2 {
	font-size: 22px !important;
	line-height: 34px !important;
	font-weight: 400 !important;
}

#campaign-page .campaign-survey-info h2 + h3 {
	font-size: 22px !important;
	line-height: 34px !important;
	margin-top: -5px !important;
}

#campaign-page ul.campaign-survey-buttons {
	list-style: none !important;
	display: flex;
	padding: 25px 0 0 0 !important;
	margin-top: 20px !important;
	border-top: 1px solid #d0d0ce;
	justify-content: space-between;
}

#campaign-page ul.campaign-survey-buttons li {
	width: 260px;
	padding: 0 !important;
}

#campaign-page ul.campaign-survey-buttons li a {
	display: flex;
	align-items: center;
	width: 100%;
	background: #0085d5;
	color: #fff !important;
	transition: background 0.25s ease;
	font-size: 20px;
	font-weight: 300;
}

#campaign-page ul.campaign-survey-buttons li a:hover {
	color: #fff !important;
	background: #00426a !important;
	text-decoration: none !important;
}

#campaign-page ul.campaign-survey-buttons li a img {
	width: 80px;
	height: 80px;
}

#campaign-page ul.campaign-survey-buttons li a span {
	padding: 15px;
}

.campaign-survey-sublinks {
	padding-top: 25px;
	font-size: 0;
}

#campaign-page .campaign-survey-sublinks .open {
	background: #00426a !important;
}

#campaign-page .campaign-survey-sublinks .cta-button {
	margin-right: 10px;
}

#campaign-page .campaign-survey-sublinks .cta-button + .cta-button {
	margin-left: 0;
}

.campaign-survey-subinfo > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 0px;
	overflow: hidden;
	transition: height 500ms ease;
}

.campaign-survey-subinfo > div > div:first-child {
	float: left;
	width: 545px;
	padding-right: 15px;
	margin: auto 0;
}

.campaign-survey-subinfo > div > div:first-child + div {
	float: right;
	width: 260px;
}

.campaign-survey-subinfo > div::before {
	content: "";
	display: block;
	height: 20px;
	width: 100%;
}

.campaign-survey-subinfo > div::after {
	content: "";
	display: block;
	height: 5px;
	width: 100%;
}

.campaign-resources a {
	position: relative;
}

#campaign-page ul.campaign-resources,
#campaign-page .campaign-resources ul {
	list-style: none !important;
	padding-left: 0 !important;
}

#campaign-page .campaign-resources p,
#campaign-page .campaign-resources li {
	padding-left: 24px !important;
}

#campaign-page .campaign-resources li + li {
	padding-top: 7px !important;
}

.campaign-resources a::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: -24px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAA0lBMVEUAAADVABzVABwRERHVABzVABwRERHVABwRERHVABzVABzVABzVABzVABzVABzVABzVABzVABwRERHVABzVABzVABzVABwRERHVABzVABzVABwRERHVABzVABzVABzVABzVABwRERHVABzVABzVABwRERERERHVABwRERHVABwRERHVABwRERHVABzVABzVABwRERHVABwRERERERHVABwRERERERHVABzVABzVABzVABzVABwRERERERERERERERHVABzVABzVABwRERERERHVABzdO82xAAAARXRSTlMAsMDRmFcwC/Da1LodFvV6Xz8fDwP88dfWq6SVj4h1bGVNQzAnEPr27t7MxJ+clYWCgHpXTCMIB/fk49DDpXBsVEc6NBjYLhm1AAABFElEQVQ4y6XO126DMBSA4UPMKIGwN4SdvXf39vu/UtUKhSIbbvJfHdmffAy/cZ6NGz2uTfgXh+8XvUYPuD+AOnFSQjOLbQgsAVFDYOY6CtfTNRZlCohWR6gaYnFAgiRnoRY+CdS0BuApFLBSa8BgEhydvBt8YqEbsJ7WCQQnj+UukMwsK5ILXZfpwBLZdLdZaIUuxTRwUZ1EBhA2LMf4FMBFNld9Rf+4EMAcFn4AdQSIhd2T2QXSIDChHVTdCO7m6IRc9MWP0TMdjMI9Mg5zHrW98OYekDEa89NlRgf7DJBxmvIu/92yAgBlL2HrivAMsF2+no0tAXpATbKroT8pgVKp9KvpHSsSQyQpWIMqTsSUZn/3P9VPK9TRMc+YAAAAAElFTkSuQmCC);
	background-size: 16px 16px;
	background-repeat: no-repeat;
}

.campaign-webpage-links a::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABGZJREFUeNq8V1mMjUkU/u+l0dd0X9sMibG01h7k6saDGdNIWyIyRBNCEGswIuFxLPdx5h+Gh5ZY0khIbCEGrYklETp2sTZ/e7C0bcSLWLppYun2naqvKH//t1034iRf/ffWqTrnVJ1zqk6FnGTJ9dqgHQkMAnKBLkBzcmuA28BV4ChQ4sRjT5IRG0pCcR7ahcAYIC1Jc98C/wFLYMi11AxwvSjapcAfHFfL1cnvwQlmlQJNgSFAI84pBhbAkBdBE8IJlPdAewGYA7wHVnLLFwO/cdQWa0YxvwVKmeNkA6uAOmAucAkyuydngOvloz0JdAXKgTxYPx/famAnkA5sBqZYs0TJViAT2A08x5x5aq7jeEAOcAqyf2nYANeT4DpgCeoLQdfJXQF0As4DM9Ff93Ge/j2DuyY7VcT+CrSidC/QAjjk34mwz+d7qLwEGAcBr8gbiHYyIP8nov9NvZ3TfRM4ZhrmDGB/DQN4H43YDV5G/SB0vXVoZwH3gN+ZWoZ2AH2AZSqyNWVyrFB7jpfA+5uxc4ZyDEnKltG1q+giGuB6vdBeTCotvw1JdvQQ9zZmxwIqr2EO25RBV/l5Ie6Co4LuE8k4kfsj/78EXtM1GTxLIuIcYFKIJ9wjCsyCVQ8st8iWPqGiTuDdt3iypS/o55AvmCUNbwFPgTbg11q8jmgrmd7tZGWFtPjQZ8o19aLy8s+Ua6UvE25wPCbHsmRAS6C3jydyjgBNRLcYMJCs/QGiBvBbloKfj/ObH8Dby++gMA8LodMBA7vwW56CAeYOyA7gneU3N6z8rum+z4+NmDJCD1Mw4C6/nQN4N80CJQjrAm6ytO+UjoGX0XdT7jD6JZV+UDnqvzJdTwJzODAMvMM+XubH/PenoeYPQ3tQHcHx2Egfz6RwlezAHXZ3bcCPHQNSreoLi+vgk2FTjuGFWUYJ/RowsNJEawq7m+uTYZPRVS4GHOOfEQ3kcv8UDDBzTgbwjEuOhnkovFV+dr2ffQMvi5/UWeF6WV9RwGbzfHlGGTZPdAwF5PouNbfhdrTjeZG8ZvWTzvrOfxlVMWilLxpwGTnWhVNLWUG87YijCeY2/FcVIJohaBWwrgi/0QBetIE0jya4jv/6dA7EY7JN68m8wQKjpYVz5K1Wt5vu62AJtMcWse+Ur7+9dQIWm1LPPoj+ZMR2A9aorYvHninod4HQdFVW6f7/rZQ0435iGS+0yOqvpswcXtML65+E8Zj4cTR9XKgqYNdLJ6+MZXhEVb+u18Qy/D3jqBnabRyzEXNOsD/CarqQsTIKvOrEDxNdlpvK+CqL0Ar0S1xc4dZLWT6VvjQL2aLG6l3srRak3xdbVfmlFzYU/ee+/DLSE0t4Hb8D1gLLgbasDWRnNrAUF9rEd4JkSj9WQuLS2SxUb3HlFV/zNMug0tkcV8enmV3E+OkIFRZYc8zTrDrVx2lPFq1jeXkl+zjdBfyT+uO0viGt1Tbq1efRPRGr8q20nuelUPw4GbEfBBgADgxFTKL4fAsAAAAASUVORK5CYII=);
}

.campaign-video-links a::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAQlBMVEUAAAAAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdWtKpZGAAAAFXRSTlMAD9mA80NjF/fr5KqRKchnWkpI0ceiXtEkAAAAz0lEQVQ4y4WTRwLCMAwEZeHY6SGB+f9XOaS4AJFOLiOti1ZSxPHlAfxrjPIdjZKFNtW2ewPdECbnpjB0wOyK9BZ0TfNVoc2KPMEvZcnFw/PKh95JLdpDcwxbevkRPe2eNuPP/EdRwzMfApc+BbHsIopeS2TEuRVhTUBJbBBlpEsrVETHKMqQARUxoOIJGVARAS8w1UAiJhBwNZAIhw2YEuYhzWvaDxVhu3tq67NuvztAYzWM1XLRalqr7f8bZzuNkwrON9YzzZvsr7v9Nbf/B2CvFVzWuGFNAAAAAElFTkSuQmCC);
}

.campaign-podcast-links a::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAclBMVEUAAAAAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdUAhdX+V86gAAAAJXRSTlMABumSgEMD7fnyJw++s5hrLsV3TBZYOinczsetpaM/11eJ3TwwBWEaTQAAAURJREFUOMuVU9eSgzAMjAWh44ROCiFX9v9/8VyIBeZmMtHDYqwd1fWBTTRBRUlCVdCIw97ykOAsDnPf3xFQ1H0rRNvXBUDdxh1JoDzy/7EEZLTy34DTNuIJuDEjAJ39nGdC8Do/gV8bWY5JMsqjZQDPpX6y8bMCixWZzUK2lxCl/jxSzOEgxBDOSB/6pkRo5kPQMbMUU7TUPCHNdEaQnliDQt9ececK77jqT4HGtFAb9mXd98VErU0jFX4USpNPBHEcCFOXVNijUkhoFY4YTDRlX+owYFTYghQmEA5jsykdColF50qR/0twKWZk6xQZvl2KCr3CyS9yckW+a/P9oET8GjUTkA48al6W9gCax8varJsJbt1OMEZQTFgE0/mSYwJLjkXLBBatL3tLYNn7D4cJAHX7pxczwT493wQTxN7rtfkB4Q8jeiVe+TMWogAAAABJRU5ErkJggg==);
}

.campaign-edu-links a::before  {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAG1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUUeIgAAAACHRSTlMA1sBAg78/hLUK794AAABxSURBVCjPrc7BCcMwEETRKSKQAtJBOkgT6cAFuIst28O3mQEffLF1EPy3Aq0ePMv/1DNI+70ibWmXdiSNpCPpyndehd98hKRHQjIHNAjzA/yGeUAWtwoWtwoWd4H7CrIH0M32fyK0IUIbInSAPQK3zwYYJTPMyN3c1wAAAABJRU5ErkJggg==);
}

#campaign-page #campaign-survey-results ul li#campaign-survey-results-easy a span,
#campaign-page #campaign-survey-results ul li#campaign-survey-results-easy a::before,
#campaign-survey-easy .campaign-survey-info img,
#campaign-page ul.campaign-survey-buttons li a[href="#campaign-survey-easy"] {
	background: #f2a900;
}

#campaign-page #campaign-survey-results ul li#campaign-survey-results-economical a span,
#campaign-page #campaign-survey-results ul li#campaign-survey-results-economical a::before,
#campaign-survey-economical .campaign-survey-info img,
#campaign-page ul.campaign-survey-buttons li a[href="#campaign-survey-economical"] {
	background: #80276c;
}

#campaign-page #campaign-survey-results ul li#campaign-survey-results-effective a span,
#campaign-page #campaign-survey-results ul li#campaign-survey-results-effective a::before,
#campaign-survey-effective .campaign-survey-info img,
#campaign-page ul.campaign-survey-buttons li a[href="#campaign-survey-effective"] {
	background: #84bd00;
}

#campaign-page #campaign-survey-results ul li#campaign-survey-results-efficient a span,
#campaign-page #campaign-survey-results ul li#campaign-survey-results-efficient a::before,
#campaign-survey-efficient .campaign-survey-info img,
#campaign-page ul.campaign-survey-buttons li a[href="#campaign-survey-efficient"]  {
	background: #00a9e0;
}

.campaign-current-pillar {
	display: none;
}