@charset "UTF-8";
 @import url("https://fonts.googleapis.com/css?family=Barlow+Condensed|Noto+Sans:400,700|Spectral");
 @media print, screen and (min-width: 40em) {
	 .reveal.large, .reveal.small, .reveal.tiny, .reveal {
		 right: auto;
		 left: auto;
		 margin: 0 auto;
	}
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document ========================================================================== */
/** * 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */
 html {
	 font-family: sans-serif;
	/* 1 */
	 line-height: 1.15;
	/* 2 */
	 -ms-text-size-adjust: 100%;
	/* 3 */
	 -webkit-text-size-adjust: 100%;
	/* 3 */
}
/* Sections ========================================================================== */
/** * Remove the margin in all browsers (opinionated). */
 body {
	 margin: 0;
}
/** * Add the correct display in IE 9-. */
 article, aside, footer, header, nav, section {
	 display: block;
}
/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
 h1 {
	 font-size: 2em;
	 margin: 0.67em 0;
}
/* Grouping content ========================================================================== */
/** * Add the correct display in IE 9-. */
 figcaption, figure {
	 display: block;
}
/** * Add the correct margin in IE 8. */
 figure {
	 margin: 1em 40px;
}
/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
 hr {
	 -webkit-box-sizing: content-box;
	 box-sizing: content-box;
	/* 1 */
	 height: 0;
	/* 1 */
	 overflow: visible;
	/* 2 */
}
/** * Add the correct display in IE. */
 main {
	 display: block;
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 pre {
	 font-family: monospace, monospace;
	/* 1 */
	 font-size: 1em;
	/* 2 */
}
/* Links ========================================================================== */
/** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
 a {
	 background-color: transparent;
	/* 1 */
	 -webkit-text-decoration-skip: objects;
	/* 2 */
}
/** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */
 a:active, a:hover {
	 outline-width: 0;
}
/* Text-level semantics ========================================================================== */
/** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
 abbr[title] {
	 border-bottom: none;
	/* 1 */
	 text-decoration: underline;
	/* 2 */
	 -webkit-text-decoration: underline dotted;
	 text-decoration: underline dotted;
	/* 2 */
}
/** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
 b, strong {
	 font-weight: inherit;
}
/** * Add the correct font weight in Chrome, Edge, and Safari. */
 b, strong {
	 font-weight: bolder;
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 code, kbd, samp {
	 font-family: monospace, monospace;
	/* 1 */
	 font-size: 1em;
	/* 2 */
}
/** * Add the correct font style in Android 4.3-. */
 dfn {
	 font-style: italic;
}
/** * Add the correct background and color in IE 9-. */
 mark {
	 background-color: #ff0;
	 color: #000;
}
/** * Add the correct font size in all browsers. */
 small {
	 font-size: 80%;
}
/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
 sub, sup {
	 font-size: 75%;
	 line-height: 0;
	 position: relative;
	 vertical-align: baseline;
}
 sub {
	 bottom: -0.25em;
}
 sup {
	 top: -0.5em;
}
/* Embedded content ========================================================================== */
/** * Add the correct display in IE 9-. */
 audio, video {
	 display: inline-block;
}
/** * Add the correct display in iOS 4-7. */
 audio:not([controls]) {
	 display: none;
	 height: 0;
}
/** * Remove the border on images inside links in IE 10-. */
 img {
	 border-style: none;
}
/** * Hide the overflow in IE. */
 svg:not(:root) {
	 overflow: hidden;
}
/* Forms ========================================================================== */
/** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */
 button, input, optgroup, select, textarea {
	 font-family: sans-serif;
	/* 1 */
	 font-size: 100%;
	/* 1 */
	 line-height: 1.15;
	/* 1 */
	 margin: 0;
	/* 2 */
}
/** * Show the overflow in IE. */
 button {
	 overflow: visible;
}
/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
 button, select {
	/* 1 */
	 text-transform: none;
}
/** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */
 button, html [type=button], [type=reset], [type=submit] {
	 -webkit-appearance: button;
	/* 2 */
}
 button, [type=button], [type=reset], [type=submit] {
	/** * Remove the inner border and padding in Firefox. */
	/** * Restore the focus styles unset by the previous rule. */
}
 button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	 border-style: none;
	 padding: 0;
}
 button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	 outline: 1px dotted ButtonText;
}
/** * Show the overflow in Edge. */
 input {
	 overflow: visible;
}
/** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */
 [type=checkbox], [type=radio] {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	/* 1 */
	 padding: 0;
	/* 2 */
}
/** * Correct the cursor style of increment and decrement buttons in Chrome. */
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	 height: auto;
}
/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
 [type=search] {
	 -webkit-appearance: textfield;
	/* 1 */
	 outline-offset: -2px;
	/* 2 */
	/** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
}
 [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	 -webkit-appearance: none;
}
/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
 ::-webkit-file-upload-button {
	 -webkit-appearance: button;
	/* 1 */
	 font: inherit;
	/* 2 */
}
/** * Change the border, margin, and padding in all browsers (opinionated). */
 fieldset {
	 border: 1px solid #c0c0c0;
	 margin: 0 2px;
	 padding: 0.35em 0.625em 0.75em;
}
/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
 legend {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     display: table;
     max-width: 100%;
     padding: 0;
     color: inherit;
     white-space: normal;
}






/** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
 progress {
	 display: inline-block;
	/* 1 */
	 vertical-align: baseline;
	/* 2 */
}
/** * Remove the default vertical scrollbar in IE. */
 textarea {
	 overflow: auto;
}
/* Interactive ========================================================================== */
/* * Add the correct display in Edge, IE, and Firefox. */
 details {
	 display: block;
}
/* * Add the correct display in all browsers. */
 summary {
	 display: list-item;
}
/* * Add the correct display in IE 9-. */
 menu {
	 display: block;
}
/* Scripting ========================================================================== */
/** * Add the correct display in IE 9-. */
 canvas {
	 display: inline-block;
}
/** * Add the correct display in IE. */
 template {
	 display: none;
}
/* Hidden ========================================================================== */
/** * Add the correct display in IE 10-. */
 [hidden] {
	 display: none;
}
 .foundation-mq {
	 font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
 html {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 font-size: 100%;
}
 *, *::before, *::after {
	 -webkit-box-sizing: inherit;
	 box-sizing: inherit;
}
 body {
	 margin: 0;
	 padding: 0;
	 background: #fff;
	 font-family: "Noto Sans", sans-serif;
	 font-weight: normal;
	 line-height: 1.5;
	 color: #000;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
 img {
	 display: inline-block;
	 vertical-align: middle;
	 max-width: 100%;
	 height: auto;
	 -ms-interpolation-mode: bicubic;
}
 textarea {
	 height: auto;
	 min-height: 50px;
	 border-radius: 0;
}
 select {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 width: 100%;
	 border-radius: 0;
}
 .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
	 max-width: none !important;
}
 button {
	 padding: 0;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 border: 0;
	 border-radius: 0;
	 background: transparent;
	 line-height: 1;
	 cursor: auto;
}
 [data-whatinput=mouse] button {
	 outline: 0;
}
 pre {
	 overflow: auto;
}
 button, input, optgroup, select, textarea {
	 font-family: inherit;
}
 .is-visible {
	 display: block !important;
}
 .is-hidden {
	 display: none !important;
}
 .row {
	 max-width: 75rem;
	 margin-right: auto;
	 margin-left: auto;
}
 .row::before, .row::after {
	 display: table;
	 content: " ";
}
 .row::after {
	 clear: both;
}
 .row.collapse > .column, .row.collapse > .columns {
	 padding-right: 0;
	 padding-left: 0;
}
 .row .row {
	 margin-right: -0.625rem;
	 margin-left: -0.625rem;
}
 @media print, screen and (min-width: 40em) {
	 .row .row {
		 margin-right: -0.9375rem;
		 margin-left: -0.9375rem;
	}
}
 @media print, screen and (min-width: 64em) {
	 .row .row {
		 margin-right: -0.9375rem;
		 margin-left: -0.9375rem;
	}
}
 .row .row.collapse {
	 margin-right: 0;
	 margin-left: 0;
}
 .row.expanded {
	 max-width: none;
}
 .row.expanded .row {
	 margin-right: auto;
	 margin-left: auto;
}
 .row:not(.expanded) .row {
	 max-width: none;
}
 .row.gutter-small > .column, .row.gutter-small > .columns {
	 padding-right: 0.625rem;
	 padding-left: 0.625rem;
}
 .row.gutter-medium > .column, .row.gutter-medium > .columns {
	 padding-right: 0.9375rem;
	 padding-left: 0.9375rem;
}
 .column, .columns {
	 width: 100%;
	 float: left;
	 padding-right: 0.625rem;
	 padding-left: 0.625rem;
}
 @media print, screen and (min-width: 40em) {
	 .column, .columns {
		 padding-right: 0.9375rem;
		 padding-left: 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 {
	 margin-right: 0;
	 margin-left: 0;
	 padding-right: 0;
	 padding-left: 0;
}
 .small-1 {
	 width: 8.3333333333%;
}
 .small-push-1 {
	 position: relative;
	 left: 8.3333333333%;
}
 .small-pull-1 {
	 position: relative;
	 left: -8.3333333333%;
}
 .small-offset-0 {
	 margin-left: 0%;
}
 .small-2 {
	 width: 16.6666666667%;
}
 .small-push-2 {
	 position: relative;
	 left: 16.6666666667%;
}
 .small-pull-2 {
	 position: relative;
	 left: -16.6666666667%;
}
 .small-offset-1 {
	 margin-left: 8.3333333333%;
}
 .small-3 {
	 width: 25%;
}
 .small-push-3 {
	 position: relative;
	 left: 25%;
}
 .small-pull-3 {
	 position: relative;
	 left: -25%;
}
 .small-offset-2 {
	 margin-left: 16.6666666667%;
}
 .small-4 {
	 width: 33.3333333333%;
}
 .small-push-4 {
	 position: relative;
	 left: 33.3333333333%;
}
 .small-pull-4 {
	 position: relative;
	 left: -33.3333333333%;
}
 .small-offset-3 {
	 margin-left: 25%;
}
 .small-5 {
	 width: 41.6666666667%;
}
 .small-push-5 {
	 position: relative;
	 left: 41.6666666667%;
}
 .small-pull-5 {
	 position: relative;
	 left: -41.6666666667%;
}
 .small-offset-4 {
	 margin-left: 33.3333333333%;
}
 .small-6 {
	 width: 50%;
}
 .small-push-6 {
	 position: relative;
	 left: 50%;
}
 .small-pull-6 {
	 position: relative;
	 left: -50%;
}
 .small-offset-5 {
	 margin-left: 41.6666666667%;
}
 .small-7 {
	 width: 58.3333333333%;
}
 .small-push-7 {
	 position: relative;
	 left: 58.3333333333%;
}
 .small-pull-7 {
	 position: relative;
	 left: -58.3333333333%;
}
 .small-offset-6 {
	 margin-left: 50%;
}
 .small-8 {
	 width: 66.6666666667%;
}
 .small-push-8 {
	 position: relative;
	 left: 66.6666666667%;
}
 .small-pull-8 {
	 position: relative;
	 left: -66.6666666667%;
}
 .small-offset-7 {
	 margin-left: 58.3333333333%;
}
 .small-9 {
	 width: 75%;
}
 .small-push-9 {
	 position: relative;
	 left: 75%;
}
 .small-pull-9 {
	 position: relative;
	 left: -75%;
}
 .small-offset-8 {
	 margin-left: 66.6666666667%;
}
 .small-10 {
	 width: 83.3333333333%;
}
 .small-push-10 {
	 position: relative;
	 left: 83.3333333333%;
}
 .small-pull-10 {
	 position: relative;
	 left: -83.3333333333%;
}
 .small-offset-9 {
	 margin-left: 75%;
}
 .small-11 {
	 width: 91.6666666667%;
}
 .small-push-11 {
	 position: relative;
	 left: 91.6666666667%;
}
 .small-pull-11 {
	 position: relative;
	 left: -91.6666666667%;
}
 .small-offset-10 {
	 margin-left: 83.3333333333%;
}
 .small-12 {
	 width: 100%;
}
 .small-offset-11 {
	 margin-left: 91.6666666667%;
}
 .small-up-1 > .column, .small-up-1 > .columns {
	 float: left;
	 width: 100%;
}
 .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
	 clear: none;
}
 .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
	 clear: both;
}
 .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
	 float: left;
}
 .small-up-2 > .column, .small-up-2 > .columns {
	 float: left;
	 width: 50%;
}
 .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
	 clear: none;
}
 .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
	 clear: both;
}
 .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
	 float: left;
}
 .small-up-3 > .column, .small-up-3 > .columns {
	 float: left;
	 width: 33.3333333333%;
}
 .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
	 clear: none;
}
 .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
	 clear: both;
}
 .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
	 float: left;
}
 .small-up-4 > .column, .small-up-4 > .columns {
	 float: left;
	 width: 25%;
}
 .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
	 clear: none;
}
 .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
	 clear: both;
}
 .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
	 float: left;
}
 .small-up-5 > .column, .small-up-5 > .columns {
	 float: left;
	 width: 20%;
}
 .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
	 clear: none;
}
 .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
	 clear: both;
}
 .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
	 float: left;
}
 .small-up-6 > .column, .small-up-6 > .columns {
	 float: left;
	 width: 16.6666666667%;
}
 .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
	 clear: none;
}
 .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
	 clear: both;
}
 .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
	 float: left;
}
 .small-up-7 > .column, .small-up-7 > .columns {
	 float: left;
	 width: 14.2857142857%;
}
 .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
	 clear: none;
}
 .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
	 clear: both;
}
 .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
	 float: left;
}
 .small-up-8 > .column, .small-up-8 > .columns {
	 float: left;
	 width: 12.5%;
}
 .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
	 clear: none;
}
 .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
	 clear: both;
}
 .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
	 float: left;
}
 .small-collapse > .column, .small-collapse > .columns {
	 padding-right: 0;
	 padding-left: 0;
}
 .small-collapse .row {
	 margin-right: 0;
	 margin-left: 0;
}
 .expanded.row .small-collapse.row {
	 margin-right: 0;
	 margin-left: 0;
}
 .small-uncollapse > .column, .small-uncollapse > .columns {
	 padding-right: 0.625rem;
	 padding-left: 0.625rem;
}
 .small-centered {
	 margin-right: auto;
	 margin-left: auto;
}
 .small-centered, .small-centered:last-child:not(:first-child) {
	 float: none;
	 clear: both;
}
 .small-uncentered, .small-push-0, .small-pull-0 {
	 position: static;
	 float: left;
	 margin-right: 0;
	 margin-left: 0;
}
 @media print, screen and (min-width: 40em) {
	 .medium-1 {
		 width: 8.3333333333%;
	}
	 .medium-push-1 {
		 position: relative;
		 left: 8.3333333333%;
	}
	 .medium-pull-1 {
		 position: relative;
		 left: -8.3333333333%;
	}
	 .medium-offset-0 {
		 margin-left: 0%;
	}
	 .medium-2 {
		 width: 16.6666666667%;
	}
	 .medium-push-2 {
		 position: relative;
		 left: 16.6666666667%;
	}
	 .medium-pull-2 {
		 position: relative;
		 left: -16.6666666667%;
	}
	 .medium-offset-1 {
		 margin-left: 8.3333333333%;
	}
	 .medium-3 {
		 width: 25%;
	}
	 .medium-push-3 {
		 position: relative;
		 left: 25%;
	}
	 .medium-pull-3 {
		 position: relative;
		 left: -25%;
	}
	 .medium-offset-2 {
		 margin-left: 16.6666666667%;
	}
	 .medium-4 {
		 width: 33.3333333333%;
	}
	 .medium-push-4 {
		 position: relative;
		 left: 33.3333333333%;
	}
	 .medium-pull-4 {
		 position: relative;
		 left: -33.3333333333%;
	}
	 .medium-offset-3 {
		 margin-left: 25%;
	}
	 .medium-5 {
		 width: 41.6666666667%;
	}
	 .medium-push-5 {
		 position: relative;
		 left: 41.6666666667%;
	}
	 .medium-pull-5 {
		 position: relative;
		 left: -41.6666666667%;
	}
	 .medium-offset-4 {
		 margin-left: 33.3333333333%;
	}
	 .medium-6 {
		 width: 50%;
	}
	 .medium-push-6 {
		 position: relative;
		 left: 50%;
	}
	 .medium-pull-6 {
		 position: relative;
		 left: -50%;
	}
	 .medium-offset-5 {
		 margin-left: 41.6666666667%;
	}
	 .medium-7 {
		 width: 58.3333333333%;
	}
	 .medium-push-7 {
		 position: relative;
		 left: 58.3333333333%;
	}
	 .medium-pull-7 {
		 position: relative;
		 left: -58.3333333333%;
	}
	 .medium-offset-6 {
		 margin-left: 50%;
	}
	 .medium-8 {
		 width: 66.6666666667%;
	}
	 .medium-push-8 {
		 position: relative;
		 left: 66.6666666667%;
	}
	 .medium-pull-8 {
		 position: relative;
		 left: -66.6666666667%;
	}
	 .medium-offset-7 {
		 margin-left: 58.3333333333%;
	}
	 .medium-9 {
		 width: 75%;
	}
	 .medium-push-9 {
		 position: relative;
		 left: 75%;
	}
	 .medium-pull-9 {
		 position: relative;
		 left: -75%;
	}
	 .medium-offset-8 {
		 margin-left: 66.6666666667%;
	}
	 .medium-10 {
		 width: 83.3333333333%;
	}
	 .medium-push-10 {
		 position: relative;
		 left: 83.3333333333%;
	}
	 .medium-pull-10 {
		 position: relative;
		 left: -83.3333333333%;
	}
	 .medium-offset-9 {
		 margin-left: 75%;
	}
	 .medium-11 {
		 width: 91.6666666667%;
	}
	 .medium-push-11 {
		 position: relative;
		 left: 91.6666666667%;
	}
	 .medium-pull-11 {
		 position: relative;
		 left: -91.6666666667%;
	}
	 .medium-offset-10 {
		 margin-left: 83.3333333333%;
	}
	 .medium-12 {
		 width: 100%;
	}
	 .medium-offset-11 {
		 margin-left: 91.6666666667%;
	}
	 .medium-up-1 > .column, .medium-up-1 > .columns {
		 float: left;
		 width: 100%;
	}
	 .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
		 clear: both;
	}
	 .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
		 float: left;
	}
	 .medium-up-2 > .column, .medium-up-2 > .columns {
		 float: left;
		 width: 50%;
	}
	 .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
		 clear: both;
	}
	 .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
		 float: left;
	}
	 .medium-up-3 > .column, .medium-up-3 > .columns {
		 float: left;
		 width: 33.3333333333%;
	}
	 .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
		 clear: both;
	}
	 .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
		 float: left;
	}
	 .medium-up-4 > .column, .medium-up-4 > .columns {
		 float: left;
		 width: 25%;
	}
	 .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
		 clear: both;
	}
	 .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
		 float: left;
	}
	 .medium-up-5 > .column, .medium-up-5 > .columns {
		 float: left;
		 width: 20%;
	}
	 .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
		 clear: both;
	}
	 .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
		 float: left;
	}
	 .medium-up-6 > .column, .medium-up-6 > .columns {
		 float: left;
		 width: 16.6666666667%;
	}
	 .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
		 clear: both;
	}
	 .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
		 float: left;
	}
	 .medium-up-7 > .column, .medium-up-7 > .columns {
		 float: left;
		 width: 14.2857142857%;
	}
	 .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
		 clear: both;
	}
	 .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
		 float: left;
	}
	 .medium-up-8 > .column, .medium-up-8 > .columns {
		 float: left;
		 width: 12.5%;
	}
	 .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
		 clear: both;
	}
	 .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
		 float: left;
	}
	 .medium-collapse > .column, .medium-collapse > .columns {
		 padding-right: 0;
		 padding-left: 0;
	}
	 .medium-collapse .row {
		 margin-right: 0;
		 margin-left: 0;
	}
	 .expanded.row .medium-collapse.row {
		 margin-right: 0;
		 margin-left: 0;
	}
	 .medium-uncollapse > .column, .medium-uncollapse > .columns {
		 padding-right: 0.9375rem;
		 padding-left: 0.9375rem;
	}
	 .medium-centered {
		 margin-right: auto;
		 margin-left: auto;
	}
	 .medium-centered, .medium-centered:last-child:not(:first-child) {
		 float: none;
		 clear: both;
	}
	 .medium-uncentered, .medium-push-0, .medium-pull-0 {
		 position: static;
		 float: left;
		 margin-right: 0;
		 margin-left: 0;
	}
}
 @media print, screen and (min-width: 64em) {
	 .large-1 {
		 width: 8.3333333333%;
	}
	 .large-push-1 {
		 position: relative;
		 left: 8.3333333333%;
	}
	 .large-pull-1 {
		 position: relative;
		 left: -8.3333333333%;
	}
	 .large-offset-0 {
		 margin-left: 0%;
	}
	 .large-2 {
		 width: 16.6666666667%;
	}
	 .large-push-2 {
		 position: relative;
		 left: 16.6666666667%;
	}
	 .large-pull-2 {
		 position: relative;
		 left: -16.6666666667%;
	}
	 .large-offset-1 {
		 margin-left: 8.3333333333%;
	}
	 .large-3 {
		 width: 25%;
	}
	 .large-push-3 {
		 position: relative;
		 left: 25%;
	}
	 .large-pull-3 {
		 position: relative;
		 left: -25%;
	}
	 .large-offset-2 {
		 margin-left: 16.6666666667%;
	}
	 .large-4 {
		 width: 33.3333333333%;
	}
	 .large-push-4 {
		 position: relative;
		 left: 33.3333333333%;
	}
	 .large-pull-4 {
		 position: relative;
		 left: -33.3333333333%;
	}
	 .large-offset-3 {
		 margin-left: 25%;
	}
	 .large-5 {
		 width: 41.6666666667%;
	}
	 .large-push-5 {
		 position: relative;
		 left: 41.6666666667%;
	}
	 .large-pull-5 {
		 position: relative;
		 left: -41.6666666667%;
	}
	 .large-offset-4 {
		 margin-left: 33.3333333333%;
	}
	 .large-6 {
		 width: 50%;
	}
	 .large-push-6 {
		 position: relative;
		 left: 50%;
	}
	 .large-pull-6 {
		 position: relative;
		 left: -50%;
	}
	 .large-offset-5 {
		 margin-left: 41.6666666667%;
	}
	 .large-7 {
		 width: 58.3333333333%;
	}
	 .large-push-7 {
		 position: relative;
		 left: 58.3333333333%;
	}
	 .large-pull-7 {
		 position: relative;
		 left: -58.3333333333%;
	}
	 .large-offset-6 {
		 margin-left: 50%;
	}
	 .large-8 {
		 width: 66.6666666667%;
	}
	 .large-push-8 {
		 position: relative;
		 left: 66.6666666667%;
	}
	 .large-pull-8 {
		 position: relative;
		 left: -66.6666666667%;
	}
	 .large-offset-7 {
		 margin-left: 58.3333333333%;
	}
	 .large-9 {
		 width: 75%;
	}
	 .large-push-9 {
		 position: relative;
		 left: 75%;
	}
	 .large-pull-9 {
		 position: relative;
		 left: -75%;
	}
	 .large-offset-8 {
		 margin-left: 66.6666666667%;
	}
	 .large-10 {
		 width: 83.3333333333%;
	}
	 .large-push-10 {
		 position: relative;
		 left: 83.3333333333%;
	}
	 .large-pull-10 {
		 position: relative;
		 left: -83.3333333333%;
	}
	 .large-offset-9 {
		 margin-left: 75%;
	}
	 .large-11 {
		 width: 91.6666666667%;
	}
	 .large-push-11 {
		 position: relative;
		 left: 91.6666666667%;
	}
	 .large-pull-11 {
		 position: relative;
		 left: -91.6666666667%;
	}
	 .large-offset-10 {
		 margin-left: 83.3333333333%;
	}
	 .large-12 {
		 width: 100%;
	}
	 .large-offset-11 {
		 margin-left: 91.6666666667%;
	}
	 .large-up-1 > .column, .large-up-1 > .columns {
		 float: left;
		 width: 100%;
	}
	 .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
		 clear: both;
	}
	 .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
		 float: left;
	}
	 .large-up-2 > .column, .large-up-2 > .columns {
		 float: left;
		 width: 50%;
	}
	 .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
		 clear: both;
	}
	 .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
		 float: left;
	}
	 .large-up-3 > .column, .large-up-3 > .columns {
		 float: left;
		 width: 33.3333333333%;
	}
	 .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
		 clear: both;
	}
	 .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
		 float: left;
	}
	 .large-up-4 > .column, .large-up-4 > .columns {
		 float: left;
		 width: 25%;
	}
	 .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
		 clear: both;
	}
	 .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
		 float: left;
	}
	 .large-up-5 > .column, .large-up-5 > .columns {
		 float: left;
		 width: 20%;
	}
	 .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
		 clear: both;
	}
	 .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
		 float: left;
	}
	 .large-up-6 > .column, .large-up-6 > .columns {
		 float: left;
		 width: 16.6666666667%;
	}
	 .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
		 clear: both;
	}
	 .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
		 float: left;
	}
	 .large-up-7 > .column, .large-up-7 > .columns {
		 float: left;
		 width: 14.2857142857%;
	}
	 .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
		 clear: both;
	}
	 .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
		 float: left;
	}
	 .large-up-8 > .column, .large-up-8 > .columns {
		 float: left;
		 width: 12.5%;
	}
	 .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
		 clear: none;
	}
	 .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
		 clear: both;
	}
	 .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
		 float: left;
	}
	 .large-collapse > .column, .large-collapse > .columns {
		 padding-right: 0;
		 padding-left: 0;
	}
	 .large-collapse .row {
		 margin-right: 0;
		 margin-left: 0;
	}
	 .expanded.row .large-collapse.row {
		 margin-right: 0;
		 margin-left: 0;
	}
	 .large-uncollapse > .column, .large-uncollapse > .columns {
		 padding-right: 0.9375rem;
		 padding-left: 0.9375rem;
	}
	 .large-centered {
		 margin-right: auto;
		 margin-left: auto;
	}
	 .large-centered, .large-centered:last-child:not(:first-child) {
		 float: none;
		 clear: both;
	}
	 .large-uncentered, .large-push-0, .large-pull-0 {
		 position: static;
		 float: left;
		 margin-right: 0;
		 margin-left: 0;
	}
}
 .column-block {
	 margin-bottom: 1.25rem;
}
 .column-block > :last-child {
	 margin-bottom: 0;
}
 @media print, screen and (min-width: 40em) {
	 .column-block {
		 margin-bottom: 1.875rem;
	}
	 .column-block > :last-child {
		 margin-bottom: 0;
	}
}
 div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	 margin: 0;
	 padding: 0;
}
 p {
	 margin-bottom: 1rem;
	 font-size: inherit;
	 line-height: 1.6;
	 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, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	 font-family: "Noto Sans", sans-serif;
	 font-style: normal;
	 font-weight: normal;
	 color: inherit;
	 text-rendering: optimizeLegibility;
}
 h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
	 line-height: 0;
	 color: #B1B3B3;
}
 h1, .h1 {
	 font-size: 1.5rem;
	 line-height: 1.4;
	 margin-top: 0;
	 margin-bottom: 0.5rem;
}
 h2, .h2 {
	 font-size: 1.25rem;
	 line-height: 1.4;
	 margin-top: 0;
	 margin-bottom: 0.5rem;
}
 h3, .h3 {
	 font-size: 1.1875rem;
	 line-height: 1.4;
	 margin-top: 0;
	 margin-bottom: 0.5rem;
}
 h4, .h4 {
	 font-size: 1.125rem;
	 line-height: 1.4;
	 margin-top: 0;
	 margin-bottom: 0.5rem;
}
 h5, .h5 {
	 font-size: 1.0625rem;
	 line-height: 1.4;
	 margin-top: 0;
	 margin-bottom: 0.5rem;
}
 h6, .h6 {
	 font-size: 1rem;
	 line-height: 1.4;
	 margin-top: 0;
	 margin-bottom: 0.5rem;
}
 @media print, screen and (min-width: 40em) {
	 h1, .h1 {
		 font-size: 3rem;
	}
	 h2, .h2 {
		 font-size: 2.5rem;
	}
	 h3, .h3 {
		 font-size: 1.9375rem;
	}
	 h4, .h4 {
		 font-size: 1.5625rem;
	}
	 h5, .h5 {
		 font-size: 1.25rem;
	}
	 h6, .h6 {
		 font-size: 1rem;
	}
}
 a {
	 line-height: inherit;
	 color: #012169;
	 text-decoration: underline;
	 cursor: pointer;
}
 a:hover, a:focus {
	 color: #011c5a;
}
 a img {
	 border: 0;
}
 hr {
	 clear: both;
	 max-width: 75rem;
	 height: 0;
	 margin: 1.25rem auto;
	 border-top: 0;
	 border-right: 0;
	 border-bottom: 1px solid #B1B3B3;
	 border-left: 0;
}
 ul, ol, dl {
	 margin-bottom: 1rem;
	 list-style-position: outside;
	 line-height: 1.6;
}
 li {
	 font-size: inherit;
}
 ul {
	 margin-left: 1.25rem;
	 list-style-type: disc;
}
 ol {
	 margin-left: 1.25rem;
}
 ul ul, ul ol, ol ul, 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 1rem;
	 padding: 0.5625rem 1.25rem 0 1.1875rem;
	 border-left: 1px solid #000;
}
 blockquote, blockquote p {
	 line-height: 1.6;
	 color: inherit;
}
 cite {
	 display: block;
	 font-size: 0.8125rem;
	 color: inherit;
}
 cite:before {
	 content: "— ";
}
 abbr, abbr[title] {
	 border-bottom: 1px dotted #000;
	 cursor: help;
	 text-decoration: none;
}
 figure {
	 margin: 0;
}
 code {
	 padding: 0.125rem 0.3125rem 0.0625rem;
	 border: 1px solid #B1B3B3;
	 background-color: #D9D9D6;
	 font-family: Consolas, "Liberation Mono", Courier, monospace;
	 font-weight: normal;
	 color: #000;
}
 kbd {
	 margin: 0;
	 padding: 0.125rem 0.25rem 0;
	 background-color: #D9D9D6;
	 font-family: Consolas, "Liberation Mono", Courier, monospace;
	 color: #000;
}
 .subheader {
	 margin-top: 0.2rem;
	 margin-bottom: 0.5rem;
	 font-weight: normal;
	 line-height: 1.4;
	 color: #7d8181;
}
 .lead {
	 font-size: 125%;
	 line-height: 1.6;
}
 .stat {
	 font-size: 2.5rem;
	 line-height: 1;
}
 p + .stat {
	 margin-top: -1rem;
}
 ul.no-bullet, ol.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 print, screen and (min-width: 40em) {
	 .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 print, screen and (min-width: 64em) {
	 .large-text-left {
		 text-align: left;
	}
	 .large-text-right {
		 text-align: right;
	}
	 .large-text-center {
		 text-align: center;
	}
	 .large-text-justify {
		 text-align: justify;
	}
}
 .show-for-print {
	 display: none !important;
}
 @media print {
	 * {
		 background: transparent !important;
		 -webkit-box-shadow: none !important;
		 box-shadow: none !important;
		 color: black !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 #7d8181;
		 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 {
		 orphans: 3;
		 widows: 3;
	}
	 h2, h3 {
		 page-break-after: avoid;
	}
	 .print-break-inside {
		 page-break-inside: auto;
	}
}
 [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;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 width: 100%;
	 height: 2.4375rem;
	 margin: 0 0 1rem;
	 padding: 0.5rem;
	 border: 1px solid #B1B3B3;
	 border-radius: 0;
	 background-color: #fff;
	 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	 font-family: inherit;
	 font-size: 1rem;
	 font-weight: normal;
	 line-height: 1.5;
	 color: #000;
	 -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	 transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	 transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	 transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
 [type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus {
	 outline: none;
	 border: 1px solid #7d8181;
	 background-color: #fff;
	 -webkit-box-shadow: 0 0 5px #B1B3B3;
	 box-shadow: 0 0 5px #B1B3B3;
	 -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	 transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	 transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	 transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
 textarea {
	 max-width: 100%;
}
 textarea[rows] {
	 height: auto;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	 color: #B1B3B3;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
	 color: #B1B3B3;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	 color: #B1B3B3;
}
 input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	 color: #B1B3B3;
}
 input::placeholder, textarea::placeholder {
	 color: #B1B3B3;
}
 input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	 background-color: #D9D9D6;
	 cursor: not-allowed;
}
 [type=submit], [type=button] {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 border-radius: 0;
}
 input[type=search] {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 [type=file], [type=checkbox], [type=radio] {
	 margin: 0 0 1rem;
}
 [type=checkbox] + label, [type=radio] + label {
	 display: inline-block;
	 vertical-align: baseline;
	 margin-left: 0.5rem;
	 margin-right: 1rem;
	 margin-bottom: 0;
}
 [type=checkbox] + label[for], [type=radio] + label[for] {
	 cursor: pointer;
}
 label > [type=checkbox], label > [type=radio] {
	 margin-right: 0.5rem;
}
 [type=file] {
	 width: 100%;
}
 label {
	 display: block;
	 margin: 0;
	 font-size: 0.875rem;
	 font-weight: normal;
	 line-height: 1.8;
	 color: inherit;
}
 label.middle {
	 margin: 0 0 1rem;
	 padding: 0.5625rem 0;
}
 .help-text {
	 margin-top: -0.5rem;
	 font-size: 0.8125rem;
	 font-style: italic;
	 color: #000;
}
 .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-button a, .input-group-button input, .input-group-button button, .input-group-button label, .input-group-button, .input-group-field, .input-group-label {
	 margin: 0;
	 white-space: nowrap;
	 display: table-cell;
	 vertical-align: middle;
}
 .input-group-label {
	 padding: 0 1rem;
	 border: 1px solid #B1B3B3;
	 background: #D9D9D6;
	 color: #000;
	 text-align: center;
	 white-space: nowrap;
	 width: 1%;
	 height: 100%;
}
 .input-group-label:first-child {
	 border-right: 0;
}
 .input-group-label:last-child {
	 border-left: 0;
}
 .input-group-field {
	 border-radius: 0;
	 height: 2.5rem;
}
 .input-group-button {
	 padding-top: 0;
	 padding-bottom: 0;
	 text-align: center;
	 width: 1%;
	 height: 100%;
}
 .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	 height: 2.5rem;
	 padding-top: 0;
	 padding-bottom: 0;
	 font-size: 1rem;
}
 .input-group .input-group-button {
	 display: table-cell;
}
 fieldset {
	 margin: 0;
	 padding: 0;
	 border: 0;
}
 legend {
	 max-width: 100%;
	 margin-bottom: 0.5rem;
}
 .fieldset {
	 margin: 1.125rem 0;
	 padding: 1.25rem;
	 border: 1px solid #B1B3B3;
}
 .fieldset legend {
	 margin: 0;
	 margin-left: -0.1875rem;
	 padding: 0 0.1875rem;
}
 select {
	 height: 2.4375rem;
	 margin: 0 0 1rem;
	 padding: 0.5rem;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 border: 1px solid #B1B3B3;
	 border-radius: 0;
	 background-color: #fff;
	 font-family: inherit;
	 font-size: 1rem;
	 font-weight: normal;
	 line-height: 1.5;
	 color: #000;
	 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%28125, 129, 129%29'></polygon></svg>");
	 
	 background-origin: content-box;
	 background-position: right -1rem center;
	 background-repeat: no-repeat;
	 background-size: 9px 6px;
	 padding-right: 1.5rem;
	 -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	 transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	 transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	 transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
 @media screen and (min-width: 0\0 ) {
	 select {
		 background-image: url("data:image/png;-base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}
 select:focus {
	 outline: none;
	 border: 1px solid #7d8181;
	 background-color: #fff;
	 -webkit-box-shadow: 0 0 5px #B1B3B3;
	 box-shadow: 0 0 5px #B1B3B3;
	 -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	 transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	 transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	 transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
 select:disabled {
	 background-color: #D9D9D6;
	 cursor: not-allowed;
}
 select::-ms-expand {
	 display: none;
}
 select[multiple] {
	 height: auto;
	 background-image: none;
}
 .is-invalid-input:not(:focus) {
	 border-color: #B58500;
	 background-color: #f8f3e6;
}
 .is-invalid-input:not(:focus)::-webkit-input-placeholder {
	 color: #B58500;
}
 .is-invalid-input:not(:focus)::-moz-placeholder {
	 color: #B58500;
}
 .is-invalid-input:not(:focus):-ms-input-placeholder {
	 color: #B58500;
}
 .is-invalid-input:not(:focus)::-ms-input-placeholder {
	 color: #B58500;
}
 .is-invalid-input:not(:focus)::placeholder {
	 color: #B58500;
}
 .is-invalid-label {
	 color: #B58500;
}
 .form-error {
	 display: none;
	 margin-top: -0.5rem;
	 margin-bottom: 1rem;
	 font-size: 0.75rem;
	 font-weight: bold;
	 color: #B58500;
}
 .form-error.is-visible {
	 display: block;
}
 .close-button {
	 position: absolute;
	 color: #7d8181;
	 cursor: pointer;
}
 [data-whatinput=mouse] .close-button {
	 outline: 0;
}
 .close-button:hover, .close-button:focus {
	 color: #000;
}
 .close-button.small {
	 right: 0.66rem;
	 top: 0.33em;
	 font-size: 1.5em;
	 line-height: 1;
}
 .close-button, .close-button.medium {
	 right: 1rem;
	 top: 0.5rem;
	 font-size: 2em;
	 line-height: 1;
}
 .dropdown-pane {
	 position: absolute;
	 z-index: 10;
	 width: 300px;
	 padding: 1rem;
	 visibility: hidden;
	 display: none;
	 border: 1px solid #B1B3B3;
	 border-radius: 0;
	 background-color: #fff;
	 font-size: 1rem;
}
 .dropdown-pane.is-opening {
	 display: block;
}
 .dropdown-pane.is-open {
	 visibility: visible;
	 display: block;
}
 .dropdown-pane.tiny {
	 width: 100px;
}
 .dropdown-pane.small {
	 width: 200px;
}
 .dropdown-pane.large {
	 width: 400px;
}
 .dropdown.menu > li.opens-left > .is-dropdown-submenu {
	 top: 100%;
	 right: 0;
	 left: auto;
}
 .dropdown.menu > li.opens-right > .is-dropdown-submenu {
	 top: 100%;
	 right: auto;
	 left: 0;
}
 .dropdown.menu > li.is-dropdown-submenu-parent > a {
	 position: relative;
	 padding-right: 1.5rem;
}
 .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	 display: block;
	 width: 0;
	 height: 0;
	 border: inset 6px;
	 content: "";
	 border-bottom-width: 0;
	 border-top-style: solid;
	 border-color: #012169 transparent transparent;
	 right: 5px;
	 left: auto;
	 margin-top: -3px;
}
 .dropdown.menu a {
	 padding: 0.7rem 1rem;
}
 [data-whatinput=mouse] .dropdown.menu a {
	 outline: 0;
}
 .dropdown.menu .is-active > a {
	 background: transparent;
	 color: #012169;
}
 .no-js .dropdown.menu ul {
	 display: none;
}
 .dropdown.menu .nested.is-dropdown-submenu {
	 margin-right: 0;
	 margin-left: 0;
}
 .dropdown.menu.vertical > li .is-dropdown-submenu {
	 top: 0;
}
 .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
	 right: 100%;
	 left: auto;
	 top: 0;
}
 .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
	 right: auto;
	 left: 100%;
}
 .dropdown.menu.vertical > li > a::after {
	 right: 14px;
}
 .dropdown.menu.vertical > li.opens-left > a::after {
	 right: auto;
	 left: 5px;
	 display: block;
	 width: 0;
	 height: 0;
	 border: inset 6px;
	 content: "";
	 border-left-width: 0;
	 border-right-style: solid;
	 border-color: transparent #012169 transparent transparent;
}
 .dropdown.menu.vertical > li.opens-right > a::after {
	 display: block;
	 width: 0;
	 height: 0;
	 border: inset 6px;
	 content: "";
	 border-right-width: 0;
	 border-left-style: solid;
	 border-color: transparent transparent transparent #012169;
}
 @media print, screen and (min-width: 40em) {
	 .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		 top: 100%;
		 right: 0;
		 left: auto;
	}
	 .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		 top: 100%;
		 right: auto;
		 left: 0;
	}
	 .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
		 position: relative;
		 padding-right: 1.5rem;
	}
	 .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
		 display: block;
		 width: 0;
		 height: 0;
		 border: inset 6px;
		 content: "";
		 border-bottom-width: 0;
		 border-top-style: solid;
		 border-color: #012169 transparent transparent;
		 right: 5px;
		 left: auto;
		 margin-top: -3px;
	}
	 .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
		 top: 0;
	}
	 .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
		 right: 100%;
		 left: auto;
		 top: 0;
	}
	 .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
		 right: auto;
		 left: 100%;
	}
	 .dropdown.menu.medium-vertical > li > a::after {
		 right: 14px;
	}
	 .dropdown.menu.medium-vertical > li.opens-left > a::after {
		 right: auto;
		 left: 5px;
		 display: block;
		 width: 0;
		 height: 0;
		 border: inset 6px;
		 content: "";
		 border-left-width: 0;
		 border-right-style: solid;
		 border-color: transparent #012169 transparent transparent;
	}
	 .dropdown.menu.medium-vertical > li.opens-right > a::after {
		 display: block;
		 width: 0;
		 height: 0;
		 border: inset 6px;
		 content: "";
		 border-right-width: 0;
		 border-left-style: solid;
		 border-color: transparent transparent transparent #012169;
	}
}
 @media print, screen and (min-width: 64em) {
	 .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
		 top: 100%;
		 right: 0;
		 left: auto;
	}
	 .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
		 top: 100%;
		 right: auto;
		 left: 0;
	}
	 .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
		 position: relative;
		 padding-right: 1.5rem;
	}
	 .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
		 display: block;
		 width: 0;
		 height: 0;
		 border: inset 6px;
		 content: "";
		 border-bottom-width: 0;
		 border-top-style: solid;
		 border-color: #012169 transparent transparent;
		 right: 5px;
		 left: auto;
		 margin-top: -3px;
	}
	 .dropdown.menu.large-vertical > li .is-dropdown-submenu {
		 top: 0;
	}
	 .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
		 right: 100%;
		 left: auto;
		 top: 0;
	}
	 .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
		 right: auto;
		 left: 100%;
	}
	 .dropdown.menu.large-vertical > li > a::after {
		 right: 14px;
	}
	 .dropdown.menu.large-vertical > li.opens-left > a::after {
		 right: auto;
		 left: 5px;
		 display: block;
		 width: 0;
		 height: 0;
		 border: inset 6px;
		 content: "";
		 border-left-width: 0;
		 border-right-style: solid;
		 border-color: transparent #012169 transparent transparent;
	}
	 .dropdown.menu.large-vertical > li.opens-right > a::after {
		 display: block;
		 width: 0;
		 height: 0;
		 border: inset 6px;
		 content: "";
		 border-right-width: 0;
		 border-left-style: solid;
		 border-color: transparent transparent transparent #012169;
	}
}
 .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	 top: 100%;
	 right: 0;
	 left: auto;
}
 .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;
	 left: auto;
	 margin-top: -6px;
}
 .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
	 top: 100%;
	 left: auto;
}
 .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
	 right: 100%;
	 left: auto;
}
 .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
	 right: auto;
	 left: 100%;
}
 .is-dropdown-submenu {
	 position: absolute;
	 top: 0;
	 left: 100%;
	 z-index: 1;
	 display: none;
	 min-width: 200px;
	 border: 1px solid #B1B3B3;
	 background: #fff;
}
 .dropdown .is-dropdown-submenu a {
	 padding: 0.7rem 1rem;
}
 .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
	 right: 14px;
}
 .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
	 right: auto;
	 left: 5px;
	 display: block;
	 width: 0;
	 height: 0;
	 border: inset 6px;
	 content: "";
	 border-left-width: 0;
	 border-right-style: solid;
	 border-color: transparent #012169 transparent transparent;
}
 .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	 display: block;
	 width: 0;
	 height: 0;
	 border: inset 6px;
	 content: "";
	 border-right-width: 0;
	 border-left-style: solid;
	 border-color: transparent transparent transparent #012169;
}
 .is-dropdown-submenu .is-dropdown-submenu {
	 margin-top: -1px;
}
 .is-dropdown-submenu > li {
	 width: 100%;
}
 .is-dropdown-submenu.js-dropdown-active {
	 display: block;
}
 .responsive-embed, .flex-video {
	 position: relative;
	 height: 0;
	 margin-bottom: 1rem;
	 padding-bottom: 75%;
	 overflow: hidden;
}
 .responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .responsive-embed.widescreen, .flex-video.widescreen {
	 padding-bottom: 56.25%;
}
 .media-object {
	 display: block;
	 margin-bottom: 1rem;
}
 .media-object img {
	 max-width: none;
}
 @media screen and (max-width: 39.9375em) {
	 .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;
}
 body.is-reveal-open {
	 overflow: hidden;
}
 html.is-reveal-open, html.is-reveal-open body {
	 min-height: 100%;
	 overflow: hidden;
	 position: fixed;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .reveal-overlay {
	 position: fixed;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 1005;
	 display: none;
	 background-color: rgba(0, 0, 0, 0.45);
	 overflow-y: scroll;
}
 .reveal {
	 z-index: 1006;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
	 display: none;
	 padding: 1rem;
	 border: 1px solid #B1B3B3;
	 border-radius: 0;
	 background-color: #fff;
	 position: relative;
	 top: 100px;
	 margin-right: auto;
	 margin-left: auto;
	 overflow-y: auto;
}
 [data-whatinput=mouse] .reveal {
	 outline: 0;
}
 @media print, screen and (min-width: 40em) {
	 .reveal {
		 min-height: 0;
	}
}
 .reveal .column, .reveal .columns {
	 min-width: 0;
}
 .reveal > :last-child {
	 margin-bottom: 0;
}
 @media print, screen and (min-width: 40em) {
	 .reveal {
		 width: 600px;
		 max-width: 75rem;
	}
}
 .reveal.collapse {
	 padding: 0;
}
 @media print, screen and (min-width: 40em) {
	 .reveal.tiny {
		 width: 30%;
		 max-width: 75rem;
	}
}
 @media print, screen and (min-width: 40em) {
	 .reveal.small {
		 width: 50%;
		 max-width: 75rem;
	}
}
 @media print, screen and (min-width: 40em) {
	 .reveal.large {
		 width: 90%;
		 max-width: 75rem;
	}
}
 .reveal.full {
	 top: 0;
	 left: 0;
	 width: 100%;
	 max-width: none;
	 height: 100%;
	 height: 100vh;
	 min-height: 100vh;
	 margin-left: 0;
	 border: 0;
	 border-radius: 0;
}
 @media screen and (max-width: 39.9375em) {
	 .reveal {
		 top: 0;
		 left: 0;
		 width: 100%;
		 max-width: none;
		 height: 100%;
		 height: 100vh;
		 min-height: 100vh;
		 margin-left: 0;
		 border: 0;
		 border-radius: 0;
	}
}
 .reveal.without-overlay {
	 position: fixed;
}
 .switch {
	 height: 2rem;
	 position: relative;
	 margin-bottom: 1rem;
	 outline: 0;
	 font-size: 0.875rem;
	 font-weight: bold;
	 color: #fff;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .switch-input {
	 position: absolute;
	 margin-bottom: 0;
	 opacity: 0;
}
 .switch-paddle {
	 position: relative;
	 display: block;
	 width: 4rem;
	 height: 2rem;
	 border-radius: 0;
	 background: #B1B3B3;
	 -webkit-transition: all 0.25s ease-out;
	 transition: all 0.25s ease-out;
	 font-weight: inherit;
	 color: inherit;
	 cursor: pointer;
}
 input + .switch-paddle {
	 margin: 0;
}
 .switch-paddle::after {
	 position: absolute;
	 top: 0.25rem;
	 left: 0.25rem;
	 display: block;
	 width: 1.5rem;
	 height: 1.5rem;
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 border-radius: 0;
	 background: #fff;
	 -webkit-transition: all 0.25s ease-out;
	 transition: all 0.25s ease-out;
	 content: "";
}
 input:checked ~ .switch-paddle {
	 background: #012169;
}
 input:checked ~ .switch-paddle::after {
	 left: 2.25rem;
}
 [data-whatinput=mouse] input:focus ~ .switch-paddle {
	 outline: 0;
}
 .switch-inactive, .switch-active {
	 position: absolute;
	 top: 50%;
	 -webkit-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 {
	 height: 1.5rem;
}
 .switch.tiny .switch-paddle {
	 width: 3rem;
	 height: 1.5rem;
	 font-size: 0.625rem;
}
 .switch.tiny .switch-paddle::after {
	 top: 0.25rem;
	 left: 0.25rem;
	 width: 1rem;
	 height: 1rem;
}
 .switch.tiny input:checked ~ .switch-paddle::after {
	 left: 1.75rem;
}
 .switch.small {
	 height: 1.75rem;
}
 .switch.small .switch-paddle {
	 width: 3.5rem;
	 height: 1.75rem;
	 font-size: 0.75rem;
}
 .switch.small .switch-paddle::after {
	 top: 0.25rem;
	 left: 0.25rem;
	 width: 1.25rem;
	 height: 1.25rem;
}
 .switch.small input:checked ~ .switch-paddle::after {
	 left: 2rem;
}
 .switch.large {
	 height: 2.5rem;
}
 .switch.large .switch-paddle {
	 width: 5rem;
	 height: 2.5rem;
	 font-size: 1rem;
}
 .switch.large .switch-paddle::after {
	 top: 0.25rem;
	 left: 0.25rem;
	 width: 2rem;
	 height: 2rem;
}
 .switch.large input:checked ~ .switch-paddle::after {
	 left: 2.75rem;
}
 .tabs {
	 margin: 0;
	 border: 1px solid #D9D9D6;
	 background: #0033A0;
	 list-style-type: none;
}
 .tabs::before, .tabs::after {
	 display: table;
	 content: " ";
}
 .tabs::after {
	 clear: both;
}
 .tabs.vertical > li {
	 display: block;
	 float: none;
	 width: auto;
}
 .tabs.simple > li > a {
	 padding: 0;
}
 .tabs.simple > li > a:hover {
	 background: transparent;
}
 .tabs.primary {
	 background: #012169;
}
 .tabs.primary > li > a {
	 color: #fff;
}
 .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
	 background: #01277d;
}
 .tabs-title {
	 float: left;
}
 .tabs-title > a {
	 display: block;
	 padding: 1.25rem 1.5rem;
	 font-size: 1rem;
	 line-height: 1;
	 color: #012169;
}
 .tabs-title > a:hover {
	 background: #007DBA;
	 color: #011c5a;
}
 .tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
	 background: #007DBA;
	 color: #012169;
}
 .tabs-content {
	 border: 1px solid #D9D9D6;
	 border-top: 0;
	 background: #fff;
	 color: #000;
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
 .tabs-content.vertical {
	 border: 1px solid #D9D9D6;
	 border-left: 0;
}
 .tabs-panel {
	 display: none;
	 padding: 1rem;
}
 .tabs-panel.is-active {
	 display: block;
}
 .hide {
	 display: none !important;
}
 .invisible {
	 visibility: hidden;
}
 @media screen and (max-width: 39.9375em) {
	 .hide-for-small-only {
		 display: none !important;
	}
}
 @media screen and (max-width: 0em), screen and (min-width: 40em) {
	 .show-for-small-only {
		 display: none !important;
	}
}
 @media print, screen and (min-width: 40em) {
	 .hide-for-medium {
		 display: none !important;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .show-for-medium {
		 display: none !important;
	}
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .hide-for-medium-only {
		 display: none !important;
	}
}
 @media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
	 .show-for-medium-only {
		 display: none !important;
	}
}
 @media print, screen and (min-width: 64em) {
	 .hide-for-large {
		 display: none !important;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .show-for-large {
		 display: none !important;
	}
}
 @media screen and (min-width: 64em) and (max-width: 74.9375em) {
	 .hide-for-large-only {
		 display: none !important;
	}
}
 @media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	 .show-for-large-only {
		 display: none !important;
	}
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

 .show-for-sr, .show-on-focus {
	 position: absolute !important;
	 width: 1px;
	 height: 1px;
	 padding: 0;
	 overflow: hidden;
	 clip: rect(0, 0, 0, 0);
	 white-space: nowrap;
	 -webkit-clip-path: inset(50%);
	 clip-path: inset(50%);
	 border: 0;
}
 .show-on-focus:active, .show-on-focus:focus {
	 position: static !important;
	 width: auto;
	 height: auto;
	 overflow: visible;
	 clip: auto;
	 white-space: normal;
	 -webkit-clip-path: none;
	 clip-path: none;
}
 .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-right: auto;
	 margin-left: auto;
}
 .clearfix::before, .clearfix::after {
	 display: table;
	 content: " ";
}
 .clearfix::after {
	 clear: both;
}
 .bg-primary {
	 background-color: #012169;
}
 .bg-primary::before {
	 content: "#012169";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-secondary {
	 background-color: #0033A0;
}
 .bg-secondary::before {
	 content: "#0033A0";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-tertiary {
	 background-color: #007DBA;
}
 .bg-tertiary::before {
	 content: "#007DBA";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-quaternary {
	 background-color: #F2A900;
}
 .bg-quaternary::before {
	 content: "#F2A900";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-quinary {
	 background-color: #B58500;
}
 .bg-quinary::before {
	 content: "#B58500";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-senary {
	 background-color: #8D702A;
}
 .bg-senary::before {
	 content: "#8D702A";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-septenary {
	 background-color: #00AEEF;
}
 .bg-septenary::before {
	 content: "#00AEEF";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-octonary {
	 background-color: #41B6E6;
}
 .bg-octonary::before {
	 content: "#41B6E6";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-nonary {
	 background-color: #000;
}
 .bg-nonary::before {
	 content: "#000";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-denary {
	 background-color: #000;
}
 .bg-denary::before {
	 content: "#000";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-accent-primary {
	 background-color: #9EE1E7;
}
 .bg-accent-primary::before {
	 content: "#9EE1E7";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-accent-secondary {
	 background-color: #55A0A6;
}
 .bg-accent-secondary::before {
	 content: "#55A0A6";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-accent-tertiary {
	 background-color: #487F84;
}
 .bg-accent-tertiary::before {
	 content: "#487F84";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-accent-quaternary {
	 background-color: #99E69D;
}
 .bg-accent-quaternary::before {
	 content: "#99E69D";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-accent-quinary {
	 background-color: #348338;
}
 .bg-accent-quinary::before {
	 content: "#348338";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-accent-senary {
	 background-color: #006C5B;
}
 .bg-accent-senary::before {
	 content: "#006C5B";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-accent-septenary {
	 background-color: #006C5B;
}
 .bg-accent-septenary::before {
	 content: "#006C5B";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-accent-octonary {
	 background-color: #C35413;
}
 .bg-accent-octonary::before {
	 content: "#C35413";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-accent-nonary {
	 background-color: #D3710C;
}
 .bg-accent-nonary::before {
	 content: "#D3710C";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-accent-denary {
	 background-color: #DA291C;
}
 .bg-accent-denary::before {
	 content: "#DA291C";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-accent-eleven {
	 background-color: #C6007E;
}
 .bg-accent-eleven::before {
	 content: "#C6007E";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-accent-twelve {
	 background-color: #6558B1;
}
 .bg-accent-twelve::before {
	 content: "#6558B1";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-accent-thirteen {
	 background-color: #6D2077;
}
 .bg-accent-thirteen::before {
	 content: "#6D2077";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-shade-lightest {
	 background-color: #F3F3F2;
}
 .bg-shade-lightest::before {
	 content: "#F3F3F2";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-shade-lighter {
	 background-color: #D9D9D6;
}
 .bg-shade-lighter::before {
	 content: "#D9D9D6";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-shade-light {
	 background-color: #D0D0CE;
}
 .bg-shade-light::before {
	 content: "#D0D0CE";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-shade {
	 background-color: #B1B3B3;
}
 .bg-shade::before {
	 content: "#B1B3B3";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-shade-dark {
	 background-color: #979a9a;
}
 .bg-shade-dark::before {
	 content: "#979a9a";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-shade-darker {
	 background-color: #7d8181;
}
 .bg-shade-darker::before {
	 content: "#7d8181";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-shade-darkest {
	 background-color: #101820;
}
 .bg-shade-darkest::before {
	 content: "#101820";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-rainbow1 {
	 background-color: #C6007E;
}
 .bg-rainbow1::before {
	 content: "#C6007E";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-rainbow2 {
	 background-color: #DA291C;
}
 .bg-rainbow2::before {
	 content: "#DA291C";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-rainbow3 {
	 background-color: #C35413;
}
 .bg-rainbow3::before {
	 content: "#C35413";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-rainbow4 {
	 background-color: #D3710C;
}
 .bg-rainbow4::before {
	 content: "#D3710C";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-rainbow5 {
	 background-color: #F2A900;
}
 .bg-rainbow5::before {
	 content: "#F2A900";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-rainbow6 {
	 background-color: #99E69D;
}
 .bg-rainbow6::before {
	 content: "#99E69D";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-rainbow7 {
	 background-color: #348338;
}
 .bg-rainbow7::before {
	 content: "#348338";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-rainbow8 {
	 background-color: #006C5B;
}
 .bg-rainbow8::before {
	 content: "#006C5B";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-rainbow9 {
	 background-color: #487F84;
}
 .bg-rainbow9::before {
	 content: "#487F84";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-rainbow10 {
	 background-color: #55A0A6;
}
 .bg-rainbow10::before {
	 content: "#55A0A6";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-rainbow11 {
	 background-color: #9EE1E7;
}
 .bg-rainbow11::before {
	 content: "#9EE1E7";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-rainbow12 {
	 background-color: #41B6E6;
}
 .bg-rainbow12::before {
	 content: "#41B6E6";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-rainbow13 {
	 background-color: #00AEEF;
}
 .bg-rainbow13::before {
	 content: "#00AEEF";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000;
	 background-color: rgba(255, 255, 255, 0.5);
}
 .bg-rainbow14 {
	 background-color: #007DBA;
}
 .bg-rainbow14::before {
	 content: "#007DBA";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-rainbow15 {
	 background-color: #0033A0;
}
 .bg-rainbow15::before {
	 content: "#0033A0";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-rainbow16 {
	 background-color: #012169;
}
 .bg-rainbow16::before {
	 content: "#012169";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-rainbow17 {
	 background-color: #6558B1;
}
 .bg-rainbow17::before {
	 content: "#6558B1";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .bg-rainbow18 {
	 background-color: #6D2077;
}
 .bg-rainbow18::before {
	 content: "#6D2077";
	 display: inline-block;
	 padding: 0.5em;
	 border-radius: 0 0 4px 0;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .ondark {
	 color: #fff;
}
 .ondark abbr {
	 color: #fff;
}
 .ondark a:link, .ondark a:visited {
	 color: #fff;
}
 .ondark a:hover, .ondark a:active, .ondark a:focus {
	 color: #000;
}
 .ondark a.link--fancy:before, .ondark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .ondark a.routing-group__link:before {
	 border-color: #fff;
	 background-image: url("../images/fancy-link-angle-white.svg");
}
 .ondark a.link--fancy:hover, .ondark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .ondark a.routing-group__link:hover, .ondark a.link--fancy:active, .ondark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .ondark a.routing-group__link:active, .ondark a.link--fancy:focus, .ondark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .ondark a.routing-group__link:focus {
	 color: #F2A900;
}
 .ondark a.link--fancy:hover:before, .ondark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .ondark a.routing-group__link:hover:before, .ondark a.link--fancy:active:before, .ondark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .ondark a.routing-group__link:active:before, .ondark a.link--fancy:focus:before, .ondark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .ondark a.routing-group__link:focus:before {
	 border-color: #F2A900;
}
 .ondark a.link--fancy.link--fancy-filled:before, .ondark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .ondark a.link--fancy-filled.routing-group__link:before {
	 border-color: transparent;
	 background-color: #007DBA;
}
 .ondark a.link--fancy.link--fancy-filled:hover:before, .ondark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .ondark a.link--fancy-filled.routing-group__link:hover:before, .ondark a.link--fancy.link--fancy-filled:active:before, .ondark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .ondark a.link--fancy-filled.routing-group__link:active:before, .ondark a.link--fancy.link--fancy-filled:focus:before, .ondark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .ondark a.link--fancy-filled.routing-group__link:focus:before {
	 background-color: #41B6E6;
}
 .ondark blockquote {
	 border-color: #fff;
}
 .ondark hr {
	 border-color: rgba(255, 255, 255, 0.2);
}
 .ondark table {
	 color: #101820;
}
 .ondark table caption {
	 color: #fff;
}
 .ondark button, .ondark .button, .ondark .pagination ul li a, .pagination ul li .ondark a {
	 background-color: #007DBA;
}
 .ondark button:after, .ondark .button:after, .ondark .pagination ul li a:after, .pagination ul li .ondark a:after {
	 background-color: #41B6E6;
}
 .ondark button:hover, .ondark button:active, .ondark .button:hover, .ondark .pagination ul li a:hover, .pagination ul li .ondark a:hover, .ondark .button:active, .ondark .pagination ul li a:active, .pagination ul li .ondark a:active {
	 color: #101820;
}
 .ondark input[type=button], .ondark input[type=submit] {
	 background-image: url("../images/button-backup-triangle-ondark.svg");
}
 .ondark input[type=button]:hover, .ondark input[type=button]:active, .ondark input[type=submit]:hover, .ondark input[type=submit]:active {
	 background-color: #41B6E6;
}
 .ondark .button[type=reset], .ondark .pagination ul li a[type=reset], .pagination ul li .ondark a[type=reset], .ondark input[type=reset] {
	 background-color: #7d8181;
}
 .ondark .button[type=reset]:hover, .ondark .pagination ul li a[type=reset]:hover, .pagination ul li .ondark a[type=reset]:hover, .ondark .button[type=reset]:active, .ondark .pagination ul li a[type=reset]:active, .pagination ul li .ondark a[type=reset]:active, .ondark .button[type=reset]:focus, .ondark .pagination ul li a[type=reset]:focus, .pagination ul li .ondark a[type=reset]:focus, .ondark input[type=reset]:hover, .ondark input[type=reset]:active, .ondark input[type=reset]:focus {
	 background-color: #4b4d4d;
	 color: #fff;
}
 .ondark .social-media a {
	 color: #41B6E6;
}
 .ondark .social-media a:hover, .ondark .social-media a:active, .ondark .social-media a:focus {
	 color: #fff;
}
 .ondark .breadcrumbs {
	 color: #F2A900;
}
 .ondark .search-form.search-form--minimal button, .ondark .filters .filters__wrapper .filters__item .search-form button, .filters .filters__wrapper .filters__item .ondark .search-form button {
	 background: transparent;
}
 .ondark .search-form.search-form--minimal button:hover, .ondark .filters .filters__wrapper .filters__item .search-form button:hover, .filters .filters__wrapper .filters__item .ondark .search-form button:hover, .ondark .search-form.search-form--minimal button:active, .ondark .filters .filters__wrapper .filters__item .search-form button:active, .filters .filters__wrapper .filters__item .ondark .search-form button:active, .ondark .search-form.search-form--minimal button:focus, .ondark .filters .filters__wrapper .filters__item .search-form button:focus, .filters .filters__wrapper .filters__item .ondark .search-form button:focus {
	 background: #F3F3F2;
}
 .ondark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
	 padding: 2.8125rem;
	 background: #fff;
	 color: #101820;
}
 @media screen and (max-width: 63.9375em) {
	 .ondark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
		 margin-bottom: 2.5rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .ondark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
		 padding: 1.25rem;
	}
}
 .ondark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body p {
	 margin-bottom: 0;
}
 .ondark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover, .ondark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active, .ondark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus {
	 color: #fff;
}
 .ondark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover:before, .ondark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active:before, .ondark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus:before {
	 border-color: #41B6E6;
}
 .ondark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:before {
	 background-image: url("../images/fancy-link-angle.svg");
}
 .onbright a.link--strokeless:hover, .onbright a.link--strokeless:active, .onbright a.link--strokeless:focus {
	 color: #000;
}
 .onbright a.link--fancy:before, .onbright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright a.routing-group__link:before {
	 border-color: #fff;
}
 .onbright a.link--fancy:hover, .onbright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright a.routing-group__link:hover, .onbright a.link--fancy:active, .onbright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright a.routing-group__link:active, .onbright a.link--fancy:focus, .onbright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright a.routing-group__link:focus {
	 color: #000;
}
 .onbright a.link--fancy:hover:before, .onbright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright a.routing-group__link:hover:before, .onbright a.link--fancy:active:before, .onbright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright a.routing-group__link:active:before, .onbright a.link--fancy:focus:before, .onbright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright a.routing-group__link:focus:before {
	 border-color: #007DBA;
}
 .onbright a.link--fancy.link--fancy-filled:before, .onbright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright a.link--fancy-filled.routing-group__link:before {
	 border-color: transparent;
}
 .onbright hr {
	 border-color: rgba(255, 255, 255, 0.5);
}
 .onbright hr.hr--dots {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-bottom-width: 18px;
}
 .onbright button, .onbright .button, .onbright .pagination ul li a, .pagination ul li .onbright a {
	 background-color: #C35413;
}
 .onbright button:after, .onbright .button:after, .onbright .pagination ul li a:after, .pagination ul li .onbright a:after {
	 background-color: #D3710C;
}
 .onbright button:hover, .onbright button:active, .onbright button:focus, .onbright .button:hover, .onbright .pagination ul li a:hover, .pagination ul li .onbright a:hover, .onbright .button:active, .onbright .pagination ul li a:active, .pagination ul li .onbright a:active, .onbright .button:focus, .onbright .pagination ul li a:focus, .pagination ul li .onbright a:focus {
	 color: #000;
}
 .onbright input[type=button], .onbright input[type=submit] {
	 background-image: url("../images/button-backup-triangle-onbright.svg");
}
 .onbright input[type=button]:hover, .onbright input[type=button]:active, .onbright input[type=submit]:hover, .onbright input[type=submit]:active {
	 background-color: #D3710C;
}
 .onbright .button[type=reset], .onbright .pagination ul li a[type=reset], .pagination ul li .onbright a[type=reset], .onbright input[type=reset] {
	 background-color: #7d8181;
}
 .onbright .button[type=reset]:hover, .onbright .pagination ul li a[type=reset]:hover, .pagination ul li .onbright a[type=reset]:hover, .onbright .button[type=reset]:active, .onbright .pagination ul li a[type=reset]:active, .pagination ul li .onbright a[type=reset]:active, .onbright .button[type=reset]:focus, .onbright .pagination ul li a[type=reset]:focus, .pagination ul li .onbright a[type=reset]:focus, .onbright input[type=reset]:hover, .onbright input[type=reset]:active, .onbright input[type=reset]:focus {
	 background-color: #4b4d4d;
}
 .onbright ul.dot-list li::after, .onbright ul.meta li::after {
	 background-color: #fff;
}
 .onbright table thead tr th {
	 background-color: #C35413;
}
 .onbright .social-media a {
	 color: #012169;
}
 .onbright .social-media a:hover, .onbright .social-media a:active, .onbright .social-media a:focus {
	 color: #0033A0;
}
 .onbright .breadcrumbs ul li::after {
	 background-color: #fff;
}
 .onbright .search-form.search-form--minimal button, .onbright .filters .filters__wrapper .filters__item .search-form button, .filters .filters__wrapper .filters__item .onbright .search-form button {
	 background: transparent;
}
 .onbright .search-form.search-form--minimal button:hover, .onbright .filters .filters__wrapper .filters__item .search-form button:hover, .filters .filters__wrapper .filters__item .onbright .search-form button:hover, .onbright .search-form.search-form--minimal button:active, .onbright .filters .filters__wrapper .filters__item .search-form button:active, .filters .filters__wrapper .filters__item .onbright .search-form button:active, .onbright .search-form.search-form--minimal button:focus, .onbright .filters .filters__wrapper .filters__item .search-form button:focus, .filters .filters__wrapper .filters__item .onbright .search-form button:focus {
	 background: #F3F3F2;
}
 .onbright .list-header, .onbright .people-collection.people-collection--list .people-collection__headline .headline-group, .people-collection.people-collection--list .people-collection__headline .onbright .headline-group {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-bottom-width: 18px;
}
 .onbright .fact-collection .fact-collection__facts .fact:after, .onbright.fact-collection .fact-collection__facts .fact:after {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-right-width: 18px;
}
 @media screen and (max-width: 40em) {
	 .onbright .fact-collection .fact-collection__facts .fact:after, .onbright .fact-collection .fact-collection__facts .fact:nth-child(even)::after, .onbright.fact-collection .fact-collection__facts .fact:after, .onbright.fact-collection .fact-collection__facts .fact:nth-child(even)::after {
		 border-width: 0;
		 border-style: solid;
		 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-bottom-width: 18px;
	}
}
 .onbright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover, .onbright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active, .onbright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus {
	 color: #fff;
}
 .onbright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover:before, .onbright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active:before, .onbright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus:before {
	 border-color: #41B6E6;
}
 .onbright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:before {
	 background-image: url("../images/fancy-link-angle.svg");
}
 .onbright-alt a {
	 background-image: linear-gradient(120deg, #012169 0%, #012169 100%);
}
 .onbright-alt a:hover, .onbright-alt a:active, .onbright-alt a:focus {
	 color: #fff;
}
 .onbright-alt a.link--fancy, .onbright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright-alt a.routing-group__link {
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
}
 .onbright-alt a.link--fancy:hover, .onbright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright-alt a.routing-group__link:hover {
	 color: #007DBA;
}
 .onbright-alt a.link--fancy:before, .onbright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright-alt a.routing-group__link:before {
	 border-color: #fff;
}
 .onbright-alt a.link--fancy:hover, .onbright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright-alt a.routing-group__link:hover, .onbright-alt a.link--fancy:active, .onbright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright-alt a.routing-group__link:active, .onbright-alt a.link--fancy:focus, .onbright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright-alt a.routing-group__link:focus {
	 color: #101820;
}
 .onbright-alt a.link--fancy:hover:before, .onbright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright-alt a.routing-group__link:hover:before, .onbright-alt a.link--fancy:active:before, .onbright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright-alt a.routing-group__link:active:before, .onbright-alt a.link--fancy:focus:before, .onbright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright-alt a.routing-group__link:focus:before {
	 border-color: #F2A900;
}
 .onbright-alt a.link--fancy.link--fancy-filled:before, .onbright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .onbright-alt a.link--fancy-filled.routing-group__link:before {
	 border-color: transparent;
}
 .onbright-alt a.link--strokeless:hover, .onbright-alt a.link--strokeless:active, .onbright-alt a.link--strokeless:focus {
	 color: #101820;
}
 .onbright-alt ul.dot-list li::after, .onbright-alt ul.meta li::after {
	 background-color: #fff;
}
 .onbright-alt .fact-collection .fact-collection__facts .fact:after, .onbright-alt.fact-collection .fact-collection__facts .fact:after {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-right-width: 18px;
}
 @media screen and (max-width: 40em) {
	 .onbright-alt .fact-collection .fact-collection__facts .fact:after, .onbright-alt .fact-collection .fact-collection__facts .fact:nth-child(even)::after, .onbright-alt.fact-collection .fact-collection__facts .fact:after, .onbright-alt.fact-collection .fact-collection__facts .fact:nth-child(even)::after {
		 border-width: 0;
		 border-style: solid;
		 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-bottom-width: 18px;
	}
}
 .onbright-alt .link-collection.link-collection--fancy a {
	 background-image: none;
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.5rem;
	 line-height: 1.75rem;
	 display: -webkit-inline-box;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 padding-top: 0.4375rem;
	 text-decoration: underline;
}
 .onbright-alt .link-collection.link-collection--fancy a:before {
	 display: inline-block;
	 content: "";
	 width: 2.5rem;
	 height: 2.5rem;
	 border-radius: 50%;
	 border: transparent 2px solid;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
	 margin-right: 1.25rem;
	 margin-top: -0.4375rem;
	 -webkit-transition: border-color 0.2s ease-out;
	 transition: border-color 0.2s ease-out;
	 background: #0033A0 url("../images/fancy-link-angle-white.svg") no-repeat center center;
	 background-size: 7px 12px;
	 -webkit-transition: background-color 0.2s ease-out;
	 transition: background-color 0.2s ease-out;
}
 .onbright-alt .link-collection.link-collection--fancy a:hover, .onbright-alt .link-collection.link-collection--fancy a:active, .onbright-alt .link-collection.link-collection--fancy a:focus {
	 color: #007DBA;
}
 .onbright-alt .link-collection.link-collection--fancy a:hover:before, .onbright-alt .link-collection.link-collection--fancy a:active:before, .onbright-alt .link-collection.link-collection--fancy a:focus:before {
	 background-color: #007DBA;
	 border-color: #007DBA;
}
 .onbright-alt .link-collection.link-collection--fancy a:hover, .onbright-alt .link-collection.link-collection--fancy a:active, .onbright-alt .link-collection.link-collection--fancy a:focus {
	 color: #101820;
}
 .font-primary {
	 font-family: "Noto Sans", sans-serif;
}
 .font-secondary {
	 font-family: "Spectral", serif;
}
 .font-tertiary {
	 font-family: "Barlow Condensed", sans-serif;
}
 .font-quaternary {
	 font-family: "Noto Sans", sans-serif;
}
 .align-left {
	 text-align: left;
}
 .align-right {
	 text-align: right;
}
 .align-center {
	 text-align: center;
}
 .align-justify {
	 text-align: justify;
}
 .align-justified-and-ancient {
	 text-align: justify;
	 font-family: fantasy;
}
 cite {
	 font-size: 0.875rem;
	 line-height: 1.375rem;
	 font-style: normal;
}
 cite:before {
	 content: "- ";
}
 p {
	 font: normal normal 1.125rem "Noto Sans", sans-serif;
	 text-transform: none;
	 line-height: 1.75rem;
	 margin-bottom: 1.875rem;
}
 p a {
	 background-position: 0 98%;
}
 p a:hover {
	 background-size: 100% 98%;
}
 hr {
	 border-color: #D9D9D6;
	 border-bottom-width: 0.0625rem;
	 margin-top: 0;
	 margin-bottom: 2.5rem;
	 max-width: none;
}
 hr.hr--dots {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-bottom-width: 18px;
}
 a {
	 text-decoration: none;
	 color: #0033A0;
	 background-image: linear-gradient(120deg, #41B6E6 0%, #41B6E6 100%);
	 background-repeat: no-repeat;
	 background-size: 100% 2px;
	 -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
	 transition: background-size 0.25s ease-in, color 0.25s ease-in;
	 background-position: 0 98%;
}
 a:link, a:visited {
	 color: #0033A0;
}
 a:hover, a:active, a:focus {
	 color: #0033A0;
}
 a:focus {
	 outline-color: #F2A900;
}
 a:hover {
	 background-size: 100% 98%;
}
 a.link--tag, ul.meta.meta--news li a {
	 font-weight: bold;
}
 a.link--strokeless {
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
}
 a.link--strokeless:hover {
	 color: #007DBA;
}
 a.link--fancy, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link {
	 background-image: none;
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.5rem;
	 line-height: 1.75rem;
	 display: -webkit-inline-box;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 padding-top: 0.4375rem;
	 text-decoration: underline;
}
 a.link--fancy:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before {
	 display: inline-block;
	 content: "";
	 width: 2.5rem;
	 height: 2.5rem;
	 border-radius: 50%;
	 border: #D9D9D6 2px solid;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
	 margin-right: 1.25rem;
	 margin-top: -0.4375rem;
	 -webkit-transition: border-color 0.2s ease-out;
	 transition: border-color 0.2s ease-out;
	 background: transparent url("../images/fancy-link-angle.svg") no-repeat center center;
	 background-size: 7px 12px;
}
 a.link--fancy:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, a.link--fancy:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, a.link--fancy:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus {
	 color: #007DBA;
}
 a.link--fancy:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, a.link--fancy:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, a.link--fancy:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before {
	 background-color: transparent;
	 border-color: #007DBA;
}
 a.link--fancy-filled {
	 background-image: none;
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.5rem;
	 line-height: 1.75rem;
	 display: -webkit-inline-box;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 padding-top: 0.4375rem;
	 text-decoration: underline;
}
 a.link--fancy-filled:before {
	 display: inline-block;
	 content: "";
	 width: 2.5rem;
	 height: 2.5rem;
	 border-radius: 50%;
	 border: transparent 2px solid;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
	 margin-right: 1.25rem;
	 margin-top: -0.4375rem;
	 -webkit-transition: border-color 0.2s ease-out;
	 transition: border-color 0.2s ease-out;
	 background: #0033A0 url("../images/fancy-link-angle-white.svg") no-repeat center center;
	 background-size: 7px 12px;
	 -webkit-transition: background-color 0.2s ease-out;
	 transition: background-color 0.2s ease-out;
}
 a.link--fancy-filled:hover, a.link--fancy-filled:active, a.link--fancy-filled:focus {
	 color: #007DBA;
}
 a.link--fancy-filled:hover:before, a.link--fancy-filled:active:before, a.link--fancy-filled:focus:before {
	 background-color: #007DBA;
	 border-color: #007DBA;
}
 .button, .pagination ul li a, button {
	 font: normal bold 1rem "Noto Sans", sans-serif;
	 line-height: 1.625rem;
	 text-transform: none;
	 position: relative;
	 overflow: hidden;
	 border-radius: 0;
	 border-width: 0;
	 display: inline-block;
	 padding: 0.8125rem 1.6875rem;
	 background-color: #0033A0;
	 color: #fff;
	 cursor: pointer;
	 -webkit-transition: background 0.2s ease-out;
	 transition: background 0.2s ease-out;
}
 .button:after, .pagination ul li a:after, button:after {
	 position: absolute;
	 display: inline-block;
	 content: "";
	 z-index: 1;
	 background: #007DBA;
	 width: 100%;
	 top: 0;
	 left: -100%;
	 bottom: 0;
	 right: 0;
	 -webkit-transform: skewX(-45deg);
	 transform: skewX(-45deg);
	 height: 4.125rem;
	 -webkit-transition: left 0.2s ease-out, width 0.2s ease-out, background 0.2s ease-out, height 0.2s ease-out;
	 transition: left 0.2s ease-out, width 0.2s ease-out, background 0.2s ease-out, height 0.2s ease-out;
}
 .button:hover:after, .pagination ul li a:hover:after, button:hover:after {
	 left: -40%;
	 width: 200%;
	 height: 100%;
}
 .button > *, .pagination ul li a > *, button > * {
	 position: relative;
	 z-index: 2;
}
 .button.button--block, .pagination ul li a.button--block, button.button--block {
	 display: block;
	 text-align: center;
}
 .button.button--bright, .pagination ul li a.button--bright, button.button--bright {
	 background-color: #C35413;
}
 .button.button--bright:after, .pagination ul li a.button--bright:after, button.button--bright:after {
	 background-color: #D3710C;
}
 .button.button--bright:hover, .pagination ul li a.button--bright:hover, .button.button--bright:active, .pagination ul li a.button--bright:active, .button.button--bright:focus, .pagination ul li a.button--bright:focus, button.button--bright:hover, button.button--bright:active, button.button--bright:focus {
	 color: #000;
}
 input[type=button], input[type=submit] {
	 -webkit-transition: background-color 0.2s ease-out;
	 transition: background-color 0.2s ease-out;
	 background-image: url("../images/button-backup-triangle.svg");
	 background-position: 0 0;
	 background-repeat: no-repeat;
	 background-size: 30px 30px;
}
 input[type=button]:hover, input[type=button]:active, input[type=submit]:hover, input[type=submit]:active {
	 background-color: #007DBA;
}
 .button, .pagination ul li a {
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
}
 .button:hover, .pagination ul li a:hover {
	 color: #007DBA;
}
 .button:link, .pagination ul li a:link, .button:visited, .pagination ul li a:visited {
	 color: #fff;
	 text-decoration: none;
}
 .button:hover, .pagination ul li a:hover, .button:active, .pagination ul li a:active {
	 color: #fff;
	 text-decoration: none;
}
 button {
	 cursor: pointer;
}
 .button[type=reset], .pagination ul li a[type=reset], input[type=reset] {
	 -webkit-transition: background 0.2s ease-out;
	 transition: background 0.2s ease-out;
	 background-color: #7d8181;
	 background-image: url("../images/button-backup-triangle-reset.svg");
	 background-position: 0 0;
	 background-repeat: no-repeat;
	 background-size: 30px 30px;
}
 .button[type=reset]:hover, .pagination ul li a[type=reset]:hover, .button[type=reset]:active, .pagination ul li a[type=reset]:active, .button[type=reset]:focus, .pagination ul li a[type=reset]:focus, input[type=reset]:hover, input[type=reset]:active, input[type=reset]:focus {
	 background-color: #4b4d4d;
}
 .button.button--strip, .pagination ul li a.button--strip, button.button--strip {
	 display: inline;
	 padding: 0;
	 background: transparent;
	 font-weight: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 color: inherit;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
}
 .button.button--strip:after, .pagination ul li a.button--strip:after, button.button--strip:after {
	 display: none;
}
 .button.button--link-style, .pagination ul li a.button--link-style, button.button--link-style {
	 display: inline;
	 padding: 0;
	 background: transparent;
	 font-weight: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 color: inherit;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 color: #0033A0;
	 transition: color 0.2s ease-out;
}
 .button.button--link-style:after, .pagination ul li a.button--link-style:after, button.button--link-style:after {
	 display: none;
}
 .button.button--link-style:hover, .pagination ul li a.button--link-style:hover, .button.button--link-style:active, .pagination ul li a.button--link-style:active, .button.button--link-style:focus, .pagination ul li a.button--link-style:focus, button.button--link-style:hover, button.button--link-style:active, button.button--link-style:focus {
	 color: #007DBA;
}
 .button.button--no-triangle, .pagination ul li a.button--no-triangle, button.button--no-triangle {
	 -webkit-transition: background 0.2s ease-out;
	 transition: background 0.2s ease-out;
}
 .button.button--no-triangle:after, .pagination ul li a.button--no-triangle:after, button.button--no-triangle:after {
	 display: none;
}
 .button.button--no-triangle:hover, .pagination ul li a.button--no-triangle:hover, .button.button--no-triangle:active, .pagination ul li a.button--no-triangle:active, button.button--no-triangle:hover, button.button--no-triangle:active {
	 background: #007DBA;
}
 h1, .visually-h1 {
	 font: normal normal 3.75rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
	 margin: 0 0 1rem 0;
}
 @media screen and (max-width: 40em) {
	 h1, .visually-h1 {
		 font-size: 3.125rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 h1, .visually-h1 {
		 font-size: 2.375rem;
	}
}
 h1 a, .visually-h1 a {
	 background-position: 0 81%;
}
 h1 a:hover, .visually-h1 a:hover {
	 background-size: 100% 92%;
}
 h2, .visually-h2 {
	 font: normal normal 2.875rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
	 margin: 0 0 1rem 0;
}
 @media screen and (max-width: 40em) {
	 h2, .visually-h2 {
		 font-size: 2.5rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 h2, .visually-h2 {
		 font-size: 2.125rem;
	}
}
 h2 a, .visually-h2 a {
	 background-position: 0 81%;
}
 h2 a:hover, .visually-h2 a:hover {
	 background-size: 100% 92%;
}
 h3, .visually-h3 {
	 font: normal normal 2.125rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
	 margin: 0 0 1rem 0;
}
 @media screen and (max-width: 23.75em) {
	 h3, .visually-h3 {
		 font-size: 1.875rem;
	}
}
 h3 a, .visually-h3 a {
	 background-position: 0 81%;
}
 h3 a:hover, .visually-h3 a:hover {
	 background-size: 100% 92%;
}
 h4, .visually-h4 {
	 font: normal normal 1.875rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
	 margin: 0 0 1rem 0;
}
 @media screen and (max-width: 23.75em) {
	 h4, .visually-h4 {
		 font-size: 1.625rem;
	}
}
 h4 a, .visually-h4 a {
	 background-position: 0 81%;
}
 h4 a:hover, .visually-h4 a:hover {
	 background-size: 100% 92%;
}
 h5, .visually-h5 {
	 font: normal normal 1.625rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
	 margin: 0 0 1rem 0;
}
 @media screen and (max-width: 23.75em) {
	 h5, .visually-h5 {
		 font-size: 1.375rem;
	}
}
 h5 a, .visually-h5 a {
	 background-position: 0 81%;
}
 h5 a:hover, .visually-h5 a:hover {
	 background-size: 100% 92%;
}
 h6, .visually-h6 {
	 font: normal normal 1.25rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
	 margin: 0 0 1rem 0;
}
 h6 a, .visually-h6 a {
	 background-position: 0 81%;
}
 h6 a:hover, .visually-h6 a:hover {
	 background-size: 100% 92%;
}
 ul, ol {
	 margin-bottom: 2.5rem;
	 margin-left: 3.125rem;
}
 ul li, ol li {
	 font: normal normal 1.125rem "Noto Sans", sans-serif;
	 text-transform: none;
	 line-height: 1.75rem;
	 margin-bottom: 1rem;
}
 ul li a, ol li a {
	 background-position: 0 98%;
}
 ul li a:hover, ol li a:hover {
	 background-size: 100% 98%;
}
 ul li ul, ul li ol, ol li ul, ol li ol {
	 margin-top: 1rem;
	 margin-left: 3.125rem;
}
 ul.strip-list {
	 margin: 0 0 0 0;
	 list-style: none;
	 padding: 0 0 0 0;
}
 ul.strip-list > li {
	 text-indent: 0;
	 margin-left: 0;
	 margin-bottom: 0;
}
 ul.strip-list > li:before {
	 display: none;
}
 ol.strip-list {
	 margin: 0 0 0 0;
	 list-style: none;
	 padding: 0 0 0 0;
}
 ol.strip-list > li {
	 text-indent: 0;
	 margin-left: 0;
	 margin-bottom: 0;
}
 ol.strip-list > li:before {
	 display: none;
}
 ul.no-bullets {
	 list-style-type: none;
	 margin-left: 0;
}
 ul.no-bullets-indent {
	 list-style-type: none;
}
 ul.loose-list li, ol.loose-list li {
	 margin-bottom: 1.875rem;
}
 ul.loose-list li ul, ul.loose-list li ol, ol.loose-list li ul, ol.loose-list li ol {
	 margin-top: 1.875rem;
}
 ul.tight-list li, ol.tight-list li {
	 margin-bottom: 0.625rem;
}
 ul.tight-list li ul, ul.tight-list li ol, ol.tight-list li ul, ol.tight-list li ol {
	 margin-top: 0.625rem;
}
 ul.dot-list, ul.meta {
	 list-style-type: none;
	 margin-left: 0;
	 margin: 0;
	 padding: 0;
}
 ul.dot-list li, ul.meta li {
	 display: inline-block;
}
 ul.dot-list li:after, ul.meta li:after {
	 display: inline-block;
	 content: "";
	 width: 0.375rem;
	 height: 0.375rem;
	 border-radius: 50%;
	 background: #B1B3B3;
	 margin: 0 1rem 0.05em 1rem;
}
 ul.dot-list li:last-child::after, ul.meta li:last-child::after {
	 display: none;
}
 @media screen and (max-width: 23.75em) {
	 ul.dot-list li, ul.meta li {
		 display: block;
	}
	 ul.dot-list li:after, ul.meta li:after {
		 display: none;
	}
}
 dl dt, dl dd {
	 font-size: 1.125rem;
}
 dl dd {
	 margin-bottom: 1.25rem;
}
 [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, select {
	 border: rgba(16, 24, 32, 0.25) 1px solid;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 margin: 0.625rem 0 2.5rem 0;
	 padding: 1rem 0.875rem;
	 line-height: 1em;
	 height: auto;
}
 [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, select:focus {
	 border: #101820 1px solid;
	 -webkit-box-shadow: 0 0 0;
	 box-shadow: 0 0 0;
}
 [type=text][disabled], [type=password][disabled], [type=date][disabled], [type=datetime][disabled], [type=datetime-local][disabled], [type=month][disabled], [type=week][disabled], [type=email][disabled], [type=number][disabled], [type=search][disabled], [type=tel][disabled], [type=time][disabled], [type=url][disabled], [type=color][disabled], textarea[disabled], select[disabled] {
	 background: #D9D9D6;
	 color: #a4a6a6;
}
 label > [type=checkbox], label > [type=radio] {
	 margin: 0;
	 cursor: pointer;
}
 ul.form-widget-list {
	 margin: 0 0 0 0;
	 list-style: none;
	 padding: 0 0 0 0;
	 margin-bottom: 2.5rem;
}
 ul.form-widget-list > li {
	 text-indent: 0;
	 margin-left: 0;
	 margin-bottom: 0;
}
 ul.form-widget-list > li:before {
	 display: none;
}
 ul.form-widget-list li {
	 margin-bottom: 1rem;
}
 ul.form-widget-list li label {
	 display: -webkit-inline-box;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 -webkit-box-align: baseline;
	 -ms-flex-align: baseline;
	 align-items: baseline;
	 cursor: pointer;
}
 ul.form-widget-list li label [type=checkbox], ul.form-widget-list li label [type=radio] {
	 margin-right: 0.625rem;
}
 fieldset legend {
	 margin-bottom: 1.25rem;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	 color: rgba(16, 24, 32, 0.7);
}
 input[disabled]::-webkit-input-placeholder, textarea[disabled]::-webkit-input-placeholder {
	 color: #a4a6a6;
}
 select {
	 padding-right: 1.875rem;
	 line-height: 1.5;
}
 label {
	 color: #101820;
	 font-size: 1rem;
	 line-height: 1.625rem;
}
 .is-error, .is-valid, fieldset[disabled] {
	 border-width: 2px;
	 border-style: solid;
}
 .is-error {
	 border-color: #DA291C;
}
 .is-valid {
	 border-color: #348338;
}
 fieldset.is-error, fieldset.is-valid, fieldset[disabled] {
	 padding: 1.25rem;
}
 fieldset.is-error legend, fieldset.is-valid legend, fieldset[disabled] legend {
	 padding: 0 0.625rem;
	 margin-bottom: 0;
}
 fieldset[disabled] {
	 border-color: #B1B3B3;
	 color: #a4a6a6;
	 cursor: not-allowed;
}
 fieldset[disabled] label {
	 color: #a4a6a6;
	 cursor: not-allowed;
}
 fieldset[disabled] label > [type=checkbox], fieldset[disabled] label > [type=radio] {
	 cursor: not-allowed;
}
 fieldset[disabled] ul.form-widget-list li label {
	 cursor: not-allowed;
}
 label abbr[title=Required], legend abbr[title=Required] {
	 border: 0;
	 color: #DA291C;
	 font-weight: bold;
	 font-size: 1.25rem;
	 line-height: 0px;
}
 table {
	 border-collapse: collapse;
	 border: 0;
	 margin-bottom: 2.5rem;
}
 table thead th, table thead td, table tfoot th, table tfoot td, table tbody th, table tbody td {
	 padding: 1rem 1.25rem;
}
 table thead tr th, table tfoot tr th {
	 text-align: left;
}
 table thead tr th {
	 background: #007DBA;
	 border: rgba(0, 0, 0, 0.2) 1px solid;
	 color: #fff;
}
 table tfoot tr th {
	 background: #D0D0CE;
	 border: rgba(0, 0, 0, 0.1) 1px solid;
	 color: #101820;
}
 table tbody tr, table tbody tr:nth-child(even) {
	 background: #fff;
}
 table tbody tr th, table tbody tr:nth-child(even) th {
	 text-align: left;
}
 table tbody tr th, table tbody tr td, table tbody tr:nth-child(even) th, table tbody tr:nth-child(even) td {
	 border: #D9D9D6 1px solid;
}
 table caption {
	 margin-bottom: 1.25rem;
}
 table.table--zebra-stripe tbody tr:nth-child(even) {
	 background: #F3F3F2;
}
 @media screen and (max-width: 63.9375em) {
	 .table-responsive-wrap {
		 overflow-x: auto;
		 max-width: 100%;
	}
}
 a.logo {
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
}
 a.logo:hover {
	 color: #007DBA;
}
 .icon {
	 height: 1em;
	 width: 1em;
	 display: inline-block;
}
 iframe {
	 border: none;
}
 img {
	 width: 100%;
	 height: auto;
	 display: inline-block;
}
 figure img {
	 width: 100%;
	 height: auto;
}
 figure figcaption {
	 margin-top: 1em;
	 font-size: 0.875rem;
	 line-height: 1.375rem;
	 font-style: normal;
}
 .department-header .global-main-nav .global-main-nav {
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.5rem;
}
 .department-header .global-main-nav .global-main-nav__parent-link {
	 padding: 1.25rem 2.5rem 1.25rem 0;
}
 .global-main-nav ul.global-main-nav__list {
	 margin: 0 0 0 0;
	 list-style: none;
	 padding: 0 0 0 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .global-main-nav ul.global-main-nav__list > li {
	 text-indent: 0;
	 margin-left: 0;
	 margin-bottom: 0;
}
 .global-main-nav ul.global-main-nav__list > li:before {
	 display: none;
}
 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item {
	 position: relative;
}
 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item:last-child {
	 margin-right: 0;
}
 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link {
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.75rem;
	 padding: 1.25rem 2.5rem 1.25rem 0;
}
 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link:hover {
	 color: #007DBA;
}
 .department-header .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link {
	 font-size: 1.5rem;
	 padding: 1.25rem 2.5rem 1.25rem 0;
}
 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__parent-link {
	 display: inline;
	 padding: 0;
	 background: transparent;
	 font-weight: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 color: inherit;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.75rem;
}
 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__parent-link:after {
	 display: none;
}
 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__mobile-dropdown-toggle {
	 display: none;
}
 .global-main-nav .global-main-nav__dropdown {
	 opacity: 0;
	 visibility: hidden;
	 position: absolute;
	 padding-top: 0.625rem;
	 -webkit-transition: all 0.2s ease-out;
	 transition: all 0.2s ease-out;
}
 .global-main-nav .global-main-nav__dropdown ul {
	 margin: 0 0 0 0;
	 list-style: none;
	 padding: 0 0 0 0;
	 background: #011e5f;
	 border-top: 0.25rem #41B6E6 solid;
	 padding: 1.875rem;
	 width: 15.625rem;
}
 .global-main-nav .global-main-nav__dropdown ul > li {
	 text-indent: 0;
	 margin-left: 0;
	 margin-bottom: 0;
}
 .global-main-nav .global-main-nav__dropdown ul > li:before {
	 display: none;
}
 .global-main-nav .global-main-nav__dropdown ul li {
	 font-weight: bold;
	 font-size: 0.875rem;
	 margin-bottom: 1.375rem;
}
 .global-main-nav .global-main-nav__dropdown ul li:last-child {
	 margin-bottom: 0;
}
 .global-main-nav .global-main-nav__dropdown ul li a {
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 color: #fff;
}
 .global-main-nav .global-main-nav__dropdown ul li a:hover {
	 color: #007DBA;
}
 .global-main-nav .global-main-nav__dropdown ul li a:hover, .global-main-nav .global-main-nav__dropdown ul li a:active, .global-main-nav .global-main-nav__dropdown ul li a:focus {
	 color: #F2A900;
}
 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item.toggleDropdown--active a.global-main-nav__parent-link {
	 color: #007DBA;
}
 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item.toggleDropdown--active .global-main-nav__dropdown {
	 opacity: 1;
	 visibility: visible;
}
 @media screen and (max-width: 63.9375em) {
	 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
		 -webkit-box-pack: justify;
		 -ms-flex-pack: justify;
		 justify-content: space-between;
		 border-bottom: #D9D9D6 1px solid;
	}
	 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link {
		 padding: 0.625rem 1.875rem;
	}
	 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__mobile-dropdown-toggle {
		 display: inline;
		 padding: 0;
		 background: transparent;
		 font-weight: inherit;
		 font-size: inherit;
		 line-height: inherit;
		 color: inherit;
		 -webkit-transition: color 0.2s ease-out;
		 transition: color 0.2s ease-out;
		 color: #0033A0;
		 transition: color 0.2s ease-out;
		 display: inline-block;
		 padding: 0 1.25rem;
	}
	 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__mobile-dropdown-toggle:after {
		 display: none;
	}
	 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__mobile-dropdown-toggle:hover, .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__mobile-dropdown-toggle:active, .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__mobile-dropdown-toggle:focus {
		 color: #007DBA;
	}
	 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__mobile-dropdown-toggle svg {
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 -webkit-transition: -webkit-transform 0.2s ease-out;
		 transition: -webkit-transform 0.2s ease-out;
		 transition: transform 0.2s ease-out;
		 transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	}
	 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__mobile-dropdown-toggle.active {
		 background: #41B6E6;
	}
	 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__mobile-dropdown-toggle.active svg {
		 -webkit-transform: rotate(-90deg);
		 transform: rotate(-90deg);
		 color: #fff;
	}
	 .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item .global-main-nav__dropdown {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .global-utility-nav ul {
	 margin: 0 0 0 0;
	 list-style: none;
	 padding: 0 0 0 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .global-utility-nav ul > li {
	 text-indent: 0;
	 margin-left: 0;
	 margin-bottom: 0;
}
 .global-utility-nav ul > li:before {
	 display: none;
}
 .global-utility-nav ul li {
	 margin-right: 1.875rem;
	 font-size: 0.875rem;
	 font-weight: bold;
}
 .global-utility-nav ul li:last-child {
	 margin-right: 0;
}
 .global-utility-nav ul li button {
	 display: inline;
	 padding: 0;
	 background: transparent;
	 font-weight: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 color: inherit;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 color: #012169;
}
 .global-utility-nav ul li button:after {
	 display: none;
}
 .global-utility-nav ul li button.toggleSearch {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .global-utility-nav ul li button.toggleSearch svg {
	 margin-left: 0.625rem;
	 width: 1.3em;
	 height: 1.3em;
}
 .global-utility-nav ul li button.toggleSearch svg.close {
	 display: none;
}
 .global-utility-nav ul li button.toggleSearch.toggleSearch--active svg.close {
	 display: inline-block;
}
 .global-utility-nav ul li button.toggleSearch.toggleSearch--active svg.search {
	 display: none;
}
 .global-utility-nav .search-form {
	 display: none;
}
 @media screen and (max-width: 63.9375em) {
	 .global-utility-nav {
		 background: #F3F3F2;
		 padding: 1.875rem;
	}
	 .global-utility-nav ul {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
	 .global-utility-nav ul li {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-bottom: 1.875rem;
	}
	 .global-utility-nav ul li a{
		 font-weight: bold;
	}
	 .global-utility-nav ul li:last-child {
		 margin-bottom: 0;
		 margin-top: 10px;
	}
	 .global-utility-nav ul li button.toggleSearch {
		 display: none;
	}
	 .global-utility-nav .search-form {
		 display: block;
	}
}
 .nested-mobile-toggle span.hamburger-icon, .global-mobile-toggle span.hamburger-icon {
	 margin: 0 auto 0.625rem auto;
	 display: block;
	 position: relative;
	 width: 1.625rem;
	 height: 1.625rem;
}
 .nested-mobile-toggle span.hamburger-icon span, .global-mobile-toggle span.hamburger-icon span {
	 display: block;
	 position: absolute;
	 height: 0.1875rem;
	 width: 100%;
	 background: #fff;
	 border-radius: 0.5625rem;
	 opacity: 1;
	 left: 0;
	 -webkit-transition: 0.25s ease-in-out;
	 transition: 0.25s ease-in-out;
}
 .nested-mobile-toggle span.hamburger-icon span:nth-child(1), .global-mobile-toggle span.hamburger-icon span:nth-child(1) {
	 top: 0;
}
 .nested-mobile-toggle span.hamburger-icon span:nth-child(2), .nested-mobile-toggle span.hamburger-icon span:nth-child(3), .global-mobile-toggle span.hamburger-icon span:nth-child(2), .global-mobile-toggle span.hamburger-icon span:nth-child(3) {
	 top: 0.71875rem;
}
 .nested-mobile-toggle span.hamburger-icon span:nth-child(4), .global-mobile-toggle span.hamburger-icon span:nth-child(4) {
	 bottom: 0;
}
 .nested-mobile-toggle button, .global-mobile-toggle button {
	 display: inline;
	 padding: 0;
	 background: transparent;
	 font-weight: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 color: inherit;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 color: #012169;
	 text-transform: uppercase;
	 font-weight: bold;
	 font-size: 0.75rem;
	 line-height: 0.75rem;
	 padding: 0.625rem;
}
 .nested-mobile-toggle button:after, .global-mobile-toggle button:after {
	 display: none;
}
 .nested-mobile-toggle button span.hamburger-icon span, .global-mobile-toggle button span.hamburger-icon span {
	 background-color: #012169;
}
 .nested-mobile-toggle button:hover, .nested-mobile-toggle button:focus, .global-mobile-toggle button:hover, .global-mobile-toggle button:focus {
	 color: #012169;
}
 .nested-mobile-toggle button:hover span.hamburger-icon span, .nested-mobile-toggle button:focus span.hamburger-icon span, .global-mobile-toggle button:hover span.hamburger-icon span, .global-mobile-toggle button:focus span.hamburger-icon span {
	 background-color: #007DBA;
}
 body.mobile-nav-open .global-mobile-toggle span.hamburger-icon span:nth-child(1), body.mobile-nav-open .global-mobile-toggle span.hamburger-icon span:nth-child(4), .nested-mobile-toggle button[aria-expanded=true] span.hamburger-icon span:nth-child(1), .nested-mobile-toggle button[aria-expanded=true] span.hamburger-icon span:nth-child(4) {
	 top: 0.71875rem;
	 width: 0%;
	 left: 50%;
}
 body.mobile-nav-open .global-mobile-toggle span.hamburger-icon span:nth-child(2), .nested-mobile-toggle button[aria-expanded=true] span.hamburger-icon span:nth-child(2) {
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 body.mobile-nav-open .global-mobile-toggle span.hamburger-icon span:nth-child(3), .nested-mobile-toggle button[aria-expanded=true] span.hamburger-icon span:nth-child(3) {
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
}
 .secondary-nav {
	 margin-bottom: 3.75rem;
	 background-color: #F3F3F2;
}
 .secondary-nav a {
	 background-image: none;
}
 .secondary-nav a:hover, .secondary-nav a:active, .secondary-nav a:focus {
	 color: #007DBA;
}
 .secondary-nav a.button, .secondary-nav .pagination ul li a, .pagination ul li .secondary-nav a {
	 font-family: "Spectral", serif;
	 font-size: 1.75rem;
	 line-height: 2.125rem;
	 font-weight: normal;
	 padding: 1.25rem 2.1875rem;
	 display: block;
	 background-color: #007DBA;
}
 .secondary-nav a.button:after, .secondary-nav .pagination ul li a:after, .pagination ul li .secondary-nav a:after {
	 background-color: #41B6E6;
}
 .secondary-nav a.button:hover, .secondary-nav .pagination ul li a:hover, .pagination ul li .secondary-nav a:hover, .secondary-nav a.button:active, .secondary-nav .pagination ul li a:active, .pagination ul li .secondary-nav a:active, .secondary-nav a.button:focus, .secondary-nav .pagination ul li a:focus, .pagination ul li .secondary-nav a:focus, .secondary-nav a.button.active, .secondary-nav .pagination ul li a.active, .pagination ul li .secondary-nav a.active {
	 color: #101820;
}
 .secondary-nav a.button.active, .secondary-nav .pagination ul li a.active, .pagination ul li .secondary-nav a.active {
	 background-color: #41B6E6;
}
 .secondary-nav > ul > li:last-child {
	 padding-bottom: 1.25rem;
}
 .secondary-nav > ul > li:last-child.active {
	 padding-bottom: 0.625rem;
}
 .secondary-nav ul {
	 margin: 0 0 0 0;
	 list-style: none;
	 padding: 0 0 0 0;
}
 .secondary-nav ul > li {
	 text-indent: 0;
	 margin-left: 0;
	 margin-bottom: 0;
}
 .secondary-nav ul > li:before {
	 display: none;
}
 .secondary-nav ul li {
	 padding: 0.625rem 1.875rem;
	 -webkit-transition: background-color 0.2s ease-out;
	 transition: background-color 0.2s ease-out;
}
 .secondary-nav ul li.active {
	 background-color: #e4e4e2;
}
 .secondary-nav ul li.active button.secondary-nav__accordion-toggle:before {
	 -webkit-transform: rotate(90deg);
	 transform: rotate(90deg);
}
 .secondary-nav ul li.active ul {
	 display: block;
}
 .secondary-nav ul li .secondary-nav__top-level {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row nowrap;
	 flex-flow: row nowrap;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .secondary-nav ul li .secondary-nav__top-level a {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 margin-right: 0.625rem;
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.375rem;
	 line-height: 1.625rem;
}
 .secondary-nav ul li .secondary-nav__top-level button.secondary-nav__accordion-toggle {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 1.875rem;
	 flex: 0 0 1.875rem;
	 display: inline;
	 padding: 0;
	 background: transparent;
	 font-weight: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 color: inherit;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 min-height: 1.875rem;
	 position: relative;
}
 .secondary-nav ul li .secondary-nav__top-level button.secondary-nav__accordion-toggle:after {
	 display: none;
}
 .secondary-nav ul li .secondary-nav__top-level button.secondary-nav__accordion-toggle:before {
	 display: inline-block;
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 margin: auto;
	 width: 0.8125rem;
	 height: 0.8125rem;
	 background: transparent url("../images/angle-expand-collapse.svg") no-repeat center center;
	 -webkit-transition: -webkit-transform 0.2s ease-out;
	 transition: -webkit-transform 0.2s ease-out;
	 transition: transform 0.2s ease-out;
	 transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
 .secondary-nav ul li .secondary-nav__top-level button.secondary-nav__accordion-toggle:hover:before, .secondary-nav ul li .secondary-nav__top-level button.secondary-nav__accordion-toggle:active:before, .secondary-nav ul li .secondary-nav__top-level button.secondary-nav__accordion-toggle:focus:before {
	 background-image: url("../images/angle-expand-collapse-hover.svg");
}
 .secondary-nav ul li ul {
	 padding: 0;
	 margin: 0.625rem 0;
	 display: none;
}
 .secondary-nav ul li ul li {
	 padding: 0;
	 margin-bottom: 0.625rem;
	 background-color: transparent;
}
 .secondary-nav ul li ul li a {
	 font-family: "Noto Sans", sans-serif;
	 font-size: 1rem;
	 line-height: 1.25rem;
	 display: inline-block;
	 padding-left: 0.875rem;
	 background: transparent url("../images/fancy-link-angle.svg") no-repeat 0 0.25rem;
}
 .secondary-nav ul li ul li a.active {
	 font-weight: bold;
}
 .secondary-nav.secondary-nav--alternate ul li a.button, .secondary-nav.secondary-nav--alternate .pagination ul li a, .pagination .secondary-nav.secondary-nav--alternate ul li a {
	 background-color: #0033A0;
}
 .secondary-nav.secondary-nav--alternate ul li a.button:after, .secondary-nav.secondary-nav--alternate .pagination ul li a:after, .pagination .secondary-nav.secondary-nav--alternate ul li a:after {
	 background-color: #007DBA;
}
 .secondary-nav.secondary-nav--alternate ul li a.button:hover, .secondary-nav.secondary-nav--alternate .pagination ul li a:hover, .pagination .secondary-nav.secondary-nav--alternate ul li a:hover, .secondary-nav.secondary-nav--alternate ul li a.button:active, .secondary-nav.secondary-nav--alternate .pagination ul li a:active, .pagination .secondary-nav.secondary-nav--alternate ul li a:active, .secondary-nav.secondary-nav--alternate ul li a.button:focus, .secondary-nav.secondary-nav--alternate .pagination ul li a:focus, .pagination .secondary-nav.secondary-nav--alternate ul li a:focus, .secondary-nav.secondary-nav--alternate ul li a.button.active, .secondary-nav.secondary-nav--alternate .pagination ul li a.active, .pagination .secondary-nav.secondary-nav--alternate ul li a.active {
	 color: #fff;
}
 .secondary-nav.secondary-nav--alternate ul li a.button.active, .secondary-nav.secondary-nav--alternate .pagination ul li a.active, .pagination .secondary-nav.secondary-nav--alternate ul li a.active {
	 background-color: #007DBA;
}
 button.secondary-nav-mobile-toggle {
	 margin-bottom: 1.25rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 background-color: #012169;
}
 @media screen and (min-width: 64em) {
	 button.secondary-nav-mobile-toggle {
		 display: none;
	}
}
 button.secondary-nav-mobile-toggle span {
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
	 margin-right: 0.625rem;
}
 button.secondary-nav-mobile-toggle:before {
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
	 display: inline-block;
	 content: "";
	 width: 0.8125rem;
	 height: 0.8125rem;
	 background: transparent url("../images/angle-expand-collapse.svg") no-repeat center center;
	 -webkit-transition: -webkit-transform 0.2s ease-out;
	 transition: -webkit-transform 0.2s ease-out;
	 transition: transform 0.2s ease-out;
	 transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
 button.secondary-nav-mobile-toggle:hover:before, button.secondary-nav-mobile-toggle:active:before, button.secondary-nav-mobile-toggle:focus:before {
	 background-image: url("../images/angle-expand-collapse-hover.svg");
}
 button.secondary-nav-mobile-toggle.active:before {
	 -webkit-transform: rotate(90deg);
	 transform: rotate(90deg);
}
 .secondary-nav.secondary-nav--mobile {
	 display: none;
}
 @media screen and (min-width: 64em) {
	 .secondary-nav.secondary-nav--mobile {
		 display: none !important;
	}
}
 .secondary-nav.secondary-nav--mobile a.button, .secondary-nav.secondary-nav--mobile .pagination ul li a, .pagination ul li .secondary-nav.secondary-nav--mobile a {
	 display: inline;
	 padding: 0;
	 background: transparent;
	 font-weight: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 color: inherit;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 display: block;
	 padding: 0.625rem 1.875rem;
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.375rem;
	 line-height: 1.625rem;
	 color: #0033A0;
}
 .secondary-nav.secondary-nav--mobile a.button:after, .secondary-nav.secondary-nav--mobile .pagination ul li a:after, .pagination ul li .secondary-nav.secondary-nav--mobile a:after {
	 display: none;
}
 .secondary-nav.secondary-nav--mobile a.button:hover, .secondary-nav.secondary-nav--mobile .pagination ul li a:hover, .pagination ul li .secondary-nav.secondary-nav--mobile a:hover, .secondary-nav.secondary-nav--mobile a.button:active, .secondary-nav.secondary-nav--mobile .pagination ul li a:active, .pagination ul li .secondary-nav.secondary-nav--mobile a:active, .secondary-nav.secondary-nav--mobile a.button:focus, .secondary-nav.secondary-nav--mobile .pagination ul li a:focus, .pagination ul li .secondary-nav.secondary-nav--mobile a:focus {
	 color: #007DBA;
}
 .sidebar-layout .sidebar-layout__sidebar .secondary-nav {
	 display: none;
}
 @media screen and (min-width: 64em) {
	 .sidebar-layout .sidebar-layout__sidebar .secondary-nav {
		 display: block;
	}
}
 .skip-nav, .button.skip-nav, .pagination ul li a.skip-nav {
	 position: absolute;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 100%;
	 top: -5rem;
	 z-index: 999999;
}
 .skip-nav:after, .button.skip-nav:after, .pagination ul li a.skip-nav:after {
	 display: none;
}
 .skip-nav:focus, .button.skip-nav:focus {
	 top: 0;
	 -webkit-transition: top 0.5s;
	 transition: top 0.5s;
}
 .skip-nav:link, .skip-nav:visited, .skip-nav:hover, .skip-nav:active, .skip-nav:focus, .button.skip-nav:link, .button.skip-nav:visited, .button.skip-nav:hover, .button.skip-nav:active, .button.skip-nav:focus {
	 color: #fff;
}
 .skip-nav:hover, .skip-nav:active, .button.skip-nav:hover, .button.skip-nav:active {
	 background-color: #007DBA;
}
 @media screen and (max-width: 68.9375em) {
	 .breadcrumbs {
		 display: none;
	}
}
 .breadcrumbs ul {
	 list-style-type: none;
	 margin-left: 0;
	 margin: 0;
	 padding: 0;
}
 .breadcrumbs ul li {
	 display: inline-block;
}
 .breadcrumbs ul li:after {
	 display: inline-block;
	 content: "";
	 width: 0.375rem;
	 height: 0.375rem;
	 border-radius: 50%;
	 background: #B1B3B3;
	 margin: 0 1rem 0.05em 1rem;
}
 .breadcrumbs ul li:last-child::after {
	 display: none;
}
 @media screen and (max-width: 23.75em) {
	 .breadcrumbs ul li {
		 display: block;
	}
	 .breadcrumbs ul li:after {
		 display: none;
	}
}
 .breadcrumbs ul li {
	 font-weight: bold;
	 font-size: 1rem;
	 line-height: 1.625rem;
}

.breadcrumbs .icon{
    font-size: .75em;
}
 .button-collection {
	 margin-bottom: 3.75rem;
}
 .pagination {
	 margin-bottom: 2.5rem;
}
 .pagination ul {
	 margin: 0;
}
 .pagination ul li {
	 display: inline-block;
	 margin: 0;
}
 .pagination ul li a {
	 -webkit-transition: background 0.2s ease-out;
	 transition: background 0.2s ease-out;
	 margin-bottom: 0.625rem;
	 text-align: center;
	 padding: 0.3125rem 0.9375rem;
}
 .pagination ul li a:after {
	 display: none;
}
 .pagination ul li a:hover, .pagination ul li a:active {
	 background: #007DBA;
}
 .pagination ul li a:before, .pagination ul li a:after {
	 color: #fff;
}
 .pagination ul li.current a {
	 background-color: #41B6E6;
	 color: #101820;
}
 @media screen and (max-width: 23.75em) {
	 .pagination ul li.first, .pagination ul li.previous, .pagination ul li.next, .pagination ul li.last {
		 display: block;
	}
}
 .pagination ul li.first a:hover:before, .pagination ul li.first a:hover:after, .pagination ul li.first a:active:before, .pagination ul li.first a:active:after, .pagination ul li.first a:focus:before, .pagination ul li.first a:focus:after, .pagination ul li.previous a:hover:before, .pagination ul li.previous a:hover:after, .pagination ul li.previous a:active:before, .pagination ul li.previous a:active:after, .pagination ul li.previous a:focus:before, .pagination ul li.previous a:focus:after, .pagination ul li.next a:hover:before, .pagination ul li.next a:hover:after, .pagination ul li.next a:active:before, .pagination ul li.next a:active:after, .pagination ul li.next a:focus:before, .pagination ul li.next a:focus:after, .pagination ul li.last a:hover:before, .pagination ul li.last a:hover:after, .pagination ul li.last a:active:before, .pagination ul li.last a:active:after, .pagination ul li.last a:focus:before, .pagination ul li.last a:focus:after {
	 color: #fff;
}
 .pagination ul li.first a:before, .pagination ul li.previous a:before, .pagination ul li.next a:before, .pagination ul li.last a:before {
	 margin-right: 0.3125rem;
}
 .pagination ul li.first a:after, .pagination ul li.previous a:after, .pagination ul li.next a:after, .pagination ul li.last a:after {
	 margin-left: 0.3125rem;
}
 @media screen and (max-width: 23.75em) {
	 .pagination ul li.first a, .pagination ul li.previous a, .pagination ul li.next a, .pagination ul li.last a {
		 width: 100%;
	}
}
 .pagination ul li.first.disabled, .pagination ul li.previous.disabled, .pagination ul li.next.disabled, .pagination ul li.last.disabled {
	 cursor: default;
	 padding: 0;
}
 .pagination ul li.first.disabled a, .pagination ul li.previous.disabled a, .pagination ul li.next.disabled a, .pagination ul li.last.disabled a {
	 cursor: default;
	 background-color: #B1B3B3;
	 color: #101820;
}
 .pagination ul li.first.disabled a:before, .pagination ul li.first.disabled a:after, .pagination ul li.previous.disabled a:before, .pagination ul li.previous.disabled a:after, .pagination ul li.next.disabled a:before, .pagination ul li.next.disabled a:after, .pagination ul li.last.disabled a:before, .pagination ul li.last.disabled a:after {
	 color: #101820;
}
 .pagination ul li.first a:before {
	 content: "≪";
}
 .pagination ul li.previous a:before {
	 content: "<";
}
 .pagination ul li.next a:after {
	 content: ">";
}
 .pagination ul li.last a:after {
	 content: "≫";
}
 .pagination ul li.next a:after, .pagination ul li.last a:after {
	 display: inline-block;
	 -webkit-transform: none;
	 transform: none;
	 position: static;
	 background: none;
	 width: auto;
	 height: auto;
}
 .social-media a {
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 color: #0033A0;
	 margin-right: 0.3125rem;
}
 .social-media a:hover {
	 color: #007DBA;
}
 .social-media a:last-child {
	 margin-right: 0;
}
 .social-media a:hover, .social-media a:active, .social-media a:focus {
	 color: #007DBA;
}
 .social-media a svg {
	 width: 1.625rem;
	 height: 1.625rem;
}
 .link-collection {
	 margin-bottom: 2.5rem;
}
 .link-collection ul {
	 list-style-type: none;
	 margin-left: 0;
}
 .link-collection ul ul {
	 margin-left: 3.125rem;
}
 .link-collection.link-collection--two-column ul {
	 -webkit-column-count: 2;
	 -moz-column-count: 2;
	 column-count: 2;
	 -webkit-column-gap: 8%;
	 -moz-column-gap: 8%;
	 column-gap: 8%;
}
 @media screen and (max-width: 40em) {
	 .link-collection.link-collection--two-column ul {
		 -webkit-column-count: 1;
		 -moz-column-count: 1;
		 column-count: 1;
	}
}
 .link-collection.link-collection--two-column ul li {
	 -webkit-column-break-inside: avoid;
	 -moz-column-break-inside: avoid;
	 break-inside: avoid;
	 page-break-inside: avoid;
}
 .link-collection.link-collection--two-column ul ul {
	 -webkit-column-count: 1;
	 -moz-column-count: 1;
	 column-count: 1;
}
 .link-collection.link-collection--emphasize-first-level > ul > li > a {
	 font: normal normal 1.625rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
	 background-position: 0 81%;
}
 @media screen and (max-width: 23.75em) {
	 .link-collection.link-collection--emphasize-first-level > ul > li > a {
		 font-size: 1.375rem;
	}
}
 .link-collection.link-collection--emphasize-first-level > ul > li > a a {
	 background-position: 0 81%;
}
 .link-collection.link-collection--emphasize-first-level > ul > li > a a:hover {
	 background-size: 100% 92%;
}
 .link-collection.link-collection--emphasize-first-level > ul > li > a:hover {
	 background-size: 100% 92%;
}
 .link-collection.link-collection--emphasize-first-level > ul > li > a:hover {
	 background-size: 100% 86%;
}
 .link-collection.link-collection--emphasize-first-level > ul > li ul {
	 list-style-type: disc;
}
 .link-collection.link-collection--fancy a {
	 background-image: none;
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.5rem;
	 line-height: 1.75rem;
	 display: -webkit-inline-box;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 padding-top: 0.4375rem;
	 text-decoration: underline;
}
 .link-collection.link-collection--fancy a:before {
	 display: inline-block;
	 content: "";
	 width: 2.5rem;
	 height: 2.5rem;
	 border-radius: 50%;
	 border: #D9D9D6 2px solid;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
	 margin-right: 1.25rem;
	 margin-top: -0.4375rem;
	 -webkit-transition: border-color 0.2s ease-out;
	 transition: border-color 0.2s ease-out;
	 background: transparent url("../images/fancy-link-angle.svg") no-repeat center center;
	 background-size: 7px 12px;
}
 .link-collection.link-collection--fancy a:hover, .link-collection.link-collection--fancy a:active, .link-collection.link-collection--fancy a:focus {
	 color: #007DBA;
}
 .link-collection.link-collection--fancy a:hover:before, .link-collection.link-collection--fancy a:active:before, .link-collection.link-collection--fancy a:focus:before {
	 background-color: transparent;
	 border-color: #007DBA;
}
 .search-form form {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .search-form form input[type=text] {
	 margin-bottom: 0;
	 margin-top: 0;
	 height: auto;
}
 .search-form form button {
	 -webkit-transition: background 0.2s ease-out;
	 transition: background 0.2s ease-out;
}
 .search-form form button:after {
	 display: none;
}
 .search-form form button:hover, .search-form form button:active {
	 background: #007DBA;
}
 .search-form form button svg {
	 color: #fff;
}
 .search-form.search-form--minimal .search-form__minimal-wrapper, .filters .filters__wrapper .filters__item .search-form .search-form__minimal-wrapper {
	 position: relative;
	 width: 100%;
}
 .search-form.search-form--minimal input, .filters .filters__wrapper .filters__item .search-form input {
	 padding-right: 2.5rem;
}
 .search-form.search-form--minimal button, .filters .filters__wrapper .filters__item .search-form button {
	 background: transparent;
	 color: #012169;
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: auto;
	 margin: 1px;
	 padding: 0.9375rem;
	 -webkit-transition: background-color 0.2s ease-out;
	 transition: background-color 0.2s ease-out;
}
 .search-form.search-form--minimal button:hover, .filters .filters__wrapper .filters__item .search-form button:hover, .search-form.search-form--minimal button:active, .filters .filters__wrapper .filters__item .search-form button:active, .search-form.search-form--minimal button:focus, .filters .filters__wrapper .filters__item .search-form button:focus {
	 background: #F3F3F2;
}
 .search-form.search-form--minimal button svg, .filters .filters__wrapper .filters__item .search-form button svg {
	 color: #012169;
}
 .search-form.search-form--minimal button:after, .filters .filters__wrapper .filters__item .search-form button:after {
	 display: none;
}
 .global-search {
	 background: #F3F3F2;
	 padding-bottom: 4.375rem;
}
 .global-search:last-child {
	 padding-bottom: 4.375rem;
}
 @media screen and (max-width: 145em) {
	 .global-search {
		 padding-left: 1.875rem;
		 padding-right: 1.875rem;
	}
}
 @media screen and (max-width: 40em) {
	 .global-search {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .global-search {
		 padding-left: 0.625rem;
		 padding-right: 0.625rem;
	}
}
 .global-search .search-form {
	 max-width: 85rem;
	 margin: 0 auto;
}
 .intro p, .intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .intro h6 {
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.75rem;
	 line-height: 2.375rem;
}
 @media screen and (max-width: 23.75em) {
	 .intro p, .intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .intro h6 {
		 font-size: 1.5rem;
		 line-height: 2.125rem;
	}
}
 .pullquote {
	 margin-bottom: 2.5rem;
}
 .pullquote p {
	 margin-bottom: 1.25rem;
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.75rem;
	 line-height: 2.375rem;
}
 @media screen and (max-width: 23.75em) {
	 .pullquote p {
		 font-size: 1.5rem;
		 line-height: 2.125rem;
	}
}
 .headline-group .superhead, .headline-group .subhead {
	 display: block;
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.375rem;
	 line-height: 2rem;
}
 .headline-group .superhead {
	 text-transform: uppercase;
	 margin-bottom: 0.625rem;
}
 .headline-group .subhead {
	 margin-top: 0.625rem;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level1 {
	 font: normal normal 3.75rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 40em) {
	 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level1 {
		 font-size: 3.125rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level1 {
		 font-size: 2.375rem;
	}
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level1 a {
	 background-position: 0 81%;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level1 a:hover {
	 background-size: 100% 92%;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level2 {
	 font: normal normal 2.875rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 40em) {
	 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level2 {
		 font-size: 2.5rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level2 {
		 font-size: 2.125rem;
	}
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level2 a {
	 background-position: 0 81%;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level2 a:hover {
	 background-size: 100% 92%;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level3 {
	 font: normal normal 2.125rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level3 {
		 font-size: 1.875rem;
	}
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level3 a {
	 background-position: 0 81%;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level3 a:hover {
	 background-size: 100% 92%;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level4 {
	 font: normal normal 1.875rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level4 {
		 font-size: 1.625rem;
	}
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level4 a {
	 background-position: 0 81%;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level4 a:hover {
	 background-size: 100% 92%;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level5 {
	 font: normal normal 1.625rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level5 {
		 font-size: 1.375rem;
	}
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level5 a {
	 background-position: 0 81%;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level5 a:hover {
	 background-size: 100% 92%;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level6 {
	 font: normal normal 1.25rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level6 a {
	 background-position: 0 81%;
}
 .headline-group.headline-group--nonsemantic.headline-group--nonsemantic-level6 a:hover {
	 background-size: 100% 92%;
}
 .headline-group.headline-group--simple-superhead .superhead {
	 font-family: "Noto Sans", sans-serif;
	 font-size: 1rem;
	 line-height: 1.625rem;
	 text-transform: none;
}
 .list-header, .people-collection.people-collection--list .people-collection__headline .headline-group {
	 margin-bottom: 1.25rem;
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-bottom-width: 18px;
}
 .list-header .headline-group, .people-collection.people-collection--list .people-collection__headline .headline-group .headline-group {
	 margin-bottom: 0;
}
 .section-header {
	 margin-bottom: 2.5rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 @media screen and (max-width: 23.75em) {
	 .section-header {
		 margin-bottom: 1.25rem;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: column nowrap;
		 flex-flow: column nowrap;
	}
}
 .section-header .headline-group {
	 margin-right: 1.25rem;
}
 @media screen and (max-width: 23.75em) {
	 .section-header .headline-group {
		 margin-right: 0;
	}
}
 .section-header .section-header__button button, .section-header .section-header__button .button, .section-header .section-header__button .pagination ul li a, .pagination ul li .section-header .section-header__button a {
	 margin-bottom: 0;
}
 .list .list__headline {
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.75rem;
	 line-height: 2.375rem;
}
 @media screen and (max-width: 23.75em) {
	 .list .list__headline {
		 font-size: 1.5rem;
		 line-height: 2.125rem;
	}
}
 .list.list--no-bullets > ul {
	 list-style-type: none;
	 margin-left: 0;
}
 .fancy-form, .filters {
	 margin-bottom: 2.5rem;
}
 .fancy-form label, .filters label, .fancy-form legend, .filters legend {
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.75rem;
	 line-height: 2.375rem;
}
 @media screen and (max-width: 23.75em) {
	 .fancy-form label, .filters label, .fancy-form legend, .filters legend {
		 font-size: 1.5rem;
		 line-height: 2.125rem;
	}
}
 .fancy-form ul.form-widget-list label, .filters ul.form-widget-list label {
	 font: normal normal 1.125rem "Noto Sans", sans-serif;
	 text-transform: none;
	 line-height: 1.75rem;
}
 .fancy-form ul.form-widget-list label a, .filters ul.form-widget-list label a {
	 background-position: 0 98%;
}
 .fancy-form ul.form-widget-list label a:hover, .filters ul.form-widget-list label a:hover {
	 background-size: 100% 98%;
}
 .filters {
	 background: #F3F3F2;
	 padding-bottom: 4.375rem;
	 padding-top: 1.875rem;
	 padding-bottom: 1.875rem;
	 margin-bottom: 4.375rem;
}
 .filters:last-child {
	 padding-bottom: 4.375rem;
}
 @media screen and (max-width: 145em) {
	 .filters {
		 padding-left: 1.875rem;
		 padding-right: 1.875rem;
	}
}
 @media screen and (max-width: 40em) {
	 .filters {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .filters {
		 padding-left: 0.625rem;
		 padding-right: 0.625rem;
	}
}
 .filters textarea, .filters select, .filters input {
	 margin-top: 0;
	 margin-bottom: 0;
}
 .filters .filters__wrapper {
	 max-width: 85rem;
	 margin: 0 auto;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .filters .filters__wrapper .filters__item {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 46%;
	 flex: 0 1 46%;
	 margin-right: 8%;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 @media print, screen and (min-width: 64em) {
	 .filters .filters__wrapper .filters__item:nth-child(2n), .filters .filters__wrapper .filters__item:last-child {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .filters .filters__wrapper .filters__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .filters .filters__wrapper .filters__item:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .filters .filters__wrapper .filters__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 @media screen and (max-width: 74.9375em) {
	 .filters .filters__wrapper .filters__item {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .filters .filters__wrapper .filters__item {
		 margin-bottom: 1.875rem;
	}
	 .filters .filters__wrapper .filters__item:last-child {
		 margin-bottom: 0;
	}
}
 @-moz-document url-prefix() {
	 .filters .filters__wrapper .filters__item select {
		 width: 0;
		 flex-grow: 1;
	}
}
 .filters .filters__wrapper .filters__item label {
	 margin-right: 1.25rem;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
}
 @media screen and (max-width: 74.9375em) {
	 .filters .filters__wrapper .filters__item label {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 .filters .filters__wrapper .filters__item div[role=group] {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 width: 100%;
}
 @media screen and (max-width: 74.9375em) {
	 .filters .filters__wrapper .filters__item div[role=group] {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .filters .filters__wrapper .filters__item .search-form {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-flex: 1;
	 -ms-flex: 1 0 auto;
	 flex: 1 0 auto;
}
 @media screen and (max-width: 74.9375em) {
	 .filters .filters__wrapper .filters__item .search-form {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .filters .filters__wrapper .filters__item .search-form input {
	 margin-top: 0;
}
 .fact .fact__headline {
	 margin-bottom: 1rem;
}
 .fact .fact__headline .head {
	 font-weight: bold;
}
 .fact .fact__headline .subhead {
	 margin-top: 0;
}

.teaser-collection.collection--two-column  .media .figure-wrapper {
      display: inline-block;
}
 .media .figure-wrapper a {
	 display: inline-block;
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 background-color: #0033A0;
}
 .media .figure-wrapper a:hover {
	 color: #007DBA;
}
 .media .figure-wrapper a img {
	 -webkit-transition: opacity 0.2s ease-out;
	 transition: opacity 0.2s ease-out;
}
 .media .figure-wrapper a:hover img, .media .figure-wrapper a:active img, .media .figure-wrapper a:focus img {
	 opacity: 0.75;
}
 .media figcaption cite {
	 display: inline;
}
 .media figcaption cite:before {
	 display: none;
}
 .media.media--video-indicator .figure-wrapper a {
	 position: relative;
}
 .media.media--video-indicator .figure-wrapper a:after {
	 display: block;
	 content: "";
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 margin: auto;
	 width: 3.125rem;
	 height: 3.125rem;
	 background: url("../images/play.svg") no-repeat center center;
}
 .media.media--in-content, .news-story .media {
	 margin-bottom: 2.5rem;
}
 .nice-video {
	 position: relative;
	 background-color: #000;
}
 .nice-video .embedded-video, .nice-video .embedded-widescreen-video {
	 margin-bottom: 0;
}
 .nice-video button {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translateY(-50%) translateX(-50%);
	 transform: translateY(-50%) translateX(-50%);
	 opacity: 0;
	 pointer-events: none;
	 -webkit-transition: opacity 300ms;
	 transition: opacity 300ms;
}
 .nice-video__preview {
	 background-color: #000;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#101820), to(#000));
	 background-image: linear-gradient(180deg, #101820 0%, #000 100%);
	 background-position: 50% 50%;
	 background-size: cover;
	 opacity: 0;
	 position: absolute;
	 z-index: 0;
	 pointer-events: none;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 -webkit-transition: opacity 300ms;
	 transition: opacity 300ms;
	 overflow: hidden;
}
 .nice-video__preview img {
	 width: 100%;
	 height: auto;
}
 .nice-video__transcript {
	 padding: 0.2rem 1rem;
	 text-align: center;
}
 .nice-video__transcript a {
	 color: #fff;
}
 .nice-video--ready .nice-video__preview {
	 z-index: 10;
	 opacity: 1;
	 pointer-events: auto;
}
 .nice-video--ready button {
	 opacity: 1;
	 z-index: 10;
	 pointer-events: auto;
}
 .nice-video--playing .nice-video__preview {
	 opacity: 0;
	 pointer-events: none;
}
 .nice-video--playing button {
	 opacity: 0;
	 pointer-events: none;
}
 .alert {
	 padding-bottom: 4.375rem;
	 padding-top: 1.875rem;
	 padding-bottom: 1.875rem;
	 background: #F2A900;
}
 .alert:last-child {
	 padding-bottom: 4.375rem;
}
 @media screen and (max-width: 145em) {
	 .alert {
		 padding-left: 1.875rem;
		 padding-right: 1.875rem;
	}
}
 @media screen and (max-width: 40em) {
	 .alert {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .alert {
		 padding-left: 0.625rem;
		 padding-right: 0.625rem;
	}
}
 .alert .alert__wrapper {
	 max-width: 85rem;
	 margin: 0 auto;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 @media screen and (max-width: 40em) {
	 .alert .alert__wrapper {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .alert .alert__wrapper .alert__icon-wrapper {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 auto;
	 flex: 0 1 auto;
	 margin-right: 4%;
}
 @media screen and (max-width: 40em) {
	 .alert .alert__wrapper .alert__icon-wrapper {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
		 margin-bottom: 0.625rem;
	}
}
 .alert .alert__wrapper .alert__icon-wrapper svg {
	 width: 3.125rem;
	 height: 3.125rem;
}
 @media screen and (max-width: 40em) {
	 .alert .alert__wrapper .alert__icon-wrapper svg {
		 width: 1.875rem;
		 height: 1.875rem;
	}
}
 .alert .alert__wrapper .alert__message {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
}
 .alert .alert__wrapper .alert__message .alert__headline {
	 margin-bottom: 0.625rem;
}
 .alert .alert__wrapper .alert__message .alert__detail {
	 margin-bottom: 0;
}
 .alert.alert--emergency {
	 background: #DA291C;
	 color: #fff;
}
 .alert.alert--emergency abbr {
	 color: #fff;
}
 .alert.alert--emergency a:link, .alert.alert--emergency a:visited {
	 color: #fff;
}
 .alert.alert--emergency a:hover, .alert.alert--emergency a:active, .alert.alert--emergency a:focus {
	 color: #000;
}
 .alert.alert--emergency a.link--fancy:before, .alert.alert--emergency .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .alert.alert--emergency a.routing-group__link:before {
	 border-color: #fff;
	 background-image: url("../images/fancy-link-angle-white.svg");
}
 .alert.alert--emergency a.link--fancy:hover, .alert.alert--emergency .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .alert.alert--emergency a.routing-group__link:hover, .alert.alert--emergency a.link--fancy:active, .alert.alert--emergency .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .alert.alert--emergency a.routing-group__link:active, .alert.alert--emergency a.link--fancy:focus, .alert.alert--emergency .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .alert.alert--emergency a.routing-group__link:focus {
	 color: #F2A900;
}
 .alert.alert--emergency a.link--fancy:hover:before, .alert.alert--emergency .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .alert.alert--emergency a.routing-group__link:hover:before, .alert.alert--emergency a.link--fancy:active:before, .alert.alert--emergency .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .alert.alert--emergency a.routing-group__link:active:before, .alert.alert--emergency a.link--fancy:focus:before, .alert.alert--emergency .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .alert.alert--emergency a.routing-group__link:focus:before {
	 border-color: #F2A900;
}
 .alert.alert--emergency a.link--fancy.link--fancy-filled:before, .alert.alert--emergency .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .alert.alert--emergency a.link--fancy-filled.routing-group__link:before {
	 border-color: transparent;
	 background-color: #007DBA;
}
 .alert.alert--emergency a.link--fancy.link--fancy-filled:hover:before, .alert.alert--emergency .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .alert.alert--emergency a.link--fancy-filled.routing-group__link:hover:before, .alert.alert--emergency a.link--fancy.link--fancy-filled:active:before, .alert.alert--emergency .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .alert.alert--emergency a.link--fancy-filled.routing-group__link:active:before, .alert.alert--emergency a.link--fancy.link--fancy-filled:focus:before, .alert.alert--emergency .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .alert.alert--emergency a.link--fancy-filled.routing-group__link:focus:before {
	 background-color: #41B6E6;
}
 .alert.alert--emergency blockquote {
	 border-color: #fff;
}
 .alert.alert--emergency hr {
	 border-color: rgba(255, 255, 255, 0.2);
}
 .alert.alert--emergency table {
	 color: #101820;
}
 .alert.alert--emergency table caption {
	 color: #fff;
}
 .alert.alert--emergency button, .alert.alert--emergency .button, .alert.alert--emergency .pagination ul li a, .pagination ul li .alert.alert--emergency a {
	 background-color: #007DBA;
}
 .alert.alert--emergency button:after, .alert.alert--emergency .button:after, .alert.alert--emergency .pagination ul li a:after, .pagination ul li .alert.alert--emergency a:after {
	 background-color: #41B6E6;
}
 .alert.alert--emergency button:hover, .alert.alert--emergency button:active, .alert.alert--emergency .button:hover, .alert.alert--emergency .pagination ul li a:hover, .pagination ul li .alert.alert--emergency a:hover, .alert.alert--emergency .button:active, .alert.alert--emergency .pagination ul li a:active, .pagination ul li .alert.alert--emergency a:active {
	 color: #101820;
}
 .alert.alert--emergency input[type=button], .alert.alert--emergency input[type=submit] {
	 background-image: url("../images/button-backup-triangle-ondark.svg");
}
 .alert.alert--emergency input[type=button]:hover, .alert.alert--emergency input[type=button]:active, .alert.alert--emergency input[type=submit]:hover, .alert.alert--emergency input[type=submit]:active {
	 background-color: #41B6E6;
}
 .alert.alert--emergency .button[type=reset], .alert.alert--emergency .pagination ul li a[type=reset], .pagination ul li .alert.alert--emergency a[type=reset], .alert.alert--emergency input[type=reset] {
	 background-color: #7d8181;
}
 .alert.alert--emergency .button[type=reset]:hover, .alert.alert--emergency .pagination ul li a[type=reset]:hover, .pagination ul li .alert.alert--emergency a[type=reset]:hover, .alert.alert--emergency .button[type=reset]:active, .alert.alert--emergency .pagination ul li a[type=reset]:active, .pagination ul li .alert.alert--emergency a[type=reset]:active, .alert.alert--emergency .button[type=reset]:focus, .alert.alert--emergency .pagination ul li a[type=reset]:focus, .pagination ul li .alert.alert--emergency a[type=reset]:focus, .alert.alert--emergency input[type=reset]:hover, .alert.alert--emergency input[type=reset]:active, .alert.alert--emergency input[type=reset]:focus {
	 background-color: #4b4d4d;
	 color: #fff;
}
 .alert.alert--emergency .social-media a {
	 color: #41B6E6;
}
 .alert.alert--emergency .social-media a:hover, .alert.alert--emergency .social-media a:active, .alert.alert--emergency .social-media a:focus {
	 color: #fff;
}
 .alert.alert--emergency .breadcrumbs {
	 color: #F2A900;
}
 .alert.alert--emergency .search-form.search-form--minimal button, .alert.alert--emergency .filters .filters__wrapper .filters__item .search-form button, .filters .filters__wrapper .filters__item .alert.alert--emergency .search-form button {
	 background: transparent;
}
 .alert.alert--emergency .search-form.search-form--minimal button:hover, .alert.alert--emergency .filters .filters__wrapper .filters__item .search-form button:hover, .filters .filters__wrapper .filters__item .alert.alert--emergency .search-form button:hover, .alert.alert--emergency .search-form.search-form--minimal button:active, .alert.alert--emergency .filters .filters__wrapper .filters__item .search-form button:active, .filters .filters__wrapper .filters__item .alert.alert--emergency .search-form button:active, .alert.alert--emergency .search-form.search-form--minimal button:focus, .alert.alert--emergency .filters .filters__wrapper .filters__item .search-form button:focus, .filters .filters__wrapper .filters__item .alert.alert--emergency .search-form button:focus {
	 background: #F3F3F2;
}
 .alert.alert--emergency .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
	 padding: 2.8125rem;
	 background: #fff;
	 color: #101820;
}
 @media screen and (max-width: 63.9375em) {
	 .alert.alert--emergency .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
		 margin-bottom: 2.5rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .alert.alert--emergency .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
		 padding: 1.25rem;
	}
}
 .alert.alert--emergency .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body p {
	 margin-bottom: 0;
}
 .alert.alert--emergency .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover, .alert.alert--emergency .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active, .alert.alert--emergency .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus {
	 color: #fff;
}
 .alert.alert--emergency .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover:before, .alert.alert--emergency .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active:before, .alert.alert--emergency .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus:before {
	 border-color: #41B6E6;
}
 .alert.alert--emergency .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:before {
	 background-image: url("../images/fancy-link-angle.svg");
}
 .alert.alert--emergency svg {
	 color: #fff;
	 fill: #fff;
}
 .teaser {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 -ms-flex-line-pack: start;
	 align-content: flex-start;
}
 .teaser .teaser__body {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
}
.teaser .teaser__body p {
    overflow-wrap:anywhere;
}
 @media screen and (min-width: 40em) {
	 .teaser .teaser__body {
		 -webkit-box-ordinal-group: 3;
		 -ms-flex-order: 2;
		 order: 2;
	}
}
 .teaser .teaser__body .social-media + .teaser__button {
	 margin-top: 1rem;
}
 .teaser .teaser__media {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
}
 @media screen and (min-width: 40em) {
	 .teaser .teaser__media {
		 -webkit-box-ordinal-group: 2;
		 -ms-flex-order: 1;
		 order: 1;
	}
}
 @media screen and (min-width: 40em) {
	 .teaser .teaser__media {
		 margin-bottom: 1.875rem;
	}
}
 .teaser.teaser--background .teaser__body, .teaser.teaser--media-offset .teaser__body, .teaser.teaser--media-offset-invert .teaser__body, .teaser.teaser--profile .teaser__body, .teaser.teaser--highlight .teaser__body, .teaser.teaser--grid .teaser__body {
	 background-color: #F3F3F2;
	 padding: 2.5rem;
}
 @media screen and (max-width: 23.75em) {
	 .teaser.teaser--background .teaser__body, .teaser.teaser--media-offset .teaser__body, .teaser.teaser--media-offset-invert .teaser__body, .teaser.teaser--profile .teaser__body, .teaser.teaser--highlight .teaser__body, .teaser.teaser--grid .teaser__body {
		 padding: 1.25rem;
	}
}
 .teaser.teaser--grid .teaser__body {
	 background-image: url("../images/grid.svg");
	 background-repeat: repeat;
	 background-position: center center;
}
 .teaser.teaser--highlight .teaser__body {
	 border-top: 0.25rem #C6007E solid;
}
 .teaser.teaser--profile .teaser__body {
	 border-top: 0.25rem #C35413 solid;
}
 .teaser.teaser--media-row, .teaser-collection.collection--archive .collection__items .teaser.collection__item {
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row nowrap;
	 flex-flow: row nowrap;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 @media screen and (max-width: 40em) {
	 .teaser.teaser--media-row, .teaser-collection.collection--archive .collection__items .teaser.collection__item {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .teaser.teaser--media-row .teaser__body, .teaser-collection.collection--archive .collection__items .teaser.collection__item .teaser__body {
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 auto;
	 flex: 0 1 auto;
}
 .teaser.teaser--media-row .teaser__media, .teaser-collection.collection--archive .collection__items .teaser.collection__item .teaser__media {
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 48%;
	 flex: 0 1 48%;
	 min-width: 48%;
	 margin-left: 4%;
}
 @media screen and (max-width: 40em) {
	 .teaser.teaser--media-row .teaser__body, .teaser-collection.collection--archive .collection__items .teaser.collection__item .teaser__body, .teaser.teaser--media-row .teaser__media, .teaser-collection.collection--archive .collection__items .teaser.collection__item .teaser__media {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-left: 0;
	}
}
 .teaser.teaser--media-row.teaser--media-row-invert .teaser__body, .teaser-collection.collection--archive .collection__items .teaser.teaser--media-row-invert.collection__item .teaser__body {
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
}
 @media screen and (max-width: 40em) {
	 .teaser.teaser--media-row.teaser--media-row-invert .teaser__body, .teaser-collection.collection--archive .collection__items .teaser.teaser--media-row-invert.collection__item .teaser__body {
		 -webkit-box-ordinal-group: 2;
		 -ms-flex-order: 1;
		 order: 1;
	}
}
 .teaser.teaser--media-row.teaser--media-row-invert .teaser__media, .teaser-collection.collection--archive .collection__items .teaser.teaser--media-row-invert.collection__item .teaser__media {
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
	 margin-right: 4%;
	 margin-left: 0;
}
 @media screen and (max-width: 40em) {
	 .teaser.teaser--media-row.teaser--media-row-invert .teaser__media, .teaser-collection.collection--archive .collection__items .teaser.teaser--media-row-invert.collection__item .teaser__media {
		 -webkit-box-ordinal-group: 3;
		 -ms-flex-order: 2;
		 order: 2;
		 margin-right: 0;
	}
}
 .teaser.teaser--media-row.teaser--media-row-sixty-forty .teaser__media, .teaser-collection.collection--archive .collection__items .teaser.collection__item .teaser__media {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 38%;
	 flex: 0 1 38%;
	 min-width: 38%;
}
 @media screen and (max-width: 40em) {
	 .teaser.teaser--media-row.teaser--media-row-sixty-forty .teaser__body, .teaser-collection.collection--archive .collection__items .teaser.collection__item .teaser__body, .teaser.teaser--media-row.teaser--media-row-sixty-forty .teaser__media, .teaser-collection.collection--archive .collection__items .teaser.collection__item .teaser__media {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-left: 0;
	}
}
 .teaser.teaser--edge {
	 padding-bottom: 4.375rem;
}
 .teaser.teaser--edge:last-child {
	 margin-bottom: 0;
	 padding-bottom: 0;
}
 .teaser.teaser--edge .teaser__body {
	 max-width: 85rem;
	 margin: 0 auto;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .teaser.teaser--edge.teaser--media-offset, .teaser.teaser--edge.teaser--media-offset-invert {
		 margin-top: 2.5rem;
	}
}
 .teaser.teaser--edge.teaser--media-offset .teaser__body > *, .teaser.teaser--edge.teaser--media-offset-invert .teaser__body > * {
	 max-width: 40rem;
}
 .teaser.teaser--edge.teaser--media-offset-invert .teaser__body > * {
	 margin-left: auto;
}
 .teaser.teaser--media-offset {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .teaser.teaser--media-offset {
		 padding-top: 2.5rem;
	}
}
 @media screen and (max-width: 40em) {
	 .teaser.teaser--media-offset {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .teaser.teaser--media-offset [class$=__body], .teaser.teaser--media-offset [class$=__media] {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 50%;
	 flex: 0 1 50%;
	 position: relative;
	 max-width: 50%;
}
 @media screen and (max-width: 40em) {
	 .teaser.teaser--media-offset [class$=__body], .teaser.teaser--media-offset [class$=__media] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 max-width: none;
	}
}
 .teaser.teaser--media-offset [class$=__body] {
	 z-index: 2;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .teaser.teaser--media-offset [class$=__body] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 60%;
		 flex: 0 1 60%;
		 max-width: 60%;
	}
}
 .teaser.teaser--media-offset [class$=__media] {
	 z-index: 1;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .teaser.teaser--media-offset [class$=__media] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 40%;
		 flex: 0 1 40%;
		 max-width: 40%;
		 margin-top: -2.5rem;
		 -ms-flex-item-align: start;
		 align-self: flex-start;
	}
}
 .teaser.teaser--media-offset [class$=__media] .media {
	 margin-right: -10%;
}
 @media screen and (max-width: 40em) {
	 .teaser.teaser--media-offset [class$=__media] .media {
		 margin-right: 0;
	}
}
 @media screen and (min-width: 40em) {
	 .teaser.teaser--media-offset .teaser__media {
		 margin-bottom: 0;
	}
}
 .teaser.teaser--media-offset-invert {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .teaser.teaser--media-offset-invert {
		 padding-top: 2.5rem;
	}
}
 @media screen and (max-width: 40em) {
	 .teaser.teaser--media-offset-invert {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .teaser.teaser--media-offset-invert [class$=__body], .teaser.teaser--media-offset-invert [class$=__media] {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 50%;
	 flex: 0 1 50%;
	 position: relative;
	 max-width: 50%;
}
 @media screen and (max-width: 40em) {
	 .teaser.teaser--media-offset-invert [class$=__body], .teaser.teaser--media-offset-invert [class$=__media] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 max-width: none;
	}
}
 .teaser.teaser--media-offset-invert [class$=__body] {
	 z-index: 2;
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .teaser.teaser--media-offset-invert [class$=__body] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 60%;
		 flex: 0 1 60%;
		 max-width: 60%;
	}
}
 .teaser.teaser--media-offset-invert [class$=__media] {
	 z-index: 1;
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .teaser.teaser--media-offset-invert [class$=__media] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 40%;
		 flex: 0 1 40%;
		 max-width: 40%;
		 margin-top: -2.5rem;
		 -ms-flex-item-align: start;
		 align-self: flex-start;
	}
}
 .teaser.teaser--media-offset-invert [class$=__media] .media {
	 margin-left: -10%;
}
 @media screen and (max-width: 40em) {
	 .teaser.teaser--media-offset-invert [class$=__media] .media {
		 margin-left: 0;
	}
}
 @media screen and (min-width: 40em) {
	 .teaser.teaser--media-offset-invert .teaser__media {
		 margin-bottom: 0;
	}
}
 .teaser.teaser--media-colorblock .teaser__media {
	 position: relative;
}
 .teaser.teaser--media-colorblock .teaser__media:after {
	 display: block;
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 right: 0;
	 z-index: 1;
	 background-color: #41B6E6;
	 margin-top: 4%;
	 margin-right: 4%;
}
 .teaser.teaser--media-colorblock .teaser__media .media {
	 position: relative;
	 z-index: 2;
	 margin-left: 4%;
	 margin-bottom: 4%;
}
 .teaser.teaser--media-colorblock.teaser--media-colorblock-invert .teaser__media:after, .teaser.teaser--media-colorblock.teaser--media-row-invert .teaser__media:after, .teaser.teaser--media-colorblock.teaser--media-offset-invert .teaser__media:after {
	 margin-right: 0;
	 margin-left: 4%;
}
 .teaser.teaser--media-colorblock.teaser--media-colorblock-invert .teaser__media .media, .teaser.teaser--media-colorblock.teaser--media-row-invert .teaser__media .media, .teaser.teaser--media-colorblock.teaser--media-offset-invert .teaser__media .media {
	 margin-left: 0;
	 margin-right: 4%;
}
 .teaser.teaser--media-colorblock.teaser--media-row, .teaser-collection.collection--archive .collection__items .teaser.teaser--media-colorblock.collection__item {
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .teaser.teaser--media-colorblock-rainbow1 .teaser__media:after {
	 background-color: #C6007E;
}
 .teaser.teaser--media-colorblock-rainbow2 .teaser__media:after {
	 background-color: #DA291C;
}
 .teaser.teaser--media-colorblock-rainbow3 .teaser__media:after {
	 background-color: #C35413;
}
 .teaser.teaser--media-colorblock-rainbow4 .teaser__media:after {
	 background-color: #D3710C;
}
 .teaser.teaser--media-colorblock-rainbow5 .teaser__media:after {
	 background-color: #F2A900;
}
 .teaser.teaser--media-colorblock-rainbow6 .teaser__media:after {
	 background-color: #99E69D;
}
 .teaser.teaser--media-colorblock-rainbow7 .teaser__media:after {
	 background-color: #348338;
}
 .teaser.teaser--media-colorblock-rainbow8 .teaser__media:after {
	 background-color: #006C5B;
}
 .teaser.teaser--media-colorblock-rainbow9 .teaser__media:after {
	 background-color: #487F84;
}
 .teaser.teaser--media-colorblock-rainbow10 .teaser__media:after {
	 background-color: #55A0A6;
}
 .teaser.teaser--media-colorblock-rainbow11 .teaser__media:after {
	 background-color: #9EE1E7;
}
 .teaser.teaser--media-colorblock-rainbow12 .teaser__media:after {
	 background-color: #41B6E6;
}
 .teaser.teaser--media-colorblock-rainbow13 .teaser__media:after {
	 background-color: #00AEEF;
}
 .teaser.teaser--media-colorblock-rainbow14 .teaser__media:after {
	 background-color: #007DBA;
}
 .teaser.teaser--media-colorblock-rainbow15 .teaser__media:after {
	 background-color: #0033A0;
}
 .teaser.teaser--media-colorblock-rainbow16 .teaser__media:after {
	 background-color: #012169;
}
 .teaser.teaser--media-colorblock-rainbow17 .teaser__media:after {
	 background-color: #6558B1;
}
 .teaser.teaser--media-colorblock-rainbow18 .teaser__media:after {
	 background-color: #6D2077;
}
 .simple-block {
	 margin-bottom: 3.75rem;
}
 .simple-block .simple-block__headline {
	 font: normal normal 2.125rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .simple-block .simple-block__headline {
		 font-size: 1.875rem;
	}
}
 .simple-block .simple-block__headline a {
	 background-position: 0 81%;
}
 .simple-block .simple-block__headline a:hover {
	 background-size: 100% 92%;
}
 .simple-block.simple-block--shade, .simple-block.simple-block--stroke {
	 padding: 1.875rem;
	 background-color: #F3F3F2;
}
 .simple-block.simple-block--bright {
	 padding: 1.875rem;
	 background-color: #F2A900;
	 background-image: url("../images/triangles-orange.svg");
	 background-position: bottom right;
	 background-repeat: no-repeat;
	 background-size: 80%;
}
 .simple-block.simple-block--bright a.link--strokeless:hover, .simple-block.simple-block--bright a.link--strokeless:active, .simple-block.simple-block--bright a.link--strokeless:focus {
	 color: #000;
}
 .simple-block.simple-block--bright a.link--fancy:before, .simple-block.simple-block--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .simple-block.simple-block--bright a.routing-group__link:before {
	 border-color: #fff;
}
 .simple-block.simple-block--bright a.link--fancy:hover, .simple-block.simple-block--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .simple-block.simple-block--bright a.routing-group__link:hover, .simple-block.simple-block--bright a.link--fancy:active, .simple-block.simple-block--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .simple-block.simple-block--bright a.routing-group__link:active, .simple-block.simple-block--bright a.link--fancy:focus, .simple-block.simple-block--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .simple-block.simple-block--bright a.routing-group__link:focus {
	 color: #000;
}
 .simple-block.simple-block--bright a.link--fancy:hover:before, .simple-block.simple-block--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .simple-block.simple-block--bright a.routing-group__link:hover:before, .simple-block.simple-block--bright a.link--fancy:active:before, .simple-block.simple-block--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .simple-block.simple-block--bright a.routing-group__link:active:before, .simple-block.simple-block--bright a.link--fancy:focus:before, .simple-block.simple-block--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .simple-block.simple-block--bright a.routing-group__link:focus:before {
	 border-color: #007DBA;
}
 .simple-block.simple-block--bright a.link--fancy.link--fancy-filled:before, .simple-block.simple-block--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .simple-block.simple-block--bright a.link--fancy-filled.routing-group__link:before {
	 border-color: transparent;
}
 .simple-block.simple-block--bright hr {
	 border-color: rgba(255, 255, 255, 0.5);
}
 .simple-block.simple-block--bright hr.hr--dots {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-bottom-width: 18px;
}
 .simple-block.simple-block--bright button, .simple-block.simple-block--bright .button, .simple-block.simple-block--bright .pagination ul li a, .pagination ul li .simple-block.simple-block--bright a {
	 background-color: #C35413;
}
 .simple-block.simple-block--bright button:after, .simple-block.simple-block--bright .button:after, .simple-block.simple-block--bright .pagination ul li a:after, .pagination ul li .simple-block.simple-block--bright a:after {
	 background-color: #D3710C;
}
 .simple-block.simple-block--bright button:hover, .simple-block.simple-block--bright button:active, .simple-block.simple-block--bright button:focus, .simple-block.simple-block--bright .button:hover, .simple-block.simple-block--bright .pagination ul li a:hover, .pagination ul li .simple-block.simple-block--bright a:hover, .simple-block.simple-block--bright .button:active, .simple-block.simple-block--bright .pagination ul li a:active, .pagination ul li .simple-block.simple-block--bright a:active, .simple-block.simple-block--bright .button:focus, .simple-block.simple-block--bright .pagination ul li a:focus, .pagination ul li .simple-block.simple-block--bright a:focus {
	 color: #000;
}
 .simple-block.simple-block--bright input[type=button], .simple-block.simple-block--bright input[type=submit] {
	 background-image: url("../images/button-backup-triangle-onbright.svg");
}
 .simple-block.simple-block--bright input[type=button]:hover, .simple-block.simple-block--bright input[type=button]:active, .simple-block.simple-block--bright input[type=submit]:hover, .simple-block.simple-block--bright input[type=submit]:active {
	 background-color: #D3710C;
}
 .simple-block.simple-block--bright .button[type=reset], .simple-block.simple-block--bright .pagination ul li a[type=reset], .pagination ul li .simple-block.simple-block--bright a[type=reset], .simple-block.simple-block--bright input[type=reset] {
	 background-color: #7d8181;
}
 .simple-block.simple-block--bright .button[type=reset]:hover, .simple-block.simple-block--bright .pagination ul li a[type=reset]:hover, .pagination ul li .simple-block.simple-block--bright a[type=reset]:hover, .simple-block.simple-block--bright .button[type=reset]:active, .simple-block.simple-block--bright .pagination ul li a[type=reset]:active, .pagination ul li .simple-block.simple-block--bright a[type=reset]:active, .simple-block.simple-block--bright .button[type=reset]:focus, .simple-block.simple-block--bright .pagination ul li a[type=reset]:focus, .pagination ul li .simple-block.simple-block--bright a[type=reset]:focus, .simple-block.simple-block--bright input[type=reset]:hover, .simple-block.simple-block--bright input[type=reset]:active, .simple-block.simple-block--bright input[type=reset]:focus {
	 background-color: #4b4d4d;
}
 .simple-block.simple-block--bright ul.dot-list li::after, .simple-block.simple-block--bright ul.meta li::after {
	 background-color: #fff;
}
 .simple-block.simple-block--bright table thead tr th {
	 background-color: #C35413;
}
 .simple-block.simple-block--bright .social-media a {
	 color: #012169;
}
 .simple-block.simple-block--bright .social-media a:hover, .simple-block.simple-block--bright .social-media a:active, .simple-block.simple-block--bright .social-media a:focus {
	 color: #0033A0;
}
 .simple-block.simple-block--bright .breadcrumbs ul li::after {
	 background-color: #fff;
}
 .simple-block.simple-block--bright .search-form.search-form--minimal button, .simple-block.simple-block--bright .filters .filters__wrapper .filters__item .search-form button, .filters .filters__wrapper .filters__item .simple-block.simple-block--bright .search-form button {
	 background: transparent;
}
 .simple-block.simple-block--bright .search-form.search-form--minimal button:hover, .simple-block.simple-block--bright .filters .filters__wrapper .filters__item .search-form button:hover, .filters .filters__wrapper .filters__item .simple-block.simple-block--bright .search-form button:hover, .simple-block.simple-block--bright .search-form.search-form--minimal button:active, .simple-block.simple-block--bright .filters .filters__wrapper .filters__item .search-form button:active, .filters .filters__wrapper .filters__item .simple-block.simple-block--bright .search-form button:active, .simple-block.simple-block--bright .search-form.search-form--minimal button:focus, .simple-block.simple-block--bright .filters .filters__wrapper .filters__item .search-form button:focus, .filters .filters__wrapper .filters__item .simple-block.simple-block--bright .search-form button:focus {
	 background: #F3F3F2;
}
 .simple-block.simple-block--bright .list-header, .simple-block.simple-block--bright .people-collection.people-collection--list .people-collection__headline .headline-group, .people-collection.people-collection--list .people-collection__headline .simple-block.simple-block--bright .headline-group {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-bottom-width: 18px;
}
 .simple-block.simple-block--bright .fact-collection .fact-collection__facts .fact:after, .simple-block.simple-block--bright.fact-collection .fact-collection__facts .fact:after {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-right-width: 18px;
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--bright .fact-collection .fact-collection__facts .fact:after, .simple-block.simple-block--bright .fact-collection .fact-collection__facts .fact:nth-child(even)::after, .simple-block.simple-block--bright.fact-collection .fact-collection__facts .fact:after, .simple-block.simple-block--bright.fact-collection .fact-collection__facts .fact:nth-child(even)::after {
		 border-width: 0;
		 border-style: solid;
		 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-bottom-width: 18px;
	}
}
 .simple-block.simple-block--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover, .simple-block.simple-block--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active, .simple-block.simple-block--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus {
	 color: #fff;
}
 .simple-block.simple-block--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover:before, .simple-block.simple-block--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active:before, .simple-block.simple-block--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus:before {
	 border-color: #41B6E6;
}
 .simple-block.simple-block--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:before {
	 background-image: url("../images/fancy-link-angle.svg");
}
 @media screen and (max-width: 63.9375em) {
	 .simple-block.simple-block--bright {
		 background-size: 120%;
		 background-position: bottom left;
	}
}
 .simple-block.simple-block--stroke {
	 border-top: 0.25rem #41B6E6 solid;
}
 .simple-block.simple-block--media-row {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-row {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .simple-block.simple-block--media-row .simple-block__body, .simple-block.simple-block--media-row .simple-block__media {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 48%;
	 flex: 0 1 48%;
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-row .simple-block__body, .simple-block.simple-block--media-row .simple-block__media {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .simple-block.simple-block--media-row.simple-block--media-row-invert .simple-block__body {
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-row.simple-block--media-row-invert .simple-block__body {
		 -webkit-box-ordinal-group: 2;
		 -ms-flex-order: 1;
		 order: 1;
	}
}
 .simple-block.simple-block--media-row.simple-block--media-row-invert .simple-block__media {
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-row.simple-block--media-row-invert .simple-block__media {
		 -webkit-box-ordinal-group: 3;
		 -ms-flex-order: 2;
		 order: 2;
	}
}
 .simple-block.simple-block--media-offset, .simple-block.simple-block--media-offset-invert {
	 background: transparent;
	 border-top: 0;
	 padding: 0;
}
 .simple-block.simple-block--media-offset .simple-block__body, .simple-block.simple-block--media-offset-invert .simple-block__body {
	 padding: 1.875rem;
	 background-color: #F3F3F2;
	 border-top: 0.25rem #41B6E6 solid;
}
 .simple-block.simple-block--media-offset {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .simple-block.simple-block--media-offset {
		 padding-top: 2.5rem;
	}
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-offset {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .simple-block.simple-block--media-offset [class$=__body], .simple-block.simple-block--media-offset [class$=__media] {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 50%;
	 flex: 0 1 50%;
	 position: relative;
	 max-width: 50%;
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-offset [class$=__body], .simple-block.simple-block--media-offset [class$=__media] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 max-width: none;
	}
}
 .simple-block.simple-block--media-offset [class$=__body] {
	 z-index: 2;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .simple-block.simple-block--media-offset [class$=__body] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 60%;
		 flex: 0 1 60%;
		 max-width: 60%;
	}
}
 .simple-block.simple-block--media-offset [class$=__media] {
	 z-index: 1;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .simple-block.simple-block--media-offset [class$=__media] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 40%;
		 flex: 0 1 40%;
		 max-width: 40%;
		 margin-top: -2.5rem;
		 -ms-flex-item-align: start;
		 align-self: flex-start;
	}
}
 .simple-block.simple-block--media-offset [class$=__media] .media {
	 margin-right: -10%;
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-offset [class$=__media] .media {
		 margin-right: 0;
	}
}
 .simple-block.simple-block--media-offset .simple-block__body {
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-offset .simple-block__body {
		 -webkit-box-ordinal-group: 2;
		 -ms-flex-order: 1;
		 order: 1;
	}
}
 .simple-block.simple-block--media-offset .simple-block__media {
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-offset .simple-block__media {
		 -webkit-box-ordinal-group: 3;
		 -ms-flex-order: 2;
		 order: 2;
	}
}
 .simple-block.simple-block--media-offset-invert {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .simple-block.simple-block--media-offset-invert {
		 padding-top: 2.5rem;
	}
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-offset-invert {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .simple-block.simple-block--media-offset-invert [class$=__body], .simple-block.simple-block--media-offset-invert [class$=__media] {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 50%;
	 flex: 0 1 50%;
	 position: relative;
	 max-width: 50%;
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-offset-invert [class$=__body], .simple-block.simple-block--media-offset-invert [class$=__media] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 max-width: none;
	}
}
 .simple-block.simple-block--media-offset-invert [class$=__body] {
	 z-index: 2;
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .simple-block.simple-block--media-offset-invert [class$=__body] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 60%;
		 flex: 0 1 60%;
		 max-width: 60%;
	}
}
 .simple-block.simple-block--media-offset-invert [class$=__media] {
	 z-index: 1;
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .simple-block.simple-block--media-offset-invert [class$=__media] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 40%;
		 flex: 0 1 40%;
		 max-width: 40%;
		 margin-top: -2.5rem;
		 -ms-flex-item-align: start;
		 align-self: flex-start;
	}
}
 .simple-block.simple-block--media-offset-invert [class$=__media] .media {
	 margin-left: -10%;
}
 @media screen and (max-width: 40em) {
	 .simple-block.simple-block--media-offset-invert [class$=__media] .media {
		 margin-left: 0;
	}
}
 .simple-block.simple-block--stroke-rainbow1 {
	 border-top-color: #C6007E;
}
 .simple-block.simple-block--stroke-rainbow1.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow1.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #C6007E;
}
 .simple-block.simple-block--stroke-rainbow2 {
	 border-top-color: #DA291C;
}
 .simple-block.simple-block--stroke-rainbow2.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow2.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #DA291C;
}
 .simple-block.simple-block--stroke-rainbow3 {
	 border-top-color: #C35413;
}
 .simple-block.simple-block--stroke-rainbow3.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow3.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #C35413;
}
 .simple-block.simple-block--stroke-rainbow4 {
	 border-top-color: #D3710C;
}
 .simple-block.simple-block--stroke-rainbow4.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow4.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #D3710C;
}
 .simple-block.simple-block--stroke-rainbow5 {
	 border-top-color: #F2A900;
}
 .simple-block.simple-block--stroke-rainbow5.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow5.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #F2A900;
}
 .simple-block.simple-block--stroke-rainbow6 {
	 border-top-color: #99E69D;
}
 .simple-block.simple-block--stroke-rainbow6.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow6.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #99E69D;
}
 .simple-block.simple-block--stroke-rainbow7 {
	 border-top-color: #348338;
}
 .simple-block.simple-block--stroke-rainbow7.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow7.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #348338;
}
 .simple-block.simple-block--stroke-rainbow8 {
	 border-top-color: #006C5B;
}
 .simple-block.simple-block--stroke-rainbow8.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow8.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #006C5B;
}
 .simple-block.simple-block--stroke-rainbow9 {
	 border-top-color: #487F84;
}
 .simple-block.simple-block--stroke-rainbow9.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow9.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #487F84;
}
 .simple-block.simple-block--stroke-rainbow10 {
	 border-top-color: #55A0A6;
}
 .simple-block.simple-block--stroke-rainbow10.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow10.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #55A0A6;
}
 .simple-block.simple-block--stroke-rainbow11 {
	 border-top-color: #9EE1E7;
}
 .simple-block.simple-block--stroke-rainbow11.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow11.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #9EE1E7;
}
 .simple-block.simple-block--stroke-rainbow12 {
	 border-top-color: #41B6E6;
}
 .simple-block.simple-block--stroke-rainbow12.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow12.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #41B6E6;
}
 .simple-block.simple-block--stroke-rainbow13 {
	 border-top-color: #00AEEF;
}
 .simple-block.simple-block--stroke-rainbow13.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow13.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #00AEEF;
}
 .simple-block.simple-block--stroke-rainbow14 {
	 border-top-color: #007DBA;
}
 .simple-block.simple-block--stroke-rainbow14.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow14.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #007DBA;
}
 .simple-block.simple-block--stroke-rainbow15 {
	 border-top-color: #0033A0;
}
 .simple-block.simple-block--stroke-rainbow15.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow15.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #0033A0;
}
 .simple-block.simple-block--stroke-rainbow16 {
	 border-top-color: #012169;
}
 .simple-block.simple-block--stroke-rainbow16.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow16.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #012169;
}
 .simple-block.simple-block--stroke-rainbow17 {
	 border-top-color: #6558B1;
}
 .simple-block.simple-block--stroke-rainbow17.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow17.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #6558B1;
}
 .simple-block.simple-block--stroke-rainbow18 {
	 border-top-color: #6D2077;
}
 .simple-block.simple-block--stroke-rainbow18.simple-block--media-offset .simple-block__body, .simple-block.simple-block--stroke-rainbow18.simple-block--media-offset-invert .simple-block__body {
	 border-top-color: #6D2077;
}
 ul.meta {
	 font-family: "Noto Sans", sans-serif;
	 font-size: 1rem;
	 line-height: 1.625rem;
	 text-transform: none;
}
 ul.meta li {
	 margin-bottom: 0;
	 font-size: inherit;
	 line-height: inherit;
}
 .story-header .headline-group .superhead {
	 margin-bottom: 0;
}
 @media screen and (max-width: 23.75em) {
	 .story-header .headline-group .superhead {
		 margin-bottom: 1.875rem;
	}
}
 .story-header .headline-group .head {
	 font: normal normal 2.875rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 40em) {
	 .story-header .headline-group .head {
		 font-size: 2.5rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .story-header .headline-group .head {
		 font-size: 2.125rem;
	}
}
 .story-header .headline-group .head a {
	 background-position: 0 81%;
}
 .story-header .headline-group .head a:hover {
	 background-size: 100% 92%;
}
 .story-header .headline-group .subhead {
	 font-size: 1.75rem;
	 margin-top: 0;
	 margin-bottom: 1.875rem;
}
 @media screen and (max-width: 23.75em) {
	 .story-header .headline-group .subhead {
		 margin-top: 1.25rem;
	}
}
 .person {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .person ul {
	 margin: 0 0 0 0;
	 list-style: none;
	 padding: 0 0 0 0;
}
 .person ul > li {
	 text-indent: 0;
	 margin-left: 0;
	 margin-bottom: 0;
}
 .person ul > li:before {
	 display: none;
}
 .person ul li {
	 margin-bottom: 1.25rem;
}
 @media screen and (max-width: 63.9375em) {
	 .person {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .person .person__name {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 38%;
	 flex: 0 1 38%;
}
 @media screen and (max-width: 63.9375em) {
	 .person .person__name {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .person .person__body {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 58%;
	 flex: 0 1 58%;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 @media screen and (max-width: 63.9375em) {
	 .person .person__body {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 @media screen and (max-width: 23.75em) {
	 .person .person__body {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .person .person__body .person__details {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 62%;
	 flex: 0 1 62%;
}
 @media screen and (max-width: 23.75em) {
	 .person .person__body .person__details {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .person .person__body .person__details ul.person__titles li {
	 font-style: italic;
}
 .person .person__body .person__headshot {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 32%;
	 flex: 0 1 32%;
	 margin-left: auto;
}
 @media screen and (max-width: 23.75em) {
	 .person .person__body .person__headshot {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 max-width: 75%;
		 margin-right: auto;
	}
}
 .person.person--fancy {
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 margin-bottom: 2.5rem;
}
 .person.person--fancy .person__name {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
}
 .person.person--fancy .person__name h1, .person.person--fancy .person__name h2, .person.person--fancy .person__name h3, .person.person--fancy .person__name h4, .person.person--fancy .person__name h5, .person.person--fancy .person__name h6 {
	 font: normal normal 2.875rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 40em) {
	 .person.person--fancy .person__name h1, .person.person--fancy .person__name h2, .person.person--fancy .person__name h3, .person.person--fancy .person__name h4, .person.person--fancy .person__name h5, .person.person--fancy .person__name h6 {
		 font-size: 2.5rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .person.person--fancy .person__name h1, .person.person--fancy .person__name h2, .person.person--fancy .person__name h3, .person.person--fancy .person__name h4, .person.person--fancy .person__name h5, .person.person--fancy .person__name h6 {
		 font-size: 2.125rem;
	}
}
 .person.person--fancy .person__name h1 a, .person.person--fancy .person__name h2 a, .person.person--fancy .person__name h3 a, .person.person--fancy .person__name h4 a, .person.person--fancy .person__name h5 a, .person.person--fancy .person__name h6 a {
	 background-position: 0 81%;
}
 .person.person--fancy .person__name h1 a:hover, .person.person--fancy .person__name h2 a:hover, .person.person--fancy .person__name h3 a:hover, .person.person--fancy .person__name h4 a:hover, .person.person--fancy .person__name h5 a:hover, .person.person--fancy .person__name h6 a:hover {
	 background-size: 100% 92%;
}
 .person.person--fancy .person__body {
	 background: #F3F3F2;
	 border-top: 0.25rem #C35413 solid;
	 padding: 2.5rem;
	 margin-right: 2.5rem;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
}
 @media screen and (max-width: 23.75em) {
	 .person.person--fancy .person__body {
		 margin-right: 0;
		 padding: 1.25rem;
	}
}
 .person.person--fancy .person__body .person__details {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 75%;
	 flex: 0 1 75%;
}
 @media screen and (max-width: 40em) {
	 .person.person--fancy .person__body .person__details {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 60%;
		 flex: 0 1 60%;
	}
}
 @media screen and (max-width: 23.75em) {
	 .person.person--fancy .person__body .person__details {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .person.person--fancy .person__body .person__details ul.person__titles {
	 margin-bottom: 2.5rem;
}
 .person.person--fancy .person__body .person__details ul.person__contacts {
	 -webkit-column-count: 2;
	 -moz-column-count: 2;
	 column-count: 2;
}
 @media screen and (max-width: 40em) {
	 .person.person--fancy .person__body .person__details ul.person__contacts {
		 -webkit-column-count: 1;
		 -moz-column-count: 1;
		 column-count: 1;
	}
}
 .person.person--fancy .person__body .person__headshot {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 21%;
	 flex: 0 1 21%;
	 margin-right: -5rem;
}
 @media screen and (max-width: 40em) {
	 .person.person--fancy .person__body .person__headshot {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 36%;
		 flex: 0 1 36%;
	}
}
 @media screen and (max-width: 23.75em) {
	 .person.person--fancy .person__body .person__headshot {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 max-width: none;
		 margin-right: 0;
	}
}
 .person-detail .list ul li {
	 font-size: 1rem;
	 line-height: 1.625rem;
}
 .person-detail .button, .person-detail .pagination ul li a, .pagination ul li .person-detail a, .person-detail button {
	 margin-bottom: 2.5rem;
}
 .timeline-item {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .timeline-item .timeline-item__year {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 3.75rem;
	 flex: 0 0 3.75rem;
	 margin-right: 1.25rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: column nowrap;
	 flex-flow: column nowrap;
}
 @media screen and (max-width: 23.75em) {
	 .timeline-item .timeline-item__year {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 2.5rem;
		 flex: 0 0 2.5rem;
	}
}
 .timeline-item .timeline-item__year h1, .timeline-item .timeline-item__year h2, .timeline-item .timeline-item__year h3, .timeline-item .timeline-item__year h4, .timeline-item .timeline-item__year h5, .timeline-item .timeline-item__year h6 {
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.75rem;
	 line-height: 2.375rem;
	 font-size: 2.125rem;
	 line-height: 2.125rem;
	 color: #007DBA;
	 margin-bottom: 0.125rem;
}
 @media screen and (max-width: 23.75em) {
	 .timeline-item .timeline-item__year h1, .timeline-item .timeline-item__year h2, .timeline-item .timeline-item__year h3, .timeline-item .timeline-item__year h4, .timeline-item .timeline-item__year h5, .timeline-item .timeline-item__year h6 {
		 font-size: 1.5rem;
		 line-height: 2.125rem;
	}
}
 .timeline-item .timeline-item__year:after {
	 display: block;
	 content: "";
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-left-width: 18px;
	 margin-left: 1.25rem;
	 height: 100%;
}
 @media screen and (max-width: 23.75em) {
	 .timeline-item .timeline-item__year:after {
		 margin-left: 0.625rem;
	}
}
 .timeline-item .timeline-item__wrapper {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 padding-bottom: 3.75rem;
}
 .timeline-item .timeline-item__wrapper .timeline-item__body .timeline-item__headline {
	 font: normal normal 2.125rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .timeline-item .timeline-item__wrapper .timeline-item__body .timeline-item__headline {
		 font-size: 1.875rem;
	}
}
 .timeline-item .timeline-item__wrapper .timeline-item__body .timeline-item__headline a {
	 background-position: 0 81%;
}
 .timeline-item .timeline-item__wrapper .timeline-item__body .timeline-item__headline a:hover {
	 background-size: 100% 92%;
}
 .timeline-item .timeline-item__wrapper .timeline-item__body p {
	 font-size: 1.125rem;
	 line-height: 1.75rem;
}
 .timeline-item.timeline-item--highlight {
	 background: #F3F3F2;
	 border-top: 0.25rem #C6007E solid;
	 padding: 2.5rem;
	 margin: 0.625rem 0 1.875rem -2.5rem;
}
 .timeline-item.timeline-item--highlight .timeline-item__year:after {
	 display: none;
}
 .timeline-item.timeline-item--highlight .timeline-item__wrapper {
	 padding-bottom: 0;
}
 .timeline-item.timeline-item--media-right .timeline-item__wrapper {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 @media screen and (max-width: 40em) {
	 .timeline-item.timeline-item--media-right .timeline-item__wrapper {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__body, .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__media {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 46%;
	 flex: 0 1 46%;
	 margin-right: 8%;
}
 @media print, screen and (min-width: 64em) {
	 .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__body:nth-child(2n), .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__body:last-child, .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__media:nth-child(2n), .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__media:last-child {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__body, .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__media {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__body:nth-child(even), .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__media:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__body, .timeline-item.timeline-item--media-right .timeline-item__wrapper .timeline-item__media {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 .two-column {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 @media screen and (max-width: 40em) {
	 .two-column {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .two-column .two-column__first, .two-column .two-column__second {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 46%;
	 flex: 0 1 46%;
	 margin-right: 8%;
}
 @media print, screen and (min-width: 64em) {
	 .two-column .two-column__first:nth-child(2n), .two-column .two-column__first:last-child, .two-column .two-column__second:nth-child(2n), .two-column .two-column__second:last-child {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .two-column .two-column__first, .two-column .two-column__second {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .two-column .two-column__first:nth-child(even), .two-column .two-column__second:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .two-column .two-column__first, .two-column .two-column__second {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 @media screen and (min-width: 40em) {
	 .float--right {
		 float: right;
		 width: 46%;
		 margin-left: 4%;
	}
}
 @media screen and (min-width: 40em) {
	 .float--left {
		 float: left;
		 width: 46%;
		 margin-right: 4%;
	}
}
 .slab {
	 padding-bottom: 4.375rem;
}
 .slab:last-child {
	 padding-bottom: 4.375rem;
}
 @media screen and (max-width: 145em) {
	 .slab {
		 padding-left: 1.875rem;
		 padding-right: 1.875rem;
	}
}
 @media screen and (max-width: 40em) {
	 .slab {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .slab {
		 padding-left: 0.625rem;
		 padding-right: 0.625rem;
	}
}
 .slab__wrapper {
	 max-width: 85rem;
	 margin: 0 auto;
}
 .slab--grid, .slab--shade, .slab--bright, .slab--bright-alt, .slab--dark {
	 padding-bottom: 4.375rem;
	 padding-top: 4.375rem;
	 padding-bottom: 4.375rem;
	 margin-bottom: 4.375rem;
}
 .slab--grid:last-child, .slab--shade:last-child, .slab--bright:last-child, .slab--bright-alt:last-child, .slab--dark:last-child {
	 margin-bottom: 0;
}
 @media screen and (max-width: 145em) {
	 .slab--grid, .slab--shade, .slab--bright, .slab--bright-alt, .slab--dark {
		 padding-left: 1.875rem;
		 padding-right: 1.875rem;
	}
}
 @media screen and (max-width: 40em) {
	 .slab--grid, .slab--shade, .slab--bright, .slab--bright-alt, .slab--dark {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .slab--grid, .slab--shade, .slab--bright, .slab--bright-alt, .slab--dark {
		 padding-left: 0.625rem;
		 padding-right: 0.625rem;
	}
}
 .slab--grid {
	 background-image: url("../images/grid.svg");
	 background-repeat: repeat;
	 background-position: center center;
}
 .slab--shade {
	 background-color: #F3F3F2;
}
 .slab--bright {
	 background-color: #F2A900;
}
 .slab--bright a.link--strokeless:hover, .slab--bright a.link--strokeless:active, .slab--bright a.link--strokeless:focus {
	 color: #000;
}
 .slab--bright a.link--fancy:before, .slab--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright a.routing-group__link:before {
	 border-color: #fff;
}
 .slab--bright a.link--fancy:hover, .slab--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright a.routing-group__link:hover, .slab--bright a.link--fancy:active, .slab--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright a.routing-group__link:active, .slab--bright a.link--fancy:focus, .slab--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright a.routing-group__link:focus {
	 color: #000;
}
 .slab--bright a.link--fancy:hover:before, .slab--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright a.routing-group__link:hover:before, .slab--bright a.link--fancy:active:before, .slab--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright a.routing-group__link:active:before, .slab--bright a.link--fancy:focus:before, .slab--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright a.routing-group__link:focus:before {
	 border-color: #007DBA;
}
 .slab--bright a.link--fancy.link--fancy-filled:before, .slab--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright a.link--fancy-filled.routing-group__link:before {
	 border-color: transparent;
}
 .slab--bright hr {
	 border-color: rgba(255, 255, 255, 0.5);
}
 .slab--bright hr.hr--dots {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-bottom-width: 18px;
}
 .slab--bright button, .slab--bright .button, .slab--bright .pagination ul li a, .pagination ul li .slab--bright a {
	 background-color: #C35413;
}
 .slab--bright button:after, .slab--bright .button:after, .slab--bright .pagination ul li a:after, .pagination ul li .slab--bright a:after {
	 background-color: #D3710C;
}
 .slab--bright button:hover, .slab--bright button:active, .slab--bright button:focus, .slab--bright .button:hover, .slab--bright .pagination ul li a:hover, .pagination ul li .slab--bright a:hover, .slab--bright .button:active, .slab--bright .pagination ul li a:active, .pagination ul li .slab--bright a:active, .slab--bright .button:focus, .slab--bright .pagination ul li a:focus, .pagination ul li .slab--bright a:focus {
	 color: #000;
}
 .slab--bright input[type=button], .slab--bright input[type=submit] {
	 background-image: url("../images/button-backup-triangle-onbright.svg");
}
 .slab--bright input[type=button]:hover, .slab--bright input[type=button]:active, .slab--bright input[type=submit]:hover, .slab--bright input[type=submit]:active {
	 background-color: #D3710C;
}
 .slab--bright .button[type=reset], .slab--bright .pagination ul li a[type=reset], .pagination ul li .slab--bright a[type=reset], .slab--bright input[type=reset] {
	 background-color: #7d8181;
}
 .slab--bright .button[type=reset]:hover, .slab--bright .pagination ul li a[type=reset]:hover, .pagination ul li .slab--bright a[type=reset]:hover, .slab--bright .button[type=reset]:active, .slab--bright .pagination ul li a[type=reset]:active, .pagination ul li .slab--bright a[type=reset]:active, .slab--bright .button[type=reset]:focus, .slab--bright .pagination ul li a[type=reset]:focus, .pagination ul li .slab--bright a[type=reset]:focus, .slab--bright input[type=reset]:hover, .slab--bright input[type=reset]:active, .slab--bright input[type=reset]:focus {
	 background-color: #4b4d4d;
}
 .slab--bright ul.dot-list li::after, .slab--bright ul.meta li::after {
	 background-color: #fff;
}
 .slab--bright table thead tr th {
	 background-color: #C35413;
}
 .slab--bright .social-media a {
	 color: #012169;
}
 .slab--bright .social-media a:hover, .slab--bright .social-media a:active, .slab--bright .social-media a:focus {
	 color: #0033A0;
}
 .slab--bright .breadcrumbs ul li::after {
	 background-color: #fff;
}
 .slab--bright .search-form.search-form--minimal button, .slab--bright .filters .filters__wrapper .filters__item .search-form button, .filters .filters__wrapper .filters__item .slab--bright .search-form button {
	 background: transparent;
}
 .slab--bright .search-form.search-form--minimal button:hover, .slab--bright .filters .filters__wrapper .filters__item .search-form button:hover, .filters .filters__wrapper .filters__item .slab--bright .search-form button:hover, .slab--bright .search-form.search-form--minimal button:active, .slab--bright .filters .filters__wrapper .filters__item .search-form button:active, .filters .filters__wrapper .filters__item .slab--bright .search-form button:active, .slab--bright .search-form.search-form--minimal button:focus, .slab--bright .filters .filters__wrapper .filters__item .search-form button:focus, .filters .filters__wrapper .filters__item .slab--bright .search-form button:focus {
	 background: #F3F3F2;
}
 .slab--bright .list-header, .slab--bright .people-collection.people-collection--list .people-collection__headline .headline-group, .people-collection.people-collection--list .people-collection__headline .slab--bright .headline-group {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-bottom-width: 18px;
}
 .slab--bright .fact-collection .fact-collection__facts .fact:after, .slab--bright.fact-collection .fact-collection__facts .fact:after {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-right-width: 18px;
}
 @media screen and (max-width: 40em) {
	 .slab--bright .fact-collection .fact-collection__facts .fact:after, .slab--bright .fact-collection .fact-collection__facts .fact:nth-child(even)::after, .slab--bright.fact-collection .fact-collection__facts .fact:after, .slab--bright.fact-collection .fact-collection__facts .fact:nth-child(even)::after {
		 border-width: 0;
		 border-style: solid;
		 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-bottom-width: 18px;
	}
}
 .slab--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover, .slab--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active, .slab--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus {
	 color: #fff;
}
 .slab--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover:before, .slab--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active:before, .slab--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus:before {
	 border-color: #41B6E6;
}
 .slab--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:before {
	 background-image: url("../images/fancy-link-angle.svg");
}
 .slab--bright-alt {
	 background-color: #6bc5e9;
}
 .slab--bright-alt a {
	 background-image: linear-gradient(120deg, #012169 0%, #012169 100%);
}
 .slab--bright-alt a:hover, .slab--bright-alt a:active, .slab--bright-alt a:focus {
	 color: #fff;
}
 .slab--bright-alt a.link--fancy, .slab--bright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright-alt a.routing-group__link {
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
}
 .slab--bright-alt a.link--fancy:hover, .slab--bright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright-alt a.routing-group__link:hover {
	 color: #007DBA;
}
 .slab--bright-alt a.link--fancy:before, .slab--bright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright-alt a.routing-group__link:before {
	 border-color: #fff;
}
 .slab--bright-alt a.link--fancy:hover, .slab--bright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright-alt a.routing-group__link:hover, .slab--bright-alt a.link--fancy:active, .slab--bright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright-alt a.routing-group__link:active, .slab--bright-alt a.link--fancy:focus, .slab--bright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright-alt a.routing-group__link:focus {
	 color: #101820;
}
 .slab--bright-alt a.link--fancy:hover:before, .slab--bright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright-alt a.routing-group__link:hover:before, .slab--bright-alt a.link--fancy:active:before, .slab--bright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright-alt a.routing-group__link:active:before, .slab--bright-alt a.link--fancy:focus:before, .slab--bright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright-alt a.routing-group__link:focus:before {
	 border-color: #F2A900;
}
 .slab--bright-alt a.link--fancy.link--fancy-filled:before, .slab--bright-alt .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--bright-alt a.link--fancy-filled.routing-group__link:before {
	 border-color: transparent;
}
 .slab--bright-alt a.link--strokeless:hover, .slab--bright-alt a.link--strokeless:active, .slab--bright-alt a.link--strokeless:focus {
	 color: #101820;
}
 .slab--bright-alt ul.dot-list li::after, .slab--bright-alt ul.meta li::after {
	 background-color: #fff;
}
 .slab--bright-alt .fact-collection .fact-collection__facts .fact:after, .slab--bright-alt.fact-collection .fact-collection__facts .fact:after {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-right-width: 18px;
}
 @media screen and (max-width: 40em) {
	 .slab--bright-alt .fact-collection .fact-collection__facts .fact:after, .slab--bright-alt .fact-collection .fact-collection__facts .fact:nth-child(even)::after, .slab--bright-alt.fact-collection .fact-collection__facts .fact:after, .slab--bright-alt.fact-collection .fact-collection__facts .fact:nth-child(even)::after {
		 border-width: 0;
		 border-style: solid;
		 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-bottom-width: 18px;
	}
}
 .slab--bright-alt .link-collection.link-collection--fancy a {
	 background-image: none;
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.5rem;
	 line-height: 1.75rem;
	 display: -webkit-inline-box;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 padding-top: 0.4375rem;
	 text-decoration: underline;
}
 .slab--bright-alt .link-collection.link-collection--fancy a:before {
	 display: inline-block;
	 content: "";
	 width: 2.5rem;
	 height: 2.5rem;
	 border-radius: 50%;
	 border: transparent 2px solid;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
	 margin-right: 1.25rem;
	 margin-top: -0.4375rem;
	 -webkit-transition: border-color 0.2s ease-out;
	 transition: border-color 0.2s ease-out;
	 background: #0033A0 url("../images/fancy-link-angle-white.svg") no-repeat center center;
	 background-size: 7px 12px;
	 -webkit-transition: background-color 0.2s ease-out;
	 transition: background-color 0.2s ease-out;
}
 .slab--bright-alt .link-collection.link-collection--fancy a:hover, .slab--bright-alt .link-collection.link-collection--fancy a:active, .slab--bright-alt .link-collection.link-collection--fancy a:focus {
	 color: #007DBA;
}
 .slab--bright-alt .link-collection.link-collection--fancy a:hover:before, .slab--bright-alt .link-collection.link-collection--fancy a:active:before, .slab--bright-alt .link-collection.link-collection--fancy a:focus:before {
	 background-color: #007DBA;
	 border-color: #007DBA;
}
 .slab--bright-alt .link-collection.link-collection--fancy a:hover, .slab--bright-alt .link-collection.link-collection--fancy a:active, .slab--bright-alt .link-collection.link-collection--fancy a:focus {
	 color: #101820;
}
 .slab--dark {
	 background-color: #012169;
	 color: #fff;
}
 .slab--dark abbr {
	 color: #fff;
}
 .slab--dark a:link, .slab--dark a:visited {
	 color: #fff;
}
 .slab--dark a:hover, .slab--dark a:active, .slab--dark a:focus {
	 color: #000;
}
 .slab--dark a.link--fancy:before, .slab--dark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--dark a.routing-group__link:before {
	 border-color: #fff;
	 background-image: url("../images/fancy-link-angle-white.svg");
}
 .slab--dark a.link--fancy:hover, .slab--dark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--dark a.routing-group__link:hover, .slab--dark a.link--fancy:active, .slab--dark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--dark a.routing-group__link:active, .slab--dark a.link--fancy:focus, .slab--dark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--dark a.routing-group__link:focus {
	 color: #F2A900;
}
 .slab--dark a.link--fancy:hover:before, .slab--dark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--dark a.routing-group__link:hover:before, .slab--dark a.link--fancy:active:before, .slab--dark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--dark a.routing-group__link:active:before, .slab--dark a.link--fancy:focus:before, .slab--dark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--dark a.routing-group__link:focus:before {
	 border-color: #F2A900;
}
 .slab--dark a.link--fancy.link--fancy-filled:before, .slab--dark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--dark a.link--fancy-filled.routing-group__link:before {
	 border-color: transparent;
	 background-color: #007DBA;
}
 .slab--dark a.link--fancy.link--fancy-filled:hover:before, .slab--dark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--dark a.link--fancy-filled.routing-group__link:hover:before, .slab--dark a.link--fancy.link--fancy-filled:active:before, .slab--dark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--dark a.link--fancy-filled.routing-group__link:active:before, .slab--dark a.link--fancy.link--fancy-filled:focus:before, .slab--dark .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .slab--dark a.link--fancy-filled.routing-group__link:focus:before {
	 background-color: #41B6E6;
}
 .slab--dark blockquote {
	 border-color: #fff;
}
 .slab--dark hr {
	 border-color: rgba(255, 255, 255, 0.2);
}
 .slab--dark table {
	 color: #101820;
}
 .slab--dark table caption {
	 color: #fff;
}
 .slab--dark button, .slab--dark .button, .slab--dark .pagination ul li a, .pagination ul li .slab--dark a {
	 background-color: #007DBA;
}
 .slab--dark button:after, .slab--dark .button:after, .slab--dark .pagination ul li a:after, .pagination ul li .slab--dark a:after {
	 background-color: #41B6E6;
}
 .slab--dark button:hover, .slab--dark button:active, .slab--dark .button:hover, .slab--dark .pagination ul li a:hover, .pagination ul li .slab--dark a:hover, .slab--dark .button:active, .slab--dark .pagination ul li a:active, .pagination ul li .slab--dark a:active {
	 color: #101820;
}
 .slab--dark input[type=button], .slab--dark input[type=submit] {
	 background-image: url("../images/button-backup-triangle-ondark.svg");
}
 .slab--dark input[type=button]:hover, .slab--dark input[type=button]:active, .slab--dark input[type=submit]:hover, .slab--dark input[type=submit]:active {
	 background-color: #41B6E6;
}
 .slab--dark .button[type=reset], .slab--dark .pagination ul li a[type=reset], .pagination ul li .slab--dark a[type=reset], .slab--dark input[type=reset] {
	 background-color: #7d8181;
}
 .slab--dark .button[type=reset]:hover, .slab--dark .pagination ul li a[type=reset]:hover, .pagination ul li .slab--dark a[type=reset]:hover, .slab--dark .button[type=reset]:active, .slab--dark .pagination ul li a[type=reset]:active, .pagination ul li .slab--dark a[type=reset]:active, .slab--dark .button[type=reset]:focus, .slab--dark .pagination ul li a[type=reset]:focus, .pagination ul li .slab--dark a[type=reset]:focus, .slab--dark input[type=reset]:hover, .slab--dark input[type=reset]:active, .slab--dark input[type=reset]:focus {
	 background-color: #4b4d4d;
	 color: #fff;
}
 .slab--dark .social-media a {
	 color: #41B6E6;
}
 .slab--dark .social-media a:hover, .slab--dark .social-media a:active, .slab--dark .social-media a:focus {
	 color: #fff;
}
 .slab--dark .breadcrumbs {
	 color: #F2A900;
}
 .slab--dark .search-form.search-form--minimal button, .slab--dark .filters .filters__wrapper .filters__item .search-form button, .filters .filters__wrapper .filters__item .slab--dark .search-form button {
	 background: transparent;
}
 .slab--dark .search-form.search-form--minimal button:hover, .slab--dark .filters .filters__wrapper .filters__item .search-form button:hover, .filters .filters__wrapper .filters__item .slab--dark .search-form button:hover, .slab--dark .search-form.search-form--minimal button:active, .slab--dark .filters .filters__wrapper .filters__item .search-form button:active, .filters .filters__wrapper .filters__item .slab--dark .search-form button:active, .slab--dark .search-form.search-form--minimal button:focus, .slab--dark .filters .filters__wrapper .filters__item .search-form button:focus, .filters .filters__wrapper .filters__item .slab--dark .search-form button:focus {
	 background: #F3F3F2;
}
 .slab--dark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
	 padding: 2.8125rem;
	 background: #fff;
	 color: #101820;
}
 @media screen and (max-width: 63.9375em) {
	 .slab--dark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
		 margin-bottom: 2.5rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .slab--dark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
		 padding: 1.25rem;
	}
}
 .slab--dark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body p {
	 margin-bottom: 0;
}
 .slab--dark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover, .slab--dark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active, .slab--dark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus {
	 color: #fff;
}
 .slab--dark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover:before, .slab--dark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active:before, .slab--dark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus:before {
	 border-color: #41B6E6;
}
 .slab--dark .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:before {
	 background-image: url("../images/fancy-link-angle.svg");
}
 .slab--triangle-top {
	 position: relative;
}
 .slab--triangle-top > * {
	 position: relative;
	 z-index: 2;
}
 .slab--triangle-top:after {
	 display: inline-block;
	 content: "";
	 position: absolute;
	 z-index: 1;
	 top: -7.5rem;
	 right: 0;
	 width: 7.75rem;
	 height: 15rem;
	 background-image: url("../images/triangle-slab-corner.svg");
	 background-repeat: no-repeat;
	 background-position: top right;
	 background-size: contain;
}
 .sidebar-layout {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .sidebar-layout .sidebar-layout__main {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 69%;
	 flex: 0 1 69%;
}
 .sidebar-layout .sidebar-layout__sidebar {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 24%;
	 flex: 0 1 24%;
}
 .sidebar-layout .sidebar-layout__sidebar > *, .sidebar-layout .sidebar-layout__sidebar div[id*=section] > * {
	 margin-bottom: 3.75rem;
}
 @media screen and (max-width: 63.9375em) {
	 .sidebar-layout .sidebar-layout__main, .sidebar-layout .sidebar-layout__sidebar {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 max-width: 100%;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .sidebar-layout.sidebar-layout--mobile-swap .sidebar-layout__main {
		 -webkit-box-ordinal-group: 3;
		 -ms-flex-order: 2;
		 order: 2;
	}
	 .sidebar-layout.sidebar-layout--mobile-swap .sidebar-layout__sidebar {
		 -webkit-box-ordinal-group: 2;
		 -ms-flex-order: 1;
		 order: 1;
	}
}
 .sidebar-layout .sidebar-layout__main div[id*=section] > .teaser, .sidebar-layout .sidebar-layout__main div[id*=section] > .routing-group, .sidebar-layout .sidebar-layout__main div[id*=section] > .media {
	 margin-bottom: 2.5rem;
}
 header.main-header {
	 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 z-index: 10;
	 background: #fff;
}
 header.main-header .main-header__logo-sticky {
	 display: none;
}
 header.main-header a, header.main-header button {
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
	 color: #012169;
}
 header.main-header a:hover, header.main-header button:hover {
	 color: #007DBA;
}
 header.main-header a:link, header.main-header a:visited, header.main-header button:link, header.main-header button:visited {
	 color: #012169;
}
 header.main-header a:hover, header.main-header a:active, header.main-header a:focus, header.main-header button:hover, header.main-header button:active, header.main-header button:focus {
	 color: #007DBA;
}
 .display-header header.main-header__logo-sticky {
	 display: none;
}
 header.main-header .main-header__wrapper, header.main-header .global-search {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 0 100%;
	 flex: 1 0 100%;
}
 header.main-header .main-header__wrapper {
	 padding-bottom: 4.375rem;
	 margin-bottom: 0;
	 padding-top: 1.875rem;
	 padding-bottom: 1.875rem;
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
	 -webkit-transition: all 0.2s ease-out;
	 transition: all 0.2s ease-out;
}
 header.main-header .main-header__wrapper:last-child {
	 padding-bottom: 4.375rem;
}
 @media screen and (max-width: 145em) {
	 header.main-header .main-header__wrapper {
		 padding-left: 1.875rem;
		 padding-right: 1.875rem;
	}
}
 @media screen and (max-width: 40em) {
	 header.main-header .main-header__wrapper {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 header.main-header .main-header__wrapper {
		 padding-left: 0.625rem;
		 padding-right: 0.625rem;
	}
}
 header.main-header .main-header__wrapper.department-header {
	 padding: 0.5rem 1rem;
}
 header.main-header .main-header__wrapper.department-header .department-header__school-name {
	 font-size: 0.9375rem;
	 font-family: "Barlow Condensed", sans-serif;
	 text-transform: uppercase;
	 padding-right: 2.5rem;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
}
 header.main-header .main-header__wrapper.department-header .department-header__school-name a:link, header.main-header .main-header__wrapper.department-header .department-header__school-name a:visited {
	 color: #012169;
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
}
 header.main-header .main-header__wrapper.department-header .department-header__school-name a:link:hover, header.main-header .main-header__wrapper.department-header .department-header__school-name a:visited:hover {
	 color: #007DBA;
}
 @media print, screen and (min-width: 40em) {
	 header.main-header .main-header__wrapper.department-header .department-header__school-name {
		 font-size: 1.5rem;
	}
}
 @media print, screen and (min-width: 64em) {
	 header.main-header .main-header__wrapper.department-header {
		 padding-top: 1.25rem;
		 padding-bottom: 1.25rem;
	}
	 header.main-header .main-header__wrapper.department-header .department-header__school-name {
		 font-size: 1.75rem;
		 padding-right: 5rem;
	}
}
 header.main-header .main-header__wrapper.department-header .main-header__wrapper-inner {
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 @media print, screen and (min-width: 64em) {
	 header.main-header .main-header__wrapper.department-header .main-header__wrapper-inner .main-header__links-wrapper {
		 -webkit-box-pack: justify;
		 -ms-flex-pack: justify;
		 justify-content: space-between;
		 -webkit-box-flex: 1;
		 -ms-flex: 1 1 auto;
		 flex: 1 1 auto;
	}
	 header.main-header .main-header__wrapper.department-header .main-header__wrapper-inner .main-header__links-wrapper > * {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 auto;
		 flex: 0 0 auto;
	}
	 header.main-header .main-header__wrapper.department-header .main-header__wrapper-inner .global-main-nav {
		 -webkit-box-flex: 1;
		 -ms-flex: 1 0 auto;
		 flex: 1 0 auto;
	}
}
 @media print, screen and (min-width: 64em) {
	 header.main-header .main-header__wrapper.department-header {
		 padding-right: 2rem;
		 padding-left: 2rem;
	}
}
 header.main-header .main-header__wrapper .main-header__wrapper-inner {
	 max-width: 85rem;
	 margin: 0 auto;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__logo {
	 max-width: 15rem;
	 min-width: 15rem;
	 margin-right: 1.875rem;
}
 @media screen and (min-width: 98.75em) {
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__logo {
		 margin-left: -5.5rem;
	}
}
 header.main-header .main-header__wrapper .main-header__wrapper-inner .global-mobile-toggle {
	 display: none;
}
 header.main-header .main-header__wrapper .main-header__links-wrapper {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 0 auto;
	 flex: 1 0 auto;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 header.main-header .main-header__wrapper .global-main-nav {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 0 auto;
	 flex: 1 0 auto;
}
 header.main-header .main-header__wrapper .global-main-nav__list {
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 header.main-header .main-header__wrapper .global-main-nav__list .global-main-nav__dropdown {
	 z-index: 1;
}
 header.main-header .main-header__wrapper.department-header .main-header__logo-sticky {
	 display: none;
}
 header.main-header .main-header__wrapper.department-header .global-utility-nav {
	 -webkit-box-ordinal-group: initial;
	 -ms-flex-order: initial;
	 order: initial;
	 margin-bottom: 0;
}
 header.main-header .main-header__wrapper.department-header .global-main-nav {
	 -webkit-box-ordinal-group: initial;
	 -ms-flex-order: initial;
	 order: initial;
}
 header.main-header .main-header__wrapper.department-header .global-main-nav__list {
	 -webkit-box-pack: initial;
	 -ms-flex-pack: initial;
	 justify-content: initial;
}
 header.main-header .global-search {
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
	 height: 0;
	 padding: 0;
	 overflow: hidden;
	 -webkit-transition: all 0.2s ease-out;
	 transition: all 0.2s ease-out;
}
 header.main-header .global-search.global-search--active {
	 height: auto;
	 padding: 2rem;
}
 .department-header__department-name a, .department-header__department-name a:link, .department-header__department-name a:visited {
	 color: #FFF;
	 text-decoration: none;
	 background-size: 100% 0;
	 background-image: linear-gradient(120deg, #FFF 0%, #FFF 100%);
	 -webkit-transition: background-size 0.1s ease-in, color 0.1s ease-in;
	 transition: background-size 0.1s ease-in, color 0.1s ease-in;
}
 .department-header__department-name a:hover, .department-header__department-name a:focus {
	 background-size: 100% 2px;
}
 .department-header__department-name a::before {
	 display: block;
	 content: "";
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
}
 @media print, screen and (min-width: 64em) {
	 .department-header__department-name a::before {
		 content: none;
	}
}
 @media screen and (max-width: 74.9375em) {
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__logo {
		 min-width: 10.125rem;
		 -webkit-box-flex: 1;
		 -ms-flex: 1 0 auto;
		 flex: 1 0 auto;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 auto;
		 flex: 0 1 auto;
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
	 header.main-header .main-header__wrapper .global-main-nav {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 -webkit-box-ordinal-group: 3;
		 -ms-flex-order: 2;
		 order: 2;
	}
	 header.main-header .main-header__wrapper .global-main-nav__list {
		 -webkit-box-pack: end;
		 -ms-flex-pack: end;
		 justify-content: flex-end;
	}
	 header.main-header .main-header__wrapper .global-main-nav__list li:last-child a {
		 padding-right: 0;
	}
	 header.main-header .main-header__wrapper .global-main-nav__list li:last-child .global-main-nav__dropdown {
		 right: 0;
	}
	 header.main-header .main-header__wrapper .global-utility-nav {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 -webkit-box-ordinal-group: 2;
		 -ms-flex-order: 1;
		 order: 1;
		 margin-bottom: 1.25rem;
	}
	 header.main-header .main-header__wrapper .global-utility-nav ul {
		 -webkit-box-pack: end;
		 -ms-flex-pack: end;
		 justify-content: flex-end;
	}
}
 @media screen and (max-width: 63.9375em) {
	 header.main-header .main-header__wrapper {
		 padding-left: 0;
		 padding-right: 0;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__logo, header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__logo-sticky {
		 margin-left: 1.875rem;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .global-mobile-toggle {
		 display: block;
		 margin-right: 1.875rem;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper {
		 display: none;
		 -webkit-box-ordinal-group: 4;
		 -ms-flex-order: 3;
		 order: 3;
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav {
		 -webkit-box-ordinal-group: 2;
		 -ms-flex-order: 1;
		 order: 1;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item .global-main-nav__dropdown {
		 opacity: 1;
		 visibility: visible;
		 position: static;
		 padding-top: 0;
		 display: none;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item .global-main-nav__dropdown ul {
		 width: auto;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-utility-nav {
		 -webkit-box-ordinal-group: 3;
		 -ms-flex-order: 2;
		 order: 2;
		 margin-bottom: -1.875rem;
	}
}
 @media screen and (max-width: 40em) {
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__logo {
		 min-width: 0;
		 max-width: 12.5rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__logo {
		 min-width: 0;
		 max-width: 10.625rem;
	}
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link {
		 font-size: 1.5rem;
	}
}
 .sticky-wrapper.stuck {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 99999999;
	 width: 100%;
}
 .sticky-wrapper.stuck.scaled .main-header__wrapper.department-header {
	 padding-top: 0.5rem;
	 padding-bottom: 0.5rem;
}
 .sticky-wrapper.stuck.scaled .main-header__wrapper.department-header .main-header__logo-sticky {
	 display: none;
}
 .sticky-wrapper.stuck.scaled .main-header__logo {
	 display: none;
}
 .sticky-wrapper.stuck.scaled .main-header__logo-sticky {
	 display: block;
}
 .sticky-wrapper.stuck.scaled .main-header__logo-sticky img {
	 max-width: 2.875rem;
}
 .sticky-wrapper.stuck.scaled .main-header__wrapper {
	 padding-top: 1.25rem;
	 padding-bottom: 1.25rem;
}
 @media screen and (max-width: 23.75em) {
	 .sticky-wrapper.stuck.scaled .main-header__wrapper {
		 padding-top: 0.375rem;
		 padding-bottom: 0.375rem;
	}
}
 .sticky-wrapper.stuck.scaled .main-header__wrapper .department-header .global-utility-nav {
	 margin-bottom: 0;
}
 @media screen and (max-width: 74.9375em) {
	 .sticky-wrapper.stuck.scaled .main-header__wrapper .global-utility-nav {
		 margin-bottom: 0.3125rem;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .sticky-wrapper.stuck.scaled .main-header__wrapper .global-utility-nav {
		 margin-bottom: -1.875rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .sticky-wrapper.stuck.scaled .main-header__wrapper .global-mobile-toggle button, .sticky-wrapper.stuck.scaled .main-header__wrapper .nested-mobile-toggle button {
		 padding: 0;
	}
}
 .global-mobile-overlay {
	 display: none;
}
 @media screen and (max-width: 63.9375em) {
	 body.mobile-nav-open {
		 overflow-y: hidden;
		 height: 100%;
	}
	 body.mobile-nav-open .sticky-wrapper {
		 overflow-y: scroll;
		 height: 100%;
		 position: absolute;
		 z-index: 999;
	}
	 body.mobile-nav-open .sticky-wrapper.stuck {
		 position: fixed;
	}
	 body.mobile-nav-open .global-mobile-overlay {
		 position: absolute;
		 top: 0;
		 left: 0;
		 bottom: -100%;
		 right: 0;
		 z-index: 99;
		 background: rgba(1, 33, 105, 0.7);
		 display: block;
	}
}
 @media screen and (min-width: 64em) {
	 header.main-header .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper.flex-slidetoggle-fix {
		 display: -webkit-box !important;
		 display: -ms-flexbox !important;
		 display: flex !important;
	}
}
 body.noScroll {
	 overflow: hidden;
}
 header.nested-nav-header.main-header .main-header__logo a {
	 display: block;
}
 header.nested-nav-header.main-header .department-mobile-nav__close-button {
	 color: #FFF;
}
 header.nested-nav-header.main-header .department-mobile-nav__wrapper {
	 background-color: #FFF;
	 padding-bottom: 1.5rem;
}
 header.nested-nav-header.main-header .nested-mobile-nav {
	 width: 100%;
}
 header.nested-nav-header.main-header .nested-header__department, header.nested-nav-header.main-header .nested-mobile-nav__title {
	 width: 100%;
}
 header.nested-nav-header.main-header .main-header__wrapper {
	 -webkit-box-ordinal-group: unset;
	 -ms-flex-order: unset;
	 order: unset;
}
 header.nested-nav-header.main-header .main-header__wrapper .nested-mobile-toggle {
	 display: none;
}
 header.nested-nav-header.main-header .nested-mobile-nav-position {
	 position: relative;
	 width: 100%;
}
 header.nested-nav-header.main-header .nested-mobile-nav-position .nested-mobile-nav {
	 position: absolute;
}
 header.nested-nav-header.main-header .nested-mobile-nav-position .nested-mobile-nav.active {
	 overflow: scroll;
}
 header.nested-nav-header.main-header .department-mobile-nav__close-button {
	 position: fixed;
	 bottom: 0;
	 height: 2.25rem;
}
 .nested-nav-header .department-mobile-nav__title, .nested-nav-header .department-header__wrapper-department, .nested-page-subheader .department-mobile-nav__title, .nested-page-subheader .department-header__wrapper-department {
	 position: relative;
}
 .nested-nav-header .department-mobile-nav__title a, .nested-nav-header .department-mobile-nav__title a:link, .nested-nav-header .department-mobile-nav__title a:visited, .nested-nav-header .department-header__wrapper-department a, .nested-nav-header .department-header__wrapper-department a:link, .nested-nav-header .department-header__wrapper-department a:visited, .nested-page-subheader .department-mobile-nav__title a, .nested-page-subheader .department-mobile-nav__title a:link, .nested-page-subheader .department-mobile-nav__title a:visited, .nested-page-subheader .department-header__wrapper-department a, .nested-page-subheader .department-header__wrapper-department a:link, .nested-page-subheader .department-header__wrapper-department a:visited {
	 color: #FFF;
	 text-decoration: none;
	 background-size: 100% 0;
	 background-image: linear-gradient(120deg, #FFF 0%, #FFF 100%);
	 -webkit-transition: background-size 0.1s ease-in, color 0.1s ease-in;
	 transition: background-size 0.1s ease-in, color 0.1s ease-in;
}
 .nested-nav-header .department-mobile-nav__title a:hover, .nested-nav-header .department-mobile-nav__title a:focus, .nested-nav-header .department-header__wrapper-department a:hover, .nested-nav-header .department-header__wrapper-department a:focus, .nested-page-subheader .department-mobile-nav__title a:hover, .nested-page-subheader .department-mobile-nav__title a:focus, .nested-page-subheader .department-header__wrapper-department a:hover, .nested-page-subheader .department-header__wrapper-department a:focus {
	 background-size: 100% 2px;
}
 .nested-nav-header .department-mobile-nav__title a::before, .nested-nav-header .department-header__wrapper-department a::before, .nested-page-subheader .department-mobile-nav__title a::before, .nested-page-subheader .department-header__wrapper-department a::before {
	 display: block;
	 content: "";
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
}
 @media print, screen and (min-width: 40em) {
	 .nested-nav-header .department-mobile-nav__title a::before, .nested-nav-header .department-header__wrapper-department a::before, .nested-page-subheader .department-mobile-nav__title a::before, .nested-page-subheader .department-header__wrapper-department a::before {
		 content: none;
	}
}
 @media print, screen and (min-width: 40em) {
	 .nested-page-subheader .department-mobile-nav__title, .nested-page-subheader .department-header__wrapper-department {
		 padding-left: 1.875rem;
		 padding-right: 1.875rem;
	}
	 .nested-page-subheader .department-header__wrapper-department, .nested-page-subheader .department-mobile-nav__title-text-wrapper {
		 font-size: 1.5rem;
	}
	 .nested-page-subheader .department-header__logo-small, .nested-page-subheader .department-header__logo-small-full {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 width: 2.75rem;
	}
}
 @media print, screen and (min-width: 64em) {
	 .nested-page-subheader .department-header__logo-small, .nested-page-subheader .department-header__logo-small-full {
		 display: none;
	}
	 .nested-page-subheader .department-header__logo, .nested-page-subheader .department-header__logo-full {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 width: 5rem;
	}
	 .nested-page-subheader .department-mobile-nav__title {
		 padding-left: 2.5rem;
		 padding-right: 2.5rem;
	}
	 .nested-page-subheader .department-mobile-nav__title-text-wrapper {
		 max-width: 100rem;
		 margin: 0 auto;
		 font-size: 1.875rem;
	}
}
 @media screen and (max-width: 63.9375em) {
	 header.nested-nav-header.main-header .main-header__wrapper .nested-mobile-toggle {
		 display: block;
		 margin-right: 1.875rem;
	}
	 header.nested-nav-header.main-header .main-header__wrapper.department-header .nested-mobile-toggle {
		 margin-right: 0;
	}
}
 header.main-header.main-header--intranet {
	 border-bottom: 0.25rem #007DBA solid;
	 background-color: #012169;
	 z-index: 99999;
}
 header.main-header.main-header--intranet .main-header__wrapper {
	 padding: 0;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner {
	 max-width: none;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__logo {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-flex: 1;
	 -ms-flex: 1 0 auto;
	 flex: 1 0 auto;
	 margin: 0;
	 padding: 0;
	 max-width: none;
	 min-width: 0;
	 -ms-flex-item-align: stretch;
	 align-self: stretch;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__logo a.logo:first-child {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 padding: 2.1875rem;
	 min-width: 9.5625rem;
	 background-color: #fff;
	 margin-right: 2.1875rem;
}
 @media screen and (max-width: 92.3125em) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__logo a.logo:first-child {
		 min-width: 6.25rem;
		 padding: 1.25rem;
		 margin-right: 1.25rem;
	}
}
 @media screen and (min-width: 64rem) and (max-width: 71.875rem) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__logo a.logo:first-child {
		 width: 5.625rem;
	}
}
 @media screen and (max-width: 26.25rem) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__logo a.logo:first-child {
		 width: 5rem;
		 min-width: 0;
	}
}
 @media screen and (max-width: 18.75rem) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__logo a.logo:first-child {
		 padding-left: 0.9375rem;
		 padding-right: 0.9375rem;
		 margin-right: 0.625rem;
	}
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__logo a.logo:last-child {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: start;
	 -ms-flex-pack: start;
	 justify-content: flex-start;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 margin-right: 2.1875rem;
	 min-width: 12.5rem;
}
 @media screen and (max-width: 92.3125em) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__logo a.logo:last-child {
		 max-width: 9.375rem;
		 min-width: 0;
	}
}
 @media screen and (min-width: 64rem) and (max-width: 71.875rem) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__logo a.logo:last-child {
		 max-width: 7.5rem;
	}
}
 @media screen and (max-width: 26.25rem) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__logo a.logo:last-child {
		 max-width: 6.25rem;
		 margin-right: 0;
	}
}
 @media screen and (max-width: 18.75rem) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__logo a.logo:last-child {
		 max-width: 5rem;
	}
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: column wrap;
	 flex-flow: column wrap;
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 -webkit-box-align: end;
	 -ms-flex-align: end;
	 align-items: flex-end;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav {
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item {
	 margin-right: 2.1875rem;
	 margin-bottom: 2.1875rem;
}
 @media screen and (max-width: 63.9375em) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item {
		 margin: 0;
		 border-bottom-color: rgba(255, 255, 255, 0.3);
	}
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link {
	 padding: 0;
	 color: #fff;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link:link, header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link:visited {
	 color: #fff;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link:hover, header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link:active, header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link:focus {
	 color: #00AEEF;
}
 @media screen and (max-width: 92.3125em) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link {
		 font-size: 1.4375rem;
	}
}
 @media screen and (max-width: 74.9375em) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link {
		 font-size: 1.3125rem;
	}
}
 @media screen and (min-width: 64rem) and (max-width: 71.875rem) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link {
		 font-size: 1.125rem;
	}
}
 @media screen and (max-width: 63.9375em) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item a.global-main-nav__parent-link {
		 font-size: 1.75rem;
		 padding: 1.25rem;
	}
}
 @media screen and (max-width: 63.9375em) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .global-main-nav ul.global-main-nav__list li.global-main-nav__parent-item button.global-main-nav__mobile-dropdown-toggle {
		 color: #fff;
	}
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility {
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 margin-top: 2.1875rem;
	 margin-bottom: 2.1875rem;
}
 @media screen and (max-width: 92.3125em) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility {
		 margin-bottom: 1.25rem;
	}
}
 @media screen and (max-width: 63.9375em) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility {
		 display: block;
		 margin-top: 0;
		 margin-bottom: 0;
		 background: rgba(0, 0, 0, 0.2);
		 padding: 1.25rem;
		 padding-bottom: 1.875rem;
	}
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility > * {
	 margin-right: 2.1875rem;
}
 @media screen and (max-width: 63.9375em) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility > * {
		 margin-right: 0;
	}
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility a {
	 color: #00AEEF;
	 font-weight: bold;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility a:link, header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility a:visited {
	 color: #00AEEF;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility a:hover, header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility a:active, header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility a:focus {
	 color: #00AEEF;
	 text-decoration: underline;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility .main-header__intranet-meta {
	 color: #00AEEF;
	 font-weight: bold;
}
 @media screen and (max-width: 63.9375em) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility .main-header__intranet-meta {
		 margin-bottom: 1.25rem;
	}
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility .search-form form input[type=text] {
	 padding: 0.5rem 0.6875rem;
	 font-size: 0.875rem;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .main-header__links-wrapper .main-header__intranet-utility .search-form button {
	 background-color: #007DBA;
	 padding: 0.3125rem 0.625rem;
	 font-size: 1.25rem;
	 display: -webkit-inline-box;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
}
 @media screen and (max-width: 18.75rem) {
	 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .global-mobile-toggle {
		 margin-right: 0;
	}
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .global-mobile-toggle button {
	 color: #fff;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .global-mobile-toggle button:hover, header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .global-mobile-toggle button:active, header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .global-mobile-toggle button:focus {
	 color: #fff;
}
 header.main-header.main-header--intranet .main-header__wrapper .main-header__wrapper-inner .global-mobile-toggle button span.hamburger-icon span {
	 background-color: #fff;
}
 .main-footer {
	 background: #012169;
	 color: #fff;
	 font-size: 0.875rem;
	 line-height: 1.375rem;
}
 .main-footer abbr {
	 color: #fff;
}
 .main-footer a:link, .main-footer a:visited {
	 color: #fff;
}
 .main-footer a:hover, .main-footer a:active, .main-footer a:focus {
	 color: #000;
}
 .main-footer a.link--fancy:before, .main-footer .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .main-footer a.routing-group__link:before {
	 border-color: #fff;
	 background-image: url("../images/fancy-link-angle-white.svg");
}
 .main-footer a.link--fancy:hover, .main-footer .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .main-footer a.routing-group__link:hover, .main-footer a.link--fancy:active, .main-footer .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .main-footer a.routing-group__link:active, .main-footer a.link--fancy:focus, .main-footer .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .main-footer a.routing-group__link:focus {
	 color: #F2A900;
}
 .main-footer a.link--fancy:hover:before, .main-footer .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .main-footer a.routing-group__link:hover:before, .main-footer a.link--fancy:active:before, .main-footer .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .main-footer a.routing-group__link:active:before, .main-footer a.link--fancy:focus:before, .main-footer .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .main-footer a.routing-group__link:focus:before {
	 border-color: #F2A900;
}
 .main-footer a.link--fancy.link--fancy-filled:before, .main-footer .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .main-footer a.link--fancy-filled.routing-group__link:before {
	 border-color: transparent;
	 background-color: #007DBA;
}
 .main-footer a.link--fancy.link--fancy-filled:hover:before, .main-footer .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .main-footer a.link--fancy-filled.routing-group__link:hover:before, .main-footer a.link--fancy.link--fancy-filled:active:before, .main-footer .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .main-footer a.link--fancy-filled.routing-group__link:active:before, .main-footer a.link--fancy.link--fancy-filled:focus:before, .main-footer .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .main-footer a.link--fancy-filled.routing-group__link:focus:before {
	 background-color: #41B6E6;
}
 .main-footer blockquote {
	 border-color: #fff;
}
 .main-footer hr {
	 border-color: rgba(255, 255, 255, 0.2);
}
 .main-footer table {
	 color: #101820;
}
 .main-footer table caption {
	 color: #fff;
}
 .main-footer button, .main-footer .button, .main-footer .pagination ul li a, .pagination ul li .main-footer a {
	 background-color: #007DBA;
}
 .main-footer button:after, .main-footer .button:after, .main-footer .pagination ul li a:after, .pagination ul li .main-footer a:after {
	 background-color: #41B6E6;
}
 .main-footer button:hover, .main-footer button:active, .main-footer .button:hover, .main-footer .pagination ul li a:hover, .pagination ul li .main-footer a:hover, .main-footer .button:active, .main-footer .pagination ul li a:active, .pagination ul li .main-footer a:active {
	 color: #101820;
}
 .main-footer input[type=button], .main-footer input[type=submit] {
	 background-image: url("../images/button-backup-triangle-ondark.svg");
}
 .main-footer input[type=button]:hover, .main-footer input[type=button]:active, .main-footer input[type=submit]:hover, .main-footer input[type=submit]:active {
	 background-color: #41B6E6;
}
 .main-footer .button[type=reset], .main-footer .pagination ul li a[type=reset], .pagination ul li .main-footer a[type=reset], .main-footer input[type=reset] {
	 background-color: #7d8181;
}
 .main-footer .button[type=reset]:hover, .main-footer .pagination ul li a[type=reset]:hover, .pagination ul li .main-footer a[type=reset]:hover, .main-footer .button[type=reset]:active, .main-footer .pagination ul li a[type=reset]:active, .pagination ul li .main-footer a[type=reset]:active, .main-footer .button[type=reset]:focus, .main-footer .pagination ul li a[type=reset]:focus, .pagination ul li .main-footer a[type=reset]:focus, .main-footer input[type=reset]:hover, .main-footer input[type=reset]:active, .main-footer input[type=reset]:focus {
	 background-color: #4b4d4d;
	 color: #fff;
}
 .main-footer .social-media a {
	 color: #41B6E6;
}
 .main-footer .social-media a:hover, .main-footer .social-media a:active, .main-footer .social-media a:focus {
	 color: #fff;
}
 .main-footer .breadcrumbs {
	 color: #F2A900;
}
 .main-footer .search-form.search-form--minimal button, .main-footer .filters .filters__wrapper .filters__item .search-form button, .filters .filters__wrapper .filters__item .main-footer .search-form button {
	 background: transparent;
}
 .main-footer .search-form.search-form--minimal button:hover, .main-footer .filters .filters__wrapper .filters__item .search-form button:hover, .filters .filters__wrapper .filters__item .main-footer .search-form button:hover, .main-footer .search-form.search-form--minimal button:active, .main-footer .filters .filters__wrapper .filters__item .search-form button:active, .filters .filters__wrapper .filters__item .main-footer .search-form button:active, .main-footer .search-form.search-form--minimal button:focus, .main-footer .filters .filters__wrapper .filters__item .search-form button:focus, .filters .filters__wrapper .filters__item .main-footer .search-form button:focus {
	 background: #F3F3F2;
}
 .main-footer .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
	 padding: 2.8125rem;
	 background: #fff;
	 color: #101820;
}
 @media screen and (max-width: 63.9375em) {
	 .main-footer .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
		 margin-bottom: 2.5rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .main-footer .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
		 padding: 1.25rem;
	}
}
 .main-footer .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body p {
	 margin-bottom: 0;
}
 .main-footer .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover, .main-footer .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active, .main-footer .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus {
	 color: #fff;
}
 .main-footer .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover:before, .main-footer .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active:before, .main-footer .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus:before {
	 border-color: #41B6E6;
}
 .main-footer .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:before {
	 background-image: url("../images/fancy-link-angle.svg");
}
 .main-footer a {
	 background-image: none;
	 -webkit-transition: color 0.2s ease-out;
	 transition: color 0.2s ease-out;
}
 .main-footer a:hover {
	 color: #007DBA;
}
 .main-footer a:hover, .main-footer a:active, .main-footer a:focus {
	 color: #F2A900;
}
 .main-footer ul {
	 margin: 0 0 0 0;
	 list-style: none;
	 padding: 0 0 0 0;
}
 .main-footer ul > li {
	 text-indent: 0;
	 margin-left: 0;
	 margin-bottom: 0;
}
 .main-footer ul > li:before {
	 display: none;
}
 .main-footer ul li {
	 font-size: inherit;
	 line-height: inherit;
}
 .main-footer .button, .main-footer .pagination ul li a, .pagination ul li .main-footer a {
	 font-size: inherit;
}
 .main-footer .main-footer__ribbon {
	 background: rgba(0, 0, 0, 0.2);
}
 .main-footer .main-footer__primary, .main-footer .main-footer__ribbon {
	 padding: 1rem 1rem;
}
 @media screen and (min-width: 35rem) {
	 .main-footer .main-footer__primary, .main-footer .main-footer__ribbon {
		 padding: 1.5rem 2rem;
	}
}
 @media screen and (min-width: 48rem) {
	 .main-footer .main-footer__primary, .main-footer .main-footer__ribbon {
		 padding: 1.5rem 2rem;
	}
}
 @media screen and (min-width: 89rem) {
	 .main-footer .main-footer__primary, .main-footer .main-footer__ribbon {
		 padding: 2rem 0;
	}
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper, .main-footer .main-footer__primary .main-footer__ribbon-wrapper, .main-footer .main-footer__ribbon .main-footer__primary-wrapper, .main-footer .main-footer__ribbon .main-footer__ribbon-wrapper {
	 max-width: 85rem;
	 margin: 0 auto;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper > :first-child, .main-footer .main-footer__primary .main-footer__ribbon-wrapper > :first-child, .main-footer .main-footer__ribbon .main-footer__primary-wrapper > :first-child, .main-footer .main-footer__ribbon .main-footer__ribbon-wrapper > :first-child {
	 margin-top: 0;
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper > :last-child, .main-footer .main-footer__primary .main-footer__ribbon-wrapper > :last-child, .main-footer .main-footer__ribbon .main-footer__primary-wrapper > :last-child, .main-footer .main-footer__ribbon .main-footer__ribbon-wrapper > :last-child {
	 margin-bottom: 0;
}
 .main-footer .main-footer__primary {
	 padding-top: 2.5rem;
	 padding-bottom: 2.5rem;
	 overflow: hidden;
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper {
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 @media screen and (max-width: 63.9375em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__logo {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 30%;
	 flex: 0 1 30%;
	 position: relative;
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__logo:after {
	 display: inline-block;
	 content: "";
	 position: absolute;
	 background: url("../images/triangle-single-down.svg") no-repeat top left;
	 width: 49.0625rem;
	 height: 24.75rem;
	 top: -2.5rem;
	 right: -30%;
	 mix-blend-mode: hard-light;
	 z-index: 0;
}
 @media screen and (max-width: 74.9375em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__logo:after {
		 right: auto;
		 left: -10rem;
	}
}
 @media screen and (max-width: 74.9375em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__logo {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 22%;
		 flex: 0 1 22%;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__logo {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 30%;
		 flex: 0 1 30%;
	}
}
 @media screen and (max-width: 40em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__logo {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-bottom: 1.875rem;
	}
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__logo .logo {
	 display: inline-block;
	 max-width: 15.625rem;
	 position: relative;
	 z-index: 2;
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection, .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 19%;
	 flex: 0 1 19%;
	 position: relative;
	 z-index: 2;
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection {
	 border-top: rgba(255, 255, 255, 0.25) 1px solid;
}
 @media screen and (max-width: 63.9375em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 30%;
		 flex: 0 1 30%;
	}
}
 @media screen and (max-width: 40em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 47%;
		 flex: 0 1 47%;
	}
}
 @media screen and (max-width: 23.75em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection h1, .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection h2, .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection h3, .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection h4, .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection h5, .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection h6 {
	 color: #F2A900;
	 font-size: 1.375rem;
	 line-height: 2rem;
	 margin: 0.625rem 0;
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection ul li {
	 margin-bottom: 0.625rem;
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection ul li:last-child {
	 margin-bottom: 0;
}
 @media screen and (max-width: 40em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection ul li {
		 margin-bottom: 1.25rem;
	}
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection .vcard {
	 margin-bottom: 1.25rem;
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .link-collection .vcard span.title {
	 font-weight: bold;
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 24%;
	 flex: 0 1 24%;
}
 @media screen and (max-width: 74.9375em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 29%;
		 flex: 0 1 29%;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
}
 @media screen and (max-width: 40em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact {
		 display: block;
	}
}
 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact .button, .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact .pagination ul li a, .pagination ul li .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact a {
	 margin-bottom: 1.25rem;
}
 @media screen and (max-width: 63.9375em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact .button, .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact .pagination ul li a, .pagination ul li .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact a {
		 margin-bottom: 0;
		 margin-right: 1.25rem;
	}
}
 @media screen and (max-width: 40em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact .button, .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact .pagination ul li a, .pagination ul li .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact a {
		 margin-bottom: 1.25rem;
	}
}
 @media screen and (max-width: 40em) {
	 .main-footer .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact .social-media a {
		 margin-right: 1.25rem;
	}
}
 .main-footer .main-footer__ribbon-wrapper {
	 -webkit-box-pack: start;
	 -ms-flex-pack: start;
	 justify-content: flex-start;
}
 @media screen and (max-width: 40em) {
	 .main-footer .main-footer__ribbon-wrapper {
		 padding-top: 1.25rem;
	}
}
 @media screen and (max-width: 40em) {
	 .main-footer .main-footer__ribbon-wrapper .link-collection {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .main-footer .main-footer__ribbon-wrapper .link-collection ul li {
	 display: inline;
	 margin-left: 1.875rem;
}
 @media screen and (max-width: 40em) {
	 .main-footer .main-footer__ribbon-wrapper .link-collection ul li {
		 display: block;
		 margin-left: 0;
		 margin-bottom: 1.25rem;
	}
	 .main-footer .main-footer__ribbon-wrapper .link-collection ul li:first-child {
		 margin-top: 1.25rem;
	}
}
 .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__logo {
	 margin-bottom: 1.875rem;
}
 @media screen and (min-width: 40em) {
	 .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__logo {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 50%;
		 flex: 0 1 50%;
	}
}
 @media screen and (min-width: 64em) {
	 .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__logo {
		 margin-bottom: 0;
	}
}
 .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__logo:after {
	 right: 20%;
}
 .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__logo a.logo {
	 margin-bottom: 1.875rem;
}
 .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__logo .vcard {
	 position: relative;
	 z-index: 2;
}
 .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__logo .vcard a {
	 text-decoration: underline;
}
 .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__logo .vcard a:link, .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__logo .vcard a:visited {
	 font-weight: bold;
}
 .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__logo .vcard a:hover, .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__logo .vcard a:active {
	 color: #F2A900;
}
 .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact {
	 margin-bottom: 1.875rem;
}
 @media screen and (min-width: 40em) {
	 .main-footer.main-footer--intranet .main-footer__primary .main-footer__primary-wrapper .main-footer__support-contact {
		 text-align: right;
	}
}
 .page-header {
	 padding-bottom: 4.375rem;
	 padding-top: 1.875rem;
	 padding-bottom: 1.875rem;
	 margin-bottom: 4.375rem;
	 position: relative;
	 background: #012169;
	 color: #fff;
}
 .page-header:last-child {
	 padding-bottom: 4.375rem;
}
 @media screen and (max-width: 145em) {
	 .page-header {
		 padding-left: 1.875rem;
		 padding-right: 1.875rem;
	}
}
 @media screen and (max-width: 40em) {
	 .page-header {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .page-header {
		 padding-left: 0.625rem;
		 padding-right: 0.625rem;
	}
}
 .page-header abbr {
	 color: #fff;
}
 .page-header a:link, .page-header a:visited {
	 color: #fff;
}
 .page-header a:hover, .page-header a:active, .page-header a:focus {
	 color: #000;
}
 .page-header a.link--fancy:before, .page-header .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .page-header a.routing-group__link:before {
	 border-color: #fff;
	 background-image: url("../images/fancy-link-angle-white.svg");
}
 .page-header a.link--fancy:hover, .page-header .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .page-header a.routing-group__link:hover, .page-header a.link--fancy:active, .page-header .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .page-header a.routing-group__link:active, .page-header a.link--fancy:focus, .page-header .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .page-header a.routing-group__link:focus {
	 color: #F2A900;
}
 .page-header a.link--fancy:hover:before, .page-header .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .page-header a.routing-group__link:hover:before, .page-header a.link--fancy:active:before, .page-header .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .page-header a.routing-group__link:active:before, .page-header a.link--fancy:focus:before, .page-header .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .page-header a.routing-group__link:focus:before {
	 border-color: #F2A900;
}
 .page-header a.link--fancy.link--fancy-filled:before, .page-header .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .page-header a.link--fancy-filled.routing-group__link:before {
	 border-color: transparent;
	 background-color: #007DBA;
}
 .page-header a.link--fancy.link--fancy-filled:hover:before, .page-header .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .page-header a.link--fancy-filled.routing-group__link:hover:before, .page-header a.link--fancy.link--fancy-filled:active:before, .page-header .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .page-header a.link--fancy-filled.routing-group__link:active:before, .page-header a.link--fancy.link--fancy-filled:focus:before, .page-header .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .page-header a.link--fancy-filled.routing-group__link:focus:before {
	 background-color: #41B6E6;
}
 .page-header blockquote {
	 border-color: #fff;
}
 .page-header hr {
	 border-color: rgba(255, 255, 255, 0.2);
}
 .page-header table {
	 color: #101820;
}
 .page-header table caption {
	 color: #fff;
}
 .page-header button, .page-header .button, .page-header .pagination ul li a, .pagination ul li .page-header a {
	 background-color: #007DBA;
}
 .page-header button:after, .page-header .button:after, .page-header .pagination ul li a:after, .pagination ul li .page-header a:after {
	 background-color: #41B6E6;
}
 .page-header button:hover, .page-header button:active, .page-header .button:hover, .page-header .pagination ul li a:hover, .pagination ul li .page-header a:hover, .page-header .button:active, .page-header .pagination ul li a:active, .pagination ul li .page-header a:active {
	 color: #101820;
}
 .page-header input[type=button], .page-header input[type=submit] {
	 background-image: url("../images/button-backup-triangle-ondark.svg");
}
 .page-header input[type=button]:hover, .page-header input[type=button]:active, .page-header input[type=submit]:hover, .page-header input[type=submit]:active {
	 background-color: #41B6E6;
}
 .page-header .button[type=reset], .page-header .pagination ul li a[type=reset], .pagination ul li .page-header a[type=reset], .page-header input[type=reset] {
	 background-color: #7d8181;
}
 .page-header .button[type=reset]:hover, .page-header .pagination ul li a[type=reset]:hover, .pagination ul li .page-header a[type=reset]:hover, .page-header .button[type=reset]:active, .page-header .pagination ul li a[type=reset]:active, .pagination ul li .page-header a[type=reset]:active, .page-header .button[type=reset]:focus, .page-header .pagination ul li a[type=reset]:focus, .pagination ul li .page-header a[type=reset]:focus, .page-header input[type=reset]:hover, .page-header input[type=reset]:active, .page-header input[type=reset]:focus {
	 background-color: #4b4d4d;
	 color: #fff;
}
 .page-header .social-media a {
	 color: #41B6E6;
}
 .page-header .social-media a:hover, .page-header .social-media a:active, .page-header .social-media a:focus {
	 color: #fff;
}
 .page-header .breadcrumbs {
	 color: #F2A900;
}
 .page-header .search-form.search-form--minimal button, .page-header .filters .filters__wrapper .filters__item .search-form button, .filters .filters__wrapper .filters__item .page-header .search-form button {
	 background: transparent;
}
 .page-header .search-form.search-form--minimal button:hover, .page-header .filters .filters__wrapper .filters__item .search-form button:hover, .filters .filters__wrapper .filters__item .page-header .search-form button:hover, .page-header .search-form.search-form--minimal button:active, .page-header .filters .filters__wrapper .filters__item .search-form button:active, .filters .filters__wrapper .filters__item .page-header .search-form button:active, .page-header .search-form.search-form--minimal button:focus, .page-header .filters .filters__wrapper .filters__item .search-form button:focus, .filters .filters__wrapper .filters__item .page-header .search-form button:focus {
	 background: #F3F3F2;
}
 .page-header .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
	 padding: 2.8125rem;
	 background: #fff;
	 color: #101820;
}
 @media screen and (max-width: 63.9375em) {
	 .page-header .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
		 margin-bottom: 2.5rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .page-header .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body {
		 padding: 1.25rem;
	}
}
 .page-header .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__body p {
	 margin-bottom: 0;
}
 .page-header .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover, .page-header .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active, .page-header .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus {
	 color: #fff;
}
 .page-header .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover:before, .page-header .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active:before, .page-header .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus:before {
	 border-color: #41B6E6;
}
 .page-header .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:before {
	 background-image: url("../images/fancy-link-angle.svg");
}
 .page-header:before, .page-header:after {
	 display: block;
	 content: "";
	 position: absolute;
	 z-index: 1;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background-size: cover;
	 mix-blend-mode: hard-light;
	 width: 85rem;
	 margin: auto;
}
 .page-header:before {
	 background: url("../images/triangles-page-header-small.svg") no-repeat top center;
}
 .page-header .page-header__wrapper {
	 max-width: 84.9375rem;
	 margin: 0 auto;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 @media screen and (min-width: 69em) {
	 .page-header .page-header__wrapper {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row nowrap;
		 flex-flow: row nowrap;
	}
}
 .page-header .page-header__wrapper .page-header__body {
	 position: relative;
	 z-index: 2;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: column nowrap;
	 flex-flow: column nowrap;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 100%;
}
 @media screen and (max-width: 68.9375em) {
	 .page-header .page-header__wrapper .page-header__body {
		 margin-bottom: 1.875rem;
	}
}
 .page-header .page-header__wrapper .page-header__body .breadcrumbs {
	 margin-bottom: 1.25rem;
}
 .page-header .page-header__wrapper .page-header__body .headline-group {
	 margin-bottom: 1.875rem;
}
 .page-header .page-header__wrapper .page-header__body .page-header__summary p {
	 font-family: "Barlow Condensed", sans-serif;
	 font-size: 1.75rem;
	 line-height: 2.375rem;
	 margin-bottom: 2.5rem;
}
 @media screen and (max-width: 23.75em) {
	 .page-header .page-header__wrapper .page-header__body .page-header__summary p {
		 font-size: 1.5rem;
		 line-height: 2.125rem;
	}
}
 .page-header .page-header__wrapper .page-header__body > :last-child {
	 margin-bottom: 0;
}
 .page-header .page-header__wrapper .page-header__media {
	 position: relative;
	 z-index: 2;
}
 @media screen and (min-width: 69em) {
	 .page-header .page-header__wrapper .page-header__media {
		 -webkit-box-flex: 1;
		 -ms-flex: 1 0 50%;
		 flex: 1 0 50%;
		 margin-left: 2.5rem;
	}
}
 .page-header.page-header--flat {
	 margin-bottom: 0;
}
 .page-header.page-header--triangle-overflow:before, .page-header.page-header--fill-media:before, .page-header.page-header--triangle-overflow:after, .page-header.page-header--fill-media:after {
	 width: 98.8125rem;
	 background-size: cover;
	 margin: 0 auto 0 -750px;
}
 @media screen and (max-width: 68.9375em) {
     .page-header.page-header--triangle-overflow:before, .page-header.page-header--fill-media:before, .page-header.page-header--triangle-overflow:after, .page-header.page-header--fill-media:after {
    	 width: 120%;
    	 margin: 0;
    	 background-position: top right;
    }
 }
 .page-header.page-header--triangle-overflow:before, .page-header.page-header--fill-media:before {
	 background-image: url("../images/triangles-page-header-large.svg");
}
 .page-header.page-header--triangle-overflow:after, .page-header.page-header--fill-media:after {
	 background-image: url("../images/triangles-page-header-large-back.svg");
	 height: 44.625rem;
	 z-index: -1;
	 mix-blend-mode: normal;
}
 .page-header.page-header--fill-media {
	 position: relative;
}
 @media screen and (min-width: 69em) {
	 .page-header.page-header--fill-media .page-header__wrapper:after {
		 display: block;
		 content: "";
		 position: absolute;
		 z-index: 4;
		 top: 9.375rem;
		 left: 0;
		 right: 0;
		 margin: auto;
		 width: 8.125rem;
		 border-width: 0;
		 border-style: solid;
		 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-top-width: 18px;
	}
}
 @media screen and (min-width: 69em) {
	 .page-header.page-header--fill-media .page-header__wrapper .page-header__body {
		 min-height: 30rem;
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 50%;
		 flex: 0 1 50%;
		 padding-right: 5rem;
	}
}
 .page-header.page-header--fill-media .page-header__wrapper .page-header__body .breadcrumbs {
	 margin-bottom: 2.5rem;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .page-header.page-header--fill-media .page-header__wrapper .page-header__body .headline-group {
		 font: normal normal 2.875rem "Spectral", serif;
		 line-height: 1.2;
		 text-transform: none;
	}
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) and (max-width: 40em) {
	 .page-header.page-header--fill-media .page-header__wrapper .page-header__body .headline-group {
		 font-size: 2.5rem;
	}
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) and (max-width: 23.75em) {
	 .page-header.page-header--fill-media .page-header__wrapper .page-header__body .headline-group {
		 font-size: 2.125rem;
	}
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .page-header.page-header--fill-media .page-header__wrapper .page-header__body .headline-group a {
		 background-position: 0 81%;
	}
	 .page-header.page-header--fill-media .page-header__wrapper .page-header__body .headline-group a:hover {
		 background-size: 100% 92%;
	}
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .page-header.page-header--fill-media .page-header__wrapper .page-header__body .page-header__summary p {
		 font-size: 1.5rem;
		 line-height: 2.125rem;
	}
}
 .page-header.page-header--fill-media .page-header__wrapper .page-header__media {
	 position: relative;
	 width: 100%;
}
 @media screen and (min-width: 69em) {
	 .page-header.page-header--fill-media .page-header__wrapper .page-header__media {
		 width: 100%;
		 position: absolute;
		 top: 0;
		 bottom: 0;
		 content: "";
		 display: block;
		 margin: 0;
		 max-width: 50%;
		 left: auto;
		 right: 0;
		 overflow: hidden;
		 z-index: 2;
	}
	 .page-header.page-header--fill-media .page-header__wrapper .page-header__media > img {
		 position: absolute;
		 max-width: none;
		 max-height: none;
		 width: auto;
		 min-width: 100%;
		 height: auto;
		 min-height: 100%;
		 right: auto;
		 left: 50%;
		 top: 50%;
		 -webkit-transform: translate(-50%, -50%);
		 transform: translate(-50%, -50%);
	}
	 .page-header.page-header--fill-media .page-header__wrapper .page-header__media img {
		 max-height: 110%;
	}
}
 .page-header.page-header--rich-triangles {
	 position: relative;
	 padding: 0;
}
 .page-header.page-header--rich-triangles:before {
	 background-image: none;
}
 .page-header.page-header--rich-triangles:after {
	 width: 100%;
	 background: url("../images/triangles-page-header-rich.svg") no-repeat bottom center;
	 background-size: contain;
}
 .page-header.page-header--rich-triangles .page-header__wrapper {
	 position: relative;
	 max-width: none;
	 display: block;
	 padding-bottom: 4.375rem;
	 padding-top: 9.375rem;
	 padding-bottom: 11.25rem;
}
 .page-header.page-header--rich-triangles .page-header__wrapper:last-child {
	 padding-bottom: 4.375rem;
}
 @media screen and (max-width: 145em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper {
		 padding-left: 1.875rem;
		 padding-right: 1.875rem;
	}
}
 @media screen and (max-width: 40em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper {
		 padding-left: 0.625rem;
		 padding-right: 0.625rem;
	}
}
 @media screen and (max-width: 89.9375em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper {
		 padding-top: 3.125rem;
		 padding-bottom: 6.25rem;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper {
		 padding-bottom: 1.875rem;
	}
}
 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__body-wrapper {
	 max-width: 85rem;
	 margin: 0 auto;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__body {
	 position: relative;
	 z-index: 3;
}
 @media screen and (min-width: 64em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__body {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 50%;
		 flex: 0 1 50%;
		 background: rgba(1, 33, 105, 0.8);
		 padding: 2.8125rem;
	}
}
 @media screen and (min-width: 75em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__body {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 35%;
		 flex: 0 1 35%;
	}
}
 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__media {
	 margin: 0;
}
 @media screen and (min-width: 64em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__media {
		 width: 100%;
		 max-width: none;
		 position: absolute;
		 top: 0;
		 bottom: 0;
		 left: 0;
		 content: "";
		 display: block;
		 margin: 0;
		 z-index: 0;
		 overflow: hidden;
	}
	 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__media > img {
		 position: absolute;
		 max-width: none;
		 max-height: none;
		 width: auto;
		 min-width: 100%;
		 height: auto;
		 min-height: 100%;
		 right: auto;
		 left: 50%;
		 -webkit-transform: translateX(-50%);
		 transform: translateX(-50%);
		 top: 50%;
		 -webkit-transform: translate(-50%, -50%);
		 transform: translate(-50%, -50%);
	}
}
 @media screen and (max-width: 63.9375em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__media {
		 margin-right: -1.875rem;
		 margin-left: -1.875rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__media {
		 margin-right: -1.25rem;
		 margin-left: -1.25rem;
	}
}
 @media screen and (min-width: 40em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__media img {
		 max-width: 100%;
		 min-height: 0;
		 top: 0;
		 -webkit-transform: none;
		 transform: none;
		 left: 0;
	}
}
 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__media:before {
	 position: absolute;
	 display: inline-block;
	 top: 0;
	 right: 0;
	 z-index: 2;
	 content: "";
	 border-style: solid;
	 border-width: 0 11.25rem 11.25rem 0;
	 border-color: transparent rgba(242, 169, 0, 0.5) transparent transparent;
	 mix-blend-mode: hard-light;
}
 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__media:after {
	 position: absolute;
	 display: inline-block;
	 content: "";
	 background: url("../images/triangles-page-header-rich-opaque.svg") no-repeat bottom center;
	 background-size: contain;
	 top: 0;
	 left: -3px;
	 bottom: -3px;
	 right: -3px;
	 margin: 0;
}
 @media screen and (max-width: 63.9375em) {
	 .page-header.page-header--rich-triangles .page-header__wrapper .page-header__media:after {
		 display: none;
	}
}
 .page-header.page-header--rich-triangles .page-header__after {
	 background: #012169;
	 position: relative;
	 margin-top: -2px;
}
 .page-header.page-header--rich-triangles .page-header__after .slab {
	 position: relative;
	 z-index: 3;
}
 main.main {
	 overflow-x: hidden;
}
 .teaser-collection {
	 padding-bottom: 4.375rem;
}
 .teaser-collection:last-child {
	 padding-bottom: 4.375rem;
}
 @media screen and (max-width: 145em) {
	 .teaser-collection {
		 padding-left: 1.875rem;
		 padding-right: 1.875rem;
	}
}
 @media screen and (max-width: 40em) {
	 .teaser-collection {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .teaser-collection {
		 padding-left: 0.625rem;
		 padding-right: 0.625rem;
	}
}
 .teaser-collection .collection__headline, .teaser-collection .collection__items {
	 max-width: 85rem;
	 margin: 0 auto;
}
 .teaser-collection .collection__headline {
	 margin-bottom: 1.875rem;
}
 .teaser-collection .collection__items {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
}
 .teaser-collection .collection__items .collection__item {
	 margin-bottom: 2.5rem;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 22%;
	 flex: 0 1 22%;
	 margin-right: 4%;
}
 @media print, screen and (min-width: 64em) {
	 .teaser-collection .collection__items .collection__item:nth-child(4n), .teaser-collection .collection__items .collection__item:last-child {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .teaser-collection .collection__items .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .teaser-collection .collection__items .collection__item:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .teaser-collection .collection__items .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 @media screen and (min-width: 40em) {
	 .teaser-collection .collection__items .collection__item:nth-last-child(-n+4) {
		 margin-bottom: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .teaser-collection .collection__items .collection__item {
		 margin-bottom: 1.6666666667rem;
	}
}
 .teaser-collection .collection__items .collection__item .teaser__headline .headline-group {
	 font: normal normal 1.875rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .teaser-collection .collection__items .collection__item .teaser__headline .headline-group {
		 font-size: 1.625rem;
	}
}
 .teaser-collection .collection__items .collection__item .teaser__headline .headline-group a {
	 background-position: 0 81%;
}
 .teaser-collection .collection__items .collection__item .teaser__headline .headline-group a:hover {
	 background-size: 100% 92%;
}
 .teaser-collection.collection--three-column .collection__items .collection__item {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 30%;
	 flex: 0 1 30%;
	 margin-right: 5%;
}
 @media print, screen and (min-width: 64em) {
	 .teaser-collection.collection--three-column .collection__items .collection__item:nth-child(3n), .teaser-collection.collection--three-column .collection__items .collection__item:last-child {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .teaser-collection.collection--three-column .collection__items .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .teaser-collection.collection--three-column .collection__items .collection__item:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .teaser-collection.collection--three-column .collection__items .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 .teaser-collection.collection--three-column .collection__items .collection__item .teaser__headline .headline-group {
	 font: normal normal 2.125rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .teaser-collection.collection--three-column .collection__items .collection__item .teaser__headline .headline-group {
		 font-size: 1.875rem;
	}
}
 .teaser-collection.collection--three-column .collection__items .collection__item .teaser__headline .headline-group a {
	 background-position: 0 81%;
}
 .teaser-collection.collection--three-column .collection__items .collection__item .teaser__headline .headline-group a:hover {
	 background-size: 100% 92%;
}
 .teaser-collection.collection--two-column .collection__items .collection__item {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 46%;
	 flex: 0 1 46%;
	 margin-right: 8%;
}
 @media print, screen and (min-width: 64em) {
	 .teaser-collection.collection--two-column .collection__items .collection__item:nth-child(2n), .teaser-collection.collection--two-column .collection__items .collection__item:last-child {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .teaser-collection.collection--two-column .collection__items .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .teaser-collection.collection--two-column .collection__items .collection__item:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .teaser-collection.collection--two-column .collection__items .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 .teaser-collection.collection--two-column .collection__items .collection__item .teaser__headline .headline-group {
	 font: normal normal 2.875rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 40em) {
	 .teaser-collection.collection--two-column .collection__items .collection__item .teaser__headline .headline-group {
		 font-size: 2.5rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .teaser-collection.collection--two-column .collection__items .collection__item .teaser__headline .headline-group {
		 font-size: 2.125rem;
	}
}
 .teaser-collection.collection--two-column .collection__items .collection__item .teaser__headline .headline-group a {
	 background-position: 0 81%;
}
 .teaser-collection.collection--two-column .collection__items .collection__item .teaser__headline .headline-group a:hover {
	 background-size: 100% 92%;
}
 @media screen and (max-width: 63.9375em) {
	 .teaser-collection.collection--two-column .collection__items .collection__item .teaser__headline .headline-group {
		 font: normal normal 2.125rem "Spectral", serif;
		 line-height: 1.2;
		 text-transform: none;
	}
}
 @media screen and (max-width: 63.9375em) and (max-width: 23.75em) {
	 .teaser-collection.collection--two-column .collection__items .collection__item .teaser__headline .headline-group {
		 font-size: 1.875rem;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .teaser-collection.collection--two-column .collection__items .collection__item .teaser__headline .headline-group a {
		 background-position: 0 81%;
	}
	 .teaser-collection.collection--two-column .collection__items .collection__item .teaser__headline .headline-group a:hover {
		 background-size: 100% 92%;
	}
}
 .teaser-collection.collection--archive {
	 padding: 0;
}
 .teaser-collection.collection--archive .collection__items .collection__item {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
	 margin-right: 0;
	 margin-bottom: 2.5rem;
}
 @media print, screen and (min-width: 64em) {
	 .teaser-collection.collection--archive .collection__items .collection__item:nth-child(1n), .teaser-collection.collection--archive .collection__items .collection__item:last-child {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .teaser-collection.collection--archive .collection__items .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .teaser-collection.collection--archive .collection__items .collection__item:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .teaser-collection.collection--archive .collection__items .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .teaser-collection.collection--archive .collection__items .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 @media screen and (max-width: 40em) {
	 .teaser-collection.collection--archive .collection__items .collection__item {
		 margin-bottom: 1.875rem;
	}
}
 .teaser-collection.collection--archive .collection__items .collection__item.teaser--highlight {
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
}
 .teaser-collection.collection--archive .collection__items .collection__item.teaser--highlight .teaser__body, .teaser-collection.collection--archive .collection__items .collection__item.teaser--highlight .teaser__media {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
}
 .teaser-collection.collection--archive .collection__items .collection__item.teaser--highlight .teaser__body .teaser__headline .head {
	 font-weight: bold;
}
 @media screen and (min-width: 40em) {
	 .teaser-collection.collection--archive .collection__items .collection__item.teaser--highlight .teaser__media {
		 margin-right: -2.5rem;
		 margin-top: -2.5rem;
	}
}
 @media screen and (min-width: 40em) {
	 .teaser-collection.collection--archive .collection__items .collection__item.teaser--profile {
		 position: relative;
		 margin-right: 4%;
	}
	 .teaser-collection.collection--archive .collection__items .collection__item.teaser--profile .teaser__body, .teaser-collection.collection--archive .collection__items .collection__item.teaser--profile .teaser__media {
		 position: relative;
	}
	 .teaser-collection.collection--archive .collection__items .collection__item.teaser--profile .teaser__body {
		 z-index: 1;
		 min-width: 100%;
	}
	 .teaser-collection.collection--archive .collection__items .collection__item.teaser--profile .teaser__body > * {
		 margin-right: 36%;
	}
	 .teaser-collection.collection--archive .collection__items .collection__item.teaser--profile .teaser__media {
		 z-index: 2;
		 max-width: 30%;
		 margin-left: -30%;
		 padding-top: 2.5rem;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .teaser-collection .teaser .link-collection.link-collection--two-column ul {
		 -webkit-column-count: 1;
		 -moz-column-count: 1;
		 column-count: 1;
	}
}
 .slab .slab__wrapper .teaser-collection:not(.slab--grid):not(.slab--shade):not(.slab--bright):not(.slab--bright-alt):not(.slab--dark):not(.slab--triangle-top) {
	 padding-left: 0;
	 padding-right: 0;
	 padding-bottom: 2.5rem;
}
 .slab .slab__wrapper .teaser-collection:not(.slab--grid):not(.slab--shade):not(.slab--bright):not(.slab--bright-alt):not(.slab--dark):not(.slab--triangle-top).collection--two-column .collection__items .collection__item .teaser__headline .headline-group {
	 font: normal normal 2.125rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .slab .slab__wrapper .teaser-collection:not(.slab--grid):not(.slab--shade):not(.slab--bright):not(.slab--bright-alt):not(.slab--dark):not(.slab--triangle-top).collection--two-column .collection__items .collection__item .teaser__headline .headline-group {
		 font-size: 1.875rem;
	}
}
 .slab .slab__wrapper .teaser-collection:not(.slab--grid):not(.slab--shade):not(.slab--bright):not(.slab--bright-alt):not(.slab--dark):not(.slab--triangle-top).collection--two-column .collection__items .collection__item .teaser__headline .headline-group a {
	 background-position: 0 81%;
}
 .slab .slab__wrapper .teaser-collection:not(.slab--grid):not(.slab--shade):not(.slab--bright):not(.slab--bright-alt):not(.slab--dark):not(.slab--triangle-top).collection--two-column .collection__items .collection__item .teaser__headline .headline-group a:hover {
	 background-size: 100% 92%;
}
 @media screen and (max-width: 85em) {
	 .sidebar-layout__main .teaser-collection .collection__item, .sidebar-layout__main .teaser-collection.collection--three-column .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
}
 @media screen and (max-width: 85em) and (min-width: 64em) {
	 .sidebar-layout__main .teaser-collection .collection__item:nth-child(2n), .sidebar-layout__main .teaser-collection .collection__item:last-child, .sidebar-layout__main .teaser-collection.collection--three-column .collection__item:nth-child(2n), .sidebar-layout__main .teaser-collection.collection--three-column .collection__item:last-child {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 85em) and (max-width: 63.9375em) {
	 .sidebar-layout__main .teaser-collection .collection__item, .sidebar-layout__main .teaser-collection.collection--three-column .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .sidebar-layout__main .teaser-collection .collection__item:nth-child(even), .sidebar-layout__main .teaser-collection.collection--three-column .collection__item:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 85em) and (max-width: 39.9375em) {
	 .sidebar-layout__main .teaser-collection .collection__item, .sidebar-layout__main .teaser-collection.collection--three-column .collection__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 .simple-block-collection .simple-block-collection__blocks {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
}
 .simple-block-collection .simple-block-collection__blocks .simple-block {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
}
 .simple-block-collection .simple-block-collection__blocks .simple-block.simple-block--half {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 46%;
	 flex: 0 1 46%;
	 max-width: 46%;
}
 @media screen and (max-width: 63.9375em) {
	 .simple-block-collection .simple-block-collection__blocks .simple-block.simple-block--half {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 max-width: none;
	}
}
 .fact-collection {
	 padding-bottom: 4.375rem;
}
 .fact-collection:last-child {
	 padding-bottom: 4.375rem;
}
 @media screen and (max-width: 145em) {
	 .fact-collection {
		 padding-left: 1.875rem;
		 padding-right: 1.875rem;
	}
}
 @media screen and (max-width: 40em) {
	 .fact-collection {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
}
 @media screen and (max-width: 23.75em) {
	 .fact-collection {
		 padding-left: 0.625rem;
		 padding-right: 0.625rem;
	}
}
 .fact-collection .fact-collection__headline, .fact-collection .fact-collection__facts {
	 max-width: 85rem;
	 margin: 0 auto;
}
 .fact-collection .fact-collection__headline {
	 margin-bottom: 1.875rem;
}
 .fact-collection .fact-collection__facts {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .fact-collection .fact-collection__facts .fact {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 22%;
	 flex: 0 1 22%;
	 margin-right: 4%;
	 position: relative;
}
 @media print, screen and (min-width: 64em) {
	 .fact-collection .fact-collection__facts .fact:nth-child(4n), .fact-collection .fact-collection__facts .fact:last-child {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .fact-collection .fact-collection__facts .fact {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .fact-collection .fact-collection__facts .fact:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .fact-collection .fact-collection__facts .fact {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 .fact-collection .fact-collection__facts .fact:after {
	 display: inline-block;
	 content: "";
	 position: absolute;
	 top: 0;
	 right: -8%;
	 bottom: 0;
	 left: auto;
	 margin: auto;
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-right-width: 18px;
}
 .fact-collection .fact-collection__facts .fact:nth-child(4):after {
	 display: none;
}
 @media screen and (max-width: 63.9375em) {
	 .fact-collection .fact-collection__facts .fact {
		 margin-bottom: 2.5rem;
	}
	 .fact-collection .fact-collection__facts .fact:nth-child(even):after {
		 display: none;
	}
}
 @media screen and (max-width: 40em) {
	 .fact-collection .fact-collection__facts .fact {
		 margin-bottom: 1.6666666667rem;
	}
	 .fact-collection .fact-collection__facts .fact:after, .fact-collection .fact-collection__facts .fact:nth-child(even)::after {
		 display: inline-block;
		 top: auto;
		 left: 0;
		 right: 0;
		 bottom: 0;
		 border-width: 0;
		 border-style: solid;
		 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23F2A900'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-bottom-width: 18px;
	}
	 .fact-collection .fact-collection__facts .fact:last-child:after {
		 display: none;
	}
}
 .list-collection.list-collection--two-column .list-collection__lists .list-collection__list {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
}
 .list-collection.list-collection--two-column .list-collection__lists .list-collection__list .list-header, .list-collection.list-collection--two-column .list-collection__lists .list-collection__list .people-collection.people-collection--list .people-collection__headline .headline-group, .people-collection.people-collection--list .people-collection__headline .list-collection.list-collection--two-column .list-collection__lists .list-collection__list .headline-group {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
}
 .list-collection.list-collection--two-column .list-collection__lists .list-collection__list .link-collection {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 46%;
	 flex: 0 1 46%;
}
 @media screen and (max-width: 40em) {
	 .list-collection.list-collection--two-column .list-collection__lists .list-collection__list .link-collection {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .people-collection .people-collection__headline {
	 margin-bottom: 2.5rem;
}
 .people-collection .people-collection__items .person {
	 padding-bottom: 2.5rem;
	 border-bottom: #D9D9D6 0.0625rem solid;
	 margin-bottom: 2.5rem;
}
 .people-collection .people-collection__items .person:last-child {
	 border-bottom: 0;
	 padding-bottom: 0;
}
 .people-collection.people-collection--grid .people-collection__items, .people-collection.people-collection--grid-slab .people-collection__items {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
}
 .people-collection.people-collection--grid .people-collection__items .person, .people-collection.people-collection--grid-slab .people-collection__items .person {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 22%;
	 flex: 0 1 22%;
	 margin-right: 4%;
	 -ms-flex-line-pack: start;
	 align-content: flex-start;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 border-bottom: 0;
	 padding-bottom: 0;
}
 @media print, screen and (min-width: 64em) {
	 .people-collection.people-collection--grid .people-collection__items .person:nth-child(4n), .people-collection.people-collection--grid-slab .people-collection__items .person:nth-child(4n), .people-collection.people-collection--grid .people-collection__items .person:last-child, .people-collection.people-collection--grid-slab .people-collection__items .person:last-child {
		 margin-right: 0;
	}
	.sidebar-layout__main .people-collection.people-collection--grid-slab .people-collection__items .person:nth-child(4n) {
	    margin-right: 5%;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .people-collection.people-collection--grid .people-collection__items .person, .people-collection.people-collection--grid-slab .people-collection__items .person {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .people-collection.people-collection--grid .people-collection__items .person:nth-child(even), .people-collection.people-collection--grid-slab .people-collection__items .person:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .people-collection.people-collection--grid .people-collection__items .person, .people-collection.people-collection--grid-slab .people-collection__items .person {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 .people-collection.people-collection--grid .people-collection__items .person .person__name, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
}
 .people-collection.people-collection--grid .people-collection__items .person .person__name h1, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h1, .people-collection.people-collection--grid .people-collection__items .person .person__name h2, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h2, .people-collection.people-collection--grid .people-collection__items .person .person__name h3, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h3, .people-collection.people-collection--grid .people-collection__items .person .person__name h4, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h4, .people-collection.people-collection--grid .people-collection__items .person .person__name h5, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h5, .people-collection.people-collection--grid .people-collection__items .person .person__name h6, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h6 {
	 font: normal normal 1.125rem "Noto Sans", sans-serif;
	 text-transform: none;
	 line-height: 1.75rem;
	 font-weight: bold;
}
 .people-collection.people-collection--grid .people-collection__items .person .person__name h1 a, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h1 a, .people-collection.people-collection--grid .people-collection__items .person .person__name h2 a, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h2 a, .people-collection.people-collection--grid .people-collection__items .person .person__name h3 a, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h3 a, .people-collection.people-collection--grid .people-collection__items .person .person__name h4 a, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h4 a, .people-collection.people-collection--grid .people-collection__items .person .person__name h5 a, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h5 a, .people-collection.people-collection--grid .people-collection__items .person .person__name h6 a, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h6 a {
	 background-position: 0 98%;
}
 .people-collection.people-collection--grid .people-collection__items .person .person__name h1 a:hover, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h1 a:hover, .people-collection.people-collection--grid .people-collection__items .person .person__name h2 a:hover, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h2 a:hover, .people-collection.people-collection--grid .people-collection__items .person .person__name h3 a:hover, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h3 a:hover, .people-collection.people-collection--grid .people-collection__items .person .person__name h4 a:hover, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h4 a:hover, .people-collection.people-collection--grid .people-collection__items .person .person__name h5 a:hover, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h5 a:hover, .people-collection.people-collection--grid .people-collection__items .person .person__name h6 a:hover, .people-collection.people-collection--grid-slab .people-collection__items .person .person__name h6 a:hover {
	 background-size: 100% 98%;
}
 .people-collection.people-collection--grid .people-collection__items .person .person__body, .people-collection.people-collection--grid-slab .people-collection__items .person .person__body {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
}
 .people-collection.people-collection--grid .people-collection__items .person .person__body .person__headshot, .people-collection.people-collection--grid-slab .people-collection__items .person .person__body .person__headshot {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 auto;
	 flex: 0 1 auto;
	 margin: 0 0 1.25rem 0;
}
 @media screen and (max-width: 23.75em) {
	 .people-collection.people-collection--grid .people-collection__items .person .person__body .person__headshot, .people-collection.people-collection--grid-slab .people-collection__items .person .person__body .person__headshot {
		 max-width: none;
	}
}
 .people-collection.people-collection--grid-slab {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 @media screen and (max-width: 63.9375em) {
	 .people-collection.people-collection--grid-slab {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .people-collection.people-collection--grid-slab .people-collection__headline {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 48%;
	 flex: 0 1 48%;
}
 @media screen and (max-width: 63.9375em) {
	 .people-collection.people-collection--grid-slab .people-collection__headline {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-bottom: 2.5rem;
	}
}
 .people-collection.people-collection--grid-slab .people-collection__items {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 48%;
	 flex: 0 1 48%;
}
 @media screen and (max-width: 63.9375em) {
	 .people-collection.people-collection--grid-slab .people-collection__items {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .people-collection.people-collection--grid-slab .people-collection__items .person {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 30%;
	 flex: 0 1 30%;
	 margin-right: 5%;
}
 @media print, screen and (min-width: 64em) {
	 .people-collection.people-collection--grid-slab .people-collection__items .person:nth-child(3n), .people-collection.people-collection--grid-slab .people-collection__items .person:last-child {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .people-collection.people-collection--grid-slab .people-collection__items .person {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .people-collection.people-collection--grid-slab .people-collection__items .person:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .people-collection.people-collection--grid-slab .people-collection__items .person {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 .people-collection.people-collection--simple .people-collection__items .person {
	 display: block;
	 border-bottom: 0;
	 padding-bottom: 0;
}
 .people-collection.people-collection--simple .people-collection__items .person .person__name h1, .people-collection.people-collection--simple .people-collection__items .person .person__name h2, .people-collection.people-collection--simple .people-collection__items .person .person__name h3, .people-collection.people-collection--simple .people-collection__items .person .person__name h4, .people-collection.people-collection--simple .people-collection__items .person .person__name h5, .people-collection.people-collection--simple .people-collection__items .person .person__name h6 {
	 font: normal normal 1.625rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .people-collection.people-collection--simple .people-collection__items .person .person__name h1, .people-collection.people-collection--simple .people-collection__items .person .person__name h2, .people-collection.people-collection--simple .people-collection__items .person .person__name h3, .people-collection.people-collection--simple .people-collection__items .person .person__name h4, .people-collection.people-collection--simple .people-collection__items .person .person__name h5, .people-collection.people-collection--simple .people-collection__items .person .person__name h6 {
		 font-size: 1.375rem;
	}
}
 .people-collection.people-collection--simple .people-collection__items .person .person__name h1 a, .people-collection.people-collection--simple .people-collection__items .person .person__name h2 a, .people-collection.people-collection--simple .people-collection__items .person .person__name h3 a, .people-collection.people-collection--simple .people-collection__items .person .person__name h4 a, .people-collection.people-collection--simple .people-collection__items .person .person__name h5 a, .people-collection.people-collection--simple .people-collection__items .person .person__name h6 a {
	 background-position: 0 81%;
}
 .people-collection.people-collection--simple .people-collection__items .person .person__name h1 a:hover, .people-collection.people-collection--simple .people-collection__items .person .person__name h2 a:hover, .people-collection.people-collection--simple .people-collection__items .person .person__name h3 a:hover, .people-collection.people-collection--simple .people-collection__items .person .person__name h4 a:hover, .people-collection.people-collection--simple .people-collection__items .person .person__name h5 a:hover, .people-collection.people-collection--simple .people-collection__items .person .person__name h6 a:hover {
	 background-size: 100% 92%;
}
 .person-detail-collection .person-detail-collection__items .person-detail {
	 padding-bottom: 2.5rem;
	 border-bottom: #D9D9D6 0.0625rem solid;
	 margin-bottom: 2.5rem;
	 padding-bottom: 0;
}
 .person-detail-collection .person-detail-collection__items .person-detail:last-child {
	 margin-bottom: 0;
	 border: 0;
}
 .timeline .timeline-item:last-child .timeline-item__year:after {
	 display: none;
}
 .callout {
	 margin-bottom: 3.75rem;
	 padding: 2.5rem;
	 background-color: #F3F3F2;
	 background-image: url("../images/grid.svg");
	 background-repeat: repeat;
	 background-position: center center;
}
 @media screen and (max-width: 23.75em) {
	 .callout {
		 padding: 1.25rem;
	}
}
 .callout.callout--contact .vcard {
	 margin-bottom: 1.875rem;
}
 .callout.callout--contact .tel {
	 margin-top: 1.875rem;
	 font-weight: bold;
}
 .callout.callout--contact .social-media {
	 margin-bottom: 1.875rem;
}
 .callout.callout--bright {
	 background-color: #F2A900;
	 background-image: none;
}
 .callout.callout--bright a.link--strokeless:hover, .callout.callout--bright a.link--strokeless:active, .callout.callout--bright a.link--strokeless:focus {
	 color: #000;
}
 .callout.callout--bright a.link--fancy:before, .callout.callout--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .callout.callout--bright a.routing-group__link:before {
	 border-color: #fff;
}
 .callout.callout--bright a.link--fancy:hover, .callout.callout--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .callout.callout--bright a.routing-group__link:hover, .callout.callout--bright a.link--fancy:active, .callout.callout--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .callout.callout--bright a.routing-group__link:active, .callout.callout--bright a.link--fancy:focus, .callout.callout--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .callout.callout--bright a.routing-group__link:focus {
	 color: #000;
}
 .callout.callout--bright a.link--fancy:hover:before, .callout.callout--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:hover:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .callout.callout--bright a.routing-group__link:hover:before, .callout.callout--bright a.link--fancy:active:before, .callout.callout--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:active:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .callout.callout--bright a.routing-group__link:active:before, .callout.callout--bright a.link--fancy:focus:before, .callout.callout--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.routing-group__link:focus:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .callout.callout--bright a.routing-group__link:focus:before {
	 border-color: #007DBA;
}
 .callout.callout--bright a.link--fancy.link--fancy-filled:before, .callout.callout--bright .routing-group .routing-group__wrapper .routing-group__items .routing-group__item a.link--fancy-filled.routing-group__link:before, .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .callout.callout--bright a.link--fancy-filled.routing-group__link:before {
	 border-color: transparent;
}
 .callout.callout--bright hr {
	 border-color: rgba(255, 255, 255, 0.5);
}
 .callout.callout--bright hr.hr--dots {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-bottom-width: 18px;
}
 .callout.callout--bright button, .callout.callout--bright .button, .callout.callout--bright .pagination ul li a, .pagination ul li .callout.callout--bright a {
	 background-color: #C35413;
}
 .callout.callout--bright button:after, .callout.callout--bright .button:after, .callout.callout--bright .pagination ul li a:after, .pagination ul li .callout.callout--bright a:after {
	 background-color: #D3710C;
}
 .callout.callout--bright button:hover, .callout.callout--bright button:active, .callout.callout--bright button:focus, .callout.callout--bright .button:hover, .callout.callout--bright .pagination ul li a:hover, .pagination ul li .callout.callout--bright a:hover, .callout.callout--bright .button:active, .callout.callout--bright .pagination ul li a:active, .pagination ul li .callout.callout--bright a:active, .callout.callout--bright .button:focus, .callout.callout--bright .pagination ul li a:focus, .pagination ul li .callout.callout--bright a:focus {
	 color: #000;
}
 .callout.callout--bright input[type=button], .callout.callout--bright input[type=submit] {
	 background-image: url("../images/button-backup-triangle-onbright.svg");
}
 .callout.callout--bright input[type=button]:hover, .callout.callout--bright input[type=button]:active, .callout.callout--bright input[type=submit]:hover, .callout.callout--bright input[type=submit]:active {
	 background-color: #D3710C;
}
 .callout.callout--bright .button[type=reset], .callout.callout--bright .pagination ul li a[type=reset], .pagination ul li .callout.callout--bright a[type=reset], .callout.callout--bright input[type=reset] {
	 background-color: #7d8181;
}
 .callout.callout--bright .button[type=reset]:hover, .callout.callout--bright .pagination ul li a[type=reset]:hover, .pagination ul li .callout.callout--bright a[type=reset]:hover, .callout.callout--bright .button[type=reset]:active, .callout.callout--bright .pagination ul li a[type=reset]:active, .pagination ul li .callout.callout--bright a[type=reset]:active, .callout.callout--bright .button[type=reset]:focus, .callout.callout--bright .pagination ul li a[type=reset]:focus, .pagination ul li .callout.callout--bright a[type=reset]:focus, .callout.callout--bright input[type=reset]:hover, .callout.callout--bright input[type=reset]:active, .callout.callout--bright input[type=reset]:focus {
	 background-color: #4b4d4d;
}
 .callout.callout--bright ul.dot-list li::after, .callout.callout--bright ul.meta li::after {
	 background-color: #fff;
}
 .callout.callout--bright table thead tr th {
	 background-color: #C35413;
}
 .callout.callout--bright .social-media a {
	 color: #012169;
}
 .callout.callout--bright .social-media a:hover, .callout.callout--bright .social-media a:active, .callout.callout--bright .social-media a:focus {
	 color: #0033A0;
}
 .callout.callout--bright .breadcrumbs ul li::after {
	 background-color: #fff;
}
 .callout.callout--bright .search-form.search-form--minimal button, .callout.callout--bright .filters .filters__wrapper .filters__item .search-form button, .filters .filters__wrapper .filters__item .callout.callout--bright .search-form button {
	 background: transparent;
}
 .callout.callout--bright .search-form.search-form--minimal button:hover, .callout.callout--bright .filters .filters__wrapper .filters__item .search-form button:hover, .filters .filters__wrapper .filters__item .callout.callout--bright .search-form button:hover, .callout.callout--bright .search-form.search-form--minimal button:active, .callout.callout--bright .filters .filters__wrapper .filters__item .search-form button:active, .filters .filters__wrapper .filters__item .callout.callout--bright .search-form button:active, .callout.callout--bright .search-form.search-form--minimal button:focus, .callout.callout--bright .filters .filters__wrapper .filters__item .search-form button:focus, .filters .filters__wrapper .filters__item .callout.callout--bright .search-form button:focus {
	 background: #F3F3F2;
}
 .callout.callout--bright .list-header, .callout.callout--bright .people-collection.people-collection--list .people-collection__headline .headline-group, .people-collection.people-collection--list .people-collection__headline .callout.callout--bright .headline-group {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-bottom-width: 18px;
}
 .callout.callout--bright .fact-collection .fact-collection__facts .fact:after, .callout.callout--bright.fact-collection .fact-collection__facts .fact:after {
	 border-width: 0;
	 border-style: solid;
	 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
	 border-right-width: 18px;
}
 @media screen and (max-width: 40em) {
	 .callout.callout--bright .fact-collection .fact-collection__facts .fact:after, .callout.callout--bright .fact-collection .fact-collection__facts .fact:nth-child(even)::after, .callout.callout--bright.fact-collection .fact-collection__facts .fact:after, .callout.callout--bright.fact-collection .fact-collection__facts .fact:nth-child(even)::after {
		 border-width: 0;
		 border-style: solid;
		 -o-border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-image: url("data:image/svg+xml,%3Csvg%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%3E%3Cellipse%20cx='2.25'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='2.25'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='22.5'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='2.25'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='22.5'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3Cellipse%20cx='42.75'%20cy='42.75'%20rx='2.25'%20ry='2.25'/%3E%3C/g%3E%3C/svg%3E") 33% round;
		 border-bottom-width: 18px;
	}
}
 .callout.callout--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover, .callout.callout--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active, .callout.callout--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus {
	 color: #fff;
}
 .callout.callout--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover:before, .callout.callout--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active:before, .callout.callout--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus:before {
	 border-color: #41B6E6;
}
 .callout.callout--bright .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:before {
	 background-image: url("../images/fancy-link-angle.svg");
}
 .sidebar-layout__sidebar .callout {
	 padding: 1.875rem;
}
 @media screen and (max-width: 23.75em) {
	 .sidebar-layout__sidebar .callout {
		 padding: 1.25rem;
	}
}
 .sidebar-layout__sidebar .callout h1, .sidebar-layout__sidebar .callout h2, .sidebar-layout__sidebar .callout h3, .sidebar-layout__sidebar .callout h4, .sidebar-layout__sidebar .callout h5, .sidebar-layout__sidebar .callout h6 {
	 font: normal normal 2.125rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .sidebar-layout__sidebar .callout h1, .sidebar-layout__sidebar .callout h2, .sidebar-layout__sidebar .callout h3, .sidebar-layout__sidebar .callout h4, .sidebar-layout__sidebar .callout h5, .sidebar-layout__sidebar .callout h6 {
		 font-size: 1.875rem;
	}
}
 .sidebar-layout__sidebar .callout h1 a, .sidebar-layout__sidebar .callout h2 a, .sidebar-layout__sidebar .callout h3 a, .sidebar-layout__sidebar .callout h4 a, .sidebar-layout__sidebar .callout h5 a, .sidebar-layout__sidebar .callout h6 a {
	 background-position: 0 81%;
}
 .sidebar-layout__sidebar .callout h1 a:hover, .sidebar-layout__sidebar .callout h2 a:hover, .sidebar-layout__sidebar .callout h3 a:hover, .sidebar-layout__sidebar .callout h4 a:hover, .sidebar-layout__sidebar .callout h5 a:hover, .sidebar-layout__sidebar .callout h6 a:hover {
	 background-size: 100% 92%;
}
 .routing-group .routing-group__wrapper {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 @media screen and (max-width: 63.9375em) {
	 .routing-group .routing-group__wrapper {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .routing-group .routing-group__wrapper .routing-group__body {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 35%;
	 flex: 0 1 35%;
}
 @media screen and (max-width: 63.9375em) {
	 .routing-group .routing-group__wrapper .routing-group__body {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .routing-group .routing-group__wrapper .routing-group__body .headline-group .superhead {
	 color: #007DBA;
}
 .routing-group .routing-group__wrapper .routing-group__items {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 58%;
	 flex: 0 1 58%;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 -ms-flex-line-pack: start;
	 align-content: flex-start;
}
 @media screen and (max-width: 63.9375em) {
	 .routing-group .routing-group__wrapper .routing-group__items {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .routing-group .routing-group__wrapper .routing-group__items .routing-group__item {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 46%;
	 flex: 0 1 46%;
	 margin-right: 8%;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 margin-bottom: 1.875rem;
}
 @media print, screen and (min-width: 64em) {
	 .routing-group .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(2n), .routing-group .routing-group__wrapper .routing-group__items .routing-group__item:last-child {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 63.9375em) {
	 .routing-group .routing-group__wrapper .routing-group__items .routing-group__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 46%;
		 flex: 0 1 46%;
		 margin-right: 8%;
	}
	 .routing-group .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(even) {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 39.9375em) {
	 .routing-group .routing-group__wrapper .routing-group__items .routing-group__item {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-right: 0;
	}
}
 @media screen and (min-width: 40em) {
	 .routing-group .routing-group__wrapper .routing-group__items .routing-group__item:nth-last-child(-n+2) {
		 margin-bottom: 0;
	}
}
 .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link {
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
}
 .routing-group .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__media {
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
	 margin-bottom: 0.625rem;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items {
	 margin-right: 1.25rem;
	 -ms-flex-line-pack: stretch;
	 align-content: stretch;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link {
	 background: #007DBA;
	 padding: 1.25rem 2.5rem 1.25rem 1.25rem;
	 color: #fff;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 text-align: center;
	 position: relative;
	 -webkit-transition: background-color 0.2s ease-out;
	 transition: background-color 0.2s ease-out;
	 text-decoration: none;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus {
	 color: #fff;
	 background: #005b87;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:hover:before, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:active:before, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:focus:before {
	 background-color: #fff;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item .routing-group__link:before {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: auto;
	 margin: auto -1.25rem auto auto;
	 background-color: #fff;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(1n) .routing-group__link {
	 background: #007DBA;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(1n) .routing-group__link:hover, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(1n) .routing-group__link:active, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(1n) .routing-group__link:focus {
	 background: #005b87;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(2n) .routing-group__link {
	 background: #C35413;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(2n) .routing-group__link:hover, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(2n) .routing-group__link:active, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(2n) .routing-group__link:focus {
	 background: #95400e;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(3n) .routing-group__link {
	 background: #348338;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(3n) .routing-group__link:hover, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(3n) .routing-group__link:active, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(3n) .routing-group__link:focus {
	 background: #265e28;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(4n) .routing-group__link {
	 background: #6D2077;
}
 .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(4n) .routing-group__link:hover, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(4n) .routing-group__link:active, .routing-group.routing-group--buttons .routing-group__wrapper .routing-group__items .routing-group__item:nth-child(4n) .routing-group__link:focus {
	 background: #48154f;
}
 .page-intro {
	 margin-bottom: 3.75rem;
}
 .page-intro .intro {
	 background: #F3F3F2;
	 padding: 2.5rem;
	 border-top: 0.25rem #348338 solid;
}
 @media screen and (max-width: 23.75em) {
	 .page-intro .intro {
		 padding: 1.25rem;
	}
}
 .page-intro .intro p {
	 margin-bottom: 0;
}
 .page-intro .media {
	 margin-top: 2.5rem;
}
 .page-intro.page-intro--media-small {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .page-intro.page-intro--media-small {
		 padding-top: 2.5rem;
	}
}
 @media screen and (max-width: 40em) {
	 .page-intro.page-intro--media-small {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .page-intro.page-intro--media-small [class$=__body], .page-intro.page-intro--media-small [class$=__media] {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 50%;
	 flex: 0 1 50%;
	 position: relative;
	 max-width: 50%;
}
 @media screen and (max-width: 40em) {
	 .page-intro.page-intro--media-small [class$=__body], .page-intro.page-intro--media-small [class$=__media] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 max-width: none;
	}
}
 .page-intro.page-intro--media-small [class$=__body] {
	 z-index: 2;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .page-intro.page-intro--media-small [class$=__body] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 60%;
		 flex: 0 1 60%;
		 max-width: 60%;
	}
}
 .page-intro.page-intro--media-small [class$=__media] {
	 z-index: 1;
}
 @media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .page-intro.page-intro--media-small [class$=__media] {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 40%;
		 flex: 0 1 40%;
		 max-width: 40%;
		 margin-top: -2.5rem;
		 -ms-flex-item-align: start;
		 align-self: flex-start;
	}
}
 .page-intro.page-intro--media-small [class$=__media] .media {
	 margin-right: -10%;
}
 @media screen and (max-width: 40em) {
	 .page-intro.page-intro--media-small [class$=__media] .media {
		 margin-right: 0;
	}
}
 @media screen and (max-width: 40em) {
	 .page-intro.page-intro--media-small {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
}
 .page-intro.page-intro--media-small .intro {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 60%;
	 flex: 0 1 60%;
}
 @media screen and (max-width: 40em) {
	 .page-intro.page-intro--media-small .intro {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
	}
}
 .page-intro.page-intro--media-small .media {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 40%;
	 flex: 0 1 40%;
}
 @media screen and (min-width: 64em) {
	 .page-intro.page-intro--media-small .media {
		 margin-top: 0;
	}
}
 @media screen and (max-width: 40em) {
	 .page-intro.page-intro--media-small .media {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 100%;
		 flex: 0 1 100%;
		 margin-top: 2.5rem;
	}
}
 @media screen and (min-width: 40em) {
	 .page-intro.page-intro--media-large .intro {
		 margin-right: 2.5rem;
		 padding-bottom: 5rem;
	}
	 .page-intro.page-intro--media-large .media {
		 margin: -2.5rem 0 0 2.5rem;
	}
}
 .news-story h2 {
	 font: normal normal 2.125rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .news-story h2 {
		 font-size: 1.875rem;
	}
}
 .news-story h2 a {
	 background-position: 0 81%;
}
 .news-story h2 a:hover {
	 background-size: 100% 92%;
}
 .news-story h3 {
	 font: normal normal 1.875rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .news-story h3 {
		 font-size: 1.625rem;
	}
}
 .news-story h3 a {
	 background-position: 0 81%;
}
 .news-story h3 a:hover {
	 background-size: 100% 92%;
}
 .news-story h4 {
	 font: normal normal 1.625rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 @media screen and (max-width: 23.75em) {
	 .news-story h4 {
		 font-size: 1.375rem;
	}
}
 .news-story h4 a {
	 background-position: 0 81%;
}
 .news-story h4 a:hover {
	 background-size: 100% 92%;
}
 .news-story h5 {
	 font: normal normal 1.25rem "Spectral", serif;
	 line-height: 1.2;
	 text-transform: none;
}
 .news-story h5 a {
	 background-position: 0 81%;
}
 .news-story h5 a:hover {
	 background-size: 100% 92%;
}
 article.sidebar-layout__main > .teaser {
	 margin-bottom: 2.5rem;
}
 article.sidebar-layout__main > .media {
	 margin-bottom: 2.5rem;
}
 .font-example {
	 font-size: 1.125rem;
}
 ul.styleguide-colors {
	 margin: 0 0 0 0;
	 list-style: none;
	 padding: 0 0 0 0;
	 margin-bottom: 2.5rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
}
 ul.styleguide-colors > li {
	 text-indent: 0;
	 margin-left: 0;
	 margin-bottom: 0;
}
 ul.styleguide-colors > li:before {
	 display: none;
}
 ul.styleguide-colors li {
	 margin-bottom: 2%;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
}
 @media screen and (min-width: 40em) {
	 ul.styleguide-colors li {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 1 18%;
		 flex: 0 1 18%;
		 margin-right: 2%;
	}
	 ul.styleguide-colors li:nth-child(5n) {
		 margin-right: 0;
	}
}
 .teaser-collection.teaser-collection--styleguide-grid .teaser .teaser__body {
	 -webkit-box-ordinal-group: 2;
	 -ms-flex-order: 1;
	 order: 1;
}
 .teaser-collection.teaser-collection--styleguide-grid .teaser .teaser__media {
	 -webkit-box-ordinal-group: 3;
	 -ms-flex-order: 2;
	 order: 2;
}


footer.main-footer a:not(.button):hover, .global-utility-nav .toggleSearch:hover, .global-utility-nav  a:hover, .global-main-nav__dropdown a:hover{
    text-decoration: underline;
}

footer.main-footer a{
    font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
 