﻿#campaign-page {
	width: 920px;
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 400;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	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 {
	display: block;
	border: none;
}

#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;
}

#campaign-page p,
#campaign-page li {
	font-family: Roboto, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 22px !important;
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
	color: #53565a;
}

#campaign-page ul,
#campaign-page ol {
	padding: 0 0 0 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: 23px !important;
	line-height: 35px !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: 700 !important;
	font-size: 14px !important;
	line-height: 22px !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;
}

#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 {
	margin-top: 5px;
}

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

.center {
	text-align: center;
}

.campaign-section {
	padding: 40px 45px;
}

.campaign-section + .campaign-section {
	border-top: 1px solid #d0d0ce;
}

[class*="column"]::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

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

.two-column.equal-width > div + div {
	margin-left: 30px;
}

.three-column > div {
	float: left;
	width: 260px;
}

.three-column > div + div {
	margin-left: 25px;
}

.teaser-box {
	padding: 25px 30px;
	background: #fff;
	position: relative;
}

.teaser-box::before {
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to right, #0085d5 50%, #00a9e0 50%, #00a9e0 72%, #84bd00 72%, #84bd00 80%, #0085d5 80%);
}

#campaign-page .teaser-box h3 {
	font-size: 15px !important;
	line-height: 24px !important;
}

.teaser-box > img,
.teaser-box > [data-video] {
	display: block;
	margin: 0 auto 15px auto;
}

#campaign-page img.teaser-img-border {
	outline: 1px solid #d0d0ce;
	outline-offset: -1px;
}

#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 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-disclaimer {
	font-size: 12px !important;
	line-height: 16px !important;
	color: #888b8d !important;
}

.no-wrap {
	white-space: nowrap;
}

#campaign-form {
	background: #fff;
	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 > .teaser-box > .cta-button:last-child {
	margin-top: auto;
}

#campaign-page .align-middle {
	-webkit-justify-content: center;
	justify-content: center;
}

#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;
}

/* 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: 482px;
}

#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: 34px !important;
	line-height: 46px !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}

#campaign-page #campaign-header p {
	font-size: 20px !important;
	line-height: 27px !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;
}

.header-loaded #campaign-header-image {
	width: 438px;
}

.header-loaded #campaign-header-image img {
	height: 100%;
	width: auto;
}

#campaign-header-image::before {
	content: "";
	display: block;
	width: 438px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00426a;
	z-index: 1;
}

.header-loaded #campaign-header-image::before {
	transition: width 500ms ease 250ms;
	width: 46px;
}

#campaign-header-image::after {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 438px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 438px;
	background: rgba(132,189,0,0.7);
	z-index: 1;
}

.header-loaded #campaign-header-image::after {
	transition: left 500ms ease 250ms, width 500ms ease 500ms;
	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;
}

#campaign-header.header-loaded::after {
	transition: width 500ms ease 500ms;
	width: 23px;
}

/* slider styles */

.campaign-slider {
	position: relative;
	padding: 40px 45px;
	background: #00426a;
}

.campaign-slider > div {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
}

.campaign-slider > div > div {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	white-space: normal;
}

.slider-prev,
.slider-next {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 45px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.slider-prev svg,
.slider-next svg {
	width: 15px;
	height: auto;
}

.slider-prev path,
.slider-next path {
	fill: #d0d0ce;
	transition: fill 0.25s;
}

.slider-prev:hover path,
.slider-next:hover path {
	fill: #0085d5;
}

.slider-prev {
	left: 0;
}

.slider-next {
	right: 0;
}

.slider-nav {
	display: block;
	text-align: center;
	line-height: 12px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}

#campaign-page .slider-nav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #d0d0ce;
	overflow: hidden;
	text-indent: -999999%;
	transition: background-color 0.25s;
}

#campaign-page .slider-nav a:hover,
#campaign-page .slider-nav a:active,
#campaign-page .slider-nav a.current-nav {
	background-color: #0085d5;
}

.slider-nav a + a {
	margin-left: 10px;
}

.campaign-slider > div > div > img {
	float: left;
	width: 150px;
}

.slide-text {
	width: 590px;
	float: right;
	padding-left: 25px;
}

#campaign-page .campaign-slider p {
	color: #d0d0ce !important;
}

#campaign-page q {
	font-size: 18px !important;
	line-height: 26px !important;
	font-style: italic;
	color: #fff;
}

/* accordion styles */

#campaign-page .campaign-accordion > h2 {
	margin: 0 !important;
	padding: 20px 0 !important;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	transition: all 0.25s;
	position: relative;
}

#campaign-page .campaign-accordion > h2::before {
	content: "+";
	display: inline-block;
	width: 45px;
	color: #0085d5;
	text-align: center;
}

#campaign-page .campaign-accordion > h2.current::before {
	content: "\2013";
}

#campaign-page .campaign-accordion > h2::after {
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	background: linear-gradient(to right, #0085d5 50%, #00a9e0 50%, #00a9e0 72%, #84bd00 72%, #84bd00 80%, #0085d5 80%);
	transition: height 0.5s;
}

