/* ==========================================================================
   1. BASE RESETS & NORMALIZATION
   ========================================================================== */
* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
}

main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

img,
figure {
	display: block;
	max-width: 100%;
	margin: 0;
	height: auto;
	border-style: none;
}

figcaption {
	color: #666;
	margin: .25rem 0 2rem 0;
}

abbr[title] {
	border-bottom: 0;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: 600;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub { bottom: -0.25em; }
sup { top: -0.5em; }

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

details { display: block; }
summary { display: list-item; }
template, [hidden] { display: none; }

/* Icon Map Class */
[class^=carbon-icon-],
[class*=carbon-icon-] {
	font-family: aem-icomoon !important;
	font-size: 1.5rem;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.carbon-icon-sharing-email::before { content: ""; }
.carbon-icon-sharing-facebook::before { content: ""; }
.carbon-icon-sharing-twitter::before { content: ""; }
.carbon-icon-xing-icon::before { content: ""; }
.carbon-icon-social-blog::before { content: ""; }
.carbon-icon-social-facebook::before { content: ""; }
.carbon-icon-social-instagram::before { content: ""; }
.carbon-icon-social-linkedin::before { content: ""; }
.carbon-icon-social-twitter::before { content: ""; }
.carbon-icon-social-youtube::before { content: ""; }
.carbon-icon-sharing-linkedin::before { content: ""; }
.carbon-icon-bulb::before { content: ""; }
.carbon-icon-case::before { content: ""; }
.carbon-icon-checkmark::before { content: ""; }
.carbon-icon-chevron-down::before { content: ""; }
.carbon-icon-chevron-left::before { content: ""; }
.carbon-icon-chevron-right::before { content: ""; }
.carbon-icon-chevron-up::before { content: ""; }
.carbon-icon-clock::before { content: ""; }
.carbon-icon-close::before { content: ""; }
.carbon-icon-contact::before { content: ""; }
.carbon-icon-document::before { content: ""; }
.carbon-icon-download::before { content: ""; }
.carbon-icon-email::before { content: ""; }
.carbon-icon-facebook::before { content: ""; }
.carbon-icon-fax::before { content: ""; }
.carbon-icon-folder::before { content: ""; }
.carbon-icon-history::before { content: ""; }
.carbon-icon-instagram::before { content: ""; }
.carbon-icon-link::before { content: ""; }
.carbon-icon-linkedin::before { content: ""; }
.carbon-icon-list::before { content: ""; }
.carbon-icon-location::before { content: ""; }
.carbon-icon-login::before { content: ""; }
.carbon-icon-medium::before { content: ""; }
.carbon-icon-menu::before { content: ""; }
.carbon-icon-message::before { content: ""; }
.carbon-icon-navigation::before { content: ""; }
.carbon-icon-order-list::before { content: ""; }
.carbon-icon-phone::before { content: ""; }
.carbon-icon-play::before { content: ""; }
.carbon-icon-print::before { content: ""; }
.carbon-icon-search::before { content: ""; }
.carbon-icon-shop::before { content: ""; }
.carbon-icon-twitter::before { content: ""; }
.carbon-icon-user-contact::before { content: ""; }
.carbon-icon-xing::before { content: ""; }
.carbon-icon-youtube::before { content: ""; }
.carbon-icon-form::before { content: ""; }
.carbon-icon-group::before { content: ""; }
.carbon-icon-van::before { content: ""; }
.carbon-icon-tag::before { content: ""; }
.carbon-icon-user-avatar::before { content: ""; }
.carbon-icon-arrow-right::before { content: ""; }
.carbon-icon-twitter-x-rounded::before { content: ""; }
.carbon-icon-twitter-x::before { content: ""; }

/* ==========================================================================
   3. TYPOGRAPHY & LINKS
   ========================================================================== */

.intro p,
p.intro {
	font-weight: 600;
	color: #0091c9;
	padding-bottom: 2rem;
}

blockquote {
	font-family: "Geomanist", "Open Sans", arial, sans-serif;
	font-size: 1.5rem;
	margin: 0 0 2rem 0;
	max-width: 38.75rem;
}

@media screen and (min-width: 48em) {
	blockquote {
		font-size: 1.625rem;
		padding-left: 4rem;
		margin-right: -4rem;
		max-width: calc(38.75rem + 4rem);
	}
}

a, .link {
	color: #40add7;
	text-decoration: none;
}

a--dark, .link--dark {
	color: #003a5b;
}

a:hover, .link:hover {
	text-decoration: underline;
}

/* Download Links */
a-download, .link-download {
	display: inline-block;
	width: 100%;
	margin-right: 1rem;
	padding-right: 1.5rem;
}

a-download + a-download,
a-download + .link-download,
.link-download + a-download,
.link-download + .link-download {
	margin-top: .25rem;
}

a-download::after, .link-download::after {
	font-family: aem-icomoon !important;
	font-size: 1.2rem;
	speak: none;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: text-top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-right: -1rem;
	position: relative;
	left: .5rem;
}

/* Lists */
ul, ol {
	list-style-position: inside;
	margin: 0 0 .75rem 0;
	padding: 0;
}

ul li, ol li {
	padding-left: 1rem;
	text-indent: -1rem;
}

ul li { list-style-type: none; }
ul li::before {
	display: inline-block;
	vertical-align: middle;
	width: .5rem;
	height: .5rem;
	background-color: #40add7;
	margin-right: .5rem;
	content: " ";
}

ul.list-no-styles, ol.list-no-styles { list-style: none; }
ul.list-no-styles li, ol.list-no-styles li {
	text-indent: 0;
	padding-left: 0;
}
ul.list-no-styles li::before, ol.list-no-styles li::before { display: none; }

ul[class] { list-style: none; }
ul[class] li {
	text-indent: 0;
	padding-left: 0;
}

.item-list > li + li { margin-top: .25rem; }

.advancedtext ol, .advancedtext ul {
	list-style-position: inside;
	margin: 0 1.5rem;
	padding-left: 1rem;
}

.advancedtext ul li { list-style-type: none; }
.advancedtext ul li::before {
	display: inline-block;
	vertical-align: middle;
	width: .5rem;
	height: .5rem;
	background-color: #40add7;
	margin-right: .5rem;
	content: " ";
}

.autolinklist li::before,
.linklist li::before { content: none; }

/* ==========================================================================
   4. NAVIGATION & BREADCRUMBS
   ========================================================================== */
.aem-AuthorLayer-Navigation .layout-row--sticky {
	position: relative;
}

.filter-navigation {
	margin: 3rem 0;
}

.filter-navigation ul {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 60em) {
	.filter-navigation ul {
		flex-wrap: wrap;
		flex-direction: row;
	}
}

.filter-navigation ul li {
	position: relative;
	font-size: 1.125rem;
	padding: 0;
	text-indent: 0;
	margin-bottom: 1rem;
}

@media screen and (min-width: 60em) {
	.filter-navigation ul li {
		margin-right: 1rem;
		margin-bottom: 0;
	}
}

.filter-navigation ul li:before { display: none; }

.filter-navigation ul li a {
	color: #e3e3e3;
	padding: 0 4rem 0 1rem;
	transition: all .5s cubic-bezier(0, 0, 1, 1);
}

.filter-navigation ul li a:hover,
.filter-navigation ul li a.active {
	text-decoration: none;
	color: #0091c9;
}

.filter-navigation ul li a:hover:before,
.filter-navigation ul li a.active:before {
	background-color: #0091c9;
}

.filter-navigation ul li a:before {
	pointer-events: all;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #e3e3e3;
	position: absolute;
	left: 0;
	bottom: -0.3rem;
	transition: all .5s cubic-bezier(0, 0, 1, 1);
}

/* ==========================================================================
   5. HEADER, BANNERS & SLIDERS
   ========================================================================== */
.banner__container {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	padding: 3rem;
	width: 100%;
}

.banner-big h2 { font-size: 3rem; }
.banner-big p {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	max-width: 31.75rem;
}

@media screen and (max-width: 48em) {
	.banner-big h2 { font-size: 1.5rem; }
	.banner-big p { font-size: 1rem; }
	.banner-big { height: auto; }
}

@media screen and (max-width: 30em) {
	.banner-big { margin-right: 0; }
}

.banner-small h2 { font-size: 1.5rem; }
.banner-small p {
	font-size: 1rem;
	margin-bottom: 2rem;
	max-width: 14.75rem;
}

@media screen and (max-width: 48em) {
	.banner-small {
		height: auto;
		max-width: 95%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 30em) {
	.banner-small { max-width: 90%; }
}

.banner-smallest { padding: 1rem; }
.banner-smallest p { margin-right: 10%; }

.banner-light p,
.banner-light .link,
.banner-light h2 { color: #fff !important; }

.banner-dark p,
.banner-dark .link,
.banner-dark h2 { color: #0091c9; }

.banner .link {
	display: block;
	font-size: .75rem;
}

.banner .link::after {
	font-family: aem-icomoon !important;
	font-size: 1.125rem;
	speak: none;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-left: .3125rem;
	margin-top: -0.125rem;
}

.banner__image {
	background-position: left center;
	background-size: cover;
}

.banner__margin {
	margin-bottom: 2rem;
	margin-top: .5rem;
}

.banner::after {
	content: "";
	display: block;
	clear: both;
}

/* Slick Slider Base */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus { outline: 0; }
.slick-list.dragging { cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list { transform: translate3d(0, 0, 0); }

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden { display: none; }

/* ==========================================================================
   9. LAYOUT & GRID SYSTEMS
   ========================================================================== */
.layout-row {
	background-color: #fff;
	padding: .75rem 0;
	clear: both;
}

.layout-row + .layout-line { margin-top: -0.75rem; }
main + .layout-row .layout-row__content { padding-bottom: 1rem; }

.layout-row--clipped { overflow: hidden; }
.layout-row--tight { padding: 0; }

.layout-row--sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
}

.layout-row--sticky-bottom {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99;
}

@media only screen and (max-width: 959px) {
	.layout-row--sticky { position: initial; }
}

.layout-row .download-library--navigation__item .button::before,
.layout-row .download-library--navigation__item .button:hover::before {
	font-family: aem-icomoon !important;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
}

.layout-row__content {
	margin: 0 auto;
	max-width: 80em;
	padding: 1.5rem 1rem;
}

@media screen and (min-width: 48em) {
	.layout-row__content { padding: 3rem 1rem; }
	.layout-row__content--narrow,
	.layout-row__content--narrowest {
		padding-left: 8rem;
		padding-right: 8rem;
	}
}

@media screen and (min-width: 64em) {
	.layout-row__content--narrowest {
		padding-left: 16rem;
		padding-right: 16rem;
	}
}

.layout-row__content--wide {
	max-width: none;
	padding: 0;
}

.layout-row__content > p,
.layout-row__content > div > p { margin-bottom: 1.5rem; }

.layout-row__content > p:last-child,
.layout-row__content > div > p:last-child { margin-bottom: 0; }

.layout-row__content img + p { margin-top: 1.5rem; }

/* Spacing Helpers */
.layout-row__content--pt-0 { padding-top: 0; }
.layout-row__content--pt-5 { padding-top: 2px; }
.layout-row__content--pt-10 { padding-top: 5px; }
.layout-row__content--pt-15 { padding-top: 7px; }
.layout-row__content--pt-20 { padding-top: 10px; }
.layout-row__content--pt-25 { padding-top: 12px; }
.layout-row__content--pt-30 { padding-top: 15px; }
.layout-row__content--pt-35 { padding-top: 17px; }
.layout-row__content--pt-40 { padding-top: 20px; }
.layout-row__content--pt-45 { padding-top: 22px; }
.layout-row__content--pt-50 { padding-top: 25px; }

.layout-row__content--pb-0 { padding-bottom: 0; }
.layout-row__content--pb-5 { padding-bottom: 2px; }
.layout-row__content--pb-10 { padding-bottom: 5px; }
.layout-row__content--pb-15 { padding-bottom: 7px; }
.layout-row__content--pb-20 { padding-bottom: 10px; }
.layout-row__content--pb-25 { padding-bottom: 12px; }
.layout-row__content--pb-30 { padding-bottom: 15px; }
.layout-row__content--pb-35 { padding-bottom: 17px; }
.layout-row__content--pb-40 { padding-bottom: 20px; }
.layout-row__content--pb-45 { padding-bottom: 22px; }
.layout-row__content--pb-50 { padding-bottom: 25px; }

@media screen and (min-width: 48em) {
	.layout-row__content--pt-0 { padding-top: 0; }
	.layout-row__content--pt-5 { padding-top: 5px; }
	.layout-row__content--pt-10 { padding-top: 10px; }
	.layout-row__content--pt-15 { padding-top: 15px; }
	.layout-row__content--pt-20 { padding-top: 20px; }
	.layout-row__content--pt-25 { padding-top: 25px; }
	.layout-row__content--pt-30 { padding-top: 30px; }
	.layout-row__content--pt-35 { padding-top: 35px; }
	.layout-row__content--pt-40 { padding-top: 40px; }
	.layout-row__content--pt-45 { padding-top: 45px; }
	.layout-row__content--pt-50 { padding-top: 50px; }

	.layout-row__content--pb-0 { padding-bottom: 0; }
	.layout-row__content--pb-5 { padding-bottom: 5px; }
	.layout-row__content--pb-10 { padding-bottom: 10px; }
	.layout-row__content--pb-15 { padding-bottom: 15px; }
	.layout-row__content--pb-20 { padding-bottom: 20px; }
	.layout-row__content--pb-25 { padding-bottom: 25px; }
	.layout-row__content--pb-30 { padding-bottom: 30px; }
	.layout-row__content--pb-35 { padding-bottom: 35px; }
	.layout-row__content--pb-40 { padding-bottom: 40px; }
	.layout-row__content--pb-45 { padding-bottom: 45px; }
	.layout-row__content--pb-50 { padding-bottom: 50px; }
}

/* Diagonal Layout Dividers */
.layout-line { height: 1.5rem; }
.layout-line + .layout-row { padding-top: 0; }

.layout-line--down.layout-line--blue-dark-to-white {
	background: #003a5b;
	background: linear-gradient(to left bottom, #003a5b 48%, #fff 50%);
}
.layout-line--down.layout-line--blue-lightest-to-white {
	background: #ebf6fc;
	background: linear-gradient(to left bottom, #ebf6fc 48%, #fff 50%);
}
.layout-line--down.layout-line--grey-dark-to-white {
	background: #e3e3e3;
	background: linear-gradient(to left bottom, #e3e3e3 48%, #fff 50%);
}
.layout-line--down.layout-line--livid-to-grey {
	background: #666;
	background: linear-gradient(to left bottom, #666 48%, #ebf6fc 50%);
}
.layout-line--down.layout-line--livid-to-white {
	background: #666;
	background: linear-gradient(to left bottom, #666 48%, #fff 50%);
}
.layout-line--down.layout-line--grey-light-to-blue-lightest {
	background: #e5ecef;
	background: linear-gradient(to left bottom, #e5ecef 48%, #ebf6fc 50%);
}
.layout-line--down.layout-line--grey-light-to-white {
	background: #e5ecef;
	background: linear-gradient(to left bottom, #e5ecef 48%, #fff 50%);
}
.layout-line--down.layout-line--white-to-grey-light {
	background: #fff;
	background: linear-gradient(to left bottom, #fff 48%, #e5ecef 50%);
}
.layout-line--down.layout-line--white-to-grey-dark {
	background: #fff;
	background: linear-gradient(to left bottom, #fff 48%, #e3e3e3 50%);
}
.layout-line--up.layout-line--white-to-grey-dark {
	background: #fff;
	background: linear-gradient(to right bottom, #fff 48%, #e3e3e3 50%);
}
.layout-line--up.layout-line--white-to-grey-light {
	background: #fff;
	background: linear-gradient(to right bottom, #fff 48%, #e5ecef 50%);
}
.layout-line--up.layout-line--white-to-livid {
	background: #fff;
	background: linear-gradient(to right bottom, #fff 48%, #666 50%);
}
.layout-line--up.layout-line--grey-to-white,
.layout-line--up.layout-line--blue-lightest-to-white {
	background: #ebf6fc;
	background: linear-gradient(to right bottom, #ebf6fc 48%, #fff 50%);
}

/* Column Grid Systems */
.layout-columns {
	display: flex;
	flex-flow: row wrap;
	gap: 2rem;
}

.layout-columns--no-margin { gap: 0; }
.layout-columns + .layout-columns { margin-top: 2rem; }
.layout-columns__column { flex: 0 0 100%; }

@media screen and (min-width: 48em) {
	.layout-columns__column { flex: 0 0 calc(50% - 1rem); }
}

@media screen and (min-width: 60em) {
	.layout-columns__column { flex: 1; }
	.layout-columns__column--100 { flex-basis: calc(100% - 2rem); }
	.layout-columns__column--75 { flex-basis: calc(75% - 2rem); }
	.layout-columns__column--66 { flex-basis: calc(66.66% - 2rem); }
	.layout-columns__column--50 { flex-basis: calc(50% - 2rem); }
	.layout-columns__column--42 { flex-basis: calc(41% - 2rem); }
	.layout-columns__column--33 { flex-basis: calc(33.33% - 2rem); }
	.layout-columns__column--25 { flex-basis: calc(25% - 2rem); }
	.layout-columns__column--20 { flex-basis: calc(20% - 2rem); }
	.layout-columns__column--16 { flex-basis: calc(16.66% - 2rem); }
	.layout-columns__column--15 { flex-basis: calc(15% - 2rem); }
	.layout-columns__column--10 { flex-basis: calc(10% - 2rem); }
}

.layout-columns--color-primary-d { background-color: #0091c9; }
.layout-columns--color-primary-d,
.layout-columns--color-primary-d h1,
.layout-columns--color-primary-d h2,
.layout-columns--color-primary-d h3,
.layout-columns--color-primary-d a,
.layout-columns--color-primary-d div { color: #fff; }

.layout-columns--padding { padding: 1.25rem; }

/* Interactive Columns Component */
.simple-columns { position: relative; }
.simple-columns::after {
	content: "";
	clear: both;
	display: block;
}

.simple-columns > ul {
	position: relative;
	margin: 0 50px;
	padding: 0;
}

.simple-columns > ul > li {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.simple-columns > ul > li::before { content: none; }
.simple-columns > ul > li::after {
	content: "";
	display: block;
	clear: both;
}

.simple-columns.interactive { overflow: hidden; }
.simple-columns.interactive.transition .simple-columns__column { transition: left .4s; }
.simple-columns.interactive .simple-columns__column { position: absolute; }

.simple-columns.interactive .simple-columns__column.simple-columns__column--16 { left: -16%; }
.simple-columns.interactive .simple-columns__column.simple-columns__column--25 { left: -25%; }
.simple-columns.interactive .simple-columns__column.simple-columns__column--33 { left: -33%; }
.simple-columns.interactive .simple-columns__column.simple-columns__column--50 { left: -50%; }
.simple-columns.interactive .simple-columns__column.simple-columns__column--66 { left: -66%; }
.simple-columns.interactive .simple-columns__column.simple-columns__column--75 { left: -75%; }
.simple-columns.interactive .simple-columns__column.simple-columns__column--100 { left: -100%; }

.simple-columns.interactive .simple-columns__column.current,
.simple-columns.interactive .simple-columns__column.current ~ .simple-columns__column {
	display: block;
	position: relative;
	opacity: 1;
	left: 0;
}

.simple-columns.interactive .simple-columns__column.current ~ .simple-columns__column:not(.in-view) {
	position: absolute;
}

.simple-columns.interactive button {
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	outline: 0;
	transition: border 1s;
	text-decoration: none;
}

.simple-columns.interactive button::after {
	font-family: aem-icomoon !important;
	content: "";
	font-size: 1.125rem;
	color: #0091c9;
	font-weight: 600;
	position: absolute;
	right: -3px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform .25s cubic-bezier(0.42, 0, 1, 1);
}

.simple-columns.interactive button:hover:not([disabled]) { border: 2px solid #0091c9; }
.simple-columns.interactive button.next { right: 0; }
.simple-columns.interactive button.prev {
	margin-left: 2em;
	left: 0;
	transform: translate(-50%, -50%) rotate(-180deg);
}

.simple-columns.interactive button[disabled] { opacity: .4; cursor: not-allowed; }

.simple-columns .simple-columns__column {
	padding-right: 1.2em;
	padding-left: .8em;
	float: left;
}

.simple-columns .simple-columns__column.in-view {
	display: block;
	opacity: 1;
}

.simple-columns .simple-columns__column.simple-columns__column--16 { width: 16%; }
.simple-columns .simple-columns__column.simple-columns__column--25 { width: 25%; }
.simple-columns .simple-columns__column.simple-columns__column--33 { width: 33%; }
.simple-columns .simple-columns__column.simple-columns__column--50 { width: 50%; }
.simple-columns .simple-columns__column.simple-columns__column--66 { width: 66%; }
.simple-columns .simple-columns__column.simple-columns__column--75 { width: 75%; }
.simple-columns .simple-columns__column.simple-columns__column--100 { width: 100%; }

@media screen and (max-width: 48em) {
	.simple-columns .simple-columns__column.simple-columns__column--16 { width: 33.33%; }
	.simple-columns .simple-columns__column.simple-columns__column--25,
	.simple-columns .simple-columns__column.simple-columns__column--33,
	.simple-columns .simple-columns__column.simple-columns__column--50,
	.simple-columns .simple-columns__column.simple-columns__column--66,
	.simple-columns .simple-columns__column.simple-columns__column--75,
	.simple-columns .simple-columns__column.simple-columns__column--100 { width: 100%; }
}

@media screen and (max-width: 30em) {
	.simple-columns .simple-columns__column.simple-columns__column--16 { width: 100%; }
}

/* ==========================================================================
   10. CARDS, TILES & COMPONENTS
   ========================================================================== */
/* Article Tiles */
.article-tile .article-tile-details {
	float: left;
	width: 50%;
}

.article-tile .article-tile-details p { word-break: break-word; }

.article-tile::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 48em) {
	.article-tile .article-tile-image {
		float: left;
		margin-right: 1em;
		width: calc(50% - 1em);
	}
}

/* Video Component */
video { display: block; max-width: 100%; }
.video { width: 100%; position: relative; }

.video__button {
	position: absolute;
	padding: 1.5rem;
	border-radius: 50%;
	background: #0091c9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.video__button--hidden { display: none; }

.video__button::after {
	font-family: aem-icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	color: #fff;
	position: relative;
	left: .125rem;
	font-size: 2rem;
	transition: all .125s cubic-bezier(0.42, 0, 1, 1);
}

video:hover + .video__button::after,
.video__button:hover::after {
	transform: scale(1.15);
	font-size: 2.5rem;
}

/* Blog Author Component */
.blog-author {
	display: flex;
	flex-direction: row;
	max-width: 75%;
	margin: 0 auto;
	padding: 2rem 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

@media screen and (max-width: 48em) {
	.blog-author { max-width: 100%; }
}

.blog-author__image { margin-right: 1.5rem; }
.blog-author__image img {
	border-radius: 50%;
	width: 100%;
	max-width: 110px;
	height: auto;
}

/* Contact Component */
.contact {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2rem;
}

.contact__content-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex: 0 1 100%;
}

.contact__content-wrapper .contact__column { flex: 0 1 100%; }

@media screen and (min-width: 30em) {
	.contact__content-wrapper {
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: 50%;
	}
}

@media screen and (min-width: 48em) {
	.contact__content-wrapper { flex-basis: 75%; }
	.contact__content-wrapper .contact__column { flex: 1; }
}

.contact__column {
	flex: 1;
	position: relative;
	margin-left: 2rem;
}

.contact__column + .contact__column { margin-top: 2rem; }

@media screen and (min-width: 48em) {
	.contact__column + .contact__column { margin-top: 0; }
}

.contact__image {
	display: block;
	max-width: 100%;
	width: 40%;
	min-width: 7rem;
	height: auto;
	max-height: 300px;
	margin-left: auto;
	position: relative;
	bottom: -2.25rem;
}

@media screen and (min-width: 30em) {
	.contact__image { position: absolute; right: 0; }
}

@media screen and (min-width: 48em) {
	.contact__image { width: auto; bottom: -3.75rem; }
}

.contact ul li:before { display: none !important; }
.contact ul li a:hover { text-decoration: none !important; }

/* Sites Link List Component */
.siteslinklist { margin: 1.5rem 0; }

.siteslinklist ul {
	display: flex;
	flex-wrap: wrap;
	margin: .5rem 0;
}

.siteslinklist ul li {
	flex: 100%;
	font-size: .875rem;
	line-height: 1.5rem;
}

@media screen and (min-width: 48em) {
	.siteslinklist ul li { flex: 50%; }
}

@media screen and (min-width: 60em) {
	.siteslinklist ul li { flex: 0 1 30%; }
}

.siteslinklist ul li:before { display: none; }
.siteslinklist ul li a:after {
	color: #000;
	content: " | ";
	display: inline-block;
	text-indent: 5px;
}

.siteslinklist ul li a:last-of-type:after { display: none; }
.siteslinklist ul li img {
	display: inline-block;
	padding-right: .25rem;
	vertical-align: middle;
}

.siteslinklist ul li span:after { content: " - "; }

/* Featured Products & Services Components */
@media screen and (min-width: 48em) {
	.featured-product__items {
		display: flex;
		margin-left: -2rem;
	}
}

.featured-product__item { margin-bottom: 2rem; }
.featured-product__item:last-child { margin-bottom: 0; }

@media screen and (min-width: 48em) {
	.featured-product__item {
		margin-left: 2rem;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: calc(50% - 2rem);
		margin-bottom: 0;
	}
}

.featured-product__heading {
	font-size: 1.625rem;
	margin: 0 0 2rem;
}

h2 + .featured-product > .featured-product__heading { margin-top: -1rem; }

.featured-product__image {
	max-width: none;
	width: 100%;
	height: auto;
}

.featured-product__introduction {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: -3rem;
	margin: auto 1.5rem -3rem 1.5rem;
	padding: 1.5rem 1rem;
	background: #0091c9;
	color: #fff;
}

.featured-product__introduction a { color: #fff; }

.featured-product__table {
	width: 100%;
	margin-bottom: .75rem;
	border-collapse: collapse;
	font-size: inherit;
	line-height: inherit;
}

.featured-product__table-container {
	width: 100%;
	min-height: 2rem;
}

.featured-product__table-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .5rem;
	color: #fff;
}

@media screen and (min-width: 30em) {
	.featured-product__table-row { display: table-row; }
}

.featured-product__table-row:last-child { margin-bottom: 0; }

.featured-product__table-title {
	width: 100%;
	font-weight: bold;
	padding-right: 1rem;
}

@media screen and (min-width: 30em) {
	.featured-product__table-title {
		width: auto;
		font-weight: normal;
	}
}

.featured-service {
	display: flex;
	flex-wrap: wrap;
}

.featured-service__heading { font-size: 1.625rem; }
.featured-service__subheading {
	margin-top: -1rem;
	font-size: 1.25rem;
}

@media screen and (min-width: 48em) {
	.featured-service { flex-wrap: nowrap; }
	.featured-service__introduction { margin-right: 2rem; }
}

.featured-service__description { margin-bottom: 1.5rem; }

.featured-service__image-container {
	flex-shrink: 0;
	align-self: center;
	margin: 0 0 1rem;
	padding: 0;
	max-width: 100%;
}

@media screen and (min-width: 48em) {
	.featured-service__image-container {
		order: 2;
		width: 50%;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 60em) {
	.featured-service__image-container { width: 66.66%; }
}

.featured-service__image {
	display: block;
	max-width: none;
	width: 100%;
	transition: transform .25s cubic-bezier(0.42, 0, 1, 1);
	transform: scale(1.02);
	margin-bottom: -1px;
}

.featured-service__image:hover { transform: scale(1); }

.featuredservice + .featuredservice { margin-top: 4rem; }

@media screen and (min-width: 48em) {
	.featuredservice--mirrored .featured-service__introduction {
		order: 3;
		margin: 0 0 0 2rem;
	}
}

/* Featured Magazine Component */
@media screen and (min-width: 30em) {
	.featured-magazine {
		display: flex;
		margin-left: -2rem;
	}
}

.featured-magazine__column { margin-bottom: 2rem; }
.featured-magazine__column:last-child { margin-bottom: 0; }
.featured-magazine__column:last-child::after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (min-width: 30em) {
	.featured-magazine__column {
		margin-left: 2rem;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: calc(50% - 2rem);
		margin-bottom: 0;
	}

	.featured-magazine__column:last-child { order: -1; }
	.featured-magazine__column:last-child::after { display: none; }
}

.featured-magazine__column > div { width: 100%; }

.featured-magazine__title {
	color: #666;
	font-size: 1.125rem;
	font-weight: bolder;
	margin-bottom: .75rem;
}

@media screen and (min-width: 30em) {
	.featured-magazine__heading { margin-top: 4rem; }
}

.featured-magazine__paragraph { margin-bottom: 2rem; }

.featured-magazine__cover {
	position: relative;
	display: block;
	float: left;
	background: rgba(0, 0, 0, 0);
	margin: 0 4rem 1rem 0;
	width: calc(100% - 4rem);
}

@media screen and (min-width: 30em) {
	.featured-magazine__cover { margin-bottom: 0; }
	.layout-row--clipped .featured-magazine__cover { margin-bottom: -6.25rem; }
}

.featured-magazine__image {
	float: left;
	max-width: none;
	width: 100%;
	height: auto;
}

.featured-magazine__icon {
	position: absolute;
	right: -1.625rem;
	top: -1.625rem;
	padding: .5rem;
	background: #0091c9;
	text-align: center;
}

.featured-magazine__icon::before {
	font-family: aem-icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	font-size: 2rem;
	color: #fff;
}

/* Featured Author Component */
@media screen and (min-width: 30em) {
	.featured-author {
		display: flex;
		margin-left: -2rem;
	}
}

.featured-author__column { margin-bottom: 2rem; }
.featured-author__column:last-child { margin-bottom: 0; }
.featured-author__column:last-child::after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (min-width: 30em) {
	.featured-author__column {
		margin-left: 2rem;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: calc(50% - 2rem);
		margin-bottom: 0;
	}

	.featured-author__column:last-child { order: -1; }
	.featured-author__column:last-child::after { display: none; }
}

.featured-author__heading { margin-bottom: 0; }

.featured-author__role {
	margin-bottom: 1rem;
	display: block;
}

.featured-author__figure {
	position: relative;
	display: block;
	float: left;
	background: #fff;
	margin: 0 0 1rem 0;
	width: 100%;
}

@media screen and (min-width: 30em) {
	.featured-author__figure { margin-bottom: 0; width: 100%; }
	.layout-row--clipped .featured-author__figure { margin-bottom: -6.25rem; }
}

@media screen and (min-width: 60em) {
	.featured-author__figure { width: calc(100% - 4rem); }
}

.featured-author__image {
	float: left;
	max-width: none;
	width: 100%;
	height: auto;
}

/* Featured Papers Component */
.featured-papers {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2rem;
}

.featured-papers__item {
	position: relative;
	overflow: hidden;
	display: flex;
}

.featured-papers__item > div,
.featured-papers__item > div > a { width: 100%; }

.featured-papers__item:hover .featured-papers__content { padding-bottom: 1.5rem; }

.featured-papers > .featured-papers__item {
	margin-left: 2rem;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc(100% - 2rem);
}

@media screen and (min-width: 48em) {
	.featured-papers > .featured-papers__item { flex-basis: calc(58% - 2rem); }
	.featured-papers > .featured-papers__item > .featured-papers__image {
		width: auto;
		height: 100%;
		max-width: 9999px;
	}
}

.featured-papers__wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 100%;
}

@media screen and (min-width: 48em) {
	.featured-papers__wrapper { flex-basis: 42%; }
}

.featured-papers__wrapper .featured-papers__item {
	margin: 2rem 0 0 2rem;
	flex-basis: calc(100% - 2rem);
}

@media screen and (min-width: 30em) {
	.featured-papers__wrapper .featured-papers__item { flex-basis: calc(50% - 2rem); }
}

@media screen and (min-width: 48em) {
	.featured-papers__wrapper .featured-papers__item { flex-basis: calc(100% - 2rem); }
	.featured-papers__wrapper .featured-papers__item:first-child { margin-top: 0; }
}

.featured-papers__image { display: block; width: 100%; }

.featured-papers__content {
	transition: padding-bottom .5s cubic-bezier(0.19, 1, 0.22, 1);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 145, 201, .9);
}

.featured-papers__heading {
	color: #fff;
	margin-bottom: 0;
	padding: .75rem 1.5rem;
	font-size: 1rem;
	text-align: right;
}

.featured-papers__heading--arrow { margin-right: .75rem; }

.featured-papers__heading--arrow::after {
	font-family: aem-icomoon !important;
	font-size: 1.5rem;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-right: -0.75rem;
	position: relative;
	left: .25rem;
}

/* Country Selector Modal */
.country-selector {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	padding: 2rem 2rem 2rem 0;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 48em) {
	.country-selector { padding: 3rem 3rem 3rem 0; }
}

@media screen and (min-width: 60em) {
	.country-selector { padding: 4rem 4rem 4rem 0; }
}

.country-selector__wrapper {
	background: rgba(255, 255, 255, .9);
	width: 100%;
	flex: 1;
	padding: 3rem;
}

.country-selector__wrapper .image img {
	max-width: 140px;
	height: auto;
}

.country-selector__wrapper .advancedtitle.title h1 { margin: 2rem 0; }
.country-selector__wrapper .advancedtitle.title h1 strong,
.country-selector__wrapper .advancedtitle.title h1 b { font-weight: 600; }
.country-selector__wrapper .advancedtitle.title h3 { margin: .4rem 0; }

.country-selector__wrapper .advancedtext.text p b,
.country-selector__wrapper .advancedtext.text strong { font-weight: 600; }

.country-selector__wrapper .countries { max-width: 60em; }

/* ==========================================================================
   11. COLOR THEME THEMES & UTILITIES
   ========================================================================== */
/* Helper Classes */
.helper-hide { display: none; }
.helper-nomargin { margin: 0; }
.helper-nomargin p { margin: 0; }

.helper-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.helper-right {
	width: auto;
	margin: 1.5rem 0 1.5rem auto;
	float: right;
}

.helper-right:not(.button) { padding-left: 1.5rem; }

.helper-left {
	width: auto;
	margin: 1.5rem auto 1.5rem 0;
	float: left;
}

.helper-left:not(.button) { padding-right: 1.5rem; }
.helper-padding-xl { padding: 2rem; }

/* Background Theme Variations */
.background-white { background-color: #fff !important; }
.background-white h1, .background-white h2 { color: #0091c9; }
.background-white h3, .background-white h4, .background-white p { color: #003a5b; }
.background-white .button--link { color: #0091c9; }

.background-black { background-color: #000 !important; }
.background-black h1, .background-black h2,
.background-black h3, .background-black h4,
.background-black p, .background-black .button--link { color: #fff; }

.background-accent { background-color: #fcbf00 !important; }
.background-accent h1, .background-accent h2 { color: #0091c9; }
.background-accent h3, .background-accent h4, .background-accent p { color: #003a5b; }
.background-accent .button--link { color: #0091c9; }

.background-primary-a { background-color: #d4eff9 !important; }
.background-primary-a h1, .background-primary-a h2,
.background-primary-a h3, .background-primary-a h4,
.background-primary-a p { color: inherit; }
.background-primary-a .button--link { color: #0091c9; }

.background-primary-a-light { background-color: #9eb7c3 !important; }
.background-primary-a-light .button--link { color: #0091c9; }

.background-primary-a-lightest { background-color: #ebf6fc !important; }
.background-primary-a-lightest h1, .background-primary-a-lightest h2,
.background-primary-a-lightest h3, .background-primary-a-lightest h4,
.background-primary-a-lightest p { color: inherit; }
.background-primary-a-lightest .button--link { color: #0091c9; }

.background-primary-b { background-color: #31b6e4 !important; }
.background-primary-b h1, .background-primary-b h2 { color: #003a5b; }
.background-primary-b h3, .background-primary-b h4, .background-primary-b p { color: #0091c9; }
.background-primary-b .button--link { color: #003a5b; }

.background-primary-c { background-color: #40add7 !important; }
.background-primary-c h1, .background-primary-c h2,
.background-primary-c h3, .background-primary-c h4,
.background-primary-c p { color: #fff; }
.background-primary-c a { color: #fcbf00; }
.background-primary-c .button--link { color: #fff !important; }
.background-primary-c .link-arrow, .background-primary-c .link-download { color: #fff; }
.background-primary-c .sharing { color: #000; }
.background-primary-c ul li, .background-primary-c ol li { color: #fff !important; }
.background-primary-c ul li::before, .background-primary-c ol li::before { background-color: #fff !important; }

.background-primary-d { background-color: #0091c9 !important; }
.background-primary-d h1, .background-primary-d h2,
.background-primary-d h3, .background-primary-d h4,
.background-primary-d p { color: #fff; }
.background-primary-d a:not(.footer__link) { color: #fcbf00; }
.background-primary-d .button--link { color: #fcbf00 !important; }
.background-primary-d .link-arrow, .background-primary-d .link-download { color: #fcbf00; }
.background-primary-d .sharing { color: #000; }
.background-primary-d ul li::before { background-color: #fff !important; }

.background-primary-e { background-color: #003a5b !important; }
.background-primary-e h1, .background-primary-e h2,
.background-primary-e h3, .background-primary-e h4,
.background-primary-e p { color: #fff; }
.background-primary-e .button--accent:hover:not(:disabled) { border-color: #fff !important; }
.background-primary-e .button--link { color: #fcbf00 !important; }
.background-primary-e .link-arrow, .background-primary-e .link-download { color: #fcbf00; }
.background-primary-e a:not(.teaser__link-wrapper) { color: #fcbf00; }
.background-primary-e .sharing { color: #000; }
.background-primary-e ul li::before { background-color: #fff !important; }

.background-secondary-light { background-color: #e3e3e3 !important; }
.background-secondary-light h1, .background-secondary-light h2,
.background-secondary-light h3, .background-secondary-light h4,
.background-secondary-light p, .background-secondary-light li { color: #003a5b; }
.background-secondary-light .button--link { color: #003a5b; }

.background-secondary-lightest { background-color: #e5ecef !important; }
.background-secondary-lightest h1, .background-secondary-lightest h2,
.background-secondary-lightest h3, .background-secondary-lightest h4,
.background-secondary-lightest p, .background-secondary-lightest li { color: #003a5b; }
.background-secondary-lightest .link-arrow,
.background-secondary-lightest .button--link,
.background-secondary-lightest .link-download,
.background-secondary-lightest .quote-text p { color: #0091c9; }

.background-secondary-muted { background-color: #666 !important; }
.background-secondary-muted h1, .background-secondary-muted h2,
.background-secondary-muted h3, .background-secondary-muted h4,
.background-secondary-muted p, .background-secondary-muted a,
.background-secondary-muted .button--link,
.background-secondary-muted .link-arrow,
.background-secondary-muted .link-download { color: #fff; }

.background-primary-d,
.background-primary-e,
.background-secondary-muted { color: #fff; }

.background-primary-d .latest__description *,
.background-primary-e .latest__description *,
.background-secondary-muted .latest__description * { color: inherit; }

.background-primary-d .teaser--download-library .teaser__figurecontainer img,
.background-primary-e .teaser--download-library .teaser__figurecontainer img,
.background-secondary-muted .teaser--download-library .teaser__figurecontainer img,
.background-primary-d .download-library--navigation__item .button,
.background-primary-e .download-library--navigation__item .button,
.background-secondary-muted .download-library--navigation__item .button { border: 0; }

.background-primary-d .pagination__page:first-child,
.background-primary-e .pagination__page:first-child,
.background-secondary-muted .pagination__page:first-child,
.background-primary-d .pagination__page:last-child,
.background-primary-e .pagination__page:last-child,
.background-secondary-muted .pagination__page:last-child { border-color: #fff; }

.background-primary-d .pagination__page:first-child::after,
.background-primary-e .pagination__page:first-child::after,
.background-secondary-muted .pagination__page:first-child::after {
	font-family: aem-icomoon !important;
	font-size: 1.125rem;
	content: "";
	color: #fff;
}

.background-primary-d .pagination__page:last-child::after,
.background-primary-e .pagination__page:last-child::after,
.background-secondary-muted .pagination__page:last-child::after,
.background-primary-d .breadcrumbs__item::after,
.background-primary-e .breadcrumbs__item::after,
.background-secondary-muted .breadcrumbs__item::after {
	font-family: aem-icomoon !important;
	font-size: 1.125rem;
	content: "";
	color: #fff;
}

.background-primary-d .breadcrumbs__item,
.background-primary-d .breadcrumbs__link,
.background-primary-e .breadcrumbs__item,
.background-primary-e .breadcrumbs__link,
.background-secondary-muted .breadcrumbs__item,
.background-secondary-muted .breadcrumbs__link { color: #fff; }

.layout-row--color-primary-e ul li::before,
.layout-row--color-secondary-muted ul li::before { background-color: #fff !important; }