@charset "UTF-8";
/* background */
/* borders */
/* font color */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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 */
}

/**
   * Remove default margin.
   */
body {
	margin: 0;
}

/* 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.
   */
b,
strong {
	font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
	font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
	background: #ff0;
	color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
	font-size: 80%;
}

/**
   * 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 40px;
}

/**
   * 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: not-allowed;
}

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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;
}

.foundation-mq {
	font-family: "small=0em&medium=37.5em&large=51.25em&xlarge=64em&xxlarge=71.625em";
}

html {
	font-size: 100%;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #002b4f;
	background: #fefefe;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	width: 100%;
	border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	line-height: 1;
}

[data-whatinput='mouse'] button {
	outline: 0;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.row {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

.row::before, .row::after {
	content: ' ';
	display: table;
}

.row::after {
	clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}

.row .row {
	max-width: none;
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

@media screen and (min-width: 37.5em) {
	.row .row {
		margin-left: -0.625rem;
		margin-right: -0.625rem;
	}
}

@media screen and (min-width: 51.25em) {
	.row .row {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

.row .row.collapse {
	margin-left: 0;
	margin-right: 0;
}

.row.expanded {
	max-width: none;
}

.row.expanded .row {
	margin-left: auto;
	margin-right: auto;
}

.column, .columns {
	width: 100%;
	float: left;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

@media screen and (min-width: 37.5em) {
	.column, .columns {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
}

@media screen and (min-width: 51.25em) {
	.column, .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

.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 {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 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 {
	width: 100%;
	float: left;
}

.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 {
	width: 50%;
	float: left;
}

.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 {
	width: 33.33333%;
	float: left;
}

.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 {
	width: 25%;
	float: left;
}

.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 {
	width: 20%;
	float: left;
}

.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 {
	width: 16.66667%;
	float: left;
}

.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 {
	width: 14.28571%;
	float: left;
}

.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 {
	width: 12.5%;
	float: left;
}

.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-left: 0;
	padding-right: 0;
}

.small-collapse .row,
.expanded.row .small-collapse.row {
	margin-left: 0;
	margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.small-centered {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left;
}

@media screen and (min-width: 37.5em) {
	.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 {
		width: 100%;
		float: left;
	}

	.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 {
		width: 50%;
		float: left;
	}

	.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 {
		width: 33.33333%;
		float: left;
	}

	.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 {
		width: 25%;
		float: left;
	}

	.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 {
		width: 20%;
		float: left;
	}

	.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 {
		width: 16.66667%;
		float: left;
	}

	.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 {
		width: 14.28571%;
		float: left;
	}

	.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 {
		width: 12.5%;
		float: left;
	}

	.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-left: 0;
		padding-right: 0;
	}

	.medium-collapse .row,
	.expanded.row .medium-collapse.row {
		margin-left: 0;
		margin-right: 0;
	}

	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.medium-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.medium-uncentered,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}

@media screen and (min-width: 51.25em) {
	.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 {
		width: 100%;
		float: left;
	}

	.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 {
		width: 50%;
		float: left;
	}

	.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 {
		width: 33.33333%;
		float: left;
	}

	.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 {
		width: 25%;
		float: left;
	}

	.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 {
		width: 20%;
		float: left;
	}

	.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 {
		width: 16.66667%;
		float: left;
	}

	.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 {
		width: 14.28571%;
		float: left;
	}

	.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 {
		width: 12.5%;
		float: left;
	}

	.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-left: 0;
		padding-right: 0;
	}

	.large-collapse .row,
	.expanded.row .large-collapse.row {
		margin-left: 0;
		margin-right: 0;
	}

	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}

	.large-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.large-uncentered,
	.large-push-0,
	.large-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}

@media screen and (min-width: 64em) {
	.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 {
		width: 100%;
		float: left;
	}

	.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 {
		width: 50%;
		float: left;
	}

	.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 {
		width: 33.33333%;
		float: left;
	}

	.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 {
		width: 25%;
		float: left;
	}

	.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 {
		width: 20%;
		float: left;
	}

	.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 {
		width: 16.66667%;
		float: left;
	}

	.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 {
		width: 14.28571%;
		float: left;
	}

	.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 {
		width: 12.5%;
		float: left;
	}

	.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-left: 0;
		padding-right: 0;
	}

	.xlarge-collapse .row,
	.expanded.row .xlarge-collapse.row {
		margin-left: 0;
		margin-right: 0;
	}

	.xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}

	.xlarge-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.xlarge-uncentered,
	.xlarge-push-0,
	.xlarge-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}

@media screen and (min-width: 71.625em) {
	.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 {
		width: 100%;
		float: left;
	}

	.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 {
		width: 50%;
		float: left;
	}

	.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 {
		width: 33.33333%;
		float: left;
	}

	.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 {
		width: 25%;
		float: left;
	}

	.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 {
		width: 20%;
		float: left;
	}

	.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 {
		width: 16.66667%;
		float: left;
	}

	.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 {
		width: 14.28571%;
		float: left;
	}

	.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 {
		width: 12.5%;
		float: left;
	}

	.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-left: 0;
		padding-right: 0;
	}

	.xxlarge-collapse .row,
	.expanded.row .xxlarge-collapse.row {
		margin-left: 0;
		margin-right: 0;
	}

	.xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}

	.xxlarge-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.xxlarge-uncentered,
	.xxlarge-push-0,
	.xxlarge-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
.list.audio strong,
h4,
.detail.job h3,
.detail.job .list.audio strong,
.list.audio .detail.job strong,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

p {
	font-size: inherit;
	line-height: 1.3;
	margin-bottom: 1.875rem;
	text-rendering: optimizeLegibility;
}

em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

h1,
h2,
h3,
.list.audio strong,
h4,
.detail.job h3,
.detail.job .list.audio strong,
.list.audio .detail.job strong,
h5,
h6 {
	font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #005b9c;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.4;
}

h1 small,
h2 small,
h3 small, .list.audio strong small,
h4 small, .detail.job h3 small, .detail.job .list.audio strong small, .list.audio .detail.job strong small,
h5 small,
h6 small {
	color: #dfd7d9;
	line-height: 0;
}

.grid-element h1,
.grid-element h2,
.grid-element h3,
.grid-element h4,
.grid-element h5,
.grid-element h6 {

	-ms-word-break: break-all;
    word-wrap: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;

	-webkit-hyphenate-before: 2;
	-webkit-hyphenate-after: 3;
	hyphenate-lines: 3;
}

.grid-element {
	margin-bottom: 30px;
	position: relative;
}

.grid-element:after {
	content: '';
	border-bottom: 20px solid #fff;
	margin-left: -30px;
	margin-right: -30px;
	display: block;
}

.grid-element:last-child {
	margin-bottom: 0
}

.grid-element:last-child:after {
	border: none;
}

.grid-element__content {
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.25rem;
}

h3, .list.audio strong {
	font-size: 1.1875rem;
}

h4, .detail.job h3, .detail.job .list.audio strong, .list.audio .detail.job strong {
	font-size: 1.125rem;
}

h5 {
	font-size: 1.0625rem;
}

h6 {
	font-size: 1rem;
}

@media screen and (min-width: 37.5em) {
	h1 {
		font-size: 2.25rem;
	}

	h2 {
		font-size: 1.875rem;
	}

	h3, .list.audio strong {
		font-size: 1.25rem;
	}

	h4, .detail.job h3, .detail.job .list.audio strong, .list.audio .detail.job strong {
		font-size: 1rem;
	}

	h5 {
		font-size: 1.25rem;
	}

	h6 {
		font-size: 1rem;
	}
}

a {
	color: #2199e8;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
}

a:hover, a:focus {
	color: #1585cf;
}

a img {
	border: 0;
}

hr {
	max-width: 75rem;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #dfd7d9;
	border-left: 0;
	margin: 1.25rem auto;
	clear: both;
}

ul,
ol,
dl {
	line-height: 1.3;
	margin-bottom: 1.875rem;
	list-style-position: outside;
}

li {
	font-size: inherit;
}

ul {
	list-style-type: disc;
	margin-left: 1.25rem;
}

ol {
	margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

dl {
	margin-bottom: 1rem;
}

dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}

blockquote {
	margin: 0 0 1.875rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: none;
}

blockquote, blockquote p {
	line-height: 1.3;
	color: #005b9c;
}

cite {
	display: block;
	font-size: 0.8125rem;
	color: #867f82;
}

cite:before {
	content: '\2014 \0020';
}

abbr {
	color: #002b4f;
	cursor: help;
	border-bottom: 1px dotted #0a0a0a;
}

code {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
	background-color: #ededed;
	border: 1px solid #dfd7d9;
	padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
	padding: 0.125rem 0.25rem 0;
	margin: 0;
	background-color: #ededed;
	color: #0a0a0a;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #867f82;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

p + .stat {
	margin-top: -1rem;
}

.no-bullet {
	margin-left: 0;
	list-style: none;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

@media screen and (min-width: 37.5em) {
	.medium-text-left {
		text-align: left;
	}

	.medium-text-right {
		text-align: right;
	}

	.medium-text-center {
		text-align: center;
	}

	.medium-text-justify {
		text-align: justify;
	}
}

@media screen and (min-width: 51.25em) {
	.large-text-left {
		text-align: left;
	}

	.large-text-right {
		text-align: right;
	}

	.large-text-center {
		text-align: center;
	}

	.large-text-justify {
		text-align: justify;
	}
}

@media screen and (min-width: 64em) {
	.xlarge-text-left {
		text-align: left;
	}

	.xlarge-text-right {
		text-align: right;
	}

	.xlarge-text-center {
		text-align: center;
	}

	.xlarge-text-justify {
		text-align: justify;
	}
}

@media screen and (min-width: 71.625em) {
	.xxlarge-text-left {
		text-align: left;
	}

	.xxlarge-text-right {
		text-align: right;
	}

	.xxlarge-text-center {
		text-align: center;
	}

	.xxlarge-text-justify {
		text-align: justify;
	}
}

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.show-for-print {
		display: block !important;
	}

	.hide-for-print {
		display: none !important;
	}

	table.show-for-print {
		display: table !important;
	}

	thead.show-for-print {
		display: table-header-group !important;
	}

	tbody.show-for-print {
		display: table-row-group !important;
	}

	tr.show-for-print {
		display: table-row !important;
	}

	td.show-for-print {
		display: table-cell !important;
	}

	th.show-for-print {
		display: table-cell !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,
	blockquote {
		border: 1px solid #867f82;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3,
	.list.audio strong {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3,
	.list.audio strong {
		page-break-after: avoid;
	}
}

.button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 0 1rem 0;
	font-size: 0.9rem;
	background-color: #2199e8;
	color: #fefefe;
}

[data-whatinput='mouse'] .button {
	outline: 0;
}

.button:hover, .button:focus {
	background-color: #1583cc;
	color: #fefefe;
}

.button.tiny {
	font-size: 0.6rem;
}

.button.small {
	font-size: 0.75rem;
}

.button.large {
	font-size: 1.25rem;
}

.button.expanded {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.button.primary {
	background-color: #2199e8;
	color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
	background-color: #147cc0;
	color: #fefefe;
}

.button.secondary {
	background-color: #777;
	color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
	background-color: #5f5f5f;
	color: #fefefe;
}

.button.success {
	background-color: #3adb76;
	color: #fefefe;
}

.button.success:hover, .button.success:focus {
	background-color: #22bb5b;
	color: #fefefe;
}

.button.warning {
	background-color: #ffae00;
	color: #fefefe;
}

.button.warning:hover, .button.warning:focus {
	background-color: #cc8b00;
	color: #fefefe;
}

.button.alert {
	background-color: #ec5840;
	color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
	background-color: #da3116;
	color: #fefefe;
}

.button.hollow {
	border: 1px solid #2199e8;
	color: #2199e8;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
	border-color: #0c4d78;
	color: #0c4d78;
}

.button.hollow.primary {
	border: 1px solid #2199e8;
	color: #2199e8;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: #0c4d78;
	color: #0c4d78;
}

.button.hollow.secondary {
	border: 1px solid #777;
	color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: #3c3c3c;
	color: #3c3c3c;
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.hollow.alert {
	border: 1px solid #ec5840;
	color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: #881f0e;
	color: #881f0e;
}

.button.disabled, .button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	background-color: #2199e8;
	color: #fefefe;
}

.button.dropdown::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	border-color: #fefefe transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: relative;
	top: 0.4em;
	float: right;
	margin-left: 1em;
	display: inline-block;
}

.button.arrow-only::after {
	margin-left: 0;
	float: none;
	top: -0.1em;
}

[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.4375rem;
	padding: 0.5rem;
	border: 1px solid #dfd7d9;
	margin: 0 0 1rem;
	font-family: inherit;
	font-size: 1rem;
	color: #002b4f;
	background-color: #fefefe;
	box-shadow: none;
	border-radius: 0;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-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 {
	border: 1px solid #867f82;
	background-color: #fefefe;
	outline: none;
	box-shadow: none;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #dfd7d9;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #dfd7d9;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #dfd7d9;
}

input::placeholder,
textarea::placeholder {
	color: #dfd7d9;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #ededed;
	cursor: default;
}

[type='submit'],
[type='button'] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

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;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
}

[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: 0.875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #002b4f;
}

label.middle {
	margin: 0 0 1rem;
	padding: 0.5625rem 0;
}

.help-text {
	margin-top: -0.5rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #333;
}

.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 {
	margin: 0;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}

.input-group-label {
	text-align: center;
	padding: 0 1rem;
	background: #ededed;
	color: #0a0a0a;
	border: 1px solid #dfd7d9;
	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.5rem;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	height: 100%;
	width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
	margin: 0;
}

.input-group .input-group-button {
	display: table-cell;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	margin-bottom: 0.5rem;
	max-width: 100%;
}

.fieldset {
	border: 1px solid #dfd7d9;
	padding: 1.25rem;
	margin: 1.125rem 0;
}

.fieldset legend {
	background: #fefefe;
	padding: 0 0.1875rem;
	margin: 0;
	margin-left: -0.1875rem;
}

select {
	height: 2.4375rem;
	padding: 0.5rem;
	border: 1px solid #dfd7d9;
	margin: 0 0 1rem;
	font-size: 1rem;
	font-family: inherit;
	line-height: normal;
	color: #002b4f;
	background-color: #005b9c;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	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%28254, 254, 254%29'></polygon></svg>");
	background-size: 9px 6px;
	background-position: right -1rem center;
	background-origin: content-box;
	background-repeat: no-repeat;
	padding-right: 1.5rem;
}

@media screen and (min-width: 0\0
) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
	}
}

select:disabled {
	background-color: #ededed;
	cursor: default;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus) {
	background-color: rgba(236, 88, 64, 0.1);
	border-color: #ec5840;
}

.is-invalid-label {
	color: #ec5840;
}

.form-error {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #ec5840;
}

.form-error.is-visible {
	display: block;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

@media screen and (max-width: 37.4375em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em), screen and (min-width: 37.5em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (min-width: 37.5em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 37.4375em) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 37.5em) and (max-width: 51.1875em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 37.4375em), screen and (min-width: 51.25em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (min-width: 51.25em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 51.1875em) {
	.show-for-large {
		display: none !important;
	}
}

@media screen and (min-width: 51.25em) and (max-width: 63.9375em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 51.1875em), screen and (min-width: 64em) {
	.show-for-large-only {
		display: none !important;
	}
}

@media screen and (min-width: 64em) {
	.hide-for-xlarge {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-xlarge {
		display: none !important;
	}
}

@media screen and (min-width: 64em) and (max-width: 71.5625em) {
	.hide-for-xlarge-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em), screen and (min-width: 71.625em) {
	.show-for-xlarge-only {
		display: none !important;
	}
}

@media screen and (min-width: 71.625em) {
	.hide-for-xxlarge {
		display: none !important;
	}
}

@media screen and (max-width: 71.5625em) {
	.show-for-xxlarge {
		display: none !important;
	}
}

@media screen and (min-width: 71.625em) {
	.hide-for-xxlarge-only {
		display: none !important;
	}
}

@media screen and (max-width: 71.5625em) {
	.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;
	height: auto;
	width: 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;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix::before, .clearfix::after {
	content: ' ';
	display: table;
}

.clearfix::after {
	clear: both;
}

.accordion {
	list-style-type: none;
	background: #fefefe;
	margin-left: 0;
}

.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 {
	display: block;
	padding: 1.25rem 1rem;
	line-height: 1;
	font-size: 0.75rem;
	color: #2199e8;
	position: relative;
	border: 1px solid #ededed;
	border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
	border-radius: 0 0 0 0;
	border-bottom: 1px solid #ededed;
}

.accordion-title:hover, .accordion-title:focus {
	background-color: #ededed;
}

.accordion-title::before {
	content: '+';
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
	content: '–';
}

.accordion-content {
	padding: 1rem;
	display: none;
	border: 1px solid #ededed;
	border-bottom: 0;
	background-color: #fefefe;
	color: #002b4f;
}

:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #ededed;
}

.is-accordion-submenu-parent > a {
	position: relative;
}

.is-accordion-submenu-parent > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: #2199e8 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.badge {
	display: inline-block;
	padding: 0.3em;
	min-width: 2.1em;
	font-size: 0.6rem;
	text-align: center;
	border-radius: 50%;
	background: #2199e8;
	color: #fefefe;
}

.badge.secondary {
	background: #777;
	color: #fefefe;
}

.badge.success {
	background: #3adb76;
	color: #fefefe;
}

.badge.warning {
	background: #ffae00;
	color: #fefefe;
}

.badge.alert {
	background: #ec5840;
	color: #fefefe;
}

.breadcrumbs {
	list-style: none;
	margin: 0 0 1rem 0;
}

.breadcrumbs::before, .breadcrumbs::after {
	content: ' ';
	display: table;
}

.breadcrumbs::after {
	clear: both;
}

.breadcrumbs li {
	float: left;
	color: #0a0a0a;
	font-size: 0.6875rem;
	cursor: default;
	text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
	color: #dfd7d9;
	content: "/";
	margin: 0 0.75rem;
	position: relative;
	top: 1px;
	opacity: 1;
}

.breadcrumbs a {
	color: #2199e8;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs .disabled {
	color: #dfd7d9;
	cursor: not-allowed;
}

.button-group {
	margin-bottom: 1rem;
	font-size: 0;
}

.button-group::before, .button-group::after {
	content: ' ';
	display: table;
}

.button-group::after {
	clear: both;
}

.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 0.9rem;
}

.button-group .button:last-child {
	margin-right: 0;
}

.button-group.tiny .button {
	font-size: 0.6rem;
}

.button-group.small .button {
	font-size: 0.75rem;
}

.button-group.large .button {
	font-size: 1.25rem;
}

.button-group.expanded {
	margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
	display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
	display: inline-block;
	width: calc(50% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
	display: inline-block;
	width: calc(33.33333% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
	display: inline-block;
	width: calc(25% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
	display: inline-block;
	width: calc(20% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
	display: inline-block;
	width: calc(16.66667% - 1px);
	margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
	margin-right: -6px;
}

.button-group.primary .button {
	background-color: #2199e8;
	color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
	background-color: #147cc0;
	color: #fefefe;
}

.button-group.secondary .button {
	background-color: #777;
	color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
	background-color: #5f5f5f;
	color: #fefefe;
}

.button-group.success .button {
	background-color: #3adb76;
	color: #fefefe;
}

.button-group.success .button:hover, .button-group.success .button:focus {
	background-color: #22bb5b;
	color: #fefefe;
}

.button-group.warning .button {
	background-color: #ffae00;
	color: #fefefe;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
	background-color: #cc8b00;
	color: #fefefe;
}

.button-group.alert .button {
	background-color: #ec5840;
	color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
	background-color: #da3116;
	color: #fefefe;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
	width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 37.5em) {
	.button-group.stacked-for-small .button {
		width: auto;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 51.25em) {
	.button-group.stacked-for-medium .button {
		width: auto;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 37.4375em) {
	.button-group.stacked-for-small.expanded {
		display: block;
	}

	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0;
	}
}

.callout {
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	position: relative;
	color: #002b4f;
	background-color: white;
}

.callout > :first-child {
	margin-top: 0;
}

.callout > :last-child {
	margin-bottom: 0;
}

.callout.primary {
	background-color: #def0fc;
}

.callout.secondary {
	background-color: #ebebeb;
}

.callout.success {
	background-color: #e1faea;
}

.callout.warning {
	background-color: #fff3d9;
}

.callout.alert {
	background-color: #fce6e2;
}

.callout.small {
	padding-top: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
}

.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem;
}

.close-button {
	position: absolute;
	color: #867f82;
	right: 1rem;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1;
	cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
	outline: 0;
}

.close-button:hover, .close-button:focus {
	color: #0a0a0a;
}

.is-drilldown {
	position: relative;
	overflow: hidden;
}

.is-drilldown li {
	display: block !important;
}

.is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: #fefefe;
	transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
	position: relative;
}

.is-drilldown-submenu-parent > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem;
}

.js-drilldown-back > a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75rem;
}

.dropdown-pane {
	background-color: #fefefe;
	border: 1px solid #dfd7d9;
	border-radius: 0;
	display: block;
	font-size: 1rem;
	padding: 1rem;
	position: absolute;
	visibility: hidden;
	width: 300px;
	z-index: 10;
}

.dropdown-pane.is-open {
	visibility: visible;
}

.dropdown-pane.tiny {
	width: 100px;
}

.dropdown-pane.small {
	width: 200px;
}

.dropdown-pane.large {
	width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 0;
	top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
	padding-right: 1.5rem;
	position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: #2199e8 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	right: 5px;
	margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0;
}

.no-js .dropdown.menu ul {
	display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
	top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.dropdown.menu.vertical > li > a::after {
	right: 14px;
	margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0;
}

@media screen and (min-width: 37.5em) {
	.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%;
	}

	.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%;
	}

	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative;
	}

	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: #2199e8 transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px;
	}

	.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
		top: 0;
	}

	.dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 100%;
	}

	.dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}

	.dropdown.menu.medium-vertical > li > a::after {
		right: 14px;
		margin-top: -3px;
	}

	.dropdown.menu.medium-vertical > li.opens-left > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent #2199e8 transparent transparent;
		border-right-style: solid;
		border-left-width: 0;
	}

	.dropdown.menu.medium-vertical > li.opens-right > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #2199e8;
		border-left-style: solid;
		border-right-width: 0;
	}
}

@media screen and (min-width: 51.25em) {
	.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%;
	}

	.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%;
	}

	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative;
	}

	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: #2199e8 transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px;
	}

	.dropdown.menu.large-vertical > li .is-dropdown-submenu {
		top: 0;
	}

	.dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 100%;
	}

	.dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}

	.dropdown.menu.large-vertical > li > a::after {
		right: 14px;
		margin-top: -3px;
	}

	.dropdown.menu.large-vertical > li.opens-left > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent #2199e8 transparent transparent;
		border-right-style: solid;
		border-left-width: 0;
	}

	.dropdown.menu.large-vertical > li.opens-right > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #2199e8;
		border-left-style: solid;
		border-right-width: 0;
	}
}

@media screen and (min-width: 64em) {
	.dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%;
	}

	.dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%;
	}

	.dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative;
	}

	.dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: #2199e8 transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px;
	}

	.dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
		top: 0;
	}

	.dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 100%;
	}

	.dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}

	.dropdown.menu.xlarge-vertical > li > a::after {
		right: 14px;
		margin-top: -3px;
	}

	.dropdown.menu.xlarge-vertical > li.opens-left > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent #2199e8 transparent transparent;
		border-right-style: solid;
		border-left-width: 0;
	}

	.dropdown.menu.xlarge-vertical > li.opens-right > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #2199e8;
		border-left-style: solid;
		border-right-width: 0;
	}
}

@media screen and (min-width: 71.625em) {
	.dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%;
	}

	.dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%;
	}

	.dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative;
	}

	.dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: #2199e8 transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px;
	}

	.dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
		top: 0;
	}

	.dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 100%;
	}

	.dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}

	.dropdown.menu.xxlarge-vertical > li > a::after {
		right: 14px;
		margin-top: -3px;
	}

	.dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent #2199e8 transparent transparent;
		border-right-style: solid;
		border-left-width: 0;
	}

	.dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #2199e8;
		border-left-style: solid;
		border-right-width: 0;
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	left: auto;
	right: 0;
}

.is-dropdown-menu.vertical {
	width: 100px;
}

.is-dropdown-menu.vertical.align-right {
	float: right;
}

.is-dropdown-submenu-parent {
	position: relative;
}

.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
	top: 100%;
	left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.is-dropdown-submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 200px;
	z-index: 1;
	background: #fefefe;
	border: 1px solid #dfd7d9;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
	right: 14px;
	margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px;
}

.is-dropdown-submenu > li {
	width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
	display: block;
}

.flex-video {
	position: relative;
	height: 0;
	padding-bottom: 75%;
	margin-bottom: 1rem;
	overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flex-video.widescreen {
	padding-bottom: 56.25%;
}

.flex-video.vimeo {
	padding-top: 0;
}

.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	font-size: 0.8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	border-radius: 0;
	background: #2199e8;
	color: #fefefe;
}

.label.secondary {
	background: #777;
	color: #fefefe;
}

.label.success {
	background: #3adb76;
	color: #fefefe;
}

.label.warning {
	background: #ffae00;
	color: #fefefe;
}

.label.alert {
	background: #ec5840;
	color: #fefefe;
}

.media-object {
	margin-bottom: 1rem;
	display: block;
}

.media-object img {
	max-width: none;
}

@media screen and (max-width: 37.4375em) {
	.media-object.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		display: block;
	}

	.media-object.stack-for-small .media-object-section img {
		width: 100%;
	}
}

.media-object-section {
	display: table-cell;
	vertical-align: top;
}

.media-object-section:first-child {
	padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem;
}

.media-object-section > :last-child {
	margin-bottom: 0;
}

.media-object-section.middle {
	vertical-align: middle;
}

.media-object-section.bottom {
	vertical-align: bottom;
}

.menu {
	margin: 0;
	list-style-type: none;
}

.menu > li {
	display: table-cell;
	vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
	outline: 0;
}

.menu > li > a {
	display: block;
	padding: 0.7rem 1rem;
	line-height: 1;
}

.menu input,
.menu a,
.menu button {
	margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
	vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
	vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
	margin-right: 0.25rem;
	display: inline-block;
}

.menu > li {
	display: table-cell;
}

.menu.vertical > li {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu.medium-horizontal > li {
		display: table-cell;
	}

	.menu.medium-vertical > li {
		display: block;
	}
}

@media screen and (min-width: 51.25em) {
	.menu.large-horizontal > li {
		display: table-cell;
	}

	.menu.large-vertical > li {
		display: block;
	}
}

@media screen and (min-width: 64em) {
	.menu.xlarge-horizontal > li {
		display: table-cell;
	}

	.menu.xlarge-vertical > li {
		display: block;
	}
}

@media screen and (min-width: 71.625em) {
	.menu.xxlarge-horizontal > li {
		display: table-cell;
	}

	.menu.xxlarge-vertical > li {
		display: block;
	}
}

.menu.simple li {
	line-height: 1;
	display: inline-block;
	margin-right: 1rem;
}

.menu.simple a {
	padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
	content: ' ';
	display: table;
}

.menu.align-right::after {
	clear: both;
}

.menu.align-right > li {
	float: right;
}

.menu.expanded {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
	width: 100%;
}

.menu.icon-top > li > a {
	text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
	display: block;
	margin: 0 auto 0.25rem;
}

.menu.nested {
	margin-left: 1rem;
}

.menu .active > a {
	color: #fefefe;
	background: #2199e8;
}

.menu-text {
	font-weight: bold;
	color: inherit;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding: 0.7rem 1rem;
}

.menu-centered {
	text-align: center;
}

.menu-centered > .menu {
	display: inline-block;
}

.no-js [data-responsive-menu] ul {
	display: none;
}

html,
body {
	height: 100%;
}

.off-canvas-wrapper {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
	position: relative;
	width: 100%;
	transition: transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
	content: ' ';
	display: table;
}

.off-canvas-wrapper-inner::after {
	clear: both;
}

.off-canvas-content,
.off-canvas-content {
	min-height: 100%;
	background: #fefefe;
	transition: transform 0.5s ease;
	backface-visibility: hidden;
	z-index: 1;
	padding-bottom: 0.1px;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(254, 254, 254, 0.25);
	cursor: pointer;
	transition: background 0.5s ease;
}

.off-canvas {
	position: absolute;
	background: #ededed;
	z-index: -1;
	max-height: 100%;
	overflow-y: auto;
	-ms-transform: translateX(0);
	transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
	outline: 0;
}

.off-canvas.position-left {
	left: -250px;
	top: 0;
	width: 250px;
}

.is-open-left {
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.off-canvas.position-right {
	right: -250px;
	top: 0;
	width: 250px;
}

.is-open-right {
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

@media screen and (min-width: 37.5em) {
	.position-left.reveal-for-medium {
		left: 0;
		z-index: auto;
		position: fixed;
	}

	.position-left.reveal-for-medium ~ .off-canvas-content {
		margin-left: 250px;
	}

	.position-right.reveal-for-medium {
		right: 0;
		z-index: auto;
		position: fixed;
	}

	.position-right.reveal-for-medium ~ .off-canvas-content {
		margin-right: 250px;
	}
}

@media screen and (min-width: 51.25em) {
	.position-left.reveal-for-large {
		left: 0;
		z-index: auto;
		position: fixed;
	}

	.position-left.reveal-for-large ~ .off-canvas-content {
		margin-left: 250px;
	}

	.position-right.reveal-for-large {
		right: 0;
		z-index: auto;
		position: fixed;
	}

	.position-right.reveal-for-large ~ .off-canvas-content {
		margin-right: 250px;
	}
}

@media screen and (min-width: 64em) {
	.position-left.reveal-for-xlarge {
		left: 0;
		z-index: auto;
		position: fixed;
	}

	.position-left.reveal-for-xlarge ~ .off-canvas-content {
		margin-left: 250px;
	}

	.position-right.reveal-for-xlarge {
		right: 0;
		z-index: auto;
		position: fixed;
	}

	.position-right.reveal-for-xlarge ~ .off-canvas-content {
		margin-right: 250px;
	}
}

@media screen and (min-width: 71.625em) {
	.position-left.reveal-for-xxlarge {
		left: 0;
		z-index: auto;
		position: fixed;
	}

	.position-left.reveal-for-xxlarge ~ .off-canvas-content {
		margin-left: 250px;
	}

	.position-right.reveal-for-xxlarge {
		right: 0;
		z-index: auto;
		position: fixed;
	}

	.position-right.reveal-for-xxlarge ~ .off-canvas-content {
		margin-right: 250px;
	}
}

.orbit {
	position: relative;
}

.orbit-container {
	position: relative;
	margin: 0;
	overflow: hidden;
	list-style: none;
}

.orbit-slide {
	width: 100%;
	max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0;
}

.orbit-figure {
	margin: 0;
}

.orbit-image {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem;
	margin-bottom: 0;
	color: #fefefe;
	background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous, .orbit-next {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
	outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
	background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
	left: 0;
}

.orbit-next {
	left: auto;
	right: 0;
}

.orbit-bullets {
	position: relative;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
	outline: 0;
}

.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1rem;
	background-color: #dfd7d9;
	border-radius: 50%;
}

.orbit-bullets button:hover {
	background-color: #867f82;
}

.orbit-bullets button.is-active {
	background-color: #867f82;
}

.pagination {
	margin-left: 0;
	margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
	content: ' ';
	display: table;
}

.pagination::after {
	clear: both;
}

.pagination li {
	font-size: 0.875rem;
	margin-right: 0.0625rem;
	border-radius: 0;
	display: none;
}

.pagination li:last-child, .pagination li:first-child {
	display: inline-block;
}

@media screen and (min-width: 37.5em) {
	.pagination li {
		display: inline-block;
	}
}

.pagination a,
.pagination button {
	color: #0a0a0a;
	display: block;
	padding: 0.1875rem 0.625rem;
	border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
	background: #ededed;
}

.pagination .current {
	padding: 0.1875rem 0.625rem;
	background: #2199e8;
	color: #fefefe;
	cursor: default;
}

.pagination .disabled {
	padding: 0.1875rem 0.625rem;
	color: #dfd7d9;
	cursor: not-allowed;
}

.pagination .disabled:hover {
	background: transparent;
}

.pagination .ellipsis::after {
	content: '\2026';
	padding: 0.1875rem 0.625rem;
	color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
	content: '\00ab';
	display: inline-block;
	margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
	content: '\00bb';
	display: inline-block;
	margin-left: 0.5rem;
}

.progress {
	background-color: #dfd7d9;
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
}

.progress.primary .progress-meter {
	background-color: #2199e8;
}

.progress.secondary .progress-meter {
	background-color: #777;
}

.progress.success .progress-meter {
	background-color: #3adb76;
}

.progress.warning .progress-meter {
	background-color: #ffae00;
}

.progress.alert .progress-meter {
	background-color: #ec5840;
}

.progress-meter {
	position: relative;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #2199e8;
}

.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	margin: 0;
	font-size: 0.75rem;
	font-weight: bold;
	color: #fefefe;
	white-space: nowrap;
}

.slider {
	position: relative;
	height: 0.5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #ededed;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
}

.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: 0.5rem;
	background-color: #dfd7d9;
	transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
	transition: all 0s linear;
}

.slider-handle {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background-color: #2199e8;
	transition: all 0.2s ease-in-out;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
	outline: 0;
}

.slider-handle:hover {
	background-color: #1583cc;
}

.slider-handle.is-dragging {
	transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}

.slider.vertical {
	display: inline-block;
	width: 0.5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.slider.vertical .slider-fill {
	top: 0;
	width: 0.5rem;
	max-height: 100%;
}

.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sticky-container {
	position: relative;
}

.sticky {
	position: absolute;
	z-index: 0;
	transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
	position: fixed;
	z-index: 5;
}

.sticky.is-stuck.is-at-top {
	top: 0;
}

.sticky.is-stuck.is-at-bottom {
	bottom: 0;
}

.sticky.is-anchored {
	position: absolute;
	left: auto;
	right: auto;
}

.sticky.is-anchored.is-at-bottom {
	bottom: 0;
}

body.is-reveal-open {
	overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
	height: 100%;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.reveal-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1005;
	background-color: rgba(10, 10, 10, 0.45);
	overflow-y: scroll;
}

.reveal {
	display: none;
	z-index: 1006;
	padding: 1rem;
	border: 1px solid #dfd7d9;
	background-color: #fefefe;
	border-radius: 0;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
	outline: 0;
}

@media screen and (min-width: 37.5em) {
	.reveal {
		min-height: 0;
	}
}

.reveal .column, .reveal .columns,
.reveal .columns {
	min-width: 0;
}

.reveal > :last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 37.5em) {
	.reveal {
		width: 600px;
		max-width: 75rem;
	}
}

@media screen and (min-width: 37.5em) {
	.reveal .reveal {
		left: auto;
		right: auto;
		margin: 0 auto;
	}
}

.reveal.collapse {
	padding: 0;
}

@media screen and (min-width: 37.5em) {
	.reveal.tiny {
		width: 30%;
		max-width: 75rem;
	}
}

@media screen and (min-width: 37.5em) {
	.reveal.small {
		width: 50%;
		max-width: 75rem;
	}
}

@media screen and (min-width: 37.5em) {
	.reveal.large {
		width: 90%;
		max-width: 75rem;
	}
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	max-width: none;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

@media screen and (max-width: 37.4375em) {
	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		max-width: none;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}

.reveal.without-overlay {
	position: fixed;
}

.switch {
	margin-bottom: 1rem;
	outline: 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fefefe;
	font-weight: bold;
	font-size: 0.875rem;
}

.switch-input {
	opacity: 0;
	position: absolute;
}

.switch-paddle {
	background: #dfd7d9;
	cursor: pointer;
	display: block;
	position: relative;
	width: 4rem;
	height: 2rem;
	transition: all 0.25s ease-out;
	border-radius: 0;
	color: inherit;
	font-weight: inherit;
}

input + .switch-paddle {
	margin: 0;
}

.switch-paddle::after {
	background: #fefefe;
	content: '';
	display: block;
	position: absolute;
	height: 1.5rem;
	left: 0.25rem;
	top: 0.25rem;
	width: 1.5rem;
	transition: all 0.25s ease-out;
	transform: translate3d(0, 0, 0);
	border-radius: 0;
}

input:checked ~ .switch-paddle {
	background: #2199e8;
}

input:checked ~ .switch-paddle::after {
	left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
	outline: 0;
}

.switch-active, .switch-inactive {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.switch-active {
	left: 8%;
	display: none;
}

input:checked + label > .switch-active {
	display: block;
}

.switch-inactive {
	right: 15%;
}

input:checked + label > .switch-inactive {
	display: none;
}

.switch.tiny .switch-paddle {
	width: 3rem;
	height: 1.5rem;
	font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
	width: 1rem;
	height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
	left: 1.75rem;
}

.switch.small .switch-paddle {
	width: 3.5rem;
	height: 1.75rem;
	font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
	width: 1.25rem;
	height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
	left: 2rem;
}

.switch.large .switch-paddle {
	width: 5rem;
	height: 2.5rem;
	font-size: 1rem;
}

.switch.large .switch-paddle::after {
	width: 2rem;
	height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
	left: 2.75rem;
}

table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
}

table thead,
table tbody,
table tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}

table caption {
	font-weight: bold;
	padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
	background: #f8f8f8;
	color: #002b4f;
}

table thead tr,
table tfoot tr {
	background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left;
}

table tbody tr:nth-child(even) {
	background-color: #f1f1f1;
}

table tbody th,
table tbody td {
	padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 51.1875em) {
	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 tr:hover {
	background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
	background-color: #ececec;
}

.table-scroll {
	overflow-x: auto;
}

.table-scroll table {
	width: auto;
}

.tabs {
	margin: 0;
	list-style-type: none;
	background: #fefefe;
	border: 1px solid #ededed;
}

.tabs::before, .tabs::after {
	content: ' ';
	display: table;
}

.tabs::after {
	clear: both;
}

.tabs.vertical > li {
	width: auto;
	float: none;
	display: block;
}

.tabs.simple > li > a {
	padding: 0;
}

.tabs.simple > li > a:hover {
	background: transparent;
}

.tabs.primary {
	background: #2199e8;
}

.tabs.primary > li > a {
	color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
	background: #1893e4;
}

.tabs-title {
	float: left;
}

.tabs-title > a {
	display: block;
	padding: 0, 625rem;
	line-height: 1;
	font-size: 0.75rem;
}

.tabs-title > a:hover {
	background: #fefefe;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	background: #fefefe;
}

.tabs-content {
	background: none;
	transition: all 0.5s ease;
	border: 1px solid #ededed;
	border-top: 0;
}

.tabs-content.vertical {
	border: 1px solid #ededed;
	border-left: 0;
}

.tabs-panel {
	display: none;
	padding: 0;
}

.tabs-panel.is-active {
	display: block;
}

.thumbnail {
	border: solid 4px #fefefe;
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	transition: box-shadow 200ms ease-out;
	border-radius: 0;
	margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
	background: #0a0a0a;
	color: #fefefe;
	padding: 0.5rem;
}

.title-bar::before, .title-bar::after {
	content: ' ';
	display: table;
}

.title-bar::after {
	clear: both;
}

.title-bar .menu-icon {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.title-bar-left {
	float: left;
}

.title-bar-right {
	float: right;
	text-align: right;
}

.title-bar-title {
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px;
}

.menu-icon.dark::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
	background: #867f82;
	box-shadow: 0 7px 0 #867f82, 0 14px 0 #867f82;
}

.has-tip {
	border-bottom: dotted 1px #867f82;
	font-weight: bold;
	position: relative;
	display: inline-block;
	cursor: help;
}

.tooltip {
	background-color: #0a0a0a;
	color: #fefefe;
	font-size: 80%;
	padding: 0.75rem;
	position: absolute;
	z-index: 10;
	top: calc(100% + 0.6495rem);
	max-width: 10rem !important;
	border-radius: 0;
}

.tooltip::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	border-color: transparent transparent #0a0a0a;
	border-bottom-style: solid;
	border-top-width: 0;
	bottom: 100%;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip.top::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	border-color: #0a0a0a transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	top: 100%;
	bottom: auto;
}

.tooltip.left::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	border-color: transparent transparent transparent #0a0a0a;
	border-left-style: solid;
	border-right-width: 0;
	bottom: auto;
	left: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tooltip.right::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	border-color: transparent #0a0a0a transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-bar {
	padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
	content: ' ';
	display: table;
}

.top-bar::after {
	clear: both;
}

.top-bar,
.top-bar ul {
	background-color: #ededed;
}

.top-bar input {
	max-width: 200px;
	margin-right: 1rem;
}

.top-bar .input-group-field {
	width: 100%;
	margin-right: 0;
}

.top-bar input.button {
	width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
	width: 100%;
}

@media screen and (min-width: 37.5em) {
	.top-bar .top-bar-left,
	.top-bar .top-bar-right {
		width: auto;
	}
}

@media screen and (max-width: 51.1875em) {
	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		width: 100%;
	}
}

@media screen and (max-width: 63.9375em) {
	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		width: 100%;
	}
}

@media screen and (max-width: 71.5625em) {
	.top-bar.stacked-for-xlarge .top-bar-left,
	.top-bar.stacked-for-xlarge .top-bar-right {
		width: 100%;
	}
}

.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
	width: 100%;
}

.top-bar-title {
	float: left;
	margin-right: 1rem;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.slide-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.slide-out-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.slide-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.slide-out-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.fade-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}

.fade-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}

.hinge-in-from-top.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(90deg);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(90deg);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-out-from-top.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.scale-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.scale-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.spin-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0;
}

.spin-in-ccw.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out-ccw.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0;
}

.slow {
	transition-duration: 750ms !important;
}

.fast {
	transition-duration: 250ms !important;
}

.linear {
	transition-timing-function: linear !important;
}

.ease {
	transition-timing-function: ease !important;
}

.ease-in {
	transition-timing-function: ease-in !important;
}

.ease-out {
	transition-timing-function: ease-out !important;
}

.ease-in-out {
	transition-timing-function: ease-in-out !important;
}

.bounce-in {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	transition-delay: 300ms !important;
}

.long-delay {
	transition-delay: 700ms !important;
}

.shake {
	animation-name: shake-7;
}

@keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		transform: translateX(7%);
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		transform: translateX(-7%);
	}
}

.spin-cw {
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(-1turn);
	}
	100% {
		transform: rotate(0);
	}
}

.spin-ccw {
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(1turn);
	}
}

.wiggle {
	animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
	40%, 50%, 60% {
		transform: rotate(7deg);
	}
	35%, 45%, 55%, 65% {
		transform: rotate(-7deg);
	}
	0%, 30%, 70%, 100% {
		transform: rotate(0);
	}
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
	animation-duration: 500ms;
}

.infinite {
	animation-iteration-count: infinite;
}

.slow {
	animation-duration: 750ms !important;
}

.fast {
	animation-duration: 250ms !important;
}

.linear {
	animation-timing-function: linear !important;
}

.ease {
	animation-timing-function: ease !important;
}

.ease-in {
	animation-timing-function: ease-in !important;
}

.ease-out {
	animation-timing-function: ease-out !important;
}

.ease-in-out {
	animation-timing-function: ease-in-out !important;
}

.bounce-in {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	animation-delay: 300ms !important;
}

.long-delay {
	animation-delay: 700ms !important;
}

@font-face {
	font-family: 'icomoon';
	src: url("../Fonts/icomoon.eot?pfgn7f");
	src: url("../Fonts/icomoon.eot?pfgn7f#iefix") format("embedded-opentype"), url("../Fonts/icomoon.ttf?pfgn7f") format("truetype"), url("../Fonts/icomoon.woff?pfgn7f") format("woff"), url("../Fonts/icomoon.svg?pfgn7f#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .pagebrowser .less:before,
.pagebrowser .more:before, blockquote:before, blockquote:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
	content: "";
	padding-right: .25rem;
	color: #005b9c;
}

.icon-fax:before {
	content: "";
	padding-right: .25rem;
	color: #005b9c;
}

.icon-email:before {
	content: "";
	padding-right: .25rem;
	color: #005b9c;
}

.icon-cv:before {
	content: "";
	padding-right: .25rem;
	color: #005b9c;
}

.icon-menue:before {
	content: "";
}

.icon-arrow {
	position: absolute;
	top: 45%;
	right: 0;
	background: #005b9c;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	line-height: 15px;
}

.icon-arrow:before {
	font-family: 'Verdana' !important;
	content: "›";
	display: inline-block;
	padding-left: 0.25rem;
	margin-top: -1px;
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
}

.icon-arrow.is-left {
	right: auto;
	left: 0;
}
/************** header ***************/
.icon-magnifier:before {
	content: "";
	color: #867f82;
}

