#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;
	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;
}

#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: 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: 16px !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 h3 strong {
	font-weight: 500 !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: 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%, #f2a900 72%, #f2a900 80%, #0085d5 80%);  */
	background: linear-gradient(to right, #0085d5 80%, #00a9e0 20%);
}

#campaign-page .teaser-box h3 + p {
	margin-top: -5px !important;
}

.teaser-box > img,
.teaser-box > [data-video] {
	display: block;
	margin: 0 auto 15px auto;
	flex-shrink: 0;
}

#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;
	border: none !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 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;
}

/* slider styles */

.campaign-slider {
	position: relative;
}

.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: right;
	line-height: 12px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 33px;
	z-index: 1;
}

#campaign-page .slider-nav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #d0d0ce;
	border: 1px solid #fff;
	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;
}

#campaign-page .slider-nav a + a {
	margin-left: 10px;
}

/* header styles */

#campaign-header {
	height: 338px;
	background: #0085d5;
}

#campaign-header > div {
	height: 100%;
}

#campaign-header > div > div {
	display: -webkit-inline-flex;
	display: inline-flex;
	position: relative;
	overflow: hidden;
	height: 100%;
}

#campaign-header > div > div > * {
	position: relative;
}

#campaign-header > div > div > img:first-child {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
}

.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;
	background: #0085d5;
}

.campaign-header-text::before {
	content: "";
	display: block;
	width: 23px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -23px;
	background: #00426a;
	z-index: 1;
}

.campaign-header-text::after {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 46px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -69px;
/*	background: #f2a900;  */
	background: #00A9E0;
	opacity: 0.6;
	z-index: 1;
}

.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: 30px !important;
	line-height: 42px !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}

#campaign-page #campaign-header .campaign-header-potential h1,
#campaign-page #campaign-header .campaign-header-dream h1 {
	font-size: 40px !important;
	line-height: 52px !important;
}

#campaign-page #campaign-header p {
	font-size: 18px !important;
	line-height: 25px !important;
}

#campaign-page #campaign-header .campaign-header-dream p {
	font-size: 17px !important;
	line-height: 24px !important;
}

#campaign-page #campaign-header h1 + p {
	padding-top: 10px !important;
}

#campaign-header > div > div::after {
	content: "";
	display: block;
	width: 23px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
/*	background: #00426a;  */
	background: #00A9E0;
	opacity: 0.7;
	z-index: 1;
}

#campaign-header .campaign-header-video {
	display: block;
	position: absolute;
	top: 50%;
	right: 219px;
	width: 90px;
	height: 90px;
	margin: -45px -45px 0 0;
	border: 4px solid #fff;
	border-radius: 50%;
	opacity: 0.8;
	transition: opacity 0.25s ease;
	background: rgba(208,208,206,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#campaign-header .campaign-header-video:hover,
#campaign-header .campaign-header-video:active {
	opacity: 1;
}

#campaign-header .campaign-header-video:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid #fff;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -10px;
}

#campaign-header .campaign-header-video strong {
	display: none;
}

/* accordion styles */

.campaign-accordion {
	width: 100%;
}

#campaign-page .campaign-accordion + * {
	margin-top: 30px !important;
}

#campaign-page .campaign-accordion > h3 {
	margin: 0 !important;
	padding: 15px 0 15px 20px !important;
	border-bottom: 1px solid #d0d0ce;
	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;
	position: relative;
}

#campaign-page .campaign-accordion > h3::before {
	content: "+";
	display: block;
	width: 20px;
	color: #0085d5;
	position: absolute;
	top: 15px;
	left: 0;
}

#campaign-page .campaign-accordion > h3.current::before {
	content: "\2013";
}

#campaign-page .campaign-accordion > h3:hover,
#campaign-page .campaign-accordion > h3:active,
#campaign-page .campaign-accordion > h3.current {
	border-color: #0b6092 !important;
}

.campaign-accordion > div {
	padding: 30px 0;
	border-bottom: 1px solid #0b6092;
	font-size: 0;
}

/* instrument styles */

#campaign-instrument {
	position: relative;
	width: 289px;
	height: 431px;
	max-width: none;
	margin: auto auto auto -5px;
}

#campaign-instrument > img,
#campaign-instrument-front > img {
	height: 100%;
	width: auto;
}

#campaign-instrument-magnification {
	position: absolute;
	top: 0;
	left: 0;
}

#campaign-instrument-magnification > img {
	display: block;
	width: 97px;
	height: 97px;
	position: absolute;
	opacity: 0;
	transform: scale(0.5,0.5);
	transition: all 0.5s;
}

