.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	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 transparent
}

.slick-slide .download-lockup img {
	display: inline-block
}

/*! Tablesaw - v1.0.4 - 2015-02-19 https://github.com/filamentgroup/tablesaw Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
	empty-cells: show;
	max-width: 100%;
	width: 100%
}

.tablesaw {
	border-collapse: collapse;
	width: 100%;
	border: 0;
	padding: 0
}

.tablesaw td,
.tablesaw th {
	box-sizing: border-box;
	padding: .5em .7em
}

.tablesaw thead tr:first-child th {
	padding-top: .9em;
	padding-bottom: .7em
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
	display: none
}

@media only all {

	.tablesaw-stack td,
	.tablesaw-stack th {
		text-align: left;
		display: block
	}

	.tablesaw-stack tr {
		clear: both;
		display: table-row
	}

	.tablesaw-stack td .tablesaw-cell-label,
	.tablesaw-stack th .tablesaw-cell-label {
		padding: 0 .6em 0 0;
		width: 30%;
		display: inline-block
	}

	.tablesaw-stack td .tablesaw-cell-label-top,
	.tablesaw-stack th .tablesaw-cell-label-top {
		display: block;
		padding: .4em 0;
		margin: .4em 0
	}

	.tablesaw-cell-label {
		display: block
	}

	.tablesaw-stack tbody th.group {
		margin-top: -1px
	}

	.tablesaw-stack th.group b.tablesaw-cell-label {
		display: none !important
	}
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {

	.tablesaw-stack thead td,
	.tablesaw-stack thead th {
		display: none
	}

	.tablesaw-stack tbody td,
	.tablesaw-stack tbody th {
		clear: left;
		float: left;
		width: 100%
	}

	.tablesaw-cell-label {
		vertical-align: top
	}

	.tablesaw-cell-content {
		max-width: 67%;
		display: inline-block
	}

	.tablesaw-stack td:empty,
	.tablesaw-stack th:empty {
		display: none
	}
}

@media only screen and (min-width:37.5em) {
	.tablesaw-stack tr {
		display: table-row
	}

	.tablesaw-stack td,
	.tablesaw-stack th,
	.tablesaw-stack thead td,
	.tablesaw-stack thead th {
		display: table-cell;
		margin: 0
	}

	.tablesaw-stack td .tablesaw-cell-label,
	.tablesaw-stack th .tablesaw-cell-label {
		display: none !important
	}

	.component-wrapper {
		padding: 3.75rem 3.125rem
	}
}

body,
html {
	/*height:100%*/
}

.off-canvas-wrapper {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch
}

.off-canvas-wrapper-inner {
	position: relative;
	width: 100%;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease
}

.off-canvas-wrapper-inner::after {
	content: '';
	display: table;
	clear: both
}

.off-canvas-content {
	min-height: 100%;
	background: #fff;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	box-shadow: 0 0 10px rgba(27, 27, 27, .5)
}

.js-off-canvas-exit {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(79, 87, 87, .8);
	cursor: pointer;
	transition: background .5s ease;
	z-index: 1000
}

.is-off-canvas-open .js-off-canvas-exit {
	display: block
}

.off-canvas {
	position: absolute;
	background: #fff;
	z-index: 1;
	height: 100%;
	overflow-y: auto;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

[data-whatinput=mouse] .off-canvas {
	outline: 0
}

.off-canvas.position-left {
	left: -100%;
	top: 0;
	width: 100%
}

.no-js .off-canvas.position-left {
	right: auto;
	left: auto;
	top: auto;
	width: auto
}

.is-open-left {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

@media only screen and (min-width:60em) {
	.off-canvas {
		background: #f8f8f8
	}

	.off-canvas.position-left {
		left: -75%;
		top: 0;
		width: 75%
	}

	.no-js .off-canvas.position-left {
		right: auto;
		left: auto;
		top: auto;
		width: auto
	}

	.is-open-left {
		-webkit-transform: translateX(75%);
		-ms-transform: translateX(75%);
		transform: translateX(75%)
	}
}

.off-canvas.position-right {
	right: -100%;
	top: 0;
	width: 100%
}

.no-js .off-canvas.position-right {
	right: auto;
	left: auto;
	top: auto;
	width: auto
}

.is-open-right {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

@media only screen and (min-width:60em) {
	.off-canvas.position-right {
		right: -75%;
		top: 0;
		width: 75%
	}

	.no-js .off-canvas.position-right {
		right: auto;
		left: auto;
		top: auto;
		width: auto
	}

	.is-open-right {
		-webkit-transform: translateX(-75%);
		-ms-transform: translateX(-75%);
		transform: translateX(-75%)
	}
}

*,
:after,
:before {
	box-sizing: border-box
}

body {
	font-size: 16px;
	line-height: 1.25;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.component-wrapper {
	background: #f8f8f8;
	margin-top: -1px
}

.component-wrapper--transparent {
	background: 0 0
}

.container--center {
	text-align: center
}

.main-section:active,
.main-section:focus {
	outline-width: 0
}

.main-section:target,
.main-section:target:focus {
	outline-width: 1px
}

.img-circle {
	border-radius: 50%
}

p {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	margin: 1.25rem 0
}

.textAdded {
	color: #61bb19;
	text-decoration: underline
}

.textRemoved {
	color: #d53026;
	text-decoration: line-through
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.accessibility {
	position: absolute
}

.accessibility ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.accessibility a,
.accessibility span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.accessibility a.focusable:active,
.accessibility a.focusable:focus,
.accessibility span.focusable:active,
.accessibility span.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.accessibility a:focus {
	position: absolute;
	padding: 5px 12px;
	background-color: #fff;
	line-height: 1em;
	clip: auto;
	top: 10px;
	left: 10px;
	height: auto;
	width: auto;
	white-space: nowrap
}

.no-outline {
	outline: 0
}

.audible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.audible.focusable:active,
.audible.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.shortcuts {
	display: block;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1100
}

.shortcuts a {
	padding: .625rem 1.25rem;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	background: #3c4242;
	box-shadow: 0 2px 5px 0 rgba(60, 66, 66, .3);
	box-sizing: border-box;
	color: #fff;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	top: -500px;
	text-align: center;
	width: 100%
}

@media only screen and (min-width:60em) {
	.shortcuts a {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		letter-spacing: 1px
	}

	.l-constrained>.block-wrapper .l-margin .rich-text {
		padding: 0
	}
}

.shortcuts a:active,
.shortcuts a:focus {
	top: 0;
	text-decoration: none
}

@font-face {
	font-family: LexiaLight;
	src: url(../fonts/lexialight-webfont.eot);
	src: url(../fonts/lexialight-webfontd41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/lexialight-webfont.woff2) format("woff2"), url(../fonts/lexialight-webfont.woff) format("woff"), url(../fonts/lexialight-webfont.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: LexiaThin;
	src: url(../fonts/lexiathin-webfont.eot);
	src: url(../fonts/lexiathin-webfontd41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/lexiathin-webfont.woff2) format("woff2"), url(../fonts/lexiathin-webfont.woff) format("woff"), url(../fonts/lexiathin-webfont.ttf) format("truetype"), url(../fonts/lexiathin-webfont.svg#wf) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: LexiaItalic;
	src: url(../fonts/lexiaitalic-webfont.eot);
	src: url(../fonts/lexiaitalic-webfontd41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/lexiaitalic-webfont.woff2) format("woff2"), url(../fonts/lexiaitalic-webfont.woff) format("woff"), url(../fonts/lexiaitalic-webfont.ttf) format("truetype"), url(../fonts/lexiaitalic-webfont.svg#wf) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: LexiaBold;
	src: url(../fonts/lexiabold-webfont.eot);
	src: url(../fonts/lexiabold-webfontd41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/lexiabold-webfont.woff2) format("woff2"), url(../fonts/lexiabold-webfont.woff) format("woff"), url(../fonts/lexiabold-webfont.ttf) format("truetype"), url(../fonts/lexiabold-webfont.svg#wf) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: LexiaBoldItalic;
	src: url(../fonts/lexiabolditalic-webfont.eot);
	src: url(../fonts/lexiabolditalic-webfontd41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/lexiabolditalic-webfont.woff2) format("woff2"), url(../fonts/lexiabolditalic-webfont.woff) format("woff"), url(../fonts/lexiabolditalic-webfont.ttf) format("truetype"), url(../fonts/lexiabolditalic-webfont.svg#wf) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: LexiaLightItalic;
	src: url(../fonts/lexialightitalic-webfont.eot);
	src: url(../fonts/lexialightitalic-webfontd41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/lexialightitalic-webfont.woff2) format("woff2"), url(../fonts/lexialightitalic-webfont.woff) format("woff"), url(../fonts/lexialightitalic-webfont.ttf) format("truetype"), url(../fonts/lexialightitalic-webfont.svg#wf) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: LexiaThinItalic;
	src: url(../fonts/lexiathinitalic-webfont.eot);
	src: url(../fonts/lexiathinitalic-webfontd41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/lexiathinitalic-webfont.woff2) format("woff2"), url(../fonts/lexiathinitalic-webfont.woff) format("woff"), url(../fonts/lexiathinitalic-webfont.ttf) format("truetype"), url(../fonts/lexiathinitalic-webfont.svg#wf) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: az-glyph-1;
	src: url(../fonts/az-glyph-1.eot);
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: az-glyph-1;
	src: url(../fonts/az-glyph-1.woff) format("woff"), url(../fonts/az-glyph-1.ttf) format("truetype"), url(../fonts/az-glyph-1.svg#az-glyph-1) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
    font-family: az-webfont;
    src: url(../fonts/az-webfont.eot);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: az-webfont;
    src: url(../fonts/az-webfont.eot#iefix) format("embedded-opentype"),url(../fonts/az-webfont.woff2) format("woff2"),url(../fonts/az-webfont.woff?ef7886a1b2e9244781e1f65a5a306df3) format("woff"),url(../fonts/az-webfont.ttf) format("truetype"),url(../fonts/az-webfont.svg#az-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
	font-family: az-glyph-1;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: attr(data-icon)
}

[class*=' icon-']:before,
[class^=icon-]:before {
	font-family: az-glyph-1;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.contact-tile__mailto:before,
.contact-us-details__contact-option--mail:before,
.contact-us__navigation-item-icon--email:before {
	content: '\e000'
}

.contact-tile__tel:before,
.contact-us-details__contact-option--tel:before,
.contact-us__navigation-item-icon--telephone:before {
	content: '\e001'
}

.download-lockup__icon:after,
.download-tile__wrapper:before,
.quick-view .button:after {
	content: '\e002'
}

.calendar__item-add-to-link:before,
.events-listing__view-more.hide:after,
.filter-items__results-load-more:after,
.js .contact-us__all-contacts--closed .contact-us__load-all-contacts:after,
.js-show-more__toggle-button:after {
	content: '\e003'
}

.button--secondary:after,
.button:after,
.carousel-full-bleed .accordion__header-chevron--down:before,
.event-card__title a:after,
.filter-items--ie8 .filter-items__pagination-item--next:before,
.hero-header__contact-link:after,
.icon-link-panel__image-title:after,
.link-image-panel-v2__title:after,
.link-image-panel__title:after,
.navigation--dark .navigation__more-tray .navigation__tertiary-link:after,
.navigation--dark .navigation__secondary-link:after,
.navigation__more-tray .navigation__tertiary-link:after,
.navigation__region-link:after,
.navigation__secondary-link:after,
.navigation__tertiary-link:after,
.pagination__item--next:before,
.publications-list__header a:after,
.read-more__wrapper-icon--arrow-down:before,
.table__data-link:after,
.wscd-split-feature-tile__false-link:after {
	content: '\e004'
}

.event-card__download-area.show .event-card__download-toggle:after,
.financial-information .stats__up-arrow:before,
.shareholder-information__share--current .shareholder-information__share-change--up:after,
.shareholder-information__share-change--high:after {
	content: '\e135'
}

.js .js-navigation__search-tray-open:after,
.navigation__header-button--search:after,
.navigation__search-action:after,
.search-results__search-field:before {
	content: '\e007'
}

.navigation__region-link--icon:after {
	content: '\e008'
}

.download-tile--webcast .download-tile__header:before,
.responsive-image__play-overlay:before,
.rich-header__play-overlay:before {
	content: '\e009'
}

.filter-items--ie8 .filter-items__pagination-item--prev:before,
.pagination__item--prev:before {
	content: '\e00a'
}

.accordion__header-chevron--down:before,
.button--scroll:before,
.carousel-full-bleed .accordion__header-chevron--up:before,
.download-and-reveal__header-chevron--down:after,
.filter--condensed .filter__current-selection-chevron--down:after,
.filter--condensed.filter--hidden .filter__current-selection:after,
.footer__accordion-title-chevron--down:after,
.form__select-menu-icon--down:after,
.get-in-touch-cta--arrow:before,
.js .filter--exposed .filter__current-selection-chevron--down:after,
.js .generic-tabs--condensed.generic-tabs--tablist-hidden .generic-tabs__current-selection-chevron:after,
.jump-to__list-item a:before,
.labs__accordion-trigger:before,
.live-event-header-promo__controls-accordion .live-event-header-promo__controls-button:after,
.live-event-header__downloads-cta .button--secondary:after,
.pipeline-filter__trigger:after,
.table__column-toggle legend:after,
.what-science-can-do__cta--up:after,
.what-science-can-do__cta--up:before {
	content: '\e00b'
}

.accordion__header-chevron--up:before,
.download-and-reveal__header-chevron--up:after,
.filter--condensed .filter__current-selection-chevron--up:after,
.filter--condensed .filter__current-selection:after,
.footer__accordion-title-chevron--up:after,
.js .filter--exposed .filter__current-selection-chevron--up:after,
.js .generic-tabs--condensed .generic-tabs__current-selection-chevron:after,
.labs.active .labs__accordion-trigger:before,
.live-event-header-promo__controls-accordion .live-event-header-promo__controls-button--active:after,
.pipeline-filter__trigger--active:after,
.what-science-can-do__cta--down:after {
	content: '\e00c'
}

.footer__social-channel--rss-link:before {
	content: '\e00d'
}

.footer__social-channel--tw-link:before {
	content: '\e94c'
}

.footer__social-channel--fb-link:before {
	content: '\e91b'
}

.footer__social-channel--ins-link:before {
	content: '\e92c'
}

.footer__social-channel--linkedin-link:before {
	content: '\e010'
}

.footer__social-channel--youtube-link:before {
	content: '\e94f'
}

.events-listing__view-more.show:after,
.js .contact-us__load-all-contacts:after,
.js-show-more__toggle-button--minus:after {
	content: '\e011'
}

.js .carousel .slick-prev:before {
	content: '\e012'
}

.js .carousel .slick-next:before {
	content: '\e013'
}

.js .refine-results .button.button--color:after,
.navigation__language-link--current-language:before {
	content: '\e01a'
}

.rich-header__title--icon-az:before {
	content: '\e01b'
}

.event-card__actions-location-link:before,
.link-image-panel__location-pin:before,
.rich-header--tags__list:before,
.superhero__location-subtitle--location:before {
	content: '\e01c'
}

.button--primary[rel=external]:after,
.button--primary[rel=link-confirmation]:after,
.download-tile--external .download-tile__wrapper:before {
	content: '\e01d'
}

.bio__link:after,
.medicines-info__link:after,
.medicines__name--open:after,
.promo-tiles .button[rel=overlay]:after {
	content: '\e01e'
}

.contact-us-details__info:after {
	content: '\e01f'
}

.calendar .slick-prev:after {
	content: '\e020'
}

.calendar .slick-next:after {
	content: '\e021'
}

.get-in-touch-cta--speech:before {
	content: '\e023'
}

.animated-header__show-nav--active:before,
.caption__close button:before,
.filter-items__close-filters-region--reset:before,
.filter-items__selected-filters-item:after,
.pipeline__compound-close:before,
.wscd-tray__close:before {
	content: '\e024'
}

.quote--with-marks .quote__wrapper p:first-child:before,
.single-tweet-highlight__body-copy:before {
	content: '\e025'
}

.quote--with-marks .quote__wrapper p:last-of-type:after,
.single-tweet-highlight__body-copy:after {
	content: '\e026'
}

.js .filter .filter__option-item--refine-results:after {
	content: '\e027'
}

.js .filter--condensed .refine-results__back:before {
	content: '\e028'
}

.publications-list--early .publications-list__icon-title:before {
	content: '\e02a'
}

.rich-header__title--icon-imed:before {
	content: '\e02b'
}

.social-tile__tweet-icon--reply:before {
	content: '\e02c'
}

.social-tile__tweet-icon--retweet:before {
	content: '\e02d'
}

.social-tile__tweet-icon--favorite:before {
	content: '\e02e'
}

.share__launch-button .share__icon:before {
	content: '\e031'
}

.pipeline__areas-title--cardiovascular:before,
.publications-list--cardiovascular .publications-list__icon-title:before {
	content: '\e032'
}

.pipeline__areas-title--oncology:before,
.publications-list--oncology .publications-list__icon-title:before {
	content: '\e033'
}

.pipeline__areas-title--respiratory:before,
.publications-list--respiratory .publications-list__icon-title:before {
	content: '\e034'
}

.pipeline__areas-title--infection:before,
.publications-list--infection .publications-list__icon-title:before {
	content: '\e035'
}

.js .js-navigation__menu-button.is-active:after,
.js .pipeline__compound-popup:before,
.navigation__language-action.is-active:after,
.navigation__menu-button.is-active:after,
.navigation__primary-link--current-section.is-active:after,
.navigation__primary-link.is-active:after,
.navigation__tertiary-link--more.is-active:after {
	content: '\e036'
}

.social-tile__timestamp:before {
	content: '\e052'
}

.publications-list--inflammation .publications-list__icon-title:before {
	content: '\e044'
}

.carousel-full-bleed .slick-prev:before {
	content: '\e053'
}

.carousel-full-bleed .slick-next:before {
	content: '\e054'
}

.js .js-navigation__header-button--search.is-active:after,
.js .js-navigation__language-select-wrapper .navigation__language-select-close:after,
.js .js-navigation__search-tray-close:after,
.navigation--dark .navigation__primary-link--more.is-active:after,
.navigation__header-button--menu.is-active:after,
.navigation__primary-link--more.is-active:after {
	content: '\e055'
}

.form .parsley-error:after {
	content: '\e056'
}

.form .parsley-errors-list li:before {
	content: '\e057'
}

.form .parsley-success:after {
	content: '\e058'
}

.navigation--dark .navigation__primary-link--more.is-disabled:after,
.navigation__header-button--menu.is-disabled:after,
.navigation__header-sticky-menu:after,
.navigation__primary-link--more.is-disabled:after {
	content: '\e059'
}

.contact-tile__department:before {
	content: '\e05a'
}

.event-card__actions-add-link:before {
	content: '\e05b'
}

.event-card__download-area.hide .event-card__download-toggle:after,
.financial-information .stats__down-arrow:before,
.js .publications-list .publications-list__mobile-trigger:after,
.js .publications-list .publications-list__related-articles-trigger:after,
.navigation--dark .navigation__primary-link:after,
.navigation__language-action:after,
.navigation__menu-button:after,
.navigation__primary-link:after,
.navigation__tertiary-link--more.is-disabled:after,
.shareholder-information__share--current .shareholder-information__share-change--down:after,
.shareholder-information__share-change--low:after {
	content: '\e05c'
}

.publications-list--gastrointestinal .publications-list__icon-title:before {
	content: '\e05e'
}

.publications-list--neuroscience .publications-list__icon-title:before {
	content: '\e05f'
}

@-webkit-keyframes swipeDown {

	50%,
	60% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes swipeDown {

	50%,
	60% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@-webkit-keyframes fadeOutPanel {

	50%,
	60% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOutPanel {

	50%,
	60% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes showPanel {
	from {
		visibility: hidden
	}

	100%,
	60% {
		visibility: visible
	}
}

@keyframes showPanel {
	from {
		visibility: hidden
	}

	100%,
	60% {
		visibility: visible
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 70px, 0);
		transform: translate3d(0, 70px, 0)
	}

	70% {
		opacity: 1
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 70px, 0);
		transform: translate3d(0, 70px, 0)
	}

	70% {
		opacity: 1
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.l-constrained {
	max-width: 1280px;
	margin: 0 auto;
	position: relative
}

.l-constrained::after {
	content: '';
	display: table;
	clear: both
}

.l-constrained>.block-wrapper:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.l-constrained>.button {
	margin: 2.1875rem 1.25rem 0
}

.lt-ie9 .l-constrained {
	width: 1024px
}

.l-constrained .block-wrapper .section-header {
	padding: 0
}

.l-margin {
	margin-bottom: 2.5rem
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.l-margin .l-constrained .block-wrapper {
		padding: 0 1.25rem
	}
}

@media only screen and (min-width:60em) {
	.l-margin .l-constrained .block-wrapper .rich-text {
		padding: 0
	}
}

.l-padded {
	padding: 2.5rem 1.25rem;
	background-color: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.l-margin {
		margin-bottom: 3.75rem
	}

	.l-padded {
		padding: 3.75rem 1.25rem
	}
}

@media only screen and (min-width:60em) {
	.l-padded {
		padding: 3.75rem 0
	}
}

.l-padded--transparent {
	background-color: transparent
}

.l-padded .show-more-wrapper {
	margin-bottom: 0;
	padding: 0
}

.l-padded .filter__inner-wrapper {
	padding: 0
}

.l-padded .filter__current-selection {
	background: #f8f8f8
}

.l-padded .section-header {
	padding: 0
}

@media only screen and (min-width:60em) {
	.l-padded .section-header {
		padding: 0 1.25rem
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.l-padded .l-constrained .block-wrapper {
		padding: 0
	}
}

.l-padded .l-constrained .block-wrapper .section-header,
.l-padded .l-constrained .rich-text {
	padding: 0
}

@media only screen and (min-width:60em) {
	.l-padded .l-constrained .rich-text {
		padding: 0 1.25rem
	}

	.l-padded div[class*=l-one-block] .rich-text,
	.l-padded div[class*=l-two-block] .rich-text,
	.l-padded div[class*=l-three-block] .rich-text,
	.l-padded div[class*=l-four-block] .rich-text,
	.l-padded div[class*=l-five-block] .rich-text,
	.l-padded div[class*=l-six-block] .rich-text,
	.l-padded div[class*=l-eight-block] .rich-text,
	.l-padded div[class*=l-eight-medium] .rich-text,
	.pt-story__body div[class*=l-one-block] .rich-text,
	.pt-story__body div[class*=l-two-block] .rich-text,
	.pt-story__body div[class*=l-three-block] .rich-text,
	.pt-story__body div[class*=l-four-block] .rich-text,
	.pt-story__body div[class*=l-five-block] .rich-text,
	.pt-story__body div[class*=l-six-block] .rich-text,
	.pt-story__body div[class*=l-eight-block] .rich-text,
	.pt-story__body div[class*=l-eight-medium] .rich-text {
		padding: 0
	}
}

.author-mode-touch {
	height: auto
}

.accordion div[class*=l-one-block],
.accordion div[class*=l-two-block],
.accordion div[class*=l-three-block],
.accordion div[class*=l-four-block],
.accordion div[class*=l-five-block],
.accordion div[class*=l-six-block],
.accordion div[class*=l-eight-block],
.accordion div[class*=l-eight-medium],
div[class*=l-one-block] .calendar.js-calendar,
div[class*=l-one-block] .download-tile,
div[class*=l-one-block] .rich-text,
div[class*=l-one-block] .section-header,
div[class*=l-one-block] .show-more-wrapper,
div[class*=l-two-block] .calendar.js-calendar,
div[class*=l-two-block] .download-tile,
div[class*=l-two-block] .rich-text,
div[class*=l-two-block] .section-header,
div[class*=l-two-block] .show-more-wrapper,
div[class*=l-three-block] .calendar.js-calendar,
div[class*=l-three-block] .download-tile,
div[class*=l-three-block] .rich-text,
div[class*=l-three-block] .section-header,
div[class*=l-three-block] .show-more-wrapper,
div[class*=l-four-block] .calendar.js-calendar,
div[class*=l-four-block] .download-tile,
div[class*=l-four-block] .rich-text,
div[class*=l-four-block] .section-header,
div[class*=l-four-block] .show-more-wrapper,
div[class*=l-five-block] .calendar.js-calendar,
div[class*=l-five-block] .download-tile,
div[class*=l-five-block] .rich-text,
div[class*=l-five-block] .section-header,
div[class*=l-five-block] .show-more-wrapper,
div[class*=l-six-block] .calendar.js-calendar,
div[class*=l-six-block] .download-tile,
div[class*=l-six-block] .rich-text,
div[class*=l-six-block] .section-header,
div[class*=l-six-block] .show-more-wrapper,
div[class*=l-eight-block] .calendar.js-calendar,
div[class*=l-eight-block] .download-tile,
div[class*=l-eight-block] .rich-text,
div[class*=l-eight-block] .section-header,
div[class*=l-eight-block] .show-more-wrapper,
div[class*=l-eight-medium] .calendar.js-calendar,
div[class*=l-eight-medium] .download-tile,
div[class*=l-eight-medium] .rich-text,
div[class*=l-eight-medium] .section-header,
div[class*=l-eight-medium] .show-more-wrapper {
	padding: 0
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {

	.l-padded div[class*=l-one-block],
	.l-padded div[class*=l-two-block],
	.l-padded div[class*=l-three-block],
	.l-padded div[class*=l-four-block],
	.l-padded div[class*=l-five-block],
	.l-padded div[class*=l-six-block],
	.l-padded div[class*=l-eight-block],
	.l-padded div[class*=l-eight-medium],
	.pt-story__body div[class*=l-one-block],
	.pt-story__body div[class*=l-two-block],
	.pt-story__body div[class*=l-three-block],
	.pt-story__body div[class*=l-four-block],
	.pt-story__body div[class*=l-five-block],
	.pt-story__body div[class*=l-six-block],
	.pt-story__body div[class*=l-eight-block],
	.pt-story__body div[class*=l-eight-medium] {
		padding: 0
	}
}

.block-wrapper {
	padding: 0 1.25rem
}

.block-wrapper .l-one-block {
	padding: 0
}

.l-one-block {
	padding: 0 1.25rem
}

.l-one-block:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.l-one-block .l-one-block-c0 {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

.l-two-block {
	padding: 0 1.25rem;
	clear: both
}

.l-two-block:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

@media only screen and (min-width:37.5em) {
	.l-two-block .l-two-block-c0 {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-two-block .l-two-block-c1 {
		width: 48.9361702128%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-two-block--offset-left {
	padding: 0 1.25rem;
	clear: both
}

.l-two-block--offset-left::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.l-two-block--offset-left .l-two-block--offset-left-c0 {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-two-block--offset-left .l-two-block--offset-left-c1 {
		width: 31.914893617%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-two-block--offset-right {
	padding: 0 1.25rem;
	clear: both
}

.l-two-block--offset-right::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.l-two-block--offset-right .l-two-block--offset-right-c0 {
		width: 31.914893617%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-two-block--offset-right .l-two-block--offset-right-c1 {
		width: 65.9574468085%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-two-block--offset-right-blank {
	padding: 0 1.25rem;
	clear: both
}

.l-two-block--offset-right-blank::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.l-two-block--offset-right-blank .l-two-block--offset-right-blank-c0 {
		width: 40.4255319149%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

@media only screen and (min-width:60em) {
	.l-two-block--offset-right-blank .l-two-block--offset-right-blank-c0 {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

@media only screen and (min-width:37.5em) {
	.l-two-block--offset-right-blank .l-two-block--offset-right-blank-c1 {
		width: 57.4468085106%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

@media only screen and (min-width:60em) {
	.l-two-block--offset-right-blank .l-two-block--offset-right-blank-c1 {
		width: 65.9574468085%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-two-block--offset-left-blank {
	padding: 0 1.25rem;
	clear: both
}

.l-two-block--offset-left-blank::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.l-two-block--offset-left-blank .l-two-block--offset-left-blank-c0 {
		width: 57.4468085106%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

@media only screen and (min-width:60em) {
	.l-two-block--offset-left-blank .l-two-block--offset-left-blank-c0 {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

@media only screen and (min-width:37.5em) {
	.l-two-block--offset-left-blank .l-two-block--offset-left-blank-c1 {
		width: 40.4255319149%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

@media only screen and (min-width:60em) {
	.l-two-block--offset-left-blank .l-two-block--offset-left-blank-c1 {
		width: 23.4042553191%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-two-block--no-gutter {
	padding: 0 1.25rem
}

@media only screen and (min-width:37.5em) {
	.l-two-block--no-gutter .l-two-block--no-gutter-c0 {
		width: 50%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-two-block--no-gutter .l-two-block--no-gutter-c1 {
		width: 50%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-two-block--right-offset-large {
	padding: 0 1.25rem;
	clear: both
}

.l-two-block--right-offset-large::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {

	.l-two-block--right-offset-large .l-two-block--right-offset-large-c0,
	.l-two-block--right-offset-large .l-two-block--right-offset-large-c1 {
		width: 65.9574468085%;
		float: left;
		margin-left: 17.0212765957%;
		clear: none;
		margin-right: 0
	}
}

@media only screen and (min-width:60em) {
	.l-two-block--right-offset-large .l-two-block--right-offset-large-c0 {
		width: 40.4255319149%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-two-block--right-offset-large .l-two-block--right-offset-large-c1 {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 42.5531914894%;
		clear: none
	}
}

.l-two-block--left-offset-large {
	padding: 0 1.25rem;
	clear: both
}

.l-two-block--left-offset-large::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.l-two-block--left-offset-large .l-two-block--left-offset-large-c0 {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

@media only screen and (min-width:60em) {
	.l-two-block--left-offset-large .l-two-block--left-offset-large-c0 {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

@media only screen and (min-width:37.5em) {
	.l-two-block--left-offset-large .l-two-block--left-offset-large-c1 {
		width: 48.9361702128%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

@media only screen and (min-width:60em) {
	.l-two-block--left-offset-large .l-two-block--left-offset-large-c1 {
		width: 31.914893617%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-three-block {
	padding: 0 1.25rem;
	clear: both
}

.l-three-block:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

@media only screen and (min-width:37.5em) {
	.l-three-block .l-three-block-c0 {
		width: 31.914893617%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-three-block .l-three-block-c1 {
		width: 31.914893617%;
		float: left;
		margin-right: -100%;
		margin-left: 34.0425531915%;
		clear: none
	}

	.l-three-block .l-three-block-c2 {
		width: 31.914893617%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-three-block--stack {
	padding: 0 1.25rem;
	clear: both
}

.l-three-block--stack::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.l-three-block--stack-c0 {
		width: 31.914893617%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-three-block--stack-c1 {
		width: 31.914893617%;
		float: left;
		margin-right: -100%;
		margin-left: 34.0425531915%;
		clear: none
	}

	.l-three-block--stack-c2 {
		width: 31.914893617%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-three-block--no-gutter {
	padding: 0 1.25rem
}

@media only screen and (min-width:37.5em) {
	.l-three-block--no-gutter .l-three-block--no-gutter-c0 {
		width: 33.3333333333%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-three-block--no-gutter .l-three-block--no-gutter-c1 {
		width: 33.3333333333%;
		float: left;
		margin-right: -100%;
		margin-left: 33.3333333333%;
		clear: none
	}

	.l-three-block--no-gutter .l-three-block--no-gutter-c2 {
		width: 33.3333333333%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-three-block-wide {
	padding: 0 1.25rem;
	clear: both
}

.l-three-block-wide::after {
	content: '';
	display: table;
	clear: both
}

.l-three-block-wide--no-gutter {
	padding: 0 1.25rem
}

@media only screen and (min-width:37.5em) {
	.l-three-block-wide .l-three-block-wide-c0 {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-three-block-wide .l-three-block-wide-c1 {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 25.5319148936%;
		clear: none
	}

	.l-three-block-wide .l-three-block-wide-c2 {
		width: 23.4042553191%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

	.l-three-block-wide--no-gutter .l-three-block-wide--no-gutter-c0 {
		width: 25%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-three-block-wide--no-gutter .l-three-block-wide--no-gutter-c1 {
		width: 50%;
		float: left;
		margin-right: -100%;
		margin-left: 25%;
		clear: none
	}

	.l-three-block-wide--no-gutter .l-three-block-wide--no-gutter-c2 {
		width: 25%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-four-block {
	padding: 0 1.25rem;
	clear: both
}

.l-four-block:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

@media only screen and (min-width:37.5em) {
	.l-four-block .l-four-block-c0 {
		width: 48.9361702128%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}
}

@media only screen and (min-width:60em) {
	.l-four-block .l-four-block-c0 {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

@media only screen and (min-width:37.5em) {
	.l-four-block .l-four-block-c1 {
		width: 48.9361702128%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

@media only screen and (min-width:60em) {
	.l-four-block .l-four-block-c1 {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 25.5319148936%;
		clear: none
	}
}

@media only screen and (min-width:37.5em) {
	.l-four-block .l-four-block-c2 {
		width: 48.9361702128%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}
}

@media only screen and (min-width:60em) {
	.l-four-block .l-four-block-c2 {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 51.0638297872%;
		clear: none
	}
}

@media only screen and (min-width:37.5em) {
	.l-four-block .l-four-block-c3 {
		width: 48.9361702128%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

.l-four-block--no-gutter {
	padding: 0 1.25rem
}

@media only screen and (min-width:60em) {
	.l-four-block .l-four-block-c3 {
		width: 23.4042553191%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

	.l-four-block--no-gutter .l-four-block--no-gutter-c0 {
		width: 25%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-four-block--no-gutter .l-four-block--no-gutter-c1 {
		width: 25%;
		float: left;
		margin-right: -100%;
		margin-left: 25%;
		clear: none
	}

	.l-four-block--no-gutter .l-four-block--no-gutter-c2 {
		width: 25%;
		float: left;
		margin-right: -100%;
		margin-left: 50%;
		clear: none
	}

	.l-four-block--no-gutter .l-four-block--no-gutter-c3 {
		width: 25%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-five-block {
	padding: 0 1.25rem;
	clear: both
}

.l-five-block::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.l-five-block .l-five-block-c0 {
		width: 17.9487179487%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-five-block .l-five-block-c1 {
		width: 17.9487179487%;
		float: left;
		margin-right: -100%;
		margin-left: 20.5128205128%;
		clear: none
	}

	.l-five-block .l-five-block-c2 {
		width: 17.9487179487%;
		float: left;
		margin-right: -100%;
		margin-left: 41.0256410256%;
		clear: none
	}

	.l-five-block .l-five-block-c3 {
		width: 17.9487179487%;
		float: left;
		margin-right: -100%;
		margin-left: 61.5384615385%;
		clear: none
	}

	.l-five-block .l-five-block-c4 {
		width: 17.9487179487%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-six-block {
	padding: 0 1.25rem;
	clear: both
}

.l-six-block::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.l-six-block .l-six-block-c0 {
		width: 14.8936170213%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.l-six-block .l-six-block-c1 {
		width: 14.8936170213%;
		float: left;
		margin-right: -100%;
		margin-left: 17.0212765957%;
		clear: none
	}

	.l-six-block .l-six-block-c2 {
		width: 14.8936170213%;
		float: left;
		margin-right: -100%;
		margin-left: 34.0425531915%;
		clear: none
	}

	.l-six-block .l-six-block-c3 {
		width: 14.8936170213%;
		float: left;
		margin-right: -100%;
		margin-left: 51.0638297872%;
		clear: none
	}

	.l-six-block .l-six-block-c4 {
		width: 14.8936170213%;
		float: left;
		margin-right: -100%;
		margin-left: 68.085106383%;
		clear: none
	}

	.l-six-block .l-six-block-c5 {
		width: 14.8936170213%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.l-four-block-center {
	padding: 0 1.25rem;
	clear: both
}

.l-four-block-center:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

@media only screen and (min-width:37.5em) {
	.l-four-block-center .l-four-block-center-c0 {
		width: 31.914893617%;
		float: left;
		margin-right: -100%;
		margin-left: 34.0425531915%;
		clear: none
	}
}

.l-six-block-center {
	padding: 0 1.25rem;
	clear: both
}

.l-six-block-center:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

@media only screen and (min-width:37.5em) {
	.l-six-block-center .l-six-block-center-c0 {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 25.5319148936%;
		clear: none
	}
}

.l-eight-block-center {
	padding: 0 1.25rem;
	clear: both
}

.l-eight-block-center:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

@media only screen and (min-width:37.5em) {
	.l-eight-block-center .l-eight-block-center-c0 {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 17.0212765957%;
		clear: none
	}
}

.l-eight-medium-six-large-block-center {
	padding: 0 1.25rem;
	clear: both
}

.l-eight-medium-six-large-block-center::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.l-eight-medium-six-large-block-center .l-eight-medium-six-large-block-center-c0 {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 17.0212765957%;
		clear: none
	}
}

@media only screen and (min-width:60em) {
	.l-eight-medium-six-large-block-center .l-eight-medium-six-large-block-center-c0 {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 25.5319148936%;
		clear: none
	}
}

textarea {
	display: block
}

.footer {
	padding: 1.5625rem 0 2.1875rem;
	background: #1b1b1b
}

.footer:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

@media only screen and (min-width:60em) {
	.footer {
		padding: 2.5rem 0 .625rem
	}
}

.footer p {
	color: #fff;
	margin: 0
}

.footer__top-region::after {
	content: '';
	display: table;
	clear: both
}

.footer__top-region.block-wrapper {
	padding: 0
}

@media only screen and (min-width:60em) {
	.footer__top-region.block-wrapper {
		padding: 0 1.25rem
	}

	.footer__top-region .col-1 {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.footer__top-region .col-2 {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 25.5319148936%;
		clear: none
	}

	.footer__top-region .col-2-col-1 {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none;
		padding: 0 .9375rem;
		border-left: 1px solid #3c4242
	}
}

.footer__top-region .col-2-col-2 {
	clear: both
}

@media only screen and (min-width:60em) {
	.footer__top-region .col-2-col-2 {
		width: 48.9361702128%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		padding: 0 .9375rem;
		border-left: 1px solid #3c4242
	}

	.footer__top-region .col-3 {
		width: 23.4042553191%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.footer__global-sites-block {
		padding: 0 1.25rem .625rem;
		border-bottom: 1px solid #3c4242
	}
}

.footer__global-sites {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	color: #fff;
	text-decoration: none
}

@media only screen and (min-width:37.5em) {
	.footer__global-sites {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.footer__global-sites:active,
.footer__global-sites:hover {
	text-decoration: underline
}

.footer__global-label {
	color: #d2d2d2
}

.footer__colophon p {
	font-size: .625rem;
	line-height: 1.3;
	letter-spacing: .8px;
	margin: .625rem 0;
	padding: 0
}

.footer__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	color: #fff;
	margin: 0;
	position: relative
}

@media only screen and (min-width:37.5em) {
	.footer__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.footer__accordion-title {
		padding: 1rem 3.125rem 1rem 1.25rem;
		border-bottom: 1px solid #3c4242;
		cursor: pointer
	}

	.footer__accordion-title-chevron--down:after,
	.footer__accordion-title-chevron--up:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1
	}

	.footer__accordion-title-chevron--down,
	.footer__accordion-title-chevron--up {
		font-size: .875rem;
		right: 1.25rem;
		margin-top: -.4375rem;
		position: absolute;
		top: 50%
	}

	.footer__accordion-content {
		background: #000
	}
}

.footer__links {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer__link:last-child a {
	border: 0
}

.footer__link a {
	display: block;
	text-decoration: none;
	position: relative;
	color: #fff
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.footer__link a {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-weight: 300;
		letter-spacing: .3px;
		padding: 1rem 1.25rem;
		border-bottom: 1px solid #3c4242
	}
}

.footer__link a:active,
.footer__link a:hover {
	text-decoration: underline
}

.footer__social-block {
	padding: 1.875rem 1.25rem 1.25rem
}

@media only screen and (min-width:60em) {
	.footer__link {
		margin: .625rem 0
	}

	.footer__link:last-child {
		margin-bottom: 0
	}

	.footer__link a {
		font-size: .6875rem;
		line-height: 1.1818181818;
		letter-spacing: .6px
	}

	.footer__social-block {
		padding: 0
	}
}

.footer__social-links {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer__social-links::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.footer__social-block {
		text-align: center
	}

	.footer__social-links {
		display: inline-block
	}
}

.footer__social-link {
	margin-right: .625rem;
	display: block;
	float: left
}

.footer__social-channel {
	border-radius: 50%;
	width: 2.625rem;
	height: 2.625rem;
	color: #f8f8f8;
	border: 1px solid #3c4242;
	display: block;
	position: relative;
	text-decoration: none;
	-webkit-font-smoothing: antialiased
}

.footer__social-channel:active,
.footer__social-channel:hover {
	border: 1px solid #f8f8f8;
	background: #f8f8f8;
	color: #1b1b1b
}

.footer__social-channel:before {
	font-size: 1.125rem;
	position: absolute
}

.footer__social-channel--fb-link:before {
	font-family: az-webfont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: .625rem;
    left: .6875rem;
}

.footer__social-channel--ins-link:before {
	font-family: az-webfont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: .625rem;
    left: .6875rem;
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.footer__social-channel {
		width: 3.625rem;
		height: 3.625rem
	}

	.footer__social-channel:before {
		font-size: 1.625rem;
		text-align: center
	}

	.footer__social-channel--fb-link:before {
		top: .875rem;
		left: 1rem;
	}

	.footer__social-channel--ins-link:before {
		top: .875rem;
		left: 1rem;
	}
}

.footer__social-channel--tw-link:before {
	font-family: az-webfont;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: .6875rem;
	left: .75rem
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.footer__social-channel--tw-link:before {
		top: .9375rem;
		left: 1rem
	}
}

.footer__social-channel--linkedin-link:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: .625rem;
	left: .6875rem
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.footer__social-channel--linkedin-link:before {
		top: .875rem;
		left: 1rem
	}
}

.footer__social-channel--youtube-link:before {
	font-family: az-webfont;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: .625rem;
	left: .6875rem
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.footer__social-channel--youtube-link:before {
		top: .875rem;
		left: 1rem
	}
}

.footer__social-channel--rss-link:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: .625rem;
	left: .75rem
}

.footer__bottom-region {
	padding: 1.875rem 1.25rem 0
}

.footer__bottom-region::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.footer__social-channel--rss-link:before {
		top: .875rem;
		left: 1rem
	}

	.footer__bottom-region {
		padding-top: .625rem;
		text-align: center
	}
}

@media only screen and (min-width:60em) {
	.footer__bottom-region .col-1 {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.footer__bottom-region .col-2 {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 25.5319148936%;
		clear: none
	}

	.footer__bottom-region .col-3 {
		width: 23.4042553191%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.footer__logo {
	padding-bottom: 1.25rem
}

.footer__logo-image {
	width: 6.75rem;
	height: 1.6875rem;
	display: block;
	background: url(../img/logo-az-white.png) center center no-repeat;
	background-size: 100%
}

@media only screen and (min-width:37.5em) {
	.footer__logo-image {
		display: inline-block
	}
}

.footer__utility-links {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer__utility-links::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.footer__utility-links {
		padding-top: 1.25rem
	}
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.footer__logo {
		border-bottom: 1px solid #3c4242
	}

	.footer__utility-link {
		width: 48.9361702128%;
		clear: right;
		float: left;
		padding-top: .9375rem;
		margin: 0
	}

	.footer__utility-link:nth-of-type(odd) {
		float: left
	}

	.footer__utility-link:nth-of-type(even) {
		float: right
	}
}

@media only screen and (min-width:37.5em) {
	.footer__utility-links {
		display: inline-block
	}

	.footer__utility-link {
		padding-right: .3125rem;
		margin-right: .3125rem;
		color: #d2d2d2;
		display: inline;
		float: left;
		border-right: 1px solid #d2d2d2;
		line-height: .5
	}

	.footer__utility-link:last-child {
		border: 0
	}
}

.footer__utility-link a {
	font-size: .625rem;
	line-height: 1.3;
	letter-spacing: .8px;
	color: #d2d2d2;
	text-decoration: none
}

.footer__utility-link a:active,
.footer__utility-link a:hover {
	text-decoration: underline
}

.footer__copyright {
	font-size: .625rem;
	line-height: 1.3;
	letter-spacing: .8px;
	padding: 1.25rem 0;
	color: #d2d2d2
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.footer__copyright {
		padding-bottom: 0
	}
}

@media only screen and (min-width:60em) {
	.footer__utility-link {
		margin-right: .9375rem;
		border: 0
	}

	.footer__copyright {
		text-align: right
	}
}

.button {
	background: 0 0;
	border: 0;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	text-align: left;
	text-decoration: none;
	position: relative;
	display: inline-block
}

.button:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: 1.125rem;
	right: .9375rem;
	position: absolute
}

.button span {
	cursor: pointer
}

.button--primary {
	font-size: 1rem;
	padding: .9375rem 2.8125rem .9375rem .9375rem;
	color: #3c4242;
	background: 0 0;
	border: 1px solid #3c4242;
	border-radius: 2px;
	letter-spacing: 1.4px
}

.button--primary:active,
.button--primary:hover {
	border: 1px solid rgba(60, 66, 66, .04)
}

.button--primary:active.button,
.button--primary:hover.button {
	text-decoration: none
}

.button--primary:active span,
.button--primary:hover span {
	border-bottom: 3px solid #3c4242;
	transition: border-bottom .2s
}

.button--primary:active {
	background: rgba(60, 66, 66, .04)
}

.button--primary:after {
	font-size: .875rem
}

.button--primary.button--inverse {
	color: #fff;
	border: 1px solid #fff;
	background: 0 0
}

.button--primary.button--inverse:active,
.button--primary.button--inverse:hover {
	border: 1px solid rgba(255, 255, 255, .3)
}

.button--primary.button--inverse:active span,
.button--primary.button--inverse:hover span {
	border-bottom: 3px solid #fff
}

.button--primary.button--inverse:active {
	background: rgba(27, 27, 27, .1)
}

.button--primary.button--color {
	border: 0;
	background: rgba(255, 255, 255, .7)
}

.button--primary.button--color:active span,
.button--primary.button--color:hover span {
	border-bottom: 3px solid #3c4242
}

.button--primary.button--color:active {
	background: rgba(210, 210, 210, .6)
}

.button--primary[rel=external]:after,
.button--primary[rel=link-confirmation]:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.button--secondary {
	font-size: .875rem;
	padding: .9375rem 2.8125rem .9375rem 0;
	color: #3c4242;
	letter-spacing: .8px
}

.button--secondary:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .75rem;
	top: 50%;
	margin-top: -.5rem
}

.button--secondary:active span,
.button--secondary:hover span {
	border-bottom: 3px solid #3c4242;
	transition: border-bottom .2s
}

.button--secondary.button--inverse {
	color: #fff
}

.button--secondary.button--inverse:active span,
.button--secondary.button--inverse:hover span {
	border-bottom: 3px solid #fff
}

.button--full-width {
	display: block
}

@media only screen and (min-width:37.5em) {
	.button--full-width {
		display: inline-block
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.button--inline {
		text-align: center
	}

	.button--inline span {
		margin-right: .625rem
	}
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.button--inline:after {
		right: auto
	}
}

.button--centered {
	margin-top: 2.5rem;
	text-align: center
}

.button--tray {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	padding: .9375rem 1.25rem .9375rem .9375rem;
	background: rgba(27, 27, 27, .8);
	color: #fff;
	text-transform: uppercase;
	transition: padding .5s
}

.button--tray::after {
	width: .3125rem;
	content: '';
	display: block;
	background: #d9338c;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	transition: width .5s;
	z-index: -1
}

.button--tray:hover {
	padding-right: .9375rem
}

.button--tray:hover::after {
	width: 100%
}

.button--scroll {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	padding: .9375rem;
	width: 2.8125rem;
	height: 2.8125rem;
	border: 0;
	background: #1b1b1b;
	color: #fff;
	text-decoration: none;
	text-align: center
}

.button--scroll:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.button--scroll::before {
	position: relative;
	z-index: 100
}

.button--scroll::after {
	height: .1875rem;
	content: '';
	display: block;
	background: #d9338c;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: auto;
	transition: height .2s
}

.button--scroll:hover::after {
	height: 100%
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.block>.button {
		margin: 0 1.25rem
	}
}

.carousel {
	margin-left: 1.25rem;
	margin-right: 1.25rem
}

.carousel__slide {
	margin-bottom: 2rem
}

.block-wrapper.carousel {
	padding: 0
}

.js .carousel {
	position: relative
}

.js .carousel:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.js .carousel__slide {
	margin: 0 .3125rem;
	left: 0;
	position: relative;
	text-align: center;
	transition: left .5s linear
}

.js .carousel__slide--animate {
	left: -1.875rem
}

@media only screen and (min-width:60em) {
	.js .carousel__slide {
		margin: 0
	}

	.js .carousel__slide--indent {
		padding: 0 4.875rem
	}
}

.js .carousel__timeline {
	list-style: none;
	padding: 2.5rem 0 0;
	margin: 0;
	text-align: center;
	position: relative
}

.js .carousel__timeline:before {
	content: '';
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 400
}

@media only screen and (min-width:37.5em) {
	.js .carousel__timeline {
		padding-top: 3.625rem
	}

	.js .carousel__timeline:before {
		display: none
	}

	.js-show-more__toggle-button-container {
		text-align: center
	}
}

.js .carousel__timeline li {
	cursor: default;
	display: inline
}

.js .carousel__timeline li:first-child>:after {
	display: none
}

.js .carousel__timeline-item {
	position: relative;
	display: inline-block;
	width: 16.6666666667%;
	vertical-align: text-top
}

.js .carousel__timeline-item:after {
	top: .6875rem;
	background: #b19fba;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	z-index: 100;
	left: -50%
}

.ie9 .js .carousel__timeline-item:after,
.lt-ie9 .js .carousel__timeline-item:after {
	top: .4375rem
}

.js .carousel__dot {
	width: 1rem;
	height: 1rem;
	padding: .1875rem;
	background: #fff;
	border: 1px solid #b19fba;
	cursor: pointer;
	display: inline-block;
	position: relative;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 200
}

.js .carousel__dot:hover {
	border: 1px solid #3c1053
}

.js .carousel__dot:hover:before {
	background: #3c1053
}

.js .carousel__dot:focus {
	border: 1px solid #3c1053
}

.js .carousel__dot:before {
	width: .5rem;
	height: .5rem;
	content: '';
	display: block
}

.js .carousel__caption {
	padding: 1.0625rem .625rem 0;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	color: #3c4242;
	cursor: pointer;
	display: none;
	letter-spacing: 1px
}

@media only screen and (min-width:60em) {
	.js .carousel__caption {
		display: block
	}
}

.js .carousel .slick-active .carousel__dot {
	border: 1px solid #3c1053
}

.js .carousel .slick-active .carousel__dot:before {
	background: #3c1053
}

.js .carousel .slick-active .carousel__caption {
	display: none
}

.js .carousel .slick-next,
.js .carousel .slick-prev {
	height: 1.875rem;
	width: .625rem;
	position: absolute;
	top: 24.5vw;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	background: 0 0;
	font-size: 0;
	z-index: 100;
	color: #3c4242
}

@media only screen and (min-width:60em) {
	.js .carousel .slick-active .carousel__caption {
		display: block
	}

	.js .carousel .slick-next,
	.js .carousel .slick-prev {
		height: 2.5rem;
		width: .8125rem;
		top: 40%
	}
}

.js .carousel .slick-next:hover,
.js .carousel .slick-prev:hover {
	color: #8a8e8e
}

.js .carousel .slick-next:before,
.js .carousel .slick-prev:before {
	font-size: 1.875rem;
	color: inherit;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -10px;
	width: 100%;
	height: 100%
}

.js .carousel .slick-next {
	right: -.75rem
}

.js .carousel .slick-next:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.js .carousel .slick-prev {
	left: -.75rem
}

.js .carousel .slick-prev:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

@media only screen and (min-width:60em) {

	.js .carousel .slick-next:before,
	.js .carousel .slick-prev:before {
		font-size: 2.5rem
	}

	.js .carousel .slick-next {
		right: 0
	}

	.js .carousel .slick-prev {
		left: 0
	}
}

.js .carousel .slick-disabled {
	display: none !important
}

.pagination__block {
	margin-top: 1.25rem;
	text-align: center
}

.pagination__list {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #d2d2d2;
	display: inline-block;
	text-align: center
}

.pagination__list:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.pagination__list-item {
	display: inline-block
}

.pagination__item {
	padding: .75rem .5rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	display: block;
	text-decoration: none;
	color: #3c4242
}

.pagination__item--selected,
.pagination__item:hover {
	padding-bottom: .625rem;
	border-bottom: 2px solid #d0006f
}

.pagination__item--next,
.pagination__item--prev {
	padding: .75rem 1rem;
	color: #1b1b1b
}

.pagination__item--next--selected,
.pagination__item--next:hover,
.pagination__item--prev--selected,
.pagination__item--prev:hover {
	color: #fff;
	background: #d0006f
}

.pagination__item--next:before,
.pagination__item--prev:before {
	font-size: .75rem
}

.pagination__item--next span,
.pagination__item--prev span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.pagination__item--next span.focusable:active,
.pagination__item--next span.focusable:focus,
.pagination__item--prev span.focusable:active,
.pagination__item--prev span.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.pagination__item--prev {
	border-right: 1px solid #d2d2d2
}

.pagination__item--prev:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.pagination__item--next {
	border-left: 1px solid #d2d2d2
}

.pagination__item--next:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.pagination__item--ellipsis span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.pagination__item--ellipsis span.focusable:active,
.pagination__item--ellipsis span.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.pagination__item--ellipsis:before {
	content: '...'
}

.js-show-more__row::after {
	content: '';
	display: table;
	clear: both
}

.js-show-more__panel--closed {
	height: 0;
	overflow: hidden
}

.js-show-more__toggle-button {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	padding: 0 1.25rem 0 0;
	background: 0 0;
	border: 0;
	display: block;
	margin: 0;
	position: relative;
	width: 100%;
	text-align: left
}

.js-show-more__toggle-button:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .625rem;
	margin-top: -.3125rem;
	position: absolute;
	right: 0;
	top: 50%
}

@media only screen and (min-width:37.5em) {
	.js-show-more__toggle-button {
		display: inline-block;
		width: auto
	}
}

.js-show-more__toggle-button--minus:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.salvatorre-layout[data-columns]::before {
		content: '1 .salvatorre-column.size-1of1'
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.salvatorre-layout[data-columns]::before {
		content: '2 .salvatorre-column.size-1of2'
	}
}

@media only screen and (min-width:60em) {
	.salvatorre-layout[data-columns]::before {
		content: '3 .salvatorre-column.size-1of3'
	}
}

.salvatorre-column {
	float: left
}

.size-1of3 {
	width: 32%;
	margin-right: 2%
}

.size-1of3:last-child {
	margin: 0
}

.size-1of2 {
	width: 48.5%;
	margin-right: 3%
}

.size-1of2:last-child {
	margin: 0
}

.size-1of1 {
	width: 100%
}

.navigation::after {
	content: '';
	display: table;
	clear: both
}

.navigation--oi .navigation__logo img {
	width: 8.125rem;
	height: auto
}

.navigation--oi .navigation__header-sticky-logo {
	margin-top: .4375rem;
	width: 8.125rem;
	height: auto
}

.navigation--oi .navigation__language-action.is-active:after,
.navigation--oi .navigation__language-link--current-language:before,
.navigation--oi .navigation__search-action.is-valid,
.navigation--oi .navigation__search.is-active .navigation__search-tray-open,
.navigation--oi.navigation--dark .navigation__language-action.is-active:after,
.navigation--oi.navigation--dark .navigation__language-link--current-language:before,
.navigation--oi.navigation--dark .navigation__search-action.is-valid,
.navigation--oi.navigation--dark .navigation__search.is-active .navigation__search-tray-open {
	color: #1aadce
}

.navigation--oi .navigation__more-tray .navigation__primary-link--current-section,
.navigation--oi .navigation__more-tray .navigation__primary-link:active,
.navigation--oi .navigation__more-tray .navigation__primary-link:hover,
.navigation--oi.navigation--dark .navigation__more-tray .navigation__primary-link--current-section,
.navigation--oi.navigation--dark .navigation__more-tray .navigation__primary-link:active,
.navigation--oi.navigation--dark .navigation__more-tray .navigation__primary-link:hover {
	border-left-color: #1aadce
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {

	.navigation--oi .navigation__primary-link.is-active:after,
	.navigation--oi.navigation--dark .navigation__primary-link.is-active:after {
		color: #1aadce
	}

	.navigation--oi .navigation__primary-link--current-section,
	.navigation--oi .navigation__primary-link--current-section.is-active,
	.navigation--oi.navigation--dark .navigation__primary-link--current-section,
	.navigation--oi.navigation--dark .navigation__primary-link--current-section.is-active {
		border-left-color: #1aadce
	}

	.navigation--oi .navigation__secondary-link:before,
	.navigation--oi .navigation__tertiary-link--current-section:before,
	.navigation--oi.navigation--dark .navigation__secondary-link:before {
		background: #1aadce
	}

	.navigation--oi .navigation__menu-button {
		border-left-color: #1aadce
	}

	.navigation--oi .navigation__menu-button.is-active:after {
		color: #1aadce
	}

	.navigation__header {
		height: 3.75rem
	}
}

.navigation--oi .navigation__logo-caption {
	display: none
}

@media only screen and (min-width:60em) {
	.navigation .is-extended .is-hidden {
		display: none
	}

	.navigation--oi .navigation__primary-link:before,
	.navigation--oi.navigation--dark .navigation__primary-link:before {
		background-color: #1aadce
	}

	.navigation--oi .navigation__primary-link--current-section,
	.navigation--oi .navigation__primary-link--current-section.is-active,
	.navigation--oi.navigation--dark .navigation__primary-link--current-section,
	.navigation--oi.navigation--dark .navigation__primary-link--current-section.is-active {
		border-bottom-color: #1aadce
	}

	.navigation--oi .navigation__secondary-link--current-section:before,
	.navigation--oi .navigation__secondary-link:active:before,
	.navigation--oi .navigation__secondary-link:hover:before,
	.navigation--oi .navigation__tertiary-link:active:before,
	.navigation--oi .navigation__tertiary-link:hover:before,
	.navigation--oi.navigation--dark .navigation__secondary-link--current-section:before,
	.navigation--oi.navigation--dark .navigation__secondary-link:active:before,
	.navigation--oi.navigation--dark .navigation__secondary-link:hover:before {
		background-color: #1aadce
	}

	.navigation--oi .navigation__tertiary-link--current-section {
		border-bottom-color: #1aadce
	}

	.navigation--oi .navigation__more-tray .navigation__tertiary-link:before,
	.navigation--oi.navigation--dark .navigation__more-tray .navigation__tertiary-link:before {
		background-color: #1aadce
	}

	.navigation--oi .navigation__logo-caption {
		font-size: .625rem;
		line-height: .6875rem;
		letter-spacing: .0125rem;
		margin-left: 1.875rem;
		padding-left: .3125rem;
		width: 9.375rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #9db0ac;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		border-left: 1px solid #9db0ac;
		position: absolute;
		display: inline-block
	}
}

.navigation--oi.navigation--dark .navigation__logo-caption {
	color: #fff;
	border-color: #fff
}

.navigation__header {
	position: relative
}

@media only screen and (min-width:60em) {
	.navigation__header {
		height: 2.75rem
	}
}

.navigation__header-group .l-constrained {
	overflow: hidden
}

.navigation__header-sticky {
	display: none
}

.navigation__header-sticky-logo {
	width: 1.125rem;
	height: 1.4375rem
}

.navigation__header-sticky-inner {
	padding: .625rem 0 .625rem 1.25rem
}

.navigation__header-sticky-menu {
	height: 2.8125rem;
	width: 3rem;
	display: block;
	position: absolute;
	top: 0;
	right: 0
}

.navigation__header-sticky-menu:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .875rem;
	top: .9375rem;
	left: 1rem;
	position: absolute
}

.navigation__header-toggle {
	display: none
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__header-toggle {
		height: 3.75rem;
		float: right
	}
}

.navigation__header-button {
	background: 0 0;
	border: 0;
	height: 3.75rem;
	width: 3.75rem;
	display: block;
	float: left;
	padding: 0
}

.navigation__header-button--menu {
	position: relative;
	top: 2px
}

.navigation__header-button--menu.is-disabled:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .875rem
}

.navigation__header-button--menu.is-active:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .75rem
}

.navigation__header-button--search:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	top: 2px
}

.navigation__header-button--search.is-disabled:after {
	font-size: .875rem
}

.navigation__header-button--search.is-active:after {
	font-size: .75rem
}

.navigation__header-accessible-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.navigation__header-accessible-text.focusable:active,
.navigation__header-accessible-text.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.navigation__logo {
	padding: 0 0 0 1.25rem;
	display: inline-block
}

.navigation__logo::after {
	content: '';
	display: table;
	clear: both
}

.navigation__logo-link {
	display: block;
	position: relative
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__logo-link {
		height: 3.75rem
	}
}

@media only screen and (min-width:60em) {
	.navigation__logo-link {
		height: 2.75rem;
		float: left
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__logo img {
		height: 1.625rem;
		width: 6.75rem;
		top: 1.25rem;
		position: relative
	}
}

@media only screen and (min-width:60em) {
	.navigation__logo img {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 5.5rem;
		height: 1.4375rem
	}
}

.navigation__logo-caption {
	display: inline-block;
	float: left
}

.navigation__search::after {
	content: '';
	display: table;
	clear: both
}

.navigation__search-tray-close,
.navigation__search-tray-open {
	background: 0 0;
	border: 0;
	padding: 0;
	display: none
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__search-accessible-text {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}

	.navigation__search-accessible-text.focusable:active,
	.navigation__search-accessible-text.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto
	}
}

@media only screen and (min-width:60em) {
	.navigation__search-tray-accessible-text {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}

	.navigation__search-tray-accessible-text.focusable:active,
	.navigation__search-tray-accessible-text.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto
	}
}

.navigation__search-form {
	position: relative
}

.navigation__search-input {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	padding: 1.25rem 3.75rem 1.25rem 1.25rem;
	border: 0;
	width: 100%
}

@media only screen and (min-width:60em) {
	.navigation__search-input {
		font-size: .875rem;
		line-height: 1.4285714286;
		letter-spacing: .5px;
		padding: .75rem 6.6875rem .75rem 1.0625rem;
		width: 100%
	}
}

.navigation__search-input::-webkit-input-placeholder {
	transition: color .2s ease-out
}

.navigation__search-input::-moz-placeholder {
	transition: color .2s ease-out
}

.navigation__search-input:-ms-input-placeholder {
	transition: color .2s ease-out
}

.navigation__search-input::placeholder {
	transition: color .2s ease-out
}

.navigation__search-label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.navigation__search-label.focusable:active,
.navigation__search-label.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.navigation__search-action {
	background: 0 0;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	transition: color .2s ease-out
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__search-action {
		height: 60px;
		width: 60px
	}

	.navigation__search-action:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 1rem;
		font-weight: 700;
		position: relative;
		top: 2px
	}
}

@media only screen and (min-width:60em) {
	.navigation__search-action {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px;
		padding: 0 1.25rem;
		display: inline-block;
		height: 44px
	}

	.navigation__search-action:after {
		display: none
	}

	.navigation__link-list {
		z-index: 1000
	}
}

.navigation__link-list--primary {
	list-style: none;
	padding: 0;
	margin: 0
}

.navigation__link-list--primary .navigation__link-list-item {
	float: none;
	position: relative
}

@media only screen and (min-width:60em) {
	.navigation__link-list--primary {
		list-style: none;
		padding: 0;
		margin: 0
	}

	.navigation__link-list--primary::after {
		content: '';
		display: table;
		clear: both
	}

	.navigation__link-list--primary .navigation__link-list-item {
		float: left;
		position: relative
	}
}

.navigation__link-list--primary .navigation__link-list-item--more {
	display: none
}

@media only screen and (min-width:60em) {
	.navigation__link-list--primary .navigation__link-list-item--more {
		position: absolute;
		top: 0;
		right: 0
	}

	.navigation__link-list--primary .navigation__link-list-item--more.is-active {
		display: block
	}
}

.navigation__link-list--primary .navigation__primary-link--more.is-active .navigation__button--more-open {
	display: inline
}

.navigation__link-list--primary .navigation__primary-link--more.is-active .navigation__button--more-closed,
.navigation__link-list--primary .navigation__primary-link--more.is-disabled .navigation__button--more-open {
	display: none
}

.navigation__link-list--primary .navigation__primary-link--more.is-disabled .navigation__button--more-closed {
	display: inline
}

.navigation__link-list--secondary {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none
}

.navigation__link-list--secondary .navigation__link-list-item {
	float: none;
	position: relative
}

@media only screen and (min-width:60em) {
	.navigation__link-list--secondary {
		top: 2.75rem;
		left: 1.0625rem;
		width: 12.5rem;
		position: absolute
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__link-list--secondary {
		padding-left: 1.25rem
	}

	.navigation__link-list--tertiary {
		list-style: none;
		margin: 0;
		padding: 0 0 0 1.25rem
	}

	.navigation__link-list--tertiary .navigation__link-list-item {
		float: none;
		position: relative
	}
}

@media only screen and (min-width:60em) {
	.navigation__link-list--tertiary {
		list-style: none;
		margin: 0;
		padding: 0
	}

	.navigation__link-list--tertiary::after {
		content: '';
		display: table;
		clear: both
	}

	.navigation__link-list--tertiary .navigation__link-list-item {
		float: left;
		position: relative
	}
}

.navigation__link-list--tertiary .navigation__link-list-item--more {
	display: none
}

@media only screen and (min-width:60em) {
	.navigation__link-list--tertiary .navigation__link-list-item--more {
		position: absolute;
		top: 0;
		right: 0
	}

	.navigation__link-list--tertiary .navigation__link-list-item--more.is-active {
		display: block
	}
}

.navigation__link-list--region {
	list-style: none;
	padding: 0;
	margin: 0
}

.navigation__link-list--region .navigation__link-list-item {
	float: none;
	position: relative
}

@media only screen and (min-width:60em) {
	.navigation__link-list--region {
		list-style: none;
		padding: 0;
		margin: 0
	}

	.navigation__link-list--region::after {
		content: '';
		display: table;
		clear: both
	}

	.navigation__link-list--region .navigation__link-list-item {
		float: left;
		position: relative
	}

	.navigation__link-list--region .navigation__link-list-item--language-select {
		padding: .75rem .625rem;
		position: static
	}

	.navigation__link-list--region .navigation__link-list-item--region {
		padding: .75rem .625rem
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__link-list--language-select {
		list-style: none;
		margin: 0;
		padding: 0 0 0 1.25rem
	}

	.navigation__link-list--language-select .navigation__link-list-item {
		float: none;
		position: relative
	}
}

@media only screen and (min-width:60em) {
	.navigation__link-list--language-select {
		list-style: none;
		padding: 0;
		margin: 0 3.125rem 0 0
	}

	.navigation__link-list--language-select::after {
		content: '';
		display: table;
		clear: both
	}

	.navigation__link-list--language-select .navigation__link-list-item {
		float: left;
		position: relative
	}

	.navigation__link-list--language-select .navigation__link-list-item--current-language {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px;
		padding: .625rem .625rem .5rem 1.25rem
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__link-list--language-select .navigation__link-list-item--current-language {
		display: none
	}
}

@media only screen and (min-width:60em) and (min-width:60em) {
	.navigation__link-list--language-select .navigation__link-list-item--current-language {
		font-size: .75rem;
		line-height: 1.6666666667;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: .5px
	}
}

.lt-ie9 .navigation__link-list--language-select .navigation__link-list-item--current-language {
	background-image: none !important
}

.navigation__primary-link--current-section:before,
.navigation__primary-link--follow:after {
	display: none
}

@media only screen and (min-width:60em) {
	.navigation__link-list--language-select .navigation__link-list-item--current-language span {
		font-weight: 700
	}

	.navigation__link-list--language-select .navigation__link-list-item--current-language .navigation__language-flag {
		margin-top: .25rem;
		margin-right: .3125rem
	}

	.navigation__link-list--language-select .navigation__link-list-item--language {
		float: left
	}

	.navigation__tertiary-link--more {
		background: 0 0;
		border: 0;
		font-size: .625rem;
		line-height: 1.3;
		letter-spacing: .8px;
		padding: .875rem 2.5rem .875rem .625rem;
		margin: 0
	}

	.navigation__tertiary-link--more:active:before,
	.navigation__tertiary-link--more:hover:before {
		display: none
	}

	.navigation__tertiary-link--more:after {
		right: 1.625rem;
		top: 1.0625rem;
		display: block;
		position: absolute;
		font-size: 7px
	}

	.navigation__tertiary-link--more.is-active:after,
	.navigation__tertiary-link--more.is-disabled:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1
	}
}

.navigation__region-link {
	text-decoration: none;
	position: relative
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__region-link {
		font-size: 1rem;
		line-height: 1.4285714286;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		letter-spacing: .5px
	}
}

@media only screen and (min-width:60em) {
	.navigation__region-link {
		font-size: .625rem;
		line-height: 1.3;
		letter-spacing: .8px
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__region-link {
		padding: 1.25rem 1.25rem 1.0625rem;
		display: block;
		float: left;
		width: 50%
	}

	.navigation__region-link:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: .375rem;
		right: 1.5625rem;
		margin-top: -.3125rem;
		position: absolute;
		top: 50%
	}
}

.navigation__region-link--icon {
	display: none
}

@media only screen and (min-width:60em) {

	.navigation__region-link:active,
	.navigation__region-link:hover {
		text-decoration: underline
	}

	.navigation__region-link:after {
		display: none
	}

	.navigation__region-link--global {
		padding-left: 1rem
	}

	.navigation__region-link--icon {
		top: .0625rem;
		left: 0;
		position: absolute;
		display: block
	}

	.navigation__region-link--icon:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1
	}
}

.navigation__language-link {
	font-size: 1rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	letter-spacing: .5px;
	display: block;
	text-decoration: none;
	position: relative
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__language-link {
		padding: 1.25rem 3.125rem 1.0625rem 0
	}
}

@media only screen and (min-width:60em) {
	.navigation__language-link {
		font-size: .75rem;
		line-height: 1.6666666667;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		padding: .625rem .625rem .5rem
	}

	.navigation__language-link:active,
	.navigation__language-link:hover {
		text-decoration: underline
	}

	.navigation__language-link--current-language {
		padding-left: 1.5625rem
	}
}

.navigation__language-link--current-language {
	position: relative
}

.navigation__language-link--current-language:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: none
}

@media only screen and (min-width:60em) {
	.navigation__language-link--current-language:before {
		font-size: .625rem;
		top: .9375rem;
		left: .625rem;
		display: block;
		position: absolute
	}
}

.navigation__menu-button {
	display: none
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__menu-button {
		padding: 1.25rem 3.125rem 1.0625rem 1.0625rem;
		font-size: 1rem;
		line-height: 1.25;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		display: block;
		text-decoration: none;
		position: relative;
		margin: 0;
		border: 0;
		width: 100%;
		text-align: left
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) and (min-width:60em) {
	.navigation__menu-button {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		letter-spacing: 1px
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__menu-button:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: .375rem;
		right: 1.375rem;
		margin-top: -.1875rem;
		position: absolute;
		top: 50%
	}

	.navigation__menu-button.is-active:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1
	}

	.navigation__language-action {
		padding: 1.25rem 3.125rem 1.0625rem 1.25rem;
		display: block;
		text-align: left;
		width: 100%
	}

	.navigation__language-action:after {
		font-size: .375rem;
		right: 1.375rem;
		top: 50%
	}

	.navigation__language-action.is-active:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1
	}
}

.navigation__language-action {
	background: 0 0;
	border: 0;
	position: relative
}

@media only screen and (min-width:60em) {
	.navigation__language-action {
		padding: 0 .9375rem 0 0;
		display: none;
		position: relative
	}

	.navigation__language-action:after {
		right: .1875rem;
		font-size: 7px;
		top: 40%
	}
}

.navigation__language-action:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute
}

.navigation__language-flag {
	background: center center no-repeat;
	background-size: 14px;
	display: block;
	float: left
}

.navigation__language-indicator {
	text-decoration: none
}

.lt-ie9 .navigation__language-indicator {
	background-image: none !important
}

.navigation__language-title {
	display: none
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__language-flag {
		width: .875rem;
		height: .875rem;
		border-radius: .4375rem;
		margin-top: .1875rem;
		background-size: 20px
	}

	.navigation__language-indicator {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		letter-spacing: .5px;
		padding: .125rem 0 0 .3125rem
	}

	.navigation__language-title {
		font-size: .625rem;
		line-height: 1.3;
		letter-spacing: .8px;
		display: block
	}
}

.navigation__language-select-close {
	display: none
}

.js .js-navigation.is-fixed {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}

@media only screen and (min-width:60em) {
	.navigation__language-flag {
		width: .75rem;
		height: .75rem;
		border-radius: .375rem;
		margin-top: .3125rem;
		background-size: 18px
	}

	.navigation__language-indicator {
		font-size: .625rem;
		line-height: 1.3;
		letter-spacing: .8px;
		padding: .0625rem 0 .0625rem .3125rem
	}

	.js .js-navigation__header {
		transition: margin-top .2s ease-out
	}

	.js .js-navigation__header-sticky {
		height: 2.8125rem;
		z-index: 900;
		cursor: pointer
	}

	.js .js-navigation__header-sticky.is-active {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0
	}

	.js .js-navigation__header-sticky.is-disabled {
		display: none
	}
}

.js .js-navigation__header-button--search.is-active:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.js .js-navigation__header-toggle {
		display: inline-block
	}

	.js .js-navigation__search {
		overflow: hidden;
		transition: max-height .2s ease-out
	}

	.js .js-navigation__search.is-active {
		max-height: 3.75rem
	}

	.js .js-navigation__search.is-disabled {
		max-height: 0
	}
}

@media only screen and (min-width:60em) {
	.js .js-navigation__search {
		margin-right: 2.75rem;
		z-index: 1000;
		position: absolute;
		width: 100%;
		bottom: 0;
		transition: right .3s ease-out
	}

	.js .js-navigation__search-tray-close,
	.js .js-navigation__search-tray-open {
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		top: 0;
		cursor: pointer
	}

	.js .js-navigation__search-tray-close:after,
	.js .js-navigation__search-tray-close:before,
	.js .js-navigation__search-tray-open:after,
	.js .js-navigation__search-tray-open:before {
		position: absolute
	}

	.js .js-navigation__search-tray-open {
		left: 0
	}

	.js .js-navigation__search-tray-open:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		left: .875rem;
		top: .875rem
	}

	.js .js-navigation__search-tray-close {
		right: 0
	}

	.js .js-navigation__search-tray-close:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: .75rem;
		left: 1rem;
		top: 1rem
	}

	.js .js-navigation__search-form {
		margin-left: 2.75rem;
		margin-right: 2.75rem
	}

	.js .js-navigation__search.is-active {
		right: -2.75rem
	}

	.js .js-navigation__search.is-disabled {
		right: -100%
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {

	.js .js-navigation__link-wrapper--primary,
	.js .js-navigation__link-wrapper--tertiary {
		overflow: hidden;
		transition: max-height .8s ease-out;
		width: 100%;
		display: block
	}

	.js .js-navigation__link-wrapper--primary.is-disabled,
	.js .js-navigation__link-wrapper--tertiary.is-disabled {
		max-height: 0
	}

	.js .js-navigation__link-wrapper--primary.is-active,
	.js .js-navigation__link-wrapper--tertiary.is-active {
		max-height: 125rem
	}

	.js .js-navigation__link-list--secondary {
		overflow: hidden;
		transition: max-height .5s ease-out;
		width: 100%;
		display: block
	}

	.js .js-navigation__link-list--secondary.is-disabled {
		max-height: 0
	}

	.js .js-navigation__link-list--secondary.is-active {
		max-height: 62.5rem
	}
}

@media only screen and (min-width:60em) {
	.js .js-navigation__link-list--secondary.is-disabled {
		display: none
	}

	.js .js-navigation__link-list--secondary.is-active {
		display: block
	}

	.js .js-navigation__link-list--region {
		margin-right: 3.125rem;
		padding-right: 0;
		float: right
	}
}

@media only screen and (min-width:60em) {
	.js .js-navigation__link-list--region .navigation__link-list--region-inner {
		float: right
	}

	.js .js-navigation__language-action {
		display: block
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.js .js-navigation__link-list--tertiary {
		overflow: hidden;
		transition: max-height 1s ease-out;
		width: 100%;
		display: block
	}

	.js .js-navigation__link-list--tertiary.is-disabled {
		max-height: 0
	}

	.js .js-navigation__link-list--tertiary.is-active {
		max-height: 56.25rem
	}

	.js .js-navigation__menu-button.is-active:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1
	}

	.js .js-navigation__language-select-wrapper {
		overflow: hidden;
		transition: max-height .4s ease-out;
		width: 100%;
		display: block
	}

	.js .js-navigation__language-select-wrapper.is-disabled {
		max-height: 0
	}

	.js .js-navigation__language-select-wrapper.is-active {
		max-height: 37.5rem
	}

	.js .js-navigation__language-select-wrapper .navigation__language-link--current-language:after {
		display: none
	}
}

@media only screen and (min-width:60em) {
	.js .js-navigation__language-select-wrapper {
		margin-top: -2.375rem;
		position: absolute;
		left: 0;
		right: 0;
		top: 0
	}

	.js .js-navigation__language-select-wrapper::after {
		content: '';
		display: table;
		clear: both
	}

	.js .js-navigation__language-select-wrapper .navigation__link-list--language-select {
		float: right
	}

	.js .js-navigation__language-select-wrapper .navigation__language-select-close {
		height: 2.3125rem;
		display: block;
		position: absolute;
		width: 44px;
		top: 0;
		right: 0;
		cursor: pointer
	}

	.js .js-navigation__language-select-wrapper .navigation__language-select-close:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: .75rem;
		top: .8125rem;
		left: 1rem;
		position: absolute
	}

	.js .js-navigation__language-select-wrapper .navigation__language-select-accessible-text {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}

	.js .js-navigation__language-select-wrapper .navigation__language-select-accessible-text.focusable:active,
	.js .js-navigation__language-select-wrapper .navigation__language-select-accessible-text.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto
	}

	.js .js-navigation__more-tray::after {
		content: '';
		display: table;
		clear: both
	}

	.js .js-navigation__more-tray.is-disabled {
		display: none
	}

	.js .js-navigation__more-tray.is-active {
		display: block;
		position: absolute;
		right: 0;
		min-width: 300px
	}

	.navigation__more-tray--primary.is-active {
		top: 2.75rem;
		z-index: 1100
	}

	.navigation__more-tray--tertiary.is-active {
		top: 2.5625rem;
		z-index: 1000
	}

	.js .js-navigation__more-tray .navigation__link-list--more {
		list-style: none;
		padding: 0;
		margin: 0;
		position: static
	}

	.js .js-navigation__more-tray .navigation__link-list--more .navigation__link-list-item {
		float: none;
		position: relative
	}

	.js .js-navigation__more-tray .navigation__link-list-item::after {
		content: '';
		display: table;
		clear: both
	}

	.js .js-navigation__more-tray .navigation__link-list--secondary {
		list-style: none;
		margin: 0;
		padding: .625rem .9375rem 1.25rem;
		position: static;
		width: auto
	}

	.js .js-navigation__more-tray .navigation__link-list--secondary .navigation__link-list-item {
		float: none;
		position: relative
	}

	.js .js-navigation__more-tray .navigation__link-list--tertiary {
		list-style: none;
		margin: 0;
		padding: 0;
		position: static
	}

	.js .js-navigation__more-tray .navigation__link-list--tertiary .navigation__link-list-item {
		float: none;
		position: relative
	}

	.js .js-navigation__more-tray .navigation__link-list-item--tertiary {
		padding: 0 .9375rem
	}

	.js .js-navigation__more-tray .navigation__primary-link {
		padding-left: 1.25rem;
		padding-bottom: .625rem;
		margin-left: 0
	}

	.js .js-navigation__more-tray .navigation__primary-link--current-section:before,
	.js .js-navigation__more-tray .navigation__primary-link:active:before,
	.js .js-navigation__more-tray .navigation__primary-link:hover:before {
		display: none
	}

	.js .js-navigation__more-tray .navigation__secondary-link {
		display: inline-block
	}

	.js .js-navigation__more-tray .navigation__tertiary-link {
		padding: .625rem 1.875rem .625rem .625rem;
		margin: 0;
		display: inline-block;
		border-bottom: 0
	}

	.js .js-navigation__more-tray .navigation__tertiary-link:before {
		display: none;
		left: auto
	}

	.js .js-navigation__more-tray .navigation__tertiary-link:hover {
		background: 0 0
	}

	.js .js-navigation__more-tray .navigation__tertiary-link--current-section:after {
		display: none
	}

	.js .js-navigation__more-tray .navigation__tertiary-link--current-section:before {
		display: block;
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1)
	}

	.navigation__link-wrapper--primary {
		border-top: 1px solid #ebefee;
		border-bottom: 1px solid #ebefee
	}
}

.navigation__logo--color {
	display: block
}

.navigation__logo--white {
	display: none
}

.navigation__link-wrapper {
	background-color: rgba(255, 255, 255, .9)
}

.navigation__header-group {
	background: #fff
}

.navigation__header-button {
	color: #3c4242;
	border-left: 1px solid #ebefee
}

.navigation__header-sticky {
	border-bottom: 1px solid #ebefee
}

.navigation__header-sticky-menu {
	color: #3c4242;
	border-left: 1px solid #ebefee;
	border-right: 1px solid #ebefee
}

.navigation__header-sticky-menu:after {
	color: #9db0ac
}

.navigation__search {
	background: #fff;
	border-top: 1px solid #ebefee;
	border-left: 1px solid #ebefee
}

.navigation__search.is-active .navigation__search-tray-open {
	color: #d0006f
}

.navigation__search.is-disabled .navigation__search-tray-open {
	color: #4f5757
}

.navigation__search-input {
	background: #fff;
	color: #3c4242
}

.navigation__search-input::-webkit-input-placeholder {
	color: #b1c0bd
}

.navigation__search-input::-moz-placeholder {
	color: #b1c0bd
}

.navigation__search-input:-ms-input-placeholder {
	color: #b1c0bd
}

.navigation__search-input::placeholder {
	color: #b1c0bd
}

.navigation__search-action {
	color: #b1c0bd
}

@media only screen and (min-width:60em) {
	.navigation__link-wrapper--tertiary {
		border-bottom: 1px solid #ebefee
	}

	.navigation__search-action {
		border-left: 1px solid #d8dfde;
		border-right: 1px solid #d8dfde
	}

	.navigation__search-tray-open {
		color: #3c4242
	}

	.navigation__search-tray-close {
		color: #9db0ac
	}

	.navigation__link-list-item--more {
		border-left: 1px solid #ebefee
	}
}

.navigation__search-action.is-valid,
.navigation__search-input.is-invalid::-webkit-input-placeholder {
	color: #d0006f
}

.navigation__search-action.is-valid,
.navigation__search-input.is-invalid::-moz-placeholder {
	color: #d0006f
}

.navigation__search-action.is-valid,
.navigation__search-input.is-invalid:-ms-input-placeholder {
	color: #d0006f
}

.navigation__search-action.is-valid,
.navigation__search-input.is-invalid::placeholder {
	color: #d0006f
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__search.is-active {
		border-bottom: 1px solid #ebefee
	}

	.navigation__link-list--secondary,
	.navigation__link-list--tertiary {
		background: #f8f8f8
	}
}

.navigation__link-list--region {
	background: #fff
}

@media only screen and (min-width:60em) {
	.navigation__link-list--language-select .navigation__link-list-item--current-language {
		color: #3c4242
	}

	.navigation__link-list-item--language {
		border-left: 1px solid #ebefee
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__link-list--language-select {
		background: #f8f8f8
	}

	.navigation__primary-link {
		font-size: 1rem;
		line-height: 1.25;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		padding: 1.25rem 3.125rem 1.0625rem 1.0625rem;
		color: #3c4242;
		display: block;
		text-decoration: none;
		position: relative;
		border-bottom: 1px solid #ebefee;
		border-left: 3px solid transparent;
		background: #fff
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) and (min-width:60em) {
	.navigation__primary-link {
		font-size: 1rem;
		line-height: 1.4285714286;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		letter-spacing: 1px
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__primary-link:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: .375rem;
		right: 1.375rem;
		margin-top: -.1875rem;
		position: absolute;
		top: 50%
	}

	.navigation__primary-link.is-active:after {
		color: #d9338c;
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1
	}

	.navigation__primary-link.is-active {
		border-left: 3px solid #fff;
		border-bottom: 1px solid #ebefee
	}

	.navigation__primary-link--current-section.is-active {
		border-left: 3px solid #d9338c
	}

	.navigation__primary-link--current-section.is-active:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1
	}
}

@media only screen and (min-width:60em) {
	.navigation__primary-link {
		font-size: 1rem;
		line-height: 1.25;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		padding: .9375rem 0 .3125rem;
		margin: 0 .5rem 0 1.0625rem;
		color: #3c4242;
		display: block;
		text-decoration: none;
		position: relative;
		border-bottom: 4px solid transparent
	}
}

@media only screen and (min-width:60em) and (min-width:60em) {
	.navigation__primary-link {
		font-size: 1rem;
		line-height: 1.4285714286;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		letter-spacing: 1px
	}
}

@media only screen and (min-width:60em) {
	.navigation__primary-link:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		margin-left: .375rem;
		font-size: 6px
	}

	.navigation__primary-link:before {
		height: .25rem;
		bottom: -.25rem;
		content: '';
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #d9338c;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		transition: all .15s ease-out
	}

	.navigation__primary-link:hover:before {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1)
	}

	.navigation__primary-link--more {
		background: 0 0;
		border: 0;
		padding: .8125rem 1.25rem .4375rem 2.5rem;
		margin: 0;
		border-bottom: 3px solid transparent;
		position: relative
	}

	.navigation__primary-link--more:active:before,
	.navigation__primary-link--more:hover:before {
		display: none
	}

	.navigation__primary-link--more--current-section {
		border-left: 4px solid #d9338c
	}

	.navigation__primary-link--more:after {
		left: .25rem;
		margin-top: -.25rem;
		position: absolute;
		display: block;
		top: 50%
	}

	.navigation__primary-link--more.is-disabled:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 12px
	}

	.navigation__primary-link--more.is-active {
		border-left: 0
	}

	.navigation__primary-link--more.is-active:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 12px
	}

	.navigation__primary-link--current-section {
		border-bottom: 4px solid #d9338c
	}
}

.navigation__primary-link--more {
	background: #fff
}

.navigation__primary-link--more:after {
	color: #9db0ac
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__primary-link--current-section {
		border-left: 3px solid #d9338c
	}

	.navigation__secondary-link {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px;
		padding: 1.25rem 3.125rem 1.0625rem 0;
		color: #3c4242;
		display: block;
		text-decoration: none;
		position: relative;
		border-bottom: 1px solid #d8dfde
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) and (min-width:60em) {
	.navigation__secondary-link {
		font-size: .75rem;
		line-height: 1.6666666667;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: .5px
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__secondary-link:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: .375rem;
		right: 1.5625rem;
		margin-top: -.1875rem;
		position: absolute;
		top: 50%
	}

	.navigation__secondary-link:before {
		width: .25rem;
		height: .625rem;
		margin-left: -.5625rem;
		margin-top: -.3125rem;
		background: #d9338c;
		content: '';
		display: none;
		position: absolute;
		top: 50%
	}

	.navigation__secondary-link--current-section:after,
	.navigation__secondary-link--current-section:before {
		display: block
	}
}

@media only screen and (min-width:60em) {
	.navigation__secondary-link {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px;
		padding: .5rem 1.875rem .5rem .625rem;
		color: #3c4242;
		display: block;
		text-decoration: none;
		position: relative;
		background: rgba(255, 255, 255, .9)
	}
}

@media only screen and (min-width:60em) and (min-width:60em) {
	.navigation__secondary-link {
		font-size: .75rem;
		line-height: 1.6666666667;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: .5px
	}
}

@media only screen and (min-width:60em) {

	.navigation__secondary-link:active,
	.navigation__secondary-link:hover {
		background: #fff
	}

	.navigation__secondary-link:active:after,
	.navigation__secondary-link:active:before,
	.navigation__secondary-link:hover:after,
	.navigation__secondary-link:hover:before {
		display: block
	}

	.navigation__secondary-link:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		right: .625rem;
		margin-top: -.25rem;
		font-size: .5625rem;
		display: none;
		position: absolute;
		top: 50%
	}

	.navigation__secondary-link:before {
		width: .25rem;
		height: .625rem;
		margin-left: -.5625rem;
		margin-top: -.3125rem;
		background: #d9338c;
		content: '';
		display: none;
		position: absolute;
		top: 50%
	}

	.navigation__secondary-link--current-section:before {
		display: block
	}
}

.navigation__secondary-link--current-section:after {
	color: #d2d2d2
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__tertiary-link {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px;
		padding: 1.25rem 3.125rem 1.0625rem 0;
		color: #3c4242;
		display: block;
		text-decoration: none;
		position: relative;
		border-bottom: 1px solid #d8dfde
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) and (min-width:60em) {
	.navigation__tertiary-link {
		font-size: .75rem;
		line-height: 1.6666666667;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: .5px
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__tertiary-link:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: .375rem;
		right: 1.5625rem;
		margin-top: -.1875rem;
		position: absolute;
		top: 50%
	}

	.navigation__tertiary-link--current-section:after {
		color: #d2d2d2
	}

	.navigation__tertiary-link--current-section:before {
		width: .25rem;
		height: .625rem;
		margin-left: -.4375rem;
		top: 1.5rem;
		background: #d9338c;
		content: '';
		display: block;
		position: absolute
	}
}

@media only screen and (min-width:60em) {
	.navigation__tertiary-link {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px;
		padding: .625rem 0 .4375rem;
		margin: 0 1.25rem 0 1.0625rem;
		color: #3c4242;
		display: block;
		text-decoration: none;
		position: relative;
		float: left;
		border-bottom: 3px solid transparent
	}
}

@media only screen and (min-width:60em) and (min-width:60em) {
	.navigation__tertiary-link {
		font-size: .75rem;
		line-height: 1.6666666667;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: .5px
	}
}

@media only screen and (min-width:60em) {
	.navigation__tertiary-link:after {
		display: none;
		font-size: .3125rem;
		margin-left: 10px
	}

	.navigation__tertiary-link:before {
		height: .1875rem;
		bottom: -.1875rem;
		content: '';
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #d9338c;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		transition: all .2s ease-out
	}

	.navigation__tertiary-link:hover:before {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1)
	}

	.navigation__tertiary-link--current-section {
		border-bottom: 3px solid #d9338c
	}

	.navigation__region-link,
	.navigation__tertiary-link--more {
		color: #3c4242
	}
}

.navigation__language-link {
	color: #3c4242
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__region-link {
		background: #fff;
		color: #3c4242;
		border-bottom: 1px solid #ebefee
	}

	.navigation__region-link--global {
		border-left: 1px solid #ebefee
	}

	.navigation__language-link {
		border-bottom: 1px solid #d8dfde
	}
}

.navigation__language-link--current-language:before {
	color: #d9338c
}

@media only screen and (min-width:60em) {
	.navigation__language-select-wrapper .navigation__language-select-close {
		color: #3c4242;
		border-left: 1px solid #ebefee
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.navigation__menu-button {
		border-bottom: 1px solid #ebefee;
		border-left: 3px solid #d9338c;
		color: #3c4242;
		background: #fff
	}

	.navigation__menu-button.is-active:after {
		color: #d9338c
	}

	.navigation__language-action {
		color: #3c4242;
		background: #fff;
		border-bottom: 1px solid #ebefee
	}

	.navigation__language-action.is-active:after {
		color: #d9338c
	}
}

@media only screen and (min-width:60em) {
	.navigation__language-action {
		color: #3c4242
	}

	.navigation__more-tray--primary {
		background: #fff
	}

	.navigation__more-tray--tertiary {
		background: rgba(255, 255, 255, .9)
	}

	.navigation__more-tray .navigation__link-list--secondary {
		border-bottom: 1px solid #ebefee
	}

	.navigation__more-tray .navigation__primary-link {
		border-bottom: 1px solid #ebefee;
		border-left: 4px solid transparent
	}

	.navigation__more-tray .navigation__primary-link--current-section,
	.navigation__more-tray .navigation__primary-link:active,
	.navigation__more-tray .navigation__primary-link:hover {
		border-left: 4px solid #d9338c
	}

	.navigation__more-tray .navigation__secondary-link {
		background: #fff
	}

	.navigation__more-tray .navigation__tertiary-link {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px;
		padding: .5rem 1.875rem .5rem .625rem;
		color: #3c4242;
		display: block;
		text-decoration: none;
		position: relative;
		background: rgba(255, 255, 255, 0)
	}
}

@media only screen and (min-width:60em) and (min-width:60em) {
	.navigation__more-tray .navigation__tertiary-link {
		font-size: .75rem;
		line-height: 1.6666666667;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: .5px
	}
}

@media only screen and (min-width:60em) {

	.navigation__more-tray .navigation__tertiary-link:active,
	.navigation__more-tray .navigation__tertiary-link:hover {
		background: #fff
	}

	.navigation__more-tray .navigation__tertiary-link:active:after,
	.navigation__more-tray .navigation__tertiary-link:active:before,
	.navigation__more-tray .navigation__tertiary-link:hover:after,
	.navigation__more-tray .navigation__tertiary-link:hover:before {
		display: block
	}

	.navigation__more-tray .navigation__tertiary-link:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		right: .625rem;
		margin-top: -.25rem;
		font-size: .5625rem;
		display: none;
		position: absolute;
		top: 50%
	}

	.navigation__more-tray .navigation__tertiary-link:before {
		width: .25rem;
		height: .625rem;
		margin-left: -.5625rem;
		margin-top: -.3125rem;
		background: #d9338c;
		content: '';
		display: none;
		position: absolute;
		top: 50%
	}

	.navigation__more-tray .navigation__tertiary-link--current-section:before {
		display: block
	}

	.navigation__more-tray .navigation__tertiary-link--current-section:after {
		color: #d2d2d2
	}
}

.ie9 .navigation__primary-link--more {
	border-color: #fff
}

.lt-ie9 .navigation__link-wrapper {
	background: #fff
}

.lt-ie9 .navigation__link-wrapper:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.lt-ie9 .navigation__link-list--more .navigation__link-list--secondary,
.lt-ie9 .navigation__link-list--more .navigation__link-list-item--tertiary,
.lt-ie9 .navigation__link-list--secondary {
	background: #fff
}

.lt-ie9 .navigation__link-list--more .navigation__link-list-item--tertiary:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

@media only screen and (min-width:60em) {
	.navigation--dark .navigation__logo--color {
		display: none
	}

	.navigation--dark .navigation__logo--white {
		display: block
	}

	.navigation--dark .navigation__link-wrapper--primary {
		border-top: 1px solid #3c4242;
		border-bottom: 1px solid #3c4242
	}

	.navigation--dark .navigation__link-wrapper--tertiary {
		border-bottom: 1px solid #3c4242
	}

	.navigation--dark .navigation__header-group {
		background: #1b1b1b
	}

	.navigation--dark .navigation__header-button {
		color: #f8f8f8;
		border-left: 1px solid #3c4242
	}

	.navigation--dark .navigation__header-sticky {
		border-bottom: 1px solid #3c4242
	}

	.navigation--dark .navigation__header-sticky-menu {
		color: #f8f8f8;
		border-left: 1px solid #3c4242;
		border-right: 1px solid #3c4242
	}

	.navigation--dark .navigation__header-sticky-menu:after {
		color: #fff
	}

	.navigation--dark .navigation__search {
		background: #1b1b1b;
		border-top: 1px solid #3c4242;
		border-left: 1px solid #3c4242
	}

	.navigation--dark .navigation__search-input {
		background: #1b1b1b;
		color: #f8f8f8
	}

	.navigation--dark .navigation__search-input::-webkit-input-placeholder {
		color: #4f5757
	}

	.navigation--dark .navigation__search-input::-moz-placeholder {
		color: #4f5757
	}

	.navigation--dark .navigation__search-input:-ms-input-placeholder {
		color: #4f5757
	}

	.navigation--dark .navigation__search-input::placeholder {
		color: #4f5757
	}

	.navigation--dark .navigation__search-action {
		color: #4f5757;
		border-left: 1px solid #3c4242;
		border-right: 1px solid #3c4242
	}

	.navigation--dark .navigation__search-tray-open {
		color: #f8f8f8
	}

	.navigation--dark .navigation__search-tray-close {
		color: #fff
	}

	.navigation--dark .navigation__search.is-active .navigation__search-tray-open {
		color: #d0006f
	}

	.navigation--dark .navigation__search.is-disabled .navigation__search-tray-open {
		color: #f8f8f8
	}

	.navigation--dark .navigation__search-action.is-valid,
	.navigation--dark .navigation__search-input.is-invalid::-webkit-input-placeholder {
		color: #d0006f
	}

	.navigation--dark .navigation__search-action.is-valid,
	.navigation--dark .navigation__search-input.is-invalid::-moz-placeholder {
		color: #d0006f
	}

	.navigation--dark .navigation__search-action.is-valid,
	.navigation--dark .navigation__search-input.is-invalid:-ms-input-placeholder {
		color: #d0006f
	}

	.navigation--dark .navigation__search-action.is-valid,
	.navigation--dark .navigation__search-input.is-invalid::placeholder {
		color: #d0006f
	}

	.navigation--dark .navigation__link-wrapper {
		background-color: rgba(27, 27, 27, .9)
	}

	.navigation--dark .navigation__link-list-item--more {
		border-left: 1px solid #3c4242
	}

	.navigation--dark .navigation__link-list--region {
		background: #1b1b1b
	}

	.navigation--dark .navigation__link-list--language-select .navigation__link-list-item--current-language {
		color: #f8f8f8
	}

	.navigation--dark .navigation__link-list-item--language {
		border-left: 1px solid #3c4242
	}

	.navigation--dark .navigation__primary-link {
		font-size: 1rem;
		line-height: 1.25;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		padding: .9375rem 0 .3125rem;
		margin: 0 .5rem 0 1.0625rem;
		color: #f8f8f8;
		display: block;
		text-decoration: none;
		position: relative;
		border-bottom: 4px solid transparent
	}
}

@media only screen and (min-width:60em) and (min-width:60em) {
	.navigation--dark .navigation__primary-link {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		letter-spacing: 1px
	}
}

@media only screen and (min-width:60em) {
	.navigation--dark .navigation__primary-link:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		margin-left: .375rem;
		font-size: 6px
	}

	.navigation--dark .navigation__primary-link:before {
		height: .25rem;
		bottom: -.25rem;
		content: '';
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #d9338c;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		transition: all .15s ease-out
	}

	.navigation--dark .navigation__primary-link:hover:before {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1)
	}

	.navigation--dark .navigation__primary-link--more {
		border: 0;
		padding: .8125rem 1.25rem .4375rem 2.5rem;
		margin: 0;
		border-bottom: 3px solid transparent;
		position: relative;
		background: #1b1b1b
	}

	.navigation--dark .navigation__primary-link--more:active:before,
	.navigation--dark .navigation__primary-link--more:hover:before {
		display: none
	}

	.navigation--dark .navigation__primary-link--more--current-section {
		border-left: 4px solid #d9338c
	}

	.navigation--dark .navigation__primary-link--more:after {
		left: .25rem;
		margin-top: -.25rem;
		position: absolute;
		display: block;
		top: 50%;
		color: #fff
	}

	.navigation--dark .navigation__primary-link--more.is-disabled:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 12px
	}

	.navigation--dark .navigation__primary-link--more.is-active {
		border-left: 0
	}

	.navigation--dark .navigation__primary-link--more.is-active:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 12px
	}

	.navigation--dark .navigation__primary-link--current-section {
		border-bottom: 4px solid #d9338c
	}
}

@media only screen and (min-width:60em) and (min-width:60em) {
	.navigation--dark .navigation__secondary-link {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px;
		padding: .5rem 1.875rem .5rem .625rem;
		color: #f8f8f8;
		display: block;
		text-decoration: none;
		position: relative;
		background: rgba(27, 27, 27, .9)
	}
}

@media only screen and (min-width:60em) and (min-width:60em) and (min-width:60em) {
	.navigation--dark .navigation__secondary-link {
		font-size: .75rem;
		line-height: 1.6666666667;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: .5px
	}
}

@media only screen and (min-width:60em) and (min-width:60em) {

	.navigation--dark .navigation__secondary-link:active,
	.navigation--dark .navigation__secondary-link:hover {
		background: #1b1b1b
	}

	.navigation--dark .navigation__secondary-link:active:after,
	.navigation--dark .navigation__secondary-link:active:before,
	.navigation--dark .navigation__secondary-link:hover:after,
	.navigation--dark .navigation__secondary-link:hover:before {
		display: block
	}

	.navigation--dark .navigation__secondary-link:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		right: .625rem;
		margin-top: -.25rem;
		font-size: .5625rem;
		display: none;
		position: absolute;
		top: 50%
	}

	.navigation--dark .navigation__secondary-link:before {
		width: .25rem;
		height: .625rem;
		margin-left: -.5625rem;
		margin-top: -.3125rem;
		background: #d9338c;
		content: '';
		display: none;
		position: absolute;
		top: 50%
	}

	.navigation--dark .navigation__secondary-link--current-section:before {
		display: block
	}
}

@media only screen and (min-width:60em) {
	.navigation--dark .navigation__secondary-link--current-section:after {
		color: #4f5757
	}

	.navigation--dark .navigation__tertiary-link {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px;
		padding: .625rem 0 .4375rem;
		margin: 0 1.25rem 0 1.0625rem;
		color: #f8f8f8;
		display: block;
		text-decoration: none;
		position: relative;
		float: left;
		border-bottom: 3px solid transparent
	}
}

@media only screen and (min-width:60em) and (min-width:60em) {
	.navigation--dark .navigation__tertiary-link {
		font-size: .75rem;
		line-height: 1.6666666667;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: .5px
	}
}

@media only screen and (min-width:60em) {
	.navigation--dark .navigation__tertiary-link:after {
		display: none;
		font-size: .3125rem;
		margin-left: 10px
	}

	.navigation--dark .navigation__tertiary-link:before {
		height: .1875rem;
		bottom: -.1875rem;
		content: '';
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #d9338c;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		transition: all .2s ease-out
	}

	.navigation--dark .navigation__tertiary-link:hover:before {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1)
	}

	.navigation--dark .navigation__tertiary-link--current-section {
		border-bottom: 3px solid #d9338c
	}

	.navigation--dark .navigation__language-link,
	.navigation--dark .navigation__region-link,
	.navigation--dark .navigation__tertiary-link--more {
		color: #f8f8f8
	}

	.navigation--dark .navigation__language-link--current-language:before {
		color: #d9338c
	}

	.navigation--dark .navigation__language-select-wrapper .navigation__language-select-close {
		color: #f8f8f8;
		border-left: 1px solid #3c4242
	}

	.navigation--dark .navigation__language-action {
		color: #f8f8f8
	}

	.navigation--dark .navigation__more-tray--primary {
		background: #1b1b1b
	}

	.navigation--dark .navigation__more-tray--tertiary {
		background: rgba(27, 27, 27, .9)
	}

	.navigation--dark .navigation__more-tray .navigation__link-list--secondary,
	.navigation--dark .navigation__more-tray .navigation__primary-link {
		border-bottom: 1px solid #3c4242
	}

	.navigation--dark .navigation__more-tray .navigation__primary-link--current-section,
	.navigation--dark .navigation__more-tray .navigation__primary-link:active,
	.navigation--dark .navigation__more-tray .navigation__primary-link:hover {
		border-left: 4px solid #d9338c
	}

	.navigation--dark .navigation__more-tray .navigation__secondary-link {
		background: #1b1b1b
	}
}

@media only screen and (min-width:60em) and (min-width:60em) {
	.navigation--dark .navigation__more-tray .navigation__tertiary-link {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px;
		padding: .5rem 1.875rem .5rem .625rem;
		color: #f8f8f8;
		display: block;
		text-decoration: none;
		position: relative;
		background: 0 0
	}
}

@media only screen and (min-width:60em) and (min-width:60em) and (min-width:60em) {
	.navigation--dark .navigation__more-tray .navigation__tertiary-link {
		font-size: .75rem;
		line-height: 1.6666666667;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: .5px
	}
}

@media only screen and (min-width:60em) and (min-width:60em) {

	.navigation--dark .navigation__more-tray .navigation__tertiary-link:active,
	.navigation--dark .navigation__more-tray .navigation__tertiary-link:hover {
		background: 0 0
	}

	.navigation--dark .navigation__more-tray .navigation__tertiary-link:active:after,
	.navigation--dark .navigation__more-tray .navigation__tertiary-link:active:before,
	.navigation--dark .navigation__more-tray .navigation__tertiary-link:hover:after,
	.navigation--dark .navigation__more-tray .navigation__tertiary-link:hover:before {
		display: block
	}

	.navigation--dark .navigation__more-tray .navigation__tertiary-link:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		right: .625rem;
		margin-top: -.25rem;
		font-size: .5625rem;
		display: none;
		position: absolute;
		top: 50%
	}

	.navigation--dark .navigation__more-tray .navigation__tertiary-link:before {
		width: .25rem;
		height: .625rem;
		margin-left: -.5625rem;
		margin-top: -.3125rem;
		background: #d9338c;
		content: '';
		display: none;
		position: absolute;
		top: 50%
	}

	.navigation--dark .navigation__more-tray .navigation__tertiary-link--current-section:before {
		display: block
	}

	.navigation--dark .navigation__more-tray .navigation__tertiary-link--current-section:after {
		color: #4f5757
	}
}

@media only screen and (min-width:60em) {
	.ie9 .navigation--dark .navigation__primary-link--more {
		border-color: #1b1b1b
	}

	.lt-ie9 .navigation--dark .navigation__link-wrapper {
		background: #1b1b1b
	}

	.lt-ie9 .navigation--dark .navigation__link-wrapper:after {
		content: "\0020";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
		zoom: 1
	}

	.lt-ie9 .navigation--dark .navigation__link-list--more .navigation__link-list--secondary,
	.lt-ie9 .navigation--dark .navigation__link-list--more .navigation__link-list-item--tertiary,
	.lt-ie9 .navigation--dark .navigation__link-list--secondary {
		background: #1b1b1b
	}

	.lt-ie9 .navigation--dark .navigation__link-list--more .navigation__link-list-item--tertiary:after {
		content: "\0020";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
		zoom: 1
	}
}

.lt-ie9 .navigation__logo img {
	top: 10px
}

.hero-header {
	padding: .9375rem 0 0;
	background-color: #fff;
	color: #3c4242;
	position: relative;
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat
}

.hero-header--dark:before,
.hero-header--light:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .6;
	content: ''
}

.hero-header--dark {
	color: #fff
}

.hero-header--dark .hero-header__contact-link {
	color: inherit
}

.hero-header--dark .hero-header__contact-number {
	color: inherit;
	border-color: rgba(255, 255, 255, .6)
}

.hero-header--dark:before {
	background-color: #1b1b1b
}

@media only screen and (min-width:37.5em) {
	.hero-header {
		padding: 1.25rem 1.25rem 1.5625rem;
		background-size: cover;
		background-attachment: fixed
	}

	.hero-header--dark .download-tile,
	.hero-header--dark .download-tile__type-size {
		color: inherit
	}

	.hero-header--light .download-tile__type-size {
		color: #3c4242
	}
}

.hero-header--light:before {
	background-color: #fff
}

.hero-header.hero-header--magenta {
	color: #fff;
	background-color: #d0006f
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--magenta .download-tile {
		color: #fff
	}

	.hero-header.hero-header--magenta .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--magenta .hero-header__contact-link,
.hero-header.hero-header--magenta .hero-header__contact-number {
	color: #fff
}

.hero-header.hero-header--magenta .hero-header__contact-number {
	border-color: rgba(255, 255, 255, .6)
}

.hero-header.hero-header--black {
	color: #fff;
	background-color: #1b1b1b
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--black .download-tile {
		color: #fff
	}

	.hero-header.hero-header--black .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--black .hero-header__contact-link,
.hero-header.hero-header--black .hero-header__contact-number {
	color: #fff
}

.hero-header.hero-header--black .hero-header__contact-number {
	border-color: rgba(255, 255, 255, .6)
}

.hero-header.hero-header--lime-green {
	color: #3c4242;
	background-color: #c4d600
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--lime-green .download-tile {
		color: #3c4242
	}

	.hero-header.hero-header--lime-green .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--lime-green .hero-header__contact-link,
.hero-header.hero-header--lime-green .hero-header__contact-number {
	color: #3c4242
}

.hero-header.hero-header--lime-green .hero-header__contact-number {
	border-color: rgba(60, 66, 66, .6)
}

.hero-header.hero-header--light-blue {
	color: #3c4242;
	background-color: #68d2df
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--light-blue .download-tile {
		color: #3c4242
	}

	.hero-header.hero-header--light-blue .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--light-blue .hero-header__contact-link,
.hero-header.hero-header--light-blue .hero-header__contact-number {
	color: #3c4242
}

.hero-header.hero-header--light-blue .hero-header__contact-number {
	border-color: rgba(60, 66, 66, .6)
}

.hero-header.hero-header--gold {
	color: #3c4242;
	background-color: #f0ab00
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--gold .download-tile {
		color: #3c4242
	}

	.hero-header.hero-header--gold .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--gold .hero-header__contact-link,
.hero-header.hero-header--gold .hero-header__contact-number {
	color: #3c4242
}

.hero-header.hero-header--gold .hero-header__contact-number {
	border-color: rgba(60, 66, 66, .6)
}

.hero-header.hero-header--platinum {
	color: #3c4242;
	background-color: #9db0ac
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--platinum .download-tile {
		color: #3c4242
	}

	.hero-header.hero-header--platinum .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--platinum .hero-header__contact-link,
.hero-header.hero-header--platinum .hero-header__contact-number {
	color: #3c4242
}

.hero-header.hero-header--platinum .hero-header__contact-number {
	border-color: rgba(60, 66, 66, .6)
}

.hero-header.hero-header--dark-grey {
	color: #fff;
	background-color: #4f5757
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--dark-grey .download-tile {
		color: #fff
	}

	.hero-header.hero-header--dark-grey .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--dark-grey .hero-header__contact-link,
.hero-header.hero-header--dark-grey .hero-header__contact-number {
	color: #fff
}

.hero-header.hero-header--dark-grey .hero-header__contact-number {
	border-color: rgba(255, 255, 255, .6)
}

.hero-header.hero-header--light-grey {
	color: #3c4242;
	background-color: #d2d2d2
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--light-grey .download-tile {
		color: #3c4242
	}

	.hero-header.hero-header--light-grey .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--light-grey .hero-header__contact-link,
.hero-header.hero-header--light-grey .hero-header__contact-number {
	color: #3c4242
}

.hero-header.hero-header--light-grey .hero-header__contact-number {
	border-color: rgba(60, 66, 66, .6)
}

.hero-header.hero-header--navy {
	color: #fff;
	background-color: #003865
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--navy .download-tile {
		color: #fff
	}

	.hero-header.hero-header--navy .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--navy .hero-header__contact-link,
.hero-header.hero-header--navy .hero-header__contact-number {
	color: #fff
}

.hero-header.hero-header--navy .hero-header__contact-number {
	border-color: rgba(255, 255, 255, .6)
}

.hero-header.hero-header--purple {
	color: #fff;
	background-color: #3c1053
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--purple .download-tile {
		color: #fff
	}

	.hero-header.hero-header--purple .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--purple .hero-header__contact-link,
.hero-header.hero-header--purple .hero-header__contact-number {
	color: #fff
}

.hero-header.hero-header--purple .hero-header__contact-number {
	border-color: rgba(255, 255, 255, .6)
}

.hero-header.hero-header--graphite {
	color: #fff;
	background-color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--graphite .download-tile {
		color: #fff
	}

	.hero-header.hero-header--graphite .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--graphite .hero-header__contact-link,
.hero-header.hero-header--graphite .hero-header__contact-number {
	color: #fff
}

.hero-header.hero-header--graphite .hero-header__contact-number {
	border-color: rgba(255, 255, 255, .6)
}

.hero-header.hero-header--mulberry {
	color: #fff;
	background-color: #830051
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--mulberry .download-tile {
		color: #fff
	}

	.hero-header.hero-header--mulberry .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--mulberry .hero-header__contact-link,
.hero-header.hero-header--mulberry .hero-header__contact-number {
	color: #fff
}

.hero-header.hero-header--mulberry .hero-header__contact-number {
	border-color: rgba(255, 255, 255, .6)
}

.hero-header.hero-header--stories-blue {
	color: #fff;
	background-color: #1b1b1b
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--stories-blue .download-tile {
		color: #fff
	}

	.hero-header.hero-header--stories-blue .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--stories-blue .hero-header__contact-link,
.hero-header.hero-header--stories-blue .hero-header__contact-number {
	color: #fff
}

.hero-header.hero-header--stories-blue .hero-header__contact-number {
	border-color: rgba(255, 255, 255, .6)
}

.hero-header.hero-header--stories-grey {
	color: #fff;
	background-color: #4f5757
}

@media only screen and (min-width:37.5em) {
	.hero-header.hero-header--stories-grey .download-tile {
		color: #fff
	}

	.hero-header.hero-header--stories-grey .download-tile__type-size {
		color: inherit
	}
}

.hero-header.hero-header--stories-grey .hero-header__contact-link,
.hero-header.hero-header--stories-grey .hero-header__contact-number {
	color: #fff
}

.hero-header.hero-header--stories-grey .hero-header__contact-number {
	border-color: rgba(255, 255, 255, .6)
}

@media only screen and (min-width:60em) {
	.hero-header {
		padding: 1.5625rem 0 1.25rem
	}

	.hero-header .l-constrained {
		padding: 0 3.125rem
	}

	.hero-header__wrapper-inner {
		position: absolute;
		bottom: 0
	}

	.hero-header__wrapper-inner::after {
		content: '';
		display: table;
		clear: both
	}

	.hero-header__wrapper--title {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.hero-header__wrapper--title::after {
		content: '';
		display: table;
		clear: both
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.hero-header__wrapper--contact {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none;
		min-height: 7.5rem
	}
}

@media only screen and (min-width:60em) {
	.hero-header__wrapper--contact {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

.hero-header__title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px
}

@media only screen and (min-width:37.5em) {
	.hero-header__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.hero-header__wrapper--contact {
		padding: 0 .9375rem
	}

	.hero-header__wrapper--download {
		padding: 1.25rem;
		background: #f8f8f8
	}

	.hero-header__title {
		padding: 0 .9375rem;
		margin-bottom: 1.75rem
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.hero-header__wrapper--download {
		width: 48.9361702128%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		min-height: 7.5rem
	}

	.hero-header__title {
		margin-bottom: 1.4375rem
	}
}

@media only screen and (min-width:60em) {
	.hero-header__wrapper--download {
		width: 31.914893617%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		min-height: 9.375rem;
		position: relative
	}

	.hero-header__title {
		margin-bottom: 1.75rem
	}
}

.hero-header__title-contact {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: 0
}

@media only screen and (min-width:60em) {
	.hero-header__title-contact {
		margin: 1.25rem 0 0
	}
}

.hero-header__title-download {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin-bottom: .3125rem
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.hero-header__title-download {
		margin-top: .625rem;
		color: #3c4242
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.hero-header__title-download {
		margin-top: 0
	}
}

.hero-header__contact-number {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	margin-bottom: 1.25rem;
	color: #3c4242;
	margin-top: 0;
	display: block;
	text-decoration: none
}

@media only screen and (min-width:60em) {
	.hero-header__contact-number {
		margin: 0 .625rem 0 0;
		padding-right: .625rem;
		float: left;
		border-right: 3px solid #3c4242
	}
}

.hero-header__contact-link {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	margin-bottom: 1.25rem;
	padding-right: .9375rem;
	color: #3c4242;
	display: inline-block;
	text-decoration: none;
	position: relative
}

.hero-header__contact-link:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-top: -.1875rem;
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 8px
}

.hero-header__contact-link:active,
.hero-header__contact-link:hover {
	text-decoration: underline
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.hero-header__contact-link {
		margin-bottom: .625rem;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0
	}
}

@media only screen and (min-width:60em) {
	.hero-header__contact-link {
		margin-bottom: .625rem;
		display: block;
		float: left
	}
}

.hero-header__contact-link--in-page:after {
	content: '\e00b'
}

.hero-header__download-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.rich-text {
	padding: 0 1.25rem
}

.rich-text h2 {
	margin: 0 0 1.5625rem;
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px
}

@media only screen and (min-width:37.5em) {
	.rich-text h2 {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px;
		margin: 0 0 3.125rem
	}
}

.rich-text h3 {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.rich-text h3 {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px;
		margin: 0 0 1.25rem
	}
}

.rich-text p {
	/*color:#3c4242*/
}

.rich-text a {
	color: #3c1053;
	word-wrap: break-word
}

.rich-text a:active,
.rich-text a:hover {
	text-decoration: underline
}

.rich-text .button {
	color: #3c4242
}

.rich-text sup a {
	color: #3c4242;
	text-decoration: none
}

.rich-text ul {
	list-style: none;
	padding: 0;
	margin: 1.25rem 0 .125rem
}

.rich-text ul li:before {
	padding: 0 1rem 0 .5rem;
	font-size: 1.875rem;
	vertical-align: top;
	line-height: .15;
	content: '.'
}

.rich-text ol {
	list-style-position: inside;
	margin: 0
}

.rich-text ol,
.rich-text ul {
	padding-left: 0
}

.rich-text ol li,
.rich-text ul li {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	margin-bottom: 1.125rem;
	color: #3c4242;
	word-break: break-word
}

.rich-text .footnote {
	font-size: .625rem;
	line-height: 1.3;
	letter-spacing: .8px
}

.rich-text hr {
	margin: 2.3125rem 0;
	padding: 0;
	border-width: 0 0 1px;
	border-color: #d2d2d2
}

@media only screen and (min-width:37.5em) {
	.rich-text ul li {
		padding-left: 2rem;
		text-indent: -2rem
	}

	.rich-text ul li:before {
		padding: 0 1.5rem 0 0
	}
}

.l-constrained>.rich-text {
	padding: 0 1.25rem
}

.rich-text table h2,
.rich-text table h3,
.rich-text table h4,
.rich-text table p {
	margin: 0;
	padding: 0
}

.rich-text .tablesaw td,
.rich-text .tablesaw th {
	padding: 0
}

.hero-feature {
	position: relative
}

.lt-ie9 .hero-feature {
	margin: 0 auto;
	max-width: none;
	width: 1024px
}

.hero-feature__cover {
	height: 12.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

@media only screen and (min-width:37.5em) {
	.hero-feature__cover {
		height: 23.4375rem
	}

	.hero-feature__cover:after {
		content: ' ';
		background-color: rgba(27, 27, 27, .6);
		z-index: 100;
		height: 375px;
		display: block
	}
}

.hero-feature--no-background .hero-feature__cover,
.hero-feature--no-background .hero-feature__cover:after {
	display: none
}

.hero-feature--no-background .hero-feature__wrapper .hero-feature__header {
	padding: 2.5rem 1.25rem;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.hero-feature--no-background .hero-feature__wrapper .hero-feature__header {
		padding: 3.75rem 1.25rem
	}
}

@media only screen and (min-width:60em) {
	.hero-feature--no-background .hero-feature__wrapper .hero-feature__header {
		padding: 5rem 1.25rem
	}
}

.hero-feature--force-text-wrap .hero-feature__cover:after {
	display: none
}

.hero-feature__wrapper {
	max-width: 1280px
}

.hero-feature--force-text-wrap .hero-feature__wrapper,
.hero-feature--no-background .hero-feature__wrapper,
.lt-ie9 .hero-feature__wrapper {
	margin: 0 auto
}

.hero-feature__header {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	padding: 0 1.25rem;
	margin: 1.6875rem 0;
	color: #3c4242;
	text-align: center;
	width: 100%
}

@media only screen and (min-width:37.5em) {
	.hero-feature__header {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px;
		padding: 0 3.75rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #fff;
		position: absolute;
		margin: 0;
		z-index: 200
	}
}

.lt-ie9 .hero-feature__header {
	margin: 20px auto 0;
	width: 1024px
}

.hero-feature--force-text-wrap .hero-feature__header,
.hero-feature--no-background .hero-feature__header {
	margin: 1.6875rem 0;
	position: static;
	color: #3c4242;
	text-align: center;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.content-tile {
	margin-bottom: 1.25rem;
	color: #4f5757;
	background: #fff;
	display: block;
	text-decoration: none;
	box-shadow: 0 1px 3px 0 rgba(27, 27, 27, .07), 0 1px 0 1px rgba(235, 235, 235, .5)
}

.lt-ie9 .content-tile {
	border: 1px solid #d2d2d2
}

.content-tile__content-wrapper {
	padding: .625rem 1.25rem;
	color: #3c4242
}

.content-tile__header {
	position: relative;
	overflow: hidden;
	z-index: 800
}

.content-tile__header img.image-replace {
	transition: -webkit-transform 250ms ease-in-out, opacity .5s ease-in;
	transition: transform 250ms ease-in-out, opacity .5s ease-in;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.content-tile__type {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	left: .6875rem;
	padding: .3125rem .5625rem;
	bottom: 0;
	margin: 0;
	position: absolute
}

.content-tile:hover .content-tile__title {
	text-decoration: underline
}

.content-tile:hover .content-tile__header img.image-replace {
	transition: -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}

.content-tile--labtalk .content-tile__header {
	min-height: 30px
}

.content-tile--labtalk .content-tile__type {
	color: #fff;
	background: #3c1053
}

.content-tile--labtalk .content-tile__date {
	margin: .125rem 0 .8125rem
}

.content-tile--event .content-tile__header {
	min-height: 30px
}

.content-tile--event .content-tile__type {
	color: #3c4242;
	background: #f0ab00
}

.content-tile__date-range {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: .75rem 0;
	color: inherit
}

.content-tile__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: .75rem 0;
	color: inherit
}

@media only screen and (min-width:37.5em) {
	.content-tile__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.content-tile .rich-text {
	padding: 0
}

.content-tile .rich-text p {
	margin: .75rem 0;
	color: inherit
}

.content-tile__author {
	margin: 1.4375rem 0 .125rem;
	color: inherit
}

.content-tile__date {
	margin: 1.4375rem 0 .8125rem;
	font-size: .6875rem;
	line-height: 1.1818181818;
	display: block;
	letter-spacing: 1px;
	color: inherit
}

.content-tile__tags {
	list-style: none;
	padding: 0;
	margin: 1.25rem 0 0
}

.content-tile__tags::after {
	content: '';
	display: table;
	clear: both
}

.content-tile__tag {
	font-size: .6875rem;
	line-height: 1.1818181818;
	margin: 0 .625rem 0 0;
	float: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: inherit
}

.latest-news .content-tile {
	margin-bottom: 0;
	box-shadow: none
}

.block-wrapper div:last-child .content-tile {
	margin-bottom: 0
}

.media-library .content-tile .responsive-image {
	overflow: hidden
}

.media-library .content-tile .responsive-image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .7;
	background-color: #d9338c;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	transition: -webkit-transform .25s cubic-bezier(.2, 1, .2, 1);
	transition: transform .25s cubic-bezier(.2, 1, .2, 1);
	z-index: 1000
}

.media-library .content-tile:hover .responsive-image:before {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.media-library .content-tile:hover img.image-replace {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.media-library .content-tile__title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px
}

.block-wrapper .video-module,
.media-library .content-tile .rich-text,
.video-module {
	padding: 0
}

.video-module__iframe {
	width: 100%
}

.responsive-image {
	position: relative
}

.responsive-image__container {
	position: relative;
	overflow: visible;
	margin: 0
}

.responsive-image .image-replace {
	width: 100%;
	display: block;
	opacity: 1;
	transition: opacity .5s ease-in
}

.responsive-image .image-replace--invisible {
	opacity: 0
}

.ie9 .responsive-image .image-replace--invisible,
.lt-ie9 .responsive-image .image-replace--invisible {
	opacity: 1
}

.responsive-image__video-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100%;
	width: 100%;
	text-align: center
}

.responsive-image__caption {
	bottom: 1rem;
	right: 1rem;
	position: absolute;
	width: 100%
}

.responsive-image__play-overlay {
	width: 2.5rem;
	height: 2.5rem;
	background: rgba(27, 27, 27, .8);
	border: 2px solid transparent;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	text-decoration: none;
	transition: all .15s ease-in
}

.lt-ie9 .responsive-image__play-overlay {
	background: #1b1b1b;
	opacity: .8
}

.responsive-image__play-overlay:active,
.responsive-image__play-overlay:hover {
	opacity: 1;
	background: rgba(27, 27, 27, .9);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

@media only screen and (min-width:37.5em) {
	.responsive-image__play-overlay {
		width: 3.4375rem;
		height: 3.4375rem;
		margin-top: -27.5px;
		margin-left: -27.5px
	}
}

@media only screen and (min-width:60em) {
	.block .content-tile {
		margin-bottom: 0
	}

	.responsive-image__play-overlay {
		width: 4.375rem;
		height: 4.375rem;
		margin-top: -35px;
		margin-left: -35px
	}
}

.responsive-image__play-overlay:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	height: .625rem;
	font-size: .625rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -4.5px
}

@media only screen and (min-width:37.5em) {
	.responsive-image__play-overlay:before {
		height: .9375rem;
		font-size: .9375rem;
		margin-top: -7.5px;
		margin-left: -7px
	}
}

@media only screen and (min-width:60em) {
	.responsive-image__play-overlay:before {
		height: 1.25rem;
		font-size: 1.25rem;
		margin-top: -10px;
		margin-left: -9.5px
	}
}

.country-list {
	padding: 0 1.25rem;
	color: #3c4242
}

.country-list__heading {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: 0 0 1.5625rem
}

@media only screen and (min-width:37.5em) {
	.country-list__heading {
		margin-bottom: 2rem
	}
}

.country-list__list {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	font-size: 0
}

.country-list__item {
	margin-bottom: .9375rem;
	padding-left: 2.5rem;
	font-size: .875rem
}

@media only screen and (min-width:37.5em) {
	.country-list__item {
		padding-right: .625rem;
		margin-bottom: 1.5rem;
		display: inline-block;
		width: 33%;
		vertical-align: top
	}

	.archive .form {
		display: inline-block
	}

	.archive .form__row {
		margin-right: 1.25rem;
		margin-bottom: 1.25rem;
		display: inline-block
	}
}

@media only screen and (min-width:60em) {
	.country-list__item {
		width: 19.95%
	}
}

.country-list__link {
	text-decoration: none;
	color: inherit;
	width: 100%
}

.country-list__link span {
	margin-top: .0625rem;
	padding-left: .625rem;
	vertical-align: top;
	display: inline-block
}

.country-list__link:hover span {
	text-decoration: underline
}

.country-list__flag,
.country-list__link {
	display: inline-block
}

.country-list__flag {
	margin-left: -2.5rem;
	width: 1.875rem;
	height: 1.25rem
}

.archive__filters {
	border-bottom: 2px solid #ebefee
}

.archive__filters-title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.archive__filters {
		padding: 0 .9375rem 1.875rem
	}

	.archive__filters-title {
		margin-bottom: .625rem
	}

	.archive__results {
		padding: 0 .9375rem 1.875rem
	}

	.archive .pagination__block {
		margin-top: 0
	}
}

@media only screen and (min-width:37.5em) {
	.archive__filters-title {
		top: -.1875rem;
		margin-right: 1.25rem;
		display: inline-block;
		float: left;
		position: relative
	}

	.archive__results {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 17.0212765957%;
		clear: none;
		padding: 0 0 1.875rem
	}

	.archive .pagination__block {
		clear: both
	}
}

.archive__results-label {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px
}

.archive__results-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.archive .form__label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.archive .form__label.focusable:active,
.archive .form__label.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.archive .button--primary {
	text-align: center
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.archive .form__row {
		margin-bottom: 1.25rem
	}

	.archive .button--primary {
		padding-right: .9375rem;
		margin-top: 1.875rem
	}

	.js .archive .form__select-menu-wrapper {
		text-align: center
	}
}

@media only screen and (min-width:37.5em) {
	.archive .button--primary {
		padding: .9375rem 1.875rem;
		margin-left: .625rem;
		float: right
	}
}

.archive .button--primary:after {
	display: none
}

.js .archive .ui-selectmenu-button {
	opacity: 1
}

.js .archive .ui-selectmenu-button.ui-state-disabled {
	opacity: .5
}

.js .archive .button--primary {
	opacity: 1
}

.js .archive .button--primary.disabled {
	border: 1px solid #c4d0cd;
	opacity: .5
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {

	.contact .l-four-block-c0,
	.contact .l-four-block-c1,
	.contact .l-four-block-c2,
	.contact .l-four-block-c3,
	.contact .l-three-block-c0,
	.contact .l-three-block-c1,
	.contact .l-three-block-c2 {
		margin-bottom: 2.5rem
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {

	.contact .l-three-block-c0,
	.contact .l-three-block-c2 {
		width: 48.9361702128%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}

	.contact .l-three-block-c1 {
		width: 48.9361702128%;
		clear: right;
		float: right;
		margin-right: 0;
		margin-left: 0
	}

	.contact .l-four-block-c0,
	.contact .l-four-block-c1,
	.contact .l-three-block-c0,
	.contact .l-three-block-c1 {
		margin-bottom: 2.5rem
	}
}

.contact-tile a,
.contact-tile p {
	color: #4f5757;
	text-decoration: none
}

.contact-tile__name {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: 0
}

.contact-tile__job-title {
	margin: 0
}

.contact-tile__section-wrapper--details {
	margin: .625rem 0
}

.contact-tile__section-wrapper--details p {
	font-weight: 400
}

.contact-tile__department {
	margin: 0 0 .1875rem
}

.contact-tile__department:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: 3px
}

.contact-tile__tel {
	margin: 0 0 .1875rem
}

.contact-tile__tel:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: 5px
}

.contact-tile__email {
	margin: 0 0 .1875rem;
	word-break: break-word
}

.contact-tile__mailto:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: 5px
}

.contact-tile__department:before,
.contact-tile__mailto:before,
.contact-tile__tel:before {
	font-size: 1.25rem;
	margin-right: .3125rem;
	color: #d0de33;
	position: relative
}

.newsletter-sign-up {
	padding: 1.25rem
}

.newsletter-sign-up.newsletter-sign-up--magenta {
	color: #fff;
	background: #d0006f
}

.newsletter-sign-up.newsletter-sign-up--magenta .button {
	color: inherit;
	border-color: #fff
}

.newsletter-sign-up.newsletter-sign-up--black {
	color: #fff;
	background: #1b1b1b
}

.newsletter-sign-up.newsletter-sign-up--black .button {
	color: inherit;
	border-color: #fff
}

.newsletter-sign-up.newsletter-sign-up--lime-green {
	color: #3c4242;
	background: #c4d600
}

.newsletter-sign-up.newsletter-sign-up--lime-green .button {
	color: inherit;
	border-color: #3c4242
}

.newsletter-sign-up.newsletter-sign-up--light-blue {
	color: #3c4242;
	background: #68d2df
}

.newsletter-sign-up.newsletter-sign-up--light-blue .button {
	color: inherit;
	border-color: #3c4242
}

.newsletter-sign-up.newsletter-sign-up--gold {
	color: #3c4242;
	background: #f0ab00
}

.newsletter-sign-up.newsletter-sign-up--gold .button {
	color: inherit;
	border-color: #3c4242
}

.newsletter-sign-up.newsletter-sign-up--platinum {
	color: #3c4242;
	background: #9db0ac
}

.newsletter-sign-up.newsletter-sign-up--platinum .button {
	color: inherit;
	border-color: #3c4242
}

.newsletter-sign-up.newsletter-sign-up--dark-grey {
	color: #fff;
	background: #4f5757
}

.newsletter-sign-up.newsletter-sign-up--dark-grey .button {
	color: inherit;
	border-color: #fff
}

.newsletter-sign-up.newsletter-sign-up--light-grey {
	color: #3c4242;
	background: #d2d2d2
}

.newsletter-sign-up.newsletter-sign-up--light-grey .button {
	color: inherit;
	border-color: #3c4242
}

.newsletter-sign-up.newsletter-sign-up--navy {
	color: #fff;
	background: #003865
}

.newsletter-sign-up.newsletter-sign-up--navy .button {
	color: inherit;
	border-color: #fff
}

.newsletter-sign-up.newsletter-sign-up--purple {
	color: #fff;
	background: #3c1053
}

.newsletter-sign-up.newsletter-sign-up--purple .button {
	color: inherit;
	border-color: #fff
}

.newsletter-sign-up.newsletter-sign-up--graphite {
	color: #fff;
	background: #3c4242
}

.newsletter-sign-up.newsletter-sign-up--graphite .button {
	color: inherit;
	border-color: #fff
}

.newsletter-sign-up.newsletter-sign-up--mulberry {
	color: #fff;
	background: #830051
}

.newsletter-sign-up.newsletter-sign-up--mulberry .button {
	color: inherit;
	border-color: #fff
}

.newsletter-sign-up.newsletter-sign-up--stories-blue {
	color: #fff;
	background: #1b1b1b
}

.newsletter-sign-up.newsletter-sign-up--stories-blue .button {
	color: inherit;
	border-color: #fff
}

.newsletter-sign-up.newsletter-sign-up--stories-grey {
	color: #fff;
	background: #4f5757
}

.newsletter-sign-up.newsletter-sign-up--stories-grey .button {
	color: inherit;
	border-color: #fff
}

.lt-ie9 .newsletter-sign-up {
	overflow: hidden
}

.newsletter-sign-up__copy {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: 0 0 .5rem
}

@media only screen and (min-width:37.5em) {
	.newsletter-sign-up {
		padding: .5rem 1.25rem
	}

	.newsletter-sign-up__copy {
		width: 57.4468085106%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media only screen and (min-width:60em) {
	.newsletter-sign-up__copy {
		width: 74.4680851064%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

.newsletter-sign-up .button {
	width: 100%;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.newsletter-sign-up .button {
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		text-align: right;
		width: auto
	}
}

@media only screen and (min-width:60em) {
	.newsletter-sign-up .button {
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		width: auto
	}
}

.generic-tabs__heading {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px
}

.generic-tabs--no-gutter {
	padding: 2.5rem 0 0
}

.js .generic-tabs--exposed .generic-tabs__current-selection {
	display: none
}

.js .generic-tabs--exposed .generic-tabs__list {
	display: inline-block;
	margin-left: 1px
}

.js .generic-tabs--exposed .generic-tabs__item {
	border: 1px solid #d2d2d2;
	float: left;
	margin-top: -1px;
	margin-left: -1px
}

.js .generic-tabs--exposed .generic-tabs__item a {
	position: relative
}

.js .generic-tabs--exposed .generic-tabs__item a:before {
	height: .25rem;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #d0006f;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: all .15s ease-out
}

.js .generic-tabs--exposed .generic-tabs__item a:hover:before,
.js .generic-tabs--exposed .generic-tabs__item--enabled a:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.js .generic-tabs--condensed .generic-tabs__current-selection {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	background: 0 0;
	padding: 0;
	color: #3c4242;
	border: 1px solid #c4d0cd;
	width: 100%;
	text-align: left;
	position: relative
}

.js .generic-tabs--condensed .generic-tabs__current-selection-heading {
	padding: .9375rem 3.125rem .8125rem .9375rem;
	display: block
}

.js .generic-tabs--condensed .generic-tabs__current-selection-chevron {
	width: 3.125rem;
	margin-top: -.375rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%
}

.js .generic-tabs--condensed .generic-tabs__current-selection-chevron:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.js .generic-tabs--condensed .generic-tabs__list {
	display: block
}

.js .generic-tabs--condensed .generic-tabs__item {
	border: solid #c4d0cd;
	border-width: 0 1px 1px
}

.js .generic-tabs--condensed .generic-tabs__item a {
	background: #fff;
	display: block
}

.js .generic-tabs--condensed .generic-tabs__item a:active,
.js .generic-tabs--condensed .generic-tabs__item a:hover {
	background: #f8f8f8
}

.js .generic-tabs--condensed.generic-tabs--tablist-hidden .generic-tabs__current-selection-chevron:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.js .generic-tabs--condensed.generic-tabs--tablist-hidden .generic-tabs__list {
	display: none
}

.js .generic-tabs__list {
	list-style: none;
	padding: 0;
	margin: 0
}

.js .generic-tabs__list::after {
	content: '';
	display: table;
	clear: both
}

.js .generic-tabs__item a {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	padding: .9375rem .9375rem .75rem;
	color: #3c4242;
	display: block;
	text-decoration: none
}

.js .generic-tabs__heading {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.js .generic-tabs__heading.focusable:active,
.js .generic-tabs__heading.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.js .generic-tabs__panel::after {
	content: '';
	display: table;
	clear: both
}

.js .generic-tabs__panel--disabled {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.js .generic-tabs__panel--disabled.focusable:active,
.js .generic-tabs__panel--disabled.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.form {
	color: #3c4242
}

.form__fieldset-options-wrapper,
.form__label,
.form__label--note,
.form__row,
.form__select-menu-wrapper {
	display: block
}

.form__input--text,
.form__label {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px
}

.form__label--note,
.form__note {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px
}

.form__label,
.form__label--note {
	margin-bottom: .625rem
}

.form__label--note {
	margin-top: -.625rem
}

.form__fieldset label {
	margin: .625rem 0 0;
	cursor: pointer
}

.form__fieldset label:first-of-type {
	margin-top: 0
}

.form__input--text {
	padding: .9375rem;
	width: 100%;
	border: 1px solid #c4d0cd;
	transition: border .15s ease-in-out, background-color .15s ease-in-out;
	background-color: #fff;
	display: block;
	border-radius: 0;
	-webkit-appearance: none
}

.form__input--text:focus {
	border-style: solid;
	border-left-width: 4px;
	border-color: #d0006f;
	background-color: #f8f8f8;
	outline: 0
}

.form__input--text::-ms-clear {
	display: none
}

.form__row {
	margin-bottom: 1.875rem
}

.form__note {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	margin: 0 0 1.875rem
}

.form__reset-password-link {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	margin-top: 1rem;
	display: inline-block;
	color: inherit
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.form .button--full-width {
		width: 100%
	}
}

.form .button--secondary {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	display: block
}

@media only screen and (min-width:37.5em) {
	.js .generic-tabs--condensed {
		visibility: visible
	}

	.form .button--secondary {
		margin-left: 1.875rem;
		display: inline-block
	}
}

.form .button--secondary:after {
	margin-left: .625rem;
	right: auto
}

.form button+a {
	margin-top: 1.875rem
}

@media only screen and (min-width:37.5em) {
	.form button+a {
		margin-top: 0
	}
}

.form textarea {
	resize: vertical
}

.form--se,
.form--us {
	max-width: 20rem;
	margin: 0 auto
}

.form--oi-contact {
	max-width: 31.25rem;
	margin: 2.5rem auto 3.75rem
}

.js .form__title--oi {
	display: none
}

.open-innovation-selector {
	max-width: 31.25rem;
	margin: 0 auto;
	color: #3c4242
}

.open-innovation-selector fieldset {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	padding: 0
}

.oi-contact-copy {
	max-width: 31.25rem;
	margin: 0 auto 3.75rem
}

.oi-contact-copy .rich-text {
	padding: 0
}

.form .parsley-errors-list {
	list-style: none;
	padding: 0;
	margin: .625rem 0 0;
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	position: relative
}

.form .parsley-errors-list li {
	padding-left: 1rem
}

.form .parsley-errors-list li:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .75rem;
	color: #dd2e4d;
	position: absolute;
	left: 0
}

.form .parsley-error,
.form .parsley-success {
	display: block;
	position: relative
}

.form .parsley-error:after,
.form .parsley-success:after {
	font-size: 1.375rem;
	right: .9375rem;
	top: .9375rem;
	position: absolute
}

.form .parsley-error .form__input--text,
.form .parsley-success .form__input--text {
	padding-right: 2.5rem
}

.form .parsley-success:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #c4d600
}

.form .parsley-error:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #dd2e4d
}

.form .parsley-error .form__input--text,
.form .parsley-error .ui-selectmenu-button,
.form .parsley-error .ui-selectmenu-button.ui-state-focus {
	border-color: #dd2e4d
}

.form>.parsley-errors-list {
	margin: 0 0 .875rem
}

.form>.parsley-errors-list li {
	margin-bottom: .5rem
}

.form__select-menu-wrapper.parsley-error:after,
.form__select-menu-wrapper.parsley-success:after {
	right: 2.5rem
}

.form__select-menu-wrapper.parsley-error .ui-selectmenu-button,
.form__select-menu-wrapper.parsley-success .ui-selectmenu-button {
	padding-right: 4.375rem
}

.form select+.parsley-errors-list {
	margin-top: .3125rem
}

.form__fieldset label {
	padding-left: 1.875rem;
	padding-right: 3.125rem
}

.form__fieldset label:before {
	width: 1.25rem;
	height: 1.25rem;
	margin: -.125rem .625rem 0 -1.875rem;
	content: '';
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #c4d0cd
}

.form__input--checkbox,
.form__input--radio {
	float: left;
	opacity: 0
}

.form__input--checkbox:checked+label:before,
.form__input--checkbox:focus+label:before,
.form__input--radio:checked+label:before,
.form__input--radio:focus+label:before {
	border-color: #d0006f
}

.form__input--checkbox:checked+label:before {
	color: #d0006f;
	font-family: az-glyph-1;
	content: '\e01a'
}

.form__input--checkbox+label:before {
	padding: .125rem 0 0 .25rem;
	font-size: .6875rem
}

.form__input--radio:checked+label:before {
	background-color: #d0006f
}

.form__input--radio+label:before {
	padding: .3125rem;
	border-radius: 50%;
	background-clip: content-box
}

.form__fieldset-options-wrapper.parsley-error:after,
.form__fieldset-options-wrapper.parsley-success:after {
	top: -2rem;
	right: 0
}

.form__select-menu-icon--down:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	right: .9375rem;
	font-size: .75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.form .ui-selectmenu-button {
	padding: .9375rem 2.5rem .9375rem .9375rem;
	width: 100%;
	border: 1px solid #c4d0cd;
	transition: border .15s ease-in-out, background-color .15s ease-in-out;
	background-color: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer
}

.form .ui-selectmenu-button:focus {
	border-style: solid;
	border-left-width: 4px;
	border-color: #d0006f;
	background-color: #f8f8f8;
	outline: 0
}

.form .ui-selectmenu-text {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	padding: 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.form .ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 100
}

.form .ui-selectmenu-open {
	display: block
}

.form .ui-widget-content {
	border: 1px solid #c4d0cd;
	border-top: 0;
	background: #fff
}

.form .ui-widget-content .ui-state-focus {
	background: #f8f8f8;
	border-left: 3px solid #e366a9
}

.form .ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
	max-height: 50vh;
	overflow-y: scroll
}

.form .ui-menu-item {
	padding: .9375rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	color: #3c4242;
	border-left: 3px solid #fff
}

.form .ui-menu-item:not(:last-child) {
	border-bottom: 1px solid #c4d0cd
}

.lt-ie9 .form__input--checkbox,
.lt-ie9 .form__input--radio {
	display: inline;
	opacity: 1;
	clear: left;
	margin-right: 5px
}

.lt-ie9 .form__fieldset label {
	margin: -3px 0 0
}

.lt-ie9 .form__fieldset label:before {
	content: none
}

.lt-ie9 .form .ui-menu {
	max-height: 300px
}

.form .rich-text {
	padding: 0
}

.form .rich-text p {
	margin-top: 0
}

.form abbr[title] {
	border: 0;
	text-decoration: none
}

.form fieldset {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	padding: 0
}

.events-listing {
	margin: 0 1.25rem 1.25rem
}

@media only screen and (min-width:37.5em) {
	.events-listing {
		margin: 3.125rem
	}
}

.events-listing__block-wrapper {
	margin-bottom: 1.875rem;
	padding-bottom: 1.25rem;
	border-bottom: 4px solid #f8f8f8
}

.events-listing__block-wrapper::after {
	content: '';
	display: table;
	clear: both
}

.events-listing__block-wrapper .event-card__date-day {
	color: #1b1b1b
}

.events-listing__block-wrapper--past .event-card__date {
	border-right: 3px solid #ebefee
}

.events-listing__block-wrapper--past .event-card__date-day {
	color: #3c4242
}

.events-listing__info-title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px
}

@media only screen and (min-width:37.5em) {
	.events-listing__info {
		width: 31.914893617%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.events-listing__info-title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.events-listing__events {
		width: 65.9574468085%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.events-listing__info-copy {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px
}

.events-listing__events {
	padding-bottom: 3.4375rem;
	position: relative
}

.events-listing__month-title {
	margin-left: .75rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	color: #4f5757
}

.events-listing__event-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.events-listing__months-hidden {
	overflow: hidden
}

.events-listing__months-hidden.hide {
	max-height: 0
}

.events-listing__months-hidden.show {
	max-height: auto
}

.events-listing__view-more {
	padding: .9375rem;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	color: #3c4242;
	background-color: #fff;
	border: 0;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.events-listing__view-more span {
	text-decoration: none
}

.events-listing__view-more span:active,
.events-listing__view-more span:hover {
	text-decoration: underline
}

.events-listing__view-more.hide:after,
.events-listing__view-more.show:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.events-listing__view-more:after {
	font-size: .75rem;
	top: .0625rem;
	margin-left: .625rem;
	position: relative
}

.events-listing .event-card__download-area {
	color: #4f5757
}

.dynamic-news-container {
	color: #3c4242
}

.dynamic-news-container__title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	padding-bottom: 1.25rem;
	margin: 0
}

.dynamic-news-container__items {
	list-style: none;
	padding: 0;
	margin: 0
}

.dynamic-news-container__item {
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #ebefee
}

.dynamic-news-container__item:last-child {
	margin: 0
}

.dynamic-news-container__item-link {
	display: block;
	text-decoration: none;
	color: inherit;
	word-break: normal
}

.dynamic-news-container__item-link:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.dynamic-news-container__item-link:active .dynamic-news-container__item-title,
.dynamic-news-container__item-link:hover .dynamic-news-container__item-title {
	text-decoration: underline
}

.dynamic-news-container__item-title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.dynamic-news-container__item-title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.dynamic-news-container__item-text {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	margin: .25rem 0 0;
	color: #4f5757
}

@media only screen and (min-width:60em) {
	.dynamic-news-container__item-text {
		margin: 0
	}

	.link-image-panel-v2 {
		overflow: hidden
	}
}

.dynamic-news-container__item-date {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	margin-top: 1.125rem;
	display: inline-block
}

.dynamic-news-container__link-container {
	margin-top: 1.875rem;
	text-align: center
}

.link-image-panel-v2 {
	height: 16.4375rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff
}

.link-image-panel-v2--magenta {
	color: #fff
}

.link-image-panel-v2--magenta .link-image-panel-v2__header {
	background: #d0006f
}

.link-image-panel-v2--magenta .link-image-panel-v2__content {
	background: rgba(208, 0, 111, .8)
}

.link-image-panel-v2--black {
	color: #fff
}

.link-image-panel-v2--black .link-image-panel-v2__header {
	background: #1b1b1b
}

.link-image-panel-v2--black .link-image-panel-v2__content {
	background: rgba(27, 27, 27, .8)
}

.link-image-panel-v2--lime-green {
	color: #3c4242
}

.link-image-panel-v2--lime-green .link-image-panel-v2__header {
	background: #c4d600
}

.link-image-panel-v2--lime-green .link-image-panel-v2__content {
	background: rgba(196, 214, 0, .8)
}

.link-image-panel-v2--light-blue {
	color: #3c4242
}

.link-image-panel-v2--light-blue .link-image-panel-v2__header {
	background: #68d2df
}

.link-image-panel-v2--light-blue .link-image-panel-v2__content {
	background: rgba(104, 210, 223, .8)
}

.link-image-panel-v2--gold {
	color: #3c4242
}

.link-image-panel-v2--gold .link-image-panel-v2__header {
	background: #f0ab00
}

.link-image-panel-v2--gold .link-image-panel-v2__content {
	background: rgba(240, 171, 0, .8)
}

.link-image-panel-v2--platinum {
	color: #3c4242
}

.link-image-panel-v2--platinum .link-image-panel-v2__header {
	background: #9db0ac
}

.link-image-panel-v2--platinum .link-image-panel-v2__content {
	background: rgba(157, 176, 172, .8)
}

.link-image-panel-v2--dark-grey {
	color: #fff
}

.link-image-panel-v2--dark-grey .link-image-panel-v2__header {
	background: #4f5757
}

.link-image-panel-v2--dark-grey .link-image-panel-v2__content {
	background: rgba(79, 87, 87, .8)
}

.link-image-panel-v2--light-grey {
	color: #3c4242
}

.link-image-panel-v2--light-grey .link-image-panel-v2__header {
	background: #d2d2d2
}

.link-image-panel-v2--light-grey .link-image-panel-v2__content {
	background: rgba(210, 210, 210, .8)
}

.link-image-panel-v2--navy {
	color: #fff
}

.link-image-panel-v2--navy .link-image-panel-v2__header {
	background: #003865
}

.link-image-panel-v2--navy .link-image-panel-v2__content {
	background: rgba(0, 56, 101, .8)
}

.link-image-panel-v2--purple {
	color: #fff
}

.link-image-panel-v2--purple .link-image-panel-v2__header {
	background: #3c1053
}

.link-image-panel-v2--purple .link-image-panel-v2__content {
	background: rgba(60, 16, 83, .8)
}

.link-image-panel-v2--graphite {
	color: #fff
}

.link-image-panel-v2--graphite .link-image-panel-v2__header {
	background: #3c4242
}

.link-image-panel-v2--graphite .link-image-panel-v2__content {
	background: rgba(60, 66, 66, .8)
}

.link-image-panel-v2--mulberry {
	color: #fff
}

.link-image-panel-v2--mulberry .link-image-panel-v2__header {
	background: #830051
}

.link-image-panel-v2--mulberry .link-image-panel-v2__content {
	background: rgba(131, 0, 81, .8)
}

.link-image-panel-v2--stories-blue {
	color: #fff
}

.link-image-panel-v2--stories-blue .link-image-panel-v2__header {
	background: #1b1b1b
}

.link-image-panel-v2--stories-blue .link-image-panel-v2__content {
	background: rgba(27, 27, 27, .8)
}

.link-image-panel-v2--stories-grey {
	color: #fff
}

.link-image-panel-v2--stories-grey .link-image-panel-v2__header {
	background: #4f5757
}

.link-image-panel-v2--stories-grey .link-image-panel-v2__content {
	background: rgba(79, 87, 87, .8)
}

.link-image-panel-v2--transparent {
	color: #fff
}

.link-image-panel-v2--transparent .link-image-panel-v2__content,
.link-image-panel-v2--transparent .link-image-panel-v2__header {
	background: 0 0
}

.link-image-panel-v2--white {
	color: #3c4242
}

.link-image-panel-v2--white .link-image-panel-v2__header {
	background: #fff
}

.link-image-panel-v2--white .link-image-panel-v2__content {
	background: rgba(255, 255, 255, .8)
}

.link-image-panel-v2__link {
	position: relative;
	text-decoration: none;
	display: block;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	color: inherit
}

.link-image-panel-v2-container::after {
	content: '';
	display: table;
	clear: both
}

.link-image-panel-v2-container .l-two-block-c0 {
	margin-bottom: 1.25rem
}

.link-image-panel-v2__wrapper {
	bottom: 0;
	position: absolute;
	z-index: 100
}

.link-image-panel-v2__header {
	padding: .625rem 1.25rem;
	background: #3c4242;
	display: inline-block
}

.link-image-panel-v2__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.link-image-panel-v2-container .l-two-block-c0 {
		margin-bottom: 0
	}

	.link-image-panel-v2__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.link-image-panel-v2__title:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .5625rem;
	padding-left: .3125rem
}

@media only screen and (min-width:60em) {

	.link-image-panel-v2__link:active .link-image-panel-v2__wrapper,
	.link-image-panel-v2__link:hover .link-image-panel-v2__wrapper {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		bottom: 0
	}

	.link-image-panel-v2__link:active .link-image-panel-v2__title-decoration,
	.link-image-panel-v2__link:hover .link-image-panel-v2__title-decoration {
		text-decoration: underline
	}

	.link-image-panel-v2__wrapper {
		bottom: 4.375rem;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		transition: -webkit-transform .4s ease, bottom .4s ease;
		transition: transform .4s ease, bottom .4s ease
	}

	.link-image-panel-v2__header {
		height: 4.375rem
	}

	.link-image-panel-v2__title:after {
		font-size: .6875rem
	}
}

.link-image-panel-v2__subtitle {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: 0
}

.link-image-panel-v2__content {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	display: none
}

@media only screen and (min-width:60em) {
	.link-image-panel-v2__content {
		padding: .625rem 1.25rem 1.25rem;
		display: block;
		background: rgba(60, 66, 66, .8);
		margin: 0
	}
}

.lt-ie9 .link-image-panel-v2 {
	background-position: left center;
	font-weight: 700
}

.event-listing-cards__title {
	padding-bottom: 1.25rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	color: #4f5757
}

.event-listing-cards__title a {
	color: inherit;
	text-decoration: none
}

.event-listing-cards__title a:active,
.event-listing-cards__title a:hover {
	text-decoration: underline
}

.event-listing-cards__cta-container {
	text-align: center
}

.event-listing-cards__cta {
	margin-top: .625rem
}

.event-listing-cards .event-card {
	padding: .9375rem .9375rem 1.25rem 0;
	border: 1px solid #ebefee
}

.event-listing-cards .event-card__date-day {
	font-size: 1.25rem
}

.event-listing-cards .event-card__date-month {
	margin-top: 0
}

.event-listing-cards .event-card__title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .5px
}

.event-listing-cards .event-card__actions {
	padding-top: .9375rem
}

.event-listing-cards .event-card__actions li {
	font-size: .75rem;
	float: none
}

.event-listing-cards .event-card__actions-add {
	margin: .25rem 0 0
}

.table {
	position: relative
}

.table__filters {
	padding-top: 1.25rem;
	background: #fff;
	display: none
}

.table__filters form {
	margin-bottom: 1.25rem;
	position: relative
}

.lt-ie9 .form__input--checkbox {
	padding: .9375rem
}

.table__filters-label {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin-bottom: .625rem;
	color: #8a8e8e
}

.table__filters-list {
	list-style: none;
	padding: 0;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.table__filters-list {
		width: 70%;
		display: inline-block
	}
}

.table__filters-list label {
	margin-bottom: .9375rem
}

.table__filters .button {
	padding-right: .9375rem;
	color: #d2d2d2;
	border: 2px solid #d2d2d2;
	margin-top: 0;
	border-radius: 0
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.table__filters .button {
		bottom: .9375rem;
		position: absolute;
		right: 15px
	}
}

@media only screen and (min-width:60em) {
	.table__filters form {
		display: inline-block
	}

	.table__filters-list {
		margin-right: .625rem;
		width: auto;
		display: inline
	}

	.table__filters-list-item {
		margin-right: .625rem;
		display: inline-block
	}

	.table__filters .button {
		margin-top: 0;
		float: right
	}
}

.table__filters .button:after {
	display: none
}

.table__filters .button.filter {
	color: #fff;
	background: #d9338c;
	border: #d9338c
}

.table__column-toggle {
	display: none;
	position: relative
}

@media only screen and (min-width:60em) {
	.table__column-toggle {
		top: 4.375rem;
		position: absolute;
		right: 0;
		background: #fff
	}

	.table__column-toggle legend {
		padding: .9375rem 2.5rem .9375rem .9375rem;
		background-color: #fff;
		border-radius: 0;
		-webkit-appearance: none;
		border: 1px solid #c4d0cd;
		transition: all .15s ease-in-out;
		display: block;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		width: auto
	}

	.table__column-toggle legend:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		right: .9375rem;
		font-size: .75rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute
	}

	.table__column-toggle legend:focus {
		border-style: solid;
		border-left-width: 4px;
		border-color: #d0006f;
		background-color: #f8f8f8;
		outline: 0
	}

	.table__column-toggle label {
		padding-top: .9375rem;
		padding-bottom: .9375rem;
		padding-left: 2.8125rem;
		margin-top: 0;
		border-bottom: 1px solid #d8dfde;
		border-left: 3px solid #fff
	}

	.table__column-toggle label:active,
	.table__column-toggle label:hover {
		background: #f8f8f8;
		border-left: 3px solid #e366a9
	}

	.table__column-toggle label:last-child {
		border-bottom: 0
	}

	.table__column-toggle-list {
		top: 3.125rem;
		border: 1px solid #c4d0cd;
		background: #fff;
		z-index: 900;
		position: relative
	}

	.table__data.auto {
		width: 100%
	}

	.table__data.fixed {
		table-layout: fixed;
		word-wrap: break-word;
		width: 100%
	}

	.table__data.fixed .l-sm {
		width: 12.5rem
	}

	.table__data.fixed .l-lrg {
		width: 18.75rem
	}
}

.table__data {
	background: #f8f8f8
}

.table__data-outer {
	position: relative
}

.table__data-inner {
	overflow-x: scroll;
	overflow-y: visible
}

.table__data thead {
	display: none
}

.table__data tr {
	border-bottom: 2px solid #d8d9d9;
	position: relative
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.table__data td {
		padding: .625rem .9375rem 0;
		width: 100%;
		display: block
	}

	.table__data td::after {
		content: '';
		display: table;
		clear: both
	}

	.table__data td:first-child {
		padding-top: 1.875rem
	}

	.table__data td:last-child {
		padding-bottom: 1.875rem
	}

	.table__data--full-width .table__data-heading {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		display: block;
		top: 0
	}

	.table__data--full-width .table__data-copy {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

@media only screen and (min-width:60em) {
	.table__data td {
		padding: .9375rem .625rem;
		vertical-align: top
	}

	.table__data td:first-child {
		word-break: break-word
	}
}

.table__data-heading {
	font-size: .625rem;
	line-height: 1.3;
	letter-spacing: .8px;
	color: #3c4242;
	display: block
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.table__data-heading {
		top: .25rem;
		display: inline-block;
		position: relative
	}

	.table__data-link:after {
		margin-top: -.1875rem
	}
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.table__data-heading {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.table__data-heading {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

.table__data-link {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	padding-right: 2.1875rem;
	display: block;
	text-decoration: none;
	color: #3c4242;
	position: relative
}

.table__data-link:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

@media only screen and (min-width:37.5em) {
	.table__data-link {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.table__data-link:active,
.table__data-link:hover {
	text-decoration: underline
}

.table__data-link:after {
	font-size: .75rem;
	padding: .3125rem;
	border: 2px solid #3c4242;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0
}

.table__data-copy {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	color: #3c4242
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.table__data-copy {
		display: inline-block
	}
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.table__data-copy {
		width: 48.9361702128%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.table__data-copy {
		width: 74.4680851064%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.js .table__filters {
	display: block
}

@media only screen and (min-width:60em) {
	.js .table__column-toggle {
		display: block
	}
}

.js .table__column-toggle-list {
	display: none
}

.js .table__column-toggle.active legend {
	border: solid #d0006f;
	border-width: 1px 1px 1px 4px;
	background: #f8f8f8
}

.js .table__column-toggle.active .table__column-toggle-list {
	display: block
}

.js .table__data .hide {
	display: none
}

.js .table__data td .show,
.js .table__data th .show {
	display: table-cell
}

.js .table__data col .show {
	display: table-column
}

.publications-list--cardiovascular .publications-list__icon-title:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	border-color: #d0006f;
	color: #d0006f
}

.publications-list--cardiovascular .publications-list__header a {
	border-color: #d0006f
}

.publications-list--oncology .publications-list__icon-title:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	border-color: #68d2df;
	color: #68d2df
}

.publications-list--oncology .publications-list__header a {
	border-color: #68d2df
}

.publications-list--respiratory .publications-list__icon-title:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	border-color: #f0ab00;
	color: #f0ab00
}

.publications-list--respiratory .publications-list__header a {
	border-color: #f0ab00
}

.publications-list--neuroscience .publications-list__icon-title:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	border-color: #c4d600;
	color: #c4d600
}

.publications-list--neuroscience .publications-list__header a {
	border-color: #c4d600
}

.publications-list--infection .publications-list__icon-title:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	border-color: #3c1053;
	color: #3c1053
}

.publications-list--infection .publications-list__header a {
	border-color: #3c1053
}

.publications-list--inflammation .publications-list__icon-title:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	border-color: #830051;
	color: #830051
}

.publications-list--inflammation .publications-list__header a {
	border-color: #830051
}

.publications-list--gastrointestinal .publications-list__icon-title:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	border-color: #003865;
	color: #003865
}

.publications-list--gastrointestinal .publications-list__header a {
	border-color: #003865
}

.publications-list--early .publications-list__icon-title:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	border-color: #636868;
	color: #636868
}

.publications-list--early .publications-list__header a {
	border-color: #636868
}

.publications-list:after {
	margin: .625rem 1.25rem 0;
	content: '';
	display: block;
	border-bottom: 2px solid #f8f8f8;
	clear: both
}

.publications-list__body-wrapper,
.publications-list__icon-wrapper,
.publications-list__meta-wrapper,
.publications-list__related-articles-wrapper {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

@media only screen and (min-width:37.5em) {
	.publications-list__icon-wrapper {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

@media only screen and (min-width:60em) {
	.publications-list__icon-wrapper {
		width: 14.8936170213%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

@media only screen and (min-width:37.5em) {
	.publications-list__body-wrapper {
		width: 74.4680851064%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

@media only screen and (min-width:60em) {
	.publications-list__body-wrapper {
		width: 57.4468085106%;
		float: left;
		margin-right: -100%;
		margin-left: 17.0212765957%;
		clear: none;
		margin-bottom: 1.875rem
	}
}

@media only screen and (min-width:37.5em) {
	.publications-list__meta-wrapper {
		width: 74.4680851064%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		margin-bottom: 1.875rem
	}
}

@media only screen and (min-width:60em) {
	.publications-list__meta-wrapper {
		width: 23.4042553191%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.publications-list__related-articles-wrapper {
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.publications-list__related-articles-wrapper {
		padding-bottom: .25rem;
		background: 0 0;
		clear: both
	}
}

@media only screen and (min-width:60em) {
	.publications-list__related-articles-wrapper {
		width: 82.9787234043%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		clear: both;
		margin-top: 0
	}
}

.publications-list__related-articles-inner-wrapper {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

@media only screen and (min-width:37.5em) {
	.publications-list__related-articles-inner-wrapper {
		margin-bottom: 1.25rem;
		position: relative;
		border-top: 1px dotted #d2d2d2
	}

	.publications-list__related-articles-inner-wrapper:after {
		content: "\0020";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
		zoom: 1
	}

	.publications-list__related-articles-inner-wrapper:before {
		top: 1.25rem;
		content: '';
		display: block;
		height: 100%;
		left: 48%;
		width: 1px;
		background: #d8dfde;
		position: absolute
	}

	.publications-list__icon-title {
		margin-top: 1.5rem
	}
}

.publications-list__icon-title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin-bottom: .625rem;
	color: #3c4242;
	position: relative
}

.publications-list__icon-title:before {
	margin-right: .625rem;
	padding: .375rem 0;
	font-size: 1.375rem;
	width: 40px;
	height: 40px;
	border: 3px solid;
	border-radius: 50%;
	display: inline-block;
	text-align: center
}

.publications-list__icon-title span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 45px;
	position: absolute
}

.publications-list__date {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	margin-left: 1rem;
	color: #1b1b1b
}

.publications-list__header {
	margin-top: .25rem
}

.publications-list__header a {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	padding: 0 2.5rem 0 .75rem;
	border: solid;
	border-width: 0 0 0 4px;
	color: #3c4242;
	text-decoration: none;
	display: block;
	content: ''
}

.publications-list__header a:active span,
.publications-list__header a:hover span {
	text-decoration: underline
}

.publications-list__header a:after {
	display: none
}

@media only screen and (min-width:37.5em) {
	.publications-list__header {
		margin-bottom: .3125rem
	}

	.publications-list__header a {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px;
		position: relative
	}

	.publications-list__header a:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: .75rem;
		padding: .3125rem 0;
		width: 27px;
		height: 27px;
		border: 2px solid #3c4242;
		border-radius: 50%;
		display: inline-block;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0
	}
}

.publications-list__mobile-trigger {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	margin-bottom: .9375rem;
	color: #1b1b1b;
	display: inline-block;
	text-decoration: none;
	cursor: default
}

.publications-list__description {
	padding: .3125rem;
	color: #4f5757;
	margin: 0
}

.publications-list__meta-header {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin-top: .75rem;
	margin-bottom: 0
}

.publications-list__meta-copy {
	font-size: .625rem;
	line-height: 1.3;
	letter-spacing: .8px;
	margin-bottom: .75rem;
	margin-top: 0;
	color: #4f5757
}

.publications-list__related-articles-trigger {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	padding-bottom: .625rem;
	color: #1b1b1b;
	cursor: default;
	text-decoration: none;
	display: none
}

@media only screen and (min-width:37.5em) {
	.publications-list__mobile-trigger {
		display: none
	}

	.publications-list__description {
		border: 0
	}

	.publications-list__related-articles-trigger {
		display: inline-block
	}
}

.publications-list__related-article {
	margin-bottom: 1.25rem
}

.publications-list__related-article:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

@media only screen and (min-width:37.5em) {
	.publications-list__related-article {
		width: 48.9361702128%;
		clear: right;
		float: left;
		padding-right: 1.25rem;
		margin: 1.25rem 2.1276595745% 0 0
	}

	.publications-list__related-article:nth-child(even) {
		width: 48.9361702128%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

.publications-list__related-article-image {
	width: 47.0588235294%;
	float: left;
	margin-right: -100%;
	margin-left: 0;
	clear: none;
	margin-top: .25rem
}

.publications-list__related-article-summary {
	width: 48.9361702128%;
	float: right;
	clear: none;
	margin: 0
}

.js .publications-list .publications-list__mobile-trigger {
	padding-right: .75rem;
	cursor: pointer;
	margin-bottom: 0;
	position: relative
}

.js .publications-list .publications-list__mobile-trigger:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .5rem;
	top: .1875rem;
	display: inline-block;
	position: absolute;
	right: 0
}

.js .publications-list .publications-list__related-articles-trigger {
	padding-right: .75rem;
	cursor: pointer;
	position: relative
}

.js .publications-list .publications-list__related-articles-trigger:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: .1875rem;
	font-size: .5rem;
	display: inline-block;
	position: absolute;
	right: 0
}

.js .publications-list .publications-list__related-articles-trigger:active span,
.js .publications-list .publications-list__related-articles-trigger:hover span {
	text-decoration: underline
}

.js .publications-list .publications-list__meta-wrapper,
.js .publications-list .publications-list__related-articles-wrapper,
.js .publications-list .publications-list__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s cubic-bezier(0, 1, .5, 1)
}

@media only screen and (min-width:37.5em) {

	.js .publications-list .publications-list__meta-wrapper,
	.js .publications-list .publications-list__related-articles-wrapper,
	.js .publications-list .publications-list__wrapper {
		max-height: 100%
	}

	.js .publications-list .publications-list__related-articles-inner-wrapper {
		max-height: 0;
		overflow: hidden;
		transition: max-height .5s cubic-bezier(0, 1, .5, 1);
		margin: 0;
		padding: 0;
		border: 0
	}
}

.js .publications-list--expanded .publications-list__mobile-trigger:after,
.js .publications-list--expanded .publications-list__related-articles-trigger:after {
	top: .125rem;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.js .publications-list--expanded .publications-list__mobile-trigger {
	padding-bottom: .625rem;
	margin-bottom: .3125rem;
	border-bottom: 1px solid #f8f8f8
}

.js .publications-list--expanded .publications-list__meta-wrapper,
.js .publications-list--expanded .publications-list__related-articles-wrapper,
.js .publications-list--expanded .publications-list__wrapper {
	max-height: 31.25rem;
	transition-timing-function: ease-in
}

@media only screen and (min-width:37.5em) {

	.js .publications-list--expanded .publications-list__meta-wrapper,
	.js .publications-list--expanded .publications-list__related-articles-wrapper,
	.js .publications-list--expanded .publications-list__wrapper {
		max-height: 100%
	}

	.js .publications-list--expanded .publications-list__related-articles-inner-wrapper {
		max-height: 31.25rem;
		transition-timing-function: ease-in;
		margin-bottom: 1.25rem;
		border-top: 1px dotted #d2d2d2
	}
}

.quick-view {
	max-width: 960px;
	margin: 0 auto
}

@media only screen and (min-width:60em) {
	.quick-view {
		overflow: hidden
	}

	.quick-view .responsive-image {
		width: 66.6666666667%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

	.quick-view__content-wrapper {
		width: 33.3333333333%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

.quick-view__content-wrapper {
	padding: 1.25rem
}

.quick-view__preheader {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	color: #8a8e8e;
	text-transform: uppercase;
	margin: 0
}

.quick-view__header {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin-top: .375rem;
	font-weight: 700;
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.quick-view__header {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.quick-view__body-copy p {
	color: #3c4242
}

.quick-view .button {
	margin: 0 0 1.25rem;
	position: relative
}

.quick-view .button:last-child {
	margin: 0
}

.quick-view .button:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 8px
}

.quick-view__filesize {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	display: inline;
	color: #d0006f
}

.download-lockup {
	margin-top: 2.1875rem;
	border-radius: 2.5rem;
	min-height: 3.875rem;
	border: 1px solid #d2d2d2;
	background: #fff;
	text-decoration: none;
	display: block;
	position: relative
}

@media only screen and (min-width:37.5em) {
	.download-lockup {
		max-width: 25rem;
		margin-top: 2.8125rem
	}
}

.download-lockup:hover .download-lockup__title {
	text-decoration: underline
}

.download-lockup:hover .download-lockup__icon {
	color: #8a8e8e
}

.lt-ie9 .download-lockup {
	max-width: 100%
}

.download-lockup__image {
	padding: .1875rem;
	width: 3.75rem;
	height: 3.75rem;
	display: inline-block;
	vertical-align: top
}

.download-lockup__wrapper {
	display: inline-block
}

.download-lockup__title {
	margin: 0 3.75rem 0 1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #3c4242
}

.download-lockup__title span:first-child {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px
}

.lt-ie9 .download-lockup__title {
	margin-top: -20px
}

.download-lockup__size {
	font-size: .625rem;
	line-height: 1.3;
	letter-spacing: .8px;
	color: #d0006f;
	margin: 0;
	display: block
}

.download-lockup__icon {
	margin: -1.375rem .5625rem .5625rem;
	width: 2.6875rem;
	height: 2.6875rem;
	padding: .625rem;
	border-radius: 50%;
	border: 1px solid #d2d2d2;
	text-align: center;
	color: #1b1b1b;
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 1.4
}

.download-lockup__icon:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.block>.download-lockup {
	margin-top: 0
}

.bio::after {
	content: '';
	display: table;
	clear: both
}

.bio__anchor {
	text-decoration: none
}

.bio__anchor:active,
.bio__anchor:hover {
	text-decoration: underline;
	color: #3c4242
}

.bio__image-wrapper {
	display: block;
	float: left;
	max-width: 25%
}

.bio__copy-wrapper {
	padding: .9375rem .625rem .9375rem 4.6875rem;
	text-align: left
}

@media only screen and (min-width:37.5em) {
	.l-constrained>.download-lockup {
		margin-left: auto;
		margin-right: auto
	}

	.bio__image-wrapper {
		float: none;
		max-width: none
	}

	.bio__copy-wrapper {
		padding: .3125rem .625rem .9375rem;
		text-align: center
	}
}

.lt-ie9 .bio__copy-wrapper {
	display: block;
	clear: both;
	padding-left: 0
}

.bio__author-image {
	margin: .625rem 0;
	display: block;
	width: 66px;
	height: 66px
}

@media only screen and (min-width:37.5em) {
	.bio__author-image {
		margin: .625rem auto 0;
		width: 95px;
		height: 95px
	}
}

.bio__tagline {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	margin: .3125rem 0;
	color: #8a8e8e
}

.bio__author {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin: .3125rem 0;
	color: #3c4242
}

.bio {
	clear: both;
	text-align: center
}

@media only screen and (min-width:37.5em) {
	.bio__author {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.bio {
		text-align: left
	}
}

.bio__content-wrapper {
	padding: 1.25rem 0
}

@media only screen and (min-width:60em) {
	.bio__photo-wrapper {
		margin-right: 1.1875rem;
		text-align: left
	}

	.bio__data-wrapper {
		vertical-align: top
	}

	.bio__link {
		padding-top: 1.125rem
	}
}

.bio__header {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.bio__header {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px;
		margin-bottom: 0
	}
}

.bio__job-title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	margin: 0;
	display: block;
	color: #8a8e8e
}

.bio__description {
	display: none;
	color: #8a8e8e
}

.bio__link {
	margin-top: 1.125rem;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	display: block;
	color: #1b1b1b;
	text-decoration: none
}

@media only screen and (min-width:37.5em) {
	.bio__description {
		clear: both;
		display: block
	}

	.bio__link {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.bio__link:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-left: .75rem;
	vertical-align: middle
}

.cookie-policy {
	padding: 2.5rem 1.25rem;
	background: #3c4242;
	overflow-y: hidden;
	max-height: 500px;
	transition-property: max-height, padding;
	transition-duration: .7s;
	transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.js .cookie-policy--hidden {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0
}

.cookie-policy__constrained::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.cookie-policy__content-region {
		width: 74.4680851064%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%;
		padding-right: .625rem
	}
}

.cookie-policy__title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	padding-bottom: .75rem;
	color: #fff;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.cookie-policy__title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.cookie-policy__text {
	padding-bottom: 1.75rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px
}

.cookie-policy__text p {
	color: #fff;
	margin: 0
}

.cookie-policy__text a {
	color: #fff;
	text-decoration: underline
}

.cookie-policy__text a:active,
.cookie-policy__text a:hover {
	text-decoration: none
}

@media only screen and (min-width:60em) {
	.cookie-policy__text {
		padding-bottom: 0
	}

	.cookie-policy__cta-region {
		width: 23.4042553191%;
		clear: right;
		float: right;
		margin-right: 0;
		text-align: right;
		position: relative
	}
}

.icon-link-panel {
	padding: 2.1875rem 0;
	background: #fff
}

.icon-link-panel:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.icon-link-panel__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0 0 2.1875rem;
	text-align: center
}

@media only screen and (min-width:37.5em) {
	.icon-link-panel__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

@media only screen and (min-width:60em) {
	.icon-link-panel {
		padding: 2.1875rem 1.25rem
	}

	.icon-link-panel__title {
		padding: 0 1.25rem;
		text-align: left
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.icon-link-panel .l-block-wrapper .icon-link-panel__link {
		float: none;
		width: 100%;
		margin: 0
	}
}

.icon-link-panel__link {
	padding: .9375rem;
	border-bottom: 3px solid #9db0ac;
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	color: #3c4242;
	text-decoration: none
}

.icon-link-panel__link:active,
.icon-link-panel__link:hover {
	text-decoration: underline
}

.icon-link-panel__image-wrapper {
	width: 3.75rem;
	display: table-cell;
	vertical-align: middle
}

.icon-link-panel__image {
	max-width: 100%
}

@media only screen and (min-width:60em) {
	.icon-link-panel__link {
		padding-bottom: 0;
		border-bottom: 0
	}

	.icon-link-panel__image-wrapper {
		margin: 0 auto;
		display: block;
		width: auto
	}

	.icon-link-panel__image {
		display: block;
		margin: 0 auto
	}
}

.icon-link-panel__image-title {
	padding: 0 2rem 0 1.375rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	display: table-cell;
	vertical-align: middle
}

@media only screen and (min-width:60em) {
	.icon-link-panel__image-title {
		display: block;
		padding: 0 20px 0 0;
		position: relative;
		text-align: center
	}
}

.icon-link-panel__image-title:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	right: 1.25rem;
	margin-top: -.625rem;
	vertical-align: middle;
	position: absolute;
	top: 50%
}

@media only screen and (min-width:60em) {
	.icon-link-panel__image-title:after {
		top: 13px;
		right: 0
	}

	.latest-news {
		padding: 0 1.25rem
	}
}

.latest-news .show-more-wrapper {
	padding: 0;
	margin-bottom: 0
}

.latest-news .show-more-wrapper::after,
.latest-news .show-more-wrapper__items--visible::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.latest-news .show-more-wrapper__item {
		width: 48.9361702128%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.latest-news .show-more-wrapper__item:nth-child(2n) {
		width: 48.9361702128%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

@media only screen and (min-width:60em) {

	.latest-news .show-more-wrapper__item,
	.lt-ie9 .latest-news .show-more-wrapper__item {
		width: 31.914893617%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}

	.latest-news .show-more-wrapper__item:nth-child(3n),
	.lt-ie9 .latest-news .show-more-wrapper__item--last {
		width: 31.914893617%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

.latest-news .show-more-wrapper .show-more__row {
	margin-top: 0
}

.latest-news__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0 0 2.8125rem
}

.latest-news__button-wrapper {
	padding: 2.8125rem 0 0;
	text-align: center;
	clear: both
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.latest-news--variant-b {
		padding: 0 1.25rem
	}
}

.latest-news--variant-b .latest-news__grid::after {
	content: '';
	display: table;
	clear: both
}

.latest-news--variant-b .latest-news__grid-block {
	margin-bottom: 2.5rem;
	border-bottom: 1px solid #d2d2d2
}

@media only screen and (min-width:37.5em) {
	.latest-news__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}

	.latest-news--variant-b .latest-news__grid-block {
		width: 48.9361702128%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.latest-news--variant-b .latest-news__grid-block:nth-child(2n) {
		width: 48.9361702128%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

@media only screen and (min-width:60em) {

	.latest-news--variant-b .latest-news__grid-block,
	.lt-ie9 .latest-news--variant-b .latest-news__grid-block {
		width: 31.914893617%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}

	.latest-news--variant-b .latest-news__grid-block:nth-child(3n),
	.lt-ie9 .latest-news--variant-b .latest-news__grid-block--last {
		width: 31.914893617%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

.latest-news--variant-b .content-tile__content-wrapper {
	padding: 0 0 1.25rem
}

.latest-news--variant-b .content-tile__date {
	margin-bottom: .375rem
}

.gmd__wrapper {
	padding: 1.25rem .625rem 6.25rem;
	position: relative;
	background-color: #f8f8f8;
	background-image: url(../img/gmd-arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom 35px;
	background-size: 125px
}

.gmd__wrapper:before {
	height: 1.25rem;
	position: absolute;
	display: inline-block;
	content: '';
	width: 50%;
	top: 0;
	left: 25%;
	background-color: inherit
}

.gmd__title-block {
	padding: .9375rem;
	margin-bottom: 2.5rem;
	border-radius: .3125rem;
	color: #3c4242;
	border: 1px solid #d2d2d2;
	background-color: #fff
}

.gmd__title-block p {
	font-size: 1rem;
	line-height: 1.375;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	text-align: center;
	margin: 0
}

.gmd__block--middle {
	margin-bottom: 2.5rem;
	border-radius: 0 0 .3125rem .3125rem
}

.gmd__block--middle .categories__list-item {
	margin-bottom: 2.5rem;
	padding: 0;
	color: #fff;
	text-align: center
}

.gmd__block--bottom,
.gmd__block--middle-left,
.gmd__block--middle-right {
	color: #fff
}

.gmd__block--bottom .button--primary,
.gmd__block--middle-left .button--primary,
.gmd__block--middle-right .button--primary {
	padding-right: .9375rem;
	color: inherit;
	background: 0 0;
	width: 100%;
	text-align: center
}

.gmd__block--bottom .button--primary:active span,
.gmd__block--bottom .button--primary:hover span,
.gmd__block--middle-left .button--primary:active span,
.gmd__block--middle-left .button--primary:hover span,
.gmd__block--middle-right .button--primary:active span,
.gmd__block--middle-right .button--primary:hover span {
	border-color: #fff
}

.gmd__block--bottom .button--primary:after,
.gmd__block--middle-left .button--primary:after,
.gmd__block--middle-right .button--primary:after {
	position: static
}

.gmd__block--middle-left {
	background-color: #68d2df
}

.gmd__block--middle-left .button--primary {
	border-color: #c3edf2
}

.gmd__block--middle-right {
	background-color: #003865
}

.gmd__block--middle-right .button--primary {
	border-color: #809cb2
}

.gmd__block--bottom {
	border-radius: .3125rem;
	background-color: #3c4242
}

.gmd__block--bottom .button--primary {
	border-color: #d2d2d2
}

.gmd__block-wrapper--content {
	padding: 1.875rem
}

.gmd__block-wrapper--content h3 {
	font-size: 1.25rem;
	line-height: 1.3;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	margin-top: 0
}

.gmd__block-wrapper--content p {
	margin: 0 0 2.5rem
}

.gmd .dual-tabs__panel {
	padding: 0
}

.gmd .dual-tabs__item--enabled a {
	color: #fff
}

.gmd .dual-tabs__item--enabled a:active,
.gmd .dual-tabs__item--enabled a:hover {
	border-color: #fff
}

.gmd .dual-tabs__item-1.dual-tabs__item--enabled {
	background-color: #68d2df
}

.gmd .dual-tabs__item-2.dual-tabs__item--enabled {
	background-color: #003865
}

.gmd .dual-tabs__item--disabled {
	background-color: #d2d2d2
}

.gmd .dual-tabs__item--disabled a {
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.gmd__wrapper {
		padding: 1.25rem 1.25rem 6.25rem;
		border-radius: .3125rem;
		border: 1px solid #d2d2d2
	}

	.gmd__block-wrapper--middle {
		font-size: 0
	}

	.gmd__block--middle-left,
	.gmd__block--middle-right {
		border-radius: .3125rem;
		display: inline-block;
		width: 47.4%;
		vertical-align: top
	}

	.gmd__block--middle-left {
		margin-right: 5%
	}

	.gmd__tab-heading {
		display: none
	}

	.gmd .button--primary {
		width: auto
	}
}

@media only screen and (min-width:60em) {
	.gmd__wrapper {
		max-width: 58.75rem;
		margin: 0 auto
	}

	.lt-ie9 .gmd__wrapper {
		max-width: 750px
	}

	.gmd__block--bottom {
		position: relative
	}

	.gmd__block--bottom .gmd__block-wrapper--content {
		width: 34.375rem;
		display: inline-block
	}

	.gmd__block--bottom .gmd__block-wrapper--content p {
		margin: 0
	}

	.gmd__block--bottom .button {
		position: absolute;
		right: 30px;
		bottom: 30px
	}
}

.block-wrapper .shareholder-information {
	padding: 0 1.25rem
}

.shareholder-information__header {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	color: #3c4242;
	margin-top: 0
}

@media only screen and (min-width:37.5em) {
	.shareholder-information__header {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.shareholder-information__navigation {
	margin: 0 .375rem;
	border: solid #d2d2d2;
	border-width: 1px 1px 0
}

.shareholder-information__navigation-list {
	list-style: none;
	padding: 0 0 .75rem;
	margin: 0;
	overflow: hidden
}

.shareholder-information__navigation-item {
	width: 33.3333333333%;
	clear: right;
	float: left;
	margin-left: 0;
	margin-right: 0;
	border: solid #d2d2d2;
	border-width: 0 1px 1px 0
}

.shareholder-information__navigation-item:last-of-type {
	width: 33.3333333333%;
	clear: right;
	float: right;
	margin-right: 0;
	border-right-width: 0
}

.shareholder-information__navigation-item span {
	padding-bottom: .6875rem;
	position: relative
}

.shareholder-information__navigation-item span:before {
	height: .25rem;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #d0006f;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out
}

.shareholder-information__navigation-item--active,
.shareholder-information__navigation-item:hover {
	border-bottom-width: 0
}

.shareholder-information__navigation-item--active span:before,
.shareholder-information__navigation-item:hover span:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.shareholder-information__navigation-anchor {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	padding: 1rem .625rem .5rem;
	text-decoration: none;
	color: #3c4242;
	display: block;
	text-align: center
}

.shareholder-information__share-wrapper {
	margin: 0 .375rem 1.25rem;
	border: solid #d2d2d2;
	border-width: 0 1px 1px
}

.shareholder-information__share-wrapper:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.js .shareholder-information__share-wrapper {
	display: none
}

.js .shareholder-information__share-wrapper:first-child {
	display: block
}

.js .shareholder-information__share-block-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.js .shareholder-information__share-block-title.focusable:active,
.js .shareholder-information__share-block-title.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.shareholder-information__share-title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	display: block;
	clear: both
}

.shareholder-information__share--current {
	padding: 2.1875rem 1.25rem;
	position: relative
}

.shareholder-information__share--current .shareholder-information__share-price {
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
	color: #3c4242
}

.shareholder-information__share--current .shareholder-information__share-change {
	padding: .625rem;
	margin-top: .375rem;
	font-weight: 700;
	border: 1px solid #d2d2d2;
	text-align: center;
	position: relative;
	display: block;
	width: 130px
}

.shareholder-information__share--current .shareholder-information__share-change--up {
	border-color: #417505;
	color: #417505
}

.shareholder-information__share--current .shareholder-information__share-change--up:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: inherit
}

.shareholder-information__share--current .shareholder-information__share-change--down {
	border-color: #d0021b;
	color: #d0021b
}

.shareholder-information__share--current .shareholder-information__share-change--down:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: inherit
}

.shareholder-information__share--current .shareholder-information__share-change--no-change {
	border: 1px solid #d2d2d2;
	color: #3c4242
}

.shareholder-information__share--current .shareholder-information__share-change--down:after,
.shareholder-information__share--current .shareholder-information__share-change--up:after {
	font-size: .8125rem
}

.shareholder-information__share--current-wrapper {
	overflow: hidden
}

.shareholder-information__share-high-low-wrapper {
	margin: 0 1.25rem 1.25rem;
	overflow: hidden
}

.shareholder-information__share--high,
.shareholder-information__share--low {
	padding: .6875rem 0 0;
	font-size: 30px;
	position: relative;
	border: solid #ebefee;
	border-width: 2px 0 0;
	color: #3c4242
}

.shareholder-information__share--high {
	width: 50%;
	float: left;
	margin-right: -100%;
	margin-left: 0;
	clear: none;
	border-right: 2px solid #ebefee
}

.shareholder-information__share--low {
	width: 50%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none;
	padding-left: 1.25rem
}

.shareholder-information__share-change {
	display: inline-block;
	width: auto
}

.shareholder-information__share-change:after {
	margin-left: .3125rem;
	font-size: 13px
}

.shareholder-information__share-change--high:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #417505
}

.shareholder-information__share-change--low:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #d0021b
}

.shareholder-information__warning {
	color: #d0021b;
	display: block
}

.js .shareholder-information__warning {
	display: none
}

.shareholder-information__share-date {
	font-size: .6875rem;
	line-height: 1.1818181818;
	text-align: center
}

.shareholder-information__cta-wrapper {
	text-align: center
}

.shareholder-information__cta-wrapper .button--secondary {
	padding-top: .625rem;
	padding-bottom: .625rem;
	display: inline-block
}

.financial-information {
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.financial-information {
		margin-left: 1.25rem;
		margin-right: 1.25rem
	}
}

.financial-information__header h3 {
	margin-top: 0
}

.financial-information__header .rich-text {
	padding: 0
}

.financial-information .stats__last-value {
	font-size: 4.375rem;
	letter-spacing: -1px;
	line-height: .9
}

.financial-information .stats__currency,
.financial-information .stats__suffix {
	font-size: 1.875rem;
	line-height: 1.2666666667;
	font-family: LexiaLight, Times, "Times New Roman", serif
}

.financial-information .stats__currency {
	vertical-align: top
}

.financial-information .stats__change-percent {
	font-size: 1.5625rem;
	margin-right: .3125rem;
	font-weight: 700
}

.financial-information .stats__change-description {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif
}

.financial-information .stats__down-arrow,
.financial-information .stats__up-arrow {
	margin-right: .4375rem
}

.financial-information .stats__down-arrow:before,
.financial-information .stats__up-arrow:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.financial-information .stats__arrow--light-blue {
	color: #68d2df
}

.financial-information .stats__arrow--gold {
	color: #f0ab00
}

.financial-information .stats__arrow--lime-green {
	color: #c4d600
}

.financial-information--reportedOperatingProfit .financial-information__chart,
.financial-information--totalRevenue .financial-information__chart {
	height: 5rem;
	width: 100%
}

.financial-information--reportedOperatingProfit .financial-information__stats,
.financial-information--totalRevenue .financial-information__stats {
	margin: .5rem 0 1rem
}

@media only screen and (min-width:37.5em) {

	.financial-information--reportedOperatingProfit .financial-information__stats,
	.financial-information--totalRevenue .financial-information__stats {
		margin: 1.4375rem 0 1rem
	}
}

.financial-information--cashflow .financial-information__chart,
.financial-information--coreEps .financial-information__chart,
.financial-information--earnings .financial-information__chart,
.financial-information--reportedEps .financial-information__chart {
	height: 2.5rem;
	margin: 1rem 0;
	width: 100%
}

@media only screen and (min-width:37.5em) {

	.financial-information--cashflow,
	.financial-information--coreEps,
	.financial-information--earnings,
	.financial-information--reportedEps {
		margin-top: 1.875rem
	}

	.financial-information--cashflow .financial-information__chart,
	.financial-information--coreEps .financial-information__chart,
	.financial-information--earnings .financial-information__chart,
	.financial-information--reportedEps .financial-information__chart {
		width: 60%;
		display: block;
		vertical-align: top
	}

	.financial-information--cashflow .financial-information__stats,
	.financial-information--coreEps .financial-information__stats,
	.financial-information--earnings .financial-information__stats,
	.financial-information--reportedEps .financial-information__stats {
		margin-top: .5rem;
		display: inline-block
	}
}

@media only screen and (min-width:60em) {

	.financial-information--cashflow,
	.financial-information--coreEps,
	.financial-information--earnings,
	.financial-information--reportedEps {
		margin: .9375rem 0 1.875rem
	}

	.financial-information--cashflow .financial-information__chart,
	.financial-information--coreEps .financial-information__chart,
	.financial-information--earnings .financial-information__chart,
	.financial-information--reportedEps .financial-information__chart {
		width: 40%;
		display: inline-block
	}

	.financial-information--reportedEps {
		margin-bottom: 0
	}
}

.financial-information__download-cta-wrapper,
.financial-information__header {
	padding: 0 1.25rem
}

.financial-information__download-cta-wrapper {
	margin-top: 2rem;
	position: relative;
	clear: both
}

@media only screen and (min-width:37.5em) {

	.financial-information__download-cta-wrapper,
	.financial-information__header {
		padding: 0
	}

	.financial-information__download-cta-wrapper {
		margin-top: 3rem
	}

	.financial-information__download-cta-wrapper .download-lockup {
		margin-top: 0
	}
}

@media only screen and (min-width:60em) {
	.financial-information__download-cta-wrapper {
		margin-top: 0
	}
}

.financial-information__download-cta-wrapper .button {
	margin: 1.875rem 0 0
}

@media only screen and (min-width:60em) {
	.financial-information__download-cta-wrapper .button {
		position: absolute;
		top: 7px;
		right: 0;
		margin: 0;
		border: 0
	}

	.financial-information__download-cta-wrapper .button:hover {
		border: 0
	}
}

.financial-information .accordion::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.financial-information .accordion__header {
		font-size: 1rem;
		line-height: 1.25;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1px;
		cursor: auto
	}

	.financial-information .accordion__content,
	.financial-information .accordion__header {
		padding: 0
	}

	.financial-information .accordion__item {
		display: inline-block;
		width: 47%;
		border: 0
	}

	.financial-information .accordion__item:first-child {
		margin-bottom: 3.4375rem
	}

	.financial-information .accordion__item:nth-child(4n) {
		margin: 3.4375rem 0
	}

	.financial-information .accordion__item:first-child,
	.financial-information .accordion__item:nth-child(4n) {
		display: block;
		width: 100%;
		border: 0
	}

	.financial-information .accordion__item:last-child,
	.financial-information .accordion__item:nth-child(3n) {
		margin-left: 5%
	}
}

@media only screen and (min-width:37.5em) and (min-width:37.5em) {
	.financial-information .accordion__header {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

@media only screen and (min-width:60em) {
	.financial-information .accordion__item {
		float: right;
		width: 48%
	}

	.financial-information .accordion__item:first-child,
	.financial-information .accordion__item:nth-child(4n) {
		width: 48%;
		margin-bottom: 0;
		float: left
	}

	.financial-information .accordion__item:nth-child(3n) {
		margin: 0
	}

	.financial-information .accordion__item:nth-child(4n) {
		margin-top: 6.25rem
	}

	.financial-information .accordion__item:last-child {
		margin: 0
	}

	.superhero {
		min-height: 32.5rem;
		position: relative
	}
}

.no-js .superhero {
	height: 40.625rem;
	overflow: initial
}

.no-js .superhero .responsive-image__noscript {
	width: 100%;
	height: auto
}

.superhero {
	overflow: hidden
}

.superhero::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.superhero:after {
		background-color: rgba(0, 0, 0, .4);
		content: ' ';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 200
	}

	.superhero__image {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		opacity: 0;
		z-index: 200;
		transition: opacity .5s ease 0s, height .25s ease 0s
	}
}

.lt-ie9 .superhero {
	background: #1b1b1b
}

.superhero--constrained {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto
}

.superhero__image--visible {
	opacity: 1
}

.lt-ie9 .superhero__image {
	filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'
}

.superhero__image .responsive-image,
.superhero__image .responsive-image__container {
	height: 100%
}

.superhero__image .image-replace {
	width: auto;
	height: 100%
}

@media only screen and (min-width:37.5em) {
	.superhero__image .image-replace {
		width: 100%;
		height: auto
	}
}

.superhero__title-content {
	padding: 1.875rem 1.25rem 2.5rem;
	position: relative;
	z-index: 400;
	opacity: 1;
	transition: opacity .5s ease 0s
}

@media only screen and (min-width:60em) {
	.superhero__title-content {
		padding: 3.125rem 0 0 1.5625rem;
		width: 50%;
		position: absolute
	}

	.superhero__title {
		color: #fff
	}
}

.superhero__title-content--invisible {
	opacity: 0
}

.superhero__title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	padding-bottom: .625rem;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.superhero__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.superhero__title-text p {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.superhero__title-text p {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.superhero__title-image {
	display: none;
	opacity: 1
}

@media only screen and (min-width:60em) {
	.superhero__title-text p {
		color: #fff
	}

	.superhero__title-image {
		display: block
	}
}

.superhero__title-image--invisible {
	opacity: 0
}

.superhero__title-image--invisible:after {
	opacity: 1
}

.lt-ie9 .superhero__title-image {
	filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)'
}

.superhero__items-wrapper,
.superhero__title-image .responsive-image {
	height: 100%
}

.superhero__items-wrapper::after {
	content: '';
	display: table;
	clear: both
}

.superhero__item-container {
	position: relative
}

.superhero__item-container:nth-of-type(2) .superhero__item-content {
	border-left-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2)
}

@media only screen and (min-width:60em) {
	.superhero__item-container {
		float: left;
		position: static;
		width: 33.3333333333%;
		overflow: hidden;
		height: 100%
	}

	.superhero__item-container:hover .superhero__item-content {
		background-color: rgba(0, 0, 0, .6);
		border-left-color: transparent;
		border-right-color: transparent
	}

	.superhero__item-container:hover .superhero__item-content-inner {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.superhero__item-content {
		position: relative;
		z-index: 500;
		height: 100%;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		transition: background-color .5s ease 0s, border-color .5s ease 0s
	}
}

.superhero__item-content-inner {
	bottom: 1.875rem;
	padding: 0 1.25rem;
	position: absolute;
	width: 100%;
	z-index: 600
}

@media only screen and (min-width:60em) {
	.superhero__item-content-inner {
		padding: 0 1.5625rem;
		bottom: 4.375rem;
		transition: -webkit-transform .4s ease 0s;
		transition: transform .4s ease 0s;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.lt-ie9 .superhero__item-content-inner {
	top: 50%;
	bottom: auto
}

.superhero__location-title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	color: #fff;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.superhero__location-title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.superhero__location-subtitle {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #fff;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.superhero__location-subtitle {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.superhero__location-subtitle:before {
	font-size: .75rem;
	padding-right: .3125rem
}

.superhero__location-subtitle--location:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.superhero__item-text {
	display: none
}

@media only screen and (min-width:60em) {
	.superhero__item-text {
		margin-top: 2.5rem;
		display: block
	}
}

.superhero__item-text p {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	color: #fff;
	margin: 0
}

.superhero__item-image {
	height: 20rem;
	overflow: hidden
}

@media only screen and (min-width:37.5em) {
	.superhero__item-image {
		height: auto
	}
}

.superhero__item-image:after {
	background-color: rgba(0, 0, 0, .65);
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media only screen and (min-width:60em) {
	.superhero__item-image:after {
		display: none
	}

	.labs__hero {
		max-height: 33.75rem;
		overflow: hidden
	}
}

.superhero__item-cta {
	margin-top: 1.25rem
}

.date {
	padding-bottom: 1.625rem;
	margin-bottom: 2.1875rem;
	box-shadow: 0 16px 23px -16px rgba(216, 216, 216, .5)
}

.date:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.lt-ie9 .date {
	border-bottom: 1px solid #d2d2d2
}

.date__date-region {
	color: #3c4242;
	float: left;
	max-width: 60%
}

.date__title {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	padding-bottom: .3125rem;
	display: block
}

.date__date {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #3c4242;
	display: block
}

.date__categories-region,
.date__share-region {
	float: right
}

.accordion {
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.superhero__item-cta {
		margin-top: 1.5625rem
	}

	.date__date-region {
		padding-right: 1rem;
		border-right: 1px solid #d2d2d2
	}

	.date__date {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.accordion {
		padding: 0
	}
}

.accordion__item {
	border-bottom: 1px solid #d2d2d2
}

.accordion__item:first-child {
	border-top: 1px solid #d2d2d2
}

.accordion__header {
	padding: 1rem 3.75rem 1rem 1.25rem;
	font-size: 1rem;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	cursor: pointer;
	position: relative;
	line-height: 1.5;
	margin: 0
}

.accordion__header--underlined.ui-accordion-header-active span,
.accordion__header:hover span {
	border-bottom: 4px solid #d0006f
}

@media only screen and (min-width:37.5em) {
	.modal-content .accordion__header {
		padding-left: 0
	}
}

.accordion__header-chevron--down:before,
.accordion__header-chevron--up:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1rem;
	width: 1.0625rem;
	right: 1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block
}

.lt-ie9 .accordion__header-chevron--down:before,
.lt-ie9 .accordion__header-chevron--up:before {
	margin-top: -8px
}

.accordion__content {
	padding: 1.25rem
}

.accordion__content .rich-text,
.accordion__content p {
	margin-top: 0
}

.accordion__content .responsive-image {
	margin-bottom: 1.25rem
}

.accordion__content .block-wrapper {
	padding: 0
}

@media only screen and (min-width:37.5em) {
	.modal-content .accordion__content {
		padding-left: 0;
		padding-right: 0
	}
}

.share {
	position: relative;
	text-align: right
}

.share__launch-button {
	background: #fff;
	color: #3c4242;
	text-decoration: none;
	cursor: pointer;
	display: inline-block
}

.share__launch-button .share__icon {
	margin: 0 .5625rem .5625rem;
	width: 2.6875rem;
	height: 2.6875rem;
	padding: .625rem;
	border-radius: 50%;
	border: 1px solid #d2d2d2;
	display: inline-block
}

.share__launch-button .share__icon:before {
	font-size: 1.25rem;
	background: #fff;
	text-decoration: none;
	color: inherit
}

.share__launch-button .share__icon:before:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.share__launch-button .share__label {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin-left: -.375rem;
	display: inline-block
}

.share__launch-button:hover {
	cursor: pointer
}

.share__launch-button:hover .share__icon {
	color: #8a8e8e
}

.share__link-container {
	padding: .375rem 0 .3125rem;
	margin-top: .625rem;
	right: .375rem;
	min-width: 14.0625rem;
	background: #fff;
	text-align: left;
	width: 100%;
	border: 1px solid #1b1b1b;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility .5s, overflow .2s
}

@media only screen and (min-width:37.5em) {
	.share__launch-button .share__label {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.share__link-container {
		padding: .375rem .25rem .125rem;
		max-width: inherit;
		width: auto
	}

	.share__link-container ul {
		display: table
	}
}

.share__link-container ul {
	font-size: 0;
	margin: 0;
	padding: 0
}

.share__link-container li {
	font-size: 1.25rem;
	padding: .5rem 0;
	list-style: none;
	width: 25%;
	display: inline-block;
	text-align: center
}

@media only screen and (min-width:37.5em) {
	.share__link-container li {
		padding: .5rem 1rem;
		min-width: 3.125rem;
		display: table-cell;
		width: auto
	}
}

.share__link-container>svg {
	right: 3.75rem;
	top: -1.25rem;
	position: absolute
}

.share.active .share__link-container {
	opacity: 1;
	visibility: visible
}

.share__icon {
	text-align: center;
	text-decoration: none
}

.share__icon:before {
	-webkit-font-smoothing: antialiased;
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #1b1b1b
}

.share .addthis_button_email.at300b,
.share .addthis_button_facebook.at300b,
.share .addthis_button_google_plusone_share.at300b,
.share .addthis_button_linkedin.at300b,
.share .addthis_button_print.at300b,
.share .addthis_button_twitter.at300b {
	float: none;
	display: inline-block;
	margin: 0
}

.share .addthis_button_email,
.share .addthis_button_print {
	background-color: #8a8e8e
}

.share .addthis_button_facebook {
	background-color: #3b5998
}

.share .addthis_button_twitter {
	background-color: #4099ff
}

.share .addthis_button_linkedin {
	background-color: #007bb6
}

.share .addthis_button_google_plusone_share {
	background-color: #de4b39
}

.share .at-icon-wrapper {
	padding-top: .125rem;
	background: 0 0 !important
}

.lt-ie9 .share {
	display: none
}

.labs__big-panel,
.labs__hero {
	position: relative
}

.labs__hero-header,
.labs__hero-pre-header {
	text-align: center
}

.labs__hero-header {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: .125rem 0
}

@media only screen and (min-width:37.5em) {
	.labs__hero-header {
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px;
		font-size: 1.5rem
	}
}

.labs__hero-pre-header {
	font-size: .625rem;
	letter-spacing: .125rem;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	text-transform: uppercase;
	margin: 0
}

.labs__hero-content-wrapper:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, .5)
}

.labs__text-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 75%;
	height: 300px
}

.labs__text-overlay .inner-content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.labs__accordion-content {
	padding-top: 1.25rem;
	display: none
}

.labs__accordion-content .block {
	margin-bottom: 1.875rem
}

@media only screen and (min-width:37.5em) {
	.labs__text-overlay {
		width: 50%
	}

	.labs__accordion-content {
		padding-top: 2.5rem
	}

	.labs__accordion-content .media-text-link__description {
		padding-top: .3125rem
	}

	.labs__accordion-content .block {
		margin-bottom: 1.25rem
	}
}

.labs__accordion-content .title-media-text-link-container {
	padding: 0
}

.labs__accordion-content .media-text-link__description,
.labs__accordion-content .media-text-link__header {
	margin-top: 0;
	margin-bottom: 0
}

.labs__accordion-content .media-text-link__content-wrapper,
.labs__accordion-content .media-text-link__text-wrapper {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-left: 0
}

.labs__accordion-content .media-text-link__content-wrapper {
	padding-top: .9375rem;
	padding-bottom: .625rem
}

@media only screen and (min-width:37.5em) {
	.labs__accordion-content .media-text-link__content-wrapper {
		padding-top: 1.25rem;
		padding-bottom: 2.1875rem
	}
}

.labs__accordion-content .media-text-link__header {
	text-align: left
}

.labs__accordion-trigger {
	background: 0 0;
	border: 0 #d0006f;
	position: absolute;
	bottom: 26px;
	left: calc(50% - 8px);
	padding: 0;
	border-bottom: 3px solid #d0006f
}

.labs__accordion-trigger:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.lt-ie9 .labs__accordion-trigger {
	left: 50%
}

.labs.active .labs__accordion-trigger {
	bottom: 0
}

.labs.active .labs__accordion-trigger:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.labs.white.active .labs__accordion-trigger:before {
	color: #1b1b1b
}

.labs.white .labs__accordion-trigger:before {
	color: #fff
}

.labs.white .labs__hero-header,
.labs.white .labs__hero-pre-header {
	color: #fff;
	text-align: center
}

.labs.black .labs__accordion-trigger:before {
	color: #1b1b1b
}

.labs.black .labs__hero-header,
.labs.black .labs__hero-pre-header {
	color: #fff;
	text-align: center
}

.filter {
	position: relative
}

@media only screen and (min-width:37.5em) {
	.filter__navigation {
		padding-bottom: .3125rem
	}
}

.filter__options-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.filter__options-title.focusable:active,
.filter__options-title.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.filter__options {
	list-style: none;
	padding: 0;
	margin: 0
}

.filter__option-item {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	padding: .9375rem .9375rem .75rem;
	color: #3c4242;
	display: block;
	text-decoration: none
}

.filter__option-item--refine-results {
	display: none
}

.filter__status {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	padding-bottom: 1rem;
	color: #3c4242;
	margin: 0
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.filter__status {
		padding-top: 1rem
	}
}

.filter__status--result-count {
	font-weight: 700
}

.filter__status--result-name {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	color: #3c4242;
	display: inline-block;
	padding: 0;
	margin: 0
}

@media only screen and (min-width:60em) {
	.filter__status--result-name {
		margin-top: 0
	}
}

.filter--exposed .filter__current-selection {
	display: none
}

.filter--exposed .filter__options {
	list-style: none;
	padding: 0;
	margin: 0 0 0 1px;
	display: inline-block
}

.filter--refine-results .filter--exposed .filter__options {
	padding-right: 12.5rem
}

.filter--exposed .filter__option {
	border: 1px solid #d2d2d2;
	float: left;
	margin-top: -1px;
	margin-left: -1px
}

.filter--exposed .filter__option--refine-results {
	min-width: 11.875rem;
	top: -1rem;
	border: 0;
	position: absolute;
	right: 0;
	z-index: 200
}

.filter--exposed .filter__option-item {
	position: relative
}

.filter--exposed .filter__option-item:before {
	height: .25rem;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #d0006f;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: all .15s ease-out
}

.filter--exposed .filter__option-item--active:before,
.filter--exposed .filter__option-item:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.filter--condensed.filter--hidden .filter__current-selection:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.filter--condensed.filter--hidden .filter__options-container {
	display: none
}

.filter--condensed .filter__current-selection {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	background: 0 0;
	padding: .9375rem 3.125rem .8125rem .9375rem;
	color: #3c4242;
	border: 1px solid #c4d0cd;
	width: 100%;
	text-align: left;
	position: relative;
	margin: 0
}

.filter--condensed .filter__current-selection:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	right: .9375rem;
	margin-top: -.375rem;
	position: absolute;
	top: 50%
}

.filter--condensed .filter__current-selection-chevron--down:after,
.filter--condensed .filter__current-selection-chevron--up:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	width: 3.125rem;
	margin-top: -.375rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%
}

.filter--condensed .filter__options-container {
	display: block
}

.filter--condensed .filter__option {
	border: solid #c4d0cd;
	border-width: 0 1px 1px
}

.filter--condensed .filter__option-item {
	background: #fff;
	display: block
}

.filter--condensed .filter__option-item:active,
.filter--condensed .filter__option-item:hover {
	background: #f8f8f8
}

.js .filter .filter__option-item--refine-results {
	display: block;
	position: relative
}

.js .filter .filter__option-item--refine-results:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.5rem;
	right: 1.25rem;
	top: .75rem;
	position: absolute
}

.js .filter.filter--exposed .filter__option-item--refine-results {
	padding: .9375rem 3.375rem .875rem 1.125rem;
	border: 0;
	position: relative;
	top: 15px;
	transition: border-color .5s ease
}

.js .filter.filter--exposed .filter__option-item--refine-results:before {
	left: -1.125rem;
	content: '.';
	position: relative;
	width: 1px;
	height: 100%;
	display: inline-block;
	color: #fff;
	border-left: solid 1px #4f5757;
	transition: border-color .5s ease;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.js .filter.filter--exposed .filter__option-item--refine-results:after {
	font-size: 1rem;
	margin-top: -.4375rem;
	content: '\e00b';
	top: 50%
}

.js .filter.filter--exposed .filter__option-item--refine-results.active {
	border-top: solid 1px #9db0ac;
	border-left: solid 1px #9db0ac;
	border-right: solid 1px #9db0ac;
	background: #fff
}

.js .filter.filter--exposed .filter__option-item--refine-results.active:before {
	border-left-color: #fff
}

.js .filter.filter--exposed .filter__option-item--refine-results.active:after {
	content: '\e00c'
}

.link-image-panel {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	position: relative
}

.lt-ie9 .link-image-panel {
	background-position: left center;
	font-weight: 700
}

.link-image-panel__link {
	text-decoration: none
}

.link-image-panel__link:active,
.link-image-panel__link:hover {
	color: #fff
}

.link-image-panel__link:active:after,
.link-image-panel__link:hover:after {
	background-color: rgba(27, 27, 27, .6)
}

.link-image-panel__link:active span,
.link-image-panel__link:hover span {
	text-decoration: underline
}

.link-image-panel__link:after {
	content: ' ';
	background-color: rgba(27, 27, 27, .47);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	transition: background-color .2s ease-in
}

.link-image-panel-wrapper::after {
	content: '';
	display: table;
	clear: both
}

.link-image-panel__wrapper {
	padding: 7.3125rem 0 1.0625rem 1.25rem;
	position: relative;
	z-index: 100
}

@media only screen and (min-width:37.5em) {
	.link-image-panel__wrapper {
		padding: 12.75rem 0 2.5rem 3.125rem
	}
}

.link-image-panel__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	padding-bottom: .25rem;
	color: #fff;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.link-image-panel__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.link-image-panel__title:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .75rem
}

@media only screen and (min-width:37.5em) {
	.link-image-panel__title:after {
		font-size: 1rem
	}
}

.link-image-panel__location-pin:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.link-image-panel__subtitle {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	margin: 0;
	color: #fff
}

.link-image-panel__subtitle:before {
	padding-right: .25rem
}

.stats {
	border-top: 1px solid #d2d2d2
}

@media only screen and (min-width:37.5em) {
	.stats {
		border: 0
	}
}

.stats__statistic {
	border-bottom: 1px solid #d2d2d2
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.stats__statistic {
		padding: 1.25rem .3125rem .9375rem
	}
}

.stats__image-wrapper {
	width: 3.125rem;
	margin-right: .9375rem;
	vertical-align: top;
	text-align: center
}

.stats__content-wrapper {
	width: calc(100% - 70px)
}

.stats__content-wrapper,
.stats__image-wrapper {
	display: inline-block
}

.stats__quantity {
	margin: -.3125rem 0 0;
	font-size: 2.625rem;
	line-height: 1.1428571429;
	font-family: LexiaBold, Times, "Times New Roman", serif;
	color: #68d2df;
	letter-spacing: 1.42px
}

@media only screen and (min-width:37.5em) {
	.stats__statistic {
		padding-right: 1.25rem;
		border-right: 1px solid #d2d2d2;
		border-bottom: 0
	}

	.stats__statistic--last {
		border-right: 0;
		padding-right: 0
	}

	.stats__quantity {
		font-size: 1.875rem;
		line-height: 1.2;
		font-family: LexiaBold, Times, "Times New Roman", serif;
		letter-spacing: 1.33px
	}
}

.stats__title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #3c4242;
	margin: 0
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.l-padded .l-constrained .stats__statistic {
		padding: 1.25rem .3125rem .9375rem
	}
}

.filter-items {
	position: relative
}

.no-js .filter-items {
	display: none
}

.no-js .filter-items--ie8 {
	display: block
}

@media only screen and (min-width:37.5em) {
	.stats__title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.l-padded .l-constrained .stats__statistic {
		padding-right: 1.25rem
	}

	.l-padded .l-constrained .stats__statistic--last {
		padding-right: 0
	}

	.filter-items__header-region {
		border-bottom: 2px solid #ebefee
	}
}

.filter-items__header-region-inner {
	padding: 0 1.25rem;
	max-width: 80rem;
	position: relative;
	margin: 0 auto
}

.filter-items__header-region-inner::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.filter-items__header-region-inner {
		padding-bottom: 1.25rem
	}
}

.filter-items__header-logo {
	display: none
}

.filter-items__header-recommended {
	padding-bottom: 1.875rem;
	position: relative
}

@media only screen and (min-width:37.5em) {
	.filter-items__header-recommended {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none;
		min-height: 6.875rem;
		padding-bottom: 0
	}

	.filter-items__header-recommended-tags-list {
		transition: opacity .3s linear
	}

	.filter-items__header-recommended-tags-list.ng-hide-add,
	.filter-items__header-recommended-tags-list.ng-hide-remove {
		opacity: 0
	}

	.filter-items__header-toggle {
		width: 31.914893617%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		text-align: right
	}
}

.filter-items__filters-region {
	padding-bottom: 6.25rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: #fff;
	overflow: scroll;
	z-index: 1000;
	transition: opacity .5s linear
}

@media only screen and (min-width:37.5em) {
	.filter-items__filters-region {
		max-height: 62.5rem;
		border-bottom: 2px solid #ebefee;
		padding-bottom: 0;
		position: static;
		overflow: hidden;
		opacity: 1;
		transition: max-height 1s cubic-bezier(.4, .49, .71, .75)
	}
}

.filter-items__filters-region--closed {
	height: 0;
	opacity: 0;
	transition: opacity 0s linear
}

.filter-items__filters-region .filter-items__filters-block {
	padding: 1.5625rem 0;
	border-bottom: 1px solid #ebefee
}

.filter-items__filters-region-inner {
	max-width: 80rem;
	margin: 0 auto
}

@media only screen and (min-width:60em) {
	.filter-items__header-recommended {
		min-height: 3.4375rem
	}

	.filter-items__filters-region .filter-items__filters-block {
		padding: 1.875rem 1.25rem 0 0;
		border: 0;
		width: 50%;
		float: left
	}

	.filter-items__filters-region-inner {
		padding-bottom: 1.875rem
	}
}

.filter-items__selected-filters-region {
	max-width: 80rem;
	margin: 0 auto
}

.filter-items__selected-filters-region::after {
	content: '';
	display: table;
	clear: both
}

.filter-items__results-region {
	padding-bottom: 4.0625rem;
	max-width: 80rem;
	margin: 0 auto
}

.filter-items__toggle-filters-region {
	z-index: 1000
}

.filter-items__toggle-filters-region--active {
	display: none
}

.filter-items__toggle-filters-region--sticky-fixed {
	left: 1.25rem;
	right: 1.25rem;
	position: fixed
}

@media only screen and (min-width:37.5em) {
	.filter-items__filters-region--closed {
		height: auto;
		max-height: 0;
		opacity: 1;
		transition: max-height .75s cubic-bezier(0, 1, .5, 1)
	}

	.filter-items__toggle-filters-region--active {
		display: inline-block
	}

	.filter-items__toggle-filters-region--sticky-fixed {
		position: static;
		width: auto
	}
}

.filter-items__toggle-filters-region--sticky-fixed .filter-items__toggle-filters-region-btn {
	border-color: #d0006f;
	background: #d0006f;
	color: #fff
}

.filter-items__toggle-filters-region--sticky-absolute {
	left: 1.25rem;
	right: 1.25rem;
	position: absolute
}

@media only screen and (min-width:37.5em) {
	.filter-items__toggle-filters-region--sticky-absolute {
		position: static;
		width: auto
	}
}

.filter-items__toggle-filters-region--sticky-absolute .filter-items__toggle-filters-region-btn {
	border-color: #d0006f;
	background: #d0006f;
	color: #fff
}

.filter-items__toggle-filters-region-btn {
	padding: 1rem 0;
	border-radius: .125rem;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	border: 1px solid #3c4242;
	background: #fff;
	color: #3c4242;
	display: block;
	text-align: center;
	width: 100%
}

@media only screen and (min-width:37.5em) {
	.filter-items__toggle-filters-region-btn {
		margin-top: 2.25rem;
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		font-weight: 400;
		letter-spacing: .5px;
		color: #3c4242;
		background: 0 0;
		display: inline-block;
		width: auto;
		border: 0;
		position: relative;
		padding: 0
	}

	.filter-items__toggle-filters-region-btn:after {
		width: 1.625rem;
		height: 1.75rem;
		padding: .5rem 0;
		margin: -.125rem 0 0 .625rem;
		font-size: .6875rem;
		font-family: az-glyph-1;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\e00b';
		position: relative;
		display: inline-block;
		border: 1px solid #d2d2d2
	}
}

@media only screen and (min-width:60em) {
	.filter-items__toggle-filters-region-btn {
		margin-top: 1.75rem
	}
}

.filter-items__toggle-filters-region-btn:focus {
	outline: #3c4242 dotted 1px
}

.filter-items__toggle-filters-region-btn--active:after {
	content: '\e00c'
}

.filter-items__close-filters-region {
	display: block
}

.filter-items__close-filters-region--reset {
	padding: 1.875rem .9375rem .875rem 0;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	border: 0;
	border-bottom: 1px solid #ebefee;
	width: 100%;
	text-align: left;
	position: relative;
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:37.5em) {
	.filter-items__close-filters-region {
		display: none
	}

	.filter-items__close-filters-region--reset {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.filter-items__close-filters-region--reset:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .9375rem;
	position: absolute;
	right: 0
}

.filter-items__close-filters-region--submit {
	bottom: 3.125rem;
	padding: 1rem;
	border-radius: .1875rem;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	position: fixed;
	z-index: 1100;
	width: 89%;
	border: 1px solid #3c4242;
	background: #fff;
	color: #3c4242;
	text-align: center
}

.filter-items__close-filters-region--enabled {
	background: #d0006f;
	color: #fff;
	border-color: #d0006f
}

.filter-items__preloader {
	display: block;
	margin: 0 auto
}

.filter-items__preloader--recommended {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5625rem;
	height: 1.5625rem;
	position: absolute;
	left: 45%
}

@media only screen and (min-width:37.5em) {
	.filter-items__preloader--recommended {
		right: -1.875rem;
		bottom: -.1875rem;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: auto;
		top: auto
	}
}

.filter-items__preloader--tags {
	padding: 3.125rem 0
}

.filter-items__preloader--results {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.filter-items__results-ghost-filters {
	position: relative
}

.filter-items__results-ghost-filters::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.filter-items__results-ghost-filters {
		position: absolute
	}
}

.filter-items__results-ghost-filters .filter-items__filters-block {
	position: relative;
	float: left;
	width: 100%
}

@media only screen and (min-width:37.5em) {
	.filter-items__results-ghost-filters .filter-items__filters-block {
		width: auto
	}
}

.filter-items__results-ghost-filters .filter-items__filters-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

.filter-items__results-ghost-filters .filter-items__filters-list-item {
	padding-right: .625rem;
	width: 20%
}

@media only screen and (min-width:37.5em) {

	.filter-items__results-ghost-filters .filter-items__filters-list-item:nth-child(1),
	.filter-items__results-ghost-filters .filter-items__filters-list-item:nth-child(3),
	.filter-items__results-ghost-filters .filter-items__filters-list-item:nth-child(4) {
		width: 6.125rem
	}

	.filter-items__results-ghost-filters .filter-items__filters-list-item:nth-child(2) {
		width: 3.375rem
	}

	.filter-items__results-ghost-filters .filter-items__filters-list-item:nth-child(5) {
		width: 2.625rem
	}
}

.filter-items__results-ghost-filters .filter-items__filters-list-item:last-child {
	padding-right: 0
}

.filter-items__results-ghost-filters .filter-items__filters-item {
	font-size: 0;
	height: 1.6875rem;
	width: 100%;
	opacity: .3;
	background: #d2d2d2;
	color: #d2d2d2;
	padding: 0;
	margin: 0;
	border: 0
}

.filter-items__filters-lists::after {
	content: '';
	display: table;
	clear: both
}

.filter-items__filters-lists--years .filter-items__filters-block {
	border: 0
}

.filter-items__filters-block {
	width: 100%;
	opacity: 1;
	transition: opacity 1s ease-in
}

.filter-items__filters-title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	color: #3c4242;
	margin: 0
}

.filter-items__filters-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.filter-items__filters-list::after {
	content: '';
	display: table;
	clear: both
}

.filter-items__filters-list-item {
	padding: .9375rem .9375rem 0 0;
	float: left
}

@media only screen and (min-width:37.5em) {
	.filter-items__filters-list-item {
		padding-right: .625rem
	}
}

@media only screen and (min-width:60em) {
	.filter-items__results-ghost-filters .filter-items__filters-item {
		height: 1.125rem
	}

	.filter-items__filters-list-item {
		padding-top: .4375rem
	}
}

.filter-items__filters-item {
	padding: .3125rem .625rem;
	border-radius: 1.75rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	font-size: .75rem;
	border: 1px solid #d8dfde;
	background: #fff;
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.filter-items__filters-item {
		padding: .25rem 1rem
	}
}

@media only screen and (min-width:60em) {
	.filter-items__filters-item {
		padding: .0625rem .6875rem;
		border-radius: 1.5rem
	}
}

.filter-items__filters-item:hover {
	background: #ebefee
}

.filter-items__filters-item:focus {
	outline: #3c4242 dotted 1px
}

.filter-items__filters-item--selected {
	border-color: #d0006f;
	background: #d0006f;
	color: #fff
}

.filter-items__filters-item--selected:hover {
	border-color: #d9338c;
	background: #d9338c
}

.filter-items__results-count {
	padding: 1.5625rem 0 .75rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	color: #3c4242;
	margin: 0
}

.filter-items__selected-filters-list {
	padding-bottom: 1.4375rem;
	margin-bottom: 2rem;
	border-bottom: 4px solid #ebefee
}

.filter-items__selected-filters-list::after {
	content: '';
	display: table;
	clear: both
}

.filter-items__selected-filters-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.filter-items__selected-filters-title.focusable:active,
.filter-items__selected-filters-title.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.filter-items__selected-filters-list-item {
	float: left
}

.filter-items__selected-filters-item {
	padding: .375rem 2rem .375rem .625rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin-right: .625rem;
	border: 1px solid #d2d2d2;
	background: #fff;
	color: #d0006f;
	position: relative
}

.filter-items__selected-filters-item:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .625rem;
	top: .625rem;
	right: .625rem;
	color: #d0006f;
	position: absolute
}

.filter-items__selected-filters-item:hover {
	background: #ebefee
}

.filter-items__selected-filters-item:focus {
	outline: #3c4242 dotted 1px
}

.filter-items__selected-filters-item span {
	color: #3c4242
}

.filter-items__results-ghost-tiles {
	margin-top: 3rem;
	position: relative;
	opacity: 1
}

@media only screen and (min-width:37.5em) {
	.filter-items__results-ghost-tiles {
		margin-top: 4.5rem
	}
}

.filter-items__results-ghost-tiles .filter-items__results-preloader {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100
}

.filter-items__results-ghost-tiles .filter-items__results-item {
	font-size: .0625rem;
	opacity: .3;
	color: #fff
}

.filter-items__results-ghost-tiles .filter-items__results-item-img {
	background: #d2d2d2
}

.filter-items__results-ghost-tiles .filter-items__results-item-title {
	height: 2.75rem;
	font-size: 0;
	position: relative
}

.filter-items__results-ghost-tiles .filter-items__results-item-title:after,
.filter-items__results-ghost-tiles .filter-items__results-item-title:before {
	height: 1rem;
	background: #d2d2d2;
	content: '';
	display: block;
	position: absolute
}

.filter-items__results-ghost-tiles .filter-items__results-item-title:before {
	max-width: 16.4375rem;
	width: 100%;
	top: 0
}

.filter-items__results-ghost-tiles .filter-items__results-item-title:after {
	max-width: 11.4375rem;
	width: 70%;
	bottom: 0
}

.filter-items__results-ghost-tiles .filter-items__results-item-content {
	height: 1.75rem;
	margin-top: 1.25rem;
	font-size: 0;
	position: relative
}

.filter-items__results-ghost-tiles .filter-items__results-item-content:after,
.filter-items__results-ghost-tiles .filter-items__results-item-content:before {
	height: .5rem;
	background: #d2d2d2;
	content: '';
	display: block;
	position: absolute
}

.filter-items__results-ghost-tiles .filter-items__results-item-content:before {
	max-width: 13.9375rem;
	width: 90%;
	top: 0
}

.filter-items__results-ghost-tiles .filter-items__results-item-content:after {
	max-width: 10.1875rem;
	width: 70%;
	bottom: 0
}

.filter-items__results-ghost-tiles .filter-items__results-item-date {
	height: 1.5rem;
	margin-top: 1.875rem;
	font-size: 0;
	position: relative;
	display: block
}

.filter-items__results-ghost-tiles .filter-items__results-item-date:after,
.filter-items__results-ghost-tiles .filter-items__results-item-date:before {
	height: .375rem;
	background: #d2d2d2;
	content: '';
	display: block;
	position: absolute
}

.filter-items__results-ghost-tiles .filter-items__results-item-date:before {
	max-width: 7.625rem;
	width: 50%;
	top: 0
}

.filter-items__results-ghost-tiles .filter-items__results-item-date:after {
	max-width: 7.625rem;
	width: 50%;
	bottom: 0
}

.filter-items__results-label-row:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.filter-items__results-label {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	padding: .875rem 0;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.filter-items__results-label {
		padding: 1.625rem 0
	}
}

.filter-items__results-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.filter-items__results-title.focusable:active,
.filter-items__results-title.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.filter-items__results-horizontal:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.filter-items__results-columns::after {
	content: '';
	display: table;
	clear: both
}

.filter-items__results-columns-1-block-c1 {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

.filter-items__results-columns-2-block-c1 {
	width: 48.9361702128%;
	float: left;
	margin-right: -100%;
	margin-left: 0;
	clear: none
}

.filter-items__results-columns-2-block-c2 {
	width: 48.9361702128%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

.filter-items__results-columns-3-block-c1 {
	width: 31.914893617%;
	float: left;
	margin-right: -100%;
	margin-left: 0;
	clear: none
}

.filter-items__results-columns-3-block-c2 {
	width: 31.914893617%;
	float: left;
	margin-right: -100%;
	margin-left: 34.0425531915%;
	clear: none
}

.filter-items__results-columns-3-block-c3 {
	width: 31.914893617%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

.filter-items__results-col {
	word-break: break-all
}

.filter-items__results-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.filter-items__results-list-item {
	margin-bottom: 1.875rem;
	border-bottom: 1px solid #ebefee;
	transition: opacity linear .35s;
	position: relative
}

@media only screen and (min-width:37.5em) {
	.filter-items__results-list-item {
		padding-bottom: 1.25rem
	}
}

.filter-items__results-list-item.ng-enter,
.filter-items__results-list-item.ng-leave.ng-leave-active,
.filter-items__results-list-item.ng-move {
	opacity: 0
}

.filter-items__results-list-item.ng-enter.ng-enter-active,
.filter-items__results-list-item.ng-leave,
.filter-items__results-list-item.ng-move.ng-move-active {
	opacity: .5
}

.filter-items__results-item {
	display: block;
	text-decoration: none;
	color: #3c4242
}

.filter-items__results-item:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.filter-items__results-item-text {
	padding: 0 0 1.25rem;
	word-break: normal
}

.filter-items__results-item-img {
	margin: 0 0 1.25rem;
	line-height: 0;
	overflow: hidden;
	position: relative;
	background: #ebefee
}

.filter-items__results-item-img-src {
	width: 100%;
	height: auto;
	opacity: 1;
	transition: -webkit-transform .3s ease-out, opacity .2s ease-out;
	transition: transform .3s ease-out, opacity .2s ease-out
}

.filter-items__results-item-img-src:hover {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.filter-items__results-item-img-src--loading {
	opacity: 0
}

.filter-items__results-item-title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.filter-items__results-item-text {
		padding: 0
	}

	.filter-items__results-item-img {
		margin: 0
	}

	.filter-items__results-item-title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.filter-items__results-item-content {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	margin: .625rem 0
}

.filter-items__results-item-author {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	margin: 1.4375rem 0 .125rem
}

.filter-items__results-item-date {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	margin: .125rem 0 .8125rem
}

.filter-items__results-load-more-container {
	text-align: center
}

@media only screen and (min-width:37.5em) {
	.filter-items__results-load-more-container {
		margin-top: 1.875rem
	}
}

.filter-items__results-no-results {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	color: #3c4242;
	margin: 0
}

.filter-items__results-error {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	color: #3c4242
}

.filter-items__results-load-more {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	background: 0 0;
	color: #3c4242;
	border: 0
}

.filter-items__results-load-more:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .625rem;
	margin-left: .625rem
}

.filter-items__results-load-more:hover span {
	text-decoration: underline
}

.filter-items__results-load-more:focus {
	outline: #3c4242 dotted 1px
}

.filter-items--labTalk .filter-items__header-logo {
	padding-bottom: 1.4375rem;
	margin-bottom: 1.75rem;
	display: block;
	border-bottom: 2px solid #ebefee
}

@media only screen and (min-width:37.5em) {
	.filter-items--labTalk .filter-items__header-logo {
		width: auto;
		clear: both;
		margin: 0;
		border: 0
	}
}

@media only screen and (min-width:60em) {
	.filter-items--labTalk .filter-items__header-logo {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none;
		padding: 0
	}
}

.filter-items--labTalk .filter-items__header-logo img {
	width: 7.5rem;
	height: auto
}

@media only screen and (min-width:37.5em) {
	.filter-items--labTalk .filter-items__header-logo img {
		margin-top: .125rem;
		width: auto
	}
}

@media only screen and (min-width:60em) {
	.filter-items--labTalk .filter-items__header-recommended {
		width: 57.4468085106%;
		float: left;
		margin-right: -100%;
		margin-left: 25.5319148936%;
		clear: none
	}

	.filter-items--labTalk .filter-items__header-toggle {
		width: 14.8936170213%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.filter-items--labTalk .filter-items__results-list-item {
	margin-bottom: 1.25rem;
	padding: 0;
	border: 0
}

.filter-items--labTalk .filter-items__results-item {
	box-shadow: 0 1px 3px 0 rgba(27, 27, 27, .07), 0 1px 0 1px rgba(235, 235, 235, .5)
}

.filter-items--labTalk .filter-items__results-item-img {
	margin: 0
}

.filter-items--labTalk .filter-items__results-item-text {
	padding: 1.25rem
}

.filter-items--labTalk .filter-items__results-load-more-container {
	margin: 0
}

.filter-items--labTalk .filter-items__results-load-more:after {
	display: none
}

.filter-items--pressReleases .filter-items__results-item-img {
	display: none
}

@media only screen and (min-width:60em) {

	.filter-items--pressReleases .filter-items__results-label,
	.filter-items--pressReleases .filter-items__results-list {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 17.0212765957%;
		clear: none
	}

	.filter-items--articles .filter-items__results-label,
	.filter-items--articles .filter-items__results-list {
		width: 82.9787234043%;
		float: left;
		margin-right: -100%;
		margin-left: 8.5106382979%;
		clear: none
	}
}

.filter-items--articles .filter-items__results-item-label {
	background: #f0ab00
}

.filter-items--loading .filter-items__results-ghost-tiles {
	min-height: 6.25rem
}

@media only screen and (min-width:37.5em) {
	.filter-items--articles .filter-items__results-item-text {
		width: 74.4680851064%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.filter-items--articles .filter-items__results-item-img {
		width: 23.4042553191%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

	.filter-items--loading .filter-items__results-ghost-tiles {
		min-height: 18.75rem
	}
}

.filter-items--ie8 {
	width: 1024px;
	margin: 0 auto
}

.filter-items--ie8 .filter-items__header-logo {
	display: block
}

.filter-items--ie8 .filter-items__pagination-block {
	margin-top: 1.25rem;
	text-align: center
}

.filter-items--ie8 .filter-items__pagination-list {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #d2d2d2;
	display: inline-block;
	text-align: center
}

.filter-items--ie8 .filter-items__pagination-list:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.filter-items--ie8 .filter-items__pagination-list-item {
	display: inline-block
}

.filter-items--ie8 .filter-items__pagination-item {
	padding: .75rem .5rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	display: block;
	text-decoration: none;
	color: #3c4242
}

.filter-items--ie8 .filter-items__pagination-item--selected,
.filter-items--ie8 .filter-items__pagination-item:hover {
	padding-bottom: .625rem;
	border-bottom: 2px solid #d0006f
}

.filter-items--ie8 .filter-items__pagination-item--next,
.filter-items--ie8 .filter-items__pagination-item--prev {
	padding: .75rem 1rem;
	color: #1b1b1b
}

.filter-items--ie8 .filter-items__pagination-item--next--selected,
.filter-items--ie8 .filter-items__pagination-item--next:hover,
.filter-items--ie8 .filter-items__pagination-item--prev--selected,
.filter-items--ie8 .filter-items__pagination-item--prev:hover {
	color: #fff;
	background: #d0006f
}

.filter-items--ie8 .filter-items__pagination-item--next:before,
.filter-items--ie8 .filter-items__pagination-item--prev:before {
	font-size: .75rem
}

.filter-items--ie8 .filter-items__pagination-item--next span,
.filter-items--ie8 .filter-items__pagination-item--prev span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.filter-items--ie8 .filter-items__pagination-item--next span.focusable:active,
.filter-items--ie8 .filter-items__pagination-item--next span.focusable:focus,
.filter-items--ie8 .filter-items__pagination-item--prev span.focusable:active,
.filter-items--ie8 .filter-items__pagination-item--prev span.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.filter-items--ie8 .filter-items__pagination-item--prev {
	border-right: 1px solid #d2d2d2
}

.filter-items--ie8 .filter-items__pagination-item--prev:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.filter-items--ie8 .filter-items__pagination-item--next {
	border-left: 1px solid #d2d2d2
}

.filter-items--ie8 .filter-items__pagination-item--next:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.filter-items--ie8 .filter-items__pagination-item--ellipsis span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.filter-items--ie8 .filter-items__pagination-item--ellipsis span.focusable:active,
.filter-items--ie8 .filter-items__pagination-item--ellipsis span.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.filter-items--ie8 .filter-items__pagination-item--ellipsis:before {
	content: '...'
}

.refine-results {
	clear: both;
	background-color: #f8f8f8
}

.refine-results__header {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	padding: 1rem 1.25rem;
	background: #fff;
	cursor: pointer;
	color: #3c4242;
	font-weight: 700;
	margin: 0;
	text-align: left;
	width: 100%;
	position: relative
}

.refine-results__options {
	list-style: none;
	padding: 0;
	margin: 0
}

.refine-results__options::after {
	content: '';
	display: table;
	clear: both
}

.refine-results__option:last-child {
	padding-right: 0
}

.refine-results__option:last-child a {
	border-bottom: 0
}

.refine-results__option-item {
	font-size: 1rem;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #b1b3b3;
	color: #3c4242;
	display: block;
	margin: 0;
	text-decoration: none;
	line-height: 1.9
}

.refine-results__option-item:before {
	width: 1.875rem;
	height: 1.875rem;
	margin-right: .625rem;
	margin-bottom: .625rem;
	margin-top: -.25rem;
	float: left;
	display: block;
	background-color: transparent;
	line-height: 1.9;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #8a8e8e;
	content: '';
	transition: background-color .5s ease, box-shadow .5s ease
}

.lt-ie9 .refine-results__option-item:before {
	border: 1px solid #8a8e8e
}

@media only screen and (min-width:37.5em) {
	.refine-results__option-item {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.refine-results__option-checkbox {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.refine-results__option-checkbox.focusable:active,
.refine-results__option-checkbox.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.refine-results__option-checkbox:focus~label {
	outline-style: auto;
	background-color: #fff
}

.refine-results__option-checkbox:checked~label {
	display: block
}

.refine-results__option-checkbox:checked~label:before {
	width: 1.875rem;
	height: 1.875rem;
	margin-right: .625rem;
	margin-bottom: .625rem;
	margin-top: -.25rem;
	float: left;
	display: block;
	line-height: 1.9;
	border-radius: 50%;
	background-color: #d0006f;
	color: #fff;
	font-family: az-glyph-1;
	content: '\e01a';
	text-align: center;
	box-shadow: 0 0 0 2px #d0006f;
	transition: background-color .5s ease, box-shadow .5s ease
}

.lt-ie9 .refine-results__option-checkbox:checked~label:before {
	border: 1px solid #d0006f
}

.lt-ie9 .refine-results__option-checkbox.checked~label {
	display: block
}

.lt-ie9 .refine-results__option-checkbox.checked~label:before {
	width: 1.875rem;
	height: 1.875rem;
	margin-right: .625rem;
	margin-bottom: .625rem;
	margin-top: -.25rem;
	float: left;
	display: block;
	line-height: 1.9;
	border-radius: 50%;
	background-color: #d0006f;
	color: #fff;
	font-family: az-glyph-1;
	content: '\e01a';
	text-align: center;
	box-shadow: 0 0 0 2px #d0006f;
	transition: background-color .5s ease, box-shadow .5s ease
}

.lt-ie9 .lt-ie9 .refine-results__option-checkbox.checked~label:before {
	border: 1px solid #d0006f
}

.refine-results__buttons-container {
	padding: 1.25rem
}

.refine-results .button {
	margin-bottom: .875rem;
	width: 100%;
	text-align: center
}

.refine-results .button:after {
	content: ''
}

.refine-results .button.button--color {
	display: none
}

.js .refine-results .button.button--color {
	padding-right: .9375rem;
	display: block;
	color: #fff;
	background-color: #3c4242
}

.js .refine-results .button.button--color:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-left: .625rem;
	position: static;
	color: #417505
}

.filter--exposed .refine-results__back {
	display: none !important;
	visibility: hidden
}

.filter--exposed .refine-results__option {
	display: block;
	padding: 0;
	margin-bottom: 0
}

.filter--exposed .refine-results__option-item:hover {
	text-decoration: none
}

.filter--exposed .refine-results__option-item--active,
.filter--exposed .refine-results__option-item:hover {
	padding-bottom: .25rem;
	border-bottom: 4px solid #d0006f
}

.filter--exposed .refine-results__option-item--active {
	display: block
}

.filter--condensed .refine-results__option {
	background-color: #f8f8f8
}

.filter--condensed .refine-results__option-item:hover {
	text-decoration: underline
}

.filter--condensed .refine-results__option-item--active {
	display: none
}

.js .filter .refine-results {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -100;
	opacity: 0;
	transition: opacity .3s ease-in
}

.js .filter .refine-results.active {
	opacity: 1;
	z-index: 100
}

.js .filter--exposed .refine-results {
	top: 2.9375rem;
	width: 31.914893617%;
	float: left;
	clear: none;
	border: 1px solid #9db0ac;
	left: auto;
	right: 0;
	margin: 0
}

.js .filter--exposed .refine-results__option {
	display: block;
	padding: 0;
	margin-bottom: 0
}

.js .filter--exposed .refine-results__option-item {
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #b1b3b3
}

.js .filter--exposed .refine-results__option-item:hover {
	padding-bottom: 1rem;
	border-bottom: 1px solid #b1b3b3
}

.js .filter--exposed .filter__current-selection-chevron--down:after,
.js .filter--exposed .filter__current-selection-chevron--up:after {
	font-size: .875rem;
	margin-top: .3125rem;
	float: right;
	display: block;
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.js .filter--condensed .refine-results__back {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	padding: 1rem 1.25rem 1rem 3.375rem;
	position: relative;
	background: #fff;
	border-bottom: 4px solid #9db0ac;
	cursor: pointer;
	color: #3c4242;
	font-weight: 700;
	margin: 0;
	text-align: left;
	width: 100%
}

.js .filter--condensed .refine-results__back:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	left: 1.25rem;
	top: 1.125rem;
	position: absolute
}

.lt-ie9 .js .filter .refine-results {
	display: none
}

.lt-ie9 .js .filter .refine-results.active {
	display: block
}

.tags {
	margin-top: .9375rem
}

.tags__list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}

.tags__list-item {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	margin: .625rem .3125rem 0;
	padding: .75rem;
	border-radius: 1.5rem;
	border: 1px solid #3c4242;
	color: #3c4242;
	display: inline-block
}

.categories {
	margin: 0
}

.categories__list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	text-align: left
}

.categories__list-item {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	padding: .75rem;
	color: #3c4242;
	margin: 0;
	display: block
}

.categories__list-item:first-child {
	padding-top: 0
}

.lt-ie9 .timeline {
	overflow: hidden
}

.timeline__header {
	position: relative;
	background-color: #1b1b1b;
	overflow: hidden
}

.timeline__header-background {
	height: 9.75rem;
	background: center no-repeat;
	background-size: cover;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .47
}

@media only screen and (min-width:37.5em) {
	.timeline__header-background {
		height: 18.75rem
	}
}

.timeline__header-wrapper {
	width: 91.4893617021%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none;
	height: 9.75rem;
	position: relative
}

@media only screen and (min-width:37.5em) {
	.timeline__header-wrapper {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 17.0212765957%;
		clear: none;
		height: 18.75rem
	}
}

@media only screen and (min-width:60em) {

	.categories__list-item,
	.tags__list-item {
		margin-top: 0
	}

	.timeline__header-wrapper {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 25.5319148936%;
		clear: none
	}
}

.timeline__header-wrapper:after,
.timeline__header-wrapper:before {
	content: '';
	position: absolute;
	z-index: 100
}

.timeline__header-wrapper:before {
	left: .25rem;
	width: 1px;
	height: 16%;
	border-left: dashed 1px #fff;
	top: 71%
}

@media only screen and (min-width:37.5em) {
	.timeline__header-wrapper:before {
		height: 20%;
		top: 70%
	}
}

.timeline__header-wrapper:after {
	left: -.375rem;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 50%;
	bottom: -12px
}

.timeline__header-content {
	margin-left: -1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	width: 100%;
	color: #fff
}

.lt-ie9 .timeline__header-content {
	margin-top: 3.75rem;
	position: static
}

.timeline__profile-image {
	width: 3.125rem;
	height: 3.125rem;
	margin-right: .9375rem;
	display: inline-block;
	border: 3px solid #fff;
	vertical-align: middle
}

.timeline__title-wrapper {
	max-width: 75%;
	display: inline-block;
	vertical-align: middle;
	word-wrap: break-word
}

@media only screen and (min-width:37.5em) {
	.timeline__header-content {
		margin-left: -2.625rem
	}

	.timeline__profile-image {
		width: 6.25rem;
		height: 6.25rem;
		margin-right: 1.875rem
	}

	.timeline__title-wrapper {
		position: absolute;
		width: 100%;
		float: right;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.timeline__section-title {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	margin: .3125rem 0
}

.timeline__item .timeline__section-title {
	color: #8a8e8e;
	margin-top: 0
}

.timeline__subtitle-wrapper {
	padding: 0 0 1.875rem 1.875rem;
	margin: 1.25rem 0 0 .25rem;
	position: relative;
	border-left: solid 1px #d2d2d2
}

.timeline__subtitle-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: -6px;
	width: 12px;
	height: 12px;
	background-color: #d2d2d2;
	border-radius: 50%;
	box-shadow: none;
	transition: background-color .5s ease, border-color .5s ease, box-shadow .5s ease;
	z-index: 300
}

.timeline__subtitle-wrapper.highlight:before {
	background-color: #d0006f;
	box-shadow: none
}

.timeline__subtitle {
	font-size: .875rem;
	line-height: 1.4285714286;
	letter-spacing: .3px;
	padding-bottom: .625rem;
	border-bottom: solid 1px #d2d2d2;
	position: relative;
	top: -4px;
	font-weight: 400;
	color: #8a8e8e;
	margin: 0
}

.timeline__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	position: relative;
	top: -4px;
	margin: 0
}

.timeline__body {
	width: 91.4893617021%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none;
	position: relative
}

@media only screen and (min-width:37.5em) {
	.timeline__subtitle-wrapper {
		margin-top: 0
	}

	.timeline__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}

	.timeline__body {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 17.0212765957%;
		clear: none
	}
}

@media only screen and (min-width:60em) {
	.timeline__body {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 25.5319148936%;
		clear: none
	}
}

.timeline__item {
	padding: .5rem 0 3rem 1.875rem;
	margin: 0 1.25rem 0 .25rem;
	position: relative;
	color: #3c4242;
	border-left: solid 1px #d2d2d2;
	transition: border-color .5s ease
}

.timeline__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: -11px;
	width: 22px;
	height: 22px;
	background-color: #d2d2d2;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px #d2d2d2;
	transition: background-color .5s ease, border-color .5s ease, box-shadow .5s ease;
	z-index: 300
}

.timeline__item.highlight:before {
	background-color: #d0006f;
	border-color: #d0006f;
	box-shadow: 0 0 0 1px #d0006f
}

@media only screen and (min-width:37.5em) {
	.timeline__item {
		padding-left: 2.5rem;
		margin-right: 0
	}
}

.timeline__item.highlight {
	border-color: #d0006f
}

.timeline__item--media {
	padding: 1.875rem 0 .9375rem 1.25rem
}

.timeline__item--media::after {
	content: '';
	display: table;
	clear: both
}

.timeline__item--media .rich-text {
	margin-top: 1.25rem
}

@media only screen and (min-width:37.5em) {
	.timeline__item--media {
		padding: 2.5rem 0 3rem
	}

	.timeline__item--media>div {
		width: 87.5%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

	.timeline__item--media .rich-text {
		float: left;
		margin-left: 12.5%;
		clear: none;
		margin-right: 0;
		width: auto
	}
}

.timeline__item--media p {
	margin: 0 0 .625rem;
	color: #8a8e8e
}

.timeline__item-icon {
	margin-right: .875rem;
	width: 32px;
	float: left
}

.timeline .video-module {
	padding: 0
}

.timeline .show-more-wrapper {
	margin-top: 0;
	padding-left: 0
}

.timeline .show-more-wrapper__item:first-child>* {
	top: .3125rem;
	padding-top: 2.5rem;
	margin-top: -.625rem
}

.timeline .show-more-wrapper__item:first-child>:before {
	content: '';
	position: absolute;
	top: 0;
	left: -6px;
	width: 12px;
	height: 12px;
	background-color: #d2d2d2;
	border-radius: 50%;
	box-shadow: none;
	transition: background-color .5s ease, border-color .5s ease, box-shadow .5s ease;
	z-index: 300;
	border-width: 0
}

.timeline .show-more-wrapper__item:first-child>.highlight:before {
	background-color: #d0006f;
	box-shadow: none
}

.timeline .show-more-wrapper .show-more__row {
	margin-top: 0
}

.timeline .js-show-more .show-more-wrapper__item:first-child>:before {
	content: '';
	position: absolute;
	top: 0;
	left: -11px;
	width: 22px;
	height: 22px;
	background-color: #d2d2d2;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px #d2d2d2;
	transition: background-color .5s ease, border-color .5s ease, box-shadow .5s ease;
	z-index: 300
}

.timeline .js-show-more .show-more-wrapper__item:first-child>.highlight:before {
	background-color: #d0006f;
	border-color: #d0006f;
	box-shadow: 0 0 0 1px #d0006f
}

.timeline .js-show-more__toggle-button-container {
	padding: 0 0 0 1.25rem;
	margin: 0 0 1.875rem .25rem;
	position: relative
}

.timeline .js-show-more__toggle-button-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: -6px;
	width: 12px;
	height: 12px;
	background-color: #d2d2d2;
	border-radius: 50%;
	box-shadow: none;
	transition: background-color .5s ease, border-color .5s ease, box-shadow .5s ease;
	z-index: 300
}

.timeline .js-show-more__toggle-button-container.highlight:before {
	background-color: #d0006f;
	box-shadow: none
}

@media only screen and (min-width:37.5em) {
	.timeline .js-show-more__toggle-button-container {
		padding-left: 1.875rem;
		text-align: left
	}
}

.timeline .js-show-more__toggle-button {
	width: auto;
	top: -5px
}

.timeline .rich-text h2,
.timeline .rich-text h3,
.timeline .rich-text ol li,
.timeline .rich-text ul li {
	color: #8a8e8e
}

.read-more {
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.read-more__wrapper {
	padding: 1.25rem;
	color: #fff;
	text-decoration: none;
	display: block
}

@media only screen and (min-width:37.5em) {
	.read-more__wrapper {
		padding: 3.75rem
	}
}

.read-more__wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(27, 27, 27, .4)
}

.read-more__wrapper-text-header {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	position: relative;
	color: #fff
}

.read-more__wrapper-text-main {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	padding: 0 1.25rem;
	position: relative;
	color: #fff
}

@media only screen and (min-width:37.5em) {
	.read-more__wrapper-text-main {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px;
		padding: 0
	}
}

.read-more__wrapper-text-footer {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	position: relative;
	color: #fff
}

.read-more__wrapper-icon {
	padding: .625rem;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.read-more__wrapper-icon:before {
	font-size: .625rem;
	display: block
}

.read-more__wrapper-icon--arrow-down:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.contact-us-details {
	overflow: hidden
}

.contact-us-details::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.contact-us-details--image .contact-us-details__image {
		display: block;
		width: 20%;
		float: left
	}
}

.contact-us-details--image .contact-us-details__image img {
	width: 100%;
	height: auto
}

@media only screen and (min-width:37.5em) {
	.contact-us-details--image .contact-us-details__info {
		display: block;
		width: 80%;
		float: left
	}
}

.contact-us-details__image {
	display: none;
	margin: 0
}

.contact-us-details__info {
	padding: 1.25rem;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
	left: 0;
	transition: left .7s ease, background .7s ease
}

.contact-us-details__info:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.5625rem;
	margin-top: -.78125rem;
	right: .75rem;
	color: #1b1b1b;
	display: inline-block;
	position: absolute;
	top: 50%;
	transition: right .5s ease-out, opacity .5s ease-out
}

.contact-us-details__info--on {
	background: #fbfbfb
}

.contact-us-details__info--on.contact-us-details__info--one-contact {
	left: -7.25rem
}

.contact-us-details__info--on.contact-us-details__info--two-contact {
	left: -14.5rem
}

.contact-us-details__info--on:after {
	right: -1.9375rem;
	opacity: .4
}

.contact-us-details__area-title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px
}

.contact-us-details__name {
	color: #4f5757;
	font-weight: 700;
	margin: 0
}

.contact-us-details__job-title {
	color: #8a8e8e;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.contact-us-details__info {
		padding: 0 1.25rem;
		border: 0
	}

	.contact-us-details__info:after {
		content: '';
		display: none
	}

	.contact-us-details__area-title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.contact-us-details__job-title {
		padding-bottom: .625rem
	}
}

.contact-us-details__contact {
	position: absolute;
	height: 100%;
	top: 0
}

.contact-us-details__contact::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.contact-us-details__contact {
		position: static
	}
}

.contact-us-details__contact--one-contact {
	right: -7.25rem
}

.contact-us-details__contact--two-contact {
	right: -14.5625rem
}

.contact-us-details__contact-option {
	width: 7.25rem;
	background: #39b54a;
	display: inline-block;
	height: 100%;
	float: left;
	position: relative;
	text-decoration: none
}

@media only screen and (min-width:37.5em) {
	.contact-us-details__contact-option {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-weight: 300;
		letter-spacing: .3px;
		padding-top: .3125rem;
		color: #8a8e8e;
		display: block;
		height: auto;
		width: auto;
		background: 0 0;
		float: none
	}
}

.contact-us-details__contact-option:hover span {
	text-decoration: underline
}

.contact-us-details__contact-option:before {
	font-size: 2.25rem;
	margin-top: -1.125rem;
	margin-left: -1.125rem;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%
}

@media only screen and (min-width:37.5em) {
	.contact-us-details__contact-option:before {
		font-size: .9375rem;
		top: .1875rem;
		left: 1.125rem;
		padding-right: 1.75rem;
		color: #8a8e8e;
		position: relative
	}
}

.contact-us-details__contact-option:first-child:before {
	left: 60%
}

.contact-us-details__contact-option--tel:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.contact-us-details__contact-option--mail {
	margin-left: 1px
}

.contact-us-details__contact-option--mail:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.contact-us-details__contact-option--mail:before,
.contact-us-details__contact-option--tel:before {
	font-weight: 900
}

.contact-us-details__contact-option span {
	display: none
}

@media only screen and (min-width:37.5em) {
	.contact-us-details__contact-option:first-child:before {
		left: 1.125rem
	}

	.contact-us-details__contact-option--mail,
	.contact-us-details__contact-option--tel {
		background: 0 0
	}

	.contact-us-details__contact-option span {
		display: inline-block
	}
}

.contact-us {
	color: #3c4242
}

.contact-us__navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: solid #d2d2d2;
	border-width: 1px 0 0;
	overflow: hidden
}

.contact-us__navigation-item {
	text-align: center
}

@media only screen and (min-width:60em) {
	.contact-us__navigation ul {
		display: table;
		width: 100%
	}

	.contact-us__navigation-item {
		display: table-cell;
		vertical-align: middle
	}
}

.contact-us__navigation-item--telephone {
	width: 50%;
	float: left;
	margin-right: -100%;
	margin-left: 0;
	clear: none;
	border: solid #d2d2d2;
	border-width: 0 1px 1px 0
}

@media only screen and (min-width:60em) {
	.contact-us__navigation-item--telephone {
		float: none
	}
}

.contact-us__navigation-item--email {
	width: 50%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none;
	border-bottom: solid 1px #d2d2d2
}

.contact-us__navigation-item-link {
	padding: 1.125rem 0;
	display: block;
	text-decoration: none;
	color: #3c4242;
	margin: 0
}

.contact-us__navigation-item-text {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	color: #3c4242
}

.contact-us__navigation-item-text .label {
	display: none
}

@media only screen and (min-width:37.5em) {
	.contact-us__navigation-item-link {
		padding: 1.3125rem 0
	}

	.contact-us__navigation-item-text .label {
		display: inline-block
	}
}

.contact-us__navigation-item-text--see-all .label {
	display: inline-block
}

.contact-us__navigation-item-icon {
	display: inline-block;
	vertical-align: middle
}

@media only screen and (min-width:60em) {
	.contact-us__navigation-item--email {
		width: auto;
		float: none
	}

	.contact-us__navigation-item--see-all {
		border-right: 1px solid #d2d2d2
	}

	.contact-us__navigation-item-icon {
		padding-right: .625rem
	}
}

.contact-us__navigation-item-icon:before {
	font-size: 2.25rem;
	float: right;
	display: block
}

@media only screen and (min-width:37.5em) {
	.contact-us__navigation-item-icon:before {
		font-size: 1.8125rem
	}
}

.contact-us__navigation-item-icon--email:before,
.contact-us__navigation-item-icon--telephone:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-weight: 900
}

.contact-us__section-title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	padding: 1.0625rem 1.25rem;
	color: #fff;
	background-color: #b1b3b3;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.contact-us__section-title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px;
		padding: .875rem 3.125rem
	}
}

.contact-us__info-label {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	width: 2.6875rem;
	height: 2.6875rem;
	margin-left: .625rem;
	padding: .625rem;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff;
	color: #3c4242;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 0
}

.contact-us__section-info {
	color: #3c4242
}

.contact-us__contacts {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both
}

.contact-us__contacts::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.contact-us__contacts {
		padding: 0 1.25rem
	}

	.contact-us__contact {
		margin-top: 2.5rem;
		width: 31.914893617%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}

	.contact-us__contact:nth-child(3n) {
		width: 31.914893617%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

@media only screen and (min-width:60em) {
	.contact-us__contacts {
		padding: 0 2.5rem
	}
}

.lt-ie9 .contact-us__contact {
	margin: 40px 0;
	width: 33%;
	float: left
}

.contact-us__load-all-container {
	text-align: center
}

.contact-us__load-all-contacts {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	padding: 1.5rem 0 0;
	display: block;
	color: #3c4242;
	text-decoration: none
}

.contact-us__load-all-contacts:after {
	font-size: .8125rem;
	padding: .5625rem 0 0 .3125rem;
	display: inline-block
}

@media only screen and (min-width:37.5em) {
	.contact-us__load-all-contacts {
		display: inline-block
	}

	.contact-us__load-all-contacts:after {
		padding-left: 1.25rem
	}
}

.contact-us .generic-tabs__list {
	padding: 0 1.25rem
}

@media only screen and (min-width:60em) {
	.contact-us .generic-tabs__list {
		padding: 0 2.5rem
	}
}

.contact-us .generic-tabs__current-selection-wrapper {
	padding: 0 1.25rem
}

.js .contact-us .generic-tabs__panel[aria-enabled=false] {
	width: auto
}

.contact-us--variant-2 .generic-tabs__panel {
	margin-top: 1.375rem
}

@media only screen and (min-width:37.5em) {
	.contact-us--variant-2 .generic-tabs__panel {
		margin-top: 1.75rem
	}
}

.js .contact-us__all-contacts--closed .contact-us__load-all-contacts:after,
.js .contact-us__load-all-contacts:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.js .contact-us__all-contacts--closed .contact-us__panel {
	height: 0;
	overflow: hidden
}

.contact-us .js-contact-us__section-title {
	position: relative;
	z-index: 500
}

.contact-us .js-contact-us__section-title.fixed {
	position: fixed;
	top: 0;
	width: 100%
}

.contact-us .js-contact-us__section-title.fixed.absolute {
	position: absolute
}

.calendar.js-calendar {
	padding: 0 1.25rem
}

.calendar__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin-top: 0;
	color: #3c4242
}

.calendar__strapline {
	color: #3c4242;
	margin-top: 0
}

.calendar__block {
	position: relative;
	clear: both
}

.calendar__header {
	padding: .6875rem 0 1.375rem;
	text-align: center
}

@media only screen and (min-width:37.5em) {
	.calendar__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}

	.calendar__strapline {
		margin-bottom: 2.25rem
	}

	.calendar__header {
		max-width: 18.875rem
	}
}

.calendar__year {
	margin: 0;
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	display: inline-block
}

@media only screen and (min-width:37.5em) {
	.calendar__year {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.calendar .slick-next,
.calendar .slick-prev {
	width: 2.375rem;
	height: 2.375rem;
	top: .3125rem;
	padding: .625rem;
	border-radius: 50%;
	border: 1px solid #d2d2d2;
	position: absolute;
	background-color: #fff;
	color: #3c4242;
	font-size: 0;
	outline: 0;
	z-index: 100
}

.calendar .slick-next:after,
.calendar .slick-prev:after {
	font-size: .75rem;
	display: block
}

.calendar .slick-next:focus,
.calendar .slick-prev:focus {
	outline: #8a8e8e dotted 1px
}

.calendar .slick-prev {
	left: 0
}

.calendar .slick-prev:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.calendar .slick-next {
	right: 0
}

.calendar .slick-next:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.calendar .slick-disabled {
	pointer-events: none;
	opacity: .5
}

.calendar__items {
	margin-bottom: .9375rem
}

.calendar__item {
	padding: 1.5625rem 0;
	display: block;
	position: relative;
	border-bottom: solid 1px #d2d2d2
}

.calendar__item-text {
	min-height: 6.25rem
}

.calendar__item-time {
	margin-bottom: 1.5625rem;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto
}

@media only screen and (min-width:37.5em) {
	.calendar .slick-next {
		left: 16.375rem
	}

	.calendar__item {
		padding: 1.5625rem .9375rem 1.5625rem 8.125rem
	}

	.calendar__item-time {
		top: 1.5625rem;
		width: 6.25rem;
		position: absolute;
		left: 0
	}
}

.calendar__item-month {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	padding-top: .625rem;
	height: 1.875rem;
	color: #fff;
	display: block;
	background: #3c4242
}

.calendar__item-day {
	min-height: 4.375rem;
	font-size: 1.875rem;
	padding-top: .75rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3c4242;
	display: block;
	border-left: solid 1px #d2d2d2;
	border-right: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2
}

.calendar__item-title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin: 0 0 .625rem;
	font-weight: 400
}

@media only screen and (min-width:37.5em) {
	.calendar__item-title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.calendar__item-title a {
	color: #3c4242;
	text-decoration: none
}

.calendar__item-title a:active,
.calendar__item-title a:hover {
	text-decoration: underline
}

.calendar__item-description {
	margin: 0 0 .625rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	color: #3c4242
}

.calendar__item-add-to {
	padding-top: .625rem
}

.calendar__item-add-to-link {
	font-size: .875rem;
	line-height: 1.4285714286;
	letter-spacing: .3px;
	color: #3c4242;
	text-decoration: none;
	font-weight: 700;
	margin: 0;
	vertical-align: middle
}

.calendar__item-add-to-link:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	margin-right: .1875rem;
	font-size: 60%;
	line-height: 2.5 !important;
	vertical-align: middle
}

.calendar__item-add-to-link:active span,
.calendar__item-add-to-link:hover span {
	text-decoration: underline
}

.calendar__item-resources {
	display: none
}

.calendar__toggle-button-container {
	margin-bottom: .9375rem;
	clear: both
}

.calendar .calendar__item--previous .calendar__item-time {
	border-color: #8a8e8e
}

.calendar .calendar__item--previous .calendar__item-month {
	background-color: #8a8e8e
}

.calendar .calendar__item--previous .calendar__item-day,
.calendar .calendar__item--previous .calendar__item-title {
	color: #8a8e8e
}

.calendar .calendar__item--previous .calendar__item-title a {
	color: inherit
}

.calendar .calendar__item--previous .calendar__item-add-to {
	display: none
}

.calendar .calendar__item--previous .calendar__item-resources {
	display: block
}

.calendar .calendar__item--previous .calendar__item-description {
	color: #8a8e8e
}

@media only screen and (min-width:37.5em) {
	.calendar--full-width .calendar__strapline {
		width: 40.4255319149%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}

	.calendar--full-width .slick-prev {
		left: 25%
	}

	.calendar--full-width .slick-next {
		right: 25%
	}

	.calendar--full-width .calendar__toggle-button-container {
		padding-top: .625rem
	}

	.calendar .js-show-more__toggle-button {
		width: auto
	}
}

@media only screen and (min-width:60em) {
	.calendar--full-width .download-tile__wrapper:after {
		right: 15px
	}

	.calendar--full-width header {
		padding-bottom: 2.5rem
	}

	.calendar .show-more-wrapper--responsive .show-more-wrapper__items--visible .show-more-wrapper__item {
		border-right: solid 1px #d2d2d2
	}
}

.calendar--full-width .calendar__item {
	border-bottom: 0
}

.calendar .show-more-wrapper {
	padding: 0
}

.calendar .show-more-wrapper--responsive .show-more-wrapper__items--visible .show-more-wrapper__item:nth-child(3n) {
	border-right: 0
}

.calendar .download-and-reveal__header {
	padding: .625rem 1rem 0;
	word-break: break-all;
	border: 0;
	display: inline-block
}

.calendar .download-and-reveal__header-chevron--down:after,
.calendar .download-and-reveal__header-chevron--up:after {
	top: .875rem
}

@media only screen and (min-width:37.5em) {

	.calendar .download-and-reveal__header-chevron--down:after,
	.calendar .download-and-reveal__header-chevron--up:after {
		bottom: .125rem;
		left: 100%;
		right: auto;
		top: auto
	}

	.calendar .show-more-wrapper__item .download-tile:last-child .download-tile__wrapper--border-bottom {
		border: 0
	}
}

.calendar__no-events {
	height: 15.125rem;
	background: #d2d2d2;
	position: relative
}

.lt-ie9 .calendar__no-events {
	height: 21.875rem
}

.calendar__no-events-text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	padding: 0 1.25rem;
	text-align: center;
	color: #3c4242
}

.calendar__no-events-text:before {
	width: 3.1875rem;
	height: 3.6875rem;
	content: '';
	background: url(../img/calendar-no-vents-icon.png) center 5px no-repeat;
	display: inline-block;
	border: 1px solid #3c4242;
	border-radius: 0 0 10px
}

.no-js .pipeline-filter {
	display: none
}

.pipeline-filter {
	padding: 0 1.25rem;
	margin-bottom: 1.25rem
}

@media only screen and (min-width:37.5em) {
	.calendar__no-events-text {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.pipeline-filter {
		margin-bottom: 2.5rem
	}
}

.pipeline-filter__label {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.pipeline-filter__label {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.pipeline-filter__menu {
	position: relative
}

.pipeline-filter__trigger {
	height: 3.125rem;
	margin-top: 1.25rem;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	background: #f8f8f8;
	border: solid #d0006f;
	border-width: 0 0 4px;
	cursor: pointer;
	color: #3c4242;
	font-weight: 700;
	width: 100%
}

.pipeline-filter__trigger:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .875rem;
	margin-top: .3125rem;
	margin-left: .8125rem;
	float: right;
	display: block
}

.pipeline-filter__trigger:hover:active,
.pipeline-filter__trigger:hover:hover {
	text-decoration: none
}

.pipeline-filter__trigger:hover span {
	text-decoration: underline
}

.pipeline-filter__trigger--active:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.pipeline-filter .refine-results__option-item {
	padding-left: 3.75rem;
	position: relative
}

.pipeline-filter .refine-results__option-item:before {
	left: 1.25rem;
	position: absolute
}

.pipeline-filter .refine-results {
	top: 4.375rem
}

@media only screen and (min-width:37.5em) {
	.pipeline-filter__trigger {
		width: auto
	}

	.pipeline-filter .refine-results {
		border: 1px solid #9db0ac;
		left: 0
	}
}

.js .pipeline-filter .refine-results {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -100;
	opacity: 0;
	transition: opacity .3s ease-in
}

@media only screen and (min-width:37.5em) {
	.js .pipeline-filter .refine-results {
		width: 40.4255319149%;
		float: left;
		clear: none;
		margin: 0
	}
}

.js .pipeline-filter .refine-results.active {
	opacity: 1;
	z-index: 100
}

.lt-ie9 .js .pipeline-filter .refine-results {
	display: none
}

.lt-ie9 .js .pipeline-filter .refine-results.active {
	display: block
}

.pipeline-filter .refine-results__apply:disabled {
	opacity: .5
}

.pipeline .l-constrained {
	position: static
}

.pipeline__areas-region {
	background: #f8f8f8
}

.pipeline__areas-region--hidden {
	height: 0;
	overflow: hidden
}

.pipeline__areas-region--magenta .pipeline__areas-title:before {
	border-left: 4px solid #d0006f
}

.pipeline__areas-region--magenta .pipeline__compound-title-region {
	background: #d0006f
}

.pipeline__areas-region--magenta .pipeline__compound-title {
	color: #fff
}

.pipeline__areas-region--magenta .pipeline__compound-popup:before {
	color: #d0006f
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region {
		position: relative
	}

	.pipeline__areas-region--magenta .pipeline__compound-trigger--active {
		border: 2px solid #d0006f
	}
}

.pipeline__areas-region--black .pipeline__areas-title:before {
	border-left: 4px solid #1b1b1b
}

.pipeline__areas-region--black .pipeline__compound-title-region {
	background: #1b1b1b
}

.pipeline__areas-region--black .pipeline__compound-title {
	color: #fff
}

.pipeline__areas-region--black .pipeline__compound-popup:before {
	color: #1b1b1b
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--black .pipeline__compound-trigger--active {
		border: 2px solid #1b1b1b
	}
}

.pipeline__areas-region--lime-green .pipeline__areas-title:before {
	border-left: 4px solid #c4d600
}

.pipeline__areas-region--lime-green .pipeline__compound-title-region {
	background: #c4d600
}

.pipeline__areas-region--lime-green .pipeline__compound-title {
	color: #3c4242
}

.pipeline__areas-region--lime-green .pipeline__compound-popup:before {
	color: #c4d600
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--lime-green .pipeline__compound-trigger--active {
		border: 2px solid #c4d600
	}
}

.pipeline__areas-region--light-blue .pipeline__areas-title:before {
	border-left: 4px solid #68d2df
}

.pipeline__areas-region--light-blue .pipeline__compound-title-region {
	background: #68d2df
}

.pipeline__areas-region--light-blue .pipeline__compound-title {
	color: #3c4242
}

.pipeline__areas-region--light-blue .pipeline__compound-popup:before {
	color: #68d2df
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--light-blue .pipeline__compound-trigger--active {
		border: 2px solid #68d2df
	}
}

.pipeline__areas-region--gold .pipeline__areas-title:before {
	border-left: 4px solid #f0ab00
}

.pipeline__areas-region--gold .pipeline__compound-title-region {
	background: #f0ab00
}

.pipeline__areas-region--gold .pipeline__compound-title {
	color: #3c4242
}

.pipeline__areas-region--gold .pipeline__compound-popup:before {
	color: #f0ab00
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--gold .pipeline__compound-trigger--active {
		border: 2px solid #f0ab00
	}
}

.pipeline__areas-region--platinum .pipeline__areas-title:before {
	border-left: 4px solid #9db0ac
}

.pipeline__areas-region--platinum .pipeline__compound-title-region {
	background: #9db0ac
}

.pipeline__areas-region--platinum .pipeline__compound-title {
	color: #3c4242
}

.pipeline__areas-region--platinum .pipeline__compound-popup:before {
	color: #9db0ac
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--platinum .pipeline__compound-trigger--active {
		border: 2px solid #9db0ac
	}
}

.pipeline__areas-region--dark-grey .pipeline__areas-title:before {
	border-left: 4px solid #4f5757
}

.pipeline__areas-region--dark-grey .pipeline__compound-title-region {
	background: #4f5757
}

.pipeline__areas-region--dark-grey .pipeline__compound-title {
	color: #fff
}

.pipeline__areas-region--dark-grey .pipeline__compound-popup:before {
	color: #4f5757
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--dark-grey .pipeline__compound-trigger--active {
		border: 2px solid #4f5757
	}
}

.pipeline__areas-region--light-grey .pipeline__areas-title:before {
	border-left: 4px solid #d2d2d2
}

.pipeline__areas-region--light-grey .pipeline__compound-title-region {
	background: #d2d2d2
}

.pipeline__areas-region--light-grey .pipeline__compound-title {
	color: #3c4242
}

.pipeline__areas-region--light-grey .pipeline__compound-popup:before {
	color: #d2d2d2
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--light-grey .pipeline__compound-trigger--active {
		border: 2px solid #d2d2d2
	}
}

.pipeline__areas-region--navy .pipeline__areas-title:before {
	border-left: 4px solid #003865
}

.pipeline__areas-region--navy .pipeline__compound-title-region {
	background: #003865
}

.pipeline__areas-region--navy .pipeline__compound-title {
	color: #fff
}

.pipeline__areas-region--navy .pipeline__compound-popup:before {
	color: #003865
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--navy .pipeline__compound-trigger--active {
		border: 2px solid #003865
	}
}

.pipeline__areas-region--purple .pipeline__areas-title:before {
	border-left: 4px solid #3c1053
}

.pipeline__areas-region--purple .pipeline__compound-title-region {
	background: #3c1053
}

.pipeline__areas-region--purple .pipeline__compound-title {
	color: #fff
}

.pipeline__areas-region--purple .pipeline__compound-popup:before {
	color: #3c1053
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--purple .pipeline__compound-trigger--active {
		border: 2px solid #3c1053
	}
}

.pipeline__areas-region--graphite .pipeline__areas-title:before {
	border-left: 4px solid #3c4242
}

.pipeline__areas-region--graphite .pipeline__compound-title-region {
	background: #3c4242
}

.pipeline__areas-region--graphite .pipeline__compound-title {
	color: #fff
}

.pipeline__areas-region--graphite .pipeline__compound-popup:before {
	color: #3c4242
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--graphite .pipeline__compound-trigger--active {
		border: 2px solid #3c4242
	}
}

.pipeline__areas-region--mulberry .pipeline__areas-title:before {
	border-left: 4px solid #830051
}

.pipeline__areas-region--mulberry .pipeline__compound-title-region {
	background: #830051
}

.pipeline__areas-region--mulberry .pipeline__compound-title {
	color: #fff
}

.pipeline__areas-region--mulberry .pipeline__compound-popup:before {
	color: #830051
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--mulberry .pipeline__compound-trigger--active {
		border: 2px solid #830051
	}
}

.pipeline__areas-region--stories-blue .pipeline__areas-title:before {
	border-left: 4px solid #1b1b1b
}

.pipeline__areas-region--stories-blue .pipeline__compound-title-region {
	background: #1b1b1b
}

.pipeline__areas-region--stories-blue .pipeline__compound-title {
	color: #fff
}

.pipeline__areas-region--stories-blue .pipeline__compound-popup:before {
	color: #1b1b1b
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--stories-blue .pipeline__compound-trigger--active {
		border: 2px solid #1b1b1b
	}
}

.pipeline__areas-region--stories-grey .pipeline__areas-title:before {
	border-left: 4px solid #4f5757
}

.pipeline__areas-region--stories-grey .pipeline__compound-title-region {
	background: #4f5757
}

.pipeline__areas-region--stories-grey .pipeline__compound-title {
	color: #fff
}

.pipeline__areas-region--stories-grey .pipeline__compound-popup:before {
	color: #4f5757
}

.pipeline__areas-title-region {
	padding: 1rem 0;
	background: #3c4242
}

@media only screen and (min-width:60em) {
	.pipeline__areas-region--stories-grey .pipeline__compound-trigger--active {
		border: 2px solid #4f5757
	}

	.pipeline__areas-title-region {
		height: 3.75rem;
		padding: 1rem 0 3.125rem .625rem;
		box-shadow: 0 60px 0 #fff
	}
}

.pipeline__areas-title {
	margin: 0 1.25rem;
	padding-left: 3.75rem;
	min-height: 2.5rem;
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	color: #fff;
	position: relative !important
}

@media only screen and (min-width:37.5em) {
	.pipeline__areas-title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.pipeline__areas-title:before {
	padding: .125rem 0 0 .625rem;
	font-size: 1.625rem;
	max-height: 3.125rem;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0
}

@media only screen and (min-width:60em) {
	.pipeline__areas-title {
		margin: 0 auto;
		min-height: 100%
	}

	.pipeline__areas-title:before {
		height: 2.5rem;
		padding: .375rem 0 .375rem .625rem;
		top: -.3125rem
	}
}

.pipeline__areas-title--cardiovascular:before,
.pipeline__areas-title--infection:before,
.pipeline__areas-title--oncology:before,
.pipeline__areas-title--respiratory:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.pipeline__phases-region:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.pipeline__phase-title {
	display: none;
	margin: 0
}

@media only screen and (min-width:60em) {
	.pipeline__phases {
		width: 25%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 0;
		border-right: 1px solid #d2d2d2
	}

	.pipeline__phases:last-child {
		width: 25%;
		clear: right;
		float: right;
		margin-right: 0;
		border: 0
	}

	.pipeline__phase-title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		padding: 1.25rem .9375rem;
		display: block;
		color: #3c4242;
		text-align: center
	}
}

.pipeline__compounds {
	list-style: none;
	margin: 0;
	padding: 1.875rem 1.25rem
}

.pipeline__compound-has-popup {
	overflow: hidden
}

@media only screen and (min-width:60em) {
	.pipeline__compounds {
		padding: 1.875rem .625rem
	}

	.pipeline__compound-has-popup {
		overflow: visible
	}

	.pipeline__compound--active {
		position: relative
	}
}

.pipeline__compound-trigger {
	margin-bottom: 1.25rem;
	padding: .75rem 1.5rem;
	border-radius: 1.5rem;
	background: #fff;
	color: #3c4242;
	display: block;
	text-decoration: none
}

.pipeline__compound-trigger:hover {
	text-decoration: underline
}

.pipeline__compound-label,
.pipeline__compound-name {
	font-size: 1rem;
	line-height: 1.1875rem;
	font-family: LexiaBold, Times, "Times New Roman", serif;
	font-weight: 900;
	display: block
}

.pipeline__compound-description {
	font-size: .75rem;
	line-height: .875rem;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	display: block
}

.js .pipeline__compound-popup {
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	transition: opacity .5s, visibility .5s, overflow .2s
}

.js .pipeline__compound-popup:before {
	display: none
}

@media only screen and (min-width:60em) {
	.pipeline__compound-trigger {
		margin-bottom: 1.5625rem
	}

	.pipeline__compound-trigger--active {
		padding: .625rem 1.375rem
	}

	.js .pipeline__compound-popup {
		width: 28.75rem;
		box-shadow: 0 5px 20px #8a8e8e
	}

	.js .pipeline__compound-popup:before {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		top: -.875rem;
		left: 1.25rem;
		font-size: 1.25rem;
		position: absolute;
		display: block
	}
}

.js .pipeline__compound-popup--active {
	background: #fff;
	position: fixed;
	left: 0;
	min-height: 100%;
	opacity: 1;
	overflow: auto;
	visibility: visible;
	z-index: 1000
}

@media only screen and (min-width:60em) {
	.js .pipeline__compound-popup--active {
		position: absolute;
		overflow: visible;
		height: auto;
		left: 40%
	}

	.js .pipeline__compound-popup--right {
		left: auto;
		right: 40%
	}

	.js .pipeline__compound-popup--right:before {
		right: 1.25rem;
		left: auto;
		color: #fff;
		text-shadow: 2px 0 7px #8a8e8e
	}

	.js .pipeline__compound-popup--bottom:before {
		bottom: -.8125rem;
		color: #fff;
		top: auto;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		text-shadow: 0 -5px 7px #8a8e8e
	}

	.no-boxshadow .js .pipeline__compound-popup {
		border: 1px solid #d2d2d2
	}
}

.lt-ie9 .js .pipeline__compound-popup:before {
	display: none
}

.ie9 .js .pipeline__compound-popup:before {
	top: -.75rem
}

.pipeline__compound-title-region {
	position: relative
}

.pipeline__compound-title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	padding: .75rem 2.8125rem .75rem 1.25rem;
	color: #fff;
	position: relative;
	margin: 0
}

.pipeline__compound-title strong {
	font-family: LexiaBold, Times, "Times New Roman", serif;
	font-weight: 900
}

.pipeline__compound-close {
	width: 2.8125rem;
	border: 0;
	background: #fff;
	color: #3c4242;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%
}

.pipeline__compound-close:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .75rem
}

.pipeline__compound-close:hover {
	background: #d2d2d2
}

.lt-ie9 .pipeline__compound-close:before {
	display: none;
	content: ''
}

.pipeline__compound-close span {
	display: none
}

.lt-ie9 .pipeline__compound-close span {
	display: block
}

.pipeline__compound-details {
	list-style: none;
	margin: 0;
	padding: 1.25rem
}

.pipeline__compound-detail {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	padding-top: 1.25rem
}

.pipeline__compound-detail:first-child {
	padding-top: 0
}

.pipeline__compound-detail strong {
	font-family: LexiaBold, Times, "Times New Roman", serif;
	font-weight: 900;
	display: block
}

.pipeline__compound-detail-table tr:first-child {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.pipeline__compound-detail-table tr:first-child.focusable:active,
.pipeline__compound-detail-table tr:first-child.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.pipeline__compound-detail-table td {
	padding-right: 1rem
}

.pipeline__terminations {
	list-style: none;
	padding: 0;
	margin: 0
}

.pipeline__terminations:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.pipeline__termination {
	padding: 0 1.25rem
}

@media only screen and (min-width:60em) {
	.pipeline__termination {
		padding: 0 .625rem;
		width: 25%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 0
	}

	.pipeline__termination:nth-child(4n) {
		width: 25%;
		clear: right;
		float: right;
		margin-right: 0
	}

	.pipeline__termination .pipeline__compound-trigger--active {
		border: 2px solid #3c4242
	}

	.pipeline__termination .pipeline__compound-trigger:hover {
		text-decoration: underline
	}
}

.pipeline__termination .pipeline__compound-trigger {
	padding: .625rem 1.375rem;
	border: 2px solid #d2d2d2
}

.pipeline__termination .pipeline__compound-title-region {
	background: #3c4242
}

.pipeline__termination .pipeline__compound-popup:before {
	color: #3c4242
}

.pipeline__termination .pipeline__compound-popup--bottom:before {
	color: #fff
}

.pipeline__terminations-title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	padding: 2.1875rem 1.25rem;
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.pipeline__terminations-title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

@media only screen and (min-width:60em) {
	.pipeline__terminations-title {
		padding: 2.1875rem .625rem
	}
}

.pipeline .dual-tabs__list {
	background: #fff
}

.pipeline .dual-tabs__item {
	height: 5rem;
	width: 25%;
	clear: right;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border-right: 1px solid #d2d2d2
}

.pipeline .dual-tabs__item:last-child {
	width: 25%;
	clear: right;
	float: right;
	margin-right: 0;
	border: 0
}

.pipeline .dual-tabs__item--enabled {
	background: #f8f8f8
}

.pipeline .dual-tabs__item--enabled a {
	margin: 0 -1px;
	border-bottom: 3px solid #d0006f
}

.pipeline .dual-tabs__item a {
	font-size: 1rem;
	line-height: 1.375;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	padding: 1.25rem .9375rem;
	display: block;
	color: #3c4242;
	height: 100%
}

.pipeline .dual-tabs__panel {
	padding: 0;
	clear: none;
	position: static
}

.download-and-reveal__header {
	padding: 1.25rem 0;
	border-bottom: 1px solid #d2d2d2;
	cursor: pointer;
	position: relative
}

.download-and-reveal__header:hover .download-and-reveal__sub-title {
	border-bottom: 4px solid #d0006f
}

@media only screen and (min-width:60em) {
	.download-and-reveal .show-more__row {
		margin-top: 1.25rem
	}

	.show-more-wrapper--responsive .show-more-wrapper__item .download-and-reveal .download-and-reveal__header {
		padding-right: 1.25rem;
		border-bottom: 0;
		border-right: 1px solid #d2d2d2
	}

	.show-more-wrapper--responsive .show-more-wrapper__item .download-and-reveal__download-panel {
		padding-right: 1rem
	}
}

.lt-ie9 .show-more-wrapper--responsive .show-more-wrapper__item .download-and-reveal .download-and-reveal__header {
	border: 0;
	padding-left: 0
}

@media only screen and (min-width:37.5em) {
	.lt-ie9 .show-more-wrapper--responsive .show-more-wrapper__item .download-and-reveal__download-panel>* {
		padding-left: 0
	}
}

.download-and-reveal__header-chevron--down:after,
.download-and-reveal__header-chevron--up:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1rem;
	right: 0;
	bottom: 20px;
	position: absolute;
	display: block
}

@media only screen and (min-width:60em) {
	.show-more-wrapper--responsive .show-more-wrapper__item:nth-child(3n) .download-and-reveal .download-and-reveal__header {
		border: 0
	}

	.download-and-reveal__header-chevron--down:after,
	.download-and-reveal__header-chevron--up:after {
		right: 1.25rem
	}
}

.download-and-reveal__date {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	color: #3c4242
}

.download-and-reveal__title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	padding: .6875rem 0 .9375rem;
	color: #3c4242;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.download-and-reveal__title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.promo-tiles--themed .promo-tiles__button-wrapper {
		text-align: left
	}
}

.download-and-reveal__sub-title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: 0;
	display: inline
}

.download-and-reveal .ui-state-active .download-and-reveal__sub-title {
	border-bottom: 4px solid #d0006f
}

.download-tile {
	color: #3c4242
}

.download-tile__wrapper {
	padding: .3125rem 0 .625rem 2.1875rem;
	position: relative;
	color: inherit
}

.download-tile__wrapper:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.5625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
	left: 0;
	padding: 0
}

.download-tile__wrapper p {
	margin: 0
}

.download-tile__wrapper--border-top {
	border-top: 1px solid #d2d2d2
}

.download-tile__wrapper--border-bottom {
	border-bottom: 1px solid #d2d2d2
}

.download-tile__wrapper--link {
	display: block;
	text-decoration: none
}

.download-tile__wrapper--link:hover {
	text-decoration: underline
}

.download-tile__preheader {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .5px;
	text-transform: uppercase
}

.download-tile__header {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .5px
}

.download-tile__type-size {
	font-size: .625rem;
	line-height: 1.3;
	letter-spacing: .8px;
	color: #d0006f
}

.download-tile--webcast .download-tile__wrapper:before {
	content: '';
	display: none
}

.download-tile--webcast .download-tile__header:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .6875rem
}

.download-tile--external .download-tile__wrapper:before {
	padding: .1875rem .5rem;
	font-size: 1.125rem;
	border: 0
}

.download-tile--external .download-tile__wrapper:before:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.block>.download-tile {
		margin-left: 1.25rem;
		margin-right: 1.25rem
	}
}

.promo-tiles {
	/*color:#3c4242;*/
	overflow: hidden
}

@media only screen and (min-width:60em) {
	.promo-tiles {
		padding: 0 1.25rem
	}
}

.promo-tiles.promo-tiles--magenta {
	color: #fff;
	background: #d0006f
}

.promo-tiles.promo-tiles--magenta p {
	color: inherit
}

.promo-tiles.promo-tiles--magenta .button--primary {
	color: inherit;
	border-color: #fff
}

.promo-tiles.promo-tiles--magenta .button--primary:hover span {
	border-color: #fff
}

.promo-tiles.promo-tiles--black {
	color: #fff;
	background: #1b1b1b
}

.promo-tiles.promo-tiles--black p {
	color: inherit
}

.promo-tiles.promo-tiles--black .button--primary {
	color: inherit;
	border-color: #fff
}

.promo-tiles.promo-tiles--black .button--primary:hover span {
	border-color: #fff
}

.promo-tiles.promo-tiles--lime-green {
	color: #3c4242;
	background: #c4d600
}

.promo-tiles.promo-tiles--lime-green p {
	color: inherit
}

.promo-tiles.promo-tiles--lime-green .button--primary {
	color: inherit;
	border-color: #3c4242
}

.promo-tiles.promo-tiles--lime-green .button--primary:hover span {
	border-color: #3c4242
}

.promo-tiles.promo-tiles--light-blue {
	color: #3c4242;
	background: #68d2df
}

.promo-tiles.promo-tiles--light-blue p {
	color: inherit
}

.promo-tiles.promo-tiles--light-blue .button--primary {
	color: inherit;
	border-color: #3c4242
}

.promo-tiles.promo-tiles--light-blue .button--primary:hover span {
	border-color: #3c4242
}

.promo-tiles.promo-tiles--gold {
	color: #3c4242;
	background: #f0ab00
}

.promo-tiles.promo-tiles--gold p {
	color: inherit
}

.promo-tiles.promo-tiles--gold .button--primary {
	color: inherit;
	border-color: #3c4242
}

.promo-tiles.promo-tiles--gold .button--primary:hover span {
	border-color: #3c4242
}

.promo-tiles.promo-tiles--platinum {
	color: #3c4242;
	background: #9db0ac
}

.promo-tiles.promo-tiles--platinum p {
	color: inherit
}

.promo-tiles.promo-tiles--platinum .button--primary {
	color: inherit;
	border-color: #3c4242
}

.promo-tiles.promo-tiles--platinum .button--primary:hover span {
	border-color: #3c4242
}

.promo-tiles.promo-tiles--dark-grey {
	color: #fff;
	background: #4f5757
}

.promo-tiles.promo-tiles--dark-grey p {
	color: inherit
}

.promo-tiles.promo-tiles--dark-grey .button--primary {
	color: inherit;
	border-color: #fff
}

.promo-tiles.promo-tiles--dark-grey .button--primary:hover span {
	border-color: #fff
}

.promo-tiles.promo-tiles--light-grey {
	color: #3c4242;
	background: #d2d2d2
}

.promo-tiles.promo-tiles--light-grey p {
	color: inherit
}

.promo-tiles.promo-tiles--light-grey .button--primary {
	color: inherit;
	border-color: #3c4242
}

.promo-tiles.promo-tiles--light-grey .button--primary:hover span {
	border-color: #3c4242
}

.promo-tiles.promo-tiles--navy {
	color: #fff;
	background: #003865
}

.promo-tiles.promo-tiles--navy p {
	color: inherit
}

.promo-tiles.promo-tiles--navy .button--primary {
	color: inherit;
	border-color: #fff
}

.promo-tiles.promo-tiles--navy .button--primary:hover span {
	border-color: #fff
}

.promo-tiles.promo-tiles--purple {
	color: #fff;
	background: #3c1053
}

.promo-tiles.promo-tiles--purple p {
	color: inherit
}

.promo-tiles.promo-tiles--purple .button--primary {
	color: inherit;
	border-color: #fff
}

.promo-tiles.promo-tiles--purple .button--primary:hover span {
	border-color: #fff
}

.promo-tiles.promo-tiles--graphite {
	color: #fff;
	background: #3c4242
}

.promo-tiles.promo-tiles--graphite p {
	color: inherit
}

.promo-tiles.promo-tiles--graphite .button--primary {
	color: inherit;
	border-color: #fff
}

.promo-tiles.promo-tiles--graphite .button--primary:hover span {
	border-color: #fff
}

.promo-tiles.promo-tiles--mulberry {
	color: #fff;
	background: #830051
}

.promo-tiles.promo-tiles--mulberry p {
	color: inherit
}

.promo-tiles.promo-tiles--mulberry .button--primary {
	color: inherit;
	border-color: #fff
}

.promo-tiles.promo-tiles--mulberry .button--primary:hover span {
	border-color: #fff
}

.promo-tiles.promo-tiles--stories-blue {
	color: #fff;
	background: #1b1b1b
}

.promo-tiles.promo-tiles--stories-blue p {
	color: inherit
}

.promo-tiles.promo-tiles--stories-blue .button--primary {
	color: inherit;
	border-color: #fff
}

.promo-tiles.promo-tiles--stories-blue .button--primary:hover span {
	border-color: #fff
}

.promo-tiles.promo-tiles--stories-grey {
	color: #fff;
	background: #4f5757
}

.promo-tiles.promo-tiles--stories-grey p {
	color: inherit
}

.promo-tiles.promo-tiles--stories-grey .button--primary {
	color: inherit;
	border-color: #fff
}

.promo-tiles.promo-tiles--stories-grey .button--primary:hover span {
	border-color: #fff
}

.promo-tiles--themed {
	padding: 0
}

.promo-tiles--themed .promo-tiles__tile {
	background: 0 0;
	text-align: left
}

.promo-tiles--themed .button--primary {
	background: 0 0
}

.promo-tiles__grid {
	list-style: none;
	padding: 0;
	margin: 0
}

.promo-tiles__grid-block {
	margin-bottom: .9375rem
}

@media only screen and (min-width:37.5em) {
	.promo-tiles__grid-block {
		margin-bottom: 0
	}

	.promo-tiles__inner-wrapper {
		min-height: 11.5rem
	}
}

.promo-tiles__grid-block--last {
	margin-bottom: 0
}

.promo-tiles .l-four-block .promo-tiles__grid-block {
	margin-bottom: .9375rem
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.promo-tiles .l-four-block .promo-tiles__grid-block:nth-last-child(-n+2) {
		margin-bottom: 0
	}
}

.promo-tiles .l-four-block .promo-tiles__grid-block--last {
	margin-bottom: 0
}

.promo-tiles__tile {
	padding: 1.9375rem 1.3125rem;
	position: relative;
	box-sizing: content-box;
	background: #fff;
	text-align: center
}

@media only screen and (min-width:60em) {
	.promo-tiles .l-four-block .promo-tiles__grid-block {
		margin-bottom: 0
	}

	.promo-tiles__inner-wrapper {
		min-height: 8rem
	}
}

.promo-tiles__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0 0 .3125rem
}

@media only screen and (min-width:37.5em) {
	.promo-tiles__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.promo-tiles img,
.promo-tiles__body-copy {
	margin: 0 0 2.375rem
}

.promo-tiles .button {
	width: 100%;
	text-align: center
}

.promo-tiles .button[rel=overlay]:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

@media only screen and (min-width:60em) {
	.promo-tiles__grid-block {
		margin-bottom: 0
	}

	.promo-tiles .button {
		display: inline-block;
		width: auto
	}

	.promo-tiles__button-wrapper {
		bottom: 2.25rem;
		width: 100%;
		text-align: center
	}

	.promo-tiles--themed .promo-tiles__tile {
		padding-bottom: 7.5rem
	}

	.promo-tiles--themed .promo-tiles__button-wrapper {
		bottom: 2.125rem;
		padding: 0 1.3125rem;
		left: 0;
		position: absolute
	}

	.promo-tiles--themed img {
		margin-top: 2.125rem;
		margin-bottom: 0
	}

	.promo-tiles--themed p {
		margin-bottom: 0
	}
}

.promo-tiles-v2 {
	padding: 0 3.125rem;
	color: #3c4242;
	overflow: hidden
}

@media only screen and (min-width:37.5em) {
	.promo-tiles-v2 {
		padding: 0
	}
}

.promo-tiles-v2__grid {
	list-style: none;
	padding: 0;
	margin: 0
}

.promo-tiles-v2__grid-block {
	padding-bottom: 1.5625rem;
	margin-bottom: 2.1875rem
}

@media only screen and (min-width:37.5em) {
	.promo-tiles-v2__grid-block {
		margin: 0;
		padding: 0
	}
}

.promo-tiles-v2__grid-block--last {
	margin: 0;
	padding: 0
}

.promo-tiles-v2 .l-four-block .promo-tiles-v2__grid-block {
	margin-bottom: .9375rem
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.promo-tiles-v2 .l-four-block .promo-tiles-v2__grid-block:nth-last-child(-n+2) {
		margin-bottom: 0
	}
}

@media only screen and (min-width:60em) {
	.promo-tiles-v2 .l-four-block .promo-tiles-v2__grid-block {
		margin-bottom: 0
	}
}

.promo-tiles-v2 .l-four-block .promo-tiles-v2__grid-block--last {
	margin-bottom: 0
}

.promo-tiles-v2__link {
	display: block;
	text-decoration: none;
	color: inherit
}

.promo-tiles-v2__tile {
	position: relative;
	box-sizing: content-box;
	text-align: center
}

@media only screen and (min-width:37.5em) {
	.promo-tiles-v2__link:hover {
		text-decoration: underline
	}

	.promo-tiles-v2__tile {
		padding: 0 1.25rem;
		max-width: 15.625rem;
		margin: 0 auto
	}
}

.promo-tiles-v2__img-wrapper {
	width: 7.5rem;
	height: 7.5rem;
	margin-bottom: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d8d9d9;
	border-radius: 50%;
	position: relative
}

.promo-tiles-v2__img-wrapper img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.promo-tiles-v2__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0 0 .625rem
}

@media only screen and (min-width:37.5em) {
	.promo-tiles-v2__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.promo-tiles-v2__body-copy {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: 0
}

.promo-tiles-v2--dots .promo-tiles-v2__grid-block {
	border-bottom: 1px dashed #d8d9d9
}

@media only screen and (min-width:37.5em) {
	.promo-tiles-v2--dots .promo-tiles-v2__grid-block {
		border-bottom: 0;
		border-right: 1px dashed #d8d9d9
	}
}

.promo-tiles-v2--dots .promo-tiles-v2__grid-block--last {
	border: 0
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.quote--image {
		background: 0 0 !important
	}

	.quote--image .responsive-image {
		overflow-x: hidden
	}

	.quote--image .image-replace {
		left: 50%;
		max-height: 320px;
		position: relative;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: auto
	}
}

@media only screen and (min-width:60em) {
	.quote--image {
		min-height: 45rem;
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding: 0
	}

	.cssvhunit .quote--image {
		height: 100vh
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
	.touchevents .quote--image {
		background-attachment: scroll
	}
}

.pt-story__body .quote--image p {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px
}

.quote--image .quote__wrapper {
	margin: 0 1.25rem;
	border-top: 0;
	border-bottom: 0
}

@media only screen and (min-width:37.5em) {
	.quote--image .image-replace {
		max-height: inherit;
		width: 100%
	}

	.pt-story__body .quote--image p {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}

	.quote--image .quote__wrapper {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 17.0212765957%;
		clear: none;
		padding-left: 0
	}
}

.quote--image .quote__wrapper p {
	font-size: 1.75rem
}

.quote--image .quote__wrapper .quote__author,
.quote--image .quote__wrapper .quote__author-title,
.quote--image .quote__wrapper p {
	color: #3c4242
}

.quote--image .quote__footer {
	margin-bottom: 0
}

.quote--image .quote__author-title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif
}

@media only screen and (min-width:60em) {
	.quote--image .quote__wrapper {
		width: 31.914893617%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%;
		margin-top: 5rem;
		padding-left: 1.25rem
	}

	.csstransitions .quote--image .quote__wrapper {
		opacity: 0;
		transition: opacity 1s ease-out
	}

	.quote--image .quote__footer {
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%;
		clear: left;
		padding-left: 0;
		width: 100%
	}

	.csstransitions .quote--image .quote__footer {
		opacity: 0;
		transition: opacity 1s ease-out
	}

	.quote--light .quote__author,
	.quote--light .quote__author-title,
	.quote--light .quote__wrapper p,
	.quote.quote--with-marks.quote--light p:after,
	.quote.quote--with-marks.quote--light p:before {
		color: #fff
	}
}

.csstransitions .quote--image--active .quote__footer,
.csstransitions .quote--image--active .quote__wrapper {
	opacity: 1
}

.quote {
	margin: 0
}

.quote__wrapper {
	padding: .9375rem 0;
	border: solid #d2d2d2;
	border-width: 4px 0
}

.quote__wrapper p {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	color: #1b1b1b
}

@media only screen and (min-width:37.5em) {
	.quote .quote.l-margin {
		margin-bottom: 3.75rem
	}

	.quote__wrapper p {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.quote--with-marks .quote__wrapper p:after,
.quote--with-marks .quote__wrapper p:before {
	font-size: 2.4375rem;
	height: 1.875rem;
	line-height: .9;
	display: inline-block;
	vertical-align: middle;
	color: #8a8e8e
}

.quote--with-marks .quote__wrapper p:before {
	margin: -.875rem .625rem 0 0
}

@media only screen and (min-width:37.5em) {
	.quote--with-marks .quote__wrapper p:before {
		margin: -1.375rem .9375rem 0 0
	}
}

.quote--with-marks .quote__wrapper p:after {
	font-size: 1.75rem;
	margin: -.3125rem 0 0 .625rem
}

@media only screen and (min-width:37.5em) {
	.quote--with-marks .quote__wrapper p:after {
		margin: -.5rem 0 0 .9375rem
	}
}

.quote--with-marks .quote__wrapper p:first-child:before,
.quote--with-marks .quote__wrapper p:last-of-type:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.quote--with-bg-image {
	padding: 3.125rem 0;
	position: relative;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.quote--with-bg-image:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, .5)
}

.quote--with-bg-image.l-margin {
	margin-bottom: 2.5rem
}

@media only screen and (min-width:37.5em) {
	.quote--with-bg-image {
		padding: 5rem 0
	}

	.quote--with-bg-image.l-margin {
		margin-bottom: 3.75rem
	}
}

.quote--with-bg-image .l-constrained {
	padding: 0 1.25rem
}

.quote--with-bg-image .quote__wrapper {
	border: 0;
	padding: 0
}

.quote--with-bg-image .quote__wrapper p {
	color: #fff
}

.quote--with-bg-image .quote__footer {
	margin-bottom: 0
}

.quote--with-bg-image .quote__footer .quote__author {
	color: #fff
}

.quote__footer {
	margin: 1.25rem 0
}

.quote__author {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #1b1b1b;
	font-style: normal
}

@media only screen and (min-width:37.5em) {
	.quote__author {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.quote__author-title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	color: #8a8e8e
}

.quote__asset-wrapper::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.quote__asset-wrapper {
		display: none
	}
}

.rich-header {
	margin-bottom: 1.25rem
}

.rich-header::after {
	content: '';
	display: table;
	clear: both
}

.rich-header__caption {
	position: relative;
	z-index: 1000;
	margin-top: -3.75rem;
	padding: 0 1rem 1rem 0
}

.rich-header__caption::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.rich-header {
		margin-bottom: 0
	}

	.rich-header .l-constrained {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.rich-header__caption {
		padding: 0 2rem 2rem 0;
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		z-index: 800 !important
	}
}

.lt-ie9 .rich-header__caption {
	right: 25%;
	zoom: 1
}

.rich-header.l-margin {
	margin-bottom: 2.5rem
}

.rich-header__wrapper {
	position: relative
}

.rich-header__asset-wrapper::after {
	content: '';
	display: table;
	clear: both
}

.rich-header__small-asset {
	max-width: 100%
}

.rich-header__asset-region {
	display: none
}

@media only screen and (min-width:60em) {
	.rich-header.l-margin {
		margin-bottom: 3.75rem
	}

	.rich-header__wrapper {
		background: linear-gradient(to right, rgba(27, 27, 27, .7), rgba(27, 27, 27, 0) 60%);
		height: 410px;
		position: relative
	}

	.ie9 .rich-header__wrapper {
		background: url(../img/bg-gradient-to-right.png) left top repeat-y;
		background-size: 60% 10px
	}

	.rich-header__asset-wrapper {
		display: none
	}

	.rich-header__asset-region {
		width: 65.9574468085%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		display: block;
		text-align: center
	}
}

.rich-header__play-overlay {
	width: 2.5rem;
	height: 2.5rem;
	background: rgba(27, 27, 27, .8);
	border: 2px solid transparent;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	text-decoration: none;
	transition: all .15s ease-in
}

.lt-ie9 .rich-header__play-overlay {
	background: #1b1b1b;
	opacity: .8
}

.rich-header__play-overlay:active,
.rich-header__play-overlay:hover {
	opacity: 1;
	background: rgba(27, 27, 27, .9);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

@media only screen and (min-width:37.5em) {
	.rich-header__play-overlay {
		width: 3.4375rem;
		height: 3.4375rem;
		margin-top: -27.5px;
		margin-left: -27.5px
	}
}

@media only screen and (min-width:60em) {
	.rich-header__play-overlay {
		width: 4.375rem;
		height: 4.375rem;
		margin-top: -35px;
		margin-left: -35px
	}
}

.rich-header__play-overlay:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	height: .625rem;
	font-size: .625rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -4.5px
}

@media only screen and (min-width:37.5em) {
	.rich-header__play-overlay:before {
		height: .9375rem;
		font-size: .9375rem;
		margin-top: -7.5px;
		margin-left: -7px
	}
}

.rich-header__content {
	padding: 0 1.25rem
}

@media only screen and (min-width:60em) {
	.rich-header__play-overlay:before {
		height: 1.25rem;
		font-size: 1.25rem;
		margin-top: -10px;
		margin-left: -9.5px
	}

	.rich-header__play-overlay {
		margin-left: 10%
	}

	.rich-header__content {
		width: 37%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

.lt-ie9 .rich-header__content {
	width: 48.9361702128%;
	float: left;
	margin-right: -100%;
	margin-left: 0;
	clear: none
}

.rich-header__title {
	font-size: 1.5rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	margin-bottom: .625rem
}

@media only screen and (min-width:37.5em) {
	.rich-header__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.rich-header__title--icon {
	margin: 0
}

.rich-header__title--icon:before {
	font-size: 150px !important;
	line-height: .4 !important;
	display: block;
	height: 40px
}

.rich-header__title--icon span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.rich-header__title--icon span.focusable:active,
.rich-header__title--icon span.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.rich-header__title--icon-az:before,
.rich-header__title--icon-imed:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.rich-header__strapline {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin: .875rem 0
}

@media only screen and (min-width:37.5em) {
	.rich-header__strapline {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

@media only screen and (min-width:60em) {
	.rich-header__strapline {
		margin-bottom: .875rem
	}
}

.rich-header__icon-strapline {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px
}

.rich-header .download-lockup {
	margin: .625rem 0
}

.rich-header--tags {
	color: #3c4242
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.rich-header--tags {
		background: 0 0 !important
	}
}

@media only screen and (min-width:60em) {
	.rich-header--tags {
		color: #fff;
		background: auto no-repeat;
		background-size: 100% auto;
		height: 410px;
		padding: 0
	}
}

.rich-header--tags__list {
	list-style: none;
	padding: 0;
	margin: 0;
	letter-spacing: -.25rem
}

.rich-header--tags__list:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: .3125rem;
	font-size: .9375rem;
	letter-spacing: 0
}

.rich-header--tags__list-item {
	font-size: .6875rem;
	line-height: 1.1818181818;
	padding-left: .3125rem;
	display: inline;
	position: relative;
	top: -5px;
	letter-spacing: 0
}

.rich-header--tags__list-item:first-child {
	padding-right: .3125rem;
	padding-left: 0;
	border-right: 1px solid #8a8e8e
}

@media only screen and (min-width:37.5em) {
	.rich-header--tags__list-item:first-child {
		border-right: 1px solid #fff
	}
}

.rich-header--tags__body-copy {
	color: #8a8e8e
}

.rich-header__cta-wrapper::after {
	content: '';
	display: table;
	clear: both
}

.rich-header__cta {
	margin-top: 1.25rem
}

.rich-header__cta .button {
	border-color: #3c4242;
	display: inline-block;
	text-align: center;
	width: 100%
}

@media only screen and (min-width:60em) {
	.rich-header--tags__body-copy {
		color: #fff
	}

	.rich-header__cta-wrapper--stacked .rich-header__cta {
		float: none
	}

	.rich-header__cta {
		float: left
	}

	.rich-header__cta:first-child {
		margin-right: 1.25rem
	}

	.rich-header__cta .button {
		border-color: #fff;
		text-align: left;
		width: auto
	}

	.rich-header--therapy__content {
		width: 40.4255319149%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

.rich-header--therapy__title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	padding: 1.25rem 0 .625rem;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.rich-header--therapy__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.rich-header--therapy__strapline {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	padding-bottom: .625rem;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.rich-header--therapy__strapline {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.lt-ie9 .rich-header .rich-header__content .rich-header__strapline,
.lt-ie9 .rich-header .rich-header__content .rich-header__title {
	-webkit-filter: glow(color=#4f5757, strength=2);
	filter: glow(color=#4f5757, strength=2)
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.rich-header {
		background: 0 0 !important
	}

	.rich-header .button--inverse {
		color: #3c4242
	}
}

@media only screen and (min-width:60em) {
	.rich-header--therapy__title {
		padding-top: 0
	}

	.lt-ie9 .rich-header .rich-header__content {
		margin-top: -20%
	}

	.rich-header {
		color: #fff;
		background: center no-repeat;
		background-size: cover;
		height: 410px;
		padding: 0
	}
}

.contextual-news {
	background-color: #f8f8f8
}

.contextual-news__grid {
	list-style: none;
	padding: 0;
	margin: 0
}

.contextual-news__grid-block {
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #d2d2d2
}

.contextual-news__grid-block .content-tile__date {
	margin: 0 0 .625rem
}

.contextual-news__grid-block:last-child {
	margin: 0
}

.contextual-news__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0 0 2.0625rem;
	color: #3c4242;
	text-align: center
}

@media only screen and (min-width:37.5em) {
	.contextual-news__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px;
		text-align: left
	}

	.contextual-news__grid {
		width: 91.6666666667%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 0
	}

	.contextual-news__grid-block {
		width: 53.488372093%;
		clear: right;
		float: right;
		margin-right: 0
	}

	.contextual-news__grid-block--first {
		width: 34.8837209302%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.3255813953%
	}

	.contextual-news__button-wrapper {
		clear: both
	}

	.contextual-news .responsive-image {
		margin-bottom: 0
	}
}

@media only screen and (min-width:60em) {
	.contextual-news {
		padding: 0 1.25rem
	}
}

.contextual-news .responsive-image {
	width: 31.914893617%;
	clear: right;
	float: left;
	margin-left: 0;
	margin-right: 2.1276595745%;
	overflow: hidden
}

.contextual-news .content-tile {
	background-color: transparent;
	border-bottom: 0;
	margin-bottom: 0;
	box-shadow: none
}

.contextual-news .content-tile:hover .content-tile__title {
	text-decoration: underline
}

.contextual-news .content-tile:hover .content-tile__date,
.contextual-news .content-tile:hover .content-tile__tag {
	text-decoration: none
}

.contextual-news .content-tile__content-wrapper {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	overflow: hidden
}

.contextual-news .content-tile__title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin-top: 0
}

.contextual-news .content-tile__tags {
	clear: both
}

.contextual-news .content-tile__tag {
	padding: 0
}

@media only screen and (min-width:37.5em) {
	.contextual-news .content-tile__title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.contextual-news__grid-block--first .responsive-image {
		margin: 0 0 1rem;
		float: none;
		width: auto
	}

	.contextual-news__grid-block--first .content-tile__title {
		font-size: 1rem;
		line-height: 1.25;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1px;
		margin-top: .1875rem;
		color: #3c4242
	}
}

@media only screen and (min-width:37.5em) and (min-width:37.5em) {
	.contextual-news__grid-block--first .content-tile__title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

@media only screen and (min-width:37.5em) {
	.contextual-news__grid-block--first .content-tile__date {
		font-size: .6875rem;
		line-height: 1.1818181818;
		letter-spacing: .6px;
		padding-bottom: .1875rem;
		position: static
	}

	.contextual-news__grid-block--first .content-tile__tag {
		float: left
	}

	.contextual-news__grid-block--first .content-tile__content-wrapper {
		padding: 0 1.25rem 1.625rem
	}
}

.contextual-news__button-wrapper {
	padding: 1.5625rem 0 0;
	text-align: center
}

.section-header {
	padding: 0 1.25rem;
	/*color:#3c4242;*/
	float: none
}

.section-header::after {
	content: '';
	display: table;
	clear: both
}

.section-header__header {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	margin: 0 0 1.25rem
}

@media only screen and (min-width:37.5em) {
	.section-header__header {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.section-header__description {
	/*
	font-size:1rem;
	line-height:1.25;
	font-family:LexiaThin,Times,"Times New Roman",serif;
	letter-spacing:1px;
	margin:0px;
	*/
}

@media only screen and (min-width:37.5em) {
	.section-header__description {
		/*
		font-size:1.125rem;
		line-height:1.2222222222;
		font-family:LexiaThin,Times,"Times New Roman",serif;
		letter-spacing:1.12px
		*/
	}
}

.section-header--center {
	text-align: center
}

.carousel-content {
	clear: both
}

.carousel-content::after {
	content: '';
	display: table;
	clear: both
}

.carousel-content__text-region {
	text-align: left
}

@media only screen and (min-width:60em) {
	.carousel-content__asset-region {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.carousel-content__text-region {
		padding: 0 2.5rem;
		width: 48.9361702128%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.carousel-content__title {
	/*font-size:1.3125rem;*/
	line-height: 1.2380952381;
	/*font-family:LexiaThin,Times,"Times New Roman",serif;*/
	letter-spacing: .9px;
	padding-top: 1.75rem;
	color: #3c4242;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.carousel-content__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px;
		padding-top: 2.875rem
	}
}

@media only screen and (min-width:60em) {
	.carousel-content__title {
		padding: 0
	}
}

.carousel-content__information-container>p {
	margin: 0
}

.carousel-content__information-container ul {
	list-style: none;
	padding: 0;
	margin: 1.25rem 0 .125rem
}

.carousel-content__information-container ul li:before {
	padding: 0 1rem 0 .5rem;
	font-size: 1.875rem;
	vertical-align: top;
	line-height: .15;
	content: '.'
}

.carousel-content__information-container ol {
	list-style-position: inside;
	margin: 0
}

.carousel-content__information-container ol,
.carousel-content__information-container ul {
	padding-left: 0
}

.carousel-content__information-container ol li,
.carousel-content__information-container ul li {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	margin-bottom: 1.125rem;
	color: #3c4242;
	word-break: break-word
}

@media only screen and (min-width:37.5em) {
	.carousel-content__information-container ul li {
		padding-left: 2rem;
		text-indent: -2rem
	}

	.carousel-content__information-container ul li:before {
		padding: 0 1.5rem 0 0
	}

	.carousel-full-bleed .accordion {
		display: none
	}
}

.carousel-full-bleed .accordion__content p {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: 0
}

.carousel-full-bleed .accordion div:first-child .accordion__item {
	border-top: 2px solid #d2d2d2
}

.carousel-full-bleed .accordion div:last-child .accordion__item {
	border-bottom: 2px solid #d2d2d2
}

.carousel-full-bleed .accordion__header {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	padding: 1.25rem 3.75rem 1.25rem 1.25rem
}

@media only screen and (min-width:37.5em) {
	.carousel-full-bleed .accordion__header {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.carousel-full-bleed .accordion .ui-accordion-header-active {
	border-bottom: 2px solid #f8f8f8
}

.carousel-full-bleed .accordion__header-chevron--down:before,
.carousel-full-bleed .accordion__header-chevron--up:before {
	font-size: .875rem;
	letter-spacing: .3px;
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.carousel-full-bleed .accordion .responsive-image__container {
	margin-bottom: 1rem
}

.carousel-full-bleed .accordion .responsive-image__play-overlay {
	background: #1b1b1b;
	background: rgba(27, 27, 27, .75);
	width: 4.375rem;
	height: 4.375rem;
	margin-top: -2.1875rem;
	margin-left: -2.1875rem;
	border: 0
}

.carousel-full-bleed .accordion .responsive-image__play-overlay:before {
	font-size: 1.25rem;
	margin-top: -.625rem;
	margin-left: -.5rem
}

.carousel-full-bleed__carousels {
	display: none
}

@media only screen and (min-width:37.5em) {
	.carousel-full-bleed__carousels {
		min-height: 36.875rem;
		position: relative;
		display: block
	}

	.carousel-full-bleed__background {
		z-index: 100
	}

	.carousel-full-bleed__background .carousel-full-bleed__item {
		background-repeat: none;
		background-size: cover;
		background-position: center 20%
	}

	.carousel-full-bleed__foreground {
		margin-top: -36.875rem
	}
}

.carousel-full-bleed__foreground {
	overflow: hidden;
	z-index: 200
}

.carousel-full-bleed .l-one-block {
	padding-bottom: 3.5rem;
	display: table;
	height: 100%;
	width: 100%
}

.carousel-full-bleed .l-one-block-c0 {
	display: table-cell;
	vertical-align: middle;
	float: none
}

@media only screen and (min-width:37.5em) {
	.carousel-full-bleed__item {
		height: 36.875rem;
		position: relative
	}

	.carousel-full-bleed__item-header {
		font-size: 1.875rem;
		line-height: 1.2;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		font-weight: 400;
		letter-spacing: .9px;
		margin: 0 0 1.25rem
	}
}

@media only screen and (min-width:37.5em) and (min-width:37.5em) {
	.carousel-full-bleed__item-header {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

@media only screen and (min-width:37.5em) {
	.carousel-full-bleed__item-content {
		width: 22.5rem;
		padding: 2.8125rem;
		margin: 0 auto
	}

	.carousel-full-bleed__item-content>p {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px;
		margin: 0
	}

	.carousel-full-bleed .slick-next {
		right: 1.25rem
	}
}

@media only screen and (min-width:60em) {
	.carousel-full-bleed__item--align-right .carousel-full-bleed__item-content {
		margin-right: 6.25rem
	}

	.carousel-full-bleed__item--align-left .carousel-full-bleed__item-content {
		margin-left: 6.25rem
	}

	.carousel-full-bleed__timeline {
		padding: .9375rem 1.25rem
	}
}

.carousel-full-bleed__timeline {
	list-style: none;
	margin: 0;
	padding: .9375rem 1.25rem;
	position: absolute;
	text-align: center;
	width: 100%;
	transition: all .3s ease-out;
	bottom: 0;
	z-index: 300
}

.carousel-full-bleed__timeline::after {
	content: '';
	display: table;
	clear: both
}

.carousel-full-bleed__timeline li {
	display: inline-block;
	vertical-align: top
}

.carousel-full-bleed__timeline li:first-child {
	transition: margin-left .2s ease-out
}

.carousel-full-bleed__timeline-item {
	padding-left: .625rem;
	margin-right: .625rem;
	width: 8.75rem;
	height: 1.625rem;
	max-height: 1.625rem;
	display: inline-block;
	text-align: left;
	cursor: pointer;
	float: left;
	overflow: hidden
}

.carousel-full-bleed__timeline-item span {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	display: block
}

.carousel-full-bleed .slick-next,
.carousel-full-bleed .slick-prev {
	height: 3.625rem;
	width: 3.625rem;
	position: absolute;
	top: 40%;
	border: 0;
	padding: 0;
	border-radius: 50%;
	font-size: 0;
	z-index: 100;
	transition: background .2s ease-out
}

.carousel-full-bleed .slick-next:before,
.carousel-full-bleed .slick-prev:before {
	font-size: 1.4375rem;
	transition: color .2s ease-out;
	position: relative
}

.carousel-full-bleed .slick-next:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	left: .125rem
}

@media only screen and (min-width:37.5em) {
	.carousel-full-bleed .slick-prev {
		left: 1.25rem
	}
}

@media only screen and (min-width:1280px) {
	.carousel-full-bleed .slick-next {
		margin-right: -38.75rem;
		right: 50%
	}

	.carousel-full-bleed .slick-prev {
		margin-left: -38.75rem;
		left: 50%
	}
}

.carousel-full-bleed .slick-prev:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-left: -.1875rem
}

.carousel-full-bleed .slick-disabled {
	display: none !important
}

.carousel-full-bleed__foreground[data-slide-theme] .slick-active .carousel-full-bleed__timeline-item {
	border-color: #d0006f
}

.carousel-full-bleed .button {
	padding: 0 1.5625rem 0 0;
	margin-bottom: 1.25rem
}

.carousel-full-bleed .button:after {
	top: .0625rem;
	right: 0
}

.carousel-full-bleed .button--centered,
.carousel-full-bleed__play-video {
	margin-top: 1.5625rem
}

.carousel-full-bleed__play-video {
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	font-size: .875rem;
	letter-spacing: .05rem;
	display: none;
	text-align: center
}

.carousel-full-bleed__play-video a {
	text-decoration: none
}

.carousel-full-bleed__play-video a:active span,
.carousel-full-bleed__play-video a:hover span {
	border-bottom: 3px solid;
	transition: border-bottom .2s
}

.carousel-full-bleed__foreground[data-slide-theme=dark] .carousel-full-bleed__timeline,
.carousel-full-bleed__item--theme-dark .carousel-full-bleed__item-content {
	background: #1b1b1b;
	background: rgba(27, 27, 27, .9);
	color: #fff;
	border-color: #fff
}

.carousel-full-bleed__foreground[data-slide-theme=dark] .slick-next,
.carousel-full-bleed__foreground[data-slide-theme=dark] .slick-prev {
	background: #1b1b1b;
	background: rgba(27, 27, 27, .9)
}

.carousel-full-bleed__foreground[data-slide-theme=dark] .slick-next:before,
.carousel-full-bleed__foreground[data-slide-theme=dark] .slick-prev:before {
	color: #fff
}

.carousel-full-bleed__foreground[data-slide-theme=dark] .carousel-full-bleed__timeline-item {
	border-left: 2px solid rgba(255, 255, 255, .2)
}

.carousel-full-bleed__item--theme-dark .button,
.carousel-full-bleed__item--theme-dark .carousel-full-bleed__play-video a {
	color: inherit
}

.carousel-full-bleed__item--theme-dark .button span,
.carousel-full-bleed__item--theme-dark .carousel-full-bleed__play-video a span {
	border-color: inherit
}

.carousel-full-bleed__foreground[data-slide-theme=light] .carousel-full-bleed__timeline,
.carousel-full-bleed__item--theme-light .carousel-full-bleed__item-content {
	background: #fff;
	background: rgba(255, 255, 255, .9);
	color: #3c4242;
	border-color: #3c4242
}

.carousel-full-bleed__foreground[data-slide-theme=light] .slick-next,
.carousel-full-bleed__foreground[data-slide-theme=light] .slick-prev {
	background: #fff;
	background: rgba(255, 255, 255, .9)
}

.carousel-full-bleed__foreground[data-slide-theme=light] .slick-next:before,
.carousel-full-bleed__foreground[data-slide-theme=light] .slick-prev:before {
	color: #3c4242
}

.carousel-full-bleed__foreground[data-slide-theme=light] .carousel-full-bleed__timeline-item {
	border-left: 2px solid rgba(60, 66, 66, .2)
}

.carousel-full-bleed__item--theme-light .button,
.carousel-full-bleed__item--theme-light .carousel-full-bleed__play-video a {
	color: inherit
}

.carousel-full-bleed__item--theme-light .button span,
.carousel-full-bleed__item--theme-light .carousel-full-bleed__play-video a span {
	border-color: inherit
}

.lt-ie9 .carousel-full-bleed__timeline-item {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px
}

.image-panel-feature {
	padding-top: 20rem;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 320px;
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.carousel-full-bleed .button {
		margin-bottom: 0
	}

	.carousel-full-bleed__play-video {
		display: block
	}

	.image-panel-feature {
		padding: 3.125rem 0;
		background-size: cover
	}

	.image-panel-feature--right .image-panel-feature__content-wrapper {
		float: right
	}
}

@media only screen and (min-width:60em) {
	.image-panel-feature {
		background-position: center 25%
	}
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.image-panel-feature .l-one-block {
		padding: 0
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.image-panel-feature--bg-left {
		background-position: left top
	}

	.image-panel-feature--bg-right {
		background-position: right top
	}
}

.image-panel-feature__content-wrapper {
	padding: 1.875rem 1.25rem;
	background-color: #fff
}

@media only screen and (min-width:37.5em) {
	.image-panel-feature--left .image-panel-feature__content-wrapper {
		float: left
	}

	.image-panel-feature__content-wrapper {
		width: 18.75rem;
		padding: 1.875rem 1.25rem
	}
}

@media only screen and (min-width:60em) {
	.image-panel-feature__content-wrapper {
		width: 21.875rem;
		padding: 3.125rem 2.5rem
	}
}

.image-panel-feature__title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	margin: 0 0 .625rem
}

@media only screen and (min-width:37.5em) {
	.image-panel-feature__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.image-panel-feature__tagline {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px
}

.image-panel-feature__copy p,
.image-panel-feature__tagline {
	margin-top: 0
}

.image-panel-feature__links {
	margin-top: 1.5625rem
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.image-panel-feature--v2 .image-panel-feature__content-wrapper {
		background-color: #f8f8f8
	}
}

.image-panel-feature--v3 {
	max-width: 1280px;
	margin: 0 auto
}

@media only screen and (min-width:37.5em) {
	.image-panel-feature__tagline {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.image-panel-feature--v2 {
		padding: 0
	}

	.image-panel-feature--v2 .image-panel-feature__content-wrapper {
		background-color: rgba(255, 255, 255, .95)
	}

	.image-panel-feature--v3 {
		padding: 0 1.25rem;
		background-clip: content-box
	}

	.image-panel-feature--v3.image-panel-feature--dark .image-panel-feature__content-wrapper {
		background: #1b1b1b;
		color: #fff
	}

	.image-panel-feature--v3.image-panel-feature--dark .button--primary {
		color: #fff;
		border-color: #fff
	}

	.image-panel-feature--v3.image-panel-feature--dark .button--primary:active,
	.image-panel-feature--v3.image-panel-feature--dark .button--primary:hover {
		border-color: rgba(255, 255, 255, .04)
	}

	.image-panel-feature--v3.image-panel-feature--dark .button--primary:active span,
	.image-panel-feature--v3.image-panel-feature--dark .button--primary:hover span {
		border-bottom: 3px solid #fff
	}
}

.image-panel-feature--v3 .image-panel-feature__label {
	padding: .375rem .5rem;
	margin-bottom: .625rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	display: inline-block;
	color: #3c4242
}

.image-panel-feature--v3 .image-panel-feature__label--event {
	background: #f3bc33
}

.image-panel-feature--v3 .image-panel-feature__label--lab-talk {
	color: #fff;
	background: #9c3374
}

.image-panel-feature--v3 .image-panel-feature__content-wrapper {
	background: #ebefee
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.image-panel-feature--v3 .image-panel-feature__content-wrapper {
		margin: 0 auto;
		float: none
	}
}

.image-panel-feature--v3 .image-panel-feature__copy p {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .5px
}

@media only screen and (min-width:37.5em) {
	.image-panel-feature--v3 .image-panel-feature__content-wrapper {
		width: 21.25rem;
		padding: 1.25rem;
		min-height: 10.625rem;
		background: #fff;
		opacity: .9
	}

	.image-panel-feature--v3 .l-one-block {
		padding: 1.25rem
	}

	.media-text-link__text-wrapper {
		display: table-cell;
		vertical-align: top
	}
}

.image-panel-feature--v3 .button--primary {
	margin-top: 0
}

.lt-ie9 .image-panel-feature {
	width: 80rem;
	padding: 3.125rem 0;
	margin: 0 auto
}

.lt-ie9 .image-panel-feature--right .image-panel-feature__content-wrapper {
	float: right
}

.lt-ie9 .image-panel-feature--left .image-panel-feature__content-wrapper {
	float: left
}

.lt-ie9 .image-panel-feature__content-wrapper {
	width: 21.875rem;
	padding: 3.125rem 2.5rem
}

.lt-ie9 .image-panel-feature--v2 {
	padding: 0
}

.lt-ie9 .image-panel-feature--v3,
.lt-ie9 .image-panel-feature--v3 .image-panel-feature__content-wrapper {
	padding: 1.25rem
}

.media-text-link {
	margin-bottom: 1.25rem;
	clear: both;
	background: #fff
}

@media only screen and (min-width:60em) {
	.media-text-link {
		margin-bottom: 0
	}
}

.media-text-link__content-wrapper {
	padding: 1.75rem 0
}

.media-text-link__text-wrapper {
	word-wrap: break-word
}

.pt-story .media-text-link__text-items {
	margin-bottom: 1.25rem
}

.media-text-link__header {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin-bottom: .625rem;
	margin-top: 0;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.media-text-link__header {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}

	.pt-story .media-text-link__header {
		min-height: 3.75rem
	}
}

.media-text-link__description {
	/*color:#8a8e8e;*/
	margin-top: 0
}

.pt-story .media-text-link__description {
	margin: 0
}

.media-text-link-list {
	list-style: none;
	padding: 0;
	margin: 0
}

@media only screen and (min-width:60em) {
	.publications-promo {
		padding: 0 1.25rem
	}
}

.publications-promo__section-title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0 0 .5rem;
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.publications-promo__section-title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px;
		margin-bottom: 1.125rem
	}
}

.publications-promo .publications-promo__grid .rich-text {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	padding: 0
}

.publications-promo .publications-promo__grid .rich-text p {
	margin-top: 0
}

.publications-promo__section-intro {
	margin-bottom: 2.75rem
}

.publications-promo__section-intro .rich-text {
	margin-bottom: 1.875rem
}

.publications-promo__section-intro .button {
	padding-right: .9375rem;
	text-align: center
}

.publications-promo__section-intro .button:after {
	position: static
}

.publications-promo__grid {
	position: relative;
	z-index: 100
}

.publications-promo__grid::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.publications-promo__grid div:last-child {
		margin-bottom: 0
	}
}

.publications-promo__grid-item {
	margin-bottom: 2.1875rem
}

@media only screen and (min-width:37.5em) {
	.publications-promo__grid-item {
		width: 23.4042553191%;
		float: left;
		clear: none;
		padding-left: 1.25rem;
		margin: 0
	}

	.publications-promo__grid-item:last-child {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 27.6595744681%;
		clear: none
	}
}

.publications-promo__grid-item:first-child {
	padding: 0
}

.publications-promo__cover-wrapper {
	padding: 0 2.6875rem;
	margin: 0 auto 2.1875rem;
	position: relative;
	width: 72%;
	font-size: 0;
	text-align: center;
	border-bottom: solid 12px #fff
}

.publications-promo__cover-wrapper:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 94%;
	bottom: -14px;
	height: 10px;
	left: 4%;
	border-radius: 100px/5px;
	box-shadow: 0 0 14px -4px rgba(0, 0, 0, .6)
}

.publications-promo__cover-wrapper:after {
	-webkit-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
	right: 10px;
	left: auto
}

@media only screen and (min-width:37.5em) {
	.publications-promo__cover-wrapper {
		padding: 0 1.25rem;
		width: auto;
		margin-left: 0;
		margin-right: 0
	}
}

.publications-promo__cover-wrapper img {
	width: 100%
}

.publications-promo__title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin: 0 0 .9375rem
}

.publications-promo .button--secondary {
	padding-top: 0;
	padding-bottom: 0
}

.publications-promo .button--secondary:after {
	top: 3px
}

@media only screen and (min-width:37.5em) {
	.publications-promo__title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.publications-promo__grid--2item .publications-promo__grid-item:nth-child(2) {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 14.0425531915%;
		clear: none
	}

	.publications-promo__grid--2item .publications-promo__grid-item:last-child {
		width: 23.4042553191%;
		float: left;
		margin-right: -100%;
		margin-left: 39.5744680851%;
		clear: none
	}

	.publications-promo__grid--3item .publications-promo__grid-item {
		width: 23.4042553191%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}

	.publications-promo__grid--3item .publications-promo__grid-item:last-child {
		width: 23.4042553191%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

.image-panel-colour {
	position: relative
}

.image-panel-colour:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.image-panel-colour .button--primary {
	color: inherit;
	background-color: transparent
}

.image-panel-colour--magenta {
	background-color: #d0006f;
	color: #fff
}

.image-panel-colour--magenta .button--primary,
.image-panel-colour--magenta .button--primary:hover span {
	border-color: #fff
}

.image-panel-colour--black {
	background-color: #1b1b1b;
	color: #fff
}

.image-panel-colour--black .button--primary,
.image-panel-colour--black .button--primary:hover span {
	border-color: #fff
}

.image-panel-colour--lime-green {
	background-color: #c4d600;
	color: #3c4242
}

.image-panel-colour--lime-green .button--primary,
.image-panel-colour--lime-green .button--primary:hover span {
	border-color: #3c4242
}

.image-panel-colour--light-blue {
	background-color: #68d2df;
	color: #3c4242
}

.image-panel-colour--light-blue .button--primary,
.image-panel-colour--light-blue .button--primary:hover span {
	border-color: #3c4242
}

.image-panel-colour--gold {
	background-color: #f0ab00;
	color: #3c4242
}

.image-panel-colour--gold .button--primary,
.image-panel-colour--gold .button--primary:hover span {
	border-color: #3c4242
}

.image-panel-colour--platinum {
	background-color: #9db0ac;
	color: #3c4242
}

.image-panel-colour--platinum .button--primary,
.image-panel-colour--platinum .button--primary:hover span {
	border-color: #3c4242
}

.image-panel-colour--dark-grey {
	background-color: #4f5757;
	color: #fff
}

.image-panel-colour--dark-grey .button--primary,
.image-panel-colour--dark-grey .button--primary:hover span {
	border-color: #fff
}

.image-panel-colour--light-grey {
	background-color: #d2d2d2;
	color: #3c4242
}

.image-panel-colour--light-grey .button--primary,
.image-panel-colour--light-grey .button--primary:hover span {
	border-color: #3c4242
}

.image-panel-colour--navy {
	background-color: #003865;
	color: #fff
}

.image-panel-colour--navy .button--primary,
.image-panel-colour--navy .button--primary:hover span {
	border-color: #fff
}

.image-panel-colour--purple {
	background-color: #3c1053;
	color: #fff
}

.image-panel-colour--purple .button--primary,
.image-panel-colour--purple .button--primary:hover span {
	border-color: #fff
}

.image-panel-colour--graphite {
	background-color: #3c4242;
	color: #fff
}

.image-panel-colour--graphite .button--primary,
.image-panel-colour--graphite .button--primary:hover span {
	border-color: #fff
}

.image-panel-colour--mulberry {
	background-color: #830051;
	color: #fff
}

.image-panel-colour--mulberry .button--primary,
.image-panel-colour--mulberry .button--primary:hover span {
	border-color: #fff
}

.image-panel-colour--stories-blue {
	background-color: #1b1b1b;
	color: #fff
}

.image-panel-colour--stories-blue .button--primary,
.image-panel-colour--stories-blue .button--primary:hover span {
	border-color: #fff
}

.image-panel-colour--stories-grey {
	background-color: #4f5757;
	color: #fff
}

.image-panel-colour--stories-grey .button--primary,
.image-panel-colour--stories-grey .button--primary:hover span {
	border-color: #fff
}

.image-panel-colour__image-wrapper {
	height: 410px;
	background-repeat: no-repeat;
	background-size: auto 410px;
	background-position: 50% 0
}

@media only screen and (min-width:37.5em) {
	.image-panel-colour__image-wrapper {
		background-size: auto 480px;
		background-position: 100% 0
	}
}

@media only screen and (min-width:60em) {
	.image-panel-colour__image-wrapper {
		background-position: 50% 0
	}
}

.lt-ie9 .image-panel-colour__image-wrapper {
	background-image: none !important
}

.image-panel-colour__image {
	height: 100%;
	width: auto
}

.image-panel-colour__caption {
	position: absolute;
	z-index: 1000;
	padding: 0 1rem 1rem 0;
	top: 21.25rem
}

.image-panel-colour__caption::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.image-panel-colour__caption {
		padding: 0 2rem 2rem 0;
		top: auto;
		right: 0;
		bottom: 0;
		z-index: 800 !important
	}
}

.lt-ie9 .image-panel-colour__caption {
	top: 21.25rem
}

.image-panel-colour__content-wrapper {
	padding: 0 1.25rem .0625rem
}

.image-panel-colour__title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	margin-bottom: .9375rem
}

@media only screen and (min-width:37.5em) {
	.image-panel-colour__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.image-panel-colour__lead-copy {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin-top: 0
}

.image-panel-colour .button {
	margin: 1.25rem 0 2.5rem
}

@media only screen and (min-width:37.5em) {
	.image-panel-colour__lead-copy {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}

	.image-panel-colour {
		position: relative
	}

	.image-panel-colour__image-wrapper {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none;
		height: 30rem
	}

	.image-panel-colour__content-outer-wrapper {
		width: 48.9361702128%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		height: 30rem
	}

	.image-panel-colour__content-wrapper {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.image-panel-colour--right .image-panel-colour__image-wrapper {
		width: 48.9361702128%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

.lt-ie9 .image-panel-colour__content-wrapper {
	top: 0
}

.jump-to {
	color: #3c4242
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.image-panel-colour__content-wrapper {
		padding-top: .0625rem;
		background: #fff
	}

	.jump-to {
		margin-bottom: 2.5rem
	}
}

.jump-to__title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin: 0 0 1.25rem
}

@media only screen and (min-width:37.5em) {
	.jump-to__title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.jump-to__list-item:active span,
	.jump-to__list-item:hover span {
		text-decoration: underline
	}
}

.jump-to__list {
	list-style: none;
	padding: 0;
	margin: 0
}

.jump-to__list-item {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	border-bottom: 1px solid #d2d2d2
}

.jump-to__list-item a {
	padding: .875rem 0;
	margin-left: 1.875rem;
	text-indent: -1.875rem;
	display: block;
	text-decoration: none;
	color: #3c4242
}

.jump-to__list-item a:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	padding: .25rem .1875rem .25rem .25rem;
	margin-right: .3125rem;
	font-size: .625rem;
	background: #3c4242;
	border-radius: 50%;
	color: #fff
}

.jump-to__list-item:last-child {
	border: 0
}

.jump-to-anchor {
	margin-top: -70px;
	padding-top: 70px
}

.medicines-container {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}

.medicines-container::after {
	content: '';
	display: table;
	clear: both
}

.medicines-container__sub-header {
	margin: 2.1875rem 0 0;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px
}

@media only screen and (min-width:37.5em) {
	.medicines-container__sub-header {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px;
		margin-top: 2.1875rem
	}
}

.medicines-container__item {
	list-style: none;
	padding: 0;
	margin: 1.25rem 0 0;
	display: block
}

@media only screen and (min-width:37.5em) {
	.medicines-container__item {
		width: 48.9361702128%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%;
		min-height: 3.125rem
	}

	.medicines-container__item:nth-child(2n) {
		width: 48.9361702128%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

@media only screen and (min-width:60em) {

	.medicines-container__item,
	.medicines-container__item:nth-child(2n) {
		width: 23.4042553191%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}

	.medicines-container__item:nth-child(4n) {
		width: 23.4042553191%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

.medicines-info {
	padding: 2.5rem 1.25rem
}

@media only screen and (min-width:37.5em) {
	.medicines-info {
		padding: 1.8rem
	}
}

.medicines-info__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	padding-bottom: .75rem;
	margin: 2rem 0;
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.medicines-info__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px;
		padding-bottom: 1.25rem
	}
}

.medicines-info__content {
	padding-bottom: 2.8125rem
}

@media only screen and (min-width:37.5em) {
	.medicines-info__content {
		padding-bottom: 1.875rem
	}
}

.medicines-info__content p,
.medicines-info__content ul {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	margin-bottom: .75rem;
	color: #8a8e8e;
	margin-top: 0;
	;
}

.medicines-info__content ul {
	text-align: left;
}

.medicines-info__links {
	padding: 0
}

@media only screen and (min-width:37.5em) {
	.medicines-info__links {
		padding-bottom: 1.25rem
	}
}

.medicines-info__links li {
	list-style: none;
	padding: 0;
	margin: 0
}

.medicines-info__link {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	padding-bottom: 1.25rem;
	color: #3c4242;
	display: block;
	text-decoration: none
}

.medicines-info__link:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .75rem;
	padding-left: .625rem
}

.medicines-info__link:active,
.medicines-info__link:hover {
	text-decoration: underline
}

@media only screen and (min-width:37.5em) {
	.medicines-info__link {
		display: inline-block
	}
}

.medicines-info__footnotes-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.medicines-info__footnotes-title.focusable:active,
.medicines-info__footnotes-title.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.medicines-info__footnotes {
	padding: .625rem 0 0;
	border-top: 1px solid #8a8e8e
}

.medicines-info__footnote {
	list-style: none;
	padding: .625rem 0 0;
	margin: 0;
	font-size: .625rem;
	line-height: 1.3;
	letter-spacing: .8px;
	color: #8a8e8e
}

.medicines {
	padding: 0 1.25rem;
	margin-bottom: 1.25rem
}

.medicines__link {
	color: #8a8e8e;
	display: block;
	text-decoration: none
}

.medicines__link:active,
.medicines__link:hover {
	text-decoration: underline
}

.medicines__name {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	padding-bottom: .625rem;
	color: #3c4242;
	display: block
}

.medicines__name--open:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .75rem;
	padding-left: .625rem
}

.medicines__brand {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	display: block
}

.accordion .medicines {
	padding: 0;
	margin-bottom: 0
}

.publications {
	margin-bottom: 1.25rem;
	background-color: #fff
}

@media only screen and (min-width:60em) {
	.publications {
		margin-left: 1.25rem;
		margin-right: 1.25rem
	}
}

.publications__wrapper {
	padding: 1.25rem
}

@media only screen and (min-width:37.5em) {
	.publications__wrapper {
		padding: 1.875rem
	}
}

.publications__header {
	margin-bottom: 1.875rem;
	position: relative;
	background-color: #fff;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1)
}

.publications__header .date {
	padding-bottom: 1.5625rem;
	border-bottom: 0
}

.publications__header .categories__list {
	position: absolute;
	right: 0;
	top: 0
}

.publications__header .categories__list-item {
	padding-top: 1rem
}

.publications__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0 0 3.75rem
}

.publications__image-wrapper {
	width: 7.625rem;
	margin: 0 auto 3.125rem;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5)
}

.publications__author {
	margin-bottom: 1.5625rem;
	text-align: center
}

.publications__author .button {
	padding-top: .3125rem;
	padding-left: 1.25rem
}

@media only screen and (min-width:37.5em) {
	.publications__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}

	.publications__author .button {
		padding-left: 0
	}
}

.publications__author .button:after {
	top: .5625rem
}

.publications .bio__copy-wrapper {
	float: none;
	max-width: 100%;
	text-align: center;
	padding: 0
}

.publications .rich-text h3 {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin: 0 0 .3125rem
}

.publications .rich-text p {
	margin: 0 0 1.5rem;
	color: #8a8e8e
}

.publications__cta-wrapper {
	text-align: center
}

.publications .publications__body-block .rich-text {
	padding: 0
}

@media only screen and (min-width:60em) {
	.publications .date__date-region {
		border-right: 0
	}

	.publications .categories__list {
		top: auto;
		bottom: 0
	}

	.publications .categories__list-item {
		padding-bottom: 1.5625rem
	}

	.publications__title {
		margin-bottom: 1.25rem;
		width: 68%;
		float: left
	}

	.publications__image-wrapper {
		margin: 0 .1875rem 0 0;
		float: right
	}

	.publications__author {
		margin-bottom: .9375rem;
		text-align: left
	}

	.publications .bio__copy-wrapper,
	.publications__cta-wrapper {
		text-align: left
	}
}

@media only screen and (min-width:37.5em) {
	.publications .rich-text h3 {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.publications--full-width .publications__body-wrapper {
		position: relative
	}

	.publications--full-width .date__date-region {
		border-right: 0
	}

	.publications--full-width .categories__list {
		top: auto;
		bottom: 0
	}

	.publications--full-width .categories__list-item {
		padding-bottom: 1.5625rem
	}

	.publications--full-width .publications__title {
		margin-bottom: 1.25rem;
		width: 100%;
		float: none
	}

	.publications--full-width .publications__image-wrapper {
		width: 10rem;
		right: 1.875rem;
		position: absolute;
		top: 0;
		margin: 0
	}

	.publications--full-width .publications__author {
		margin-bottom: .9375rem;
		text-align: left
	}

	.publications--full-width .bio__copy-wrapper {
		text-align: left
	}

	.publications--full-width .publications__body {
		margin-right: 13.125rem;
		float: left
	}
}

.media-text-link-container {
	padding: 0 1.25rem
}

.media-text-link-container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.media-text-link-container .button {
	margin-top: 1.25rem
}

@media only screen and (min-width:60em) {
	.publications--full-width .publications__body-block {
		float: left;
		width: 42%;
		margin-right: 8%
	}

	.block-wrapper .publications {
		margin-left: 0;
		margin-right: 0
	}

	.media-text-link-container--left .media-text-link-container__media-wrapper {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.media-text-link-container--left .media-text-link-container__text-link-wrapper,
	.media-text-link-container--right .media-text-link-container__media-wrapper {
		width: 48.9361702128%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

	.media-text-link-container--right .media-text-link-container__text-link-wrapper {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.media-text-link-container .quote {
		margin-bottom: 1.25rem;
		margin-top: 0
	}
}

.media-text-link-container .quote--with-marks {
	margin-bottom: 0
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.media-text-link-container .quote--with-marks {
		margin-bottom: 2.5rem
	}
}

.media-text-link-container .quote__author-title {
	font-weight: 400
}

.l-padded .media-text-link-container {
	padding: 0
}

@media only screen and (min-width:60em) {
	.l-padded .media-text-link-container {
		padding: 0 1.25rem
	}
}

.get-in-touch-cta {
	padding: .6875rem 1.5rem;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	color: #3c4242;
	background: #fff;
	text-decoration: none;
	border-radius: 40px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
	position: relative
}

.get-in-touch-cta:active span,
.get-in-touch-cta:hover span {
	text-decoration: underline
}

.get-in-touch-cta span {
	padding: 0 0 0 2rem
}

.lt-ie9 .get-in-touch-cta span {
	padding: 0
}

.get-in-touch-cta--outline {
	box-shadow: none;
	border: 1px solid #1b1b1b
}

.get-in-touch-cta--speech:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.get-in-touch-cta--arrow:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	padding: .375rem .3125rem .375rem .375rem;
	margin-right: .3125rem;
	font-size: .75rem;
	background: #3c4242;
	border-radius: 50%;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.lt-ie9 .get-in-touch-cta:before {
	display: none
}

.social-title {
	margin-bottom: 1.625rem;
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.social-title {
		padding: 0 1.875rem;
		margin-bottom: 2.375rem;
		text-align: center
	}
}

.social-title__header {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	margin: 0 0 .5rem
}

@media only screen and (min-width:37.5em) {
	.social-title__header {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.social-title__sub-header {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0
}

.social-title__icons {
	list-style: none;
	padding: 0;
	margin: 1.25rem 0 0
}

.social-title__icon {
	margin: 0 1.25rem .3125rem 0;
	text-decoration: none;
	display: inline-block
}

.social-title__icon-image {
	width: 24px;
	height: 24px
}

.letterbox-header {
	height: 10rem;
	margin-bottom: 5rem;
	text-align: center;
	position: relative
}

@media only screen and (min-width:37.5em) {
	.social-title__sub-header {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}

	.letterbox-header {
		height: 11.25rem;
		margin-bottom: 7.8125rem
	}
}

.letterbox-header:after {
	width: 7.5rem;
	height: 7.5rem;
	margin-bottom: -3.75rem;
	margin-left: -3.75rem;
	background-color: #fff;
	content: '';
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	bottom: 0;
	left: 50%;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1)
}

@media only screen and (min-width:37.5em) {
	.letterbox-header:after {
		width: 10rem;
		height: 10rem;
		margin-bottom: -5rem;
		margin-left: -5rem
	}
}

.letterbox-header.letterbox-header--magenta {
	background: #d0006f
}

.letterbox-header.letterbox-header--magenta:after {
	background-image: linear-gradient(#ec99c5 45%, #fff 55%)
}

.letterbox-header.letterbox-header--black {
	background: #1b1b1b
}

.letterbox-header.letterbox-header--black:after {
	background-image: linear-gradient(#a4a4a4 45%, #fff 55%)
}

.letterbox-header.letterbox-header--lime-green {
	background: #c4d600
}

.letterbox-header.letterbox-header--lime-green:after {
	background-image: linear-gradient(#e7ef99 45%, #fff 55%)
}

.letterbox-header.letterbox-header--light-blue {
	background: #68d2df
}

.letterbox-header.letterbox-header--light-blue:after {
	background-image: linear-gradient(#c3edf2 45%, #fff 55%)
}

.letterbox-header.letterbox-header--gold {
	background: #f0ab00
}

.letterbox-header.letterbox-header--gold:after {
	background-image: linear-gradient(#f9dd99 45%, #fff 55%)
}

.letterbox-header.letterbox-header--platinum {
	background: #9db0ac
}

.letterbox-header.letterbox-header--platinum:after {
	background-image: linear-gradient(#d8dfde 45%, #fff 55%)
}

.letterbox-header.letterbox-header--dark-grey {
	background: #4f5757
}

.letterbox-header.letterbox-header--dark-grey:after {
	background-image: linear-gradient(#b9bcbc 45%, #fff 55%)
}

.letterbox-header.letterbox-header--light-grey {
	background: #d2d2d2
}

.letterbox-header.letterbox-header--light-grey:after {
	background-image: linear-gradient(#ededed 45%, #fff 55%)
}

.letterbox-header.letterbox-header--navy {
	background: #003865
}

.letterbox-header.letterbox-header--navy:after {
	background-image: linear-gradient(#99afc1 45%, #fff 55%)
}

.letterbox-header.letterbox-header--purple {
	background: #3c1053
}

.letterbox-header.letterbox-header--purple:after {
	background-image: linear-gradient(#b19fba 45%, #fff 55%)
}

.letterbox-header.letterbox-header--graphite {
	background: #3c4242
}

.letterbox-header.letterbox-header--graphite:after {
	background-image: linear-gradient(#b1b3b3 45%, #fff 55%)
}

.letterbox-header.letterbox-header--mulberry {
	background: #830051
}

.letterbox-header.letterbox-header--mulberry:after {
	background-image: linear-gradient(#cd99b9 45%, #fff 55%)
}

.letterbox-header.letterbox-header--stories-blue {
	background: #1b1b1b
}

.letterbox-header.letterbox-header--stories-blue:after {
	background-image: linear-gradient(#a4a4a4 45%, #fff 55%)
}

.letterbox-header.letterbox-header--stories-grey {
	background: #4f5757
}

.letterbox-header.letterbox-header--stories-grey:after {
	background-image: linear-gradient(#b9bcbc 45%, #fff 55%)
}

.letterbox-header__profile-image {
	width: 7rem;
	height: 7rem;
	margin-bottom: -3.5rem;
	margin-left: -3.5rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 100
}

@media only screen and (min-width:37.5em) {
	.letterbox-header__profile-image {
		width: 9.25rem;
		height: 9.25rem;
		margin-bottom: -4.625rem;
		margin-left: -4.625rem
	}
}

.featured-article-video-promo {
	padding: 0 1.25rem
}

.featured-article-video-promo::after {
	content: '';
	display: table;
	clear: both
}

.featured-article-video-promo__media-wrapper {
	margin-bottom: 1.25rem
}

@media only screen and (min-width:60em) {
	.featured-article-video-promo__media-wrapper {
		margin: 0
	}
}

.featured-article-video-promo__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0 0 .5rem
}

@media only screen and (min-width:37.5em) {
	.featured-article-video-promo__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.featured-article-video-promo__body-text {
	/*color:#8a8e8e*/
}

.featured-article-video-promo__body-text p {
	font-size: 1rem;
	margin-top: 0
}

.featured-article-video-promo .video-module {
	padding: 0
}

.what-science-can-do-story {
	position: relative
}

.what-science-can-do-story--magenta {
	color: #fff;
	background: #d0006f
}

.what-science-can-do-story--magenta .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.featured-article-video-promo--left:after {
		content: "\0020";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
		zoom: 1
	}

	.featured-article-video-promo--left .featured-article-video-promo__media-wrapper {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.featured-article-video-promo--left .featured-article-video-promo__text-link-wrapper {
		width: 48.9361702128%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

	.featured-article-video-promo--right:after {
		content: "\0020";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
		zoom: 1
	}

	.featured-article-video-promo--right .featured-article-video-promo__media-wrapper {
		width: 48.9361702128%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

	.featured-article-video-promo--right .featured-article-video-promo__text-link-wrapper {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.featured-article-video-promo--offset-left:after {
		content: "\0020";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
		zoom: 1
	}

	.featured-article-video-promo--offset-left .featured-article-video-promo__media-wrapper {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.featured-article-video-promo--offset-left .featured-article-video-promo__text-link-wrapper {
		width: 31.914893617%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

	.featured-article-video-promo--offset-right:after {
		content: "\0020";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
		zoom: 1
	}

	.featured-article-video-promo--offset-right .featured-article-video-promo__media-wrapper {
		width: 65.9574468085%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

	.featured-article-video-promo--offset-right .featured-article-video-promo__text-link-wrapper {
		width: 31.914893617%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.what-science-can-do-story--magenta .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do-story--magenta .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do-story--magenta .what-science-can-do-story__cta:active,
	.what-science-can-do-story--magenta .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do-story--magenta .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--magenta .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do-story--black {
	color: #fff;
	background: #1b1b1b
}

.what-science-can-do-story--black .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--black .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do-story--black .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do-story--black .what-science-can-do-story__cta:active,
	.what-science-can-do-story--black .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do-story--black .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--black .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do-story--lime-green {
	color: #3c4242;
	background: #c4d600
}

.what-science-can-do-story--lime-green .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--lime-green .what-science-can-do-story__content {
		color: #3c4242;
		background: 0 0
	}

	.what-science-can-do-story--lime-green .what-science-can-do-story__cta {
		border-color: #3c4242;
		color: #3c4242
	}

	.what-science-can-do-story--lime-green .what-science-can-do-story__cta:active,
	.what-science-can-do-story--lime-green .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(60, 66, 66, .04)
	}

	.what-science-can-do-story--lime-green .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--lime-green .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #3c4242
	}
}

.what-science-can-do-story--light-blue {
	color: #3c4242;
	background: #68d2df
}

.what-science-can-do-story--light-blue .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--light-blue .what-science-can-do-story__content {
		color: #3c4242;
		background: 0 0
	}

	.what-science-can-do-story--light-blue .what-science-can-do-story__cta {
		border-color: #3c4242;
		color: #3c4242
	}

	.what-science-can-do-story--light-blue .what-science-can-do-story__cta:active,
	.what-science-can-do-story--light-blue .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(60, 66, 66, .04)
	}

	.what-science-can-do-story--light-blue .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--light-blue .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #3c4242
	}
}

.what-science-can-do-story--gold {
	color: #3c4242;
	background: #f0ab00
}

.what-science-can-do-story--gold .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--gold .what-science-can-do-story__content {
		color: #3c4242;
		background: 0 0
	}

	.what-science-can-do-story--gold .what-science-can-do-story__cta {
		border-color: #3c4242;
		color: #3c4242
	}

	.what-science-can-do-story--gold .what-science-can-do-story__cta:active,
	.what-science-can-do-story--gold .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(60, 66, 66, .04)
	}

	.what-science-can-do-story--gold .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--gold .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #3c4242
	}
}

.what-science-can-do-story--platinum {
	color: #3c4242;
	background: #9db0ac
}

.what-science-can-do-story--platinum .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--platinum .what-science-can-do-story__content {
		color: #3c4242;
		background: 0 0
	}

	.what-science-can-do-story--platinum .what-science-can-do-story__cta {
		border-color: #3c4242;
		color: #3c4242
	}

	.what-science-can-do-story--platinum .what-science-can-do-story__cta:active,
	.what-science-can-do-story--platinum .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(60, 66, 66, .04)
	}

	.what-science-can-do-story--platinum .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--platinum .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #3c4242
	}
}

.what-science-can-do-story--dark-grey {
	color: #fff;
	background: #4f5757
}

.what-science-can-do-story--dark-grey .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--dark-grey .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do-story--dark-grey .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do-story--dark-grey .what-science-can-do-story__cta:active,
	.what-science-can-do-story--dark-grey .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do-story--dark-grey .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--dark-grey .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do-story--light-grey {
	color: #3c4242;
	background: #d2d2d2
}

.what-science-can-do-story--light-grey .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--light-grey .what-science-can-do-story__content {
		color: #3c4242;
		background: 0 0
	}

	.what-science-can-do-story--light-grey .what-science-can-do-story__cta {
		border-color: #3c4242;
		color: #3c4242
	}

	.what-science-can-do-story--light-grey .what-science-can-do-story__cta:active,
	.what-science-can-do-story--light-grey .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(60, 66, 66, .04)
	}

	.what-science-can-do-story--light-grey .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--light-grey .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #3c4242
	}
}

.what-science-can-do-story--navy {
	color: #fff;
	background: #003865
}

.what-science-can-do-story--navy .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--navy .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do-story--navy .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do-story--navy .what-science-can-do-story__cta:active,
	.what-science-can-do-story--navy .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do-story--navy .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--navy .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do-story--purple {
	color: #fff;
	background: #3c1053
}

.what-science-can-do-story--purple .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--purple .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do-story--purple .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do-story--purple .what-science-can-do-story__cta:active,
	.what-science-can-do-story--purple .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do-story--purple .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--purple .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do-story--graphite {
	color: #fff;
	background: #3c4242
}

.what-science-can-do-story--graphite .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--graphite .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do-story--graphite .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do-story--graphite .what-science-can-do-story__cta:active,
	.what-science-can-do-story--graphite .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do-story--graphite .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--graphite .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do-story--mulberry {
	color: #fff;
	background: #830051
}

.what-science-can-do-story--mulberry .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--mulberry .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do-story--mulberry .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do-story--mulberry .what-science-can-do-story__cta:active,
	.what-science-can-do-story--mulberry .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do-story--mulberry .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--mulberry .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do-story--stories-blue {
	color: #fff;
	background: #1b1b1b
}

.what-science-can-do-story--stories-blue .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--stories-blue .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do-story--stories-blue .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do-story--stories-blue .what-science-can-do-story__cta:active,
	.what-science-can-do-story--stories-blue .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do-story--stories-blue .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--stories-blue .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do-story--stories-grey {
	color: #fff;
	background: #4f5757
}

.what-science-can-do-story--stories-grey .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story--stories-grey .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do-story--stories-grey .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do-story--stories-grey .what-science-can-do-story__cta:active,
	.what-science-can-do-story--stories-grey .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do-story--stories-grey .what-science-can-do-story__cta:active span,
	.what-science-can-do-story--stories-grey .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}

	.js .what-science-can-do-story {
		height: 26.25rem;
		width: 100%
	}
}

.what-science-can-do-story__images-wrapper {
	height: 20rem;
	position: relative;
	overflow: hidden
}

@media only screen and (min-width:60em) {
	.js .what-science-can-do-story__images-wrapper {
		position: absolute;
		width: 100%;
		height: 100%
	}
}

.what-science-can-do-story .responsive-image,
.what-science-can-do-story .responsive-image__container {
	position: static
}

.what-science-can-do-story .responsive-image .image-replace {
	right: 0;
	top: 0;
	position: absolute
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.what-science-can-do-story .responsive-image .image-replace {
		width: 100%
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.what-science-can-do-story .responsive-image .image-replace {
		width: 49%
	}
}

.what-science-can-do-story__content {
	padding: 1.875rem;
	position: relative;
	color: #3c4242
}

@media only screen and (min-width:60em) {
	.js .what-science-can-do-story__content {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-left: 4.375rem;
		width: 33.3333333333%;
		padding: 0
	}
}

.what-science-can-do-story__title {
	font-size: 1.875rem;
	line-height: 1.2666666667;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: 1.2px;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.what-science-can-do-story__title {
		font-size: 4.375rem;
		line-height: 1.1142857143;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.what-science-can-do-story__sub-title p {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	padding-top: 1.5625rem;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.what-science-can-do-story__sub-title p {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.what-science-can-do-story__cta {
	margin-top: 1.5625rem;
	text-align: center
}

@media only screen and (min-width:60em) {
	.what-science-can-do-story__sub-title p {
		padding-top: 1.25rem
	}

	.what-science-can-do-story__cta {
		margin-top: 2.1875rem;
		text-align: left
	}

	.js .what-science-can-do-story--fill-screen {
		height: 100%
	}

	.what-science-can-do-story--fill-screen .responsive-image .image-replace {
		width: auto;
		height: 100%
	}

	.no-js .what-science-can-do .what-science-can-do-story__images-wrapper {
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%
	}

	.js .what-science-can-do {
		min-height: 37.5rem;
		overflow: hidden
	}

	.js .what-science-can-do--mask {
		height: auto !important
	}

	.what-science-can-do__content-region {
		min-height: 37.5rem;
		margin-top: 0;
		height: 100%;
		width: 100%;
		transition: margin 1s ease
	}
}

.what-science-can-do__content-region {
	position: relative
}

.lt-ie9 .what-science-can-do__scroll-cta,
.no-js .what-science-can-do__scroll-cta {
	display: none
}

.what-science-can-do__cta {
	padding: 1.25rem;
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	background: #fff;
	border: 0;
	color: #1b1b1b;
	display: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.what-science-can-do__cta:active,
.what-science-can-do__cta:hover {
	text-decoration: underline
}

@media only screen and (min-width:60em) {
	.what-science-can-do__scroll-cta {
		left: 50%;
		position: absolute;
		width: 300px;
		margin-left: -100px;
		text-align: center;
		z-index: 500
	}

	.what-science-can-do__scroll-cta--up {
		bottom: 1.875rem
	}

	.what-science-can-do__scroll-cta--down {
		top: 1.875rem
	}

	.what-science-can-do__cta {
		padding: 1rem 1.25rem;
		color: #fff;
		background: #1b1b1b;
		background: rgba(27, 27, 27, .8);
		display: inline-block
	}
}

.what-science-can-do__cta:after {
	display: none
}

@media only screen and (min-width:60em) {
	.what-science-can-do__cta:after {
		margin-left: .75rem;
		font-size: .8125rem;
		display: inline-block
	}

	.what-science-can-do__cta--up:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1
	}
}

.what-science-can-do__cta--up:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: .75rem;
	padding: .25rem;
	border-radius: .625rem;
	font-size: .625rem;
	background: #1b1b1b;
	color: #fff
}

.what-science-can-do__cta--down {
	display: none
}

.what-science-can-do__tray-cta {
	position: absolute;
	right: 0;
	top: 25vh;
	z-index: 800
}

.what-science-can-do__intro {
	padding: 3.125rem 2.5rem
}

.what-science-can-do__intro--magenta {
	color: #fff;
	background: #d0006f
}

.what-science-can-do__intro--magenta .what-science-can-do__intro-text p {
	color: #fff
}

.what-science-can-do__intro--black {
	color: #fff;
	background: #1b1b1b
}

.what-science-can-do__intro--black .what-science-can-do__intro-text p {
	color: #fff
}

.what-science-can-do__intro--lime-green {
	color: #3c4242;
	background: #c4d600
}

.what-science-can-do__intro--lime-green .what-science-can-do__intro-text p {
	color: #3c4242
}

.what-science-can-do__intro--light-blue {
	color: #3c4242;
	background: #68d2df
}

.what-science-can-do__intro--light-blue .what-science-can-do__intro-text p {
	color: #3c4242
}

.what-science-can-do__intro--gold {
	color: #3c4242;
	background: #f0ab00
}

.what-science-can-do__intro--gold .what-science-can-do__intro-text p {
	color: #3c4242
}

.what-science-can-do__intro--platinum {
	color: #3c4242;
	background: #9db0ac
}

.what-science-can-do__intro--platinum .what-science-can-do__intro-text p {
	color: #3c4242
}

.what-science-can-do__intro--dark-grey {
	color: #fff;
	background: #4f5757
}

.what-science-can-do__intro--dark-grey .what-science-can-do__intro-text p {
	color: #fff
}

.what-science-can-do__intro--light-grey {
	color: #3c4242;
	background: #d2d2d2
}

.what-science-can-do__intro--light-grey .what-science-can-do__intro-text p {
	color: #3c4242
}

.what-science-can-do__intro--navy {
	color: #fff;
	background: #003865
}

.what-science-can-do__intro--navy .what-science-can-do__intro-text p {
	color: #fff
}

.what-science-can-do__intro--purple {
	color: #fff;
	background: #3c1053
}

.what-science-can-do__intro--purple .what-science-can-do__intro-text p {
	color: #fff
}

.what-science-can-do__intro--graphite {
	color: #fff;
	background: #3c4242
}

.what-science-can-do__intro--graphite .what-science-can-do__intro-text p {
	color: #fff
}

.what-science-can-do__intro--mulberry {
	color: #fff;
	background: #830051
}

.what-science-can-do__intro--mulberry .what-science-can-do__intro-text p {
	color: #fff
}

.what-science-can-do__intro--stories-blue {
	color: #fff;
	background: #1b1b1b
}

.what-science-can-do__intro--stories-blue .what-science-can-do__intro-text p {
	color: #fff
}

.what-science-can-do__intro--stories-grey {
	color: #fff;
	background: #4f5757
}

.what-science-can-do__intro--stories-grey .what-science-can-do__intro-text p {
	color: #fff
}

.js .what-science-can-do__intro {
	max-height: 900px;
	transition: max-height 1s linear, padding 1s linear
}

@media only screen and (min-width:60em) {
	.what-science-can-do__cta--up:before {
		display: none
	}

	.what-science-can-do__cta--down {
		display: inline-block
	}

	.what-science-can-do__cta--down:after {
		font-family: az-glyph-1;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1
	}

	.what-science-can-do__tray-cta {
		top: 40vh
	}

	.what-science-can-do__intro {
		padding: 0
	}

	.js .what-science-can-do__intro {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		max-height: 100%;
		width: 100%;
		height: 100%;
		z-index: 600;
		transition: opacity .5s linear, z-index .5s linear
	}
}

.js .what-science-can-do__intro--fade {
	overflow: hidden;
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0
}

.js .what-science-can-do__intro--faded {
	display: none
}

.lt-ie9 .js .what-science-can-do__intro--faded {
	display: block
}

.lt-ie9 .js .what-science-can-do__intro {
	position: static
}

.js .what-science-can-do__intro p {
	margin: 0
}

.what-science-can-do__intro-inner {
	border-top: 1px solid #3c4242
}

@media only screen and (min-width:60em) {
	.js .what-science-can-do__intro--fade {
		max-height: 100%;
		opacity: 0;
		z-index: 100
	}

	.js .what-science-can-do__intro-inner {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 50%;
		height: 50%;
		margin: 0 auto
	}
}

.what-science-can-do__title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.what-science-can-do__title.focusable:active,
.what-science-can-do__title.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.what-science-can-do__intro-text p {
	padding-top: .9375rem;
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.what-science-can-do__intro-text p {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.what-science-can-do__carousel .js-show-more__toggle-button-container {
	padding: 1.25rem
}

.what-science-can-do__carousel-dots-wrapper {
	display: none
}

@media only screen and (min-width:60em) {
	.what-science-can-do__intro-text p {
		padding-top: 1.25rem
	}

	.js .what-science-can-do__carousel {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 200
	}

	.js .what-science-can-do__carousel-dots-wrapper {
		width: 2.625rem;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 300;
		background: rgba(210, 210, 210, .6);
		overflow: hidden
	}
}

.what-science-can-do__carousel-dots-wrapper .slick-dots {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	list-style: none;
	padding: 0;
	margin: 0
}

.what-science-can-do__carousel-dots-wrapper .slick-active .what-science-can-do__carousel-dot {
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-dot {
		width: 2.625rem;
		height: 2.625rem;
		margin: .3125rem 0;
		font-size: 1rem;
		line-height: 1.25;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1px;
		border: 0;
		background: 0 0;
		text-align: center;
		color: #1b1b1b
	}

	.what-science-can-do__carousel-dot:active,
	.what-science-can-do__carousel-dot:hover {
		text-decoration: underline;
		background: #fff
	}
}

@media only screen and (min-width:60em) and (min-width:37.5em) {
	.what-science-can-do__carousel-dot {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.what-science-can-do__carousel-item--magenta {
	color: #fff;
	background: #d0006f
}

.what-science-can-do__carousel-item--magenta .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--magenta .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do__carousel-item--magenta .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do__carousel-item--magenta .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--magenta .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do__carousel-item--magenta .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--magenta .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do__carousel-item--black {
	color: #fff;
	background: #1b1b1b
}

.what-science-can-do__carousel-item--black .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--black .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do__carousel-item--black .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do__carousel-item--black .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--black .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do__carousel-item--black .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--black .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do__carousel-item--lime-green {
	color: #3c4242;
	background: #c4d600
}

.what-science-can-do__carousel-item--lime-green .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--lime-green .what-science-can-do-story__content {
		color: #3c4242;
		background: 0 0
	}

	.what-science-can-do__carousel-item--lime-green .what-science-can-do-story__cta {
		border-color: #3c4242;
		color: #3c4242
	}

	.what-science-can-do__carousel-item--lime-green .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--lime-green .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(60, 66, 66, .04)
	}

	.what-science-can-do__carousel-item--lime-green .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--lime-green .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #3c4242
	}
}

.what-science-can-do__carousel-item--light-blue {
	color: #3c4242;
	background: #68d2df
}

.what-science-can-do__carousel-item--light-blue .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--light-blue .what-science-can-do-story__content {
		color: #3c4242;
		background: 0 0
	}

	.what-science-can-do__carousel-item--light-blue .what-science-can-do-story__cta {
		border-color: #3c4242;
		color: #3c4242
	}

	.what-science-can-do__carousel-item--light-blue .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--light-blue .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(60, 66, 66, .04)
	}

	.what-science-can-do__carousel-item--light-blue .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--light-blue .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #3c4242
	}
}

.what-science-can-do__carousel-item--gold {
	color: #3c4242;
	background: #f0ab00
}

.what-science-can-do__carousel-item--gold .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--gold .what-science-can-do-story__content {
		color: #3c4242;
		background: 0 0
	}

	.what-science-can-do__carousel-item--gold .what-science-can-do-story__cta {
		border-color: #3c4242;
		color: #3c4242
	}

	.what-science-can-do__carousel-item--gold .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--gold .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(60, 66, 66, .04)
	}

	.what-science-can-do__carousel-item--gold .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--gold .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #3c4242
	}
}

.what-science-can-do__carousel-item--platinum {
	color: #3c4242;
	background: #9db0ac
}

.what-science-can-do__carousel-item--platinum .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--platinum .what-science-can-do-story__content {
		color: #3c4242;
		background: 0 0
	}

	.what-science-can-do__carousel-item--platinum .what-science-can-do-story__cta {
		border-color: #3c4242;
		color: #3c4242
	}

	.what-science-can-do__carousel-item--platinum .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--platinum .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(60, 66, 66, .04)
	}

	.what-science-can-do__carousel-item--platinum .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--platinum .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #3c4242
	}
}

.what-science-can-do__carousel-item--dark-grey {
	color: #fff;
	background: #4f5757
}

.what-science-can-do__carousel-item--dark-grey .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--dark-grey .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do__carousel-item--dark-grey .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do__carousel-item--dark-grey .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--dark-grey .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do__carousel-item--dark-grey .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--dark-grey .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do__carousel-item--light-grey {
	color: #3c4242;
	background: #d2d2d2
}

.what-science-can-do__carousel-item--light-grey .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--light-grey .what-science-can-do-story__content {
		color: #3c4242;
		background: 0 0
	}

	.what-science-can-do__carousel-item--light-grey .what-science-can-do-story__cta {
		border-color: #3c4242;
		color: #3c4242
	}

	.what-science-can-do__carousel-item--light-grey .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--light-grey .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(60, 66, 66, .04)
	}

	.what-science-can-do__carousel-item--light-grey .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--light-grey .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #3c4242
	}
}

.what-science-can-do__carousel-item--navy {
	color: #fff;
	background: #003865
}

.what-science-can-do__carousel-item--navy .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--navy .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do__carousel-item--navy .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do__carousel-item--navy .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--navy .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do__carousel-item--navy .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--navy .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do__carousel-item--purple {
	color: #fff;
	background: #3c1053
}

.what-science-can-do__carousel-item--purple .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--purple .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do__carousel-item--purple .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do__carousel-item--purple .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--purple .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do__carousel-item--purple .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--purple .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do__carousel-item--graphite {
	color: #fff;
	background: #3c4242
}

.what-science-can-do__carousel-item--graphite .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--graphite .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do__carousel-item--graphite .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do__carousel-item--graphite .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--graphite .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do__carousel-item--graphite .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--graphite .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do__carousel-item--mulberry {
	color: #fff;
	background: #830051
}

.what-science-can-do__carousel-item--mulberry .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--mulberry .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do__carousel-item--mulberry .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do__carousel-item--mulberry .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--mulberry .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do__carousel-item--mulberry .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--mulberry .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do__carousel-item--stories-blue {
	color: #fff;
	background: #1b1b1b
}

.what-science-can-do__carousel-item--stories-blue .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--stories-blue .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do__carousel-item--stories-blue .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do__carousel-item--stories-blue .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--stories-blue .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do__carousel-item--stories-blue .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--stories-blue .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}
}

.what-science-can-do__carousel-item--stories-grey {
	color: #fff;
	background: #4f5757
}

.what-science-can-do__carousel-item--stories-grey .what-science-can-do-story__content {
	color: #3c4242;
	background: #fff
}

@media only screen and (min-width:60em) {
	.what-science-can-do__carousel-item--stories-grey .what-science-can-do-story__content {
		color: #fff;
		background: 0 0
	}

	.what-science-can-do__carousel-item--stories-grey .what-science-can-do-story__cta {
		border-color: #fff;
		color: #fff
	}

	.what-science-can-do__carousel-item--stories-grey .what-science-can-do-story__cta:active,
	.what-science-can-do__carousel-item--stories-grey .what-science-can-do-story__cta:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.what-science-can-do__carousel-item--stories-grey .what-science-can-do-story__cta:active span,
	.what-science-can-do__carousel-item--stories-grey .what-science-can-do-story__cta:hover span {
		border-bottom: 3px solid #fff
	}

	.what-science-can-do__carousel-item {
		width: 100%;
		height: 100%
	}
}

.what-science-can-do .slick-list,
.what-science-can-do .slick-track {
	width: 100%;
	height: 100%
}

.ambassadors-hub-intro {
	color: #3c4242
}

.ambassadors-hub-intro__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	padding: 0 1.25rem
}

@media only screen and (min-width:37.5em) {
	.ambassadors-hub-intro__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.ambassadors-hub-intro__hero-item {
	margin-bottom: .9375rem
}

@media only screen and (min-width:60em) {
	.no-js .ambassadors-hub-intro {
		height: 700px
	}

	.ambassadors-hub-intro__title {
		display: none
	}

	.ambassadors-hub-intro__hero-content {
		min-height: 37.5rem;
		font-size: 0;
		color: #fff;
		height: 100%;
		overflow: hidden
	}

	.ambassadors-hub-intro__hero-item {
		position: relative;
		display: inline-block;
		height: 100%;
		margin: 0
	}

	.no-js .ambassadors-hub-intro__hero-item {
		width: calc(100% / 3)
	}

	.ambassadors-hub-intro__hero-item--active,
	.ambassadors-hub-intro__hero-item--inactive {
		transition: width .3s cubic-bezier(.05, .06, .11, 1)
	}

	.ambassadors-hub-intro__hero-item--active {
		width: 50%;
		box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5);
		z-index: 100
	}

	.ambassadors-hub-intro__hero-item--active .ambassadors-hub-intro__hero-copy {
		opacity: 1;
		transition: opacity 1.1s linear
	}

	.ambassadors-hub-intro__hero-item--inactive {
		width: 25%
	}

	.ambassadors-hub-intro__hero-item--inactive:before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #1b1b1b;
		opacity: .3
	}

	.ambassadors-hub-intro__hero-item--inactive .ambassadors-hub-intro__hero-copy {
		opacity: 0
	}

	.ambassadors-hub-intro__hero-item .button {
		margin-bottom: .3125rem;
		color: #fff
	}
}

.ambassadors-hub-intro__hero-tile {
	text-decoration: none;
	color: #3c4242
}

.ambassadors-hub-intro__hero-tile:hover {
	text-decoration: underline
}

.ambassadors-hub-intro__hero-image {
	height: 20rem;
	background-repeat: no-repeat;
	background-position: center 34%
}

.ambassadors-hub-intro__hero-copy {
	padding: 0 1.25rem
}

.ambassadors-hub-intro__hero-name {
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	font-size: 1.5rem
}

@media only screen and (min-width:37.5em) {
	.ambassadors-hub-intro__hero-image {
		height: 23.4375rem;
		background-size: cover;
		background-position: 0 26%
	}

	.ambassadors-hub-intro__hero-name {
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px;
		font-size: 1.875rem
	}
}

.ambassadors-hub-intro__hero-name h3 {
	margin-bottom: .3125rem
}

@media only screen and (min-width:60em) {
	.ambassadors-hub-intro__hero-tile {
		color: #fff
	}

	.ambassadors-hub-intro__hero-image {
		height: 100%
	}

	.ambassadors-hub-intro__hero-copy {
		padding: 2.5rem 1.5625rem 0;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent)
	}

	.ie9 .ambassadors-hub-intro__hero-copy,
	.lt-ie9 .ambassadors-hub-intro__hero-copy {
		background: url(../img/bg-gradient-to-top.png) left bottom repeat-x
	}

	.ambassadors-hub-intro__hero-name,
	.ambassadors-hub-intro__hero-title {
		width: 21.875rem
	}

	.ambassadors-hub-intro__hero-name {
		font-size: 1.25rem;
		line-height: 1.375;
		width: 50%
	}

	.ambassadors-hub-intro__hero-name h3 {
		margin-bottom: 0
	}
}

.ambassadors-hub-intro__hero-title p {
	font-size: 1.25rem;
	line-height: 1.3;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	margin-top: 0
}

@media only screen and (min-width:60em) {
	.ambassadors-hub-intro__hero-title p {
		font-size: 1rem;
		line-height: 1.375;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		margin-bottom: .3125rem
	}
}

.ambassadors-hub-intro__all-people {
	padding: 1.25rem 0;
	font-size: 0;
	background-color: #f8f8f8
}

.ambassadors-hub-intro__all-people-item {
	margin: .625rem .625rem 1.25rem;
	padding-bottom: .3125rem;
	background-color: #fff
}

.ambassadors-hub-intro__all-people-tile {
	text-decoration: none;
	color: #3c4242
}

.ambassadors-hub-intro__all-people-tile:hover {
	text-decoration: underline
}

.ambassadors-hub-intro__all-people-image {
	height: 10.5625rem;
	background-repeat: no-repeat;
	background-position: center 35%;
	background-size: 100% auto
}

.ambassadors-hub-intro__all-people-copy {
	padding: .5rem 1.75rem .625rem
}

.ambassadors-hub-intro__all-people-name-wrap {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px
}

@media only screen and (min-width:37.5em) {
	.ambassadors-hub-intro__all-people-item {
		display: inline-block;
		width: calc(50% - 20px);
		vertical-align: top
	}

	.ambassadors-hub-intro__all-people-image {
		height: 15.625rem;
		background-size: cover
	}

	.ambassadors-hub-intro__all-people-name-wrap {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.ambassadors-hub-intro__all-people-name {
	margin-bottom: .3125rem
}

.ambassadors-hub-intro__all-people-title {
	margin: 0 0 .625rem
}

.ambassadors-hub-intro__all-people .show-more-wrapper__toggle-button-container {
	padding: 0 1.25rem
}

.no-js .ambassadors-hub-intro__all-people .show-more-wrapper__toggle-button-container {
	display: none
}

.open-innovation-banner {
	background: #003865
}

.open-innovation-banner::after {
	content: '';
	display: table;
	clear: both
}

.open-innovation-banner__content-region-inner {
	padding: 1.25rem
}

@media only screen and (min-width:60em) {
	.ambassadors-hub-intro__all-people-item {
		width: calc(33.3333% - 20px)
	}

	.open-innovation-banner {
		max-height: 17.5rem;
		margin-left: 1.25rem;
		margin-right: 1.25rem;
		position: relative;
		max-width: 1280px;
		overflow: hidden
	}

	.open-innovation-banner__image-region {
		width: 58.3333333333%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.open-innovation-banner__content-region {
		width: 41.6666666667%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

	.open-innovation-banner__content-region-inner {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: .625rem 2.5rem;
		position: absolute
	}
}

.lt-ie9 .open-innovation-banner__content-region-inner {
	position: static
}

.open-innovation-banner__title {
	padding-bottom: .625rem;
	margin: 0
}

.open-innovation-banner__title a {
	font-size: 2.125rem;
	line-height: 2.5625rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none
}

.open-innovation-banner__title a:active,
.open-innovation-banner__title a:hover {
	text-decoration: underline
}

.open-innovation-banner__title a:before {
	content: attr(data-blue-text);
	color: #68d2df
}

.open-innovation-banner__text {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	padding-bottom: .625rem;
	color: #fff;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.open-innovation-banner__text {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

@media only screen and (min-width:60em) {
	.open-innovation-banner__text {
		padding-bottom: 1.25rem
	}
}

.open-innovation-banner__cta {
	font-size: 1rem
}

.open-innovation-banner__cta:after {
	right: 1.5625rem;
	top: 1.625rem
}

.social-tile {
	color: #3c4242
}

.social-tile__heading {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	padding-bottom: 1rem
}

.social-tile__heading,
.social-tile__tweet-body-copy {
	margin: 0
}

.social-tile__heading,
.social-tile__tweet {
	border-bottom: 1px solid #d2d2d2
}

.social-tile__tweets-wrapper {
	list-style: none;
	padding: 0;
	margin: 0
}

.social-tile__tweet {
	padding: 1rem 0
}

.social-tile__user-profile {
	margin-bottom: .625rem;
	display: inline-block;
	text-decoration: none;
	color: inherit
}

.social-tile__user-profile:hover .social-tile__profile-handle,
.social-tile__user-profile:hover .social-tile__profile-name {
	text-decoration: underline
}

.social-tile__profile-pic {
	width: 2.125rem;
	border-radius: .25rem;
	margin-right: .3125rem
}

.social-tile__profile-user-info {
	display: inline-block;
	vertical-align: top
}

.social-tile__profile-handle,
.social-tile__profile-name {
	display: block;
	color: inherit
}

.social-tile__account-link,
.social-tile__profile-name,
.social-tile__tweet-body-copy {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px
}

.social-tile__profile-handle,
.social-tile__tweet-footer {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px
}

.social-tile__account-link a,
.social-tile__tweet-body-copy a {
	text-decoration: none;
	color: #f3bc33
}

.social-tile__account-link a:hover,
.social-tile__tweet-body-copy a:hover {
	text-decoration: underline
}

.social-tile__tweet-footer {
	margin-top: .625rem;
	position: relative;
	overflow: hidden
}

.social-tile__tweet-icon {
	margin-right: 1.875rem;
	text-decoration: none;
	color: #636868
}

.social-tile__tweet-icon--favorite:before,
.social-tile__tweet-icon--reply:before,
.social-tile__tweet-icon--retweet:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.social-tile__tweet-icon--favorite:before,
.social-tile__tweet-icon--retweet:before {
	margin-right: .3125rem
}

.social-tile__tweet-icon:hover:before {
	color: #4099ff
}

.social-tile__tweet-icon:nth-child(2):before {
	font-size: .875rem;
	top: .25rem
}

.social-tile__timestamp:before,
.social-tile__tweet-icon:before {
	top: .125rem;
	color: #d2d2d2;
	position: relative
}

.social-tile__timestamp {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #636868
}

.social-tile__timestamp:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: .3125rem
}

.social-tile__cta {
	text-align: center;
	margin-bottom: 0
}

.modal-window--show.js-modal-window--signup .modal-inner {
	width: 460px;
	margin-left: -220px
}

.modal-window--show.js-modal-window--signup .modal-content {
	max-height: inherit
}

@media screen and (min-width:681px) {
	.modal-window--show.js-modal-window--signup .modal-close:after {
		margin-right: -240px
	}
}

@media screen and (max-width:680px) {
	.modal-window--show.js-modal-window--signup .modal-inner {
		width: auto;
		margin-left: 0
	}
}

.modal-window--show .signup-content {
	padding: 2.5rem 3.75rem 1.5rem 1.875rem;
	background: #fff;
	color: #3c4242
}

.modal-window--show .signup-content__header {
	margin: 0 0 1.09375rem;
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px
}

@media only screen and (min-width:37.5em) {
	.modal-window--show .signup-content__header {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.modal-window--show .signup-content__label {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin-bottom: .625rem;
	display: inline-block
}

@media only screen and (min-width:37.5em) {
	.modal-window--show .signup-content__label {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.modal-window--show .signup-content__input {
	padding: .9375rem .625rem;
	margin-bottom: 1rem;
	display: block;
	background: #f8f8f8;
	width: 100%;
	border: 0
}

.modal-window--show .signup-content button {
	margin-top: 1.5rem
}

.modal-window--show .parsley-errors-list {
	font-size: .625rem;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #3c4242
}

.modal-window--show .parsley-errors-list li {
	margin: -.875rem 0 .875rem
}

.modal-window--show .parsley-errors-list li:before {
	font-size: 1.125rem;
	margin-right: .3125rem;
	top: .25rem;
	position: relative
}

.modal-window--show .parsley-errors-list .parsley-custom-error-message:before,
.modal-window--show .parsley-errors-list .parsley-post-form-error:before {
	content: '\26A0';
	color: #d0021b
}

.modal-window--show .parsley-errors-list .parsley-post-email-success:before {
	content: '\2713';
	color: #417505
}

.caption {
	margin: 0
}

.caption::after {
	content: '';
	display: table;
	clear: both
}

.caption--is-opened {
	overflow: hidden
}

@media only screen and (min-width:60em) {
	.caption {
		position: relative;
		padding: 0;
		margin: 0;
		display: inline-block;
		float: right
	}

	.caption--is-opened {
		overflow: visible
	}
}

.caption--active .caption__toggle:before,
.caption--active-mouseenter .caption__toggle:before {
	content: '\e030'
}

.caption--active .caption__content,
.caption--active-mouseenter .caption__content {
	display: block;
	z-index: 1000
}

.caption--dark .caption__toggle:before {
	color: #1b1b1b
}

@media only screen and (min-width:60em) {
	.caption--dark .caption__content {
		background: rgba(27, 27, 27, .85);
		color: #fff
	}

	.caption--dark .caption__content:after {
		border-right: 10px solid rgba(27, 27, 27, .85);
		border-top: 10px solid rgba(27, 27, 27, .85)
	}
}

.lt-ie9 .caption--dark .caption__content {
	background: #1b1b1b
}

@media only screen and (min-width:60em) {
	.caption--dark .caption__close button {
		background: #fff;
		color: #1b1b1b
	}
}

.caption--highest {
	z-index: 1100 !important
}

.caption__toggle {
	display: block;
	float: right;
	background: 0 0;
	border: 0;
	padding: 0;
	line-height: 0
}

.caption__toggle:before {
	font-family: az-glyph-1;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2.75rem;
	content: '\e02f';
	color: #fff;
	position: relative
}

.no-touchevents .caption__toggle:hover:before {
	content: '\e030'
}

.no-js .caption__toggle {
	display: none !important;
	visibility: hidden
}

.caption__content {
	padding: 1.25rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .5px;
	background: rgba(255, 255, 255, .95);
	color: #1b1b1b;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto
}

@media only screen and (min-width:60em) {
	.caption__content {
		padding: 1.25rem 1.25rem 0;
		width: 28.125rem;
		bottom: 4.6875rem;
		background: rgba(255, 255, 255, .85);
		position: absolute;
		top: auto;
		left: auto;
		right: 0;
		height: auto;
		overflow: visible
	}
}

.lt-ie9 .caption__content {
	background: #fff
}

.caption__content:after {
	content: '';
	display: block;
	border-right: 10px solid rgba(255, 255, 255, .85);
	border-bottom: 10px solid transparent;
	border-top: 10px solid rgba(255, 255, 255, .85);
	border-left: 10px solid transparent;
	float: right;
	height: 0;
	width: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px)
}

.caption__content p {
	margin: .5rem 0 0
}

.caption__close {
	display: block;
	position: relative
}

.caption__close::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.caption__close {
		margin-bottom: 1.25rem;
		display: none
	}
}

.caption__close button {
	width: 2.75rem;
	height: 2.75rem;
	border: 0;
	background: #1b1b1b;
	color: #fff;
	float: right
}

.caption__close button:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .75rem
}

.caption__title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	letter-spacing: .5px;
	margin: .5rem 0 0;
	font-weight: 700
}

@media only screen and (min-width:60em) {
	.caption__title {
		margin: 0
	}
}

.map {
	background-color: #830051
}

.map__image-wrapper {
	height: 16.875rem;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .5s ease-out
}

.map__image-wrapper img {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.map__text-wrapper {
	padding: 2.375rem 1.25rem 3.625rem;
	color: #3c4242;
	background-color: #fff
}

.map__title {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0 0 1.25rem
}

@media only screen and (min-width:37.5em) {
	.map__title {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.map__subtitle {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.map__subtitle {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.map__address {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	color: #3c4242
}

.map__address-line {
	margin: 0
}

.map__address-line--email,
.map__address-line--telephone {
	margin-top: .75rem;
	font-weight: 700;
	color: #3c4242
}

.map__address-line a {
	color: inherit;
	text-decoration: none
}

.map__address-line a:active,
.map__address-line a:hover {
	text-decoration: underline
}

.map--loaded .map__image-wrapper {
	opacity: 1
}

@media only screen and (min-width:60em) {
	.map {
		height: 16.875rem;
		overflow: hidden
	}

	.map__image-wrapper img {
		width: 100%
	}

	.map__text-wrapper {
		height: 16.875rem;
		width: 31.914893617%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none;
		top: -16.875rem;
		padding-left: 2.5rem;
		background: #fff;
		background: rgba(255, 255, 255, .94);
		position: relative;
		z-index: 100
	}
}

.stories-carousel {
	position: relative;
	background: #f8f8f8
}

.stories-carousel__item--magenta {
	color: #fff;
	background: #d0006f
}

.stories-carousel__item--magenta .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--magenta .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--magenta .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--magenta .stories-carousel__item__cta:active,
.stories-carousel__item--magenta .stories-carousel__item__cta:hover {
	border: 1px solid rgba(255, 255, 255, .04)
}

.stories-carousel__item--magenta .stories-carousel__item__cta:active span,
.stories-carousel__item--magenta .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #fff
}

.stories-carousel .stories-carousel__dots--magenta button {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff
}

.stories-carousel .stories-carousel__dots--magenta .slick-active button {
	background: rgba(255, 255, 255, .7)
}

.stories-carousel__item--black {
	color: #fff;
	background: #1b1b1b
}

.stories-carousel__item--black .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--black .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--black .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--black .stories-carousel__item__cta:active,
.stories-carousel__item--black .stories-carousel__item__cta:hover {
	border: 1px solid rgba(255, 255, 255, .04)
}

.stories-carousel__item--black .stories-carousel__item__cta:active span,
.stories-carousel__item--black .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #fff
}

.stories-carousel .stories-carousel__dots--black button {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff
}

.stories-carousel .stories-carousel__dots--black .slick-active button {
	background: rgba(255, 255, 255, .7)
}

.stories-carousel__item--lime-green {
	color: #3c4242;
	background: #c4d600
}

.stories-carousel__item--lime-green .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--lime-green .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--lime-green .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--lime-green .stories-carousel__item__cta:active,
.stories-carousel__item--lime-green .stories-carousel__item__cta:hover {
	border: 1px solid rgba(60, 66, 66, .04)
}

.stories-carousel__item--lime-green .stories-carousel__item__cta:active span,
.stories-carousel__item--lime-green .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #3c4242
}

.stories-carousel .stories-carousel__dots--lime-green button {
	background: rgba(60, 66, 66, 0);
	border: 2px solid #3c4242
}

.stories-carousel .stories-carousel__dots--lime-green .slick-active button {
	background: rgba(60, 66, 66, .7)
}

.stories-carousel__item--light-blue {
	color: #3c4242;
	background: #68d2df
}

.stories-carousel__item--light-blue .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--light-blue .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--light-blue .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--light-blue .stories-carousel__item__cta:active,
.stories-carousel__item--light-blue .stories-carousel__item__cta:hover {
	border: 1px solid rgba(60, 66, 66, .04)
}

.stories-carousel__item--light-blue .stories-carousel__item__cta:active span,
.stories-carousel__item--light-blue .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #3c4242
}

.stories-carousel .stories-carousel__dots--light-blue button {
	background: rgba(60, 66, 66, 0);
	border: 2px solid #3c4242
}

.stories-carousel .stories-carousel__dots--light-blue .slick-active button {
	background: rgba(60, 66, 66, .7)
}

.stories-carousel__item--gold {
	color: #3c4242;
	background: #f0ab00
}

.stories-carousel__item--gold .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--gold .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--gold .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--gold .stories-carousel__item__cta:active,
.stories-carousel__item--gold .stories-carousel__item__cta:hover {
	border: 1px solid rgba(60, 66, 66, .04)
}

.stories-carousel__item--gold .stories-carousel__item__cta:active span,
.stories-carousel__item--gold .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #3c4242
}

.stories-carousel .stories-carousel__dots--gold button {
	background: rgba(60, 66, 66, 0);
	border: 2px solid #3c4242
}

.stories-carousel .stories-carousel__dots--gold .slick-active button {
	background: rgba(60, 66, 66, .7)
}

.stories-carousel__item--platinum {
	color: #3c4242;
	background: #9db0ac
}

.stories-carousel__item--platinum .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--platinum .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--platinum .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--platinum .stories-carousel__item__cta:active,
.stories-carousel__item--platinum .stories-carousel__item__cta:hover {
	border: 1px solid rgba(60, 66, 66, .04)
}

.stories-carousel__item--platinum .stories-carousel__item__cta:active span,
.stories-carousel__item--platinum .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #3c4242
}

.stories-carousel .stories-carousel__dots--platinum button {
	background: rgba(60, 66, 66, 0);
	border: 2px solid #3c4242
}

.stories-carousel .stories-carousel__dots--platinum .slick-active button {
	background: rgba(60, 66, 66, .7)
}

.stories-carousel__item--dark-grey {
	color: #fff;
	background: #4f5757
}

.stories-carousel__item--dark-grey .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--dark-grey .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--dark-grey .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--dark-grey .stories-carousel__item__cta:active,
.stories-carousel__item--dark-grey .stories-carousel__item__cta:hover {
	border: 1px solid rgba(255, 255, 255, .04)
}

.stories-carousel__item--dark-grey .stories-carousel__item__cta:active span,
.stories-carousel__item--dark-grey .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #fff
}

.stories-carousel .stories-carousel__dots--dark-grey button {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff
}

.stories-carousel .stories-carousel__dots--dark-grey .slick-active button {
	background: rgba(255, 255, 255, .7)
}

.stories-carousel__item--light-grey {
	color: #3c4242;
	background: #d2d2d2
}

.stories-carousel__item--light-grey .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--light-grey .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--light-grey .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--light-grey .stories-carousel__item__cta:active,
.stories-carousel__item--light-grey .stories-carousel__item__cta:hover {
	border: 1px solid rgba(60, 66, 66, .04)
}

.stories-carousel__item--light-grey .stories-carousel__item__cta:active span,
.stories-carousel__item--light-grey .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #3c4242
}

.stories-carousel .stories-carousel__dots--light-grey button {
	background: rgba(60, 66, 66, 0);
	border: 2px solid #3c4242
}

.stories-carousel .stories-carousel__dots--light-grey .slick-active button {
	background: rgba(60, 66, 66, .7)
}

.stories-carousel__item--navy {
	color: #fff;
	background: #003865
}

.stories-carousel__item--navy .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--navy .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--navy .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--navy .stories-carousel__item__cta:active,
.stories-carousel__item--navy .stories-carousel__item__cta:hover {
	border: 1px solid rgba(255, 255, 255, .04)
}

.stories-carousel__item--navy .stories-carousel__item__cta:active span,
.stories-carousel__item--navy .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #fff
}

.stories-carousel .stories-carousel__dots--navy button {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff
}

.stories-carousel .stories-carousel__dots--navy .slick-active button {
	background: rgba(255, 255, 255, .7)
}

.stories-carousel__item--purple {
	color: #fff;
	background: #3c1053
}

.stories-carousel__item--purple .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--purple .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--purple .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--purple .stories-carousel__item__cta:active,
.stories-carousel__item--purple .stories-carousel__item__cta:hover {
	border: 1px solid rgba(255, 255, 255, .04)
}

.stories-carousel__item--purple .stories-carousel__item__cta:active span,
.stories-carousel__item--purple .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #fff
}

.stories-carousel .stories-carousel__dots--purple button {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff
}

.stories-carousel .stories-carousel__dots--purple .slick-active button {
	background: rgba(255, 255, 255, .7)
}

.stories-carousel__item--graphite {
	color: #fff;
	background: #3c4242
}

.stories-carousel__item--graphite .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--graphite .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--graphite .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--graphite .stories-carousel__item__cta:active,
.stories-carousel__item--graphite .stories-carousel__item__cta:hover {
	border: 1px solid rgba(255, 255, 255, .04)
}

.stories-carousel__item--graphite .stories-carousel__item__cta:active span,
.stories-carousel__item--graphite .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #fff
}

.stories-carousel .stories-carousel__dots--graphite button {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff
}

.stories-carousel .stories-carousel__dots--graphite .slick-active button {
	background: rgba(255, 255, 255, .7)
}

.stories-carousel__item--mulberry {
	color: #fff;
	background: #830051
}

.stories-carousel__item--mulberry .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--mulberry .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--mulberry .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--mulberry .stories-carousel__item__cta:active,
.stories-carousel__item--mulberry .stories-carousel__item__cta:hover {
	border: 1px solid rgba(255, 255, 255, .04)
}

.stories-carousel__item--mulberry .stories-carousel__item__cta:active span,
.stories-carousel__item--mulberry .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #fff
}

.stories-carousel .stories-carousel__dots--mulberry button {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff
}

.stories-carousel .stories-carousel__dots--mulberry .slick-active button {
	background: rgba(255, 255, 255, .7)
}

.stories-carousel__item--stories-blue {
	color: #fff;
	background: #1b1b1b
}

.stories-carousel__item--stories-blue .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--stories-blue .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}
}

.stories-carousel__item--stories-blue .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--stories-blue .stories-carousel__item__cta:active,
.stories-carousel__item--stories-blue .stories-carousel__item__cta:hover {
	border: 1px solid rgba(255, 255, 255, .04)
}

.stories-carousel__item--stories-blue .stories-carousel__item__cta:active span,
.stories-carousel__item--stories-blue .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #fff
}

.stories-carousel .stories-carousel__dots--stories-blue button {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff
}

.stories-carousel .stories-carousel__dots--stories-blue .slick-active button {
	background: rgba(255, 255, 255, .7)
}

.stories-carousel__item--stories-grey {
	color: #fff;
	background: #4f5757
}

.stories-carousel__item--stories-grey .stories-carousel__item-content {
	color: #3c4242;
	background: #f8f8f8
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item--stories-grey .stories-carousel__item-content {
		color: inherit;
		background: 0 0
	}

	.stories-carousel__item {
		min-height: 26.25rem;
		position: relative
	}
}

.stories-carousel__item--stories-grey .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel__item--stories-grey .stories-carousel__item__cta:active,
.stories-carousel__item--stories-grey .stories-carousel__item__cta:hover {
	border: 1px solid rgba(255, 255, 255, .04)
}

.stories-carousel__item--stories-grey .stories-carousel__item__cta:active span,
.stories-carousel__item--stories-grey .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #fff
}

.stories-carousel .stories-carousel__dots--stories-grey button {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff
}

.stories-carousel .stories-carousel__dots--stories-grey .slick-active button {
	background: rgba(255, 255, 255, .7)
}

.stories-carousel__inner-wrap {
	position: relative
}

.stories-carousel__item {
	overflow: hidden
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item-content-wrapper {
		max-width: 80rem;
		padding: 3.125rem 1.25rem 0;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.stories-carousel__item-content {
	padding: 0 1.25rem 2.5rem
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item-content {
		max-width: 21.875rem;
		padding: 0
	}
}

.cq-wcm-edit .stories-carousel__item-content {
	position: static
}

.stories-carousel__item-title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	padding: 1.875rem 0 0;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item-title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px;
		padding: 0
	}
}

.stories-carousel__item-subtitle {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin: .625rem 0 0
}

.stories-carousel__item__cta {
	margin: 1.875rem 0 0
}

.stories-carousel__item .responsive-image__container {
	overflow: hidden
}

.stories-carousel__item .image-replace {
	transition: -webkit-transform 10s linear, opacity .9s linear;
	transition: transform 10s linear, opacity .9s linear
}

.slick-current .stories-carousel__item .image-replace {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__item-subtitle {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.stories-carousel__item-image-wrapper,
	.stories-carousel__item-image-wrapper .responsive-image,
	.stories-carousel__item-image-wrapper .responsive-image__container {
		height: 100%
	}

	.stories-carousel__item-image-wrapper .image-replace {
		width: auto;
		height: 100%;
		position: absolute;
		right: 0
	}
}

.stories-carousel__scroll-cta {
	display: none
}

.ie9 .stories-carousel__scroll-cta {
	z-index: 1000
}

.stories-carousel__tray-cta {
	position: absolute;
	right: 0;
	top: 25vh;
	z-index: 800
}

@media only screen and (min-width:60em) {
	.stories-carousel__item-content {
		max-width: 30rem
	}

	.stories-carousel__scroll-cta {
		display: inline-block;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto
	}

	.stories-carousel__tray-cta {
		top: 45%
	}
}

.ie9 .stories-carousel__tray-cta {
	z-index: 1000
}

.is-off-canvas-open .stories-carousel__tray-cta,
.no-js .stories-carousel__tray-cta {
	display: none
}

.stories-carousel .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0 1.25rem;
	text-align: left;
	position: absolute;
	top: 5%;
	width: 100%
}

.ie9 .stories-carousel .slick-dots {
	z-index: 1000
}

.stories-carousel .slick-dots li {
	display: inline-block
}

.stories-carousel .slick-dots button {
	margin-right: .9375rem;
	width: .75rem;
	height: .75rem;
	box-sizing: content-box;
	border-radius: 50%;
	padding: 0
}

.stories-carousel--header {
	overflow: hidden
}

@media only screen and (min-width:37.5em) {
	.stories-carousel .slick-dots {
		max-width: 80rem;
		top: auto;
		bottom: 5%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.stories-carousel--header .stories-carousel__item--light .stories-carousel__item-content {
		color: #fff;
		background: rgba(27, 27, 27, .9)
	}
}

.stories-carousel--header .stories-carousel__item--light .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel--header .stories-carousel__item--light .stories-carousel__item__cta:active,
.stories-carousel--header .stories-carousel__item--light .stories-carousel__item__cta:hover {
	border: 1px solid rgba(255, 255, 255, .04)
}

.stories-carousel--header .stories-carousel__item--light .stories-carousel__item__cta:active span,
.stories-carousel--header .stories-carousel__item--light .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #fff
}

.stories-carousel--header .stories-carousel__dots--light button {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff
}

.stories-carousel--header .stories-carousel__dots--light .slick-active button {
	background: rgba(255, 255, 255, .7)
}

@media only screen and (min-width:37.5em) {
	.stories-carousel--header .stories-carousel__item--dark .stories-carousel__item-content {
		color: #3c4242;
		background: rgba(255, 255, 255, .9)
	}
}

.stories-carousel--header .stories-carousel__item--dark .stories-carousel__item__cta {
	border-color: inherit;
	color: inherit
}

.stories-carousel--header .stories-carousel__item--dark .stories-carousel__item__cta:active,
.stories-carousel--header .stories-carousel__item--dark .stories-carousel__item__cta:hover {
	border: 1px solid rgba(60, 66, 66, .04)
}

.stories-carousel--header .stories-carousel__item--dark .stories-carousel__item__cta:active span,
.stories-carousel--header .stories-carousel__item--dark .stories-carousel__item__cta:hover span {
	border-bottom: 3px solid #3c4242
}

.stories-carousel--header .stories-carousel__dots--dark button {
	background: rgba(60, 66, 66, 0);
	border: 2px solid #3c4242
}

.stories-carousel--header .stories-carousel__dots--dark .slick-active button {
	background: rgba(60, 66, 66, .7)
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.stories-carousel--header .stories-carousel__item {
		background-image: none !important
	}
}

.stories-carousel--header .stories-carousel__item-content {
	padding: 1.875rem 1.25rem
}

@media only screen and (min-width:37.5em) {
	.stories-carousel--header .stories-carousel__item {
		max-height: 36.5625rem;
		background-size: cover;
		background-position: center center
	}

	.stories-carousel--header .stories-carousel__item-content {
		padding: 1.875rem;
		max-height: 25.625rem;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		max-width: none;
		margin: 0 auto;
		left: auto
	}
}

@media only screen and (min-width:60em) {
	.stories-carousel--header .stories-carousel__item-content {
		margin: 0;
		position: absolute
	}

	.stories-carousel--header .stories-carousel__item--left .stories-carousel__item-content {
		left: 1.25rem
	}
}

.stories-carousel--header .stories-carousel__item-label {
	padding: .5rem;
	margin-bottom: .625rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	color: #fff;
	background: #830051;
	display: inline-block
}

.stories-carousel--header .stories-carousel__item-title {
	padding: 0
}

.stories-carousel--header .stories-carousel__item-author {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: 1.25rem 0 0
}

.stories-carousel--header .stories-carousel__item__cta {
	text-align: center
}

@media only screen and (min-width:37.5em) {
	.stories-carousel--header .stories-carousel__item__cta {
		text-align: left
	}

	.stories-carousel--header .stories-carousel__item-inner-wrapper {
		max-width: 80rem;
		margin: 0 auto;
		position: relative;
		height: 100%
	}

	.stories-carousel--header .stories-carousel__item--four-col .stories-carousel__item-content {
		width: 20.3125rem
	}

	.stories-carousel--header .stories-carousel__item--six-col .stories-carousel__item-content {
		width: 31.25rem
	}

	.stories-carousel--header .stories-carousel__item-image-wrapper {
		display: none
	}
}

.stories-carousel--header .slick-dots {
	text-align: center
}

.stories-carousel--header .slick-dots button {
	width: .75rem;
	height: .75rem
}

.stories-carousel--header .slick-current .stories-carousel__item .image-replace {
	transition: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.lt-ie9 .stories-carousel--header .stories-carousel__item {
	background: 0 0 !important
}

.stories-carousel__progress-bar {
	height: .375rem;
	width: 100%;
	position: absolute;
	top: 0;
	background: rgba(196, 208, 205, .4)
}

.stories-carousel__progress-bar .ui-progressbar-value {
	height: .375rem;
	background: #c4d0cd;
	transition: width 9.5s linear
}

.wscd-tray {
	padding: 1.25rem;
	height: 100%
}

@media only screen and (min-width:60em) {
	.stories-carousel--header .stories-carousel__item--right .stories-carousel__item-content {
		right: 1.25rem
	}

	.stories-carousel--header .slick-dots {
		text-align: left
	}

	.wscd-tray {
		padding: 5rem 1.25rem 1.25rem 5rem
	}
}

.wscd-tray-items {
	list-style: none;
	padding: 0;
	margin: 0
}

.wscd-tray__title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	text-transform: uppercase
}

@media only screen and (min-width:60em) {
	.wscd-tray__title {
		margin-bottom: 1.5625rem
	}
}

.wscd-tray-item {
	margin-bottom: 1.875rem;
	display: block
}

.wscd-tray-item .responsive-image {
	overflow: hidden
}

.wscd-tray-item .responsive-image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .7;
	background-color: #d9338c;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	transition: -webkit-transform .25s cubic-bezier(.2, 1, .2, 1);
	transition: transform .25s cubic-bezier(.2, 1, .2, 1)
}

.wscd-tray-item:hover .responsive-image:before {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media only screen and (min-width:37.5em) {
	.stories-carousel__progress-bar {
		bottom: 0;
		top: auto
	}

	.wscd-tray-item {
		margin-right: .3125rem;
		max-width: 12.5rem;
		display: inline-block;
		vertical-align: top
	}
}

@media only screen and (min-width:60em) {
	.wscd-tray-item {
		margin-right: 2.5rem
	}
}

.wscd-tray-item:first-child {
	margin-top: 1.25rem
}

@media only screen and (min-width:37.5em) {
	.wscd-tray-item:first-child {
		margin-top: 0
	}
}

.wscd-tray-item__link {
	text-decoration: none
}

.wscd-tray-item__title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: .625rem 0 0;
	color: #3c4242
}

.wscd-tray-item img {
	height: auto;
	width: 100%
}

.wscd-tray__close {
	padding: 1.0625rem 1.1875rem 1.0625rem 1.0625rem;
	background: #3c4242;
	color: #fff;
	border-radius: 0;
	border: 0;
	line-height: .25;
	z-index: 900;
	top: 0;
	position: absolute;
	right: 0
}

.wscd-tray__close:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: block;
	transition-duration: .8s
}

.wscd-tray__close:after {
	width: .3125rem;
	background: #d0006f;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	transition: width .5s;
	z-index: -1
}

.wscd-tray__close:hover:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.wscd-tray__close:hover:after {
	width: 100%
}

.ie9 .wscd-tray__close {
	width: 3rem
}

.lt-ie9 .wscd-tray__close,
.no-js .wscd-tray__close {
	display: none
}

.lt-ie9 .wscd-tray {
	position: static;
	width: 100%
}

.section-intro {
	padding: 3.75rem 0;
	background: #fff
}

@media only screen and (min-width:37.5em) {
	.wscd-tray-item img {
		height: 7rem
	}

	.section-intro {
		padding: 0;
		box-sizing: content-box;
		background-clip: content-box
	}

	.section-intro,
	.section-intro__wrapper {
		height: 70vh;
		position: relative
	}

	.section-intro__wrapper {
		visibility: hidden;
		width: 100%
	}
}

@media only screen and (min-width:60em) {
	.wscd-tray__close:hover {
		border: 0
	}

	.wscd-tray__close {
		top: 50vh;
		left: 0;
		right: auto
	}

	.section-intro,
	.section-intro__wrapper {
		height: 80vh
	}
}

@media only screen and (min-width:37.5em) {
	.section-intro.section-active .section-intro__wrapper {
		visibility: visible;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0
	}
}

.section-intro__content {
	padding: 1.25rem;
	margin: 0 1.25rem;
	position: relative;
	border: 2px solid #3c4242;
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.section-intro__content {
		max-width: 25rem;
		padding: 1.5625rem 2.5rem;
		margin: 0 auto;
		top: 50%
	}
}

.section-intro__content:after,
.section-intro__content:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0
}

.section-intro__content:before {
	margin-left: -19px;
	border-top: solid 19px #3c4242;
	border-left: solid 19px transparent;
	border-right: solid 19px transparent
}

.section-intro__content:after {
	margin-left: -16px;
	border-top: solid 16px #fff;
	border-left: solid 16px transparent;
	border-right: solid 16px transparent
}

@media only screen and (min-width:60em) {

	.section-intro__content:after,
	.section-intro__content:before {
		content: none
	}
}

.section-intro__title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	margin: .625rem 0 0
}

@media only screen and (min-width:37.5em) {
	.section-intro__content:after {
		border-top: solid 16px #fff
	}

	.section-intro__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}

	.csstransforms3d .section-intro__content {
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0)
	}
}

.section-intro__copy {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin-top: .625rem
}

.lt-ie9 .section-intro__content {
	margin-top: 5rem;
	margin-bottom: 5rem
}

.lt-ie9 .section-intro__wrapper {
	visibility: visible
}

@media only screen and (min-width:37.5em) {
	.no-csstransforms3d .section-intro__content {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.no-js .section-intro__wrapper {
		visibility: visible
	}
}

.wscd-split-feature-tile {
	margin-bottom: 1.25rem;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(27, 27, 27, .07), 0 1px 0 1px rgba(235, 235, 235, .5);
	display: table;
	text-decoration: none;
	width: 100%
}

.wscd-split-feature-tile .responsive-image {
	overflow: hidden
}

.wscd-split-feature-tile .responsive-image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .7;
	background-color: #d9338c;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	transition: -webkit-transform .25s cubic-bezier(.2, 1, .2, 1);
	transition: transform .25s cubic-bezier(.2, 1, .2, 1)
}

.wscd-split-feature-tile:hover .responsive-image:before {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.wscd-split-feature-tile__content-wrapper {
	position: relative;
	color: #3c4242
}

.wscd-split-feature-tile .wscd-split-feature-tile__content-wrapper {
	padding: 1.25rem;
	border-top: 0;
	display: table-cell;
	height: 100%
}

.wscd-split-feature-tile .wscd-split-feature-tile__title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: 0
}

.wscd-split-feature-tile .rich-text {
	padding: 0
}

.wscd-split-feature-tile .rich-text p {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px;
	margin: .625rem 0;
	color: #636868
}

.wscd-split-feature-tile .rich-text p:last-child {
	margin-bottom: 0
}

.wscd-split-feature-tile__false-link {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	display: none;
	margin-bottom: 0;
	color: #fff
}

.wscd-split-feature-tile__false-link:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin: .3125rem 0 0 .625rem;
	font-size: 13px
}

@media only screen and (min-width:60em) {
	.wscd-split-feature-tile__false-link {
		display: block
	}

	.ie9 .wscd-split-feature__hero-wrapper .wscd-split-feature-tile__content-wrapper {
		left: 20%;
		right: 20%;
		top: 50%;
		max-width: none;
		min-width: 0
	}
}

.wscd-split-feature-tile .responsive-image__container {
	display: table-row
}

.wscd-split-feature {
	background-color: #fff
}

.wscd-split-feature::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.wscd-split-feature {
		margin: 0 1.25rem;
		border-bottom: 2px solid #f8f8f8
	}

	.wscd-split-feature__hero-wrapper .wscd-split-feature-tile {
		background-image: none !important
	}
}

.wscd-split-feature .button--centered {
	margin: 0;
	clear: both
}

.lt-ie9 .wscd-split-feature__hero-wrapper {
	width: 61.25rem;
	margin: 0 auto
}

.lt-ie9 .wscd-split-feature__hero-wrapper .wscd-split-feature-tile {
	display: inline-block;
	width: 49%;
	margin-right: 0;
	background-image: none !important
}

.lt-ie9 .wscd-split-feature__hero-wrapper .wscd-split-feature-tile:first-child {
	margin-left: -.3125rem;
	margin-right: 2%
}

@media only screen and (min-width:37.5em) {
	.wscd-split-feature__hero-wrapper::after {
		content: '';
		display: table;
		clear: both
	}

	.wscd-split-feature__hero-wrapper>div {
		width: 48.9361702128%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}

	.wscd-split-feature__hero-wrapper>div:last-child {
		margin-right: 0
	}
}

@media only screen and (min-width:60em) {

	.ie9 .wscd-split-feature__regular-wrapper .l-four-block .l-four-block-c0,
	.ie9 .wscd-split-feature__regular-wrapper .l-four-block .l-four-block-c1,
	.ie9 .wscd-split-feature__regular-wrapper .l-four-block .l-four-block-c2,
	.ie9 .wscd-split-feature__regular-wrapper .l-four-block .l-four-block-c3 {
		visibility: visible;
		opacity: 1
	}

	.wscd-split-feature--bg-grey {
		background-color: #f8f8f8
	}

	.wscd-split-feature__hero-wrapper {
		height: 28.125rem
	}

	.wscd-split-feature__hero-wrapper>div {
		width: 50%;
		margin: 0
	}

	.wscd-split-feature__hero-wrapper .wscd-split-feature-tile {
		position: relative;
		height: 450px !important;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		box-shadow: none;
		margin: 0
	}

	.wscd-split-feature__hero-wrapper .wscd-split-feature-tile:hover .responsive-image__container:before {
		opacity: .9
	}

	.wscd-split-feature__hero-wrapper .wscd-split-feature-tile:hover .wscd-split-feature-tile__content-wrapper {
		opacity: 1;
		transition-delay: 0
	}

	.wscd-split-feature__hero-wrapper .responsive-image {
		display: none
	}

	.wscd-split-feature__hero-wrapper .responsive-image__container {
		height: 100%
	}

	.wscd-split-feature__hero-wrapper .responsive-image__container:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0;
		background-color: #634075;
		transition: .2s ease-out
	}

	.wscd-split-feature__hero-wrapper .wscd-split-feature-tile__content-wrapper {
		padding: 1.875rem;
		max-width: 21.875rem;
		min-width: 21.875rem;
		position: absolute;
		top: 50%;
		left: 50%;
		border: 2px solid #fff;
		opacity: 0;
		transition: .1s ease-out;
		transition-delay: .1s;
		height: auto
	}

	.wscd-split-feature__hero-wrapper .wscd-split-feature-tile__title {
		font-size: 1.875rem;
		line-height: 1.2;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif
	}

	.wscd-split-feature__hero-wrapper .rich-text p,
	.wscd-split-feature__hero-wrapper .wscd-split-feature-tile__title {
		color: #fff
	}

	.wscd-split-feature__hero-wrapper .rich-text p {
		font-size: .875rem;
		line-height: 1.4285714286;
		font-family: LexiaItalic, Times, "Times New Roman", serif;
		letter-spacing: .6px
	}
}

.wscd-split-feature__regular-wrapper {
	padding: 0 0 1.25rem
}

.wscd-split-feature__regular-wrapper::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.wscd-split-feature__regular-wrapper {
		padding-top: 2.5rem
	}

	.wscd-split-feature__regular-wrapper .l-four-block-c0,
	.wscd-split-feature__regular-wrapper .l-four-block-c1,
	.wscd-split-feature__regular-wrapper .l-four-block-c2,
	.wscd-split-feature__regular-wrapper .l-four-block-c3 {
		visibility: hidden
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.wscd-split-feature__regular-wrapper .l-four-block {
		padding: 0
	}
}

.live-event-header-promo {
	position: relative
}

.live-event-header-promo::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.wscd-split-feature__regular-wrapper .animate-in .l-four-block-c0 {
		visibility: visible;
		opacity: 0;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
		-webkit-animation-duration: .8s;
		animation-duration: .8s;
		-webkit-animation-timing-function: cubic-bezier(0, .5, .5, 1);
		animation-timing-function: cubic-bezier(0, .5, .5, 1);
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-delay: 0;
		animation-delay: 0
	}

	.wscd-split-feature__regular-wrapper .animate-in .l-four-block-c1 {
		visibility: visible;
		opacity: 0;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
		-webkit-animation-duration: .8s;
		animation-duration: .8s;
		-webkit-animation-timing-function: cubic-bezier(0, .5, .5, 1);
		animation-timing-function: cubic-bezier(0, .5, .5, 1);
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-delay: .3s;
		animation-delay: .3s
	}

	.wscd-split-feature__regular-wrapper .animate-in .l-four-block-c2 {
		visibility: visible;
		opacity: 0;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
		-webkit-animation-duration: .8s;
		animation-duration: .8s;
		-webkit-animation-timing-function: cubic-bezier(0, .5, .5, 1);
		animation-timing-function: cubic-bezier(0, .5, .5, 1);
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-delay: .6s;
		animation-delay: .6s
	}

	.wscd-split-feature__regular-wrapper .animate-in .l-four-block-c3 {
		visibility: visible;
		opacity: 0;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
		-webkit-animation-duration: .8s;
		animation-duration: .8s;
		-webkit-animation-timing-function: cubic-bezier(0, .5, .5, 1);
		animation-timing-function: cubic-bezier(0, .5, .5, 1);
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-delay: .9s;
		animation-delay: .9s
	}

	.csstransforms3d .wscd-split-feature__hero-wrapper .wscd-split-feature-tile__content-wrapper {
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0)
	}

	.csstransforms3d .wscd-split-feature__hero-wrapper .responsive-image__container:before {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	.no-csstransforms3d .wscd-split-feature__hero-wrapper .wscd-split-feature-tile__content-wrapper {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.live-event-header-promo {
		margin-top: -2.1875rem
	}
}

.live-event-header-promo__controls-tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none
}

.live-event-header-promo__controls-tabs::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.live-event-header-promo__controls-tabs {
		padding: 0 1.25rem;
		top: 4.375rem;
		height: 2.5rem;
		display: block;
		position: relative;
		width: 100%;
		max-width: 1280px;
		z-index: 100;
		margin: 0 auto
	}
}

.lt-ie9 .live-event-header-promo__controls-tabs {
	width: 1024px
}

.live-event-header-promo__controls-tabs .live-event-header-promo__controls-button {
	padding: 0 1.25rem;
	margin: 0 1.25rem;
	max-width: 13.75rem;
	height: 2.5rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	color: #fff;
	position: relative;
	width: 20%
}

.live-event-header-promo__controls-tabs .live-event-header-promo__controls-button:first-child {
	padding-left: 0;
	margin-left: 0
}

.live-event-header-promo__controls-tabs .live-event-header-promo__controls-button:last-child:after {
	content: none
}

.live-event-header-promo__controls-tabs .live-event-header-promo__controls-button:after {
	right: -1.25rem;
	top: -.3125rem;
	content: '';
	display: inline-block;
	width: 1px;
	position: absolute;
	background: #fff;
	height: 85%
}

.live-event-header-promo__controls-tabs .live-event-header-promo__controls-button:focus span {
	outline-offset: .3125rem;
	outline: #8a8e8e dotted 1px
}

.live-event-header-promo__controls-tabs .live-event-header-promo__controls-button--active span {
	border-bottom: 2px solid #d0006f
}

.live-event-header-promo__controls-tabs .live-event-header-promo__controls-button span {
	position: absolute;
	top: 0;
	display: inline-block
}

.live-event-header-promo__controls-accordion {
	padding: 0 1.25rem;
	background: #fff;
	border-bottom: 2px solid #d8d9d9
}

@media only screen and (min-width:60em) {
	.live-event-header-promo__controls-accordion {
		display: none
	}
}

.live-event-header-promo__controls-accordion .live-event-header-promo__controls-button {
	padding: 1.5625rem 0;
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	color: #636868;
	width: 100%;
	position: relative
}

.live-event-header-promo__controls-accordion .live-event-header-promo__controls-button:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

@media only screen and (min-width:37.5em) {
	.live-event-header-promo__controls-accordion .live-event-header-promo__controls-button {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.live-event-header-promo__controls-accordion .live-event-header-promo__controls-button--active:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.live-event-header-promo__controls-accordion .live-event-header-promo__controls-button:after {
	font-size: .75rem;
	position: absolute;
	right: 0;
	top: 40%
}

.live-event-header-promo__controls-accordion .live-event-header-promo__controls-button span {
	padding-right: 1.5625rem;
	display: block
}

.live-event-header-promo__controls-button {
	background: 0 0;
	border: 0;
	text-align: left
}

.live-event-header-promo__controls-button:focus {
	outline: 0
}

.js .live-event-header-promo__panel-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: all .2s cubic-bezier(0, 0, 1, 1)
}

@media only screen and (min-width:37.5em) {
	.js .live-event-header-promo__panel-wrapper .live-event-header {
		padding: 5rem 0 2.5rem
	}
}

.js .live-event-header-promo__panel-wrapper .live-event-header__right {
	display: none
}

@media only screen and (min-width:60em) {
	.js .live-event-header-promo__panel-wrapper {
		transition: none
	}

	.js .live-event-header-promo__panel-wrapper .live-event-header {
		padding: 10rem 0 2.8125rem
	}

	.js .live-event-header-promo__panel-wrapper .live-event-header .l-one-block {
		opacity: 0;
		transition: opacity 2s
	}

	.js .live-event-header-promo__panel-wrapper .live-event-header__right {
		display: block
	}
}

.js .live-event-header-promo__panel-wrapper .live-event-header__main-cta {
	width: 100%;
	text-align: center
}

.js .live-event-header-promo__panel-wrapper--first {
	max-height: none;
	overflow: visible;
	transition: none;
	border-bottom: 5px solid #f3bc33
}

@media only screen and (min-width:60em) {
	.js .live-event-header-promo__panel-wrapper--first {
		max-height: 0;
		overflow: hidden;
		border-bottom: 0
	}

	.js .live-event-header-promo__panel-wrapper--visible {
		transition: none
	}
}

.js .live-event-header-promo__panel-wrapper--visible {
	max-height: 1000px;
	border-bottom: 5px solid #f3bc33
}

@media only screen and (min-width:60em) {
	.js .live-event-header-promo__panel-wrapper--visible .live-event-header .l-one-block {
		opacity: 1
	}
}

.js.lt-ie9 .live-event-header-promo__panel-wrapper {
	max-height: none;
	overflow: visible;
	display: none
}

.js.lt-ie9 .live-event-header-promo__panel-wrapper--visible {
	display: block
}

.live-event-header {
	position: relative;
	padding-top: 2.5rem;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.live-event-header:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #1b1b1b;
	opacity: .6
}

@media only screen and (min-width:37.5em) {
	.js .live-event-header-promo__panel-wrapper .live-event-header__main-cta {
		width: auto;
		text-align: left
	}

	.live-event-header {
		padding-top: 7.5rem
	}
}

@media only screen and (min-width:60em) {
	.live-event-header {
		padding: 10rem 0 2.8125rem
	}

	.live-event-header__left {
		width: 40.4255319149%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.live-event-header__right {
		width: 40.4255319149%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.live-event-header__header {
		margin-bottom: 3.125rem
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.live-event-header__header {
		margin-bottom: 1.875rem
	}
}

.live-event-header__label {
	padding: .375rem .5rem;
	margin-bottom: .625rem;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	display: inline-block;
	color: #3c4242;
	background: #f3bc33
}

.live-event-header__date,
.live-event-header__downloads-header {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin-bottom: .625rem;
	display: block
}

.live-event-header__title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.live-event-header__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.live-event-header__main-cta {
	margin-top: 2.5rem;
	display: inline-block
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {

	.live-event-header .social-tile,
	.live-event-header__downloads,
	.live-event-header__header {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}

	.live-event-header__downloads {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
		background-color: #1b1b1b
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {

	.live-event-header .social-tile,
	.live-event-header__downloads,
	.live-event-header__header {
		padding-left: 4.375rem;
		padding-right: 4.375rem
	}

	.live-event-header__downloads {
		margin-bottom: 1.875rem
	}

	.live-event-header__downloads-cta {
		text-align: right
	}
}

.live-event-header__downloads-header {
	margin-top: 0;
	font-weight: 400
}

@media only screen and (min-width:60em) {
	.live-event-header__downloads-header {
		margin-top: 1.875rem
	}
}

.live-event-header__downloads-cta {
	margin: 0
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.live-event-header__downloads-cta {
		margin-top: 0;
		display: none
	}
}

@media only screen and (min-width:60em) {
	.live-event-header__downloads-cta {
		margin: 1rem 0 0;
		text-align: left
	}
}

.live-event-header__downloads-cta .button--secondary:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .5rem;
	padding: .1875rem;
	border-radius: 50%;
	color: #3c4242;
	background-color: #fff
}

.live-event-header .social-tile__cta .button:after,
.live-event-header__downloads-cta .button:after {
	top: 1.4375rem;
	right: 0
}

.live-event-header .social-tile__cta .button--secondary,
.live-event-header__downloads-cta .button--secondary {
	padding-right: 1.5625rem
}

.live-event-header .button--secondary:hover span {
	border-color: inherit
}

.live-event-header .button--secondary,
.live-event-header .download-tile,
.live-event-header .download-tile__type-size,
.live-event-header .social-tile {
	color: inherit
}

.live-event-header .download-tile__wrapper--link {
	display: inline-block
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.live-event-header .social-tile {
		padding-bottom: .625rem;
		background-color: #1b1b1b
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.live-event-header .social-tile {
		padding-bottom: 1.25rem;
		padding-top: 1.875rem
	}
}

.live-event-header .social-tile__heading {
	font-weight: 400
}

.live-event-header .social-tile__profile-pic {
	width: 1.5625rem
}

.live-event-header .social-tile__profile-user-info {
	margin-top: -.1875rem
}

.live-event-header .social-tile__timestamp,
.live-event-header .social-tile__timestamp:before,
.live-event-header .social-tile__tweet-icon,
.live-event-header .social-tile__tweet-icon:before {
	color: inherit
}

.live-event-header .social-tile__tweet-icon {
	margin-right: 1rem
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.live-event-header .social-tile__heading {
		padding-top: 1rem
	}

	.live-event-header .social-tile__tweets-wrapper li:not(:first-child) {
		display: none
	}
}

.live-event-header .social-tile__cta {
	margin: 1rem 0 0
}

@media only screen and (min-width:37.5em) {
	.live-event-header .social-tile__cta {
		text-align: right
	}
}

.live-event-header .social-tile__tweet-icon:hover:before {
	color: #4099ff
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.live-event-header .l-one-block {
		padding: 0
	}
}

.lt-ie9 .live-event-header {
	padding: 10rem 0 2.8125rem
}

.lt-ie9 .live-event-header .live-event-header__left {
	width: 40.4255319149%;
	float: left;
	margin-right: -100%;
	margin-left: 0;
	clear: none
}

.lt-ie9 .live-event-header .live-event-header__right {
	width: 40.4255319149%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

.lt-ie9 .live-event-header .live-event-header__downloads {
	margin-top: 1.875rem
}

.lt-ie9 .live-event-header .download-tile {
	margin-bottom: 1.25rem
}

.lt-ie9 .live-event-header .download-tile p {
	margin: 0
}

.lt-ie9 .live-event-header .social-tile__cta {
	text-align: right
}

.single-tweet-highlight {
	padding: 1.875rem 0;
	margin: 0;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff
}

.single-tweet-highlight:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #1b1b1b;
	opacity: .6
}

.single-tweet-highlight__body-copy {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0 auto 1.875rem;
	max-width: 43.75rem;
	color: inherit
}

@media only screen and (min-width:37.5em) {
	.single-tweet-highlight {
		padding: 2.5rem 0
	}

	.single-tweet-highlight__body-copy {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.single-tweet-highlight__body-copy:after,
.single-tweet-highlight__body-copy:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-size: 2.4375rem;
	height: 1.875rem;
	line-height: .9;
	display: block;
	color: inherit
}

@media only screen and (min-width:60em) {
	.single-tweet-highlight__body-copy {
		margin-bottom: 2.5rem
	}
}

.single-tweet-highlight__body-copy:before {
	margin: 0 0 .9375rem
}

.single-tweet-highlight__body-copy:after {
	font-size: 1.75rem;
	margin: .9375rem 0 0
}

.single-tweet-highlight__author {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	bottom: .625rem;
	margin: 1.125rem 0 0;
	color: inherit;
	display: inline-block
}

@media only screen and (min-width:37.5em) {
	.single-tweet-highlight__author {
		position: absolute;
		left: 60%;
		margin: 0
	}
}

.single-tweet-highlight__twitter-link {
	display: inline-block;
	text-decoration: none;
	text-align: center
}

.single-tweet-highlight__twitter-link:hover li {
	text-decoration: underline
}

.single-tweet-highlight__profile-pic {
	width: 1.5625rem;
	border-radius: .25rem;
	margin-right: .3125rem
}

.single-tweet-highlight__profile-info {
	margin-top: -.1875rem;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-align: left
}

.single-tweet-highlight__profile-name,
.single-tweet-highlight__profile-twitter-handle {
	display: block
}

.single-tweet-highlight__profile-name {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px
}

.single-tweet-highlight__profile-twitter-handle {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px
}

.single-tweet-highlight .button {
	display: none;
	color: #fff
}

@media only screen and (min-width:60em) {
	.single-tweet-highlight .button {
		display: inline-block;
		position: absolute;
		right: 0
	}
}

.single-tweet-highlight .button:hover span {
	border-bottom: 3px solid #fff
}

.single-tweet-highlight--v2 {
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed
}

.single-tweet-highlight--v2 .single-tweet-highlight__body-copy {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	margin-bottom: 0
}

@media only screen and (min-width:37.5em) {
	.single-tweet-highlight--v2 .single-tweet-highlight__body-copy {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.single-tweet-highlight--v2 .single-tweet-highlight__body-copy:before {
	font-size: 2.625rem
}

.single-tweet-highlight--v2 .single-tweet-highlight__body-copy:after {
	font-size: 1.5625rem
}

.single-tweet-highlight--overlay-magenta {
	position: relative;
	color: #fff
}

.single-tweet-highlight--overlay-magenta:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #d0006f;
	opacity: .6
}

.single-tweet-highlight--overlay-black {
	position: relative;
	color: #fff
}

.single-tweet-highlight--overlay-black:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #1b1b1b;
	opacity: .6
}

.single-tweet-highlight--overlay-lime-green {
	position: relative;
	color: #3c4242
}

.single-tweet-highlight--overlay-lime-green:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #c4d600;
	opacity: .6
}

.single-tweet-highlight--overlay-light-blue {
	position: relative;
	color: #3c4242
}

.single-tweet-highlight--overlay-light-blue:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #68d2df;
	opacity: .6
}

.single-tweet-highlight--overlay-gold {
	position: relative;
	color: #3c4242
}

.single-tweet-highlight--overlay-gold:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f0ab00;
	opacity: .6
}

.single-tweet-highlight--overlay-platinum {
	position: relative;
	color: #3c4242
}

.single-tweet-highlight--overlay-platinum:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #9db0ac;
	opacity: .6
}

.single-tweet-highlight--overlay-dark-grey {
	position: relative;
	color: #fff
}

.single-tweet-highlight--overlay-dark-grey:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #4f5757;
	opacity: .6
}

.single-tweet-highlight--overlay-light-grey {
	position: relative;
	color: #3c4242
}

.single-tweet-highlight--overlay-light-grey:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #d2d2d2;
	opacity: .6
}

.single-tweet-highlight--overlay-navy {
	position: relative;
	color: #fff
}

.single-tweet-highlight--overlay-navy:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #003865;
	opacity: .6
}

.single-tweet-highlight--overlay-purple {
	position: relative;
	color: #fff
}

.single-tweet-highlight--overlay-purple:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #3c1053;
	opacity: .6
}

.single-tweet-highlight--overlay-graphite {
	position: relative;
	color: #fff
}

.single-tweet-highlight--overlay-graphite:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #3c4242;
	opacity: .6
}

.single-tweet-highlight--overlay-mulberry {
	position: relative;
	color: #fff
}

.single-tweet-highlight--overlay-mulberry:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #830051;
	opacity: .6
}

.single-tweet-highlight--overlay-stories-blue {
	position: relative;
	color: #fff
}

.single-tweet-highlight--overlay-stories-blue:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #1b1b1b;
	opacity: .6
}

.single-tweet-highlight--overlay-stories-grey {
	position: relative;
	color: #fff
}

.single-tweet-highlight--overlay-stories-grey:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #4f5757;
	opacity: .6
}

.cinemagraph-header {
	height: 18.75rem;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100
}

.cinemagraph-header--magenta:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(208, 0, 111, 0) 50%, rgba(208, 0, 111, .81) 82%, rgba(208, 0, 111, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--magenta:before,
.lt-ie9 .cinemagraph-header--magenta:before {
	background-color: rgba(208, 0, 111, .65)
}

.lt-ie9 .cinemagraph-header--magenta:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--magenta .cinemagraph-header__title {
	color: #fff
}

.cinemagraph-header--black:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(27, 27, 27, 0) 50%, rgba(27, 27, 27, .81) 82%, rgba(27, 27, 27, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--black:before,
.lt-ie9 .cinemagraph-header--black:before {
	background-color: rgba(27, 27, 27, .65)
}

.lt-ie9 .cinemagraph-header--black:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--black .cinemagraph-header__title {
	color: #fff
}

.cinemagraph-header--lime-green:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(196, 214, 0, 0) 50%, rgba(196, 214, 0, .81) 82%, rgba(196, 214, 0, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--lime-green:before,
.lt-ie9 .cinemagraph-header--lime-green:before {
	background-color: rgba(196, 214, 0, .65)
}

.lt-ie9 .cinemagraph-header--lime-green:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--lime-green .cinemagraph-header__title {
	color: #3c4242
}

.cinemagraph-header--light-blue:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(104, 210, 223, 0) 50%, rgba(104, 210, 223, .81) 82%, rgba(104, 210, 223, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--light-blue:before,
.lt-ie9 .cinemagraph-header--light-blue:before {
	background-color: rgba(104, 210, 223, .65)
}

.lt-ie9 .cinemagraph-header--light-blue:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--light-blue .cinemagraph-header__title {
	color: #3c4242
}

.cinemagraph-header--gold:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(240, 171, 0, 0) 50%, rgba(240, 171, 0, .81) 82%, rgba(240, 171, 0, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--gold:before,
.lt-ie9 .cinemagraph-header--gold:before {
	background-color: rgba(240, 171, 0, .65)
}

.lt-ie9 .cinemagraph-header--gold:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--gold .cinemagraph-header__title {
	color: #3c4242
}

.cinemagraph-header--platinum:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(157, 176, 172, 0) 50%, rgba(157, 176, 172, .81) 82%, rgba(157, 176, 172, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--platinum:before,
.lt-ie9 .cinemagraph-header--platinum:before {
	background-color: rgba(157, 176, 172, .65)
}

.lt-ie9 .cinemagraph-header--platinum:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--platinum .cinemagraph-header__title {
	color: #3c4242
}

.cinemagraph-header--dark-grey:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(79, 87, 87, 0) 50%, rgba(79, 87, 87, .81) 82%, rgba(79, 87, 87, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--dark-grey:before,
.lt-ie9 .cinemagraph-header--dark-grey:before {
	background-color: rgba(79, 87, 87, .65)
}

.lt-ie9 .cinemagraph-header--dark-grey:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--dark-grey .cinemagraph-header__title {
	color: #fff
}

.cinemagraph-header--light-grey:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(210, 210, 210, 0) 50%, rgba(210, 210, 210, .81) 82%, rgba(210, 210, 210, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--light-grey:before,
.lt-ie9 .cinemagraph-header--light-grey:before {
	background-color: rgba(210, 210, 210, .65)
}

.lt-ie9 .cinemagraph-header--light-grey:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--light-grey .cinemagraph-header__title {
	color: #3c4242
}

.cinemagraph-header--navy:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(0, 56, 101, 0) 50%, rgba(0, 56, 101, .81) 82%, rgba(0, 56, 101, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--navy:before,
.lt-ie9 .cinemagraph-header--navy:before {
	background-color: rgba(0, 56, 101, .65)
}

.lt-ie9 .cinemagraph-header--navy:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--navy .cinemagraph-header__title {
	color: #fff
}

.cinemagraph-header--purple:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(60, 16, 83, 0) 50%, rgba(60, 16, 83, .81) 82%, rgba(60, 16, 83, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--purple:before,
.lt-ie9 .cinemagraph-header--purple:before {
	background-color: rgba(60, 16, 83, .65)
}

.lt-ie9 .cinemagraph-header--purple:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--purple .cinemagraph-header__title {
	color: #fff
}

.cinemagraph-header--graphite:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(60, 66, 66, 0) 50%, rgba(60, 66, 66, .81) 82%, rgba(60, 66, 66, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--graphite:before,
.lt-ie9 .cinemagraph-header--graphite:before {
	background-color: rgba(60, 66, 66, .65)
}

.lt-ie9 .cinemagraph-header--graphite:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--graphite .cinemagraph-header__title {
	color: #fff
}

.cinemagraph-header--mulberry:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(131, 0, 81, 0) 50%, rgba(131, 0, 81, .81) 82%, rgba(131, 0, 81, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--mulberry:before,
.lt-ie9 .cinemagraph-header--mulberry:before {
	background-color: rgba(131, 0, 81, .65)
}

.lt-ie9 .cinemagraph-header--mulberry:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--mulberry .cinemagraph-header__title {
	color: #fff
}

.cinemagraph-header--stories-blue:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(27, 27, 27, 0) 50%, rgba(27, 27, 27, .81) 82%, rgba(27, 27, 27, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--stories-blue:before,
.lt-ie9 .cinemagraph-header--stories-blue:before {
	background-color: rgba(27, 27, 27, .65)
}

.lt-ie9 .cinemagraph-header--stories-blue:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--stories-blue .cinemagraph-header__title {
	color: #fff
}

.cinemagraph-header--stories-grey:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(-180deg, rgba(79, 87, 87, 0) 50%, rgba(79, 87, 87, .81) 82%, rgba(79, 87, 87, .8) 100%);
	opacity: 1;
	z-index: 200
}

.ie9 .cinemagraph-header--stories-grey:before,
.lt-ie9 .cinemagraph-header--stories-grey:before {
	background-color: rgba(79, 87, 87, .65)
}

.lt-ie9 .cinemagraph-header--stories-grey:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.cinemagraph-header--stories-grey .cinemagraph-header__title {
	color: #fff
}

@media only screen and (min-width:37.5em) {
	.cinemagraph-header {
		height: calc(100vh - 60px)
	}
}

@media only screen and (min-width:60em) {
	.cinemagraph-header {
		height: calc(100vh - 88px)
	}

	.cinemagraph-header__title {
		max-width: 29.6875rem
	}
}

.lt-ie9 .cinemagraph-header {
	height: 36.5625rem
}

.cinemagraph-header__video {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.cinemagraph-header__title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	padding: 0 1.875rem;
	position: absolute;
	bottom: 7%;
	z-index: 300;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.cinemagraph-header__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px;
		bottom: 4%
	}
}

.lt-ie9 .cinemagraph-header__title {
	bottom: 0;
	left: 25%
}

.cinemagraph-header__scroll-cta {
	display: none
}

@media only screen and (min-width:60em) {
	.cinemagraph-header__scroll-cta {
		display: inline-block;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 300
	}
}

.cinemagraph-header .responsive-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.event-card {
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	background: #fff;
	border-bottom: 3px solid #ebefee;
	position: relative;
	display: table;
	width: 100%
}

.event-card::after {
	content: '';
	display: table;
	clear: both
}

.event-card--inactive .event-card__date {
	border-right-color: #ebefee
}

.event-card__date {
	width: 3.9375rem;
	padding-top: .1875rem;
	display: table-cell;
	border-right: 3px solid #f0ab00;
	vertical-align: top
}

.event-card__date-day,
.event-card__date-divider,
.event-card__date-month {
	display: block;
	text-align: center
}

.event-card__date-day {
	font-size: 1.75rem;
	line-height: 1.25rem;
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.event-card {
		border-bottom: 1px dashed #d2d2d2
	}

	.event-card__date-day {
		font-size: 2rem
	}
}

.event-card__date-month {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin-top: .3125rem;
	color: #4f5757
}

.event-card__date-divider {
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	font-size: .75rem;
	margin: .3125rem 0 .625rem;
	color: #4f5757
}

.event-card__details {
	padding: 0 .9375rem;
	display: table-cell;
	vertical-align: top
}

.event-card__title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #3c4242;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.event-card__title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.event-card__actions li {
		float: left
	}
}

.event-card__title a {
	color: inherit;
	text-decoration: none
}

.event-card__title a:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: .625rem
}

.event-card__title a:active span,
.event-card__title a:hover span {
	text-decoration: underline
}

.event-card__actions {
	list-style: none;
	padding: .625rem 0 0;
	margin: 0
}

.event-card__actions:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.event-card__actions li {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	color: #4f5757
}

.event-card__actions a {
	color: inherit;
	text-decoration: none
}

.event-card__actions a:before {
	font-size: .9375rem;
	top: .125rem;
	margin-right: .25rem;
	display: inline-block;
	position: relative
}

.event-card__actions a[href]:active span,
.event-card__actions a[href]:hover span {
	text-decoration: underline
}

.event-card__actions-add {
	margin: .625rem 0 0
}

@media only screen and (min-width:37.5em) {
	.event-card__actions-add {
		margin: 0
	}

	.event-card__actions-location {
		margin: 0 1.25rem 0 0
	}
}

.event-card__actions-add-link:before,
.event-card__actions-location-link:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.event-card__download-area {
	padding-top: .625rem
}

.event-card__download-area.hide .event-card__downloads {
	overflow: hidden;
	max-height: 0
}

.event-card__download-area.hide .event-card__download-toggle:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.event-card__download-area.show .event-card__downloads {
	max-height: 31.25rem;
	overflow: visible
}

.event-card__download-area.show .event-card__download-toggle:after {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.event-card__download-toggle {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	color: #3c4242;
	border: 0;
	background: 0 0;
	padding: 0;
	text-align: left
}

.event-card__download-toggle:active span,
.event-card__download-toggle:hover span {
	text-decoration: underline
}

.event-card__download-toggle:after {
	font-size: .1875rem
}

.event-card__downloads {
	list-style: none;
	padding: 0;
	margin: 0;
	transition: max-height .5s ease-in-out
}

.event-card__downloads-item:first-child {
	margin-top: .9375rem
}

.pre-event-clock-header {
	position: relative;
	padding: 2.5rem 0;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.pre-event-clock-header:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #1b1b1b;
	opacity: .6
}

@media only screen and (min-width:37.5em) {
	.pre-event-clock-header {
		padding: 7.5rem 0 2.5rem
	}
}

@media only screen and (min-width:60em) {
	.pre-event-clock-header {
		padding: 10rem 0
	}

	.pre-event-clock-header__left {
		width: 40.4255319149%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.pre-event-clock-header__right {
		width: 40.4255319149%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		right: 1.25rem;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {

	.pre-event-clock-header__left,
	.pre-event-clock-header__right {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {

	.pre-event-clock-header__left,
	.pre-event-clock-header__right {
		padding-left: 4.375rem;
		padding-right: 4.375rem
	}
}

.pre-event-clock-header__date {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin-bottom: .625rem;
	display: block
}

.pre-event-clock-header__title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.pre-event-clock-header__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.pre-event-clock-header__clock {
	max-width: 17.5rem;
	margin: 2.5rem auto 0;
	text-align: center;
	display: block
}

.pre-event-clock-header__clock::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.pre-event-clock-header__clock {
		margin-top: 0
	}
}

.pre-event-clock-header__time-unit {
	float: left;
	width: 28%
}

.pre-event-clock-header__time-unit:not(:last-child) {
	margin-right: 8%
}

.pre-event-clock-header__time-unit-panel {
	border-radius: .1875rem;
	height: 5.3125rem;
	background-color: rgba(27, 27, 27, .8);
	border-bottom: 5px solid #f3bc33;
	overflow: hidden;
	display: table;
	width: 100%
}

.pre-event-clock-header__time-unit-value {
	font-size: 2.5rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	display: table-cell;
	vertical-align: middle
}

.pre-event-clock-header__time-unit-label {
	font-size: .875rem;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	margin: .75rem 0 0;
	line-height: 1;
	display: block
}

.pre-event-clock-header__err-message {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 300;
	letter-spacing: .3px;
	max-width: 17.5rem;
	border-radius: .1875rem;
	padding: 1.25rem 0;
	margin: 2.5rem auto 0;
	display: block;
	background-color: rgba(27, 27, 27, .8);
	border: 1px solid #1b1b1b;
	text-align: center
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.pre-event-clock-header .l-one-block {
		padding: 0
	}
}

@media only screen and (min-width:60em) {
	.pre-event-clock-header__err-message {
		margin-top: 0
	}

	.pre-event-clock-header .l-one-block {
		position: relative
	}
}

.lt-ie9 .pre-event-clock-header__right {
	top: auto
}

.lt-ie9 .pre-event-clock-header__time-unit {
	margin-left: 8%
}

.lt-ie9 .pre-event-clock-header__time-unit:first-child {
	margin-left: 0
}

.no-js .rss-feed__preloader {
	display: none
}

.rss-feed__preloader {
	margin: 0 auto;
	display: block
}

.show-more-wrapper {
	margin-bottom: 2.5rem;
	padding: 0 1.25rem;
	clear: both
}

.block-wrapper .show-more-wrapper {
	padding: 0
}

@media only screen and (min-width:60em) {
	.show-more-wrapper {
		padding: 0
	}

	.show-more-wrapper .show-more__row {
		margin-top: 1.25rem
	}

	.show-more-wrapper__item .download-tile__wrapper--border-bottom {
		border-bottom: 1px solid #d2d2d2
	}

	.show-more-wrapper--responsive .show-more-wrapper__title {
		padding: 0 1.25rem;
		border: 0
	}
}

@media only screen and (min-width:37.5em) {
	.show-more-wrapper {
		margin-bottom: 3.75rem
	}

	.show-more-wrapper--reveal.show-more-wrapper--responsive .show-more-wrapper__items--visible .show-more-wrapper__item {
		border: 0
	}
}

.show-more-wrapper--responsive .show-more-wrapper__items {
	clear: both
}

.show-more-wrapper--responsive .show-more-wrapper__items::after {
	content: '';
	display: table;
	clear: both
}

.show-more-wrapper--responsive .show-more-wrapper__item {
	border-bottom: 1px solid #d2d2d2
}

@media only screen and (min-width:60em) {
	.show-more-wrapper--responsive .show-more-wrapper__items {
		padding: 0 1.25rem
	}

	.show-more-wrapper--responsive .show-more-wrapper__item {
		width: 31.914893617%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%;
		border-bottom: 0
	}

	.show-more-wrapper--responsive .show-more-wrapper__item:nth-child(3n) {
		width: 31.914893617%;
		clear: right;
		float: right;
		margin-right: 0
	}

	.show-more-wrapper--responsive .show-more-wrapper__item:nth-child(3n) .download-and-reveal__header-chevron--down:after,
	.show-more-wrapper--responsive .show-more-wrapper__item:nth-child(3n) .download-and-reveal__header-chevron--up:after {
		right: 0
	}

	.show-more-wrapper--responsive .show-more-wrapper__item:nth-child(3n) .download-and-reveal__download-panel {
		padding: 0
	}

	.show-more-wrapper--responsive .show-more-wrapper__item--responsive {
		padding-right: 1.25rem;
		border-right: 1px solid #d2d2d2
	}

	.show-more-wrapper--responsive .show-more-wrapper__item--responsive:nth-child(3n) {
		border: 0;
		padding-right: 0
	}
}

.show-more-wrapper__title {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	padding-bottom: 1.25rem;
	color: #3c4242;
	margin: 0;
	border-bottom: 1px solid #d2d2d2
}

@media only screen and (min-width:37.5em) {
	.show-more-wrapper__title {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.show-more-wrapper__toggle-button-container {
	padding: 1.25rem 0 0
}

.dual-tabs:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

.dual-tabs__heading {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px
}

@media only screen and (min-width:37.5em) {
	.dual-tabs__heading {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.js .dual-tabs__heading {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.js .dual-tabs__heading.focusable:active,
.js .dual-tabs__heading.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.dual-tabs__list {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: table;
	width: 100%
}

.dual-tabs__list--hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.dual-tabs__list--hidden.focusable:active,
.dual-tabs__list--hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.dual-tabs__item {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	padding: .9375rem;
	width: 50%;
	text-align: center;
	display: table-cell;
	vertical-align: middle
}

@media only screen and (min-width:37.5em) {
	.dual-tabs__item {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.dual-tabs__item a {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px;
	display: inline-block;
	text-decoration: none
}

.dual-tabs__item--enabled a {
	padding-bottom: .375rem;
	border-bottom-style: solid;
	border-bottom-width: 4px
}

.dual-tabs__panel {
	padding: .9375rem;
	clear: left
}

.js .dual-tabs__panel[aria-enabled=false] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.js .dual-tabs__panel[aria-enabled=false].focusable:active,
.js .dual-tabs__panel[aria-enabled=false].focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.dual-tabs--default-theme .dual-tabs__panel {
	color: #fff;
	background-color: #4f5757
}

.dual-tabs--default-theme .dual-tabs__item--enabled {
	background-color: #4f5757
}

.dual-tabs--default-theme .dual-tabs__item--enabled a {
	color: #fff;
	border-bottom-color: #fff
}

.dual-tabs--default-theme .dual-tabs__item--disabled {
	background-color: #d2d2d2
}

.dual-tabs--default-theme .dual-tabs__item--disabled a {
	color: #3c4242
}

.modal-window--bio.modal-window .modal-content .image-replace--invisible {
	opacity: 1
}

.modal-window--bio .rich-header__asset-wrapper {
	margin: -2.1875rem -1.25rem 2.5rem;
	display: block
}

@media only screen and (min-width:37.5em) {
	.modal-window--bio.modal-window .modal-content {
		padding: 0
	}

	.modal-window--bio.modal-window .modal-content>div {
		padding: 0 5rem
	}

	.modal-window--bio.modal-window .modal-content>div:first-child {
		padding: 0
	}

	.modal-window--bio .rich-header__asset-wrapper {
		margin: -4.375rem -2.5rem 2.5rem
	}
}

.modal-window--bio .social-title {
	margin: 0 0 1.25rem;
	padding: 0;
	text-align: left
}

.modal-window--bio .social-title__header {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0
}

@media only screen and (min-width:37.5em) {
	.modal-window--bio .social-title__header {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}
}

.modal-window--bio .social-title__sub-header {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: 1px
}

.modal-window--bio .social-title__icons {
	display: none
}

@media only screen and (min-width:60em) {
	.latest-from-az {
		padding: 0 1.25rem
	}

	.latest-from-az .latest-from-az__header .rich-text {
		padding: 0
	}
}

.lt-ie9 .latest-from-az .show-more-wrapper__item {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 2%
}

.latest-from-az__content-tiles::after {
	content: '';
	display: table;
	clear: both
}

.latest-from-az .content-tile .rich-text {
	padding-left: 0;
	padding-right: 0
}

.latest-from-az .show-more-wrapper {
	padding: 0
}

.latest-from-az .show-more-wrapper .show-more__row {
	margin-top: 0
}

.media-library::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.media-library {
		padding: 0 1.25rem
	}
}

.media-library .show-more-wrapper::after,
.media-library .show-more-wrapper__items::after,
.media-library .slider-grid::after {
	content: '';
	display: table;
	clear: both
}

.media-library .show-more-wrapper .show-more__row {
	margin-top: 0
}

.media-library .media__grid .modal-content {
	padding: 0
}

.js .slider-grid {
	list-style: none;
	padding: 0;
	margin: 0
}

.lt-ie9 .js .slider-grid {
	overflow: hidden
}

.js .slider-grid[data-columns]::before {
	visibility: hidden;
	content: '1 .slider-grid__col'
}

@media only screen and (min-width:37.5em) {
	.modal-window--bio .social-title__sub-header {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}

	.js .slider-grid {
		background: #f8f8f8
	}

	.js .slider-grid[data-columns]::before {
		content: '2 .slider-grid__col'
	}
}

.lt-ie9 .js .slider-grid li {
	width: 31.914893617%;
	clear: right;
	float: left;
	margin-left: 0;
	margin-right: 2.1276595745%
}

.lt-ie9 .js .slider-grid li.last {
	width: 31.914893617%;
	clear: right;
	float: right;
	margin-right: 0
}

.js .slider-grid .content-tile {
	position: relative;
	overflow: hidden
}

.lt-ie9 .js .slider-grid .content-tile {
	min-height: 300px
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.js .slider-grid__col {
		width: 48.9361702128%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}

	.js .slider-grid__col:nth-child(2) {
		width: 48.9361702128%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

@media only screen and (min-width:60em) {
	.js .slider-grid[data-columns]::before {
		content: '4 .slider-grid__col'
	}

	.js .slider-grid__col {
		width: 23.4042553191%;
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 2.1276595745%
	}

	.js .slider-grid__col:nth-child(4) {
		width: 23.4042553191%;
		clear: right;
		float: right;
		margin-right: 0
	}
}

.modal-window--show .letterbox-header {
	height: 5.625rem;
	margin-bottom: 5rem
}

@media only screen and (min-width:37.5em) {
	.modal-window--show .letterbox-header {
		height: 7.5rem;
		margin-bottom: 6.875rem
	}
}

.modal-window--show .rich-text .button {
	margin-top: 1.25rem
}

.modal-window--invisible .modal-content {
	visibility: hidden
}

.modal-window--centered {
	text-align: center
}

.modal-window--with-accordion .image-wrapper {
	padding: 2.1875rem 0;
	text-align: center
}

.modal-window--with-accordion .image-wrapper__image {
	width: 6.25rem;
	height: 6.25rem;
	margin: 2.5rem auto 0
}

.modal-window--with-accordion .rich-text {
	padding-bottom: 0
}

@media only screen and (min-width:37.5em) {
	.modal-window--with-accordion .image-wrapper__image {
		width: 12.5rem;
		height: 12.5rem
	}

	.modal-window--with-accordion .rich-text {
		padding: 0
	}
}

.modal-window--with-accordion .modal-inner .modal-content {
	padding: 0 1.25rem 2.1875rem
}

@media only screen and (min-width:37.5em) {
	.modal-window--with-accordion .modal-inner .modal-content {
		padding: 0 2.5rem 4.375rem
	}
}

.modal-window--loading .modal-content {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/loading.gif);
	min-height: 640px
}

.modal-window--loading .modal-close:after,
.modal-window--loading.modal-window--show .modal-close:after {
	display: none
}

.modal-window--video .modal-inner {
	transition: none !important
}

.modal-window--video .modal-inner .modal-content {
	padding: 0;
	max-height: 100%
}

@media (min-width:751px) {
	.modal-window--video .modal-inner {
		width: 750px !important;
		margin-left: -375px !important
	}

	.modal-window--video.modal-window .modal-close:after {
		margin-right: -375px
	}
}

@media only screen and (min-width:60em) {
	.modal-window--video .modal-inner {
		width: 1000px !important;
		margin-left: -500px !important
	}

	.modal-window--video.modal-window .modal-close:after {
		margin-right: -500px
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {
	.modal-window--quick-view.modal-window .modal-inner {
		width: 640px;
		margin-left: -320px
	}

	.modal-window--quick-view.modal-window .modal-close:after {
		margin-right: -320px
	}
}

@media only screen and (min-width:60em) {
	.modal-window--quick-view.modal-window .modal-inner {
		width: 960px;
		margin-left: -480px
	}

	.modal-window--quick-view.modal-window .modal-close:after {
		margin-right: -480px
	}
}

@media screen and (max-width:750px) {
	.modal-window--quick-view.modal-window .modal-inner {
		width: auto;
		margin-left: 0
	}

	.modal-window--quick-view.modal-window .modal-close:after {
		margin-right: 0
	}
}

@media screen and (min-width:750px) {
	.modal-window--fade {
		transition: opacity .4s
	}
}

html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.has-overlay {
	overflow: hidden
}

.modal-window--fade,
.modal-window--show {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	display: none\9;
	color: #fff;
	line-height: 1.3
}

.is-active.modal-window--fade,
.is-active.modal-window--show,
.modal-window--fade:target,
.modal-window--show:target {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	width: auto;
	height: auto;
	opacity: 1
}

.is-active.modal-window--fade,
.is-active.modal-window--show {
	display: block\9;
	height: 100%\9;
	width: 100%\9
}

.modal-window--fade:target,
.modal-window--show:target {
	display: block\9
}

.modal-window--fade .modal-inner,
.modal-window--show .modal-inner {
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 1000;
	margin-left: -320px;
	width: 640px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

.modal-window--fade .modal-inner>iframe,
.modal-window--fade .modal-inner>img,
.modal-window--fade .modal-inner>video,
.modal-window--show .modal-inner>iframe,
.modal-window--show .modal-inner>img,
.modal-window--show .modal-inner>video {
	width: 100%;
	height: auto;
	min-height: 300px
}

.modal-window--fade .modal-inner>img,
.modal-window--show .modal-inner>img {
	width: auto;
	max-width: 100%
}

.modal-window--fade .modal-inner iframe,
.modal-window--show .modal-inner iframe {
	display: block;
	width: 100%;
	border: 0
}

.modal-window--fade .modal-content,
.modal-window--show .modal-content {
	position: relative;
	max-height: 400px;
	max-height: 75vh;
	overflow: hidden;
	-webkit-overflow-scrolling: touch
}

.modal-window--fade .modal-content>*,
.modal-window--show .modal-content>* {
	max-width: 100%
}

.modal-window--fade .modal-close,
.modal-window--show .modal-close {
	display: block;
	height: 1px;
	clip: rect(0 0 0 0);
	margin: -1px;
	overflow: hidden;
	color: #fff;
	text-decoration: none
}

.modal-window--fade .modal-close:focus:after,
.modal-window--show .modal-close:focus:after {
	outline: dotted 1px;
	outline: -webkit-focus-ring-color auto 5px
}

.modal-window--fade .modal-close:before,
.modal-window--show .modal-close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 900
}

.modal-window--fade .modal-close:after,
.modal-window--show .modal-close:after {
	position: absolute;
	top: 60px;
	right: 50%;
	z-index: 1100;
	margin-right: -320px
}

@media screen and (max-width:750px) {

	.modal-window--fade .modal-inner,
	.modal-window--show .modal-inner {
		width: auto;
		margin-left: 0
	}

	.modal-window--fade,
	.modal-window--show {
		-webkit-transform: translate(0, 400px);
		-ms-transform: translate(0, 400px);
		transform: translate(0, 400px);
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		transition: opacity 1ms .25s;
		display: block;
		right: auto;
		bottom: auto
	}

	.is-active.modal-window--fade,
	.is-active.modal-window--show,
	.modal-window--fade:target,
	.modal-window--show:target {
		width: 100%;
		height: 100%
	}

	.is-active.modal-window--fade .modal-close,
	.is-active.modal-window--show .modal-close,
	.modal-window--fade:target .modal-close,
	.modal-window--show:target .modal-close {
		display: block
	}

	.modal-window--fade .modal-inner,
	.modal-window--show .modal-inner {
		box-sizing: border-box;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		overflow: auto
	}

	.modal-window--fade .modal-content,
	.modal-window--show .modal-content {
		max-height: none;
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}

	.modal-window--fade .modal-close,
	.modal-window--show .modal-close {
		display: none;
		right: auto
	}

	.modal-window--fade .modal-close:before,
	.modal-window--show .modal-close:before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000
	}

	.modal-window--fade .modal-close:after,
	.modal-window--show .modal-close:after {
		margin-right: 0;
		top: 0;
		right: 0;
		left: auto;
		margin-left: 0
	}
}

.is-stacked.modal-window--fade,
.is-stacked.modal-window--show {
	-webkit-transform: translate(0, 0) scale(1, 1);
	-ms-transform: translate(0, 0) scale(1, 1);
	transform: translate(0, 0) scale(1, 1);
	opacity: 1
}

.is-stacked.modal-window--fade .modal-inner,
.is-stacked.modal-window--show .modal-inner {
	-webkit-animation: scaleDown .7s ease both;
	animation: scaleDown .7s ease both
}

.is-stacked.modal-window--fade .modal-close,
.is-stacked.modal-window--show .modal-close {
	opacity: 0
}

@media screen and (max-width:750px) {

	.is-stacked.modal-window--fade,
	.is-stacked.modal-window--show {
		-webkit-animation: scaleDown .7s ease both;
		animation: scaleDown .7s ease both
	}

	.is-stacked.modal-window--fade .modal-inner,
	.is-stacked.modal-window--show .modal-inner {
		-webkit-animation: none;
		animation: none
	}

	.is-stacked.modal-window--fade .modal-close,
	.is-stacked.modal-window--show .modal-close {
		opacity: 1
	}
}

.modal-window--fade .modal-inner,
.modal-window--show .modal-inner {
	background: #fff;
	max-width: 100%;
	transition: max-width .25s linear, margin-left 125ms linear
}

.modal-window--fade .modal-content,
.modal-window--show .modal-content {
	padding: 2.1875rem 1.25rem 2.5rem;
	overflow-y: auto
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

	.modal-window--fade .modal-content,
	.modal-window--show .modal-content {
		overflow-y: scroll\9
	}
}

.ie9 .modal-window--fade .modal-content,
.ie9 .modal-window--show .modal-content,
.lt-ie9 .modal-window--fade .modal-content,
.lt-ie9 .modal-window--show .modal-content {
	overflow-y: scroll
}

.modal-window--fade .modal-close:before,
.modal-window--show .modal-close:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=);
	opacity: .8
}

.modal-window--fade .modal-close:after,
.modal-window--show .modal-close:after {
	padding: .125rem .5rem;
	content: '\00d7';
	background: #3c4242;
	font-size: 38px;
	text-indent: 0;
	text-align: center;
	height: 60px;
	width: 60px;
	font-weight: 400
}

@media screen and (max-width:750px) {

	.modal-window--fade .modal-close:before,
	.modal-window--show .modal-close:before {
		height: 0
	}

	.modal-window--fade .modal-inner,
	.modal-window--show .modal-inner {
		box-shadow: none
	}

	.modal-window--fade .modal-close,
	.modal-window--show .modal-close {
		text-decoration: none
	}

	.modal-window--fade .modal-close:after,
	.modal-window--show .modal-close:after {
		width: 40px;
		height: 40px;
		font-size: 26px
	}

	.modal-window--fade .modal-content,
	.modal-window--show .modal-content {
		border-bottom: 0
	}
}

.spacer {
	margin: 0;
	border: 0
}

.spacer--med,
.spacer--sml {
	margin: 0;
	border: 0;
	padding: .625rem 0
}

.spacer--lrg {
	margin: 0;
	border: 0;
	padding: 1.25rem 0
}

@media only screen and (min-width:37.5em) {
	.spacer--med {
		padding: 1.25rem 0
	}

	.spacer--lrg {
		padding: 1.875rem 0
	}
}

.es-auth {
	max-width: 37.5rem;
	padding: 1.875rem 1.25rem 0;
	color: #3c4242
}

@media only screen and (min-width:37.5em) {
	.es-auth {
		padding: 3.125rem;
		margin: 3.75rem auto 0;
		box-shadow: 0 1px 3px 0 rgba(27, 27, 27, .07), 0 1px 0 1px rgba(235, 235, 235, .5)
	}
}

.es-auth__title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	margin: 0 0 1rem
}

.es-auth .rich-text {
	padding: 0
}

.es-auth .rich-text p {
	margin-top: 0
}

.es-auth-footer {
	margin-top: 3.125rem;
	color: #3c4242
}

.es-auth-footer__content-wrapper {
	padding: 1.5625rem 0;
	border-top: 5px solid #f8f8f8
}

.es-auth-footer__content-wrapper:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	zoom: 1
}

@media only screen and (min-width:37.5em) {
	.es-auth__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}

	.es-auth .form {
		max-width: 21.875rem
	}

	.es-auth-footer {
		margin-top: 5rem
	}

	.es-auth-footer__content-wrapper {
		padding-top: 1rem;
		position: relative
	}

	.es-auth-footer__links {
		width: 50%
	}
}

.es-auth-footer__links {
	list-style: none;
	padding: 0;
	margin: .75rem 0 0
}

@media only screen and (min-width:60em) {
	.es-auth-footer__links {
		width: 60%
	}
}

.es-auth-footer__links a {
	color: inherit
}

.es-auth-footer__copyright,
.es-auth-footer__link,
.es-auth-footer__logo {
	display: inline-block
}

.es-auth-footer__copyright,
.es-auth-footer__link {
	font-size: .6875rem;
	line-height: 1.1818181818;
	letter-spacing: .6px
}

.es-auth-footer__copyright {
	margin-top: 2.375rem
}

@media only screen and (min-width:37.5em) {

	.es-auth-footer__links,
	.es-auth-footer__logo {
		float: left;
		clear: none
	}

	.es-auth-footer__copyright {
		margin-top: 1.125rem;
		float: right;
		clear: none
	}
}

.es-auth-footer__link:not(:last-child) {
	margin-right: 1rem
}

.es-auth-footer__logo {
	width: 7.5rem;
	height: 1.875rem;
	margin-right: 2rem;
	background: url(../img/logo-az-dark.png) center center no-repeat;
	background-size: 100%
}

.lt-ie9 .es-auth-footer__link {
	margin-right: 1rem
}

.lt-ie9 .es-auth-footer__logo {
	width: 9.0625rem;
	height: 3.75rem;
	zoom: .6
}

.animated-header {
	position: relative;
	overflow: hidden
}

.author-mode-touch .animated-header {
	max-height: 62.5rem
}

.animated-header__outer {
	overflow: hidden;
	position: relative
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.animated-header__outer {
		background-color: #fff
	}
}

.animated-header__outer--magenta .animated-header__show-nav,
.animated-header__outer--magenta .animated-header__title,
.animated-header__outer--magenta .animated-header__title-small {
	color: #fff
}

.animated-header__outer--magenta .animated-header__title-small:before {
	border-right: 1px solid #fff
}

.animated-header__outer--magenta .animated-header__show-nav-icon {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.animated-header__outer--black .animated-header__show-nav,
.animated-header__outer--black .animated-header__title,
.animated-header__outer--black .animated-header__title-small {
	color: #fff
}

.animated-header__outer--black .animated-header__title-small:before {
	border-right: 1px solid #fff
}

.animated-header__outer--black .animated-header__show-nav-icon {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.animated-header__outer--lime-green .animated-header__show-nav,
.animated-header__outer--lime-green .animated-header__title,
.animated-header__outer--lime-green .animated-header__title-small {
	color: #3c4242
}

.animated-header__outer--lime-green .animated-header__title-small:before {
	border-right: 1px solid #3c4242
}

.animated-header__outer--lime-green .animated-header__show-nav-icon {
	border-top: 2px solid #3c4242;
	border-bottom: 2px solid #3c4242
}

.animated-header__outer--light-blue .animated-header__show-nav,
.animated-header__outer--light-blue .animated-header__title,
.animated-header__outer--light-blue .animated-header__title-small {
	color: #3c4242
}

.animated-header__outer--light-blue .animated-header__title-small:before {
	border-right: 1px solid #3c4242
}

.animated-header__outer--light-blue .animated-header__show-nav-icon {
	border-top: 2px solid #3c4242;
	border-bottom: 2px solid #3c4242
}

.animated-header__outer--gold .animated-header__show-nav,
.animated-header__outer--gold .animated-header__title,
.animated-header__outer--gold .animated-header__title-small {
	color: #3c4242
}

.animated-header__outer--gold .animated-header__title-small:before {
	border-right: 1px solid #3c4242
}

.animated-header__outer--gold .animated-header__show-nav-icon {
	border-top: 2px solid #3c4242;
	border-bottom: 2px solid #3c4242
}

.animated-header__outer--platinum .animated-header__show-nav,
.animated-header__outer--platinum .animated-header__title,
.animated-header__outer--platinum .animated-header__title-small {
	color: #3c4242
}

.animated-header__outer--platinum .animated-header__title-small:before {
	border-right: 1px solid #3c4242
}

.animated-header__outer--platinum .animated-header__show-nav-icon {
	border-top: 2px solid #3c4242;
	border-bottom: 2px solid #3c4242
}

.animated-header__outer--dark-grey .animated-header__show-nav,
.animated-header__outer--dark-grey .animated-header__title,
.animated-header__outer--dark-grey .animated-header__title-small {
	color: #fff
}

.animated-header__outer--dark-grey .animated-header__title-small:before {
	border-right: 1px solid #fff
}

.animated-header__outer--dark-grey .animated-header__show-nav-icon {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.animated-header__outer--light-grey .animated-header__show-nav,
.animated-header__outer--light-grey .animated-header__title,
.animated-header__outer--light-grey .animated-header__title-small {
	color: #3c4242
}

.animated-header__outer--light-grey .animated-header__title-small:before {
	border-right: 1px solid #3c4242
}

.animated-header__outer--light-grey .animated-header__show-nav-icon {
	border-top: 2px solid #3c4242;
	border-bottom: 2px solid #3c4242
}

.animated-header__outer--navy .animated-header__show-nav,
.animated-header__outer--navy .animated-header__title,
.animated-header__outer--navy .animated-header__title-small {
	color: #fff
}

.animated-header__outer--navy .animated-header__title-small:before {
	border-right: 1px solid #fff
}

.animated-header__outer--navy .animated-header__show-nav-icon {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.animated-header__outer--purple .animated-header__show-nav,
.animated-header__outer--purple .animated-header__title,
.animated-header__outer--purple .animated-header__title-small {
	color: #fff
}

.animated-header__outer--purple .animated-header__title-small:before {
	border-right: 1px solid #fff
}

.animated-header__outer--purple .animated-header__show-nav-icon {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.animated-header__outer--graphite .animated-header__show-nav,
.animated-header__outer--graphite .animated-header__title,
.animated-header__outer--graphite .animated-header__title-small {
	color: #fff
}

.animated-header__outer--graphite .animated-header__title-small:before {
	border-right: 1px solid #fff
}

.animated-header__outer--graphite .animated-header__show-nav-icon {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.animated-header__outer--mulberry .animated-header__show-nav,
.animated-header__outer--mulberry .animated-header__title,
.animated-header__outer--mulberry .animated-header__title-small {
	color: #fff
}

.animated-header__outer--mulberry .animated-header__title-small:before {
	border-right: 1px solid #fff
}

.animated-header__outer--mulberry .animated-header__show-nav-icon {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.animated-header__outer--stories-blue .animated-header__show-nav,
.animated-header__outer--stories-blue .animated-header__title,
.animated-header__outer--stories-blue .animated-header__title-small {
	color: #fff
}

.animated-header__outer--stories-blue .animated-header__title-small:before {
	border-right: 1px solid #fff
}

.animated-header__outer--stories-blue .animated-header__show-nav-icon {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}

@media only screen and (min-width:60em) {
	.js .nav-wrapper {
		display: none
	}

	.animated-header {
		height: 100vh
	}

	.animated-header__shell {
		height: 100%
	}

	.animated-header__outer {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%
	}

	.animated-header__outer--magenta {
		background-color: #d0006f
	}

	.animated-header__outer--black {
		background-color: #1b1b1b
	}

	.animated-header__outer--lime-green {
		background-color: #c4d600
	}

	.animated-header__outer--light-blue {
		background-color: #68d2df
	}

	.animated-header__outer--gold {
		background-color: #f0ab00
	}

	.animated-header__outer--platinum {
		background-color: #9db0ac
	}

	.animated-header__outer--dark-grey {
		background-color: #4f5757
	}

	.animated-header__outer--light-grey {
		background-color: #d2d2d2
	}

	.animated-header__outer--navy {
		background-color: #003865
	}

	.animated-header__outer--purple {
		background-color: #3c1053
	}

	.animated-header__outer--graphite {
		background-color: #3c4242
	}

	.animated-header__outer--mulberry {
		background-color: #830051
	}

	.animated-header__outer--stories-blue {
		background-color: #1b1b1b
	}

	.animated-header__outer--stories-grey {
		background-color: #4f5757
	}
}

.animated-header__outer--stories-grey .animated-header__show-nav,
.animated-header__outer--stories-grey .animated-header__title,
.animated-header__outer--stories-grey .animated-header__title-small {
	color: #fff
}

.animated-header__outer--stories-grey .animated-header__title-small:before {
	border-right: 1px solid #fff
}

.animated-header__outer--stories-grey .animated-header__show-nav-icon {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.animated-header__caption {
	z-index: 1000;
	right: 1rem;
	position: absolute
}

.animated-header__caption::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:60em) {
	.animated-header__caption {
		padding: 0 2rem 2rem 0;
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		z-index: 800 !important;
		height: auto
	}
}

.lt-ie9 .animated-header__caption {
	position: static
}

.animated-header__show-nav-container {
	text-align: right
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.animated-header__show-nav-container {
		display: none !important
	}
}

@media only screen and (min-width:60em) {
	.animated-header__show-nav-container {
		padding-right: 3.125rem;
		top: 2.5rem;
		display: block;
		position: absolute;
		z-index: 100;
		width: 100%
	}
}

.lt-ie9 .animated-header__show-nav-container,
.no-js .animated-header__show-nav-container {
	display: none
}

.animated-header__show-nav {
	padding: 0 0 0 .6875rem;
	font-size: 1rem;
	line-height: 1.375;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	position: relative;
	background: 0 0;
	border: 0
}

@media only screen and (min-width:37.5em) {
	.animated-header__show-nav {
		letter-spacing: 1.4px
	}
}

.animated-header__show-nav:before {
	font-size: 1rem;
	top: .1875rem;
	margin-right: .3125rem;
	position: relative;
	display: inline-block
}

.animated-header__show-nav--active:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.animated-header__show-nav--active .animated-header__show-nav-icon {
	display: none
}

.animated-header__show-nav-icon {
	top: -.0625rem;
	height: .625rem;
	width: 1.25rem;
	margin-right: .3125rem;
	display: inline-block;
	position: relative
}

.animated-header__wrapper {
	position: relative;
	overflow: hidden
}

.animated-header__image {
	position: absolute;
	top: 0;
	width: 100%
}

@media only screen and (min-width:60em) {
	.animated-header__wrapper {
		position: absolute;
		height: 100%;
		width: 100%
	}

	.animated-header__image {
		height: 100%
	}
}

.animated-header__image .responsive-image,
.animated-header__image .responsive-image__container {
	position: static
}

.animated-header__image .responsive-image .image-replace {
	position: absolute;
	height: auto;
	width: 100%;
	top: 0;
	left: 0
}

.animated-header__image:first-child,
.animated-header__image:first-child .responsive-image .image-replace {
	position: static
}

.animated-header__title-block {
	padding: 1.25rem
}

@media only screen and (min-width:60em) {
	.animated-header__image .responsive-image .image-replace {
		height: 100%;
		width: auto;
		left: auto;
		right: 0
	}

	.animated-header__image:first-child .responsive-image .image-replace {
		position: absolute
	}

	.animated-header__title-block {
		padding: 2.5rem 3.125rem;
		width: 100%;
		position: absolute;
		top: 0;
		height: 100%
	}

	.animated-header__title {
		max-width: 33.3333333333%
	}
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.animated-header__title-block {
		background-color: #fff
	}

	.animated-header .animated-header__title,
	.animated-header .animated-header__title-block,
	.animated-header .animated-header__title-small {
		color: #3c4242
	}
}

.animated-header__title-small {
	font-size: 1rem;
	line-height: 1.375;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	margin: 0;
	display: none;
	overflow: hidden;
	position: relative;
	z-index: 200
}

@media only screen and (min-width:37.5em) {
	.animated-header__title-small {
		letter-spacing: 1.4px;
		display: inline-block
	}
}

.animated-header__title-small a {
	color: inherit;
	text-decoration: none
}

.animated-header__title-small a:active,
.animated-header__title-small a:hover {
	text-decoration: underline
}

.animated-header__title {
	font-size: 1.875rem;
	line-height: 1.2666666667;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: 1.2px;
	margin: 0
}

.chapter-heading,
.chapter-heading__container {
	position: relative
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.chapter-heading__container {
		background: 0 0 !important
	}
}

@media only screen and (min-width:37.5em) {
	.animated-header__title {
		font-size: 4.375rem;
		line-height: 1.1142857143;
		font-family: LexiaLight, Times, "Times New Roman", serif;
		letter-spacing: 1.1px;
		padding-top: .9375rem
	}

	.chapter-heading__container {
		min-height: 45rem;
		margin-bottom: 3.125rem;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover
	}

	.chapter-heading .responsive-image {
		display: none
	}
}

.chapter-heading__caption {
	position: absolute;
	z-index: 1000;
	margin-top: -3.75rem;
	padding: 0 1rem 1rem 0;
	height: 0
}

.chapter-heading__caption::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.chapter-heading__caption {
		top: auto;
		right: 0;
		bottom: 0;
		z-index: 800 !important;
		margin: 0 10rem 5.75rem 0;
		padding: 0
	}
}

.chapter-heading__caption-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	height: 0
}

.chapter-heading__caption-inner::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.chapter-heading__content-outer {
		margin: 2.5rem 0 0;
		color: #3c4242
	}
}

@media only screen and (min-width:37.5em) {
	.chapter-heading__content-outer {
		width: 65.9574468085%;
		float: left;
		margin-left: 17.0212765957%;
		clear: none;
		margin-right: 0
	}
}

@media only screen and (min-width:60em) {
	.chapter-heading__content-outer {
		width: 31.914893617%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}
}

.chapter-heading__chapter {
	font-size: 1rem;
	line-height: 1.375;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	margin: 1rem 0;
	color: #3c4242;
	display: block;
	position: relative
}

@media only screen and (min-width:37.5em) {
	.chapter-heading__chapter {
		margin: 3.125rem 0 1rem;
		color: #fff
	}

	.chapter-heading--has-carousels .chapter-heading__chapter {
		font-size: 1.25rem;
		margin-top: 0
	}
}

.slick-slide .chapter-heading__chapter {
	opacity: 0
}

.slick-active .chapter-heading__chapter {
	opacity: 1
}

.chapter-heading__upcoming {
	line-height: 1.375;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-size: 1.25rem;
	margin: 3.125rem 0 0 33.5rem;
	color: #fff;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: opacity .2s ease-out;
	z-index: 200
}

.is-changing-chapter .chapter-heading__upcoming {
	opacity: 0
}

.chapter-heading__title {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px;
	word-break: break-word;
	margin-top: 0
}

@media only screen and (min-width:37.5em) {
	.chapter-heading__title {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px;
		color: #fff
	}
}

.chapter-heading__title:before {
	margin-bottom: .625rem;
	font-size: 2.125rem;
	content: attr(data-chapter-index);
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1
}

@media only screen and (min-width:37.5em) {
	.chapter-heading__title:before {
		font-size: 2.5rem
	}
}

.slick-slide .chapter-heading__title {
	line-height: 1.3;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	font-size: .75rem;
	margin-top: 0
}

.slick-slide .chapter-heading__title:before {
	font-size: 1.625rem
}

.slick-active .chapter-heading__title {
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-size: 3rem;
	line-height: 1.2
}

.slick-active .chapter-heading__title:before {
	font-size: 2.5rem
}

.chapter-heading__intro {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .5px;
	color: #3c4242;
	display: none
}

@media only screen and (min-width:37.5em) {
	.chapter-heading__intro {
		color: #fff;
		display: block
	}
}

.chapter-heading__all-chapters {
	margin: 1rem 0 3rem;
	padding: 2rem 0;
	border-left: 0;
	border-right: 0;
	display: none;
	text-align: center;
	width: 100%;
	visibility: hidden
}

@media only screen and (min-width:37.5em) {
	.chapter-heading__all-chapters {
		display: none !important;
		visibility: hidden
	}

	.chapter-heading__carousels {
		min-height: 45rem;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative
	}
}

.chapter-heading__all-chapters:after {
	display: none
}

.chapter-heading__all-chapters--visible {
	display: block;
	visibility: visible
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.chapter-heading__carousels {
		display: none !important;
		visibility: hidden
	}
}

.chapter-heading__carousels>.l-constrained {
	margin-top: -45rem;
	z-index: 200
}

.chapter-heading .story-carousel__background {
	z-index: 100
}

.chapter-heading .story-carousel__foreground {
	margin-top: -45rem;
	z-index: 300
}

@media only screen and (min-width:60em) {
	.chapter-heading .story-carousel__foreground {
		margin-left: auto;
		margin-right: auto;
		max-width: 1280px
	}
}

.chapter-heading .story-carousel__foreground .slick-slide {
	width: 12.5rem;
	-webkit-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px)
}

.chapter-heading .story-carousel__foreground .slick-slide .l-constrained {
	max-width: initial
}

.chapter-heading .story-carousel__foreground .slick-slide .block-wrapper {
	margin: 3.125rem 0 0
}

.chapter-heading .story-carousel__foreground .slick-slide .chapter-heading__content {
	padding: 0 .75rem;
	border-left: 2px solid rgba(255, 255, 255, .5)
}

@media only screen and (min-width:60em) {
	.chapter-heading .story-carousel__foreground .slick-slide .chapter-heading__content {
		cursor: pointer;
		transition: .5s ease-in-out
	}

	.chapter-heading .story-carousel__foreground .slick-slide .chapter-heading__content:hover {
		-webkit-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center
	}
}

.chapter-heading .story-carousel__foreground .slick-slide .chapter-heading__content-outer {
	margin: 0 auto;
	width: 100%
}

.chapter-heading .story-carousel__foreground .slick-slide .chapter-heading__intro {
	display: none
}

.chapter-heading .story-carousel__foreground .slick-slide.slick-active {
	-webkit-transform: scale(2.5, 2.5);
	-ms-transform: scale(2.5, 2.5);
	transform: scale(2.5, 2.5);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

.chapter-heading .story-carousel__foreground .slick-slide.slick-active .block-wrapper {
	margin: 20px 0;
	padding-left: 10px
}

.chapter-heading .story-carousel__foreground .slick-slide.slick-active .chapter-heading__chapter {
	margin: 0 0 6px;
	font-size: 8px
}

.chapter-heading .story-carousel__foreground .slick-slide.slick-active .chapter-heading__content {
	padding: 0;
	border-left: 0
}

@media only screen and (min-width:60em) {
	.chapter-heading .story-carousel__foreground .slick-slide.slick-active .chapter-heading__content {
		cursor: default;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.chapter-heading .story-carousel__foreground .slick-slide.slick-active .chapter-heading__title {
	font-size: 20px
}

.chapter-heading .story-carousel__foreground .slick-slide.slick-active .chapter-heading__title:before {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 4px
}

.chapter-heading .story-carousel__foreground .slick-slide.slick-active .chapter-heading__intro {
	display: block;
	font-size: 7px;
	margin: 0
}

.chapter-heading .story-carousel__foreground .slick-next,
.chapter-heading .story-carousel__foreground .slick-prev {
	bottom: 3.125rem;
	background: 0 0;
	border: 0;
	color: #fff;
	padding: 0;
	position: absolute;
	z-index: 100
}

.chapter-heading .story-carousel__foreground .slick-next.slick-disabled,
.chapter-heading .story-carousel__foreground .slick-prev.slick-disabled {
	display: none !important;
	visibility: hidden
}

.chapter-heading .story-carousel__foreground .slick-next:before,
.chapter-heading .story-carousel__foreground .slick-prev:before {
	font-family: az-glyph-1;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2rem;
	font-weight: 700
}

.chapter-heading .story-carousel__foreground .slick-prev {
	left: 1.25rem
}

.chapter-heading .story-carousel__foreground .slick-next {
	left: 3.125rem
}

.chapter-heading .story-carousel__foreground .slick-next:before {
	content: '\e013'
}

.chapter-heading .story-carousel__foreground .slick-prev:before {
	content: '\e012'
}

.chapter-heading .story-nav {
	margin: 1rem 0 4rem;
	border-top: 1px solid rgba(60, 66, 66, .04)
}

@media only screen and (min-width:37.5em) {
	.chapter-heading .story-carousel__item {
		min-height: 45rem;
		background-repeat: no-repeat;
		background-size: cover
	}

	.chapter-heading .story-nav {
		display: none !important;
		visibility: hidden
	}
}

.chapter-heading .story-nav--visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.chapter-heading .story-nav--visually-hidden.focusable:active,
.chapter-heading .story-nav--visually-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.chapter-heading .story-nav ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.chapter-heading .story-nav a {
	padding: 1.25rem;
	color: #3c4242;
	display: block;
	text-decoration: none
}

.chapter-heading .story-nav .story-nav__item {
	border-bottom: 2px solid rgba(60, 66, 66, .04)
}

.chapter-heading .story-nav .story-nav__item--current {
	color: #8a8e8e;
	background: #f8f8f8
}

.chapter-heading .story-nav__item-title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .5px
}

.chapter-heading .story-nav__item-title:before {
	font-size: 1.5rem;
	content: attr(data-chapter-index);
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700
}

@media only screen and (min-width:37.5em) {
	.chapter-heading--has-carousels .chapter-heading__container>.l-constrained {
		display: none !important;
		visibility: hidden
	}
}

.tray-launch::after {
	content: '';
	display: table;
	clear: both
}

.tray-launch__item {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .5px;
	padding-right: 1.5rem;
	margin: 1.25rem 0;
	min-height: 3.75rem;
	color: #1b1b1b;
	display: block;
	position: relative;
	opacity: 1;
	text-decoration: none;
	transition: opacity .5s ease-out
}

.has-tray-overlay .tray-launch__item {
	opacity: 0
}

.tray-launch__item:after {
	font-family: az-glyph-1;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.5rem;
	content: '\e051';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:60em) {
	.csstransitions .tray-launch__item:after {
		opacity: 0;
		transition: opacity .3s ease-out
	}
}

.tray-launch__item.tray-launch--exposed:after {
	opacity: 1
}

.csstransitions .tray-launch__item.tray-launch--expanded__icon {
	left: 0
}

.tray-launch__icon {
	font-family: az-glyph-1;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2rem;
	margin-right: 1.25rem;
	padding: .90625rem 0;
	width: 3.75rem;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	background: #fff;
	float: left;
	text-align: center
}

.tray-launch__item--read .tray-launch__icon:before {
	content: '\e029'
}

.tray-launch__item--about .tray-launch__icon:before,
.tray-launch__item--explore .tray-launch__icon:before {
	content: '\e02a'
}

.tray-launch__text-wrapper {
	margin-left: 5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tray-launch__roundel {
	width: 3.75rem;
	margin-right: 1.25rem;
	border-radius: 50%
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.tray-launch__item:after {
		display: none
	}

	.tray-launch__roundel {
		float: left
	}
}

@media only screen and (min-width:60em) {
	.csstransitions .tray-launch__icon {
		left: 83%;
		position: absolute;
		transition: left .4s ease-out
	}

	.csstransitions .tray-launch--expanded .tray-launch__icon {
		left: 0
	}

	.csstransitions .tray-launch__text-wrapper {
		opacity: 0;
		transition: opacity .3s ease-out
	}

	.tray-launch--exposed .tray-launch__text-wrapper {
		margin-left: 5rem;
		opacity: 1
	}

	.csstransitions .tray-launch__roundel {
		left: 83%;
		position: absolute;
		transition: left .4s ease-out
	}

	.csstransitions .tray-launch--expanded .tray-launch__roundel {
		left: 0
	}
}

.tray-launch__prompt {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaItalic, Times, "Times New Roman", serif;
	letter-spacing: .6px;
	display: block
}

.tray--content {
	padding-top: 3rem;
	background: #fff;
	left: -100%;
	min-height: 100vh;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 900
}

@media only screen and (min-width:60em) {
	.tray--content {
		left: -54rem;
		width: 50rem;
		padding-top: 0;
		transition: left .5s ease-out
	}
}

.tray--enabled .tray--content {
	left: 0
}

.lt-ie9 .tray--content {
	display: none !important;
	visibility: hidden
}

.tray--content .tray__container {
	top: 3.125rem;
	background: #f8f8f8;
	opacity: 0;
	position: absolute;
	transition: opacity .5s ease-out;
	width: 100%;
	z-index: 200
}

.tray--loaded .tray--content .tray__container {
	opacity: 1
}

.tray--content .tray__loader {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/loading.gif);
	display: block;
	min-height: 200px;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	width: 100%;
	z-index: 100
}

.tray--content .rich-header__content {
	display: none
}

.tray--content .rich-header__wrapper {
	background: 0 0
}

.tray__close {
	padding: 1.0625rem;
	background: #3c4242;
	color: #fff;
	border-radius: 0;
	border: 0;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	line-height: .25;
	z-index: 900
}

.tray__close:before {
	font-size: 2.375rem;
	content: '\00d7';
	line-height: 0
}

.tray__close:after {
	display: none
}

.tray--enabled .tray__close {
	display: block
}

.lt-ie9 .tray__close {
	display: none !important;
	visibility: hidden
}

.tray-page__content {
	width: 100%
}

.tray-page__content.tray-page__content--shifted {
	position: fixed
}

@media only screen and (min-width:60em) {
	.tray--content .tray__container {
		top: 0
	}

	.tray--content .tray__loader {
		min-height: 400px
	}

	.tray__close {
		left: 46.375rem;
		opacity: 0;
		right: auto
	}

	.tray--enabled .tray__close {
		opacity: 1
	}

	.tray__close:hover {
		border: 0
	}

	.tray-page__content {
		opacity: 1;
		left: 0;
		transition: opacity .5s ease-out, left .5s ease-out
	}

	.tray--enabled .tray-page__content {
		left: 50rem;
		opacity: .07
	}
}

.cardiovascular-stats {
	padding: 0 2.5rem;
	margin-bottom: 2.5rem;
	position: relative;
	color: #3c4242;
	font-size: 0
}

.lt-ie9 .cardiovascular-stats {
	padding: 0 1.25rem;
	width: 64rem;
	margin: 0 auto
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item {
	vertical-align: top;
	display: inline-block
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart {
	background-position-x: center;
	background-position-y: center
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart--cardiovascular {
	background-image: url(../img/cardio-stats-cardiovascular-ie8.png)
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart--malignant {
	background-image: url(../img/cardio-stats-malignant-ie8.png)
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart--respiratory {
	background-image: url(../img/cardio-stats-respiratory-ie8.png)
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart--infectious {
	background-image: url(../img/cardio-stats-infectious-ie8.png)
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--cardiovascular {
	width: 19.375rem;
	margin-right: 1.875rem
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--cardiovascular .cardiovascular-stats__chart-percentage {
	font-size: 5.625rem
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--cardiovascular .cardiovascular-stats__chart-percentage sup {
	top: -2.5rem
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--cardiovascular .cardiovascular-stats__chart-label {
	font-size: 1.25rem
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--infectious,
.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--malignant,
.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--respiratory {
	width: 11.25rem
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--infectious .cardiovascular-stats__chart-percentage,
.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--malignant .cardiovascular-stats__chart-percentage,
.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--respiratory .cardiovascular-stats__chart-percentage {
	font-size: 3.5rem
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--infectious .cardiovascular-stats__chart-percentage sup,
.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--malignant .cardiovascular-stats__chart-percentage sup,
.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--respiratory .cardiovascular-stats__chart-percentage sup {
	top: -1.4375rem
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--infectious,
.lt-ie9 .cardiovascular-stats .cardiovascular-stats__item--malignant {
	margin-right: 1.25rem
}

.lt-ie9 .cardiovascular-stats .cardiovascular-stats__credit {
	font-size: .625rem;
	line-height: 1.2;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	width: 12.5rem;
	left: 22.5rem;
	bottom: .1875rem;
	position: absolute;
	margin: 0;
	display: block;
	color: #9db0ac
}

@media only screen and (min-width:37.5em) {
	.cardiovascular-stats .cardiovascular-stats__item {
		vertical-align: top;
		margin-right: 3.45%
	}
}

.cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart-label,
.cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart-percentage {
	margin: 0
}

.cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart-percentage {
	font-size: 5.5rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px
}

@media only screen and (min-width:37.5em) {
	.cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart-percentage {
		font-size: 4.875rem
	}

	.cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart-percentage sup {
		top: -1.75rem
	}
}

@media only screen and (min-width:60em) {
	.cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart-percentage {
		font-size: 6.75rem
	}

	.cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart-percentage sup {
		top: -2.125rem
	}
}

.cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart-percentage sup {
	top: -2.125rem;
	font-size: 45%
}

.cardiovascular-stats .cardiovascular-stats__item .cardiovascular-stats__chart-label {
	font-size: 1rem;
	line-height: 1.25;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif;
	letter-spacing: .8px
}

.cardiovascular-stats .cardiovascular-stats__item--infectious,
.cardiovascular-stats .cardiovascular-stats__item--malignant,
.cardiovascular-stats .cardiovascular-stats__item--respiratory {
	display: none
}

@media only screen and (min-width:60em) {

	.cardiovascular-stats .cardiovascular-stats__item--infectious,
	.cardiovascular-stats .cardiovascular-stats__item--malignant,
	.cardiovascular-stats .cardiovascular-stats__item--respiratory {
		display: inline-block;
		width: calc((100% / 3 * 2 / 3) - 5%)
	}

	.cardiovascular-stats .cardiovascular-stats__item--infectious .cardiovascular-stats__chart-percentage,
	.cardiovascular-stats .cardiovascular-stats__item--malignant .cardiovascular-stats__chart-percentage,
	.cardiovascular-stats .cardiovascular-stats__item--respiratory .cardiovascular-stats__chart-percentage {
		font-size: 3.5rem
	}

	.cardiovascular-stats .cardiovascular-stats__item--infectious .cardiovascular-stats__chart-percentage sup,
	.cardiovascular-stats .cardiovascular-stats__item--malignant .cardiovascular-stats__chart-percentage sup,
	.cardiovascular-stats .cardiovascular-stats__item--respiratory .cardiovascular-stats__chart-percentage sup {
		top: -1.4375rem
	}

	.cardiovascular-stats .cardiovascular-stats__item--respiratory {
		margin-right: 0
	}
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {

	.cardiovascular-stats .cardiovascular-stats__item--infectious,
	.cardiovascular-stats .cardiovascular-stats__item--malignant {
		display: inline-block;
		width: 25.275%
	}

	.cardiovascular-stats .cardiovascular-stats__item--infectious .cardiovascular-stats__chart-percentage,
	.cardiovascular-stats .cardiovascular-stats__item--malignant .cardiovascular-stats__chart-percentage {
		font-size: 3rem
	}

	.cardiovascular-stats .cardiovascular-stats__item--infectious .cardiovascular-stats__chart-percentage sup,
	.cardiovascular-stats .cardiovascular-stats__item--malignant .cardiovascular-stats__chart-percentage sup {
		top: -1.25rem
	}

	.cardiovascular-stats .cardiovascular-stats__item--malignant {
		margin-right: 0
	}
}

@media only screen and (min-width:37.5em) {
	.cardiovascular-stats .cardiovascular-stats__item--cardiovascular {
		display: inline-block;
		width: 40%;
		margin-right: 6%
	}
}

@media only screen and (min-width:60em) {
	.cardiovascular-stats .cardiovascular-stats__item--cardiovascular {
		width: calc(100% / 3);
		margin-right: 8%
	}

	.cardiovascular-stats .cardiovascular-stats__item--cardiovascular .cardiovascular-stats__chart-percentage sup {
		top: -2.6875rem
	}

	.cardiovascular-stats .cardiovascular-stats__item--cardiovascular .cardiovascular-stats__chart-label {
		font-size: 1.25rem
	}
}

.cardiovascular-stats__chart {
	margin-bottom: 1.25rem;
	background-repeat: no-repeat;
	background-position: center top 47%;
	background-size: auto 42.5%
}

.cardiovascular-stats__chart--cardiovascular {
	background-image: url(../img/cardio-stats-cardiovascular.png)
}

.cardiovascular-stats__chart--malignant {
	background-image: url(../img/cardio-stats-malignant.png)
}

.cardiovascular-stats__chart--respiratory {
	background-image: url(../img/cardio-stats-respiratory.png)
}

.cardiovascular-stats__chart--infectious {
	background-image: url(../img/cardio-stats-infectious.png)
}

.cardiovascular-stats .cardiovascular-stats__credit {
	font-size: .625rem;
	line-height: 1.2;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	width: 12.5rem;
	color: #3c4242
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.cardiovascular-stats .cardiovascular-stats__item--cardiovascular {
		text-align: center
	}

	.cardiovascular-stats .cardiovascular-stats__item--cardiovascular .cardiovascular-stats__chart-copy {
		display: inline-block;
		text-align: left
	}

	.cardiovascular-stats .cardiovascular-stats__credit {
		display: none
	}
}

@media only screen and (min-width:37.5em) {
	.cardiovascular-stats .cardiovascular-stats__credit {
		position: absolute;
		margin: 0;
		left: 46.5%;
		bottom: 1px
	}
}

@media only screen and (min-width:60em) {
	.cardiovascular-stats .cardiovascular-stats__credit {
		bottom: 3px;
		left: calc(100% / 3 + 8.5%)
	}
}

.story-progress-indicator {
	display: none
}

@media only screen and (min-width:37.5em) {
	.story-progress-indicator {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		color: #fff;
		overflow: hidden;
		z-index: 1000
	}

	.story-progress-indicator__wrapper {
		position: relative
	}

	.story-progress-indicator__bar {
		height: .3125rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		width: 100%;
		background-color: #d2d2d2;
		border: 0;
		color: #f0ab00
	}

	.story-progress-indicator__bar::-webkit-progress-bar {
		background-color: #d2d2d2
	}

	.story-progress-indicator__bar::-webkit-progress-value {
		background-color: #fff;
		background-image: linear-gradient(to right, rgba(240, 171, 0, .5), #f0ab00)
	}

	.story-progress-indicator__bar::-moz-progress-bar {
		background-color: #fff;
		background-image: linear-gradient(to right, rgba(240, 171, 0, .5), #f0ab00)
	}

	.story-progress-indicator__chapters {
		background-color: #4f5757;
		opacity: .8
	}

	.story-progress-indicator__chapters-list {
		list-style: none;
		padding: 0;
		margin: 0;
		counter-reset: chapters;
		display: table;
		table-layout: fixed;
		width: 100%
	}

	.story-progress-indicator__chapters-list li {
		font-size: .75rem;
		line-height: 1.3333333333;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		padding: .5rem 1.5625rem .25rem .25rem;
		display: table-cell;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		border-right: solid 1px #3c4242
	}

	.story-progress-indicator__chapters-list li:before {
		font-size: .75rem;
		line-height: 1.1666666667;
		padding-right: .3125rem;
		counter-increment: chapters;
		content: counter(chapters, decimal-leading-zero);
		font-weight: 700
	}

	.story-progress-indicator__chapters-list a {
		color: inherit;
		text-decoration: none;
		letter-spacing: 1px
	}

	.story-progress-indicator__fallback-container {
		width: 100%;
		background-color: #d2d2d2
	}

	.story-progress-indicator__fallback-bar {
		width: 0;
		height: 5px;
		background-color: #f0ab00
	}

	.js .story-progress-indicator {
		display: block;
		opacity: 0;
		max-height: 0;
		transition: all .3s ease-out
	}

	.js .story-progress-indicator.visible {
		max-height: 6.25rem;
		opacity: 1
	}

	.js .story-progress-indicator.closed {
		max-height: .3125rem
	}

	.story-overview .l-constrained>.block-wrapper {
		margin: 0
	}
}

.cssvhunit .story-overview {
	min-height: 100vh
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.story-overview {
		background-image: none;
		background-repeat: no-repeat
	}

	.story-overview__image {
		background-image: none !important
	}

	.story-overview__asset-wrapper {
		position: relative
	}
}

@media only screen and (min-width:60em) {
	.story-overview {
		position: relative
	}

	.story-overview__image {
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: cover
	}

	.cssvhunit .story-overview__image {
		min-height: 100vh
	}

	.story-overview__asset-wrapper {
		z-index: 100
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
	.touchevents .story-overview__image {
		background-position: top center;
		background-attachment: scroll;
		background-size: 100% auto
	}
}

.lt-ie9 .story-overview__image {
	background: #fff !important
}

.story-overview__asset-wrapper .responsive-image {
	z-index: 100
}

@media only screen and (min-width:60em) {
	.story-overview__asset-wrapper .responsive-image {
		display: none
	}
}

.lt-ie9 .story-overview__asset-wrapper .responsive-image {
	display: block
}

.story-overview .l-constrained>.block-wrapper {
	padding: 2.1875rem 1.25rem;
	background: #fff
}

@media only screen and (min-width:60em) {
	.story-overview .l-constrained>.block-wrapper {
		background: 0 0;
		margin: 0;
		padding: 0
	}
}

.story-overview__content {
	color: #3c4242
}

.story-overview__content::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.story-overview__content {
		width: 65.9574468085%;
		clear: none;
		float: none;
		margin-left: auto;
		margin-right: auto
	}
}

@media only screen and (min-width:60em) {
	.story-overview__content {
		width: 31.914893617%;
		margin-right: -100%;
		margin-left: 0;
		clear: none;
		padding: 3.125rem;
		background: #fff;
		background: rgba(255, 255, 255, .8);
		float: left;
		z-index: 200
	}

	.cssvhunit .story-overview__content {
		min-height: 100vh
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
	.touchevents .story-overview__content {
		min-height: 100%;
		width: 80%;
		float: none;
		margin: 0 auto;
		padding-top: 600px;
		background: 0 0
	}
}

.lt-ie9 .story-overview__content {
	width: 48.9361702128%;
	float: left;
	margin-right: -100%;
	margin-left: 42.5531914894%;
	clear: none;
	padding: 3.125rem 0
}

.story-overview__play-video {
	font-size: 1rem;
	line-height: 1.375;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	padding: 1.25rem;
	background: #fff;
	background: rgba(255, 255, 255, .95);
	border: 0;
	color: #4f5757;
	font-style: italic;
	text-decoration: none;
	z-index: 200;
	border-radius: 0;
	width: auto;
	height: auto;
	margin: 0
}

.story-overview__play-video:active,
.story-overview__play-video:hover {
	opacity: 1
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.story-overview__play-video {
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: absolute;
		width: auto;
		height: auto;
		margin: 0
	}
}

@media only screen and (min-width:37.5em) {
	.story-overview__play-video {
		width: auto;
		height: auto;
		margin: 0
	}

	.story-overview__play-video:before {
		font-size: 1rem;
		margin-top: 0;
		margin-left: 0
	}
}

@media only screen and (min-width:60em) {
	.story-overview__play-video {
		bottom: 50px;
		display: inline-block;
		right: 50px;
		position: absolute;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		margin: 0
	}

	.story-overview__play-video:before {
		font-size: 1rem;
		margin-top: 0;
		margin-left: 0
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
	.touchevents .story-overview__play-video {
		right: 50px;
		bottom: 50px;
		position: absolute;
		display: block
	}
}

.story-overview__play-video:before {
	font-family: az-glyph-1;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 4.375rem;
	height: 4.375rem;
	margin-bottom: .625rem;
	font-size: 1rem;
	border: 2px solid #4f5757;
	border-radius: 50%;
	content: '\e004';
	display: block;
	line-height: 70px;
	text-align: center;
	position: static;
	color: #4f5757;
	margin-top: 0;
	margin-left: 0
}

.lt-ie9 .story-overview__play-video:before {
	margin: 0 auto
}

.story-overview__play-video:hover:before {
	color: #fff;
	background: #4f5757
}

.story-overview__play-video:hover span {
	text-decoration: underline
}

.story-overview__play-video span {
	display: block
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.story-overview__play-video span {
		display: none
	}
}

.lt-ie9 .story-overview__play-video {
	display: block;
	text-align: center
}

@media only screen and (min-width:60em) {
	.story-overview__play-video {
		opacity: 0;
		transition: opacity .3s linear
	}
}

.story-overview__play-video--absolute {
	position: absolute;
	opacity: 1
}

.story-overview__play-video--fixed {
	position: fixed;
	opacity: 1
}

.story-overview .heading-level-one {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px
}

@media only screen and (min-width:37.5em) {
	.story-overview .heading-level-one {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

.story-overview p {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .5px
}

.js-home-page .section-header {
	margin: 0
}

.js-home-page .section-header__header {
	font-size: 1.3125rem;
	line-height: 1.2380952381;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	letter-spacing: .9px;
	margin: 0 0 1.25rem;
	color: #1b1b1b
}

.pt-article::after {
	content: '';
	display: table;
	clear: both
}

.pt-article__body {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.pt-article__body::after {
	content: '';
	display: table;
	clear: both
}

.pt-article__body .stats__statistic {
	padding: 1.25rem .3125rem .9375rem;
	border-bottom: 1px solid #d2d2d2;
	border-right: 0
}

.pt-article__body .tags__list {
	text-align: center
}

.page-not-found {
	position: relative
}

@media only screen and (min-width:37.5em) {
	.js-home-page .section-header__header {
		font-size: 1.4375rem;
		line-height: 1.3043478261;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.05px
	}

	.pt-article__body .l-three-block-c1 {
		width: 14.8936170213%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.pt-article__body .l-three-block-c2 {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 17.0212765957%;
		clear: none
	}

	.page-not-found:before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, rgba(27, 27, 27, .7), rgba(27, 27, 27, 0) 60%)
	}

	.ie9 .page-not-found:before,
	.lt-ie9 .page-not-found:before {
		background: url(../img/bg-gradient-to-right.png) left top repeat-y;
		background-size: 60% 10px
	}

	.page-not-found .image-panel__content-wrapper {
		background-color: transparent;
		color: #fff
	}

	.page-not-found .image-panel__content-wrapper .image-panel__tagline {
		font-size: 1rem;
		line-height: 1.25;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1px
	}

	.page-not-found .image-panel__content-wrapper .button--primary,
	.page-not-found .image-panel__content-wrapper .image-panel__tagline,
	.page-not-found .image-panel__content-wrapper .image-panel__title {
		color: inherit
	}

	.page-not-found .button--primary {
		border: 1px solid #fff
	}

	.page-not-found .button--primary:active,
	.page-not-found .button--primary:hover {
		border: 1px solid rgba(255, 255, 255, .04)
	}

	.page-not-found .button--primary:active span,
	.page-not-found .button--primary:hover span {
		border-bottom: 3px solid #fff;
		transition: border-bottom .2s
	}
}

@media only screen and (min-width:37.5em) and (min-width:37.5em) {
	.page-not-found .image-panel__content-wrapper .image-panel__tagline {
		font-size: 1.125rem;
		line-height: 1.2222222222;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		letter-spacing: 1.12px
	}
}

.search-results__wrapper {
	background-color: #f8f8f8
}

.search-results__result-details,
.search-results__result-item,
.search-results__results-stats,
.search-results__results-wrapper,
.search-results__search-field,
.search-results__tags-wrapper {
	margin-bottom: 1.5625rem
}

.search-results__link,
.search-results__result-item,
.search-results__results-stats,
.search-results__tags-list {
	color: #8a8e8e
}

.search-results__search-field {
	position: relative;
	color: #3c4242
}

.search-results__search-field:before {
	font-family: az-glyph-1;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.25rem;
	position: absolute;
	top: 20px;
	left: 20px
}

.search-results__search-field input {
	font-size: 1.25rem;
	line-height: 1.3;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	height: 3.75rem;
	padding: .1875rem 0 0 3.125rem;
	width: 100%;
	border: 0
}

.search-results__results-stats,
.search-results__results-wrapper,
.search-results__tags-wrapper {
	padding: 0 1.25rem
}

.search-results__results-stats p {
	font-size: .875rem;
	line-height: 1.2857142857;
	margin: 0
}

.search-results__results-container,
.search-results__tags-container {
	padding: 1.5625rem 1.25rem;
	background-color: #fff
}

.search-results__result-item {
	border-bottom: 1px solid #d2d2d2
}

.search-results__result-item p {
	margin-top: 0
}

.search-results__result-item .search-results__result-title {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaBoldItalic, Times, "Times New Roman", serif
}

.search-results__result-item .search-results__result-title a {
	color: #3c4242;
	text-decoration: none
}

.search-results__result-item .search-results__result-title a:hover {
	text-decoration: underline
}

.search-results__result-item .search-results__result-copy,
.search-results__result-item .search-results__result-details {
	font-size: .875rem;
	line-height: 1.2857142857;
	color: inherit
}

.search-results__results-pagination {
	color: #3c4242
}

.search-results__results-pagination p {
	font-size: .875rem;
	line-height: 1.2857142857;
	margin: 0
}

.search-results__results-pagination .search-results__link {
	color: inherit
}

.search-results__tags-title {
	font-size: 1.25rem;
	line-height: 1.3;
	font-family: LexiaThin, Times, "Times New Roman", serif;
	margin-top: 0;
	color: #3c4242
}

.search-results__tags-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: .875rem;
	line-height: 1.2857142857;
	line-height: 1.75
}

.search-results__link {
	text-decoration: none;
	box-shadow: inset 0 -3px #cca2ba
}

.search-results__link:hover {
	color: #3c4242;
	box-shadow: inset 0 -3px #a38295
}

.search-results__no-results {
	padding: 0 1.25rem
}

@media only screen and (min-width:60em) {
	.search-results__wrapper {
		padding: 1.5625rem 1.25rem 0
	}

	.search-results__search-field:before {
		font-size: 1.5rem;
		top: 36px;
		left: 25px
	}

	.search-results__search-field input {
		font-size: 1.5rem;
		line-height: 1.25;
		font-family: LexiaThin, Times, "Times New Roman", serif;
		height: 6.0625rem;
		padding-left: 4.0625rem
	}

	.search-results__results-wrapper {
		width: 65.9574468085%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.search-results__tags-wrapper {
		width: 31.914893617%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		margin-bottom: 0
	}

	.search-results__results-stats,
	.search-results__results-wrapper,
	.search-results__tags-wrapper {
		padding: 0
	}

	.search-results__results-container,
	.search-results__tags-container {
		padding: 1.875rem 1.5625rem
	}
}

@media only screen and (min-width:37.5em) {
	.pt-story .component-wrapper {
		margin-bottom: 3.125rem;
		padding: 0
	}
}

.pt-story__body {
	margin: 0 1.25rem
}

.pt-story__body::after {
	content: '';
	display: table;
	clear: both
}

@media only screen and (min-width:37.5em) {
	.pt-story__body {
		margin: 0 auto;
		opacity: 1;
		transition: opacity .3s ease-out
	}

	.is-changing-chapter .pt-story__body {
		opacity: 0
	}

	.pt-story__body .responsive-image__play-overlay {
		width: auto;
		height: auto;
		margin: 0
	}
}

.pt-story__body .responsive-image__play-overlay {
	font-size: 1rem;
	line-height: 1.375;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	padding: 1.25rem;
	background: #fff;
	background: rgba(255, 255, 255, .95);
	border: 0;
	color: #4f5757;
	font-style: italic;
	text-decoration: none;
	z-index: 200;
	border-radius: 0;
	width: auto;
	height: auto;
	margin: 0
}

.pt-story__body .responsive-image__play-overlay:active,
.pt-story__body .responsive-image__play-overlay:hover {
	opacity: 1
}

@media only screen and (min-width:0em) and (max-width:59.9375em) {
	.pt-story__body .responsive-image__play-overlay {
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: absolute;
		width: auto;
		height: auto;
		margin: 0
	}
}

@media only screen and (min-width:60em) {
	.pt-story__body .responsive-image__play-overlay {
		bottom: 50px;
		display: inline-block;
		right: 50px;
		position: absolute;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		margin: 0
	}

	.pt-story__body .responsive-image__play-overlay:before {
		font-size: 1rem;
		margin-top: 0;
		margin-left: 0
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
	.touchevents .pt-story__body .responsive-image__play-overlay {
		right: 50px;
		bottom: 50px;
		position: absolute;
		display: block
	}
}

.pt-story__body .responsive-image__play-overlay:before {
	font-family: az-glyph-1;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 4.375rem;
	height: 4.375rem;
	margin-bottom: .625rem;
	font-size: 1rem;
	border: 2px solid #4f5757;
	border-radius: 50%;
	content: '\e004';
	display: block;
	line-height: 70px;
	text-align: center;
	position: static;
	color: #4f5757;
	margin-top: 0;
	margin-left: 0
}

@media only screen and (min-width:37.5em) {
	.pt-story__body .responsive-image__play-overlay:before {
		font-size: 1rem;
		margin-top: 0;
		margin-left: 0
	}
}

.lt-ie9 .pt-story__body .responsive-image__play-overlay:before {
	margin: 0 auto
}

.pt-story__body .responsive-image__play-overlay:hover:before {
	color: #fff;
	background: #4f5757
}

.pt-story__body .responsive-image__play-overlay:hover span {
	text-decoration: underline
}

.pt-story__body .responsive-image__play-overlay span {
	display: block
}

@media only screen and (min-width:0em) and (max-width:37.4375em) {
	.pt-story__body .responsive-image__play-overlay span {
		display: none
	}
}

.lt-ie9 .pt-story__body .responsive-image__play-overlay {
	display: block;
	text-align: center
}

@media only screen and (min-width:60em) {
	.pt-story__body .l-one-block-c0 {
		width: 82.9787234043%;
		float: left;
		margin-right: -100%;
		margin-left: 8.5106382979%;
		clear: none
	}
}

.pt-story__body .l-one-block-c0 h2 {
	margin-bottom: 1.25rem
}

.pt-story__body .l-one-block-c0 .responsive-image {
	margin-bottom: 1.5625rem
}

@media only screen and (min-width:37.5em) and (max-width:59.9375em) {

	.pt-story__body .l-one-block-c0 .responsive-image,
	.pt-story__body .l-one-block-c0 .rich-text {
		padding: 0 1.25rem
	}
}

.pt-story__body p {
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: LexiaLight, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .5px
}

.pt-story__body strong {
	font-size: 1rem;
	line-height: 1.375;
	font-family: LexiaBold, Times, "Times New Roman", serif
}

.pt-story__body .story-chapter__heading {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: LexiaLightItalic, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: .9px
}

@media only screen and (min-width:37.5em) {

	.pt-story__body .l-two-block-c0,
	.pt-story__body .l-two-block-c1 {
		width: 65.9574468085%;
		float: left;
		margin-left: 17.0212765957%;
		clear: none;
		margin-right: 0
	}

	.pt-story__body .story-chapter__heading {
		font-size: 2.625rem;
		line-height: 1.1428571429;
		font-family: LexiaLightItalic, Times, "Times New Roman", serif;
		letter-spacing: 1.1px
	}
}

@media only screen and (min-width:60em) {
	.pt-story__body .l-two-block-c0 {
		width: 40.4255319149%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

	.pt-story__body .l-two-block-c1 {
		width: 48.9361702128%;
		float: left;
		margin-right: -100%;
		margin-left: 42.5531914894%;
		clear: none
	}

	#pt-transparent-navigation .rich-header {
		height: 32.5rem;
		margin-top: -5.0625rem
	}

	#pt-transparent-navigation .rich-header__wrapper {
		height: 32.5rem
	}

	#pt-transparent-navigation .rich-header--ambassador .rich-header__wrapper,
	#pt-transparent-navigation .rich-header--hero .rich-header__wrapper {
		background: linear-gradient(to bottom, rgba(27, 27, 27, .7), rgba(27, 27, 27, 0) 30%)
	}

	.ie9 #pt-transparent-navigation .rich-header--ambassador .rich-header__wrapper,
	.ie9 #pt-transparent-navigation .rich-header--hero .rich-header__wrapper,
	.lt-ie9 #pt-transparent-navigation .rich-header--ambassador .rich-header__wrapper,
	.lt-ie9 #pt-transparent-navigation .rich-header--hero .rich-header__wrapper {
		background: url(../img/bg-gradient-to-bottom.png) left top repeat-x
	}

	#pt-transparent-navigation .rich-header--ambassador .l-constrained {
		height: 32.5rem;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

#pt-transparent-navigation .rich-header--ambassador .l-constrained .rich-header--image__cta-wrapper {
	margin: 1.25rem 0;
	text-align: center;
	left: calc(50% - 93px)
}

@media only screen and (min-width:60em) {
	#pt-transparent-navigation .rich-header--ambassador .l-constrained .rich-header--image__cta-wrapper {
		position: absolute;
		margin: 0;
		right: 40px;
		bottom: 40px;
		left: auto
	}

	#pt-transparent-navigation .rich-header--ambassador .rich-header__asset-region {
		display: none
	}
}