/*!
 * Architecture here based on inuitcss, by @csswizardry
 * github.com/inuitcss | inuitcss.com
 */
 html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,::before,::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],template {
	display: none
}

a {
	background: transparent
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

[type="checkbox"],[type="radio"] {
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

button,[type="button"],[type="reset"],[type="submit"] {
	padding: 0;
	line-height: 1.5;
	border-width: 2px
}

h1,h2,h3,h4,h5,h6,p,blockquote,pre,figure,dl,dd,ol,ul,form,fieldset,legend,table,th,td,caption,hr {
	margin: 0;
	padding: 0
}

ul,ol {
	list-style: none
}

button {
	background: none;
	border: none;
	font: inherit;
	text-align: left;
	margin: 0;
	padding: 0
}

h1,h2,h3,h4,h5,h6,ol,ul,dl,blockquote,p,address,hr,table,fieldset,figure,pre {
	margin-bottom: 1.5em
}

@font-face {
	font-family: 'Libre Caslon Text';
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/libre-caslon-text-v1-latin-italic.eot");
	src: local("Libre Caslon Text Italic"),local("LibreCaslonText-Italic"),url("../fonts/libre-caslon-text-v1-latin-italic.eot?#iefix") format("embedded-opentype"),url("../fonts/libre-caslon-text-v1-latin-italic.woff2") format("woff2"),url("../fonts/libre-caslon-text-v1-latin-italic.woff") format("woff"),url("../fonts/libre-caslon-text-v1-latin-italic.ttf") format("truetype"),url("../fonts/libre-caslon-text-v1-latin-italic.svg#LibreCaslonText") format("svg")
}

html {
	font: 1.125em/1.55556 "century-gothic","Arial",sans-serif;
	color: #121A1E;
	background-color: #fff;
	overflow-y: scroll;
	min-height: 100%
}

::-moz-selection {
	background-color: #0A5A83;
	color: #fff;
	text-shadow: none
}

::selection {
	background-color: #0A5A83;
	color: #fff;
	text-shadow: none
}

:focus {
	outline: 2px solid #0A5A83;
	outline-offset: 2px
}

body:not(.has-tabbing-user) :focus {
	outline: none
}

body {
	position: relative;
	overflow-x: hidden
}

body main.main {
	position: relative;
	padding-top: 7.88889rem;
	-webkit-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
	transition: padding 0.3s ease
}

body.home main.main {
	padding-top: 3.77778rem
}

@media screen and (min-width: 980px) {
	body main.main {
			padding-top:8.66667rem
	}
}

a {
	color: currentColor;
	text-decoration: none
}

a>* {
	text-decoration: none
}

a .a__text {
	font-weight: 600;
	color: #043E6B;
	-webkit-transition: color 300ms ease,opacity 300ms ease;
	-o-transition: color 300ms ease,opacity 300ms ease;
	transition: color 300ms ease,opacity 300ms ease
}

a .a__light-dark {
	color: white;
	border-bottom: solid 2px #0A5A83
}

a:hover .a__bold,a:focus .a__bold {
	color: #26ADA3
}

a:hover .a__light,a:focus .a__light {
	color: #26ADA3
}

a:hover .a__text,a:focus .a__text {
	color: #26ADA3
}

a:hover .a__light-dark,a:focus .a__light-dark {
	color: #0A5A83
}

p a,.a--bold,.a__bold {
	color: #0A5A83;
	font-weight: 700;
	border-bottom: solid 2px #26ADA3;
	-webkit-transition: color 300ms ease,opacity 300ms ease;
	-o-transition: color 300ms ease,opacity 300ms ease;
	transition: color 300ms ease,opacity 300ms ease
}

p a:hover,.a--bold:hover,.a__bold:hover {
	color: #26ADA3
}

.a__dark {
	color: white;
	font-weight: 700;
	border-bottom: solid 2px #0A5A83;
	-webkit-transition: color 300ms ease,opacity 300ms ease;
	-o-transition: color 300ms ease,opacity 300ms ease;
	transition: color 300ms ease,opacity 300ms ease
}

.a__dark:hover {
	color: #0A5A83
}

.a--light,.a__light {
	color: white
}

.a--light:hover,.a__light:hover {
	color: #26ADA3
}

h1,h2,h3,h4,h5,h6 {
	font-family: "century-gothic","Arial",sans-serif;
	font-weight: 700
}

h1,.heading-1 {
	font-size: 1.33333rem;
	line-height: 1.2;
	margin-bottom: 1.2rem
}

@media screen and (min-width: 800px) {
	h1,.heading-1 {
			font-size:2.66667rem;
			line-height: 1.2
	}
}

h2,.heading-2 {
	font-size: 1.11111rem;
	line-height: 1.2;
	margin-bottom: 1.2rem
}

@media screen and (min-width: 800px) {
	h2,.heading-2 {
			font-size:1.77778rem;
			line-height: 1.2
	}
}

h3,.heading-3 {
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 1.2rem
}

@media screen and (min-width: 800px) {
	h3,.heading-3 {
			font-size:1.33333rem;
			line-height: 1.2
	}
}

h4,.heading-4 {
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 1rem
}

h5 {
	font-size: .88889rem;
	line-height: 1.75;
	margin-bottom: 1rem
}

h6 {
	font-size: .66667rem;
	line-height: 2.33333;
	margin-bottom: 1rem
}

.heading-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: .88889rem;
	margin-bottom: 2.66667rem
}

.heading-line span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1;
	flex: 0 0 1;
	padding: 0 1em
}

.heading-line::before,.heading-line::after {
	display: block;
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	width: auto;
	height: 2px;
	background: #C8C9CA
}

img {
	max-width: 100%;
	height: auto;
	font-style: italic;
	vertical-align: middle
}

.gm-style img {
	max-width: none
}

.button {
	background: #26ADA3;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: .66667rem;
	text-transform: none;
	color: #FFF;
	padding: 0.8rem 1.6rem 0.8rem 1.6rem;
	line-height: 1.2em;
	border-radius: .22222rem;
	border: solid .11111rem #26ADA3;
	font-weight: 700;
	-webkit-transition-property: background, border, color;
	-o-transition-property: background, border, color;
	transition-property: background, border, color;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms
}

.button:hover,.button:focus {
	background: #16655E;
	border: solid .11111rem #16655E;
	color: #FFF
}

.button--clean {
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent
}

.button--clean:hover,.button--clean:focus {
	background: transparent;
	border: none
}

.button--block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.button--small {
	padding: 0.4rem 0.6rem 0.3rem 0.6rem
}

.button--dis {
	background: #C8C9CA;
	color: #FFF;
	border: solid .11111rem #C8C9CA;
	cursor: not-allowed
}

.button--dis:hover,.button--dis:focus {
	background: #C8C9CA;
	color: #FFF;
	border: solid .11111rem #C8C9CA
}

.button--out {
	background: transparent;
	color: #26ADA3
}

.button--out:hover {
	background: transparent;
	color: #16655E
}

.button--out.button--dis {
	color: #C8C9CA;
	border: solid .11111rem #C8C9CA;
	cursor: not-allowed
}

.button--out.button--dis:hover,.button--out.button--dis:focus {
	color: #C8C9CA;
	border: solid .11111rem #C8C9CA
}

.button--mono {
	background: transparent;
	color: #121A1E;
	border: solid .11111rem #C8C9CA;
	font-size: .88889rem;
	text-transform: unset
}

.button--mono:hover {
	border: solid .11111rem #26ADA3;
	background: transparent;
	color: #0A5A83
}

.button--white {
	background: transparent;
	color: white;
	border: solid .11111rem white;
	font-size: .88889rem;
	text-transform: unset
}

.button--white:hover {
	border: solid .11111rem #0A5A83;
	background: transparent;
	color: #0A5A83
}

.button-arrow {
	background: #0A5A83;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.66667rem;
	height: 2.66667rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 100%
}

.button-arrow::after {
	content: '';
	background-image: url(../img/svg/button-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1rem;
	height: .44444rem;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.button-arrow--small {
	width: 1.77778rem;
	height: 1.77778rem
}

.button-arrow--small::after {
	width: .66667rem;
	height: .33333rem
}

.button-arrow--left::after {
	content: '';
	background-image: url(../img/svg/button-arrow-left.svg)
}

.button-arrow--teal {
	background: #26ADA3
}

@media screen and (min-width: 1020px) {
	.button-arrow.button-arrow--large {
			width:3.55556rem;
			height: 3.55556rem
	}

	.button-arrow.button-arrow--large::after {
			width: 1.22222rem;
			height: .55556rem
	}
}

.button-arrow--single:hover::after {
	-webkit-transform: translateX(0.15em);
	transform: translateX(0.15em)
}

.has-arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.has-arrow--right .button-arrow {
	margin-left: 0.5em
}

.has-arrow--left .button-arrow {
	margin-right: 0.5em
}

.has-arrow:hover .button-arrow::after,.has-arrow:focus .button-arrow::after {
	-webkit-transform: translateX(0.15em);
	transform: translateX(0.15em)
}

.has-arrow:hover .button-arrow--left::after,.has-arrow:focus .button-arrow--left::after {
	-webkit-transform: translateX(-0.15em);
	transform: translateX(-0.15em)
}

.border-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.border-button::after {
	content: '';
	position: absolute;
	background: #C8C9CA;
	width: calc(100% - 48px);
	height: 3px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}

.border-button h4,.border-button a {
	position: relative;
	background: white;
	z-index: 2
}

.border-button h4 {
	padding-right: 1.33333rem;
	font-size: .66667rem;
	margin: 0;
	color: #0A5A83;
	text-transform: none
}

.border-button a {
	padding-left: 1.33333rem
}

.load-more {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0 1.77778rem 0
}

@media screen and (min-width: 800px) {
	.load-more {
			padding:0 0 5.33333rem 0
	}
}

p {
	line-height: 1.5em;
	font-size: .88889rem
}

@media screen and (min-width: 1020px) {
	p {
			font-size:1rem
	}
}

mark {
	background: #26ADA3;
	display: inline-block;
	color: #FFF;
	border-radius: .22222rem;
	padding: 0.4em 0.4em 0.4em 0.4em;
	line-height: 1em
}

.p--small {
	font-size: .77778rem
}

@media screen and (min-width: 800px) {
	.p--small {
			font-size:.88889rem
	}
}

hr {
	border: none;
	border-bottom: 1px solid #C8C9CA
}

.hr--bold {
	border-bottom: 4px solid #C8C9CA
}

ul {
	margin-bottom: 1em
}

ul li {
	position: relative;
	padding: 0 0 0 1.8rem
}

ul li::before {
	content: '';
	background-image: url("../img/svg/arrow-right.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 1.22222rem;
	height: .55556rem;
	top: calc(1em - 10px);
	left: 0
}

ol {
	counter-reset: li;
	margin-bottom: 1em
}

ol li {
	position: relative;
	padding: 0 0 0 1.8rem;
	counter-increment: li
}

ol li::before {
	content: counter(li) ".";
	position: absolute;
	left: 0;
	top: 0;
	color: #0A5A83;
	font-weight: 700
}

ul.ul--clean {
	margin-bottom: 0
}

ul.ul--clean>li {
	padding: 0
}

ul.ul--clean>li:before {
	display: none
}

ul.ul--clean-all {
	margin-bottom: 0
}

ul.ul--clean-all li {
	padding: 0
}

ul.ul--clean-all li:before {
	display: none
}

address {
	font-style: unset
}

blockquote {
	text-align: center;
	max-width: 40rem;
	margin: 0 auto;
	padding: 3.33333rem 0 4.44444rem 0
}

blockquote p:first-of-type {
	padding: 1.11111rem 0 0 0;
	font-family: "Libre Caslon Text","Garamond",serif;
	font-size: 1.33333rem;
	line-height: 1.6em;
	font-style: italic;
	background-size: 50%;
	background-image: url("../img/svg/logomark.svg");
	background-repeat: no-repeat;
	background-position: 50% 0
}

blockquote cite {
	padding: 1.55556rem;
	display: block;
	font-size: .88889rem;
	font-style: normal;
	position: relative
}

blockquote cite::before {
	content: '';
	width: 100px;
	height: .11111rem;
	background: #26ADA3;
	position: absolute;
	top: 0;
	left: calc(50% - 50px)
}

table {
	width: 100%;
	border: none
}

table th,table td {
	padding: 1em;
	border: none
}

table th:first-child,table td:first-child {
	padding-left: 0
}

table th:last-child,table td:last-child {
	padding-right: 0
}

table thead th {
	border-bottom: solid 4px #26ADA3
}

table th {
	font-weight: 700
}

table tbody td {
	border-bottom: solid 1px #C8C9CA
}

form.form--contact {
	padding: 1.33333rem 0
}

form.form--contact button.button {
	padding-left: 2.22222rem;
	padding-right: 2.22222rem
}

form label {
	display: block;
	font-size: .88889rem;
	font-weight: 600;
	margin-bottom: 0.5em
}

form input,form select,form textarea {
	display: block;
	padding: .88889rem 1.11111rem .66667rem;
	line-height: 1.5;
	font-size: .88889rem;
	border-radius: .16667rem;
	border: solid 2px #C8C9CA;
	position: relative;
	width: 100%;
	max-width: 100%
}

form input:hover,form input:focus,form select:hover,form select:focus,form textarea:hover,form textarea:focus {
	border: solid 2px #043E6B
}

form input.input--clean,form select.input--clean,form textarea.input--clean {
	background: transparent;
	border: none
}

form ul.form__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0
}

form ul.form__list li {
	width: 100%;
	padding: 0;
	margin-bottom: 1.33333rem
}

form ul.form__list li .field-wrapper {
	position: relative
}

form ul.form__list li .field-wrapper::before {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.33333rem;
	height: 1.33333rem;
	top: 0;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	pointer-events: none;
	z-index: 4;
	opacity: 0
}

form ul.form__list li.form__item--success .field-wrapper::before,form ul.form__list li .is-valid .field-wrapper::before {
	opacity: 1;
	background-image: url("../img/svg/form-success.svg")
}

form ul.form__list li.form__item--error .field-wrapper::before,form ul.form__list li .is-invalid .field-wrapper::before {
	background-image: url("../img/svg/form-error.svg");
	opacity: 1
}

form ul.form__list li.form__item--error .check__body::before,form ul.form__list li .is-invalid .check__body::before {
	border-color: #D91E18
}

form ul.form__list li.form__item--right {
	text-align: right
}

form ul.form__list li.form__item--stack {
	margin-bottom: 0
}

form select {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("../img/svg/chevron-down.svg");
	background-repeat: no-repeat, repeat;
	background-position: right 1.11111rem top 50%,0 0;
	background-size: 1em auto, 100%
}

form select::-ms-expand {
	display: none
}

form select option {
	font-weight: normal
}

form .alert {
	display: none
}

form .alert strong {
	color: #0A5A83
}

form .alert-invalid strong {
	color: #D91E18
}

form .notice p {
	font-size: .88889rem;
	margin: 0
}

form .notice a {
	color: #121A1E;
	border: 0;
	text-decoration: underline
}

form .field-feedback {
	display: none;
	opacity: 0;
	color: #D91E18;
	font-size: .88889rem;
	padding-top: .22222rem;
	-webkit-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms
}

form .is-invalid .field-feedback {
	display: block;
	opacity: 1
}

@media screen and (min-width: 800px) {
	form ul.form__list li {
			margin-bottom:2rem
	}

	form ul.form__list li.form__item--half {
			width: calc(50% - 12px)
	}
}

ul.alerts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	background: rgba(0,0,0,0.88);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.33333rem;
	opacity: 1;
	-webkit-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s
}

ul.alerts .alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: white;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3rem;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease
}

ul.alerts .alert .button {
	margin-top: 2em
}

ul.alerts.fade-out {
	opacity: 0
}

ul.alerts.fade-out .alert {
	opacity: 0
}

@media screen and (min-width: 800px) {
	ul.alerts .alert {
			width:27.5rem
	}
}