#campaign-page .campaign-accordion > h2.current::after {
	height: 4px;
}

#campaign-page .campaign-accordion > h2:hover,
#campaign-page .campaign-accordion > h2:active,
#campaign-page .campaign-accordion > h2.current {
	background: #fff;
}

#campaign-page .campaign-accordion > h2 ~ h2 {
	border-top: 1px solid #d0d0ce;
}

.campaign-accordion > div {
	padding: 0 45px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.campaign-accordion > div::before {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 0;
	left: 45px;
	right: 45px;
	background: #d0d0ce;
}

.campaign-accordion > div::after {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	top: 40px;
	right: 360px;
	bottom: 40px;
	background: #d0d0ce;
}

.campaign-accordion > div > div {
	padding: 40px 0;
}

.campaign-accordion > div > div:first-child {
	width: 400px;
	float: left;
}

#campaign-page .campaign-accordion > div > div:first-child > img {
	margin: 30px auto 0 auto !important;
}

.campaign-accordion > div > div:first-child + div {
	width: 290px;
	float: right;
}

.campaign-accordion > div > div:first-child + div > div + div {
	padding-top: 25px;
}

.campaign-accordion > div > div:first-child + div > div > img {
	max-width: 100%;
}

#campaign-page .campaign-accordion > div > div:first-child + div p,
#campaign-page .campaign-accordion > div > div:first-child + div li {
	padding-bottom: 10px !important;
	font-size: 13px !important;
	line-height: 20px !important;
}

#campaign-page .campaign-accordion > div > div:first-child + div p:last-child,
#campaign-page .campaign-accordion > div > div:first-child + div ul:last-child li:last-child {
	padding-bottom: 0 !important;
}

#campaign-page .campaign-accordion > div > div:first-child + div h4 {
	padding-bottom: 10px !important;
}

