﻿/* Fonts specific to Adelaide Uni version */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");

@font-face {
	font-family: National-2-Condensed;
	font-weight: 500;
	src: url(./fonts/national-2-condensed-medium.woff2) format("woff2");
}

@font-face {
	font-family: National-2-Condensed_Bold;
	font-weight: 700;
	src: url(./fonts/national-2-condensed-bold.woff2) format("woff2");
}

/* Modified main.css of UNISA version */

/*
  Theme Variables
  @dev: Ensure you update /data/themes.json if a new theme colour is added so the prototype shows this on the themes page.
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
/*html {
	font-family: sans-serif;*/
	/* 1 */
	/*line-height: 1.15;*/
	/* 2 */
	/*-ms-text-size-adjust: 100%;*/
	/* 3 */
	/*-webkit-text-size-adjust: 100%;*/
	/* 3 */
/*}*/

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */

body {
	/*font-family: "National-2-Condensed", arial, helvetica, sans-serif;*/
	line-height: 1.42857;
	color: #666666;
	background-color: #ffffff;
	margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
	/*font-size: 2em;*/
	margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
	display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
	margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
	display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

	/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
	a:active,
	a:hover {
		outline-width: 0;
		cursor: pointer;
	}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
	font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
	font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
	font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
	background-color: #ff0;
	color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
	font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
	display: inline-block;
}

	/**
     * Add the correct display in iOS 4-7.
     */
	audio:not([controls]) {
		display: none;
		height: 0;
	}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
	border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
	overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	/**
       * Remove the inner border and padding in Firefox.
       */
	/**
       * Restore the focus styles unset by the previous rule.
       */
}

	button::-moz-focus-inner,
	[type="button"]::-moz-focus-inner,
	[type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0;
	}

	button:-moz-focusring,
	[type="button"]:-moz-focusring,
	[type="reset"]:-moz-focusring,
	[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText;
	}

/**
     * Show the overflow in Edge.
     */
input {
	overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
	/**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

	[type="search"]::-webkit-search-cancel-button,
	[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
	box-sizing: border-box;
	/* 1 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	color: inherit;
	/* 2 */
	white-space: normal;
	/* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
	overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
	display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
	display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
	display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
	display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
	display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
	display: none;
}

.foundation-mq {
	font-family: "small=0em&smallish=31.25em&underMedium=47.9375em&medium=48em&large=64em&xlarge=80em&xxlarge=90em";
}

/*html {
	box-sizing: border-box;
	font-size: 100%;
}*/

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

button {
	padding: 0;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
}

[data-whatinput='mouse'] button {
	outline: 0;
}

pre {
	overflow: auto;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.row {
	max-width: 1097px;
	margin-right: auto;
	margin-left: auto;
}

	.row::before,
	.row::after {
		display: table;
		content: ' ';
	}

	.row::after {
		clear: both;
	}

	.row.collapse > .column,
	.row.collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
	}

.full-width {
	width: 100%;
}

.loading-panel {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

	.loading-panel .shim {
		width: 100%;
		height: 50%;
		margin-top: -155px;
		float: left;
	}

	.loading-panel .inner {
		position: relative;
		max-width: 600px;
		margin: 0 auto;
		text-align: center;
	}

	.loading-panel img {
		width: 100px;
		height: auto;
		margin-bottom: 20px;
	}

.text-uppercase {
	text-transform: uppercase;
}

.theme-white {
	color: #fff;
}

@media print, screen and (min-width: 31.25em) {
	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
	}
}

@media screen and (min-width: 80em) {
	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
	}
}

@media screen and (min-width: 90em) {
	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0;
}

.row.expanded {
	max-width: none;
}

	.row.expanded .row {
		margin-right: auto;
		margin-left: auto;
	}

.row:not(.expanded) .row {
	max-width: none;
}

.row.gutter-small > .column,
.row.gutter-small > .columns {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.row.gutter-medium > .column,
.row.gutter-medium > .columns {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.row.gutter-xlarge > .column,
.row.gutter-xlarge > .columns {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

@media print, screen and (min-width: 48em) {

	.column,
	.columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

@media screen and (min-width: 80em) {

	.column,
	.columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
	float: left;
}

.column.row.row,
.row.row.columns {
	float: none;
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.small-1 {
	width: 8.33333%;
}

.small-push-1 {
	position: relative;
	left: 8.33333%;
}

.small-pull-1 {
	position: relative;
	left: -8.33333%;
}

.small-offset-0 {
	margin-left: 0%;
}

.small-2 {
	width: 16.66667%;
}

.small-push-2 {
	position: relative;
	left: 16.66667%;
}

.small-pull-2 {
	position: relative;
	left: -16.66667%;
}

.small-offset-1 {
	margin-left: 8.33333%;
}

.small-3 {
	width: 25%;
}

.small-push-3 {
	position: relative;
	left: 25%;
}

.small-pull-3 {
	position: relative;
	left: -25%;
}

.small-offset-2 {
	margin-left: 16.66667%;
}

.small-4 {
	width: 33.33333%;
}

.small-push-4 {
	position: relative;
	left: 33.33333%;
}

.small-pull-4 {
	position: relative;
	left: -33.33333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	width: 41.66667%;
}

.small-push-5 {
	position: relative;
	left: 41.66667%;
}

.small-pull-5 {
	position: relative;
	left: -41.66667%;
}

.small-offset-4 {
	margin-left: 33.33333%;
}

.small-6 {
	width: 50%;
}

.small-push-6 {
	position: relative;
	left: 50%;
}

.small-pull-6 {
	position: relative;
	left: -50%;
}

.small-offset-5 {
	margin-left: 41.66667%;
}

.small-7 {
	width: 58.33333%;
}

.small-push-7 {
	position: relative;
	left: 58.33333%;
}

.small-pull-7 {
	position: relative;
	left: -58.33333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	width: 66.66667%;
}

.small-push-8 {
	position: relative;
	left: 66.66667%;
}

.small-pull-8 {
	position: relative;
	left: -66.66667%;
}

.small-offset-7 {
	margin-left: 58.33333%;
}

.small-9 {
	width: 75%;
}

.small-push-9 {
	position: relative;
	left: 75%;
}

.small-pull-9 {
	position: relative;
	left: -75%;
}

.small-offset-8 {
	margin-left: 66.66667%;
}

.small-10 {
	width: 83.33333%;
}

.small-push-10 {
	position: relative;
	left: 83.33333%;
}

.small-pull-10 {
	position: relative;
	left: -83.33333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	width: 91.66667%;
}

.small-push-11 {
	position: relative;
	left: 91.66667%;
}

.small-pull-11 {
	position: relative;
	left: -91.66667%;
}

.small-offset-10 {
	margin-left: 83.33333%;
}

.small-12 {
	width: 100%;
}

.small-offset-11 {
	margin-left: 91.66667%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
	float: left;
	width: 100%;
}

	.small-up-1 > .column:nth-of-type(1n),
	.small-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.small-up-1 > .column:nth-of-type(1n+1),
	.small-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}

	.small-up-1 > .column:last-child,
	.small-up-1 > .columns:last-child {
		float: left;
	}

.small-up-2 > .column,
.small-up-2 > .columns {
	float: left;
	width: 50%;
}

	.small-up-2 > .column:nth-of-type(1n),
	.small-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.small-up-2 > .column:nth-of-type(2n+1),
	.small-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}

	.small-up-2 > .column:last-child,
	.small-up-2 > .columns:last-child {
		float: left;
	}

.small-up-3 > .column,
.small-up-3 > .columns {
	float: left;
	width: 33.33333%;
}

	.small-up-3 > .column:nth-of-type(1n),
	.small-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.small-up-3 > .column:nth-of-type(3n+1),
	.small-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}

	.small-up-3 > .column:last-child,
	.small-up-3 > .columns:last-child {
		float: left;
	}

.small-up-4 > .column,
.small-up-4 > .columns {
	float: left;
	width: 25%;
}

	.small-up-4 > .column:nth-of-type(1n),
	.small-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.small-up-4 > .column:nth-of-type(4n+1),
	.small-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}

	.small-up-4 > .column:last-child,
	.small-up-4 > .columns:last-child {
		float: left;
	}

.small-up-5 > .column,
.small-up-5 > .columns {
	float: left;
	width: 20%;
}

	.small-up-5 > .column:nth-of-type(1n),
	.small-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.small-up-5 > .column:nth-of-type(5n+1),
	.small-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}

	.small-up-5 > .column:last-child,
	.small-up-5 > .columns:last-child {
		float: left;
	}

.small-up-6 > .column,
.small-up-6 > .columns {
	float: left;
	width: 16.66667%;
}

	.small-up-6 > .column:nth-of-type(1n),
	.small-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.small-up-6 > .column:nth-of-type(6n+1),
	.small-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}

	.small-up-6 > .column:last-child,
	.small-up-6 > .columns:last-child {
		float: left;
	}

.small-up-7 > .column,
.small-up-7 > .columns {
	float: left;
	width: 14.28571%;
}

	.small-up-7 > .column:nth-of-type(1n),
	.small-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.small-up-7 > .column:nth-of-type(7n+1),
	.small-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}

	.small-up-7 > .column:last-child,
	.small-up-7 > .columns:last-child {
		float: left;
	}

.small-up-8 > .column,
.small-up-8 > .columns {
	float: left;
	width: 12.5%;
}

	.small-up-8 > .column:nth-of-type(1n),
	.small-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.small-up-8 > .column:nth-of-type(8n+1),
	.small-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}

	.small-up-8 > .column:last-child,
	.small-up-8 > .columns:last-child {
		float: left;
	}

.small-collapse > .column,
.small-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}

.small-collapse .row {
	margin-right: 0;
	margin-left: 0;
}

.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.small-centered {
	margin-right: auto;
	margin-left: auto;
}

	.small-centered,
	.small-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}

.small-uncentered,
.small-push-0,
.small-pull-0 {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0;
}

@media print, screen and (min-width: 31.25em) {
	.smallish-1 {
		width: 8.33333%;
	}

	.smallish-push-1 {
		position: relative;
		left: 8.33333%;
	}

	.smallish-pull-1 {
		position: relative;
		left: -8.33333%;
	}

	.smallish-offset-0 {
		margin-left: 0%;
	}

	.smallish-2 {
		width: 16.66667%;
	}

	.smallish-push-2 {
		position: relative;
		left: 16.66667%;
	}

	.smallish-pull-2 {
		position: relative;
		left: -16.66667%;
	}

	.smallish-offset-1 {
		margin-left: 8.33333%;
	}

	.smallish-3 {
		width: 25%;
	}

	.smallish-push-3 {
		position: relative;
		left: 25%;
	}

	.smallish-pull-3 {
		position: relative;
		left: -25%;
	}

	.smallish-offset-2 {
		margin-left: 16.66667%;
	}

	.smallish-4 {
		width: 33.33333%;
	}

	.smallish-push-4 {
		position: relative;
		left: 33.33333%;
	}

	.smallish-pull-4 {
		position: relative;
		left: -33.33333%;
	}

	.smallish-offset-3 {
		margin-left: 25%;
	}

	.smallish-5 {
		width: 41.66667%;
	}

	.smallish-push-5 {
		position: relative;
		left: 41.66667%;
	}

	.smallish-pull-5 {
		position: relative;
		left: -41.66667%;
	}

	.smallish-offset-4 {
		margin-left: 33.33333%;
	}

	.smallish-6 {
		width: 50%;
	}

	.smallish-push-6 {
		position: relative;
		left: 50%;
	}

	.smallish-pull-6 {
		position: relative;
		left: -50%;
	}

	.smallish-offset-5 {
		margin-left: 41.66667%;
	}

	.smallish-7 {
		width: 58.33333%;
	}

	.smallish-push-7 {
		position: relative;
		left: 58.33333%;
	}

	.smallish-pull-7 {
		position: relative;
		left: -58.33333%;
	}

	.smallish-offset-6 {
		margin-left: 50%;
	}

	.smallish-8 {
		width: 66.66667%;
	}

	.smallish-push-8 {
		position: relative;
		left: 66.66667%;
	}

	.smallish-pull-8 {
		position: relative;
		left: -66.66667%;
	}

	.smallish-offset-7 {
		margin-left: 58.33333%;
	}

	.smallish-9 {
		width: 75%;
	}

	.smallish-push-9 {
		position: relative;
		left: 75%;
	}

	.smallish-pull-9 {
		position: relative;
		left: -75%;
	}

	.smallish-offset-8 {
		margin-left: 66.66667%;
	}

	.smallish-10 {
		width: 83.33333%;
	}

	.smallish-push-10 {
		position: relative;
		left: 83.33333%;
	}

	.smallish-pull-10 {
		position: relative;
		left: -83.33333%;
	}

	.smallish-offset-9 {
		margin-left: 75%;
	}

	.smallish-11 {
		width: 91.66667%;
	}

	.smallish-push-11 {
		position: relative;
		left: 91.66667%;
	}

	.smallish-pull-11 {
		position: relative;
		left: -91.66667%;
	}

	.smallish-offset-10 {
		margin-left: 83.33333%;
	}

	.smallish-12 {
		width: 100%;
	}

	.smallish-offset-11 {
		margin-left: 91.66667%;
	}

	.smallish-up-1 > .column,
	.smallish-up-1 > .columns {
		float: left;
		width: 100%;
	}

		.smallish-up-1 > .column:nth-of-type(1n),
		.smallish-up-1 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.smallish-up-1 > .column:nth-of-type(1n+1),
		.smallish-up-1 > .columns:nth-of-type(1n+1) {
			clear: both;
		}

		.smallish-up-1 > .column:last-child,
		.smallish-up-1 > .columns:last-child {
			float: left;
		}

	.smallish-up-2 > .column,
	.smallish-up-2 > .columns {
		float: left;
		width: 50%;
	}

		.smallish-up-2 > .column:nth-of-type(1n),
		.smallish-up-2 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.smallish-up-2 > .column:nth-of-type(2n+1),
		.smallish-up-2 > .columns:nth-of-type(2n+1) {
			clear: both;
		}

		.smallish-up-2 > .column:last-child,
		.smallish-up-2 > .columns:last-child {
			float: left;
		}

	.smallish-up-3 > .column,
	.smallish-up-3 > .columns {
		float: left;
		width: 33.33333%;
	}

		.smallish-up-3 > .column:nth-of-type(1n),
		.smallish-up-3 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.smallish-up-3 > .column:nth-of-type(3n+1),
		.smallish-up-3 > .columns:nth-of-type(3n+1) {
			clear: both;
		}

		.smallish-up-3 > .column:last-child,
		.smallish-up-3 > .columns:last-child {
			float: left;
		}

	.smallish-up-4 > .column,
	.smallish-up-4 > .columns {
		float: left;
		width: 25%;
	}

		.smallish-up-4 > .column:nth-of-type(1n),
		.smallish-up-4 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.smallish-up-4 > .column:nth-of-type(4n+1),
		.smallish-up-4 > .columns:nth-of-type(4n+1) {
			clear: both;
		}

		.smallish-up-4 > .column:last-child,
		.smallish-up-4 > .columns:last-child {
			float: left;
		}

	.smallish-up-5 > .column,
	.smallish-up-5 > .columns {
		float: left;
		width: 20%;
	}

		.smallish-up-5 > .column:nth-of-type(1n),
		.smallish-up-5 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.smallish-up-5 > .column:nth-of-type(5n+1),
		.smallish-up-5 > .columns:nth-of-type(5n+1) {
			clear: both;
		}

		.smallish-up-5 > .column:last-child,
		.smallish-up-5 > .columns:last-child {
			float: left;
		}

	.smallish-up-6 > .column,
	.smallish-up-6 > .columns {
		float: left;
		width: 16.66667%;
	}

		.smallish-up-6 > .column:nth-of-type(1n),
		.smallish-up-6 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.smallish-up-6 > .column:nth-of-type(6n+1),
		.smallish-up-6 > .columns:nth-of-type(6n+1) {
			clear: both;
		}

		.smallish-up-6 > .column:last-child,
		.smallish-up-6 > .columns:last-child {
			float: left;
		}

	.smallish-up-7 > .column,
	.smallish-up-7 > .columns {
		float: left;
		width: 14.28571%;
	}

		.smallish-up-7 > .column:nth-of-type(1n),
		.smallish-up-7 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.smallish-up-7 > .column:nth-of-type(7n+1),
		.smallish-up-7 > .columns:nth-of-type(7n+1) {
			clear: both;
		}

		.smallish-up-7 > .column:last-child,
		.smallish-up-7 > .columns:last-child {
			float: left;
		}

	.smallish-up-8 > .column,
	.smallish-up-8 > .columns {
		float: left;
		width: 12.5%;
	}

		.smallish-up-8 > .column:nth-of-type(1n),
		.smallish-up-8 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.smallish-up-8 > .column:nth-of-type(8n+1),
		.smallish-up-8 > .columns:nth-of-type(8n+1) {
			clear: both;
		}

		.smallish-up-8 > .column:last-child,
		.smallish-up-8 > .columns:last-child {
			float: left;
		}

	.smallish-collapse > .column,
	.smallish-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.smallish-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}

	.expanded.row .smallish-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}

	.smallish-uncollapse > .column,
	.smallish-uncollapse > .columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.smallish-centered {
		margin-right: auto;
		margin-left: auto;
	}

		.smallish-centered,
		.smallish-centered:last-child:not(:first-child) {
			float: none;
			clear: both;
		}

	.smallish-uncentered,
	.smallish-push-0,
	.smallish-pull-0 {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-1 {
		width: 8.33333%;
	}

	.medium-push-1 {
		position: relative;
		left: 8.33333%;
	}

	.medium-pull-1 {
		position: relative;
		left: -8.33333%;
	}

	.medium-offset-0 {
		margin-left: 0%;
	}

	.medium-2 {
		width: 16.66667%;
	}

	.medium-push-2 {
		position: relative;
		left: 16.66667%;
	}

	.medium-pull-2 {
		position: relative;
		left: -16.66667%;
	}

	.medium-offset-1 {
		margin-left: 8.33333%;
	}

	.medium-3 {
		width: 25%;
	}

	.medium-push-3 {
		position: relative;
		left: 25%;
	}

	.medium-pull-3 {
		position: relative;
		left: -25%;
	}

	.medium-offset-2 {
		margin-left: 16.66667%;
	}

	.medium-4 {
		width: 33.33333%;
	}

	.medium-push-4 {
		position: relative;
		left: 33.33333%;
	}

	.medium-pull-4 {
		position: relative;
		left: -33.33333%;
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.medium-5 {
		width: 41.66667%;
	}

	.medium-push-5 {
		position: relative;
		left: 41.66667%;
	}

	.medium-pull-5 {
		position: relative;
		left: -41.66667%;
	}

	.medium-offset-4 {
		margin-left: 33.33333%;
	}

	.medium-6 {
		width: 50%;
	}

	.medium-push-6 {
		position: relative;
		left: 50%;
	}

	.medium-pull-6 {
		position: relative;
		left: -50%;
	}

	.medium-offset-5 {
		margin-left: 41.66667%;
	}

	.medium-7 {
		width: 58.33333%;
	}

	.medium-push-7 {
		position: relative;
		left: 58.33333%;
	}

	.medium-pull-7 {
		position: relative;
		left: -58.33333%;
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.medium-8 {
		width: 66.66667%;
	}

	.medium-push-8 {
		position: relative;
		left: 66.66667%;
	}

	.medium-pull-8 {
		position: relative;
		left: -66.66667%;
	}

	.medium-offset-7 {
		margin-left: 58.33333%;
	}

	.medium-9 {
		width: 75%;
	}

	.medium-push-9 {
		position: relative;
		left: 75%;
	}

	.medium-pull-9 {
		position: relative;
		left: -75%;
	}

	.medium-offset-8 {
		margin-left: 66.66667%;
	}

	.medium-10 {
		width: 83.33333%;
	}

	.medium-push-10 {
		position: relative;
		left: 83.33333%;
	}

	.medium-pull-10 {
		position: relative;
		left: -83.33333%;
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.medium-11 {
		width: 91.66667%;
	}

	.medium-push-11 {
		position: relative;
		left: 91.66667%;
	}

	.medium-pull-11 {
		position: relative;
		left: -91.66667%;
	}

	.medium-offset-10 {
		margin-left: 83.33333%;
	}

	.medium-12 {
		width: 100%;
	}

	.medium-offset-11 {
		margin-left: 91.66667%;
	}

	.medium-up-1 > .column,
	.medium-up-1 > .columns {
		float: left;
		width: 100%;
	}

		.medium-up-1 > .column:nth-of-type(1n),
		.medium-up-1 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.medium-up-1 > .column:nth-of-type(1n+1),
		.medium-up-1 > .columns:nth-of-type(1n+1) {
			clear: both;
		}

		.medium-up-1 > .column:last-child,
		.medium-up-1 > .columns:last-child {
			float: left;
		}

	.medium-up-2 > .column,
	.medium-up-2 > .columns {
		float: left;
		width: 50%;
	}

		.medium-up-2 > .column:nth-of-type(1n),
		.medium-up-2 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.medium-up-2 > .column:nth-of-type(2n+1),
		.medium-up-2 > .columns:nth-of-type(2n+1) {
			clear: both;
		}

		.medium-up-2 > .column:last-child,
		.medium-up-2 > .columns:last-child {
			float: left;
		}

	.medium-up-3 > .column,
	.medium-up-3 > .columns {
		float: left;
		width: 33.33333%;
	}

		.medium-up-3 > .column:nth-of-type(1n),
		.medium-up-3 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.medium-up-3 > .column:nth-of-type(3n+1),
		.medium-up-3 > .columns:nth-of-type(3n+1) {
			clear: both;
		}

		.medium-up-3 > .column:last-child,
		.medium-up-3 > .columns:last-child {
			float: left;
		}

	.medium-up-4 > .column,
	.medium-up-4 > .columns {
		float: left;
		width: 25%;
	}

		.medium-up-4 > .column:nth-of-type(1n),
		.medium-up-4 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.medium-up-4 > .column:nth-of-type(4n+1),
		.medium-up-4 > .columns:nth-of-type(4n+1) {
			clear: both;
		}

		.medium-up-4 > .column:last-child,
		.medium-up-4 > .columns:last-child {
			float: left;
		}

	.medium-up-5 > .column,
	.medium-up-5 > .columns {
		float: left;
		width: 20%;
	}

		.medium-up-5 > .column:nth-of-type(1n),
		.medium-up-5 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.medium-up-5 > .column:nth-of-type(5n+1),
		.medium-up-5 > .columns:nth-of-type(5n+1) {
			clear: both;
		}

		.medium-up-5 > .column:last-child,
		.medium-up-5 > .columns:last-child {
			float: left;
		}

	.medium-up-6 > .column,
	.medium-up-6 > .columns {
		float: left;
		width: 16.66667%;
	}

		.medium-up-6 > .column:nth-of-type(1n),
		.medium-up-6 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.medium-up-6 > .column:nth-of-type(6n+1),
		.medium-up-6 > .columns:nth-of-type(6n+1) {
			clear: both;
		}

		.medium-up-6 > .column:last-child,
		.medium-up-6 > .columns:last-child {
			float: left;
		}

	.medium-up-7 > .column,
	.medium-up-7 > .columns {
		float: left;
		width: 14.28571%;
	}

		.medium-up-7 > .column:nth-of-type(1n),
		.medium-up-7 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.medium-up-7 > .column:nth-of-type(7n+1),
		.medium-up-7 > .columns:nth-of-type(7n+1) {
			clear: both;
		}

		.medium-up-7 > .column:last-child,
		.medium-up-7 > .columns:last-child {
			float: left;
		}

	.medium-up-8 > .column,
	.medium-up-8 > .columns {
		float: left;
		width: 12.5%;
	}

		.medium-up-8 > .column:nth-of-type(1n),
		.medium-up-8 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.medium-up-8 > .column:nth-of-type(8n+1),
		.medium-up-8 > .columns:nth-of-type(8n+1) {
			clear: both;
		}

		.medium-up-8 > .column:last-child,
		.medium-up-8 > .columns:last-child {
			float: left;
		}

	.medium-collapse > .column,
	.medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.medium-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}

	.expanded.row .medium-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}

	.medium-uncollapse > .column,
	.medium-uncollapse > .columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.medium-centered {
		margin-right: auto;
		margin-left: auto;
	}

		.medium-centered,
		.medium-centered:last-child:not(:first-child) {
			float: none;
			clear: both;
		}

	.medium-uncentered,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.large-1 {
		width: 8.33333%;
	}

	.large-push-1 {
		position: relative;
		left: 8.33333%;
	}

	.large-pull-1 {
		position: relative;
		left: -8.33333%;
	}

	.large-offset-0 {
		margin-left: 0%;
	}

	.large-2 {
		width: 16.66667%;
	}

	.large-push-2 {
		position: relative;
		left: 16.66667%;
	}

	.large-pull-2 {
		position: relative;
		left: -16.66667%;
	}

	.large-offset-1 {
		margin-left: 8.33333%;
	}

	.large-3 {
		width: 25%;
	}

	.large-push-3 {
		position: relative;
		left: 25%;
	}

	.large-pull-3 {
		position: relative;
		left: -25%;
	}

	.large-offset-2 {
		margin-left: 16.66667%;
	}

	.large-4 {
		width: 33.33333%;
	}

	.large-push-4 {
		position: relative;
		left: 33.33333%;
	}

	.large-pull-4 {
		position: relative;
		left: -33.33333%;
	}

	.large-offset-3 {
		margin-left: 25%;
	}

	.large-5 {
		width: 41.66667%;
	}

	.large-push-5 {
		position: relative;
		left: 41.66667%;
	}

	.large-pull-5 {
		position: relative;
		left: -41.66667%;
	}

	.large-offset-4 {
		margin-left: 33.33333%;
	}

	.large-6 {
		width: 50%;
	}

	.large-push-6 {
		position: relative;
		left: 50%;
	}

	.large-pull-6 {
		position: relative;
		left: -50%;
	}

	.large-offset-5 {
		margin-left: 41.66667%;
	}

	.large-7 {
		width: 58.33333%;
	}

	.large-push-7 {
		position: relative;
		left: 58.33333%;
	}

	.large-pull-7 {
		position: relative;
		left: -58.33333%;
	}

	.large-offset-6 {
		margin-left: 50%;
	}

	.large-8 {
		width: 66.66667%;
	}

	.large-push-8 {
		position: relative;
		left: 66.66667%;
	}

	.large-pull-8 {
		position: relative;
		left: -66.66667%;
	}

	.large-offset-7 {
		margin-left: 58.33333%;
	}

	.large-9 {
		width: 75%;
	}

	.large-push-9 {
		position: relative;
		left: 75%;
	}

	.large-pull-9 {
		position: relative;
		left: -75%;
	}

	.large-offset-8 {
		margin-left: 66.66667%;
	}

	.large-10 {
		width: 83.33333%;
	}

	.large-push-10 {
		position: relative;
		left: 83.33333%;
	}

	.large-pull-10 {
		position: relative;
		left: -83.33333%;
	}

	.large-offset-9 {
		margin-left: 75%;
	}

	.large-11 {
		width: 91.66667%;
	}

	.large-push-11 {
		position: relative;
		left: 91.66667%;
	}

	.large-pull-11 {
		position: relative;
		left: -91.66667%;
	}

	.large-offset-10 {
		margin-left: 83.33333%;
	}

	.large-12 {
		width: 100%;
	}

	.large-offset-11 {
		margin-left: 91.66667%;
	}

	.large-up-1 > .column,
	.large-up-1 > .columns {
		float: left;
		width: 100%;
	}

		.large-up-1 > .column:nth-of-type(1n),
		.large-up-1 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.large-up-1 > .column:nth-of-type(1n+1),
		.large-up-1 > .columns:nth-of-type(1n+1) {
			clear: both;
		}

		.large-up-1 > .column:last-child,
		.large-up-1 > .columns:last-child {
			float: left;
		}

	.large-up-2 > .column,
	.large-up-2 > .columns {
		float: left;
		width: 50%;
	}

		.large-up-2 > .column:nth-of-type(1n),
		.large-up-2 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.large-up-2 > .column:nth-of-type(2n+1),
		.large-up-2 > .columns:nth-of-type(2n+1) {
			clear: both;
		}

		.large-up-2 > .column:last-child,
		.large-up-2 > .columns:last-child {
			float: left;
		}

	.large-up-3 > .column,
	.large-up-3 > .columns {
		float: left;
		width: 33.33333%;
	}

		.large-up-3 > .column:nth-of-type(1n),
		.large-up-3 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.large-up-3 > .column:nth-of-type(3n+1),
		.large-up-3 > .columns:nth-of-type(3n+1) {
			clear: both;
		}

		.large-up-3 > .column:last-child,
		.large-up-3 > .columns:last-child {
			float: left;
		}

	.large-up-4 > .column,
	.large-up-4 > .columns {
		float: left;
		width: 25%;
	}

		.large-up-4 > .column:nth-of-type(1n),
		.large-up-4 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.large-up-4 > .column:nth-of-type(4n+1),
		.large-up-4 > .columns:nth-of-type(4n+1) {
			clear: both;
		}

		.large-up-4 > .column:last-child,
		.large-up-4 > .columns:last-child {
			float: left;
		}

	.large-up-5 > .column,
	.large-up-5 > .columns {
		float: left;
		width: 20%;
	}

		.large-up-5 > .column:nth-of-type(1n),
		.large-up-5 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.large-up-5 > .column:nth-of-type(5n+1),
		.large-up-5 > .columns:nth-of-type(5n+1) {
			clear: both;
		}

		.large-up-5 > .column:last-child,
		.large-up-5 > .columns:last-child {
			float: left;
		}

	.large-up-6 > .column,
	.large-up-6 > .columns {
		float: left;
		width: 16.66667%;
	}

		.large-up-6 > .column:nth-of-type(1n),
		.large-up-6 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.large-up-6 > .column:nth-of-type(6n+1),
		.large-up-6 > .columns:nth-of-type(6n+1) {
			clear: both;
		}

		.large-up-6 > .column:last-child,
		.large-up-6 > .columns:last-child {
			float: left;
		}

	.large-up-7 > .column,
	.large-up-7 > .columns {
		float: left;
		width: 14.28571%;
	}

		.large-up-7 > .column:nth-of-type(1n),
		.large-up-7 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.large-up-7 > .column:nth-of-type(7n+1),
		.large-up-7 > .columns:nth-of-type(7n+1) {
			clear: both;
		}

		.large-up-7 > .column:last-child,
		.large-up-7 > .columns:last-child {
			float: left;
		}

	.large-up-8 > .column,
	.large-up-8 > .columns {
		float: left;
		width: 12.5%;
	}

		.large-up-8 > .column:nth-of-type(1n),
		.large-up-8 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.large-up-8 > .column:nth-of-type(8n+1),
		.large-up-8 > .columns:nth-of-type(8n+1) {
			clear: both;
		}

		.large-up-8 > .column:last-child,
		.large-up-8 > .columns:last-child {
			float: left;
		}

	.large-collapse > .column,
	.large-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.large-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}

	.expanded.row .large-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}

	.large-uncollapse > .column,
	.large-uncollapse > .columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.large-centered {
		margin-right: auto;
		margin-left: auto;
	}

		.large-centered,
		.large-centered:last-child:not(:first-child) {
			float: none;
			clear: both;
		}

	.large-uncentered,
	.large-push-0,
	.large-pull-0 {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (min-width: 80em) {
	.xlarge-1 {
		width: 8.33333%;
	}

	.xlarge-push-1 {
		position: relative;
		left: 8.33333%;
	}

	.xlarge-pull-1 {
		position: relative;
		left: -8.33333%;
	}

	.xlarge-offset-0 {
		margin-left: 0%;
	}

	.xlarge-2 {
		width: 16.66667%;
	}

	.xlarge-push-2 {
		position: relative;
		left: 16.66667%;
	}

	.xlarge-pull-2 {
		position: relative;
		left: -16.66667%;
	}

	.xlarge-offset-1 {
		margin-left: 8.33333%;
	}

	.xlarge-3 {
		width: 25%;
	}

	.xlarge-push-3 {
		position: relative;
		left: 25%;
	}

	.xlarge-pull-3 {
		position: relative;
		left: -25%;
	}

	.xlarge-offset-2 {
		margin-left: 16.66667%;
	}

	.xlarge-4 {
		width: 33.33333%;
	}

	.xlarge-push-4 {
		position: relative;
		left: 33.33333%;
	}

	.xlarge-pull-4 {
		position: relative;
		left: -33.33333%;
	}

	.xlarge-offset-3 {
		margin-left: 25%;
	}

	.xlarge-5 {
		width: 41.66667%;
	}

	.xlarge-push-5 {
		position: relative;
		left: 41.66667%;
	}

	.xlarge-pull-5 {
		position: relative;
		left: -41.66667%;
	}

	.xlarge-offset-4 {
		margin-left: 33.33333%;
	}

	.xlarge-6 {
		width: 50%;
	}

	.xlarge-push-6 {
		position: relative;
		left: 50%;
	}

	.xlarge-pull-6 {
		position: relative;
		left: -50%;
	}

	.xlarge-offset-5 {
		margin-left: 41.66667%;
	}

	.xlarge-7 {
		width: 58.33333%;
	}

	.xlarge-push-7 {
		position: relative;
		left: 58.33333%;
	}

	.xlarge-pull-7 {
		position: relative;
		left: -58.33333%;
	}

	.xlarge-offset-6 {
		margin-left: 50%;
	}

	.xlarge-8 {
		width: 66.66667%;
	}

	.xlarge-push-8 {
		position: relative;
		left: 66.66667%;
	}

	.xlarge-pull-8 {
		position: relative;
		left: -66.66667%;
	}

	.xlarge-offset-7 {
		margin-left: 58.33333%;
	}

	.xlarge-9 {
		width: 75%;
	}

	.xlarge-push-9 {
		position: relative;
		left: 75%;
	}

	.xlarge-pull-9 {
		position: relative;
		left: -75%;
	}

	.xlarge-offset-8 {
		margin-left: 66.66667%;
	}

	.xlarge-10 {
		width: 83.33333%;
	}

	.xlarge-push-10 {
		position: relative;
		left: 83.33333%;
	}

	.xlarge-pull-10 {
		position: relative;
		left: -83.33333%;
	}

	.xlarge-offset-9 {
		margin-left: 75%;
	}

	.xlarge-11 {
		width: 91.66667%;
	}

	.xlarge-push-11 {
		position: relative;
		left: 91.66667%;
	}

	.xlarge-pull-11 {
		position: relative;
		left: -91.66667%;
	}

	.xlarge-offset-10 {
		margin-left: 83.33333%;
	}

	.xlarge-12 {
		width: 100%;
	}

	.xlarge-offset-11 {
		margin-left: 91.66667%;
	}

	.xlarge-up-1 > .column,
	.xlarge-up-1 > .columns {
		float: left;
		width: 100%;
	}

		.xlarge-up-1 > .column:nth-of-type(1n),
		.xlarge-up-1 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xlarge-up-1 > .column:nth-of-type(1n+1),
		.xlarge-up-1 > .columns:nth-of-type(1n+1) {
			clear: both;
		}

		.xlarge-up-1 > .column:last-child,
		.xlarge-up-1 > .columns:last-child {
			float: left;
		}

	.xlarge-up-2 > .column,
	.xlarge-up-2 > .columns {
		float: left;
		width: 50%;
	}

		.xlarge-up-2 > .column:nth-of-type(1n),
		.xlarge-up-2 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xlarge-up-2 > .column:nth-of-type(2n+1),
		.xlarge-up-2 > .columns:nth-of-type(2n+1) {
			clear: both;
		}

		.xlarge-up-2 > .column:last-child,
		.xlarge-up-2 > .columns:last-child {
			float: left;
		}

	.xlarge-up-3 > .column,
	.xlarge-up-3 > .columns {
		float: left;
		width: 33.33333%;
	}

		.xlarge-up-3 > .column:nth-of-type(1n),
		.xlarge-up-3 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xlarge-up-3 > .column:nth-of-type(3n+1),
		.xlarge-up-3 > .columns:nth-of-type(3n+1) {
			clear: both;
		}

		.xlarge-up-3 > .column:last-child,
		.xlarge-up-3 > .columns:last-child {
			float: left;
		}

	.xlarge-up-4 > .column,
	.xlarge-up-4 > .columns {
		float: left;
		width: 25%;
	}

		.xlarge-up-4 > .column:nth-of-type(1n),
		.xlarge-up-4 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xlarge-up-4 > .column:nth-of-type(4n+1),
		.xlarge-up-4 > .columns:nth-of-type(4n+1) {
			clear: both;
		}

		.xlarge-up-4 > .column:last-child,
		.xlarge-up-4 > .columns:last-child {
			float: left;
		}

	.xlarge-up-5 > .column,
	.xlarge-up-5 > .columns {
		float: left;
		width: 20%;
	}

		.xlarge-up-5 > .column:nth-of-type(1n),
		.xlarge-up-5 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xlarge-up-5 > .column:nth-of-type(5n+1),
		.xlarge-up-5 > .columns:nth-of-type(5n+1) {
			clear: both;
		}

		.xlarge-up-5 > .column:last-child,
		.xlarge-up-5 > .columns:last-child {
			float: left;
		}

	.xlarge-up-6 > .column,
	.xlarge-up-6 > .columns {
		float: left;
		width: 16.66667%;
	}

		.xlarge-up-6 > .column:nth-of-type(1n),
		.xlarge-up-6 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xlarge-up-6 > .column:nth-of-type(6n+1),
		.xlarge-up-6 > .columns:nth-of-type(6n+1) {
			clear: both;
		}

		.xlarge-up-6 > .column:last-child,
		.xlarge-up-6 > .columns:last-child {
			float: left;
		}

	.xlarge-up-7 > .column,
	.xlarge-up-7 > .columns {
		float: left;
		width: 14.28571%;
	}

		.xlarge-up-7 > .column:nth-of-type(1n),
		.xlarge-up-7 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xlarge-up-7 > .column:nth-of-type(7n+1),
		.xlarge-up-7 > .columns:nth-of-type(7n+1) {
			clear: both;
		}

		.xlarge-up-7 > .column:last-child,
		.xlarge-up-7 > .columns:last-child {
			float: left;
		}

	.xlarge-up-8 > .column,
	.xlarge-up-8 > .columns {
		float: left;
		width: 12.5%;
	}

		.xlarge-up-8 > .column:nth-of-type(1n),
		.xlarge-up-8 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xlarge-up-8 > .column:nth-of-type(8n+1),
		.xlarge-up-8 > .columns:nth-of-type(8n+1) {
			clear: both;
		}

		.xlarge-up-8 > .column:last-child,
		.xlarge-up-8 > .columns:last-child {
			float: left;
		}

	.xlarge-collapse > .column,
	.xlarge-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.xlarge-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}

	.expanded.row .xlarge-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}

	.xlarge-uncollapse > .column,
	.xlarge-uncollapse > .columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.xlarge-centered {
		margin-right: auto;
		margin-left: auto;
	}

		.xlarge-centered,
		.xlarge-centered:last-child:not(:first-child) {
			float: none;
			clear: both;
		}

	.xlarge-uncentered,
	.xlarge-push-0,
	.xlarge-pull-0 {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (min-width: 90em) {
	.xxlarge-1 {
		width: 8.33333%;
	}

	.xxlarge-push-1 {
		position: relative;
		left: 8.33333%;
	}

	.xxlarge-pull-1 {
		position: relative;
		left: -8.33333%;
	}

	.xxlarge-offset-0 {
		margin-left: 0%;
	}

	.xxlarge-2 {
		width: 16.66667%;
	}

	.xxlarge-push-2 {
		position: relative;
		left: 16.66667%;
	}

	.xxlarge-pull-2 {
		position: relative;
		left: -16.66667%;
	}

	.xxlarge-offset-1 {
		margin-left: 8.33333%;
	}

	.xxlarge-3 {
		width: 25%;
	}

	.xxlarge-push-3 {
		position: relative;
		left: 25%;
	}

	.xxlarge-pull-3 {
		position: relative;
		left: -25%;
	}

	.xxlarge-offset-2 {
		margin-left: 16.66667%;
	}

	.xxlarge-4 {
		width: 33.33333%;
	}

	.xxlarge-push-4 {
		position: relative;
		left: 33.33333%;
	}

	.xxlarge-pull-4 {
		position: relative;
		left: -33.33333%;
	}

	.xxlarge-offset-3 {
		margin-left: 25%;
	}

	.xxlarge-5 {
		width: 41.66667%;
	}

	.xxlarge-push-5 {
		position: relative;
		left: 41.66667%;
	}

	.xxlarge-pull-5 {
		position: relative;
		left: -41.66667%;
	}

	.xxlarge-offset-4 {
		margin-left: 33.33333%;
	}

	.xxlarge-6 {
		width: 50%;
	}

	.xxlarge-push-6 {
		position: relative;
		left: 50%;
	}

	.xxlarge-pull-6 {
		position: relative;
		left: -50%;
	}

	.xxlarge-offset-5 {
		margin-left: 41.66667%;
	}

	.xxlarge-7 {
		width: 58.33333%;
	}

	.xxlarge-push-7 {
		position: relative;
		left: 58.33333%;
	}

	.xxlarge-pull-7 {
		position: relative;
		left: -58.33333%;
	}

	.xxlarge-offset-6 {
		margin-left: 50%;
	}

	.xxlarge-8 {
		width: 66.66667%;
	}

	.xxlarge-push-8 {
		position: relative;
		left: 66.66667%;
	}

	.xxlarge-pull-8 {
		position: relative;
		left: -66.66667%;
	}

	.xxlarge-offset-7 {
		margin-left: 58.33333%;
	}

	.xxlarge-9 {
		width: 75%;
	}

	.xxlarge-push-9 {
		position: relative;
		left: 75%;
	}

	.xxlarge-pull-9 {
		position: relative;
		left: -75%;
	}

	.xxlarge-offset-8 {
		margin-left: 66.66667%;
	}

	.xxlarge-10 {
		width: 83.33333%;
	}

	.xxlarge-push-10 {
		position: relative;
		left: 83.33333%;
	}

	.xxlarge-pull-10 {
		position: relative;
		left: -83.33333%;
	}

	.xxlarge-offset-9 {
		margin-left: 75%;
	}

	.xxlarge-11 {
		width: 91.66667%;
	}

	.xxlarge-push-11 {
		position: relative;
		left: 91.66667%;
	}

	.xxlarge-pull-11 {
		position: relative;
		left: -91.66667%;
	}

	.xxlarge-offset-10 {
		margin-left: 83.33333%;
	}

	.xxlarge-12 {
		width: 100%;
	}

	.xxlarge-offset-11 {
		margin-left: 91.66667%;
	}

	.xxlarge-up-1 > .column,
	.xxlarge-up-1 > .columns {
		float: left;
		width: 100%;
	}

		.xxlarge-up-1 > .column:nth-of-type(1n),
		.xxlarge-up-1 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xxlarge-up-1 > .column:nth-of-type(1n+1),
		.xxlarge-up-1 > .columns:nth-of-type(1n+1) {
			clear: both;
		}

		.xxlarge-up-1 > .column:last-child,
		.xxlarge-up-1 > .columns:last-child {
			float: left;
		}

	.xxlarge-up-2 > .column,
	.xxlarge-up-2 > .columns {
		float: left;
		width: 50%;
	}

		.xxlarge-up-2 > .column:nth-of-type(1n),
		.xxlarge-up-2 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xxlarge-up-2 > .column:nth-of-type(2n+1),
		.xxlarge-up-2 > .columns:nth-of-type(2n+1) {
			clear: both;
		}

		.xxlarge-up-2 > .column:last-child,
		.xxlarge-up-2 > .columns:last-child {
			float: left;
		}

	.xxlarge-up-3 > .column,
	.xxlarge-up-3 > .columns {
		float: left;
		width: 33.33333%;
	}

		.xxlarge-up-3 > .column:nth-of-type(1n),
		.xxlarge-up-3 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xxlarge-up-3 > .column:nth-of-type(3n+1),
		.xxlarge-up-3 > .columns:nth-of-type(3n+1) {
			clear: both;
		}

		.xxlarge-up-3 > .column:last-child,
		.xxlarge-up-3 > .columns:last-child {
			float: left;
		}

	.xxlarge-up-4 > .column,
	.xxlarge-up-4 > .columns {
		float: left;
		width: 25%;
	}

		.xxlarge-up-4 > .column:nth-of-type(1n),
		.xxlarge-up-4 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xxlarge-up-4 > .column:nth-of-type(4n+1),
		.xxlarge-up-4 > .columns:nth-of-type(4n+1) {
			clear: both;
		}

		.xxlarge-up-4 > .column:last-child,
		.xxlarge-up-4 > .columns:last-child {
			float: left;
		}

	.xxlarge-up-5 > .column,
	.xxlarge-up-5 > .columns {
		float: left;
		width: 20%;
	}

		.xxlarge-up-5 > .column:nth-of-type(1n),
		.xxlarge-up-5 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xxlarge-up-5 > .column:nth-of-type(5n+1),
		.xxlarge-up-5 > .columns:nth-of-type(5n+1) {
			clear: both;
		}

		.xxlarge-up-5 > .column:last-child,
		.xxlarge-up-5 > .columns:last-child {
			float: left;
		}

	.xxlarge-up-6 > .column,
	.xxlarge-up-6 > .columns {
		float: left;
		width: 16.66667%;
	}

		.xxlarge-up-6 > .column:nth-of-type(1n),
		.xxlarge-up-6 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xxlarge-up-6 > .column:nth-of-type(6n+1),
		.xxlarge-up-6 > .columns:nth-of-type(6n+1) {
			clear: both;
		}

		.xxlarge-up-6 > .column:last-child,
		.xxlarge-up-6 > .columns:last-child {
			float: left;
		}

	.xxlarge-up-7 > .column,
	.xxlarge-up-7 > .columns {
		float: left;
		width: 14.28571%;
	}

		.xxlarge-up-7 > .column:nth-of-type(1n),
		.xxlarge-up-7 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xxlarge-up-7 > .column:nth-of-type(7n+1),
		.xxlarge-up-7 > .columns:nth-of-type(7n+1) {
			clear: both;
		}

		.xxlarge-up-7 > .column:last-child,
		.xxlarge-up-7 > .columns:last-child {
			float: left;
		}

	.xxlarge-up-8 > .column,
	.xxlarge-up-8 > .columns {
		float: left;
		width: 12.5%;
	}

		.xxlarge-up-8 > .column:nth-of-type(1n),
		.xxlarge-up-8 > .columns:nth-of-type(1n) {
			clear: none;
		}

		.xxlarge-up-8 > .column:nth-of-type(8n+1),
		.xxlarge-up-8 > .columns:nth-of-type(8n+1) {
			clear: both;
		}

		.xxlarge-up-8 > .column:last-child,
		.xxlarge-up-8 > .columns:last-child {
			float: left;
		}

	.xxlarge-collapse > .column,
	.xxlarge-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.xxlarge-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}

	.expanded.row .xxlarge-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}

	.xxlarge-uncollapse > .column,
	.xxlarge-uncollapse > .columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.xxlarge-centered {
		margin-right: auto;
		margin-left: auto;
	}

		.xxlarge-centered,
		.xxlarge-centered:last-child:not(:first-child) {
			float: none;
			clear: both;
		}

	.xxlarge-uncentered,
	.xxlarge-push-0,
	.xxlarge-pull-0 {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
}

.column-block {
	margin-bottom: 3rem;
}

	.column-block > :last-child {
		margin-bottom: 0;
	}

@media print, screen and (min-width: 48em) {
	.column-block {
		margin-bottom: 3rem;
	}

		.column-block > :last-child {
			margin-bottom: 0;
		}
}

@media screen and (min-width: 80em) {
	.column-block {
		margin-bottom: 3rem;
	}

		.column-block > :last-child {
			margin-bottom: 0;
		}
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.8375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	font-family: inherit;
	font-size: 1.4rem;
	font-weight: normal;
	color: #A0A0A0;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	appearance: none;
}

	[type='text']:focus,
	[type='password']:focus,
	[type='date']:focus,
	[type='datetime']:focus,
	[type='datetime-local']:focus,
	[type='month']:focus,
	[type='week']:focus,
	[type='email']:focus,
	[type='number']:focus,
	[type='search']:focus,
	[type='tel']:focus,
	[type='time']:focus,
	[type='url']:focus,
	[type='color']:focus,
	textarea:focus {
		outline: none;
		border: 1px solid #8a8a8a;
		background-color: #fff;
		box-shadow: 0 0 5px #cacaca;
		transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	}

textarea {
	max-width: 100%;
}

	textarea[rows] {
		height: auto;
	}

	input::placeholder,
	textarea::placeholder {
		color: #004994;
	}

	input:disabled,
	input[readonly],
	textarea:disabled,
	textarea[readonly] {
		background-color: #e6e6e6;
		cursor: not-allowed;
	}

[type='submit'],
[type='button'] {
	appearance: none;
	border-radius: 0;
}

input[type='search'] {
	box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
	margin: 0 0 1rem;
}

	[type='checkbox'] + label,
	[type='radio'] + label {
		display: inline-block;
		vertical-align: baseline;
		margin-left: 0.5rem;
		margin-right: 1rem;
		margin-bottom: 0;
	}

		[type='checkbox'] + label[for],
		[type='radio'] + label[for] {
			cursor: pointer;
		}

label > [type='checkbox'],
label > [type='radio'] {
	margin-right: 0.5rem;
}

[type='file'] {
	width: 100%;
}

label {
	display: block;
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.8;
	/*color: #140560;*/
}

	label.middle {
		margin: 0 0 1rem;
		padding: 0.5625rem 0;
	}

.help-text {
	margin-top: -0.5rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #000000;
}

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1rem;
}

	.input-group > :first-child {
		border-radius: 0 0 0 0;
	}

	.input-group > :last-child > * {
		border-radius: 0 0 0 0;
	}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	margin: 0;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	width: 1%;
	height: 100%;
}

	.input-group-label:first-child {
		border-right: 0;
	}

	.input-group-label:last-child {
		border-left: 0;
	}

.input-group-field {
	border-radius: 0;
	height: 2.9rem;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 1%;
	height: 100%;
}

	.input-group-button a,
	.input-group-button input,
	.input-group-button button,
	.input-group-button label {
		height: 2.9rem;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 1.4rem;
	}

.input-group .input-group-button {
	display: table-cell;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	max-width: 100%;
	margin-bottom: 0.5rem;
}

.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca;
}

	.fieldset legend {
		margin: 0;
		margin-left: -0.1875rem;
		padding: 0 0.1875rem;
		background: #fff;
	}

select {
	height: 2.8375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fff;
	font-family: inherit;
	font-size: 1.4rem;
	line-height: normal;
	color: #A0A0A0;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fff;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #faedeb;
}

	.is-invalid-input:not(:focus)::placeholder {
		color: #cc4b37;
	}

.is-invalid-label {
	color: #cc4b37;
}

.form-error {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #cc4b37;
}

	.form-error.is-visible {
		display: block;
	}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.clearfix::before,
.clearfix::after {
	display: table;
	content: ' ';
}

.clearfix::after {
	clear: both;
}

.accordion {
	margin-left: 0;
	background: auto;
	list-style-type: none;
}

.accordion-item:first-child > :first-child {
	border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
	border-radius: 0 0 0 0;
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1rem 2rem;
	border: none;
	border-bottom: 0;
	font-size: 1.4rem;
	line-height: 1;
	color: #000000;
}

:last-child:not(.is-active) > .accordion-title {
	border-bottom: none;
	border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
	background-color: auto;
}

.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: '+';
}

.is-active > .accordion-title::before {
	content: '\2013';
}

.accordion-content {
	display: none;
	padding: 4rem;
	border: none;
	border-bottom: 0;
	background-color: #fff;
	color: #666666;
}

:last-child > .accordion-content:last-child {
	border-bottom: none;
}

body.is-reveal-open {
	overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
	min-height: 100%;
	overflow: hidden;
	user-select: none;
}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(0, 0, 0, 0.45);
	overflow-y: scroll;
}

.reveal {
	z-index: 1006;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
	outline: 0;
}

@media print, screen and (min-width: 48em) {
	.reveal {
		min-height: 0;
	}
}

.reveal .column,
.reveal .columns,
.reveal .columns {
	min-width: 0;
}

.reveal > :last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
	.reveal {
		width: 600px;
		max-width: 1097px;
	}
}

@media print, screen and (min-width: 48em) {
	.reveal .reveal {
		right: auto;
		left: auto;
		margin: 0 auto;
	}
}

.reveal.collapse {
	padding: 0;
}

@media print, screen and (min-width: 48em) {
	.reveal.tiny {
		width: 30%;
		max-width: 1097px;
	}
}

@media print, screen and (min-width: 48em) {
	.reveal.small {
		width: 50%;
		max-width: 1097px;
	}
}

@media print, screen and (min-width: 48em) {
	.reveal.large {
		width: 90%;
		max-width: 1097px;
	}
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

@media screen and (max-width: 31.1875em) {
	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}

.reveal.without-overlay {
	position: fixed;
}

table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
}

thead,
tbody,
tfoot {
	border: 1px solid #f2f2f2;
	background-color: #fff;
}

caption {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
}

thead {
	background: #f9f9f9;
	color: #000000;
}

tfoot {
	background: #f2f2f2;
	color: #000000;
}

	thead tr,
	tfoot tr {
		background: transparent;
	}

	thead th,
	thead td,
	tfoot th,
	tfoot td {
		padding: 0.5rem 0.625rem 0.625rem;
		font-weight: bold;
		text-align: left;
	}

tbody th,
tbody td {
	padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f2f2f2;
	background-color: #fff;
}

table.striped tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f2f2f2;
}

@media screen and (max-width: 63.9375em) {
	table.stack thead {
		display: none;
	}

	table.stack tfoot {
		display: none;
	}

	table.stack tr,
	table.stack th,
	table.stack td {
		display: block;
	}

	table.stack td {
		border-top: 0;
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}

table.hover thead tr:hover {
	background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
	background-color: #ededed;
}

table.hover tbody tr:hover {
	background-color: #fafafa;
}

table.hover.striped tr:nth-of-type(even):hover {
	background-color: #ededed;
}

.table-scroll {
	overflow-x: auto;
}

	.table-scroll table {
		width: auto;
	}

table form select,
.form select {
	width: auto;
}

.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fff;
	list-style-type: none;
}

	.tabs::before,
	.tabs::after {
		display: table;
		content: ' ';
	}

	.tabs::after {
		clear: both;
	}

	.tabs.vertical > li {
		display: block;
		float: none;
		width: auto;
	}

	.tabs.simple > li > a {
		padding: 0;
	}

		.tabs.simple > li > a:hover {
			background: transparent;
		}

	.tabs.primary {
		background: #1779ba;
	}

		.tabs.primary > li > a {
			color: #000000;
		}

			.tabs.primary > li > a:hover,
			.tabs.primary > li > a:focus {
				background: #1673b1;
			}

.tabs-title {
	float: left;
}

	.tabs-title > a {
		display: block;
		padding: 1.25rem 1.5rem;
		font-size: 0.75rem;
		line-height: 1;
		color: #1779ba;
	}

		.tabs-title > a:hover {
			background: #fff;
			color: #1468a0;
		}

		.tabs-title > a:focus,
		.tabs-title > a[aria-selected='true'] {
			background: #e6e6e6;
			color: #1779ba;
		}

.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fff;
	color: #000000;
	transition: all 0.5s ease;
}

	.tabs-content.vertical {
		border: 1px solid #e6e6e6;
		border-left: 0;
	}

.tabs-panel {
	display: none;
	padding: 1rem;
}

	.tabs-panel[aria-hidden="false"] {
		display: block;
	}

.has-tip {
	position: relative;
	display: inline-block;
	border-bottom: none;
	font-weight: bold;
	cursor: help;
}

.tooltip {
	position: absolute;
	top: calc(100% + 0.6495rem);
	z-index: 1200;
	max-width: 10rem;
	padding: 0.75rem;
	border-radius: 0;
	background-color: #fff;
	font-size: 80%;
	color: #666666;
}

	.tooltip::before {
		display: block;
		width: 0;
		height: 0;
		border: inset 0.75rem;
		content: '';
		border-top-width: 0;
		border-bottom-style: solid;
		border-color: transparent transparent #fff;
		position: absolute;
		bottom: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	.tooltip.top::before {
		display: block;
		width: 0;
		height: 0;
		border: inset 0.75rem;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #fff transparent transparent;
		top: 100%;
		bottom: auto;
	}

	.tooltip.left::before {
		display: block;
		width: 0;
		height: 0;
		border: inset 0.75rem;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #fff;
		top: 50%;
		bottom: auto;
		left: 100%;
		transform: translateY(-50%);
	}

	.tooltip.right::before {
		display: block;
		width: 0;
		height: 0;
		border: inset 0.75rem;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #fff transparent transparent;
		top: 50%;
		right: 100%;
		bottom: auto;
		left: auto;
		transform: translateY(-50%);
	}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

@media screen and (max-width: 31.1875em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em), screen and (min-width: 31.25em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 31.25em) {
	.hide-for-smallish {
		display: none !important;
	}
}

@media screen and (max-width: 31.1875em) {
	.show-for-smallish {
		display: none !important;
	}
}

@media screen and (min-width: 31.25em) and (max-width: 47.875em) {
	.hide-for-smallish-only {
		display: none !important;
	}
}

@media screen and (max-width: 31.1875em), screen and (min-width: 47.9375em) {
	.show-for-smallish-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 48em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 47.9375em) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important;
	}
}

@media screen and (min-width: 64em) and (max-width: 79.9375em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
	.show-for-large-only {
		display: none !important;
	}
}

@media screen and (min-width: 80em) {
	.hide-for-xlarge {
		display: none !important;
	}
}

@media screen and (max-width: 79.9375em) {
	.show-for-xlarge {
		display: none !important;
	}
}

@media screen and (min-width: 80em) and (max-width: 89.9375em) {
	.hide-for-xlarge-only {
		display: none !important;
	}
}

@media screen and (max-width: 79.9375em), screen and (min-width: 90em) {
	.show-for-xlarge-only {
		display: none !important;
	}
}

@media screen and (min-width: 90em) {
	.hide-for-xxlarge {
		display: none !important;
	}
}

@media screen and (max-width: 89.9375em) {
	.show-for-xxlarge {
		display: none !important;
	}
}

@media screen and (min-width: 90em) {
	.hide-for-xxlarge-only {
		display: none !important;
	}
}

@media screen and (max-width: 89.9375em) {
	.show-for-xxlarge-only {
		display: none !important;
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

	.show-on-focus:active,
	.show-on-focus:focus {
		position: static !important;
		width: auto;
		height: auto;
		overflow: visible;
		clip: auto;
	}

.show-for-landscape,
.hide-for-portrait {
	display: block !important;
}

@media screen and (orientation: landscape) {

	.show-for-landscape,
	.hide-for-portrait {
		display: block !important;
	}
}

@media screen and (orientation: portrait) {

	.show-for-landscape,
	.hide-for-portrait {
		display: none !important;
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}

@media screen and (orientation: landscape) {

	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
}

@media screen and (orientation: portrait) {

	.hide-for-landscape,
	.show-for-portrait {
		display: block !important;
	}
}

@media (min-width: 64em) {

	.medium-centered.large-uncentered,
	.medium-centered:last-child:not(:first-child).large-uncentered {
		float: left;
		clear: none;
	}
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

	.flickity-enabled:focus {
		outline: none;
	}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.flickity-enabled.is-draggable .flickity-viewport {
		cursor: move;
		cursor: -webkit-grab;
		cursor: grab;
	}

		.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
			cursor: -webkit-grabbing;
			cursor: grabbing;
		}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: white;
	background: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	/* vertically center */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

	.flickity-prev-next-button:hover {
		background: white;
	}

	.flickity-prev-next-button:focus {
		box-shadow: 0 0 0 5px #09F;
	}

	.flickity-prev-next-button:active {
		opacity: 0.6;
	}

	.flickity-prev-next-button.previous {
		left: 10px;
	}

	.flickity-prev-next-button.next {
		right: 10px;
	}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button:disabled {
	opacity: 0.3;
	cursor: auto;
}

.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-prev-next-button .arrow {
	fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

	.flickity-page-dots .dot.is-selected {
		opacity: 1;
	}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
	position: relative;
	display: inline-block;
}

	.intl-tel-input * {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.intl-tel-input .hide {
		display: none;
	}

	.intl-tel-input .v-hide {
		visibility: hidden;
	}

	.intl-tel-input input,
	.intl-tel-input input[type=text],
	.intl-tel-input input[type=tel] {
		position: relative;
		z-index: 0;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-right: 36px;
		margin-right: 0;
	}

	.intl-tel-input .flag-container {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		padding: 1px;
	}

	.intl-tel-input .selected-flag {
		z-index: 1;
		position: relative;
		width: 36px;
		height: 100%;
		padding: 0 0 0 8px;
	}

		.intl-tel-input .selected-flag .iti-flag {
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
		}

		.intl-tel-input .selected-flag .iti-arrow {
			position: absolute;
			top: 50%;
			margin-top: -2px;
			right: 6px;
			width: 0;
			height: 0;
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			border-top: 4px solid #555;
		}

			.intl-tel-input .selected-flag .iti-arrow.up {
				border-top: none;
				border-bottom: 4px solid #555;
			}

	.intl-tel-input .country-list {
		position: absolute;
		z-index: 2;
		list-style: none;
		text-align: left;
		padding: 0;
		margin: 0 0 0 -1px;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
		background-color: white;
		border: 1px solid #CCC;
		white-space: nowrap;
		max-height: 200px;
		overflow-y: scroll;
	}

		.intl-tel-input .country-list.dropup {
			bottom: 100%;
			margin-bottom: -1px;
		}

		.intl-tel-input .country-list .flag-box {
			display: inline-block;
			width: 20px;
		}

@media (max-width: 500px) {
	.intl-tel-input .country-list {
		white-space: normal;
	}
}

.intl-tel-input .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
	padding: 5px 10px;
}

	.intl-tel-input .country-list .country .dial-code {
		color: #999;
	}

	.intl-tel-input .country-list .country.highlight {
		background-color: rgba(0, 0, 0, 0.05);
	}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
	vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
	margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
	right: auto;
	left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
	width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
	cursor: pointer;
}

	.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
		background-color: rgba(0, 0, 0, 0.05);
	}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
	cursor: default;
}

	.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
	.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
		background-color: transparent;
	}

.intl-tel-input.separate-dial-code .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
	display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	display: table-cell;
	vertical-align: middle;
	padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
	padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
	width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
	padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
	width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
	padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
	width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
	padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
	width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
	padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
	width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
	padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
	width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
	padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
	width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
	padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
	width: 94px;
}

.intl-tel-input.iti-container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px;
}

	.intl-tel-input.iti-container:hover {
		cursor: pointer;
	}

.iti-mobile .intl-tel-input.iti-container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
	max-height: 100%;
	width: 100%;
}

	.iti-mobile .intl-tel-input .country-list .country {
		padding: 10px 10px;
		line-height: 1.5em;
	}

.iti-flag {
	width: 20px;
}

	.iti-flag.be {
		width: 18px;
	}

	.iti-flag.ch {
		width: 15px;
	}

	.iti-flag.mc {
		width: 19px;
	}

	.iti-flag.ne {
		width: 18px;
	}

	.iti-flag.np {
		width: 13px;
	}

	.iti-flag.va {
		width: 15px;
	}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.iti-flag {
		background-size: 5630px 15px;
	}
}

.iti-flag.ac {
	height: 10px;
	background-position: 0px 0px;
}

.iti-flag.ad {
	height: 14px;
	background-position: -22px 0px;
}

.iti-flag.ae {
	height: 10px;
	background-position: -44px 0px;
}

.iti-flag.af {
	height: 14px;
	background-position: -66px 0px;
}

.iti-flag.ag {
	height: 14px;
	background-position: -88px 0px;
}

.iti-flag.ai {
	height: 10px;
	background-position: -110px 0px;
}

.iti-flag.al {
	height: 15px;
	background-position: -132px 0px;
}

.iti-flag.am {
	height: 10px;
	background-position: -154px 0px;
}

.iti-flag.ao {
	height: 14px;
	background-position: -176px 0px;
}

.iti-flag.aq {
	height: 14px;
	background-position: -198px 0px;
}

.iti-flag.ar {
	height: 13px;
	background-position: -220px 0px;
}

.iti-flag.as {
	height: 10px;
	background-position: -242px 0px;
}

.iti-flag.at {
	height: 14px;
	background-position: -264px 0px;
}

.iti-flag.au {
	height: 10px;
	background-position: -286px 0px;
}

.iti-flag.aw {
	height: 14px;
	background-position: -308px 0px;
}

.iti-flag.ax {
	height: 13px;
	background-position: -330px 0px;
}

.iti-flag.az {
	height: 10px;
	background-position: -352px 0px;
}

.iti-flag.ba {
	height: 10px;
	background-position: -374px 0px;
}

.iti-flag.bb {
	height: 14px;
	background-position: -396px 0px;
}

.iti-flag.bd {
	height: 12px;
	background-position: -418px 0px;
}

.iti-flag.be {
	height: 15px;
	background-position: -440px 0px;
}

.iti-flag.bf {
	height: 14px;
	background-position: -460px 0px;
}

.iti-flag.bg {
	height: 12px;
	background-position: -482px 0px;
}

.iti-flag.bh {
	height: 12px;
	background-position: -504px 0px;
}

.iti-flag.bi {
	height: 12px;
	background-position: -526px 0px;
}

.iti-flag.bj {
	height: 14px;
	background-position: -548px 0px;
}

.iti-flag.bl {
	height: 14px;
	background-position: -570px 0px;
}

.iti-flag.bm {
	height: 10px;
	background-position: -592px 0px;
}

.iti-flag.bn {
	height: 10px;
	background-position: -614px 0px;
}

.iti-flag.bo {
	height: 14px;
	background-position: -636px 0px;
}

.iti-flag.bq {
	height: 14px;
	background-position: -658px 0px;
}

.iti-flag.br {
	height: 14px;
	background-position: -680px 0px;
}

.iti-flag.bs {
	height: 10px;
	background-position: -702px 0px;
}

.iti-flag.bt {
	height: 14px;
	background-position: -724px 0px;
}

.iti-flag.bv {
	height: 15px;
	background-position: -746px 0px;
}

.iti-flag.bw {
	height: 14px;
	background-position: -768px 0px;
}

.iti-flag.by {
	height: 10px;
	background-position: -790px 0px;
}

.iti-flag.bz {
	height: 14px;
	background-position: -812px 0px;
}

.iti-flag.ca {
	height: 10px;
	background-position: -834px 0px;
}

.iti-flag.cc {
	height: 10px;
	background-position: -856px 0px;
}

.iti-flag.cd {
	height: 15px;
	background-position: -878px 0px;
}

.iti-flag.cf {
	height: 14px;
	background-position: -900px 0px;
}

.iti-flag.cg {
	height: 14px;
	background-position: -922px 0px;
}

.iti-flag.ch {
	height: 15px;
	background-position: -944px 0px;
}

.iti-flag.ci {
	height: 14px;
	background-position: -961px 0px;
}

.iti-flag.ck {
	height: 10px;
	background-position: -983px 0px;
}

.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0px;
}

.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0px;
}

.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0px;
}

.iti-flag.co {
	height: 14px;
	background-position: -1071px 0px;
}

.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0px;
}

.iti-flag.cr {
	height: 12px;
	background-position: -1115px 0px;
}

.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0px;
}

.iti-flag.cv {
	height: 12px;
	background-position: -1159px 0px;
}

.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0px;
}

.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0px;
}

.iti-flag.cy {
	height: 13px;
	background-position: -1225px 0px;
}

.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0px;
}

.iti-flag.de {
	height: 12px;
	background-position: -1269px 0px;
}

.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0px;
}

.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0px;
}

.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0px;
}

.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0px;
}

.iti-flag.do {
	height: 13px;
	background-position: -1379px 0px;
}

.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0px;
}

.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0px;
}

.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0px;
}

.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0px;
}

.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0px;
}

.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0px;
}

.iti-flag.er {
	height: 10px;
	background-position: -1533px 0px;
}

.iti-flag.es {
	height: 14px;
	background-position: -1555px 0px;
}

.iti-flag.et {
	height: 10px;
	background-position: -1577px 0px;
}

.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0px;
}

.iti-flag.fi {
	height: 12px;
	background-position: -1621px 0px;
}

.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0px;
}

.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0px;
}

.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0px;
}

.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0px;
}

.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0px;
}

.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0px;
}

.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0px;
}

.iti-flag.gd {
	height: 12px;
	background-position: -1797px 0px;
}

.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0px;
}

.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0px;
}

.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0px;
}

.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0px;
}

.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0px;
}

.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0px;
}

.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0px;
}

.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0px;
}

.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0px;
}

.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0px;
}

.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0px;
}

.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0px;
}

.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0px;
}

.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0px;
}

.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0px;
}

.iti-flag.gy {
	height: 12px;
	background-position: -2149px 0px;
}

.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0px;
}

.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0px;
}

.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0px;
}

.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0px;
}

.iti-flag.ht {
	height: 12px;
	background-position: -2259px 0px;
}

.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0px;
}

.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0px;
}

.iti-flag.id {
	height: 14px;
	background-position: -2325px 0px;
}

.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0px;
}

.iti-flag.il {
	height: 15px;
	background-position: -2369px 0px;
}

.iti-flag.im {
	height: 10px;
	background-position: -2391px 0px;
}

.iti-flag.in {
	height: 14px;
	background-position: -2413px 0px;
}

.iti-flag.io {
	height: 10px;
	background-position: -2435px 0px;
}

.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0px;
}

.iti-flag.ir {
	height: 12px;
	background-position: -2479px 0px;
}

.iti-flag.is {
	height: 15px;
	background-position: -2501px 0px;
}

.iti-flag.it {
	height: 14px;
	background-position: -2523px 0px;
}

.iti-flag.je {
	height: 12px;
	background-position: -2545px 0px;
}

.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0px;
}

.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0px;
}

.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0px;
}

.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0px;
}

.iti-flag.kg {
	height: 12px;
	background-position: -2655px 0px;
}

.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0px;
}

.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0px;
}

.iti-flag.km {
	height: 12px;
	background-position: -2721px 0px;
}

.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0px;
}

.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0px;
}

.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0px;
}

.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0px;
}

.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0px;
}

.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0px;
}

.iti-flag.la {
	height: 14px;
	background-position: -2875px 0px;
}

.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0px;
}

.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0px;
}

.iti-flag.li {
	height: 12px;
	background-position: -2941px 0px;
}

.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0px;
}

.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0px;
}

.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0px;
}

.iti-flag.lt {
	height: 12px;
	background-position: -3029px 0px;
}

.iti-flag.lu {
	height: 12px;
	background-position: -3051px 0px;
}

.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0px;
}

.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0px;
}

.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0px;
}

.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0px;
}

.iti-flag.md {
	height: 10px;
	background-position: -3160px 0px;
}

.iti-flag.me {
	height: 10px;
	background-position: -3182px 0px;
}

.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0px;
}

.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0px;
}

.iti-flag.mh {
	height: 11px;
	background-position: -3248px 0px;
}

.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0px;
}

.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0px;
}

.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0px;
}

.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0px;
}

.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0px;
}

.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0px;
}

.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0px;
}

.iti-flag.mr {
	height: 14px;
	background-position: -3424px 0px;
}

.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0px;
}

.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0px;
}

.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0px;
}

.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0px;
}

.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0px;
}

.iti-flag.mx {
	height: 12px;
	background-position: -3556px 0px;
}

.iti-flag.my {
	height: 10px;
	background-position: -3578px 0px;
}

.iti-flag.mz {
	height: 14px;
	background-position: -3600px 0px;
}

.iti-flag.na {
	height: 14px;
	background-position: -3622px 0px;
}

.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0px;
}

.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0px;
}

.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0px;
}

.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0px;
}

.iti-flag.ni {
	height: 12px;
	background-position: -3730px 0px;
}

.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0px;
}

.iti-flag.no {
	height: 15px;
	background-position: -3774px 0px;
}

.iti-flag.np {
	height: 15px;
	background-position: -3796px 0px;
}

.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0px;
}

.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0px;
}

.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0px;
}

.iti-flag.om {
	height: 10px;
	background-position: -3877px 0px;
}

.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0px;
}

.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0px;
}

.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0px;
}

.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0px;
}

.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0px;
}

.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0px;
}

.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0px;
}

.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0px;
}

.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0px;
}

.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0px;
}

.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0px;
}

.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0px;
}

.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0px;
}

.iti-flag.py {
	height: 11px;
	background-position: -4185px 0px;
}

.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0px;
}

.iti-flag.re {
	height: 14px;
	background-position: -4229px 0px;
}

.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0px;
}

.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0px;
}

.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0px;
}

.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0px;
}

.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0px;
}

.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0px;
}

.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0px;
}

.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0px;
}

.iti-flag.se {
	height: 13px;
	background-position: -4427px 0px;
}

.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0px;
}

.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0px;
}

.iti-flag.si {
	height: 10px;
	background-position: -4493px 0px;
}

.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0px;
}

.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0px;
}

.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0px;
}

.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0px;
}

.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0px;
}

.iti-flag.so {
	height: 14px;
	background-position: -4625px 0px;
}

.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0px;
}

.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0px;
}

.iti-flag.st {
	height: 10px;
	background-position: -4691px 0px;
}

.iti-flag.sv {
	height: 12px;
	background-position: -4713px 0px;
}

.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0px;
}

.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0px;
}

.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0px;
}

.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0px;
}

.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0px;
}

.iti-flag.td {
	height: 14px;
	background-position: -4845px 0px;
}

.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0px;
}

.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0px;
}

.iti-flag.th {
	height: 14px;
	background-position: -4911px 0px;
}

.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0px;
}

.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0px;
}

.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0px;
}

.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0px;
}

.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0px;
}

.iti-flag.to {
	height: 10px;
	background-position: -5043px 0px;
}

.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0px;
}

.iti-flag.tt {
	height: 12px;
	background-position: -5087px 0px;
}

.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0px;
}

.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0px;
}

.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0px;
}

.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0px;
}

.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0px;
}

.iti-flag.um {
	height: 11px;
	background-position: -5219px 0px;
}

.iti-flag.us {
	height: 11px;
	background-position: -5241px 0px;
}

.iti-flag.uy {
	height: 14px;
	background-position: -5263px 0px;
}

.iti-flag.uz {
	height: 10px;
	background-position: -5285px 0px;
}

.iti-flag.va {
	height: 15px;
	background-position: -5307px 0px;
}

.iti-flag.vc {
	height: 14px;
	background-position: -5324px 0px;
}

.iti-flag.ve {
	height: 14px;
	background-position: -5346px 0px;
}

.iti-flag.vg {
	height: 10px;
	background-position: -5368px 0px;
}

.iti-flag.vi {
	height: 14px;
	background-position: -5390px 0px;
}

.iti-flag.vn {
	height: 14px;
	background-position: -5412px 0px;
}

.iti-flag.vu {
	height: 12px;
	background-position: -5434px 0px;
}

.iti-flag.wf {
	height: 14px;
	background-position: -5456px 0px;
}

.iti-flag.ws {
	height: 10px;
	background-position: -5478px 0px;
}

.iti-flag.xk {
	height: 15px;
	background-position: -5500px 0px;
}

.iti-flag.ye {
	height: 14px;
	background-position: -5522px 0px;
}

.iti-flag.yt {
	height: 14px;
	background-position: -5544px 0px;
}

.iti-flag.za {
	height: 14px;
	background-position: -5566px 0px;
}

.iti-flag.zm {
	height: 14px;
	background-position: -5588px 0px;
}

.iti-flag.zw {
	height: 10px;
	background-position: -5610px 0px;
}

.iti-flag {
	width: 20px;
	height: 15px;
	box-shadow: 0px 0px 1px 0px #888;
	background-image: url("/euf/assets/themes/fusion_standard/images/flags/flags.png");
	background-repeat: no-repeat;
	background-color: #DBDBDB;
	background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.iti-flag {
		background-image: url("/euf/assets/themes/fusion_standard/images/flags/flags@2x.png");
	}
}

.iti-flag.np {
	background-color: transparent;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 0px 0px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	transition-property: opacity, filter;
	transition-duration: 0.4s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	line-height: 1;
	overflow: visible;
}

	.hamburger:hover {
		opacity: 1;
	}

.hamburger-box {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 20px;
		height: 2px;
		background-color: white;
		border-radius: 0px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

		.hamburger-inner::before,
		.hamburger-inner::after {
			content: "";
			display: block;
		}

		.hamburger-inner::before {
			top: -8px;
		}

		.hamburger-inner::after {
			bottom: -8px;
		}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

	.hamburger--spin .hamburger-inner::before {
		transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	}

	.hamburger--spin .hamburger-inner::after {
		transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

.hamburger--spin.active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

	.hamburger--spin.active .hamburger-inner::before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	}

	.hamburger--spin.active .hamburger-inner::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

/*===============================
=            Choices            =
===============================*/
.choices {
	position: relative;
	margin-bottom: 24px;
	font-size: 16px;
}

	.choices:focus {
		outline: none;
	}

	.choices:last-child {
		margin-bottom: 0;
	}

	.choices.is-disabled .choices__inner,
	.choices.is-disabled .choices__input {
		background-color: #EAEAEA;
		cursor: not-allowed;
		user-select: none;
	}

	.choices.is-disabled .choices__item {
		cursor: not-allowed;
	}

	.choices[data-type*="select-one"] {
		cursor: pointer;
	}

		.choices[data-type*="select-one"] .choices__inner {
			padding-bottom: 7.5px;
		}

		.choices[data-type*="select-one"] .choices__input {
			display: block;
			width: 100%;
			padding: 10px;
			border-bottom: 1px solid #DDDDDD;
			background-color: #FFFFFF;
			margin: 0;
		}

		.choices[data-type*="select-one"] .choices__button {
			background-image: url("../../icons/cross-inverse.svg");
			padding: 0;
			background-size: 8px;
			height: 100%;
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -10px;
			margin-right: 25px;
			height: 20px;
			width: 20px;
			border-radius: 10em;
			opacity: .5;
		}

			.choices[data-type*="select-one"] .choices__button:hover,
			.choices[data-type*="select-one"] .choices__button:focus {
				opacity: 1;
			}

			.choices[data-type*="select-one"] .choices__button:focus {
				box-shadow: 0px 0px 0px 2px #00BCD4;
			}

		.choices[data-type*="select-one"]:after {
			content: "";
			height: 0;
			width: 0;
			border-style: solid;
			border-color: #333333 transparent transparent transparent;
			border-width: 5px;
			position: absolute;
			right: 11.5px;
			top: 50%;
			margin-top: -2.5px;
			pointer-events: none;
		}

		.choices[data-type*="select-one"].is-open:after {
			border-color: transparent transparent #333333 transparent;
			margin-top: -7.5px;
		}

		.choices[data-type*="select-one"][dir="rtl"]:after {
			left: 11.5px;
			right: auto;
		}

		.choices[data-type*="select-one"][dir="rtl"] .choices__button {
			right: auto;
			left: 0;
			margin-left: 25px;
			margin-right: 0;
		}

	.choices[data-type*="select-multiple"] .choices__inner,
	.choices[data-type*="text"] .choices__inner {
		cursor: text;
	}

	.choices[data-type*="select-multiple"] .choices__button,
	.choices[data-type*="text"] .choices__button {
		position: relative;
		display: inline-block;
		margin-top: 0;
		margin-right: -4px;
		margin-bottom: 0;
		margin-left: 8px;
		padding-left: 16px;
		border-left: 1px solid #008fa1;
		background-image: url("../../icons/cross.svg");
		background-size: 8px;
		width: 8px;
		line-height: 1;
		opacity: .75;
	}

		.choices[data-type*="select-multiple"] .choices__button:hover,
		.choices[data-type*="select-multiple"] .choices__button:focus,
		.choices[data-type*="text"] .choices__button:hover,
		.choices[data-type*="text"] .choices__button:focus {
			opacity: 1;
		}

.choices__inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #f9f9f9;
	padding: 7.5px 7.5px 3.75px;
	border: 1px solid #DDDDDD;
	border-radius: 2.5px;
	font-size: 14px;
	min-height: 44px;
	overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
	border-color: #b7b7b7;
}

.is-open .choices__inner {
	border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
	border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.choices__list--single {
	display: inline-block;
	padding: 4px 16px 4px 4px;
	width: 100%;
}

[dir="rtl"] .choices__list--single {
	padding-right: 4px;
	padding-left: 16px;
}

.choices__list--single .choices__item {
	width: 100%;
}

.choices__list--multiple {
	display: inline;
}

	.choices__list--multiple .choices__item {
		display: inline-block;
		vertical-align: middle;
		border-radius: 20px;
		padding: 4px 10px;
		font-size: 12px;
		font-weight: 500;
		margin-right: 3.75px;
		margin-bottom: 3.75px;
		background-color: #00BCD4;
		border: 1px solid #00a5bb;
		color: #FFFFFF;
		word-break: break-all;
	}

		.choices__list--multiple .choices__item[data-deletable] {
			padding-right: 5px;
		}

[dir="rtl"] .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
	background-color: #00a5bb;
	border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
	background-color: #aaaaaa;
	border: 1px solid #919191;
}

.choices__list--dropdown {
	display: none;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	top: 100%;
	margin-top: -1px;
	border-bottom-left-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	overflow: hidden;
	word-break: break-all;
}

	.choices__list--dropdown.is-active {
		display: block;
	}

.is-open .choices__list--dropdown {
	border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px;
	border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
	position: relative;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
	position: relative;
	padding: 10px;
	font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
	text-align: right;
}

@media (min-width: 640px) {
	.choices__list--dropdown .choices__item--selectable {
		padding-right: 100px;
	}

		.choices__list--dropdown .choices__item--selectable:after {
			content: attr(data-select-text);
			font-size: 12px;
			opacity: 0;
			position: absolute;
			right: 10px;
			top: 50%;
			transform: translateY(-50%);
		}

	[dir="rtl"] .choices__list--dropdown .choices__item--selectable {
		text-align: right;
		padding-left: 100px;
		padding-right: 10px;
	}

		[dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
			right: auto;
			left: 10px;
		}
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2;
}

	.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
		opacity: .5;
	}

.choices__item {
	cursor: default;
}

.choices__item--selectable {
	cursor: pointer;
}

.choices__item--disabled {
	cursor: not-allowed;
	user-select: none;
	opacity: .5;
}

.choices__heading {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: gray;
}

.choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

	.choices__button:focus {
		outline: none;
	}

.choices__input {
	display: inline-block;
	vertical-align: baseline;
	background-color: #f9f9f9;
	font-size: 14px;
	margin-bottom: 5px;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	padding: 4px 0 4px 2px;
}

	.choices__input:focus {
		outline: 0;
	}

[dir="rtl"] .choices__input {
	padding-right: 2px;
	padding-left: 0;
}

.choices__placeholder {
	opacity: .5;
}

/*=====  End of Choices  ======*/
.awesomplete [hidden] {
	display: none;
}

.awesomplete .visually-hidden {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.awesomplete {
	display: inline-block;
	position: relative;
}

	.awesomplete > input {
		display: block;
	}

	.awesomplete > ul {
		position: absolute;
		left: 0;
		z-index: 1;
		min-width: 100%;
		box-sizing: border-box;
		list-style: none;
		padding: 0;
		margin: 0;
		background: #fff;
	}

		.awesomplete > ul:empty {
			display: none;
		}

	.awesomplete [hidden] {
		display: none;
	}

	.awesomplete .visually-hidden {
		position: absolute;
		clip: rect(0, 0, 0, 0);
	}

.awesomplete {
	display: inline-block;
	position: relative;
}

	.awesomplete > input {
		display: block;
	}

	.awesomplete > ul {
		position: absolute;
		left: 0;
		z-index: 1;
		min-width: 100%;
		box-sizing: border-box;
		list-style: none;
		padding: 0;
		margin: 0;
		background: #fff;
	}

		.awesomplete > ul:empty {
			display: none;
		}

	.awesomplete > ul {
		border-radius: .3em;
		margin: .2em 0 0;
		background: rgba(255, 255, 255, 0.9);
		background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
		border: 1px solid rgba(0, 0, 0, 0.3);
		box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
		text-shadow: none;
	}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
		transform-origin: 1.43em -.43em;
	}

		.awesomplete > ul[hidden],
		.awesomplete > ul:empty {
			opacity: 0;
			transform: scale(0);
			display: block;
			transition-timing-function: ease;
		}
}

/* Pointer */
.awesomplete > ul:before {
	content: "";
	position: absolute;
	top: -.43em;
	left: 1em;
	width: 0;
	height: 0;
	padding: .4em;
	background: white;
	border: inherit;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.awesomplete > ul > li {
	position: relative;
	padding: .2em .5em;
	cursor: pointer;
}

	.awesomplete > ul > li:hover {
		background: #b8d3e0;
		color: black;
	}

	.awesomplete > ul > li[aria-selected="true"] {
		background: #3d6d8f;
		color: white;
	}

.awesomplete mark {
	background: #eaff00;
}

.awesomplete li:hover mark {
	background: #b5d100;
}

.awesomplete li[aria-selected="true"] mark {
	background: #3d6b00;
	color: inherit;
}

/*# sourceMappingURL=awesomplete.css.map */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/*html {
	font-family: sans-serif;*/
	/* 1 */
	/*-ms-text-size-adjust: 100%;*/
	/* 2 */
	/*-webkit-text-size-adjust: 100%;*/
	/* 2 */
	/*font-size: 62.5%;
}*/

/**
 * Remove default margin.
 */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

	/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
	audio:not([controls]) {
		display: none;
		height: 0;
	}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

	/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
	a:active,
	a:hover {
		outline: 0;
	}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

	/**
 * Re-set default cursor for disabled elements.
 */
	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	/**
 * Remove inner padding and border in Firefox 4+.
 */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

	/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		/* 1 */
		padding: 0;
		/* 2 */
	}

	/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
	input[type="search"] {
		-webkit-appearance: textfield;
		/* 1 */
		box-sizing: content-box;
		/* 2 */
	}

		/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
			-webkit-appearance: none;
		}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/**
 * Type Mixins
 */

.altis-black {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-black-italic {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-bold {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-bold-italic {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-book {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-book-italic {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-extra-bold {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-extra-bold-italic {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-hairline {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-hairline-italic {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-heavy {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-heavy-italic {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-light {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-light-italic {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-medium {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-medium-italic {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-regular {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-regular-italic {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-thin {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.altis-thin-italic {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

.svg-wrapper {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	width: 2.4rem;
	height: 24px;
	height: 2.4rem;
}

	.svg-wrapper svg {
		width: 100%;
		height: 100%;
		vertical-align: top;
	}

	.svg-wrapper.icon-circle {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

		.svg-wrapper.icon-circle[class*="theme-border"] {
			border-style: solid;
			border-width: 2px;
		}

	.svg-wrapper.icon15 {
		width: 18px;
		width: 1.8rem;
		height: 18px;
		height: 1.8rem;
	}

	.svg-wrapper.icon20 {
		width: 24px;
		width: 2.4rem;
		height: 24px;
		height: 2.4rem;
	}

	.svg-wrapper.icon25 {
		width: 30px;
		width: 3rem;
		height: 30px;
		height: 3rem;
	}

	.svg-wrapper.icon30 {
		width: 36px;
		width: 3.6rem;
		height: 36px;
		height: 3.6rem;
	}

	.svg-wrapper.icon40 {
		width: 48px;
		width: 4.8rem;
		height: 48px;
		height: 4.8rem;
	}

	.svg-wrapper.icon50 {
		width: 60px;
		width: 6rem;
		height: 60px;
		height: 6rem;
	}

	.svg-wrapper.icon60 {
		width: 72px;
		width: 7.2rem;
		height: 72px;
		height: 7.2rem;
	}

	.svg-wrapper.icon70 {
		width: 84px;
		width: 8.4rem;
		height: 84px;
		height: 8.4rem;
	}

	.svg-wrapper.icon75 {
		width: 90px;
		width: 9rem;
		height: 90px;
		height: 9rem;
	}

	.svg-wrapper.icon80 {
		width: 96px;
		width: 9.6rem;
		height: 96px;
		height: 9.6rem;
	}

	.svg-wrapper.icon120 {
		width: 144px;
		width: 14.4rem;
		height: 144px;
		height: 14.4rem;
	}

	.svg-wrapper.icon150 {
		width: 180px;
		width: 18rem;
		height: 180px;
		height: 18rem;
	}

	.svg-wrapper.icon200 {
		width: 240px;
		width: 24rem;
		height: 240px;
		height: 24rem;
	}

	.svg-wrapper.icon250 {
		width: 300px;
		width: 30rem;
		height: 300px;
		height: 30rem;
	}

	.svg-wrapper.rotate-180 {
		transform: rotate(180deg);
	}

@media (max-width: 31.1875em) {
	.svg-wrapper.icon80-small-down {
		width: 96px;
		width: 9.6rem;
		height: 96px;
		height: 9.6rem;
	}
}

.theme-border-blue-1 {
	border-color: #e0efff;
}

.theme-background-blue-1 {
	background-color: #e0efff;
}

	.theme-background-blue-1.input-label:before {
		background-color: #e0efff;
	}

	.theme-background-blue-1.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #e0efff, #e0efff 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-1.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #e0efff, #e0efff 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-1.angled-top:before,
.theme-background-blue-1.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #e0efff, #e0efff 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-1.angled-top:before,
	.theme-background-blue-1.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #e0efff, #e0efff 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-1.angled-bottom:after,
.theme-background-blue-1.angled-bottom-small:after,
.theme-background-blue-1.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #e0efff 52%, #e0efff);
}

@media (min-width: 48em) {

	.theme-background-blue-1.angled-bottom:after,
	.theme-background-blue-1.angled-bottom-small:after,
	.theme-background-blue-1.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #e0efff 50%, #e0efff);
	}
}

.theme-background-blue-1 .more-content-shadow {
	background: linear-gradient(to top, #e0efff 20%, rgba(224, 239, 255, 0) 80%);
}

.theme-icon-blue-1 svg,
.theme-icon-blue-1 .cls-1 {
	fill: #e0efff;
}

.theme-icon-blue-1.list-style-arrow li:before {
	color: #e0efff;
}

.theme-background-transparency-blue-1 {
	background-color: rgba(224, 239, 255, 0.8);
}

.theme-background-gradient-blue-1 {
	background: linear-gradient(to bottom, #add5ff, #e0efff);
}

.theme-blue-1 {
	color: #e0efff;
}

	.theme-blue-1 h1,
	.theme-blue-1 h2,
	.theme-blue-1 h2.small,
	.theme-blue-1 h3,
	.theme-blue-1 h4,
	.theme-blue-1 h5,
	.theme-blue-1 h6 {
		color: #e0efff;
	}

.theme-border-hover-blue-1:hover {
	border-color: #e0efff;
}

.theme-background-hover-blue-1:hover {
	background-color: #e0efff;
}

.theme-background-icon-hover-blue-1:hover svg,
.theme-background-icon-hover-blue-1:hover .cls-1 {
	background-color: #e0efff;
}

.theme-background-transparency-hover-blue-1:hover {
	background-color: rgba(224, 239, 255, 0.8);
}

.theme-icon-hover-blue-1:hover svg,
.theme-icon-hover-blue-1:hover .cls-1 {
	fill: #e0efff;
}

.theme-hover-blue-1:hover {
	color: #e0efff;
}

.theme-pseudo-before-blue-1:before {
	color: #e0efff;
}

.theme-pseudo-after-blue-1:after {
	color: #e0efff;
}

.theme-links-blue-1 a:not(.button),
.theme-links-blue-1 a:not(.button):visited,
.theme-links-blue-1 a:not(.button):link,
.theme-links-blue-1 a,
.theme-links-blue-1 a:visited,
.theme-links-blue-1 a:link {
	color: #e0efff;
}

.theme-links-hover-blue-1 a:not(.button):hover,
.theme-links-hover-blue-1 a:not(.button):visited:hover,
.theme-links-hover-blue-1 a:not(.button):link:hover,
.theme-links-hover-blue-1 a:hover,
.theme-links-hover-blue-1 a:visited:hover,
.theme-links-hover-blue-1 a:link:hover {
	color: #e0efff;
}

a:not(.button).theme-link-blue-1,
a:not(.button):visited.theme-link-blue-1,
a:not(.button):link.theme-link-blue-1,
a.theme-link-blue-1,
a:visited.theme-link-blue-1,
a:link.theme-link-blue-1 {
	color: #e0efff;
}

.theme-border-blue-2 {
	border-color: #98c0e6;
}

.theme-background-blue-2 {
	background-color: #98c0e6;
}

	.theme-background-blue-2.input-label:before {
		background-color: #98c0e6;
	}

	.theme-background-blue-2.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #98c0e6, #98c0e6 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-2.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #98c0e6, #98c0e6 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-2.angled-top:before,
.theme-background-blue-2.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #98c0e6, #98c0e6 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-2.angled-top:before,
	.theme-background-blue-2.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #98c0e6, #98c0e6 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-2.angled-bottom:after,
.theme-background-blue-2.angled-bottom-small:after,
.theme-background-blue-2.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #98c0e6 52%, #98c0e6);
}

@media (min-width: 48em) {

	.theme-background-blue-2.angled-bottom:after,
	.theme-background-blue-2.angled-bottom-small:after,
	.theme-background-blue-2.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #98c0e6 50%, #98c0e6);
	}
}

.theme-background-blue-2 .more-content-shadow {
	background: linear-gradient(to top, #98c0e6 20%, rgba(152, 192, 230, 0) 80%);
}

.theme-icon-blue-2 svg,
.theme-icon-blue-2 .cls-1 {
	fill: #98c0e6;
}

.theme-icon-blue-2.list-style-arrow li:before {
	color: #98c0e6;
}

.theme-background-transparency-blue-2 {
	background-color: rgba(152, 192, 230, 0.8);
}

.theme-background-gradient-blue-2 {
	background: linear-gradient(to bottom, #6fa7dc, #98c0e6);
}

.theme-blue-2 {
	color: #98c0e6;
}

	.theme-blue-2 h1,
	.theme-blue-2 h2,
	.theme-blue-2 h2.small,
	.theme-blue-2 h3,
	.theme-blue-2 h4,
	.theme-blue-2 h5,
	.theme-blue-2 h6 {
		color: #98c0e6;
	}

.theme-border-hover-blue-2:hover {
	border-color: #98c0e6;
}

.theme-background-hover-blue-2:hover {
	background-color: #98c0e6;
}

.theme-background-icon-hover-blue-2:hover svg,
.theme-background-icon-hover-blue-2:hover .cls-1 {
	background-color: #98c0e6;
}

.theme-background-transparency-hover-blue-2:hover {
	background-color: rgba(152, 192, 230, 0.8);
}

.theme-icon-hover-blue-2:hover svg,
.theme-icon-hover-blue-2:hover .cls-1 {
	fill: #98c0e6;
}

.theme-hover-blue-2:hover {
	color: #98c0e6;
}

.theme-pseudo-before-blue-2:before {
	color: #98c0e6;
}

.theme-pseudo-after-blue-2:after {
	color: #98c0e6;
}

.theme-links-blue-2 a:not(.button),
.theme-links-blue-2 a:not(.button):visited,
.theme-links-blue-2 a:not(.button):link,
.theme-links-blue-2 a,
.theme-links-blue-2 a:visited,
.theme-links-blue-2 a:link {
	color: #98c0e6;
}

.theme-links-hover-blue-2 a:not(.button):hover,
.theme-links-hover-blue-2 a:not(.button):visited:hover,
.theme-links-hover-blue-2 a:not(.button):link:hover,
.theme-links-hover-blue-2 a:hover,
.theme-links-hover-blue-2 a:visited:hover,
.theme-links-hover-blue-2 a:link:hover {
	color: #98c0e6;
}

a:not(.button).theme-link-blue-2,
a:not(.button):visited.theme-link-blue-2,
a:not(.button):link.theme-link-blue-2,
a.theme-link-blue-2,
a:visited.theme-link-blue-2,
a:link.theme-link-blue-2 {
	color: #98c0e6;
}

.theme-border-blue-3 {
	border-color: #5a95cc;
}

.theme-background-blue-3 {
	background-color: #5a95cc;
}

	.theme-background-blue-3.input-label:before {
		background-color: #5a95cc;
	}

	.theme-background-blue-3.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #5a95cc, #5a95cc 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-3.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #5a95cc, #5a95cc 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-3.angled-top:before,
.theme-background-blue-3.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #5a95cc, #5a95cc 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-3.angled-top:before,
	.theme-background-blue-3.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #5a95cc, #5a95cc 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-3.angled-bottom:after,
.theme-background-blue-3.angled-bottom-small:after,
.theme-background-blue-3.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #5a95cc 52%, #5a95cc);
}

@media (min-width: 48em) {

	.theme-background-blue-3.angled-bottom:after,
	.theme-background-blue-3.angled-bottom-small:after,
	.theme-background-blue-3.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #5a95cc 50%, #5a95cc);
	}
}

.theme-background-blue-3 .more-content-shadow {
	background: linear-gradient(to top, #5a95cc 20%, rgba(90, 149, 204, 0) 80%);
}

.theme-icon-blue-3 svg,
.theme-icon-blue-3 .cls-1 {
	fill: #5a95cc;
}

.theme-icon-blue-3.list-style-arrow li:before {
	color: #5a95cc;
}

.theme-background-transparency-blue-3 {
	background-color: rgba(90, 149, 204, 0.8);
}

.theme-background-gradient-blue-3 {
	background: linear-gradient(to bottom, #397cba, #5a95cc);
}

.theme-blue-3 {
	color: #5a95cc;
}

	.theme-blue-3 h1,
	.theme-blue-3 h2,
	.theme-blue-3 h2.small,
	.theme-blue-3 h3,
	.theme-blue-3 h4,
	.theme-blue-3 h5,
	.theme-blue-3 h6 {
		color: #5a95cc;
	}

.theme-border-hover-blue-3:hover {
	border-color: #5a95cc;
}

.theme-background-hover-blue-3:hover {
	background-color: #5a95cc;
}

.theme-background-icon-hover-blue-3:hover svg,
.theme-background-icon-hover-blue-3:hover .cls-1 {
	background-color: #5a95cc;
}

.theme-background-transparency-hover-blue-3:hover {
	background-color: rgba(90, 149, 204, 0.8);
}

.theme-icon-hover-blue-3:hover svg,
.theme-icon-hover-blue-3:hover .cls-1 {
	fill: #5a95cc;
}

.theme-hover-blue-3:hover {
	color: #5a95cc;
}

.theme-pseudo-before-blue-3:before {
	color: #5a95cc;
}

.theme-pseudo-after-blue-3:after {
	color: #5a95cc;
}

.theme-links-blue-3 a:not(.button),
.theme-links-blue-3 a:not(.button):visited,
.theme-links-blue-3 a:not(.button):link,
.theme-links-blue-3 a,
.theme-links-blue-3 a:visited,
.theme-links-blue-3 a:link {
	color: #5a95cc;
}

.theme-links-hover-blue-3 a:not(.button):hover,
.theme-links-hover-blue-3 a:not(.button):visited:hover,
.theme-links-hover-blue-3 a:not(.button):link:hover,
.theme-links-hover-blue-3 a:hover,
.theme-links-hover-blue-3 a:visited:hover,
.theme-links-hover-blue-3 a:link:hover {
	color: #5a95cc;
}

a:not(.button).theme-link-blue-3,
a:not(.button):visited.theme-link-blue-3,
a:not(.button):link.theme-link-blue-3,
a.theme-link-blue-3,
a:visited.theme-link-blue-3,
a:link.theme-link-blue-3 {
	color: #5a95cc;
}

.theme-border-blue-4 {
	border-color: #2770b3;
}

.theme-background-blue-4 {
	background-color: #2770b3;
}

	.theme-background-blue-4.input-label:before {
		background-color: #2770b3;
	}

	.theme-background-blue-4.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #2770b3, #2770b3 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-4.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #2770b3, #2770b3 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-4.angled-top:before,
.theme-background-blue-4.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #2770b3, #2770b3 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-4.angled-top:before,
	.theme-background-blue-4.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #2770b3, #2770b3 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-4.angled-bottom:after,
.theme-background-blue-4.angled-bottom-small:after,
.theme-background-blue-4.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #2770b3 52%, #2770b3);
}

@media (min-width: 48em) {

	.theme-background-blue-4.angled-bottom:after,
	.theme-background-blue-4.angled-bottom-small:after,
	.theme-background-blue-4.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #2770b3 50%, #2770b3);
	}
}

.theme-background-blue-4 .more-content-shadow {
	background: linear-gradient(to top, #2770b3 20%, rgba(39, 112, 179, 0) 80%);
}

.theme-icon-blue-4 svg,
.theme-icon-blue-4 .cls-1 {
	fill: #2770b3;
}

.theme-icon-blue-4.list-style-arrow li:before {
	color: #2770b3;
}

.theme-background-transparency-blue-4 {
	background-color: rgba(39, 112, 179, 0.8);
}

.theme-background-gradient-blue-4 {
	background: linear-gradient(to bottom, #1e5689, #2770b3);
}

.theme-blue-4 {
	color: #2770b3;
}

	.theme-blue-4 h1,
	.theme-blue-4 h2,
	.theme-blue-4 h2.small,
	.theme-blue-4 h3,
	.theme-blue-4 h4,
	.theme-blue-4 h5,
	.theme-blue-4 h6 {
		color: #2770b3;
	}

.theme-border-hover-blue-4:hover {
	border-color: #2770b3;
}

.theme-background-hover-blue-4:hover {
	background-color: #2770b3;
}

.theme-background-icon-hover-blue-4:hover svg,
.theme-background-icon-hover-blue-4:hover .cls-1 {
	background-color: #2770b3;
}

.theme-background-transparency-hover-blue-4:hover {
	background-color: rgba(39, 112, 179, 0.8);
}

.theme-icon-hover-blue-4:hover svg,
.theme-icon-hover-blue-4:hover .cls-1 {
	fill: #2770b3;
}

.theme-hover-blue-4:hover {
	color: #2770b3;
}

.theme-pseudo-before-blue-4:before {
	color: #2770b3;
}

.theme-pseudo-after-blue-4:after {
	color: #2770b3;
}

.theme-links-blue-4 a:not(.button),
.theme-links-blue-4 a:not(.button):visited,
.theme-links-blue-4 a:not(.button):link,
.theme-links-blue-4 a,
.theme-links-blue-4 a:visited,
.theme-links-blue-4 a:link {
	color: #2770b3;
}

.theme-links-hover-blue-4 a:not(.button):hover,
.theme-links-hover-blue-4 a:not(.button):visited:hover,
.theme-links-hover-blue-4 a:not(.button):link:hover,
.theme-links-hover-blue-4 a:hover,
.theme-links-hover-blue-4 a:visited:hover,
.theme-links-hover-blue-4 a:link:hover {
	color: #2770b3;
}

a:not(.button).theme-link-blue-4,
a:not(.button):visited.theme-link-blue-4,
a:not(.button):link.theme-link-blue-4,
a.theme-link-blue-4,
a:visited.theme-link-blue-4,
a:link.theme-link-blue-4 {
	color: #2770b3;
}

.theme-border-blue-5 {
	border-color: #115aa6;
}

.theme-background-blue-5 {
	background-color: #115aa6;
}

	.theme-background-blue-5.input-label:before {
		background-color: #115aa6;
	}

	.theme-background-blue-5.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #115aa6, #115aa6 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-5.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #115aa6, #115aa6 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-5.angled-top:before,
.theme-background-blue-5.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #115aa6, #115aa6 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-5.angled-top:before,
	.theme-background-blue-5.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #115aa6, #115aa6 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-5.angled-bottom:after,
.theme-background-blue-5.angled-bottom-small:after,
.theme-background-blue-5.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #115aa6 52%, #115aa6);
}

@media (min-width: 48em) {

	.theme-background-blue-5.angled-bottom:after,
	.theme-background-blue-5.angled-bottom-small:after,
	.theme-background-blue-5.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #115aa6 50%, #115aa6);
	}
}

.theme-background-blue-5 .more-content-shadow {
	background: linear-gradient(to top, #115aa6 20%, rgba(17, 90, 166, 0) 80%);
}

.theme-icon-blue-5 svg,
.theme-icon-blue-5 .cls-1 {
	fill: #115aa6;
}

.theme-icon-blue-5.list-style-arrow li:before {
	color: #115aa6;
}

.theme-background-transparency-blue-5 {
	background-color: rgba(17, 90, 166, 0.8);
}

.theme-background-gradient-blue-5 {
	background: linear-gradient(to bottom, #0c4178, #115aa6);
}

.theme-blue-5 {
	color: #115aa6;
}

	.theme-blue-5 h1,
	.theme-blue-5 h2,
	.theme-blue-5 h2.small,
	.theme-blue-5 h3,
	.theme-blue-5 h4,
	.theme-blue-5 h5,
	.theme-blue-5 h6 {
		color: #115aa6;
	}

.theme-border-hover-blue-5:hover {
	border-color: #115aa6;
}

.theme-background-hover-blue-5:hover {
	background-color: #115aa6;
}

.theme-background-icon-hover-blue-5:hover svg,
.theme-background-icon-hover-blue-5:hover .cls-1 {
	background-color: #115aa6;
}

.theme-background-transparency-hover-blue-5:hover {
	background-color: rgba(17, 90, 166, 0.8);
}

.theme-icon-hover-blue-5:hover svg,
.theme-icon-hover-blue-5:hover .cls-1 {
	fill: #115aa6;
}

.theme-hover-blue-5:hover {
	color: #115aa6;
}

.theme-pseudo-before-blue-5:before {
	color: #115aa6;
}

.theme-pseudo-after-blue-5:after {
	color: #115aa6;
}

.theme-links-blue-5 a:not(.button),
.theme-links-blue-5 a:not(.button):visited,
.theme-links-blue-5 a:not(.button):link,
.theme-links-blue-5 a,
.theme-links-blue-5 a:visited,
.theme-links-blue-5 a:link {
	color: #115aa6;
}

.theme-links-hover-blue-5 a:not(.button):hover,
.theme-links-hover-blue-5 a:not(.button):visited:hover,
.theme-links-hover-blue-5 a:not(.button):link:hover,
.theme-links-hover-blue-5 a:hover,
.theme-links-hover-blue-5 a:visited:hover,
.theme-links-hover-blue-5 a:link:hover {
	color: #115aa6;
}

a:not(.button).theme-link-blue-5,
a:not(.button):visited.theme-link-blue-5,
a:not(.button):link.theme-link-blue-5,
a.theme-link-blue-5,
a:visited.theme-link-blue-5,
a:link.theme-link-blue-5 {
	color: #115aa6;
}

.theme-border-blue-6 {
	border-color: #0052a0;
}

.theme-background-blue-6 {
	background-color: #0052a0;
}

	.theme-background-blue-6.input-label:before {
		background-color: #0052a0;
	}

	.theme-background-blue-6.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #0052a0, #0052a0 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-6.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #0052a0, #0052a0 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-6.angled-top:before,
.theme-background-blue-6.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #0052a0, #0052a0 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-6.angled-top:before,
	.theme-background-blue-6.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #0052a0, #0052a0 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-6.angled-bottom:after,
.theme-background-blue-6.angled-bottom-small:after,
.theme-background-blue-6.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #0052a0 52%, #0052a0);
}

@media (min-width: 48em) {

	.theme-background-blue-6.angled-bottom:after,
	.theme-background-blue-6.angled-bottom-small:after,
	.theme-background-blue-6.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #0052a0 50%, #0052a0);
	}
}

.theme-background-blue-6 .more-content-shadow {
	background: linear-gradient(to top, #0052a0 20%, rgba(0, 82, 160, 0) 80%);
}

.theme-icon-blue-6 svg,
.theme-icon-blue-6 .cls-1 {
	fill: #0052a0;
}

.theme-icon-blue-6.list-style-arrow li:before {
	color: #0052a0;
}

.theme-background-transparency-blue-6 {
	background-color: rgba(0, 82, 160, 0.8);
}

.theme-background-gradient-blue-6 {
	background: linear-gradient(to bottom, #00386d, #0052a0);
}

.theme-blue-6 {
	color: #0052a0;
}

	.theme-blue-6 h1,
	.theme-blue-6 h2,
	.theme-blue-6 h2.small,
	.theme-blue-6 h3,
	.theme-blue-6 h4,
	.theme-blue-6 h5,
	.theme-blue-6 h6 {
		color: #0052a0;
	}

.theme-border-hover-blue-6:hover {
	border-color: #0052a0;
}

.theme-background-hover-blue-6:hover {
	background-color: #0052a0;
}

.theme-background-icon-hover-blue-6:hover svg,
.theme-background-icon-hover-blue-6:hover .cls-1 {
	background-color: #0052a0;
}

.theme-background-transparency-hover-blue-6:hover {
	background-color: rgba(0, 82, 160, 0.8);
}

.theme-icon-hover-blue-6:hover svg,
.theme-icon-hover-blue-6:hover .cls-1 {
	fill: #0052a0;
}

.theme-hover-blue-6:hover {
	color: #0052a0;
}

.theme-pseudo-before-blue-6:before {
	color: #0052a0;
}

.theme-pseudo-after-blue-6:after {
	color: #0052a0;
}

.theme-links-blue-6 a:not(.button),
.theme-links-blue-6 a:not(.button):visited,
.theme-links-blue-6 a:not(.button):link,
.theme-links-blue-6 a,
.theme-links-blue-6 a:visited,
.theme-links-blue-6 a:link {
	color: #0052a0;
}

.theme-links-hover-blue-6 a:not(.button):hover,
.theme-links-hover-blue-6 a:not(.button):visited:hover,
.theme-links-hover-blue-6 a:not(.button):link:hover,
.theme-links-hover-blue-6 a:hover,
.theme-links-hover-blue-6 a:visited:hover,
.theme-links-hover-blue-6 a:link:hover {
	color: #0052a0;
}

a:not(.button).theme-link-blue-6,
a:not(.button):visited.theme-link-blue-6,
a:not(.button):link.theme-link-blue-6,
a.theme-link-blue-6,
a:visited.theme-link-blue-6,
a:link.theme-link-blue-6 {
	color: #0052a0;
}

.theme-border-blue-7 {
	border-color: #204196;
}

.theme-background-blue-7 {
	background-color: #204196;
}

	.theme-background-blue-7.input-label:before {
		background-color: #204196;
	}

	.theme-background-blue-7.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #204196, #204196 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-7.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #204196, #204196 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-7.angled-top:before,
.theme-background-blue-7.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #204196, #204196 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-7.angled-top:before,
	.theme-background-blue-7.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #204196, #204196 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-7.angled-bottom:after,
.theme-background-blue-7.angled-bottom-small:after,
.theme-background-blue-7.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #204196 52%, #204196);
}

@media (min-width: 48em) {

	.theme-background-blue-7.angled-bottom:after,
	.theme-background-blue-7.angled-bottom-small:after,
	.theme-background-blue-7.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #204196 50%, #204196);
	}
}

.theme-background-blue-7 .more-content-shadow {
	background: linear-gradient(to top, #204196 20%, rgba(32, 65, 150, 0) 80%);
}

.theme-icon-blue-7 svg,
.theme-icon-blue-7 .cls-1 {
	fill: #204196;
}

.theme-icon-blue-7.list-style-arrow li:before {
	color: #204196;
}

.theme-background-transparency-blue-7 {
	background-color: rgba(32, 65, 150, 0.8);
}

.theme-background-gradient-blue-7 {
	background: linear-gradient(to bottom, #172f6c, #204196);
}

.theme-blue-7 {
	color: #204196;
}

	.theme-blue-7 h1,
	.theme-blue-7 h2,
	.theme-blue-7 h2.small,
	.theme-blue-7 h3,
	.theme-blue-7 h4,
	.theme-blue-7 h5,
	.theme-blue-7 h6 {
		color: #204196;
	}

.theme-border-hover-blue-7:hover {
	border-color: #204196;
}

.theme-background-hover-blue-7:hover {
	background-color: #204196;
}

.theme-background-icon-hover-blue-7:hover svg,
.theme-background-icon-hover-blue-7:hover .cls-1 {
	background-color: #204196;
}

.theme-background-transparency-hover-blue-7:hover {
	background-color: rgba(32, 65, 150, 0.8);
}

.theme-icon-hover-blue-7:hover svg,
.theme-icon-hover-blue-7:hover .cls-1 {
	fill: #204196;
}

.theme-hover-blue-7:hover {
	color: #204196;
}

.theme-pseudo-before-blue-7:before {
	color: #204196;
}

.theme-pseudo-after-blue-7:after {
	color: #204196;
}

.theme-links-blue-7 a:not(.button),
.theme-links-blue-7 a:not(.button):visited,
.theme-links-blue-7 a:not(.button):link,
.theme-links-blue-7 a,
.theme-links-blue-7 a:visited,
.theme-links-blue-7 a:link {
	color: #204196;
}

.theme-links-hover-blue-7 a:not(.button):hover,
.theme-links-hover-blue-7 a:not(.button):visited:hover,
.theme-links-hover-blue-7 a:not(.button):link:hover,
.theme-links-hover-blue-7 a:hover,
.theme-links-hover-blue-7 a:visited:hover,
.theme-links-hover-blue-7 a:link:hover {
	color: #204196;
}

a:not(.button).theme-link-blue-7,
a:not(.button):visited.theme-link-blue-7,
a:not(.button):link.theme-link-blue-7,
a.theme-link-blue-7,
a:visited.theme-link-blue-7,
a:link.theme-link-blue-7 {
	color: #204196;
}

.theme-border-blue-8 {
	border-color: #00385e;
}

.theme-background-blue-8 {
	background-color: #00385e;
}

	.theme-background-blue-8.input-label:before {
		background-color: #00385e;
	}

	.theme-background-blue-8.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #00385e, #00385e 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-8.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #00385e, #00385e 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-8.angled-top:before,
.theme-background-blue-8.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #00385e, #00385e 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-8.angled-top:before,
	.theme-background-blue-8.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #00385e, #00385e 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-8.angled-bottom:after,
.theme-background-blue-8.angled-bottom-small:after,
.theme-background-blue-8.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #00385e 52%, #00385e);
}

@media (min-width: 48em) {

	.theme-background-blue-8.angled-bottom:after,
	.theme-background-blue-8.angled-bottom-small:after,
	.theme-background-blue-8.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #00385e 50%, #00385e);
	}
}

.theme-background-blue-8 .more-content-shadow {
	background: linear-gradient(to top, #00385e 20%, rgba(0, 56, 94, 0) 80%);
}

.theme-icon-blue-8 svg,
.theme-icon-blue-8 .cls-1 {
	fill: #00385e;
}

.theme-icon-blue-8.list-style-arrow li:before {
	color: #00385e;
}

.theme-background-transparency-blue-8 {
	background-color: rgba(0, 56, 94, 0.8);
}

.theme-background-gradient-blue-8 {
	background: linear-gradient(to bottom, #001a2b, #00385e);
}

.theme-blue-8 {
	color: #00385e;
}

	.theme-blue-8 h1,
	.theme-blue-8 h2,
	.theme-blue-8 h2.small,
	.theme-blue-8 h3,
	.theme-blue-8 h4,
	.theme-blue-8 h5,
	.theme-blue-8 h6 {
		color: #00385e;
	}

.theme-border-hover-blue-8:hover {
	border-color: #00385e;
}

.theme-background-hover-blue-8:hover {
	background-color: #00385e;
}

.theme-background-icon-hover-blue-8:hover svg,
.theme-background-icon-hover-blue-8:hover .cls-1 {
	background-color: #00385e;
}

.theme-background-transparency-hover-blue-8:hover {
	background-color: rgba(0, 56, 94, 0.8);
}

.theme-icon-hover-blue-8:hover svg,
.theme-icon-hover-blue-8:hover .cls-1 {
	fill: #00385e;
}

.theme-hover-blue-8:hover {
	color: #00385e;
}

.theme-pseudo-before-blue-8:before {
	color: #00385e;
}

.theme-pseudo-after-blue-8:after {
	color: #00385e;
}

.theme-links-blue-8 a:not(.button),
.theme-links-blue-8 a:not(.button):visited,
.theme-links-blue-8 a:not(.button):link,
.theme-links-blue-8 a,
.theme-links-blue-8 a:visited,
.theme-links-blue-8 a:link {
	color: #00385e;
}

.theme-links-hover-blue-8 a:not(.button):hover,
.theme-links-hover-blue-8 a:not(.button):visited:hover,
.theme-links-hover-blue-8 a:not(.button):link:hover,
.theme-links-hover-blue-8 a:hover,
.theme-links-hover-blue-8 a:visited:hover,
.theme-links-hover-blue-8 a:link:hover {
	color: #00385e;
}

a:not(.button).theme-link-blue-8,
a:not(.button):visited.theme-link-blue-8,
a:not(.button):link.theme-link-blue-8,
a.theme-link-blue-8,
a:visited.theme-link-blue-8,
a:link.theme-link-blue-8 {
	color: #00385e;
}

.theme-border-blue-9 {
	border-color: #152b45;
}

.theme-background-blue-9 {
	background-color: #152b45;
}

	.theme-background-blue-9.input-label:before {
		background-color: #152b45;
	}

	.theme-background-blue-9.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #152b45, #152b45 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-9.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #152b45, #152b45 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-9.angled-top:before,
.theme-background-blue-9.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #152b45, #152b45 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-9.angled-top:before,
	.theme-background-blue-9.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #152b45, #152b45 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-9.angled-bottom:after,
.theme-background-blue-9.angled-bottom-small:after,
.theme-background-blue-9.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #152b45 52%, #152b45);
}

@media (min-width: 48em) {

	.theme-background-blue-9.angled-bottom:after,
	.theme-background-blue-9.angled-bottom-small:after,
	.theme-background-blue-9.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #152b45 50%, #152b45);
	}
}

.theme-background-blue-9 .more-content-shadow {
	background: linear-gradient(to top, #152b45 20%, rgba(21, 43, 69, 0) 80%);
}

.theme-icon-blue-9 svg,
.theme-icon-blue-9 .cls-1 {
	fill: #152b45;
}

.theme-icon-blue-9.list-style-arrow li:before {
	color: #152b45;
}

.theme-background-transparency-blue-9 {
	background-color: rgba(21, 43, 69, 0.8);
}

.theme-background-gradient-blue-9 {
	background: linear-gradient(to bottom, #09131e, #152b45);
}

.theme-blue-9 {
	color: #152b45;
}

	.theme-blue-9 h1,
	.theme-blue-9 h2,
	.theme-blue-9 h2.small,
	.theme-blue-9 h3,
	.theme-blue-9 h4,
	.theme-blue-9 h5,
	.theme-blue-9 h6 {
		color: #152b45;
	}

.theme-border-hover-blue-9:hover {
	border-color: #152b45;
}

.theme-background-hover-blue-9:hover {
	background-color: #152b45;
}

.theme-background-icon-hover-blue-9:hover svg,
.theme-background-icon-hover-blue-9:hover .cls-1 {
	background-color: #152b45;
}

.theme-background-transparency-hover-blue-9:hover {
	background-color: rgba(21, 43, 69, 0.8);
}

.theme-icon-hover-blue-9:hover svg,
.theme-icon-hover-blue-9:hover .cls-1 {
	fill: #152b45;
}

.theme-hover-blue-9:hover {
	color: #152b45;
}

.theme-pseudo-before-blue-9:before {
	color: #152b45;
}

.theme-pseudo-after-blue-9:after {
	color: #152b45;
}

.theme-links-blue-9 a:not(.button),
.theme-links-blue-9 a:not(.button):visited,
.theme-links-blue-9 a:not(.button):link,
.theme-links-blue-9 a,
.theme-links-blue-9 a:visited,
.theme-links-blue-9 a:link {
	color: #152b45;
}

.theme-links-hover-blue-9 a:not(.button):hover,
.theme-links-hover-blue-9 a:not(.button):visited:hover,
.theme-links-hover-blue-9 a:not(.button):link:hover,
.theme-links-hover-blue-9 a:hover,
.theme-links-hover-blue-9 a:visited:hover,
.theme-links-hover-blue-9 a:link:hover {
	color: #152b45;
}

a:not(.button).theme-link-blue-9,
a:not(.button):visited.theme-link-blue-9,
a:not(.button):link.theme-link-blue-9,
a.theme-link-blue-9,
a:visited.theme-link-blue-9,
a:link.theme-link-blue-9 {
	color: #152b45;
}

.theme-border-blue-10 {
	border-color: #00418e;
}

.theme-background-blue-10 {
	background-color: #00418e;
}

	.theme-background-blue-10.input-label:before {
		background-color: #00418e;
	}

	.theme-background-blue-10.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #00418e, #00418e 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-10.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #00418e, #00418e 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-10.angled-top:before,
.theme-background-blue-10.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #00418e, #00418e 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-10.angled-top:before,
	.theme-background-blue-10.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #00418e, #00418e 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-10.angled-bottom:after,
.theme-background-blue-10.angled-bottom-small:after,
.theme-background-blue-10.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #00418e 52%, #00418e);
}

@media (min-width: 48em) {

	.theme-background-blue-10.angled-bottom:after,
	.theme-background-blue-10.angled-bottom-small:after,
	.theme-background-blue-10.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #00418e 50%, #00418e);
	}
}

.theme-background-blue-10 .more-content-shadow {
	background: linear-gradient(to top, #00418e 20%, rgba(0, 65, 142, 0) 80%);
}

.theme-icon-blue-10 svg,
.theme-icon-blue-10 .cls-1 {
	fill: #00418e;
}

.theme-icon-blue-10.list-style-arrow li:before {
	color: #00418e;
}

.theme-background-transparency-blue-10 {
	background-color: rgba(0, 65, 142, 0.8);
}

.theme-background-gradient-blue-10 {
	background: linear-gradient(to bottom, #002a5b, #00418e);
}

.theme-blue-10 {
	color: #00418e;
}

	.theme-blue-10 h1,
	.theme-blue-10 h2,
	.theme-blue-10 h2.small,
	.theme-blue-10 h3,
	.theme-blue-10 h4,
	.theme-blue-10 h5,
	.theme-blue-10 h6 {
		color: #00418e;
	}

.theme-border-hover-blue-10:hover {
	border-color: #00418e;
}

.theme-background-hover-blue-10:hover {
	background-color: #00418e;
}

.theme-background-icon-hover-blue-10:hover svg,
.theme-background-icon-hover-blue-10:hover .cls-1 {
	background-color: #00418e;
}

.theme-background-transparency-hover-blue-10:hover {
	background-color: rgba(0, 65, 142, 0.8);
}

.theme-icon-hover-blue-10:hover svg,
.theme-icon-hover-blue-10:hover .cls-1 {
	fill: #00418e;
}

.theme-hover-blue-10:hover {
	color: #00418e;
}

.theme-pseudo-before-blue-10:before {
	color: #00418e;
}

.theme-pseudo-after-blue-10:after {
	color: #00418e;
}

.theme-links-blue-10 a:not(.button),
.theme-links-blue-10 a:not(.button):visited,
.theme-links-blue-10 a:not(.button):link,
.theme-links-blue-10 a,
.theme-links-blue-10 a:visited,
.theme-links-blue-10 a:link {
	color: #00418e;
}

.theme-links-hover-blue-10 a:not(.button):hover,
.theme-links-hover-blue-10 a:not(.button):visited:hover,
.theme-links-hover-blue-10 a:not(.button):link:hover,
.theme-links-hover-blue-10 a:hover,
.theme-links-hover-blue-10 a:visited:hover,
.theme-links-hover-blue-10 a:link:hover {
	color: #00418e;
}

a:not(.button).theme-link-blue-10,
a:not(.button):visited.theme-link-blue-10,
a:not(.button):link.theme-link-blue-10,
a.theme-link-blue-10,
a:visited.theme-link-blue-10,
a:link.theme-link-blue-10 {
	color: #00418e;
}

.theme-border-blue-11 {
	border-color: #003681;
}

.theme-background-blue-11 {
	background-color: #003681;
}

	.theme-background-blue-11.input-label:before {
		background-color: #003681;
	}

	.theme-background-blue-11.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #003681, #003681 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-11.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #003681, #003681 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-11.angled-top:before,
.theme-background-blue-11.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #003681, #003681 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-11.angled-top:before,
	.theme-background-blue-11.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #003681, #003681 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-11.angled-bottom:after,
.theme-background-blue-11.angled-bottom-small:after,
.theme-background-blue-11.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #003681 52%, #003681);
}

@media (min-width: 48em) {

	.theme-background-blue-11.angled-bottom:after,
	.theme-background-blue-11.angled-bottom-small:after,
	.theme-background-blue-11.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #003681 50%, #003681);
	}
}

.theme-background-blue-11 .more-content-shadow {
	background: linear-gradient(to top, #003681 20%, rgba(0, 54, 129, 0) 80%);
}

.theme-icon-blue-11 svg,
.theme-icon-blue-11 .cls-1 {
	fill: #003681;
}

.theme-icon-blue-11.list-style-arrow li:before {
	color: #003681;
}

.theme-background-transparency-blue-11 {
	background-color: rgba(0, 54, 129, 0.8);
}

.theme-background-gradient-blue-11 {
	background: linear-gradient(to bottom, #00214e, #003681);
}

.theme-blue-11 {
	color: #003681;
}

	.theme-blue-11 h1,
	.theme-blue-11 h2,
	.theme-blue-11 h2.small,
	.theme-blue-11 h3,
	.theme-blue-11 h4,
	.theme-blue-11 h5,
	.theme-blue-11 h6 {
		color: #003681;
	}

.theme-border-hover-blue-11:hover {
	border-color: #003681;
}

.theme-background-hover-blue-11:hover {
	background-color: #003681;
}

.theme-background-icon-hover-blue-11:hover svg,
.theme-background-icon-hover-blue-11:hover .cls-1 {
	background-color: #003681;
}

.theme-background-transparency-hover-blue-11:hover {
	background-color: rgba(0, 54, 129, 0.8);
}

.theme-icon-hover-blue-11:hover svg,
.theme-icon-hover-blue-11:hover .cls-1 {
	fill: #003681;
}

.theme-hover-blue-11:hover {
	color: #003681;
}

.theme-pseudo-before-blue-11:before {
	color: #003681;
}

.theme-pseudo-after-blue-11:after {
	color: #003681;
}

.theme-links-blue-11 a:not(.button),
.theme-links-blue-11 a:not(.button):visited,
.theme-links-blue-11 a:not(.button):link,
.theme-links-blue-11 a,
.theme-links-blue-11 a:visited,
.theme-links-blue-11 a:link {
	color: #003681;
}

.theme-links-hover-blue-11 a:not(.button):hover,
.theme-links-hover-blue-11 a:not(.button):visited:hover,
.theme-links-hover-blue-11 a:not(.button):link:hover,
.theme-links-hover-blue-11 a:hover,
.theme-links-hover-blue-11 a:visited:hover,
.theme-links-hover-blue-11 a:link:hover {
	color: #003681;
}

a:not(.button).theme-link-blue-11,
a:not(.button):visited.theme-link-blue-11,
a:not(.button):link.theme-link-blue-11,
a.theme-link-blue-11,
a:visited.theme-link-blue-11,
a:link.theme-link-blue-11 {
	color: #003681;
}

.theme-border-blue-12 {
	border-color: #002b72;
}

.theme-background-blue-12 {
	background-color: #002b72;
}

	.theme-background-blue-12.input-label:before {
		background-color: #002b72;
	}

	.theme-background-blue-12.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #002b72, #002b72 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-blue-12.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #002b72, #002b72 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-12.angled-top:before,
.theme-background-blue-12.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #002b72, #002b72 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-blue-12.angled-top:before,
	.theme-background-blue-12.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #002b72, #002b72 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-blue-12.angled-bottom:after,
.theme-background-blue-12.angled-bottom-small:after,
.theme-background-blue-12.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #002b72 52%, #002b72);
}

@media (min-width: 48em) {

	.theme-background-blue-12.angled-bottom:after,
	.theme-background-blue-12.angled-bottom-small:after,
	.theme-background-blue-12.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #002b72 50%, #002b72);
	}
}

.theme-background-blue-12 .more-content-shadow {
	background: linear-gradient(to top, #002b72 20%, rgba(0, 43, 114, 0) 80%);
}

.theme-icon-blue-12 svg,
.theme-icon-blue-12 .cls-1 {
	fill: #002b72;
}

.theme-icon-blue-12.list-style-arrow li:before {
	color: #002b72;
}

.theme-background-transparency-blue-12 {
	background-color: rgba(0, 43, 114, 0.8);
}

.theme-background-gradient-blue-12 {
	background: linear-gradient(to bottom, #00183f, #002b72);
}

.theme-blue-12 {
	color: #002b72;
}

	.theme-blue-12 h1,
	.theme-blue-12 h2,
	.theme-blue-12 h2.small,
	.theme-blue-12 h3,
	.theme-blue-12 h4,
	.theme-blue-12 h5,
	.theme-blue-12 h6 {
		color: #002b72;
	}

.theme-border-hover-blue-12:hover {
	border-color: #002b72;
}

.theme-background-hover-blue-12:hover {
	background-color: #002b72;
}

.theme-background-icon-hover-blue-12:hover svg,
.theme-background-icon-hover-blue-12:hover .cls-1 {
	background-color: #002b72;
}

.theme-background-transparency-hover-blue-12:hover {
	background-color: rgba(0, 43, 114, 0.8);
}

.theme-icon-hover-blue-12:hover svg,
.theme-icon-hover-blue-12:hover .cls-1 {
	fill: #002b72;
}

.theme-hover-blue-12:hover {
	color: #002b72;
}

.theme-pseudo-before-blue-12:before {
	color: #002b72;
}

.theme-pseudo-after-blue-12:after {
	color: #002b72;
}

.theme-links-blue-12 a:not(.button),
.theme-links-blue-12 a:not(.button):visited,
.theme-links-blue-12 a:not(.button):link,
.theme-links-blue-12 a,
.theme-links-blue-12 a:visited,
.theme-links-blue-12 a:link {
	color: #002b72;
}

.theme-links-hover-blue-12 a:not(.button):hover,
.theme-links-hover-blue-12 a:not(.button):visited:hover,
.theme-links-hover-blue-12 a:not(.button):link:hover,
.theme-links-hover-blue-12 a:hover,
.theme-links-hover-blue-12 a:visited:hover,
.theme-links-hover-blue-12 a:link:hover {
	color: #002b72;
}

a:not(.button).theme-link-blue-12,
a:not(.button):visited.theme-link-blue-12,
a:not(.button):link.theme-link-blue-12,
a.theme-link-blue-12,
a:visited.theme-link-blue-12,
a:link.theme-link-blue-12 {
	color: #002b72;
}

.theme-border-green-1 {
	border-color: #9ee0d4;
}

.theme-background-green-1 {
	background-color: #9ee0d4;
}

	.theme-background-green-1.input-label:before {
		background-color: #9ee0d4;
	}

	.theme-background-green-1.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #9ee0d4, #9ee0d4 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-green-1.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #9ee0d4, #9ee0d4 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-1.angled-top:before,
.theme-background-green-1.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #9ee0d4, #9ee0d4 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-green-1.angled-top:before,
	.theme-background-green-1.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #9ee0d4, #9ee0d4 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-1.angled-bottom:after,
.theme-background-green-1.angled-bottom-small:after,
.theme-background-green-1.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #9ee0d4 52%, #9ee0d4);
}

@media (min-width: 48em) {

	.theme-background-green-1.angled-bottom:after,
	.theme-background-green-1.angled-bottom-small:after,
	.theme-background-green-1.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #9ee0d4 50%, #9ee0d4);
	}
}

.theme-background-green-1 .more-content-shadow {
	background: linear-gradient(to top, #9ee0d4 20%, rgba(158, 224, 212, 0) 80%);
}

.theme-icon-green-1 svg,
.theme-icon-green-1 .cls-1 {
	fill: #9ee0d4;
}

.theme-icon-green-1.list-style-arrow li:before {
	color: #9ee0d4;
}

.theme-background-transparency-green-1 {
	background-color: rgba(158, 224, 212, 0.8);
}

.theme-background-gradient-green-1 {
	background: linear-gradient(to bottom, #77d4c3, #9ee0d4);
}

.theme-green-1 {
	color: #9ee0d4;
}

	.theme-green-1 h1,
	.theme-green-1 h2,
	.theme-green-1 h2.small,
	.theme-green-1 h3,
	.theme-green-1 h4,
	.theme-green-1 h5,
	.theme-green-1 h6 {
		color: #9ee0d4;
	}

.theme-border-hover-green-1:hover {
	border-color: #9ee0d4;
}

.theme-background-hover-green-1:hover {
	background-color: #9ee0d4;
}

.theme-background-icon-hover-green-1:hover svg,
.theme-background-icon-hover-green-1:hover .cls-1 {
	background-color: #9ee0d4;
}

.theme-background-transparency-hover-green-1:hover {
	background-color: rgba(158, 224, 212, 0.8);
}

.theme-icon-hover-green-1:hover svg,
.theme-icon-hover-green-1:hover .cls-1 {
	fill: #9ee0d4;
}

.theme-hover-green-1:hover {
	color: #9ee0d4;
}

.theme-pseudo-before-green-1:before {
	color: #9ee0d4;
}

.theme-pseudo-after-green-1:after {
	color: #9ee0d4;
}

.theme-links-green-1 a:not(.button),
.theme-links-green-1 a:not(.button):visited,
.theme-links-green-1 a:not(.button):link,
.theme-links-green-1 a,
.theme-links-green-1 a:visited,
.theme-links-green-1 a:link {
	color: #9ee0d4;
}

.theme-links-hover-green-1 a:not(.button):hover,
.theme-links-hover-green-1 a:not(.button):visited:hover,
.theme-links-hover-green-1 a:not(.button):link:hover,
.theme-links-hover-green-1 a:hover,
.theme-links-hover-green-1 a:visited:hover,
.theme-links-hover-green-1 a:link:hover {
	color: #9ee0d4;
}

a:not(.button).theme-link-green-1,
a:not(.button):visited.theme-link-green-1,
a:not(.button):link.theme-link-green-1,
a.theme-link-green-1,
a:visited.theme-link-green-1,
a:link.theme-link-green-1 {
	color: #9ee0d4;
}

.theme-border-green-2 {
	border-color: #40c1ac;
}

.theme-background-green-2 {
	background-color: #40c1ac;
}

	.theme-background-green-2.input-label:before {
		background-color: #40c1ac;
	}

	.theme-background-green-2.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #40c1ac, #40c1ac 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-green-2.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #40c1ac, #40c1ac 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-2.angled-top:before,
.theme-background-green-2.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #40c1ac, #40c1ac 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-green-2.angled-top:before,
	.theme-background-green-2.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #40c1ac, #40c1ac 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-2.angled-bottom:after,
.theme-background-green-2.angled-bottom-small:after,
.theme-background-green-2.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #40c1ac 52%, #40c1ac);
}

@media (min-width: 48em) {

	.theme-background-green-2.angled-bottom:after,
	.theme-background-green-2.angled-bottom-small:after,
	.theme-background-green-2.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #40c1ac 50%, #40c1ac);
	}
}

.theme-background-green-2 .more-content-shadow {
	background: linear-gradient(to top, #40c1ac 20%, rgba(64, 193, 172, 0) 80%);
}

.theme-icon-green-2 svg,
.theme-icon-green-2 .cls-1 {
	fill: #40c1ac;
}

.theme-icon-green-2.list-style-arrow li:before {
	color: #40c1ac;
}

.theme-background-transparency-green-2 {
	background-color: rgba(64, 193, 172, 0.8);
}

.theme-background-gradient-green-2 {
	background: linear-gradient(to bottom, #329c8a, #40c1ac);
}

.theme-green-2 {
	color: #40c1ac;
}

	.theme-green-2 h1,
	.theme-green-2 h2,
	.theme-green-2 h2.small,
	.theme-green-2 h3,
	.theme-green-2 h4,
	.theme-green-2 h5,
	.theme-green-2 h6 {
		color: #40c1ac;
	}

.theme-border-hover-green-2:hover {
	border-color: #40c1ac;
}

.theme-background-hover-green-2:hover {
	background-color: #40c1ac;
}

.theme-background-icon-hover-green-2:hover svg,
.theme-background-icon-hover-green-2:hover .cls-1 {
	background-color: #40c1ac;
}

.theme-background-transparency-hover-green-2:hover {
	background-color: rgba(64, 193, 172, 0.8);
}

.theme-icon-hover-green-2:hover svg,
.theme-icon-hover-green-2:hover .cls-1 {
	fill: #40c1ac;
}

.theme-hover-green-2:hover {
	color: #40c1ac;
}

.theme-pseudo-before-green-2:before {
	color: #40c1ac;
}

.theme-pseudo-after-green-2:after {
	color: #40c1ac;
}

.theme-links-green-2 a:not(.button),
.theme-links-green-2 a:not(.button):visited,
.theme-links-green-2 a:not(.button):link,
.theme-links-green-2 a,
.theme-links-green-2 a:visited,
.theme-links-green-2 a:link {
	color: #40c1ac;
}

.theme-links-hover-green-2 a:not(.button):hover,
.theme-links-hover-green-2 a:not(.button):visited:hover,
.theme-links-hover-green-2 a:not(.button):link:hover,
.theme-links-hover-green-2 a:hover,
.theme-links-hover-green-2 a:visited:hover,
.theme-links-hover-green-2 a:link:hover {
	color: #40c1ac;
}

a:not(.button).theme-link-green-2,
a:not(.button):visited.theme-link-green-2,
a:not(.button):link.theme-link-green-2,
a.theme-link-green-2,
a:visited.theme-link-green-2,
a:link.theme-link-green-2 {
	color: #40c1ac;
}

.theme-border-green-3 {
	border-color: #1CAE96;
}

.theme-background-green-3 {
	background-color: #1CAE96;
}

	.theme-background-green-3.input-label:before {
		background-color: #1CAE96;
	}

	.theme-background-green-3.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #1CAE96, #1CAE96 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-green-3.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #1CAE96, #1CAE96 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-3.angled-top:before,
.theme-background-green-3.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #1CAE96, #1CAE96 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-green-3.angled-top:before,
	.theme-background-green-3.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #1CAE96, #1CAE96 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-3.angled-bottom:after,
.theme-background-green-3.angled-bottom-small:after,
.theme-background-green-3.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #1CAE96 52%, #1CAE96);
}

@media (min-width: 48em) {

	.theme-background-green-3.angled-bottom:after,
	.theme-background-green-3.angled-bottom-small:after,
	.theme-background-green-3.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #1CAE96 50%, #1CAE96);
	}
}

.theme-background-green-3 .more-content-shadow {
	background: linear-gradient(to top, #1cae96 20%, rgba(28, 174, 150, 0) 80%);
}

.theme-icon-green-3 svg,
.theme-icon-green-3 .cls-1 {
	fill: #1CAE96;
}

.theme-icon-green-3.list-style-arrow li:before {
	color: #1CAE96;
}

.theme-background-transparency-green-3 {
	background-color: rgba(28, 174, 150, 0.8);
}

.theme-background-gradient-green-3 {
	background: linear-gradient(to bottom, #158270, #1CAE96);
}

.theme-green-3 {
	color: #1CAE96;
}

	.theme-green-3 h1,
	.theme-green-3 h2,
	.theme-green-3 h2.small,
	.theme-green-3 h3,
	.theme-green-3 h4,
	.theme-green-3 h5,
	.theme-green-3 h6 {
		color: #1CAE96;
	}

.theme-border-hover-green-3:hover {
	border-color: #1CAE96;
}

.theme-background-hover-green-3:hover {
	background-color: #1CAE96;
}

.theme-background-icon-hover-green-3:hover svg,
.theme-background-icon-hover-green-3:hover .cls-1 {
	background-color: #1CAE96;
}

.theme-background-transparency-hover-green-3:hover {
	background-color: rgba(28, 174, 150, 0.8);
}

.theme-icon-hover-green-3:hover svg,
.theme-icon-hover-green-3:hover .cls-1 {
	fill: #1CAE96;
}

.theme-hover-green-3:hover {
	color: #1CAE96;
}

.theme-pseudo-before-green-3:before {
	color: #1CAE96;
}

.theme-pseudo-after-green-3:after {
	color: #1CAE96;
}

.theme-links-green-3 a:not(.button),
.theme-links-green-3 a:not(.button):visited,
.theme-links-green-3 a:not(.button):link,
.theme-links-green-3 a,
.theme-links-green-3 a:visited,
.theme-links-green-3 a:link {
	color: #1CAE96;
}

.theme-links-hover-green-3 a:not(.button):hover,
.theme-links-hover-green-3 a:not(.button):visited:hover,
.theme-links-hover-green-3 a:not(.button):link:hover,
.theme-links-hover-green-3 a:hover,
.theme-links-hover-green-3 a:visited:hover,
.theme-links-hover-green-3 a:link:hover {
	color: #1CAE96;
}

a:not(.button).theme-link-green-3,
a:not(.button):visited.theme-link-green-3,
a:not(.button):link.theme-link-green-3,
a.theme-link-green-3,
a:visited.theme-link-green-3,
a:link.theme-link-green-3 {
	color: #1CAE96;
}

.theme-border-green-4 {
	border-color: #2C8273;
}

.theme-background-green-4 {
	background-color: #2C8273;
}

	.theme-background-green-4.input-label:before {
		background-color: #2C8273;
	}

	.theme-background-green-4.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #2C8273, #2C8273 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-green-4.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #2C8273, #2C8273 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-4.angled-top:before,
.theme-background-green-4.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #2C8273, #2C8273 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-green-4.angled-top:before,
	.theme-background-green-4.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #2C8273, #2C8273 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-4.angled-bottom:after,
.theme-background-green-4.angled-bottom-small:after,
.theme-background-green-4.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #2C8273 52%, #2C8273);
}

@media (min-width: 48em) {

	.theme-background-green-4.angled-bottom:after,
	.theme-background-green-4.angled-bottom-small:after,
	.theme-background-green-4.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #2C8273 50%, #2C8273);
	}
}

.theme-background-green-4 .more-content-shadow {
	background: linear-gradient(to top, #2c8273 20%, rgba(44, 130, 115, 0) 80%);
}

.theme-icon-green-4 svg,
.theme-icon-green-4 .cls-1 {
	fill: #2C8273;
}

.theme-icon-green-4.list-style-arrow li:before {
	color: #2C8273;
}

.theme-background-transparency-green-4 {
	background-color: rgba(44, 130, 115, 0.8);
}

.theme-background-gradient-green-4 {
	background: linear-gradient(to bottom, #1f5c51, #2C8273);
}

.theme-green-4 {
	color: #2C8273;
}

	.theme-green-4 h1,
	.theme-green-4 h2,
	.theme-green-4 h2.small,
	.theme-green-4 h3,
	.theme-green-4 h4,
	.theme-green-4 h5,
	.theme-green-4 h6 {
		color: #2C8273;
	}

.theme-border-hover-green-4:hover {
	border-color: #2C8273;
}

.theme-background-hover-green-4:hover {
	background-color: #2C8273;
}

.theme-background-icon-hover-green-4:hover svg,
.theme-background-icon-hover-green-4:hover .cls-1 {
	background-color: #2C8273;
}

.theme-background-transparency-hover-green-4:hover {
	background-color: rgba(44, 130, 115, 0.8);
}

.theme-icon-hover-green-4:hover svg,
.theme-icon-hover-green-4:hover .cls-1 {
	fill: #2C8273;
}

.theme-hover-green-4:hover {
	color: #2C8273;
}

.theme-pseudo-before-green-4:before {
	color: #2C8273;
}

.theme-pseudo-after-green-4:after {
	color: #2C8273;
}

.theme-links-green-4 a:not(.button),
.theme-links-green-4 a:not(.button):visited,
.theme-links-green-4 a:not(.button):link,
.theme-links-green-4 a,
.theme-links-green-4 a:visited,
.theme-links-green-4 a:link {
	color: #2C8273;
}

.theme-links-hover-green-4 a:not(.button):hover,
.theme-links-hover-green-4 a:not(.button):visited:hover,
.theme-links-hover-green-4 a:not(.button):link:hover,
.theme-links-hover-green-4 a:hover,
.theme-links-hover-green-4 a:visited:hover,
.theme-links-hover-green-4 a:link:hover {
	color: #2C8273;
}

a:not(.button).theme-link-green-4,
a:not(.button):visited.theme-link-green-4,
a:not(.button):link.theme-link-green-4,
a.theme-link-green-4,
a:visited.theme-link-green-4,
a:link.theme-link-green-4 {
	color: #2C8273;
}

.theme-border-green-5 {
	border-color: #194544;
}

.theme-background-green-5 {
	background-color: #194544;
}

	.theme-background-green-5.input-label:before {
		background-color: #194544;
	}

	.theme-background-green-5.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #194544, #194544 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-green-5.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #194544, #194544 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-5.angled-top:before,
.theme-background-green-5.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #194544, #194544 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-green-5.angled-top:before,
	.theme-background-green-5.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #194544, #194544 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-5.angled-bottom:after,
.theme-background-green-5.angled-bottom-small:after,
.theme-background-green-5.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #194544 52%, #194544);
}

@media (min-width: 48em) {

	.theme-background-green-5.angled-bottom:after,
	.theme-background-green-5.angled-bottom-small:after,
	.theme-background-green-5.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #194544 50%, #194544);
	}
}

.theme-background-green-5 .more-content-shadow {
	background: linear-gradient(to top, #194544 20%, rgba(25, 69, 68, 0) 80%);
}

.theme-icon-green-5 svg,
.theme-icon-green-5 .cls-1 {
	fill: #194544;
}

.theme-icon-green-5.list-style-arrow li:before {
	color: #194544;
}

.theme-background-transparency-green-5 {
	background-color: rgba(25, 69, 68, 0.8);
}

.theme-background-gradient-green-5 {
	background: linear-gradient(to bottom, #0b201f, #194544);
}

.theme-green-5 {
	color: #194544;
}

	.theme-green-5 h1,
	.theme-green-5 h2,
	.theme-green-5 h2.small,
	.theme-green-5 h3,
	.theme-green-5 h4,
	.theme-green-5 h5,
	.theme-green-5 h6 {
		color: #194544;
	}

.theme-border-hover-green-5:hover {
	border-color: #194544;
}

.theme-background-hover-green-5:hover {
	background-color: #194544;
}

.theme-background-icon-hover-green-5:hover svg,
.theme-background-icon-hover-green-5:hover .cls-1 {
	background-color: #194544;
}

.theme-background-transparency-hover-green-5:hover {
	background-color: rgba(25, 69, 68, 0.8);
}

.theme-icon-hover-green-5:hover svg,
.theme-icon-hover-green-5:hover .cls-1 {
	fill: #194544;
}

.theme-hover-green-5:hover {
	color: #194544;
}

.theme-pseudo-before-green-5:before {
	color: #194544;
}

.theme-pseudo-after-green-5:after {
	color: #194544;
}

.theme-links-green-5 a:not(.button),
.theme-links-green-5 a:not(.button):visited,
.theme-links-green-5 a:not(.button):link,
.theme-links-green-5 a,
.theme-links-green-5 a:visited,
.theme-links-green-5 a:link {
	color: #194544;
}

.theme-links-hover-green-5 a:not(.button):hover,
.theme-links-hover-green-5 a:not(.button):visited:hover,
.theme-links-hover-green-5 a:not(.button):link:hover,
.theme-links-hover-green-5 a:hover,
.theme-links-hover-green-5 a:visited:hover,
.theme-links-hover-green-5 a:link:hover {
	color: #194544;
}

a:not(.button).theme-link-green-5,
a:not(.button):visited.theme-link-green-5,
a:not(.button):link.theme-link-green-5,
a.theme-link-green-5,
a:visited.theme-link-green-5,
a:link.theme-link-green-5 {
	color: #194544;
}

.theme-border-green-light-alert {
	border-color: #a0c53d;
}

.theme-background-green-light-alert {
	background-color: #a0c53d;
}

	.theme-background-green-light-alert.input-label:before {
		background-color: #a0c53d;
	}

	.theme-background-green-light-alert.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #a0c53d, #a0c53d 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-green-light-alert.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #a0c53d, #a0c53d 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-light-alert.angled-top:before,
.theme-background-green-light-alert.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #a0c53d, #a0c53d 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-green-light-alert.angled-top:before,
	.theme-background-green-light-alert.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #a0c53d, #a0c53d 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-light-alert.angled-bottom:after,
.theme-background-green-light-alert.angled-bottom-small:after,
.theme-background-green-light-alert.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #a0c53d 52%, #a0c53d);
}

@media (min-width: 48em) {

	.theme-background-green-light-alert.angled-bottom:after,
	.theme-background-green-light-alert.angled-bottom-small:after,
	.theme-background-green-light-alert.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #a0c53d 50%, #a0c53d);
	}
}

.theme-background-green-light-alert .more-content-shadow {
	background: linear-gradient(to top, #a0c53d 20%, rgba(160, 197, 61, 0) 80%);
}

.theme-icon-green-light-alert svg,
.theme-icon-green-light-alert .cls-1 {
	fill: #a0c53d;
}

.theme-icon-green-light-alert.list-style-arrow li:before {
	color: #a0c53d;
}

.theme-background-transparency-green-light-alert {
	background-color: rgba(160, 197, 61, 0.8);
}

.theme-background-gradient-green-light-alert {
	background: linear-gradient(to bottom, #819f30, #a0c53d);
}

.theme-green-light-alert {
	color: #a0c53d;
}

	.theme-green-light-alert h1,
	.theme-green-light-alert h2,
	.theme-green-light-alert h2.small,
	.theme-green-light-alert h3,
	.theme-green-light-alert h4,
	.theme-green-light-alert h5,
	.theme-green-light-alert h6 {
		color: #a0c53d;
	}

.theme-border-hover-green-light-alert:hover {
	border-color: #a0c53d;
}

.theme-background-hover-green-light-alert:hover {
	background-color: #a0c53d;
}

.theme-background-icon-hover-green-light-alert:hover svg,
.theme-background-icon-hover-green-light-alert:hover .cls-1 {
	background-color: #a0c53d;
}

.theme-background-transparency-hover-green-light-alert:hover {
	background-color: rgba(160, 197, 61, 0.8);
}

.theme-icon-hover-green-light-alert:hover svg,
.theme-icon-hover-green-light-alert:hover .cls-1 {
	fill: #a0c53d;
}

.theme-hover-green-light-alert:hover {
	color: #a0c53d;
}

.theme-pseudo-before-green-light-alert:before {
	color: #a0c53d;
}

.theme-pseudo-after-green-light-alert:after {
	color: #a0c53d;
}

.theme-links-green-light-alert a:not(.button),
.theme-links-green-light-alert a:not(.button):visited,
.theme-links-green-light-alert a:not(.button):link,
.theme-links-green-light-alert a,
.theme-links-green-light-alert a:visited,
.theme-links-green-light-alert a:link {
	color: #a0c53d;
}

.theme-links-hover-green-light-alert a:not(.button):hover,
.theme-links-hover-green-light-alert a:not(.button):visited:hover,
.theme-links-hover-green-light-alert a:not(.button):link:hover,
.theme-links-hover-green-light-alert a:hover,
.theme-links-hover-green-light-alert a:visited:hover,
.theme-links-hover-green-light-alert a:link:hover {
	color: #a0c53d;
}

a:not(.button).theme-link-green-light-alert,
a:not(.button):visited.theme-link-green-light-alert,
a:not(.button):link.theme-link-green-light-alert,
a.theme-link-green-light-alert,
a:visited.theme-link-green-light-alert,
a:link.theme-link-green-light-alert {
	color: #a0c53d;
}

.theme-border-green-mid-alert {
	border-color: #88a737;
}

.theme-background-green-mid-alert {
	background-color: #88a737;
}

	.theme-background-green-mid-alert.input-label:before {
		background-color: #88a737;
	}

	.theme-background-green-mid-alert.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #88a737, #88a737 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-green-mid-alert.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #88a737, #88a737 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-mid-alert.angled-top:before,
.theme-background-green-mid-alert.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #88a737, #88a737 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-green-mid-alert.angled-top:before,
	.theme-background-green-mid-alert.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #88a737, #88a737 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-mid-alert.angled-bottom:after,
.theme-background-green-mid-alert.angled-bottom-small:after,
.theme-background-green-mid-alert.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #88a737 52%, #88a737);
}

@media (min-width: 48em) {

	.theme-background-green-mid-alert.angled-bottom:after,
	.theme-background-green-mid-alert.angled-bottom-small:after,
	.theme-background-green-mid-alert.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #88a737 50%, #88a737);
	}
}

.theme-background-green-mid-alert .more-content-shadow {
	background: linear-gradient(to top, #88a737 20%, rgba(136, 167, 55, 0) 80%);
}

.theme-icon-green-mid-alert svg,
.theme-icon-green-mid-alert .cls-1 {
	fill: #88a737;
}

.theme-icon-green-mid-alert.list-style-arrow li:before {
	color: #88a737;
}

.theme-background-transparency-green-mid-alert {
	background-color: rgba(136, 167, 55, 0.8);
}

.theme-background-gradient-green-mid-alert {
	background: linear-gradient(to bottom, #69812a, #88a737);
}

.theme-green-mid-alert {
	color: #88a737;
}

	.theme-green-mid-alert h1,
	.theme-green-mid-alert h2,
	.theme-green-mid-alert h2.small,
	.theme-green-mid-alert h3,
	.theme-green-mid-alert h4,
	.theme-green-mid-alert h5,
	.theme-green-mid-alert h6 {
		color: #88a737;
	}

.theme-border-hover-green-mid-alert:hover {
	border-color: #88a737;
}

.theme-background-hover-green-mid-alert:hover {
	background-color: #88a737;
}

.theme-background-icon-hover-green-mid-alert:hover svg,
.theme-background-icon-hover-green-mid-alert:hover .cls-1 {
	background-color: #88a737;
}

.theme-background-transparency-hover-green-mid-alert:hover {
	background-color: rgba(136, 167, 55, 0.8);
}

.theme-icon-hover-green-mid-alert:hover svg,
.theme-icon-hover-green-mid-alert:hover .cls-1 {
	fill: #88a737;
}

.theme-hover-green-mid-alert:hover {
	color: #88a737;
}

.theme-pseudo-before-green-mid-alert:before {
	color: #88a737;
}

.theme-pseudo-after-green-mid-alert:after {
	color: #88a737;
}

.theme-links-green-mid-alert a:not(.button),
.theme-links-green-mid-alert a:not(.button):visited,
.theme-links-green-mid-alert a:not(.button):link,
.theme-links-green-mid-alert a,
.theme-links-green-mid-alert a:visited,
.theme-links-green-mid-alert a:link {
	color: #88a737;
}

.theme-links-hover-green-mid-alert a:not(.button):hover,
.theme-links-hover-green-mid-alert a:not(.button):visited:hover,
.theme-links-hover-green-mid-alert a:not(.button):link:hover,
.theme-links-hover-green-mid-alert a:hover,
.theme-links-hover-green-mid-alert a:visited:hover,
.theme-links-hover-green-mid-alert a:link:hover {
	color: #88a737;
}

a:not(.button).theme-link-green-mid-alert,
a:not(.button):visited.theme-link-green-mid-alert,
a:not(.button):link.theme-link-green-mid-alert,
a.theme-link-green-mid-alert,
a:visited.theme-link-green-mid-alert,
a:link.theme-link-green-mid-alert {
	color: #88a737;
}

.theme-border-green-dark-alert {
	border-color: #687931;
}

.theme-background-green-dark-alert {
	background-color: #687931;
}

	.theme-background-green-dark-alert.input-label:before {
		background-color: #687931;
	}

	.theme-background-green-dark-alert.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #687931, #687931 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-green-dark-alert.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #687931, #687931 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-dark-alert.angled-top:before,
.theme-background-green-dark-alert.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #687931, #687931 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-green-dark-alert.angled-top:before,
	.theme-background-green-dark-alert.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #687931, #687931 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-green-dark-alert.angled-bottom:after,
.theme-background-green-dark-alert.angled-bottom-small:after,
.theme-background-green-dark-alert.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #687931 52%, #687931);
}

@media (min-width: 48em) {

	.theme-background-green-dark-alert.angled-bottom:after,
	.theme-background-green-dark-alert.angled-bottom-small:after,
	.theme-background-green-dark-alert.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #687931 50%, #687931);
	}
}

.theme-background-green-dark-alert .more-content-shadow {
	background: linear-gradient(to top, #687931 20%, rgba(104, 121, 49, 0) 80%);
}

.theme-icon-green-dark-alert svg,
.theme-icon-green-dark-alert .cls-1 {
	fill: #687931;
}

.theme-icon-green-dark-alert.list-style-arrow li:before {
	color: #687931;
}

.theme-background-transparency-green-dark-alert {
	background-color: rgba(104, 121, 49, 0.8);
}

.theme-background-gradient-green-dark-alert {
	background: linear-gradient(to bottom, #495522, #687931);
}

.theme-green-dark-alert {
	color: #687931;
}

	.theme-green-dark-alert h1,
	.theme-green-dark-alert h2,
	.theme-green-dark-alert h2.small,
	.theme-green-dark-alert h3,
	.theme-green-dark-alert h4,
	.theme-green-dark-alert h5,
	.theme-green-dark-alert h6 {
		color: #687931;
	}

.theme-border-hover-green-dark-alert:hover {
	border-color: #687931;
}

.theme-background-hover-green-dark-alert:hover {
	background-color: #687931;
}

.theme-background-icon-hover-green-dark-alert:hover svg,
.theme-background-icon-hover-green-dark-alert:hover .cls-1 {
	background-color: #687931;
}

.theme-background-transparency-hover-green-dark-alert:hover {
	background-color: rgba(104, 121, 49, 0.8);
}

.theme-icon-hover-green-dark-alert:hover svg,
.theme-icon-hover-green-dark-alert:hover .cls-1 {
	fill: #687931;
}

.theme-hover-green-dark-alert:hover {
	color: #687931;
}

.theme-pseudo-before-green-dark-alert:before {
	color: #687931;
}

.theme-pseudo-after-green-dark-alert:after {
	color: #687931;
}

.theme-links-green-dark-alert a:not(.button),
.theme-links-green-dark-alert a:not(.button):visited,
.theme-links-green-dark-alert a:not(.button):link,
.theme-links-green-dark-alert a,
.theme-links-green-dark-alert a:visited,
.theme-links-green-dark-alert a:link {
	color: #687931;
}

.theme-links-hover-green-dark-alert a:not(.button):hover,
.theme-links-hover-green-dark-alert a:not(.button):visited:hover,
.theme-links-hover-green-dark-alert a:not(.button):link:hover,
.theme-links-hover-green-dark-alert a:hover,
.theme-links-hover-green-dark-alert a:visited:hover,
.theme-links-hover-green-dark-alert a:link:hover {
	color: #687931;
}

a:not(.button).theme-link-green-dark-alert,
a:not(.button):visited.theme-link-green-dark-alert,
a:not(.button):link.theme-link-green-dark-alert,
a.theme-link-green-dark-alert,
a:visited.theme-link-green-dark-alert,
a:link.theme-link-green-dark-alert {
	color: #687931;
}

.theme-border-text-black {
	border-color: #2d2d2d;
}

.apply-online-background {
	background-image: url('./images/apply-online-background.png');
}

.theme-background-text-black {
	background-color: #2d2d2d;
}

	.theme-background-text-black.input-label:before {
		background-color: #2d2d2d;
	}

	.theme-background-text-black.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #2d2d2d, #2d2d2d 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-text-black.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #2d2d2d, #2d2d2d 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-text-black.angled-top:before,
.theme-background-text-black.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #2d2d2d, #2d2d2d 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-text-black.angled-top:before,
	.theme-background-text-black.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #2d2d2d, #2d2d2d 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-text-black.angled-bottom:after,
.theme-background-text-black.angled-bottom-small:after,
.theme-background-text-black.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #2d2d2d 52%, #2d2d2d);
}

@media (min-width: 48em) {

	.theme-background-text-black.angled-bottom:after,
	.theme-background-text-black.angled-bottom-small:after,
	.theme-background-text-black.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #2d2d2d 50%, #2d2d2d);
	}
}

.theme-background-text-black .more-content-shadow {
	background: linear-gradient(to top, #2d2d2d 20%, rgba(45, 45, 45, 0) 80%);
}

.theme-icon-text-black svg,
.theme-icon-text-black .cls-1 {
	fill: #2d2d2d;
}

.theme-icon-text-black.list-style-arrow li:before {
	color: #2d2d2d;
}

.theme-background-transparency-text-black {
	background-color: rgba(45, 45, 45, 0.8);
}

.theme-background-gradient-text-black {
	background: linear-gradient(to bottom, #141414, #2d2d2d);
}

.theme-text-black {
	color: #2d2d2d;
}

	.theme-text-black h1,
	.theme-text-black h2,
	.theme-text-black h2.small,
	.theme-text-black h3,
	.theme-text-black h4,
	.theme-text-black h5,
	.theme-text-black h6 {
		color: #2d2d2d;
	}

.theme-border-hover-text-black:hover {
	border-color: #2d2d2d;
}

.theme-background-hover-text-black:hover {
	background-color: #2d2d2d;
}

.theme-background-icon-hover-text-black:hover svg,
.theme-background-icon-hover-text-black:hover .cls-1 {
	background-color: #2d2d2d;
}

.theme-background-transparency-hover-text-black:hover {
	background-color: rgba(45, 45, 45, 0.8);
}

.theme-icon-hover-text-black:hover svg,
.theme-icon-hover-text-black:hover .cls-1 {
	fill: #2d2d2d;
}

.theme-hover-text-black:hover {
	color: #2d2d2d;
}

.theme-pseudo-before-text-black:before {
	color: #2d2d2d;
}

.theme-pseudo-after-text-black:after {
	color: #2d2d2d;
}

.theme-links-text-black a:not(.button),
.theme-links-text-black a:not(.button):visited,
.theme-links-text-black a:not(.button):link,
.theme-links-text-black a,
.theme-links-text-black a:visited,
.theme-links-text-black a:link {
	color: #2d2d2d;
}

.theme-links-hover-text-black a:not(.button):hover,
.theme-links-hover-text-black a:not(.button):visited:hover,
.theme-links-hover-text-black a:not(.button):link:hover,
.theme-links-hover-text-black a:hover,
.theme-links-hover-text-black a:visited:hover,
.theme-links-hover-text-black a:link:hover {
	color: #2d2d2d;
}

a:not(.button).theme-link-text-black,
a:not(.button):visited.theme-link-text-black,
a:not(.button):link.theme-link-text-black,
a.theme-link-text-black,
a:visited.theme-link-text-black,
a:link.theme-link-text-black {
	color: #2d2d2d;
}

.theme-border-grey-text {
	border-color: #666666;
}

.theme-background-grey-text {
	background-color: #666666;
}

	.theme-background-grey-text.input-label:before {
		background-color: #666666;
	}

	.theme-background-grey-text.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #666666, #666666 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-grey-text.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #666666, #666666 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-text.angled-top:before,
.theme-background-grey-text.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #666666, #666666 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-grey-text.angled-top:before,
	.theme-background-grey-text.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #666666, #666666 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-text.angled-bottom:after,
.theme-background-grey-text.angled-bottom-small:after,
.theme-background-grey-text.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #666666 52%, #666666);
}

@media (min-width: 48em) {

	.theme-background-grey-text.angled-bottom:after,
	.theme-background-grey-text.angled-bottom-small:after,
	.theme-background-grey-text.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #666666 50%, #666666);
	}
}

.theme-background-grey-text .more-content-shadow {
	background: linear-gradient(to top, #666666 20%, rgba(102, 102, 102, 0) 80%);
}

.theme-icon-grey-text svg,
.theme-icon-grey-text .cls-1 {
	fill: #666666;
}

.theme-icon-grey-text.list-style-arrow li:before {
	color: #666666;
}

.theme-background-transparency-grey-text {
	background-color: rgba(102, 102, 102, 0.8);
}

.theme-background-gradient-grey-text {
	background: linear-gradient(to bottom, #4d4d4d, #666666);
}

.theme-grey-text {
	color: #666666;
}

	.theme-grey-text h1,
	.theme-grey-text h2,
	.theme-grey-text h2.small,
	.theme-grey-text h3,
	.theme-grey-text h4,
	.theme-grey-text h5,
	.theme-grey-text h6 {
		color: #666666;
	}

.theme-border-hover-grey-text:hover {
	border-color: #666666;
}

.theme-background-hover-grey-text:hover {
	background-color: #666666;
}

.theme-background-icon-hover-grey-text:hover svg,
.theme-background-icon-hover-grey-text:hover .cls-1 {
	background-color: #666666;
}

.theme-background-transparency-hover-grey-text:hover {
	background-color: rgba(102, 102, 102, 0.8);
}

.theme-icon-hover-grey-text:hover svg,
.theme-icon-hover-grey-text:hover .cls-1 {
	fill: #666666;
}

.theme-hover-grey-text:hover {
	color: #666666;
}

.theme-pseudo-before-grey-text:before {
	color: #666666;
}

.theme-pseudo-after-grey-text:after {
	color: #666666;
}

.theme-links-grey-text a:not(.button),
.theme-links-grey-text a:not(.button):visited,
.theme-links-grey-text a:not(.button):link,
.theme-links-grey-text a,
.theme-links-grey-text a:visited,
.theme-links-grey-text a:link {
	color: #666666;
}

.theme-links-hover-grey-text a:not(.button):hover,
.theme-links-hover-grey-text a:not(.button):visited:hover,
.theme-links-hover-grey-text a:not(.button):link:hover,
.theme-links-hover-grey-text a:hover,
.theme-links-hover-grey-text a:visited:hover,
.theme-links-hover-grey-text a:link:hover {
	color: #666666;
}

a:not(.button).theme-link-grey-text,
a:not(.button):visited.theme-link-grey-text,
a:not(.button):link.theme-link-grey-text,
a.theme-link-grey-text,
a:visited.theme-link-grey-text,
a:link.theme-link-grey-text {
	color: #666666;
}

.theme-border-grey-mid {
	border-color: #A0A0A0;
}

.theme-background-grey-mid {
	background-color: #A0A0A0;
}

	.theme-background-grey-mid.input-label:before {
		background-color: #A0A0A0;
	}

	.theme-background-grey-mid.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #A0A0A0, #A0A0A0 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-grey-mid.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #A0A0A0, #A0A0A0 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-mid.angled-top:before,
.theme-background-grey-mid.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #A0A0A0, #A0A0A0 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-grey-mid.angled-top:before,
	.theme-background-grey-mid.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #A0A0A0, #A0A0A0 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-mid.angled-bottom:after,
.theme-background-grey-mid.angled-bottom-small:after,
.theme-background-grey-mid.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #A0A0A0 52%, #A0A0A0);
}

@media (min-width: 48em) {

	.theme-background-grey-mid.angled-bottom:after,
	.theme-background-grey-mid.angled-bottom-small:after,
	.theme-background-grey-mid.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #A0A0A0 50%, #A0A0A0);
	}
}

.theme-background-grey-mid .more-content-shadow {
	background: linear-gradient(to top, #a0a0a0 20%, rgba(160, 160, 160, 0) 80%);
}

.theme-icon-grey-mid svg,
.theme-icon-grey-mid .cls-1 {
	fill: #A0A0A0;
}

.theme-icon-grey-mid.list-style-arrow li:before {
	color: #A0A0A0;
}

.theme-background-transparency-grey-mid {
	background-color: rgba(160, 160, 160, 0.8);
}

.theme-background-gradient-grey-mid {
	background: linear-gradient(to bottom, #878787, #A0A0A0);
}

.theme-grey-mid {
	color: #A0A0A0;
}

	.theme-grey-mid h1,
	.theme-grey-mid h2,
	.theme-grey-mid h2.small,
	.theme-grey-mid h3,
	.theme-grey-mid h4,
	.theme-grey-mid h5,
	.theme-grey-mid h6 {
		color: #A0A0A0;
	}

.theme-border-hover-grey-mid:hover {
	border-color: #A0A0A0;
}

.theme-background-hover-grey-mid:hover {
	background-color: #A0A0A0;
}

.theme-background-icon-hover-grey-mid:hover svg,
.theme-background-icon-hover-grey-mid:hover .cls-1 {
	background-color: #A0A0A0;
}

.theme-background-transparency-hover-grey-mid:hover {
	background-color: rgba(160, 160, 160, 0.8);
}

.theme-icon-hover-grey-mid:hover svg,
.theme-icon-hover-grey-mid:hover .cls-1 {
	fill: #A0A0A0;
}

.theme-hover-grey-mid:hover {
	color: #A0A0A0;
}

.theme-pseudo-before-grey-mid:before {
	color: #A0A0A0;
}

.theme-pseudo-after-grey-mid:after {
	color: #A0A0A0;
}

.theme-links-grey-mid a:not(.button),
.theme-links-grey-mid a:not(.button):visited,
.theme-links-grey-mid a:not(.button):link,
.theme-links-grey-mid a,
.theme-links-grey-mid a:visited,
.theme-links-grey-mid a:link {
	color: #A0A0A0;
}

.theme-links-hover-grey-mid a:not(.button):hover,
.theme-links-hover-grey-mid a:not(.button):visited:hover,
.theme-links-hover-grey-mid a:not(.button):link:hover,
.theme-links-hover-grey-mid a:hover,
.theme-links-hover-grey-mid a:visited:hover,
.theme-links-hover-grey-mid a:link:hover {
	color: #A0A0A0;
}

a:not(.button).theme-link-grey-mid,
a:not(.button):visited.theme-link-grey-mid,
a:not(.button):link.theme-link-grey-mid,
a.theme-link-grey-mid,
a:visited.theme-link-grey-mid,
a:link.theme-link-grey-mid {
	color: #A0A0A0;
}

.theme-border-grey-light {
	border-color: #d2d2d2;
}

.theme-background-grey-light {
	background-color: #d2d2d2;
}

	.theme-background-grey-light.input-label:before {
		background-color: #d2d2d2;
	}

	.theme-background-grey-light.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #d2d2d2, #d2d2d2 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-grey-light.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #d2d2d2, #d2d2d2 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-light.angled-top:before,
.theme-background-grey-light.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #d2d2d2, #d2d2d2 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-grey-light.angled-top:before,
	.theme-background-grey-light.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #d2d2d2, #d2d2d2 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-light.angled-bottom:after,
.theme-background-grey-light.angled-bottom-small:after,
.theme-background-grey-light.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #d2d2d2 52%, #d2d2d2);
}

@media (min-width: 48em) {

	.theme-background-grey-light.angled-bottom:after,
	.theme-background-grey-light.angled-bottom-small:after,
	.theme-background-grey-light.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #d2d2d2 50%, #d2d2d2);
	}
}

.theme-background-grey-light .more-content-shadow {
	background: linear-gradient(to top, #d2d2d2 20%, rgba(210, 210, 210, 0) 80%);
}

.theme-icon-grey-light svg,
.theme-icon-grey-light .cls-1 {
	fill: #d2d2d2;
}

.theme-icon-grey-light.list-style-arrow li:before {
	color: #d2d2d2;
}

.theme-background-transparency-grey-light {
	background-color: rgba(210, 210, 210, 0.8);
}

.theme-background-gradient-grey-light {
	background: linear-gradient(to bottom, #b9b9b9, #d2d2d2);
}

.theme-grey-light {
	color: #d2d2d2;
}

	.theme-grey-light h1,
	.theme-grey-light h2,
	.theme-grey-light h2.small,
	.theme-grey-light h3,
	.theme-grey-light h4,
	.theme-grey-light h5,
	.theme-grey-light h6 {
		color: #d2d2d2;
	}

.theme-border-hover-grey-light:hover {
	border-color: #d2d2d2;
}

.theme-background-hover-grey-light:hover {
	background-color: #d2d2d2;
}

.theme-background-icon-hover-grey-light:hover svg,
.theme-background-icon-hover-grey-light:hover .cls-1 {
	background-color: #d2d2d2;
}

.theme-background-transparency-hover-grey-light:hover {
	background-color: rgba(210, 210, 210, 0.8);
}

.theme-icon-hover-grey-light:hover svg,
.theme-icon-hover-grey-light:hover .cls-1 {
	fill: #d2d2d2;
}

.theme-hover-grey-light:hover {
	color: #d2d2d2;
}

.theme-pseudo-before-grey-light:before {
	color: #d2d2d2;
}

.theme-pseudo-after-grey-light:after {
	color: #d2d2d2;
}

.theme-links-grey-light a:not(.button),
.theme-links-grey-light a:not(.button):visited,
.theme-links-grey-light a:not(.button):link,
.theme-links-grey-light a,
.theme-links-grey-light a:visited,
.theme-links-grey-light a:link {
	color: #d2d2d2;
}

.theme-links-hover-grey-light a:not(.button):hover,
.theme-links-hover-grey-light a:not(.button):visited:hover,
.theme-links-hover-grey-light a:not(.button):link:hover,
.theme-links-hover-grey-light a:hover,
.theme-links-hover-grey-light a:visited:hover,
.theme-links-hover-grey-light a:link:hover {
	color: #d2d2d2;
}

a:not(.button).theme-link-grey-light,
a:not(.button):visited.theme-link-grey-light,
a:not(.button):link.theme-link-grey-light,
a.theme-link-grey-light,
a:visited.theme-link-grey-light,
a:link.theme-link-grey-light {
	color: #d2d2d2;
}

.theme-border-grey-dark-silver {
	border-color: #cdd0de;
}

.theme-background-grey-dark-silver {
	background-color: #cdd0de;
}

	.theme-background-grey-dark-silver.input-label:before {
		background-color: #cdd0de;
	}

	.theme-background-grey-dark-silver.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #cdd0de, #cdd0de 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-grey-dark-silver.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #cdd0de, #cdd0de 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-dark-silver.angled-top:before,
.theme-background-grey-dark-silver.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #cdd0de, #cdd0de 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-grey-dark-silver.angled-top:before,
	.theme-background-grey-dark-silver.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #cdd0de, #cdd0de 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-dark-silver.angled-bottom:after,
.theme-background-grey-dark-silver.angled-bottom-small:after,
.theme-background-grey-dark-silver.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #cdd0de 52%, #cdd0de);
}

@media (min-width: 48em) {

	.theme-background-grey-dark-silver.angled-bottom:after,
	.theme-background-grey-dark-silver.angled-bottom-small:after,
	.theme-background-grey-dark-silver.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #cdd0de 50%, #cdd0de);
	}
}

.theme-background-grey-dark-silver .more-content-shadow {
	background: linear-gradient(to top, #cdd0de 20%, rgba(205, 208, 222, 0) 80%);
}

.theme-icon-grey-dark-silver svg,
.theme-icon-grey-dark-silver .cls-1 {
	fill: #cdd0de;
}

.theme-icon-grey-dark-silver.list-style-arrow li:before {
	color: #cdd0de;
}

.theme-background-transparency-grey-dark-silver {
	background-color: rgba(205, 208, 222, 0.8);
}

.theme-background-gradient-grey-dark-silver {
	background: linear-gradient(to bottom, #aeb3ca, #cdd0de);
}

.theme-grey-dark-silver {
	color: #cdd0de;
}

	.theme-grey-dark-silver h1,
	.theme-grey-dark-silver h2,
	.theme-grey-dark-silver h2.small,
	.theme-grey-dark-silver h3,
	.theme-grey-dark-silver h4,
	.theme-grey-dark-silver h5,
	.theme-grey-dark-silver h6 {
		color: #cdd0de;
	}

.theme-border-hover-grey-dark-silver:hover {
	border-color: #cdd0de;
}

.theme-background-hover-grey-dark-silver:hover {
	background-color: #cdd0de;
}

.theme-background-icon-hover-grey-dark-silver:hover svg,
.theme-background-icon-hover-grey-dark-silver:hover .cls-1 {
	background-color: #cdd0de;
}

.theme-background-transparency-hover-grey-dark-silver:hover {
	background-color: rgba(205, 208, 222, 0.8);
}

.theme-icon-hover-grey-dark-silver:hover svg,
.theme-icon-hover-grey-dark-silver:hover .cls-1 {
	fill: #cdd0de;
}

.theme-hover-grey-dark-silver:hover {
	color: #cdd0de;
}

.theme-pseudo-before-grey-dark-silver:before {
	color: #cdd0de;
}

.theme-pseudo-after-grey-dark-silver:after {
	color: #cdd0de;
}

.theme-links-grey-dark-silver a:not(.button),
.theme-links-grey-dark-silver a:not(.button):visited,
.theme-links-grey-dark-silver a:not(.button):link,
.theme-links-grey-dark-silver a,
.theme-links-grey-dark-silver a:visited,
.theme-links-grey-dark-silver a:link {
	color: #cdd0de;
}

.theme-links-hover-grey-dark-silver a:not(.button):hover,
.theme-links-hover-grey-dark-silver a:not(.button):visited:hover,
.theme-links-hover-grey-dark-silver a:not(.button):link:hover,
.theme-links-hover-grey-dark-silver a:hover,
.theme-links-hover-grey-dark-silver a:visited:hover,
.theme-links-hover-grey-dark-silver a:link:hover {
	color: #cdd0de;
}

a:not(.button).theme-link-grey-dark-silver,
a:not(.button):visited.theme-link-grey-dark-silver,
a:not(.button):link.theme-link-grey-dark-silver,
a.theme-link-grey-dark-silver,
a:visited.theme-link-grey-dark-silver,
a:link.theme-link-grey-dark-silver {
	color: #cdd0de;
}

.theme-border-grey-mid-silver {
	border-color: #e9e9f0;
}

.theme-background-grey-mid-silver {
	background-color: #e9e9f0;
}

	.theme-background-grey-mid-silver.input-label:before {
		background-color: #e9e9f0;
	}

	.theme-background-grey-mid-silver.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #e9e9f0, #e9e9f0 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-grey-mid-silver.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #e9e9f0, #e9e9f0 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-mid-silver.angled-top:before,
.theme-background-grey-mid-silver.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #e9e9f0, #e9e9f0 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-grey-mid-silver.angled-top:before,
	.theme-background-grey-mid-silver.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #e9e9f0, #e9e9f0 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-mid-silver.angled-bottom:after,
.theme-background-grey-mid-silver.angled-bottom-small:after,
.theme-background-grey-mid-silver.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #e9e9f0 52%, #e9e9f0);
}

@media (min-width: 48em) {

	.theme-background-grey-mid-silver.angled-bottom:after,
	.theme-background-grey-mid-silver.angled-bottom-small:after,
	.theme-background-grey-mid-silver.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #e9e9f0 50%, #e9e9f0);
	}
}

.theme-background-grey-mid-silver .more-content-shadow {
	background: linear-gradient(to top, #e9e9f0 20%, rgba(233, 233, 240, 0) 80%);
}

.theme-icon-grey-mid-silver svg,
.theme-icon-grey-mid-silver .cls-1 {
	fill: #e9e9f0;
}

.theme-icon-grey-mid-silver.list-style-arrow li:before {
	color: #e9e9f0;
}

.theme-background-transparency-grey-mid-silver {
	background-color: rgba(233, 233, 240, 0.8);
}

.theme-background-gradient-grey-mid-silver {
	background: linear-gradient(to bottom, #cbcbdb, #e9e9f0);
}

.theme-grey-mid-silver {
	color: #e9e9f0;
}

	.theme-grey-mid-silver h1,
	.theme-grey-mid-silver h2,
	.theme-grey-mid-silver h2.small,
	.theme-grey-mid-silver h3,
	.theme-grey-mid-silver h4,
	.theme-grey-mid-silver h5,
	.theme-grey-mid-silver h6 {
		color: #e9e9f0;
	}

.theme-border-hover-grey-mid-silver:hover {
	border-color: #e9e9f0;
}

.theme-background-hover-grey-mid-silver:hover {
	background-color: #e9e9f0;
}

.theme-background-icon-hover-grey-mid-silver:hover svg,
.theme-background-icon-hover-grey-mid-silver:hover .cls-1 {
	background-color: #e9e9f0;
}

.theme-background-transparency-hover-grey-mid-silver:hover {
	background-color: rgba(233, 233, 240, 0.8);
}

.theme-icon-hover-grey-mid-silver:hover svg,
.theme-icon-hover-grey-mid-silver:hover .cls-1 {
	fill: #e9e9f0;
}

.theme-hover-grey-mid-silver:hover {
	color: #e9e9f0;
}

.theme-pseudo-before-grey-mid-silver:before {
	color: #e9e9f0;
}

.theme-pseudo-after-grey-mid-silver:after {
	color: #e9e9f0;
}

.theme-links-grey-mid-silver a:not(.button),
.theme-links-grey-mid-silver a:not(.button):visited,
.theme-links-grey-mid-silver a:not(.button):link,
.theme-links-grey-mid-silver a,
.theme-links-grey-mid-silver a:visited,
.theme-links-grey-mid-silver a:link {
	color: #e9e9f0;
}

.theme-links-hover-grey-mid-silver a:not(.button):hover,
.theme-links-hover-grey-mid-silver a:not(.button):visited:hover,
.theme-links-hover-grey-mid-silver a:not(.button):link:hover,
.theme-links-hover-grey-mid-silver a:hover,
.theme-links-hover-grey-mid-silver a:visited:hover,
.theme-links-hover-grey-mid-silver a:link:hover {
	color: #e9e9f0;
}

a:not(.button).theme-link-grey-mid-silver,
a:not(.button):visited.theme-link-grey-mid-silver,
a:not(.button):link.theme-link-grey-mid-silver,
a.theme-link-grey-mid-silver,
a:visited.theme-link-grey-mid-silver,
a:link.theme-link-grey-mid-silver {
	color: #e9e9f0;
}

.theme-border-grey-silver {
	border-color: #f3f4f9;
}

.theme-background-grey-silver {
	background-color: #f3f4f9;
}

	.theme-background-grey-silver.input-label:before {
		background-color: #f3f4f9;
	}

	.theme-background-grey-silver.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #f3f4f9, #f3f4f9 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-grey-silver.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #f3f4f9, #f3f4f9 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-silver.angled-top:before,
.theme-background-grey-silver.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #f3f4f9, #f3f4f9 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-grey-silver.angled-top:before,
	.theme-background-grey-silver.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #f3f4f9, #f3f4f9 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-grey-silver.angled-bottom:after,
.theme-background-grey-silver.angled-bottom-small:after,
.theme-background-grey-silver.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #f3f4f9 52%, #f3f4f9);
}

@media (min-width: 48em) {

	.theme-background-grey-silver.angled-bottom:after,
	.theme-background-grey-silver.angled-bottom-small:after,
	.theme-background-grey-silver.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #f3f4f9 50%, #f3f4f9);
	}
}

.theme-background-grey-silver .more-content-shadow {
	background: linear-gradient(to top, #f3f4f9 20%, rgba(243, 244, 249, 0) 80%);
}

.theme-icon-grey-silver svg,
.theme-icon-grey-silver .cls-1 {
	fill: #f3f4f9;
}

.theme-icon-grey-silver.list-style-arrow li:before {
	color: #f3f4f9;
}

.theme-background-transparency-grey-silver {
	background-color: rgba(243, 244, 249, 0.8);
}

.theme-background-gradient-grey-silver {
	background: linear-gradient(to bottom, #d1d5e8, #f3f4f9);
}

.theme-grey-silver {
	color: #f3f4f9;
}

	.theme-grey-silver h1,
	.theme-grey-silver h2,
	.theme-grey-silver h2.small,
	.theme-grey-silver h3,
	.theme-grey-silver h4,
	.theme-grey-silver h5,
	.theme-grey-silver h6 {
		color: #f3f4f9;
	}

.theme-border-hover-grey-silver:hover {
	border-color: #f3f4f9;
}

.theme-background-hover-grey-silver:hover {
	background-color: #f3f4f9;
}

.theme-background-icon-hover-grey-silver:hover svg,
.theme-background-icon-hover-grey-silver:hover .cls-1 {
	background-color: #f3f4f9;
}

.theme-background-transparency-hover-grey-silver:hover {
	background-color: rgba(243, 244, 249, 0.8);
}

.theme-icon-hover-grey-silver:hover svg,
.theme-icon-hover-grey-silver:hover .cls-1 {
	fill: #f3f4f9;
}

.theme-hover-grey-silver:hover {
	color: #f3f4f9;
}

.theme-pseudo-before-grey-silver:before {
	color: #f3f4f9;
}

.theme-pseudo-after-grey-silver:after {
	color: #f3f4f9;
}

.theme-links-grey-silver a:not(.button),
.theme-links-grey-silver a:not(.button):visited,
.theme-links-grey-silver a:not(.button):link,
.theme-links-grey-silver a,
.theme-links-grey-silver a:visited,
.theme-links-grey-silver a:link {
	color: #f3f4f9;
}

.theme-links-hover-grey-silver a:not(.button):hover,
.theme-links-hover-grey-silver a:not(.button):visited:hover,
.theme-links-hover-grey-silver a:not(.button):link:hover,
.theme-links-hover-grey-silver a:hover,
.theme-links-hover-grey-silver a:visited:hover,
.theme-links-hover-grey-silver a:link:hover {
	color: #f3f4f9;
}

a:not(.button).theme-link-grey-silver,
a:not(.button):visited.theme-link-grey-silver,
a:not(.button):link.theme-link-grey-silver,
a.theme-link-grey-silver,
a:visited.theme-link-grey-silver,
a:link.theme-link-grey-silver {
	color: #f3f4f9;
}

h3,
h2.small {
/*	font-size: 28px;
	font-size: 2.8rem;*/
	margin-top: 0;
/*	font-weight: 300;*/
	line-height: 1.2;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	font-family: "National-2-Condensed";
}

@media (max-width: 63.9375em) {

	h3,
	h2.small {
/*		font-size: 24px;
		font-size: 2.4rem;*/
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

h3.icon-heading span:not(.svg-wrapper),
h2.small.icon-heading span:not(.svg-wrapper) {
/*	font-size: 28px;
	font-size: 2.8rem;*/
}

@media (max-width: 63.9375em) {

	h3.icon-heading span:not(.svg-wrapper),
	h2.small.icon-heading span:not(.svg-wrapper) {
/*		font-size: 24px;
		font-size: 2.4rem;*/
	}
}

.theme-border-white {
	border-color: #fff;
}

.theme-background-white {
	background-color: #fff;
}

	.theme-background-white.input-label:before {
		background-color: #fff;
	}

	.theme-background-white.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #fff, #fff 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-white.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #fff, #fff 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-white.angled-top:before,
.theme-background-white.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #fff, #fff 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-white.angled-top:before,
	.theme-background-white.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #fff, #fff 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-white.angled-bottom:after,
.theme-background-white.angled-bottom-small:after,
.theme-background-white.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #fff 52%, #fff);
}

@media (min-width: 48em) {

	.theme-background-white.angled-bottom:after,
	.theme-background-white.angled-bottom-small:after,
	.theme-background-white.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #fff 50%, #fff);
	}
}

.theme-background-white .more-content-shadow {
	background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
}

.theme-icon-white svg,
.theme-icon-white .cls-1 {
	fill: #fff;
}

.theme-icon-white.list-style-arrow li:before {
	color: #fff;
}

.theme-background-transparency-white {
	background-color: rgba(255, 255, 255, 0.8);
}

.theme-background-gradient-white {
	background: linear-gradient(to bottom, #e6e6e6, #fff);
}

.theme-white {
	color: #fff;
}

	.theme-white h1,
	.theme-white h2,
	.theme-white h2.small,
	.theme-white h3,
	.theme-white h4,
	.theme-white h5,
	.theme-white h6 {
		color: #fff;
	}

.theme-border-hover-white:hover {
	border-color: #fff;
}

.theme-background-hover-white:hover {
	background-color: #fff;
}

.theme-background-icon-hover-white:hover svg,
.theme-background-icon-hover-white:hover .cls-1 {
	background-color: #fff;
}

.theme-background-transparency-hover-white:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.theme-icon-hover-white:hover svg,
.theme-icon-hover-white:hover .cls-1 {
	fill: #fff;
}

.theme-hover-white:hover {
	color: #fff;
}

.theme-pseudo-before-white:before {
	color: #fff;
}

.theme-pseudo-after-white:after {
	color: #fff;
}

.theme-links-white a:not(.button),
.theme-links-white a:not(.button):visited,
.theme-links-white a:not(.button):link,
.theme-links-white a,
.theme-links-white a:visited,
.theme-links-white a:link {
	color: #fff;
}

.theme-links-hover-white a:not(.button):hover,
.theme-links-hover-white a:not(.button):visited:hover,
.theme-links-hover-white a:not(.button):link:hover,
.theme-links-hover-white a:hover,
.theme-links-hover-white a:visited:hover,
.theme-links-hover-white a:link:hover {
	color: #fff;
}

a:not(.button).theme-link-white,
a:not(.button):visited.theme-link-white,
a:not(.button):link.theme-link-white,
a.theme-link-white,
a:visited.theme-link-white,
a:link.theme-link-white {
	color: #fff;
}

.theme-border-black {
	border-color: #000000;
}

.theme-background-black {
	background-color: #000000;
}

	.theme-background-black.input-label:before {
		background-color: #000000;
	}

	.theme-background-black.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #000000, #000000 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-black.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #000000, #000000 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-black.angled-top:before,
.theme-background-black.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #000000, #000000 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-black.angled-top:before,
	.theme-background-black.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #000000, #000000 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-black.angled-bottom:after,
.theme-background-black.angled-bottom-small:after,
.theme-background-black.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #000000 52%, #000000);
}

@media (min-width: 48em) {

	.theme-background-black.angled-bottom:after,
	.theme-background-black.angled-bottom-small:after,
	.theme-background-black.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #000000 50%, #000000);
	}
}

.theme-background-black .more-content-shadow {
	background: linear-gradient(to top, black 20%, transparent 80%);
}

.theme-icon-black svg,
.theme-icon-black .cls-1 {
	fill: #000000;
}

.theme-icon-black.list-style-arrow li:before {
	color: #000000;
}

.theme-background-transparency-black {
	background-color: rgba(0, 0, 0, 0.8);
}

.theme-background-gradient-black {
	background: linear-gradient(to bottom, black, #000000);
}

.theme-black {
	color: #000000;
}

	.theme-black h1,
	.theme-black h2,
	.theme-black h2.small,
	.theme-black h3,
	.theme-black h4,
	.theme-black h5,
	.theme-black h6 {
		color: #000000;
	}

.theme-border-hover-black:hover {
	border-color: #000000;
}

.theme-background-hover-black:hover {
	background-color: #000000;
}

.theme-background-icon-hover-black:hover svg,
.theme-background-icon-hover-black:hover .cls-1 {
	background-color: #000000;
}

.theme-background-transparency-hover-black:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.theme-icon-hover-black:hover svg,
.theme-icon-hover-black:hover .cls-1 {
	fill: #000000;
}

.theme-hover-black:hover {
	color: #000000;
}

.theme-pseudo-before-black:before {
	color: #000000;
}

.theme-pseudo-after-black:after {
	color: #000000;
}

.theme-links-black a:not(.button),
.theme-links-black a:not(.button):visited,
.theme-links-black a:not(.button):link,
.theme-links-black a,
.theme-links-black a:visited,
.theme-links-black a:link {
	color: #000000;
}

.theme-links-hover-black a:not(.button):hover,
.theme-links-hover-black a:not(.button):visited:hover,
.theme-links-hover-black a:not(.button):link:hover,
.theme-links-hover-black a:hover,
.theme-links-hover-black a:visited:hover,
.theme-links-hover-black a:link:hover {
	color: #000000;
}

a:not(.button).theme-link-black,
a:not(.button):visited.theme-link-black,
a:not(.button):link.theme-link-black,
a.theme-link-black,
a:visited.theme-link-black,
a:link.theme-link-black {
	color: #000000;
}

.theme-border-red-dark {
	border-color: #d24847;
}

.theme-background-red-dark {
	background-color: #d24847;
}

	.theme-background-red-dark.input-label:before {
		background-color: #d24847;
	}

	.theme-background-red-dark.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #d24847, #d24847 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-red-dark.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #d24847, #d24847 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-red-dark.angled-top:before,
.theme-background-red-dark.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #d24847, #d24847 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-red-dark.angled-top:before,
	.theme-background-red-dark.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #d24847, #d24847 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-red-dark.angled-bottom:after,
.theme-background-red-dark.angled-bottom-small:after,
.theme-background-red-dark.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #d24847 52%, #d24847);
}

@media (min-width: 48em) {

	.theme-background-red-dark.angled-bottom:after,
	.theme-background-red-dark.angled-bottom-small:after,
	.theme-background-red-dark.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #d24847 50%, #d24847);
	}
}

.theme-background-red-dark .more-content-shadow {
	background: linear-gradient(to top, #d24847 20%, rgba(210, 72, 71, 0) 80%);
}

.theme-icon-red-dark svg,
.theme-icon-red-dark .cls-1 {
	fill: #d24847;
}

.theme-icon-red-dark.list-style-arrow li:before {
	color: #d24847;
}

.theme-background-transparency-red-dark {
	background-color: rgba(210, 72, 71, 0.8);
}

.theme-background-gradient-red-dark {
	background: linear-gradient(to bottom, #b92e2d, #d24847);
}

.theme-red-dark {
	color: #d24847;
}

	.theme-red-dark h1,
	.theme-red-dark h2,
	.theme-red-dark h2.small,
	.theme-red-dark h3,
	.theme-red-dark h4,
	.theme-red-dark h5,
	.theme-red-dark h6 {
		color: #d24847;
	}

.theme-border-hover-red-dark:hover {
	border-color: #d24847;
}

.theme-background-hover-red-dark:hover {
	background-color: #d24847;
}

.theme-background-icon-hover-red-dark:hover svg,
.theme-background-icon-hover-red-dark:hover .cls-1 {
	background-color: #d24847;
}

.theme-background-transparency-hover-red-dark:hover {
	background-color: rgba(210, 72, 71, 0.8);
}

.theme-icon-hover-red-dark:hover svg,
.theme-icon-hover-red-dark:hover .cls-1 {
	fill: #d24847;
}

.theme-hover-red-dark:hover {
	color: #d24847;
}

.theme-pseudo-before-red-dark:before {
	color: #d24847;
}

.theme-pseudo-after-red-dark:after {
	color: #d24847;
}

.theme-links-red-dark a:not(.button),
.theme-links-red-dark a:not(.button):visited,
.theme-links-red-dark a:not(.button):link,
.theme-links-red-dark a,
.theme-links-red-dark a:visited,
.theme-links-red-dark a:link {
	color: #d24847;
}

.theme-links-hover-red-dark a:not(.button):hover,
.theme-links-hover-red-dark a:not(.button):visited:hover,
.theme-links-hover-red-dark a:not(.button):link:hover,
.theme-links-hover-red-dark a:hover,
.theme-links-hover-red-dark a:visited:hover,
.theme-links-hover-red-dark a:link:hover {
	color: #d24847;
}

a:not(.button).theme-link-red-dark,
a:not(.button):visited.theme-link-red-dark,
a:not(.button):link.theme-link-red-dark,
a.theme-link-red-dark,
a:visited.theme-link-red-dark,
a:link.theme-link-red-dark {
	color: #d24847;
}

.theme-border-red-light {
	border-color: #f15f53;
}

.theme-background-red-light {
	background-color: #f15f53;
}

	.theme-background-red-light.input-label:before {
		background-color: #f15f53;
	}

	.theme-background-red-light.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #f15f53, #f15f53 46%, rgba(228, 228, 228, 0) 49%, transparent);
	}

@media (min-width: 48em) {
	.theme-background-red-light.angled-top-small:before {
		background-image: linear-gradient(356.42deg, #f15f53, #f15f53 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-red-light.angled-top:before,
.theme-background-red-light.angled-top-large:before {
	background-image: linear-gradient(356.42deg, #f15f53, #f15f53 50%, rgba(228, 228, 228, 0) 52.26%, transparent);
}

@media (min-width: 48em) {

	.theme-background-red-light.angled-top:before,
	.theme-background-red-light.angled-top-large:before {
		background-image: linear-gradient(356.42deg, #f15f53, #f15f53 50%, rgba(228, 228, 228, 0) 51.26%, transparent);
	}
}

.theme-background-red-light.angled-bottom:after,
.theme-background-red-light.angled-bottom-small:after,
.theme-background-red-light.angled-bottom-large:after {
	background-image: linear-gradient(356.42deg, transparent, transparent 45%, #f15f53 52%, #f15f53);
}

@media (min-width: 48em) {

	.theme-background-red-light.angled-bottom:after,
	.theme-background-red-light.angled-bottom-small:after,
	.theme-background-red-light.angled-bottom-large:after {
		background-image: linear-gradient(356.42deg, transparent, transparent 48%, #f15f53 50%, #f15f53);
	}
}

.theme-background-red-light .more-content-shadow {
	background: linear-gradient(to top, #f15f53 20%, rgba(241, 95, 83, 0) 80%);
}

.theme-icon-red-light svg,
.theme-icon-red-light .cls-1 {
	fill: #f15f53;
}

.theme-icon-red-light.list-style-arrow li:before {
	color: #f15f53;
}

.theme-background-transparency-red-light {
	background-color: rgba(241, 95, 83, 0.8);
}

.theme-background-gradient-red-light {
	background: linear-gradient(to bottom, #ed3324, #f15f53);
}

.theme-red-light {
	color: #f15f53;
}

	.theme-red-light h1,
	.theme-red-light h2,
	.theme-red-light h2.small,
	.theme-red-light h3,
	.theme-red-light h4,
	.theme-red-light h5,
	.theme-red-light h6 {
		color: #f15f53;
	}

.theme-border-hover-red-light:hover {
	border-color: #f15f53;
}

.theme-background-hover-red-light:hover {
	background-color: #f15f53;
}

.theme-background-icon-hover-red-light:hover svg,
.theme-background-icon-hover-red-light:hover .cls-1 {
	background-color: #f15f53;
}

.theme-background-transparency-hover-red-light:hover {
	background-color: rgba(241, 95, 83, 0.8);
}

.theme-icon-hover-red-light:hover svg,
.theme-icon-hover-red-light:hover .cls-1 {
	fill: #f15f53;
}

.theme-hover-red-light:hover {
	color: #f15f53;
}

.theme-pseudo-before-red-light:before {
	color: #f15f53;
}

.theme-pseudo-after-red-light:after {
	color: #f15f53;
}

.theme-links-red-light a:not(.button),
.theme-links-red-light a:not(.button):visited,
.theme-links-red-light a:not(.button):link,
.theme-links-red-light a,
.theme-links-red-light a:visited,
.theme-links-red-light a:link {
	color: #f15f53;
}

.theme-links-hover-red-light a:not(.button):hover,
.theme-links-hover-red-light a:not(.button):visited:hover,
.theme-links-hover-red-light a:not(.button):link:hover,
.theme-links-hover-red-light a:hover,
.theme-links-hover-red-light a:visited:hover,
.theme-links-hover-red-light a:link:hover {
	color: #f15f53;
}

a:not(.button).theme-link-red-light,
a:not(.button):visited.theme-link-red-light,
a:not(.button):link.theme-link-red-light,
a.theme-link-red-light,
a:visited.theme-link-red-light,
a:link.theme-link-red-light {
	color: #f15f53;
}

.theme-background-transparency-black {
	background-color: rgba(0, 0, 0, 0.6);
}

.theme-background-transparent {
	background: transparent;
}

.theme-background-hover-transparent:hover {
	background: transparent;
}

button[disabled].theme-background-hover-transparent:hover {
	background: #1CAE96;
}

.theme-border-transparent {
	border: transparent;
}

.theme-border-hover-transparent:hover {
	border: transparent;
}

.theme-hover-no-border:hover {
	border: none;
}

.margin-top {
	margin-top: 20px;
	margin-top: 2rem;
}

@media (max-width: 79.9375em) {
	.margin-top-large-down {
		margin-top: 20px;
		margin-top: 2rem;
	}
}

@media (max-width: 63.9375em) {
	.margin-top-medium-down {
		margin-top: 20px;
		margin-top: 2rem;
	}
}

@media (max-width: 47.9375em) {
	.margin-top-small-down {
		margin-top: 20px;
		margin-top: 2rem;
	}
}

.margin-bottom {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

@media (max-width: 79.9375em) {
	.margin-bottom-large-down {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

@media (max-width: 63.9375em) {
	.margin-bottom-medium-down {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

@media (max-width: 47.9375em) {
	.margin-bottom-small-down {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

@media (min-width: 64em) {
	.margin-bottom-large-up {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

@media (min-width: 48em) {
	.margin-bottom-medium-up {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-margin-top {
	margin-top: 0;
}

.large-margin-top {
	margin-top: 40px;
	margin-top: 4rem;
}

@media (max-width: 79.9375em) {
	.large-margin-top-large-down {
		margin-top: 40px;
		margin-top: 4rem;
	}
}

@media (max-width: 63.9375em) {
	.large-margin-top-medium-down {
		margin-top: 40px;
		margin-top: 4rem;
	}
}

@media (min-width: 48em) {
	.large-margin-top-medium-up {
		margin-top: 40px;
		margin-top: 4rem;
	}
}

@media (max-width: 47.9375em) {
	.large-margin-top-small-down {
		margin-top: 40px;
		margin-top: 4rem;
	}
}

.large-margin-bottom {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

@media (max-width: 79.9375em) {
	.large-margin-bottom-large-down {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}
}

@media (max-width: 63.9375em) {
	.large-margin-bottom-medium-down {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}
}

@media (max-width: 47.9375em) {
	.large-margin-bottom-small-down {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}
}

@media (min-width: 48em) {
	.xlarge-margin-bottom-medium-up {
		margin-bottom: 80px;
		margin-bottom: 8rem;
	}
}

.small-margin-top {
	margin-top: 10px;
	margin-top: 1rem;
}

.small-margin-top-5 {
	margin-top: 5px;
	margin-top: 0.5rem;
}

@media (max-width: 79.9375em) {
	.small-margin-top-large-down {
		margin-top: 10px;
		margin-top: 1rem;
	}
}

@media (max-width: 63.9375em) {
	.small-margin-top-medium-down {
		margin-top: 10px;
		margin-top: 1rem;
	}
}

@media (max-width: 47.9375em) {
	.small-margin-top-small-down {
		margin-top: 10px;
		margin-top: 1rem;
	}
}

.small-margin-bottom {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

@media (max-width: 79.9375em) {
	.small-margin-bottom-large-down {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
}

@media (max-width: 63.9375em) {
	.small-margin-bottom-medium-down {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
}

@media (max-width: 47.9375em) {
	.small-margin-bottom-small-down {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
}

.small-margin-right {
	margin-right: 10px;
	margin-right: 1rem;
}

.margin-right {
	margin-right: 20px;
	margin-right: 2rem;
}

.small-margin-left {
	margin-left: 10px;
	margin-left: 1rem;
}

.margin-left {
	margin-left: 20px;
	margin-left: 2rem;
}

.margin-left {
	margin-left: 20px;
	margin-left: 2rem;
}

.small-margin-left {
	margin-left: 10px;
	margin-left: 1rem;
}

.margin-right {
	margin-right: 20px;
	margin-right: 2rem;
}

.small-margin-left {
	margin-right: 10px;
	margin-right: 1rem;
}

.no-margin {
	margin: 0;
}

@media (max-width: 79.9375em) {
	.no-margin-large-down {
		margin: 0;
	}
}

@media (max-width: 63.9375em) {
	.no-margin-medium-down {
		margin: 0;
	}
}

@media (max-width: 47.9375em) {
	.no-margin-small-down {
		margin: 0;
	}
}

.padding {
	padding: 20px;
	padding: 2rem;
}

@media (min-width: 64em) {
	.padding-large-up {
		padding: 20px;
		padding: 2rem;
	}
}

.padding-top {
	padding-top: 20px;
	padding-top: 2rem;
}

@media (max-width: 79.9375em) {
	.padding-top-large-down {
		padding-top: 20px;
		padding-top: 2rem;
	}
}

@media (max-width: 63.9375em) {
	.padding-top-medium-down {
		padding-top: 20px;
		padding-top: 2rem;
	}
}

@media (max-width: 31.1875em) {
	.padding-top-small-down {
		padding-top: 20px;
		padding-top: 2rem;
	}
}

@media (min-width: 64em) {
	.padding-top-large-up {
		padding-top: 20px;
		padding-top: 2rem;
	}
}

@media (min-width: 48em) {
	.padding-top-medium-up {
		padding-top: 20px;
		padding-top: 2rem;
	}
}

.large-padding-top {
	padding-top: 40px;
	padding-top: 4rem;
}

@media (min-width: 48em) {
	.large-padding-top-medium-up {
		padding-top: 40px;
		padding-top: 4rem;
	}
}

.padding-bottom {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

@media (max-width: 79.9375em) {
	.padding-bottom-large-down {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
}

@media (max-width: 63.9375em) {
	.padding-bottom-medium-down {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
}

@media (max-width: 31.1875em) {
	.padding-bottom-small-down {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
}

@media (min-width: 64em) {
	.padding-bottom-large-up {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
}

@media (min-width: 48em) {
	.padding-bottom-medium-up {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
}

.large-padding-bottom {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.xlarge-padding-bottom {
	padding-bottom: 90px;
	padding-bottom: 9rem;
}

.padding-left {
	padding-left: 20px;
	padding-left: 2rem;
}

.padding-left-small {
	padding-left: 10px;
	padding-left: 1rem;
}

@media (max-width: 79.9375em) {
	.padding-left-large-down {
		padding-left: 20px;
		padding-left: 2rem;
	}
}

@media (max-width: 63.9375em) {
	.padding-left-medium-down {
		padding-left: 20px;
		padding-left: 2rem;
	}
}

@media (max-width: 31.1875em) {
	.padding-left-small-down {
		padding-left: 20px;
		padding-left: 2rem;
	}
}

.padding-right {
	padding-right: 20px;
	padding-right: 2rem;
}

@media (max-width: 79.9375em) {
	.padding-right-large-down {
		padding-right: 20px;
		padding-right: 2rem;
	}
}

@media (max-width: 63.9375em) {
	.padding-right-medium-down {
		padding-right: 20px;
		padding-right: 2rem;
	}
}

@media (max-width: 31.1875em) {
	.padding-right-small-down {
		padding-right: 20px;
		padding-right: 2rem;
	}
}

@media (min-width: 48em) {
	.padding40-right-medium-up {
		padding-right: 40px;
		padding-right: 4rem;
	}
}

.small-padding-top {
	padding-top: 10px;
	padding-top: 1rem;
}

.small-padding-top5 {
	padding-top: 5px;
	padding-top: 0.5rem;
}

@media (max-width: 79.9375em) {
	.small-padding-top-large-down {
		padding-top: 10px;
		padding-top: 1rem;
	}
}

@media (max-width: 63.9375em) {
	.small-padding-top-medium-down {
		padding-top: 10px;
		padding-top: 1rem;
	}
}

@media (max-width: 31.1875em) {
	.small-padding-top-small-down {
		padding-top: 10px;
		padding-top: 1rem;
	}
}

.small-padding-bottom {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.small-padding-bottom5 {
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
}

@media (max-width: 79.9375em) {
	.small-padding-bottom-large-down {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}
}

@media (max-width: 63.9375em) {
	.small-padding-bottom-medium-down {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}
}

@media (max-width: 31.1875em) {
	.small-padding-bottom-small-down {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}
}

.small-padding-left {
	padding-left: 10px;
	padding-left: 1rem;
}

@media (max-width: 79.9375em) {
	.small-padding-left-large-down {
		padding-left: 10px;
		padding-left: 1rem;
	}
}

@media (max-width: 63.9375em) {
	.small-padding-left-medium-down {
		padding-left: 10px;
		padding-left: 1rem;
	}
}

@media (max-width: 31.1875em) {
	.small-padding-left-small-down {
		padding-left: 10px;
		padding-left: 1rem;
	}
}

@media (max-width: 31.1875em) {
	.smaller-padding-left-small-down {
		padding-left: 5px;
		padding-left: 0.5rem;
	}
}

.small-padding-right {
	padding-right: 10px;
	padding-right: 1rem;
}

@media (max-width: 79.9375em) {
	.small-padding-right-large-down {
		padding-right: 10px;
		padding-right: 1rem;
	}
}

@media (max-width: 63.9375em) {
	.small-padding-right-medium-down {
		padding-right: 10px;
		padding-right: 1rem;
	}
}

@media (max-width: 31.1875em) {
	.small-padding-right-small-down {
		padding-right: 10px;
		padding-right: 1rem;
	}
}

@media (max-width: 31.1875em) {
	.smaller-padding-right-small-down {
		padding-right: 5px;
		padding-right: 0.5rem;
	}
}

.small-padding {
	padding: 10px;
	padding: 1rem;
}

.padding-left {
	padding-left: 20px;
	padding-left: 2rem;
}

.no-padding {
	padding: 0;
}

.no-padding-top {
	padding-top: 0;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

@media (max-width: 79.9375em) {
	.no-padding-large-down {
		padding: 0;
	}
}

@media (max-width: 63.9375em) {
	.no-padding-medium-down {
		padding: 0;
	}
}

@media (max-width: 31.1875em) {
	.no-padding-small-down {
		padding: 0;
	}
}

.text-shadow {
	text-shadow: 0 1.5px 1.5px rgba(0, 0, 0, 0.25);
}

.text-uppercase {
	text-transform: uppercase;
}

.text-centered {
	text-align: center;
}

@media (max-width: 31.1875em) {
	.text-centered-small-down {
		text-align: center;
	}
}

@media (max-width: 47.875em) {
	.text-centered-smallish-down {
		text-align: center;
	}
}

@media (max-width: 63.9375em) {
	.text-centered-medium-down {
		text-align: center;
	}
}

@media (max-width: 79.9375em) {
	.text-centered-large-down {
		text-align: center;
	}
}

@media (min-width: 48em) {
	.text-centered-medium-up {
		text-align: center;
	}
}

@media (min-width: 64em) {
	.text-centered-large-up {
		text-align: center;
	}
}

.text-left {
	text-align: left;
}

@media (max-width: 31.1875em) {
	.text-left-small-down {
		text-align: left;
	}
}

@media (max-width: 63.9375em) {
	.text-left-medium-down {
		text-align: left;
	}
}

@media (max-width: 79.9375em) {
	.text-left-large-down {
		text-align: left;
	}
}

@media (min-width: 48em) {
	.text-left-medium-up {
		text-align: left;
	}
}

@media (min-width: 64em) {
	.text-left-large-up {
		text-align: left;
	}
}

.text-right {
	text-align: right;
}

@media (max-width: 31.1875em) {
	.text-right-small-down {
		text-align: right;
	}
}

@media (max-width: 63.9375em) {
	.text-right-medium-down {
		text-align: right;
	}
}

@media (max-width: 79.9375em) {
	.text-right-large-down {
		text-align: right;
	}
}

@media (min-width: 48em) {
	.text-right-medium-up {
		text-align: right;
	}
}

@media (min-width: 64em) {
	.text-right-large-up {
		text-align: right;
	}
}

.text-reduced-line-length {
	padding-left: 3%;
	padding-right: 3%;
}

.internal-content {
	min-height: 100vh;
	position: relative;
}

.content-wrapper {
	position: relative;
}

.display-none {
	display: none;
}

.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 48em) {
	.vertical-align-medium-up {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (min-width: 64em) {
	.vertical-align-large-up {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.center-horizontal {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.online-pattern-background {
	background-color: #0052a0;
	background-image: url("/euf/assets/themes/fusion_standard/icons/online-pattern-background.svg");
	background-repeat: no-repeat;
	background-position: top center;
}

.online-pattern-dark-background {
	background-color: #003681;
	background-image: url("/euf/assets/themes/fusion_standard/images/UniSA-Online-Apply-background.jpg");
}

@media (max-width: 47.875em) {
	.full-width-smallish-down {
		width: 100%;
	}
}

.float-right {
	float: right;
}

.line-height25 {
	line-height: 2.5;
}

.half-width {
	width: 50%;
}

.no-margin-top {
	margin-top: 0 !important;
}

.vertical-align-middle {
	vertical-align: middle;
}

.height-auto {
	height: auto;
	min-height: auto;
}

body {
	color: #666666;
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
	line-height: 1.7;
}

h1 {
/*	font-size: 42px;
	font-size: 4.2rem;*/
	margin-top: 0;
	line-height: 1;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif; 
	color: #0052a0;
}

@media (max-width: 63.9375em) {
	h1 {
/*		font-size: 22px;
		font-size: 2.2rem;*/
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

h1.icon-heading span:not(.svg-wrapper) {
/*	font-size: 42px;
	font-size: 4.2rem;*/
}

@media (max-width: 63.9375em) {
	h1.icon-heading span:not(.svg-wrapper) {
/*		font-size: 22px;
		font-size: 2.2rem;*/
	}
}

h2 {
/*	font-size: 40px;
	font-size: 4rem;*/
	margin-top: 0;
	/*font-weight: 300;*/
	line-height: 1.2;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	color: #0052a0;
}

@media (max-width: 63.9375em) {
	h2 {
/*		font-size: 28px;
		font-size: 2.8rem;*/
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

h2.icon-heading span:not(.svg-wrapper) {
/*	font-size: 40px;
	font-size: 4rem;*/
}

@media (max-width: 63.9375em) {
	h2.icon-heading span:not(.svg-wrapper) {
/*		font-size: 28px;
		font-size: 2.8rem;*/
	}
}

h3,
h2.small {
/*	font-size: 28px;
	font-size: 2.8rem;*/
	margin-top: 0;
	/*font-weight: 300;*/
	line-height: 1.2;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	color: #0052a0;
}

@media (max-width: 63.9375em) {

	h3,
	h2.small {
/*		font-size: 24px;
		font-size: 2.4rem;*/
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

h3.icon-heading span:not(.svg-wrapper),
h2.small.icon-heading span:not(.svg-wrapper) {
/*	font-size: 28px;
	font-size: 2.8rem;*/
}

@media (max-width: 63.9375em) {

	h3.icon-heading span:not(.svg-wrapper),
	h2.small.icon-heading span:not(.svg-wrapper) {
/*		font-size: 24px;
		font-size: 2.4rem;*/
	}
}

h4,
h3.small {
/*	font-size: 18px;
	font-size: 1.8rem;*/
	margin-top: 0;
/*	font-weight: 300;*/
	line-height: 1.2;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	color: #0052a0;
}

@media (max-width: 63.9375em) {

	h4,
	h3.small {
/*		font-size: 16px;
		font-size: 1.6rem;*/
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

h4.icon-heading span:not(.svg-wrapper),
h3.small.icon-heading span:not(.svg-wrapper) {
/*	font-size: 18px;
	font-size: 1.8rem;*/
}

@media (max-width: 63.9375em) {

	h4.icon-heading span:not(.svg-wrapper),
	h3.small.icon-heading span:not(.svg-wrapper) {
/*		font-size: 16px;
		font-size: 1.6rem;*/
	}
}

h5 {
/*	font-size: 14px;
	font-size: 1.4rem;*/
	margin-top: 0;
/*	font-weight: 300;*/
	line-height: 1.2;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
/*	color: #0052a0;*/
}

@media (max-width: 63.9375em) {
	h5 {
/*		font-size: 12px;
		font-size: 1.2rem;*/
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

h5.icon-heading span:not(.svg-wrapper) {
/*	font-size: 14px;
	font-size: 1.4rem;*/
}

@media (max-width: 63.9375em) {
	h5.icon-heading span:not(.svg-wrapper) {
/*		font-size: 12px;
		font-size: 1.2rem;*/
	}
}

.icon-heading span {
	display: inline-block;
	vertical-align: middle;
}

p,
ul,
ol {
	margin: 0 0 30px;
	margin: 0 0 3rem;
}

@media (max-width: 63.9375em) {

	p,
	ul,
	ol {
		margin: 0 0 20px;
		margin: 0 0 2rem;
	}
}

@media (min-width: 64em) {

	p:last-child,
	ul:last-child,
	ol:last-child {
		margin-bottom: 0;
	}
}

.columns:last-child p:last-child,
.columns:last-child ul:last-child,
.columns:last-child ol:last-child {
	margin-bottom: 0;
}

p,
span,
blockquote,
ul li,
ol li,
select,
input,
textarea {
/*	font-size: 14px;
	font-size: 1.4rem;*/
}

@media (max-width: 63.9375em) {

	p,
	span,
	blockquote,
	ul li,
	ol li,
	select,
	input,
	textarea {
/*		font-size: 14px;
		font-size: 1.4rem;*/
	}
}

p.intro,
.intro p:first-child,
label.intro {
/*	font-size: 18px;
	font-size: 1.8rem;*/
	line-height: 1.8;
}

@media (max-width: 63.9375em) {

	p.intro,
	.intro p:first-child,
	label.intro {
/*		font-size: 16px;
		font-size: 1.6rem;*/
	}
}

.image-left {
	margin: 0 0 20px 0;
	margin: 0 0 2rem 0;
}

@media (min-width: 48em) {
	.image-left {
		float: left;
		margin: 0 40px 40px 0;
		margin: 0 4rem 4rem 0;
	}
}

.image-right {
	margin: 0 0 20px 0;
	margin: 0 0 2rem 0;
}

@media (min-width: 48em) {
	.image-right {
		float: right;
		margin: 0 0 40px 40px;
		margin: 0 0 4rem 4rem;
	}
}

a:not(.button),
a:not(.button):visited,
a:not(.button):link {
	color: #1448ff;
	text-decoration: underline;
}

	a:not(.button):hover,
	a:not(.button):visited:hover,
	a:not(.button):link:hover {
		text-decoration: underline;
	}

	a:not(.button).border-hover,
	a:not(.button):visited.border-hover,
	a:not(.button):link.border-hover {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		padding-right: 20px;
		padding-right: 2rem;
	}

		a:not(.button).border-hover span:not(.svg-wrapper),
		a:not(.button):visited.border-hover span:not(.svg-wrapper),
		a:not(.button):link.border-hover span:not(.svg-wrapper) {
			border-bottom: 1px solid transparent;
		}

		a:not(.button).border-hover .svg-wrapper,
		a:not(.button):visited.border-hover .svg-wrapper,
		a:not(.button):link.border-hover .svg-wrapper {
			position: absolute;
			right: 0;
			top: 0;
		}

		a:not(.button).border-hover.text16 .svg-wrapper,
		a:not(.button):visited.border-hover.text16 .svg-wrapper,
		a:not(.button):link.border-hover.text16 .svg-wrapper {
			vertical-align: baseline;
			top: 2px;
			top: 0.2rem;
		}

		a:not(.button).border-hover.text12 .svg-wrapper,
		a:not(.button):visited.border-hover.text12 .svg-wrapper,
		a:not(.button):link.border-hover.text12 .svg-wrapper {
			vertical-align: baseline;
			top: -0.6px;
			top: -0.06rem;
		}

		a:not(.button).border-hover:hover,
		a:not(.button):visited.border-hover:hover,
		a:not(.button):link.border-hover:hover {
			text-decoration: none;
		}

			a:not(.button).border-hover:hover span:not(.svg-wrapper),
			a:not(.button):visited.border-hover:hover span:not(.svg-wrapper),
			a:not(.button):link.border-hover:hover span:not(.svg-wrapper) {
				text-decoration: none;
				border-bottom: 1px solid;
			}

hr {
	border: 1px solid #f3f4f9;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

iframe {
	width: 100%;
	border: 0;
	margin: 0;
	overflow: hidden;
}

@media (min-width: 48em) {
	iframe {
		min-height: 300px;
		min-height: 30rem;
	}
}

@media (min-width: 64em) {
	iframe {
		min-height: 400px;
		min-height: 40rem;
	}
}

.caption {
/*	font-size: 12px;
	font-size: 1.2rem;*/
}

/*.all-text18 {
	font-size: 18px;
	font-size: 1.8rem;
}

	.all-text18 p,
	.all-text18 span,
	.all-text18 a:not(.button),
	.all-text18 a:not(.button):visited,
	.all-text18 a:not(.button):link,
	.all-text18 li {
		font-size: 18px;
		font-size: 1.8rem;
	}

.all-text16 {
	font-size: 16px;
	font-size: 1.6rem;
}

	.all-text16 p,
	.all-text16 span,
	.all-text16 a:not(.button),
	.all-text16 a:not(.button):visited,
	.all-text16 a:not(.button):link,
	.all-text16 li {
		font-size: 16px;
		font-size: 1.6rem;
	}

.all-text14 {
	font-size: 14px;
	font-size: 1.4rem;
}

	.all-text14 p,
	.all-text14 span,
	.all-text14 a:not(.button),
	.all-text14 a:not(.button):visited,
	.all-text14 a:not(.button):link,
	.all-text14 li {
		font-size: 14px;
		font-size: 1.4rem;
	}

.all-text12 {
	font-size: 12px;
	font-size: 1.2rem;
}

	.all-text12 p,
	.all-text12 span,
	.all-text12 a:not(.button),
	.all-text12 a:not(.button):visited,
	.all-text12 a:not(.button):link,
	.all-text12 li {
		font-size: 12px;
		font-size: 1.2rem;
	}

.all-text10 {
	font-size: 10px;
	font-size: 1rem;
}

	.all-text10 p,
	.all-text10 span,
	.all-text10 a:not(.button),
	.all-text10 a:not(.button):visited,
	.all-text10 a:not(.button):link,
	.all-text10 li {
		font-size: 10px;
		font-size: 1rem;
	}

.all-text8 {
	font-size: 8px;
	font-size: 0.8rem;
}

	.all-text8 p,
	.all-text8 span,
	.all-text8 a:not(.button),
	.all-text8 a:not(.button):visited,
	.all-text8 a:not(.button):link,
	.all-text8 li {
		font-size: 8px;
		font-size: 0.8rem;
	}

.text20 {
	font-size: 20px;
	font-size: 2rem;
}

	.text20 span {
		font-size: 20px;
		font-size: 2rem;
	}

.text18 {
	font-size: 18px;
	font-size: 1.8rem;
}

	.text18 span {
		font-size: 18px;
		font-size: 1.8rem;
	}

.text16 {
	font-size: 16px;
	font-size: 1.6rem;
}

	.text16 span {
		font-size: 16px;
		font-size: 1.6rem;
	}

.text14 {
	font-size: 14px;
	font-size: 1.4rem;
}

	.text14 span {
		font-size: 14px;
		font-size: 1.4rem;
	}

.text12 {
	font-size: 12px;
	font-size: 1.2rem;
}

	.text12 span {
		font-size: 12px;
		font-size: 1.2rem;
	}

.text10 {
	font-size: 10px;
	font-size: 1rem;
}

	.text10 span {
		font-size: 10px;
		font-size: 1rem;
	}

.text8 {
	font-size: 8px;
	font-size: 0.8rem;
}

	.text8 span {
		font-size: 8px;
		font-size: 0.8rem;
	}*/

.text-extra-line-spacing {
	letter-spacing: 1.5px;
}

table:not(.degree-list-table) {
	border: 1px solid #EAF2FA;
}

	table:not(.degree-list-table) .heading {
		color: #003E74;
		background: #98c0e6;
		font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	}

		table:not(.degree-list-table) .heading td {
/*			font-size: 12px;
			font-size: 1.2rem;*/
		}

@media (min-width: 64em) {

	table:not(.degree-list-table) thead th,
	table:not(.degree-list-table) .heading td {
		padding: 5px 15px;
		padding: 0.5rem 1.5rem;
	}
}

table:not(.degree-list-table) thead:first-of-type {
	color: #313131;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
/*	font-size: 16px;
	font-size: 1.6rem;*/
	background: #EAF2FA;
}

table:not(.degree-list-table) thead {
	color: #003E74;
	background: #98c0e6;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
/*	font-size: 12px;
	font-size: 1.2rem;*/
}

table:not(.degree-list-table) th {
	font-weight: normal;
}

table:not(.degree-list-table) tr {
	line-height: 32px;
	line-height: 3.2rem;
	border: none;
}

table:not(.degree-list-table) td {
/*	font-size: 14px;
	font-size: 1.4rem;*/
	padding-left: 15px;
	padding-left: 1.5rem;
	padding-right: 15px;
	padding-right: 1.5rem;
}

@media (max-width: 63.9375em) {

	table:not(.degree-list-table),
	table:not(.degree-list-table) thead,
	table:not(.degree-list-table) tbody,
	table:not(.degree-list-table) th,
	table:not(.degree-list-table) td,
	table:not(.degree-list-table) tr {
		display: block;
	}

		table:not(.degree-list-table) thead:first-child {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		table:not(.degree-list-table) thead,
		table:not(.degree-list-table) tbody {
			border: none;
		}

			table:not(.degree-list-table) tbody td {
				/* Behave  like a "row" */
				border: none;
				position: relative;
				font-family: "National-2-Condensed", arial, helvetica, sans-serif;
				padding: 0;
				display: flex;
			}

				table:not(.degree-list-table) tbody td span {
					padding: 6px 15px;
					padding: 0.6rem 1.5rem;
					vertical-align: middle;
					width: 60%;
				}

			table:not(.degree-list-table) thead th {
				padding: 0 15px;
				padding: 0 1.5rem;
			}

		table:not(.degree-list-table) td:before {
			content: attr(data-header);
			color: #313131;
			font-family: "National-2-Condensed", arial, helvetica, sans-serif;
			width: 40%;
			padding: 6px 15px;
			padding: 0.6rem 1.5rem;
			background-color: #EAF2FA;
			word-break: break-word;
			display: inline-block;
		}

		table:not(.degree-list-table) .heading td {
			font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
			display: none;
		}

			table:not(.degree-list-table) .heading td:first-child {
				display: block;
				padding-left: 15px !important;
			}

				table:not(.degree-list-table) .heading td:first-child:before {
					content: none;
				}
}

table.simple-table thead {
	color: #003E74;
	background: #98c0e6;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
/*	font-size: 12px;
	font-size: 1.2rem;*/
}

table.simple-table tr {
	border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 63.9375em) {
	table.simple-table tr {
		border-bottom: none;
	}

	table.simple-table td:before {
		color: #003E74;
		background: #98c0e6;
		width: 39%;
		padding: 6px 10px;
		padding: 0.6rem 1rem;
	}
}

.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: 0.3rem 0.9rem;
	border-radius: 12px;
	text-transform: uppercase;
/*	font-size: 1rem;
	font-weight: bold;*/
	text-align: center;
	color: #194544;
	background: #40c1ac;
}

/**
 * Button Overrides
 */
button {
	background: none;
	color: inherit;
	box-shadow: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.button {
	position: relative;
	margin: auto;
	line-height: 1;
	border-style: solid;
	border-width: 2px;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
/*	font-size: 14px;
	font-size: 1.4rem;*/
	padding: 20px;
	padding: 2rem;
}

	.button [class^="icon-"],
	.button [class*=" icon-"] {
		display: inline-block;
		vertical-align: middle;
	}

	.button:not(.no-min-width) {
		min-width: 180px;
		min-width: 18rem;
	}

@media (min-width: 48em) {
	.button:not(.no-min-width) {
		min-width: 211px;
		min-width: 21.1rem;
	}
}

@media (min-width: 48em) {
	.button.small-min-width {
		min-width: 160px;
		min-width: 16rem;
	}
}

.button:not(.text-left) {
	text-align: center;
}

.button.text-right {
	text-align: right;
}

.button:not([class*='theme-']) {
	border-color: #0052a0;
	color: #0052a0;
	background-color: transparent;
}

	.button:not([class*='theme-']) .svg-wrapper svg {
		fill: #0052a0;
	}

	.button:not([class*='theme-']):hover {
		background-color: #0052a0;
		color: #fff;
	}

		.button:not([class*='theme-']):hover .svg-wrapper svg {
			fill: #fff;
		}

.button.filled:not([class*='theme-']) {
	border-color: #0052a0;
	color: #fff;
	background-color: #0052a0;
}

	.button.filled:not([class*='theme-']):hover {
		background-color: transparent;
		color: #0052a0;
	}

.button.reduced-padding {
	padding: 8px 20px;
	padding: 0.8rem 2rem;
}

.button.reduced-padding-small {
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

.button.link-button {
	border: none;
	padding: 0;
	text-align: left;
}

	.button.link-button .svg-wrapper {
		margin-right: 5px;
		margin-right: 0.5rem;
	}

.header .button.page-info-panel-toggle {
	padding: 10px;
	padding: 1rem;
}

	.header .button.page-info-panel-toggle.active {
		background-color: #fff;
		color: #204196;
	}

		.header .button.page-info-panel-toggle.active svg {
			fill: #204196;
		}

		.header .button.page-info-panel-toggle.active .svg-wrapper:first-child svg {
			fill: #98c0e6;
		}

.button.rounded {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.button.no-border {
	border: none;
}

.button.full-width {
	display: block;
}

a.button.full-width,
a:link.button.full-width,
a:visited.button.full-width,
input.button.full-width {
	width: 100%;
}

@media (max-width: 47.9375em) {

	a.button.full-width-small,
	a:link.button.full-width-small,
	a:visited.button.full-width-small,
	input.button.full-width-small {
		width: 100%;
	}
}

.button.close-button {
	min-width: 0;
	padding: 0;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

	.button.close-button span {
/*		font-size: 40px;
		font-size: 4rem;*/
	}

@media (max-width: 31.1875em) {
	.button.close-button span {
/*		font-size: 30px;
		font-size: 3rem;*/
	}
}

.button.icon-side {
	padding: 17px 20px;
	padding: 1.7rem 2rem;
}

	.button.icon-side .svg-wrapper,
	.button.icon-side span {
		display: inline-block;
		vertical-align: middle;
	}

	.button.icon-side .svg-wrapper {
		margin: 0 5px;
		margin: 0 0.5rem;
	}

.button.icon-top {
	min-width: 50px;
	min-width: 5rem;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

	.button.icon-top .svg-wrapper,
	.button.icon-top span {
		display: block;
		margin: 0 auto;
	}

.button.print-share {
	min-width: 50px;
	min-width: 5rem;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
/*	font-size: 10px;
	font-size: 1rem;*/
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	letter-spacing: 1px;
}

@media (max-width: 47.9375em) {
	.button.print-share {
		display: none;
	}
}

.button.print-share .svg-wrapper {
	display: block;
	margin: 0 auto 5px;
	margin: 0 auto 0.5rem;
}

.button.print-share.active {
	background-color: #fff;
	color: #204196;
}

	.button.print-share.active .svg-wrapper svg {
		fill: #204196;
	}

.button.large-icon-button {
	min-width: 50px;
	min-width: 5rem;
	border: none;
/*	font-size: 16px;
	font-size: 1.6rem;*/
	padding: 27px 20px;
	padding: 2.7rem 2rem;
}

	.button.large-icon-button .svg-wrapper {
		display: block;
		margin: 0 auto 5px;
		margin: 0 auto 0.5rem;
	}

.button.icon-only {
	min-width: 0;
	border: none;
	background-color: transparent;
	padding: 0;
}

	.button.icon-only:hover {
		background-color: transparent;
	}

.button.icon-circle {
	min-width: 0;
	border-style: solid;
	border-width: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	width: 5rem;
	height: 50px;
	height: 5rem;
	padding: 0;
}

	.button.icon-circle .svg-wrapper {
		display: inline-block;
	}

.button.text-small {
/*	font-size: 10px;
	font-size: 1rem;*/
}

a.button,
a:link.button,
a:visited.button {
	display: inline-block;
	text-decoration: none;
}

	a.button:hover,
	a:link.button:hover,
	a:visited.button:hover {
		text-decoration: none;
		cursor: pointer;
	}

.button.margin-right {
	margin-right: 20px !important;
}

.button.margin-bottom {
	margin-bottom: 20px !important;
}

::-webkit-input-placeholder {
	color: #e9e9f0;
}

::-moz-placeholder {
	color: #e9e9f0;
}

:-ms-input-placeholder {
	color: #e9e9f0;
}

::-ms-expand {
	display: none;
}

::-ms-clear {
	display: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

form label,
.form label {
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

	form label .asterisk,
	.form label .asterisk {
		color: #df0000;
		position: relative;
		left: 3px;
		top: -3px;
		margin-right: 10px;
		margin-right: 1rem;
	}

form [type='text'],
form [type='password'],
form [type='date'],
form [type='datetime'],
form [type='datetime-local'],
form [type='month'],
form [type='week'],
form [type='email'],
form [type='number'],
form [type='search'],
form [type='tel'],
form [type='time'],
form [type='url'],
form [type='color'],
form [type='tel'],
form select,
form fieldset,
.form [type='text'],
.form [type='password'],
.form [type='date'],
.form [type='datetime'],
.form [type='datetime-local'],
.form [type='month'],
.form [type='week'],
.form [type='email'],
.form [type='number'],
.form [type='search'],
.form [type='tel'],
.form [type='time'],
.form [type='url'],
.form [type='color'],
.form [type='tel'],
.form select,
.form fieldset {
	height: 54px;
	height: 5.4rem;
	padding-left: 20px;
	padding-left: 2rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	display: block;
	margin-top: 10px;
	margin-top: 1rem;
	width: 100%;
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
	color: #0052a0;
}

	form [type='text'].error,
	form [type='password'].error,
	form [type='date'].error,
	form [type='datetime'].error,
	form [type='datetime-local'].error,
	form [type='month'].error,
	form [type='week'].error,
	form [type='email'].error,
	form [type='number'].error,
	form [type='search'].error,
	form [type='tel'].error,
	form [type='time'].error,
	form [type='url'].error,
	form [type='color'].error,
	form [type='tel'].error,
	form select.error,
	form fieldset.error,
	.form [type='text'].error,
	.form [type='password'].error,
	.form [type='date'].error,
	.form [type='datetime'].error,
	.form [type='datetime-local'].error,
	.form [type='month'].error,
	.form [type='week'].error,
	.form [type='email'].error,
	.form [type='number'].error,
	.form [type='search'].error,
	.form [type='tel'].error,
	.form [type='time'].error,
	.form [type='url'].error,
	.form [type='color'].error,
	.form [type='tel'].error,
	.form select.error,
	.form fieldset.error {
		border-bottom: 1px solid #d24847;
	}

	form [type='text']:focus,
	form [type='password']:focus,
	form [type='date']:focus,
	form [type='datetime']:focus,
	form [type='datetime-local']:focus,
	form [type='month']:focus,
	form [type='week']:focus,
	form [type='email']:focus,
	form [type='number']:focus,
	form [type='search']:focus,
	form [type='tel']:focus,
	form [type='time']:focus,
	form [type='url']:focus,
	form [type='color']:focus,
	form [type='tel']:focus,
	form select:focus,
	form fieldset:focus,
	.form [type='text']:focus,
	.form [type='password']:focus,
	.form [type='date']:focus,
	.form [type='datetime']:focus,
	.form [type='datetime-local']:focus,
	.form [type='month']:focus,
	.form [type='week']:focus,
	.form [type='email']:focus,
	.form [type='number']:focus,
	.form [type='search']:focus,
	.form [type='tel']:focus,
	.form [type='time']:focus,
	.form [type='url']:focus,
	.form [type='color']:focus,
	.form [type='tel']:focus,
	.form select:focus,
	.form fieldset:focus {
		solid 2px;
	}

	form select:disabled,
	.form select:disabled {
		background-color: white;
		color: #a0a0a0 !important;
		background-image: url(/euf/assets/images/icons/arrow-down-grey.svg) !important;
	}

form input[type='checkbox'],
.form input[type='checkbox'] {
	opacity: 0;
	position: absolute;
}

	form input[type='checkbox'] + label,
	.form input[type='checkbox'] + label {
		position: relative;
		padding-left: 30px;
		padding-left: 3rem;
	}

		form input[type='checkbox'] + label span,
		.form input[type='checkbox'] + label span {
			display: block;
			line-height: 1.4;
		}

		form input[type='checkbox'] + label:before,
		.form input[type='checkbox'] + label:before {
			content: '';
			position: absolute;
			left: 0;
			background: #fff;
			border: 2px solid #ddd;
			display: inline-block;
			vertical-align: middle;
			width: 20px;
			height: 20px;
			padding: 2px;
			margin-right: 10px;
			text-align: center;
		}

	form input[type='checkbox']:checked + label:before,
	.form input[type='checkbox']:checked + label:before {
		background-image: url("/euf/assets/themes/fusion_standard/icons/checkbox-tick.svg");
		background-position: center;
		border: none;
	}

form select,
.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 20px;
	background-image: url("/euf/assets/themes/fusion_standard/icons/arrow-down-blue-2.svg");
	background-size: 18px 12px;
	background-position: right 0 center;
	color: #A0A0A0;
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

/*form select:focus, .form select:focus {
    outline: #f5ab30 solid 2px; }
*/
form ::-webkit-input-placeholder,
.form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #A0A0A0;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

form ::-moz-placeholder,
.form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #A0A0A0;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

form :-ms-input-placeholder,
.form :-ms-input-placeholder {
	/* IE 10+ */
	color: #A0A0A0;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

form :-moz-placeholder,
.form :-moz-placeholder {
	/* Firefox 18- */
	color: #A0A0A0;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

form input.file-upload-input,
.form input.file-upload-input {
	width: 73%;
	display: inline-block;
}

@media (max-width: 63.9375em) {

	form input.file-upload-input,
	.form input.file-upload-input {
		width: 60%;
	}
}

@media (max-width: 31.1875em) {

	form input.file-upload-input,
	.form input.file-upload-input {
		width: 49%;
	}
}

form label.upload-button.button,
.form label.upload-button.button {
	height: 54px;
	height: 5.4rem;
	display: inline-block;
	left: -4px;
	top: 2px;
	min-width: 120px;
}

@media (max-width: 31.1875em) {

	form label.upload-button.button,
	.form label.upload-button.button {
		width: 49%;
	}
}

form label.upload-button.button img,
.form label.upload-button.button img {
	width: 18px;
	width: 1.8rem;
	position: relative;
	top: -3px;
	top: -0.3rem;
}

form input[name='score'],
.form input[name='score'] {
	width: 50%;
}

form textarea,
.form textarea {
	min-height: 54px;
	min-height: 5.4rem;
	margin-top: 10px;
	margin-top: 1rem;
	color: #0052a0;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

/* form textarea:focus, .form textarea:focus {
    outline: #f5ab30 solid 2px; }
*/
form div.error,
.form div.error {
	color: #df0000;
	position: relative;
/*	font-size: 14px;
	font-size: 1.4rem;*/
	padding-left: 30px;
	padding-left: 3rem;
}

	form div.error:before,
	.form div.error:before {
		content: '';
		background-image: url("/euf/assets/themes/fusion_standard/icons/alert.svg");
		position: absolute;
		left: -1px;
		left: -0.1rem;
		top: 0;
		line-height: 1rem;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 25px;
		width: 2.5rem;
		height: 25px;
		height: 2.5rem;
	}

@media (min-width: 48em) {

	form .short-field,
	.form .short-field {
		width: 70%;
	}
}

@media (max-width: 31.1875em) {
	.form-next-previous-row {
		padding: 10px;
		padding: 1rem;
	}
}

.form-row-label {
	text-align: left;
	width: 100%;
	display: inline-block;
}

	.form-row-label span.has-tip {
		float: right;
	}

	.form-row-label label {
		display: inline-block;
		width: 86%;
	}

	.form-row-label p {
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
	}

.secondary-label {
	color: #A0A0A0;
}

.form-field-wrapper {
	max-width: 487px;
	max-width: 48.7rem;
	/*text-align: center;*/
	margin: 0px auto;
	padding: 15px 0 10px 0;
	padding: 1.5rem 0 1rem 0;
}

@media (max-width: 31.1875em) {
	.form-field-wrapper {
		padding: 10px 0px;
		padding: 1rem 0px;
	}
}

.file-upload-wrapper {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

@media (max-width: 31.1875em) {
	.file-upload-wrapper {
		width: 100%;
	}
}

.hidden-question {
	display: none;
	background-color: #E5E5EC;
	margin: 20px -10px 0;
	margin: 2rem -1rem 0;
	padding: 20px 80px;
	padding: 2rem 8rem;
}

@media (max-width: 31.1875em) {
	.hidden-question {
		padding: 10px;
		padding: 1rem;
	}
}

.hidden-question .form-field-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.hidden-question:before {
	content: '';
	width: 0;
	height: 0;
	position: relative;
	top: -58px;
	top: -5.8rem;
	left: 25%;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 25px solid #E5E5EC;
}

@media (max-width: 31.1875em) {
	.hidden-question:before {
		top: -49px;
		top: -4.9rem;
	}
}

.button-selector {
	border: 1px solid #D2D2D2;
	margin-top: 10px;
	margin-top: 1rem;
}

	.button-selector.radio-error {
		border-bottom: 1px solid #d24847;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.button-selector input[type=radio] {
		visibility: hidden;
		position: absolute;
		top: 0;
		left: -999999px;
	}

	.button-selector label {
		display: inline-block;
		position: relative;
		margin: 0;
		background-color: #fff;
		color: #A0A0A0;
		text-align: center;
		width: 50%;
		float: left;
		cursor: pointer;
		height: 54px;
		height: 5.4rem;
	}

		.button-selector label .error {
			text-align: left;
		}

		.button-selector label span {
			display: inline-block;
			padding-left: 10px;
			padding-left: 1rem;
			padding-right: 10px;
			padding-right: 1rem;
			line-height: 18px;
			vertical-align: middle;
		}

		.button-selector label.selected {
			background-color: #AACAE9;
			color: #004994;
		}

	.button-selector label {
		display: inline-block;
		line-height: 54px;
		vertical-align: middle;
		color: #A0A0A0;
		font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	}

		.button-selector label:first-child {
			border-right: 1px solid #D2D2D2;
		}

.icon-selector input[type=radio] {
	position: absolute;
	top: 0;
	left: -999999px;
}

.icon-selector label {
	display: inline-block;
}

.icon-selector [type='radio'] + label {
	margin-left: 40px;
}

@media (max-width: 31.1875em) {
	.icon-selector [type='radio'] + label {
		margin-left: 20px;
	}
}

.icon-selector .label-text {
/*	font-size: 24px;*/
}

.icon-selector label.selected svg {
	fill: #0052a0;
}

.icon-selector.theme-online label.selected svg {
	fill: #194544;
}

.required-message {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 20px;
	display: none;
}

	.required-message.active {
		display: block;
	}

/*
.button-selector:after {
  content: "";
  display: table;
  clear: both; }

input:focus,
a:focus,
button:focus,
textarea:focus,
select:focus,
label:focus {
  outline: #f5ab30 solid 2px; }

a:-moz-focusring,
button:-moz-focusring,
.button:-moz-focusring,
input:-moz-focusring {
  outline: 2px solid #f5ab30; }

.checkbox-wrapper:focus,
.checkbox-wrapper.focus,
label.focus,
.gallery-cell:focus {
  outline: #f5ab30 solid 2px; }
*/
/* styling for when focus was given by pointer */
/*
html[data-focus-source="pointer"] > body .checkbox-wrapper:focus,
html[data-focus-source="pointer"] > body .checkbox-wrapper.focus,
html[data-focus-source="pointer"] > body label.focus,
html[data-focus-source="pointer"] > body input:focus,
html[data-focus-source="pointer"] > body a:focus,
html[data-focus-source="pointer"] > body button:focus,
html[data-focus-source="pointer"] > body textarea:focus,
html[data-focus-source="pointer"] > body select:focus,
html[data-focus-source="pointer"] > body label:focus,
html[data-focus-source="pointer"] > body .gallery-cell:focus {
  outline: none; }

input[type="reset"]:-moz-focusring,
button[type="button"]:-moz-focusring {
  outline: 2px solid #f5ab30; }
*/
/* styling for when focus was given by keyboard */
form.unisa-online select {
	background-image: url("/euf/assets/themes/fusion_standard/icons/arrow-down-green-2.svg");
}

.intl-tel-input {
	display: inline-block;
	float: left;
	width: 80%;
	margin-top: 10px;
	margin-top: 1rem;
}

@media (max-width: 31.1875em) {
	.intl-tel-input {
		width: 100%;
	}
}

.intl-tel-input .selected-flag {
	width: 60px;
	width: 6rem;
	padding-left: 20px;
	padding-left: 2rem;
	height: 54px;
	height: 5.4rem;
}

	.intl-tel-input .selected-flag .iti-arrow {
		top: 35%;
		right: -20px;
		right: -2rem;
		width: 20px;
		width: 2rem;
		height: 20px;
		height: 2rem;
		border: none;
		background-image: url("/euf/assets/themes/fusion_standard/icons/arrow-small-down-blue-2.svg");
	}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
	padding-left: 80px;
	padding-left: 8rem;
}

div#phone-error {
	margin-top: 5px;
	margin-top: 0.5rem;
}

div#radioButtonSelector-error {
	margin-top: 5px;
	margin-top: 0.5rem;
}

#phone-valid-msg,
#phone-error-msg {
	margin-top: 5px;
	margin-top: 0.5rem;
	color: #DA2B12;
}

.stepped-form {
	position: relative;
}

.stepped-form-full-height-centered {
	min-height: calc(100vh - 81px);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-content: center;
	-webkit-box-align: center;
	align-content: center;
}

@media (min-width: 48em) {
	.stepped-form-full-height-centered {
		min-height: calc(100vh - 90px);
	}
}

.stepped-form-full-height-centered .form-wrapper {
	margin: auto;
	width: 100%;
}

@media (max-width: 47.875em) {
	.layout-block.form-step {
		padding: 20px 0;
		padding: 2rem 0;
	}
}

.form-step {
	display: none;
}

	.form-step.active-step {
		display: block;
	}

@media (max-width: 47.875em) {
	.form-step-result .button {
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-top: 2rem;
	}
}

.stepped-form-demo .form-step {
	display: block;
}


/* Navigation styles */
.site-header {
	position: relative;
	background: #003681;
}

@media (min-width: 64em) {
	.site-header {
		background: #00418e;
	}
}

.site-header .page-switch-panel {
	top: 52px;
	top: 5.2rem;
}

@media (min-width: 64em) {
	.site-header .page-switch-panel {
		top: 83px;
		top: 8.3rem;
	}
}

.site-header.mega-menu-panel-open .site-main-menu__nav-col .site-main-menu__main-navigation > li:not(.active) > a {
	color: #98c0e6;
}

	.site-header.mega-menu-panel-open .site-main-menu__nav-col .site-main-menu__main-navigation > li:not(.active) > a .link-text {
		color: #98c0e6;
	}

	.site-header.mega-menu-panel-open .site-main-menu__nav-col .site-main-menu__main-navigation > li:not(.active) > a:hover .link-text {
		color: #98c0e6;
	}

@media (min-width: 64em) {
	.main-nav-panel__close-button {
		/*font-size: 2rem;*/
	}
}

.mobile-menu-button.active {
	background: #00418e;
	border-bottom: 1px solid #122967;
}

@media (min-width: 64em) {
	.mobile-menu-button {
		display: none;
	}
}

.site-main-menu {
	background: #0052a0;
}

@media (min-width: 64em) {
	.site-main-menu {
		background: #00418e;
		height: 50px;
		height: 5rem;
	}
}

.site-main-menu__main-navigation {
	font-size: 0;
	margin: 0;
	list-style: none;
	padding: 0;
}

	.site-main-menu__main-navigation > li > a:not(.button),
	.site-main-menu__main-navigation > li > a:not(.button):visited,
	.site-main-menu__main-navigation > li > a:not(.button):link {
		/*font-size: 17px;
		font-size: 1.7rem;*/
		font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	}

		.site-main-menu__main-navigation > li > a:not(.button) .link-text,
		.site-main-menu__main-navigation > li > a:not(.button):visited .link-text,
		.site-main-menu__main-navigation > li > a:not(.button):link .link-text {
			/*font-size: 17px;
			font-size: 1.7rem;*/
			color: white;
		}

		.site-main-menu__main-navigation > li > a:not(.button) .svg-wrapper svg,
		.site-main-menu__main-navigation > li > a:not(.button):visited .svg-wrapper svg,
		.site-main-menu__main-navigation > li > a:not(.button):link .svg-wrapper svg {
			fill: #98c0e6;
		}

		.site-main-menu__main-navigation > li > a:not(.button):focus,
		.site-main-menu__main-navigation > li > a:not(.button):visited:focus,
		.site-main-menu__main-navigation > li > a:not(.button):link:focus {
			outline: auto;
		}

		.site-main-menu__main-navigation > li > a:not(.button):hover,
		.site-main-menu__main-navigation > li > a:not(.button):visited:hover,
		.site-main-menu__main-navigation > li > a:not(.button):link:hover {
			text-decoration: none;
		}

@media (min-width: 64em) {

	.site-main-menu__main-navigation > li > a:not(.button),
	.site-main-menu__main-navigation > li > a:not(.button):visited,
	.site-main-menu__main-navigation > li > a:not(.button):link {
		padding: 20px 0;
		padding: 2rem 0;
	}
}

@media (max-width: 63.9375em) {
	.site-main-menu__main-navigation > li {
		position: relative;
	}
}

.site-main-menu__main-navigation > li button.has-children {
	position: absolute;
	right: 0;
	top: 0;
}

	.site-main-menu__main-navigation > li button.has-children > .icon .icon--less {
		display: none;
	}

.site-main-menu__main-navigation > li.active > button.has-children > .icon .icon--less {
	display: inline-block;
}

.site-main-menu__main-navigation > li.active > button.has-children > .icon .icon--more {
	display: none;
}

.site-main-menu > .row {
	-ms-flex-align: center;
	-webkit-align-content: center;
	-webkit-box-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.site-main-menu__nav-col {
	display: none;
}

@media (min-width: 64em) {
	.site-main-menu__nav-col {
		display: block;
	}
}

@media (min-width: 64em) {
	.site-main-menu__nav-col .site-main-menu__main-navigation > li {
		display: inline-block;
		vertical-align: middle;
	}

		.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button),
		.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button):visited,
		.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button):link,
		.site-main-menu__nav-col .site-main-menu__main-navigation > li.current > a:not(.button),
		.site-main-menu__nav-col .site-main-menu__main-navigation > li.current > a:not(.button):visited,
		.site-main-menu__nav-col .site-main-menu__main-navigation > li.current > a:not(.button):link,
		.site-main-menu__nav-col .site-main-menu__main-navigation > li:focus > a:not(.button),
		.site-main-menu__nav-col .site-main-menu__main-navigation > li:focus > a:not(.button):visited,
		.site-main-menu__nav-col .site-main-menu__main-navigation > li:focus > a:not(.button):link {
			background-color: #003681;
			color: white;
		}

			.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button) .link-text,
			.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button):visited .link-text,
			.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button):link .link-text,
			.site-main-menu__nav-col .site-main-menu__main-navigation > li.current > a:not(.button) .link-text,
			.site-main-menu__nav-col .site-main-menu__main-navigation > li.current > a:not(.button):visited .link-text,
			.site-main-menu__nav-col .site-main-menu__main-navigation > li.current > a:not(.button):link .link-text,
			.site-main-menu__nav-col .site-main-menu__main-navigation > li:focus > a:not(.button) .link-text,
			.site-main-menu__nav-col .site-main-menu__main-navigation > li:focus > a:not(.button):visited .link-text,
			.site-main-menu__nav-col .site-main-menu__main-navigation > li:focus > a:not(.button):link .link-text {
				border-bottom: 4px solid #40c1ac;
				text-decoration: none;
				color: white;
			}

			.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button),
			.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button):visited,
			.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button):link {
				position: relative;
				display: block;
			}

				.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button).has-children:after,
				.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button).main-nav-more-button:after,
				.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button):visited.has-children:after,
				.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button):visited.main-nav-more-button:after,
				.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button):link.has-children:after,
				.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > a:not(.button):link.main-nav-more-button:after {
					position: absolute;
					z-index: 22;
					left: calc(50% - 25px);
				}
}

@media (min-width: 64em) {

	.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button),
	.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):visited,
	.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):link {
		padding: 1.1rem 1.5rem;
		display: inline-block;
	}

		.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button) .link-text,
		.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):visited .link-text,
		.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):link .link-text {
			padding-bottom: 1px;
			padding-bottom: 0.1rem;
		}

		.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):hover,
		.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):visited:hover,
		.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):link:hover {
			border: none;
		}

			.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):hover .link-text,
			.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):visited:hover .link-text,
			.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):link:hover .link-text {
				text-decoration: none;
				border-bottom: 4px solid #2770b3;
			}

		.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):focus .link-text,
		.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):visited:focus .link-text,
		.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):link:focus .link-text {
			border-bottom: 4px solid #40c1ac;
		}
}

@media (min-width: 80em) {

	.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button),
	.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):visited,
	.site-main-menu__nav-col .site-main-menu__main-navigation > li > a:not(.button):link {
		padding: 1.1rem 2rem;
	}
}

@media (min-width: 64em) {
	.site-main-menu__nav-col .site-main-menu__main-navigation > li button.has-children {
		display: none;
	}
}

@media (min-width: 64em) {
	.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > button.has-children > .icon .icon--less {
		display: none;
	}

	.site-main-menu__nav-col .site-main-menu__main-navigation > li.active > button.has-children > .icon .icon--more {
		display: none;
	}
}

.site-main-menu__logo-col img {
	max-width: 150px;
}

.site-main-menu__buttons-col {
	text-align: right;
}

	.site-main-menu__buttons-col a.button {
		padding: 1.5rem 2rem;
		vertical-align: middle;
		display: none;
	}

@media (min-width: 48em) {
	.site-main-menu__buttons-col a.button {
		padding: 1.1rem 3.2rem;
	}
}

@media (min-width: 64em) {
	.site-main-menu__buttons-col a.button {
		display: inline-block;
		padding: 1.1rem 3.2rem;
		margin: 0 0 0 1rem;
	}
}

@media (min-width: 80em) {
	.site-main-menu__buttons-col a.button {
		margin-right: 1rem;
	}
}

.site-main-menu__buttons-col button:not(.mobile-menu-button) {
	display: inline-block;
	vertical-align: middle;
}

.site-main-menu__buttons-col button {
	width: 50px;
	width: 5rem;
	height: 50px;
	height: 5rem;
	margin-left: 1rem;
	margin-right: -15px;
	margin-right: -1.5rem;
}

@media (min-width: 64em) {
	.site-main-menu__buttons-col button {
		margin-right: 0;
	}
}

.site-main-menu__buttons-col .search-panel-toggle-button {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 42px;
	width: 4.2rem;
	height: 42px;
	height: 4.2rem;
	margin-right: -1rem;
}

@media (min-width: 64em) {
	.site-main-menu__buttons-col .search-panel-toggle-button {
		margin-right: 0;
	}
}

.site-main-menu__buttons-col .search-panel-toggle-button:hover {
	background: #2770b3;
}

.site-main-menu__buttons-col .search-panel-toggle-button.active {
	background: #003681;
}

.main-nav-panel__close-button {
	position: absolute;
	top: calc(50%-10px);
	color: #98c0e6;
}

.main-menu-opened-overlay {
	top: 0;
	width: 100%;
	z-index: 5;
	background: rgba(21, 43, 69, 0.9);
	position: fixed;
	height: 0;
	opacity: 0;
	transition: opacity 0.4s ease;
}

	.main-menu-opened-overlay.active {
		height: 100vh;
		left: 0;
		opacity: 1;
	}

.mobile-menu-container {
	display: none;
}

	.mobile-menu-container .site-main-menu__main-navigation > li button.has-children {
		height: 50px;
		height: 5rem;
		width: 50px;
		width: 5rem;
		text-align: center;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	}

	.mobile-menu-container .site-main-menu__main-navigation > li:first-child button.has-children {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.mobile-menu-container .site-main-menu__main-navigation > li {
		position: relative;
	}

		.mobile-menu-container .site-main-menu__main-navigation > li.active > button.has-children,
		.mobile-menu-container .site-main-menu__main-navigation > li.current > button.has-children {
			background-color: #003681;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}

		.mobile-menu-container .site-main-menu__main-navigation > li > a:not(.button),
		.mobile-menu-container .site-main-menu__main-navigation > li > a:not(.button):visited,
		.mobile-menu-container .site-main-menu__main-navigation > li > a:not(.button):link {
			display: block;
			width: 100%;
			padding: 10.5px 15px;
			padding: 1.05rem 1.5rem;
			text-align: left;
			background: #00418e;
			color: white;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}

			.mobile-menu-container .site-main-menu__main-navigation > li > a:not(.button) .link-text,
			.mobile-menu-container .site-main-menu__main-navigation > li > a:not(.button):visited .link-text,
			.mobile-menu-container .site-main-menu__main-navigation > li > a:not(.button):link .link-text {
				/*font-size: 16px;
				font-size: 1.6rem;*/
				color: white;
			}

@media (min-width: 48em) {

	.mobile-menu-container .site-main-menu__main-navigation > li > a:not(.button),
	.mobile-menu-container .site-main-menu__main-navigation > li > a:not(.button):visited,
	.mobile-menu-container .site-main-menu__main-navigation > li > a:not(.button):link {
		padding: 10.5px 15px;
		padding: 1.05rem 1.5rem;
	}
}

.mobile-menu-container .site-main-menu__buttons-col {
	padding: 1.5rem;
	text-align: left;
}

.header-min {
	padding: 20px 20px;
	padding: 2rem 2rem;
	z-index: 100;
}

@media (max-width: 31.1875em) {
	.header-min {
		padding: 20px 0;
		padding: 2rem 0;
	}
}

.header-print {
	display: none;
}

.mega-menu-panel {
	text-align: left;
}

	.mega-menu-panel:not(.top-header-panel) {
		padding: 20px 0 0;
		padding: 2rem 0 0;
	}

	.site-main-menu__nav-col .mega-menu-panel:not(.top-header-panel),
	.mega-menu-panel.search-header-panel {
		position: absolute;
		top: 111px;
		top: 11.1rem;
		left: 0;
		z-index: -1;
		width: 100%;
		line-height: 1;
		-webkit-transition: transform 0.6s ease;
		-moz-transition: transform 0.6s ease;
		-ms-transition: transform 0.6s ease;
		-o-transition: transform 0.6s ease;
		transition: transform 0.6s ease;
		-moz-transform: translateY(-110%);
		-o-transform: translateY(-110%);
		-ms-transform: translateY(-110%);
		-webkit-transform: translateY(-110%);
		transform: translateY(-110%);
		visibility: hidden;
	}

		.site-main-menu__nav-col .mega-menu-panel:not(.top-header-panel).active,
		.mega-menu-panel.search-header-panel.active {
			-moz-transform: translateY(0);
			-o-transform: translateY(0);
			-ms-transform: translateY(0);
			-webkit-transform: translateY(0);
			transform: translateY(0);
			visibility: visible;
		}

@media (min-width: 64em) {

	.site-main-menu__nav-col .mega-menu-panel:not(.top-header-panel),
	.mega-menu-panel.search-header-panel {
		top: 130px;
		top: 13rem;
		padding: 60px 0;
		padding: 6rem 0;
	}
}

.row:not(.expanded) .main-nav-panel__mega-menu-panel .row {
	margin-left: auto;
	margin-right: auto;
	max-width: 1097px;
}

.main-nav-panel__mega-menu-panel > .row {
	position: relative;
}

.main-nav-panel__mega-menu-panel p {
	margin: 0;
	/*font-size: 18px;
	font-size: 1.8rem;*/
	color: white;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
	line-height: 1.4;
}

	.main-nav-panel__mega-menu-panel p:not(:last-child) {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

.mega-menu-panel .main-nav-panel__close-button {
	border: none;
	display: none;
}

	.mega-menu-panel .main-nav-panel__close-button:hover .svg-wrapper {
		transform: rotate(-180deg);
		transition: transform 0.6s ease;
	}

		.mega-menu-panel .main-nav-panel__close-button:hover .svg-wrapper svg {
			fill: white;
		}

.site-main-menu__nav-col .mega-menu-panel .main-nav-panel__close-button {
	/*font-size: 2.8rem;*/
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

	.site-main-menu__nav-col .mega-menu-panel .main-nav-panel__close-button:hover {
		color: white;
	}

@media (min-width: 64em) {
	.site-main-menu__nav-col .mega-menu-panel .main-nav-panel__close-button {
		top: -3rem;
		right: 3rem;
		display: block;
	}
}

.mega-menu-panel .link-large-icon-side {
	padding: 1.5rem 0.5rem;
	display: block;
	color: #98c0e6;
	text-align: left;
	-ms-flex-align: center;
	-webkit-align-content: center;
	-webkit-box-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (max-width: 63.9375em) {
	.mega-menu-panel .link-large-icon-side {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0 -1.5rem;
		padding: 1.3rem 3.5rem;
		position: relative;
		display: block;
	}
}

.mega-menu-panel .link-large-icon-side .svg-wrapper {
	display: none;
	vertical-align: middle;
}

@media (min-width: 64em) {
	.mega-menu-panel .link-large-icon-side .svg-wrapper {
		display: inline-block;
	}
}

.mega-menu-panel .link-large-icon-side .link-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	color: white;
	/*font-size: 16px;
	font-size: 1.6rem;*/
}

@media (min-width: 64em) {
	.mega-menu-panel .link-large-icon-side .link-text {
		margin: 0 0 0 14px;
		margin: 0 0 0 1.4rem;
		max-width: 150px;
		max-width: 15rem;
	}
}

@media (max-width: 63.9375em) {
	.mega-menu-panel .link-large-icon-side .link-text {
		/*font-size: 17px;
		font-size: 1.7rem;*/
	}
}

.mega-menu-panel a.link-large-icon-side:hover .svg-wrapper svg {
	fill: white;
}

.mega-menu-panel__main-sub-navigation {
	position: relative;
	padding: 0;
}

	.mega-menu-panel__main-sub-navigation > li {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		width: 100%;
		position: relative;
	}

		.mega-menu-panel__main-sub-navigation > li > a:not(.button):hover,
		.mega-menu-panel__main-sub-navigation > li > a:not(.button):focus,
		.mega-menu-panel__main-sub-navigation > li > a:not(.button):visited:hover,
		.mega-menu-panel__main-sub-navigation > li > a:not(.button):visited:focus,
		.mega-menu-panel__main-sub-navigation > li > a:not(.button):link:hover,
		.mega-menu-panel__main-sub-navigation > li > a:not(.button):link:focus {
			text-decoration: none;
		}

			.mega-menu-panel__main-sub-navigation > li > a:not(.button):hover .link-text,
			.mega-menu-panel__main-sub-navigation > li > a:not(.button):focus .link-text,
			.mega-menu-panel__main-sub-navigation > li > a:not(.button):visited:hover .link-text,
			.mega-menu-panel__main-sub-navigation > li > a:not(.button):visited:focus .link-text,
			.mega-menu-panel__main-sub-navigation > li > a:not(.button):link:hover .link-text,
			.mega-menu-panel__main-sub-navigation > li > a:not(.button):link:focus .link-text {
				border: none;
				color: white;
			}

	.mega-menu-panel__main-sub-navigation.has-border:after {
		content: '';
		width: 1px;
		position: absolute;
		right: -1.5rem;
		top: 0;
		height: 100%;
		border-right: 1px solid #d2d2d2;
	}

@media (min-width: 64em) {
	.mega-menu-panel__main-sub-navigation {
		margin-top: -1.5rem;
		-ms-flex-align: flex-start;
		-webkit-align-content: flex-start;
		-webkit-box-align: flex-start;
		align-items: flex-start;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}

		.mega-menu-panel__main-sub-navigation > li {
			width: 33%;
			padding: 0 1rem 0 0;
		}
}

.mega-menu-panel__main-sub-level-2-navigation {
	padding: 20px 35px;
	padding: 2rem 3.5rem;
	list-style: none;
	line-height: 1.4;
	text-align: left;
	display: none;
}

@media (max-width: 63.9375em) {
	.mega-menu-panel__main-sub-level-2-navigation {
		border-top: 1px solid #122967;
		margin: 0 -1.5rem;
	}
}

@media (min-width: 64em) {
	.mega-menu-panel__main-sub-level-2-navigation {
		display: block;
		padding: 20px;
		padding: 2rem;
	}
}

.mega-menu-panel__main-sub-level-2-navigation > li:not(:first-child) {
	margin-top: 20px;
	margin-top: 2rem;
}

.mega-menu-panel__main-sub-level-2-navigation > li > a:not(.button):hover,
.mega-menu-panel__main-sub-level-2-navigation > li > a:not(.button):visited:hover,
.mega-menu-panel__main-sub-level-2-navigation > li > a:not(.button):link:hover {
	text-decoration: none;
}

	.mega-menu-panel__main-sub-level-2-navigation > li > a:not(.button):hover .link-text,
	.mega-menu-panel__main-sub-level-2-navigation > li > a:not(.button):visited:hover .link-text,
	.mega-menu-panel__main-sub-level-2-navigation > li > a:not(.button):link:hover .link-text {
		color: white;
		border-bottom: 1px solid white;
	}

.mega-menu-panel_icon-blocks-column {
	position: relative;
	margin-top: 20px;
	margin-top: 2rem;
}

@media (min-width: 64em) {
	.mega-menu-panel_icon-blocks-column {
		margin-top: 0;
	}
}

.mobile-menu-container .mega-menu-panel__main-sub-navigation > li.active .mega-menu-panel__main-sub-level-2-navigation {
	display: block;
}

.mobile-menu-container .mega-menu-panel__main-sub-navigation > li > button.has-children {
	margin: 0 -1.5rem;
}

@media (min-width: 64em) {
	.mobile-menu-container .mega-menu-panel__main-sub-navigation > li > button.has-children {
		display: none;
	}
}

.mobile-menu-container .mega-menu-panel__main-sub-navigation > li.active > button.has-children,
.mobile-menu-container .mega-menu-panel__main-sub-navigation > li.current > button.has-children {
	background-color: #002b72;
}

	.mobile-menu-container .mega-menu-panel__main-sub-navigation > li.active > button.has-children .icon--more,
	.mobile-menu-container .mega-menu-panel__main-sub-navigation > li.current > button.has-children .icon--more {
		display: none;
	}

	.mobile-menu-container .mega-menu-panel__main-sub-navigation > li.active > button.has-children .icon--less,
	.mobile-menu-container .mega-menu-panel__main-sub-navigation > li.current > button.has-children .icon--less {
		display: inline-block;
	}

.mobile-menu-container .main-nav-panel__mega-menu-panel {
	display: none;
}

	.mobile-menu-container .main-nav-panel__mega-menu-panel.active {
		display: block;
	}

@media (min-width: 64em) {
	.mobile-menu-container .main-nav-panel__mega-menu-panel {
		padding-bottom: 2rem;
	}

		.mobile-menu-container .main-nav-panel__mega-menu-panel .site-main-menu__buttons-col {
			display: none;
		}
}

@media (min-width: 64em) {
	.mobile-menu-container .site-main-menu__buttons-col {
		display: none;
	}
}

.mobile-menu-container .main-nav-panel__mega-menu-panel .block-content a.button {
	padding: 0.7rem 1rem;
}

	.mobile-menu-container .main-nav-panel__mega-menu-panel .block-content a.button .svg-wrapper {
		margin-right: 5px;
	}

.mega-menu-panel.search-header-panel {
	padding: 0;
}

.search-header-panel .search-results-best-bets {
	display: none;
}

.search-header-panel .search-results {
	padding: 40px 0;
	padding: 4rem 0;
}

@media (min-width: 64em) {
	.search-header-panel .search-form {
		padding-top: 70px;
		padding-top: 7rem;
	}
}

.search-header-panel .search-form .search-button:disabled > .svg-wrapper {
	background-color: #002b72;
	border-color: #115aa6;
}

	.search-header-panel .search-form .search-button:disabled > .svg-wrapper svg {
		fill: #115aa6;
	}

.search-header-panel .search-results-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
	margin: 2rem 0 0;
}

	.search-header-panel .search-results-list > li {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}

	.search-header-panel .search-results-list a {
		/*font-size: 16px;
		font-size: 1.6rem;*/
	}

@media (min-width: 64em) {
	.search-header-panel .search-results-list a {
		/*font-size: 18px;
		font-size: 1.8rem;*/
	}
}

.search-header-panel .search-spinner {
	display: none;
	position: absolute;
	top: 5px;
	top: 0.5rem;
	right: 5px;
	right: 0.5rem;
	width: 30px;
	width: 3rem;
}

@media (min-width: 48em) {
	.search-header-panel .search-spinner {
		width: 70px;
		width: 7rem;
	}
}

.search-header-panel .search-form > .row {
	position: relative;
}

.search-header-panel .main-nav-panel__close-button {
	/*font-size: 2.8rem;*/
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

	.search-header-panel .main-nav-panel__close-button:hover {
		color: white;
	}

@media (min-width: 64em) {
	.search-header-panel .main-nav-panel__close-button {
		top: -5rem;
		right: 3rem;
		display: block;
	}
}

.search-header-panel .search-results-category {
	padding: 0 1.5rem;
	border-top: none;
}

@media (min-width: 64em) {
	.search-header-panel .search-results-category {
		padding: 0;
	}
}

.search-header-panel .search-results-category span,
.search-header-panel .search-results-category .svg-wrapper {
	display: inline-block;
	vertical-align: middle;
}

.search-header-panel .search-results-category .svg-wrapper {
	margin-right: 5px;
	margin-right: 0.5rem;
}

.search-header-panel .search-results-category .link-text {
	/*font-size: 18px;
	font-size: 1.8rem;*/
}

@media (min-width: 64em) {
	.search-header-panel .search-results-category .link-text {
		/*font-size: 24px;
		font-size: 2.4rem;*/
		max-width: 100%;
	}
}

.site-global-top-header {
	padding: 1em 1.5rem;
	background: #003681;
}

@media (min-width: 64em) {
	.site-global-top-header {
		background: #0052a0;
		padding: 2rem 0 1.3rem;
	}
}

.site-global-top-header > .row {
	-ms-flex-align: center;
	-webkit-align-content: center;
	-webkit-box-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.top-header__button {
	padding: 1.5rem 1.2rem 1.5rem;
	color: white;
	line-height: 1;
	text-align: left;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

@media (min-width: 48em) {
	.top-header__button {
		padding: 1.5rem 1.2rem;
	}
}

@media (min-width: 64em) {
	.top-header__button {
		padding: 1.4rem;
		text-align: left;
	}
}

.top-header__button .link-text {
	color: white;
}

.top-header__button .svg-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	width: 2.2rem;
	height: 22px;
	height: 2.2rem;
}

@media (min-width: 48em) {
	.top-header__button .svg-wrapper {
		margin-right: 8px;
		margin-right: 0.8rem;
	}
}

.top-header__button .svg-wrapper:not(.theme-icon-white) svg {
	fill: #98c0e6;
}

.top-header__button:not(.button):hover .link-text,
.top-header__button:not(.button):focus .link-text,
.top-header__button:not(.button).active .link-text,
.top-header__button:not(.button):visited:hover .link-text,
.top-header__button:not(.button):visited:focus .link-text,
.top-header__button:not(.button):visited.active .link-text,
.top-header__button:not(.button):link:hover .link-text,
.top-header__button:not(.button):link:focus .link-text,
.top-header__button:not(.button):link.active .link-text {
	border-bottom: 1px solid white;
}

.top-header__button:not(.button):hover .svg-wrapper svg,
.top-header__button:not(.button):focus .svg-wrapper svg,
.top-header__button:not(.button).active .svg-wrapper svg,
.top-header__button:not(.button):visited:hover .svg-wrapper svg,
.top-header__button:not(.button):visited:focus .svg-wrapper svg,
.top-header__button:not(.button):visited.active .svg-wrapper svg,
.top-header__button:not(.button):link:hover .svg-wrapper svg,
.top-header__button:not(.button):link:focus .svg-wrapper svg,
.top-header__button:not(.button):link.active .svg-wrapper svg {
	fill: white;
}

.top-header__button.page-info-panel-toggle {
	-ms-flex-align: center;
	-webkit-align-content: center;
	-webkit-box-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	text-align: left;
}

@media (max-width: 63.9375em) {
	.top-header__button.page-info-panel-toggle {
		margin: -1rem -1.5rem;
		padding: 1.6rem 1rem 1.6rem;
	}
}

@media (max-width: 47.9375em) {
	.top-header__button.page-info-panel-toggle .link-text {
		/*font-size: 1.2rem;*/
	}
}

.top-header__button.page-info-panel-toggle .svg-wrapper:first-child {
	margin-right: 8px;
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
}

@media (max-width: 63.9375em) {
	.top-header__button.page-info-panel-toggle.active {
		background-color: #fff;
		color: #204196;
	}

		.top-header__button.page-info-panel-toggle.active .link-text {
			color: #204196;
		}

		.top-header__button.page-info-panel-toggle.active svg {
			fill: #204196;
		}

		.top-header__button.page-info-panel-toggle.active .svg-wrapper:first-child svg {
			fill: #98c0e6;
		}
}

.top-header__button .number-text {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #d24847;
	color: white;
	width: 18px;
	width: 1.8rem;
	height: 18px;
	height: 1.8rem;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	top: 10px;
	left: 2px;
}

.top-header__global-navigation {
	font-size: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

	.top-header__global-navigation > li {
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}

@media (max-width: 63.9375em) {
	.top-header__nav-col .top-header__global-navigation {
		margin-right: -1.5rem;
	}
}

.top-header__logo-col .top-header__global-navigation {
	text-align: left;
}

@media (min-width: 64em) {
	.top-header__logo-col .top-header__global-navigation {
		display: none;
	}
}

.columns:not(.top-header__logo-col) .top-header__global-navigation > li .link-text {
	display: none;
}

@media (min-width: 48em) {
	.columns:not(.top-header__logo-col) .top-header__global-navigation > li .link-text {
		display: inline-block;
	}
}

.columns:not(.top-header__logo-col) .top-header__global-navigation > li:last-child .link-text {
	display: inline-block;
	color: #e0efff;
}

@media (min-width: 64em) {
	.columns:not(.top-header__logo-col) .top-header__global-navigation > li:last-child .link-text {
		color: white;
	}
}

.columns:not(.top-header__logo-col) .top-header__global-navigation > li:last-child .svg-wrapper {
	display: none;
}

@media (min-width: 48em) {
	.columns:not(.top-header__logo-col) .top-header__global-navigation > li:last-child .svg-wrapper {
		display: inline-block;
	}
}

@media (min-width: 64em) {
	.columns:not(.top-header__logo-col) .top-header__global-navigation > li:last-child .svg-wrapper {
		display: inline-block;
	}
}

.columns:not(.top-header__logo-col) .top-header__global-navigation > li:first-child {
	display: none;
}

@media (min-width: 64em) {
	.columns:not(.top-header__logo-col) .top-header__global-navigation > li:first-child {
		display: inline-block;
	}
}

.top-header__sub-navigation-container {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	width: 100%;
	overflow: hidden;
	background-color: #003681;
}

@media (min-width: 64em) {
	.top-header__sub-navigation-container {
		z-index: 7;
	}
}

.top-header__sub-navigation-container li a {
	display: block;
}

.top-header__sub-navigation-container li:not(:last-child) a {
	border-bottom: 1px solid #c3c3c0;
}

.top-header__sub-navigation-container li .top-header__button:not(.main-nav-panel__toggle-button):after {
	display: none;
}

.wysiwyg-content ol {
	list-style: none;
	counter-reset: LIST-ITEMS 0;
}

	.wysiwyg-content ol li:before {
		content: counter(LIST-ITEMS) ".";
		counter-increment: LIST-ITEMS;
		height: 3rem;
		width: 3rem;
		position: absolute;
		left: 0;
		top: 0;
	}

	.wysiwyg-content ol li:not(:last-child),
	.wysiwyg-content ul li:not(:last-child) {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}

	.wysiwyg-content ol.reduced-padding-bottom li:not(:last-child),
	.wysiwyg-content ul.reduced-padding-bottom li:not(:last-child) {
		padding-bottom: 5px;
		padding-bottom: 0.5rem;
	}

	.wysiwyg-content ol.extra-padding-bottom li:not(:last-child),
	.wysiwyg-content ul.extra-padding-bottom li:not(:last-child) {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}

.wysiwyg-content ul,
.wysiwyg-content ol {
	list-style: none;
	padding: 0 0 0 24px;
	padding: 0 0 0 2.4rem;
}

@media (max-width: 31.1875em) {

	.wysiwyg-content ul,
	.wysiwyg-content ol {
		padding: 0 0 0 4px;
		padding: 0 0 0 0.4rem;
	}
}

.wysiwyg-content ul li,
.wysiwyg-content ol li {
	padding-left: 2rem;
	position: relative;
}

.wysiwyg-content ul.no-padding,
.wysiwyg-content ol.no-padding {
	padding-left: 0;
}

ul.layout-links,
.layout-links ul {
	padding: 0;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

	ul.layout-links.large-margin-bottom,
	.layout-links ul.large-margin-bottom {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}

.wysiwyg-content ul li:before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "\2022";
	/*font-size: 3rem;*/
	line-height: 1rem;
	color: #98c0e6;
}

.theme-online ul li:before {
	color: #40c1ac;
}

ul.bullet-arrow,
.bullet-arrow ul {
	display: inline-block;
}

	ul.bullet-arrow li:before,
	.bullet-arrow ul li:before {
		content: "";
		height: 2rem;
		width: 2rem;
		position: absolute;
		left: -5px;
		left: -0.5rem;
		top: 1px;
		top: 0.1rem;
		line-height: 1rem;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		background-image: url("/euf/assets/themes/fusion_standard/icons/arrow-small-right-blue-2.svg");
		background-position: center;
	}

ul.bullet-anchor-arrow li:before,
.bullet-anchor-arrow ul li:before {
	content: "";
	height: 3rem;
	width: 3rem;
	position: absolute;
	left: -9px;
	left: -0.9rem;
	top: -4px;
	top: -0.4rem;
	line-height: 1rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("/euf/assets/themes/fusion_standard/icons/anchor-arrow-blue-2.svg");
	transform: rotate(180deg);
	background-position: center;
}

ul.bullet-anchor-arrow li:hover:before,
.bullet-anchor-arrow ul li:hover:before {
	background-image: url("/euf/assets/themes/fusion_standard/icons/anchor-arrow-blue-6.svg");
}

.theme-online ul.bullet-anchor-arrow li:before,
.theme-online .bullet-anchor-arrow ul li:before {
	background-image: url("/euf/assets/themes/fusion_standard/icons/anchor-arrow-green-1.svg");
}

.theme-online ul.bullet-anchor-arrow li:hover:before,
.theme-online .bullet-anchor-arrow ul li:hover:before {
	background-image: url("/euf/assets/themes/fusion_standard/icons/anchor-arrow-green-2.svg");
}

@media (min-width: 48em) {

	ul.two-col-list,
	ol.two-col-list,
	.two-col-list ul,
	.two-col-list ol {
		column-count: 2;
		width: 100%;
	}

		ul.two-col-list li,
		ol.two-col-list li,
		.two-col-list ul li,
		.two-col-list ol li {
			padding-right: 20px;
			padding-right: 2rem;
		}
}

.breadcrumbs-outer {
	width: 100%;
	position: absolute;
	z-index: 5;
}

	.breadcrumbs-outer.active {
		z-index: 6;
	}

.breadcrumbs-inner {
	overflow: hidden;
	position: relative;
	-webkit-transition: height 0.2s ease-out;
	-moz-transition: height 0.2s ease-out;
	-o-transition: height 0.2s ease-out;
	transition: height 0.2s ease-out;
}

.breadcrumbs {
	margin: 0;
	padding: 0;
}

@media (max-width: 47.9375em) {
	.breadcrumbs {
		overflow: hidden;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
}

	.breadcrumbs li a:not(.button),
	.breadcrumbs li a:not(.button):visited,
	.breadcrumbs li a:not(.button):link {
		/*font-size: 12px;
		font-size: 1.2rem;*/
	}

@media (min-width: 48em) {
	.breadcrumbs li:not(:first-child):before {
		content: '>';
		display: inline-block;
		vertical-align: middle;
		/*font-size: 12px;
		font-size: 1.2rem;*/
		margin: 0 10px;
		margin: 0 1rem;
	}
}

@media (max-width: 47.9375em) {
	.breadcrumbs li {
		color: #fff;
		position: relative;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.59);
		padding: 10px 10px;
		padding: 1rem 1rem;
		/*font-size: 12px;
		font-size: 1.2rem;*/
	}

		.breadcrumbs li:not(:last-child) {
			border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		}

		.breadcrumbs li a:not(.button),
		.breadcrumbs li a:not(.button):visited,
		.breadcrumbs li a:not(.button):link {
			color: #fff;
		}
}

@media (max-width: 47.9375em) {
	.breadcrumbs-outer.active .breadcrumbs li {
		background-color: rgba(0, 0, 0, 0.9);
	}
}

a:not(.button).breadcrumbs-trigger,
a:not(.button):visited.breadcrumbs-trigger,
a:not(.button):link.breadcrumbs-trigger {
	display: none;
	text-decoration: none;
}

	a:not(.button).breadcrumbs-trigger:hover,
	a:not(.button):visited.breadcrumbs-trigger:hover,
	a:not(.button):link.breadcrumbs-trigger:hover {
		text-decoration: none;
	}

@media (max-width: 47.9375em) {

	a:not(.button).breadcrumbs-trigger,
	a:not(.button):visited.breadcrumbs-trigger,
	a:not(.button):link.breadcrumbs-trigger {
		display: block;
		color: #fff;
		position: absolute;
		right: 10px;
		right: 1rem;
		bottom: 4px;
		bottom: 0.4rem;
		/*font-size: 20px;
		font-size: 2rem;*/
	}
}

.accordion {
	padding: 0;
}

.accordion-content {
	position: relative;
}

@media (max-width: 31.1875em) {
	.accordion-content {
		padding: 20px;
		padding: 2rem;
	}
}

.accordion-content.gradient {
	background: linear-gradient(0deg, #FFFFFF 0%, #F7F8FB 100%);
}

.is-active > a:not(.button).accordion-icon-title .accordion-icon-closed,
.is-active > a:not(.button).accordion-icon-title .accordion-title-closed,
.is-active > a:not(.button):visited.accordion-icon-title .accordion-icon-closed,
.is-active > a:not(.button):visited.accordion-icon-title .accordion-title-closed,
.is-active > a:not(.button):link.accordion-icon-title .accordion-icon-closed,
.is-active > a:not(.button):link.accordion-icon-title .accordion-title-closed {
	display: none;
}

.is-active > a:not(.button).accordion-icon-title .accordion-icon-open,
.is-active > a:not(.button).accordion-icon-title .accordion-title-open,
.is-active > a:not(.button):visited.accordion-icon-title .accordion-icon-open,
.is-active > a:not(.button):visited.accordion-icon-title .accordion-title-open,
.is-active > a:not(.button):link.accordion-icon-title .accordion-icon-open,
.is-active > a:not(.button):link.accordion-icon-title .accordion-title-open {
	display: inline-block;
}

.accordion-icon-title::before,
.is-active > .accordion-icon-title::before {
	content: '';
}

a:not(.button).accordion-icon-title,
a:not(.button):visited.accordion-icon-title,
a:not(.button):link.accordion-icon-title {
	text-decoration: none;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

	a:not(.button).accordion-icon-title span,
	a:not(.button):visited.accordion-icon-title span,
	a:not(.button):link.accordion-icon-title span {
		display: inline-block;
		line-height: 1.4;
		vertical-align: middle;
	}

	a:not(.button).accordion-icon-title:hover,
	a:not(.button):visited.accordion-icon-title:hover,
	a:not(.button):link.accordion-icon-title:hover {
		text-decoration: none;
	}

	a:not(.button).accordion-icon-title .accordion-icon-open,
	a:not(.button).accordion-icon-title .accordion-title-open,
	a:not(.button):visited.accordion-icon-title .accordion-icon-open,
	a:not(.button):visited.accordion-icon-title .accordion-title-open,
	a:not(.button):link.accordion-icon-title .accordion-icon-open,
	a:not(.button):link.accordion-icon-title .accordion-title-open {
		display: none;
	}

.accordion-content .accordion-close {
	position: absolute;
	top: 20px;
	top: 2rem;
	right: 20px;
	right: 2rem;
}

@media (max-width: 31.1875em) {
	.accordion-content .accordion-close {
		top: 10px;
		top: 1rem;
		right: 10px;
		right: 1rem;
	}
}

.tooltip {
	box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.2);
	padding: 20px 20px 10px;
	padding: 2rem 2rem 1rem;
	max-width: 300px;
	max-width: 30rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	.tooltip :before {
		box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.2);
	}

	.tooltip p {
		margin-bottom: 0;
	}

.tooltip-close-link {
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

	.tooltip-close-link span {
		/*font-size: 26px;
		font-size: 2.6rem;*/
		display: inline-block;
		vertical-align: middle;
	}

.reveal {
	z-index: 100500;
}

	.reveal:focus {
		outline: none;
	}

.reveal-modal {
	padding: 40px 15px;
	padding: 4rem 1.5rem;
	position: relative;
}

@media (min-width: 31.25em) {
	.reveal-modal {
		padding: 40px 85px;
		padding: 4rem 8.5rem;
	}
}

.reveal-modal .close-button {
	position: absolute;
	top: 20px;
	top: 2rem;
	right: 20px;
	right: 2rem;
}

	.reveal-modal .close-button .svg-wrapper {
		width: 20px;
		width: 2rem;
		height: 20px;
		height: 2rem;
	}

.reveal-overlay {
	z-index: 110000;
	background: rgba(21, 43, 69, 0.9);
}

.footer-sticky {
	position: fixed;
	bottom: 0;
	width: 100%;
	right: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

	.footer-sticky .columns {
		font-size: 0;
	}

	.footer-sticky .buttons-wrapper {
		display: inline-block;
		box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.4);
	}

	.footer-sticky .button {
		vertical-align: bottom;
	}

		.footer-sticky .button.icon-top {
			background-color: rgba(0, 0, 0, 0.55);
			padding: 6px 14px;
			padding: 0.6rem 1.4rem;
		}

@media (max-width: 31.1875em) {
	.footer-sticky .buttons-wrapper {
		display: block;
		width: 100%;
	}

	.footer-sticky .button.icon-side {
		width: 42%;
		min-width: 0;
		padding: 14px 4px;
		padding: 1.4rem 0.4rem;
	}

		.footer-sticky .button.icon-side .text12 {
			/*font-size: 11px;
			font-size: 1.1rem;*/
		}

	.footer-sticky .button.icon-top {
		width: 16%;
		min-width: 0;
		padding: 0 0 6px;
		padding: 0 0 0.6rem;
	}
}

.block-with-background-image {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 31.1875em) {
	.no-backgrond-image-small-down {
		background-image: none !important;
	}
}

@media (max-width: 47.9375em) {
	.no-backgrond-image-medium-down {
		background-image: none !important;
	}
}

.block-with-footer {
	padding-bottom: 76px;
	padding-bottom: 7.6rem;
}

.block-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.wysiywg-block {
	padding: 20px;
	padding: 2rem;
}

@media (min-width: 48em) {
	.wysiywg-block {
		padding: 60px;
		padding: 6rem;
	}
}

.wysiywg-block.reduced-padding {
	padding: 20px;
	padding: 2rem;
}

@media (min-width: 48em) {
	.wysiywg-block.reduced-padding {
		padding: 30px 20px;
		padding: 3rem 2rem;
	}
}

.wysiywg-block.no-padding {
	padding: 0;
}

.wysiywg-block .title {
	padding: 20px;
	padding: 2rem;
	/*font-size: 16px;
	font-size: 1.6rem;*/
	border-bottom: 5px solid #98c0e6;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

.wysiywg-block .content {
	padding: 38px 20px;
	padding: 3.8rem 2rem;
}

.side-panel-block {
	border: 1px solid rgba(160, 160, 160, 0.2);
}

.block-footer {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 20px;
	padding: 2rem;
}

.shaded-background {
	background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 31.1875em) {
	.shaded-background-small-down {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

@media (max-width: 63.9375em) {
	.shaded-background-medium-down {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

@media (max-width: 79.9375em) {
	.shaded-background-large-down {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

@media (min-width: 48em) {
	.shaded-background-medium-up {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

@media (min-width: 64em) {
	.shaded-background-large-up {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

.shaded-background-blue-7 {
	background-color: rgba(32, 65, 150, 0.6);
}

.shaded-background-blue-6 {
	background-color: rgba(0, 82, 160, 0.6);
}

.shaded-background-blue-9 {
	background-color: rgba(21, 43, 69, 0.6);
}

@media (max-width: 31.1875em) {
	.shaded-background-blue-7-small-down {
		background-color: rgba(32, 65, 150, 0.6);
	}
}

@media (max-width: 63.9375em) {
	.shaded-background-blue-7-medium-down {
		background-color: rgba(32, 65, 150, 0.6);
	}
}

@media (max-width: 79.9375em) {
	.shaded-background-blue-7-large-down {
		background-color: rgba(32, 65, 150, 0.6);
	}
}

@media (min-width: 48em) {
	.shaded-background-blue-7-medium-up {
		background-color: rgba(32, 65, 150, 0.6);
	}
}

@media (min-width: 64em) {
	.shaded-background-blue-7-large-up {
		background-color: rgba(32, 65, 150, 0.6);
	}
}

.angled-top {
	position: relative;
	margin-top: 6.25vw;
}

@media (min-width: 64em) {
	.angled-top-large {
		position: relative;
		margin-top: 6.25vw;
	}

		.angled-top-large.angled-top-push-up {
			margin-top: -6.25vw;
		}

			.angled-top-large.angled-top-push-up:before {
				top: -6.25vw;
			}

		.angled-top-large.angled-top-push-up-higher {
			margin-top: -6.25vw;
		}

			.angled-top-large.angled-top-push-up-higher > .row {
				margin-top: -3.5vw;
			}

			.angled-top-large.angled-top-push-up-higher:before {
				top: -6.25vw;
			}
}

@media (max-width: 47.9375em) {
	.angled-top-small {
		position: relative;
		margin-top: 6.25vw;
	}
}

.angled-top:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -6.25vw;
	width: 100%;
	height: 6.25vw;
}

@media (min-width: 64em) {
	.angled-top-large:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: -6.25vw;
		width: 100%;
		height: 6.25vw;
	}
}

@media (max-width: 47.9375em) {
	.angled-top-small:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: -6.25vw;
		width: 100%;
		height: 6.25vw;
	}
}

.angled-bottom {
	position: relative;
	margin-bottom: 6.25vw;
}

	.angled-bottom:after {
		content: '';
		display: block;
		position: absolute;
		bottom: -6.25vw;
		left: 0;
		width: 100%;
		height: 6.25vw;
	}

@media (min-width: 64em) {
	.angled-bottom-large {
		position: relative;
		margin-bottom: 6.25vw;
	}
}

@media (min-width: 64em) {
	.angled-bottom-large:after {
		content: '';
		display: block;
		position: absolute;
		bottom: -6.25vw;
		left: 0;
		width: 100%;
		height: 6.25vw;
	}
}

@media (max-width: 47.9375em) {
	.angled-bottom-small {
		position: relative;
		margin-bottom: 6.25vw;
	}
}

@media (min-width: 64em) {
	.angled-bottom-large.small-angle:after {
		bottom: -3.25vw;
		height: 3.25vw;
	}
}

.angled-side-right,
.angled-side-left {
	position: relative;
}

@media (min-width: 48em) {

	.angled-side-right-medium-up,
	.angled-side-left-medium-up {
		position: relative;
	}
}

@media (min-width: 64em) {

	.angled-side-right-large-up,
	.angled-side-left-large-up {
		position: relative;
	}
}

.angled-side-right:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4.5vw;
	height: 100%;
	background-image: linear-gradient(-85deg, transparent, transparent 49%, #ffffff 51%, #fffffe);
}

@media (min-width: 48em) and (max-width: 63.9375em) {
	.angled-side-right:before {
		width: 5.5vw;
	}
}

.angled-side-left:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
	width: 4.5vw;
	height: 100%;
	background-image: linear-gradient(-85deg, #ffffff, #fffffe 49%, transparent 51%, transparent);
}

@media (min-width: 48em) and (max-width: 63.9375em) {
	.angled-side-left:after {
		width: 5.5vw;
	}
}

@media (min-width: 48em) {
	.angled-side-right-medium-up:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 4.5vw;
		height: 100%;
		background-image: linear-gradient(-85deg, transparent, transparent 49%, #ffffff 51%, #fffffe);
	}
}

@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
	.angled-side-right-medium-up:before {
		width: 5.5vw;
	}
}

@media (min-width: 48em) {
	.angled-side-left-medium-up:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: -1px;
		width: 4.5vw;
		height: 100%;
		background-image: linear-gradient(-85deg, #ffffff, #fffffe 49%, transparent 51%, transparent);
	}
}

@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
	.angled-side-left-medium-up:after {
		width: 5.5vw;
	}
}

@media (min-width: 64em) {
	.angled-side-right-large-up:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 4.5vw;
		height: 100%;
		background-image: linear-gradient(-85deg, transparent, transparent 49%, #ffffff 51%, #fffffe);
	}
}

@media (min-width: 64em) and (min-width: 48em) and (max-width: 63.9375em) {
	.angled-side-right-large-up:before {
		width: 5.5vw;
	}
}

@media (min-width: 64em) {
	.angled-side-left-large-up:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: -1px;
		width: 4.5vw;
		height: 100%;
		background-image: linear-gradient(-85deg, #ffffff, #fffffe 49%, transparent 51%, transparent);
	}
}

@media (min-width: 64em) and (min-width: 48em) and (max-width: 63.9375em) {
	.angled-side-left-large-up:after {
		width: 5.5vw;
	}
}

@media (min-width: 64em) {
	.push-up {
		margin-top: -10.25vw;
		z-index: 2;
		position: relative;
	}
}

.layout-block {
	padding: 60px 0;
	padding: 6rem 0;
}

@media (min-width: 48em) {
	.layout-block {
		padding: 100px 0;
		padding: 10rem 0;
	}
}

.layout-block.padding {
	padding: 40px 20px;
	padding: 4rem 2rem;
}

@media (min-width: 48em) {
	.layout-block.padding {
		padding: 70px;
		padding: 7rem;
	}
}

.layout-block.lines-animation-container {
	position: relative;
}

	.layout-block.lines-animation-container > .row {
		z-index: 2;
		position: relative;
	}

	.layout-block.lines-animation-container .lines-animation-background {
		z-index: 1;
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

@media (max-width: 47.875em) {
	.layout-block.lines-animation-container {
		background-image: url("/assets/images/pattern-background.svg");
	}

		.layout-block.lines-animation-container .lines-animation-background {
			display: none !important;
		}
}

.no-webgl .lines-animation-container {
	background-image: url("/assets/images/pattern-background.svg");
}

	.no-webgl .lines-animation-container .lines-animation-background {
		display: none !important;
	}

.layout-block.reduced-padding {
	padding: 20px 0;
	padding: 2rem 0;
}

@media (min-width: 48em) {
	.layout-block.reduced-padding {
		padding: 20px 0;
		padding: 2rem 0;
	}
}

.layout-block.no-padding {
	padding: 0;
}

@media (min-width: 48em) {
	.layout-block.no-padding {
		padding: 0;
	}
}

.layout-block.border-bottom {
	border-bottom: 1px solid #e9e9f0;
}

.layout-block .has-back-to-top {
	position: relative;
}

	.layout-block .has-back-to-top h1,
	.layout-block .has-back-to-top h2,
	.layout-block .has-back-to-top h3 {
		position: relative;
		padding-right: 45px;
		padding-right: 4.5rem;
	}

		.layout-block .has-back-to-top h1 .back-to-top,
		.layout-block .has-back-to-top h2 .back-to-top,
		.layout-block .has-back-to-top h3 .back-to-top {
			right: 0;
		}

@media (min-width: 64em) {
	.layout-block .has-back-to-top h1 .back-to-top {
		top: 0.5rem;
	}

	.layout-block .has-back-to-top h2 .back-to-top {
		top: 1rem;
	}
}

.layout-block .back-to-top {
	position: absolute;
	top: -0.2rem;
	right: 1.5rem;
}

@media (min-width: 48em) {
	.layout-block .back-to-top {
		top: -0.3rem;
	}
}

@media (min-width: 64em) {
	.layout-block .back-to-top {
		top: 0.2rem;
	}
}

.quote-left,
.quote-right {
	position: relative;
	z-index: 1;
	quotes: "\201C""\201D""\2018""\2019";
}

	.quote-left:before,
	.quote-right:after {
		position: absolute;
		z-index: -1;
		font-weight: bold;
		opacity: 0.1;
		line-height: 0;
		/*font-size: 350px;
		font-size: 35rem;*/
	}

	.quote-left:before {
		top: 10rem;
		left: -2rem;
		content: open-quote;
	}

	.quote-left:after {
		content: close-quote;
		visibility: hidden;
		position: absolute;
	}

	.quote-right:after {
		top: 10rem;
		right: -2rem;
		content: close-quote;
	}

	.quote-right:before {
		content: open-quote;
		visibility: hidden;
		position: absolute;
	}

@media (min-width: 64em) {
	.layout-block-floating {
		position: absolute;
		width: 99%;
		z-index: 10;
		left: 0;
	}
}

.layout-block-floating-content {
	padding-bottom: 0;
}

	.layout-block-floating-content > .row {
		position: relative;
	}

.layout-block.degree-listing-block {
	padding-bottom: 0;
}

.layout-block.equal-column-height .block-content,
.layout-block.equal-column-height .block-content > .columns {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.layout-block.equal-column-height .block-content > .columns {
		margin: 0;
	}

.outer-shadow {
	box-shadow: 0 15px 80px 0 #E0E1E9;
}

@media (max-width: 31.1875em) {
	.scholarships-block.layout-block {
		padding: 50px 0 69px;
		padding: 5rem 0 6.9rem;
	}
}

.layout-block-split {
	padding: 0;
}

	.layout-block-split .col {
		width: 100%;
	}

@media (min-width: 48em) {
	.layout-block-split .col {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
	}
}

@media (min-width: 48em) and (max-width: 63.9375em) {
	.layout-block-split .col {
		text-align: center;
		width: 46%;
	}

		.layout-block-split .col:first-child {
			width: 54%;
		}
}

@media (min-width: 48em) {
	.layout-block-split .col:first-child {
		padding-right: 40px;
		padding-right: 4rem;
	}
}

@media (min-width: 80em) {
	.layout-block-split .col:first-child {
		padding-right: 80px;
		padding-right: 8rem;
	}
}

.layout-block-split .columns {
	padding: 0 0 0 0;
}

	.layout-block-split .columns.angled-block-right:before {
		z-index: 1;
	}

.layout-block-split .angled-block-right {
	left: -3vw;
}

.layout-block-split .icon-block {
	margin: 0;
}

.layout-block-split .angled-side-left-medium-up:after {
	background-image: linear-gradient(-85deg, #204096, #204097 50%, transparent 51%, transparent);
}

.layout-block-split .angled-top-small:before {
	background-image: linear-gradient(356.42deg, #204196, #204196 50%, #0052a0 52.26%, #0052a0);
}

.layout-block-split p {
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
}

.layout-block-split .icon-block {
	padding-top: 40px;
	padding-top: 4rem;
}

.layout-block-split .block-footer {
	padding-bottom: 60px;
	padding-bottom: 6rem;
}

.layout-block-split.theme-online .angled-side-left-medium-up:after {
	background-image: linear-gradient(-85deg, #002b72, #002b73 50%, transparent 51%, transparent);
}

.layout-block-split .col-inner {
	max-width: 447px;
	display: inherit;
	margin: 0px auto;
}

@media (min-width: 48em) {
	.layout-block-split .col-inner {
		float: left;
	}
}

@media (min-width: 48em) {
	.layout-block-split .col:first-child .col-inner {
		float: right;
	}
}

.banner-block {
	position: relative;
}

	.banner-block .block-inner {
		padding: 60px 0;
		padding: 6rem 0;
	}

@media (min-width: 64em) {
	.banner-block .block-inner {
		padding: 80px 0;
		padding: 8rem 0;
	}
}

.banner-block .block-content {
	height: 100%;
}

@media (min-width: 48em) {
	.banner-block .block-inner > .row {
		padding: 0 20px;
		padding: 0 2rem;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-content: center;
		-webkit-box-align: center;
		align-items: center;
	}
}

.banner-block-mobile-stack .image-mobile {
	height: 290px;
	height: 29rem;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 31.1875em) {
	.banner-block-mobile-stack .block-content {
		padding-left: 20px;
		padding-left: 2rem;
		padding-right: 20px;
		padding-right: 2rem;
	}
}

.fadeout-bottom {
	position: relative;
}

	.fadeout-bottom:after {
		content: "";
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
		width: 100%;
		height: 8em;
	}

.image-fadeout-blue-8 .fadeout-bottom:after {
	background-image: linear-gradient(to bottom, rgba(0, 56, 94, 0), #00385e 90%);
}

.slider {
	padding-bottom: 50px;
	padding-bottom: 5rem;
}

@media (min-width: 48em) {
	.slider {
		padding: 0 50px;
		padding: 0 5rem;
	}
}

.slider .slider-cell {
	width: 100%;
	overflow: hidden;
}

	.slider .slider-cell.vertical-align {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

.slider.three-column .slider-cell {
	width: 100%;
}

@media (min-width: 48em) {
	.slider.three-column .slider-cell {
		width: 33.33%;
	}
}

.slider.two-column .slider-cell {
	width: 100%;
}

@media (min-width: 48em) {
	.slider.two-column .slider-cell {
		width: 50%;
	}
}

@media (min-width: 64em) {
	.slider.three-column-large-up .slider-cell {
		width: 33.33%;
	}
}

.slider.four-column .slider-cell {
	width: 100%;
}

@media (min-width: 48em) {
	.slider.four-column .slider-cell {
		width: 25%;
	}
}

.slider.five-column .slider-cell {
	width: 100%;
}

@media (min-width: 48em) {
	.slider.five-column .slider-cell {
		width: 25%;
	}
}

@media (min-width: 64em) {
	.slider.five-column .slider-cell {
		width: 20%;
	}
}

.flickity-prev-next-button {
	display: none;
	width: 40px;
	height: 40px;
	background: transparent;
}

@media (min-width: 48em) {
	.flickity-prev-next-button {
		display: block;
	}
}

.flickity-prev-next-button path.arrow {
	fill: #98c0e6;
}

.flickity-prev-next-button:disabled {
	opacity: 0;
}

.theme-online .flickity-prev-next-button path.arrow,
.online-slider .flickity-prev-next-button path.arrow {
	fill: #40c1ac;
}

.theme-online .flickity-prev-next-button:hover path.arrow,
.online-slider .flickity-prev-next-button:hover path.arrow {
	fill: #9ee0d4;
}

.flickity-prev-next-button:hover {
	background: transparent;
}

	.flickity-prev-next-button:hover path.arrow {
		fill: #adcdeb;
	}

.flickity-prev-next-button:focus {
	background: transparent;
	box-shadow: none;
}

	.flickity-prev-next-button:focus path.arrow {
		fill: #98c0e6;
	}

@media (min-width: 48em) {
	.slider .flickity-prev-next-button.previous {
		left: -5px;
	}
}

@media (min-width: 64em) {
	.slider .flickity-prev-next-button.previous {
		left: 10px;
	}
}

@media (min-width: 48em) {
	.slider .flickity-prev-next-button.next {
		right: -5px;
	}
}

@media (min-width: 64em) {
	.slider .flickity-prev-next-button.next {
		right: 10px;
	}
}

.flickity-page-dots {
	bottom: 15px;
	bottom: 1.5rem;
}

@media (min-width: 48em) {
	.flickity-page-dots {
		display: none;
	}
}

.flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #98c0e6;
}

	.flickity-page-dots .dot.is-selected {
		background: #0052a0;
	}

.slider.white-dot-on-select .flickity-page-dots .dot.is-selected {
	background: white;
}

.slider.blue-dot-on-select .flickity-page-dots .dot.is-selected {
	background: #0052a0;
}

.slider-cell:focus {
	outline: none;
}

.tabs-block .tabs {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: transparent;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.tabs-block .tabs:before,
	.tabs-block .tabs:after {
		content: none;
	}

	.tabs-block .tabs .tabs-title {
		display: flex;
		float: none;
		width: 25%;
	}

		.tabs-block .tabs .tabs-title a {
			border-left: 1px solid rgba(0, 0, 0, 0.1);
			/*font-size: 16px;
			font-size: 1.6rem;*/
			display: block;
			color: #fff;
			width: 100%;
			text-align: center;
			text-decoration: none;
			padding: 1px 10px 20px 10px;
			padding: 0.1rem 1rem 2rem 1rem;
		}

			.tabs-block .tabs .tabs-title a:hover {
				color: #0052a0;
			}

		.tabs-block .tabs .tabs-title:first-child a {
			border-left: none;
		}

		.tabs-block .tabs .tabs-title .svg-wrapper {
			display: block;
			width: 50px;
			width: 5rem;
			height: 50px;
			height: 5rem;
			margin: 20px auto 10px auto;
			margin: 2rem auto 1rem auto;
		}

		.tabs-block .tabs .tabs-title.disabled > a {
			color: #2770b3;
		}

			.tabs-block .tabs .tabs-title.disabled > a:hover {
				background-color: #0052a0;
				color: #2770b3;
			}

			.tabs-block .tabs .tabs-title.disabled > a .svg-wrapper > svg {
				fill: #2770b3;
			}

		.tabs-block .tabs .tabs-title > a[aria-selected='true'] {
			background-color: #f3f4f9;
			color: #0052a0;
		}

.tabs-block .tabs-panel {
	padding: 20px 0px;
	padding: 2rem 0px;
	background-color: #f3f4f9;
}

@media (min-width: 64em) {
	.tabs-block .tabs-panel {
		padding: 60px 0px;
		padding: 6rem 0px;
	}
}

.tabs-block .tabs-content {
	color: #666666;
}

.tabs.tabs-two .tabs-title {
	width: 50%;
}

.tabs.tabs-three .tabs-title {
	width: 33.33%;
}

.tabs.tabs-four .tabs-title {
	width: 25%;
}

.icon-block {
	padding: 40px 20px 20px;
	padding: 4rem 2rem 2rem;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
	max-width: 45rem;
}

	.icon-block:not(.no-border) {
		border: 1px solid rgba(160, 160, 160, 0.2);
	}

	.icon-block h2,
	.icon-block h2.small,
	.icon-block h3:not(.small) {
		/*font-size: 24px;
		font-size: 2.4rem;*/
	}

	.icon-block .svg-wrapper {
		margin: 0 auto 20px auto;
		margin: 0 auto 2rem auto;
	}

	.icon-block .description {
		/*font-size: 16px;
		font-size: 1.6rem;*/
	}

	.icon-block .block-footer {
		padding: 25px 20px 65px;
		padding: 2.5rem 2rem 6.5rem;
	}

	.icon-block p {
		margin-bottom: 0;
	}

.icon-block-horizontal {
	max-width: 450px;
	max-width: 45rem;
}

@media (max-width: 47.875em) {
	.icon-block-horizontal {
		text-align: left;
		margin-top: 20px;
		margin-top: 2rem;
	}
}

.icon-block-horizontal .description {
	text-align: left;
}

.icon-block-horizontal {
	-ms-flex-align: top;
	-webkit-align-content: top;
	-webkit-box-align: top;
	align-items: top;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

	.icon-block-horizontal .svg-wrapper {
		vertical-align: middle;
	}

	.icon-block-horizontal a:not(.button):hover.icon-link,
	.icon-block-horizontal a:not(.button):visited:hover.icon-link,
	.icon-block-horizontal a:not(.button):link:hover.icon-link {
		text-decoration: none;
	}

	.icon-block-horizontal .description {
		display: inline-block;
		vertical-align: top;
		max-width: 194px;
		max-width: 19.4rem;
		margin: 5px 0 0 10px;
		margin: 0.5rem 0 0 1rem;
	}

	.icon-block-horizontal.icon-small .description {
		margin: -3px 0 0 10px;
		margin: -0.3rem 0 0 1rem;
	}

.stories-vertical-block {
	position: relative;
}

@media (min-width: 64em) {
	.stories-vertical-block {
		margin-bottom: 2.25vw;
	}
}

@media (max-width: 63.9375em) {
	.stories-vertical-block {
		padding: 20px;
		padding: 2rem;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.stories-vertical-block .img-small {
	width: 64px;
	width: 6.4rem;
	height: 64px;
	height: 6.4rem;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
}

	.stories-vertical-block .img-small.svg-img-small {
		padding: 0 10px;
		padding: 0 1rem;
	}

	.stories-vertical-block .img-small .svg-wrapper {
		width: 64px;
		width: 6.4rem;
		height: 64px;
		height: 6.4rem;
		max-width: 100%;
		margin-top: -2px;
		margin-top: -0.2rem;
	}

.stories-vertical-block .img-large {
	width: 100%;
}

.stories-vertical-block .svg-wrapper {
	margin: 0px auto;
	display: block;
	max-width: 100%;
}

.stories-vertical-block.has-icon {
	padding: 20px;
	padding: 2rem;
}

	.stories-vertical-block.has-icon .stories-vertical-block-content {
		padding: 0;
	}

.stories-vertical-block-content {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 64em) {
	.stories-vertical-block-content {
		display: block;
		padding: 20px;
		padding: 2rem;
	}
}

@media (max-width: 63.9375em) {
	.stories-vertical-block-content {
		margin-left: 20px;
		margin-left: 2rem;
	}
}

@media (max-width: 31.1875em) {
	.stories-vertical-block-content {
		max-width: 200px;
		max-width: 20rem;
	}
}

@media (max-width: 320px) {
	.stories-vertical-block-content {
		max-width: 160px;
		max-width: 16rem;
	}
}

@media (min-width: 64em) {
	.angled-bottom .stories-vertical-block-content {
		padding: 20px 20px 10px;
		padding: 2rem 2rem 1rem;
	}
}

@media (max-width: 47.9375em) {
	.layout-testimonial .stories-vertical-block {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
		margin-bottom: -60px;
	}
}

.stories-horizontal-block {
	overflow: hidden;
	width: 100%;
}

	.stories-horizontal-block .position-text {
		/*font-size: 12px;
		font-size: 1.2rem;*/
		color: #666666;
	}

@media (min-width: 48em) {
	.stories-horizontal-block > .row {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.stories-horizontal-block .row.collapse > .columns.content-column {
	padding: 20px 20px 0px;
	padding: 2rem 2rem 0px;
}

@media (min-width: 64em) {
	.stories-horizontal-block .row.collapse > .columns.content-column.no-padding-left {
		padding-left: 0;
	}
}

@media (min-width: 48em) {
	.stories-horizontal-block .row.collapse > .columns.content-column {
		padding: 50px 50px;
		padding: 5rem 5rem;
	}
}

.stories-horizontal-block > .row > .columns:last-child {
	padding: 20px 40px 40px;
	padding: 2rem 4rem 4rem;
}

@media (max-width: 31.1875em) {
	.stories-horizontal-block > .row > .columns:last-child {
		padding: 20px 20px 20px;
		padding: 2rem 2rem 2rem;
	}
}

.stories-horizontal-block > .row > .columns:last-child > .row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (max-width: 31.1875em) {
	.stories-horizontal-block .button:not(.block-link) {
		display: block;
	}
}

.stories-horizontal-block blockquote {
	margin: 0;
	display: block;
}

@media (min-width: 48em) {
	.stories-horizontal-block .image-column {
		min-height: 320px;
		min-height: 32rem;
	}
}

.stories-horizontal-block .quote-left {
	line-height: 24px;
	line-height: 2.4rem;
}

@media (min-width: 48em) {
	.stories-horizontal-block .quote-left {
		width: 62%;
	}
}

.stories-horizontal-block .quote-left br {
	content: " ";
	display: block;
	margin-top: -8px;
	margin-top: -0.8rem;
}

@media (min-width: 48em) {
	.stories-horizontal-block .image-column .svg-wrapper {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (min-width: 64em) {
	.stories-horizontal-block .image-column .svg-wrapper {
		margin-left: 3vw;
	}
}

.stories-horizontal-block .img-large {
	width: 100%;
}

.stories-horizontal-block .img-col {
	margin-right: 1rem;
}

.stories-horizontal-block .img-small {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	width: 6rem;
	height: 60px;
	height: 6rem;
	border: 2px solid #94B3D1;
	border-radius: 50%;
}

	.stories-horizontal-block .img-small.svg-img-small {
		padding: 0 10px;
		padding: 0 1rem;
	}

	.stories-horizontal-block .img-small .svg-wrapper {
		max-width: 100%;
		margin-top: -2px;
		margin-top: -0.2rem;
		width: 60px;
		width: 6rem;
		height: 60px;
		height: 6rem;
	}

.stories-horizontal-block .name {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 48em) {
	.stories-horizontal-block .name {
		vertical-align: top;
	}
}

.stories-horizontal-block.small .block-link .svg-wrapper {
	top: -2px !important;
}

.stories-horizontal-block .quote-left:before {
	top: 16rem;
	left: -1rem;
}

.stories-horizontal-block .quote-right:after {
	top: 16rem;
	right: -1rem;
}

.stories-horizontal-block .border-hover .svg-wrapper {
	width: 20px;
	width: 2rem;
	height: 22px;
	height: 2.2rem;
}

.stories-horizontal-block.small {
	border: 1px solid #ECECEC;
}

	.stories-horizontal-block.small > .row {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

@media (min-width: 48em) {
	.stories-horizontal-block.small .image-column {
		min-height: 0;
	}
}

@media (min-width: 64em) {
	.stories-horizontal-block.small .image-column {
		min-height: 170px;
		min-height: 17rem;
	}
}

.stories-horizontal-block.small .row.collapse > .columns.content-column {
	padding: 30px;
	padding: 3rem;
}

@media (min-width: 64em) {
	.stories-horizontal-block.small .row.collapse > .columns.content-column.no-padding-left {
		padding-left: 0;
	}
}

@media (min-width: 64em) {
	.stories-horizontal-block.small .row.collapse > .columns.content-column {
		min-height: 170px;
		min-height: 17rem;
	}
}

@media (max-width: 31.1875em) {
	.stories-horizontal-block.small .row.collapse > .columns.content-column {
		padding: 20px;
		padding: 2rem;
	}
}

.stories-horizontal-block.small > .row > .columns:last-child {
	padding: 20px;
	padding: 2rem;
}

	.stories-horizontal-block.small > .row > .columns:last-child.has-quote {
		padding: 20px 30px 30px;
		padding: 2rem 3rem 3rem;
	}

.story-block-medium-profile {
	background-image: no-repeat;
	background-size: cover;
}

@media (min-width: 48em) {

	.story-block-medium-profile .content-column,
	.story-block-medium-profile .image-column {
		width: 50%;
	}
}

.story-block-medium-profile .row.collapse > .content-column.columns {
	position: relative;
}

@media (min-width: 48em) {
	.story-block-medium-profile .row.collapse > .content-column.columns {
		padding: 30px;
		padding: 3rem;
	}
}

.story-block-medium-profile blockquote,
.story-block-medium-profile .name {
	color: white;
}

.story-block-medium-profile .position {
	color: #98c0e6;
}

.story-block-medium-profile .content-mobile {
	box-shadow: inset 0 0 0 1000px rgba(0, 82, 160, 0.65);
	background-image: no-repeat;
	background-size: cover;
}

	.story-block-medium-profile .content-mobile .block-inner {
		position: relative;
		padding: 30px 20px;
		padding: 3rem 2rem;
		min-height: 350px;
		min-height: 35rem;
	}

.story-block-medium-profile .person-detail {
	border-top: 1px solid #4D86BC;
	position: absolute;
	bottom: 25px;
	width: 80%;
}

	.story-block-medium-profile .person-detail p {
		margin-bottom: 0;
	}

.story-block-medium-profile.theme-online .person-detail {
	border-top: 1px solid #40C1AC;
}

@media (min-width: 48em) {
	.story-block-medium-profile .angled-side-right:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 4.5vw;
		height: 100%;
		background-image: linear-gradient(-85deg, transparent, transparent 49%, #0052a0 51%, #0052a1);
	}
}

.stories-small-block {
	box-shadow: inset 0 0 0 1000px rgba(0, 82, 160, 0.65);
	position: relative;
	padding-bottom: 0;
	width: 100%;
}

	.stories-small-block:not(.no-min-height) {
		min-height: 320px;
		min-height: 32rem;
	}

	.stories-small-block .block-inner {
		position: absolute;
		padding: 30px 20px;
		padding: 3rem 2rem;
	}

@media (min-width: 48em) {
	.stories-small-block .block-inner {
		padding: 30px;
		padding: 3rem;
	}
}

.stories-small-block .block-footer {
	padding: 0 20px 30px;
	padding: 0 2rem 3rem;
}

@media (min-width: 48em) {
	.stories-small-block .block-footer {
		padding: 0 30px 30px;
		padding: 0 3rem 3rem;
	}
}

.stories-small-block .story-block-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 25px;
	padding: 0 2rem 2.5rem;
}

@media (min-width: 48em) {
	.stories-small-block .story-block-footer {
		padding: 0 40px 25px;
		padding: 0 4rem 2.5rem;
	}
}

.stories-small-block .name p {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 10px;
	padding-top: 1rem;
}

.stories-small-block.theme-online .name p {
	border-top: 1px solid #40C1AC;
}

.stories-small-block .position-text {
	color: #98C0E6;
}

	.stories-small-block .position-text p {
		margin-bottom: 0;
	}

.stories-small-block .border-hover .svg-wrapper {
	width: 20px;
	width: 2rem;
	height: 22px;
	height: 2.2rem;
}

.quick-links-block {
	padding: 40px;
	padding: 4rem;
	border: 1px solid rgba(160, 160, 160, 0.2);
	box-shadow: 0 15px 80px 0 #E0E1E9;
}

	.quick-links-block .title {
		display: inline-block;
	}

	.quick-links-block .icon {
		float: right;
		margin-top: -10px;
		margin-top: -1rem;
	}

		.quick-links-block .icon .svg-wrapper {
			width: 42px;
			width: 4.2rem;
			height: 39px;
			height: 3.9rem;
		}

	.quick-links-block .links-container {
		padding-top: 20px;
		padding-top: 2rem;
		border-top: 1px solid #F3F3F5;
	}

	.quick-links-block .links {
		color: #0052a0;
	}

@media (max-width: 47.9375em) {
	.layout-block-floating .quick-links-block {
		margin-bottom: 60px;
	}
}

.alert-block {
	border-top: 1px solid #88A737;
	border-bottom: 1px solid #88A737;
	position: relative;
	padding: 15px 15px;
	padding: 1.5rem 1.5rem;
}

	.alert-block .description {
		font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		padding-top: 5px;
		padding-top: 0.5rem;
	}

		.alert-block .description a {
			font-family: "National-2-Condensed", arial, helvetica, sans-serif;
		}

@media (max-width: 31.1875em) {
	.alert-block .description {
		margin-left: 15px;
		margin-left: 1.5rem;
	}
}

@media (min-width: 48em) {
	.alert-block .description {
		margin-left: -10px;
		margin-left: -1rem;
	}
}

@media (min-width: 64em) {
	.alert-block .description {
		margin-left: -20px;
		margin-left: -2rem;
	}
}

@media (max-width: 31.1875em) {
	.alert-block > .svg-wrapper {
		display: block;
		margin: 0 auto 5px;
		margin: 0 auto 0.5rem;
	}
}

@media (min-width: 48em) {
	.alert-block {
		border-radius: 12px;
		border-radius: 1.2rem;
		border: 1px solid #88A737;
		padding: 15px 20px;
		padding: 1.5rem 2rem;
	}
}

.alert-block.online {
	border-color: #fec321;
}

@media (max-width: 31.1875em) {
	.review-information-wrapper .alert-block {
		border-radius: 12px;
		border-radius: 1.2rem;
	}
}

.page-info-block {
	margin-top: -81px;
	margin-top: -8.1rem;
	position: relative;
	z-index: 1;
}

@media (min-width: 48em) {
	.page-info-block {
		margin-top: -122px;
		margin-top: -12.2rem;
	}
}

@media (min-width: 64em) {
	.page-info-block {
		margin-top: -180px;
		margin-top: -18rem;
	}
}

@media (min-width: 80em) {
	.page-info-block {
		margin-top: -208px;
		margin-top: -20.8rem;
	}
}

@media (max-width: 31.1875em) {
	.page-info-block > .columns {
		padding: 0;
	}
}

@media (min-width: 48em) {
	.page-info-block-short {
		margin-top: -195px;
		margin-top: -19.5rem;
	}
}

@media (min-width: 64em) {
	.page-info-block-short {
		margin-top: -270px;
		margin-top: -27rem;
	}
}

@media (min-width: 80em) {
	.page-info-block-short {
		margin-top: -270px;
		margin-top: -27rem;
	}
}

.page-info-block-inner {
	box-shadow: 0 2px 84px 0 rgba(0, 0, 0, 0.15);
}

.page-info-block-content {
	padding: 20px;
	padding: 2rem;
}

	.page-info-block-content .icon-block-horizontal {
		margin: 0 0 20px;
		margin: 0 0 2rem;
	}

@media (min-width: 48em) {
	.page-info-block-content .icon-block-horizontal:last-child {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

.page-info-block-content .icon-block-horizontal .description {
	max-width: 100%;
}

@media (min-width: 48em) {
	.page-info-block-content .icon-block-horizontal .description {
		max-width: 154px;
		max-width: 15.4rem;
	}
}

@media (min-width: 64em) {
	.page-info-block-content .icon-block-horizontal .description {
		max-width: 100%;
	}
}

.page-info-block-content .icon-block-horizontal .description ul {
	margin-bottom: 0;
}

.page-info-block-content .caption {
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

.page-info-block-content > .row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-info-block-content .columns.end .icon-block-horizontal:last-child {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.page-info-block-header {
	padding: 20px;
	padding: 2rem;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

.page-info-block .cta-block .columns:last-child:not(:first-child) {
	float: left !important;
}

.page-info-block-simple .page-info-block-content {
	padding: 0;
}

@media (min-width: 64em) {
	.page-info-block-simple.row {
		margin-left: inherit;
		margin-right: inherit;
	}
}

.page-info-block-simple .left-col {
	padding: 40px;
	padding: 4rem;
}

@media (min-width: 48em) {
	.page-info-block-simple .left-col {
		padding: 60px;
		padding: 6rem;
	}
}

.page-info-block-simple .right-col {
	padding: 0;
}

.page-info-block-simple .image-col {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	min-height: 290px;
	min-height: 29rem;
}

@media (min-width: 48em) {
	.page-info-block-simple .image-col {
		min-height: 390px;
		min-height: 39rem;
	}
}

.tooltip {
	/*font-size: 14px;
	font-size: 1.4rem;*/
}

.page-header-block {
	padding: 0;
	position: relative;
}

.page-header-block-inner {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 62px;
	padding-bottom: 6.2rem;
}

	.page-header-block-inner.no-padding {
		padding: 0;
	}

.page-header-block .content {
	position: relative;
	z-index: 6;
	margin-top: 116px;
	margin-top: 11.6rem;
}

@media (min-width: 64em) {
	.page-header-block .content {
		margin-top: 122px;
		margin-top: 12.2rem;
	}
}

@media (min-width: 64em) {
	.page-header-block-spacing-bottom {
		padding-bottom: 65px;
		padding-bottom: 6.5rem;
		margin-bottom: 6.25vw;
	}
}

.page-header-block-spacing-bottom .page-header-block-inner {
	padding-bottom: 92px;
	padding-bottom: 9.2rem;
}

@media (min-width: 48em) {
	.page-header-block-spacing-bottom .page-header-block-inner {
		padding-bottom: 152px;
		padding-bottom: 15.2rem;
	}
}

@media (min-width: 64em) {
	.page-header-block-spacing-bottom .page-header-block-inner {
		margin-bottom: 6.25vw;
		padding-bottom: 62px;
		padding-bottom: 6.2rem;
	}
}

.page-header-block-spacing-top .content {
	margin-top: 150px;
	margin-top: 15rem;
}

@media (min-width: 64em) {
	.page-header-block-spacing-top .content {
		margin-top: 242px;
		margin-top: 24.2rem;
	}
}

.page-header-block .title-row h1,
.page-header-block .title-row h2 {
	margin-bottom: 0;
}

.page-header-block .title-row h1 {
	line-height: 1.4;
}

.page-header-block .details label {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 48em) {
	.page-header-block .details p {
		display: inline-block;
		vertical-align: middle;
	}
}

.page-header-block .details span,
.page-header-block .details label {
	margin: 0 5px 0 0;
	margin: 0 0.5rem 0 0;
}

.page-header-block .details p {
	margin: 0;
}

	.page-header-block .details p:first-child {
		margin: 0 0 10px 0;
		margin: 0 0 1rem 0;
	}

@media (min-width: 48em) {
	.page-header-block .details p:first-child {
		margin: 0 30px 0 0;
		margin: 0 3rem 0 0;
	}
}

.page-header-block .details select {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 2px 25px 2px 7px;
	padding: 0.2rem 2.5rem 0.2rem 0.7rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white !important;
}

@media (min-width: 48em) {
	.page-header-block.no-print-share .details p:first-child {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
}

.page-header-block .content select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("/euf/assets/themes/fusion_standard/icons/arrow-small-down-white.svg");
	background-position: calc(100% + 23px) 0px;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding-right: 25px;
	padding-right: 2.5rem;
}

	.page-header-block .content select::-ms-expand {
		display: none;
	}

.page-header-block .title-icon h1,
.page-header-block .title-icon h2,
.page-header-block .title-icon h3,
.page-header-block .title-icon h4,
.page-header-block .title-icon h5,
.page-header-block .title-icon span {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.page-header-block .title-icon span {
	margin-right: 5px;
	margin-right: 0.5rem;
}

@media (min-width: 48em) {
	.page-header-block .breadcrumbs-outer {
		margin-top: 15px;
		margin-top: 1.5rem;
	}
}

.page-header-block-image .page-header-block-inner {
	padding: 80px 0;
	padding: 8rem 0;
}

	.page-header-block-image .page-header-block-inner .content {
		margin: 0;
	}

@media (min-width: 48em) {
	.page-header-block-image .page-header-block-inner > .row {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-content: center;
		align-items: center;
	}
}

.page-header-block .intro-text {
	display: inline;
}

.page-header-block .intro-text-row .svg-wrapper {
	margin-top: -6px;
	margin-top: -0.6rem;
}

.page-header-block .header-image img {
	border-radius: 50%;
	width: 200px;
	width: 20rem;
	height: 200px;
	height: 20rem;
}

@media (min-width: 48em) {
	.page-header-block .header-image img {
		width: 240px;
		width: 24rem;
		height: 240px;
		height: 24rem;
	}
}

@media (min-width: 64em) {
	.page-header-block .header-image img {
		width: 280px;
		width: 28rem;
		height: 280px;
		height: 28rem;
	}
}

.page-header-block .share-wrapper {
	position: absolute;
	bottom: -62px;
	bottom: -6.2rem;
	right: 15px;
	right: 1.5rem;
}

.page-header-block-image .share-wrapper {
	top: 0;
}

@media (max-width: 31.1875em) {
	.page-header-block-image .header-image {
		position: relative;
		top: 40px;
	}
}

.page-header-block-inner .columns {
	position: relative;
}

.degree-layout-block {
	padding: 0;
}

.discipline-layout-block {
	padding: 0;
}

	.discipline-layout-block .discipline-info-block {
		margin-top: -81px;
		margin-top: -8.1rem;
		position: relative;
		z-index: 1;
	}

@media (min-width: 48em) {
	.discipline-layout-block .discipline-info-block {
		margin-top: -96px;
		margin-top: -9.6rem;
	}
}

.discipline-layout-block .discipline-info-block .button.print-share {
	z-index: 3;
}

@media (min-width: 48em) {
	.discipline-layout-block .discipline-info-block .button.print-share {
		display: inline-block;
		vertical-align: middle;
	}
}

@media (max-width: 31.1875em) {
	.discipline-layout-block .discipline-info-block > .columns {
		padding: 0;
	}
}

.discipline-info-block .page-info-block-content {
	padding: 40px;
	padding: 4rem;
}

@media (min-width: 48em) {
	.discipline-info-block .page-info-block-content {
		padding: 60px;
		padding: 6rem;
	}
}

.page-switch-panel {
	position: absolute;
	top: 4rem;
	left: 0;
	width: 100%;
}

	.page-switch-panel .panel-container {
		position: relative;
	}

	.page-switch-panel .panel-title {
		display: inline-block;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.page-switch-panel .row {
		position: relative;
		z-index: 6;
		padding: 20px;
		padding: 2rem;
	}

@media (min-width: 48em) {
	.page-switch-panel .row {
		padding: 40px;
		padding: 4rem;
	}
}

@media (min-width: 64em) {
	.page-switch-panel .row {
		padding: 50px;
		padding: 5rem;
	}
}

.page-switch-panel .wysiwyg-content ul {
	padding-left: 0;
}

	.page-switch-panel .wysiwyg-content ul li {
		padding-bottom: 0;
	}

.page-switch-panel .page-info-panel-toggle-close {
	position: absolute;
	right: 2rem;
	top: 1rem;
}

	.page-switch-panel .page-info-panel-toggle-close:hover {
		color: #98c0e6;
	}

.page-switch-panel .switch-panel-icon.icon70 {
	padding: 15px;
	padding: 1.5rem;
}

.page-switch-panel .switch-button {
	width: 330px;
	width: 33rem;
	padding-top: 15px;
	padding-top: 1.5rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}

@media (max-width: 31.1875em) {
	.page-switch-panel .switch-button {
		width: 100%;
		padding: 15px;
		padding: 1.5rem;
	}
}

.page-switch-panel .switch-button .svg-wrapper {
	margin-right: 10px;
	margin-right: 1rem;
}

@media (min-width: 48em) {
	.page-switch-panel .switch-button {
		float: right;
	}
}

.page-switch-panel .switch-panel-footer {
	padding: 15px 20px 15px 20px;
	padding: 1.5rem 2rem 1.5rem 2rem;
	position: relative;
}

	.page-switch-panel .switch-panel-footer .text {
		display: inline-block;
		margin-right: 40px;
		margin-right: 4rem;
	}

@media (min-width: 48em) {
	.page-switch-panel .switch-panel-footer .text {
		margin-top: 13px;
		margin-top: 1.3rem;
		margin-left: 19.5%;
	}
}

@media screen and (max-width: 822px) {
	.page-switch-panel .switch-panel-footer .text {
		margin-left: 0;
	}
}

@media (max-width: 31.1875em) {
	.page-switch-panel .switch-panel-footer .text {
		/*font-size: 18px;
		font-size: 1.8rem;*/
		margin-right: 0;
	}
}

.page-switch-panel:focus {
	outline: none;
}

@media (max-width: 31.1875em) {
	.page-info-panel-toggle.active {
		float: left;
	}
}

.page-header {
	position: relative;
	z-index: 6;
}

.cookie-message .description {
	display: inline-block;
	vertical-align: middle;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

	.cookie-message .description a:not(.button),
	.cookie-message .description a:not(.button):visited,
	.cookie-message .description a:not(.button):link {
		font-family: "National-2-Condensed", arial, helvetica, sans-serif;
		vertical-align: baseline;
		margin-left: 10px;
		margin-left: 1rem;
	}

.cookie-message .row .columns {
	position: relative;
	padding: 20px 40px 20px 60px;
	padding: 2rem 4rem 2rem 6rem;
}

@media (max-width: 63.9375em) {
	.cookie-message .row .columns {
		padding: 20px 40px 20px 20px;
		padding: 2rem 4rem 2rem 2rem;
	}
}

.cookie-message .row .columns > .svg-wrapper {
	position: absolute;
	top: 18px;
	top: 1.8rem;
	left: 20px;
	left: 2rem;
}

@media (max-width: 63.9375em) {
	.cookie-message .row .columns > .svg-wrapper {
		display: none;
	}
}

.cookie-message .close-button {
	position: absolute;
	top: 12px;
	top: 1.2rem;
	right: 20px;
	right: 2rem;
}

@media (max-width: 63.9375em) {
	.cookie-message .close-button {
		top: 14px;
		top: 1.4rem;
	}
}

@media (max-width: 31.1875em) {
	.cookie-message .close-button {
		top: 17px;
		top: 1.7rem;
		right: 10px;
		right: 1rem;
	}
}

.image-gallery-block .image-gallery {
	margin: 0 auto;
}

	.image-gallery-block .image-gallery .gallery-cell {
		width: 100%;
	}

	.image-gallery-block .image-gallery .image-wrapper {
		position: relative;
	}

		.image-gallery-block .image-gallery .image-wrapper .play-icon {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
		}

.image-gallery-block .description-wrapper {
	overflow: hidden;
	height: 87px;
	height: 8.7rem;
	margin: 0px auto;
	padding: 20px 0;
	padding: 2rem 0;
}

@media (min-width: 48em) {
	.image-gallery-block .description-wrapper {
		width: 680px;
		width: 68rem;
		height: 87px;
		height: 8.7rem;
	}
}

@media (min-width: 64em) {
	.image-gallery-block .description-wrapper {
		width: 720px;
		width: 72rem;
		height: 87px;
		height: 8.7rem;
	}
}

.image-gallery-block .gallery-cell .video {
	display: none;
}

.image-gallery-block .image-wrapper {
	width: 100%;
	height: 250px;
	height: 25rem;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 48em) {
	.image-gallery-block .image-wrapper {
		width: 680px;
		width: 68rem;
		height: 412px;
		height: 41.2rem;
	}
}

@media (min-width: 64em) {
	.image-gallery-block .image-wrapper {
		width: 720px;
		width: 72rem;
		height: 412px;
		height: 41.2rem;
	}
}

@media (max-width: 47.875em) {
	.image-gallery-block .image-wrapper {
		height: 300px;
		height: 30rem;
	}
}

@media (max-width: 31.1875em) {
	.image-gallery-block .image-wrapper {
		height: 250px;
		height: 25rem;
	}
}

.image-gallery-block .image-wrapper iframe {
	min-height: 0;
	height: 100%;
}

@media (min-width: 48em) {
	.image-gallery-block.narrow .image-wrapper {
		width: 100%;
	}
}

.image-gallery-block .image-wrapper {
	background-image: url("/euf/assets/themes/fusion_standard/images/default-background-image.png");
}

.thumbnail-image-gallery {
	display: none;
	margin: 0 auto;
}

@media (min-width: 48em) {
	.thumbnail-image-gallery {
		display: block;
	}
}

@media (min-width: 64em) {
	.thumbnail-image-gallery {
		width: 100%;
	}
}

.thumbnail-image-gallery .image-wrapper,
.thumbnail-image-gallery .image-wrapper-inner {
	width: 100%;
	position: relative;
	height: 100%;
}

.thumbnail-image-gallery .description-wrapper {
	display: none;
}

.thumbnail-image-gallery .gallery-cell {
	width: 25.1%;
	height: 100px;
	height: 10rem;
	padding-right: 5px;
	padding-right: 0.5rem;
}

@media (min-width: 64em) {
	.thumbnail-image-gallery .gallery-cell {
		height: 140px;
		height: 14rem;
	}
}

.thumbnail-image-gallery .play-icon {
	position: relative;
	left: 10px;
	left: 1rem;
	top: 65px;
	top: 6.5rem;
}

.thumbnail-image-gallery .video-container .image-wrapper {
	background-position: center;
}

.thumbnail-image-gallery .video-container .image-wrapper-inner {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.thumbnail-image-gallery,
.image-gallery {
	/* position outside */
}

	.thumbnail-image-gallery .flickity-prev-next-button.previous,
	.image-gallery .flickity-prev-next-button.previous {
		left: -40px;
	}

	.thumbnail-image-gallery .flickity-prev-next-button.next,
	.image-gallery .flickity-prev-next-button.next {
		right: -40px;
	}

.image-gallery-block .flickity-page-dots {
	position: static;
	margin-top: 10px;
	margin-top: 1rem;
}

.degree-listing-block .accordion-title {
	display: inline-block;
	padding: 15px 0 15px 20px;
	padding: 1.5rem 0 1.5rem 2rem;
	color: #fff;
}

	.degree-listing-block .accordion-title .svg-wrapper {
		margin: 0 20px 0 0;
		margin: 0 2rem 0 0;
	}

	.degree-listing-block .accordion-title::before {
		content: '';
	}

.degree-listing-block .is-active > .accordion-title {
	color: #0052a0;
	background-color: #f3f4f9;
}

@media (min-width: 48em) {
	.degree-listing-block .accordion-item {
		border-bottom: 1px solid #e9e9f0;
	}
}

.degree-listing-block .accordion-item > a {
	color: #fff;
	width: 100%;
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

	.degree-listing-block .accordion-item > a:hover {
		text-decoration: none;
	}

.degree-listing-block .accordion-item .accordion-icon-open,
.degree-listing-block .accordion-item .accordion-icon-closed {
	float: right;
}

.degree-listing-block .accordion-content {
	padding: 20px 16px;
	padding: 2rem 1.6rem;
}

.degree-listing-block .accordion-content-inner {
	box-shadow: inset 0 -1px 0 0 #F5F5F5;
}

@media (max-width: 63.9375em) {
	.degree-listing-block .accordion-content-inner {
		padding: 0 20px;
		padding: 0 2rem;
		background-color: white;
	}
}

@media screen and (min-width: 768px) {
	.degree-listing-block .accordion-content-inner {
		padding: 0;
	}
}

.degree-listing-block .degree-list-table .tabs-content-header th {
	line-height: 1.2;
	padding-left: 0;
}

.degree-listing-block .degree-list-table td {
	padding: 15px 20px 15px 0;
	padding: 1.5rem 2rem 1.5rem 0;
}

.degree-listing-block .degree-list-table .degree-icon {
	width: 70px;
	width: 7rem;
	padding: 15px;
	padding: 1.5rem;
}

.degree-listing-block .degree-list-table .title-col {
	padding-left: 20px;
	padding-left: 2rem;
}

.degree-listing-block .degree-list-row {
	padding-bottom: 0;
}

	.degree-listing-block .degree-list-row:not(:last-child) {
		border-bottom: 1px solid #e9e9f0;
	}

@media screen and (max-width: 767px) {
	.degree-listing-block .degree-list-row {
		padding: 20px 15px;
		padding: 2rem 1.5rem;
	}

		.degree-listing-block .degree-list-row .title {
			padding-bottom: 10px;
			padding-bottom: 1rem;
			/*font-size: 18px;
			font-size: 1.8rem;*/
		}
}

.degree-listing-block .degree-list-row .study-mode,
.degree-listing-block .degree-list-row .start-date {
	/*font-size: 16px;
	font-size: 1.6rem;*/
}

.degree-listing-block .degree-list-row .title a {
	/*font-size: 18px;
	font-size: 1.8rem;*/
}

@media (min-width: 48em) {
	.degree-listing-block .degree-list-row .title a {
		/*font-size: 16px;
		font-size: 1.6rem;*/
	}
}

.degree-listing-block .tabs {
	width: 95%;
}

.degree-listing-block .tabs-panel {
	padding: 20px 20px 80px 20px;
	padding: 2rem 2rem 8rem 2rem;
}

@media (min-width: 64em) {
	.degree-listing-block .tabs-panel {
		padding: 60px 100px 120px;
		padding: 6rem 10rem 12rem;
	}
}

.degree-listing-block .tabs-panel .tabs-content-header {
	padding: 15px 0;
	padding: 1.5rem 0;
}

	.degree-listing-block .tabs-panel .tabs-content-header span {
		line-height: 1;
		display: block;
	}

.degree-listing-block .tabs-panel .midyear-entry-header {
	left: -20px;
}

.degree-listing-block .tabs-title a:focus {
	color: #0052a0;
}

.degree-listing-block .tabs-content {
	border: none;
}

@media (max-width: 63.9375em) {

	.degree-listing-block span.title,
	.degree-listing-block span.study-mode,
	.degree-listing-block span.midyear-entry {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
}

.degree-listing-block-online.header {
	min-height: 230px;
	min-height: 23rem;
	position: relative;
}

	.degree-listing-block-online.header .title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

.cta-block .cta-button,
.cta-buttons-wrapper .cta-button {
	margin: 0;
}

@media (max-width: 31.1875em) {

	.cta-block .cta-button,
	.cta-buttons-wrapper .cta-button {
		padding: 20px;
		padding: 2rem;
		width: 100%;
	}
}

@media (min-width: 48em) {

	.cta-block .cta-button.has-border-medium-up,
	.cta-buttons-wrapper .cta-button.has-border-medium-up {
		border-right: 1px solid #2770b3;
	}
}

.cta-block .cta-button .svg-wrapper,
.cta-buttons-wrapper .cta-button .svg-wrapper {
	position: relative;
}

.cta-block > .button {
	margin: 0;
}

.cta-block:not(.sticky),
.cta-buttons-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 31.1875em) {

	.cta-block:not(.sticky),
	.cta-buttons-wrapper {
		display: block;
	}
}

.cta-block-buttons-large.cta-block-buttons-border .button {
	width: 100%;
	height: 100%;
}

@media (min-width: 48em) {

	.cta-block-buttons-large.cta-block-buttons-border .columns:nth-child(1) .button.large-icon-button,
	.cta-block-buttons-large.cta-block-buttons-border .columns:nth-child(2) .button.large-icon-button {
		border-bottom: 1px solid #003681;
	}

	.cta-block-buttons-large.cta-block-buttons-border .columns:nth-child(odd) .button.large-icon-button {
		border-right: 1px solid #003681;
	}
}

@media (max-width: 47.875em) {
	.cta-block-buttons-large.cta-block-buttons-border .button.large-icon-button {
		border-bottom: 1px solid #003681;
	}

	.cta-block-buttons-large.cta-block-buttons-border .columns:last-child .button.large-icon-button {
		border-bottom: none;
	}
}

.cta-block.sticky {
	position: fixed;
	margin-top: -200px;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1000;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.4);
	visibility: hidden;
}

@media (max-width: 63.9375em) {
	.cta-block.sticky {
		display: none;
	}
}

.cta-block.sticky .button.large-icon-button {
	text-transform: uppercase;
	border-left: 1px solid #2770b3;
	padding: 15px;
	padding: 1.5rem;
}

	.cta-block.sticky .button.large-icon-button.no-border {
		border: none;
	}

	.cta-block.sticky .button.large-icon-button.no-border-left {
		border-left: none;
	}

	.cta-block.sticky .button.large-icon-button .svg-wrapper {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 2px 0;
		margin: 0 0.5rem 0.2rem 0;
	}

.cta-block.sticky.active {
	visibility: visible;
}

@media (min-width: 64em) {
	.cta-block.sticky.active {
		margin-top: 0;
	}
}

.cta-block.sticky .top-bar {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cta-block.sticky .top-bar-outer {
	border-bottom: 1px solid #002D53;
}

@media (max-width: 63.9375em) {
	.cta-block.sticky .top-bar .button span {
		/*font-size: 10px;
		font-size: 1rem;*/
	}
}

.cta-block.sticky .top-bar p {
	margin: 0;
	/*font-size: 16px;
	font-size: 1.6rem;*/
}

@media (max-width: 63.9375em) {
	.cta-block.sticky .top-bar p {
		/*font-size: 14px;
		font-size: 1.4rem;*/
	}
}

.cta-block.sticky .top-bar .columns {
	position: relative;
	padding-top: 7px;
	padding-top: 0.7rem;
	padding-bottom: 7px;
	padding-bottom: 0.7rem;
}

.cta-block.sticky .top-bar .logo-col img {
	width: 100%;
	height: 100%;
	max-width: 100px;
	max-width: 10rem;
}

@media (max-width: 79.9375em) {
	.cta-block.sticky.active {
		display: none;
	}
}

.footer {
	padding: 40px 0;
	padding: 4rem 0;
}

	.footer ul {
		list-style: none;
		padding: 0;
		border-bottom: 1px solid #2770b3;
		border-top: 1px solid #00385e;
	}

		.footer ul li {
			display: block;
			border-top: 1px solid #2770b3;
			border-bottom: 1px solid #00385e;
			padding: 5px;
			padding: 0.5rem;
		}

			.footer ul li a {
				display: block;
				text-decoration: none;
			}

				.footer ul li a:link,
				.footer ul li a:hover {
					text-decoration: none;
				}

	.footer .icon-only {
		margin-left: 5px;
		margin-left: 0.5rem;
	}

.footer-online {
	min-height: 14vh;
}

	.footer-online ul {
		border: none;
		margin-bottom: 0;
	}

		.footer-online ul li {
			display: inline-block;
			border: none;
			padding-right: 20px;
			padding-right: 2rem;
		}

			.footer-online ul li a,
			.footer-online ul li a:link {
				color: white !important;
			}

	.footer-online .footer-logos a {
		display: inline-block;
		margin: 6px 10px;
		margin: 0.6rem 1rem;
	}

.top-margin {
	height: 14vh;
}

.footer-online-wrapper {
	margin-top: -80px;
}

@media (min-width: 48em) {
	.footer-online-wrapper {
		margin-top: -160px;
		margin-top: -16rem;
	}
}

@media (min-width: 64em) {
	.footer-online-wrapper {
		margin-top: -130px;
		margin-top: -13rem;
	}
}

@media (min-width: 80em) {
	.footer-online-wrapper {
		margin-top: -130px;
		margin-top: -13rem;
	}
}

.footer-online-wrapper .top-margin {
	height: 160px;
	height: 220px;
	background-image: url("images/unisa-online-standard-footer.png");
	background-repeat: no-repeat;
	background-size: auto 70px;
	background-position: center top;
}

@media (min-width: 48em) {
	.footer-online-wrapper .top-margin {
		background-size: auto 100px;
	}
}

@media (min-width: 64em) {
	.footer-online-wrapper .top-margin {
		background-size: auto 105px;
	}
}

@media (min-width: 80em) {
	.footer-online-wrapper .top-margin {
		background-size: auto 130px;
	}
}

.footer-online-wrapper .footer {
	margin-top: -80px;
	margin-top: -150px;
	background: #0052a0;
}

@media (min-width: 48em) {
	.footer-online-wrapper .footer {
		margin-top: -140px;
		margin-top: -14rem;
	}
}

@media (min-width: 64em) {
	.footer-online-wrapper .footer {
		margin-top: -120px;
		margin-top: -12rem;
	}
}

@media (min-width: 80em) {
	.footer-online-wrapper .footer {
		margin-top: -90px;
		margin-top: -9rem;
	}
}

.footer-wrapper {
	position: relative;
}

	.footer-wrapper a.button {
		margin-left: 5px;
		margin-left: 0.5rem;
	}

	.footer-wrapper .footer-bottom {
		padding-bottom: 85px;
		padding-bottom: 8.5rem;
	}

.content-container > div:last-child {
	padding-bottom: 180px;
	padding-bottom: 18rem;
}

.online-footer-padding-bottom {
	padding-bottom: 60px;
	padding-bottom: 6rem;
}

@media (min-width: 48em) {
	.online-footer-padding-bottom {
		padding-bottom: 100px;
		padding-bottom: 10rem;
	}
}

.footer-print {
	display: none;
}

.share-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.share-wrapper-inner {
	overflow: hidden;
}

@media (min-width: 48em) {
	.share-wrapper-inner {
		display: inline-block;
		vertical-align: middle;
	}
}

.share-wrapper .button.print-share {
	z-index: 3;
}

@media (min-width: 48em) {
	.share-wrapper .button.print-share {
		display: inline-block;
		vertical-align: middle;
	}
}

.share-wrapper .share-panel {
	padding: 11.5px 10px;
	padding: 1.15rem 1rem;
	margin-right: -2px;
	margin-right: -0.2rem;
	vertical-align: middle;
	overflow: hidden;
	right: -9999px;
	top: 0;
	position: absolute;
}

	.share-wrapper .share-panel.active {
		position: relative;
		right: 0;
		display: inline-block;
	}

@media (max-width: 47.9375em) {
	.share-wrapper .share-panel.active {
		display: none;
	}
}

.share-wrapper .share-panel .addthis_toolbox a {
	margin-bottom: 0;
}

.more-less-block .triggers {
	display: none;
	margin: 20px 0;
	margin: 2rem 0;
}

.more-less-block .block-content-max-height {
	overflow: hidden;
}

.more-less-block .block-content-max-height-reset {
	max-height: 10000px;
}

.more-less-block .more-content-shadow {
	margin-top: -107px;
	height: 50px;
	height: 5rem;
	position: relative;
	width: 100%;
	float: left;
}

.more-less-block .triggers .svg-wrapper {
	padding: 5px;
	padding: 0.5rem;
}

.faq-block {
	position: relative;
}

	.faq-block .accordion {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}

	.faq-block .accordion-item {
		border-bottom: 1px solid #EEEEEE;
	}

		.faq-block .accordion-item:first-child {
			border-top: 1px solid #EEEEEE;
		}

	.faq-block a .svg-wrapper {
		position: absolute;
		display: inline-block;
		right: 0px;
		top: 3rem;
	}

	.faq-block .accordion-title {
		padding: 30px 40px 30px 0px;
		padding: 3rem 4rem 3rem 0px;
	}

	.faq-block .accordion-content {
		padding: 0px 0px 20px;
		padding: 0px 0px 2rem;
	}

.faq-response-block {
	margin-top: 40px;
	margin-top: 4rem;
	padding-top: 30px;
	padding-top: 3rem;
	border-top: 1px solid #e9e9f0;
}

@media (min-width: 48em) {
	.faq-response-block {
		margin-top: 120px;
		margin-top: 12rem;
		padding-top: 40px;
		padding-top: 4rem;
	}
}

.course-coordinators-block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.course-coordinator-card {
	border: 1px solid rgba(160, 160, 160, 0.2);
	padding: 40px 20px 40px 20px;
	padding: 4rem 2rem 4rem 2rem;
	margin: 10px;
	margin: 1rem;
	width: 100%;
}

@media (min-width: 48em) {
	.course-coordinator-card {
		width: 47%;
	}
}

@media (min-width: 64em) {
	.course-coordinator-card {
		width: 31%;
	}
}

.course-coordinator-card .img-small {
	min-width: 64px;
	min-width: 6.4rem;
	height: 64px;
	height: 6.4rem;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

	.course-coordinator-card .img-small.svg-img-small {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

.course-coordinator-card .right-col {
	padding-left: 20px;
	padding-left: 2rem;
	padding-top: 5px;
	padding-top: 0.5rem;
}

@media print, screen and (max-width: 350px) {
	.course-coordinator-card {
		padding: 20px 10px 20px 10px;
		padding: 2rem 1rem 2rem 1rem;
		margin: 5px 0 5px 0;
		margin: 0.5rem 0 0.5rem 0;
	}
}

.course-coordinator-card .name-link.hover {
	text-decoration: none;
	outline: 0;
}

	.course-coordinator-card .name-link.hover span:not(.svg-wrapper) {
		border-bottom: 1px solid #0052a0 !important;
	}

	.course-coordinator-card .name-link.hover svg.arrow-small-right {
		fill: #0052a0 !important;
	}

.video-player {
	margin: 40px 20px 0px 20px;
	margin: 4rem 2rem 0px 2rem;
}

@media (min-width: 48em) {
	.video-player {
		margin: 40px 100px 0px 100px;
		margin: 4rem 10rem 0px 10rem;
	}
}

.video-player .screen-shot {
	position: relative;
}

	.video-player .screen-shot img {
		width: 100%;
		height: 100%;
	}

	.video-player .screen-shot .play-btn {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

.video-player .video {
	display: none;
}

@media (max-width: 63.9375em) {
	.video-player .video {
		height: 40vw;
	}
}

.video-player.video-wide {
	margin: 40px 20px 0px 20px;
	margin: 4rem 2rem 0px 2rem;
}

@media (min-width: 48em) {
	.video-player.video-wide {
		margin: 40px 0 0px;
		margin: 4rem 0 0px;
	}
}

@media (min-width: 48em) {
	.video-player.video-wide iframe {
		min-height: 400px;
		min-height: 40rem;
	}
}

@media (min-width: 64em) {
	.video-player.video-wide iframe {
		min-height: 500px;
		min-height: 50rem;
	}
}

.course-degree-list .list-header h3,
.course-degree-list .list-header h2 {
	margin: 0;
}

@media (max-width: 63.9375em) {
	.course-degree-list .list-header h2 {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}
}

.course-degree-list .list-header .btn-hide-list {
	display: none;
}

.course-degree-list .list-header .svg-wrapper {
	padding: 6px;
	padding: 0.6rem;
}

.course-degree-list ul {
	list-style: none;
	padding: 0;
	display: none;
	margin-top: 40px;
	margin-top: 4rem;
}

	.course-degree-list ul .list-item {
		vertical-align: top;
		display: inline-block;
		width: 100%;
	}

	.course-degree-list ul .code {
		display: inline-block;
		width: 12%;
		vertical-align: top;
	}

@media (max-width: 63.9375em) {
	.course-degree-list ul .code {
		width: 15%;
	}
}

.course-degree-list ul .degree-name {
	display: inline-block;
	width: 86%;
	vertical-align: top;
}

@media (max-width: 63.9375em) {
	.course-degree-list ul .degree-name {
		width: 83%;
		vertical-align: top;
	}
}

.register-block {
	padding: 20px 10px;
	padding: 2rem 1rem;
	position: relative;
}

@media screen and (min-width: 26.625em) {
	.register-block {
		padding: 40px;
		padding: 4rem;
	}
}

.register-block h3 {
	display: inline-block;
	/*font-size: 28px;
	font-size: 2.8rem;*/
	position: relative;
	top: 5px;
	top: 0.5rem;
	left: 5px;
	left: 0.5rem;
}

@media (max-width: 31.1875em) {
	.register-block .description {
		padding-right: 0;
	}
}

/* Not required
  .register-block .block-footer {
    padding: 40px 0;
    padding: 4rem 0; }*/
.register-block .button {
	min-width: 211px;
	min-width: 21.1rem;
}

.login-block {
	padding: 40px 10px;
	padding: 4rem 1rem;
	position: relative;
}

@media screen and (min-width: 26.625em) {
	.login-block {
		padding: 40px;
		padding: 4rem;
	}
}

.login-block h3 {
	display: inline-block;
	/*font-size: 28px;
	font-size: 2.8rem;*/
	position: relative;
	top: 5px;
	top: 0.5rem;
	left: 5px;
	left: 0.5rem;
}

.login-block .button-selector-round {
	position: relative;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 10px;
	margin-top: 1rem;
}

@media (max-width: 31.1875em) {
	.login-block .button-selector-round {
		width: 100%;
	}
}

@media (min-width: 48em) {
	.login-block .button-selector-round {
		height: 60px;
		height: 6rem;
	}
}

.login-block .button-selector-round input[type=radio] {
	visibility: hidden;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.login-block .button-selector-round .option {
	display: inline-block;
	position: absolute;
	background-color: #204196;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	width: 58%;
	height: 40px;
	height: 4rem;
	cursor: pointer;
}

	.login-block .button-selector-round .option.selected {
		background-color: #40c1ac;
		z-index: 1;
		width: 50%;
	}

		.login-block .button-selector-round .option.selected label {
			color: #19433C;
		}

	.login-block .button-selector-round .option label {
		display: inline-block;
		line-height: 40px;
		vertical-align: middle;
		color: #fff;
		font-family: "National-2-Condensed", arial, helvetica, sans-serif;
	}

.login-block .button-selector-round .option2 {
	right: 0;
}

	.login-block .button-selector-round .option2 label {
		padding-left: 25px;
		padding-left: 2.5rem;
	}

.login-block .student-status-select select {
	background-image: url("/euf/assets/themes/fusion_standard/icons/arrow-small-down-blue-9.svg");
	height: 45px;
	height: 4.5rem;
	border-radius: 40px;
	border-radius: 4rem;
	border: none;
	background-color: #40c1ac;
	color: #19433C;
	/*font-size: 16px;
	font-size: 1.6rem;*/
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

.login-block .form-field-wrapper {
	max-width: none;
}

	.login-block .form-field-wrapper label {
		color: #fff;
	}

	.login-block .form-field-wrapper .asterisk {
		color: #df0000;
		position: relative;
		left: 3px;
		top: -3px;
		margin-right: 10px;
		margin-right: 1rem;
	}

	.login-block .form-field-wrapper input {
		height: 54px;
		height: 5.4rem;
	}

.login-block .error {
	color: #f15f53;
}

.login-block .text-forget-pass {
	float: right;
}

	.login-block .text-forget-pass a {
		color: #98c0e6;
	}

.login-block .button {
	display: block;
	margin: 0 auto;
	border-color: #fff !important;
	width: 40%;
}

@media (max-width: 31.1875em) {
	.login-block .button {
		width: 80%;
	}
}

.search-result-block {
	border: 1px solid #e9e9f0;
	box-shadow: 0 15px 80px 0 rgba(0, 0, 0, 0.06);
	position: relative;
}

	.search-result-block .row {
		margin-left: 0;
		margin-right: 0;
	}

@media (min-width: 48em) {
	.search-result-block > .row {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.search-result-block .large-icon-button {
	/*font-size: 12px;
	font-size: 1.2rem;*/
	padding: 20px;
	padding: 2rem;
}

	.search-result-block .large-icon-button .svg-wrapper {
		width: 36px;
		width: 3.6rem;
		height: 36px;
		height: 3.6rem;
	}

.search-result-block h3 {
	display: inline-block;
	margin-top: 15px;
	margin-top: 1.5rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	/*font-size: 28px;
	font-size: 2.8rem;*/
}

@media (max-width: 31.1875em) {
	.search-result-block h3 {
		/*font-size: 18px;
		font-size: 1.8rem;*/
	}
}

.search-result-block h5 {
	margin-bottom: 0;
	/*font-size: 14px;
	font-size: 1.4rem;*/
}

.search-result-block .bottom-row .svg-wrapper {
	width: 35px;
	width: 3.5rem;
	height: 35px;
	height: 3.5rem;
}

.search-result-block .course-code {
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

	.search-result-block .course-code > span {
		display: inline-block;
		margin-left: 8px;
		margin-left: 0.8rem;
	}

		.search-result-block .course-code > span:first-child {
			margin-left: 0;
		}

.search-result-block .remove-button {
	position: absolute;
	top: 12px;
	top: 1.2rem;
	right: 12px;
	right: 1.2rem;
}

@media (min-width: 48em) {
	.search-result-block .remove-button {
		top: 15px;
		top: 1.5rem;
		right: 15px;
		right: 1.5rem;
	}

		.search-result-block .remove-button .svg-wrapper {
			width: 36px;
			width: 3.6rem;
			height: 36px;
			height: 3.6rem;
		}
}

@media (max-width: 31.1875em) {
	.search-result-block .study-mode-badge {
		float: right;
	}
}

@media (min-width: 48em) {
	.search-result-block.search-result-full-width .left-col:not(.only-col) {
		width: 72%;
	}
}

@media (min-width: 64em) {
	.search-result-block.search-result-full-width .left-col:not(.only-col) {
		width: 78%;
	}
}

@media (min-width: 64em) {
	.search-result-block.search-result-full-width .left-col .large-3 {
		width: 20%;
	}
}

@media (min-width: 48em) {
	.search-result-block.search-result-full-width .right-col {
		width: 28%;
	}
}

@media (min-width: 64em) {
	.search-result-block.search-result-full-width .right-col {
		width: 22%;
	}
}

.search-listing-block .search-listing-content .content-header {
	border-top: 1px solid #d2d2d2;
}

	.search-listing-block .search-listing-content .content-header .content-header-inner {
		padding: 0 0 0 60px;
		padding: 0 0 0 6rem;
		margin: 15px 0 26px;
		margin: 1.5rem 0 2.6rem;
		position: relative;
	}

	.search-listing-block .search-listing-content .content-header .svg-wrapper {
		width: 39px;
		width: 3.9rem;
		height: 39px;
		height: 3.9rem;
		padding: 7px;
		padding: 0.7rem;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.search-listing-block .search-listing-content .content-header span {
		vertical-align: middle;
		line-height: 1.4;
	}

	.search-listing-block .search-listing-content .content-header b {
		font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	}

.search-listing-block .search-listing-content .btn-show-all-degrees {
	padding-top: 10px;
	padding-top: 1rem;
	padding-bottom: 70px;
	padding-bottom: 7rem;
}

.search-result-block .bottombar {
	padding: 10px 40px;
	padding: 1rem 4rem;
}

	.search-result-block .bottombar .bottombar-text {
		vertical-align: middle;
	}

@media (min-width: 48em) {
	.search-result-block .left-col:not(.only-col) {
		width: 69.5%;
	}
}

@media (min-width: 48em) {
	.search-result-block .left-col.only-col {
		width: 90%;
	}
}

.search-result-block .left-col.top-row {
	padding: 20px 20px 20px 20px;
	padding: 2rem 2rem 2rem 2rem;
}

@media (min-width: 48em) {
	.search-result-block .left-col.top-row {
		padding: 40px 20px 40px 40px;
		padding: 4rem 2rem 4rem 4rem;
	}
}

.search-result-block .left-col.bottom-row {
	padding: 0 20px 20px 0;
	padding: 0 2rem 2rem 0;
}

@media (min-width: 48em) {
	.search-result-block .left-col.bottom-row {
		padding: 25px 0 0 40px;
		padding: 2.5rem 0 0 4rem;
	}
}

.search-result-block .left-col .icon-block-horizontal .svg-wrapper {
	position: absolute;
}

.search-result-block .left-col .icon-block-horizontal .description p {
	padding-left: 40px;
	padding-left: 4rem;
	padding-right: 0;
	margin-bottom: 0;
}

@media (min-width: 48em) {
	.search-result-block .left-col .icon-block-horizontal {
		padding: 0;
	}
}

@media (max-width: 31.1875em) {
	.search-result-block .left-col .title-link .svg-wrapper {
		width: 25px;
		width: 2.5rem;
		height: 25px;
		height: 2.5rem;
	}
}

.search-result-block .left-col .title-link.theme-white {
	color: white;
}

.search-result-block .left-col .title-link.theme-blue-6 {
	color: #0052a0;
}

@media (min-width: 48em) {
	.search-result-block .left-col .description {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
}

.search-result-block .left-col .description .caption {
	text-transform: uppercase;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
}

.search-result-block .left-col .calendar-icon {
	margin-bottom: 2px;
	margin-bottom: 0.2rem;
}

.search-result-block .right-col {
	float: right;
	position: relative;
}

@media (min-width: 48em) {
	.search-result-block .right-col {
		width: 30.5%;
	}
}

.search-result-block .right-col.top-row {
	background-size: cover;
	padding: 0;
}

.search-result-block .right-col.bottom-row {
	padding-left: 0;
	padding-right: 0;
}

.search-result-block .right-col .cta-block {
	justify-content: flex-end;
}

	.search-result-block .right-col .cta-block .button {
		position: relative;
		/*outline: none;*/
	}

		.search-result-block .right-col .cta-block .button:focus {
			z-index: 1;
			/* display the outline over the top of the buttons next to this one */
		}

		.search-result-block .right-col .cta-block .button .tick-icon {
			fill: #f5ab30;
			width: 20px;
			width: 2rem;
			height: 20px;
			height: 2rem;
			position: absolute;
			left: 50%;
			margin-left: -25px;
			top: 11px;
		}

@media (min-width: 31.25em) {
	.search-result-block .right-col .cta-block .button .tick-icon {
		margin-left: 3px;
		top: 17px;
	}
}

@media (max-width: 31.1875em) {
	.search-result-block .right-col .cta-block .button {
		padding: 15px 0;
		padding: 1.5rem 0;
	}

	.search-result-block .right-col .cta-block .svg-wrapper {
		display: inline-block;
	}
}

.search-result-block .right-col .icon-image,
.search-result-block .right-col .image {
	width: 155px;
	width: 15.5rem;
	height: 155px;
	height: 15.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search-result-block .right-col .icon-image {
	border: 3px solid #98c0e6;
	border-radius: 50%;
}

.search-result-block .right-col .icon-image-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search-result-block.theme-online .icon-image {
	border-color: #40c1ac;
}

/*
.search-result-block.theme-online .cta-block .button .tick-icon {
  fill: #f5ab30; }
*/
.search-result-block.search-result-recommended .left-col.bottom-row {
	border-top: 1px solid #20354E;
}

.search-result-block.search-result-recommended .cta-block {
	border-top: 1px solid #20354E;
}

@media (min-width: 48em) {
	.search-result-block.search-result-recommended .cta-block {
		border-left: 1px solid #20354E;
	}
}

.search-result-block.search-result-people .left-col.bottom-row {
	border-top: 1px solid #f3f4f9;
}

@media (min-width: 48em) {
	.search-result-block.search-result-people .cta-block {
		border-top: 1px solid #f3f4f9;
	}
}

.search-result-block.search-result-people .right-col.top-row {
	min-height: 223px;
	min-height: 22.3rem;
}

.search-result-block.search-result-degree .left-col.bottom-row {
	border-top: 1px solid #f3f4f9;
}

.search-result-block.search-result-degree .cta-block {
	border-top: 1px solid #f3f4f9;
}

@media (min-width: 48em) {
	.search-result-block.search-result-degree .cta-block {
		border-left: 1px solid #f3f4f9;
	}
}

.search-result-recommended.theme-online .left-col.bottom-row {
	border-top: 1px solid #19498D;
}

.search-result-recommended.theme-online .cta-block {
	border-top: 1px solid #19498D;
}

@media (min-width: 48em) {
	.search-result-recommended.theme-online .cta-block {
		border-left: 1px solid #19498D;
	}
}

.search-result-block.simple .top-row {
	position: relative;
}

@media (min-width: 48em) {
	.search-result-block.simple .top-row {
		min-height: 235px;
		min-height: 23.5rem;
	}
}

.search-result-block.simple .right-col {
	padding: 0;
	position: relative;
}

@media (max-width: 31.1875em) {
	.search-result-block.simple .right-col {
		margin-top: 20px;
		margin-top: 2rem;
	}
}

@media (min-width: 48em) {
	.search-result-block.simple .right-col .button {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

@media (max-width: 31.1875em) {
	.search-result-block.simple .cta-block .svg-wrapper {
		width: 30px;
		width: 3rem;
		height: 30px;
		height: 3rem;
		margin-right: 5px;
		margin-right: 0.5rem;
	}
}

.search-result-block.simple .bottom-row {
	min-height: 92px;
	min-height: 9.2rem;
}

.search-result-block .date-range-arrow-mobile {
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
}

.theme-background-search-topbar-recommended {
	background-color: #455370;
}

.theme-background-search-recommended {
	background-color: #1E2B45;
}

.theme-border-search-recommended {
	border-color: #455370;
}

.search-no-result {
	position: relative;
	border: 1px solid #e9e9f0;
	box-shadow: 0 15px 80px 0 rgba(0, 0, 0, 0.06);
	padding: 15px;
	padding: 1.5rem;
}

@media (min-width: 31.25em) {
	.search-no-result {
		padding: 42px;
		padding: 4.2rem;
	}
}

.search-no-result .message span {
	/*font-size: inherit;*/
}

.search-no-result .icon-container {
	width: 55px;
	width: 5.5rem;
	float: left;
}

@media (min-width: 31.25em) {
	.search-no-result .icon-container {
		width: 90px;
		width: 9rem;
	}
}

@media (max-width: 31.1875em) {
	.search-no-result .icon-container .svg-wrapper {
		margin-top: 10px;
		margin-top: 1rem;
		width: 45px;
		width: 4.5rem;
		height: 45px;
		height: 4.5rem;
	}
}

.search-no-result .content-container {
	overflow: hidden;
}

.search-faq-block {
	padding: 42px 42px;
	padding: 4.2rem 4.2rem;
	border: 1px solid #e9e9f0;
	box-shadow: 0 15px 80px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 31.1875em) {
	.search-faq-block {
		padding: 15px;
		padding: 1.5rem;
	}
}

.search-faq-block .heading {
	margin-top: 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.search-faq-block .faq-block {
	margin-bottom: 0;
}

.search-pagination {
	display: inline-block;
	background-color: white;
	vertical-align: middle;
	border-radius: 20px;
	border-radius: 2rem;
	margin-top: 40px;
	margin-top: 4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	background-color: white;
	color: #115aa6;
}

	.search-pagination .page-num {
		display: inline-block;
		width: 40px;
		width: 4rem;
		height: 40px;
		height: 4rem;
		line-height: 40px;
		line-height: 4rem;
		text-align: center;
		vertical-align: middle;
		color: #115aa6;
		/*font-size: 16px;
		font-size: 1.6rem;*/
		font-weight: bold;
		border-radius: 20px;
		border-radius: 2rem;
		text-decoration: none;
		color: #115aa6;
	}

		.search-pagination .page-num:hover {
			text-decoration: none !important;
		}

			.search-pagination .page-num:hover:not(.active) {
				color: #2770b3;
			}

			.search-pagination .page-num:hover.active {
				cursor: default;
			}

	.search-pagination .active {
		background-color: #98c0e6;
		color: black;
	}

	.search-pagination.theme-online .active {
		background-color: #40c1ac !important;
		color: #194544;
	}

@media (max-width: 31.1875em) {
	.search-refine {
		width: 100%;
	}
}

.search-refine .title {
	padding: 20px;
	padding: 2rem;
}

.search-refine .clear-btn {
	cursor: pointer;
	padding-top: 5px;
	padding-top: 0.5rem;
}

	.search-refine .clear-btn:hover {
		text-decoration: underline;
	}

.search-refine .accordion-content {
	padding: 20px;
	padding: 2rem;
}

.search-refine .accordion {
	margin-bottom: 0;
}

.search-refine .accordion-title-row {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	-webkit-align-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.search-refine .accordion-title[aria-selected="false"] {
	border-bottom: 1px solid #87B0DC;
}

.search-refine .accordion-content .checkbox-wrapper {
	padding-bottom: 17px;
	padding-bottom: 1.7rem;
}

.search-refine form input[type='checkbox'] + label:before {
	border-color: #98c0e6;
	margin-right: 20px;
	margin-right: 2rem;
}

.search-refine form input[type='checkbox']:checked + label:before {
	background-image: url(/euf/assets/themes/fusion_standard/icons/checkbox-tick.svg);
}

@media (min-width: 64em) {
	.search-refine .buttons-wrapper {
		background: none;
	}
}

.search-refine .button {
	width: 100%;
}

@media (max-width: 63.9375em) {
	.search-refine .button-left {
		padding-right: 5px;
	}

	.search-refine .button-right {
		padding-left: 5px;
	}
}

.reveal .search-refine {
	padding-bottom: 60px;
	padding-bottom: 6rem;
}

	.reveal .search-refine .buttons-wrapper {
		padding-top: 20px;
		padding-top: 2rem;
		padding-bottom: 20px;
		padding-bottom: 2rem;
		padding-right: 15px;
		padding-right: 1.5rem;
		position: fixed;
		bottom: 0;
		width: 100%;
		right: 0;
		z-index: 100001;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

.search-result-related-search {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 15px 80px 0 rgba(0, 0, 0, 0.06);
	padding: 25px 20px;
	padding: 2.5rem 2rem;
}

@media (min-width: 48em) {
	.search-result-related-search {
		padding: 45px;
		padding: 4.5rem;
	}
}

.search-result-related-search ul {
	padding-left: 0;
}

	.search-result-related-search ul li a:link {
		color: #0052a0;
	}

.search-result-related-search .list-title {
	display: inline-block;
	margin: 20px 0;
	margin: 2rem 0;
}

.search-result-related-search h2 {
	/*font-size: 28px;
	font-size: 2.8rem;*/
	margin-bottom: 0;
}

.search-form {
	padding-top: 20px;
	padding-top: 2rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

@media (min-width: 48em) {
	.search-form {
		padding-top: 40px;
		padding-top: 4rem;
	}
}

.search-form .input-group-field {
	width: 97%;
	height: 40px;
	height: 4rem;
	/*font-size: 22px;
	font-size: 2.2rem;*/
	padding-left: 0;
	padding-right: 25px;
	padding-right: 2.5rem;
	background: none;
	border: none;
	border-bottom: 2px solid #98c0e6;
	color: #fff;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	box-shadow: none;
	margin: 0;
}

@media (min-width: 48em) {
	.search-form .input-group-field {
		height: 80px;
		height: 8rem;
		/*font-size: 42px;
		font-size: 4.2rem;*/
		border-bottom: 4px solid #98c0e6;
		padding-right: 65px;
		padding-right: 6.5rem;
	}
}

.search-form .input-group-field::placeholder {
	color: #98c0e6;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

.search-form .input-group-field::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #98c0e6;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

.search-form .input-group-field::-moz-placeholder {
	/* Firefox 19+ */
	color: #98c0e6;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

.search-form .input-group-field:-ms-input-placeholder {
	/* IE 10+ */
	color: #98c0e6;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

.search-form .input-group-field::-ms-input-placeholder {
	/* Edge? font-family doesn't seem to work */
	color: #98c0e6;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

.search-form .input-group-field:-moz-placeholder {
	/* Firefox 18- */
	color: #98c0e6;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

.search-form .input-group-label {
	background: none;
	border: none;
}

.search-form.search-form-background-white .input-group-field {
	color: #00385e;
}

	.search-form.search-form-background-white .input-group-field::placeholder {
		color: #A0A0A0;
		font-family: "National-2-Condensed", arial, helvetica, sans-serif;
	}

	.search-form.search-form-background-white .input-group-field::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: #A0A0A0;
		font-family: "National-2-Condensed", arial, helvetica, sans-serif;
	}

	.search-form.search-form-background-white .input-group-field::-moz-placeholder {
		/* Firefox 19+ */
		color: #A0A0A0;
		font-family: "National-2-Condensed", arial, helvetica, sans-serif;
	}

	.search-form.search-form-background-white .input-group-field:-ms-input-placeholder {
		/* IE 10+ */
		color: #A0A0A0;
		font-family: "National-2-Condensed", arial, helvetica, sans-serif;
	}

	.search-form.search-form-background-white .input-group-field::-ms-input-placeholder {
		/* Edge? font-family doesn't seem to work */
		color: #A0A0A0;
		font-family: "National-2-Condensed", arial, helvetica, sans-serif;
	}

	.search-form.search-form-background-white .input-group-field:-moz-placeholder {
		/* Firefox 18- */
		color: #A0A0A0;
		font-family: "National-2-Condensed", arial, helvetica, sans-serif;
	}

@media (min-width: 48em) {
	.search-form.search-form-background-white {
		padding-top: 30px;
		padding-top: 3rem;
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
}

@media (min-width: 48em) {
	.search-form.search-form-icon-left .input-group-field {
		margin-left: 20px;
		margin-left: 2rem;
		width: 94%;
	}
}

.search-form.search-form-icon-left .icon-left {
	display: table-cell;
}

	.search-form.search-form-icon-left .icon-left.svg-wrapper > svg {
		margin-top: 10px;
		margin-top: 1rem;
	}

.search-form input[type="text"]:invalid ~ input[type="reset"] {
	display: none;
}

.search-form input[type="reset"] {
	height: 38px;
	height: 3.8rem;
	width: 38px;
	width: 3.8rem;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 40px;
	right: 4rem;
	color: #98c0e6;
	/*font-size: 4rem;*/
	line-height: 1rem;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

@media (min-width: 48em) {
	.search-form input[type="reset"] {
		right: 120px;
		right: 12rem;
		top: 22px;
		top: 2.2rem;
		/*font-size: 5rem;*/
	}
}

.search-form .input-group-button {
	vertical-align: top;
}

.search-form .search-button {
	height: 100%;
}

	.search-form .search-button:disabled > .svg-wrapper {
		background-color: #0052a0;
	}

	.search-form .search-button > .svg-wrapper {
		width: 40px;
		width: 4rem;
		height: 40px;
		height: 4rem;
	}

		.search-form .search-button > .svg-wrapper > svg {
			width: 3rem;
		}

@media (min-width: 48em) {
	.search-form .search-button > .svg-wrapper {
		height: 80px;
		height: 8rem;
		width: 80px;
		width: 8rem;
	}

		.search-form .search-button > .svg-wrapper > svg {
			width: 4rem;
		}
}

.search-listing-header .search-sort-label {
	margin-right: 10px;
	margin-right: 1rem;
}

.search-listing-header form {
	display: flex;
	align-items: center;
}

.search-listing-header .search-sort {
	height: 59px;
	height: 5.9rem;
	margin: 0;
	color: #0052a0;
	background-image: url("/euf/assets/themes/fusion_standard/icons/arrow-down-blue-2.svg");
	border: 1px solid #e9e9f0;
	box-shadow: 0 15px 80px 0 rgba(0, 0, 0, 0.06);
}

	.search-listing-header .search-sort.online {
		background-image: url("/euf/assets/themes/fusion_standard/icons/arrow-down-green-2.svg");
	}

.search-listing-header .refine-button {
	width: 100%;
}

.search-listing-header .button-left {
	padding-right: 5px;
}

.search-listing-header .button-right {
	padding-left: 5px;
}

.search-listing-block .tabs .tabs-title a {
	padding-left: 10px;
	padding-left: 1rem;
	padding-right: 10px;
	padding-right: 1rem;
}

@media screen and (max-width: 30.357em) {
	.online-homepage-hero {
		background-image: url("/euf/assets/images/UniSAOnline-homepage-banner-mobile.jpg"), url("/euf/assets/themes/fusion_standard/images/UniSAOnline-bannerstack-bg-mobile.jpg");
		background-size: contain, cover;
		background-position: 0 0, 0 37%;
		/*height: 135vw;*/
	}
}

@media screen and (min-width: 30.429em) {
	.online-homepage-hero {
		background-image: url("/euf/assets/themes/fusion_standard/images/UniSAOnline-homepage-banner.jpg");
		min-height: 444px;
		min-height: 44.4rem;
	}
}

@media (min-width: 64em) {
	.online-homepage-hero {
		min-height: 644px;
		min-height: 64.4rem;
		margin-bottom: 6.25vw;
	}
}

@media screen and (max-width: 30.357em) {
	.online-homepage-hero .content {
		margin-top: 65%;
		margin-left: 20px;
		margin-left: 2rem;
		margin-right: 20px;
		margin-right: 2rem;
		padding-bottom: 40px;
		padding-bottom: 4rem;
	}
}

@media screen and (min-width: 30.429em) {
	.online-homepage-hero .content {
		margin-top: 100px;
		margin-top: 10rem;
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}
}

@media (min-width: 64em) {
	.online-homepage-hero .content {
		margin-top: 140px;
		margin-top: 14rem;
	}
}

.online-homepage-hero .content .button {
	width: 100%;
	min-width: 248px;
	min-width: 24.8rem;
	width: auto;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	margin-right: 13px;
	margin-right: 1.3rem;
}

.online-homepage-hero .content h1 {
	/*font-size: 28px;
	font-size: 2.8rem;*/
	line-height: 36px;
	line-height: 3.6rem;
}

@media screen and (max-width: 30.357em) {
	.online-homepage-hero .content h1 {
		text-transform: capitalize;
	}
}

@media screen and (min-width: 30.429em) {
	.online-homepage-hero .content h1 {
		/*font-size: 32px;
		font-size: 3.2rem;*/
		line-height: 40px;
		line-height: 4rem;
		text-transform: uppercase;
	}
}

@media (min-width: 48em) {
	.online-homepage-hero .content h1 {
		/*font-size: 40px;
		font-size: 4rem;*/
		line-height: 50px;
		line-height: 5rem;
		text-transform: uppercase;
	}
}

@media (min-width: 64em) {
	.online-homepage-hero .content h1 {
		/*font-size: 56px;
		font-size: 5.6rem;*/
		line-height: 62px;
		line-height: 6.2rem;
	}
}

.search-promontional-modal.simple {
	max-width: 425px;
	max-width: 42.5rem;
}

	.search-promontional-modal.simple .top {
		background-image: url("/euf/assets/themes/fusion_standard/images/search-promo-panel.png");
		background-repeat: no-repeat;
		height: 182px;
		height: 18.2rem;
		background-size: cover;
		background-position: center;
	}

	.search-promontional-modal.simple .bottom {
		padding: 35px 25px 25px 25px;
		padding: 3.5rem 2.5rem 2.5rem 2.5rem;
	}

		.search-promontional-modal.simple .bottom .button {
			width: 100%;
		}

.search-promontional-modal.thin-version {
	max-width: 425px;
	max-width: 42.5rem;
}

@media screen and (min-width: 26.563em) and (max-width: 63.938em) {
	.search-promontional-modal.thin-version {
		display: none;
	}
}

.search-promontional-modal.thin-version .top {
	background-image: url("/euf/assets/themes/fusion_standard/images/search-promo-panel.png");
	background-repeat: no-repeat;
	height: 182px;
	height: 18.2rem;
	background-size: cover;
}

.search-promontional-modal.thin-version .bottom {
	padding: 35px 25px 25px 25px;
	padding: 3.5rem 2.5rem 2.5rem 2.5rem;
}

	.search-promontional-modal.thin-version .bottom .button {
		width: 100%;
	}

.search-promontional-modal.wide-version {
	display: none;
	width: 100%;
	min-height: 300px;
	min-height: 30rem;
	background-image: url("/euf/assets/themes/fusion_standard/images/promo-panel-wide.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

	.search-promontional-modal.wide-version .button:hover {
		background: #1CAE96;
	}

	.search-promontional-modal.wide-version .content {
		width: 50%;
		margin-left: 80px;
		margin-left: 8rem;
		padding-top: 40px;
		padding-top: 4rem;
		padding-bottom: 40px;
		padding-bottom: 4rem;
	}

@media screen and (min-width: 26.563em) and (max-width: 63.938em) {
	.search-promontional-modal.wide-version {
		display: block;
	}
}

.search-useful-links {
	background: #fff;
}

	.search-useful-links .title {
		padding: 15px 25px;
		padding: 1.5rem 2.5rem;
	}

	.search-useful-links .links {
		padding: 30px 18px;
		padding: 3rem 1.8rem;
	}

		.search-useful-links .links ul {
			padding: 0;
		}

.online-homepage-info-panel {
	padding: 40px 0 0;
	padding: 4rem 0 0;
}

@media (min-width: 64em) {
	.online-homepage-info-panel.page-info-block {
		margin-top: -270px;
		margin-top: -27rem;
	}
}

.online-homepage-info-panel .page-info-block-inner {
	background: #fff;
}

@media (min-width: 48em) {
	.online-homepage-info-panel .page-info-block-content {
		padding: 30px 35px 65px 35px;
		padding: 3rem 3.5rem 6.5rem 3.5rem;
	}
}

.online-homepage-info-panel .online-degree-panel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.online-homepage-info-panel .online-degree-panel .degree-cta {
		position: relative;
		border-right: 1px solid #00418e;
		border-bottom: 1px solid #00418e;
		background-image: linear-gradient(180deg, #00418E 0%, #003681 100%);
		box-shadow: inset 1px 1px 0 0 rgba(152, 192, 230, 0.2);
		transition: all 0.1s ease;
		margin: 0;
	}

@media (max-width: 31.1875em) {
	.online-homepage-info-panel .online-degree-panel .degree-cta {
		text-align: left;
		padding: 12px 15px;
		padding: 1.2rem 1.5rem;
	}
}

.online-homepage-info-panel .online-degree-panel .degree-cta .description {
	line-height: 21px;
	line-height: 2.1rem;
}

@media (max-width: 31.1875em) {
	.online-homepage-info-panel .online-degree-panel .degree-cta .description {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.online-homepage-info-panel .online-degree-panel .degree-cta:hover {
	background-image: none;
	background-color: #0052A0;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
	transform: scale(1.08, 1.08);
	z-index: 2;
	border: none;
	transition: all 0.1s ease;
}

@media (max-width: 31.1875em) {
	.online-homepage-info-panel .online-degree-panel .degree-cta:hover {
		transform: scale(1.05, 1.05);
	}
}

@media (max-width: 31.1875em) {
	.online-homepage-info-panel .online-degree-panel .svg-wrapper {
		display: inline-block;
		width: 40px;
		width: 4rem;
		height: 40px;
		height: 4rem;
		margin-right: 20px;
		margin-right: 2rem;
	}
}

.online-homepage-info-panel .online-degrees .title {
	/*font-size: 24px;
	font-size: 2.4rem;*/
	padding-left: 25px;
	padding-left: 2.5rem;
	padding-right: 25px;
	padding-right: 2.5rem;
}

@media (min-width: 48em) {
	.online-homepage-info-panel .online-degrees .title {
		/*font-size: 28px;
		font-size: 2.8rem;*/
	}
}

.online-homepage-info-panel .external-degree-panel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.online-homepage-info-panel .external-degree-panel .degree-cta {
		position: relative;
		text-align: left;
		border: none;
		border-right: 1px solid #a8cced;
		border-bottom: 1px solid #a8cced;
		box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.25);
		padding: 15px 20px;
		padding: 1.5rem 2rem;
		min-width: none !important;
		margin: 0;
	}

		.online-homepage-info-panel .external-degree-panel .degree-cta .description {
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			line-height: 21px;
			line-height: 2.1rem;
		}

		.online-homepage-info-panel .external-degree-panel .degree-cta:active {
			background-color: #2770b3;
			color: white;
		}

			.online-homepage-info-panel .external-degree-panel .degree-cta:active svg {
				fill: white;
			}

		.online-homepage-info-panel .external-degree-panel .degree-cta:focus {
			background-color: #5a95cc;
			color: white;
		}

			.online-homepage-info-panel .external-degree-panel .degree-cta:focus svg {
				fill: white;
			}

	.online-homepage-info-panel .external-degree-panel .svg-wrapper {
		display: inline-block;
		margin-right: 10px;
		margin-right: 1rem;
	}

@media (max-width: 31.1875em) {
	.online-homepage-info-panel .external-degree-panel .svg-wrapper {
		text-align: left;
		margin-right: 20px;
		margin-right: 2rem;
	}
}

.online-homepage-info-panel .external-degrees .subtitle {
	/*font-size: 20px;
	font-size: 2rem;*/
	padding-left: 25px;
	padding-left: 2.5rem;
	padding-right: 25px;
	padding-right: 2.5rem;
}

.enquire-block {
	margin-top: -40px;
	margin-top: -4rem;
	position: relative;
	z-index: 1;
}

@media (min-width: 48em) {
	.enquire-block {
		margin-top: -98px;
		margin-top: -9.8rem;
		margin-top: -118px;
		margin-top: -11.8rem;
	}
}

@media (min-width: 64em) {
	.enquire-block {
		margin-top: -250px;
		margin-top: -25rem;
	}
}

@media (min-width: 80em) {
	.enquire-block {
		margin-top: -340px;
		margin-top: -34rem;
	}
}

.enquire-block .tabs-panel {
	padding: 0;
}

.enquire-block .tabs-description {
	color: #003E74;
	padding: 20px 15px;
	padding: 2rem 1.5rem;
}

@media (min-width: 64em) {
	.enquire-block .tabs-description {
		padding: 30px 100px;
		padding: 3rem 10rem;
	}
}

.enquire-block .enquire-forms {
	background-color: #E7E8EE;
}

.enquire-block .enquire-forms-inner {
	position: relative;
	padding: 30px 15px 60px 15px;
	padding: 3rem 1.5rem 6rem 1.5rem;
}

@media (min-width: 48em) {
	.enquire-block .enquire-forms-inner {
		padding: 50px 100px 100px 100px;
		padding: 5rem 10rem 10rem 10rem;
	}
}

@media (min-width: 64em) {
	.enquire-block .enquire-forms-inner {
		padding: 8px 0 40px 0;
		padding: 0.8rem 0 4rem 0;
	}
}

.enquire-block .enquire-forms-inner .required-message {
	display: block;
	background-color: #DADBE5;
}

	.enquire-block .enquire-forms-inner .required-message p {
		margin: 0;
	}

.enquire-block .enquire-form-section {
	padding: 40px 0 15px 0;
	padding: 4rem 0 1.5rem 0;
}

	.enquire-block .enquire-form-section:not(:first-of-type) {
		border-top: 2px solid #CDCFDD;
	}

.enquire-block .form-field-wrapper {
	padding-top: 8px;
	padding-top: 0.8rem;
}

	.enquire-block .form-field-wrapper:first-of-type {
		margin-top: 10px;
		margin-top: 1rem;
	}

.enquire-block .section-icon {
	border-radius: 50%;
	padding: 10px;
	padding: 1rem;
}

@media (max-width: 31.1875em) {
	.enquire-block .section-icon {
		width: 55px;
		width: 5.5rem;
		height: 55px;
		height: 5.5rem;
		padding: 10px;
		padding: 1rem;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
}

.enquire-block .section-heading {
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	/*font-size: 24px;
	font-size: 2.4rem;*/
}

.enquire-block .form-row-label label {
	width: auto;
}

.enquire-block .cta-block {
	display: block;
}

@media (min-width: 64em) {
	.enquire-block .cta-block {
		float: right;
		width: 144px;
		width: 14.4rem;
		margin-top: 60px;
		margin-top: 6rem;
		margin-right: -15px;
		margin-right: -1.5rem;
	}
}

.enquire-block .cta-block .button {
	padding-left: 15px;
	padding-left: 1.5rem;
	padding-right: 15px;
	padding-right: 1.5rem;
}

.enquire-block .high-school-section {
	display: none;
}

.enquire-block .add-study-area {
	margin-top: 15px;
	margin-top: 1.5rem;
}

@media (max-width: 31.1875em) {
	.enquire-block .add-study-area {
		width: 100%;
	}

		.enquire-block .add-study-area span {
			display: none;
		}

		.enquire-block .add-study-area:after {
			content: "Add another";
		}
}

.enquire-block .btn-remove-study-area span {
	/*font-size: 24px;*/
}

.enquire-block .btn-remove-study-area a {
	position: relative;
	top: -3px;
}

.enquire-block .specialty-select-wrapper {
	display: none;
}

@media (max-width: 31.1875em) {
	.enquire-block .half-width {
		width: 100%;
	}
}

.enquire-block [name='postcode'] {
	width: 50%;
}

.enquire-block .specialty-select {
	display: none;
}

.enquire-block span[data-tooltip] {
	float: none;
}

	.enquire-block span[data-tooltip] svg {
		fill: #98c0e6;
	}

.enquire-block form select {
	background-image: url("/assets/icons/arrow-down-blue-2.svg");
}

.enquire-block form select {
	color: #0052a0;
}

.enquire-block .checkbox-wrapper label {
	margin-right: 20px;
	margin-right: 2rem;
}

.enquire-block [type='checkbox'] + label {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

@media (min-width: 48em) {

	.enquire-block .intl-tel-input,
	.enquire-block input[name='postcode'] {
		width: 50%;
	}
}

.enquire-block form input[type='checkbox'] + label:before {
	border-color: #98c0e6;
}

@media (min-width: 64em) {
	.enquire-block .form-submit-section {
		margin-left: 34.3%;
	}
}

@media (max-width: 31.1875em) {
	.enquire-block .button[type='submit'] {
		width: 100%;
	}
}

.enquire-block .tabs-block .tabs .tabs-title a[aria-selected='false']:focus {
	background: #0052a0;
}

.enquire-block-online .online-footer-padding-bottom {
	padding-bottom: 80px;
	padding-bottom: 8rem;
}

@media (min-width: 48em) {
	.enquire-block-online .online-footer-padding-bottom {
		padding-bottom: 170px;
		padding-bottom: 17rem;
	}
}

.enquire-thankyou-info-block-content {
	padding: 35px 20px;
	padding: 3.5rem 2rem;
}

@media (min-width: 48em) {
	.enquire-thankyou-info-block-content {
		padding: 40px 40px;
		padding: 4rem 4rem;
	}
}

@media (min-width: 64em) {
	.enquire-thankyou-info-block-content {
		padding: 60px 60px;
		padding: 6rem 6rem;
	}
}

@media (min-width: 64em) {
	.enquire-thankyou-info-block-content {
		min-height: 420px;
		min-height: 42rem;
	}
}

.enquire-thankyou-info-block-content .svg-wrapper {
	display: inline-block;
}

@media (max-width: 31.1875em) {
	.enquire-thankyou-info-block-content .svg-wrapper {
		width: 60px;
		width: 6rem;
		height: 60px;
		height: 6rem;
		margin-left: -5px;
		margin-left: -0.5rem;
	}
}

.enquire-thankyou-info-block-content .info-panel-heading {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-left: 20px;
	margin-left: 2rem;
	/*font-size: 28px;
	font-size: 2.8rem;*/
}

@media (min-width: 48em) {
	.enquire-thankyou-info-block-content .info-panel-heading {
		/*font-size: 44px;
		font-size: 4.4rem;*/
	}
}

.enquire-thankyou-info-block-content .info-panel-description {
	/*font-size: 14px;
	font-size: 1.4rem;*/
	margin-top: 20px;
	margin-top: 2rem;
}

@media (min-width: 48em) {
	.enquire-thankyou-info-block-content .info-panel-description {
		/*font-size: 18px;
		font-size: 1.8rem;*/
	}
}

.stories-listing-block {
	padding: 50px 15px;
	padding: 5rem 1.5rem;
}

@media (min-width: 48em) {
	.stories-listing-block {
		padding: 50px 0;
		padding: 5rem 0;
	}
}

.stories-listing-block form {
	line-height: 59px;
	line-height: 5.9rem;
}

.stories-listing-block .listing-header {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

@media (min-width: 48em) {
	.stories-listing-block .listing-header {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}
}

.stories-listing-block .story-filter {
	height: 59px;
	height: 5.9rem;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	color: #0052a0;
	background-image: url(/assets/icons/arrow-down-blue-2.svg);
	border: 1px solid #e9e9f0;
	box-shadow: 0 15px 80px 0 rgba(0, 0, 0, 0.06);
}

@media (min-width: 48em) {
	.stories-listing-block .story-filter {
		max-width: 240px;
		max-width: 24rem;
		margin: 0 0 0 20px;
		margin: 0 0 0 2rem;
	}
}

@media (max-width: 31.1875em) {
	.stories-listing-block .stories-small-block {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}
}

.stories-listing-block .story-block-medium-profile {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

	.stories-listing-block .story-block-medium-profile .content-mobile {
		margin-bottom: 0;
	}

@media (min-width: 48em) {
	.stories-listing-block .story-block-medium-profile .content-mobile {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}
}

.stories-listing-block .position-text {
	color: #98C0E6;
}

.stories-listing-block .stories-small-block .block-footer p {
	margin-bottom: 0;
}

.other-stories-block {
	background-color: #E7E9F2;
}

.stories-card-panel-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.theme-online select {
	/*background-image: url("/assets/icons/arrow-down-green-2.svg") !important;*/
}

.search-concierge-block {
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

	.search-concierge-block .search-concierge-block-inner {
		padding: 80px 0;
		padding: 8rem 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002b72+0,002b72+100&1+46,0.4+100 */
		background: -moz-linear-gradient(left, #002b72 0%, #002b72 46%, rgba(0, 43, 114, 0.4) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, #002b72 0%, #002b72 46%, rgba(0, 43, 114, 0.4) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #002b72 0%, #002b72 46%, rgba(0, 43, 114, 0.4) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002b72', endColorstr='#66002b72', GradientType=1);
		/* IE6-9 */
	}

@media (min-width: 64em) {
	.search-concierge-block .search-concierge-block-inner {
		min-height: 500px;
		min-height: 50rem;
	}
}

@media (max-width: 47.875em) {
	.search-concierge-block {
		background: #002b72 !important;
	}
}

.search-concierge-block .concierge-career-container,
.search-concierge-block .concierge-specialisation-container,
.search-concierge-block .concierge-study-mode-container {
	display: none;
}

.search-concierge-block label {
	display: inline-block;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	color: #98c0e6;
	vertical-align: top;
	/*font-size: 20px;
	font-size: 2rem;*/
	line-height: 36px;
	line-height: 3.6rem;
}

@media (min-width: 48em) {
	.search-concierge-block label {
		/*font-size: 28px;
		font-size: 2.8rem;*/
		padding-top: 10px;
		padding-top: 1rem;
		line-height: 36px;
		line-height: 3.6rem;
	}
}

.search-concierge-block label span {
	/*font-size: inherit;*/
}

.search-concierge-block .concierge-career-label-mobile {
	display: none;
}

.search-concierge-block .label-text-input {
	line-height: 38px;
	line-height: 3.8rem;
}

@media (min-width: 48em) {
	.search-concierge-block .label-text-input {
		padding-top: 10px;
		padding-top: 1rem;
		line-height: 38px;
		line-height: 3.8rem;
	}
}

.search-concierge-block .choices__list--single,
.search-concierge-block select,
.search-concierge-block .text-input {
	box-shadow: none;
	background: none;
	color: #fff;
	border-color: transparent;
	padding: 0 22px 0 0;
	padding: 0 2.2rem 0 0;
}

@media (min-width: 48em) {

	.search-concierge-block .choices__list--single,
	.search-concierge-block select,
	.search-concierge-block .text-input {
		padding-right: 30px;
		padding-right: 3rem;
	}
}

.search-concierge-block .choices__list--single::placeholder,
.search-concierge-block select::placeholder,
.search-concierge-block .text-input::placeholder {
	color: #fff;
	opacity: 1 !important;
}

.search-concierge-block .choices__list--single::-webkit-input-placeholder,
.search-concierge-block select::-webkit-input-placeholder,
.search-concierge-block .text-input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1 !important;
}

.search-concierge-block .choices__list--single::-moz-placeholder,
.search-concierge-block select::-moz-placeholder,
.search-concierge-block .text-input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: 1 !important;
}

.search-concierge-block .choices__list--single:-ms-input-placeholder,
.search-concierge-block select:-ms-input-placeholder,
.search-concierge-block .text-input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.search-concierge-block .choices__list--single::-ms-input-placeholder,
.search-concierge-block select::-ms-input-placeholder,
.search-concierge-block .text-input::-ms-input-placeholder {
	/* Edge */
	color: #fff;
}

.search-concierge-block .choices__list--single:-moz-placeholder,
.search-concierge-block select:-moz-placeholder,
.search-concierge-block .text-input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.search-concierge-block .choices__list--single,
.search-concierge-block .text-input {
	border-bottom: 1px dashed #fff;
}

.search-concierge-block .text-input,
.search-concierge-block select {
	margin: 0;
	height: auto;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

	.search-concierge-block .text-input:focus,
	.search-concierge-block select:focus {
		outline: none;
		box-shadow: none;
	}

	.search-concierge-block .text-input:focus,
	.search-concierge-block .is-focused .choices__list--single,
	.search-concierge-block .choices:focus .choices__list--single {
		border-bottom: 1px dashed #f5ab30;
		color: #f5ab30;
	}

		.search-concierge-block .text-input:focus::placeholder,
		.search-concierge-block .is-focused .choices__list--single::placeholder,
		.search-concierge-block .choices:focus .choices__list--single::placeholder {
			color: #f5ab30;
		}

		.search-concierge-block .text-input:focus::-webkit-input-placeholder,
		.search-concierge-block .is-focused .choices__list--single::-webkit-input-placeholder,
		.search-concierge-block .choices:focus .choices__list--single::-webkit-input-placeholder {
			/* Chrome/Opera/Safari */
			color: #f5ab30;
		}

		.search-concierge-block .text-input:focus::-moz-placeholder,
		.search-concierge-block .is-focused .choices__list--single::-moz-placeholder,
		.search-concierge-block .choices:focus .choices__list--single::-moz-placeholder {
			/* Firefox 19+ */
			color: #f5ab30;
		}

		.search-concierge-block .text-input:focus:-ms-input-placeholder,
		.search-concierge-block .is-focused .choices__list--single:-ms-input-placeholder,
		.search-concierge-block .choices:focus .choices__list--single:-ms-input-placeholder {
			/* IE 10+ */
			color: #f5ab30;
		}

		.search-concierge-block .text-input:focus::-ms-input-placeholder,
		.search-concierge-block .is-focused .choices__list--single::-ms-input-placeholder,
		.search-concierge-block .choices:focus .choices__list--single::-ms-input-placeholder {
			/* Edge */
			color: #f5ab30;
		}

		.search-concierge-block .text-input:focus:-moz-placeholder,
		.search-concierge-block .is-focused .choices__list--single:-moz-placeholder,
		.search-concierge-block .choices:focus .choices__list--single:-moz-placeholder {
			/* Firefox 18- */
			color: #f5ab30;
		}

.search-concierge-block select,
.search-concierge-block input,
.search-concierge-block .choices__list--single {
	display: inline-block;
	width: auto;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	/*font-size: 20px;
	font-size: 2rem;*/
	line-height: 36px;
	line-height: 3.6rem;
}

@media (min-width: 48em) {

	.search-concierge-block select,
	.search-concierge-block input,
	.search-concierge-block .choices__list--single {
		/*font-size: 28px;
		font-size: 2.8rem;*/
		padding-top: 10px;
		padding-top: 1rem;
		line-height: 36px;
		line-height: 3.6rem;
	}
}

.search-concierge-block .button {
	margin-top: 40px;
	margin-top: 4rem;
}

@media (max-width: 47.875em) {
	.search-concierge-block .button {
		min-width: 130px;
		min-width: 13rem;
	}
}

.search-concierge-block .button[disabled] {
	border-color: #0052a0;
	color: #0052a0;
}

.search-concierge-block .button:hover:enabled {
	color: #0052a0;
	background-color: #fff;
}

.search-concierge-block .choices[data-type*="select-one"]:after {
	border-color: #ffffff transparent transparent transparent;
}

.search-concierge-block .text-input {
	background-image: url(/assets/icons/pencil-white.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right bottom 7px;
	width: 100%;
}

	.search-concierge-block .text-input.is-focused,
	.search-concierge-block .text-input:focus {
		background-image: url(/assets/icons/pencil-orange-dark-alert.svg);
	}

	.search-concierge-block .text-input::-webkit-calendar-picker-indicator {
		display: none;
	}

@media (min-width: 31.25em) {
	.search-concierge-block .text-input {
		width: auto;
		min-width: 380px;
		min-width: 38rem;
	}
}

@media (min-width: 48em) {
	.search-concierge-block .text-input {
		padding-top: 10px;
		padding-top: 1rem;
		padding-right: 22px;
		padding-right: 2.2rem;
		background-position: right bottom 5px;
		background-size: 22px 22px;
	}
}

.search-concierge-block .choices {
	display: inline-block;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	background-image: url(/assets/icons/arrow-down-grey.svg);
	background-repeat: no-repeat;
	background-size: 16px 12px;
	background-position: right bottom 19px;
}

@media (min-width: 48em) {
	.search-concierge-block .choices {
		background-position: right bottom 12px;
		background-size: 16px 12px;
	}
}

.search-concierge-block .choices .choices__inner {
	border: none;
	background: none;
	padding: 0;
	height: auto;
	min-height: 44px;
	padding-bottom: 1px;
}

.search-concierge-block .choices.is-open .choices__list {
	width: 100%;
}

.search-concierge-block .choices.is-focused,
.search-concierge-block .choices:focus {
	background-image: url(/assets/icons/arrow-down-orange-dark-alert.svg);
}

.search-concierge-block .choices .choices__list--dropdown {
	background: #fff;
	border: none;
	border-radius: 0;
	width: 100%;
	min-width: 200px;
	min-width: 20rem;
}

@media (min-width: 31.25em) {
	.search-concierge-block .choices .choices__list--dropdown {
		min-width: 300px;
		min-width: 30rem;
	}
}

.search-concierge-block .choices .choices__list--dropdown .choices__item--selectable {
	color: #0052a0;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	word-break: keep-all;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
}

	.search-concierge-block .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
		background-color: #98c0e6;
	}

.search-concierge-block .choices[data-type*="select-one"]:after {
	content: none;
}

@media (max-width: 47.875em) {
	.search-concierge-block .concierge-search-type-container .choices {
		margin-bottom: 0px;
	}
}

.search-concierge-block .concierge-search-type-container .choices .choices__list--dropdown {
	min-width: auto;
}

@media (max-width: 31.1875em) {
	.search-concierge-block .concierge-study-mode-label {
		display: block;
	}
}

.search-concierge-block .concierge-study-area-container .choices {
	margin-right: 8px;
	margin-right: 0.8rem;
}

.search-concierge-block .concierge-study-mode-container .choices .choices__list--dropdown {
	min-width: 200px;
}

@media (max-width: 47.875em) {
	.search-concierge-block .awesomplete {
		width: 100%;
	}
}

.search-concierge-block .awesomplete ul {
	margin: -8px 0 0;
	margin: -0.8rem 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	max-height: 300px;
	max-height: 30rem;
	overflow-y: auto;
}

	.search-concierge-block .awesomplete ul:before {
		content: none;
	}

	.search-concierge-block .awesomplete ul li {
		position: relative;
		background: #fff;
		color: #0052a0;
		font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
		padding: 5px 10px;
		padding: 0.5rem 1rem;
		cursor: pointer;
	}

		.search-concierge-block .awesomplete ul li:hover {
			background-color: #98c0e6;
		}

			.search-concierge-block .awesomplete ul li:hover mark {
				background: none;
			}

		.search-concierge-block .awesomplete ul li[aria-selected=true] {
			background-color: #98c0e6;
		}

			.search-concierge-block .awesomplete ul li[aria-selected=true] mark {
				background: none;
				color: inherit;
			}

		.search-concierge-block .awesomplete ul li mark {
			background: none;
			color: inherit;
		}

.social-feed-card {
	position: relative;
	border: 1px solid rgba(160, 160, 160, 0.2);
	background-color: white;
	margin-left: 10px;
	margin-left: 1rem;
	margin-right: 10px;
	margin-right: 1rem;
}

	.social-feed-card .block-header {
		border-bottom: 4px solid #98c0e6;
		padding: 15px 18px;
		padding: 1.5rem 1.8rem;
		position: relative;
	}

	.social-feed-card .header-text {
		display: inline-block;
		max-width: 85%;
	}

	.social-feed-card .header-icon {
		position: absolute;
		right: 18px;
		top: 12px;
	}

	.social-feed-card .block-content {
		padding: 30px 20px 100px 20px;
		padding: 3rem 2rem 10rem 2rem;
	}

	.social-feed-card.youtube .block-content {
		padding-top: 0;
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}

	.social-feed-card .block-footer {
		padding: 20px 20px 0 20px;
		padding: 2rem 2rem 0 2rem;
	}

	.social-feed-card .block-footer-inner {
		border-top: 1px solid #e9e9f0;
		padding: 20px;
		padding: 2rem;
	}

	.social-feed-card .social-button .svg-wrapper {
		display: block;
		margin: auto;
	}

	.social-feed-card.youtube iframe {
		min-height: 146px !important;
	}

	.social-feed-card.youtube .video-player {
		margin: 40px 0 10px 0;
		margin: 4rem 0 1rem 0;
	}

	.social-feed-card.theme-online .block-header {
		border-color: #40c1ac;
	}

.social-feed-block .slider-cell {
	min-height: 100%;
}

.social-feed-block .slider-cell,
.social-feed-block .flickity-slider {
	display: flex;
}

.side-nav-menu .outer-container {
	padding: 0;
}

.side-nav-menu .menu-switch .accordion-icon-closed,
.side-nav-menu .menu-switch .accordion-icon-open {
	margin-top: 5px;
	margin-top: 0.5rem;
}

@media (max-width: 63.9375em) {
	.side-nav-menu {
		margin-top: 70px;
		margin-top: 7rem;
	}
}

.side-nav-menu-inner {
	padding: 30px 0 10px 0;
	padding: 3rem 0 1rem 0;
	background-color: #f3f4f8;
}

	.side-nav-menu-inner .nav-heading1,
	.side-nav-menu-inner .nav-heading2,
	.side-nav-menu-inner .nav-heading3,
	.side-nav-menu-inner .nav-heading4,
	.side-nav-menu-inner .nav-heading5 {
		color: #0052a0;
		display: block;
	}

	.side-nav-menu-inner .nav-heading1 {
		font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
		/*font-size: 24px;*/
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
		line-height: 1.2;
		padding: 0 20px;
		padding: 0 2rem;
	}

	.side-nav-menu-inner .nav-heading2 {
		font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
		/*font-size: 20px;*/
	}

	.side-nav-menu-inner .nav-heading3 {
		font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
		/*font-size: 16px;*/
		padding-left: 40px;
		padding-left: 4rem;
	}

	.side-nav-menu-inner .nav-heading4 {
		font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
		/*font-size: 16px;*/
		padding-left: 60px;
		padding-left: 6rem;
	}

	.side-nav-menu-inner .nav-heading5 {
		font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
		/*font-size: 14px;*/
		padding-bottom: 0 !important;
		padding-left: 80px;
		padding-left: 8rem;
	}

	.side-nav-menu-inner a:focus {
		display: block;
		outline: #f5ab30 solid 2px;
	}

	.side-nav-menu-inner .title {
		padding-left: 20px;
		padding-left: 2rem;
		padding-right: 20px;
		padding-right: 2rem;
	}

	.side-nav-menu-inner ul {
		list-style: none;
		padding-left: 0 !important;
		margin: 0;
	}

	.side-nav-menu-inner li {
		padding: 0 !important;
	}

		.side-nav-menu-inner li:before {
			content: none !important;
		}

		.side-nav-menu-inner li.is-active {
			padding-bottom: 0 !important;
		}

	.side-nav-menu-inner .accordion-item.heading2 {
		position: relative;
	}

	.side-nav-menu-inner .accordion-item:not(.heading2) {
		position: static !important;
	}

	.side-nav-menu-inner .accordion-title {
		position: static !important;
	}

		.side-nav-menu-inner .accordion-title .svg-wrapper {
			position: absolute;
			right: 20px;
			margin-top: -5px;
			margin-top: -0.5rem;
		}

		.side-nav-menu-inner .accordion-title .nav-heading3 {
			padding-left: 20px;
			padding-left: 2rem;
		}

		.side-nav-menu-inner .accordion-title .nav-heading4 {
			padding-left: 40px;
			padding-left: 4rem;
		}

		.side-nav-menu-inner .accordion-title.heading2 {
			padding: 20px 40px 20px 20px;
			padding: 2rem 4rem 2rem 2rem;
		}

		.side-nav-menu-inner .accordion-title.heading3 {
			padding: 15px 40px 15px 20px;
			padding: 1.5rem 4rem 1.5rem 2rem;
		}

		.side-nav-menu-inner .accordion-title.heading4 {
			padding: 10px 40px 10px 20px;
			padding: 1rem 4rem 1rem 2rem;
		}

	.side-nav-menu-inner .accordion-content {
		background-color: #f3f4f9;
		padding: 0 0 20px 0;
		padding: 0 0 2rem 0;
		position: static !important;
	}

	.side-nav-menu-inner .accordion-title:hover,
	.side-nav-menu-inner .menu-item:hover {
		background-color: #e9e9f0;
	}

	.side-nav-menu-inner .menu-item {
		padding: 10px 0 10px 0;
		padding: 1rem 0 1rem 0;
		display: block;
	}

	.side-nav-menu-inner hr {
		border: 1px solid #e0e2eb;
		margin: 0 20px;
		margin: 0 2rem;
	}

.site-map-block {
	padding: 80px 0;
	padding: 8rem 0;
}

@media (max-width: 31.1875em) {
	.site-map-block {
		padding: 60px 0 20px 0;
		padding: 6rem 0 2rem 0;
	}
}

.site-map-block .block-heading {
	border-bottom: 1px solid #CDD0DE;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.site-map-block .block-content .flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 40px;
	padding-top: 4rem;
}

.site-map-block ul {
	padding-left: 0;
	margin-top: 20px;
	margin-top: 2rem;
}

.site-map-block h3 {
	margin-bottom: 0;
}

.pac-container {
	z-index: 1008;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
}

.pac-item {
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	/*font-size: 14px;
	font-size: 1.4rem;*/
	color: #666666;
	border: none;
}

.pac-icon {
	display: none;
}

.pac-item .pac-matched {
	color: #0052a0;
	font-family: "National-2-Condensed", arial, helvetica, sans-serif;
	/*font-size: 14px;
	font-size: 1.4rem;*/
}

.pac-item-query {
	color: #666666;
	/*font-size: 14px;
	font-size: 1.4rem;*/
}

.pac-item:hover {
	background: #e0efff;
}

.geolocation-modal h2 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.geolocation-modal input[type="text"] {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

	.geolocation-modal input[type="text"]:focus {
		border-bottom: 2px solid #0052a0;
	}

.error-info-block-content {
	padding: 40px;
	padding: 4rem;
	min-height: 360px;
	min-height: 36rem;
}

@media (max-width: 31.1875em) {
	.error-info-block-content {
		padding: 0;
	}
}

/*.error-info-block-content p {
	font-size: 18px;
	font-size: 1.8rem;
}*/

@media (min-width: 48em) {
	.error-page-layout .page-info-block-inner {
		margin-bottom: 130px;
		margin-bottom: 13rem;
	}
}

@media (max-width: 31.1875em) {
	.error-page-layout .page-info-block-content {
		padding-bottom: 60px;
		padding-bottom: 6rem;
	}
}

.online-chat-modal {
	max-width: 600px;
	max-width: 60rem;
	margin: auto;
}

	.online-chat-modal .online-chat-content {
		padding: 40px;
		padding: 4rem;
		position: relative;
	}

@media (max-width: 31.1875em) {
	.online-chat-modal .online-chat-content {
		padding: 30px 20px;
		padding: 3rem 2rem;
	}
}

.online-chat-modal .form-field-wrapper {
	max-width: none;
	margin: 0;
}

.online-chat-modal .alert-bar {
	padding: 15px 20px;
	padding: 1.5rem 2rem;
	border: 1px solid #88A737;
	border-radius: 5px;
}

.online-chat-modal .footer {
	padding: 20px 40px;
	padding: 2rem 4rem;
}

@media (max-width: 31.1875em) {
	.online-chat-modal .footer {
		padding: 20px;
		padding: 2rem;
	}

		.online-chat-modal .footer p {
			margin: 0;
		}
}

.online-chat-modal .sys-message {
	position: relative;
	top: 25px;
}

.online-chat-modal textarea {
	padding: 10px 20px;
	padding: 1rem 2rem;
}

.online-chat-modal.screen-chat {
	max-width: 660px;
	max-width: 66rem;
}

	.online-chat-modal.screen-chat .online-chat-content {
		padding-top: 20px;
		padding-top: 2rem;
	}

	.online-chat-modal.screen-chat .chat-section {
		position: relative;
	}

@media (min-width: 48em) {
	.online-chat-modal.screen-chat .chat-section.chat-uni {
		padding-right: 70px;
		padding-right: 7rem;
	}

	.online-chat-modal.screen-chat .chat-section.chat-user {
		padding-left: 70px;
		padding-left: 7rem;
	}
}

.online-chat-modal.screen-chat .chat-system-message {
	position: relative;
	padding-left: 20px;
	padding-left: 2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

	.online-chat-modal.screen-chat .chat-system-message .svg-wrapper {
		position: absolute;
		margin-right: 15px;
		margin-right: 1.5rem;
	}

	.online-chat-modal.screen-chat .chat-system-message .message {
		display: inline-block;
		padding-left: 40px;
		padding-left: 4rem;
	}

.online-chat-modal.screen-chat .speech-box {
	position: relative;
	padding: 15px;
	padding: 1.5rem;
}

	.online-chat-modal.screen-chat .speech-box p {
		margin: 0;
	}

@media (min-width: 48em) {
	.online-chat-modal.screen-chat .speech-unisa {
		margin-left: 10px;
		margin-left: 1rem;
	}
}

.online-chat-modal.screen-chat .speech-box:before {
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}

.online-chat-modal.screen-chat .speech-unisa:before {
	top: 20px;
	bottom: auto;
	left: -15px;
	border-width: 15px 30px 15px 0;
	border-color: transparent #e0efff;
}

.online-chat-modal.screen-chat .speech-student {
	background-color: #E1F0B9;
	margin-right: -10px;
	margin-right: -1rem;
}

	.online-chat-modal.screen-chat .speech-student .dark-green {
		color: #404b1f;
	}

@media (min-width: 48em) {
	.online-chat-modal.screen-chat .speech-student {
		margin-right: -10px;
		margin-right: -1rem;
	}
}

.online-chat-modal.screen-chat .speech-student:before {
	top: 20px;
	bottom: auto;
	left: auto;
	right: -15px;
	border-width: 15px 0 15px 30px;
	border-color: transparent #E1F0B9;
}

.online-chat-modal.screen-chat .message-wrapper {
	width: 100px;
	width: 10rem;
	height: 50px;
	height: 5rem;
}

.online-chat-modal.screen-chat .footer .col-end-chat {
	margin-top: 13px;
	margin-top: 1.3rem;
}

@media (max-width: 31.1875em) {
	.online-chat-modal.screen-chat .footer .col-end-chat {
		margin-top: 8px;
		margin-top: 0.8rem;
	}
}

.online-chat-modal.screen-chat .footer label {
	display: inline-block;
	margin-right: 10px;
	margin-right: 1rem;
}

@media (max-width: 31.1875em) {
	.online-chat-modal.screen-chat .footer label {
		margin-right: 2px;
		margin-right: 0.2rem;
	}
}

.online-chat-modal.screen-chat .button {
	min-width: none;
	width: 125px;
}

@media (max-width: 31.1875em) {
	.online-chat-modal.screen-chat .button {
		width: 100px;
		padding: 15px;
		padding: 1.5rem;
	}
}

.online-chat-modal.screen-end-chat {
	max-width: 660px;
	max-width: 66rem;
}

	.online-chat-modal.screen-end-chat .online-chat-content {
		padding: 60px 25px 25px 25px;
		padding: 6rem 2.5rem 2.5rem 2.5rem;
	}

	.online-chat-modal.screen-end-chat .feedback-panel {
		margin-top: 75px;
		margin-top: 7.5rem;
		padding: 50px 20px;
		padding: 5rem 2rem;
	}

		.online-chat-modal.screen-end-chat .feedback-panel .top-section {
			padding-bottom: 50px;
			padding-bottom: 5rem;
			margin-bottom: 20px;
			margin-bottom: 2rem;
			border-bottom: 2px solid #BED7F1;
		}

	.online-chat-modal.screen-end-chat .info-panel .svg-wrapper {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}

.online-chat-modal.chat-unavailable .online-chat-content {
	min-height: 560px;
	min-height: 56rem;
}

.online-chat-modal.chat-loading .inner-pannel {
	padding: 40px;
	padding: 4rem;
}

.online-chat-modal.chat-loading .online-chat-content {
	padding-bottom: 90px;
	padding-bottom: 9rem;
}

.online-chat-modal.error-message .online-chat-content {
	min-height: 500px;
	min-height: 50rem;
}

@media (min-width: 48em) {
	.online-chat-modal.error-message .online-chat-content {
		min-height: 550px;
		min-height: 55rem;
	}
}

@media (max-width: 27em) {

/*	td,
	tr,
	p,
	li,
	a {
		font-size: 1.3rem !important;
	}

	th {
		font-size: 1.4rem !important;
	}*/

	.page-info-block-content {
		padding-left: 0.8rem !important;
		padding-right: 0.8rem !important;
	}
}


/* Modified unisa.css of UNISA version */

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #909;
}

td,
tr,
p,
li,
a {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
}

th {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
	padding-left: 1.5rem !important;
	font-weight: bolder !important;
}

@media (min-width: 27em) {

/*	td,
	tr,
	p,
	li,
	a {
		font-size: 1.4rem !important;
	}

	th {
		font-size: 1.6rem !important;
	}*/
}

table {
	font-family: "Roboto Serif", Georgia, "Times New Roman", Times, serif;
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

td,
th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

.fail {
	color: red;
}

	.fail svg {
		fill: red;
	}

.pass {
	color: green;
}

	.pass svg {
		fill: green;
	}

.inconclusive {
	color: orange;
}

	.inconclusive svg {
		fill: orange;
	}

.inconclusive {
	color: grey;
}

#alert {
	text-align: center;
	z-index: 1001;
}

#alert-fixed {
	width: 100%;
	text-align: center;
	position: fixed;
	z-index: 1001;
}

.alert-message-js {
	background: #0052a0;
	margin: 0px auto;
	padding: 3px 10px 7px;
	border: 3px solid #000000;
	border-image: none;
	width: 90%;
	text-align: left;
	color: white;
	/*font-size: 1.2em;*/
	display: block;
	max-width: 940px;
}

.largeButton {
	width: 100%;
	padding: 12px;
	text-align: center;
	/*font-size: 16px;*/
	text-align: left;
	padding-left: 0px !important;
}

.inputArea {
	width: 100%;
}


.checker_input {
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(202, 202, 202);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color: rgb(202, 202, 202);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(202, 202, 202);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(202, 202, 202);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px inset;
	box-sizing: border-box;
	color: rgb(0, 82, 160);
	display: block;
	font-family: "National-2-Condensed_Bold", arial, helvetica, sans-serif;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	/*font-size: 14px;*/
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
	font-weight: 400;
	height: 54px;
	line-height: 19px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: start;
	transition-delay: 0s, 0s;
	transition-duration: 0.5s, 0.25s;
	transition-property: box-shadow, border-color;
	transition-timing-function: ease, ease-in-out;
	width: 487px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

button.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	/*font-size: 15px;*/
	transition: 0.4s;
}

	button.accordion.active,
	button.accordion:hover {
		background-color: #ddd;
	}

div.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
}

.eligibility-form-error {
	text-align: left;
	color: #da2b12;
}

	.eligibility-form-error svg {
		text-align: left;
		float: left;
		fill: #da2b12;
		height: 30px;
		width: 40px;
		margin-top: -15px;
	}

	.eligibility-form-error p {
		float: left;
		font-family: "National-2-Condensed", arial, helvetica, sans-serif;
		height: 30px;
		margin-top: -10px;
	}

.hidden-content {
	display: none;
}

.field-validation-error {
	color: #da2b12;
	text-align: left;
}

	.field-validation-error span:before {
		content: url(./images/alert.png);
		background-repeat: no-repeat;
		padding-right: 5px;
		display: inline-block;
	}

	.field-validation-error span {
		display: block;
		font-family: "National-2-Condensed", arial, helvetica, sans-serif;
		text-align: left;
		color: #da2b12;
		/*font-size: 0.8em;*/
		line-height: 4em;
	}

.validation-summary-errors {
	color: #da2b12;
	/*font-size: 1em;*/
	text-align: left;
}

	.validation-summary-errors ul {
		list-style-type: none;
	}

		.validation-summary-errors ul li {
			padding-left: 30px;
		}

			.validation-summary-errors ul li:before {
				content: url(./images/alert.png);
				background-repeat: no-repeat;
				padding-right: 5px;
				position: absolute;
				top: -6px;
			}

[tooltip] {
	position: relative;
	/* opinion 1 */
}

	/* Applies to all tooltips */
	[tooltip]::before,
	[tooltip]::after {
		text-transform: none;
		/* opinion 2 */
		/*font-size: .9em;*/
		/* opinion 3 */
		line-height: 1;
		user-select: none;
		pointer-events: none;
		position: absolute;
		display: none;
		opacity: 0;
	}

	[tooltip]::before {
		content: '';
		border: 5px solid transparent;
		/* opinion 4 */
		z-index: 1001;
		/* absurdity 1 */
	}

	[tooltip]::after {
		content: attr(tooltip);
		/* magic! */
		/* most of the rest of this is opinion */
		font-family: Helvetica, sans-serif;
		text-align: center;
		/* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
		min-width: 3em;
		max-width: 25em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 1ch 1.5ch;
		border-radius: .3ch;
		box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
		background: #fff;
		color: #666666;
		z-index: 1000;
		/* absurdity 2 */
	}

	/* Make the tooltips respond to hover */
	[tooltip]:hover::before,
	[tooltip]:hover::after {
		display: block;
	}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
	display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: #fff;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
	bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
	left: 50%;
	transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
	top: 100%;
	border-top-width: 0;
	border-bottom-color: #fff;
}

[tooltip][flow^="down"]::after {
	top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
	left: 50%;
	transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
	top: 50%;
	border-right-width: 0;
	border-left-color: #fff;
	left: calc(0em - 5px);
	transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
	top: 50%;
	right: calc(100% + 5px);
	transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
	top: 50%;
	border-left-width: 0;
	border-right-color: #fff;
	right: calc(0em - 5px);
	transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
	top: 50%;
	left: calc(100% + 5px);
	transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
	to {
		opacity: .9;
		transform: translate(-50%, 0);
	}
}

@keyframes tooltips-horz {
	to {
		opacity: .9;
		transform: translate(0, -50%);
	}
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
	animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
	animation: tooltips-horz 300ms ease-out forwards;
}

#lock {
	color: #fff;
}

#result-page-msg a {
	text-decoration: underline;
}

.exam-notification-alert {
	background-color: #f5f5f5;
	padding: 15px;
	padding: 15px 20px;
	margin-bottom: 35px;
	/*font-size: 1.4rem !important;*/
}

.contact-container {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 10px;
}

.contact-container img {
	width: 30px;
	height: auto;
	border-radius: 4px;
}

.contact-container div {
	flex: 1;
}

.contact-container div p {
	margin-top: 0;
}