.content {
	padding-top: 1.77778rem;
	padding-bottom: 1.77778rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.content article {
	margin-right: 0
}

.content article h3,.content article h4 {
	padding-top: 1.2rem
}

.content .block {
	margin-top: .88889rem;
	margin-bottom: .88889rem
}

.content aside {
	width: 100%
}

.content ul {
	margin-bottom: 1.5em
}

.content ul li {
	font-size: .88889rem
}

@media screen and (min-width: 800px) {
	.content .block {
			margin-top:1.33333rem;
			margin-bottom: 1.33333rem
	}
}

@media screen and (min-width: 980px) {
	.content {
			padding-top:2.66667rem;
			padding-bottom: 2.66667rem
	}

	.content--aside {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row
	}

	.content--aside article {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0px;
			flex: 1 0 0;
			margin-right: 2.66667rem;
			padding-top: 2.77778rem
	}

	.content--aside aside {
			width: 35%
	}
}

@media screen and (min-width: 1020px) {
	.content ul {
			-webkit-box-orient:horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap
	}

	.content ul li {
			font-size: 1rem
	}

	.content--aside article p:not(.alert):not(.notice),.content--aside article ul:not(.form__list) {
			margin-right: 4rem
	}

	.content--aside article ul li {
			width: 100%
	}

	.content--aside aside {
			width: 35%
	}
}

.content__landing {
	padding-top: 96px
}

@media screen and (max-width: 979px) {
	.content__landing {
			padding-top:36px
	}
}

.icon-sprite {
	display: none
}

.container {
	max-width: 75.88889rem;
	margin: 0 auto;
	width: 100%;
	padding-left: 1.33333rem;
	padding-right: 1.33333rem
}

.container--xs {
	max-width: 21.11111rem
}

.container--sml {
	max-width: 38.22222rem
}

.container--typography {
	max-width: 41.66667rem
}

.container--error {
	max-width: 36.11111rem
}

.container--med {
	max-width: 57.11111rem
}

.container--padding {
	padding-top: 1.77778rem;
	padding-bottom: 1.77778rem
}

@media screen and (min-width: 800px) {
	.container--padding {
			padding-top:2.66667rem;
			padding-bottom: 2.66667rem
	}
}

.container-left {
	margin-left: 0
}

.container-right {
	margin-right: 0
}

.grid {
	margin: 0 0 0 -1.11111rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.grid-item {
	width: calc(100% - 1.11111rem);
	margin-left: 1.11111rem
}

.grid-flush {
	margin-left: 0
}

.grid-flush>.grid-item {
	width: 100%;
	margin-left: 0
}

.grid-med {
	margin-left: -3.11111rem
}

.grid-med>.grid-item {
	width: calc(100% - 3.11111rem);
	margin-left: 3.11111rem
}

.grid-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.grid-spaced {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.grid-item-middle {
	-ms-flex-item-align: center;
	align-self: center
}

.grid-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.grid-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.icon {
	fill: currentColor;
	vertical-align: middle;
	display: inline-block;
	width: 1em;
	height: 1em
}

.ratio {
	position: relative;
	display: block
}

.ratio::before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%
}

.ratio-2\:1 {
	position: relative;
	display: block
}

.ratio-2\:1::before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 50%
}

.ratio-16\:9 {
	position: relative;
	display: block
}

.ratio-16\:9::before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 56.25%
}

.ratio-3\:2 {
	position: relative;
	display: block
}

.ratio-3\:2::before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 66.66667%
}

.ratio-3\:4 {
	position: relative;
	display: block
}

.ratio-3\:4::before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 133.33333%
}

.ratio-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ratio-custom {
	position: relative
}

.split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.split-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.slider {
	position: relative
}

.slider .slider__wrap {
	overflow-x: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.slider .slider__wrap::-webkit-scrollbar {
	display: none
}

.slider.slider--mobile .slider__wrap {
	width: 100%
}

.slider .slider__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.slider .slider__nav {
	position: absolute;
	width: 2.55556rem;
	height: 3.55556rem;
	top: 1.77778rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: border 0.25s ease;
	-o-transition: border 0.25s ease;
	transition: border 0.25s ease
}

.slider .slider__nav::after {
	fill: #121A1E
}

.slider .slider__nav svg {
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.slider .slider__nav--prev {
	left: 0;
	border-left: solid 2px #121A1E;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.slider .slider__nav--next {
	right: 0;
	border-right: solid 2px #121A1E;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.slider .slider__nav--next svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.slider .slider__nav:hover.slider__nav--prev,.slider .slider__nav:focus.slider__nav--prev {
	border-left: solid 2px #26ADA3
}

.slider .slider__nav:hover.slider__nav--prev svg,.slider .slider__nav:focus.slider__nav--prev svg {
	-webkit-transform: translateX(-0.15em);
	transform: translateX(-0.15em)
}

.slider .slider__nav:hover.slider__nav--next,.slider .slider__nav:focus.slider__nav--next {
	border-right: solid 2px #26ADA3
}

.slider .slider__nav:hover.slider__nav--next svg,.slider .slider__nav:focus.slider__nav--next svg {
	-webkit-transform: rotate(180deg) translateX(-0.15em);
	transform: rotate(180deg) translateX(-0.15em)
}

.slider--nav-white .slider__nav svg {
	fill: white
}

.slider--nav-white .slider__nav--prev {
	border-left: solid 2px white
}

.slider--nav-white .slider__nav--next {
	border-right: solid 2px white
}

@media screen and (min-width: 1020px) {
	.slider--mobile .slider__nav {
			top:50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
	}

	.slider--mobile button.slider__nav {
			display: none
	}
}

.slider--nav-hidden .slider__nav {
	display: none
}

.js-ajax-update {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease
}

.js-ajax-update.is-loading {
	opacity: 0.3
}

.preload * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important
}

header.header {
	width: 100%;
	position: absolute;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	z-index: 100
}

header.header.header--shrunk {
	position: fixed;
	top: 0
}

header.header:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0,0,0,0)));
	background: -o-linear-gradient(#000 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(#000 0%, rgba(0,0,0,0) 100%);
	opacity: 0.06;
	z-index: -1;
	-webkit-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease
}

header.header .header__overlay {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	z-index: 300
}

header.header .header__overlay .header__search {
	display: none
}

header.header .header__overlay a.button {
	padding: .88889rem 1.33333rem .77778rem
}

header.header .header__top {
	background: #043E6B
}

header.header .header__top .container {
	height: 3.77778rem;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

header.header .header__top nav.nav--top {
	display: none
}

header.header .header__top .mobile-button {
	position: absolute;
	-webkit-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease
}

header.header .header__top .mobile-button svg.icon {
	color: white;
	pointer-events: none
}

header.header .header__top .mobile-button--menu {
	left: 1.33333rem
}

header.header .header__top .mobile-button--menu use {
	-webkit-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease
}

header.header .header__top .mobile-button--menu use:last-of-type {
	opacity: 0
}

header.header .header__top .mobile-button--menu.is-open use {
	opacity: 0
}

header.header .header__top .mobile-button--menu.is-open use:last-of-type {
	opacity: 1
}

header.header .header__top .mobile-button--contact {
	right: 1.33333rem;
	opacity: 0;
	pointer-events: none
}

header.header .header__top .mobile-button--contact svg.icon {
	color: #26ADA3
}

header.header .header__top .mobile-button--search {
	right: 1.33333rem
}

header.header a.contact-us svg.icon {
	display: none
}

header.header .header__main {
	background-color: white
}

header.header .header__main .container {
	-webkit-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
	height: 5.22222rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

header.header .header__main a.header__logo {
	margin-top: .44444rem
}

header.header .header__main a.header__logo svg {
	width: 7.61111rem;
	height: 1.77778rem
}

header.header .header__main a.header__logo svg .logo-a {
	fill: #121A1E
}

header.header .header__main a.header__logo svg .logo-b {
	fill: #043E6B
}

header.header .header__main nav {
	font-size: .88889rem;
	font-weight: bold
}

header.header .header__main nav li.nav__item .nav__focus svg.icon {
	fill: #26ADA3
}

header.header .header__main nav li.nav__item a:hover,header.header .header__main nav li.nav__item a:focus {
	color: #26ADA3
}

header.header .header__main.header__main--white {
	background-color: transparent
}

header.header .header__main.header__main--white a.header__logo svg .logo-a {
	fill: white
}

header.header .header__main.header__main--white a.header__logo svg .logo-b {
	fill: white
}

header.header .header__main.header__main--white nav li.nav__item {
	color: white
}

header.header .header__main.header__main--white nav li.nav__item .nav__focus svg.icon {
	fill: white
}

header.header .header__main.header__main--white nav li.nav__item:hover .nav__focus svg.icon,header.header .header__main.header__main--white nav li.nav__item:focus .nav__focus svg.icon {
	fill: #26ADA3
}

header.header.header--shrunk:after {
	height: .66667rem
}

header.header.header--shrunk .header__overlay {
	-webkit-transform: translateY(-3.5rem);
	transform: translateY(-3.5rem)
}

header.header.header--shrunk .mobile-button--search {
	opacity: 0;
	pointer-events: none
}

header.header.header--shrunk .mobile-button--contact {
	opacity: 1;
	pointer-events: auto
}

header.header.header--shrunk .header__main {
	z-index: 200;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: transparent
}

header.header.header--shrunk .header__main a.header__logo svg .logo-a {
	fill: white
}

header.header.header--shrunk .header__main a.header__logo svg .logo-b {
	fill: white
}

header.header.header--shrunk .header__main .container {
	height: 3.77778rem
}

@media screen and (min-width: 980px) {
	header.header {
			position:absolute
	}

	header.header .header__top .container {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between
	}

	header.header .header__top .mobile-button {
			display: none
	}

	header.header .header__top nav.nav--top {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			position: relative;
			width: calc(100% - 264px)
	}

	header.header .header__top nav.nav--top button {
			display: inline-block;
			line-height: 1.33333rem;
			color: white;
			padding-left: 1.77778rem
	}

	header.header .header__top nav.nav--top button svg {
			margin-right: .44444rem
	}

	header.header .header__top nav.nav--top ul.nav__list li {
			font-size: .88889rem;
			font-weight: 400;
			color: white;
			padding-right: 1.77778rem;
			white-space: nowrap;
			line-height: 1.33333rem
	}

	header.header .header__top nav.nav--top ul.nav__list li:last-of-type {
			padding-right: 0
	}

	header.header .header__top nav.nav--top ul.nav__list li a {
			opacity: 0.64
	}

	header.header .header__top nav.nav--top ul.nav__list li a:hover,header.header .header__top nav.nav--top ul.nav__list li a:focus {
			opacity: 1
	}

	header.header .header__top nav.nav--top ul.nav__dropdown {
			background: #0A5A83;
			padding: .88889rem;
			z-index: 500
	}

	header.header .header__top nav.nav--top ul.nav__dropdown li {
			font-size: .77778rem;
			font-weight: 600;
			padding: 0 0 0 1.4rem
	}

	header.header .header__top nav.nav--top ul.nav__dropdown li::before {
			background-image: url("../img/svg/arrow-right-teal.svg");
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			width: .66667rem;
			height: .27778rem;
			top: calc(1em - 5px)
	}

	header.header .header__top nav.nav--top ul.nav__dropdown li a {
			color: white
	}

	header.header .header__top nav.nav--top ul.nav__dropdown li a:hover {
			color: #26ADA3
	}

	header.header .header__overlay {
			position: absolute;
			right: 1.33333rem;
			top: .44444rem;
			width: auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
	}

	header.header .header__overlay .header__search {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-right: .44444rem;
			margin-left: auto;
			position: relative
	}

	header.header .header__overlay .header__search input {
			border: .11111rem solid rgba(255,255,255,0.12);
			border-radius: .22222rem;
			line-height: 1em;
			padding: .77778rem 1.33333rem;
			color: white;
			font-size: .88889rem;
			-webkit-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
			width: 8.88889rem;
			background: #043E6B
	}

	header.header .header__overlay .header__search input::-webkit-input-placeholder {
			color: white;
			-webkit-transition: color 0.3s ease;
			-o-transition: color 0.3s ease;
			transition: color 0.3s ease
	}

	header.header .header__overlay .header__search input::-moz-placeholder {
			color: white;
			-webkit-transition: color 0.3s ease;
			-o-transition: color 0.3s ease;
			transition: color 0.3s ease
	}

	header.header .header__overlay .header__search input::-ms-input-placeholder {
			color: white;
			-webkit-transition: color 0.3s ease;
			-o-transition: color 0.3s ease;
			transition: color 0.3s ease
	}

	header.header .header__overlay .header__search input::placeholder {
			color: white;
			-webkit-transition: color 0.3s ease;
			-o-transition: color 0.3s ease;
			transition: color 0.3s ease
	}

	header.header .header__overlay .header__search input:focus {
			width: 14.44444rem
	}

	header.header .header__overlay .header__search button {
			position: absolute;
			right: 1.33333rem;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
	}

	header.header .header__overlay .header__search button svg.icon {
			fill: white;
			width: 1rem;
			height: 1rem
	}

	header.header .header__overlay .header__search button:hover svg.icon,header.header .header__overlay .header__search button:focus svg.icon {
			fill: #26ADA3
	}

	header.header a.contact-us span {
			display: none
	}

	header.header a.contact-us svg.icon {
			display: block;
			height: 18px;
			width: 18px
	}

	header.header .header__main .container {
			height: 7.11111rem;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start
	}

	header.header .header__main a.header__logo svg {
			width: 10.66667rem;
			height: 2.44444rem
	}

	header.header.header--shrunk {
			top: 0;
			position: fixed;
			-webkit-transform: translateY(-3.77778rem);
			transform: translateY(-3.77778rem);
			background-color: white
	}

	header.header.header--shrunk:after {
			height: .66667rem
	}

	header.header.header--shrunk .header__overlay {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-transform: translateY(4.33333rem);
			transform: translateY(4.33333rem)
	}

	header.header.header--shrunk .header__overlay input {
			border: .11111rem solid #C8C9CA;
			color: #121A1E;
			background: white
	}

	header.header.header--shrunk .header__overlay input:focus {
			background: white
	}

	header.header.header--shrunk .header__overlay input::-webkit-input-placeholder {
			color: #121A1E
	}

	header.header.header--shrunk .header__overlay input::-moz-placeholder {
			color: #121A1E
	}

	header.header.header--shrunk .header__overlay input::-ms-input-placeholder {
			color: #121A1E
	}

	header.header.header--shrunk .header__overlay input::placeholder {
			color: #121A1E
	}

	header.header.header--shrunk .header__overlay button svg.icon {
			fill: #043E6B
	}

	header.header.header--shrunk .header__main {
			z-index: 200;
			margin-top: 0;
			position: relative;
			-webkit-transform: translateX(0);
			transform: translateX(0);
			left: auto;
			top: auto
	}

	header.header.header--shrunk .header__main .container {
			height: 4.88889rem
	}

	header.header.header--shrunk .header__main a.header__logo svg .logo-a {
			fill: #121A1E
	}

	header.header.header--shrunk .header__main a.header__logo svg .logo-b {
			fill: #043E6B
	}

	header.header.header--shrunk .header__main nav li.nav__item {
			color: #121A1E
	}

	header.header.header--shrunk .header__main nav li.nav__item .nav__focus svg.icon {
			fill: #121A1E
	}

	header.header.header--shrunk .header__main .nav--icon {
			display: none
	}
}

@media screen and (min-width: 1230px) {
	header.header .header__top nav.nav--top {
			width:calc(100% - 420px)
	}

	header.header .header__overlay .header__search input {
			width: 14.44444rem
	}

	header.header .header__overlay .header__search input::-webkit-input-placeholder {
			opacity: 1
	}

	header.header .header__overlay .header__search input::-moz-placeholder {
			opacity: 1
	}

	header.header .header__overlay .header__search input::-ms-input-placeholder {
			opacity: 1
	}

	header.header .header__overlay .header__search input::placeholder {
			opacity: 1
	}

	header.header a.contact-us span {
			display: block
	}

	header.header a.contact-us svg.icon {
			display: none
	}
}

header.header__landing {
	-webkit-transform: none !important;
	transform: none !important
}

@media screen and (max-width: 979px) {
	header.header__landing .header__main {
			position:static !important;
			-webkit-transform: none !important;
			transform: none !important
	}
}

header.header__landing .header__main .container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

header.header__landing .header__main a.header__logo {
	margin-top: 0;
	margin-right: auto
}

header.header__landing .header__main a.header__logo svg,header.header__landing .header__main a.header__logo .header__logo--figure {
	display: block;
	max-width: 192px;
	width: auto;
	max-height: 96px;
	height: auto
}

@media screen and (max-width: 979px) {
	header.header__landing .header__main a.header__logo svg,header.header__landing .header__main a.header__logo .header__logo--figure {
			max-width:96px;
			max-height: 48px
	}
}

header.header__landing .header__main a.header__logo svg.logo--color,header.header__landing .header__main a.header__logo .header__logo--figure.logo--color {
	display: none
}

header.header__landing .header__main .btn-cta__enquiry--wrapper {
	overflow: hidden;
	width: 0
}

header.header__landing .header__main .btn-cta__enquiry {
	margin-left: 6px;
	width: 160px
}

@media screen and (min-width: 980px) {
	header.header__landing.header--shrunk .header__main .header__logo .header__logo--figure {
			display:none;
			max-width: 128px;
			max-height: 64px
	}
}

@media screen and (min-width: 980px) {
	header.header__landing.header--shrunk .header__main .header__logo .header__logo--figure.logo--color {
			display:block
	}
}

header.header__landing.header--shrunk .header__main .btn-cta__enquiry--wrapper {
	width: 165px
}

footer.footer {
	width: 100%
}

footer.footer a {
	color: white;
	border-bottom: none
}

footer.footer a .icon {
	margin-right: .33333rem
}

footer.footer a span {
	border-bottom: solid .11111rem #26ADA3
}

footer.footer a:hover {
	color: #26ADA3
}

footer.footer .footer__top {
	padding: 1.77778rem 0;
	background: #0A5A83
}

footer.footer .footer__top h3,footer.footer .footer__top p,footer.footer .footer__top li {
	color: white;
	line-height: 1.5em
}

footer.footer .footer__top h3,footer.footer .footer__top p {
	font-size: .88889rem;
	margin-bottom: 1.5em
}

footer.footer .footer__top li {
	font-size: .66667rem
}

footer.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

footer.footer .footer__contact {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

footer.footer .footer__contact h3 {
	margin: 0
}

footer.footer .footer__links {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding-right: 2em
}

footer.footer .footer__links h3 {
	color: #26ADA3
}

footer.footer .footer__links ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em
}

footer.footer .footer__listings {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

footer.footer .footer__listings h3 {
	color: #26ADA3
}

footer.footer .footer__listings ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	margin-bottom: 1.5em
}

footer.footer a.footer__logo {
	display: block;
	margin-bottom: 1.11111rem
}

footer.footer a.footer__logo svg {
	width: 7.61111rem;
	height: 1.77778rem
}

footer.footer a.footer__logo svg .logo-a {
	fill: white
}

footer.footer a.footer__logo svg .logo-b {
	fill: white
}

footer.footer .footer__bottom {
	padding: 2.66667rem 0;
	background: #043E6B
}

footer.footer .footer__bottom .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

footer.footer .footer__bottom p {
	color: white;
	font-size: .66667rem;
	margin: 0 0 2em 0
}

footer.footer .footer__bottom p a {
	border-bottom: none;
	font-weight: 300
}

footer.footer .footer__bottom p a:hover {
	text-decoration: underline
}

footer.footer ul.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

footer.footer ul.footer__social li {
	margin-left: 0.5em
}

footer.footer ul.footer__social li a {
	background: #0A5A83;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.66667rem;
	height: 2.66667rem;
	border-radius: 100%;
	-webkit-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease
}

footer.footer ul.footer__social li a svg.icon {
	fill: white;
	margin-right: 0
}

footer.footer ul.footer__social li a:hover {
	background: #26ADA3
}

@media screen and (min-width: 800px) {
	footer.footer .container {
			display:-webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between
	}

	footer.footer .footer__links {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2;
			margin-left: auto
	}

	footer.footer .footer__listings {
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3
	}

	footer.footer .footer__listings ul {
			-webkit-column-count: 1;
			-moz-column-count: 1;
			column-count: 1;
			-webkit-column-gap: 0;
			-moz-column-gap: 0;
			column-gap: 0;
			margin-bottom: 0
	}

	footer.footer .footer__bottom .container {
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			text-align: left
	}

	footer.footer .footer__bottom p {
			margin: 0
	}
}

@media screen and (min-width: 1020px) {
	footer.footer .footer__top {
			padding:5.33333rem 0
	}

	footer.footer .footer__top h3,footer.footer .footer__top p,footer.footer .footer__top li {
			font-size: 1rem
	}

	footer.footer .footer__bottom p {
			font-size: .88889rem
	}
}

nav.nav--main {
	display: none
}

@media screen and (min-width: 980px) {
	nav.nav--main {
			display:block
	}

	nav.nav--main li.nav__item {
			font-weight: 700;
			margin-left: .88889rem;
			position: static
	}

	nav.nav--main li.nav__item>.nav__label,nav.nav--main li.nav__item button {
			line-height: 3.77778rem;
			position: relative;
			vertical-align: bottom
	}

	nav.nav--main li.nav__item>.nav__label {
			z-index: 2
	}

	nav.nav--main li.nav__item>button {
			z-index: 1;
			-webkit-transform: translateY(-1.05556rem);
			transform: translateY(-1.05556rem)
	}

	nav.nav--main li.nav__item .nav__reveal {
			max-height: 0;
			opacity: 0;
			-webkit-animation: 0.25s forwards hide;
			animation: 0.25s forwards hide;
			z-index: -1;
			pointer-events: none
	}

	nav.nav--main li.nav__item.is-current::after {
			content: '';
			position: relative;
			background: #C8C9CA;
			width: calc(100% + 12px);
			height: .11111rem;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			top: -.66667rem;
			left: -.33333rem
	}

	nav.nav--main li.nav__item:hover,nav.nav--main li.nav__item:focus {
			color: #26ADA3
	}

	nav.nav--main li.nav__item:hover .nav__focus::before,nav.nav--main li.nav__item:focus .nav__focus::before {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 0.25
	}

	nav.nav--main li.nav__item:hover .nav__focus svg.icon,nav.nav--main li.nav__item:focus .nav__focus svg.icon {
			fill: #26ADA3
	}

	nav.nav--main li.nav__item.is-open .nav__reveal,nav.nav--main li.nav__item:hover .nav__reveal {
			-webkit-animation: 0.25s forwards reveal;
			animation: 0.25s forwards reveal;
			z-index: 10;
			pointer-events: auto
	}

	nav.nav--main li.nav__item.is-open.has-mega-menu .nav__focus::after,nav.nav--main li.nav__item:hover.has-mega-menu .nav__focus::after {
			-webkit-animation: 0.25s forwards reveal;
			animation: 0.25s forwards reveal
	}

	nav.nav--main li.nav__item.is-open {
			color: #26ADA3
	}

	nav.nav--main li.nav__item.is-open .nav__focus:before {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 0.25
	}

	nav.nav--main li.nav__item.is-open .nav__focus svg.icon {
			-webkit-transform: rotate(-180deg) translateY(.11111rem);
			transform: rotate(-180deg) translateY(.11111rem)
	}

	nav.nav--main li.nav__item.has-mega-menu .nav__focus::after {
			opacity: 0;
			content: '';
			position: absolute;
			bottom: -1.11111rem;
			right: .11111rem;
			width: 0;
			height: 0;
			border-left: .66667rem solid transparent;
			border-right: .66667rem solid transparent;
			border-bottom: .66667rem solid #043E6B;
			-webkit-transition: opacity 0.28s ease;
			-o-transition: opacity 0.28s ease;
			transition: opacity 0.28s ease;
			pointer-events: none
	}

	nav.nav--main li.nav__item .nav__focus {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			width: 1.55556rem;
			height: 1.55556rem;
			position: relative;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			margin-left: .22222rem;
			z-index: 1;
			padding-top: 4px
	}

	nav.nav--main li.nav__item .nav__focus:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #C8C9CA;
			opacity: 0;
			border-radius: 100%;
			-webkit-transform: scale(0.5);
			transform: scale(0.5);
			-webkit-transition: all 0.25s ease;
			-o-transition: all 0.25s ease;
			transition: all 0.25s ease;
			pointer-events: none
	}

	nav.nav--main li.nav__item .nav__focus svg.icon {
			fill: #26ADA3;
			width: .55556rem;
			height: .33333rem;
			-webkit-transition: -webkit-transform 0.25s ease;
			transition: -webkit-transform 0.25s ease;
			-o-transition: transform 0.25s ease;
			transition: transform 0.25s ease;
			transition: transform 0.25s ease, -webkit-transform 0.25s ease;
			pointer-events: none
	}

	nav.nav--main ul.nav__sub-list {
			min-width: 11.11111rem;
			position: absolute;
			padding: 1.33333rem;
			background: #043E6B;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			z-index: 5
	}

	nav.nav--main ul.nav__sub-list::before {
			content: '';
			position: absolute;
			top: -.33333rem;
			left: 3.77778rem;
			width: 0;
			height: 0;
			border-left: .33333rem solid transparent;
			border-right: .33333rem solid transparent;
			border-bottom: .33333rem solid #043E6B
	}

	nav.nav--main li.nav__sub-item {
			font-size: .77778rem;
			font-weight: 300;
			padding: 0 0 0 1.4rem
	}

	nav.nav--main li.nav__sub-item::before {
			background-image: url("../img/svg/arrow-right-teal.svg");
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			width: .66667rem;
			height: .27778rem;
			top: calc(1em - 5px)
	}

	nav.nav--main li.nav__sub-item a {
			color: white
	}

	nav.nav--main li.nav__sub-item a:hover,nav.nav--main li.nav__sub-item a:focus {
			color: #26ADA3
	}
}

@media screen and (min-width: 1300px) {
	nav.nav--main li.nav__item {
			margin-left:1.77778rem;
			font-size: .88889rem
	}
}

nav.nav--icon {
	margin-left: auto;
	display: none
}

nav.nav--icon ul li {
	margin-left: 1.5vw;
	font-size: .77778rem
}

nav.nav--icon ul li span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	border: solid .11111rem #26ADA3;
	width: 2.66667rem;
	height: 2.66667rem;
	-webkit-transition: border 0.25s ease;
	-o-transition: border 0.25s ease;
	transition: border 0.25s ease
}