/************** footer ***************/
#social-media [class^="icon-"] {
	font-size: 2rem;
}

.icon-facebook:before, .icon-facebook-inverse:before {
	content: "";
	color: #425798;
}

.icon-facebook-inverse:before {
	background: #425798;
	color: #fefefe;
	margin-right: 3px;
}

.icon-twitter:before, .icon-twitter-inverse:before {
	content: "";
	color: #3babed;
}

.icon-twitter-inverse:before {
	background: #3babed;
	color: #fefefe;
	margin-right: 3px;
}

.icon-linkedin {
    width: 32px;
    height: 32px;
	display: inline-block;
    background-image: url(../Icons/Linkedin.svg);
}

.icon-youtube:before {
	content: "";
	color: #b01116;
}

.icon-feeds:before {
	content: "";
	color: #e35c09;
}

.icon-newsletter:before {
	content: "";
	color: #7b7678;
}

.pagebrowser .less:before,
.pagebrowser .more:before {
	content: "\e636";
	color: #002b4f;
	background: none;
	font-size: 1.6rem;
	vertical-align: middle;
}

.pagebrowser .more:before {
	content: "\e61f";
}

blockquote {
	position: relative;
}

blockquote:before, blockquote:after {
	content: "\e90e";
	position: absolute;
	top: 40%;
	left: 0;
}

