#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 {
	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 ul,
#campaign-page ol {
	padding: 0 !important;
	margin: 0 !important;
}

#campaign-page ul {
	list-style: none;
}

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

#campaign-page 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: 23px !important;
	line-height: 31px !important;
	color: #000 !important;
	margin: 0 !important;
	padding: 0 0 10px 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 h4 + ul {
	margin-top: -5px !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: 5px;
}

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

.cta-button.align-right {
	float: right;
}

.center {
	text-align: center;
}

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

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

.campaign-section::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.two-column > div {
	width: 500px;
	padding-right: 45px;
	float: left;
}

.two-column > div + div {
	width: 330px;
	padding: 0 45px 0 44px;
	border-left: 1px solid #d0d0ce;
}

.two-column > div > .teaser-box {
	width: 100%;
}

.two-column > div > * + .teaser-box,
#campaign-page .two-column > div > .teaser-box + * {
	margin-top: 30px !important;
}

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

.three-column > * ~ div {
	margin-top: 15px;
}

.teaser-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 25px 30px;
	background: #fff;
	position: relative;
}

.teaser-box {
	max-width: 100%;
}

.teaser-box .cta-button {
	-webkit-align-self: center;
	align-self: center;
}

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

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

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

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

#campaign-page .teaser-box p,
#campaign-page .teaser-box li {
	color: #888b8d !important;
	padding-bottom: 5px !important;
	font-size: 13px !important;
	line-height: 19px !important;
}

#campaign-page .teaser-box li {
	padding-bottom: 0 !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;
	border: none !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 > 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 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 .campaign-section img {
	max-width: 100%;
}

/* header styles */

#campaign-header {
	height: 338px;
	background: #0085d5 url(../images/20180118-twistorr-header-bg-en-global.jpg);
	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 25px 20px 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: 26px !important;
	line-height: 36px !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}

#campaign-page #campaign-header p {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}

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

#campaign-header-text img {
	margin-top: 20px;
	max-width: 320px;
}

#campaign-header-image {
	overflow: hidden;
	margin-left: auto;
	width: 0;
	transition: width 500ms 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 500ms ease 250ms;
	width: 46px;
}

#campaign-header-image::after {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 483px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 483px;
	background: rgba(132,189,0,0.7);
	border-left: 23px solid #84bd00;
	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: #00bab3;
	opacity: 0.7;
	z-index: 1;
}

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

#campaign-page #campaign-video p {
	font-size: 12px !important;
	line-height: 17px !important;
}

[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-page #campaign-innovation h2 {
	padding-bottom: 30px !important;
}

#campaign-page #campaign-innovation > img {
	float: left;
	margin-right: 30px;
	width: 213px;
	height: auto;
}

#campaign-page #campaign-innovation ul {
	overflow: hidden;
}

#campaign-service h3 {
	padding-left: 35px !important;
	position: relative;
}

#campaign-service h3 img {
	position: absolute;
	top: 0;
	left: 0;
}