nav.nav--icon ul li span svg {
	width: 1rem;
	height: 1rem
}

nav.nav--icon ul li span svg path {
	-webkit-transition: fill 0.25s ease;
	-o-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
	fill: #26ADA3
}

nav.nav--icon ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

nav.nav--icon ul li a:hover span {
	border: solid .11111rem #0A5A83
}

nav.nav--icon ul li a:hover span svg path {
	fill: #0A5A83
}

nav.nav--icon.nav--icon-mobile {
	display: block;
	padding: 1.33333rem 0
}

nav.nav--icon.nav--icon-mobile ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

nav.nav--icon.nav--icon-mobile ul li {
	min-width: 4.44444rem
}

nav.nav--icon.nav--icon-mobile ul li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #0A5A83;
	font-weight: 600
}

nav.nav--icon.nav--icon-mobile ul li a span {
	margin-right: 0;
	margin-bottom: .44444rem
}

@media screen and (min-width: 980px) {
	nav.nav--icon {
			display:block
	}

	nav.nav--icon.nav--icon-mobile {
			display: none
	}
}

@media screen and (min-width: 1230px) {
	nav.nav--icon ul li {
			margin-left:1.77778rem;
			font-size: .88889rem
	}

	nav.nav--icon ul li a {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row
	}

	nav.nav--icon ul li span {
			margin-right: .66667rem
	}
}

.hero {
	height: calc(100vh - 63px);
	width: 100%;
	padding: 1.77778rem 1.33333rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative
}

.hero--overlay::before {
	content: '';
	position: absolute;
	background-image: url("../img/svg/hero-overlay.svg");
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}

.hero::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.72)));
	background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.72) 100%);
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.72) 100%);
	opacity: 0.48;
	z-index: 2
}

.hero--clear::after {
	background: none
}

.hero:not(.hero__landing) * {
	color: white
}

.hero img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	z-index: 1
}

.hero:not(.hero__landing) h1,.hero:not(.hero__landing) p {
	text-align: center;
	z-index: 3;
	max-width: 54.44444rem
}

@media screen and (min-width: 800px) {
	.hero {
			padding:5.33333rem 1.33333rem
	}
}

.hero .hero__gallery-link {
	position: relative;
	display: block
}

.hero .hero__gallery-link::before,.hero .hero__gallery-link::after {
	content: "";
	position: absolute;
	z-index: 2
}

.hero .hero__gallery-link::before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	-webkit-transition: background-color 300ms;
	-o-transition: background-color 300ms;
	transition: background-color 300ms
}

