#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: 16px !important;
	line-height: 22px !important;
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
	color: #53565a;
}

#campaign-page li {
	padding-bottom: 10px !important;
}

#campaign-page ul,
#campaign-page ol {
	padding: 0 0 20px 20px !important;
	margin: 0 !important;
}

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

#campaign-page ul.line-bullets li {
	position: relative;
	padding-left: 1em !important;
}

#campaign-page ul.line-bullets li::before {
	content: "\2013";
	position: absolute;
	top: 0;
	left: 0;
}

#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 25px 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: 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: 15px !important;
}

.center {
	text-align: center;
}

.campaign-section {
	padding: 25px 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.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;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

.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%, #00426a 72%, #00426a 80%, #0085d5 80%);
}

.teaser-box.current::after  {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	height: 30px;
	background: #fff;
}

.teaser-box :last-child::before {
	content: "+";
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 300;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 21px;
	color: #0085d5;
}

.teaser-box.current :last-child::before {
	content: "\2013";
}

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

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

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

.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 > .teaser-box > * {
	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 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-page img.teaser-img-border {
	outline: 1px solid #d0d0ce;
	outline-offset: -1px;
}

/* header styles */

#campaign-header {
	height: 338px;
	background: #0085d5 url(/cs/promotions/images/20171027-vacuum-header-bg-en_global.jpg) no-repeat;
	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: 25px 0 25px 45px;
	width: 437px;
}

#campaign-header-text > img {
	margin-left: -15px;
}

#campaign-page #campaign-header * {
	color: #fff !important;
}

#campaign-page #campaign-header h2 {
	font-size: 28px !important;
	line-height: 42px !important;
	padding-bottom: 15px !important;
}

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

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

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

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

#campaign-header-image::after {
	content: "";
	display: block;
	width: 483px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 483px;
	background: #84bd00;
	opacity: 0.7;
	z-index: 1;
}

.header-loaded #campaign-header-image::after {
	transition: left 400ms ease 400ms, width 400ms ease 800ms;
	left: 23px;
	width: 46px;
}

#campaign-header-image img {
	position: absolute;
	top: 0;
	right: 0;
}

#campaign-header::after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #00bab3;
	opacity: 0.7;
	z-index: 1;
}

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

/* teaser reveal styles */

.teaser-reveal,
.seamless {
	padding-top: 0;
	border-top: 0 !important;
}

.teaser-reveal-section {
	background: #fff;
	padding: 25px 30px;
	position: relative;
	overflow: hidden;
}

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

#campaign-page .teaser-reveal-section h2,
#campaign-page .teaser-reveal-section h3 {
	padding-bottom: 10px !important;
}

#campaign-page .teaser-reveal-section h2 + h3 {
	padding-top: 10px !important;
}

#campaign-page .teaser-reveal-section p + h2 {
	padding-top: 10px !important;
}

#campaign-page .teaser-reveal-section p,
#campaign-page .teaser-reveal-section li {
	padding-bottom: 10px !important;
	font-size: 14px !important;
	line-height: 19px !important;
}

.teaser-reveal-image {
	float: right;
	margin: -10px -15px 15px 25px;
}

#campaign-page .teaser-reveal-image p {
	font-size: 11px !important;
	line-height: 16px !important;
	color: #888b8d !important;
	margin-top: 5px !important;
}

.teaser-video {
	display: -webkit-flex;
	display: flex;
}

.teaser-video > div {
	width: 545px;
	min-height: 307px;
}

.teaser-video > div + div {
	margin-left: 20px;
	width: 205px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.teaser-video > div + div > * {
	max-width: 100%;
}

#campaign-page p.mediaspecs {
	font-size: 12px !important;
	line-height: 16px !important;
	color: #888b8d !important;
	font-weight: 300 !important;
	margin: auto 0 !important;
}

/* four column teaser styles */

.four-column > div {
	width: 200px;
	padding: 10px 30px 10px 15px;
	justify-content: center;
}

.four-column > div + div {
	margin-left: 10px;
}

.four-column .teaser-box :last-child::before {
	top: 50%;
	margin-top: -15px;
}

.four-column {
	padding-bottom: 10px;
}

.four-column .teaser-box.current::after  {
	bottom: -10px;
	height: 10px;
}

.for-small-teaser {
	padding-bottom: 10px;
}

.for-small-teaser + .equal-height {
	margin-top: 15px;
}

.for-small-teaser .teaser-reveal-section:last-child::before {
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to right, #0085d5 50%, #00a9e0 50%, #00a9e0 72%, #00426a 72%, #00426a 80%, #0085d5 80%);
}