@media screen and (min-width: 37.5em) {
	blockquote:before, blockquote:after {
		font-size: 2.2rem;
	}
}

blockquote:after {
	content: "\e90d";
	left: auto;
	right: 0;
}

body {
	background: #d2d2d2;
}

.main-wrapper {
	background: #fefefe;
	max-width: 75rem;
	margin: 0 auto 0 auto;
}

@media screen and (min-width: 37.5em) {
	.main-wrapper {
		margin: 25px auto 80px auto;
	}
}

.row-wrapper {
	margin: 0 auto;
	max-width: 75rem;
	background-color: #fefefe;
}

.row {
	max-width: 63.125rem;
}

@media screen and (min-width: 51.25em) {
	.row {
		max-width: 63.75rem;
	}
}

/********* helper classes **********/
.bg-gray {
	background: #867f82;
	background: #5c666c !important;
}

.tx-solr #tx-solr-search-form .field {
	margin: 0 0 1.875rem 0;
}

.tx-solr #tx-solr-search-form label {
	display: inline;
	font-weight: 600;
	font-style: normal;
	font-size: 1rem;
}

.tx-solr #tx-solr-faceting h2 {
	margin: 20px 0;
	font-size: 1.3rem;
}

.tx-solr #tx-solr-faceting ul {
	list-style: none;
	margin: 0;
}

.tx-solr #tx-solr-faceting ul .facet-option a:hover {
	color: #e42312;
}

.tx-solr .tx-solr-search-word {
	font-weight: 600;
}

.tx-solr .tx-solr-pagination-page-browser {
	margin: 0 0 20px 0;
}

.tx-solr .tx-solr-pagination-page-browser ul {
	list-style: none;
	margin: 0;
}

.tx-solr .tx-solr-pagination-page-browser li {
	display: inline;
	margin: 0 15px 0 0;
}

.tx-solr .tx-solr-pagination-page-browser li.tx-pagebrowse-pages {
	margin: 0;
}

.tx-solr .tx-solr-pagination-page-browser ol {
	margin: 0;
	display: inline;
}

.tx-solr .results-list {
	list-style: none;
	margin: 0;
}

.tx-solr .results-list li {
	position: relative;
	margin-bottom: 1.875rem;
	overflow: hidden;
}

.tx-solr .results-list h3, .tx-solr .results-list .list.audio strong, .list.audio .tx-solr .results-list strong {
	padding-right: 40px;
	margin-bottom: 0.9375rem;
}

.tx-solr .results-list h3 a, .tx-solr .results-list .list.audio strong a, .list.audio .tx-solr .results-list strong a {
	color: #002b4f;
}

.tx-solr .results-list h3 a:hover, .tx-solr .results-list .list.audio strong a:hover, .list.audio .tx-solr .results-list strong a:hover {
	color: #e42312;
}

.tx-solr .results-list .relevance-percent {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 1rem;
	font-weight: 600;
}

.tx-solr .results-list p {
	margin-bottom: 0.625rem;
	font-size: 95%;
	line-height: 1.2;
}

.tx-solr .results-list img {
	float: left;
	margin-right: 15px;
}

.tx-solr .results-list .results-highlight {
	background: #e42312;
	color: #fefefe;
}

#pagefunctions {
	background: #ededed;
	border: 1px solid #dfd7d9;
	width: 200px;
	border-radius: 0 10px 10px 0;
	padding: 20px 15px 20px 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .85rem;
	line-height: 1.2;
}

#pagefunctions a {
	color: #00467a;
}

#pagefunctions #pf-print,
#pagefunctions #pf-email {
	display: block;
	margin: 0 0 15px 0;
}

#pagefunctions #pf-print:before,
#pagefunctions #pf-email:before {
	display: block;
	content: "\e916";
	font-family: 'icomoon';
	width: 25px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

#pagefunctions #pf-email:before {
	content: "\e902";
	font-size: 30px;
}

#pagefunctions .share-buttons {
	margin: 0;
}

#pagefunctions .share-buttons li {
	display: inline;
	margin: 0 8px 10px 0;
}

#pagefunctions .share-buttons a:before {
	content: "";
	color: #425798;
	font-family: 'icomoon';
	display: inline-block;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

#pagefunctions .share-buttons #pf-twitter:before {
	content: "";
	color: #3babed;
}

#pagefunctions .share-buttons #pf-google:before {
	content: "";
	color: #e42312;
}

@media screen and (min-width: 71.625em) {
	#pagefunctions {
		position: fixed;
		top: 480px;
		left: 0;
		width: 106px;
		z-index: 600;
		padding: 20px 10px 25px 10px;
	}

	#pagefunctions #pf-print,
	#pagefunctions #pf-email {
		margin: 0 0 17px 0;
	}
}

/*
h1:before {
	content: 'h1: ';
}
h2:before {
	content: 'h2: ';
}
h3:before {
	content: 'h3: ';
}
h4:before {
	content: 'h4: ';
}
*/
div.ce-textpic div.csc-textpic-imagecolumn {
	float: none;
	display: inline-block;
}

div.csc-textpic div.csc-textpic-imagecolumn {
	float: none;
	display: inline-block;
}

div.csc-textpic-imagecolumn {
	margin: 0;
	vertical-align: top;
}