.hero .hero__gallery-link::after {
	top: 50%;
	left: 50%;
	border-width: .55556rem 0 .55556rem 1.11111rem;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.hero .hero__gallery-link:hover::before {
	background-color: rgba(0,0,0,0.72)
}

.hero .hero__gallery-img {
	position: relative;
	width: 11.11111rem;
	height: 6.25rem
}

.hero-slider {
	position: relative
}

.hero-slider .slider__nav {
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.hero-slider .slider__nav--prev {
	margin-left: 1.33333rem
}

.hero-slider .slider__nav--next {
	margin-right: 1.33333rem
}

.hero-slider .glider-slide {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.hero__landing {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: auto
}

@media screen and (max-width: 979px) {
	.hero__landing {
			padding:1.77778rem 1.33333rem
	}
}

.hero__landing .container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 3
}

@media screen and (min-width: 980px) {
	.hero__landing .container {
			margin-bottom:-144px;
			padding-top: 80px
	}
}

@media screen and (max-width: 979px) {
	.hero__landing .container {
			-webkit-box-orient:vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-bottom: -56px;
			padding: 26px 0 0
	}
}

.hero__landing--lhc img,.hero__landing--rhc img {
	position: relative;
	width: auto;
	height: auto;
	max-width: 100%
}

@media screen and (min-width: 980px) {
	.hero__landing--lhc,.hero__landing--rhc {
			width:calc(50% - 48px)
	}
}

.hero__landing--lhc {
	padding-top: 48px;
	color: #FFF
}

.hero__landing--rhc .form--contact {
	padding: 48px;
	background-color: #FFF;
	-webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,0.24);
	box-shadow: 0 3px 12px 0 rgba(0,0,0,0.24)
}

@media screen and (max-width: 979px) {
	.hero__landing--rhc .form--contact {
			margin-top:24px;
			padding: 24px
	}
}

.icon-links {
	background: rgba(200,201,202,0.25)
}

.icon-links .slider__nav {
	top: 2.72222rem
}

.icon-links a.icon-links__item {
	padding: 1.77778rem 1.55556rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: center;
	margin-bottom: 0
}

.icon-links a.icon-links__item img {
	margin-bottom: 1em;
	width: 5.33333rem;
	height: 5.33333rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.icon-links a.icon-links__item .icon-links__text {
	width: 100%
}

.icon-links a.icon-links__item h3 {
	color: #043E6B;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.icon-links a.icon-links__item .button-arrow {
	background: #043E6B
}

.icon-links a.icon-links__item p {
	font-size: .88889rem
}

.icon-links a.icon-links__item:hover h3,.icon-links a.icon-links__item:focus h3 {
	color: #26ADA3
}

.icon-links a.icon-links__item:hover .button-arrow,.icon-links a.icon-links__item:focus .button-arrow {
	background: #26ADA3
}

@media screen and (min-width: 1020px) {
	.icon-links {
			background:transparent
	}

	.icon-links a.icon-links__item {
			padding: 5.33333rem 0;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start
	}

	.icon-links a.icon-links__item img {
			margin-right: 1.5em
	}

	.icon-links a.icon-links__item .icon-links__text {
			margin-right: 2em;
			text-align: left
	}

	.icon-links a.icon-links__item h3,.icon-links a.icon-links__item p {
			text-align: left;
			margin: 0
	}

	.icon-links a.icon-links__item h3 {
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			margin-bottom: 0.5em
	}
}

.feature {
	background-size: cover;
	padding: 1.77778rem 0;
	position: relative;
	background-position: center;
	background-blend-mode: saturation
}

.feature::before {
	content: '';
	position: absolute;
	background: #043E6B;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 1
}

.feature:last-child {
	margin-bottom: -1.77778rem
}

.feature .container {
	position: relative;
	z-index: 2;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.feature .container h2 {
	color: white;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.feature .container h3 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.feature .container p {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.feature .container h3,.feature .container p {
	color: white
}

.feature .container .feature__bottom {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	display: block;
	text-align: center
}

.feature .container .feature__bottom a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media screen and (min-width: 800px) {
	.feature {
			padding:10.11111rem 0
	}

	.feature .container {
			display: block
	}

	.feature .container h2 {
			float: left;
			width: 50%;
			margin-bottom: 2.66667rem;
			padding-right: 1em
	}

	.feature .container h3,.feature .container p {
			float: right;
			width: 50%
	}

	.feature .container p {
			margin-bottom: 2.66667rem
	}

	.feature .container .feature__bottom {
			float: left;
			width: 100%
	}

	.feature .container .feature__bottom a {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex
	}

	.feature:last-child {
			margin-bottom: -2.66667rem
	}
}

.quick-links {
	background: #26ADA3
}

.quick-links h3,.quick-links p {
	color: white
}

.quick-links h3 {
	font-size: 1.33333rem
}

.quick-links p {
	margin-bottom: auto;
	width: 100%
}

.quick-links a {
	margin-top: 1.5em
}

.quick-links .quick-links__item {
	padding: 1.77778rem 1.55556rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.quick-links--white {
	background: transparent
}

.quick-links--white .quick-links__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 1.33333rem 0
}

.quick-links--white h3 {
	color: #0A5A83;
	font-size: 1rem
}

.quick-links--white p {
	color: #121A1E;
	text-align: left
}

@media screen and (min-width: 980px) {
	.quick-links--white .quick-links__grid {
			display:-webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap
	}

	.quick-links--white .quick-links__item {
			width: 33.333%;
			height: auto;
			padding: 0 2em 5.33333rem 0;
			-webkit-box-flex: 0;
			-ms-flex: 0 0 1;
			flex: 0 0 1
	}
}

@media screen and (min-width: 1020px) {
	.quick-links .quick-links__item {
			padding:5.33333rem 2em 5.33333rem 0;
			text-align: left;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between
	}

	.quick-links--white .quick-links__item {
			padding: 0 2em 5.33333rem 0
	}

	.quick-links--white h3 {
			font-size: 1.33333rem
	}
}

.feature-slider {
	position: relative
}

.feature-slider .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.feature-slider .container--med {
	position: relative;
	max-width: 45.11111rem
}

.feature-slider .container--lrg {
	height: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3
}

.feature-slider .slider__nav {
	top: .44444rem
}

.feature-slider .slider__nav--prev {
	left: 0
}

.feature-slider .slider__nav--next {
	right: 0
}

.feature-slider .slider__item {
	padding: 4.33333rem 0 1.77778rem 0;
	background-size: cover;
	background-position: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.feature-slider .slider__item .container {
	z-index: 2;
	width: 100%;
	min-height: 21.11111rem;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.feature-slider .slider__item::before {
	content: '';
	position: absolute;
	background-image: url("../img/svg/feature-slider-overlay.svg");
	background-size: cover;
	background-position: right;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.8;
	will-change: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.feature-slider .slider__item .slider__animate {
	opacity: 0;
	will-change: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	z-index: 3
}

.feature-slider .slider__item.center .slider__animate {
	opacity: 1
}

.feature-slider h2 {
	position: absolute;
	top: 1.77778rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: white;
	z-index: 3
}

.feature-slider blockquote {
	font-size: 1.33333rem;
	font-weight: 600;
	padding: 0;
	color: white;
	position: relative;
	max-width: 100%;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.feature-slider blockquote cite {
	padding: 0;
	font-weight: 300;
	margin: 1em 0 1.5em 0;
	line-height: 1.5em
}

.feature-slider blockquote cite::before {
	display: none
}

.feature-slider blockquote cite strong {
	display: block;
	line-height: 1em
}

.feature-slider .feature-slider__bottom {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.feature-slider .feature-slider__link {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.feature-slider .feature-slider__service {
	z-index: 2;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s
}

.feature-slider .feature-slider__service img,.feature-slider .feature-slider__service svg {
	display: none
}

.feature-slider .feature-slider__service .button-arrow {
	display: none
}

.feature-slider .feature-slider__service h4 {
	margin: 0 0 1em 0;
	color: white;
	font-size: .88889rem;
	text-align: center
}

.feature-slider .feature-slider__service h4 span {
	color: white;
	display: block;
	font-weight: 300
}

@media screen and (min-width: 800px) {
	.feature-slider .container--lrg {
			top:50%;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%)
	}

	.feature-slider .slider__nav {
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
	}

	.feature-slider .slider__item {
			padding: 5.33333rem 3rem 2.66667rem 3rem
	}

	.feature-slider h2 {
			top: 2.66667rem
	}

	.feature-slider blockquote {
			font-size: 1.77778rem;
			text-align: left
	}

	.feature-slider blockquote cite {
			margin: 1em 0 0 0
	}

	.feature-slider blockquote cite strong {
			display: inline
	}

	.feature-slider .feature-slider__bottom {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row
	}

	.feature-slider .feature-slider__link {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
	}

	.feature-slider .feature-slider__service {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2;
			position: relative;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
	}

	.feature-slider .feature-slider__service img,.feature-slider .feature-slider__service svg {
			width: 5.33333rem;
			height: 5.33333rem;
			margin-right: 1em;
			display: block
	}

	.feature-slider .feature-slider__service svg path {
			fill: white !important
	}

	.feature-slider .feature-slider__service .button-arrow {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-right: .66667rem
	}

	.feature-slider .feature-slider__service .button-arrow--overlap {
			position: absolute;
			top: 3.55556rem;
			left: 3.55556rem;
			margin-right: 0
	}

	.feature-slider .feature-slider__service h4 {
			margin: 0;
			color: white;
			text-align: left
	}

	.feature-slider .feature-slider__service h4 span {
			color: white;
			display: block;
			font-size: .77778rem;
			opacity: 0.4;
			font-weight: 300
	}

	.feature-slider .feature-slider__service:hover svg path,.feature-slider .feature-slider__service:focus svg path {
			fill: #26ADA3 !important
	}
}

@media screen and (min-width: 1020px) {
	.feature-slider h2 {
			top:7.22222rem;
			left: 1.33333rem;
			-webkit-transform: translateX(0);
			transform: translateX(0)
	}

	.feature-slider blockquote {
			max-width: 70%
	}

	.feature-slider .slider__nav--prev {
			left: 1.33333rem
	}

	.feature-slider .slider__nav--next {
			right: 1.33333rem
	}

	.feature-slider .slider__item {
			padding: 11.11111rem 0 7.33333rem 0
	}

	.feature-slider .slider__item.visible::before {
			opacity: 0.5
	}
}

@media screen and (min-width: 1280px) {
	.feature-slider .container--med {
			max-width:57.11111rem
	}

	.feature-slider blockquote {
			max-width: 50%
	}
}

.feature-offset {
	padding: 1.77778rem 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.feature-offset figure {
	margin: 0 0 1.5em 0;
	padding: 0 1.33333rem calc(100% / (16/9)) 1.33333rem;
	width: 100%;
	height: 0;
	position: relative
}

.feature-offset img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.feature-offset p {
	font-size: 1.33333rem;
	font-weight: 600;
	width: 100%;
	margin-bottom: 1.5em
}

.feature-offset a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: .88889rem;
	border-bottom: solid 2px #C8C9CA;
	padding-bottom: 2.33333rem
}

.feature-offset a .button-arrow {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media screen and (min-width: 800px) {
	.feature-offset {
			padding:5.33333rem 0
	}

	.feature-offset .container {
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%)
	}

	.feature-offset figure {
			width: 50vw;
			margin: 0;
			height: 27.77778rem;
			padding: 0 0 0 2.44444rem
	}

	.feature-offset p {
			font-size: 1.55556rem;
			width: 50%;
			padding-right: 2.44444rem
	}

	.feature-offset a {
			font-size: 1rem;
			border-bottom: none;
			padding-bottom: 0
	}

	.feature-offset a .a__text {
			max-width: 16.66667rem
	}
}

.post-slider {
	position: relative
}

.post-slider .container--nav {
	height: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3
}

.post-slider .slider__nav {
	top: 32vw;
	background: white;
	width: 3.11111rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.post-slider .slider__nav--prev {
	padding-right: 10px
}

.post-slider .slider__nav--next {
	padding-left: 10px
}

.post-slider .post-slider__static {
	display: none
}

.post-slider .slider__item .post-slider__info {
	display: block;
	font-size: .77778rem;
	font-weight: 600;
	margin-bottom: 0.5em
}

.post-slider .slider__item .post-slider__info a {
	text-decoration: underline;
	margin-right: 0.5em
}

.post-slider .slider__item .post-slider__info a:after {
	content: ','
}

.post-slider .slider__item .post-slider__info a:last-of-type {
	margin-right: 0
}

.post-slider .slider__item .post-slider__info a:last-of-type:after {
	content: ''
}

.post-slider .slider__item figure {
	margin: 0 0 1.5em 0;
	padding: 0 1.33333rem;
	width: 100%
}

.post-slider .slider__item figure .figure__inner {
	background: #C8C9CA;
	width: 100%;
	height: 0;
	padding-bottom: calc(100% / (6/4));
	position: relative
}

.post-slider .slider__item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.post-slider .slider__item h4 {
	font-size: .88889rem;
	font-weight: 600;
	line-height: 1.5em
}

@media screen and (min-width: 800px) {
	.post-slider .container--static {
			position:relative;
			display: block
	}

	.post-slider .container--static .post-slider__static {
			position: absolute;
			top: 4.55556rem;
			left: 50%;
			z-index: 3;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			padding-left: 2.44444rem
	}

	.post-slider .container--static .post-slider__static h3 {
			font-size: 1rem;
			margin: 0 1em 0 0;
			line-height: 1em
	}

	.post-slider .container--static .post-slider__static .glider-dots {
			margin-bottom: .11111rem
	}

	.post-slider .container--static .post-slider__static .glider-dots button {
			margin: 0 .44444rem 0 0;
			background: #121A1E;
			opacity: 0.12
	}

	.post-slider .container--static .post-slider__static .glider-dots button.active {
			background: #26ADA3;
			opacity: 1
	}

	.post-slider .container--nav {
			position: absolute;
			height: 0;
			top: 50%;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			z-index: 3
	}

	.post-slider .slider__nav {
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			background: transparent
	}

	.post-slider .slider__nav--prev {
			left: 1.33333rem;
			border-left: solid 2px white
	}

	.post-slider .slider__nav--prev svg {
			fill: white
	}

	.post-slider .slider__nav--next {
			right: 1.33333rem;
			border-right: solid 2px #121A1E
	}

	.post-slider .slider__nav--next svg {
			fill: #121A1E
	}

	.post-slider .slider--bg::before {
			content: '';
			background: #F2F2F2;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: calc(100% - 50px);
			z-index: -1
	}

	.post-slider .slider__item {
			position: relative
	}

	.post-slider .slider__item .container {
			position: absolute;
			top: 8.22222rem;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%)
	}

	.post-slider .slider__item aside {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end
	}

	.post-slider .slider__item .post-slider__text {
			width: 50%;
			padding-right: 5.55556rem;
			padding-left: 2.44444rem
	}

	.post-slider .slider__item .post-slider__info {
			font-size: .88889rem;
			margin-bottom: 1em
	}

	.post-slider .slider__item h4 {
			font-size: 1.33333rem
	}

	.post-slider .slider__item figure {
			margin: 0;
			width: 50vw;
			padding: 0 2.44444rem 0 0
	}

	.post-slider .slider__item figure .figure__inner {
			height: 27.77778rem
	}

	.post-slider .slider__item img {
			-o-object-fit: cover;
			object-fit: cover;
			font-family: 'object-fit: cover;'
	}

	.post-slider .slider__item.visible img {
			opacity: 1
	}
}

@media screen and (min-width: 1020px) {
	.post-slider .slider__item h4 {
			font-size:1.77778rem
	}
}

.post-list {
	padding: 1.33333rem 0
}

.post-list .slider__nav {
	top: 38vw;
	background: white;
	width: 3.11111rem
}

.post-list .slider__nav--prev {
	padding-right: 10px
}

.post-list .slider__nav--next {
	padding-left: 10px
}

.post-list ul li {
	padding: 0
}

.post-list ul a.post-list__image {
	position: relative;
	margin-bottom: 1.5em;
	width: 100%;
	background: #C8C9CA;
	height: 0;
	padding-top: calc(100% / (4/3))
}

.post-list ul a.post-list__image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.post-list ul a.post-list__image::before {
	content: '';
	position: absolute;
	background: #26ADA3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0
}

.post-list ul a.post-list__image img {
	width: 100%
}

.post-list ul a.post-list__image:hover::before,.post-list ul a.post-list__image:focus::before {
	opacity: 0.4
}

.post-list ul .post-list__info {
	font-size: .77778rem
}

.post-list ul .post-list__info a {
	text-decoration: underline;
	display: inline;
	margin-right: 0.5em
}

.post-list ul .post-list__info a:after {
	content: ','
}

.post-list ul .post-list__info a:last-of-type {
	margin-right: 0
}

.post-list ul .post-list__info a:last-of-type:after {
	content: ''
}

.post-list ul .post-list__info a:hover {
	color: #26ADA3
}

.post-list ul h3 {
	font-size: 1rem
}

.post-list ul:not(.slider__wrap) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600
}

.post-list ul:not(.slider__wrap) li {
	width: 100%;
	padding: 1.33333rem 0;
	border-bottom: solid 1px #C8C9CA
}

.post-list ul:not(.slider__wrap) li:first-of-type {
	border-top: solid 1px #C8C9CA
}

.post-list ul:not(.slider__wrap) a.post-list__image {
	display: none
}

.post-list ul:not(.slider__wrap) .post-list__info a {
	display: inline
}

.post-list ul:not(.slider__wrap) a {
	position: relative;
	display: block
}

.post-list ul:not(.slider__wrap) a p {
	padding-right: 2.44444rem;
	margin-bottom: 0
}

.post-list ul:not(.slider__wrap) a .post-list__link {
	position: absolute;
	right: 0;
	bottom: calc(1em)
}

.post-list ul:not(.slider__wrap) a .a__bold {
	display: none
}

.post-list ul:not(.slider__wrap) a .button-arrow--teal {
	display: none
}

.post-list ul:not(.slider__wrap) a .button-arrow--mobile {
	background: transparent;
	width: 1rem;
	height: .44444rem
}

.post-list ul:not(.slider__wrap) a .button-arrow--mobile::after {
	background-image: url(../img/svg/button-arrow-teal.svg)
}

.post-list ul:not(.slider__wrap) a:hover p {
	color: #26ADA3
}

.post-list ul.slider__wrap a.post-list__image {
	display: block
}

.post-list ul.slider__wrap a.post-list__image .button-arrow--mobile {
	display: none
}

.post-list ul.slider__wrap img {
	display: block;
	margin-bottom: 1.5em
}

.post-list ul.slider__wrap .button-arrow--mobile {
	display: none
}

.post-list .post-list__before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: .88889rem
}

.post-list .post-list__before h2 {
	margin: 0
}

.post-list .post-list__after {
	text-align: right;
	padding-top: 1.77778rem
}

.post-list .post-list__after a {
	border: solid 2px #C8C9CA;
	color: #121A1E
}

.post-list .post-list__after a:hover {
	border: solid 2px #26ADA3;
	color: #26ADA3
}

.post-list--grid ul li.post-list__item:first-of-type {
	border-top: none
}

.post-list--grid ul li.post-list__item a.post-list__image {
	display: block
}

.post-list--grid ul li.post-list__item a .post-list__link {
	position: relative;
	right: auto;
	bottom: auto
}

.post-list--grid ul li.post-list__item .button-arrow--teal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.post-list--grid ul li.post-list__item .button-arrow--mobile {
	display: none
}

.post-list--grid ul li.post-list__item .a__bold {
	display: block
}

.post-list--grid ul li.post-list__item p {
	margin-bottom: 1rem;
	padding-right: 0
}

@media screen and (min-width: 800px) {
	.post-list {
			padding:2.66667rem 0;
			position: relative;
			overflow: hidden
	}

	.post-list--spacing {
			padding: 5.33333rem 0 4rem 0
	}

	.post-list .slider__nav {
			top: 22vw
	}

	.post-list ul:not(.slider__wrap),.post-list ul.slider__wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			position: relative;
			margin: 0 -.66667rem
	}

	.post-list ul:not(.slider__wrap) li,.post-list ul.slider__wrap li {
			width: 50%;
			padding: 12px;
			border-bottom: none
	}

	.post-list ul:not(.slider__wrap) li:first-of-type,.post-list ul.slider__wrap li:first-of-type {
			border-top: none
	}

	.post-list ul:not(.slider__wrap) a.post-list__image,.post-list ul.slider__wrap a.post-list__image {
			display: block
	}

	.post-list ul:not(.slider__wrap) .post-list__text,.post-list ul.slider__wrap .post-list__text {
			padding: 0 1.33333rem
	}

	.post-list ul:not(.slider__wrap) .post-list__info,.post-list ul.slider__wrap .post-list__info {
			font-size: .88889rem;
			margin-bottom: 1em;
			display: block
	}

	.post-list ul:not(.slider__wrap) .post-list__excerpt,.post-list ul.slider__wrap .post-list__excerpt {
			font-weight: 200;
			font-size: .88889rem
	}

	.post-list ul:not(.slider__wrap) a p,.post-list ul.slider__wrap a p {
			margin-bottom: 1.5em
	}

	.post-list ul:not(.slider__wrap) a .post-list__link,.post-list ul.slider__wrap a .post-list__link {
			position: relative;
			right: auto;
			bottom: auto
	}

	.post-list ul:not(.slider__wrap) a .a__bold,.post-list ul.slider__wrap a .a__bold {
			display: block
	}

	.post-list ul:not(.slider__wrap) a .button-arrow--teal,.post-list ul.slider__wrap a .button-arrow--teal {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
	}

	.post-list ul:not(.slider__wrap) a .button-arrow--mobile,.post-list ul.slider__wrap a .button-arrow--mobile {
			display: none
	}

	.post-list .post-list__after {
			padding-top: 2.66667rem
	}

	.post-list--grid {
			padding: 2.66667rem 0 0 0
	}

	.post-list--grid ul:not(.slider__wrap) {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start
	}

	.post-list--grid ul:not(.slider__wrap) li {
			margin-bottom: 2.66667rem
	}
}

@media screen and (min-width: 1020px) {
	.post-list .slider__nav {
			display:none
	}

	.post-list .post-list__before {
			margin-bottom: 2.66667rem
	}

	.post-list ul:not(.slider__wrap),.post-list ul.slider__wrap {
			margin: 0 -1.33333rem
	}

	.post-list ul:not(.slider__wrap) li,.post-list ul.slider__wrap li {
			width: 33.333%;
			padding: 0 1.33333rem
	}
}

.post-list__related {
	font-size: .72222rem
}

.post-list__related+.post-list__related {
	margin-top: .55556rem
}

.shared-filter {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(242,242,242,0);
	z-index: 300;
	pointer-events: none;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease
}

.shared-filter.is-visible {
	background-color: rgba(242,242,242,0.88);
	pointer-events: auto
}

.shared-filter.is-visible aside {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	overflow-y: auto
}

.shared-filter aside {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	height: 100%;
	background: white;
	padding: 0 0 3rem 2.66667rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.shared-filter aside .shared-filter__top {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.33333rem
}

.shared-filter aside .shared-filter__top h2 {
	margin: 0;
	font-size: 1.33333rem
}

.shared-filter aside button.shared-filter__close {
	position: sticky;
	width: 2.66667rem;
	height: 2.66667rem;
	top: 0;
	z-index: 1;
	margin-left: auto;
	background: #043E6B;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.shared-filter aside button.shared-filter__close svg.icon {
	fill: white
}

.shared-filter aside button.shared-filter__close:hover svg.icon {
	fill: #26ADA3
}

.shared-filter aside form {
	width: 100%;
	margin-top: 0
}

.shared-filter aside form svg.icon {
	fill: #121A1E
}

.shared-filter aside form ul {
	margin-bottom: 1.5em
}

.shared-filter aside form .check__control {
	position: absolute;
	opacity: 0;
	z-index: -1
}

.shared-filter aside form .check__control:focus ~ .check__body::before {
	-webkit-box-shadow: 0 0 0 .16667rem rgba(38,173,163,0.5);
	box-shadow: 0 0 0 .16667rem rgba(38,173,163,0.5);
	border: .11111rem solid #26ADA3
}

.shared-filter aside form .check__control:checked ~ .check__body::before {
	background-color: transparent;
	border: .11111rem solid #C8C9CA
}

.shared-filter aside form .check__control:checked ~ .check__body::after {
	background: #26ADA3
}

.shared-filter aside form .check .check__body::before {
	width: 1.11111rem;
	height: 1.11111rem;
	margin-right: 0.5em;
	background: transparent
}

.shared-filter aside form .check .check__body::after {
	width: .66667rem;
	height: .66667rem;
	border: none;
	background: transparent;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	top: .22222rem;
	left: .22222rem;
	border-radius: .11111rem
}

.shared-filter aside form ul.shared-filter__search .check .check__body::before {
	width: 1.77778rem;
	height: 1.77778rem
}

.shared-filter aside form ul.shared-filter__search .check .check__body::after {
	width: 1.11111rem;
	height: 1.11111rem;
	border: none;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	top: .33333rem;
	left: .33333rem;
	border-radius: .11111rem
}

.shared-filter aside form ul.shared-filter__search .check__control:checked ~ .check__body::after {
	background-size: contain;
	background: url("../img/svg/check.svg") no-repeat center
}

@media screen and (min-width: 800px) {
	.shared-filter aside {
			width:27.55556rem;
			-webkit-transform: translateX(27.55556rem);
			transform: translateX(27.55556rem)
	}

	.shared-filter aside button {
			position: relative;
			top: 0;
			right: 0;
			width: auto;
			height: auto;
			background: transparent;
			display: block
	}

	.shared-filter aside button svg.icon {
			fill: #121A1E
	}

	.shared-filter aside form ul.shared-filter__search {
			-webkit-column-count: 2;
			-moz-column-count: 2;
			column-count: 2
	}
}

.banner {
	width: 100%;
	background: #0A5A83;
	color: white;
	padding: 3.55556rem 0 1.33333rem 0;
	position: relative
}

.banner .container {
	position: relative
}

.banner.banner--image {
	background-size: cover;
	background-position: center
}

.banner.banner--image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.banner.banner--image .container {
	height: 7.33333rem
}

.banner.banner--image h1 {
	position: absolute;
	left: 1.33333rem;
	bottom: 0;
	margin: 0
}

.banner--overlay.banner--image::before {
	background-color: transparent;
	background-image: url(../img/banner-overlay.svg);
	background-size: cover;
	background-position: center
}

.banner h1 {
	width: 50%;
	margin-right: 50%;
	clear: both
}

.banner p {
	width: 100%;
	margin-right: 50%
}

.banner p:last-of-type {
	margin: 0
}

.banner p.banner__intro {
	display: none
}

.banner p.banner__info {
	color: rgba(255,255,255,0.64);
	font-size: .88889rem
}

.banner p.banner__info a {
	color: white;
	font-weight: 300;
	border: none;
	text-decoration: underline;
	margin-right: 0.5em
}

.banner p.banner__info a:after {
	content: ','
}

.banner p.banner__info a:last-of-type:after {
	content: ''
}

.banner p.banner__info a:hover {
	color: #26ADA3
}

.banner ul.breadcrumbs {
	display: none
}

.banner .banner__share-mobile {
	position: absolute;
	top: 0;
	right: 1.33333rem
}

.banner .banner__share-mobile svg.icon {
	pointer-events: none
}

.banner .banner__share {
	display: none
}

.banner button.banner__filters {
	display: none
}

.banner__logo {
	height: 4rem;
	width: auto
}

@media screen and (min-width: 800px) {
	.banner {
			padding:5.33333rem 0 2.44444rem 0
	}

	.banner__logo {
			position: absolute;
			top: 50%;
			height: 5.33333rem;
			right: 1.33333rem;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
	}

	.banner.banner--image .container {
			height: 22rem
	}

	.banner.banner--image h1 {
			bottom: 2.77778rem
	}

	.banner--inner h1 {
			font-size: 1.77778rem
	}

	.banner ul.breadcrumbs {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			font-size: .88889rem;
			margin-bottom: 1.77778rem
	}

	.banner ul.breadcrumbs li::after {
			display: inline-block;
			content: '';
			width: .33333rem;
			height: .55556rem;
			background-image: url(../img/svg/chevron.svg);
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
			margin: 0 .44444rem;
			opacity: 0.3
	}

	.banner ul.breadcrumbs li a:hover,.banner ul.breadcrumbs li a:focus {
			color: #26ADA3
	}

	.banner ul.breadcrumbs li:last-child {
			font-weight: 600
	}

	.banner ul.breadcrumbs li:last-child::after {
			display: none
	}

	.banner p {
			width: 50%
	}

	.banner p.banner__intro {
			display: block
	}

	.banner button.banner__filters {
			position: absolute;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			bottom: 0;
			right: 1.33333rem;
			border: 2px solid rgba(255,255,255,0.12);
			color: white
	}

	.banner button.banner__filters:hover {
			border: 2px solid #fff;
			color: #26ADA3
	}

	.banner button.banner__filters:hover {
			border: 2px solid #fff;
			color: #26ADA3
	}

	.banner .banner__share-mobile {
			display: none
	}

	.banner .banner__share {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			line-height: 1em;
			font-size: 1rem;
			position: absolute;
			top: 1.22222rem;
			right: 1.33333rem
	}

	.banner .banner__share span {
			color: rgba(255,255,255,0.8)
	}

	.banner .banner__share ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-bottom: .22222rem;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row
	}

	.banner .banner__share li {
			margin-left: 1em
	}

	.banner .banner__share li a svg.icon {
			fill: white
	}

	.banner .banner__share li a:hover svg.icon {
			fill: #26ADA3
	}
}

.mobile-share {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(10,90,131,0);
	z-index: 300;
	pointer-events: none;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease
}

.mobile-share.is-visible {
	pointer-events: auto;
	background-color: rgba(10,90,131,0.88)
}

.mobile-share.is-visible aside {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.mobile-share.is-visible button {
	pointer-events: auto;
	opacity: 1
}

.mobile-share button {
	position: absolute;
	top: 1.33333rem;
	left: 1.33333rem;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.mobile-share button svg.icon {
	fill: white;
	pointer-events: none
}

.mobile-share aside {
	width: calc(100% - 64px);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: white;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	padding: 1.33333rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.mobile-share ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.mobile-share ul li {
	margin-bottom: 1em;
	width: 100%
}

.mobile-share ul li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: .88889rem;
	font-weight: 600;
	color: #0A5A83
}

.mobile-share ul li a:hover {
	color: #26ADA3
}

.mobile-share ul li span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	width: 2.66667rem;
	height: 2.66667rem;
	border-radius: 100%;
	border: solid .11111rem #26ADA3;
	-webkit-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease;
	margin-right: 1em
}

.mobile-share ul li span svg.icon {
	fill: #26ADA3
}

.nav--anchor {
	display: none
}

@media screen and (min-width: 800px) {
	.nav--anchor {
			display:block;
			background: rgba(200,201,202,0.24)
	}

	.nav--anchor .container {
			height: 3.5rem;
			position: relative;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start
	}

	.nav--anchor ul li {
			font-size: .66667rem;
			font-weight: 700;
			color: white;
			text-transform: none;
			margin-right: 1.8rem
	}

	.nav--anchor ul li a {
			color: #121A1E
	}

	.nav--anchor ul li a:hover,.nav--anchor ul li a:focus,.nav--anchor ul li a.is-active {
			color: #26ADA3
	}
}

.aside-box {
	width: 100%
}

.aside-box figure {
	background: #C8C9CA;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	margin: 0;
	position: relative
}

.aside-box figure figcaption {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	line-height: 1em;
	width: 12.11111rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: white;
	z-index: 5;
	padding: .66667rem 0;
	font-weight: bold;
	text-align: center;
	font-size: .88889rem
}

.aside-box figure img.aside-box__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.aside-box .box__info {
	background: #0A5A83;
	padding: 1.77778rem 1.33333rem;
	color: white;
	line-height: 1em
}

.aside-box .box__info h3 {
	margin-bottom: 0.3em
}

.aside-box .box__info a {
	display: block;
	margin-bottom: 1em;
	font-size: .88889rem;
	font-weight: 600
}

.aside-box .box__info a:last-of-type {
	margin-bottom: 0
}

.aside-box .box__info a svg.icon {
	margin-right: 0.5em;
	fill: #26ADA3
}

.aside-box .box__info button {
	margin-top: 2em
}

@media screen and (min-width: 1020px) {
	.aside-box .box__info {
			padding:3rem 2.66667rem
	}
}

.logo-list {
	background: rgba(200,201,202,0.24);
	padding: 1.77778rem 0
}

.logo-list .container {
	position: relative
}

.logo-list h3.heading-line {
	padding: 0 1.77778rem
}

.logo-list.slider--nav-hidden h3.heading-line {
	padding: 0
}

.logo-list .slider__nav {
	top: -1.25rem
}

.logo-list li {
	padding: 0 0.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.logo-list li img {
	height: 3.66667rem;
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1;
	flex: 0 0 1
}

@media screen and (min-width: 1020px) {
	.logo-list {
			background:transparent;
			padding: 2.66667rem 0
	}

	.logo-list li img {
			height: 7rem
	}
}

ul.image-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

ul.image-list li {
	width: 100%;
	margin-bottom: 1.33333rem
}

ul.image-list li .has-arrow {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

ul.image-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

ul.image-list li a:hover figure::before,ul.image-list li a:focus figure::before {
	opacity: 0.5
}

ul.image-list li figure {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 3.55556rem;
	height: 3.55556rem;
	position: relative;
	overflow: visible !important
}

ul.image-list li figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0A5A83;
	border-radius: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

ul.image-list li figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 100%
}

ul.image-list li figure .button-arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5
}

ul.image-list li .image-list__text {
	margin-left: 24px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

ul.image-list li h3 {
	font-size: 1rem;
	color: #0A5A83
}

ul.image-list li p {
	font-size: .77778rem
}

ul.image-list--square {
	margin: 0
}

ul.image-list--square li {
	width: 100%
}

ul.image-list--square li h3 {
	margin-bottom: 0.5em
}

ul.image-list--square li figure {
	width: 7.11111rem;
	height: 5.33333rem;
	margin-bottom: 0
}

ul.image-list--square li figure::before {
	border-radius: 0
}

ul.image-list--square li figure .button-arrow {
	position: absolute;
	bottom: -.27778rem;
	right: -.27778rem;
	z-index: 2
}

ul.image-list--square li figure img {
	border-radius: 0
}

ul.image-list--4 li {
	width: 50%
}

ul.image-list--4 li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

ul.image-list--4 li .image-list__text {
	margin-left: 0
}

ul.image-list--center li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (min-width: 800px) {
	ul.image-list li {
			width:50%
	}

	ul.image-list li figure {
			width: 5.33333rem;
			height: 5.33333rem
	}

	ul.image-list.image-list--square figure {
			width: 10rem;
			height: 7.5rem
	}

	ul.image-list.image-list--4 li a {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			text-align: left
	}

	ul.image-list.image-list--4 li .image-list__text {
			margin-left: 24px
	}
}

@media screen and (min-width: 1020px) {
	ul.image-list {
			margin:0 -.66667rem;
			padding-top: 2.66667rem
	}

	ul.image-list li {
			width: 33.333%;
			padding: 0 .66667rem;
			margin-bottom: 2.66667rem
	}

	ul.image-list li p {
			font-size: 1rem
	}

	ul.image-list.image-list--square {
			margin: 0 -.66667rem
	}

	ul.image-list.image-list--square li {
			width: 50%
	}

	ul.image-list.image-list--square li p {
			font-size: .88889rem
	}

	ul.image-list.image-list--4 li {
			width: 25%
	}
}

.callout {
	background: #26ADA3;
	color: white;
	text-align: center;
	padding: 1.77778rem 0
}

.callout p {
	margin-bottom: 2.5em
}

@media screen and (min-width: 1020px) {
	.callout {
			padding:5.33333rem 0
	}
}

.callout--spacing {
	margin: 1.33333rem 0 2.66667rem 0
}

.content>.callout:last-child {
	margin-bottom: -1.33333rem
}

@media screen and (min-width: 980px) {
	.content>.callout:last-child {
			margin-bottom:-2.66667rem
	}
}

.list-controls {
	background: #F2F2F2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	text-align: center
}

.list-controls button {
	width: 33.333%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1;
	flex: 0 0 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem 1.11111rem;
	border-radius: 0;
	background: transparent;
	border: none;
	border-right: 1px solid white;
	font-size: .88889rem;
	-webkit-transition-property: border, color, background;
	-o-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-o-transition-timing-function: ease
}

.list-controls button:last-of-type {
	border-right: 0
}

.list-controls button:hover,.list-controls button:focus,.list-controls button.is-active {
	background: white;
	font-weight: 600;
	color: #0A5A83
}

.list-controls button.button--filter {
	position: relative
}

.list-controls button.button--filter span {
	position: absolute;
	top: .33333rem;
	right: .33333rem;
	width: 1.33333rem;
	height: 1.33333rem;
	background: #26ADA3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	font-size: .66667rem;
	line-height: 1em;
	color: white;
	font-weight: bold;
	padding-top: 2px
}

@media screen and (min-width: 800px) {
	.list-controls {
			background:transparent;
			padding: 0 1.33333rem 0
	}

	.list-controls button {
			width: auto
	}

	.list-controls button.button--tab {
			color: #121A1E;
			border-right: 0;
			border-bottom: 2px solid transparent;
			padding: 0.8em 1.8em 0.6em 1.8em
	}

	.list-controls button.button--tab:hover,.list-controls button.button--tab:focus,.list-controls button.button--tab.is-active {
			color: #121A1E;
			border-bottom: 2px solid #26ADA3
	}

	.list-controls button.button--filter {
			margin-left: auto;
			background: transparent;
			color: #121A1E;
			display: inline-block;
			font-size: .88889rem;
			padding: 0.8em 2.2em 0.6em 2.2em;
			line-height: 1.2em;
			border-radius: .22222rem;
			border: solid .11111rem #C8C9CA;
			font-weight: 700;
			-webkit-transition-property: background, border, color;
			-o-transition-property: background, border, color;
			transition-property: background, border, color;
			-webkit-transition-duration: 300ms;
			-o-transition-duration: 300ms;
			transition-duration: 300ms
	}

	.list-controls button.button--filter span {
			width: 1.77778rem;
			height: 1.77778rem;
			top: 0;
			right: 0;
			-webkit-transform: translate(50%, -50%);
			transform: translate(50%, -50%);
			font-size: .88889rem
	}

	.list-controls button.button--filter:hover,.list-controls button.button--filter:focus,.list-controls button.button--filter.is-active {
			background: white;
			font-weight: 600;
			border: solid .11111rem #26ADA3;
			color: #0A5A83
	}
}

.info-tab-panel {
	display: none
}

.info-tab-panel.is-visible {
	display: block
}

.info-list li.info-list__item {
	margin-bottom: 1.33333rem;
	-webkit-box-shadow: 0 2px 6px rgba(200,201,202,0.5);
	box-shadow: 0 2px 6px rgba(200,201,202,0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.33333rem
}

.info-list h2 {
	margin-bottom: .66667rem;
	color: #0A5A83;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.info-list .info-list__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.info-list .info-list__contact a {
	width: 100%;
	font-size: .77778rem;
	font-weight: 600;
	padding-right: 24px
}

.info-list .info-list__contact a svg.icon {
	fill: #0A5A83;
	margin-right: 0.5em
}

.info-list p {
	display: none
}

.info-list ul {
	margin-bottom: 1.33333rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.info-list ul mark {
	font-size: .66667rem;
	text-transform: none;
	padding: .44444rem;
	font-weight: 600
}

.info-list ul li {
	width: 100%;
	padding-right: 24px;
	margin-bottom: .33333rem;
	font-size: .77778rem
}

.info-list ul li:last-of-type {
	margin: 0
}

.info-list ul li::before {
	content: '';
	background-image: url("../img/svg/service.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: .22222rem;
	left: 0
}

.info-list a.has-arrow {
	position: absolute;
	font-weight: 600;
	color: #0A5A83;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(12%, 12%);
	transform: translate(12%, 12%)
}

.info-list a.has-arrow .a__text {
	display: none
}

.info-list a.has-arrow:hover,.info-list a.has-arrow:focus {
	color: #26ADA3
}

@media screen and (min-width: 800px) {
	.info-list {
			padding:0
	}

	.info-list li.info-list__item {
			-webkit-box-shadow: none;
			box-shadow: none;
			border-bottom: solid 2px #C8C9CA;
			padding: 0;
			margin-bottom: 5.11111rem
	}

	.info-list h2 {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
	}

	.info-list .info-list__contact {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2;
			margin-bottom: 1em
	}

	.info-list .info-list__contact a {
			font-size: .88889rem;
			width: 33.333%
	}

	.info-list p {
			display: block;
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2
	}

	.info-list ul {
			-webkit-box-ordinal-group: 5;
			-ms-flex-order: 4;
			order: 4;
			-webkit-column-count: 3;
			-moz-column-count: 3;
			column-count: 3;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			margin-bottom: 2.33333rem
	}

	.info-list ul li {
			-webkit-column-break-inside: avoid;
			-moz-column-break-inside: avoid;
			break-inside: avoid;
			font-size: 1rem
	}

	.info-list a.has-arrow {
			background: white;
			padding-left: 24px;
			-webkit-transform: translate(0, 50%);
			transform: translate(0, 50%)
	}

	.info-list a.has-arrow .a__text {
			display: block
	}
}

.info-tab-panel {
	padding: 1.33333rem
}

@media screen and (min-width: 800px) {
	.info-tab-panel {
			padding:5.33333rem 1.33333rem
	}
}

@media screen and (min-width: 1020px) {
	.info-tab-panel:not(#panel-map-view) {
			padding:5.33333rem 0
	}
}

figure.info-map {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background: #F2F2F2
}

figure.info-map--builder {
	padding-bottom: 50%
}

figure.info-map .gm-style .gm-style-iw-c {
	border-radius: .22222rem;
	overflow: visible;
	padding: 2.44444rem 1.33333rem 1.33333rem !important
}

figure.info-map button.gm-ui-hover-effect {
	background: red;
	top: 0 !important;
	right: .44444rem !important
}

figure.info-map button.gm-ui-hover-effect img {
	width: 1.22222rem !important;
	height: 1.22222rem !important
}

figure.info-map .info-map__window mark {
	font-weight: 600;
	position: absolute;
	top: -.44444rem;
	left: -.44444rem;
	font-size: .66667rem;
	padding: .44444rem .44444rem .33333rem
}

figure.info-map .info-map__window h3 {
	color: #0A5A83;
	font-size: 1rem
}

figure.info-map .info-map__window ul {
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .77778rem;
	margin-bottom: 1.33333rem
}

figure.info-map .info-map__window ul li {
	margin-bottom: .44444rem;
	padding-right: 1.33333rem;
	width: 50%
}

figure.info-map .info-map__window ul li::before {
	content: '';
	background-image: url("../img/svg/service.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: 0;
	left: 0
}

figure.info-map .info-map__window .button-arrow {
	position: absolute;
	bottom: -.44444rem;
	right: -.44444rem
}

figure.info-map .info-map__window .button-arrow:hover {
	background: #26ADA3
}

figure.info-map .info-map__window .info-map__contact {
	display: none
}

figure.info-map .info-map__window .info-map__contact a {
	margin-right: 2.66667rem;
	font-size: .77778rem;
	font-weight: 600
}

figure.info-map .info-map__window .info-map__contact a svg.icon {
	font-size: 1rem;
	margin-right: 0.5em;
	fill: #0A5A83
}

@media screen and (min-width: 800px) {
	figure.info-map .info-map__window ul {
			display:-webkit-box;
			display: -ms-flexbox;
			display: flex
	}

	figure.info-map .info-map__window .info-map__contact {
			display: block
	}
}

.aside-contact h3 {
	color: #0A5A83
}

@media screen and (min-width: 980px) {
	.aside-contact {
			padding:2.66667rem;
			margin: 0
	}
}

.aside-contact a {
	font-size: .88889rem;
	font-weight: 600
}

.aside-contact a svg.icon {
	height: 1.33333rem;
	fill: #0A5A83;
	margin-right: 0.5em
}

.aside-callout {
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 1.33333rem;
	margin-bottom: 1.33333rem;
	background-blend-mode: saturation
}

.aside-callout::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #043E6B;
	opacity: 0.88;
	z-index: 1
}

.aside-callout--teal:before {
	background: #26ADA3
}

.aside-callout * {
	position: relative;
	z-index: 2;
	color: white
}

.aside-callout p.heading-2 {
	font-weight: 600;
	line-height: 1.5em
}

.aside-callout p:last-of-type {
	margin-bottom: 2.66667rem
}

@media screen and (min-width: 1020px) {
	.aside-callout {
			padding:2.66667rem
	}
}

.aside-map {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: #F2F2F2
}

.check {
	display: inline-block;
	position: relative;
	margin-bottom: .66667rem
}

.check:last-of-type {
	margin-bottom: 0
}

.check__control {
	position: absolute;
	opacity: 0;
	z-index: -1
}

.check__control:focus ~ .check__body::before {
	-webkit-box-shadow: 0 0 0 .16667rem rgba(38,173,163,0.5);
	box-shadow: 0 0 0 .16667rem rgba(38,173,163,0.5);
	border: .11111rem solid #26ADA3
}

.check__control:checked ~ .check__body::before {
	background-color: #26ADA3;
	border: .11111rem solid #26ADA3
}

.check__control:checked ~ .check__body::after {
	color: #fff
}

.check__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.check__body::before,.check__body::after {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.check__body::before {
	top: 0;
	left: 0;
	width: 1.66667rem;
	height: 1.66667rem;
	margin-right: 1.11111rem;
	border: .11111rem solid #C8C9CA;
	border-radius: .11111rem;
	-webkit-transition: background-color 300ms,-webkit-box-shadow 300ms;
	transition: background-color 300ms,-webkit-box-shadow 300ms;
	-o-transition: background-color 300ms,box-shadow 300ms;
	transition: background-color 300ms,box-shadow 300ms;
	transition: background-color 300ms,box-shadow 300ms,-webkit-box-shadow 300ms
}

.check__body::after {
	position: absolute;
	top: .83333rem;
	left: .83333rem;
	-webkit-transform: translate(-50%, -50%) translateY(-.11111rem) rotate(45deg);
	transform: translate(-50%, -50%) translateY(-.11111rem) rotate(45deg);
	width: .5rem;
	height: .77778rem;
	color: #fff;
	border-right: .13889rem solid;
	border-bottom: .13889rem solid;
	-webkit-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms
}

.check__text {
	font-size: .88889rem;
	-ms-flex-item-align: center;
	align-self: center;
	font-weight: 400
}

.check__text a {
	text-decoration: underline;
	font-weight: 600
}

.check__text a:hover {
	color: #26ADA3
}

.media figure {
	width: 100%;
	height: 0;
	padding-bottom: calc(100% / (16 / 9));
	position: relative;
	margin: 0
}

.media figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover'
}

.media--padding {
	padding: 1.77778rem 0
}

.media--dark {
	background: #0A5A83
}

.media--light {
	background: #26ADA3
}

@media screen and (min-width: 800px) {
	.media--padding {
			padding:5.33333rem 0
	}
}

.media-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.media-text figure {
	width: 100%;
	height: 0;
	padding-bottom: calc(100% / (4/ 3));
	position: relative;
	margin: 0 0 1.33333rem 0
}

.media-text figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.media-text .media-text__text {
	width: 100%
}

.media-text .media-text__text p:last-of-type {
	margin: 0
}

@media screen and (min-width: 800px) {
	.media-text {
			-webkit-box-orient:horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between
	}

	.media-text figure {
			width: calc(50% - 24px);
			padding-bottom: calc(50% / (4/ 3));
			margin: 0
	}

	.media-text .media-text__text {
			width: calc(50% - 24px)
	}

	.media-text--right figure {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2
	}

	.media-text--right .media-text__text {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
	}
}

@media screen and (min-width: 800px) {
	.text-text {
			-webkit-column-count:2;
			-moz-column-count: 2;
			column-count: 2;
			-webkit-column-gap: 2.66667rem;
			-moz-column-gap: 2.66667rem;
			column-gap: 2.66667rem
	}
}

.gallery {
	margin-top: 32px;
	margin-bottom: 20px
}

.gallery ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -.33333rem
}

.gallery ul li {
	width: 50%;
	margin: 0 0 12px 0;
	padding: 0 .33333rem
}

.gallery ul li figure {
	width: 100%;
	height: 0;
	padding-bottom: calc(100% / (16/9));
	position: relative;
	margin: 0
}

.gallery ul li figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

@media screen and (min-width: 800px) {
	.gallery ul li {
			width:25%
	}
}

.custom-list ul.image-list {
	margin: 0
}

.custom-list ul.image-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.custom-list ul.image-list li figure {
	width: 2.66667rem;
	height: 2.66667rem
}

.custom-list ul.image-list li figure img {
	border-radius: 0;
	width: 100%;
	height: auto
}

.custom-list ul.image-list li .image-list__text {
	margin-left: 1rem
}

.custom-list ul.image-list li .image-list__text h3 {
	font-size: 1rem;
	margin-bottom: 0.5em
}

@media screen and (min-width: 980px) {
	.custom-list ul.image-list li figure {
			width:3.55556rem;
			height: 3.55556rem
	}

	.custom-list ul.image-list li .image-list__text {
			margin-left: 1.33333rem
	}

	.custom-list ul.image-list li .image-list__text h3 {
			font-size: 1.33333rem
	}
}

@media screen and (min-width: 1020px) {
	.custom-list ul.image-list li {
			width:calc(50% - 24px)
	}
}

.back-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.back-link::after {
	content: '';
	position: absolute;
	background: #C8C9CA;
	width: calc(100% - 48px);
	height: 3px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}

.back-link a,.back-link button {
	display: inline-block;
	width: auto;
	position: relative;
	background: white;
	z-index: 2;
	padding-right: 1.33333rem;
	cursor: pointer
}

ul.search {
	padding-top: 2.66667rem;
	padding-bottom: 2.66667rem
}

ul.search>li {
	padding: 1.33333rem 0;
	border-bottom: 1px solid #C8C9CA
}

ul.search .a--heading {
	color: #121A1E;
	line-height: 1.5em;
	position: relative;
	display: block;
	padding-right: 2em
}

ul.search .a--heading:hover {
	color: #26ADA3
}

ul.search .a--heading::after {
	content: '';
	position: absolute;
	width: 1rem;
	height: .44444rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/svg/button-arrow-teal.svg);
	top: 50%;
	right: 0
}

ul.search .a--heading h3 {
	font-size: .88889rem
}

ul.search .border-button {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-top: auto;
	margin-bottom: 0.25em
}

ul.search .border-button::after {
	display: none
}

ul.search .border-button a {
	display: none
}

ul.search .search__page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

ul.search .search__page .a--heading {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

ul.search .search__page .a--heading h3 {
	margin-bottom: 0
}

ul.search .search__page p {
	display: none
}

ul.search .search__post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

ul.search .search__post figure {
	display: none
}

ul.search .search__post .search__info {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

ul.search .search__post .info {
	font-size: .77778rem
}

ul.search .search__post .info--date {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

ul.search .search__post .info--category {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

ul.search .search__post .a--heading {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

ul.search .search__service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

ul.search .search__service .search__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

ul.search .search__service figure {
	display: none
}

ul.search .search__service .a--heading {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

ul.search .search__partner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

ul.search .search__partner .a--heading {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

ul.search .search__partner .a--heading h3 {
	margin: 0
}

ul.search .search__partner .partner__contact {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

ul.search .search__partner .partner__contact li {
	padding: 0;
	font-size: .77778rem
}

ul.search .search__partner .partner__contact li:first-of-type {
	display: none
}

ul.search .search__partner .partner__contact svg.icon {
	fill: #0A5A83
}

ul.search .search__partner p {
	display: none
}

ul.search .search__partner .partner__services {
	display: none
}

ul.search .search__post--team .a--heading {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

ul.search .search__post--team .info {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

ul.search .search__post--team .info--position strong {
	display: block
}

ul.search .search__post--team .info--contact {
	display: none
}

@media screen and (min-width: 800px) {
	ul.search {
			padding-top:5.33333rem;
			padding-bottom: 5.33333rem
	}

	ul.search .a--heading {
			color: #0A5A83
	}

	ul.search .a--heading::after {
			display: none
	}

	ul.search .a--heading h3 {
			font-size: 1.33333rem
	}

	ul.search li {
			padding: 1.77778rem 0;
			border-bottom: none
	}

	ul.search .border-button {
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3
	}

	ul.search .border-button::after {
			display: block
	}

	ul.search .border-button a {
			display: block
	}

	ul.search .search__page .a--heading {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
	}

	ul.search .search__page .a--heading h3 {
			margin-bottom: 1em
	}

	ul.search .search__page p {
			display: block;
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2
	}

	ul.search .search__post figure {
			display: block;
			width: 25%;
			height: 0;
			padding-bottom: calc(25% / (4 / 3));
			position: relative;
			margin: 0
	}

	ul.search .search__post figure img {
			position: absolute;
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
			font-family: 'object-fit: cover;'
	}

	ul.search .search__post .search__info {
			width: 75%;
			padding-left: 1.33333rem
	}

	ul.search .search__post .info {
			font-size: .88889rem
	}

	ul.search .search__post .info--date {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
			font-weight: 600
	}

	ul.search .search__post .info--category {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
	}

	ul.search .search__post .a--heading {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2
	}

	ul.search .search__service figure {
			display: block;
			width: 5.33333rem;
			height: 5.33333rem;
			position: relative;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 auto;
			flex: 1 0 auto;
			margin: 0
	}

	ul.search .search__service figure img {
			position: absolute;
			width: 100%;
			height: 100%;
			border-radius: 100%;
			-o-object-fit: cover;
			object-fit: cover;
			font-family: 'object-fit: cover;'
	}

	ul.search .search__service .a--heading {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1;
			margin-bottom: 0
	}

	ul.search .search__service .search__info {
			padding-left: 1.33333rem;
			width: calc(100% - 96px);
			-webkit-box-flex: 0;
			-ms-flex: 0 0 1;
			flex: 0 0 1;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start
	}

	ul.search .search__service .border-button {
			margin-top: 0
	}

	ul.search .search__partner .partner__contact {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2;
			margin-bottom: 1.33333rem
	}

	ul.search .search__partner .partner__contact li {
			width: 33.333%
	}

	ul.search .search__partner .partner__contact li:first-of-type {
			display: block
	}

	ul.search .search__partner .partner__contact li:first-of-type mark {
			font-size: .66667rem;
			font-weight: 600;
			text-transform: none
	}

	ul.search .search__partner .partner__contact li a {
			font-size: .88889rem;
			font-weight: 600
	}

	ul.search .search__partner .partner__contact li a svg.icon {
			margin-right: 0.5em
	}

	ul.search .search__partner .a--heading {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
	}

	ul.search .search__partner .a--heading h3 {
			margin-bottom: 1em
	}

	ul.search .search__partner p {
			display: block;
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3
	}

	ul.search .search__partner ul.partner__services {
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin-bottom: 1.33333rem
	}

	ul.search .search__partner ul.partner__services li {
			padding: 0 1.33333rem 0 2rem;
			margin-bottom: .33333rem;
			width: 33.333%;
			font-size: 1rem
	}

	ul.search .search__partner ul.partner__services li:last-of-type {
			margin: 0
	}

	ul.search .search__partner ul.partner__services li::before {
			content: '';
			background-image: url("../img/svg/service.svg");
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			position: absolute;
			width: 1rem;
			height: 1rem;
			top: .22222rem;
			left: 0
	}

	ul.search .search__post--team .a--heading {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
	}

	ul.search .search__post--team .a--heading h3 {
			margin-bottom: .66667rem
	}

	ul.search .search__post--team .search__info {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			margin-top: 0
	}

	ul.search .search__post--team .info {
			font-size: 1rem;
			margin-bottom: 1rem
	}

	ul.search .search__post--team .info--position {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2
	}

	ul.search .search__post--team .info--position strong {
			display: inline
	}

	ul.search .search__post--team .info--contact {
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row
	}

	ul.search .search__post--team .info--contact a {
			width: 50%
	}
}

.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5.33333rem
}

.pagination ul li {
	font-size: 1rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.pagination ul li.pagination__arrow svg {
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease
}

.pagination ul li.pagination__arrow a {
	font-weight: 600
}

.pagination ul li.pagination__arrow a:hover {
	color: #26ADA3
}

.pagination ul li.pagination__arrow:first-of-type {
	padding-right: 2.66667rem
}

.pagination ul li.pagination__arrow:first-of-type svg {
	margin-right: 0.5rem
}

.pagination ul li.pagination__arrow:first-of-type a:hover svg {
	-webkit-transform: translateX(-0.5em);
	transform: translateX(-0.5em)
}

.pagination ul li.pagination__arrow:last-of-type {
	padding-left: 2.66667rem
}

.pagination ul li.pagination__arrow:last-of-type svg {
	margin-left: 0.5rem
}

.pagination ul li.pagination__arrow:last-of-type a:hover svg {
	-webkit-transform: translateX(0.5em);
	transform: translateX(0.5em)
}

.pagination ul li .pagination__page {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 2.66667rem
}

.pagination ul li span {
	display: none
}

.pagination ul li .pagination__page {
	display: none
}

@media screen and (min-width: 800px) {
	.pagination ul li .pagination__page {
			display:-webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			border-radius: .22222rem;
			width: 2.66667rem
	}

	.pagination ul li .pagination__page:hover,.pagination ul li .pagination__page.is-active {
			background: #F2F2F2
	}
}

.form--list-filter {
	display: none
}

.form--list-filter.mobile-filter {
	display: block;
	padding-right: 2.22222rem
}

.form--list-filter.mobile-filter .choices-list {
	background: red;
	z-index: 10
}

@media screen and (min-width: 800px) {
	.form--list-filter {
			display:block;
			padding: 2.66667rem 0 2.66667rem 0
	}

	.form--list-filter ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			margin-bottom: 1.33333rem
	}

	.form--list-filter ul li {
			width: 14.44444rem;
			margin: 0 1.33333rem 0 0
	}

	.form--list-filter button {
			margin-right: .33333rem
	}

	.form--list-filter button svg.icon {
			margin-left: .44444rem
	}
}

.partner-landing .list-filter-mobile {
	display: none
}

.list-filter-mobile {
	background: #043E6B;
	margin: 0 -1.33333rem 2.66667rem -1.33333rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: white;
	font-weight: 600;
	font-size: .88889rem;
	padding: 1rem 1.33333rem;
	position: relative
}

.list-filter-mobile svg.icon {
	width: 1rem;
	height: .72222rem
}

.list-filter-mobile .filter-count {
	position: absolute;
	top: .44444rem;
	right: .44444rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1.33333rem;
	height: 1.33333rem;
	background: #26ADA3;
	border-radius: 100%;
	font-size: .66667rem;
	padding-top: .16667rem
}

@media screen and (min-width: 800px) {
	.list-filter-mobile {
			display:none
	}
}

.mobile-menu {
	display: none
}

@media screen and (max-width: 969px) {
	.mobile-menu {
			background:#0A5A83;
			position: fixed;
			top: 3.77778rem;
			left: 0;
			width: 100%;
			height: calc(100% - 68px);
			display: none;
			z-index: 250;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			padding: 1.33333rem;
			overflow: auto
	}

	.mobile-menu::before {
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			border-left: .44444rem solid transparent;
			border-right: .44444rem solid transparent;
			border-bottom: .44444rem solid #0A5A83;
			top: -.44444rem;
			left: 1.33333rem
	}

	.mobile-menu.is-visible {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
	}

	.mobile-menu .mobile-menu__search {
			width: 100%;
			margin-bottom: 1.33333rem;
			position: relative;
			display: none
	}

	.mobile-menu .mobile-menu__search input {
			border: solid .11111rem rgba(255,255,255,0.12);
			color: white
	}

	.mobile-menu .mobile-menu__search input::-webkit-input-placeholder {
			color: white
	}

	.mobile-menu .mobile-menu__search input::-moz-placeholder {
			color: white
	}

	.mobile-menu .mobile-menu__search input::-ms-input-placeholder {
			color: white
	}

	.mobile-menu .mobile-menu__search input::placeholder {
			color: white
	}

	.mobile-menu .mobile-menu__search button {
			position: absolute;
			display: block;
			right: 1.33333rem
	}

	.mobile-menu .mobile-menu__search button svg.icon {
			fill: white
	}

	.mobile-menu .mobile-menu__search button:hover svg.icon,.mobile-menu .mobile-menu__search button:focus svg.icon {
			fill: #26ADA3
	}

	.mobile-menu .mobile-menu__search.is-visible {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
	}

	.mobile-menu nav {
			width: 100%;
			margin-bottom: 1.77778rem
	}

	.mobile-menu ul {
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			color: white;
			font-weight: 600
	}

	.mobile-menu ul li {
			width: 100%;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			margin-bottom: 1.11111rem
	}

	.mobile-menu ul li ul li {
			margin-bottom: .27778rem;
			margin-left: 1em
	}

	.mobile-menu ul li ul li:first-of-type {
			margin-top: .55556rem
	}

	.mobile-menu ul li ul li:last-of-type {
			margin-bottom: 0
	}

	.mobile-menu ul li:focus {
			color: #26ADA3
	}

	.mobile-menu ul li button {
			width: 25%;
			text-align: right
	}

	.mobile-menu ul li button svg.icon {
			-webkit-transition: -webkit-transform 0.3s ease;
			transition: -webkit-transform 0.3s ease;
			-o-transition: transform 0.3s ease;
			transition: transform 0.3s ease;
			transition: transform 0.3s ease, -webkit-transform 0.3s ease;
			pointer-events: none
	}

	.mobile-menu .nav--main-mobile {
			font-size: 1.33333rem;
			border-bottom: solid rgba(255,255,255,0.12) .05556rem
	}

	.mobile-menu .nav--main-mobile li.is-open svg.icon {
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg)
	}

	.mobile-menu .nav--main-mobile ul.nav__sub-list {
			-webkit-transition: opacity 0.3s ease, max-height 0.3s ease;
			-o-transition: opacity 0.3s ease, max-height 0.3s ease;
			transition: opacity 0.3s ease, max-height 0.3s ease;
			width: 100%;
			max-height: 0;
			opacity: 0;
			overflow: hidden;
			font-size: 1.11111rem;
			margin: 0
	}

	.mobile-menu .nav--main-mobile ul.nav__sub-list.is-active {
			max-height: 66.66667rem;
			opacity: 1
	}

	.mobile-menu .nav--top-mobile {
			font-size: .88889rem
	}
}

.mobile-search {
	display: none
}

@media screen and (max-width: 969px) {
	.mobile-search {
			background:#0A5A83;
			position: fixed;
			top: 3.77778rem;
			left: 0;
			width: 100%;
			height: 3.55556rem;
			display: none;
			z-index: 250;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			padding: 0 1.33333rem
	}

	.mobile-search::before {
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			border-left: .44444rem solid transparent;
			border-right: .44444rem solid transparent;
			border-bottom: .44444rem solid #0A5A83;
			top: -.44444rem;
			right: 1.33333rem
	}

	.mobile-search form {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%
	}

	.mobile-search form input {
			padding: 0;
			color: white
	}

	.mobile-search form input::-webkit-input-placeholder {
			color: white
	}

	.mobile-search form input::-moz-placeholder {
			color: white
	}

	.mobile-search form input::-ms-input-placeholder {
			color: white
	}

	.mobile-search form input::placeholder {
			color: white
	}

	.mobile-search.is-visible {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
	}
}

ul.mega-menu {
	display: none
}

@media screen and (min-width: 980px) {
	ul.mega-menu {
			left:0;
			-webkit-transition: top 0.3s ease;
			-o-transition: top 0.3s ease;
			transition: top 0.3s ease;
			position: absolute;
			display: block;
			background: #043E6B;
			padding: 2.66667rem;
			width: 100%;
			-webkit-column-count: 4;
			-moz-column-count: 4;
			column-count: 4;
			-webkit-column-gap: 24px;
			-moz-column-gap: 24px;
			column-gap: 24px;
			margin-bottom: 0
	}

	ul.mega-menu li {
			font-size: .77778rem;
			padding: 0 0 0 1.2rem;
			-webkit-column-break-inside: avoid;
			-moz-column-break-inside: avoid;
			break-inside: avoid
	}

	ul.mega-menu li a {
			color: white
	}

	ul.mega-menu li a:hover {
			color: #26ADA3
	}

	ul.mega-menu li::before {
			background-image: url("../img/svg/arrow-right-teal.svg");
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			width: .66667rem;
			height: .27778rem;
			top: calc(1em - 6px)
	}
}

.cookie-notice {
	display: none
}

.cookie-notice.is-visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	bottom: 1.33333rem;
	right: 1.33333rem;
	background: white;
	z-index: 500;
	padding: .88889rem;
	width: 19.44444rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 .16667rem .66667rem rgba(0,0,0,0.16);
	box-shadow: 0 .16667rem .66667rem rgba(0,0,0,0.16);
	border-radius: .66667rem;
	text-align: center
}

.cookie-notice .cookie-notice__dismiss {
	color: #26ADA3;
	font-weight: 600
}

.cookie-notice .cookie-notice__dismiss:hover {
	color: #0A5A83
}

.cookie-notice p {
	margin-bottom: 1rem;
	padding: 0 1.33333rem;
	width: 100%
}

.cookie-notice p a {
	font-weight: 400;
	border: none;
	text-decoration: underline;
	color: #121A1E
}

.cookie-notice .cookie-notice__exit {
	line-height: 0;
	margin-left: auto
}

.cookie-notice .cookie-notice__exit svg.icon {
	width: .66667rem;
	height: .66667rem
}

.error-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: calc(100vh - 63px);
	padding-top: 20vh
}

.error-block p {
	max-width: 22.22222rem;
	text-align: center
}

.accordion .accordion__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: .66667rem 0;
	color: #0A5A83;
	border-bottom: solid 2px #26ADA3
}

.accordion .accordion__button svg.icon {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	z-index: -1
}

.accordion .accordion__button:hover {
	color: #26ADA3
}

.accordion .accordion__button.is-open svg.icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.accordion .accordion__panel {
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease, height 0.3s ease;
	-o-transition: opacity 0.3s ease, height 0.3s ease;
	transition: opacity 0.3s ease, height 0.3s ease;
	overflow: hidden
}

.accordion .accordion__panel.is-visible {
	opacity: 1
}

.grecaptcha-badge {
	z-index: 5
}

.covid-banner {
	background-color: #9E2154;
	color: #fff;
	padding: 24px 0 .05556rem
}

@media screen and (max-width: 599px) {
	.covid-banner .flex-row {
			display:block
	}
}

.covid-banner p a {
	color: #fff;
	border-bottom-color: currentColor
}

.covid-banner .button--white {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 24px
}

.covid-banner .button--white:hover {
	background-color: #fff;
	border-color: #fff
}

@media screen and (min-width: 600px) {
	.covid-banner .button--white {
			margin-left:24px
	}
}

.grid-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.grid-list ul li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom: .05556rem solid #F2F2F2;
	height: auto;
	margin-bottom: 1.33333rem
}

.grid-list figure {
	width: 6.66667rem;
	height: 6.66667rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 1.33333rem 1.33333rem 1.33333rem 0;
	border-radius: 100%;
	overflow: hidden
}

.grid-list .grid-list__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	padding: .88889rem .88889rem .88889rem 0
}

.grid-list .grid-list__text h3 {
	margin-bottom: 0.5em;
	color: #043E6B
}

.grid-list .grid-list__text p {
	margin-bottom: 0
}

.grid-list.grid-list--greyscale img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

@media screen and (min-width: 800px) {
	.grid-list ul {
			-webkit-box-orient:horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap
	}

	.grid-list ul li {
			width: 50%
	}

	.grid-list figure {
			width: 8.88889rem;
			height: 8.88889rem
	}
}

.modal {
	background: rgba(0,0,0,0.88);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 500;
	overflow-y: scroll;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.modal.is-visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.modal__close {
	position: absolute;
	top: .55556rem;
	right: .88889rem
}

.modal__close:hover svg,.modal__close:focus svg {
	fill: #0A5A83
}

.modal form ul.form__list li {
	margin-bottom: 1rem
}

.modal__inner {
	position: relative;
	margin: 1.33333rem auto;
	background: white;
	max-width: 38.22222rem;
	padding: 1.33333rem 2.66667rem;
	-webkit-transform: translateY(98px);
	transform: translateY(98px);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.modal.fade {
	opacity: 1
}

.modal.fade .modal__inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background: white
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px
}

.adjacent {
	margin-bottom: 0
}

.first-child {
	margin-left: 0
}

.align-center {
	text-align: center
}

.clearfix::after {
	content: "";
	display: table;
	clear: both
}

.alpha,.beta,.gamma,.delta,.epsilon,.zeta {
	font-family: "century-gothic","Arial",sans-serif;
	font-weight: 700
}

.alpha {
	font-size: 1.33333rem;
	line-height: 1.2
}

@media screen and (min-width: 800px) {
	.alpha {
			font-size:2.66667rem;
			line-height: 1.2
	}
}

.beta {
	font-size: 1.11111rem;
	line-height: 1.2
}

@media screen and (min-width: 800px) {
	.beta {
			font-size:1.77778rem;
			line-height: 1.2
	}
}

.gamma {
	font-size: 1rem;
	line-height: 1.2
}

@media screen and (min-width: 800px) {
	.gamma {
			font-size:1.33333rem;
			line-height: 1.2
	}
}

.delta {
	font-size: 1rem;
	line-height: 1.2
}

.epsilon {
	font-size: .88889rem;
	line-height: 1.75
}

.zeta {
	font-size: .66667rem;
	line-height: 2.33333
}

@media screen and (max-width: 799px) {
	.hide-portable {
			display:none
	}
}

@media screen and (min-width: 800px) {
	.hide-desk {
			display:none
	}
}

[class~="auto"] {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto
}

.grid-flush>[class~="auto"] {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto
}

.grid-med>[class~="auto"] {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto
}

[class~="1/2"] {
	width: calc(50% - 1.11111rem)
}

.grid-flush>[class~="1/2"] {
	width: 50%
}

.grid-med>[class~="1/2"] {
	width: calc(50% - 3.11111rem)
}

@media screen and (min-width: 600px) {
	[class~="1/2-lap"] {
			width:calc(50% - 1.11111rem)
	}

	.grid-flush>[class~="1/2-lap"] {
			width: 50%
	}

	.grid-med>[class~="1/2-lap"] {
			width: calc(50% - 3.11111rem)
	}
}

@media screen and (min-width: 800px) {
	[class~="auto-desk"] {
			-webkit-box-flex:0;
			-ms-flex: 0 1 auto;
			flex: 0 1 auto;
			width: auto
	}

	.grid-flush>[class~="auto-desk"] {
			-webkit-box-flex: 0;
			-ms-flex: 0 1 auto;
			flex: 0 1 auto;
			width: auto
	}

	.grid-med>[class~="auto-desk"] {
			-webkit-box-flex: 0;
			-ms-flex: 0 1 auto;
			flex: 0 1 auto;
			width: auto
	}

	[class~="1/4-desk"] {
			width: calc(25% - 1.11111rem)
	}

	.grid-flush>[class~="1/4-desk"] {
			width: 25%
	}

	.grid-med>[class~="1/4-desk"] {
			width: calc(25% - 3.11111rem)
	}

	[class~="1/3-desk"] {
			width: calc(33.33333% - 1.11111rem)
	}

	.grid-flush>[class~="1/3-desk"] {
			width: 33.33333%
	}

	.grid-med>[class~="1/3-desk"] {
			width: calc(33.33333% - 3.11111rem)
	}

	[class~="1/2-desk"] {
			width: calc(50% - 1.11111rem)
	}

	.grid-flush>[class~="1/2-desk"] {
			width: 50%
	}

	.grid-med>[class~="1/2-desk"] {
			width: calc(50% - 3.11111rem)
	}

	[class~="2/3-desk"] {
			width: calc(66.66667% - 1.11111rem)
	}

	.grid-flush>[class~="2/3-desk"] {
			width: 66.66667%
	}

	.grid-med>[class~="2/3-desk"] {
			width: calc(66.66667% - 3.11111rem)
	}
}

@media screen and (min-width: 1020px) {
	[class~="1/3-wide"] {
			width:calc(33.33333% - 1.11111rem)
	}

	.grid-flush>[class~="1/3-wide"] {
			width: 33.33333%
	}

	.grid-med>[class~="1/3-wide"] {
			width: calc(33.33333% - 3.11111rem)
	}
}

@-webkit-keyframes reveal {
	0% {
			max-height: 0;
			opacity: 0
	}

	2% {
			max-height: 500px;
			opacity: 0
	}

	100% {
			max-height: 500px;
			opacity: 1
	}
}

@keyframes reveal {
	0% {
			max-height: 0;
			opacity: 0
	}

	2% {
			max-height: 500px;
			opacity: 0
	}

	100% {
			max-height: 500px;
			opacity: 1
	}
}

@-webkit-keyframes hide {
	0% {
			max-height: 500px;
			opacity: 1
	}

	98% {
			max-height: 500px;
			opacity: 0
	}

	100% {
			max-height: 0;
			opacity: 0
	}
}

@keyframes hide {
	0% {
			max-height: 500px;
			opacity: 1
	}

	98% {
			max-height: 500px;
			opacity: 0
	}

	100% {
			max-height: 0;
			opacity: 0
	}
}

.glider-contain {
	width: 100%;
	margin: 0 auto;
	position: relative
}

.glider {
	margin: 0 auto;
	position: relative;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow-x: hidden
}

.glider-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1
}

.glider.draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: -webkit-grab;
	cursor: grab
}

.glider.draggable .glider-slide img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.glider.drag {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.glider-slide {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 100%
}

.glider-slide img {
	max-width: 100%
}

.glider::-webkit-scrollbar {
	opacity: 0;
	height: 0
}

.glider-prev,.glider-next {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	outline: none;
	background: none;
	padding: 0;
	z-index: 2;
	font-size: 40px;
	text-decoration: none;
	left: -23px;
	border: 0;
	top: 30%;
	cursor: pointer;
	color: #666;
	opacity: 1;
	line-height: 1;
	-webkit-transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	-o-transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

.glider-prev:hover,.glider-next:hover,.glider-prev:focus,.glider-next:focus {
	color: #a89cc8
}

.glider-next {
	right: -23px;
	left: auto
}

.glider-next.disabled,.glider-prev.disabled {
	opacity: .25;
	color: #666;
	cursor: default
}

.glider-slide {
	min-width: 150px
}

.glider-hide {
	opacity: 0
}

.glider-dots {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0
}

.glider-dot {
	background: none;
	border: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	display: block;
	cursor: pointer;
	color: #ccc;
	border-radius: 999px;
	background: #ccc;
	width: 12px;
	height: 12px;
	margin: 7px
}

.glider-dot:hover,.glider-dot:focus,.glider-dot.active {
	background: #a89cc8
}

@media (max-width: 36em) {
	.glider::-webkit-scrollbar {
			opacity:1;
			-webkit-appearance: none;
			width: 7px;
			height: 3px
	}

	.glider::-webkit-scrollbar-thumb {
			opacity: 1;
			border-radius: 99px;
			background-color: rgba(156,156,156,0.25);
			-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.25);
			box-shadow: 0 0 1px rgba(255,255,255,0.25)
	}
}

.priority-nav {
	white-space: nowrap
}

.priority-nav>ul {
	display: inline-block
}

.priority-nav>ul>li {
	display: inline-block
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
	position: relative
}

.priority-nav__wrapper {
	position: relative
}

.priority-nav__dropdown {
	position: absolute;
	visibility: hidden
}

.priority-nav__dropdown.show {
	visibility: visible
}

.priority-nav__dropdown-toggle {
	visibility: hidden;
	position: absolute
}

.priority-nav-is-visible {
	visibility: visible
}

.priority-nav-is-hidden {
	visibility: hidden
}

.choices {
	position: relative;
	margin-bottom: 24px;
	font-size: 16px;
	z-index: 3
}

.choices:focus {
	outline: none
}

.choices:last-child {
	margin-bottom: 0
}

.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input {
	background-color: #eaeaea;
	cursor: not-allowed;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.choices.is-disabled .choices__item {
	cursor: not-allowed
}

.choices [hidden] {
	display: none !important
}

.choices[data-type*='select-one'] {
	cursor: pointer
}

.choices[data-type*='select-one'] .choices__inner {
	padding-bottom: 7.5px
}

.choices[data-type*='select-one'] .choices__input {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
	background-color: #ffffff;
	margin: 0
}

.choices[data-type*='select-one'] .choices__button {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
	padding: 0;
	background-size: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	margin-right: 25px;
	height: 20px;
	width: 20px;
	border-radius: 10em;
	opacity: 0.5
}

.choices[data-type*='select-one'] .choices__button:hover,.choices[data-type*='select-one'] .choices__button:focus {
	opacity: 1
}

.choices[data-type*='select-one'] .choices__button:focus {
	-webkit-box-shadow: 0px 0px 0px 2px #00bcd4;
	box-shadow: 0px 0px 0px 2px #00bcd4
}

.choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
	display: none
}

.choices[data-type*='select-one']:after {
	content: '';
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #333333 transparent transparent transparent;
	border-width: 5px;
	position: absolute;
	right: 11.5px;
	top: 50%;
	margin-top: -2.5px;
	pointer-events: none
}

.choices[data-type*='select-one'].is-open:after {
	border-color: transparent transparent #333333 transparent;
	margin-top: -7.5px
}

.choices[data-type*='select-one'][dir='rtl']:after {
	left: 11.5px;
	right: auto
}

.choices[data-type*='select-one'][dir='rtl'] .choices__button {
	right: auto;
	left: 0;
	margin-left: 25px;
	margin-right: 0
}

.choices[data-type*='select-multiple'] .choices__inner,.choices[data-type*='text'] .choices__inner {
	cursor: text
}

.choices[data-type*='select-multiple'] .choices__button,.choices[data-type*='text'] .choices__button {
	position: relative;
	display: inline-block;
	margin: 0 0 0 .33333rem;
	padding-left: 16px;
	background-image: url("../img/svg/cancel.svg");
	background-size: .66667rem;
	width: .66667rem;
	line-height: 1;
	opacity: 0.75;
	border-radius: 0
}

.choices[data-type*='select-multiple'] .choices__button:hover,.choices[data-type*='select-multiple'] .choices__button:focus,.choices[data-type*='text'] .choices__button:hover,.choices[data-type*='text'] .choices__button:focus {
	opacity: 1
}

.choices__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.is-focused .choices__inner,.is-open .choices__inner {
	border-color: #b7b7b7
}

.is-open .choices__inner {
	border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
	border-radius: 0 0 2.5px 2.5px
}

.choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none
}

.choices__list--single {
	display: inline-block;
	padding: 4px 16px 4px 4px;
	width: 100%
}

[dir='rtl'] .choices__list--single {
	padding-right: 4px;
	padding-left: 16px
}

.choices__list--single .choices__item {
	width: 100%
}

.choices__list--multiple {
	display: block;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.choices__list--multiple .choices__item {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	font-size: 12px;
	text-transform: none;
	border-radius: .22222rem;
	font-weight: 600;
	margin-right: .33333rem;
	margin-bottom: .33333rem;
	background-color: #26ADA3;
	color: #ffffff;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.choices__list--multiple .choices__item[data-deletable] {
	padding-right: 5px
}

[dir='rtl'] .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
	background-color: #26ADA3
}

.is-disabled .choices__list--multiple .choices__item {
	background-color: #aaaaaa;
	border: 1px solid #919191
}

.choices__list--dropdown {
	visibility: hidden;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	border: .05556rem solid #C8C9CA;
	top: 100%;
	margin-top: -1px;
	overflow: hidden;
	word-break: break-all;
	will-change: visibility
}

.choices__list--dropdown.is-active {
	visibility: visible
}

.is-open .choices__list--dropdown {
	border-color: #C8C9CA
}

.is-flipped .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px;
	border-radius: 0.25rem 0.25rem 0 0
}

.choices__list--dropdown .choices__list {
	position: relative;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position
}

.choices__list--dropdown .choices__item {
	position: relative;
	padding: 10px;
	font-size: 14px
}

[dir='rtl'] .choices__list--dropdown .choices__item {
	text-align: right
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #26ADA3;
	color: white
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
	opacity: 0.5
}

.choices__item {
	cursor: default
}

.choices__item--selectable {
	cursor: pointer
}

.choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 0.5
}

.choices__heading {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: gray
}

.choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

.choices__button:focus {
	outline: none
}

.choices__input {
	width: 100% !important;
	margin-bottom: 1.33333rem;
	background-image: url("../img/svg/chevron-down.svg");
	background-repeat: no-repeat, repeat;
	background-position: right 1.11111rem top 50%,0 0;
	background-size: 1em auto, 100%
}

.choices__input:focus {
	outline: 0
}

[dir='rtl'] .choices__input {
	padding-right: 2px;
	padding-left: 0
}

@font-face {
	font-family: 'lg';
	src: url("../fonts/lg.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

.lg-icon {
	font-family: 'lg';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,.lg-actions .lg-prev {
	background-color: rgba(0,0,0,0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080
}

.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5
}

.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover {
	color: #FFF
}

.lg-actions .lg-next {
	right: 20px
}

.lg-actions .lg-next:before {
	content: "\e095"
}

.lg-actions .lg-prev {
	left: 20px
}

.lg-actions .lg-prev:after {
	content: "\e094"
}

@-webkit-keyframes lg-right-end {
	0% {
			left: 0
	}

	50% {
			left: -30px
	}

	100% {
			left: 0
	}
}

@keyframes lg-right-end {
	0% {
			left: 0
	}

	50% {
			left: -30px
	}

	100% {
			left: 0
	}
}

@-webkit-keyframes lg-left-end {
	0% {
			left: 0
	}

	50% {
			left: 30px
	}

	100% {
			left: 0
	}
}

@keyframes lg-left-end {
	0% {
			left: 0
	}

	50% {
			left: 30px
	}

	100% {
			left: 0
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.45)
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear
}

.lg-toolbar .lg-icon:hover {
	color: #FFF
}

.lg-toolbar .lg-close:after {
	content: "\e070"
}

.lg-toolbar .lg-download:after {
	content: "\e0f2"
}

.lg-sub-html {
	background-color: rgba(0,0,0,0.45);
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle
}

.lg-toolbar,.lg-prev,.lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,color 0.2s linear;
	-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,color 0.2s linear,-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,color 0.2s linear,-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,color 0.2s linear,-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,opacity 250ms cubic-bezier(0, 0, 0.25, 1),-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0)
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
			-webkit-transition:border-color 0.25s ease;
			-o-transition: border-color 0.25s ease;
			transition: border-color 0.25s ease
	}
}

.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}

.lg-outer .lg-toggle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}

.lg-outer .lg-toggle-thumb:after {
	content: "\e1ff"
}

.lg-outer .lg-toggle-thumb:hover {
	color: #FFF
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}

.lg-autoplay-button:after {
	content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.15s !important;
	-webkit-transition: opacity 0.15s,-webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 0.15s,-webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.15s,-webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

#lg-zoom-in:after {
	content: "\e311"
}

#lg-actual-size {
	font-size: 20px
}

#lg-actual-size:after {
	content: "\e033"
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none
}

#lg-zoom-out:after {
	content: "\e312"
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px white inset;
	box-shadow: 0 0 0 2px white inset
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}

.lg-outer .lg-pager {
	background-color: rgba(255,255,255,0.5);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255,255,255,0.7) inset;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	-webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	transition: -webkit-box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
	width: 12px
}

.lg-outer .lg-pager:hover,.lg-outer .lg-pager:focus {
	-webkit-box-shadow: 0 0 0 8px white inset;
	box-shadow: 0 0 0 8px white inset
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}

.lg-fullscreen:after {
	content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0,0,0,0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	-o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0px
}

.lg-outer .lg-dropdown>li:hover a,.lg-outer .lg-dropdown>li:hover .lg-icon {
	color: #333
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0,0,0,0.07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto
}

.lg-outer #lg-share {
	position: relative
}

.lg-outer #lg-share:after {
	content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903"
}

.group {
	*zoom:1}

.group:before,.group:after {
	display: table;
	content: "";
	line-height: 0
}

.group:after {
	clear: both
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.lg-outer.lg-visible {
	opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}

.lg-outer .lg-item {
	background: url("../img/loading.gif") no-repeat scroll center center transparent;
	display: none !important
}

.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important
}

.lg-outer .lg-item,.lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}

.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.lg-outer .lg-item.lg-complete {
	background-image: none
}

.lg-outer .lg-item.lg-current {
	z-index: 1060
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}

.lg-outer .lg-empty-html {
	display: none
}

.lg-outer.lg-hide-download #lg-download {
	display: none
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s
}

