#campaign-page {
	width: 920px;
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 400;
	margin: 0 auto;
	font-size: 14px;
	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: 500 !important;
	font-size: 14px !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;
}

#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 + *,
#campaign-page .center + * {
	margin-top: 15px !important;
}

.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 {
	font-size: 15px !important;
	line-height: 24px !important;
}

#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 {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #888b8d !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: 20px !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 > * {
	width: 100%;
}

.teaser-box.full-width > img {
	width: 240px;
	height: auto;
	margin: 0;
	flex-shrink: 0;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.teaser-box.full-width > div {
	width: 240px;
}

.teaser-box.full-width > img + div,
.teaser-box.full-width > div + div {
	width: 505px;
	margin-left: 25px;
}

.teaser-box.full-width.three-columns > div + div {
	width: 240px;
}

.teaser-box.full-width.reverse-widths > div {
	width: 505px;
}

.teaser-box.full-width.reverse-widths > div + div {
	width: 240px;
}

.teaser-box.full-width.equal-columns > img,
.teaser-box.full-width.equal-columns > div {
	width: 370px;
}

.teaser-box.full-width.top-align {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

#campaign-page .horizontal-divider {
	width: 100%;
	margin-top: 15px !important;
	margin-left: 0 !important;
	border-top: 1px solid #d0d0ce !important;
	padding-top: 25px !important;
}

#campaign-page div + .horizontal-divider {
	margin-top: 25px !important;
}

#campaign-page .teaser-box.full-width > div + p {
	padding-top: 10px !important;
}

.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: 437px;
}

#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: 42px !important;
	line-height: 54px !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: 15px !important;
}

#campaign-header-image {
	overflow: hidden;
	margin-left: auto;
	width: 0;
	transition: width 500ms ease;
	position: relative;
}

.campaign-header-loaded #campaign-header-image {
	width: 483px;
	background: #fff;
}

#campaign-header-image::before {
	content: "";
	display: block;
	width: 483px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00a9e0;
	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: 483px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 483px;
	border-left: 23px solid rgb(0,66,106);
	background: rgba(0,66,106,0.75);
	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;
}

/* main nav styles */

#campaign-page ul#campaign-main-nav {
	list-style: none !important;
	padding: 0 !important;
	-webkit-display: flex;
	display: flex;
}

#campaign-page * + ul#campaign-main-nav {
	margin-top: 10px !important;
}

#campaign-page ul#campaign-main-nav li {
	padding: 0 !important;
	width: 162px;
	-webkit-display: flex;
	display: flex;
}

#campaign-page ul#campaign-main-nav li + li {
	margin-left: 5px !important;
}

#campaign-page ul#campaign-main-nav li a {
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	font-size: 12px !important;
	line-height: 18px !important;
	color: #fff !important;
	background: #0085d5;
	padding: 11px 15px;
	outline: none !important;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	transition: background 0.25s ease;
	position: relative;
}

#campaign-page ul#campaign-main-nav li a:hover,
#campaign-page ul#campaign-main-nav li a:active {
	color: #fff !important;
	background: #00426a !important;
}

#campaign-page ul#campaign-main-nav li a.open {
	background: #b1b3b3 !important;
}

#campaign-page ul#campaign-main-nav li a.open::before {
	content: "";
	display: block;
	width: 0;
	height: 30px;
	border-left: 1px solid #b1b3b3;
	position: absolute;
	bottom: -30px;
	left: 50%;
}

/* dropdown nav styles */

.campaign-dropdown::before,
.campaign-dropdown-subsection::before {
	content: "";
	display: block;
	height: 30px;
}

#campaign-page ul.campaign-dropdown-nav {
	list-style: none !important;
	padding: 0 !important;
	border-top: 1px solid #b1b3b3;
	-webkit-display: flex;
	display: flex;
}

#campaign-page ul.campaign-dropdown-nav li {
	padding: 0 !important;
	width: calc(20% - 5px);
	font-size: 13px !important;
	line-height: 20px !important;
	display: -webkit-flex;
	display: flex;
}

#campaign-page ul.campaign-dropdown-nav li + li {
	margin-left: 5px !important;
}

#campaign-page ul.campaign-dropdown-nav a {
	display: block;
	padding: 25px 0 25px 15px !important;
	width: 100%;
	position: relative;
}

#campaign-page ul.campaign-dropdown-nav a:hover,
#campaign-page ul.campaign-dropdown-nav a:active {
	text-decoration: none !important;
}

#campaign-page ul.campaign-dropdown-nav a.open {
	border-bottom: 1px solid #b1b3b3;
	color: #888b8d !important;
}

#campaign-page ul.campaign-dropdown-nav a.open::before {
	content: "";
	display: block;
	width: 0;
	height: 30px;
	border-left: 1px solid #b1b3b3;
	position: absolute;
	bottom: -31px;
	left: 50%;
}

.campaign-dropdown .teaser-box {
	margin: 0 !important;
}

/* figure styles */

#campaign-page a.campaign-figure {
	display: block;
	width: 100%;
	padding: 9px;
	border-width: 1px;
	border-style: solid;
	border-color: #d0d0ce;
	position: relative;
	transition: border-color 250ms ease;
}

#campaign-page a.campaign-figure + * {
	margin-top: 15px !important;
}

#campaign-page a.campaign-figure img {
	height: 120px;
	margin: auto;
}

#campaign-page a.campaign-figure.more-height img {
	height: 150px;
}

#campaign-page a.campaign-figure.auto-height img {
	height: auto;
}

#campaign-page a.campaign-figure.no-padding {
	padding: 0;
}

.campaign-figure::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 6px solid #0085d5;
	background: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	transition: border-color 250ms ease;
}

.campaign-figure::after {
	content: "";
	display: block;
	width: 6px;
	height: 20px;
	background: #0085d5;
	position: absolute;
	right: 26px;
	bottom: 8px;
	transform-origin: center top;
	transform: rotate(-45deg);
	border-radius: 3px;
	transition: background-color 250ms ease;
}

.campaign-figure:hover::before,
#campaign-page a.campaign-figure:hover {
	border-color: #00426a;
}

.campaign-figure:hover::after {
	background-color: #00426a;
}

/* video styles */

[data-video] {
	display: block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

[data-video] img {
	width: 100%;
	transition: all 0.25s ease;
}

[data-video]:hover img {
	-ms-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

[data-video]::after {
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	background-image: url(data:image/png;base64,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);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -26px;
	margin-left: -26px;
}

#campaign-video h2 + h3 {
	margin-top: -5px !important;
	padding-bottom: 10px !important;
}

#campaign-video .mediaspecs {
	margin-top: -6px !important;
}

/* misc styles */

#campaign-intro > div {
	width: 461px;
}

#campaign-intro > div + div {
	width: 344px;
}

#campaign-instrument {
	position: relative;
	left: 8px;
}

.campaign-literature a {
	position: relative;
}

#campaign-page ul.campaign-literature,
#campaign-page .campaign-literature ul {
	list-style: none !important;
	padding-left: 0 !important;
}

#campaign-page .campaign-literature p,
#campaign-page .campaign-literature li {
	padding-left: 24px !important;
}

#campaign-page .campaign-literature li + li {
	padding-top: 7px !important;
}

.campaign-literature 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);
}