.csc-textpic-caption {
	color: #867f82;
	font-size: 80%;
	font-style: italic;
	line-height: 1.4;
	margin: 7px 0 0 0;
	display: inline-block;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.right-col .csc-textpic-imagewrap[data-csc-cols='1'] .csc-textpic-imagecolumn .csc-textpic-image {
	margin: 10px 0;
}

.right-col .csc-textpic-imagewrap[data-csc-cols='2'] .csc-textpic-imagecolumn .csc-textpic-image,
.right-col .csc-textpic-imagewrap[data-csc-cols='3'] .csc-textpic-imagecolumn .csc-textpic-image,
.right-col .csc-textpic-imagewrap[data-csc-cols='4'] .csc-textpic-imagecolumn .csc-textpic-image {
	margin: 10px 15px;
}

.csc-textpic-imagewrap[data-csc-cols='1'] .csc-textpic-imagecolumn .csc-textpic-image {
	margin: 0 0 10px 0;
}

.csc-textpic-imagewrap[data-csc-cols='3'] .csc-textpic-imagecolumn .csc-textpic-image,
.csc-textpic-imagewrap[data-csc-cols='4'] .csc-textpic-imagecolumn .csc-textpic-image {
	margin: 1em 15px;
}

.csc-textpic-imagewrap[data-csc-cols='2'] .csc-textpic-imagecolumn {
	max-width: 49%;
}

.csc-textpic-imagewrap[data-csc-cols='3'] .csc-textpic-imagecolumn {
	max-width: 32.5%;
}

.csc-textpic-imagewrap[data-csc-cols='4'] .csc-textpic-imagecolumn {
	max-width: 24%;
}

.right-col .csc-textpic-imagewrap[data-csc-cols='1'] .csc-textpic-imagecolumn .csc-textpic-image a[data-fancybox='gallery'] + .csc-textpic-caption,
.right-col .csc-textpic-imagewrap[data-csc-cols='2'] .csc-textpic-imagecolumn .csc-textpic-image a[data-fancybox='gallery'] + .csc-textpic-caption,
.right-col .csc-textpic-imagewrap[data-csc-cols='3'] .csc-textpic-imagecolumn .csc-textpic-image a[data-fancybox='gallery'] + .csc-textpic-caption,
.right-col .csc-textpic-imagewrap[data-csc-cols='4'] .csc-textpic-imagecolumn .csc-textpic-image a[data-fancybox='gallery'] + .csc-textpic-caption,
.right-col .csc-textpic-intext .csc-textpic-imagewrap .csc-textpic-caption,
.csc-textpic-imagewrap[data-csc-cols='3'] .csc-textpic-imagecolumn .csc-textpic-image a[data-fancybox='gallery'] + .csc-textpic-caption,
.csc-textpic-imagewrap[data-csc-cols='4'] .csc-textpic-imagecolumn .csc-textpic-image a[data-fancybox='gallery'] + .csc-textpic-caption {
	display: none;
}

.csc-textpic-intext-left .csc-textpic-imagewrap,
.csc-textpic-intext-right .csc-textpic-imagewrap,
.ce-textpic.ce-right.ce-intext .csc-textpic-imagewrap,
.ce-textpic.ce-left.ce-intext .csc-textpic-imagewrap{
	max-width: 49%;
}

.clearer {
	clear: both;
}

a {
	transition: color 250ms linear, background-color 250ms linear;
	/* this is to force hardware acceleration for transitions and remove flickering */
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	color: #e42312;
}

a:hover {
	color: #005b9c;
}

a.phone {
	color: #002b4f;
}

.link-anchor {
	color: inherit!important;
}

.link-extern:before, .download:before, ul.csc-bulletlist-0 li:before,
ul.csc-bulletlist-1 li:before,
.mail:before {
	content: "";
	font-family: 'icomoon';
	padding: 0 5px 0 0;
	font-size: 14px;
}

.download:before, ul.csc-bulletlist-0 li:before,
ul.csc-bulletlist-1 li:before {
	display: inline-block;
}

.mail:before {
	content: "";
}

.download:before {
	content: "";
}

.link-button, .button {
	background: #005b9c;
	border: 1px solid #005b9c;
	color: #fefefe;
	font-weight: 600;
	padding: 0 10px;
	line-height: 1.875rem;
	height: 1.875rem;
	display: inline-block;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.link-button:hover, .button:hover {
	color: #e42312;
	background: #fefefe;
	border: 1px solid #dfd7d9;
}

.button {
	border: none;
}

.tx-glossary {
	color: #002b4f;
	border-bottom: 1px dotted #cccccc;
	font-style: italic;
}

.tx-glossary:hover {
	color: #e42312;
}

figcaption .tx-glossary,
figcaption .tx-glossary abbr {
	color: #867f82;
}

.highlight {
	border-left: 1px solid #005b9c;
	padding: 0 0 0 15px;
	margin: 1.875rem 0;
}

@media screen and (min-width: 37.5em) {
	.highlight {
		font-size: 1.25rem;
		line-height: 130%;
		padding-left: 30px;
	}
}

strong {
	font-weight: 600;
}

p {
	color: #002b4f;
}

@media screen and (min-width: 37.5em) {
	p {
		font-size: 1.125rem;
		line-height: 1.4;
	}
}

.nomargin {
	margin: 0;
}

li {
	margin: 0 0 .625rem 0;
}

h1 {
	margin-bottom: 35px;
	line-height: 1.1;
}

h2.big {
	font-size: 1.3rem;
	margin: 1rem 0;
}

@media screen and (min-width: 51.25em) {
	h2.big {
		font-size: 2.25rem;
		margin: 5rem 0 1.875rem 0;
	}
}

h2 {
	margin-bottom: 25px;
	line-height: 1.1;
}

h3, .list.audio strong {
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.2;
}

h4, .detail.job h3, .detail.job .list.audio strong, .list.audio .detail.job strong {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.875rem;
}

.center-col .csc-default {
	margin-bottom: 30px;
}

.main-wrapper .row .center-col .csc-default > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.csc-frame {
	margin: 0 0 1.25rem 0;
}

.csc-frame-frame1 {
	background: #ededed;
	padding: 15px;
}

@media screen and (min-width: 37.5em) {
	.csc-frame-frame1 {
		padding: 30px;
	}
}

.right-col .csc-default {
	margin-bottom: 1.25rem;
	padding: 15px;
	background: #ededed;
}

.right-col .csc-frame-frame1 {
	padding: 15px;
}

.right-col .csc-default > header > h1:first-child,
.right-col .csc-default > header > h2:first-child,
.right-col .csc-default > header > h3:first-child,
.right-col .csc-default > header > h4:first-child,
.right-col .csc-default > h1:first-child,
.right-col .csc-default > h2:first-child,
.right-col .csc-default > h3:first-child,
.right-col .csc-default > h4:first-child,
.right-col .list.audio .csc-default > strong:first-child,
.list.audio .right-col .csc-default > strong:first-child,
.right-col .detail.job .csc-default > h3:first-child,
.detail.job .right-col .csc-default > h3:first-child,
.right-col .detail.job .list.audio .csc-default > strong:first-child,
.detail.job .list.audio .right-col .csc-default > strong:first-child,
.right-col .list.audio .detail.job .csc-default > strong:first-child,
.list.audio .detail.job .right-col .csc-default > strong:first-child {
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #002b4f;
	margin: 0 0 1.25rem 0;
}

.right-col h1, .right-col h2, .right-col h3, .right-col .list.audio strong, .list.audio .right-col strong, .right-col h4, .right-col .detail.job h3, .detail.job .right-col h3, .right-col .detail.job .list.audio strong, .detail.job .list.audio .right-col strong, .right-col .list.audio .detail.job strong, .list.audio .detail.job .right-col strong {
	font-size: 1rem;
	font-weight: normal;
	color: #002b4f;
	margin: 0 0 1.25rem 0;
	text-transform: none;
}

.right-col h1 a, .right-col h2 a, .right-col h3 a, .right-col .list.audio strong a, .list.audio .right-col strong a, .right-col h4 a, .right-col .detail.job h3 a, .detail.job .right-col h3 a, .right-col .detail.job .list.audio strong a, .detail.job .list.audio .right-col strong a, .right-col .list.audio .detail.job strong a, .list.audio .detail.job .right-col strong a {
	color: #002b4f;
}

.right-col .csc-header h2 > a {
	color: #005b9c;
}

.right-col p {
	font-size: 87%;
	margin: 0 0 0.95rem 0;
}

.right-col li {
	font-size: 87%;
}

.right-col li p {
	font-size: 100%;
}

ul.csc-bulletlist-0,
ul.csc-bulletlist-1 {
	list-style: none;
	margin: 0 0 20px 0;
}

ul.csc-bulletlist-0 li,
ul.csc-bulletlist-1 li {
	position: relative;
	padding-left: 1.375rem;
}

ul.csc-bulletlist-0 li:before,
ul.csc-bulletlist-1 li:before {
	color: #867f82;
	position: absolute;
	top: 2px;
	left: 0;
}

ol.csc-bulletlist-0 {
	list-style: none;
	counter-reset: item;
	margin: 0 0 20px 20px;
}

ol.csc-bulletlist-0 li {
	text-indent: -15px;
}

ol.csc-bulletlist-0 li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #867f82;
}

ol.csc-bulletlist-0 li p {
	display: inline;
}

.contenttable th, .contenttable td {
	vertical-align: top;
}

ul.csc-uploads {
	margin: 0 0 20px 0;
}

ul.csc-uploads li {
	padding-left: 22px;
	position: relative;
}

ul.csc-uploads span {
	display: inline;
}

ul.csc-uploads span.csc-uploads-fileSize:before {
	content: " (";
}

ul.csc-uploads span.csc-uploads-fileSize:after {
	content: ")";
}

ul.csc-uploads span.csc-uploads-fileName {
	text-decoration: none;
}

ul.csc-uploads .download {
	text-decoration: none;
	color: #005b9c;
}

ul.csc-uploads .download:before {
	position: absolute;
	top: 1px;
	left: 0;
	color: #005b9c;
}

ul.csc-uploads .download:hover {
	color: #e42312;
}

.right-col ul.csc-uploads {
	margin-left: -15px;
	margin-right: -15px;
}

.right-col ul.csc-uploads li {
	font-size: 100%;
	border-bottom: 1px solid #fefefe;
	padding-left: 2.375rem;
	padding-right: 0.9375rem;
	padding-bottom: 10px;
}

.right-col ul.csc-uploads li:last-child {
	border-bottom: none;
}

.right-col ul.csc-uploads .download:before {
	left: 16px;
}

#stage {
	margin: 0 0 3.75rem;
}

@media screen and (max-width: 37.4375em) {
	#stage {
		background: #002b4f;
		overflow: hidden;
		background: url(../Images/bg-slider-mobil.jpg);
		padding: 40px 40px 75px 40px;
	}
}

@media screen and (max-width: 37.4375em) {
	.boxes .columns {
		border: 1px solid #dfd7d9;
		background: #dfd7d9;
		margin: 0 0 10px 0;
		padding: 40px 0 0 0;
	}
}

.boxes .box {
	max-width: 310px;
	margin: 0 auto;
	position: relative;
	min-height: 339px;
}

.boxes .box .header {
	margin: -1.875rem 0 0 0;
	text-align: center;
}

.boxes .box.text-only .header {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.boxes .box h3, .boxes .box .list.audio strong, .list.audio .boxes .box strong {
	display: inline-block;
	background: #005b9c;
	color: #fefefe;
	margin: 0;
	padding: 0 .75rem;
	font-size: 1rem;
	height: 1.875rem;
	line-height: 1.875rem;
	transition: color 250ms linear, background-color 250ms linear;
	/* this is to force hardware acceleration for transitions and remove flickering */
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.boxes .box :hover h3, .boxes .box :hover .list.audio strong, .list.audio .boxes .box :hover strong {
	background: #e42312;
}

.boxes .box p {
	font-size: 1.125rem;
	padding: 0;
	margin: 20px 0;
	line-height: 115%;
}

@media screen and (min-width: 37.5em) {
	.boxes .box {
		background: #ededed;
		border: 1px solid #dfd7d9;
		margin: 0 0 20px 0;
	}

	.boxes .box img {
		vertical-align: bottom;
	}

	.boxes .box p {
		padding: 15px;
		margin: 0;
	}
}

/* NEW HOMEPAGE TILES/BOXES */

.boxes.row {
	display: flex;
	flex-direction: row;
	flex: 0 1 auto;
	flex-wrap: wrap;
}

.boxes.row::before,
.boxes.row::after {
	display: flex;
}

.boxes.row .column {
	display: flex;
	flex-direction: column;
}

.boxes .box--one-third,
.boxes .box--two-thirds,
.boxes .box--fullwidth {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: none;
	background: none;
	border: 1px solid #dfd7d9;
	background: #ededed;
	margin-bottom: 1.25rem;
}

.box .box__image {
	width: 100%;
	height: 0;
	padding-top: 50%;
	background-size: cover;
	background-position: center center;
}

.box .box__content {
	width: 100%;
	margin-top: -1.875rem;
	padding: 0 1rem 1rem;
}

.box .box__content .header {
	margin: 0 0 1.5rem;
}

.box .box__content p {
	padding: 0;
}

/* MEDIUM MEDIA QUERY */
@media screen and (min-width: 37.5em) {
	.boxes .box--fullwidth {
		flex-direction: row;
	}
	.box--fullwidth .box__content {
		width: 50%;
		margin-top: 0;
	}
	.box--fullwidth .box__image {
		width: 50%;
		height: 100%;
		padding-top: 0;
	}
}

/* LARGE MEDIA QUERY */
@media screen and (min-width: 51.25em) {
	.boxes .box--two-thirds {
		flex-direction: row;
	}
	.box--two-thirds .box__content {
		width: 50%;
		margin-top: 0;
	}
	.box--two-thirds .box__image {
		width: 50%;
		height: 100%;
		padding-top: 0;
	}
}

::-webkit-input-placeholder {
	color: #0a0a0a !important;
}

:-moz-placeholder {
	color: #0a0a0a !important;
}

::-moz-placeholder {
	color: #0a0a0a !important;
}

:-ms-input-placeholder {
	color: #0a0a0a !important;
}

#home-tabbing {
	margin: 0 auto 1.25em auto;
	max-width: none;
	background: #ededed;
	border-left: 1px solid #dfd7d9;
	border-right: 1px solid #dfd7d9;
	border-bottom: 1px solid #dfd7d9;
	scrollbar-face-color: #3babed;
	scrollbar-shadow-color: #f1f1f1;
	scrollbar-highlight-color: #f1f1f1;
	scrollbar-track-color: #f1f1f1;
	scrollbar-arrow-color: #f1f1f1;
}

#home-tabbing .tabs {
	display: table;
	width: 101%;
	border: none;
	background: #fefefe;
	margin: 0 -1px 0 0;
}

#home-tabbing .tabs-title {
	display: table-cell;
	float: none;
	position: relative;
}

#home-tabbing .tabs-title > a {
	font-size: .98rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.375rem 0.375rem 0.375rem 1.5625rem;
	color: #fefefe;
	font-size: 0.8125rem;
	margin-right: 2px;
	border-left: 1px solid #dfd7d9;
	border-top: 1px solid #dfd7d9;
	border-right: 1px solid #dfd7d9;
}

#home-tabbing .tabs-title:first-child a {
	border-left: none;
	padding-left: 16px;
}

#home-tabbing [class^="icon-"] {
	position: absolute;
	top: 5px;
	left: 7px;
}

#home-tabbing #home-tabs-news.tabs-title > a,
#home-tabbing #home-tabs-news.tabs-title > a:focus,
#home-tabbing #home-tabs-news.tabs-title > a[aria-selected='true'] {
	background: #ededed;
	color: #002b4f;
}

#home-tabbing #home-tabs-facebook.tabs-title > a,
#home-tabbing #home-tabs-facebook.tabs-title > a:focus,
#home-tabbing #home-tabs-facebook.tabs-title > a[aria-selected='true'] {
	background: #425798;
}

#home-tabbing #home-tabs-twitter.tabs-title > a,
#home-tabbing #home-tabs-twitter.tabs-title > a:focus,
#home-tabbing #home-tabs-twitter.tabs-title > a[aria-selected='true'] {
	background: #3babed;
}

#home-tabbing ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

#home-tabbing ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

#home-tabbing ::-webkit-scrollbar-thumb {
	background: rgba(59, 171, 237, 0.8);
}

#home-tabbing .list.headline {
	margin: 15px 10px 15px 15px;
	padding: 0 15px 0 0;
	height: 280px;
	overflow: auto;
}

#home-tabbing .list.headline strong {
	color: #3babed;
}

#home-tabbing .list.headline :hover {
	color: #e42312;
}

#home-tabbing .tabs-panel#panel2 {
	padding: 0;
}

#home-tabbing .tabs-panel#panel3 {
	padding: 0;
}

#home-tabbing .tabs-content {
	background: #ededed;
}

#home-tabbing .cmplazypreviewiframe {
	background-color: transparent !important;
}

#header-image {
	position: relative;
	background: #005aa0;
	padding-bottom: 1rem;
}

#header-image:before {
	content: '';
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 50%;
	background: #fff;
	height: 17px;
}
#header-image:after {
	content: '';
	background-image: url('../Images/header_edge--8-expand.svg');
	position: absolute;
	width: 44px;
	height: 22px;
	right: 50%;
	bottom: 0;
	transform: translateX(100%);
	background-repeat: no-repeat;
}

#header-image.no-teaser {
	margin-bottom: 1.875rem;
}

#header-image img.custom-header-image {
	display: block !important;
}

#header-image .box {
	padding: .75rem 1rem;
}

#header-image h1 {
	color: #fefefe;
	margin: 0;
	padding: 0;
	line-height: 110%;
}

#header-image p {
	color: #fefefe;
}

#header-image.event {
	background: #005aa0;
}

#header-image.topic {
	background: #005aa0;
}

#header-image.no-bg {
	background: #005aa0;
}

#header-image img {
	display: none;
}

#header-image.with-header-image {
	height: auto;
}

#header-image.with-header-image img {
	float: none;
}

@media screen and (min-width: 37.5em) {
	#header-image {
		padding-bottom: 1.375rem;
	}
	#header-image:before {
		width: 50%;
		height: 23px;
	}
	#header-image:after {
		width: 60px;
		height: 30px;
		right: 50%;
	}

	#header-image .box {
		padding: 1.25rem 2rem 1rem;
	}

	#header-image h1, #header-image .date {
		font-size: 2rem;
	}
}

@media screen and (min-width: 51.25em) {
	#header-image {
		padding-bottom: 1.875rem;
	}
	#header-image:before {
		width: 340px;
		height: 31px;
	}
	#header-image:after {
		width: 80px;
		height: 40px;
		right: 340px;
	}
	#header-image img {
		float: right;
		display: block;
	}
}

.tabbing {
	text-transform: uppercase;
	list-style: none;
	margin: 0 0 1.875rem 0;
}

@media screen and (min-width: 37.5em) {
	.tabbing {
		margin: 0 0 30px 0;
	}
}

.tabbing li {
	font-size: .75rem;
	display: inline-block;
	margin: 0 .275rem .35rem 0;
}

.tabbing > li:first-child {
	margin-top: 0;
}

.tabbing > li:last-child {
	margin-bottom: 2.75rem;
	margin-right: 0;
}

.tabbing a,
.tabbing strong {
	padding: 0 .625rem;
	height: 1.875rem;
	line-height: 1.875rem;
	display: block;
	font-weight: 600;
	border: 1px solid #dfd7d9;
	margin-bottom: 1px;
}

.tabbing li.is-active a,
.tabbing strong,
.tabbing a:hover {
	color: #e42312;
	background: #fefefe;
}

.tabbing a {
	color: #fefefe;
	background: #005b9c;
}

#themennav.tabbing {
	padding: 0;
	text-align: right;
	z-index: 2;
}

@media screen and (min-width: 37.5em) {
	#themennav.tabbing {
		margin: 8px 0 -45px 0;
		position: relative;
	}
}

#themennav.tabbing a {
	background: #867f82;
}

#themennav.tabbing a:hover {
	background: #fefefe;
}

.header-over-image .csc-textpic-image {
	position: relative;
}

.header-over-image img {
	display: none;
}

.header-over-image p {
	margin: 10px 0;
}

@media screen and (min-width: 37.5em) {
	.header-over-image h1 {
		position: absolute;
		margin: 0;
		bottom: 10px;
		left: 10px;
	}

	.header-over-image img {
		display: block;
	}

	.header-over-image p {
		margin: 1.875rem 0;
	}
}

@media screen and (min-width: 51.25em) {
	.header-over-image h1 {
		bottom: 1.875rem;
		left: 1.875rem;
	}
}

.embed-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.youtube-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tabs {
	background: none;
	border: none;
}

.infobox {
	background: #fefefe;
	padding: 1.125rem;
	margin: 0 0 1.25rem 0;
}

.infobox .cat {
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #002b4f;
	margin: 0 0 1.25rem 0;
}

@media screen and (min-width: 51.25em) {
	.infobox {
		float: right;
		max-width: 17.5rem;
		margin: 0 0 1.25rem 0.625rem;
	}
}