/* video thumbnail 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]::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #d0d0ce;
	z-index: 1;
}

[data-video]::after {
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACS5JREFUeNrcWltMlFcQ3v/fG7ugu4gKIjdZVwUThFrxSmyMoY2pqW20TUlq0yc10YcaW21r1V4ebCRG64Nt0ps+aKh90BKbYEWNiBZtok8oK4tKJRITbikXF9jdzuAcMnv899/9Ya22fzJs+C9zvjkzZ27nKKbEXgr7VTTuh9m9MPs/nGgAiRJAlX4VjTHCjELS77gFVMb5ncrIzH7NUYSShQkShdivIFMYrphAFGVcAsmCIHCLBpkZaQkUZDSsQcF4BZMFshgURpiTAG4FshFZFy9e7Nq+fXtpYWFhqdvt9qSkpORYrdY0s9nsQAbBYHBgaGioo7e3t7W7u9t/8+bNa3v37m24cuVKDzweAhokGmLChRB0PNoyqhkzAXcCuYGmAuXY7fbZp06d2tje3n4GAD8KG7zwG/wWeSAv5Em83TSWTWgaZZLJ6BriWjEzbeCMO2pqal5dunTpxuTk5Fnig+Hh4drOzs4//X7/nWvXrv116dKlrhs3bgzgs+LiYseyZctSFyxYkJ2fn5+Xlpb2osViWSm+7evr8128ePHwqlWrTsO/A0RCa8IMw1xbssnFEkaYVxLQRJq5vF27dr3c0dHxh5jlUCh0ua2t7atNmzYth+dzgDz4HlA20HSgTKLpdC+P3pmD3+C3yEPwQ944Br03lcZOIiwq15aRiwvjAspAEOfOnfsAtNBLgjS3tLR8DvcLCWA2vTcZaBKZzUSJ3PRsMr2bTd8W3r179wvkibxxDBjrQ3qWQRgcQiijAimSMNPAvr23bt36Tsxif3//z/PmzSuhAXHmpxDYFLL9JOEsJLLRMye966ZvkYcHeSJvMQ6OCWOjSU8jLEJTSrwCCQdgpxnNQGHu3LlTJQZpbm7+lEwrh8C4CKCdQGvFIUVjTVrpGyfxmEI858AYO8V49+7d+4WEyiBMdhYS4lo3OIsTyH49Pp/vB8H89OnTb8M9L60JNJ1kGuAJ+45F0jq1E69JxNuLY6EjxHERA1nDVMJmY5MW09RwxtJwUaIdC2FOnjz5FtybydTvoFk2JIiOYFbi6aIxZuKYYvza2tod5CjSCKNFTyBhaklk11noaYQDQBMgzci2PC5homgriQnlBe3sJEfRR94vizAm6ZmeQjOUQmr1CteMi5TWTKbWwtQApoxVSA2HhGPOAQxVwqXTxKYTVquWQFw7qbgwIWi+L1wzebMcsm+HljBshuUE1bAGmVAOGjOnqKjoBeHSERvhSY2mJa6ddExBIN9qwo8pznjIAyWLNaNjLsItJzGvNxaHIdZUMo3tQSyICbD5KE2KqiWVBke7zIaFuEFkABQ0p5P67VrA2IwKT+UiXi4a0MHcuWJwTdmJD2IoBEz1iA1zPwrKbobr8R9mciMZ9KJFi97Amw8ePLgEPwGWAQflXEojTbJBTla1f//+WSRcMgkkXLsZ8i9ViZGE0Rii1BCZeIAwmRYuXPg6036EyXFzy4ASoAQy4AAy3LJly3J5FqLMJveO0yiL7oMovy8zMxOdSS6Zh5xBxzRD2XoQE/EPIFYKthFmp9AAqNYsYW5Qt5wlzxbxgY5AInbl8vIAtHX7yJEj75JnyqIcbgJNQEwzlCccMSE2iosbiKeLZFBUKRUxY3GGXLAEYIXWSPWoU2QpzGyt/IHT6Zy5fv36H1tbW/etW7cuj4QR68oWywxpTFG9IpYhwmYirBElvyrnV6mpqZgJmCCQ+rkwcTQu+MQ88Sw7O/u1Y8eOVdfV1a232WwulsTa+TqIsrYihCJsJsIakTeq8gxDsYb+3XT16tX7UtMibCBT17ygmHNDgbfn4cOHxysrK+eTw0iKIy/jAoUIm4mwRvQtZIEUq9WKwcrU0NDQMwZh4mq8uFyu4q1bt56A+mdneXn5JI0MXVcowmYirE+0yyw0U+iFZoOfH0S79Xq9xZR2TNRzCLSsLGzRFhjpKcACv9/Y2PgOz6B1HANiyURsFCfRlYsAizJYVNOzv5REMlOlbiX69378Z/78+c5EDyZ5ryAUbt+vWbNmJXir30TQjmcCCJuJsEZ0XFW5owkm0EWR2MWTSyNYY73Q09Nz4+DBg2vz8vK+hCKug8KD3A6O5kVVwmYirLwbO9poHE0zIBC2OhyOvNLSUgxYjZJQ4fEIBPVMNyzor1esWHF8cHCwD249YqmVaFPpCoNE2LDt1co0G+YmN9pr7urqasYHHo8nn2XJ8WiJ96ufeNbW1vZrRUXFanDbP4Ew6KV6gfpJoGGdPFEWyELYTIQ1yLWryo1zbM/iy9gElFJ/vYRSTiRHLyjM/EePHn0vKytr24kTJ+7Crb9JGNFEHBEGnZaWMDSmypJfK2EzEdagJFT05HTz5s0vjSM57W9qaqrMzc0tSGRyio3JWMkpTy4xccxvb2+vwY+wo8mKO6dO2S06RRgLUsG2aw4cOLCQ4lg6VZ0pRrtDUtNmpMgDTHsRG/bDESthdsopV8QsYPFEgav+OS7wNmkVeHoluO95K8H9fv9nsUpwLpVIzwcDgcBAfX39YbwJsaKiqKjIJVWdEQ6CVZejKT6joN6ij7KJJTcgHRB8J86YMaMCn1++fPkbxMicSihWGytdamNVabSxzM+ojdWg0cZS+doxaWgJY8MARPPd6K0g0L4JNchaUn9ED1suzHjiaSihe3zxbU7R8072+XxrEQNiOXTo0G5y+QGmnXDcreDa2trtz2EreHI8reC4mvXV1dUV/6VmfbTtlFl8OwWYf2JkO0VjfcXcToGg/HEitlMMbXjNnTu3ONEbXsgz0RteuluS58+f38G2JG9jbEjUliTyQp5iS/LChQsfJWpLUnfTeM+ePa+g+2SbxvW0aVzGNo1zdTaNc9mmcZnGpnEDjjGWTeOxbOvbibnjzJkzq5csWYLb+l5W85wFQLit34Ldmbq6uq7r16+PbOuXlJQ44H0XJJU5WAJobetD0Py2vLy8mlyzVr005m39WAcv0qWDF7+LLN3gwYsAfisdvEh/WgcvDB2NKSsrc2/btq20oKBgATYBsW9ms9kmqao60gMAs+qH4q4LNHGvs7OzBRZ8Q2Vl5VXQYrfe0Ridwu9fO7xkYc+jHV4KRTm4NK7DS+M5XqZo7Nol6nhZWE8rT0Og/90BwOf2iOY/AgwAFCv9B/LTApoAAAAASUVORK5CYII=) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -26px;
	margin-left: -26px;
}

#campaign-page [data-video] + *,
#campaign-page .campaign-accordion > div > div:first-child + div img + * {
	margin-top: 15px !important;
}

/* kit dropdown styles */

.campaign-kit-dropdown a {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;	
	-o-user-select: none;
	user-select: none;
}

.campaign-kit-dropdown a::before {
	content: "+";
	display: inline-block;
	width: 15px;
}

.campaign-kit-dropdown a.kit-open::before {
	content: "\2013";
}

/* last child styles */

#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;
}