.lg-backdrop.in {
	opacity: 1
}

.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
	opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s,-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s,-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s,-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s
}

/*# sourceMappingURL=style-cd7fa85c91.min.css.map */

.facilities .overlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: none;
	background-color: rgba(0,0,0,0.9);
	z-index: 5;
	color: white;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	padding: 2rem;
}

.facilities .full-page {
	width: 100vw;
	height: 100vh;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	overflow: auto;
}

.facilities .flex {
	display: flex;
	justify-content: space-between;
	padding-top: 8vh;
}

.facilities b {
	font-weight: 900;
}

.facilities .info {
	font-weight: 700;
	color: #414e61;
}

.facilities .info span {
	color: #8f983d;
}

.facilities .info div {
	opacity: 0;
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.facilities .info .heading-1 {
	line-height: 5vh;
	font-size: 3.8vw;
	font-weight: 900;
}

.facilities .info .heading-3 {
	line-height: 3vh;
	font-size: 1.4vw;
}

.facilities .max-width {
	max-width: 650px;
}

.facilities .label {
	position: absolute;
	text-align: center;
	max-width: 200px;
	color: #91973f;
	font-size: 0.9rem;
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.facilities .label:after {
	pointer-events:none;
}

.facilities .label .point {
	border-radius: 100%;
	background-color: #414e61;
	width: 15px;
	height: 15px;
	display: inline-block;
	box-shadow: 0 0 0 0 rgba(65, 78, 97, 0.7);
	cursor: pointer;
	animation: pulse 2s infinite;
	transition: outline 0.3s ease-in-out;
}

.facilities .label .point:hover {
	outline: 12px solid #414e61;
	z-index: 1;
}

.facilities .label .point::after {
	content: '';
	padding: 50px;
	position: absolute;
	left: -40px;
	top: -40px;
}

.facilities .label::after {
	content: '';
	height: 100px;
	width: 1px;
	background-color: #8c914f;
	position: absolute;
	transform: scaleY(0);
	animation-name: stretchY;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.facilities .label.line-down::after {
	margin-left: -8px;
}

.facilities .label.line-up::after {
	top: 16px;
}

.facilities .label::before {
	transform: scaleX(0);
	animation-name: stretchX;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.more-info-popup {
	padding: 2rem;
	position: fixed;
	left: 5vw;
	bottom: 8vh;
	background-color: #414e61;
	color: white;
	width: 100%;
	max-width: 900px;
	z-index: 1;
	font-size: 0.8rem;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	pointer-events: none;
	max-height: 800px;
	overflow: auto;
	transition: opacity 1s ease-in-out;
}

.more-info-popup .close {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 32px;
}

.more-info-popup p {
	font-size: 0.8rem;
}

.more-info-popup ul {
	margin-left: 1rem;
}

.more-info-popup ul li {
	list-style: square;
	padding: 0;
}

/* maintenance */
.facilities .label#label1 {
	top: 48.5%;
	left: 13.25%;
}
.facilities .label#label1::after {
	height: 7.5vh;
}
.facilities .label#label1 .point {
	margin-top: 7.5vh;
}

/* property */
.facilities .label#label2 {
	top: 44%;
	left: 34%;
}
.facilities .label#label2::after {
	height: 8vh;
}
.facilities .label#label2 .point {
	margin-top: 8vh;
}