.tx-a21feeds-pi2 .tx-a21feeds-pi2-row {
	border-bottom: 1px dotted #867f82;
	padding: 3px 0;
	overflow: hidden;
}

.tx-a21feeds-pi2 .tx-a21feeds-pi2-caption {
	float: left;
	width: 80%;
}

.tx-a21feeds-pi2 .tx-a21feeds-pi2-anchors {
	float: right;
	width: 20%;
	text-align: right;
}

.csc-sitemap a,
.csc-sitemap strong {
	font-size: 2rem;
	color: #002b4f;
	display: block;
	padding: 12px 0;
	font-weight: 600;
	border-bottom: 1px solid #dfd7d9;
}

.csc-sitemap a:hover,
.csc-sitemap a:active,
.csc-sitemap a:focus {
	background-color: #e42312;
	color: #fff !important;
}

.csc-sitemap ul {
	margin: 0;
	list-style: none;
}

.csc-sitemap li {
	margin: 0 0 30px 0;
	overflow: hidden;
	position: relative;
}

.csc-sitemap li strong {
	padding: 0;
}

.csc-sitemap ul ul {
	margin: 0 0 0 25px;
}

.csc-sitemap li li {
	margin: 0;
}

.csc-sitemap li li a {
	font-size: 1.125rem;
	padding: 4px 10px 4px 10px;
	border-bottom: none;
}

.csc-sitemap ul ul ul {
	margin: 0 0 10px 0;
}

.csc-sitemap li li li {
	border-bottom: none;
}

.csc-sitemap li li li a {
	font-size: 1rem;
	padding: 0 10px 0 35px;
	border-top: none;
}

.csc-sitemap ul ul ul ul {
	margin: 0 0 10px 0;
	display: none;
}

.csc-sitemap li li li li a {
	font-size: .975rem;
	font-weight: normal;
	padding-left: 40px;
}

.csc-sitemap .foldout,
.csc-sitemap .foldin {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 10;
	line-height: 1.3;
}

.csc-sitemap .foldout:before,
.csc-sitemap .foldin:before {
	content: "+";
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	font-weight: 600;
	color: #867f82;
}

.csc-sitemap .foldin:before {
	content: "-";
}

/********** header *****************/
#header-wrapper {
	position: relative;
	margin: 10px 0 60px 0;
}

@media screen and (min-width: 37.5em) {
	#header-wrapper {
		margin: 1.25rem 0 0 0;
	}
}

#logo {
	float: left;
	max-width: 300px;
	margin: 0;
}

@media screen and (min-width: 37.5em) {
	#logo {
		max-width: 330px;
		margin: 1.35rem 1.25rem 1.70rem 0;
	}
}

@media screen and (min-width: 51.25em) {
	#logo {
		max-width: 600px;
		height: 60px;
		margin: 1.05rem 1.25rem 1.60rem 0;
	}
}

@media screen and (min-width: 51.25em) {
	#logo img {
		width: unset;
	}
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
	width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

#lang-switch {
	color: #002b4f;
	float: right;
	text-transform: uppercase;
	color: #867f82;
	font-size: 1rem;
}

@media screen and (max-width: 37.4375em) {
	#lang-switch {
		position: absolute;
		top: 0;
		right: 0;
	}
}

#lang-switch span {
	padding: 0 3px;
}

#lang-switch a {
	color: #002b4f;
}

#lang-switch a:after {
	font-family: 'icomoon';
	content: '\e913';
	margin: 0 0 0 5px;
}

#lang-switch a:hover {
	color: rgba(0, 43, 79, 0.5);
}

#search-mobile {
	width: 100%;
	padding: 80px 25px 10px 20px;
}

#search {
	display: none;
	width: 15.625rem;
}

@media screen and (min-width: 37.5em) {
	#search-mobile {
		display: none;
	}

	#search {
		display: inline-block;
		position: absolute;
		top: 30px;
		right: 0;
	}
}

@media screen and (min-width: 920px) {
	#search {
		top: 6.25rem;
		right: 0;
	}
}

.search-box {
	background: #ededed;
	position: relative;
	z-index: 777;
}

.search-field {
	font-style: italic;
	font-size: .75rem;
	padding-right: 2.1875rem;
	background: #ededed;
	border: none;
	outline: none;
	box-shadow: none;
	margin: 0;
	height: 1.875rem;
	z-index: 777;
	position: relative;
}

.search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.875rem;
	height: 1.875rem;
	padding: 0.4375rem;
	z-index: 780;
}

label {
	font-style: italic;
	font-size: .75rem;
	margin: 0;
}

/********* footer *****************/
footer {
	margin: 3.75rem 0 0 0;
}

footer h4, footer .detail.job h3, .detail.job footer h3, footer .detail.job .list.audio strong, .detail.job .list.audio footer strong, footer .list.audio .detail.job strong, .list.audio .detail.job footer strong {
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #002b4f;
}

footer h4.line-after, footer .detail.job h3.line-after, .detail.job footer h3.line-after, footer .detail.job .list.audio strong.line-after, .detail.job .list.audio footer strong.line-after, footer .list.audio .detail.job strong.line-after, .list.audio .detail.job footer strong.line-after {
	position: relative;
	padding: 0 0 1.875rem 0;
}

footer h4.line-after:after, footer .detail.job h3.line-after:after, .detail.job footer h3.line-after:after, footer .detail.job .list.audio strong.line-after:after, .detail.job .list.audio footer strong.line-after:after, footer .list.audio .detail.job strong.line-after:after, .list.audio .detail.job footer strong.line-after:after {
	border: 1px solid #fefefe;
	position: absolute;
	bottom: 18px;
	left: 33%;
	content: "";
	display: inline-block;
	width: 33%;
	height: 2px;
}

footer .field {
	background: #fefefe;
}

footer .field:after {
	content: "\e902";
	font-family: 'icomoon';
	color: #005b9c;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2.1875rem;
}

footer label {
	display: none;
}

footer input[type=text] {
	color: #002b4f !important;
	font-style: italic;
	font-size: .75rem;
	border: none;
	box-shadow: none;
	outline: none;
	width: 100% !important;
	height: 50px !important;
	background-color: transparent !important;
}

footer input[type=submit] {
	padding: 7px 10px !important;
	text-transform: uppercase;
	font-size: 0.75rem !important;
	font-weight: 600;
	margin-top: 20px !important;
}

footer .logo-audit {
	max-width: 86px;
	display: inline-block;
}

footer .logo-nds {
	display: inline-block;
    margin: .375rem;
}

footer #social-media {
	display: inline-block;
}

footer #social-media > li > a {
	padding: .3125rem;
}

footer p {
	font-size: 0.875rem;
	line-height: 120%;
}

footer strong {
	font-weight: 700;
}

.font-white,
.font-white h4,
.font-white .detail.job h3, .detail.job
.font-white h3,
.font-white .detail.job .list.audio strong, .detail.job .list.audio
.font-white strong,
.font-white .list.audio .detail.job strong, .list.audio .detail.job
.font-white strong,
.font-white p,
.font-white a {
	color: #fefefe;
}

.footer-row1 {
	background: #337cb0;
	text-align: center;
	padding: 0;
}

.footer-row1 .columns {
	border-bottom: 1px solid #fefefe;
	padding: 40px 10px;
}

@media screen and (min-width: 37.5em) {
	.footer-row1 {
		padding: 3.125rem 0;
	}

	.footer-row1 .columns {
		border-bottom: none;
		padding: 0 15px;
	}
}

.footer-row2 {
	background: #fefefe;
	text-align: center;
	padding: 3.125rem 0;
}

.footer-row2 ul {
	margin: 0 auto;
}

.footer-row3 {
	background: #002b4f;
	text-align: center;
	padding: 0;
}

.footer-row3 .columns {
	border-bottom: 1px solid #fefefe;
	padding: 40px 10px;
}

@media screen and (min-width: 37.5em) {
	.footer-row3 {
		text-align: left;
		padding: 3.125rem 0;
	}

	.footer-row3 .columns {
		border-bottom: none;
		padding: 0 15px;
	}
}

.footer-row3 .icon-phone:before,
.footer-row3 .icon-email:before {
	color: #fefefe;
	background: #002b4f;
}

.footer-row3 #map {
	position: relative;
	max-width: 351px;
	display: inline-block;
}

.footer-row3 #map ul {
	list-style: none;
}

.footer-row3 #map li {
	width: 30px;
	position: absolute;
	min-width: 1.875rem;
	min-height: 1.875rem;
}

.footer-row3 #map #hzi {
	top: 126px;
	left: 182px;
}

.footer-row3 #map #twincore {
	top: 124px;
	left: 152px;
}

.footer-row3 #map #csbb {
	top: 72px;
	left: 171px;
}

.footer-row3 #map #hips {
	top: 284px;
	left: 55px;
}

.footer-row3 #map #hiri {
	top: 271px;
	left: 170px;
}

.footer-row3 #map #hioh {
	top: 54px;
	left: 304px;
}

.footer-row3 #map li .location {
	display: none;
	position: relative;
	top: 68px;
	left: -46px;
}

.footer-row3 #map li:hover .location {
	display: block;
	z-index: 5;
}

.footer-row3 #map .content {
	border: 2px solid #A2BDD2;
	background: #fefefe;
	padding: 10px;
	width: 250px;
	text-align: left;
}

.footer-row3 #map .content:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 55px solid #fefefe;
	position: absolute;
	top: -53px;
	left: 50px;
}

.footer-row3 #map .content p {
	margin: 0 0 10px 0;
}

.footer-row3 #map .content .icon-email:before,
.footer-row3 #map .content .icon-phone:before {
	color: #002b4f;
	background: white;
}

.footer-row3 #locations {
	text-align: left;
	padding-bottom: 60px;
}

@media screen and (min-width: 37.5em) {
	.footer-row3 #locations {
		background-size: 70%;
	}
}

@media screen and (min-width: 51.25em) {
	.footer-row3 #locations {
		padding: 0;
	}
}

.footer-row3 ul.locations {
	font-size: .75rem;
	border-top: 2px solid #005b9c;
	margin: 1.875rem 0 0 0;
}

.footer-row3 ul.locations li {
	border-bottom: 2px solid #005b9c;
	line-height: 130%;
	margin: 0;
	position: relative;
	padding: 0.4375rem 0 0 0;
}

.footer-row3 ul.locations strong {
	margin: 0 0 0.3125rem 0;
	display: block;
}

.footer-row3 ul.locations a {
	margin: 0 0 0.4375rem 0;
	display: block;
	padding-right: 5px;
	padding-left: 23px;
	position: relative;
}

.footer-row3 ul.locations a:after {
	display: block;
	width: 10px;
	height: 20px;
}

.footer-row3 ul.locations .icon-arrow {
	top: 0;
}

.footer-row4 {
	padding: .95em 0;
	vertical-align: middle;
	color: #867f82;
	text-transform: uppercase;
	text-align: center;
	max-width: 65.75rem;
}

@media screen and (min-width: 37.5em) {
	.footer-row4 {
		text-align: left;
	}

	.footer-row4 #scrollTop {
		display: none;
	}
}

.footer-row4 #scrollTop {
	position: relative;
	top: -40px;
	left: 45%;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.footer-row4 #scrollTop:before, .footer-row4 #scrollTop:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
}

.footer-row4 #scrollTop:before {
	background: #005b9c;
	border-radius: 50%;
}

.footer-row4 #scrollTop:after {
	content: "›";
	color: #002b4f;
	font-size: 3rem;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: -20px;
}

.footer-row4 ul,
.footer-row4 p {
	font-size: .75rem;
}

@media screen and (min-width: 37.5em) {
	.footer-row4 ul,
	.footer-row4 p {
		display: inline-block;
	}
}

.footer-row4 p {
	color: #867f82;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

.footer-row4 p.copyright {
	padding-right: 6px;
}

.footer-row4 p span {
	display: block;
}


@media screen and (min-width: 37.5em) {
	.footer-row4 p {
		line-height: 60px;
	}

	.footer-row4 p span {
		display: inline;
	}
}

.footer-row4 ul {
	list-style: none;
	margin: 0;
}

.footer-row4 ul li {
	display: inline-block;
}

.footer-row4 ul li:before {
	content: "|";
}

.footer-row4 ul a,
.footer-row4 ul strong {
	color: #867f82;
	padding: 0 8px;
	font-weight: normal;
}

.footer-row4 ul strong {
	color: #e42312;
}

.footer-row4 p.logo {
	display: inline;
}

.footer-row4 p.logo .member {
	display: inline-block;
	float: right;
	margin-right: 15px;
}

.footer-row4 #hg-logo {
	margin-top: -5px;
	max-width: 180px;
	display: inline-block;
}

@media screen and (min-width: 37.5em) {
	.footer-row4 #hg-logo {
		float: right;
	}
}

/******** mainnav *********/
/*** mobile ***/
@media screen and (max-width: 37.4375em) {
	#nav {
		z-index: 9999;
		width: 300px;
		position: fixed;
		top: 0;
		right: -330px;
		height: 100%;
		background: #fefefe;
		border-left: 1px solid #dfd7d9;
		transform: translate3d(0, 0, 0);
		transition: .3s ease all;
		backface-visibility: hidden;
	}

	#nav.open {
		transform: translate3d(-330px, 0, 0);
		position: absolute;
	}

	.toggle-nav {
		background: #002b4f;
		color: #fefefe;
		position: absolute;
		top: 50px;
		right: 10px;
		width: 40px;
		height: 40px;
		display: inline-block;
		z-index: 666;
		cursor: pointer;
	}

	.toggle-nav:before {
		font-size: 1.5rem;
		position: relative;
		top: 8px;
		left: 8px;
	}

	#nav .toggle-nav {
		top: 4px;
		right: 0;
	}

	.subnav-toggle {
		display: inline-block;
		width: 45px;
		height: 45px;
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 5;
		cursor: pointer;
	}

	.subnav-toggle:before {
		content: "";
		width: 20px;
		height: 20px;
		background: #fefefe;
		border: 1px solid #fefefe;
		border-radius: 50%;
		position: absolute;
		top: 7px;
		left: 0;
	}

	.subnav-toggle:after {
		content: "›";
		font-size: 2em;
		line-height: .8;
		font-weight: bold;
		color: #002b4f;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 12px;
		left: 5px;
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.subnav-toggle.close:after {
		top: 2px;
		left: -5px;
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	#main-nav ul {
		list-style-type: none;
		margin: 0;
		background: #002b4f;
		display: block;
	}

	#main-nav ul li {
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#main-nav ul li a, #main-nav ul li strong {
		font-size: 1.2rem;
		display: block;
		padding: 15px 45px 15px 25px;
		color: #fefefe;
		font-weight: normal;
		border-bottom: 1px solid #dfd7d9;
	}

	#main-nav ul li strong {
		background: #e42312;
	}

	#main-nav .column, #main-nav .columns {
		padding: 0;
		float: none;
	}

	#main-nav .subnav .level2 {
		display: none;
		background: #005b9c;
	}

	#main-nav .subnav .aside {
		display: none;
	}

	#main-nav .subnav .level3 {
		display: none;
		background: #009ee3;
	}
}

/*** desktop ***/
@media screen and (min-width: 37.5em) {
	#nav-wrapper {
		position: relative;
	}

	.toggle-nav {
		display: none;
	}

	#main-nav {
		z-index: 666;
		position: relative;
	}

	#main-nav ul {
		list-style-type: none;
		margin: 0;
	}

	#main-nav > ul {
		margin: 0 auto;
		max-width: 61.875rem;
	}
}

@media screen and (min-width: 37.5em) and (min-width: 37.5em) and (max-width: 51.1875em) {
	#main-nav > ul {
		padding: 0 0.625rem;
	}
}

@media screen and (min-width: 37.5em) {
	#main-nav > ul > li {
		display: inline-block;
	}

	#main-nav > ul > li > a,
	#main-nav > ul > li > strong {
		padding: 7px 20px;
		display: block;
		color: #fefefe;
		background: #002b4f;
		font-weight: normal;
		line-height: 1;
		margin: 0 8px 0 0;
	}

	#main-nav > ul > li > a:hover,
	#main-nav > ul > li > strong,
	#main-nav > ul > li.active > a {
		background: #e42312;
	}

	#main-nav .subnav {
		display: none;
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
	}

	#main-nav .subnav .subnav-content {
		overflow: hidden;
		background: rgba(254, 254, 254, 0.95);
		border-top: 1px solid #dfd7d9;
		border-bottom: 1px solid #dfd7d9;
		margin-top: 2px;
		padding: 50px 0 60px;
	}

	#main-nav .subnav .subnav-pad {
		max-width: 61.875rem;
		margin: 0 auto;
	}

	#main-nav .subnav .column, #main-nav .subnav .columns {
		padding: 0 20px 0 0;
	}

	#main-nav .subnav .column:last-child:not(:first-child), #main-nav .subnav .columns:last-child:not(:first-child) {
		float: left !important;
	}

	#main-nav .subnav .level2 li {
		margin: 0 0 5px 0;
	}

	#main-nav .subnav .level2 a,
	#main-nav .subnav .level2 strong {
		color: #002b4f;
		display: block;
		padding: 6px 10px 6px 2px;
		font-weight: 700;
	}

	#main-nav .subnav .level2 a:hover,
	#main-nav .subnav .level2 strong {
		color: #fefefe;
		background: #e42312;
	}

	#main-nav .subnav .level2 .active a {
		background: #fefefe;
	}

	#main-nav .subnav .level2 .active a:hover {
		background: #e42312;
	}

	#main-nav .subnav .aside h3, #main-nav .subnav .aside .list.audio strong, .list.audio #main-nav .subnav .aside strong {
		font-size: 1em;
		margin: 0 0 7px 0;
		padding: 6px 0 0 0;
		color: #002b4f;
		font-weight: 700;
	}

	#main-nav .subnav .aside img {
		max-width: 120px;
		float: left;
		margin: 0 10px 10px 0;
	}

	#main-nav .subnav .aside p {
		font-size: 100%;
		margin: 0 0 20px 0;
		line-height: 1.3;
	}

	#main-nav .subnav .level3 {
		margin-bottom: 30px;
	}

	#main-nav .subnav .level3 li {
		margin: 0;
	}

	#main-nav .subnav .level3 a, #main-nav .subnav .level3 strong {
		font-weight: normal;
		font-size: 90%;
		padding: 2px 2px;
	}

	#main-nav li:hover .subnav {
		display: block;
	}
}