#campaign-instrument-magnification > img.magnify {
	opacity: 1;
	transform: scale(1,1);
}

#campaign-instrument-front {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 1s;
}

#campaign-instrument-front > img {
	position: absolute;
	top: 0;
	right: 0;
}

.visible #campaign-instrument-front {
	transition-delay: 0.5s;
	width: 0px;
}

/* resources styles */

#campaign-page ul#campaign-resources-nav {
	font-size: 0;
	padding: 0 !important;
	list-style: none !important;
	display: -webkit-flex;
	display: flex;
}

#campaign-page ul#campaign-resources-nav > li {
	display: inline-block;
	overflow: hidden;
}

#campaign-page ul#campaign-resources-nav > li + li {
	margin-left: 25px !important;
}

#campaign-resources-nav a {
	display: block;
	position: relative;
	font-size: 0;
	line-height: 45px;
	height: 45px;
}

#campaign-resources-nav a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

#campaign-resources-nav a:hover,
#campaign-resources-nav a:active {
	text-decoration: none;
}

#campaign-resources-nav a.current {
	color: #00426a !important;
}

#campaign-resources-nav a:after {
	content: "+";
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 20px;
	font-size: 16px;
}

#campaign-resources-nav a.current:after {
	content: "\2013";
}

#campaign-resources-nav a:before {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 15px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -3px;
	transition: bottom 500ms;
}

#campaign-resources-nav a.current:before {
	bottom: -15px;
}

#campaign-resources-nav a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#campaign-resources > div {
	padding: 25px 30px;
	background: #fff;
}

#campaign-resources p > a {
	display: inline-block;
	padding-left: 25px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABI1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc3Nzh4eEAAADg4ODR0dEAAAD////19fX9/f3z8/Px8fH4+PjoHwDvIADv7+/aHQDYHQD39/fyNRf8/PzhHgDdHQD7+/vk5OTj4+PkHgD6+vrp6enh4eH5397r6+vCwsLg4ODJycnm5ub1sq7t7e386+v75+b45ePb29v409H10M33xcTzioTwY1nwPSv69PP429r3y8nExMT1wL71urb0qKT0opvvWVHsUUjsMCX89/f05+X64uHy2tb21tXU1NT00M/yvbXzsKbzraTynJDzmY/tko/zlIbxhH/xfHfygHXyfnPudXDwc23paWXxa2LtYlzzbFfiXFbyY1PyXUnxTj3vST3jQTnnOSzhhOq8AAAADnRSTlMAIGAMJhgIRYOBAqhHK9EXEn0AAAF5SURBVDjLjZHXboMwFEBJW5J0EgihTdMEM0tD9t6je++9//8r6msMAsFDj2T54ZxrWzLzX+KyjBCSZblY1DCmubYSDFjsdX9QS1KTiUQzLTlJg+0IMshEvLxMAhGoNB/FSv1VLNdtkWCVUFqAggbGrC8av0PRcDQENYSs2ip+qQKUh8+KofSUcv1aIVglSZIEQVhkmB3AgPXTwDtFdzzPMkweOMarcvqe7+UpuuP5GMNsRoKIJ8FWJDLxHIeD2BIhsUsYDPaAEw3GORLEFwnrOoX8iCY5PosDSkyinL1dCmQcfCjAN98cffKuT6d9gUA5v/hwx9OhAEYPOldUY1RfwFO4TsPTaiEYcEDj697ThZwv4ByyDxN77OpcKhBkgeq8P2lPW7ct0Cl/4Jw7+m6Puqp9N54Tv+ELQFdfWp0uPruw3zxMgfcHKqZdnTXh6hyxgC8oYJ6mNlhXBwNsQLo2HIDwbHTgyeggKMIBm1iIIMF6QZyNRcDGmT9zsUxwIWQQbgAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left 3px;
}

/* custom styles */

.campaign-callout {
	display: block;
	padding: 10px 45px;
	background: #00a9e0;
	margin: 10px 0 -20px 0;
	position: relative;
}

#campaign-page .campaign-callout > * {
	position: relative;
	color: #53565a !important;
}

#campaign-page .campaign-callout * {
	transition: color 0.25s ease;
}

.campaign-callout::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: .7;
}

#campaign-page .campaign-callout strong {
	color: #0085d5 !important;
}

#campaign-page .campaign-callout:hover * {
	color: #00426a !important;
}

#campaign-catalog {
	align-items: center;
}

#campaign-catalog > div:first-child {
	width: 150px;
}

#campaign-catalog > div:first-child + div {
	width: 655px;
}

#campaign-catalog img {
	max-width: 100%;
}