/* catering */
.facilities .label#label3 {
	top: 75%;
	left: 67.5%;
}
.facilities .label#label3::after {
	height: 6vh;
	top: 1.4vh;
}
.facilities .label#label3 .point {
	margin-bottom: 6vh;
}

/* cleaning */
.facilities .label#label4 {
	top: 30%;
	left: 62.5%;
}
.facilities .label#label4::after {
	height: 25vh;
}
.facilities .label#label4 .point {
	margin-top: 25vh;
}

/* window cleaning */
.facilities .label#label5 {
	top: 32.5%;
	left: 72.5%;
}
.facilities .label#label5::after {
	height: 17.5vh;
}
.facilities .label#label5 .point {
	margin-top: 17.5vh;
}

/* 247 helpdesk */
.facilities .label#label6 {
	top: 42.5%;
	left: 82.5%;
}
.facilities .label#label6::after {
	height: 17.8vh;
	right: 3vw;
}
.facilities .label#label6 .point {
	margin-top: 17vh;
	margin-left:-20vh
}
.facilities .label#label6::before {
	content: '';
	height: 1px;
	width: 5vw;
	right: 3vw;
	background-color: #8c914f;
	position: absolute;
	top: 20.5vh;
}

/* environmental waste */
.facilities .label#label7 {
	top: 76.5%;
	left: 12.5%;
	max-width: 202px;
}
.facilities .label#label7::after {
	height: 5.5vh;
}
.facilities .label#label7 .point {
	margin-bottom: 6vh;
}