#breadcrumb {
	margin: .625rem 0;
}

@media screen and (min-width: 51.25em) {
	#breadcrumb {
		height: 50px;
		vertical-align: bottom;
		display: table-cell;
	}
}

#breadcrumb p {
	color: #867f82;
	font-size: .75rem;
	font-style: italic;
	line-height: 115%;
	margin: 0 0 5px 0;
}

#breadcrumb a {
	color: #867f82;
}

#breadcrumb a:after {
	content: ">";
	padding: 0 5px;
}

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
	font-family: 'flexslider-icon';
	src: url("fonts/flexslider-icon.eot");
	src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;
	border-radius: 4px;
	-o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
	content: '\f002';
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	transition: all 1s ease;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

.flexslider {
	border: none;
	background: none;
	margin: 0 0 50px 0;
}

.flexslider .flex-control-nav {
	bottom: -1.875rem;
}

.flexslider .flex-control-nav li {
	margin: 0;
	position: relative;
}

.flexslider .flex-control-nav a {
	color: transparent;
	background: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-right: 0;
	width: 1.875rem;
	height: 20px;
}

.flexslider .flex-control-nav a:hover, .flexslider .flex-control-nav a.flex-active {
	background: none;
}

.flexslider .flex-control-nav a:before {
	content: "";
	width: 11px;
	height: 11px;
	background: #e42312;
	border-radius: 50%;
	line-height: 6px;
	position: absolute;
	top: 6px;
	left: 6px;
}

.flexslider .flex-control-nav a:hover:before, .flexslider .flex-control-nav a.flex-active:before {
	background: #002b4f;
}

.flexslider .flex-direction-nav a:before {
	font-family: "Arial", sans-serif;
	content: "‹";
	background: rgba(254, 254, 254, 0.9);
	width: 38px;
	height: 38px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}

.flexslider .flex-direction-nav a.flex-next:before {
	content: "›";
}

.flexslider.flexsliderSmall {
	margin-top: -32px;
	padding-top: 32px;
}

.flexslider.flexsliderSmall .flex-control-nav {
	top: -9px;
	bottom: auto;
	text-align: right;
}

.flexslider.flexsliderSmall .flex-control-nav a {
	width: 20px;
	height: 20px;
}

.flexslider.flexsliderSmall .flex-control-nav a:before {
	width: 7px;
	height: 7px;
}

.flexslider.flexsliderSmall .flex-direction-nav {
	display: none;
}

.flexslider.flexsliderSmall .cmplazypreviewiframe .cmplazypreviewmsg .cmplogo2 img {
	max-width: 100% !important;
	margin: 0 !important;
	width: 16px !important;
	display: inline-block !important;
	float: none !important;
}

.flexslider.stageSlider .slides li {
	position: relative;
	padding: 0;
}

.flexslider.stageSlider .box {
	color: #fefefe;
	background: rgba(0, 91, 156, 0.75);
	border: none;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

@media screen and (min-width: 37.5em) {
	.flexslider.stageSlider .box {
		padding: 20px 20px 25px 20px;
		margin-left: 60px;
		bottom: 30px;
		width: 28.125rem;
	}
}

@media screen and (min-width: 71.625em) {
	.flexslider.stageSlider .box {
		margin-left: 95px;
		bottom: 70px;
	}
}

.flexslider.stageSlider strong {
	display: block;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 105%;
	margin-bottom: 10px;
}

@media screen and (min-width: 64em) {
	.flexslider.stageSlider strong {
		font-size: 2.25rem;
	}
}

.flexslider.stageSlider p.cat {
	display: inline-block;
	color: #002b4f;
	background: #fefefe;
	font-size: 1rem;
	font-style: normal;
	margin-bottom: 10px;
	padding: 3px 10px;
}

.flexslider.stageSlider p {
	color: #fefefe;
	padding: 0;
	font-size: 1.125rem;
	line-height: 1.2;
}

.flexslider.stageSlider a.tx-glossary {
	font-style: normal;
	color: #fefefe;
}

@media screen and (max-width: 37.4375em) {
	.flexslider.stageSlider .flex-control-nav {
		bottom: -50px;
	}

	.flexslider.stageSlider .flex-control-nav a:hover:before, .flexslider.stageSlider .flex-control-nav a.flex-active:before {
		background: #fefefe;
	}

	.flexslider.stageSlider .flex-direction-nav {
		display: none;
	}

	.flexslider.stageSlider img {
		display: none;
	}

	.flexslider.stageSlider .box {
		position: relative;
		bottom: 0;
		left: 0;
		margin: 0;
		background: none;
	}
}

.flexslider.infothek #slideCounter {
	display: none;
}

.flexslider.infothek .slides div {
	margin: 0;
	position: relative;
	display: block;
}

@media screen and (min-width: 37.5em) {
	.flexslider.infothek .slides div {
		float: left;
		display: inline-block;
		width: 25%;
	}
}

.flexslider.infothek .slides div p {
	position: absolute;
	left: 0;
	bottom: 1.875rem;
	margin: 0;
}

.flexslider.infothek .slides div span {
	font-size: 1rem;
	font-weight: 600;
	padding: 8px 20px;
	line-height: 105%;
	float: left;
	clear: both;
	background: #002b4f;
	color: #fefefe;
}

.flexslider.infothek .slides div:hover span {
	background: #e42312;
}

.flexslider.infothek .slides div span.highlight {
	background: white;
	color: #e42312;
	margin: 0 0 1px 0;
}

.flexslider.infothek .slides div span.highlight + span {
	background: #e42312;
	color: #fefefe;
}

.flexslider.infothek .slides div img {
	border-right: 1px solid #fefefe;
	border-bottom: 1px solid #fefefe;
}

@media screen and (max-width: 37.4375em) {
	.flexslider.infothek #slideCounter {
		display: block;
		text-align: center;
		color: #867f82;
	}

	.flexslider.infothek .flex-control-nav {
		display: none;
	}

	.flexslider.infothek .flex-direction-nav a {
		top: 0%;
	}
}

@media screen and (min-width: 37.5em) {
	.flexslider.infothek.big-image .slides li:nth-child(2) div:first-of-type,
	.flexslider.infothek.big-image .slides li:last-child div:first-of-type {
		width: 50%;
	}
}

.center-col .flexslider.flexsliderSmall .flex-control-nav {
	top: 12px;
}

.center-col header + .flexslider.flexsliderSmall .flex-control-nav {
	top: -45px;
}

/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align: auto) { {
	/* HACK fix news slider in right column */
}
	.main-wrapper .row .flex-active-slide {
		margin-right: 1px !important;
	}
}

.list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.list li {
	margin: 0;
	padding: 0 0 30px 0;
}

.list p {
	margin: 0;
	font-size: 1rem;
}

.list p.cat {
	font-style: italic;
	font-size: .85rem;
	margin: 0;
}

.list.gallery li {
	float: left;
	width: 33%;
	padding-right: 1.8%;
	padding-bottom: 1.8%;
}

.list.gallery li:nth-child(3n+1) {
	clear: both;
}

.list.audio li {
	overflow: hidden;
}

.list.audio h3, .list.audio strong {
	margin-bottom: 10px;
}

.list.audio strong {
	display: block;
	margin-bottom: 10px;
}

.list.audio img {
	float: left;
	margin: 0 20px 0 0;
	max-width: 30%;
}

.list.audio audio {
	width: 100%;
}

.list a:hover h3, .list.audio a:hover strong,
.list a:hover strong {
	color: #e42312;
}

.list.video .video {
	margin: 0 0 5px 0;
}

.list.alumni a {
	color: #002b4f;
}

.list.alumni a:hover {
	color: #e42312;
}

.fold {
	margin-top: -35px;
	padding-top: 35px;
}

.foldit {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -10px;
	right: -15px;
	cursor: pointer;
}

.foldit:before {
	content: "+";
	display: block;
	width: 20px;
	height: 30px;
	font-size: 1.5rem;
	color: #867f82;
}

.foldit.foldin:before {
	content: "-";
	font-size: 2rem;
	line-height: 1;
}

.teaser li {
	overflow: hidden;
}

.teaser h3, .teaser .list.audio strong, .list.audio .teaser strong {
	font-size: 1.125rem;
	line-height: 110%;
	margin: 0 0 15px 0;
}

.teaser img {
	float: left;
	margin-right: 0.9375rem;
	margin-bottom: 0.125rem;
}

.right-col .teaser:not(.team) img {
	max-width: 40%;
}

.teaser.news p.cat {
	margin-bottom: 0.625rem;
}

.center-col .teaser.news img {
	max-width: 40%;
}

@media screen and (min-width: 37.5em) {
	.center-col .teaser.news img {
		max-width: 200px;
	}
}

.right-col .teaser.news p.cat {
	margin-bottom: 0;
}

.teaser.team h3, .teaser.team .list.audio strong, .list.audio .teaser.team strong {
	margin-bottom: 0.125rem;
}

.teaser.team p.function {
	font-style: italic;
	margin-top: 0.9375rem;
	margin-bottom: 0.3125rem !important;
}

.teaser.team p.function.top {
	margin: 0 0 0.9375rem 0 !important;
}

.teaser.team p {
	margin-bottom: 0.625rem;
	margin-left: 8.4375rem;
}

.teaser.team p.nomargin {
	margin-bottom: 0;
}

.teaser.team p.cv {
	padding-left: 20px;
	text-indent: -20px;
}

.teaser.team.leader {
	text-align: center;
}

.teaser.team.leader h3, .teaser.team.leader .list.audio strong, .list.audio .teaser.team.leader strong {
	margin: 0 0 15px 0;
}

.teaser.team.leader img {
	float: none;
	max-width: none;

	/* TODO: temporary fix for OTRS#20190509234132 */
	width: 200px;
}

.teaser.team.leader .btn {
	margin-top: -.95rem;
}

.teaser.team.leader .address-info {
	margin: .625rem 0 0 0;
	display: none;
}

.teaser.team.leader p {
	margin-left: auto;
}

.center-col .teaser.team {
	overflow: hidden;
}

@media screen and (min-width: 51.25em) {
	.center-col .teaser.team li {
		width: 49%;
		float: left;
		margin-right: 2%;
	}

	.center-col .teaser.team li:nth-child(2n+2) {
		margin-right: 0;
	}

	.center-col .teaser.team li:nth-child(2n+3) {
		clear: left;
	}
}

.teaser.video {
	overflow: hidden;
}

.teaser.video li img {
	margin: 0 0 5px 0;
}

.teaser.video li h3, .teaser.video li .list.audio strong, .list.audio .teaser.video li strong {
	margin-bottom: 0.625rem;
}

.teaser.video li p {
	margin-bottom: 0;
}

.right-col .teaser.video:not(.sliderSmall) {
	margin-left: -15px;
	margin-right: -15px;
}

.right-col .teaser.video:not(.sliderSmall) li h3, .right-col .teaser.video:not(.sliderSmall) li .list.audio strong, .list.audio .right-col .teaser.video:not(.sliderSmall) li strong,
.right-col .teaser.video:not(.sliderSmall) li p {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

@media screen and (min-width: 37.5em) {
	.center-col .teaser.video.mediathek li {
		width: 32%;
		float: left;
		margin-right: 2%;
	}

	.center-col .teaser.video.mediathek li:nth-child(3n+3) {
		margin-right: 0;
	}

	.center-col .teaser.video.mediathek li:nth-child(3n+4) {
		clear: left;
	}
}

.headline {
	list-style: none;
	font-size: 1.2rem;
}

.headline li {
	margin: 0 0 0.625rem 0;
	padding-bottom: 0.625rem;
	position: relative;
	overflow: hidden;
}

.right-col .headline:not(.publications) {
	margin-left: -15px;
	margin-right: -15px;
}

.right-col .headline:not(.publications) li {
	border-bottom: 1px solid #fefefe;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.right-col .headline:not(.publications) li:last-child {
	border-bottom: none;
}

.right-col .headline:not(.publications) li strong {
	display: block;
}

.right-col .headline.sliderSmall {
	margin-left: 0;
	margin-right: 0;
}

.right-col .headline.sliderSmall li {
	border-bottom: none;
	padding-left: 0;
	padding-right: 0;
}

.right-col .headline.video.sliderSmall strong {
	padding: 0;
}

.headline h3, .headline .list.audio strong, .list.audio .headline strong {
	margin: 0;
}

.headline strong {
	color: #005b9c;
}

.headline a {
	color: #005b9c;
}

.headline a:hover {
	color: #e42312;
}

.headline.video li:before {
	display: none;
}

.right-col .headline.video li {
	padding: 0;
	border-bottom: none;
}

.right-col .headline.video li strong {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.headline.group li {
	margin: 0 0 0.75rem 0;
	padding-left: 0.9375rem !important;
	position: relative;
}

.headline.group li:before {
	content: "";
	display: inline-block;
	color: #e42312;
	width: 7px;
	height: 7px;
	background: #e42312;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}

.headline.publications {
	font-size: 1rem;
}

.right-col .headline.downloads li {
	padding-left: 1rem !important;
}

.right-col .headline.group li {
	padding-left: 1.875rem !important;
}

.right-col .headline.group li:before {
	left: 15px;
}

.flexslider {
	margin: 0;
}

.flexslider .teaser li {
	padding: 0;
}

.flexslider .teaser.news div {
	overflow: hidden;
	margin: 0 0 1.875rem 0;
}

.flexslider .headline li {
	padding: 0;
	border-bottom: none;
}

.detail #header-image {
	margin-bottom: 30px;
}

.detail #header-image p.date {
	margin: 0;
	font-weight: 800;
	line-height: 1;
}

@media screen and (min-width: 37.5em) {
	.detail #header-image p.date {
		font-size: 2.25rem;
	}
}

.detail h1 {
	margin: 0 0 5px 0;
}

.detail h2 {
	margin: 0 0 1.875rem 0;
}

.detail h4, .detail.job h3, .detail.job .list.audio strong, .list.audio .detail.job strong {
	margin: 0;
}

.detail p.cat {
	font-style: italic;
	margin: 0 0 5px 0;
}

.detail .left {
	float: left;
	margin: 0 20px 20px 0;
	clear: both;
	max-width: 50%;
}

.detail .left:empty {
	display: none;
}

.detail .right {
	float: right;
	margin: 0 0 20px 20px;
	clear: both;
	max-width: 50%;
}

.detail .right:empty {
	display: none;
}

.detail .center {
	margin: 0 0 20px 0;
	display: block;
}

.detail .center:empty {
	display: none;
}

.detail p.nomargin {
	margin-bottom: 0;
}

.detail.team h2 {
	margin: 0;
}

.detail.team p.function {
	font-style: italic;
}

.detail.team img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 50%;
}

.detail.audio audio {
	margin-bottom: 0.9375rem;
}

.detail.group #header-image .right {
	max-width: none;
}

.detail.group .highlight {
	margin: 0 0 1.875rem 0;
}

.detail.group #group-top .medium-4 h2 {
	font-size: .75rem;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	color: #002b4f;
}

.detail.events .tabbing {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.detail.events .left {
	max-width: none;
}

.detail.events .right-col .left {
	max-width: 100%;
}

.detail.alumni h3, .detail.alumni .list.audio strong, .list.audio .detail.alumni strong {
	margin: 0 0 5px;
}

.detail.video .video {
	margin: 0 0 10px 0;
}

#link-feed {
	margin: 0 0 40px 0;
	text-align: right;
}

#link-feed .icon-feeds:before {
	color: #a0a5a9;
}

.center-col .tx-frontendlist-selectorboxes form label {
	display: inline;
}

.tx-frontendlist-selectorboxes {
	margin-bottom: 1.25rem;
	overflow: hidden;
}

@media screen and (min-width: 37.5em) {
	.tx-frontendlist-selectorboxes .tx-frontendlist-pi1-selectorbox {
		float: left;
		width: 32%;
		margin-right: 1%;
	}

	.tx-frontendlist-selectorboxes .tx-frontendlist-pi1-selectorbox:nth-last-child(1) {
		width: 34%;
		margin-right: 0;
	}

	.tx-frontendlist-selectorboxes .tx-frontendlist-selectorbox {
		float: left;
		width: 32%;
		margin-right: 1%;
	}

	.tx-frontendlist-selectorboxes .tx-frontendlist-selectorbox:nth-last-child(1) {
		width: 34%;
		margin-right: 0;
	}
}

.tx-frontendlist-selectorboxes select {
	margin: 0 0 5px 0;
	color: #fefefe;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 87%;
	line-height: 1.2;
}

.tx-frontendlist-selectorboxes option {
	line-height: 1.2;
}

.pagebrowser {
	overflow: hidden;
}

.pagebrowser p {
	float: left;
	font-size: 1.5rem;
	display: none;
}

.pagebrowser ul {
	font-size: 1.125rem;
	color: #002b4f;
	float: right;
}

.pagebrowser ul li {
	display: inline-block;
	margin: 0 .25rem;
}

.pagebrowser ul li a {
	color: #002b4f;
	display: block;
	text-align: center;
	width: 20px;
	font-size: 1.2em;
}

