h1, h2, h3, h4, h5, h6 {
	margin-top: 2em;
}
p, ul, ol, table, form, hr, blockquote {
	margin-top: 1em;
}
:first-child {
	margin-top: 0;
}
h1 {
	font-size: 4.5rem;
	margin-bottom: 0.5em;
	font-weight: normal;
	word-wrap: normal;
}
h2 {
	font-size: 3rem;
	font-weight: normal;
}
h3 {
	font-size: 1.75rem;
	font-weight: normal;
}
h4 {
	font-size: 1.25rem;
	font-weight: bold;
}
h4 {
	font-size: 1.1rem;
	font-weight: bold;
}
h6 {
	font-size: 1rem;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	color: white;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: inherit;
}
h1.small, h2.small, h3.small, h4.small, h5.small, h6.small {
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-size: 0.8235rem;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
a {
	color: #7A64FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin-left: 2.5rem;
}
ul > li {
	list-style-type: '\2022   ';
}
li > ul,
li > ol {
	margin-top: 0;
	margin-left: 1.5em;
}
ul.sharing-widget > li {
	list-style-type: none;
}
@media screen and (max-width: 900px) {
	.sharing-widget.overlay {
		display: none;
	}
}
img {
	border: none;
	max-width: 100%;
}
img[height] {
	height: auto !important;
}
img.drop-shadow {
	display: inline-block;
	box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.4);
	background-color: white;
}
img.circular {
	border-radius: 100%;
}
img.background,
img.background[height] {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	background-position: center center;
	background-size: cover;
}
.background-image-container,
.background-image-content {
	position: relative;
}
table {
	border-collapse: collapse;
}
table td, table th {
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	padding: 0 1rem 1rem 0;
}
th[align=left], td[align=left] { text-align: left !important; }
th[align=center], td[align=center] { text-align: center !important; }
th[align=right], td[align=right] { text-align: right !important; }
th[valign=top], td[valign=top] { vertical-align: top !important; }
th[valign=middle], td[valign=middle] { vertical-align: middle !important; }
th[valign=bottom], td[valign=bottom] { vertical-align: bottom !important; }

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
select {
	box-sizing: border-box;
	font-family: inherit;
	padding: 1em;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	background: #fafafa;
	color: #1a1a1a;
	font-size: 0.706rem;
	font-family: inherit;
}
input[type="submit"],
input[type="reset"],
button,
a.button {
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.8235rem;
	display: inline-block;
	color: white;
	background: #ff910a;
	border: none;
	border-radius: 100px;
	padding: 0.9em 2.5em;
	cursor: pointer;
	text-decoration: none;
	margin: 0.2em;
	text-align: center;
	transition: color 0.2s;
}
input[type="submit"].inverted,
input[type="reset"].inverted,
button.inverted,
a.button.inverted {
	color: #ff910a;
	background: white;
}
input[type="submit"].outline,
input[type="reset"].outline,
button.outline,
a.button.outline {
	color: #D6DCDC;
	background: black;
	border: 2px solid #D6DCDC;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
a.button:hover {
	background-image: linear-gradient(to right, #7A64FF 0%, #FF337A 100%);
	color: black;
}
input[type=submit].outline:hover,
input[type=reset].outline:hover,
button.outline:hover,
a.button.outline:hover {
	background-image: none;
	background-color: #D6DCDC;
}

input[type=submit].small,
input[type=reset].small,
button.small,
a.button.small {
	font-size: 0.765rem;
	letter-spacing: 1.3px;
	padding: 0.5em 1em;
}

a.read-more::after {
	content: ' \279D';
	font: normal 0.9em sans-serif;
}

hr {
	height: 1px;
	border: none;
	padding: 0;
	color: #999;
	background-color: #999;
}
.clear {
	clear: both;
}
.horizontal-padding {
	padding-left: 4%;
	padding-right: 4%;
}
.vertical-padding {
	padding-top: 1.882rem;
	padding-bottom: 1.882rem;
}
.limited-width {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}
.limited-width.narrow {
	max-width: 40rem;
}
.shaded {
	background-color: #14161B;
}
div.columns {
	margin-top: 2rem;
	column-gap: 2rem;
	column-count: 2;
	text-align: left;
}
div.columns:first-child,
div.columns.first-child {
	margin-top: 0;
}

div.columns div.non-breaking-column {
	page-break-inside: avoid;
	break-inside: avoid;
	break-inside: avoid-column;
	width: 100%;
}

div.columns.table {
	column-count: auto;
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.columns.table div.non-breaking-column {
	display: table-cell;
	overflow: auto;
	width: auto;
	vertical-align: top;
	padding: 0 1rem;
	box-sizing: border-box;
	width: 50%;
}
div.columns.table div.non-breaking-column:first-child {
	padding-left: 0;
}
div.columns.table div.non-breaking-column:last-child {
	padding-right: 0;
}
div.columns.table.centered div.non-breaking-column {
	vertical-align: middle;
}
.accordion-page:not(:first-child),
details.mce-accordion:not(:first-child) {
	margin-top: 1em;
}
.accordion-page-toggler,
details.mce-accordion > summary {
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background: #243657 none no-repeat scroll 0.5em 0.5em;
	background-size: 1.5em 1.5em;
	color: white;
	cursor: pointer;
}
.accordion-page.accordion-created .accordion-page-toggler,
details.mce-accordion > summary {
	padding-left: 2em;
	background-image: url('../images/accordion-chevron.png')
}
.accordion-page.accordion-created .accordion-page-toggler.collapsed,
details.mce-accordion:not([open]) > summary {
	background-image: url('../images/accordion-chevron-expanded.png')
}
details.mce-accordion > summary::marker {
	content: '';
}
.accordion-page-element > *:first-child,
details.mce-accordion > summary + * {
	margin-top: 1em !important;
}
@media screen and (max-width: 810px) {
	div.columns {
		column-count: auto;
	}
	div.columns div.non-breaking-column {
		margin-top: 2rem !important;
	}
	div.columns.table,
	div.columns.table div.non-breaking-column {
		display: block;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

table.icon {
	width: 100%;
	border: none;
}
table.icon th,
table.icon td {
	border: none;
	padding: 1rem 2rem 1rem 0;
}
table.icon th {
	width: 4.852rem;
}
table.icon th img {
	width: 100%;
}
table.icon td {
	width: auto;
}
@media screen and (max-width: 500px) {
	table.icon,
	table.icon tbody,
	table.icon tr,
	table.icon th,
	table.icon td {
		display: block;
	}
	table.icon th {
		padding-bottom: 0;
	}
	table.icon th + td {
		padding-top: 0.5rem;
	}
}
.static_page_element.map,
.static_page_element.map button {
	letter-spacing: normal;
	color: inherit;
	border-radius: 0;
}
.static_page_element.map {
	max-width: 100%;
}

.scrollable-container {
	width: 100%;
	overflow: auto;
}

table.document-list {
	width: 100%;
	font-size: 10px;
	background: #243657;
	color: white;
	border-radius: 1em;
	overflow: hidden;
}
table.document-list.large {
	font-size: 1rem;
}
table.document-list th,
table.document-list td {
	padding: 0.4em 0.6em 0.4em 0.4em;
	min-width: 5em;
}
table.document-list th {
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
table.document-list a {
	font-weight: 500;
	color: inherit;
}
table.document-list > * + * > tr:first-child > td,
table.document-list tr + tr > td,
table.document-list tr + tr > th {
	border-top: 1px solid #566074;
}
table.document-list tr:hover {
	background: #566074;
}
table.document-list tr.selected {
	background: #566074;
}
table.document-list tr.selected:hover {
	background: #566074;
}


.content-with-sidebar {
	position: relative;
	text-align: left;
}
.content-with-sidebar:not(:first-child) {
	margin-top: 2rem;
}
.content-with-sidebar:after {
	content: "";
	display: table;
	clear: both;
}
.content-with-sidebar:first-child {
	margin-top: 0;
}
.content-with-sidebar .content,
.content-with-sidebar .sidebar {
	box-sizing: border-box;
}
.content-with-sidebar .content {
	float: left;
	padding-right: 1.25rem;
	width: calc(100% - 15rem);
}
.content-with-sidebar .sidebar {
	float: right;
	padding-left: 1.25rem;
	width: 15rem;
}
.content-with-sidebar.sidebar-first .sidebar {
	float: left;
	padding-left: 0;
	padding-right: 1.25rem;
}
.content-with-sidebar.sidebar-first .content {
	float: right;
	padding-right: 0;
	padding-left: 1.25rem;
}
@media screen and (max-width: 1200px) {
	.content-with-sidebar .content {
		padding-right: 5%;
	}
	.content-with-sidebar .sidebar {
		padding-left: 5%;
	}
	.content-with-sidebar.sidebar-first .content {
		padding-right: 0;
		padding-left: 5%;
	}
	.content-with-sidebar.sidebar-first .sidebar {
		padding-left: 0;
		padding-right: 5%;
	}
}
@media screen and (max-width: 800px) {
	.content-with-sidebar .content,
	.content-with-sidebar .sidebar,
	.content-with-sidebar.sidebar-first .content,
	.content-with-sidebar.sidebar-first .sidebar {
		padding: 0;
		float: none;
		width: auto;
	}
	.content-with-sidebar .content + .sidebar,
	.content-with-sidebar .sidebar + .content {
		margin-top: 2rem;
	}
	.content-with-sidebar .column-separator {
		position: static;
		width: auto;
		background: transparent;
	}
	.content-with-sidebar .column-separator::before,
	.content-with-sidebar .column-separator::after {
		display: none;
	}
	.content-with-sidebar .column-separator {
		padding: 1rem 0;
	}
	.content-with-sidebar .column-separator hr {
		display: block;
	}
	h1 {
		font-size: 2rem;
	}
}
.content-with-sidebar .content-with-sidebar .content,
.content-with-sidebar .content-with-sidebar .sidebar,
.content-with-sidebar .content-with-sidebar.sidebar-first .content,
.content-with-sidebar .content-with-sidebar.sidebar-first .sidebar {
	padding: 0;
	float: none;
	width: auto;
}
.content-with-sidebar .content-with-sidebar .content + .sidebar,
.content-with-sidebar .content-with-sidebar .sidebar + .content {
	margin-top: 2rem;
}
.content-with-sidebar .content-with-sidebar .column-separator {
	position: static;
	width: auto;
	background: transparent;
}
.content-with-sidebar .content-with-sidebar .column-separator::before,
.content-with-sidebar .content-with-sidebar .column-separator::after {
	display: none;
}
.content-with-sidebar .content-with-sidebar .column-separator {
	padding: 1rem 0;
}
.content-with-sidebar .content-with-sidebar .column-separator hr {
	display: block;
}

.success {
	border: 1px solid #9C9;
	color: #393 !important;
	background: #CFC url('/images/icons/tick.png') no-repeat scroll 1em 1em;
}
.warning {
	border: 1px solid #CC9;
	color: #993 !important;
	background: #FFC url('/images/icons/error.png') no-repeat scroll 1em 1em;
}
.error {
	border: 1px solid #C99;
	color: #933 !important;
	background: #FCC url('/images/icons/cross.png') no-repeat scroll 1em 1em;
}
.info {
	border: 1px solid #CCC;
	color: #333;
	background: #EEE url('/images/icons/comment.png') no-repeat scroll 1em 1em;
}

.success, .warning, .error, .info {
	padding: 1em 1em 1em 3em;
	margin-top: 1em;	
}
.success a, .warning a, .error a, .info a {
	color: inherit;
	text-decoration: underline;
}
.success a.button, .warning a.button, .error a.button, .info a.button {
	color: #404040;
	text-decoration: none;
}
.centered {
	text-align: center;
}