#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: 24px !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;
}

.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 + 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: 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 {
	width: 240px;
	height: auto;
	margin: 0;
	flex-shrink: 0;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

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

.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;
	clear: both;
}

#campaign-page .campaign-section.dark-blue p.campaign-disclaimer {
	color: #fff !important;
}

#campaign-page .campaign-section > div + p.campaign-disclaimer {
	padding-top: 40px !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;
	font-size: 10px !important;
	line-height: 15px !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: #fff;
	display: -webkit-flex;
	display: flex;
}

#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 30px 30px 45px;
	width: 505px;
}

#campaign-header-text > * {
	max-width: 100%;
}

#campaign-page #campaign-header-text h1 {
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 300 !important;
	font-size: 42px !important;
	line-height: 52px !important;
	color: #000 !important;
	margin: 0 !important;
	padding: 0 !important;
}

#campaign-page #campaign-header-text p {
	font-size: 24px !important;
	line-height: 30px !important;
	padding: 0 !important;
}

#campaign-page #campaign-header-text h1 + p {
	margin-top: 20px !important;
}

#campaign-header-image {
	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;
}

#campaign-header-image img {
	width: 345px;
	height: 295px;
}

/* sub-brand styles */

.sub-brand > div:first-child {
	width: 620px;
}

.sub-brand > div:first-child + div {
	width: 185px;
}

.sub-brand-logo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	margin-left: auto;
}

.sub-brand-logo * {
	display: none !important;
}

#campaign-page .sub-brand-logo + * {
	margin-top: 25px !important;
}

.sub-brand-logo.infinitylab {
	 background-image: url(data:image/png;base64,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);
	width: 126px;
	height: 46px;
}

/* instrument box styles */

.teaser-box.full-width.campaign-instrument > div {
	width: 590px;
}

.teaser-box.full-width.campaign-instrument > img {
	height: 200px;
	width: auto;
	margin: auto 0 0 auto;
}

#campaign-page .campaign-instrument ul {
	width: 42%;
	float: left;
}

#campaign-page .campaign-instrument ul + ul {
	width: 58%;
	padding-right: 30px !important;
}

#campaign-page .campaign-instrument ul + ul + * {
	clear: both;
}

#campaign-page p.campaign-terms {
	font-size: 12px !important;
	line-height: 18px !important;
}

#campaign-page .teaser-box + p.campaign-terms {
	margin-top: -18px !important;
}

/* video box styles */

#campaign-video > div {
	width: 435px;
}

#campaign-video > img {
	width: 310px;
}

/* dark blue section styles */

.campaign-section.dark-blue {
	border: none;
	background: #00426a;
	padding-top: 40px;
	padding-bottom: 40px;
}

.dark-blue + .campaign-section {
	border-top: none !important;
}

#campaign-page .dark-blue h3,
#campaign-page .dark-blue p {
	color: #fff !important;
}

#campaign-page .dark-blue p {
	font-size: 13px !important;
	line-height: 19px !important;
}

#campaign-page .dark-blue .cta-button {
	margin-bottom: -10px;
}

#campaign-page .dark-blue .cta-button:hover,
#campaign-page .dark-blue .cta-button:active {
	background: #0085d5 !important;
}

/* value promise styles */

#campaign-value-promise {
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-align-items: center;
	align-items: center;
}

#campaign-value-promise > div:last-child {
	width: 220px;
	margin-left: auto;
}

#campaign-page #campaign-value-promise h4 {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #53565a !important;
	padding-bottom: 10px !important;
}

#campaign-page #campaign-value-promise p {
	color: #888b8d !important;
	padding-bottom: 10px !important;
	font-size: 13px !important;
	line-height: 19px !important;
}