.pagebrowser ul li strong {
	display: inline-block;
	text-align: center;
	background: #a0a5a9;
	color: #fff;
	font-size: 1.2rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

form.a21-form fieldset,
form#tx-solr-search-form-pi-results fieldset,
.tx-felogin-pi1 form fieldset {
	margin: 0 0 1.25rem 0;
}

form.a21-form legend,
form#tx-solr-search-form-pi-results legend,
.tx-felogin-pi1 form legend {
	width: 100%;
	font-size: 1.3em;
	font-weight: 600;
	color: #005b9c;
}

form.a21-form .field,
form#tx-solr-search-form-pi-results .field,
.tx-felogin-pi1 form .field {
	position: relative;
	margin: 0 0 0.625rem 0;
}

form.a21-form label,
form#tx-solr-search-form-pi-results label,
.tx-felogin-pi1 form label {
	font-size: 1em;
	font-style: italic;
	height: auto;
}

form.a21-form label.checkbox,
form#tx-solr-search-form-pi-results label.checkbox,
.tx-felogin-pi1 form label.checkbox {
	display: inline;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	background: none;
}

form.a21-form .privacy {
	display: table-row;

}

form.a21-form .privacy.required:after {
	position: relative;
	top: 0;
	right: 0;
}

/*form.a21-form .privacy.required:after,*/
form.a21-form .privacy label,
form.a21-form .privacy input {
	display: table-cell;
	padding: 1rem .25rem 0 .25rem;
}

form.a21-form input[type=input],
form.a21-form input[type=text],
form.a21-form input[type=email],
form.a21-form input[type=password],
form.a21-form input[type=file],
form.a21-form textarea,
form.a21-form select,
form#tx-solr-search-form-pi-results input[type=input],
form#tx-solr-search-form-pi-results input[type=text],
form#tx-solr-search-form-pi-results input[type=email],
form#tx-solr-search-form-pi-results input[type=password],
form#tx-solr-search-form-pi-results input[type=file],
form#tx-solr-search-form-pi-results textarea,
form#tx-solr-search-form-pi-results select,
.tx-felogin-pi1 form input[type=input],
.tx-felogin-pi1 form input[type=text],
.tx-felogin-pi1 form input[type=email],
.tx-felogin-pi1 form input[type=password],
.tx-felogin-pi1 form input[type=file],
.tx-felogin-pi1 form textarea,
.tx-felogin-pi1 form select {
	font-size: 1em;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 5px 10px;
	height: auto;
	width: 100%;
	background-color: #fefefe;
}

form.a21-form select,
form#tx-solr-search-form-pi-results select,
.tx-felogin-pi1 form select {
	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%280, 0, 0%29'></polygon></svg>");
	padding-right: 40px;
}

form.a21-form input[type=submit],
form#tx-solr-search-form-pi-results input[type=submit],
.tx-felogin-pi1 form input[type=submit] {
	font-size: 1em;
	background: #005b9c;
	border: 1px solid #005b9c;
	color: #fefefe;
	padding: 0.75rem 2.1875rem;
	margin: 0 1rem 0 0;
	transition: color 250ms linear, background-color 250ms linear;
	/* this is to force hardware acceleration for transitions and remove flickering */
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

form.a21-form input[type=submit]:hover,
form#tx-solr-search-form-pi-results input[type=submit]:hover,
.tx-felogin-pi1 form input[type=submit]:hover {
	background: #fefefe;
	color: #e42312;
	border: 1px solid #dfd7d9;
}

form.a21-form .powermail_mandatory_helper,
form#tx-solr-search-form-pi-results .powermail_mandatory_helper,
.tx-felogin-pi1 form .powermail_mandatory_helper {
	display: none;
}

form.a21-form p.error,
form.a21-form p.tx-sremailsubscribe-pi1-error,
form#tx-solr-search-form-pi-results p.error,
form#tx-solr-search-form-pi-results p.tx-sremailsubscribe-pi1-error,
.tx-felogin-pi1 form p.error,
.tx-felogin-pi1 form p.tx-sremailsubscribe-pi1-error {
	margin: 0 0 15px 0;
	font-size: .9rem;
	color: #e42312;
	font-style: italic;
	text-align: right;
}

form.a21-form p.mandatory,
form#tx-solr-search-form-pi-results p.mandatory,
.tx-felogin-pi1 form p.mandatory {
	text-align: right;
	font-style: italic;
	position: relative;
	margin: 0 0 1.25rem 0;
}

form.a21-form .required:after,
form.a21-form .mandatory:after,
form#tx-solr-search-form-pi-results .required:after,
form#tx-solr-search-form-pi-results .mandatory:after,
.tx-felogin-pi1 form .required:after,
.tx-felogin-pi1 form .mandatory:after {
	content: "!";
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 6px;
	right: 5px;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-size: .8rem;
	line-height: 1;
	font-weight: 800;
	background: #e42312;
	color: #fefefe;
	border-radius: 50%;
}

form.a21-form .mandatory:after,
form#tx-solr-search-form-pi-results .mandatory:after,
.tx-felogin-pi1 form .mandatory:after {
	top: -2px;
	right: 0;
	margin-left: 6px;
	position: relative;
}

form.a21-form .button_set,
form#tx-solr-search-form-pi-results .button_set,
.tx-felogin-pi1 form .button_set {
	margin: 1.875rem 0;
}

form.a21-form#tx-srfeuserregister-pi1-fe_users_form.create fieldset p, form.a21-form#tx-srfeuserregister-pi1-fe_users_form.edit fieldset p,
form#tx-solr-search-form-pi-results#tx-srfeuserregister-pi1-fe_users_form.create fieldset p,
form#tx-solr-search-form-pi-results#tx-srfeuserregister-pi1-fe_users_form.edit fieldset p,
.tx-felogin-pi1 form#tx-srfeuserregister-pi1-fe_users_form.create fieldset p,
.tx-felogin-pi1 form#tx-srfeuserregister-pi1-fe_users_form.edit fieldset p {
	font-style: italic;
	text-align: right;
	font-size: .9rem;
	margin: 0;
}

form.a21-form#tx-srfeuserregister-pi1-fe_users_form.create fieldset p.error, form.a21-form#tx-srfeuserregister-pi1-fe_users_form.edit fieldset p.error,
form#tx-solr-search-form-pi-results#tx-srfeuserregister-pi1-fe_users_form.create fieldset p.error,
form#tx-solr-search-form-pi-results#tx-srfeuserregister-pi1-fe_users_form.edit fieldset p.error,
.tx-felogin-pi1 form#tx-srfeuserregister-pi1-fe_users_form.create fieldset p.error,
.tx-felogin-pi1 form#tx-srfeuserregister-pi1-fe_users_form.edit fieldset p.error {
	margin-bottom: 15px;
}

form.a21-form .field.white,
form#tx-solr-search-form-pi-results .field.white,
.tx-felogin-pi1 form .field.white {
	background: #fefefe;
}

form.a21-form .field.white input,
form#tx-solr-search-form-pi-results .field.white input,
.tx-felogin-pi1 form .field.white input {
	margin: 0 5px;
}

form.a21-form .field.white label:not(:first-child),
form#tx-solr-search-form-pi-results .field.white label:not(:first-child),
.tx-felogin-pi1 form .field.white label:not(:first-child) {
	background: #fefefe;
	width: auto;
	float: none;
	padding: 0 0.9375rem 0 0;
	margin: 0;
}

form.a21-form .field.checkboxes,
form#tx-solr-search-form-pi-results .field.checkboxes,
.tx-felogin-pi1 form .field.checkboxes {
	background: #fefefe;
	padding: 0 0.625rem 0 0.625rem;
}

form.a21-form .field.checkboxes label,
form#tx-solr-search-form-pi-results .field.checkboxes label,
.tx-felogin-pi1 form .field.checkboxes label {
	float: none;
	width: auto;
	background: none !important;
	padding-left: 0;
	display: inline;
	font-style: normal;
	line-height: .9;
}

form.a21-form .field.checkboxes > label,
form#tx-solr-search-form-pi-results .field.checkboxes > label,
.tx-felogin-pi1 form .field.checkboxes > label {
	font-style: italic;
	width: 100%;
	background: red;
	margin: 0 0 0.625rem 0;
}

form.a21-form .field.checkboxes input,
form#tx-solr-search-form-pi-results .field.checkboxes input,
.tx-felogin-pi1 form .field.checkboxes input {
	margin: 0 5px 0 0;
}

form.a21-form .field.checkboxes ul,
form#tx-solr-search-form-pi-results .field.checkboxes ul,
.tx-felogin-pi1 form .field.checkboxes ul {
	list-style: none;
	margin: 0;
}

form.a21-form .field.checkboxes ul li,
form#tx-solr-search-form-pi-results .field.checkboxes ul li,
.tx-felogin-pi1 form .field.checkboxes ul li {
	margin: 0 0 0.5rem 0;
}

form.a21-form .field.checkboxes ul label,
form#tx-solr-search-form-pi-results .field.checkboxes ul label,
.tx-felogin-pi1 form .field.checkboxes ul label {
	font-style: normal;
	padding-left: 0;
}

form.a21-form .field.checkboxes ul input,
form#tx-solr-search-form-pi-results .field.checkboxes ul input,
.tx-felogin-pi1 form .field.checkboxes ul input {
	margin: 0;
}

form.a21-form .field.checkboxes dl,
form#tx-solr-search-form-pi-results .field.checkboxes dl,
.tx-felogin-pi1 form .field.checkboxes dl {
	overflow: hidden;
}

form.a21-form .field.checkboxes dl dt,
form#tx-solr-search-form-pi-results .field.checkboxes dl dt,
.tx-felogin-pi1 form .field.checkboxes dl dt {
	display: inline-block;
	float: left;
	clear: left;
}

form.a21-form .field.checkboxes dl dd,
form#tx-solr-search-form-pi-results .field.checkboxes dl dd,
.tx-felogin-pi1 form .field.checkboxes dl dd {
	display: inline-block;
	float: left;
}

form.a21-form .field.checkboxes dl input,
form#tx-solr-search-form-pi-results .field.checkboxes dl input,
.tx-felogin-pi1 form .field.checkboxes dl input {
	margin: 0;
}

form.a21-form .field.checkboxes div.radio,
form.a21-form .field.checkboxes div.checkbox,
form#tx-solr-search-form-pi-results .field.checkboxes div.radio,
form#tx-solr-search-form-pi-results .field.checkboxes div.checkbox,
.tx-felogin-pi1 form .field.checkboxes div.radio,
.tx-felogin-pi1 form .field.checkboxes div.checkbox {
	margin: 0 0 0.375rem 0;
}

@media screen and (min-width: 51.25em) {
	form.a21-form fieldset,
	form#tx-solr-search-form-pi-results fieldset,
	.tx-felogin-pi1 form fieldset {
		margin: 0 0 3.125rem 0;
	}

	form.a21-form .field,
	form#tx-solr-search-form-pi-results .field,
	.tx-felogin-pi1 form .field {
		clear: both;
		overflow: hidden;
	}

	form.a21-form label:not(.checkbox):not(.wide),
	form#tx-solr-search-form-pi-results label:not(.checkbox):not(.wide),
	.tx-felogin-pi1 form label:not(.checkbox):not(.wide) {
		background: #f6f6f6;
		padding: 1px 10px;
		float: left;
		width: 30%;
	}

	form.a21-form input[type=input]:not(.wide),
	form.a21-form input[type=text]:not(.wide),
	form.a21-form input[type=email]:not(.wide),
	form.a21-form input[type=password]:not(.wide),
	form.a21-form input[type=file]:not(.wide),
	form.a21-form select,
	form#tx-solr-search-form-pi-results input[type=input]:not(.wide),
	form#tx-solr-search-form-pi-results input[type=text]:not(.wide),
	form#tx-solr-search-form-pi-results input[type=email]:not(.wide),
	form#tx-solr-search-form-pi-results input[type=password]:not(.wide),
	form#tx-solr-search-form-pi-results input[type=file]:not(.wide),
	form#tx-solr-search-form-pi-results select,
	.tx-felogin-pi1 form input[type=input]:not(.wide),
	.tx-felogin-pi1 form input[type=text]:not(.wide),
	.tx-felogin-pi1 form input[type=email]:not(.wide),
	.tx-felogin-pi1 form input[type=password]:not(.wide),
	.tx-felogin-pi1 form input[type=file]:not(.wide),
	.tx-felogin-pi1 form select {
		width: 70%;
		float: left;
	}

	form.a21-form .field.checkboxes > label,
	form#tx-solr-search-form-pi-results .field.checkboxes > label,
	.tx-felogin-pi1 form .field.checkboxes > label {
		width: 100%;
		padding-left: 0;
		background: green;
	}

	form.a21-form .field.checkboxes label,
	form#tx-solr-search-form-pi-results .field.checkboxes label,
	.tx-felogin-pi1 form .field.checkboxes label {
		float: none;
	}
}

/*********** alumni ***********/
.tx-srfeuserregister-pi1 .create-preview h3, .tx-srfeuserregister-pi1 .create-preview .list.audio strong, .list.audio .tx-srfeuserregister-pi1 .create-preview strong,
.tx-srfeuserregister-pi1 .edit-preview h3,
.tx-srfeuserregister-pi1 .edit-preview .list.audio strong, .list.audio
.tx-srfeuserregister-pi1 .edit-preview strong {
	margin: 30px 0 10px 0;
	clear: both;
}

.tx-srfeuserregister-pi1 .create-preview p,
.tx-srfeuserregister-pi1 .edit-preview p {
	margin: 0 0 10px 0;
	line-height: 1;
	overflow: hidden;
	font-style: normal;
	font-size: 1rem;
	text-align: left;
}

@media screen and (min-width: 51.25em) {
	.tx-srfeuserregister-pi1 .create-preview p span,
	.tx-srfeuserregister-pi1 .edit-preview p span {
		float: left;
		clear: left;
		width: 30%;
		margin-right: 1.25rem;
	}
}

/* Progress bar for HZI Alumni, before is the number, after is the bar */
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
	position: relative;
	left: -20px;
	z-index: 3;
}

#progressbar li {
	list-style-type: none;
	color: #333;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	width: 16%;
	float: left;
	position: relative;
	z-index: 3;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 18px;
	color: #fefefe;
	background: #867f82;
	border-radius: 2px;
	margin: 0 auto 5px auto;
	z-index: 3;
}

#progressbar li:after {
	content: '';
	width: 40%;
	height: 6px;
	background-color: #ccc;
	position: absolute;
	left: -20%;
	top: 12px;
	z-index: 3;
}

#progressbar li:first-child:after {
	content: none;
}

#progressbar li.active {
	font-weight: bold;
	color: red;
}

#progressbar li.active:before, #progressbar li.active:after {
	color: white;
	z-index: 3;
	font-weight: bold;
}

#progressbar li.active:before {
	background: #e42312;
}

/* find a team on page 5478 */
#form_sword,
#form_cat0 {
	border: 1px solid #dfd7d9;
	background: #fefefe;
	overflow: hidden;
	margin: 0 0 1rem 0;
	position: relative;
}

#form_sword label,
#form_cat0 label {
	display: none;
}

#form_sword input[type=text],
#form_cat0 input[type=text] {
	border: none;
	width: 100%;
	margin: 0;
	padding: 0.3125rem;
}

#form_sword input[type=submit],
#form_cat0 input[type=submit] {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: none;
	border: none;
	color: transparent;
	width: 30px;
	height: 40px;
}

#form_sword:before,
#form_cat0:before {
	content: "";
	font-family: 'icomoon';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 8px;
	right: 5px;
	z-index: 1;
}

#tx_gbf_pi1_select_cat1,
#tx_gbf_pi1_select_cat3 {
	color: #fefefe;
}

/**** loginbox ****/
.tx-felogin-pi1 form fieldset {
	margin: 0;
}

.tx-felogin-pi1 form legend {
	display: none;
}

.tx-felogin-pi1 form label {
	font-size: 90%;
}

.tx-felogin-pi1 form input[type=text],
.tx-felogin-pi1 form input[type=password] {
	border: 1px solid #dfd7d9;
	padding: 3px 10px;
}

.tx-felogin-pi1 form input[type=submit] {
	padding: 0.25rem 0.625rem;
	margin: 0 0 1.875rem 0;
}

@media screen and (min-width: 51.25em) {
	.tx-felogin-pi1 form .field {
		border: 1px solid #dfd7d9;
		background: #fefefe;
	}

	.tx-felogin-pi1 form label {
		background: #fefefe !important;
		width: 34% !important;
	}

	.tx-felogin-pi1 form input[type=text],
	.tx-felogin-pi1 form input[type=password] {
		width: 66% !important;
		border: none;
	}
}

blockquote {
	font-style: italic;
	padding: 1.875rem 1.875rem 1.875rem 1.875rem;
	text-align: center;
}

@media screen and (min-width: 37.5em) {
	blockquote {
		font-size: 150%;
		padding: 1.875rem 4.375rem 1.875rem 4.375rem;
	}
}

blockquote p {
	margin-bottom: 20px;
}

blockquote .author {
	font-size: 60%;
}

.author {
	color: #867f82;
	text-transform: uppercase;
	font-style: normal;
	font-size: 100%;
}

/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prev.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(next.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(close.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbNumber {
	margin-top: 10px;
}

#downloadLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(save.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	margin-right: -35px;
}

#event-calendar {
	position: relative;
}

#event-calendar #calendarBigMonth {
	font-size: 1.5625rem;
	font-weight: 600;
	color: #005b9c;
	margin: 20px auto;
}

#event-calendar #calendarBigMonth .previousMonth,
#event-calendar #calendarBigMonth .nextMonth {
	color: #ededed;
	margin: 0 8px;
}

#event-calendar #calendarBigMonth .previousMonth:before,
#event-calendar #calendarBigMonth .nextMonth:before {
	content: " \e636";
	font-family: 'icomoon';
	display: inline-block;
	background: #fefefe;
	color: #867f82;
	border: 1px solid #867f82;
	font-size: 1.25rem;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
}

#event-calendar #calendarBigMonth .nextMonth:before {
	content: " \e61f";
}

#event-calendar p#linkArchive {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}

#event-calendar p#linkArchive a {
	color: #005b9c;
}

#event-calendar p#linkArchive a:hover {
	color: #e42312;
}

#event-calendar p#linkArchive:before {
	content: "« ";
}

@media screen and (min-width: 37.5em) {
	#event-calendar #calendarBigMonth {
		margin-top: 2.25rem;
		text-align: center;
	}

	#event-calendar .tx-frontendlist-selectorboxes {
		position: absolute;
		top: 8.4375rem;
		left: 0;
		width: 100%;
	}

	#event-calendar #content {
		margin-top: 6.25rem;
		border-top: 2px solid #dfd7d9;
	}
}