/* grounds */
.facilities .label#label8 {
	top: 75%;
	left: 36%;
}
.facilities .label#label8::after {
	height: 6vh;
}
.facilities .label#label8 .point {
	margin-bottom: 6vh;
}

/* statutory compliance */
.facilities .label#label9 {
	top: 66%;
	left: 41%;
}
.facilities .label#label9::after {
	height: 16vh;
	top: 1.4vh;
}
.facilities .label#label9 .point {
	margin-bottom: 16vh;
}

/* access and lifiting equipment */
.facilities .label#label10 {
	top: 75%;
	left: 55.5%;
}
.facilities .label#label10::after {
	height: 10vh;
	right: 13vw;
}
.facilities .label#label10 .point {
	margin-bottom: 7vh;
	margin-left:-15.75vw;
}
.facilities .label#label10::before {
	content: '';
	height: 1px;
	width: 3vw;
	right: 10vw;
	top: 11.5vh;
	background-color: #8c914f;
	position: absolute;
}

/* security */
.facilities .label#label11 {
	top: 70%;
	left: 26%;
}
.facilities .label#label11::after {
	height: 14vh;
}
.facilities .label#label11 .point {
	margin-bottom: 14vh;
}

/* smart metering */
.facilities .label#label12 {
	top: 74%;
	left: 77.5%;
}
.facilities .label#label12::after {
	height: 10vh;
}
.facilities .label#label12 .point {
	margin-bottom: 10vh;
}

