@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent
}

	a:active,
	a:hover {
		outline: 0
	}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 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: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

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
}

	input[type=checkbox],
	input[type=radio] {
		box-sizing: border-box;
		padding: 0
	}

	input[type=number]::-webkit-inner-spin-button,
	input[type=number]::-webkit-outer-spin-button {
		height: auto
	}

	input[type=search] {
		-webkit-appearance: textfield;
		box-sizing: content-box
	}

		input[type=search]::-webkit-search-cancel-button,
		input[type=search]::-webkit-search-decoration {
			-webkit-appearance: none
		}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

* {
	box-sizing: border-box
}

:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

	a:focus,
	a:hover {
		color: #23527c;
		text-decoration: underline
	}

	a:focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px
	}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

	.container:after,
	.container:before {
		display: table;
		content: " "
	}

	.container:after {
		clear: both
	}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

	.container-fluid:after,
	.container-fluid:before {
		display: table;
		content: " "
	}

	.container-fluid:after {
		clear: both
	}

.row {
	margin-right: -15px;
	margin-left: -15px
}

	.row:after,
	.row:before {
		display: table;
		content: " "
	}

	.row:after {
		clear: both
	}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0
}

	.row-no-gutters [class*=col-] {
		padding-right: 0;
		padding-left: 0
	}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-1 {
		width: 8.33333%
	}

	.col-sm-2 {
		width: 16.66667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333%
	}

	.col-sm-5 {
		width: 41.66667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.33333%
	}

	.col-sm-8 {
		width: 66.66667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333%
	}

	.col-sm-11 {
		width: 91.66667%
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-pull-1 {
		right: 8.33333%
	}

	.col-sm-pull-2 {
		right: 16.66667%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-4 {
		right: 33.33333%
	}

	.col-sm-pull-5 {
		right: 41.66667%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-7 {
		right: 58.33333%
	}

	.col-sm-pull-8 {
		right: 66.66667%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-10 {
		right: 83.33333%
	}

	.col-sm-pull-11 {
		right: 91.66667%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-push-1 {
		left: 8.33333%
	}

	.col-sm-push-2 {
		left: 16.66667%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-4 {
		left: 33.33333%
	}

	.col-sm-push-5 {
		left: 41.66667%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-7 {
		left: 58.33333%
	}

	.col-sm-push-8 {
		left: 66.66667%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-10 {
		left: 83.33333%
	}

	.col-sm-push-11 {
		left: 91.66667%
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-1 {
		width: 8.33333%
	}

	.col-md-2 {
		width: 16.66667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.33333%
	}

	.col-md-5 {
		width: 41.66667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.33333%
	}

	.col-md-8 {
		width: 66.66667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.33333%
	}

	.col-md-11 {
		width: 91.66667%
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-pull-1 {
		right: 8.33333%
	}

	.col-md-pull-2 {
		right: 16.66667%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-4 {
		right: 33.33333%
	}

	.col-md-pull-5 {
		right: 41.66667%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-7 {
		right: 58.33333%
	}

	.col-md-pull-8 {
		right: 66.66667%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-10 {
		right: 83.33333%
	}

	.col-md-pull-11 {
		right: 91.66667%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-push-1 {
		left: 8.33333%
	}

	.col-md-push-2 {
		left: 16.66667%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-4 {
		left: 33.33333%
	}

	.col-md-push-5 {
		left: 41.66667%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-7 {
		left: 58.33333%
	}

	.col-md-push-8 {
		left: 66.66667%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-10 {
		left: 83.33333%
	}

	.col-md-push-11 {
		left: 91.66667%
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-offset-0 {
		margin-left: 0
	}

	.col-md-offset-1 {
		margin-left: 8.33333%
	}

	.col-md-offset-2 {
		margin-left: 16.66667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-4 {
		margin-left: 33.33333%
	}

	.col-md-offset-5 {
		margin-left: 41.66667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.33333%
	}

	.col-md-offset-8 {
		margin-left: 66.66667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.33333%
	}

	.col-md-offset-11 {
		margin-left: 91.66667%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-1 {
		width: 8.33333%
	}

	.col-lg-2 {
		width: 16.66667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333%
	}

	.col-lg-5 {
		width: 41.66667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.33333%
	}

	.col-lg-8 {
		width: 66.66667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333%
	}

	.col-lg-11 {
		width: 91.66667%
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-pull-1 {
		right: 8.33333%
	}

	.col-lg-pull-2 {
		right: 16.66667%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-4 {
		right: 33.33333%
	}

	.col-lg-pull-5 {
		right: 41.66667%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-7 {
		right: 58.33333%
	}

	.col-lg-pull-8 {
		right: 66.66667%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-10 {
		right: 83.33333%
	}

	.col-lg-pull-11 {
		right: 91.66667%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-push-1 {
		left: 8.33333%
	}

	.col-lg-push-2 {
		left: 16.66667%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-4 {
		left: 33.33333%
	}

	.col-lg-push-5 {
		left: 41.66667%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-7 {
		left: 58.33333%
	}

	.col-lg-push-8 {
		left: 66.66667%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-10 {
		left: 83.33333%
	}

	.col-lg-push-11 {
		left: 91.66667%
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}
}

@font-face {
	font-family: "EMprint Regular";
	src: url(../fonts/EMprint-Regular.eot);
	src: url(../fonts/EMprint-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/EMprint-Regular.woff2) format("woff2"), url(../fonts/EMprint-Regular.woff) format("woff"), url(../fonts/EMprint-Regular.ttf) format("truetype"), url(../fonts/EMprint-Regular.svg#web) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "EMprint Light";
	src: url(../fonts/EMprint-Light.eot);
	src: url(../fonts/EMprint-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/EMprint-Light.woff2) format("woff2"), url(../fonts/EMprint-Light.woff) format("woff"), url(../fonts/EMprint-Light.ttf) format("truetype"), url(../fonts/EMprint-Light.svg#web) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'EMprint Regular Italic';
	src: url(../fonts/EMprint-RegularItalic.eot);
	src: url(../fonts/EMprint-RegularItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/EMprint-RegularItalic.woff2) format("woff2"), url(../fonts/EMprint-RegularItalic.woff) format("woff"), url(../fonts/EMprint-RegularItalic.ttf) format("truetype"), url(../fonts/EMprint-RegularItalic.svg#web) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "EMprint Semibold";
	src: url(../fonts/EMprint-Semibold.eot);
	src: url(../fonts/EMprint-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/EMprint-Semibold.woff2) format("woff2"), url(../fonts/EMprint-Semibold.woff) format("woff"), url(../fonts/EMprint-Semibold.ttf) format("truetype"), url(../fonts/EMprint-Semibold.svg#web) format("svg");
	font-weight: 400;
	font-style: normal
}

body {
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #333
}

.page-header {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 20px;
	font-family: 'EMprint Light', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 32px;
	color: #333
}

	.page-header .page-sub-header {
		padding-left: 20px;
		font-family: 'EMprint Light', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 26px;
		color: #333
	}

.section-header {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 20px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 28px;
	color: #333
}

.section-sub-header {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 20px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #333
}

.page-title {
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 50px;
	color: #999
}

@media only screen and (max-width:991px) {
	.page-title {
		font-size: 47px
	}
}

@media only screen and (max-width:767px) {
	.page-title {
		font-size: 32px
	}
}

.hero-eyebrow {
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 14px;
	color: grey
}

.hero-title {
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 40px;
	color: #3d3d3d
}

@media only screen and (max-width:767px) {
	.hero-title {
		font-size: 36px
	}
}

.hero-description {
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 19px;
	color: grey
}

.blog-title {
	font-family: 'EMprint Light', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 40px;
	color: #3d3d3d
}

.topic-tag {
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 26px;
	color: #999
}

@media only screen and (max-width:767px) {
	.topic-tag {
		font-size: 21px
	}
}

.featured-topic {
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 14px;
	color: #3d3d3d
}

.topic-description {
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 36px;
	color: #3d3d3d
}

@media only screen and (max-width:767px) {
	.topic-description {
		font-size: 18px
	}
}

.topic-link {
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: grey
}

.section {
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 17px;
	color: #3d3d3d
}

.news-date {
	font-family: 'EMprint Regular Italic', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #959595
}

.article-body {
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 17px;
	color: grey
}

.page-link {
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 17px;
	color: #039
}

body {
	background: #e0e0e0
}

.container-fluid {
	background-color: #fff;
	max-width: 1400px;
	padding: 0
}

.mobile-sidebar-nav {
	position: fixed;
	min-width: 80%;
	right: 0;
	top: -9999px
}

@media only screen and (max-width:1199px) {
	.mobile-sidebar-nav.active {
		top: 0
	}

	.site-content {
		transition: all .3s;
		right: 0
	}

		.site-content.sidebar-active {
			position: fixed;
			right: 80%
		}
}

.site-content {
	position: absolute;
	max-width: inherit;
	width: 100%;
	background-color: inherit;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .3);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.page-content {
	position: relative;
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	align-content: flex-start;
	padding: 0 15px;
	overflow: hidden
}

.content-container {
	flex: 1 1 400px;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	max-width: 100%
}

img {
	max-width: 100%
}

.w-33 {
	width: 33.333% !important
}

@media only screen and (max-width:991px) {

	.w-25,
	.w-33,
	.w-50 {
		min-width: 50% !important
	}
}

@media only screen and (max-width:767px) {

	.w-25,
	.w-33,
	.w-50 {
		min-width: 100% !important
	}
}

@media only screen and (max-width:991px) {
	.w-75 {
		min-width: 100% !important
	}
}

.row::after,
.row::before {
	content: none
}

a:focus,
a:hover {
	outline: 0;
	box-shadow: none;
	text-decoration: none
}

dl,
ol,
ul {
	margin: 0;
	padding: 0 0 0 15px
}

input::-ms-clear {
	display: none
}

.no-wrap {
	white-space: nowrap
}

.community-support-form .validation-field .field-validation-error {
	margin: 5px 0
}

.community-support-form .umbraco-forms-container .checkbox .umbraco-forms-field-wrapper,
.community-support-form .umbraco-forms-container .checkbox .umbraco-forms-label {
	display: inline-block
}

.community-support-form .umbraco-forms-container .checkbox .umbraco-forms-field-wrapper {
	margin-left: 10px
}

.community-support-form .umbraco-forms-navigation input[type=submit] {
	padding: 10px 20px;
	font-size: 1em
}

.form-horizontal,
.survey-form {
	margin-top: 20px
}

	.form-horizontal .umbraco-forms-fieldset,
	.survey-form .umbraco-forms-fieldset {
		border: none;
		padding: 0;
		margin: 0
	}

		.form-horizontal .umbraco-forms-fieldset .form-control,
		.survey-form .umbraco-forms-fieldset .form-control {
			border: none;
			border-radius: 0
		}

		.form-horizontal .umbraco-forms-fieldset input[type=text].form-control,
		.form-horizontal .umbraco-forms-fieldset select.form-control,
		.form-horizontal .umbraco-forms-fieldset textarea,
		.survey-form .umbraco-forms-fieldset input[type=text].form-control,
		.survey-form .umbraco-forms-fieldset select.form-control,
		.survey-form .umbraco-forms-fieldset textarea {
			background-color: #e9e9e9;
			border: none;
			border-radius: 0;
			height: 50px;
			padding-left: 10px;
			padding-right: 10px;
			font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 14px;
			color: #7b7b7b
		}

		.form-horizontal .umbraco-forms-fieldset textarea,
		.survey-form .umbraco-forms-fieldset textarea {
			border: 1px solid #000;
			height: 150px;
			padding-top: 10px;
			resize: none;
			width: 50%
		}

@media only screen and (max-width:991px) {

	.form-horizontal .umbraco-forms-fieldset textarea,
	.survey-form .umbraco-forms-fieldset textarea {
		width: 100%
	}
}

.form-horizontal .umbraco-forms-fieldset textarea:focus,
.survey-form .umbraco-forms-fieldset textarea:focus {
	outline: 0
}

.form-horizontal .umbraco-forms-fieldset select:focus::-ms-value,
.survey-form .umbraco-forms-fieldset select:focus::-ms-value {
	color: #7b7b7b;
	background-color: #e9e9e9
}

.form-horizontal .umbraco-forms-fieldset .form-group,
.survey-form .umbraco-forms-fieldset .form-group {
	flex-basis: 0
}

.umbraco-forms-hidden {
	display: none !important;
}

@media only screen and (max-width:991px) {

	.form-horizontal .umbraco-forms-fieldset .form-group,
	.survey-form .umbraco-forms-fieldset .form-group {
		flex-basis: unset
	}
}

.form-horizontal .umbraco-forms-fieldset .field-validation-error,
.form-horizontal .umbraco-forms-fieldset .field-validation-valid,
.survey-form .umbraco-forms-fieldset .field-validation-error,
.survey-form .umbraco-forms-fieldset .field-validation-valid {
	color: #ee2020;
	display: block;
	min-height: 20px;
	padding: 10px 0
}

.form-horizontal .umbraco-forms-fieldset .umbraco-forms-indicator,
.survey-form .umbraco-forms-fieldset .umbraco-forms-indicator {
	color: #ee2020
}

.form-horizontal .umbraco-forms-fieldset .umbraco-forms-label,
.survey-form .umbraco-forms-fieldset .umbraco-forms-label {
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 18px;
	color: #000
}

.form-horizontal .umbraco-forms-fieldset .umbraco-forms-tooltip,
.survey-form .umbraco-forms-fieldset .umbraco-forms-tooltip {
	color: #3c89e5;
	display: block;
	font-size: 14px;
	padding-bottom: 10px
}

.form-horizontal .umbraco-forms-fieldset .checkboxlist label,
.form-horizontal .umbraco-forms-fieldset .radiobuttonlist label,
.survey-form .umbraco-forms-fieldset .checkboxlist label,
.survey-form .umbraco-forms-fieldset .radiobuttonlist label {
	display: unset;
	padding-left: 10px
}

.form-horizontal .umbraco-forms-navigation .btn-primary,
.form-horizontal .umbraco-forms-navigation .btn.primary,
.survey-form .umbraco-forms-navigation .btn-primary,
.survey-form .umbraco-forms-navigation .btn.primary {
	border-radius: 0;
	background-color: #0c479d;
	min-width: 90px;
	height: 35px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #fff
}

	.form-horizontal .umbraco-forms-navigation .btn-primary:focus,
	.form-horizontal .umbraco-forms-navigation .btn.primary:focus,
	.survey-form .umbraco-forms-navigation .btn-primary:focus,
	.survey-form .umbraco-forms-navigation .btn.primary:focus {
		outline: 0;
		box-shadow: none
	}

.form-horizontal .ts-cs,
.survey-form .ts-cs {
	display: inline;
	margin-left: 15px
}

@media only screen and (max-width:991px) {

	.form-horizontal .ts-cs,
	.survey-form .ts-cs {
		display: block;
		margin-top: 15px;
		margin-left: 0
	}
}

.feedback-container {
	background-color: #f7f7f7;
	width: calc(100% + 30px);
	padding: 0 30px;
	margin: 0 -15px 0
}

	.feedback-container .feedback-banner .main-question {
		display: inline-block;
		padding: 15px 0;
		margin: 0 30px 0 0;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 16px;
		color: #333
	}

@media only screen and (max-width:767px) {
	.feedback-container .feedback-banner .main-question {
		width: 100%
	}
}

.feedback-container .feedback-banner .main-buttons-area {
	display: inline-block
}

@media only screen and (max-width:767px) {
	.feedback-container .feedback-banner .main-buttons-area {
		margin-bottom: 30px
	}
}

.feedback-container .feedback-banner .main-buttons-area button[type=button] {
	border: none;
	background-color: #0c479d;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #fff;
	width: 90px;
	height: 35px;
	padding-right: 0 30px
}

	.feedback-container .feedback-banner .main-buttons-area button[type=button].yes-button {
		margin-right: 15px
	}

	.feedback-container .feedback-banner .main-buttons-area button[type=button]:focus {
		outline: 0;
		box-shadow: none
	}

.feedback-container .feedback-banner .main-response {
	display: inline-block;
	padding: 15px 0;
	margin: 0;
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #333
}

.feedback-container .feedback-form-area {
	position: relative;
	margin-bottom: 50px
}

	.feedback-container .feedback-form-area .survey__container .umbraco-forms-page {
		position: relative
	}

		.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-fieldset {
			border: none;
			padding: 0;
			margin: 0
		}

			.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container {
				display: flex;
				flex-wrap: wrap;
				float: none;
				width: auto;
				max-width: none;
				padding: 0;
				margin-left: -15px;
				margin-right: -15px
			}

				.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field {
					flex-basis: 0;
					flex-grow: 1;
					max-width: 100%;
					position: relative;
					width: 100%;
					min-height: 1px;
					padding-right: 15px;
					padding-left: 15px;
					margin-bottom: 50px
				}

					.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-label {
						margin-bottom: 10px
					}

@media only screen and (max-width:767px) {
	.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field {
		flex-basis: auto
	}
}

.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice .umbraco-forms-field-wrapper .radiobuttonlist input[type=radio] {
	width: 25px;
	height: 25px;
	margin-bottom: 20px
}

.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice .umbraco-forms-field-wrapper .radiobuttonlist label {
	vertical-align: super;
	margin-left: 14px;
	margin-bottom: 0
}

.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.longanswer .umbraco-forms-field-wrapper textarea {
	border: 1px solid #ced4da;
	width: 100%;
	height: 153px
}

	.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.longanswer .umbraco-forms-field-wrapper textarea:focus {
		outline: 0;
		box-shadow: none
	}

.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.url {
	flex-grow: 0;
	padding: 0;
	margin: 0
}

.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-navigation {
	position: absolute;
	display: inline-block;
	right: 0;
	bottom: 0
}

@media only screen and (max-width:767px) {
	.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-navigation {
		right: auto;
		left: 110px
	}
}

.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-navigation .col-md-12 {
	padding: 0
}

.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-navigation input.btn.primary {
	border-radius: 0;
	background-color: #0c479d;
	width: 90px;
	height: 35px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #fff
}

	.feedback-container .feedback-form-area .survey__container .umbraco-forms-page .umbraco-forms-navigation input.btn.primary:focus {
		outline: 0;
		box-shadow: none
	}

.feedback-container .feedback-form-area .cancel-button {
	position: absolute;
	bottom: 0;
	right: 110px;
	border: none;
	background-color: #575757;
	width: 90px;
	height: 35px;
	z-index: 1;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #fff
}

@media only screen and (max-width:767px) {
	.feedback-container .feedback-form-area .cancel-button {
		right: auto;
		left: 0
	}
}

.feedback-container .feedback-form-area .cancel-button:focus {
	outline: 0;
	box-shadow: none
}

.contact-form-container {
	background-color: #f7f7f7;
	width: calc(100% + 30px);
	padding: 40px 30px;
	margin: 0 -15px 240px
}

	.contact-form-container .contact-us-form {
		max-width: 670px;
		margin: 0 auto
	}

		.contact-form-container .contact-us-form .page-header {
			padding: 0;
			margin-bottom: 30px
		}

		.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-fieldset {
			border: none;
			padding: 0;
			margin: 0
		}

			.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container {
				padding: 0
			}

				.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.titleanddescription h2 {
					font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
					font-size: 16px;
					color: #333
				}

				.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.titleanddescription p {
					text-align: right
				}

				.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field {
					margin-bottom: 20px
				}

					.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=text],
					.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea {
						border: 1px solid #ced4da;
						width: 100%
					}

						.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=text]:focus,
						.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea:focus {
							outline: 0;
							box-shadow: none
						}

					.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea {
						height: 150px
					}

					.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error {
						color: #ee2020
					}

@media only screen and (max-width:767px) {
	.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-navigation {
		right: auto;
		left: 110px
	}
}

.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-navigation .col-md-12 {
	text-align: right;
	padding: 0
}

.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-navigation input.btn.primary {
	border-radius: 0;
	background-color: #0c479d;
	width: 90px;
	height: 35px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #fff
}

	.contact-form-container .contact-us-form .umbraco-forms-page .umbraco-forms-navigation input.btn.primary:focus {
		outline: 0;
		box-shadow: none
	}

.memberregister .umbraco-forms-container,
.memberregisteres .umbraco-forms-container,
.memberregisterfr .umbraco-forms-container {
	flex-wrap: wrap;
	margin-bottom: 30px
}

.memberregister .form-horizontal .umbraco-forms-fieldset .form-group,
.memberregisteres .form-horizontal .umbraco-forms-fieldset .form-group,
.memberregisterfr .form-horizontal .umbraco-forms-fieldset .form-group {
	flex-basis: 50%
}

@media only screen and (max-width:767px) {

	.memberregister .form-horizontal .umbraco-forms-fieldset .form-group,
	.memberregisteres .form-horizontal .umbraco-forms-fieldset .form-group,
	.memberregisterfr .form-horizontal .umbraco-forms-fieldset .form-group {
		flex-basis: 100%
	}
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {

	.memberregister .form-horizontal .umbraco-forms-fieldset .form-group,
	.memberregisteres .form-horizontal .umbraco-forms-fieldset .form-group,
	.memberregisterfr .form-horizontal .umbraco-forms-fieldset .form-group {
		flex-basis: 48%
	}
}

.memberregister .form-horizontal .umbraco-forms-fieldset .email,
.memberregisteres .form-horizontal .umbraco-forms-fieldset .email,
.memberregisterfr .form-horizontal .umbraco-forms-fieldset .email {
	flex-basis: 100%
}

.memberregister .form-horizontal .umbraco-forms-fieldset .optin,
.memberregisteres .form-horizontal .umbraco-forms-fieldset .optin,
.memberregisterfr .form-horizontal .umbraco-forms-fieldset .optin {
	margin-top: 20px
}

	.memberregister .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper,
	.memberregisteres .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper,
	.memberregisterfr .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper {
		display: flex;
		flex: 1 0 100%
	}

		.memberregister .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper input[type=checkbox],
		.memberregisteres .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper input[type=checkbox],
		.memberregisterfr .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper input[type=checkbox] {
			flex: 1 0 0;
			display: flex;
			width: 20px;
			height: 30px;
			margin-right: 5px;
		}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {

	.memberregister .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper input[type=checkbox],
	.memberregisteres .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper input[type=checkbox],
	.memberregisterfr .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper input[type=checkbox] {
		width: 20px
	}
}

.memberregister .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper .help-block,
.memberregisteres .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper .help-block,
.memberregisterfr .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper .help-block {
	flex: 1 0 90%;
	display: flex
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {

	.memberregister .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper .help-block,
	.memberregisteres .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper .help-block,
	.memberregisterfr .form-horizontal .umbraco-forms-fieldset .optin .umbraco-forms-field-wrapper .help-block {
		padding: 17px 0 0 12px
	}
}

.mb-sidebar {
	position: absolute;
	background-color: #ebebeb;
	width: 100%;
	min-height: 100vh;
	z-index: 1;
	height: 100%;
	overflow-y: scroll;
	transition: left .35s ease
}

	.mb-sidebar .mb-menu {
		background-color: #fff;
		width: 100%;
		margin-left: 0
	}

		.mb-sidebar .mb-menu .nav-item {
			padding: 0 15px
		}

			.mb-sidebar .mb-menu .nav-item .nav-link {
				position: relative;
				padding: 30px 20px 30px 0;
				font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
				font-size: 14px;
				color: #454545
			}

				.mb-sidebar .mb-menu .nav-item .nav-link.mb-logo {
					width: 100%
				}

					.mb-sidebar .mb-menu .nav-item .nav-link.mb-logo img {
						height: 40px
					}

@media (min-width:800px) {
	.mb-sidebar .mb-menu .nav-item .nav-link.mb-logo img {
		height: 30px
	}
}

.mb-sidebar .mb-menu .nav-item:not(:last-of-type) .nav-link {
	border-bottom: 1px solid #d6d6d6
}

.mb-sidebar .mb-menu .nav-item .nav-link:not(.mb-logo)::after {
	position: absolute;
	border: 2px solid gray;
	border-left: transparent;
	border-top: transparent;
	height: 15px;
	width: 15px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 4px;
	top: calc(50% - 7.5px);
	content: ""
}

.mb-sidebar.level-one {
	left: 0
}

	.mb-sidebar.level-one .mb-global-nav {
		padding: 20px 0 120px;
		margin-left: 0
	}

		.mb-sidebar.level-one .mb-global-nav .nav-item {
			padding: 0 15px
		}

			.mb-sidebar.level-one .mb-global-nav .nav-item .nav-link {
				padding: 20px 0;
				font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
				font-size: 13px;
				color: #454545
			}

			.mb-sidebar.level-one .mb-global-nav .nav-item .dropdown-menu {
				position: relative !important;
				border-radius: 0;
				transform: translate3d(-2px, -10px, 0) !important;
				width: 100%;
				margin-bottom: 20px
			}

				.mb-sidebar.level-one .mb-global-nav .nav-item .dropdown-menu .dropdown-item {
					padding: 10px 20px;
					font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
					font-size: 13px;
					color: #454545
				}

.mb-sidebar.level-three,
.mb-sidebar.level-two {
	left: 100%;
	z-index: 2
}

	.mb-sidebar.level-three .mb-menu .nav-item.level-three-return,
	.mb-sidebar.level-three .mb-menu .nav-item.level-two-return,
	.mb-sidebar.level-two .mb-menu .nav-item.level-three-return,
	.mb-sidebar.level-two .mb-menu .nav-item.level-two-return {
		background-color: #f3f3f3
	}

		.mb-sidebar.level-three .mb-menu .nav-item.level-three-return .nav-link.sidebar-title,
		.mb-sidebar.level-three .mb-menu .nav-item.level-two-return .nav-link.sidebar-title,
		.mb-sidebar.level-two .mb-menu .nav-item.level-three-return .nav-link.sidebar-title,
		.mb-sidebar.level-two .mb-menu .nav-item.level-two-return .nav-link.sidebar-title {
			border: none;
			padding-left: 80px
		}

		.mb-sidebar.level-three .mb-menu .nav-item.level-three-return .sidebar-title::after,
		.mb-sidebar.level-three .mb-menu .nav-item.level-two-return .sidebar-title::after,
		.mb-sidebar.level-two .mb-menu .nav-item.level-three-return .sidebar-title::after,
		.mb-sidebar.level-two .mb-menu .nav-item.level-two-return .sidebar-title::after {
			transform: rotate(135deg);
			-ms-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			left: 13px
		}

		.mb-sidebar.level-three .mb-menu .nav-item.level-three-return::before,
		.mb-sidebar.level-three .mb-menu .nav-item.level-two-return::before,
		.mb-sidebar.level-two .mb-menu .nav-item.level-three-return::before,
		.mb-sidebar.level-two .mb-menu .nav-item.level-two-return::before {
			content: "";
			display: block;
			height: 80px;
			left: 0;
			background: #eaeaea;
			background: linear-gradient(to bottom, #eaeaea, #f3f3f3);
			position: absolute;
			width: 80px;
			top: 0;
			cursor: pointer
		}

	.mb-sidebar.level-three.active,
	.mb-sidebar.level-two.active {
		left: 0
	}

.mb-sidebar.level-three {
	z-index: 3
}

	.mb-sidebar.level-three .nav-link:not(.sidebar-title)::after {
		content: none !important
	}

.mb-sidebar.parent {
	left: -70px !important
}

.navbar-collapse,
.navbar-nav,
.navbar-toggler {
	height: inherit
}

.global-nav {
	height: 50px;
	background-color: #f7f7f7;
	padding: 0;
	z-index: 12
}

	.global-nav .brand-logo {
		height: 38px;
		margin-left: 10px;
		background: none no-repeat center center/contain
	}

		.global-nav .brand-logo:first-of-type {
			margin-left: 30px
		}

	.global-nav .brand-logo--exxon-tm + .brand-logo--mobil-tm {
		height: 20px !important;
		width: 71px;
		margin-bottom: 10px;
		margin-left: 15px
	}

	.global-nav .brand-logo--exxon-tm {
		height: 30px !important;
		width: 75px
	}

	.global-nav .brand-logo--esso-mc,
	.global-nav .brand-logo--esso-tm {
		height: 38px !important;
		width: 56px
	}

	.global-nav .brand-logo--mobil-mc,
	.global-nav .brand-logo--mobil-tm {
		height: 17px !important;
		width: 61px
	}

	.global-nav .global-menu .nav-item {
		padding: 0
	}

		.global-nav .global-menu .nav-item .nav-link {
			position: relative;
			height: 100%;
			line-height: 40px;
			padding: 0 20px;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 13px;
			color: #454545
		}

@media only screen and (max-width:800px) {
	.global-nav .global-menu .nav-item .nav-link {
		text-transform: capitalize
	}
}

.global-nav .global-menu .nav-item:first-of-type .nav-link {
	padding-left: 30px
}

.global-nav .global-menu .nav-item:not(:first-of-type) .nav-link::before {
	content: '\2022';
	position: absolute;
	top: 1px;
	left: -2px;
	color: #d6d6d6;
	font-family: serif;
	font-size: 15px
}

@media screen and (-ms-high-contrast:active), screen and (-ms-high-contrast:none) {
	.global-nav .global-menu .nav-item:not(:first-of-type) .nav-link::before {
		top: 47%;
		transform: translateY(-53%)
	}
}

.global-nav .global-menu:hover .nav-link::before {
	display: none
}

.global-nav .user-options .nav-item {
	position: relative;
	padding: 0
}

	.global-nav .user-options .nav-item .nav-link {
		position: relative;
		height: 100%;
		line-height: 50px;
		padding: 0 16px;
		overflow: hidden;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 13px;
		color: #454545
	}

		.global-nav .user-options .nav-item .nav-link + .nav-link:before {
			position: absolute;
			display: block;
			border-right: 1px solid #7b7b7b;
			height: 14px;
			top: 16px;
			left: -.5px
		}

		.global-nav .user-options .nav-item .nav-link .icon-globe {
			background-image: url(../img/icon-globe.png);
			background-size: 100%;
			background-repeat: no-repeat;
			opacity: .7;
			display: inline-block;
			vertical-align: text-bottom;
			width: 17px;
			height: 17px;
			margin-right: 6px
		}

@media only screen and (max-width:700px) {
	.global-nav .user-options .nav-item .nav-link .icon-globe {
		margin: 0 6px
	}
}

.global-nav .user-options .nav-item:last-of-type .nav-link {
	padding-right: 30px
}

.global-nav .user-options .nav-item.dropdown .dropdown-toggle {
	position: relative;
	text-align: right;
	padding-right: 30px
}

	.global-nav .user-options .nav-item.dropdown .dropdown-toggle::after {
		position: absolute;
		top: 22px;
		right: 15px
	}

.global-nav .user-options .nav-item.dropdown .dropdown-menu,
.global-nav .user-options .nav-item.dropdown.show {
	background-color: #ebebeb
}

.global-nav .user-options .nav-item.dropdown .dropdown-menu {
	border: none;
	top: 48px;
	min-width: 0;
	width: 100%;
	padding: 0
}

	.global-nav .user-options .nav-item.dropdown .dropdown-menu .dropdown-item {
		font-size: 13px;
		white-space: normal;
		padding: 8px 15px
	}

		.global-nav .user-options .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
			background-color: #d9d9d9
		}

.global-nav .user-options:hover .nav-divider {
	display: none
}

.global-nav .nav-item {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center
}

	.global-nav .nav-item:hover {
		background-color: #d9d9d9
	}

		.global-nav .nav-item:hover .nav-link {
			color: #111
		}

@media only screen and (max-width:800px) {
	.global-nav .not-mb {
		display: none
	}
}

.main-nav {
	background-color: #fff;
	padding: 0;
	z-index: 11
}

	.main-nav .nav-item,
	.main-nav .navbar-brand,
	.main-nav button {
		height: 90px
	}

	.main-nav .navbar-brand {
		display: flex;
		align-items: center;
		margin-left: 30px
	}

		.main-nav .navbar-brand img {
			height: 20px
		}

			.main-nav .navbar-brand img.logo-dsk {
				display: none
			}

@media only screen and (min-width:992px) {
	.main-nav .navbar-brand img.logo-dsk {
		display: block
	}
}

.main-nav .navbar-brand img.logo-mob {
	display: block
}

@media only screen and (min-width:992px) {
	.main-nav .navbar-brand img.logo-mob {
		display: none
	}
}

@media only screen and (min-width:992px) {
	.main-nav .navbar-brand img {
		height: 25px
	}
}

.main-nav .nav-item {
	margin: 0;
	padding: 0;
	text-align: center
}

@media screen and (-ms-high-contrast:active), screen and (-ms-high-contrast:none) {
	.main-nav .nav-item {
		overflow: hidden
	}
}

.main-nav .nav-item .nav-link {
	padding: 0 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #454545;
	line-height: 1.2 !important
}

@media only screen and (min-width:1200px) {
	.main-nav .nav-item .nav-link {
		padding: 0 20px;
		font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 14px;
		color: #454545
	}
}

.main-nav .nav-item .nav-link.search {
	background-image: url(../img/search-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	width: 76px
}

.main-nav .nav-item .nav-link::after {
	display: none
}

.main-nav .nav-item.active,
.main-nav .nav-item:hover {
	background-color: #f4f4f4;
	box-shadow: inset 0 3px 0 0 #0e469b
}

	.main-nav .nav-item.active .nav-link,
	.main-nav .nav-item:hover .nav-link {
		color: #0e469b
	}

		.main-nav .nav-item.active .nav-link.search,
		.main-nav .nav-item:hover .nav-link.search {
			background-image: url(../img/search-icon-blue.svg)
		}

.main-nav .nav-item.active {
	background-color: #fafafa
}

	.main-nav .nav-item.active .nav-link.search {
		background-image: url(../img/close-blue.svg)
	}

.main-nav .main-menu-search.mb-only,
.main-nav .navbar-toggler {
	background-color: #fff;
	border: none;
	border-radius: 0;
	padding: 10px 15px 0
}

	.main-nav .main-menu-search.mb-only .burger-menu-icon,
	.main-nav .main-menu-search.mb-only .search-icon,
	.main-nav .navbar-toggler .burger-menu-icon,
	.main-nav .navbar-toggler .search-icon {
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		min-width: 21px;
		height: 21px
	}

	.main-nav .main-menu-search.mb-only .search-icon,
	.main-nav .navbar-toggler .search-icon {
		background-image: url(../img/search-icon-blue.svg);
		margin: 3px 0 11px
	}

	.main-nav .main-menu-search.mb-only .burger-menu-icon,
	.main-nav .navbar-toggler .burger-menu-icon {
		background-image: url(../img/burger-menu-icon.svg);
		margin-bottom: 14px
	}

	.main-nav .main-menu-search.mb-only .button-text,
	.main-nav .navbar-toggler .button-text {
		display: block;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 13px;
		color: #454545
	}

	.main-nav .main-menu-search.mb-only::after,
	.main-nav .navbar-toggler::after {
		display: none
	}

	.main-nav .main-menu-search.mb-only.active,
	.main-nav .main-menu-search.mb-only:hover,
	.main-nav .navbar-toggler.active,
	.main-nav .navbar-toggler:hover {
		background-color: #f4f4f4;
		box-shadow: inset 0 3px 0 0 #0e469b
	}

	.main-nav .main-menu-search.mb-only.active,
	.main-nav .navbar-toggler.active {
		background-color: #fafafa
	}

		.main-nav .main-menu-search.mb-only.active .search-icon,
		.main-nav .navbar-toggler.active .search-icon {
			background-image: url(../img/close-blue.svg)
		}

	.main-nav .main-menu-search.mb-only:focus,
	.main-nav .navbar-toggler:focus {
		outline: 0;
		box-shadow: none
	}

.main-nav .navbar-toggler {
	padding-right: 30px
}

.nav-header-divider {
	position: relative;
	background-color: #0e469b;
	height: 10px;
	z-index: 2
}

.main-nav-sections {
	position: relative
}

.menu-item-section {
	position: absolute;
	top: -9999px;
	padding: 25px 0 50px;
	margin: 0;
	background-color: #fafafa;
	width: 100%;
	max-width: 1400px;
	z-index: 11
}

	.menu-item-section.active {
		top: -10px
	}

	.menu-item-section .section-column {
		padding: 0 2% 0 4%
	}

		.menu-item-section .section-column:not(:first-of-type) {
			border-left: 1px solid #d6d6d6
		}

		.menu-item-section .section-column .main-item {
			padding: 20px 0
		}

			.menu-item-section .section-column .main-item a {
				font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
				font-size: 17px;
				color: #333
			}

				.menu-item-section .section-column .main-item a:hover {
					text-decoration: none;
					border-bottom: 1px solid #454545
				}

		.menu-item-section .section-column .sub-item {
			padding: 10px 0
		}

			.menu-item-section .section-column .sub-item a {
				font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
				font-size: 15px;
				color: #7b7b7b
			}

				.menu-item-section .section-column .sub-item a:hover {
					text-decoration: none;
					border-bottom: 1px solid #d4d4d4
				}

	.menu-item-section .section-column-close {
		max-width: 35px;
		padding-left: 0
	}

		.menu-item-section .section-column-close .close-nav-menu::after {
			content: "\00D7";
			font-family: serif;
			font-size: 26px;
			color: gray
		}

		.menu-item-section .section-column-close .close-nav-menu,
		.menu-item-section .section-column-close .close-nav-menu:hover {
			text-decoration: none
		}

.menu-search-form {
	display: none;
	position: relative;
	border-top: 1px solid rgba(17, 17, 17, .15);
	background-color: #fff;
	height: 100px;
	z-index: 11
}

	.menu-search-form .row {
		width: 100%;
		margin: 0
	}

		.menu-search-form .row .nav-search-icon {
			background-image: url(../img/nav-search-icon.svg);
			background-repeat: no-repeat;
			background-position: 35px 25px;
			max-width: 85px;
			padding: 0
		}

		.menu-search-form .row .nav-search-area {
			padding: 0
		}

			.menu-search-form .row .nav-search-area .nav-search-input {
				border: none;
				border-radius: 0;
				height: 55px;
				font-size: 35px;
				margin-top: 16px;
				padding: 5px 10px
			}

				.menu-search-form .row .nav-search-area .nav-search-input:focus {
					outline: 0;
					box-shadow: none
				}

		.menu-search-form .row .search-button-area {
			max-width: 200px;
			padding: 0;
			flex-grow: unset
		}

			.menu-search-form .row .search-button-area .nav-search-submit {
				border-radius: 0;
				border-left: 1px solid rgba(17, 17, 17, .25);
				background-color: transparent;
				padding: 5px 20px 5px 30px;
				margin-top: 19px;
				width: inherit;
				font-size: 22px;
				color: gray
			}

				.menu-search-form .row .search-button-area .nav-search-submit:hover {
					color: #454545
				}

				.menu-search-form .row .search-button-area .nav-search-submit:focus {
					outline: 0;
					box-shadow: none
				}

	.menu-search-form.active {
		display: block
	}

.body-mask,
.search-mask {
	background-color: rgba(153, 153, 153, .9);
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: inherit;
	top: 0;
	z-index: 10
}

@media only screen and (max-width:1199px) {
	.body-mask:not(.force-show) {
		display: none !important
	}
}

.breadcrumbs-container {
	margin-bottom: 30px;
	display: none
}

@media only screen and (min-width:768px) {
	.breadcrumbs-container {
		display: block
	}

		.breadcrumbs-container .breadcrumb {
			background-color: #f7f7f7;
			padding: 8px 30px;
			margin: 0
		}

			.breadcrumbs-container .breadcrumb .breadcrumb-item {
				padding-right: 12px;
				font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
				font-size: 13px;
				color: #333
			}

				.breadcrumbs-container .breadcrumb .breadcrumb-item:not(:first-of-type)::before {
					content: "\003E";
					padding-right: 8px;
					padding-left: 0;
					font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
					font-size: 13px;
					color: #7b7b7b
				}

				.breadcrumbs-container .breadcrumb .breadcrumb-item .breadcrumb-link {
					font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
					font-size: 13px;
					color: #7b7b7b
				}

					.breadcrumbs-container .breadcrumb .breadcrumb-item .breadcrumb-link:focus,
					.breadcrumbs-container .breadcrumb .breadcrumb-item .breadcrumb-link:hover {
						text-decoration: none
					}
}

.footer .footer-cap {
	position: relative;
	background: #06459f;
	background: linear-gradient(to right, #06459f, #33a2df);
	height: 52px;
	padding: 14px 30px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 18px;
	color: #dedede
}

	.footer .footer-cap::after {
		position: absolute;
		content: "";
		background: url(../img/footer-cap.png) no-repeat;
		top: 0;
		left: 0;
		height: 52px;
		opacity: .5;
		width: 100%
	}

.footer .footer-top {
	background-color: #383838;
	box-shadow: inset 0 3px rgba(17, 17, 17, .1);
	position: relative;
	padding: 35px 30px 30px;
	margin: 0
}

@media only screen and (max-width:768px) {
	.footer .footer-top {
		padding: 35px 20px 30px
	}
}

.footer .footer-top::after,
.footer .footer-top::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.footer .footer-top::before {
	background: url(../img/gradient-v.png);
	background-size: 1% 100%;
	opacity: .07;
	z-index: -2
}

.footer .footer-top::after {
	background: url(../img/noise.png);
	background-size: contain;
	opacity: .1;
	z-index: -1
}

.footer .footer-top .navbar {
	padding: 0
}

@media only screen and (max-width:768px) {
	.footer .footer-top .navbar {
		margin-bottom: 20px
	}
}

.footer .footer-top .navbar .list-inline {
	width: 100%
}

	.footer .footer-top .navbar .list-inline .list-inline-item {
		display: inline-block;
		margin: 0 22px 10px 0;
		text-shadow: 0 2px 0 rgba(17, 17, 17, .32)
	}

		.footer .footer-top .navbar .list-inline .list-inline-item .nav-link {
			padding: 0;
			line-height: 12px;
			border-bottom: 1px solid transparent;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 14px;
			color: #dedede
		}

			.footer .footer-top .navbar .list-inline .list-inline-item .nav-link:hover {
				border-color: rgba(212, 212, 212, .4)
			}

		.footer .footer-top .navbar .list-inline .list-inline-item:not(:last-of-type) .nav-link::after {
			position: relative;
			content: '\2022';
			color: grey;
			font-family: serif;
			font-size: 9px;
			text-shadow: 0 -1px 0 rgba(17, 17, 17, .4);
			top: -1px;
			right: -13px
		}

.footer .footer-top .navbar .location-select .location-select-link {
	line-height: 12px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 14px;
	color: #dedede
}

	.footer .footer-top .navbar .location-select .location-select-link .icon-globe {
		background-image: url(../img/icon-globe-white.png);
		background-size: 100%;
		background-repeat: no-repeat;
		opacity: .7;
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-right: 6px;
		vertical-align: text-bottom
	}

	.footer .footer-top .navbar .location-select .location-select-link:hover {
		text-decoration: none
	}

		.footer .footer-top .navbar .location-select .location-select-link:hover .select-location-text {
			border-bottom: 1px solid rgba(212, 212, 212, .4)
		}

.footer .footer-top .footer-search-form {
	padding: 0
}

	.footer .footer-top .footer-search-form .footer-search-input {
		background-color: #262626;
		border: 0;
		border-radius: 0;
		border-top: 1px solid rgba(17, 17, 17, .1);
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 15px;
		color: #d4d4d4;
		height: 45px;
		padding-left: 17px;
		padding-right: 50px
	}

		.footer .footer-top .footer-search-form .footer-search-input::-moz-placeholder {
			font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 15px;
			color: #d4d4d4
		}

		.footer .footer-top .footer-search-form .footer-search-input:-ms-input-placeholder {
			font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 15px;
			color: #d4d4d4
		}

		.footer .footer-top .footer-search-form .footer-search-input::placeholder {
			font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 15px;
			color: #d4d4d4
		}

		.footer .footer-top .footer-search-form .footer-search-input:focus {
			outline: 0;
			box-shadow: none
		}

	.footer .footer-top .footer-search-form .footer-search-submit {
		position: absolute;
		background-color: #262626;
		background-image: url(../img/icon-search-footer.png);
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center;
		border: none;
		top: 1px;
		right: 0;
		width: 45px;
		height: 43px;
		font-size: 16px;
		padding: 0
	}

.footer .footer-bottom {
	background-color: #262626;
	padding: 35px 30px 25px;
	margin: 0
}

	.footer .footer-bottom .logos-area {
		padding: 0
	}

		.footer .footer-bottom .logos-area .navbar {
			display: inline-flex;
			padding: 0 0 20px
		}

			.footer .footer-bottom .logos-area .navbar .navbar-nav {
				flex-wrap: wrap
			}

				.footer .footer-bottom .logos-area .navbar .navbar-nav .nav-item {
					margin-right: 25px
				}

@media only screen and (max-width:991px) {
	.footer .footer-bottom .logos-area .navbar .navbar-nav .nav-item:first-of-type {
		flex-basis: 100%
	}
}

.footer .footer-bottom .logos-area .navbar .navbar-nav .nav-item .nav-link {
	height: 33px;
	padding: 0
}

	.footer .footer-bottom .logos-area .navbar .navbar-nav .nav-item .nav-link img {
		max-height: 33px
	}

.footer .footer-bottom .right-area {
	padding: 0
}

	.footer .footer-bottom .right-area .navbar {
		justify-content: flex-end;
		padding: 0;
		margin: 0
	}

@media only screen and (max-width:991px) {
	.footer .footer-bottom .right-area .navbar {
		justify-content: flex-start
	}
}

.footer .footer-bottom .right-area .navbar .list-inline {
	margin: 0
}

	.footer .footer-bottom .right-area .navbar .list-inline .list-inline-item {
		margin: 5px 0 5px 22px
	}

@media only screen and (max-width:991px) {
	.footer .footer-bottom .right-area .navbar .list-inline .list-inline-item {
		margin-right: 22px;
		margin-left: 0
	}
}

.footer .footer-bottom .right-area .navbar .list-inline .list-inline-item .nav-link {
	padding: 0;
	line-height: 12px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #dedede
}

	.footer .footer-bottom .right-area .navbar .list-inline .list-inline-item .nav-link:hover {
		border-color: rgba(212, 212, 212, .4)
	}

.footer .footer-bottom .right-area .navbar .list-inline .list-inline-item:not(:last-of-type) .nav-link::after {
	position: relative;
	content: '\2022';
	color: grey;
	font-family: serif;
	font-size: 9px;
	text-shadow: 0 -1px 0 rgba(17, 17, 17, .4);
	top: 0;
	right: -13px
}

.footer .footer-bottom .right-area .footer-copyright {
	justify-content: flex-end;
	margin: 0;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #d4d4d4
}

@media only screen and (max-width:991px) {
	.footer .footer-bottom .right-area .footer-copyright {
		justify-content: flex-start
	}
}

.sections-link-container {
	display: none;
	margin-top: -60px;
	flex: 100%;
	background-color: #7b7b7b
}

	.sections-link-container a {
		position: relative;
		display: block;
		margin-right: 10px;
		padding: 15px;
		padding-right: 25px;
		color: #fff;
		text-align: right
	}

		.sections-link-container a::after {
			position: absolute;
			border: 2px solid #fff;
			border-left: transparent;
			border-top: transparent;
			height: 15px;
			width: 15px;
			transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			right: 4px;
			top: calc(50% - 7.5px);
			content: ""
		}

@media only screen and (max-width:767px) {
	.sections-link-container {
		display: block;
		margin-bottom: 14px;
		transition: margin-top .05s ease
	}

		.sections-link-container.active {
			margin-top: 0
		}
}

.sections-menu {
	margin-right: 20px;
	flex: 0 1 320px;
	background-color: #fff
}

@media only screen and (max-width:767px) {
	.sections-menu {
		position: absolute;
		top: -15px;
		left: -100%;
		z-index: 20;
		margin-right: 0;
		height: 100%;
		min-height: 100vh;
		min-width: 80%;
		max-width: 350px;
		overflow-y: scroll;
		transition: left .35s ease
	}

		.sections-menu.active {
			left: 0;
			box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .3)
		}
}

.sections-menu .search-container {
	display: flex;
	padding-bottom: 40px
}

@media only screen and (max-width:767px) {
	.sections-menu .search-container {
		padding: 0
	}
}

.sections-menu .search-container .search-box-wrapper {
	position: relative;
	padding: 6px 10px;
	flex: 1 1 auto;
	max-width: 100%
}

	.sections-menu .search-container .search-box-wrapper .search-box {
		padding: 2px 40px 2px 18px;
		display: block;
		width: 100%;
		height: 40px;
		border: #7b7b7b solid 1px;
		border-radius: 22px;
		background-color: #f7f7f7
	}

		.sections-menu .search-container .search-box-wrapper .search-box:focus {
			outline: 0;
			border-color: #000
		}

	.sections-menu .search-container .search-box-wrapper .search-button {
		position: absolute;
		display: block;
		top: calc(50% - 15px);
		right: 19px;
		width: 30px;
		height: 30px;
		border: 0;
		background-color: transparent;
		background-image: url(../img/search-icon-blue.svg);
		background-position: center;
		background-size: 21px 21px;
		background-repeat: no-repeat
	}

.sections-menu .search-container .close-button {
	flex: 0 1 52px;
	display: none;
	height: 52px;
	width: 52px;
	border: 0;
	background-color: #7b7b7b;
	background-image: url(../img/close-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px 22px
}

@media only screen and (max-width:767px) {
	.sections-menu .search-container .close-button {
		display: block
	}
}

.sections-menu nav > ul {
	padding: 0
}

	.sections-menu nav > ul li {
		list-style: none
	}

		.sections-menu nav > ul li a {
			display: block;
			padding: 15px;
			padding-right: 50px;
			width: 100%;
			height: 100%;
			font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 17px;
			color: #333
		}

.sections-menu .menu-item {
	position: relative;
	border-top: #ebebeb solid 1px
}

	.sections-menu .menu-item .menu-item-title {
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 17px;
		color: #333
	}

	.sections-menu .menu-item:active {
		background-color: #ebebeb
	}

	.sections-menu .menu-item[data-expand="1"]::after {
		position: absolute;
		border: 2px solid grey;
		border-left: transparent;
		border-top: transparent;
		height: 15px;
		width: 15px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		right: 4px;
		top: calc(50% - 7.5px);
		content: "";
		top: calc(50% - 9.5px);
		right: 20px
	}

	.sections-menu .menu-item[data-expand="1"].active::after {
		transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		top: calc(50% - 5.5px)
	}

.sections-menu .sub-menu-item {
	border-top: #f7f7f7 solid 1px
}

	.sections-menu .sub-menu-item:active {
		background-color: #f7f7f7
	}

.sections-menu .sub-menu ul {
	padding: 0
}

	.sections-menu .sub-menu ul li a {
		padding-left: 40px
	}

.sections-menu .sub-menu:not(.expanded) {
	display: none
}

.map-component-container {
	width: 100%;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

	.map-component-container .map-component {
		border: 1px solid #dce0e1;
		padding: 20px;
		position: relative
	}

		.map-component-container .map-component .header {
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 18px;
			color: #333
		}

@media only screen and (max-width:768px) {
	.map-component-container .map-component .header {
		font-size: 16px
	}
}

@media only screen and (max-width:768px) {
	.map-component-container .map-component p {
		font-size: 14px
	}
}

.map-component-container .map-component .search-area .search-form {
	display: flex;
	margin: 20px 0 30px
}

@media only screen and (max-width:768px) {
	.map-component-container .map-component .search-area .search-form {
		flex-direction: column
	}
}

.map-component-container .map-component .search-area .search-form input[type=text] {
	border: none;
	background: #ebebeb;
	max-width: 260px;
	min-width: 0;
	width: 100%;
	height: 40px;
	font-size: 16px;
	vertical-align: top;
	padding: 5px 10px
}

@media only screen and (max-width:768px) {
	.map-component-container .map-component .search-area .search-form input[type=text] {
		max-width: initial
	}
}

.map-component-container .map-component .search-area .search-form input[type=text]:focus {
	outline: 0;
	box-shadow: none
}

.map-component-container .map-component .search-area .search-form #search_button {
	border: none;
	background-color: #c6002e;
	vertical-align: top;
	width: 100%;
	max-width: 200px;
	height: 40px;
	padding: 10px;
	margin-left: 20px;
	cursor: pointer;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #fff
}

@media only screen and (max-width:768px) {
	.map-component-container .map-component .search-area .search-form #search_button {
		text-align: left;
		max-width: initial;
		margin: 20px 0 0 0
	}
}

.map-component-container .map-component .search-area .search-form #search_button:focus {
	outline: 0;
	box-shadow: none
}

.map-component-container .map-component .search-area .search-form #search_button .search-icon {
	display: inline-block;
	vertical-align: baseline;
	background: url(../img/search-icon-white.svg) no-repeat;
	background-size: 100%;
	width: 13px;
	height: 12px;
	margin: 0 10px 0 0
}

.map-component-container .map-component .results-area {
	margin-top: 20px
}

@media only screen and (max-width:768px) {
	.map-component-container .map-component .results-area {
		margin-top: 40px
	}
}

.map-component-container .map-component .results-area .map-info {
	display: flex;
	margin-top: 10px
}

@media only screen and (max-width:768px) {
	.map-component-container .map-component .results-area .map-info {
		flex-direction: column
	}
}

.map-component-container .map-component .results-area .map-info .map-container {
	position: relative;
	min-width: 60%;
	height: 500px;
	margin-right: 10px
}

@media only screen and (max-width:768px) {
	.map-component-container .map-component .results-area .map-info .map-container {
		width: 100%;
		margin: 0 0 20px
	}
}

.map-component-container .map-component .results-area .map-info .map-container #map {
	border: 2px solid #000;
	width: 100%;
	height: 100%
}

.map-component-container .map-component .results-area .map-info .result-list {
	background: #ebebeb;
	width: 100%;
	height: 500px;
	padding: 10px;
	list-style: none;
	counter-reset: li;
	overflow: auto
}

	.map-component-container .map-component .results-area .map-info .result-list .instructions {
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 16px;
		color: #333
	}

	.map-component-container .map-component .results-area .map-info .result-list .place-info {
		padding-bottom: 20px;
		margin-bottom: 20px;
		counter-increment: li
	}

		.map-component-container .map-component .results-area .map-info .result-list .place-info::before {
			content: counter(li) ".";
			display: inline-block;
			vertical-align: top;
			margin-right: 3px;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 16px;
			color: #c6002e
		}

		.map-component-container .map-component .results-area .map-info .result-list .place-info:not(:last-of-type) {
			border-bottom: 2px solid #fff
		}

		.map-component-container .map-component .results-area .map-info .result-list .place-info .site-name {
			display: inline-block;
			width: 60%;
			padding-right: 10px;
			margin-bottom: 10px;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 16px;
			color: #c6002e
		}

		.map-component-container .map-component .results-area .map-info .result-list .place-info .distance {
			color: #7b7b7b;
			float: right
		}

		.map-component-container .map-component .results-area .map-info .result-list .place-info p {
			font-size: 14px;
			margin-bottom: 3px
		}

		.map-component-container .map-component .results-area .map-info .result-list .place-info .email a {
			color: #c6002e;
			text-decoration: none
		}

		.map-component-container .map-component .results-area .map-info .result-list .place-info .directions {
			color: #c6002e;
			text-decoration: none
		}

			.map-component-container .map-component .results-area .map-info .result-list .place-info .directions::before {
				content: "»";
				margin-right: 4px
			}

.map-component-container .map-component#map-only .results-area .map-info .map-container {
	width: 100%;
	margin: 0
}

.video-modal-container {
	background-color: rgba(0, 0, 0, .7);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000
}

.modal-container {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	padding: 0 20px;
	z-index: 13
}

	.modal-container .modal-popup {
		position: relative;
		width: 100%;
		max-width: 750px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 30px;
		background-color: #fff;
		border-radius: 2px
	}

		.modal-container .modal-popup:after {
			position: absolute;
			padding: 0;
			top: 16px;
			right: 2px;
			transform: translateY(-50%);
			background-color: #fff;
			background: url(../img/close_icon_black.svg) no-repeat center;
			background-size: 100%;
			width: 28px;
			height: 28px;
			cursor: pointer;
			content: ''
		}

		.modal-container .modal-popup .content + .video-content {
			height: 465px
		}

@media only screen and (max-width:767px) {
	.modal-container .modal-popup .content + .video-content {
		height: 330px
	}
}

.modal-container .modal-popup iframe {
	width: 100%;
	border-style: none
}

@media only screen and (max-width:1199px) {
	.modal-container .modal-popup {
		max-width: 650px
	}
}

@media only screen and (max-width:767px) {
	.modal-container .modal-popup {
		max-width: 300px
	}
}

.video-modal-container .video-outer-container {
	height: 100vh;
	width: 100%
}

	.video-modal-container .video-outer-container .video-modal {
		position: relative;
		width: 100%;
		max-width: 750px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 30px;
		background-color: #fff;
		border-radius: 2px
	}

		.video-modal-container .video-outer-container .video-modal iframe {
			width: 100%;
			border-style: none
		}

		.video-modal-container .video-outer-container .video-modal .no-cookie-consent {
			background-color: unset
		}

@media only screen and (max-width:1199px) {
	.video-modal-container .video-outer-container .video-modal {
		max-width: 650px
	}
}

@media only screen and (max-width:767px) {
	.video-modal-container .video-outer-container .video-modal {
		max-width: 80%
	}
}

.video-modal-container .video-outer-container .filter-toggle.clear::after {
	cursor: pointer;
	top: 16px;
	right: 2px;
	background-size: auto;
	width: 28px;
	height: 28px;
	padding: 0;
	border-radius: 18px;
	background-color: #fff
}

.filter-toggle {
	position: relative;
	display: inline-block;
	margin: 5px 5px
}

	.filter-toggle input[type=checkbox] {
		position: absolute;
		visibility: hidden
	}

	.filter-toggle label {
		background-color: #fff;
		border: 2px solid #fff;
		border-radius: 50px;
		box-shadow: 0 3px 5px #ccc;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		padding: 7px 15px;
		margin: 0
	}

		.filter-toggle label:hover {
			background-color: #000;
			border: 2px solid #000;
			color: #fff
		}

		.filter-toggle label.active {
			background-color: #000;
			border: 2px solid #000;
			color: #fff
		}

		.filter-toggle label.disabled {
			background-color: #d3d3d3;
			border: 2px solid #d3d3d3;
			color: #000;
			cursor: none
		}

	.filter-toggle.clear {
		margin: 0 0 0 auto
	}

@media only screen and (max-width:1199px) {
	.filter-toggle.clear {
		position: absolute;
		top: 13px;
		right: 30px
	}
}

.filter-toggle.clear label {
	padding-right: 30px
}

.filter-toggle.clear::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url(../img/close_icon_black.svg) no-repeat center;
	background-size: 100%;
	width: 8px;
	height: 8px
}

.cookies-banner {
	position: relative;
	z-index: 12;
	border-bottom: 1px solid #f7f7f7;
	background: #fff;
	padding: 20px 30px;
	margin: 0
}

	.cookies-banner .cookies-text {
		padding-left: 0;
		padding-right: 60px;
		margin: 0;
		font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 13px;
		color: #333
	}

@media only screen and (max-width:991px) {
	.cookies-banner .cookies-text {
		min-width: 100%;
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 10px
	}
}

.cookies-banner .cookies-text .cookies-link {
	color: #333;
	text-decoration: underline
}

.cookies-banner .cookies-dismiss {
	min-width: 120px;
	max-width: 120px;
	padding: 0;
	text-align: center
}

@media only screen and (max-width:991px) {
	.cookies-banner .cookies-dismiss {
		min-width: 100%;
		max-width: 100%;
		text-align: right
	}
}

.cookies-banner .cookies-dismiss .cookies-dismiss-button {
	border: none;
	background-color: #0c479d;
	width: 120px;
	padding: 10px 25px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #fff
}

.notification-banner.success-alert {
	margin: 0 auto
}

.critical-alert,
.success-alert,
.warning-alert {
	background-color: #f7f7f7;
	width: 100%;
	padding: 15px;
	margin: 0 15px 30px
}

	.critical-alert .alert-logo,
	.success-alert .alert-logo,
	.warning-alert .alert-logo {
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		height: 70px;
		width: 70px;
		max-width: 70px;
		padding: 0;
		margin: auto 30px auto 0
	}

@media only screen and (max-width:480px) {

	.critical-alert .alert-logo,
	.success-alert .alert-logo,
	.warning-alert .alert-logo {
		background-size: 70%
	}
}

.critical-alert .alert-text,
.success-alert .alert-text,
.warning-alert .alert-text {
	padding: 0;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: inherit
}

@media only screen and (max-width:480px) {

	.critical-alert .alert-text,
	.success-alert .alert-text,
	.warning-alert .alert-text {
		font-size: 12px
	}
}

.critical-alert .alert-text .headline,
.success-alert .alert-text .headline,
.warning-alert .alert-text .headline {
	margin: 0
}

.critical-alert .alert-text .message,
.success-alert .alert-text .message,
.warning-alert .alert-text .message {
	margin: 0;
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: inherit;
	color: inherit
}

.critical-alert .alert-text .link,
.success-alert .alert-text .link,
.warning-alert .alert-text .link {
	color: inherit;
	text-decoration: underline
}

.critical-alert .close-button,
.success-alert .close-button,
.warning-alert .close-button {
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 16px;
	max-width: 25px;
	height: 16px;
	padding: 0;
	cursor: pointer
}

.critical-alert .alert-logo {
	background-image: url(../img/red-warning.svg)
}

.critical-alert .alert-text {
	color: #fe000c
}

.critical-alert .close-button {
	background-image: url(../img/close-red.svg)
}

.warning-alert .alert-logo {
	background-image: url(../img/orange-warning.svg)
}

.warning-alert .alert-text {
	color: #ed8b00
}

.warning-alert .close-button {
	background-image: url(../img/close-orange.svg)
}

.success-alert .alert-logo {
	background-image: url(../img/notification-success-tick.svg)
}

.success-alert .alert-text {
	color: #00a14d
}

.success-alert .close-button {
	background-image: url(../img/close-green.svg)
}

.carousel {
	width: 100%;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

@media only screen and (min-width:480px) and (max-width:991px) {
	.carousel {
		margin-bottom: 100px
	}
}

.carousel .carousel-indicators {
	position: static;
	margin: 30px 15% 0;
	z-index: 0
}

	.carousel .carousel-indicators .c-indicator {
		width: 20px;
		height: 20px;
		background-color: #fff;
		border: 2px solid gray;
		border-radius: 50px;
		margin-right: 8px
	}

		.carousel .carousel-indicators .c-indicator.active {
			background-color: gray
		}

.carousel .carousel-inner .carousel-item .c-image {
	position: relative;
	height: 400px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}

@media only screen and (max-width:991px) {
	.carousel .carousel-inner .carousel-item .c-image {
		height: 200px
	}
}

@media only screen and (max-width:480px) {
	.carousel .carousel-inner .carousel-item .c-image {
		height: 94px
	}
}

.carousel .carousel-inner .carousel-item .carousel-caption {
	text-align: left;
	width: 570px;
	top: 10px;
	bottom: auto;
	left: 8%;
	right: 0;
	padding: 30px 0
}

@media only screen and (max-width:991px) {
	.carousel .carousel-inner .carousel-item .carousel-caption {
		position: static;
		width: 100%
	}
}

.carousel .carousel-inner .carousel-item .carousel-caption .c-caption-text {
	line-height: 1.5;
	margin-bottom: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 245px;
	font-family: 'EMprint Light', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 42px;
	color: #fff
}

	.carousel .carousel-inner .carousel-item .carousel-caption .c-caption-text.dark {
		color: #333
	}

@media only screen and (max-width:991px) {
	.carousel .carousel-inner .carousel-item .carousel-caption .c-caption-text {
		color: #2b2926;
		font-size: 24px;
		height: 70px
	}
}

@media only screen and (max-width:767px) {
	.carousel .carousel-inner .carousel-item .carousel-caption .c-caption-text {
		margin-bottom: 20px;
		height: 100px
	}
}

@media only screen and (max-width:480px) {
	.carousel .carousel-inner .carousel-item .carousel-caption .c-caption-text {
		height: 220px
	}
}

.carousel .carousel-inner .carousel-item .carousel-caption .c-caption-link {
	display: inline-block;
	background-color: #0c479d;
	padding: 0 40px;
	line-height: 45px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #fff
}

	.carousel .carousel-inner .carousel-item .carousel-caption .c-caption-link:hover {
		text-decoration: none
	}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
	bottom: 50px;
	width: 7.5%
}

@media only screen and (max-width:991px) {

	.carousel .carousel-control-next,
	.carousel .carousel-control-prev {
		top: auto;
		bottom: -5px;
		min-width: 30px
	}
}

.carousel .carousel-control-next .carousel-control-next-icon,
.carousel .carousel-control-next .carousel-control-prev-icon,
.carousel .carousel-control-prev .carousel-control-next-icon,
.carousel .carousel-control-prev .carousel-control-prev-icon {
	position: absolute;
	bottom: 46%;
	background: 0 0;
	border-top: 3px solid gray;
	border-left: 3px solid gray;
	width: 31px;
	height: 31px
}

@media only screen and (max-width:991px) {

	.carousel .carousel-control-next .carousel-control-next-icon,
	.carousel .carousel-control-next .carousel-control-prev-icon,
	.carousel .carousel-control-prev .carousel-control-next-icon,
	.carousel .carousel-control-prev .carousel-control-prev-icon {
		position: static;
		border-color: #7b7b7b
	}
}

.carousel .carousel-control-prev {
	left: 15px
}

	.carousel .carousel-control-prev .carousel-control-prev-icon {
		left: 50%;
		transform: rotate(-45deg)
	}

.carousel .carousel-control-next {
	right: 15px
}

	.carousel .carousel-control-next .carousel-control-next-icon {
		right: 50%;
		transform: rotate(135deg)
	}

.image-content-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

	.image-content-container .image-content .image-area {
		position: relative;
		margin-bottom: 0
	}

		.image-content-container .image-content .image-area .content-image {
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
			height: 368px
		}

@media only screen and (max-width:991px) {
	.image-content-container .image-content .image-area .content-image {
		height: 200px
	}
}

@media only screen and (max-width:480px) {
	.image-content-container .image-content .image-area .content-image {
		height: 94px
	}
}

.image-content-container .image-content .image-area .content-image-module {
	height: auto
}

.image-content-container .image-content .image-area .content-caption {
	position: absolute;
	text-align: left;
	width: 570px;
	top: 10px;
	left: 8%;
	right: 0;
	bottom: 54px;
	padding: 30px 0
}

@media only screen and (max-width:991px) {
	.image-content-container .image-content .image-area .content-caption {
		position: static;
		width: 100%;
		padding: 20px 0 0
	}
}

.image-content-container .image-content .image-area .content-caption .caption-text {
	margin-bottom: 10px;
	font-family: 'EMprint Light', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 42px;
	color: #fff
}

	.image-content-container .image-content .image-area .content-caption .caption-text.dark {
		color: #333
	}

@media only screen and (max-width:991px) {
	.image-content-container .image-content .image-area .content-caption .caption-text {
		color: #2b2926;
		font-size: 24px;
		margin-bottom: 0
	}
}

.image-content-container .image-content .image-area .content-caption .caption-link {
	display: inline-block;
	background-color: #0c479d;
	line-height: 45px;
	padding: 0 40px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #fff
}

	.image-content-container .image-content .image-area .content-caption .caption-link:hover {
		text-decoration: none
	}

@media only screen and (max-width:991px) {
	.image-content-container .image-content .image-area .content-caption .caption-link {
		margin: 20px 0 0
	}
}

.image-content-container .image-content .text-area {
	margin-top: 20px
}

	.image-content-container .image-content .text-area .sub-header {
		margin-bottom: 20px;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 18px;
		color: #333
	}

	.image-content-container .image-content .text-area .headline {
		margin-bottom: 20px;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 18px;
		color: #333
	}

	.image-content-container .image-content .text-area .info-text {
		margin-bottom: 30px;
		font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 16px;
		color: #333
	}

.image-content-container.bottom-space-reduced {
	margin-bottom: 20px
}

.video-content-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

	.video-content-container .video-content .video-area {
		margin-bottom: 0;
		position: relative;
		padding-bottom: 56.25%
	}

		.video-content-container .video-content .video-area .content-video {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border: none
		}

	.video-content-container .video-content .text-area {
		margin-top: 20px
	}

		.video-content-container .video-content .text-area .sub-header {
			margin-bottom: 20px;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 18px;
			color: #333
		}

		.video-content-container .video-content .text-area .headline {
			margin-bottom: 20px;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 18px;
			color: #333
		}

		.video-content-container .video-content .text-area .info-text {
			margin-bottom: 30px;
			font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 16px;
			color: #333
		}

	.video-content-container.bottom-space-reduced {
		margin-bottom: 20px
	}

.video-image-highlight .content-module .col.highlight-media {
	height: auto;
	padding-left: 0
}

@media only screen and (max-width:767px) {
	.video-image-highlight .content-module .col.highlight-media {
		flex-basis: auto;
		padding-right: 0;
		margin-bottom: 20px
	}
}

.video-image-highlight .content-module .col .photo-area {
	height: 312px;
	position: relative
}

@media only screen and (max-width:991px) {
	.video-image-highlight .content-module .col .photo-area {
		height: 226px
	}
}

@media only screen and (max-width:480px) {
	.video-image-highlight .content-module .col .photo-area {
		height: 150px
	}
}

.video-image-highlight .content-module .col .photo-area .content-image {
	position: absolute;
	background-image: url(../img/content-images/large-content-module.png);
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%
}

.video-image-highlight .content-module .col .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%
}

	.video-image-highlight .content-module .col .embed-container embed,
	.video-image-highlight .content-module .col .embed-container iframe,
	.video-image-highlight .content-module .col .embed-container object {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

.published-date {
	font-weight: 600;
	font-size: 16px;
	color: #333 !important;
}

.published-status {
	text-align: center;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 14px;
	color: #575757;
	font-weight: 600;
}

.article-metadata {
	margin: 20px 0 0px
}

	.article-metadata .metadata-info {
		display: block;
		margin-right: 40px
	}

		.article-metadata .metadata-info .info-text {
			margin-bottom: 0;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 16px;
			color: #333
		}

	.article-metadata .metadata-tags {
		display: inline-block
	}

		.article-metadata .metadata-tags .tag-button {
			border: 1px solid #bfbfbf;
			border-radius: 30px;
			background: 0 0;
			height: 30px;
			padding: 0 50px;
			margin: 2.5px 20px 2.5px 0;
			cursor: default;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 16px;
			color: #bfbfbf
		}

@media only screen and (max-width:480px) {
	.article-metadata .metadata-tags .tag-button {
		height: 25px;
		font-size: 12px;
		padding: 0 40px
	}
}

.article-metadata .metadata-tags .tag-button:focus {
	outline: 0;
	box-shadow: none
}

.page-search-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

@media only screen and (max-width:991px) {
	.page-search-container {
		margin-bottom: 20px
	}
}

.page-search-container .page-search-form {
	position: relative;
	width: 100%
}

	.page-search-container .page-search-form .page-search-input {
		background-color: #e9e9e9;
		border: none;
		border-radius: 0;
		height: 50px;
		padding-left: 25px;
		padding-right: 130px;
		font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 16px;
		color: #7b7b7b
	}

		.page-search-container .page-search-form .page-search-input:focus {
			outline: 0;
			box-shadow: none
		}

	.page-search-container .page-search-form .page-search-submit {
		position: absolute;
		background-color: #0c479d;
		border: none;
		top: 0;
		right: 0;
		height: 100%;
		padding: 0 35px;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 16px;
		color: #fff
	}

		.page-search-container .page-search-form .page-search-submit:focus {
			outline: 0;
			box-shadow: none
		}

.page-search-container .predictions-container {
	position: absolute;
	top: 50px;
	border: 1px solid #e9e9e9;
	background-color: #fafafa;
	width: calc(100% - 30px);
	padding: 10px 25px;
	max-height: 260px;
	overflow: auto;
	z-index: 2
}

	.page-search-container .predictions-container .prediction-link {
		display: block;
		padding: 5px 0;
		font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 14px;
		color: #333
	}

.quick-links-dropdown {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

	.quick-links-dropdown .dropdown-toggle {
		position: relative;
		border-radius: 0;
		background-color: #e9e9e9;
		width: 100%;
		text-align: left;
		padding: 12px 35px 12px 25px;
		white-space: normal;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 16px;
		color: #333
	}

		.quick-links-dropdown .dropdown-toggle::after {
			position: absolute;
			top: 14px;
			right: 10px;
			border: none;
			background: url(../img/dropdown-arrows.svg) no-repeat;
			background-size: 8px;
			background-position: center;
			height: 20px;
			width: 20px;
			margin: 0
		}

		.quick-links-dropdown .dropdown-toggle:focus {
			outline: 0;
			box-shadow: none
		}

	.quick-links-dropdown .dropdown-menu {
		border-radius: 0;
		border: none;
		background-color: #e9e9e9;
		width: calc(100% - 30px);
		padding: 10px 25px;
		margin: 0;
		z-index: 1
	}

		.quick-links-dropdown .dropdown-menu .dropdown-item {
			white-space: normal;
			padding: 5px 0;
			font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 14px;
			color: #333
		}

			.quick-links-dropdown .dropdown-menu .dropdown-item:hover {
				text-decoration: underline;
				background-color: transparent
			}

			.quick-links-dropdown .dropdown-menu .dropdown-item:focus {
				background-color: transparent
			}

.quick-links-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

	.quick-links-list .ql-title-bar {
		align-items: center;
		background-color: #ebebeb;
		padding: 11px 25px;
		white-space: normal;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 20px;
		color: #333
	}

	.quick-links-list .ql-list .ql-item {
		position: relative;
		border-bottom: 2px solid #ebebeb;
		padding-left: 25px
	}

		.quick-links-list .ql-list .ql-item .ql-link {
			display: block;
			width: 100%;
			height: 100%;
			padding: 18px 40px 19px 0;
			font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 16px;
			color: #333
		}

			.quick-links-list .ql-list .ql-item .ql-link:hover {
				text-decoration: none
			}

		.quick-links-list .ql-list .ql-item::after {
			content: "";
			position: absolute;
			top: 26px;
			right: 28px;
			border: 2px solid gray;
			border-left: transparent;
			border-top: transparent;
			width: 7px;
			height: 7px;
			transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg)
		}

.text-component-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px;
	margin-bottom: 40px
}

	.text-component-container .text-component .header {
		margin-bottom: 20px;
		font-family: 'EMprint Light', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 42px;
		color: #333
	}

	.text-component-container .text-component .sub-header {
		margin-bottom: 20px;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 18px;
		color: #333
	}

	.text-component-container .text-component .info-text {
		font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 16px;
		color: #333
	}

	.text-component-container .text-component dl,
	.text-component-container .text-component ol,
	.text-component-container .text-component ul {
		margin-bottom: 1rem
	}

	.text-component-container .text-component .link {
		display: inline-block;
		background-color: #0c479d;
		line-height: 45px;
		padding: 0 40px;
		margin: 20px 0 0;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 16px;
		color: #fff
	}

		.text-component-container .text-component .link:hover {
			text-decoration: none
		}

@media only screen and (max-width:768px) {
	.text-component-container .text-component img {
		height: auto !important;
		width: 100% !important
	}
}

.text-component-container.bottom-space-reduced {
	margin-bottom: 20px
}

.quote-block-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

	.quote-block-container .quote-block {
		background-color: #ebebeb;
		height: 100%;
		padding: 15px;
		margin: 0
	}

		.quote-block-container .quote-block .info-area {
			border-right: 2px solid #cfcfcf;
			padding: 30px 45px;
			display: flex;
			flex-direction: column;
			justify-content: center
		}

@media only screen and (max-width:767px) {
	.quote-block-container .quote-block .info-area {
		border-right: none;
		border-bottom: 2px solid #cfcfcf;
		padding: 0
	}
}

.quote-block-container .quote-block .info-area .info-text {
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 24px;
	color: #333
}

	.quote-block-container .quote-block .info-area .info-text .position {
		font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: inherit;
		color: inherit
	}

.quote-block-container .quote-block .info-area .company {
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 24px;
	color: #0c479d
}

.quote-block-container .quote-block .quote-area {
	padding: 40px 80px;
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 24px;
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: center
}

@media only screen and (max-width:767px) {
	.quote-block-container .quote-block .quote-area {
		font-size: 14px;
		padding: 20px 0 10px
	}
}

.tools-panel-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px;
	margin-bottom: 20px
}

	.tools-panel-container .tools-panel .tool-item {
		margin-bottom: 30px
	}

@media only screen and (max-width:480px) {
	.tools-panel-container .tools-panel .tool-item {
		font-size: 14px
	}
}

.tools-panel-container .tools-panel .tool-item .tool-link {
	display: contents
}

	.tools-panel-container .tools-panel .tool-item .tool-link .tool-image {
		background: url(../img/tools-icon.svg) no-repeat;
		background-position: center;
		background-size: 100px;
		border: 1px solid #ebebeb;
		width: 100%;
		height: 156px;
		margin: 0 auto 20px
	}

@media only screen and (max-width:1199px) {
	.tools-panel-container .tools-panel .tool-item .tool-link .tool-image {
		background-size: 70px;
		height: 114px
	}
}

@media only screen and (max-width:480px) {
	.tools-panel-container .tools-panel .tool-item .tool-link .tool-image {
		background-size: 50px;
		height: 74px
	}
}

.tools-panel-container .tools-panel .tool-item .tool-link .tool-name {
	text-align: center;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 17px;
	color: #333;
	line-height: 1.15
}

.tools-panel-container .tools-panel .tool-item .tool-link:focus,
.tools-panel-container .tools-panel .tool-item .tool-link:hover {
	text-decoration: none
}

.content-module-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

	.content-module-container .content-module {
		position: relative;
		margin: 0
	}

		.content-module-container .content-module .module-link {
			position: absolute;
			width: 100%;
			height: 100%;
			z-index: 1
		}

		.content-module-container .content-module .media-area {
			position: relative;
			z-index: 0
		}

			.content-module-container .content-module .media-area .play-image {
				position: absolute;
				display: block;
				background-image: url(../img/play-video-icon.png);
				background-repeat: no-repeat;
				background-position: center;
				background-size: 35px;
				width: 100%;
				height: 100%;
				z-index: 1
			}

			.content-module-container .content-module .media-area .content-image {
				display: block;
				background-repeat: no-repeat;
				background-position: center;
				background-size: cover;
				height: 100%
			}

			.content-module-container .content-module .media-area .content-video {
				display: block;
				width: 100%;
				height: 100%
			}

			.content-module-container .content-module .media-area .overlay--link {
				position: absolute;
				height: 100%;
				width: 100%
			}

		.content-module-container .content-module .text-area .sub-header {
			margin-bottom: 20px;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 18px;
			color: #333
		}

		.content-module-container .content-module .text-area .headline {
			line-height: 1.15;
			margin-bottom: 20px;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 18px;
			color: #333
		}

		.content-module-container .content-module .text-area .info-text {
			margin-bottom: 30px;
			font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 16px;
			color: #333
		}

		.content-module-container .content-module .text-area .link {
			position: relative;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 16px;
			color: #0c479d
		}

			.content-module-container .content-module .text-area .link::after {
				content: "\203A";
				position: absolute;
				font-size: 14px;
				bottom: -2px;
				right: -8px
			}

			.content-module-container .content-module .text-area .link:hover {
				text-decoration: none
			}

	.content-module-container.side-by-side .content-module .media-area {
		padding: 0;
		flex-grow: 0;
		min-width: 198px;
		height: 198px
	}

@media only screen and (max-width:991px) {
	.content-module-container.side-by-side .content-module .media-area {
		min-width: 141px;
		height: 141px
	}
}

.content-module-container.side-by-side .content-module .media-area .play-image {
	width: calc(100% - 15px)
}

.content-module-container.side-by-side .content-module .media-area .content-image {
	background-image: url(../img/content-images/content-module-1.png)
}

.content-module-container.side-by-side .content-module .text-area {
	padding-left: 30px;
	padding-right: 0
}

.content-module-container.side-by-side.w-25 .media-area {
	flex-basis: auto;
	padding-right: 0;
	margin-bottom: 20px
}

.content-module-container.side-by-side.w-25 .text-area {
	flex-basis: auto;
	padding-left: 0
}

.content-module-container.up-and-down .content-module .media-area {
	flex-basis: auto;
	padding: 0;
	margin-bottom: 20px;
	height: 145px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.content-module-container.up-and-down .content-module .media-area {
		height: 105px
	}
}

.content-module-container.up-and-down .content-module .media-area .play-image {
	width: 100%
}

.content-module-container.up-and-down .content-module .media-area .content-image {
	background-image: url(../img/content-images/content-module-3.png)
}

.content-module-container.up-and-down .content-module .text-area {
	flex-basis: auto;
	padding: 0
}

.content-module-container.text-only .text-area {
	background-color: #ebebeb;
	padding: 15px
}

.content-module-container.large .content-module .media-area {
	position: relative;
	padding-left: 0;
	height: 312px
}

@media only screen and (max-width:991px) {
	.content-module-container.large .content-module .media-area {
		height: 226px
	}
}

@media only screen and (max-width:767px) {
	.content-module-container.large .content-module .media-area {
		flex-basis: auto;
		padding-right: 0;
		margin-bottom: 20px
	}
}

@media only screen and (max-width:480px) {
	.content-module-container.large .content-module .media-area {
		height: 150px
	}
}

.content-module-container.large .content-module .media-area .play-image {
	width: calc(100% - 15px)
}

@media only screen and (max-width:767px) {
	.content-module-container.large .content-module .media-area .play-image {
		width: 100%
	}
}

.content-module-container.large .content-module .media-area .content-image {
	position: absolute;
	background-image: url(../img/content-images/large-content-module.png);
	width: calc(100% - 15px);
	cursor: pointer
}

@media only screen and (max-width:767px) {
	.content-module-container.large .content-module .media-area .content-image {
		width: 100%
	}
}

.content-module-container.large .content-module .text-area {
	padding-right: 0
}

@media only screen and (max-width:767px) {
	.content-module-container.large .content-module .text-area {
		flex-basis: auto;
		padding-left: 0
	}
}

.content-module-container.large .content-module .text-area .headline {
	line-height: 1.15;
	margin-bottom: 30px;
	font-family: 'EMprint Light', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 42px;
	color: #333
}

.content-module-container.large .content-module .text-area .link {
	display: inline-block;
	background-color: #0c479d;
	color: #fff;
	padding: 0 40px;
	line-height: 45px
}

	.content-module-container.large .content-module .text-area .link::after {
		content: none
	}

.nav-module-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

	.nav-module-container .content-image {
		position: relative;
		background: url(../img/content-images/nav-module-image.png) no-repeat;
		background-position: center;
		background-size: cover;
		height: 200px
	}

@media only screen and (max-width:991px) {
	.nav-module-container .content-image {
		height: 185px
	}
}

@media only screen and (max-width:480px) {
	.nav-module-container .content-image {
		height: 160px
	}
}

.nav-module-container .content-image .module-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1
}

.nav-module-container .content-image .overlay {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .65);
	width: 100%;
	min-height: 90px;
	max-height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

	.nav-module-container .content-image .overlay .title {
		text-align: center;
		height: 100%;
		padding: 5px;
		margin: 0;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 20px;
		color: #fff
	}

#sitePicker .modal-content {
	min-height: 350px
}

#sitePicker .modal-site-nodes {
	width: 100%;
	text-align: center
}

	#sitePicker .modal-site-nodes .site-node-option {
		display: block;
		width: 90%;
		margin: 20px auto;
		background-color: #0c479d;
		line-height: 45px;
		padding: 0 40px;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 16px;
		color: #fff
	}

#sitePicker .modal-logo {
	text-align: center;
	margin: 40px auto
}

@media only screen and (max-width:1199px) {
	#sitePicker .modal-logo {
		margin: 20px auto
	}
}

#sitePicker .modal-logo img {
	max-width: 75px
}

#sitePicker .modal-explanation {
	text-align: center;
	margin: 20px auto
}

.image-component-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

	.image-component-container .image-component {
		height: 145px
	}

@media only screen and (max-width:991px) {
	.image-component-container .image-component {
		height: 105px
	}
}

.image-component-container .image-component .content-image {
	display: block;
	background: url(../img/content-images/content-module-1.png) no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%
}

.image-component-container.bottom-space-reduced {
	margin-bottom: 20px
}

.search-results-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

	.search-results-container .search-results-header {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 12px;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 14px;
		color: #333
	}

		.search-results-container .search-results-header .results-showing,
		.search-results-container .search-results-header .sorted-by {
			display: inline-block;
			margin: 0
		}

		.search-results-container .search-results-header .sorted-by {
			text-align: right;
			margin-left: 50px
		}

	.search-results-container .search-result {
		position: relative;
		margin: 0;
		padding: 16px 0;
		border-top: 1px solid #ebebeb
	}

		.search-results-container .search-result:last-of-type {
			border-bottom: 1px solid #ebebeb
		}

		.search-results-container .search-result .result-link {
			position: absolute;
			width: 100%;
			height: 100%;
			z-index: 1
		}

		.search-results-container .search-result .media-area {
			flex-grow: 0;
			min-width: 198px;
			height: 100px;
			padding: 0;
			margin-right: 30px
		}

@media only screen and (max-width:480px) {
	.search-results-container .search-result .media-area {
		min-width: 141px;
		height: 71px
	}
}

.search-results-container .search-result .media-area .content-image {
	display: block;
	background: url(../img/content-images/content-module-1.png) no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%
}

.search-results-container .search-result .media-area .content-video {
	display: block;
	width: 100%;
	height: 100%
}

.search-results-container .search-result .media-area .video-area {
	display: block;
	background: url(../img/content-images/content-module-1.png) no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%
}

.search-results-container .search-result .text-area {
	padding: 0
}

	.search-results-container .search-result .text-area .title {
		margin-bottom: 20px;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 18px;
		color: #333
	}

@media only screen and (max-width:480px) {
	.search-results-container .search-result .text-area .title {
		font-size: 16px
	}
}

.search-results-container .search-result .text-area .info-text {
	margin-bottom: 20px;
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #333
}

@media only screen and (max-width:767px) {
	.search-results-container .search-result .text-area .info-text {
		font-size: 14px
	}
}

.search-results-container .search-result .text-area .last-modified {
	margin-bottom: 0;
	font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #bfbfbf
}

@media only screen and (max-width:767px) {
	.search-results-container .search-result .text-area .last-modified {
		font-size: 14px
	}
}

.share-article-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px;
	width: 100%
}

	.share-article-container .share-article {
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
		padding: 10px 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center
	}

		.share-article-container .share-article .social-button,
		.share-article-container .share-article iframe {
			margin-left: 12px
		}

		.share-article-container .share-article .sharing-div {
			display: inline-block
		}

@media (max-width:800px) {
	.share-article-container .share-article .sharing-div {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 5px
	}
}

.share-article-container .share-article .mail-icon {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/mail-icon.svg) no-repeat;
	background-size: 100%;
	background-position: center right;
	width: 30px;
	height: 28px;
	margin-bottom: 3px
}

@media only screen and (max-width:767px) {
	.share-article-container .share-article .mail-icon {
		background-size: 75%
	}
}

.share-article-container .share-article .share-text {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 10px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 18px;
	color: #333
}

@media only screen and (max-width:767px) {
	.share-article-container .share-article .share-text {
		margin: 0 10px 0 5px;
		font-size: 14px
	}
}

.share-article-container .share-article .mail-link {
	background-color: #0c479d;
	padding: 0 45px 0 45px !important
}

.share-article-container .share-article .social-share-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px 0 50px;
	line-height: 35px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #fff;
	cursor: pointer
}

@media (max-width:800px) {
	.share-article-container .share-article .social-share-button {
		max-width: 150px;
		width: 150px
	}
}

.share-article-container .share-article .fb-social-button {
	background-color: #1877f2
}

	.share-article-container .share-article .fb-social-button:before {
		position: absolute;
		left: 10px;
		top: 3px;
		height: 28px;
		width: 28px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/assets/icons/f_logo_RGB-White_72.png);
		content: ''
	}

	.share-article-container .share-article .fb-social-button:focus,
	.share-article-container .share-article .fb-social-button:hover {
		color: #fff
	}

.share-article-container .share-article .twitter-social-button {
	background-color: #2daae2
}

	.share-article-container .share-article .twitter-social-button:before {
		position: absolute;
		left: 10px;
		top: 3px;
		height: 28px;
		width: 28px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/assets/icons/twt_logo_RGB-White_72.png);
		content: ''
	}

.share-article-container .share-article .li-social-button {
	background-color: #007bb5
}

	.share-article-container .share-article .li-social-button:before {
		position: absolute;
		left: 10px;
		top: 3px;
		height: 28px;
		width: 28px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/assets/icons/li_icon.png);
		content: ''
	}

.document-download-container {
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px;
	width: 100%
}

	.document-download-container .document-download {
		background-color: #ebebeb
	}

		.document-download-container .document-download .header .btn {
			position: relative;
			background-color: transparent;
			text-align: left;
			white-space: normal;
			width: 100%;
			padding: 14px 100px 14px 14px;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 20px;
			color: #333
		}

			.document-download-container .document-download .header .btn::after,
			.document-download-container .document-download .header .btn::before {
				content: '';
				position: absolute;
				top: 27px;
				right: 20px;
				background-color: #575757;
				width: 20px;
				height: 2px;
				transition: all .35s ease-in-out
			}

			.document-download-container .document-download .header .btn.collapsed::after {
				transform: rotate(-90deg)
			}

			.document-download-container .document-download .header .btn::after {
				transform: rotate(0)
			}

			.document-download-container .document-download .header .btn:focus {
				outline: 0;
				box-shadow: none
			}

			.document-download-container .document-download .header .btn .close::after {
				content: attr(data-trans-close);
				position: absolute;
				top: 20px;
				right: 50px
			}

			.document-download-container .document-download .header .btn.collapsed .close::after {
				content: attr(data-trans-open)
			}

		.document-download-container .document-download .content {
			padding: 10px 30px
		}

			.document-download-container .document-download .content .downloads-area .row {
				display: flex;
				flex: 1 0 100%;
				flex-wrap: wrap
			}

				.document-download-container .document-download .content .downloads-area .row .download-item {
					margin-bottom: 30px;
					display: flex;
					flex-direction: column
				}

					.document-download-container .document-download .content .downloads-area .row .download-item .document-link {
						height: 100%;
						display: flex;
						flex-direction: column;
						justify-content: space-between
					}

						.document-download-container .document-download .content .downloads-area .row .download-item .document-link .item-icon {
							display: inline-block;
							vertical-align: top;
							background: url(../img/file-icon.svg) no-repeat;
							background-size: 100%;
							width: 35px;
							height: 42px;
							margin: 0 20px 10px 0
						}

						.document-download-container .document-download .content .downloads-area .row .download-item .document-link .item-info {
							display: flex
						}

							.document-download-container .document-download .content .downloads-area .row .download-item .document-link .item-info .item-details {
								display: inline-block;
								vertical-align: top
							}

								.document-download-container .document-download .content .downloads-area .row .download-item .document-link .item-info .item-details .title-link {
									border: none;
									background: 0 0;
									white-space: normal;
									text-align: left;
									padding: 0;
									margin-bottom: 3px;
									font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
									font-size: 16px;
									color: #575757
								}

									.document-download-container .document-download .content .downloads-area .row .download-item .document-link .item-info .item-details .title-link:hover {
										text-decoration: underline
									}

									.document-download-container .document-download .content .downloads-area .row .download-item .document-link .item-info .item-details .title-link:focus {
										outline: 0;
										box-shadow: none
									}

								.document-download-container .document-download .content .downloads-area .row .download-item .document-link .item-info .item-details .info {
									margin: 0;
									font-family: 'EMprint Regular', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
									font-size: 16px;
									color: #575757
								}

						.document-download-container .document-download .content .downloads-area .row .download-item .document-link .item-image {
							min-height: 300px;
							background-color: #fff;
							width: 100%;
							margin-top: 5px;
							position: relative;
							cursor: pointer;
							display: flex
						}

							.document-download-container .document-download .content .downloads-area .row .download-item .document-link .item-image img {
								position: absolute;
								top: 0;
								bottom: 0;
								left: 0;
								right: 0;
								margin: auto;
								max-width: 250px;
								max-height: 250px
							}

@media only screen and (max-width:400px) {
	.document-download-container .document-download .content .downloads-area .row .download-item .document-link .item-image img {
		max-width: 80%
	}
}

.document-download-container .document-download .content .downloads-area .row .download-item .document-link .pdf-image img {
	border: 1px solid #d3d3d3
}

.show-more-container {
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px;
	text-align: center;
	width: 100%
}

	.show-more-container .show-more-button {
		border: none;
		background-color: #0c479d;
		height: 45px;
		padding: 0 40px;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 16px;
		color: #fff
	}

		.show-more-container .show-more-button:focus {
			outline: 0;
			box-shadow: none
		}

.system-error {
	width: 100%;
	text-align: center
}

@media only screen and (min-width:768px) {
	.system-error {
		margin-bottom: 50px
	}
}

.system-error .page-sub-header {
	margin: 0 0 30px
}

@media only screen and (max-width:768px) {
	.system-error .page-sub-header {
		font-size: 22px
	}
}

.table {
	display: block;
	max-width: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	overflow-x: auto;
	border-collapse: collapse
}

	.table td,
	.table th {
		word-break: break-word
	}

.table__wrapper {
	position: relative;
	max-width: 100%;
	margin-bottom: 15px
}

.table__wrapper--scroll-indicator:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	box-shadow: inset -20px 0 20px -20px rgba(0, 0, 0, .5);
	opacity: 1;
	transition: opacity .5s ease
}

.table__wrapper--scroll-end:after {
	opacity: 0
}

.signinbutton-container {
	display: flex;
	flex: 1 0 100%;
	justify-content: center;
	margin-bottom: 20px;
	padding: 0 15px;
	max-width: 100%
}

	.signinbutton-container .login-button {
		text-decoration: none;
		background-color: #0c479d;
		color: #fff;
		padding: 25px;
		min-width: 400px;
		text-align: center;
		font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
		font-size: 16px;
		color: #fff
	}

@media only screen and (max-width:767px) {
	.signinbutton-container .login-button {
		width: 100%;
		min-width: unset
	}
}

.cta-button-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px
}

@media only screen and (max-width:991px) {
	.cta-button-container {
		margin-bottom: 20px
	}
}

.cta-button-container a {
	display: inline-block;
	background-color: #0c479d;
	padding: 0 40px;
	line-height: 45px;
	font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #fff
}

	.cta-button-container a:hover {
		text-decoration: none
	}

.admin-area-container {
	margin-bottom: 50px
}

	.admin-area-container .admin-button {
		margin: 10px 0
	}

		.admin-area-container .admin-button button {
			border: none;
			background-color: #0c479d;
			padding: 10px 25px;
			font-family: 'EMprint Semibold', Arial, 'Helvetica Neue', Helvetica, 'Lucida Grande', sans-serif;
			font-size: 14px;
			color: #fff
		}

.video-container {
	padding: 0 5px
}

	.video-container .text-for-video {
		margin: 5px 0
	}

	.video-container .image-for-video {
		position: relative;
		cursor: pointer
	}

		.video-container .image-for-video img {
			display: inline-block;
			position: relative
		}

		.video-container .image-for-video .play-image {
			content: '';
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background-image: url(../img/play-video-icon.png);
			background-repeat: no-repeat;
			background-position: center;
			background-size: 50px;
			width: 100%;
			height: 100%;
			z-index: 1
		}

	.video-container .video-content .no-cookie-consent {
		background-color: unset
	}

	.video-container .video-content .video-area iframe {
		width: 100%;
		border-style: none
	}

.document-download-component-container .document-download-component {
	margin: 0 0 30px 15px;
	overflow: auto;
	height: 300px;
	border: 1px solid #ebebeb
}

.document-download-component-container .document-download-table {
	width: 100%;
	border-collapse: collapse
}

	.document-download-component-container .document-download-table th {
		position: -webkit-sticky;
		position: sticky;
		top: -1px;
		background-color: #ebebeb;
		padding: 5px 0
	}

	.document-download-component-container .document-download-table tr td {
		padding: 5px 0
	}

		.document-download-component-container .document-download-table tr td:first-child {
			text-align: center;
			width: 60px
		}

			.document-download-component-container .document-download-table tr td:first-child img {
				height: 25px;
				width: 25px;
				margin: 0 10px
			}

		.document-download-component-container .document-download-table tr td a {
			color: inherit
		}

		.document-download-component-container .document-download-table tr td:last-child,
		.document-download-component-container .document-download-table tr th:last-child {
			width: 100px
		}

@media only screen and (max-width:1199px) {

	.document-download-component-container .document-download-table tr td:last-child,
	.document-download-component-container .document-download-table tr th:last-child {
		display: none !important
	}
}

.document-download-component-container.w-25 .document-download-table tr td:last-child,
.document-download-component-container.w-25 .document-download-table tr th:last-child {
	display: none !important
}

body .no-cookie-consent {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40%
}

@media only screen and (max-width:1199px) {
	body .no-cookie-consent {
		background-size: 60%
	}
}

@media only screen and (max-width:767px) {
	body .no-cookie-consent {
		background-size: 100%
	}
}