@media screen and (min-width: 51.25em) {
	#event-calendar #calendarBigMonth {
		font-size: 2.25rem;
	}

	#event-calendar #calendarBigMonth .previousMonth,
	#event-calendar #calendarBigMonth .nextMonth {
		margin: 0 15px;
	}

	#event-calendar #calendarBigMonth .previousMonth:before,
	#event-calendar #calendarBigMonth .nextMonth:before {
		font-size: 1.625rem;
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 37.4375em) {
	#event-calendar .day.noentries {
		display: none;
	}

	#event-calendar .day.entries .entry {
		margin: 0 0 1.25rem 0;
		overflow: hidden;
	}

	#event-calendar .day.entries h3, #event-calendar .day.entries .list.audio strong, .list.audio #event-calendar .day.entries strong {
		margin: 0;
	}

	#event-calendar .day.entries h3 a, #event-calendar .day.entries .list.audio strong a, .list.audio #event-calendar .day.entries strong a {
		color: #005b9c;
	}

	#event-calendar .day.entries h3 a:hover, #event-calendar .day.entries .list.audio strong a:hover, .list.audio #event-calendar .day.entries strong a:hover {
		color: #e42312;
	}

	#event-calendar .day.entries p {
		margin: 0;
	}

	#event-calendar .day.entries .col:nth-child(1),
	#event-calendar .day.entries .col:nth-child(4) {
		font-style: italic;
		font-size: 80%;
		margin-bottom: 0.1875rem;
	}

	#event-calendar .day.entries .col:nth-child(3) .category {
		text-transform: uppercase;
		font-size: 80%;
		font-weight: normal;
	}

	#event-calendar .day.entries img {
		float: left;
		max-width: 40%;
		margin-right: 0.625rem;
	}

	#event-calendar .day.entries .col:nth-child(4) p.category {
		display: inline;
		color: #e42312;
	}

	#event-calendar .day.entries .col:nth-child(4) p.category.cat_3 {
		color: #005b9c;
	}

	#event-calendar .day.entries .col:nth-child(4) p.location {
		display: inline;
	}

	#event-calendar .day.entries .col:nth-child(4) p.location:before {
		content: ' - ';
	}
}

@media screen and (min-width: 37.5em) {
	#event-calendar .day {
		border-bottom: 2px solid #dfd7d9;
	}

	#event-calendar .day.noentries {
		padding: 0.625rem 0 0.625rem 0;
		font-size: 87%;
	}

	#event-calendar .day.weekend {
		font-weight: bold;
		border-bottom: 2px solid #fefefe;
	}

	#event-calendar .day.friday, #event-calendar .day.weekend.sunday {
		border-bottom: 4px solid #fefefe;
	}

	#event-calendar .day.entries .entry {
		margin: 0.125rem 0 0.125rem 0;
		background: #867f82;
		color: #fefefe;
		width: 100%;
	}

	#event-calendar .day.entries .entry p {
		color: #fefefe;
		margin: 0;
	}

	#event-calendar .day.entries .col {
		display: table-cell;
		vertical-align: top;
	}

	#event-calendar .day.entries .col:nth-child(1) {
		width: 20%;
		color: #fefefe;
		background: #002b4f;
		padding: 0.9375rem 0.75rem 0.9375rem 0.625rem;
		text-transform: uppercase;
		font-weight: 600;
		text-align: right;
		line-height: 1.2;
		font-size: 87%;
	}

	#event-calendar .day.entries .col:nth-child(1) span {
		display: block;
	}

	#event-calendar .day.entries .col:nth-child(1) .big {
		font-size: 2.5rem;
		display: block;
	}

	#event-calendar .day.entries .col:nth-child(2) {
		display: none;
	}

	#event-calendar .day.entries .col:nth-child(3) {
		width: 54%;
		padding: 0.9375rem 0.625rem;
	}

	#event-calendar .day.entries .col:nth-child(3) .category {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 87%;
	}

	#event-calendar .day.entries .col:nth-child(3) h3, #event-calendar .day.entries .col:nth-child(3) .list.audio strong, .list.audio #event-calendar .day.entries .col:nth-child(3) strong {
		font-size: 1.125rem;
	}

	#event-calendar .day.entries .col:nth-child(3) a {
		color: #fefefe;
	}

	#event-calendar .day.entries .col:nth-child(3) a:hover {
		color: #e42312;
	}

	#event-calendar .day.entries .col:nth-child(4) {
		width: 110px;
		position: relative;
		padding: 0.9375rem 0;
		text-align: right;
	}

	#event-calendar .day.entries .col:nth-child(4) p {
		font-style: italic;
		font-size: 87%;
		padding: 0.25rem 0.5rem;
		color: #fefefe;
		font-weight: normal;
		display: inline-block;
	}

	#event-calendar .day.entries .col:nth-child(4) .category {
		background: #e42312;
	}

	#event-calendar .day.entries .col:nth-child(4) .category.cat_3 {
		background: #009ee3;
	}

	#event-calendar .day.entries .col:nth-child(4) .location {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

@media screen and (min-width: 51.25em) {
	#event-calendar .day.entries .col:nth-child(2) {
		display: table-cell;
		width: 130px;
		vertical-align: middle;
		text-align: left;
	}

	#event-calendar .day.entries .col:nth-child(3) {
		width: 40%;
	}
}

.a21glossary_abc {
	list-style: none;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.a21glossary_abc li {
	float: left;
	margin-right: 2px;
	line-height: 1.8;
}

.a21glossary_abc li.a21glossary_abc_selected a {
	background: #e42312;
}

.a21glossary_abc a,
.a21glossary_abc strong {
	font-weight: 600;
	padding: 6px;
	color: #fefefe;
	background: #a0a5a9;
}

.a21glossary_abc a:hover,
.a21glossary_abc strong:hover {
	background: #e42312;
}

.a21glossary_abc strong {
	background: #e42312;
}

.mod-glossar {
	list-style: none;
	margin: 0;
}

.mod-glossar h3, .mod-glossar .list.audio strong, .list.audio .mod-glossar strong {
	margin: 0 0 10px 0;
}

.mod-glossar .nomargin {
	margin-bottom: 5px;
	font-weight: 100;
	font-style: italic;
}

.mod-glossar span {
	display: none;
}

/*! jQuery UI - v1.12.1 - 2016-12-20
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
	/* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	/* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	/* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
	/* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
	/* support: IE8 */
}

.ui-widget-shadow {
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
	/* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	/* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	/* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
	/* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
	/* support: IE8 */
}

.ui-widget-shadow {
	box-shadow: 0px 0px 5px #666666;
}

.ui-menu .ui-menu-item {
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
	font-size: .75em;
}

.ui-menu .ui-menu-item-wrapper:hover {
	background: #ededed;
	color: #0a0a0a;
	border: 1px solid #867f82;
}

@media print {
	#nav-wrapper,
	#lang-switch,
	#search,
	#nav,
	#pagefunctions,
	footer,
	#themennav,
	.flex-control-nav,
	.flex-direction-nav,
	.flexslider ul li:not(:first-child) {
		display: none;
	}

	.row {
		max-width: 990px;
		margin: 0;
	}

	.center-col {
		display: table-cell;
		width: 70%;
	}

	.right-col {
		display: table-cell;
		width: 30%;
	}

	#header-wrapper {
		margin: 10px 0;
	}

	#logo {
		max-width: 290px;
	}

	#header-image {
		height: auto;
	}

	#header-image .box {
		position: relative;
		left: auto;
		bottom: auto;
		margin: 0 0 20px 0;
	}

	.csc-frame-frame1 {
		padding: 0;
	}

	.stageSlider {
		height: auto;
	}

	.stageSlider .box {
		position: relative !important;
		bottom: 0 !important;
	}

	.stageSlider img {
		display: none !important;
	}

	.stageSlider p.cat {
		margin-bottom: 0 !important;
		padding: 0 !important;
	}

	.boxes .columns {
		display: table-cell;
		width: 33%;
		clear: none !important;
	}

	.boxes .columns .box {
		border: 1px solid #dfd7d9;
		margin: 0 0 20px 0;
		min-height: 340px;
	}

	.boxes .columns p {
		margin: 0;
		padding: 15px;
	}

	#home-tabbing .tabs :before {
		display: none !important;
	}

	h1 {
		margin-bottom: 15px;
	}

	h2 {
		margin-bottom: 10px;
	}

	p {
		margin: 0 0 15px 0;
	}

	a {
		text-decoration: none;
	}

	a[href]:after {
		content: '';
	}

	a.link-extern:before, a.download:before {
		content: "»";
	}

	form.a21-form select,
	form.a21-form input,
	form.a21-form textarea,
	form#tx-solr-search-form-pi-results select,
	form#tx-solr-search-form-pi-results input,
	form#tx-solr-search-form-pi-results textarea,
	.tx-felogin-pi1 form select,
	.tx-felogin-pi1 form input,
	.tx-felogin-pi1 form textarea {
		border: 1px solid #dfd7d9 !important;
	}

	form.a21-form textarea,
	form#tx-solr-search-form-pi-results textarea,
	.tx-felogin-pi1 form textarea {
		height: 30px;
	}

	form.a21-form .mandatory:after,
	form.a21-form .required:after,
	form#tx-solr-search-form-pi-results .mandatory:after,
	form#tx-solr-search-form-pi-results .required:after,
	.tx-felogin-pi1 form .mandatory:after,
	.tx-felogin-pi1 form .required:after {
		color: #0a0a0a;
		background: none;
		border: 1px solid #0a0a0a;
	}

	#progressbar li:before, #progressbar li.active:before {
		border: 1px solid #0a0a0a;
		color: #0a0a0a;
		background: none;
	}

	.tabs-content {
		border: none;
	}

	.right-col .csc-default {
		margin: 0;
		padding: 0;
	}
}

.hzi-accordion {
	margin-bottom: 35px !important;
	clear: both;
}

.hzi-accordion-open {
	font-weight: bold;
	padding-left: 25px;
	margin-top: 10px;
	cursor: pointer;
}

.hzi-defaultexpanded {
	display: none;
}

.hzi-accordion-open > span::before {
	content: '';
	background: url('/typo3conf/ext/hzi_site/Resources/Public/Images/arrowright.png') left no-repeat;
	margin-left: -24px;
	margin-top: -1px;
	display: inline-block;
	position: absolute;
	width: 23px;
	height: 27px;
}

.hzi-accordion-open > span.open::before {
	background: url('/typo3conf/ext/hzi_site/Resources/Public/Images/arrowdown.png') left no-repeat;
}

.hzi-accordion-content > p:last-child {
	margin-bottom: 0;
}



/* TYPO3 Versionswechsel CSS */
div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap {
	overflow: hidden;
}

div.csc-textpic-center .csc-textpic-center-outer {
	position: relative;
	float: right;
	right: 50%;
}

div.csc-textpic-center .csc-textpic-center-inner {
	position: relative;
	float: right;
	right: -50%;
}

div.csc-textpic-center .csc-textpic-center-inner .image {
	margin: 0;
	display: table;
	position: relative;
	margin-bottom: 10px;
}

div.csc-textpic .csc-textpic-imagewrap[data-csc-images='1'] .image figcaption {
	color: #867f82;
	font-size: 80%;
	font-style: italic;
	line-height: 1.4;
	margin: 7px 0 0 0;
	display: inline-block;
}

.highlight blockquote {
	all: unset;
}
.highlight blockquote p {
	font-size: 1.25rem;
	line-height: 130%;
	color: #002b4f;
}

.center-col div.csc-textpic-imagecolumn .csc-textpic-image {
	margin-right: 7%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.ce-textpic.ce-right.ce-intext .csc-textpic-imagewrap{
	float: right;
}

div.ce-textpic .csc-textpic-imagewrap figure,
div.ce-textpic figure.csc-textpic-imagewrap {
	margin: 0;
}

div.ce-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 10px;
}

div.ce-textpic.ce-right.ce-intext .csc-textpic-imagewrap {
	margin-left: 10px;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin-left: 10px;
}

div.csc-textpic.csc-textpic-intext .image {
	margin: 0;
	display: table;
	margin-bottom: 10px;
}

div.csc-textpic-imagecolumn .image {
	margin-right: 7% !important;
}

.csc-textpic-imagewrap .csc-textpic-imagecolumn .image figcaption {
	display: none;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.ce-textpic.ce-left.ce-intext .csc-textpic-imagewrap {
	float: left;
	margin-right: 10px;
}

#group-top .right-col .csc-default {
	background: none;
	margin-bottom: 0;
	padding: 0;
}

#group-top .right-col .csc-default h2 {
	margin-bottom: 1.785rem;
}

.csc-default:empty {
	display: none;
}

.tx-powermail .a21-form .powermail_fieldset .parsley-errors-list {
	border: none;
	background: none;
	text-align: right;
}

.tx-powermail .a21-form .powermail_fieldset .parsley-errors-list > li {
	font-style: italic;
	text-align: right;
	font-size: .9rem;
	color: #e42312;
}

.tx-powermail .a21-form .powermail_fieldset .parsley-error {
	background: white;
}

.tx-powermail .a21-form .powermail_fieldset .parsley-errors-list {
	background-color: transparent;
	border: 0;
}

/**** UPLODS *****/
ul.csc-uploads {
	padding: 0;
}

ul.csc-uploads li {
	list-style: none outside none;
	margin: 1em 0;
}


/***** COOKIE STATEMENT *****/
.c-global-alert {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgba(244,245,245,.95);
	box-shadow: 0 0 10px rgba(85,85,85,.5);
	border-top: 1px solid #fff;
}

.c-global-alert.is-hidden {
	display: none;
}

.c-global-alert__content {
	position: relative;
	padding: 14px 30px 15px 0;
}

div.csc-textpic div.csc-textpic-imagerow,
div.ce-textpic div.csc-textpic-imagerow,
div.ce-textpic div.ce-textpic-imagerow,
div.csc-textpic,
div.ce-textpic,
ul.csc-uploads li,
ul.ce-uploads li {
	overflow: hidden;
}

.frame-type-textmedia.frame-layout-1 figure.csc-textpic-image {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.frame-type-textmedia.frame-layout-1 .csc-textpic-left figure.csc-textpic-image {
	margin-left: 0;
	margin-right: 0.5em;
}

.frame-type-textmedia.frame-layout-1 .csc-textpic-right figure.csc-textpic-image {
	margin-left: 0.5em;
	margin-right: 0;
}

.frame-type-textmedia.frame-layout-1 .csc-textpic-left ul.csc-bulletlist-0 li:before,
.frame-type-textmedia.frame-layout-1 .csc-textpic-left ul.csc-bulletlist-1 li:before {
	position: relative;
	margin-left: -1.375rem;
}

ol.o-list {
	margin-bottom: 0;
}

/** Suggest **/
.tx-solr-autosuggest { border: 1px solid #CCC; background: #FFF; overflow: auto; }
.tx-solr-autosuggest strong { font-weight: bolder; color: #005b9c; }
.tx-solr-autosuggest .autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer}
.tx-solr-autosuggest .autocomplete-selected { background: #dfd7d9; }
.tx-solr-autosuggest .autocomplete-group { padding: 10px 5px; }
.tx-solr-autosuggest .autocomplete-group strong { display: block; border-bottom: 1px solid #999; }

.c-slider__video-wrapper {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 37.5%;
	position: relative;
}

.c-slider__video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* Publication Teaser */
.c-publication-teaser {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #dfd7d9;
	margin-bottom: 3rem;
	flex-direction: row;
	flex: 0 1 auto;
}
.c-publication-teaser > :first-child {
	padding: 0;
	display: flex;
	flex: 0 1 auto;
}
.c-publication-teaser > :last-child {
	padding: 0;
	display: flex;
	flex: 0 1 auto;
}
.c-publication-teaser__info {
	width: 100%;
	background: #ededed;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	flex: 1 1 250px;
	justify-content: space-between;
}
.c-publication-teaser__info .button {
	margin-bottom: 0;
}
.c-publication-teaser__list {
	width: 100%;
	background: #fff;
	flex: 1 1 500px;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
	min-height: 300px;
}
.c-publication-teaser__author {
	border-right: 1px solid #002b4f;
	padding-right: .25rem;
	margin-right: .25rem;
	display: inline-block;
	line-height: 1;
}
.c-publication-teaser__author:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.c-publication-teaser__list ul {
	margin: 0;
	position: absolute;
	padding: 0 1rem;
	list-style: none;
	top: 0;
	left: 0;
}
.c-publication-teaser__list li {
	border-bottom: 1px solid #ededed;
	margin: 0;
	padding: 1rem 0;
}
.c-publication-teaser__list li:last-child {
	border-bottom: none;
}
.c-publication-teaser__list h3 {
	margin: 0;
}
.c-publication-teaser__list h3 a {
	color: #005b9c;
}
.c-publication-teaser__list h3 a:hover {
	color: #E42310;
}

@media screen and (min-width: 37.5em) {
	.c-publication-teaser > :first-child {
		padding-right: 0.625rem;
	}
	.c-publication-teaser > :last-child {
		padding-left: 0.625rem;
	}
	.c-publication-teaser__list ul {
		padding: 0 1.25rem 0 0;
	}
}

@media screen and (min-width: 51.25em) {
	.c-publication-teaser > :first-child {
		padding-right: 1.25rem;
	}
	.c-publication-teaser__list ul {
		padding: 0 1.875rem 0 0;
	}
}
.no-margin-bottom {
	margin-bottom: 0;
}

footer .footer-logo {
	display: inline-block;
	height: 60px;
	width: auto;
	margin: .375rem;
	background: #fff;
}

footer .footer-logo--padding {
	padding: .75rem;
}

footer .footer-logo img {
	height: 100%;
	width: auto;
}

.c-lightbox-image-gallery {
	overflow: hidden;
}

.c-lightbox-image-gallery::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .67));
	z-index: 2;
	pointer-events: none;
}

.c-lightbox-image-gallery .button {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 1rem;
	pointer-events: none;
	z-index: 3;
}

.c-lightbox-image-gallery:hover .button {
	color: #e42312;
	background: #fefefe;
}

.c-lightbox-image-gallery__title {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	max-width: 50%;
	color: #ffffff;
	z-index: 3;
	pointer-events: none;
}

.c-lightbox-image-gallery__title-sub {
	font-size: .75rem;
	line-height: 1.875rem;
	text-transform: uppercase;
	font-weight: 600;
}

.c-lightbox-image-gallery__title-main {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 600;
}

.c-lightbox-image-gallery__caption {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .75rem;
	background: rgba(255, 255, 255, .5);
	color: #002b4f;
	margin: 0 1rem;
	padding: 0 0.25rem;
	pointer-events: none;
}


/** Utility Classes **/
.u-position-relative {
	position: relative;
}
.u-margin-bottom {
	margin-bottom: 1.875rem;
}
.u-display-none {
	display: none;
}