.facilities .info div:nth-child(1) {
	animation-delay: 1s;
}
.facilities .info div:nth-child(2) {
	animation-delay: 2s;
}
.facilities .info div:nth-child(3) {
	animation-delay: 3s;
}
.facilities .info div:nth-child(4) {
	animation-delay: 4s;
}
.facilities .info div:nth-child(5) {
	animation-delay: 4s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

@keyframes stretchY {
  from {
    transform: scaleY(0);
  }
  
  to {
    transform: scaleY(1);
  }
}

@keyframes stretchX {
  from {
    transform: scaleX(0);
  }
  
  to {
    transform: scaleX(1);
  }
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@media screen and (orientation:portrait) {
	.facilities .overlay {
		display: flex;
	}
}


@media (max-width: 1399.98px) {
	.more-info-popup {
    left: 2rem;
    bottom: 2rem;
	}

	.facilities .label .label-title {
		display: none;
	}

	.facilities .label::before,
	.facilities .label::after {
		display: none;
	}

	.facilities .label#label1 {
		top: 54.5%;
		left: 17.25%;
	}

	.facilities .label#label2 {
		top: 52.5%;
	}

	.facilities .label#label7 {
		top: 80%;
		left: 17.5%;
	}

	.facilities .label#label10 {
		left: 61.5%;
	}
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
	.more-info-popup {
		max-width: none;
    left: 0;
    top: 0;
    bottom: auto;
		pointer-events: all;
		font-size: 1rem;
		height: 100vh;
	}

	.more-info-popup .close {
		display: block;
	}

	.more-info-popup p,
	.more-info-popup ul {
		font-size: 1rem;
	}

	.facilities .label .clickable {
		display: block;
	}
}

@media (max-width: 767.98px) {
	.facilities .info .heading-1 {
    margin-bottom: 10px;
	}
}


@media (max-width: 575.98px) {

}


/* Custom Norse Styles */

