﻿

@charset "UTF-8";
.ce-align-left {
	text-align: left
}

.ce-align-center {
	text-align: center
}

.ce-align-right {
	text-align: right
}

.ce-table td,
.ce-table th {
	vertical-align: top
}

.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
	overflow: hidden
}

.ce-left .ce-gallery,
.ce-column {
	float: left
}

.ce-center .ce-outer {
	position: relative;
	float: right;
	right: 50%
}

.ce-center .ce-inner {
	position: relative;
	float: right;
	right: -50%
}

.ce-right .ce-gallery {
	float: right
}

.ce-gallery figure {
	display: table;
	margin: 0
}

.ce-gallery figcaption {
	display: table-caption;
	caption-side: bottom
}

.ce-gallery img {
	display: block
}

.ce-gallery iframe {
	border-width: 0
}

.ce-border img,
.ce-border iframe {
	border: 2px solid #000;
	padding: 0px
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
	margin-bottom: 10px
}

.ce-intext.ce-right .ce-gallery {
	margin-left: 10px
}

.ce-intext.ce-left .ce-gallery {
	margin-right: 10px
}

.ce-below .ce-gallery {
	margin-top: 10px
}

.ce-column {
	margin-right: 10px
}

.ce-column:last-child {
	margin-right: 0
}

.ce-row {
	margin-bottom: 10px
}

.ce-row:last-child {
	margin-bottom: 0
}

.ce-above .ce-bodytext {
	clear: both
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
	padding-left: 40px;
	overflow: auto
}

.ce-headline-left {
	text-align: left
}

.ce-headline-center {
	text-align: center
}

.ce-headline-right {
	text-align: right
}

.ce-uploads {
	margin: 0;
	padding: 0
}

.ce-uploads li {
	list-style: none outside none;
	margin: 1em 0
}

.ce-uploads img {
	float: left;
	padding-right: 1em;
	vertical-align: top
}

.ce-uploads span {
	display: block
}

.ce-table {
	width: 100%;
	max-width: 100%
}

.ce-table th,
.ce-table td {
	padding: 0.5em 0.75em;
	vertical-align: top
}

.ce-table thead th {
	border-bottom: 2px solid #dadada
}

.ce-table th,
.ce-table td {
	border-top: 1px solid #dadada
}

.ce-table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.ce-table-bordered th,
.ce-table-bordered td {
	border: 1px solid #dadada
}

.frame-space-before-extra-small {
	margin-top: 1em
}

.frame-space-before-small {
	margin-top: 2em
}

.frame-space-before-medium {
	margin-top: 3em
}

.frame-space-before-large {
	margin-top: 4em
}

.frame-space-before-extra-large {
	margin-top: 5em
}

.frame-space-after-extra-small {
	margin-bottom: 1em
}

.frame-space-after-small {
	margin-bottom: 2em
}

.frame-space-after-medium {
	margin-bottom: 3em
}

.frame-space-after-large {
	margin-bottom: 4em
}

.frame-space-after-extra-large {
	margin-bottom: 5em
}

.frame-ruler-before:before {
	content: '';
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	margin-bottom: 2em
}

.frame-ruler-after:after {
	content: '';
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	margin-top: 2em
}

.frame-indent {
	margin-left: 15%;
	margin-right: 15%
}

.frame-indent-left {
	margin-left: 33%
}

.frame-indent-right {
	margin-right: 33%
}

body.cookie-padding {
	padding-bottom: 50px
}

.cc_banner-wrapper {
	z-index: 9001;
	position: absolute
}

.cc_container .cc_btn {
	cursor: pointer;
	text-align: center;
	font-size: 0.6em;
	-webkit-transition: font-size 200ms;
	transition: font-size 200ms;
	line-height: 1em
}

.cc_container .cc_message {
	font-size: 0.6em;
	-webkit-transition: font-size 200ms;
	transition: font-size 200ms;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #888
}

.cc_container .cc_logo {
	display: none;
	text-indent: -1000px;
	overflow: hidden;
	width: 100px;
	height: 22px;
	background-size: cover;
	opacity: 0.9;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms
}

.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
	opacity: 1
}

@media screen and (min-width: 500px) {
	.cc_container .cc_btn {
		font-size: 0.8em
	}
	.cc_container .cc_message {
		font-size: 0.8em
	}
}

@media screen and (min-width: 768px) {
	.cc_container .cc_btn {
		font-size: 0.8em
	}
	.cc_container .cc_message {
		font-size: 0.8em;
		line-height: 0.8em
	}
}

@media screen and (min-width: 992px) {
	.cc_container .cc_message {
		font-size: 0.8em
	}
}

@media print {
	.cc_banner-wrapper,
	.cc_container {
		display: none
	}
}

.cc_container {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #888
}

.cc_container .cc_btn {
	padding: 8px 10px;
	background-color: #c8c8c8;
	cursor: pointer;
	-webkit-transition: font-size 200ms;
	transition: font-size 200ms;
	text-align: center;
	font-size: 0.6em;
	display: block;
	width: 33%;
	margin-left: 10px;
	float: right;
	max-width: 120px
}

.cc_container .cc_message {
	-webkit-transition: font-size 200ms;
	transition: font-size 200ms;
	font-size: 0.6em;
	display: block
}

@media screen and (min-width: 500px) {
	.cc_container .cc_btn {
		font-size: 0.8em
	}
	.cc_container .cc_message {
		margin-top: 0.7em;
		font-size: 0.8em
	}
}

@media screen and (min-width: 768px) {
	.cc_container {
		padding: 10px 50px 10px
	}
	.cc_container .cc_btn {
		padding: 8px 15px;
		font-size: 0.8em
	}
	.cc_container .cc_message {
		font-size: 0.8em
	}
}

@media screen and (min-width: 992px) {
	.cc_container .cc_message {
		font-size: 0.8em !important
	}
}

.cc_container {
	background: #222;
	color: #fff;
	font-size: 17px;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
	box-sizing: border-box
}

.cc_container ::-moz-selection {
	background: #ff5e99;
	color: #fff;
	text-shadow: none
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	color: #000;
	background-color: #c8c8c8;
	transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px
}

.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
	background-color: #d3d3d3;
	color: #000
}

.cc_container a,
.cc_container a:visited {
	text-decoration: none;
	color: #c8c8c8;
	-webkit-transition: 200ms color;
	transition: 200ms color
}

.cc_container a:hover,
.cc_container a:active {
	text-decoration: none;
	color: #888
}

.cc_container .cc_btn a {
	text-decoration: none
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(66px);
		transform: translateY(66px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideUp {
	0% {
		-webkit-transform: translateY(66px);
		-ms-transform: translateY(66px);
		transform: translateY(66px)
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.cc_container,
.cc_message,
.cc_btn {
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-webkit-animation-name: slideUp;
	animation-name: slideUp
}


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

@media print {
	*,
	::after,
	::before,
	blockquote::first-letter,
	blockquote::first-line,
	div::first-letter,
	div::first-line,
	li::first-letter,
	li::first-line,
	p::first-letter,
	p::first-line {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

html {
	box-sizing: border-box
}

*,
::after,
::before {
	box-sizing: inherit
}

@-ms-viewport {
	width: device-width
}

html {
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
	color: #333333;
	background-color: #fff
}

@media print {
	body {
		font-size: .9rem
	}
}

[tabindex="-1"]:focus {
	outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	cursor: help
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

a {
	color: #0069b4;
	text-decoration: none
}

a:focus,
a:hover {
	color: #93a7bb;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle
}

[role=button] {
	cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

table {
	border-collapse: collapse;
	background-color: transparent
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #636c72;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: left
}

label {
	display: inline-block;
	margin-bottom: .5rem;
	margin-left: 5px;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
	line-height: 100%
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
	cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit
}

input[type=search] {
	-webkit-appearance: none;
	background-color: #fff;
    border: 2px solid #003f6e;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    border-radius: 4px;
    color: #373737;
}

output {
	display: inline-block
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .2rem;
	font-family: Fira Sans,sans-serif;
	font-weight: 600;
	line-height: 1.1;
	color: #292929
}

.h1,
h1 {
	font-size: 2.5rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.1
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.1
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.1
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #cbcccd
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: 5px
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	border-left: .25rem solid #eceeef
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #636c72
}

.blockquote-footer::before {
	content: "\2014 \00A0"
}

.blockquote-reverse {
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: .25rem solid #eceeef;
	border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
	content: ""
}

.blockquote-reverse .blockquote-footer::after {
	content: "\00A0 \2014"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .25rem;
	transition: all .2s ease-in-out;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #636c72
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px
}

@media (min-width:576px) {
	.container {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:768px) {
	.container {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:1025px) {
	.container {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:1200px) {
	.container {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:576px) {
	.container {
		width: 540px;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.container {
		width: 720px;
		max-width: 100%
	}
}

@media (min-width:1025px) {
	.container {
		width: 960px;
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.container {
		width: 1140px;
		max-width: 100%
	}
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px
}

@media (min-width:576px) {
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:768px) {
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:1025px) {
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:1200px) {
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px
}

@media (min-width:576px) {
	.row {
		margin-right: -20px;
		margin-left: -20px
	}
}

@media (min-width:768px) {
	.row {
		margin-right: -20px;
		margin-left: -20px
	}
}

@media (min-width:1025px) {
	.row {
		margin-right: -20px;
		margin-left: -20px
	}
}

@media (min-width:1200px) {
	.row {
		margin-right: -20px;
		margin-left: -20px
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px
}

@media (min-width:576px) {
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9 {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:768px) {
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9 {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:1025px) {
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9 {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:1200px) {
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9 {
		padding-right: 20px;
		padding-left: 20px
	}
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.pull-0 {
	right: auto
}

.pull-1 {
	right: 8.33333%
}

.pull-2 {
	right: 16.66667%
}

.pull-3 {
	right: 25%
}

.pull-4 {
	right: 33.33333%
}

.pull-5 {
	right: 41.66667%
}

.pull-6 {
	right: 50%
}

.pull-7 {
	right: 58.33333%
}

.pull-8 {
	right: 66.66667%
}

.pull-9 {
	right: 75%
}

.pull-10 {
	right: 83.33333%
}

.pull-11 {
	right: 91.66667%
}

.pull-12 {
	right: 100%
}

.push-0 {
	left: auto
}

.push-1 {
	left: 8.33333%
}

.push-2 {
	left: 16.66667%
}

.push-3 {
	left: 25%
}

.push-4 {
	left: 33.33333%
}

.push-5 {
	left: 41.66667%
}

.push-6 {
	left: 50%
}

.push-7 {
	left: 58.33333%
}

.push-8 {
	left: 66.66667%
}

.push-9 {
	left: 75%
}

.push-10 {
	left: 83.33333%
}

.push-11 {
	left: 91.66667%
}

.push-12 {
	left: 100%
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-sm-0 {
		right: auto
	}
	.pull-sm-1 {
		right: 8.33333%
	}
	.pull-sm-2 {
		right: 16.66667%
	}
	.pull-sm-3 {
		right: 25%
	}
	.pull-sm-4 {
		right: 33.33333%
	}
	.pull-sm-5 {
		right: 41.66667%
	}
	.pull-sm-6 {
		right: 50%
	}
	.pull-sm-7 {
		right: 58.33333%
	}
	.pull-sm-8 {
		right: 66.66667%
	}
	.pull-sm-9 {
		right: 75%
	}
	.pull-sm-10 {
		right: 83.33333%
	}
	.pull-sm-11 {
		right: 91.66667%
	}
	.pull-sm-12 {
		right: 100%
	}
	.push-sm-0 {
		left: auto
	}
	.push-sm-1 {
		left: 8.33333%
	}
	.push-sm-2 {
		left: 16.66667%
	}
	.push-sm-3 {
		left: 25%
	}
	.push-sm-4 {
		left: 33.33333%
	}
	.push-sm-5 {
		left: 41.66667%
	}
	.push-sm-6 {
		left: 50%
	}
	.push-sm-7 {
		left: 58.33333%
	}
	.push-sm-8 {
		left: 66.66667%
	}
	.push-sm-9 {
		left: 75%
	}
	.push-sm-10 {
		left: 83.33333%
	}
	.push-sm-11 {
		left: 91.66667%
	}
	.push-sm-12 {
		left: 100%
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-md-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-md-0 {
		right: auto
	}
	.pull-md-1 {
		right: 8.33333%
	}
	.pull-md-2 {
		right: 16.66667%
	}
	.pull-md-3 {
		right: 25%
	}
	.pull-md-4 {
		right: 33.33333%
	}
	.pull-md-5 {
		right: 41.66667%
	}
	.pull-md-6 {
		right: 50%
	}
	.pull-md-7 {
		right: 58.33333%
	}
	.pull-md-8 {
		right: 66.66667%
	}
	.pull-md-9 {
		right: 75%
	}
	.pull-md-10 {
		right: 83.33333%
	}
	.pull-md-11 {
		right: 91.66667%
	}
	.pull-md-12 {
		right: 100%
	}
	.push-md-0 {
		left: auto
	}
	.push-md-1 {
		left: 8.33333%
	}
	.push-md-2 {
		left: 16.66667%
	}
	.push-md-3 {
		left: 25%
	}
	.push-md-4 {
		left: 33.33333%
	}
	.push-md-5 {
		left: 41.66667%
	}
	.push-md-6 {
		left: 50%
	}
	.push-md-7 {
		left: 58.33333%
	}
	.push-md-8 {
		left: 66.66667%
	}
	.push-md-9 {
		left: 75%
	}
	.push-md-10 {
		left: 83.33333%
	}
	.push-md-11 {
		left: 91.66667%
	}
	.push-md-12 {
		left: 100%
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1025px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-lg-0 {
		right: auto
	}
	.pull-lg-1 {
		right: 8.33333%
	}
	.pull-lg-2 {
		right: 16.66667%
	}
	.pull-lg-3 {
		right: 25%
	}
	.pull-lg-4 {
		right: 33.33333%
	}
	.pull-lg-5 {
		right: 41.66667%
	}
	.pull-lg-6 {
		right: 50%
	}
	.pull-lg-7 {
		right: 58.33333%
	}
	.pull-lg-8 {
		right: 66.66667%
	}
	.pull-lg-9 {
		right: 75%
	}
	.pull-lg-10 {
		right: 83.33333%
	}
	.pull-lg-11 {
		right: 91.66667%
	}
	.pull-lg-12 {
		right: 100%
	}
	.push-lg-0 {
		left: auto
	}
	.push-lg-1 {
		left: 8.33333%
	}
	.push-lg-2 {
		left: 16.66667%
	}
	.push-lg-3 {
		left: 25%
	}
	.push-lg-4 {
		left: 33.33333%
	}
	.push-lg-5 {
		left: 41.66667%
	}
	.push-lg-6 {
		left: 50%
	}
	.push-lg-7 {
		left: 58.33333%
	}
	.push-lg-8 {
		left: 66.66667%
	}
	.push-lg-9 {
		left: 75%
	}
	.push-lg-10 {
		left: 83.33333%
	}
	.push-lg-11 {
		left: 91.66667%
	}
	.push-lg-12 {
		left: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-xl-0 {
		right: auto
	}
	.pull-xl-1 {
		right: 8.33333%
	}
	.pull-xl-2 {
		right: 16.66667%
	}
	.pull-xl-3 {
		right: 25%
	}
	.pull-xl-4 {
		right: 33.33333%
	}
	.pull-xl-5 {
		right: 41.66667%
	}
	.pull-xl-6 {
		right: 50%
	}
	.pull-xl-7 {
		right: 58.33333%
	}
	.pull-xl-8 {
		right: 66.66667%
	}
	.pull-xl-9 {
		right: 75%
	}
	.pull-xl-10 {
		right: 83.33333%
	}
	.pull-xl-11 {
		right: 91.66667%
	}
	.pull-xl-12 {
		right: 100%
	}
	.push-xl-0 {
		left: auto
	}
	.push-xl-1 {
		left: 8.33333%
	}
	.push-xl-2 {
		left: 16.66667%
	}
	.push-xl-3 {
		left: 25%
	}
	.push-xl-4 {
		left: 33.33333%
	}
	.push-xl-5 {
		left: 41.66667%
	}
	.push-xl-6 {
		left: 50%
	}
	.push-xl-7 {
		left: 58.33333%
	}
	.push-xl-8 {
		left: 66.66667%
	}
	.push-xl-9 {
		left: 75%
	}
	.push-xl-10 {
		left: 83.33333%
	}
	.push-xl-11 {
		left: 91.66667%
	}
	.push-xl-12 {
		left: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #464a4c;
	background-color: #fff;
	border-color: #5cb3fd;
	outline: 0
}

.form-control:-ms-input-placeholder {
	color: #636c72;
	opacity: 1
}

.form-control::placeholder {
	color: #636c72;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #eceeef;
	opacity: 1
}

.form-control:disabled {
	cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
	color: #464a4c;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block
}

.col-form-label {
	padding-top: calc(.5rem - 1px * 2);
	padding-bottom: calc(.5rem - 1px * 2);
	margin-bottom: 0
}

.col-form-label-lg {
	padding-top: calc(.75rem - 1px * 2);
	padding-bottom: calc(.75rem - 1px * 2);
	font-size: 1.25rem
}

.col-form-label-sm {
	padding-top: calc(.25rem - 1px * 2);
	padding-bottom: calc(.25rem - 1px * 2);
	font-size: .875rem
}

.col-form-legend {
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
	font-size: 1rem
}

.form-control-static {
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
	line-height: 1.25;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
	height: 1.8125rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
	height: 3.16667rem
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-check {
	position: relative;
	display: block;
	margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
	color: #636c72;
	cursor: not-allowed
}

.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
	cursor: pointer
}

.form-check-input {
	position: absolute;
	margin-top: .25rem;
	margin-left: -1.25rem
}

.form-check-input:only-child {
	position: static
}

.form-check-inline {
	display: inline-block
}

.form-check-inline .form-check-label {
	vertical-align: middle
}

.form-check-inline+.form-check-inline {
	margin-left: .75rem
}

.form-control-feedback {
	margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right .5625rem;
	background-size: 1.125rem 1.125rem
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
	color: #5cb85c
}

.has-success .form-control {
	border-color: #5cb85c
}

.has-success .input-group-addon {
	color: #5cb85c;
	border-color: #5cb85c;
	background-color: #eaf6ea
}

.has-success .form-control-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
	color: #f0ad4e
}

.has-warning .form-control {
	border-color: #f0ad4e
}

.has-warning .input-group-addon {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-color: #fff
}

.has-warning .form-control-warning {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
	color: #d9534f
}

.has-danger .form-control {
	border-color: #d9534f
}

.has-danger .input-group-addon {
	color: #d9534f;
	border-color: #d9534f;
	background-color: #fdf7f7
}

.has-danger .form-control-danger {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		margin-top: 0;
		margin-bottom: 0
	}
	.form-inline .form-check-label {
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0
	}
	.form-inline .custom-control-indicator {
		position: static;
		display: inline-block;
		margin-right: .25rem;
		vertical-align: text-bottom
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
	z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	color: #464a4c;
	text-align: center;
	background-color: #eceeef;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
	border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative;
	-ms-flex: 1;
	flex: 1
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
	margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
	z-index: 3
}

.custom-control {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 1.667rem;
	padding-left: 1.5rem;
	margin-right: 1rem;
	cursor: pointer
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
	color: #fff;
	background-color: #0275d8
}

.custom-control-input:focus~.custom-control-indicator {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8
}

.custom-control-input:active~.custom-control-indicator {
	color: #fff;
	background-color: #8fcafe
}

.custom-control-input:disabled~.custom-control-indicator {
	cursor: not-allowed;
	background-color: #eceeef
}

.custom-control-input:disabled~.custom-control-description {
	color: #636c72;
	cursor: not-allowed
}

.custom-control-indicator {
	position: absolute;
	top: .3335rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
	background-color: #0275d8;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.custom-controls-stacked .custom-control {
	margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
	margin-left: 0
}

.custom-select {
	display: inline-block;
	max-width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.25;
	color: #464a4c;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	-moz-appearance: none;
	-webkit-appearance: none
}

.custom-select:focus {
	border-color: #5cb3fd;
	outline: 0
}

.custom-select:focus::-ms-value {
	color: #464a4c;
	background-color: #fff
}

.custom-select:disabled {
	color: #636c72;
	cursor: not-allowed;
	background-color: #eceeef
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-sm {
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 2.5rem;
	margin-bottom: 0;
	cursor: pointer
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	height: 2.5rem;
	margin: 0;
	opacity: 0
}

.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #464a4c;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.custom-file-control:lang(en)::after {
	content: "Choose file..."
}

.custom-file-control::before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #464a4c;
	background-color: #eceeef;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
	content: "Browse"
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-faded {
	background-color: #f7f7f7
}

.bg-primary {
	background-color: #0275d8!important
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #025aa5!important
}

.bg-success {
	background-color: #5cb85c!important
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #449d44!important
}

.bg-info {
	background-color: #5bc0de!important
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #31b0d5!important
}

.bg-warning {
	background-color: #f0ad4e!important
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #ec971f!important
}

.bg-danger {
	background-color: #d9534f!important
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #c9302c!important
}

.bg-inverse {
	background-color: #003f6e!important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
	background-color: #1e3041!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.rounded {
	border-radius: .25rem
}

.rounded-top {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.rounded-right {
	border-bottom-right-radius: .25rem;
	border-top-right-radius: .25rem
}

.rounded-bottom {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.rounded-left {
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem
}

.rounded-circle {
	border-radius: 50%
}

.rounded-0 {
	border-radius: 0
}

.clearfix::after {
	display: block;
	content: "";
	clear: both
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1025px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.flex-first {
	-ms-flex-order: -1;
	order: -1
}

.flex-last {
	-ms-flex-order: 1;
	order: 1
}

.flex-unordered {
	-ms-flex-order: 0;
	order: 0
}

.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	-ms-grid-row-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	-ms-grid-row-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	-ms-grid-row-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-first {
		-ms-flex-order: -1;
		order: -1
	}
	.flex-sm-last {
		-ms-flex-order: 1;
		order: 1
	}
	.flex-sm-unordered {
		-ms-flex-order: 0;
		order: 0
	}
	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-first {
		-ms-flex-order: -1;
		order: -1
	}
	.flex-md-last {
		-ms-flex-order: 1;
		order: 1
	}
	.flex-md-unordered {
		-ms-flex-order: 0;
		order: 0
	}
	.flex-md-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1025px) {
	.flex-lg-first {
		-ms-flex-order: -1;
		order: -1
	}
	.flex-lg-last {
		-ms-flex-order: 1;
		order: 1
	}
	.flex-lg-unordered {
		-ms-flex-order: 0;
		order: 0
	}
	.flex-lg-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-first {
		-ms-flex-order: -1;
		order: -1
	}
	.flex-xl-last {
		-ms-flex-order: 1;
		order: 1
	}
	.flex-xl-unordered {
		-ms-flex-order: 0;
		order: 0
	}
	.flex-xl-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media (min-width:1025px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1030
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.m-0 {
	margin: 0 0!important
}

.mt-0 {
	margin-top: 0!important
}

.mr-0 {
	margin-right: 0!important
}

.mb-0 {
	margin-bottom: 0!important
}

.ml-0 {
	margin-left: 0!important
}

.mx-0 {
	margin-right: 0!important;
	margin-left: 0!important
}

.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.m-1 {
	margin: .25rem .25rem!important
}

.mt-1 {
	margin-top: .25rem!important
}

.mr-1 {
	margin-right: .25rem!important
}

.mb-1 {
	margin-bottom: .25rem!important
}

.ml-1 {
	margin-left: .25rem!important
}

.mx-1 {
	margin-right: .25rem!important;
	margin-left: .25rem!important
}

.my-1 {
	margin-top: .25rem!important;
	margin-bottom: .25rem!important
}

.m-2 {
	margin: .5rem .5rem!important
}

.mt-2 {
	margin-top: .5rem!important
}

.mr-2 {
	margin-right: .5rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.ml-2 {
	margin-left: .5rem!important
}

.mx-2 {
	margin-right: .5rem!important;
	margin-left: .5rem!important
}

.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important
}

.m-3 {
	margin: 1rem 1rem!important
}

.mt-3 {
	margin-top: 1rem!important
}

.mr-3 {
	margin-right: 1rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.ml-3 {
	margin-left: 1rem!important
}

.mx-3 {
	margin-right: 1rem!important;
	margin-left: 1rem!important
}

.my-3 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}

.m-4 {
	margin: 1.5rem 1.5rem!important
}

.mt-4 {
	margin-top: 1.5rem!important
}

.mr-4 {
	margin-right: 1.5rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.ml-4 {
	margin-left: 1.5rem!important
}

.mx-4 {
	margin-right: 1.5rem!important;
	margin-left: 1.5rem!important
}

.my-4 {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important
}

.m-5 {
	margin: 3rem 3rem!important
}

.mt-5 {
	margin-top: 3rem!important
}

.mr-5 {
	margin-right: 3rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.ml-5 {
	margin-left: 3rem!important
}

.mx-5 {
	margin-right: 3rem!important;
	margin-left: 3rem!important
}

.my-5 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important
}

.p-0 {
	padding: 0 0!important
}

.pt-0 {
	padding-top: 0!important
}

.pr-0 {
	padding-right: 0!important
}

.pb-0 {
	padding-bottom: 0!important
}

.pl-0 {
	padding-left: 0!important
}

.px-0 {
	padding-right: 0!important;
	padding-left: 0!important
}

.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.p-1 {
	padding: .25rem .25rem!important
}

.pt-1 {
	padding-top: .25rem!important
}

.pr-1 {
	padding-right: .25rem!important
}

.pb-1 {
	padding-bottom: .25rem!important
}

.pl-1 {
	padding-left: .25rem!important
}

.px-1 {
	padding-right: .25rem!important;
	padding-left: .25rem!important
}

.py-1 {
	padding-top: .25rem!important;
	padding-bottom: .25rem!important
}

.p-2 {
	padding: .5rem .5rem!important
}

.pt-2 {
	padding-top: .5rem!important
}

.pr-2 {
	padding-right: .5rem!important
}

.pb-2 {
	padding-bottom: .5rem!important
}

.pl-2 {
	padding-left: .5rem!important
}

.px-2 {
	padding-right: .5rem!important;
	padding-left: .5rem!important
}

.py-2 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important
}

.p-3 {
	padding: 1rem 1rem!important
}

.pt-3 {
	padding-top: 1rem!important
}

.pr-3 {
	padding-right: 1rem!important
}

.pb-3 {
	padding-bottom: 1rem!important
}

.pl-3 {
	padding-left: 1rem!important
}

.px-3 {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}

.py-3 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}

.p-4 {
	padding: 1.5rem 1.5rem!important
}

.pt-4 {
	padding-top: 1.5rem!important
}

.pr-4 {
	padding-right: 1.5rem!important
}

.pb-4 {
	padding-bottom: 1.5rem!important
}

.pl-4 {
	padding-left: 1.5rem!important
}

.px-4 {
	padding-right: 1.5rem!important;
	padding-left: 1.5rem!important
}

.py-4 {
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important
}

.p-5 {
	padding: 3rem 3rem!important
}

.pt-5 {
	padding-top: 3rem!important
}

.pr-5 {
	padding-right: 3rem!important
}

.pb-5 {
	padding-bottom: 3rem!important
}

.pl-5 {
	padding-left: 3rem!important
}

.px-5 {
	padding-right: 3rem!important;
	padding-left: 3rem!important
}

.py-5 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto {
	margin-top: auto!important
}

.mr-auto {
	margin-right: auto!important
}

.mb-auto {
	margin-bottom: auto!important
}

.ml-auto {
	margin-left: auto!important
}

.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}

.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 0!important
	}
	.mt-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0 {
		margin-left: 0!important
	}
	.mx-sm-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.my-sm-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-sm-1 {
		margin: .25rem .25rem!important
	}
	.mt-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1 {
		margin-left: .25rem!important
	}
	.mx-sm-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.my-sm-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem .5rem!important
	}
	.mt-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2 {
		margin-left: .5rem!important
	}
	.mx-sm-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.my-sm-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem 1rem!important
	}
	.mt-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3 {
		margin-left: 1rem!important
	}
	.mx-sm-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.my-sm-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem 1.5rem!important
	}
	.mt-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4 {
		margin-left: 1.5rem!important
	}
	.mx-sm-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.my-sm-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem 3rem!important
	}
	.mt-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5 {
		margin-left: 3rem!important
	}
	.mx-sm-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.my-sm-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-sm-0 {
		padding: 0 0!important
	}
	.pt-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0 {
		padding-left: 0!important
	}
	.px-sm-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.py-sm-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-sm-1 {
		padding: .25rem .25rem!important
	}
	.pt-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1 {
		padding-left: .25rem!important
	}
	.px-sm-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.py-sm-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem .5rem!important
	}
	.pt-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2 {
		padding-left: .5rem!important
	}
	.px-sm-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.py-sm-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem 1rem!important
	}
	.pt-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3 {
		padding-left: 1rem!important
	}
	.px-sm-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.py-sm-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem 1.5rem!important
	}
	.pt-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4 {
		padding-left: 1.5rem!important
	}
	.px-sm-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.py-sm-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem 3rem!important
	}
	.pt-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5 {
		padding-left: 3rem!important
	}
	.px-sm-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-sm-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto {
		margin-left: auto!important
	}
	.mx-sm-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-sm-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 0!important
	}
	.mt-md-0 {
		margin-top: 0!important
	}
	.mr-md-0 {
		margin-right: 0!important
	}
	.mb-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0 {
		margin-left: 0!important
	}
	.mx-md-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.my-md-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-md-1 {
		margin: .25rem .25rem!important
	}
	.mt-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1 {
		margin-left: .25rem!important
	}
	.mx-md-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.my-md-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-md-2 {
		margin: .5rem .5rem!important
	}
	.mt-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2 {
		margin-left: .5rem!important
	}
	.mx-md-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.my-md-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-md-3 {
		margin: 1rem 1rem!important
	}
	.mt-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3 {
		margin-left: 1rem!important
	}
	.mx-md-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.my-md-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem 1.5rem!important
	}
	.mt-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4 {
		margin-left: 1.5rem!important
	}
	.mx-md-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.my-md-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem 3rem!important
	}
	.mt-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5 {
		margin-left: 3rem!important
	}
	.mx-md-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.my-md-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-md-0 {
		padding: 0 0!important
	}
	.pt-md-0 {
		padding-top: 0!important
	}
	.pr-md-0 {
		padding-right: 0!important
	}
	.pb-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0 {
		padding-left: 0!important
	}
	.px-md-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.py-md-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-md-1 {
		padding: .25rem .25rem!important
	}
	.pt-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1 {
		padding-left: .25rem!important
	}
	.px-md-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.py-md-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-md-2 {
		padding: .5rem .5rem!important
	}
	.pt-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2 {
		padding-left: .5rem!important
	}
	.px-md-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.py-md-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-md-3 {
		padding: 1rem 1rem!important
	}
	.pt-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3 {
		padding-left: 1rem!important
	}
	.px-md-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.py-md-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem 1.5rem!important
	}
	.pt-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4 {
		padding-left: 1.5rem!important
	}
	.px-md-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.py-md-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem 3rem!important
	}
	.pt-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5 {
		padding-left: 3rem!important
	}
	.px-md-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-md-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto {
		margin-left: auto!important
	}
	.mx-md-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-md-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

@media (min-width:1025px) {
	.m-lg-0 {
		margin: 0 0!important
	}
	.mt-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0 {
		margin-left: 0!important
	}
	.mx-lg-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.my-lg-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-lg-1 {
		margin: .25rem .25rem!important
	}
	.mt-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1 {
		margin-left: .25rem!important
	}
	.mx-lg-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.my-lg-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem .5rem!important
	}
	.mt-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2 {
		margin-left: .5rem!important
	}
	.mx-lg-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.my-lg-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem 1rem!important
	}
	.mt-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3 {
		margin-left: 1rem!important
	}
	.mx-lg-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.my-lg-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem 1.5rem!important
	}
	.mt-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4 {
		margin-left: 1.5rem!important
	}
	.mx-lg-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.my-lg-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem 3rem!important
	}
	.mt-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5 {
		margin-left: 3rem!important
	}
	.mx-lg-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.my-lg-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-lg-0 {
		padding: 0 0!important
	}
	.pt-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0 {
		padding-left: 0!important
	}
	.px-lg-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.py-lg-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-lg-1 {
		padding: .25rem .25rem!important
	}
	.pt-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1 {
		padding-left: .25rem!important
	}
	.px-lg-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.py-lg-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem .5rem!important
	}
	.pt-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2 {
		padding-left: .5rem!important
	}
	.px-lg-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.py-lg-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem 1rem!important
	}
	.pt-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3 {
		padding-left: 1rem!important
	}
	.px-lg-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.py-lg-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem 1.5rem!important
	}
	.pt-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4 {
		padding-left: 1.5rem!important
	}
	.px-lg-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.py-lg-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem 3rem!important
	}
	.pt-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5 {
		padding-left: 3rem!important
	}
	.px-lg-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-lg-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto {
		margin-left: auto!important
	}
	.mx-lg-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-lg-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 0!important
	}
	.mt-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0 {
		margin-left: 0!important
	}
	.mx-xl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.my-xl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-xl-1 {
		margin: .25rem .25rem!important
	}
	.mt-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1 {
		margin-left: .25rem!important
	}
	.mx-xl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.my-xl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem .5rem!important
	}
	.mt-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2 {
		margin-left: .5rem!important
	}
	.mx-xl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.my-xl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem 1rem!important
	}
	.mt-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3 {
		margin-left: 1rem!important
	}
	.mx-xl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.my-xl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem 1.5rem!important
	}
	.mt-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4 {
		margin-left: 1.5rem!important
	}
	.mx-xl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.my-xl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem 3rem!important
	}
	.mt-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5 {
		margin-left: 3rem!important
	}
	.mx-xl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.my-xl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-xl-0 {
		padding: 0 0!important
	}
	.pt-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0 {
		padding-left: 0!important
	}
	.px-xl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.py-xl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-xl-1 {
		padding: .25rem .25rem!important
	}
	.pt-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1 {
		padding-left: .25rem!important
	}
	.px-xl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.py-xl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem .5rem!important
	}
	.pt-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2 {
		padding-left: .5rem!important
	}
	.px-xl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.py-xl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem 1rem!important
	}
	.pt-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3 {
		padding-left: 1rem!important
	}
	.px-xl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.py-xl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem 1.5rem!important
	}
	.pt-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4 {
		padding-left: 1.5rem!important
	}
	.px-xl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.py-xl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem 3rem!important
	}
	.pt-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5 {
		padding-left: 3rem!important
	}
	.px-xl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto {
		margin-left: auto!important
	}
	.mx-xl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:1025px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-normal {
	font-weight: 400
}

.font-weight-bold {
	font-weight: 700
}

.font-italic {
	font-style: italic
}

.text-white {
	color: #fff!important
}

.text-muted {
	color: #636c72!important
}

a.text-muted:focus,
a.text-muted:hover {
	color: #4b5257!important
}

.text-primary {
	color: #0275d8!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #025aa5!important
}

.text-success {
	color: #5cb85c!important
}

a.text-success:focus,
a.text-success:hover {
	color: #449d44!important
}

.text-info {
	color: #5bc0de!important
}

a.text-info:focus,
a.text-info:hover {
	color: #31b0d5!important
}

.text-warning {
	color: #f0ad4e!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ec971f!important
}

.text-danger {
	color: #d9534f!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #c9302c!important
}

.text-gray-dark {
	color: #003f6e!important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
	color: #1e3041!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.invisible {
	visibility: hidden!important
}

.hidden-xs-up {
	display: none!important
}

@media (max-width:575px) {
	.hidden-xs-down {
		display: none!important
	}
}

@media (min-width:576px) {
	.hidden-sm-up {
		display: none!important
	}
}

@media (max-width:767px) {
	.hidden-sm-down {
		display: none!important
	}
}

@media (min-width:768px) {
	.hidden-md-up {
		display: none!important
	}
}

@media (max-width:1024px) {
	.hidden-md-down {
		display: none!important
	}
}

@media (min-width:1025px) {
	.hidden-lg-up {
		display: none!important
	}
}

@media (max-width:1199px) {
	.hidden-lg-down {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-xl-up {
		display: none!important
	}
}

.hidden-xl-down {
	display: none!important
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Poppins', sans-serif
}

.form-control {
	border-radius: 3px
}

input[type=checkbox],
label {
	cursor: pointer
}

.embed-responsive {
	margin-bottom: 1rem
}

.embed-responsive-soundcloud-small:before {
	padding-top: 166px
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url(/assets/build/fonts/SourceSansPro-SemiBold.eot);
	src: url(/assets/build/fonts/SourceSansPro-SemiBold.eot?#iefix) format("embedded-opentype"), url(/assets/build/fonts/SourceSansPro-SemiBold.woff2) format("woff2"), url(/assets/build/fonts/SourceSansPro-SemiBold.woff) format("woff"), url(/assets/build/fonts/SourceSansPro-SemiBold.ttf) format("truetype"), url(/assets/build/fonts/SourceSansPro-SemiBold.svg#SourceSansPro-SemiBold) format("svg");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url(/assets/build/fonts/SourceSansPro-Regular.eot);
	src: url(/assets/build/fonts/SourceSansPro-Regular.eot?#iefix) format("embedded-opentype"), url(/assets/build/fonts/SourceSansPro-Regular.woff2) format("woff2"), url(/assets/build/fonts/SourceSansPro-Regular.woff) format("woff"), url(/assets/build/fonts/SourceSansPro-Regular.ttf) format("truetype"), url(/assets/build/fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url(/assets/build/fonts/SourceSansPro-Italic.eot);
	src: url(/assets/build/fonts/SourceSansPro-Italic.eot?#iefix) format("embedded-opentype"), url(/assets/build/fonts/SourceSansPro-Italic.woff2) format("woff2"), url(/assets/build/fonts/SourceSansPro-Italic.woff) format("woff"), url(/assets/build/fonts/SourceSansPro-Italic.ttf) format("truetype"), url(/assets/build/fonts/SourceSansPro-Italic.svg#SourceSansPro-Italic) format("svg");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url(/assets/build/fonts/SourceSansPro-Bold.eot);
	src: url(/assets/build/fonts/SourceSansPro-Bold.eot?#iefix) format("embedded-opentype"), url(/assets/build/fonts/SourceSansPro-Bold.woff2) format("woff2"), url(/assets/build/fonts/SourceSansPro-Bold.woff) format("woff"), url(/assets/build/fonts/SourceSansPro-Bold.ttf) format("truetype"), url(/assets/build/fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold) format("svg");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: acherus_grotesqueblack;
	src: url(/assets/build/fonts/acherus_grotesque_-_black-webfont.eot);
	src: url(/assets/build/fonts/acherus_grotesque_-_black-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/build/fonts/acherus_grotesque_-_black-webfont.woff2) format("woff2"), url(/assets/build/fonts/acherus_grotesque_-_black-webfont.woff) format("woff"), url(/assets/build/fonts/acherus_grotesque_-_black-webfont.ttf) format("truetype"), url(/assets/build/fonts/acherus_grotesque_-_black-webfont.svg#acherus_grotesqueblack) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: iwKoeln;
	src: url(/assets/build/fonts/iwKoeln.eot?8v9e6g);
	src: url(/assets/build/fonts/iwKoeln.eot?8v9e6g#iefix) format("embedded-opentype"), url(/assets/build/fonts/iwKoeln.ttf?8v9e6g) format("truetype"), url(/assets/build/fonts/iwKoeln.woff?8v9e6g) format("woff"), url(/assets/build/fonts/iwKoeln.svg?8v9e6g#iwKoeln) format("svg");
	font-weight: 400;
	font-style: normal
}

.Breadcrumb_item:not(:last-child):after,
.Graphic_modal_close:before,
.MainNav_list_link_icon,
.MainNav_toggleNav_icon.is-clicked:before,
.MainNav_toggleNav_icon:before,
.Search_filter_list_item.is-selected a:after,
.Search_remove_filter_icon:before,
.Search_select_pro.is-clicked:after,
.Search_select_pro:after,
.TeaserArticle_navClose:before,
.ToggleBox_trigger:after,
.TopNav_dropdown_close,
.icon-cancel:before,
.icon-check:before,
.icon-chevron_bottom:before,
.icon-chevron_top:before,
.icon-close_nav:before,
.icon-menu_mobile:before,
.sidr-class-MainNav_link_icon_mobile.is-open:before,
.sidr-class-MainNav_link_icon_mobile:before,
.slick-arrow,
[class*=" icon-"],
[class^=icon-] {
	font-family: iwKoeln!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-facebook2 .path1:before {
	content: "\e91d";
	color: #3c5a99
}

.icon-facebook2 .path2:before {
	content: "\e91e";
	margin-left: -1em;
	color: #fff
}

.icon-linkedin2 .path1:before {
	content: "\e91f";
	color: #1da1f2
}

.icon-linkedin2 .path2:before {
	content: "\e920";
	margin-left: -1em;
	color: #fff
}

.icon-linkedin2 .path3:before {
	content: "\e921";
	margin-left: -1em;
	color: #fff
}

.icon-mail2 .path1:before {
	content: "\e922";
	color: #93a7bb
}

.icon-mail2 .path2:before {
	content: "\e923";
	margin-left: -1em;
	color: #fff
}

.icon-mail2 .path3:before {
	content: "\e924";
	margin-left: -1em;
	color: #fff
}

.icon-print2 .path1:before {
	content: "\e925";
	color: #93a7bb
}

.icon-print2 .path2:before {
	content: "\e926";
	margin-left: -1em;
	color: #fff
}

.icon-twitter2 .path1:before {
	content: "\e927";
	color: #1da1f2
}

.icon-twitter2 .path2:before {
	content: "\e928";
	margin-left: -1em;
	color: #fff
}

.icon-whatsapp .path1:before {
	content: "\e929";
	color: #1ea952
}

.icon-whatsapp .path2:before {
	content: "\e92a";
	margin-left: -1em;
	color: #fff
}

.icon-xing2 .path1:before {
	content: "\e92b";
	color: #005a5f
}

.icon-xing2 .path2:before {
	content: "\e92c";
	margin-left: -1em;
	color: #fff
}

.icon-xing2 .path3:before {
	content: "\e92d";
	margin-left: -1em;
	color: #d4d600
}

.icon-download_data:before {
	content: "\e916"
}

.icon-download_image:before {
	content: "\e917"
}

.icon-embed:before {
	content: "\e918"
}

.Search_select_pro:after,
.icon-chevron_bottom:before,
.sidr-class-MainNav_link_icon_mobile:before {
	content: "\e913"
}

.Search_select_pro.is-clicked:after,
.icon-chevron_top:before,
.sidr-class-MainNav_link_icon_mobile.is-open:before {
	content: "\e914"
}

.MainNav_toggleNav_icon:before,
.icon-menu_mobile:before {
	content: "\e90e"
}

.Graphic_modal_close:before,
.MainNav_toggleNav_icon.is-clicked:before,
.TeaserArticle_navClose:before,
.icon-close_nav:before {
	content: "\e90c"
}

.icon-chevron_left:before {
	content: "\e912"
}

.icon-arrow_forward_nav:before {
	content: "\e90b"
}

.icon-mail:before {
	content: "\e91a"
}

.icon-pdf:before {
	content: "\e90f"
}

.icon-print:before {
	content: "\e919"
}

.icon-calendar:before {
	content: "\e91b"
}

.icon-play:before {
	content: "\e91c"
}

.icon-video:before {
	content: "\e91c"
}

.icon-movie:before {
	content: "\e91c"
}

.icon-spinner8:before {
	content: "\e981"
}

.icon-submit:before {
	content: "\e911"
}

.icon-arrow_nav:before {
	content: "\e900"
}

.icon-chevron_right:before {
	content: "\e901"
}

.icon-arrow_twitter:before {
	content: "\e902"
}

.icon-icon_artikel:before {
	content: "\e903"
}

.icon-icon_audio:before {
	content: "\e904"
}

.icon-icon_bilderstrecke:before {
	content: "\e905"
}

.icon-icon_grafik:before {
	content: "\e906"
}

.icon-icon_grafikstrecke:before {
	content: "\e907"
}

.icon-icon_iwd:before {
	content: "\e908"
}

.icon-icon_video:before {
	content: "\e909"
}

.icon-suche:before {
	content: "\e90a"
}

.icon-twitter:before {
	content: "\f099"
}

.icon-facebook:before {
	content: "\f09a"
}

.icon-facebook-f:before {
	content: "\f09a"
}

.icon-linkedin:before {
	content: "\f0e1"
}

.icon-xing:before {
	content: "\f168"
}

.Search_remove_filter_icon:before,
.icon-cancel:before {
	content: "\e915"
}

.Search_filter_list_item.is-selected a:after,
.icon-check:before {
	content: "\e5ca"
}

.icon-twitter-square:before {
	content: "\f081"
}

.icon-facebook-square:before {
	content: "\f082"
}

.icon-rss-square:before {
	content: "\f143"
}

.icon-youtube-square:before {
	content: "\f166"
}

.Hero,
.HeroArticle_buttons_list,
.HeroArticle_footer,
.HeroPerson,
.Hero_buttons_list,
.Hero_separator,
.LeadStory_related,
.LeadStory_visual,
.LeadTopic_main,
.LeadTopic_visual,
.container-large,
.container-regular,
.container-small {
	position: relative;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px
}

@media (min-width:1025px) {
	.Hero,
	.HeroArticle_buttons_list,
	.HeroArticle_footer,
	.HeroPerson,
	.Hero_buttons_list,
	.Hero_separator,
	.LeadStory_related,
	.LeadStory_visual,
	.LeadTopic_main,
	.LeadTopic_visual,
	.container-large,
	.container-regular,
	.container-small {
		padding-left: 20px;
		padding-right: 20px
	}
}

.Hero,
.HeroPerson,
.LeadStory_related,
.LeadStory_visual,
.LeadTopic_visual,
.container-large {
	max-width: 996px
}

.HeroArticle_buttons_list,
.Hero_buttons_list,
.Hero_separator,
.LeadTopic_main,
.container-regular {
	max-width: 825px
}

.HeroArticle_footer,
.container-small {
	max-width: 650px
}

*,
::after,
::before {
	box-sizing: border-box
}

.row_smaller_gutter {
	margin-left: -10px;
	margin-right: -10px
}

.row_smaller_gutter [class*=" col-"],
.row_smaller_gutter [class^=col-] {
	padding-left: 10px;
	padding-right: 10px
}

body,
html {
	background: #fff
}

.PageMain {
	padding: 3rem 0 2rem;
	min-height: 500px
}

@media (max-width:1024px) {
	.PageMain {
		padding-top: 100px
	}
}

::-moz-selection {
	background: #0069b4;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #0069b4;
	color: #fff;
	text-shadow: none
}

html {
	font-size: 17px
}

.LinkUnderlined {
	border-bottom: 1px dotted
}

.LinkUnderlined:active,
.LinkUnderlined:focus,
.LinkUnderlined:hover {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600
}

h2 {
	font-size: 22px;
	font-weight: 600;
	color: #292929
}

p+h2 {
	padding-top: .75rem
}

.DetailPageHeadline {
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 10px;
	padding-top: 20px
}

.color_orange {
	color: #fc813e!important
}

.color_greyblue {
	color: #7498b2
}

.bordered {
	border: 1px solid #cbcccd
}

.p-t-xl {
	padding-top: 35px
}

.m-b-xl {
	margin-bottom: 35px
}

.Breadcrumb_list,
.CustomList,
.Graphic_shareList,
.Graphic_shareNav,
.HeroArticle_buttons_list,
.HeroArticle_nav_list,
.HeroArticle_socialNav_list,
.HeroArticle_tagList,
.HeroPerson_tagList,
.Hero_buttons_list,
.LeadStory_buttonlist,
.LeadStory_related_tagList,
.LeadStory_tagList,
.LeadTopic_tagList,
.MainNav_dropdown_addonList,
.MainNav_dropdown_list,
.MainNav_list,
.PageFooter_linkList,
.Search_filter_list,
.Slider_slides,
.SocialNav_list,
.TeaserArticle_navList,
.TeaserArticle_tagList,
.TeaserShort_tagList,
.TopNav_dropdown_list,
.TopNav_list,
.sidr-class-MainNav_dropdown_addonList,
.sidr-class-MainNav_dropdown_list,
.sidr-class-MainNav_list,
.sidr-class-TopNav_dropdown_list,
.sidr-class-TopNav_list {
	list-style: none;
	padding: 0;
	margin: 0
}

.Calendar_date,
.HeroArticle_buttons,
.HeroArticle_buttons_list,
.Hero_buttons,
.Hero_buttons_list,
.Hero_title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.Hero {
	overflow: hidden;
	margin-bottom: 10px
}

@media (max-width:767px) {
	.Hero {
		padding-left: 0;
		padding-right: 0
	}
}

.HeroArticle_buttons,
.Hero_buttons {
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.HeroArticle_buttons_list,
.Hero_buttons_list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 650px;
	margin: 0 -5px
}

.HeroArticle_buttons_list_item,
.Hero_buttons_list_item {
	padding: 0 5px;
	margin: 0 0 10px
}

.HeroArticle_buttons_list_link,
.Hero_buttons_list_link {
	display: block
}

.HeroArticle.ModNoImage .HeroArticle_buttons_list_link {
	display: block
}

.Breadcrumb_list,
.HeroArticle_nav_list,
.HeroArticle_tagList,
.HeroPerson_tagList,
.LeadStory_related_tagList,
.LeadStory_tagList,
.LeadTopic_tagList,
.TeaserArticle_tagList,
.TeaserShort_tagList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 10px
}

.Breadcrumb_item,
.HeroArticle_nav_item,
.HeroArticle_tagList_item,
.HeroPerson_tagList_item,
.LeadStory_related_tagList_item,
.LeadStory_tagList_item,
.LeadTopic_tagList_item,
.TeaserArticle_tagList_item,
.TeaserShort_tagList_item {
	position: relative;
	color: #748a9d;
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0
}

.Breadcrumb_item:not(:last-child):after,
.HeroArticle_nav_item:not(:last-child):after,
.HeroArticle_tagList_item:not(:last-child):after,
.HeroPerson_tagList_item:not(:last-child):after,
.LeadStory_related_tagList_item:not(:last-child):after,
.LeadStory_tagList_item:not(:last-child):after,
.LeadTopic_tagList_item:not(:last-child):after,
.TeaserArticle_tagList_item:not(:last-child):after,
.TeaserShort_tagList_item:not(:last-child):after {
	content: normal
}

.HeaderSearch_fielset,
.NewsletterBox .NewsletterBox_formContact,
.PageFooter_formContact {
	position: relative
}

.HeaderSearch_fielset .form-control,
.NewsletterBox .NewsletterBox_formContact .form-control,
.PageFooter_formContact .form-control {
	font-size: 15px;
	padding-right: 35px
}

.HeaderSearch_submit,
.NewsletterBox .NewsletterBox_formContact_submit,
.PageFooter_formContact_submit {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #0069b4;
	border: none;
	background: 0 0;
	font-size: 35px;
	padding: 0;
	cursor: pointer
}

.NewsletterBox .NewsletterBox_privacyPolicy,
.PageFooter_privacyPolicy {
	display: block;
	color: #c2dbec
}

.NewsletterBox .NewsletterBox_privacyPolicy label,
.PageFooter_form label {
	position: relative;
	display: block;
	padding-left: 20px
}

.NewsletterBox .NewsletterBox_privacyPolicy input[type=checkbox],
.PageFooter_form input[type=checkbox] {
	position: absolute;
	top: 6px;
	left: 0
}

.HeroPerson_contact,
.TeaserPerson_contact {
	margin-bottom: 5px
}

.HeroPerson_contact_item,
.TeaserPerson_contact_item {
	position: relative;
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:768px) {
	.HeroPerson_contact_item,
	.TeaserPerson_contact_item {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.HeroPerson_contact_title,
.TeaserPerson_contact_title {
	width: 45px;
	font-family: acherus_grotesqueblack, sans-serif;
	color: #7498b2;
	font-size: 12px;
	text-transform: uppercase
}

.HeroPerson_contact_title [class*=" icon-"],
.HeroPerson_contact_title [class^=icon-],
.TeaserPerson_contact_title [class*=" icon-"],
.TeaserPerson_contact_title [class^=icon-] {
	font-size: 28px
}

.HeroPerson_contact_data,
.TeaserPerson_contact_data {
	display: block
}

.Graphic_shareList,
.HeroArticle_socialNav_list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px
}

.Graphic_shareList_item,
.HeroArticle_contactNav_item,
.HeroArticle_socialNav_item {
	line-height: 1
}

.Graphic_shareList_item:not(:last-child),
.HeroArticle_contactNav_item:not(:last-child),
.HeroArticle_socialNav_item:not(:last-child) {
	border-right: 1px solid #cbcccd
}

.Graphic_shareList_link,
.HeroArticle_socialNav_link {
	display: block;
	padding: 0 10px;
	font-size: 21px;
	color: #0069b4;
	transition: .2s
}

.Graphic_shareList_link:hover,
.HeroArticle_socialNav_link:hover {
	text-decoration: none;
	color: #0069b4
}

.Graphic_modal_close,
.TeaserArticle_navClose {
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 35px;
	cursor: pointer;
	font-size: 35px
}

@media (min-width:1025px) {
	.Graphic_modal_close,
	.TeaserArticle_navClose {
		display: none
	}
}

.Graphic_modal_close:before,
.TeaserArticle_navClose:before {
	color: #0069b4
}

.Button-black,
.Button-blue,
.Button-white,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link,
.HeroArticle_buttons_list_link,
.Hero_buttons_list_link,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button,
.LeadStory_visual.modDark .LeadStory_buttonlist_button,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button,
.LeadStory_visual.modLight .LeadStory_buttonlist_button,
.LeadTopic_cta,
.LeadTopic_visual.modBlackFont .LeadTopic_cta,
.LeadTopic_visual.modLight .LeadTopic_cta,
.Separator_button,
.SocialEmbed_cta,
.TeaserAddon_cta,
.TeaserPerson_cta {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 3px;
	line-height: 24px;
	background: 0 0;
	text-transform: uppercase;
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 12px;
	padding: 0 10px;
	cursor: pointer;
	transform: perspective(1px) translateZ(0);
	transition-duration: .2s
}

.Button-black:before,
.Button-blue:before,
.Button-white:before,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link:before,
.HeroArticle_buttons_list_link:before,
.Hero_buttons_list_link:before,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button:before,
.LeadStory_visual.modDark .LeadStory_buttonlist_button:before,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button:before,
.LeadStory_visual.modLight .LeadStory_buttonlist_button:before,
.LeadTopic_cta:before,
.LeadTopic_visual.modBlackFont .LeadTopic_cta:before,
.LeadTopic_visual.modLight .LeadTopic_cta:before,
.Separator_button:before,
.SocialEmbed_cta:before,
.TeaserAddon_cta:before,
.TeaserPerson_cta:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 50% 50% 0;
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1
}

.Button-black:active,
.Button-black:focus,
.Button-black:hover,
.Button-blue:active,
.Button-blue:focus,
.Button-blue:hover,
.Button-white:active,
.Button-white:focus,
.Button-white:hover,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link:active,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link:focus,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link:hover,
.HeroArticle_buttons_list_link:active,
.HeroArticle_buttons_list_link:focus,
.HeroArticle_buttons_list_link:hover,
.Hero_buttons_list_link:active,
.Hero_buttons_list_link:focus,
.Hero_buttons_list_link:hover,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button:active,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button:focus,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button:hover,
.LeadStory_visual.modDark .LeadStory_buttonlist_button:active,
.LeadStory_visual.modDark .LeadStory_buttonlist_button:focus,
.LeadStory_visual.modDark .LeadStory_buttonlist_button:hover,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button:active,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button:focus,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button:hover,
.LeadStory_visual.modLight .LeadStory_buttonlist_button:active,
.LeadStory_visual.modLight .LeadStory_buttonlist_button:focus,
.LeadStory_visual.modLight .LeadStory_buttonlist_button:hover,
.LeadTopic_cta:active,
.LeadTopic_cta:focus,
.LeadTopic_cta:hover,
.LeadTopic_visual.modBlackFont .LeadTopic_cta:active,
.LeadTopic_visual.modBlackFont .LeadTopic_cta:focus,
.LeadTopic_visual.modBlackFont .LeadTopic_cta:hover,
.LeadTopic_visual.modLight .LeadTopic_cta:active,
.LeadTopic_visual.modLight .LeadTopic_cta:focus,
.LeadTopic_visual.modLight .LeadTopic_cta:hover,
.Separator_button:active,
.Separator_button:focus,
.Separator_button:hover,
.SocialEmbed_cta:active,
.SocialEmbed_cta:focus,
.SocialEmbed_cta:hover,
.TeaserAddon_cta:active,
.TeaserAddon_cta:focus,
.TeaserAddon_cta:hover,
.TeaserPerson_cta:active,
.TeaserPerson_cta:focus,
.TeaserPerson_cta:hover {
	text-decoration: none
}

.Button-black:active:before,
.Button-black:focus:before,
.Button-black:hover:before,
.Button-blue:active:before,
.Button-blue:focus:before,
.Button-blue:hover:before,
.Button-white:active:before,
.Button-white:focus:before,
.Button-white:hover:before,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link:active:before,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link:focus:before,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link:hover:before,
.HeroArticle_buttons_list_link:active:before,
.HeroArticle_buttons_list_link:focus:before,
.HeroArticle_buttons_list_link:hover:before,
.Hero_buttons_list_link:active:before,
.Hero_buttons_list_link:focus:before,
.Hero_buttons_list_link:hover:before,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button:active:before,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button:focus:before,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button:hover:before,
.LeadStory_visual.modDark .LeadStory_buttonlist_button:active:before,
.LeadStory_visual.modDark .LeadStory_buttonlist_button:focus:before,
.LeadStory_visual.modDark .LeadStory_buttonlist_button:hover:before,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button:active:before,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button:focus:before,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button:hover:before,
.LeadStory_visual.modLight .LeadStory_buttonlist_button:active:before,
.LeadStory_visual.modLight .LeadStory_buttonlist_button:focus:before,
.LeadStory_visual.modLight .LeadStory_buttonlist_button:hover:before,
.LeadTopic_cta:active:before,
.LeadTopic_cta:focus:before,
.LeadTopic_cta:hover:before,
.LeadTopic_visual.modBlackFont .LeadTopic_cta:active:before,
.LeadTopic_visual.modBlackFont .LeadTopic_cta:focus:before,
.LeadTopic_visual.modBlackFont .LeadTopic_cta:hover:before,
.LeadTopic_visual.modLight .LeadTopic_cta:active:before,
.LeadTopic_visual.modLight .LeadTopic_cta:focus:before,
.LeadTopic_visual.modLight .LeadTopic_cta:hover:before,
.Separator_button:active:before,
.Separator_button:focus:before,
.Separator_button:hover:before,
.SocialEmbed_cta:active:before,
.SocialEmbed_cta:focus:before,
.SocialEmbed_cta:hover:before,
.TeaserAddon_cta:active:before,
.TeaserAddon_cta:focus:before,
.TeaserAddon_cta:hover:before,
.TeaserPerson_cta:active:before,
.TeaserPerson_cta:focus:before,
.TeaserPerson_cta:hover:before {
	transform: scaleX(1)
}

.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button,
.LeadStory_visual.modDark .LeadStory_buttonlist_button,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button,
.LeadStory_visual.modLight .LeadStory_buttonlist_button {
	padding-left: 30px
}

.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button [class*=" icon-"],
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button [class^=icon-],
.LeadStory_visual.modDark .LeadStory_buttonlist_button [class*=" icon-"],
.LeadStory_visual.modDark .LeadStory_buttonlist_button [class^=icon-],
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button [class*=" icon-"],
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button [class^=icon-],
.LeadStory_visual.modLight .LeadStory_buttonlist_button [class*=" icon-"],
.LeadStory_visual.modLight .LeadStory_buttonlist_button [class^=icon-] {
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	font-size: 24px
}

.Button-large,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link,
.HeroArticle_buttons_list_link {
	font-size: 15px;
	line-height: 32px
}

.Button-white,
.HeroArticle_buttons_list_link,
.Hero_buttons_list_link,
.LeadStory_visual.modDark .LeadStory_buttonlist_button,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button,
.LeadTopic_cta,
.SocialEmbed_cta {
	border-color: #fff;
	color: #fff;
	background: rgba(66, 77, 87, .55)
}

.Button-white:before,
.HeroArticle_buttons_list_link:before,
.Hero_buttons_list_link:before,
.LeadStory_visual.modDark .LeadStory_buttonlist_button:before,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button:before,
.LeadTopic_cta:before,
.SocialEmbed_cta:before {
	background: #fff
}

.Button-white:active,
.Button-white:focus,
.Button-white:hover,
.HeroArticle_buttons_list_link:active,
.HeroArticle_buttons_list_link:focus,
.HeroArticle_buttons_list_link:hover,
.Hero_buttons_list_link:active,
.Hero_buttons_list_link:focus,
.Hero_buttons_list_link:hover,
.LeadStory_visual.modDark .LeadStory_buttonlist_button:active,
.LeadStory_visual.modDark .LeadStory_buttonlist_button:focus,
.LeadStory_visual.modDark .LeadStory_buttonlist_button:hover,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button:active,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button:focus,
.LeadStory_visual.modGreyBlue .LeadStory_buttonlist_button:hover,
.LeadTopic_cta:active,
.LeadTopic_cta:focus,
.LeadTopic_cta:hover,
.SocialEmbed_cta:active,
.SocialEmbed_cta:focus,
.SocialEmbed_cta:hover {
	color: #424d57
}

.Button-blue,
.Separator_button,
.TeaserAddon_cta,
.TeaserPerson_cta {
	position: relative;
	border-color: #0069b4;
	color: #0069b4;
	background: #fff
}

.Button-blue:before,
.Separator_button:before,
.TeaserAddon_cta:before,
.TeaserPerson_cta:before {
	background: #0069b4
}

.Button-blue:active,
.Button-blue:focus,
.Button-blue:hover,
.Separator_button:active,
.Separator_button:focus,
.Separator_button:hover,
.TeaserAddon_cta:active,
.TeaserAddon_cta:focus,
.TeaserAddon_cta:hover,
.TeaserPerson_cta:active,
.TeaserPerson_cta:focus,
.TeaserPerson_cta:hover {
	color: #fff
}

.Button-black,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button,
.LeadStory_visual.modLight .LeadStory_buttonlist_button,
.LeadTopic_visual.modBlackFont .LeadTopic_cta,
.LeadTopic_visual.modLight .LeadTopic_cta {
	border-color: #424d57;
	color: #424d57;
	background: 0 0
}

.Button-black:before,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link:before,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button:before,
.LeadStory_visual.modLight .LeadStory_buttonlist_button:before,
.LeadTopic_visual.modBlackFont .LeadTopic_cta:before,
.LeadTopic_visual.modLight .LeadTopic_cta:before {
	background: #424d57
}

.Button-black:active,
.Button-black:focus,
.Button-black:hover,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link:active,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link:focus,
.HeroArticle.ModNoImage .HeroArticle_buttons_list_link:hover,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button:active,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button:focus,
.LeadStory_visual.modBlackFont .LeadStory_buttonlist_button:hover,
.LeadStory_visual.modLight .LeadStory_buttonlist_button:active,
.LeadStory_visual.modLight .LeadStory_buttonlist_button:focus,
.LeadStory_visual.modLight .LeadStory_buttonlist_button:hover,
.LeadTopic_visual.modBlackFont .LeadTopic_cta:active,
.LeadTopic_visual.modBlackFont .LeadTopic_cta:focus,
.LeadTopic_visual.modBlackFont .LeadTopic_cta:hover,
.LeadTopic_visual.modLight .LeadTopic_cta:active,
.LeadTopic_visual.modLight .LeadTopic_cta:focus,
.LeadTopic_visual.modLight .LeadTopic_cta:hover {
	color: #fff
}

.MainNav_downdown_sub,
.MainNav_dropdown,
.TopNav_dropdown {
	display: none;
	position: absolute;
	background: #fff;
	padding: 10px 0
}

@media (min-width:1025px) {
	.MainNav_downdown_sub,
	.MainNav_dropdown,
	.TopNav_dropdown {
		top: 100%;
		left: -1px;
		z-index: 1;
		box-shadow: 0 2px 10px rgba(66, 77, 87, .2);
		border-radius: 0 3px 3px 3px;
		padding: 10px 0;
		margin-top: -1px;
		width: 225px
	}
}

.MainNav_downdown_sub a,
.MainNav_downdown_sub a:active,
.MainNav_downdown_sub a:focus,
.MainNav_downdown_sub a:hover,
.MainNav_dropdown a,
.MainNav_dropdown a:active,
.MainNav_dropdown a:focus,
.MainNav_dropdown a:hover,
.TopNav_dropdown a,
.TopNav_dropdown a:active,
.TopNav_dropdown a:focus,
.TopNav_dropdown a:hover {
	text-decoration: none
}

.FormError_message,
.TeaserArticle_navDropdown {
	display: none;
	position: absolute;
	z-index: 100;
	top: -20px;
	left: auto;
	right: 100%;
	border-radius: 3px;
	background: #fff;
	width: 185px;
	box-shadow: 0 0 22px rgba(0, 0, 0, .3);
	padding: 10px;
	margin-right: 5px
}

.FormError_message:after,
.TeaserArticle_navDropdown:after {
	left: 100%;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-left-color: #fff;
	border-width: 10px
}

.FormError_message a,
.FormError_message a:active,
.FormError_message a:focus,
.FormError_message a:hover,
.TeaserArticle_navDropdown a,
.TeaserArticle_navDropdown a:active,
.TeaserArticle_navDropdown a:focus,
.TeaserArticle_navDropdown a:hover {
	text-decoration: none
}

.FormError_message {
	top: auto;
	bottom: 100%;
	right: auto;
	left: 0;
	margin: 0 0 10px;
	width: auto;
	min-width: 185px
}

.FormError_message:after {
	top: 100%;
	left: 50px;
	border-color: transparent;
	border-top-color: #fff
}

@media (min-width:1025px) {
	.MainNav_dropdown_item:nth-child(9)~.MainNav_dropdown_item .MainNav_downdown_sub {
		bottom: -8px;
		top: auto
	}
}

.MainNav_dropdown_addonList_item,
.MainNav_dropdown_item,
.TeaserArticle_navItem,
.TopNav_dropdown_item {
	padding: 0 30px
}

@media (min-width:1025px) {
	.MainNav_dropdown_addonList_item,
	.MainNav_dropdown_item,
	.TeaserArticle_navItem,
	.TopNav_dropdown_item {
		padding: 0 15px;
		position: relative
	}
	.MainNav_dropdown_addonList_item:hover>.MainNav_dropdown_addonList_link,
	.MainNav_dropdown_addonList_item:hover>.MainNav_dropdown_link,
	.MainNav_dropdown_addonList_item:hover>.TeaserArticle_navLink,
	.MainNav_dropdown_addonList_item:hover>.TopNav_dropdown_link,
	.MainNav_dropdown_item:hover>.MainNav_dropdown_addonList_link,
	.MainNav_dropdown_item:hover>.MainNav_dropdown_link,
	.MainNav_dropdown_item:hover>.TeaserArticle_navLink,
	.MainNav_dropdown_item:hover>.TopNav_dropdown_link,
	.TeaserArticle_navItem:hover>.MainNav_dropdown_addonList_link,
	.TeaserArticle_navItem:hover>.MainNav_dropdown_link,
	.TeaserArticle_navItem:hover>.TeaserArticle_navLink,
	.TeaserArticle_navItem:hover>.TopNav_dropdown_link,
	.TopNav_dropdown_item:hover>.MainNav_dropdown_addonList_link,
	.TopNav_dropdown_item:hover>.MainNav_dropdown_link,
	.TopNav_dropdown_item:hover>.TeaserArticle_navLink,
	.TopNav_dropdown_item:hover>.TopNav_dropdown_link {
		text-decoration: none;
		background: #edeff2;
		border-color: transparent;
		padding: 5px 10px;
		margin-left: -10px;
		margin-right: -10px
	}
	.MainNav_dropdown_addonList_item:hover>.MainNav_downdown_sub,
	.MainNav_dropdown_item:hover>.MainNav_downdown_sub,
	.TeaserArticle_navItem:hover>.MainNav_downdown_sub,
	.TopNav_dropdown_item:hover>.MainNav_downdown_sub {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.MainNav_dropdown_addonList_item:last-child,
.MainNav_dropdown_item:last-child,
.TeaserArticle_navItem:last-child,
.TopNav_dropdown_item:last-child {
	border: none
}

.modMobileBack.MainNav_dropdown_addonList_item,
.modMobileBack.MainNav_dropdown_item,
.modMobileBack.TeaserArticle_navItem,
.modMobileBack.TopNav_dropdown_item {
	display: block
}

@media (min-width:1025px) {
	.modMobileBack.MainNav_dropdown_addonList_item,
	.modMobileBack.MainNav_dropdown_item,
	.modMobileBack.TeaserArticle_navItem,
	.modMobileBack.TopNav_dropdown_item {
		display: none
	}
}

.modMobileBack.MainNav_dropdown_addonList_item .MainNav_dropdown_addonList_link,
.modMobileBack.MainNav_dropdown_addonList_item .MainNav_dropdown_link,
.modMobileBack.MainNav_dropdown_addonList_item .TeaserArticle_navLink,
.modMobileBack.MainNav_dropdown_addonList_item .TopNav_dropdown_link,
.modMobileBack.MainNav_dropdown_item .MainNav_dropdown_addonList_link,
.modMobileBack.MainNav_dropdown_item .MainNav_dropdown_link,
.modMobileBack.MainNav_dropdown_item .TeaserArticle_navLink,
.modMobileBack.MainNav_dropdown_item .TopNav_dropdown_link,
.modMobileBack.TeaserArticle_navItem .MainNav_dropdown_addonList_link,
.modMobileBack.TeaserArticle_navItem .MainNav_dropdown_link,
.modMobileBack.TeaserArticle_navItem .TeaserArticle_navLink,
.modMobileBack.TeaserArticle_navItem .TopNav_dropdown_link,
.modMobileBack.TopNav_dropdown_item .MainNav_dropdown_addonList_link,
.modMobileBack.TopNav_dropdown_item .MainNav_dropdown_link,
.modMobileBack.TopNav_dropdown_item .TeaserArticle_navLink,
.modMobileBack.TopNav_dropdown_item .TopNav_dropdown_link {
	padding: 20px 0;
	font-weight: 600
}

@media (min-width:1025px) {
	.has-children.MainNav_dropdown_addonList_item>.MainNav_dropdown_addonList_link,
	.has-children.MainNav_dropdown_addonList_item>.MainNav_dropdown_link,
	.has-children.MainNav_dropdown_addonList_item>.TeaserArticle_navLink,
	.has-children.MainNav_dropdown_addonList_item>.TopNav_dropdown_link,
	.has-children.MainNav_dropdown_item>.MainNav_dropdown_addonList_link,
	.has-children.MainNav_dropdown_item>.MainNav_dropdown_link,
	.has-children.MainNav_dropdown_item>.TeaserArticle_navLink,
	.has-children.MainNav_dropdown_item>.TopNav_dropdown_link,
	.has-children.TeaserArticle_navItem>.MainNav_dropdown_addonList_link,
	.has-children.TeaserArticle_navItem>.MainNav_dropdown_link,
	.has-children.TeaserArticle_navItem>.TeaserArticle_navLink,
	.has-children.TeaserArticle_navItem>.TopNav_dropdown_link,
	.has-children.TopNav_dropdown_item>.MainNav_dropdown_addonList_link,
	.has-children.TopNav_dropdown_item>.MainNav_dropdown_link,
	.has-children.TopNav_dropdown_item>.TeaserArticle_navLink,
	.has-children.TopNav_dropdown_item>.TopNav_dropdown_link {
		position: relative;
		padding-right: 20px
	}
	.has-children.MainNav_dropdown_addonList_item>.MainNav_dropdown_addonList_link:after,
	.has-children.MainNav_dropdown_addonList_item>.MainNav_dropdown_link:after,
	.has-children.MainNav_dropdown_addonList_item>.TeaserArticle_navLink:after,
	.has-children.MainNav_dropdown_addonList_item>.TopNav_dropdown_link:after,
	.has-children.MainNav_dropdown_item>.MainNav_dropdown_addonList_link:after,
	.has-children.MainNav_dropdown_item>.MainNav_dropdown_link:after,
	.has-children.MainNav_dropdown_item>.TeaserArticle_navLink:after,
	.has-children.MainNav_dropdown_item>.TopNav_dropdown_link:after,
	.has-children.TeaserArticle_navItem>.MainNav_dropdown_addonList_link:after,
	.has-children.TeaserArticle_navItem>.MainNav_dropdown_link:after,
	.has-children.TeaserArticle_navItem>.TeaserArticle_navLink:after,
	.has-children.TeaserArticle_navItem>.TopNav_dropdown_link:after,
	.has-children.TopNav_dropdown_item>.MainNav_dropdown_addonList_link:after,
	.has-children.TopNav_dropdown_item>.MainNav_dropdown_link:after,
	.has-children.TopNav_dropdown_item>.TeaserArticle_navLink:after,
	.has-children.TopNav_dropdown_item>.TopNav_dropdown_link:after {
		font-family: iwKoeln!important;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e90b";
		color: #7498b2;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%)
	}
}

@media (min-width:1025px) {
	.has-children.MainNav_dropdown_addonList_item:hover>.MainNav_dropdown_addonList_link,
	.has-children.MainNav_dropdown_addonList_item:hover>.MainNav_dropdown_link,
	.has-children.MainNav_dropdown_addonList_item:hover>.TeaserArticle_navLink,
	.has-children.MainNav_dropdown_addonList_item:hover>.TopNav_dropdown_link,
	.has-children.MainNav_dropdown_item:hover>.MainNav_dropdown_addonList_link,
	.has-children.MainNav_dropdown_item:hover>.MainNav_dropdown_link,
	.has-children.MainNav_dropdown_item:hover>.TeaserArticle_navLink,
	.has-children.MainNav_dropdown_item:hover>.TopNav_dropdown_link,
	.has-children.TeaserArticle_navItem:hover>.MainNav_dropdown_addonList_link,
	.has-children.TeaserArticle_navItem:hover>.MainNav_dropdown_link,
	.has-children.TeaserArticle_navItem:hover>.TeaserArticle_navLink,
	.has-children.TeaserArticle_navItem:hover>.TopNav_dropdown_link,
	.has-children.TopNav_dropdown_item:hover>.MainNav_dropdown_addonList_link,
	.has-children.TopNav_dropdown_item:hover>.MainNav_dropdown_link,
	.has-children.TopNav_dropdown_item:hover>.TeaserArticle_navLink,
	.has-children.TopNav_dropdown_item:hover>.TopNav_dropdown_link {
		padding-right: 30px
	}
	.has-children.MainNav_dropdown_addonList_item:hover>.MainNav_dropdown_addonList_link:after,
	.has-children.MainNav_dropdown_addonList_item:hover>.MainNav_dropdown_link:after,
	.has-children.MainNav_dropdown_addonList_item:hover>.TeaserArticle_navLink:after,
	.has-children.MainNav_dropdown_addonList_item:hover>.TopNav_dropdown_link:after,
	.has-children.MainNav_dropdown_item:hover>.MainNav_dropdown_addonList_link:after,
	.has-children.MainNav_dropdown_item:hover>.MainNav_dropdown_link:after,
	.has-children.MainNav_dropdown_item:hover>.TeaserArticle_navLink:after,
	.has-children.MainNav_dropdown_item:hover>.TopNav_dropdown_link:after,
	.has-children.TeaserArticle_navItem:hover>.MainNav_dropdown_addonList_link:after,
	.has-children.TeaserArticle_navItem:hover>.MainNav_dropdown_link:after,
	.has-children.TeaserArticle_navItem:hover>.TeaserArticle_navLink:after,
	.has-children.TeaserArticle_navItem:hover>.TopNav_dropdown_link:after,
	.has-children.TopNav_dropdown_item:hover>.MainNav_dropdown_addonList_link:after,
	.has-children.TopNav_dropdown_item:hover>.MainNav_dropdown_link:after,
	.has-children.TopNav_dropdown_item:hover>.TeaserArticle_navLink:after,
	.has-children.TopNav_dropdown_item:hover>.TopNav_dropdown_link:after {
		right: 10px
	}
}

.MainNav_dropdown_addonList_link,
.MainNav_dropdown_link,
.TeaserArticle_navLink,
.TopNav_dropdown_link {
	display: block;
	color: #0069b4;
	border-bottom: 1px solid #cbcccd;
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: -1px
}

@media (min-width:1025px) {
	.MainNav_dropdown_addonList_link,
	.MainNav_dropdown_link,
	.TeaserArticle_navLink,
	.TopNav_dropdown_link {
		padding: 5px 0;
		font-size: 15px
	}
}

.MainNav_dropdown_addonList_item:last-child .MainNav_dropdown_addonList_link,
.MainNav_dropdown_addonList_item:last-child .MainNav_dropdown_link,
.MainNav_dropdown_addonList_item:last-child .TeaserArticle_navLink,
.MainNav_dropdown_addonList_item:last-child .TopNav_dropdown_link,
.MainNav_dropdown_item:last-child .MainNav_dropdown_addonList_link,
.MainNav_dropdown_item:last-child .MainNav_dropdown_link,
.MainNav_dropdown_item:last-child .TeaserArticle_navLink,
.MainNav_dropdown_item:last-child .TopNav_dropdown_link,
.TeaserArticle_navItem:last-child .MainNav_dropdown_addonList_link,
.TeaserArticle_navItem:last-child .MainNav_dropdown_link,
.TeaserArticle_navItem:last-child .TeaserArticle_navLink,
.TeaserArticle_navItem:last-child .TopNav_dropdown_link,
.TopNav_dropdown_item:last-child .MainNav_dropdown_addonList_link,
.TopNav_dropdown_item:last-child .MainNav_dropdown_link,
.TopNav_dropdown_item:last-child .TeaserArticle_navLink,
.TopNav_dropdown_item:last-child .TopNav_dropdown_link {
	border-bottom: none
}

.MainNav_downdown_sub {
	position: absolute;
	top: 1px;
	left: 100%
}

.MainNav_dropdown_addonList {
	margin-top: 20px
}

.MainNav_dropdown_addonList_link {
	font-weight: 600;
	border: none;
	margin-bottom: 0
}

.PageHeader {
	position: relative;
	z-index: 10;
	background: #fff;
	box-shadow: 0 0 30px rgba(66, 77, 87, .25)
}

@media (max-width:1199px) {
	.PageHeader>.container-large {
		max-width: 1024px
	}
}

@media (max-width:1024px) {
	.PageHeader {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		width: 100%;
		transition: .2s
	}
	.PageHeader.sidr-is-open {
		left: -260px
	}
}

.PageHeader_nav_mobile {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.PageHeader_inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 65px
}

@media (min-width:1025px) {
	.PageHeader_inner {
		height: 90px
	}
}

.PageHeader_logo {
	display: inline-block;
	width: 180px
}

.PageHeader_logo img {
	max-width: 2.78em
}

.PageHeader_logo-mobile {
	display: inline-block;
	width: 46px
}

.PageHeader_search_trigger {
	cursor: pointer;
	font-size: 36px;
	color: #0069b4
}

.PageHeader_search_trigger:active,
.PageHeader_search_trigger:focus,
.PageHeader_search_trigger:hover {
	color: #0069b4;
	text-decoration: none
}

.PageHeader_search_trigger span {
	display: block
}

.PageHeader_lang_switch {
	font-family: acherus_grotesqueblack, sans-serif
}

.TopNav {
	position: relative;
	z-index: 20;
	background: #90a7b7
}

.TopNav>.container-large {
	max-width: 1024px
}

@media (max-width:1024px) {
	.TopNav>.container-large {
		display: none
	}
}

.TopNav_inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.TopNav_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:1025px) {
	.TopNav_list {
		width: 100%
	}
}

.TopNav_item {
	position: relative;
	font-weight: 700
}

.TopNav_item+.TopNav_item:before {
	content: '';
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	height: 14px;
	width: 1px;
	background: #ededee
}

.TopNav_item.TopNav_item_language:empty {
	display: none
}

.TopNav_item:active:after,
.TopNav_item:focus:after,
.TopNav_item:hover:after {
	display: none
}

.TopNav_item:active .TopNav_link,
.TopNav_item:focus .TopNav_link,
.TopNav_item:hover .TopNav_link {
	color: #0069b4;
	background: #fff;
	text-decoration: none
}

.TopNav_item:active>.TopNav_dropdown,
.TopNav_item:focus>.TopNav_dropdown,
.TopNav_item:hover>.TopNav_dropdown {
	display: block;
	width: 100%
}

.TopNav_item:last-child {
	font-weight: 400
}

.TopNav_item:last-child:after {
	display: none
}

.TopNav_item-iw.is-active:after {
	display: none
}

.TopNav_item-iw.is-active .TopNav_link {
	color: #0069b4;
	background: #fff;
	text-decoration: none
}

.TopNav_link {
	position: relative;
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #ededee;
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase
}

@media (min-width:1025px) {
	.TopNav_link {
		padding: 10px 20px
	}
}

.TopNav_link_icon {
	transition: transform .2s;
	margin-left: 5px;
	margin-top: 2px
}

@media (max-width:1024px) {
	.TopNav_dropdown {
		position: absolute;
		top: 43px;
		left: 0;
		right: 0;
		padding-top: 65px
	}
}

.TopNav_dropdown_close {
	position: absolute;
	right: 30px;
	top: 15px;
	font-size: 50px;
	color: #0069b4
}

.TopNav_dropdown_close:before {
	content: "\e90c"
}

.PageFooter {
	font-size: 15px
}

.PageFooter_form {
	background: #0069b4;
	color: #ededee;
	padding: 35px 0
}

.PageFooter_form a {
	color: #fff
}

.PageFooter_form a:hover {
	text-decoration: none
}

.PageFooter_form p {
	color: #c2dbec
}

.PageFooter_title {
	font-size: 15px;
	font-family: acherus_grotesqueblack, sans-serif;
	text-transform: uppercase
}

.PageFooter_privacyPolicy {
	padding-top: 20px
}

@media (min-width:768px) {
	.PageFooter_privacyPolicy {
		padding-top: 0
	}
}

.PageFooter_formContact {
	margin-top: 20px
}

.PageFooter_formContact_submit {
	transform: translateY(-45%)
}

@media (min-width:768px) {
	.PageFooter_colBordered {
		border-right: 1px solid rgba(116, 152, 178, .6)
	}
}

.PageFooter_col_first {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.PageFooter_linkBox {
	padding: 35px 0 10px
}

.PageFooter_linkList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px
}

.PageFooter_linkList.modStrong .PageFooter_linkList_item {
	font-weight: 600
}

.PageFooter_linkList_item {
	display: block;
	padding: 0 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.PageFooter_linkList_item {
		border-right: 1px solid #ededee
	}
	.PageFooter_linkList_item:last-child {
		border-right: none
	}
}

.MainNav {
	display: none;
	font-family: acherus_grotesqueblack, sans-serif
}

@media (min-width:1025px) {
	.MainNav {
		display: block;
		margin-left: -150px
	}
}

.MainNav a,
.MainNav a:active,
.MainNav a:focus,
.MainNav a:hover {
	text-decoration: none
}

@media (min-width:1025px) {
	.MainNav_hovered,
	.MainNav_hovered .PageFooter,
	.MainNav_hovered .PageHeader,
	.MainNav_hovered .PageMain {
		background: #ededee
	}
}

@media (min-width:1025px) {
	.MainNav_hovered .MainNav_list,
	.MainNav_hovered .MainNav_list_item {
		border-color: #d4d8db
	}
}

.MainNav_toggleNav {
	display: block;
	font-size: 50px;
	color: #0069b4;
	cursor: pointer
}

@media (min-width:1025px) {
	.MainNav_toggleNav {
		display: none
	}
}

.MainNav_list {
	display: -ms-flexbox;
	display: flex
}

.MainNav_list_item {
	border-left: 1px solid #ededee;
	border-right: 1px solid #ededee;
	margin-left: -1px
}

@media (min-width:1025px) {
	.MainNav_list_item {
		position: relative;
		z-index: 1
	}
	.MainNav_list_item.is-active:active,
	.MainNav_list_item.is-active:focus,
	.MainNav_list_item.is-active:hover,
	.MainNav_list_item:active,
	.MainNav_list_item:focus,
	.MainNav_list_item:hover {
		z-index: 10;
		border-color: #fff
	}
	.MainNav_list_item.is-active:active>.MainNav_dropdown,
	.MainNav_list_item.is-active:focus>.MainNav_dropdown,
	.MainNav_list_item.is-active:hover>.MainNav_dropdown,
	.MainNav_list_item:active>.MainNav_dropdown,
	.MainNav_list_item:focus>.MainNav_dropdown,
	.MainNav_list_item:hover>.MainNav_dropdown {
		display: block
	}
	.MainNav_list_item.is-active:active .MainNav_list_link,
	.MainNav_list_item.is-active:focus .MainNav_list_link,
	.MainNav_list_item.is-active:hover .MainNav_list_link,
	.MainNav_list_item:active .MainNav_list_link,
	.MainNav_list_item:focus .MainNav_list_link,
	.MainNav_list_item:hover .MainNav_list_link {
		box-shadow: 0 -9px 9px rgba(66, 77, 87, .2);
		position: relative;
		z-index: 100;
		text-decoration: none;
		color: #424d57;
		background: #fff
	}
}

.MainNav_list_item.is-active {
	border-color: #e5f0f7
}

.MainNav_list_link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: acherus_grotesqueblack, sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
	color: #424d57;
	font-size: 17px;
	padding: 0 20px;
	height: 90px
}

.is-active .MainNav_list_link {
	background: #e5f0f7
}

.MainNav_list_link_text {
	color: #003f6e;
	margin-top: 10px
}

.MainNav_list_link_icon {
	color: #0069b4
}

.MainNav_list_link_icon:before {
	content: "\e90b"
}

@media (min-width:1025px) {
	.MainNav_list_link_icon:before {
		content: "\e900"
	}
}

.MainNav_dropdown_link_itemNo {
	color: #7498b2
}

.Hero {
	margin-bottom: 35px
}

.Hero_figure {
	position: relative
}

.Hero_title {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 30px;
	text-align: center
}

@media (min-width:768px) {
	.Hero_title {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		font-size: 65px;
		text-shadow: 0 0 5px rgba(0, 0, 0, .25);
		color: #fff
	}
}

.Hero_image {
	margin-bottom: 10px
}

@media (min-width:768px) {
	.Hero_image {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.Hero_buttons {
		position: absolute;
		bottom: 10px
	}
}

.Hero_buttons_title {
	text-transform: uppercase;
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 12px
}

@media (min-width:768px) {
	.Hero_buttons_title {
		text-shadow: 0 0 5px rgba(0, 0, 0, .25);
		color: #fff
	}
}

@media screen and (max-width:767px) {
	.Hero_buttons_list_link,
	.Hero_buttons_list_link:active,
	.Hero_buttons_list_link:focus,
	.Hero_buttons_list_link:hover {
		border-color: #0069b4;
		color: #0069b4;
		background: 0 0
	}
}

.Hero_text p {
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px
}

.Hero_separator {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	max-width: 785px
}

@media screen and (max-width:767px) {
	.Hero_separator {
		margin-left: 30px;
		margin-right: 30px
	}
}

.HeroArticle {
	margin-bottom: 35px
}

.HeroArticle.ModNoImage .HeroArticle_buttons {
	position: relative;
	bottom: auto;
	margin-bottom: 20px;
	padding-top: 15px
}

.HeroArticle.ModNoImage .HeroArticle_tagList {
	margin-bottom: 10px
}

.HeroArticle_topheadline {
	position: relative;
	display: block;
	color: #7498b2;
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 10px
}

@media print {
	.HeroArticle_topheadline {
		margin-bottom: 20px
	}
	:after {
		display: none
	}
}

.HeroArticle_headline {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 32px
}

@media (min-width:768px) {
	.HeroArticle_headline {
		font-size: 40px
	}
}

@media print {
	.HeroArticle_headline {
		font-size: 24px
	}
}

.HeroArticle_lead {
	margin-bottom: 10px;
	font-size: 20px
}

@media (max-width:767px) {
	.HeroArticle_lead {
		padding: 0
	}
}

@media print {
	.HeroArticle_lead {
		font-size: 16px
	}
}

.HeroArticle_tagList {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0
}

.HeroArticle_figure {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center
}

@media (max-width:767px) {
	.HeroArticle_figure {
		padding-left: 0;
		padding-right: 0
	}
}

.HeroArticle_figure figcaption {
	min-height: 40px
}

@media (min-width:768px) {
	.HeroArticle_figure figcaption {
		min-height: 52px
	}
}

.HeroArticle_figure .caption_right {
	margin-left: 5px;
	color: #fff;
	position: absolute;
	right: 25px
}

.HeroArticle_figure figcaption.light-overlay .caption_right {
	color: initial;
	opacity: .6
}

.HeroArticle_buttons {
	position: absolute;
	bottom: 10px
}

@media (min-width:576px) {
	.HeroArticle_footer {
		padding: 0
	}
}

.HeroArticle_footer_bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:768px) {
	.HeroArticle_footer_bottom {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.HeroArticle_nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #cbcccd;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.HeroArticle_nav_title {
	font-size: 12px;
	font-family: acherus_grotesqueblack, sans-serif;
	color: #7498b2;
	text-transform: uppercase;
	margin-right: 10px
}

.HeroArticle_nav_list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0
}

.HeroArticle_readingTime {
	color: #7498b2;
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.HeroArticle_readingTime {
		margin-bottom: 0
	}
}

.HeroArticle_contactNav_item:not(:last-child),
.HeroArticle_socialNav_item:not(:last-child) {
	border-right: none
}

@media (min-width:768px) {
	.HeroArticle_socialNav_item.socialNavWhatsApp {
		display: none
	}
}

.HeroArticle_socialNav_link {
	padding: 0 5px
}

.HeroArticle_header {
	position: relative
}

@media (min-width:576px) {
	.HeroArticle_header .container-small {
		padding: 0
	}
}

@media (min-width:576px) {
	.article-text-container {
		padding: 0
	}
}

@media (min-width:576px) {
	.article-detail .container-small {
		padding: 0
	}
}

@media (min-width:576px) {
	.article-detail-text {
		margin-left: -30px;
		margin-right: -30px
	}
}

@media (min-width:1025px) {
	.article-detail-text {
		margin-left: -20px;
		margin-right: -20px
	}
}

.article-detail .TeaserPersonBasic_image {
	border-bottom: 1px solid #93a7bb
}

.article-detail .TextAddonBox {
	margin-bottom: 0
}

.BreadcrumbWrap.BreadcrumbWrap_small {
	background: 0 0;
	margin-top: -2rem;
	margin-bottom: 2rem
}

@media (max-width:767px) {
	.BreadcrumbWrap.BreadcrumbWrap_small {
		display: none
	}
}

@media (min-width:1025px) {
	.BreadcrumbWrap.BreadcrumbWrap_small {
		margin-top: -3rem
	}
}

.BreadcrumbWrap.BreadcrumbWrap_small .Breadcrumb_list {
	margin-left: 0
}

.BreadcrumbWrap.BreadcrumbWrap_small .Breadcrumb_link {
	color: #cbcccd
}

.BreadcrumbWrap.BreadcrumbWrap_small .Breadcrumb_item {
	font-size: 11px
}

.BreadcrumbWrap.BreadcrumbWrap_small .Breadcrumb_item:not(:last-child):after {
	color: #cbcccd
}

.HeroPerson_inner {
	text-align: center
}

@media (min-width:768px) {
	.HeroPerson_inner {
		text-align: left;
		border-bottom: 1px solid #cbcccd;
		margin-bottom: -1px
	}
}

.HeroPerson_title {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 32px
}

.HeroPerson_jobTitle {
	font-size: 20px
}

.HeroPerson_figure {
	border-bottom: 1px solid #cbcccd
}

@media (min-width:768px) {
	.HeroPerson_figure {
		margin-bottom: 0;
		border: none
	}
}

@media (max-width:767px) {
	.HeroPerson_image {
		display: block;
		margin: 0 auto;
		max-width: 50%
	}
}

@media (max-width:575px) {
	.HeroPerson_image {
		max-width: 80%
	}
}

@media (max-width:767px) {
	.HeroPerson_tagList {
		-ms-flex-pack: center;
		justify-content: center
	}
}

.HeroPerson_tagList_item:first-child {
	padding-right: 0
}

.HeroPerson_tagList_item:first-child:after {
	display: none
}

.HeroPerson_contact {
	font-size: 15px
}

.TeaserArticle {
	margin-bottom: 30px
}

.TeaserArticle_title {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 32px
}

.TeaserArticle_text {
	position: relative;
	font-size: 15px
}

.TeaserArticle_text_link {
	color: #424d57
}

.TeaserArticle_text_link .TeaserArticle_title {
	color: #003f6e
}

.TeaserArticle_text_link:active,
.TeaserArticle_text_link:focus,
.TeaserArticle_text_link:hover {
	text-decoration: none;
	color: #424d57
}

.TeaserArticle_text_link:active .TeaserArticle_title,
.TeaserArticle_text_link:focus .TeaserArticle_title,
.TeaserArticle_text_link:hover .TeaserArticle_title {
	text-decoration: underline;
	color: #0069b4
}

.TeaserArticle_image,
.TeaserPerson_image {
	transition: .3s
}

.TeaserArticle_image_link,
.TeaserPerson_image_link {
	display: block;
	overflow: hidden;
	margin: 0 0 15px;
	width: 375px;
	max-width: 100%
}

@media (min-width:768px) {
	.TeaserArticle_image_link,
	.TeaserPerson_image_link {
		margin: 0;
		width: auto
	}
}

.TeaserArticle_image_link:hover .TeaserArticle_image,
.TeaserArticle_image_link:hover .TeaserPerson_image,
.TeaserPerson_image_link:hover .TeaserArticle_image,
.TeaserPerson_image_link:hover .TeaserPerson_image {
	transform: scale(1.1)
}

.TeaserPerson_image_link {
	margin: 0 10px
}

.TeaserArticle_tagList {
	padding-right: 55px
}

.TeaserArticle_nav {
	position: absolute;
	right: 0;
	top: -16px;
	z-index: 1
}

@media (min-width:1025px) {
	.TeaserArticle_nav:hover .TeaserArticle_navDropdown {
		display: block
	}
}

.TeaserArticle_navTrigger {
	position: relative;
	cursor: pointer;
	width: 45px;
	height: 50px
}

.TeaserArticle_navTrigger:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "\00b7 \00b7 \00b7";
	color: #7498b2;
	font-size: 34px;
	letter-spacing: -1px
}

.TeaserArticle_navDropdown {
	right: 30px;
	top: -10px
}

@media (max-width:1024px) {
	.TeaserArticle_navDropdown {
		padding-top: 15px
	}
}

.TeaserArticle_navDropdown.is-open {
	display: block
}

.TeaserArticle_navItem {
	padding: 0 15px
}

.article-list_title {
	font-size: 16px;
	text-align: center;
	color: #cbcccd;
	font-family: acherus_grotesqueblack, sans-serif, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px
}

@media (min-width:576px) {
	.article-list_title {
		font-size: 28px
	}
}

.light-border {
	border: 1px solid #cbcccd;
	padding-top: 30px!important;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 55px;
	margin-bottom: 55px;
	padding-left: 20px;
	padding-right: 20px
}

@media (min-width:576px) {
	.light-border {
		margin-top: 100px;
		margin-bottom: 100px
	}
}

.light-border .article-list_title {
	position: absolute;
	background: #fff;
	padding: 0 20px;
	top: -8px;
	left: 50%;
	transform: translateX(-50%)
}

@media (min-width:576px) {
	.light-border .article-list_title {
		padding: 0 55px;
		top: -19px
	}
}

@media (max-width:767px) {
	.light-border .TeaserArticle_title {
		font-size: 25px
	}
}

@media (min-width:576px) {
	.article-list-first {
		margin-top: 50px
	}
}

.article-list .TeaserArticle_image_link,
.article-list .TeaserPerson_image_link,
.recommendations_content .TeaserArticle_image_link,
.recommendations_content .TeaserPerson_image_link {
	width: auto
}

@media (max-width:767px) {
	.article-list:not(.light-border),
	.recommendations_content:not(.light-border) {
		margin-left: -30px;
		margin-right: -30px;
		overflow-x: hidden
	}
	.article-list:not(.light-border) .TeaserArticle_text,
	.article-list:not(.light-border) .recommendations_text,
	.recommendations_content:not(.light-border) .TeaserArticle_text,
	.recommendations_content:not(.light-border) .recommendations_text {
		margin-left: 30px;
		margin-right: 30px
	}
}

.article-list.light-border .Separator {
	margin: 0 0 -12px 0
}

.article-list .Separator_custom:after {
	content: none
}

@media (max-width:767px) {
	.article-list .Separator_custom_button {
		font-size: 11px
	}
}

.article-list.iwd .article-list_title {
	text-transform: none
}

.article-list.iwd .TeaserArticle_title,
.article-list.iwd .article-list_title {
	color: #fc813e
}

.article-list.iwd .Separator_button {
	border-color: #fc813e;
	color: #fc813e
}

.article-list.iwd .Separator_button:hover {
	color: #fff
}

.article-list.iwd .Separator_button:before {
	background: #fc813e
}

.article-list.iw-koeln .TeaserArticle_title,
.article-list.iw-koeln .article-list_title {
	color: #0069b4
}

.article-list.iw-koeln .Separator_button {
	border-color: #0069b4;
	color: #0069b4
}

.article-list.iw-koeln .Separator_button:hover {
	color: #fff
}

.article-list.iw-koeln .Separator_button:before {
	background: #0069b4
}

.TeaserPerson {
	font-size: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cbcccd
}

.TeaserPerson.modSmall {
	width: 100%
}

.modSmall .TeaserPerson_image_link {
	margin-bottom: 15px
}

@media (min-width:768px) {
	.modSmall .TeaserPerson_image_link {
		padding: 0 25%;
		border-bottom: 1px solid #cbcccd
	}
}

@media (min-width:1025px) {
	.modSmall .TeaserPerson_image_link {
		padding: 0 10px;
		margin-bottom: 0;
		border: none
	}
}

.TeaserPerson_text {
	margin-bottom: 15px
}

@media screen and (max-width:820px) {
	.TeaserPerson_text {
		min-height: 160px
	}
}

@media (max-width:767px) {
	.TeaserPerson_text {
		min-height: auto;
		text-align: center
	}
}

@media (max-width:1024px) {
	.modSmall .TeaserPerson_text {
		text-align: center
	}
}

.TeaserPerson_name {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 5px
}

.TeaserPerson_job {
	margin-bottom: 0
}

@media (max-width:1024px) {
	.modSmall .TeaserPerson_contact_item {
		-ms-flex-pack: center;
		justify-content: center
	}
}

.Separator {
	position: relative;
	text-align: center;
	margin: 30px 0
}

.Separator:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #cbcccd
}

.Separator_contentWrap {
	position: relative;
	z-index: 10;
	display: inline-block;
	background: #fff;
	padding: 0 10px
}

.Separator_text {
	color: #7498b2;
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 12px;
	text-transform: uppercase
}

.Calendar {
	position: relative
}

.Calendar_background {
	display: block;
	width: 100%;
	height: auto;
	background: #7498b2
}

.Calendar_date {
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: acherus_grotesqueblack, sans-serif;
	text-align: center;
	line-height: 1
}

.Calendar_day {
	font-size: 60px;
	margin-top: 10%
}

@media (min-width:768px) and (max-width:1024px) {
	.Calendar_day {
		font-size: 50px;
		margin-top: 14%
	}
}

.Calendar_month {
	font-size: 27px;
	text-transform: uppercase;
	margin-top: -5px
}

@media (min-width:768px) and (max-width:1024px) {
	.Calendar_month {
		font-size: 24px
	}
}

.TextAddonBox {
	min-height: 50px;
	margin-bottom: 30px
}

@media (min-width:576px) {
	.TextAddonBox {
		width: 230px
	}
}

@media (min-width:576px) {
	.TextAddonBox.modLeft {
		float: left;
		margin: 10px 30px 10px 0
	}
}

@media screen and (min-width:769px) {
	.TextAddonBox.modLeft {
		margin: 10px 30px 10px -88px
	}
}

@media (min-width:576px) {
	.TextAddonBox.modRight {
		float: right;
		margin: 10px 0 10px 30px
	}
}

@media screen and (min-width:769px) {
	.TextAddonBox.modRight {
		margin: 10px -88px 10px 30px
	}
}

.TextAddonBox.modFull {
	width: auto
}

@media (min-width:576px) {
	.TextAddonBox.modFull {
		margin: 10px 30px
	}
}

@media screen and (min-width:769px) {
	.TextAddonBox.modFull {
		margin: 10px -88px 10px
	}
}

.TextAddonBox.modNoBorder {
	border: none
}

.NewsletterBox {
	background: #0069b4;
	padding: 20px 30px;
	margin: 0 0 1rem
}

.NewsletterBox .NewsletterBox_title {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 24px;
	color: #fff;
	border-bottom: 1px solid rgba(116, 152, 178, .6);
	padding-bottom: 20px;
	margin-bottom: 20px
}

@media (max-width:575px) {
	.NewsletterBox .NewsletterBox_privacyPolicy {
		margin-bottom: 10px
	}
}

.NewsletterBox .NewsletterBox_privacyPolicy label {
	font-size: 15px;
	margin-bottom: 0
}

.NewsletterBox .NewsletterBox_privacyPolicy a {
	color: #fff
}

.HeaderSearch {
	background: #f2f2f2;
	width: 100%;
	margin: 0;
	height: 0;
	transition: .3s;
	overflow: hidden
}

.HeaderSearch.is-open {
	height: 48px;
	border-color: #cbcccd
}

.HeaderSearch_fielset .form-control {
	font-size: 25px;
	padding-right: 44px;
	background: #f2f2f2;
	border: none;
	border-radius: 0;
	padding-left: 0
}

.HeaderSearch_submit {
	font-size: 44px;
	height: 48px
}

.HeaderSearch_submit .icon-submit {
	display: block;
	height: 100%;
	line-height: 48px;
	margin-top: 2px
}

.BreadcrumbWrap {
	background: #ededee;
	padding: 15px 0
}

.BreadcrumbWrap .Breadcrumb_list {
	margin-bottom: 0
}

.Breadcrumb_item {
	text-transform: none;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px
}

.Breadcrumb_item:not(:last-child):after {
	content: "\e90b";
	top: 2px;
	position: relative
}

.Breadcrumb_link,
.Breadcrumb_link:active,
.Breadcrumb_link:focus,
.Breadcrumb_link:hover {
	color: #0069b4
}

.Accordion {
	margin-bottom: 35px
}

.Accordion_header {
	position: relative;
	font-size: 17px;
	font-weight: 700;
	padding: 10px 40px 10px 15px;
	margin: 0;
	cursor: pointer;
	color: #0069b4;
	border-bottom: 1px solid #93a7bb
}

.Accordion_header:active,
.Accordion_header:focus,
.Accordion_header:hover {
	outline: 0
}

.Accordion_header [class*=" icon-"],
.Accordion_header [class^=icon-] {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 700;
	color: #93a7bb
}

.Accordion_panel {
	padding: 10px 15px
}

.LeadStory_title {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 30px
}

@media screen and (min-width:830px) {
	.LeadStory_title {
		font-size: 40px
	}
}

.LeadStory_visual {
	color: #fff;
	margin-bottom: 20px
}

@media screen and (max-width:830px) {
	.LeadStory_visual {
		padding: 0
	}
}

.LeadStory_visual a {
	color: #fff
}

.LeadStory_visual.modGreyBlue .LeadStory_image {
	background: #7498b2
}

.LeadStory_visual.modGreyBlue .LeadStory_image img {
	opacity: .58
}

.LeadStory_visual.modDark .LeadStory_image {
	position: relative
}

.LeadStory_visual.modDark .LeadStory_image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3)
}

.LeadStory_visual.modLight {
	color: #424d57
}

.LeadStory_visual.modLight a {
	color: #424d57
}

.LeadStory_visual.modLight .LeadStory_image img {
	opacity: .58
}

@media screen and (min-width:830px) {
	.LeadStory_visual.modLight .LeadStory_tagList_item,
	.LeadStory_visual.modLight .LeadStory_tagList_item:after {
		color: #424d57
	}
}

.LeadStory_visual.modBlackFont {
	color: #424d57
}

.LeadStory_visual.modBlackFont a {
	color: #424d57
}

@media screen and (min-width:830px) {
	.LeadStory_visual.modBlackFont .LeadStory_tagList_item,
	.LeadStory_visual.modBlackFont .LeadStory_tagList_item:after {
		color: #424d57
	}
}

.LeadStory_main {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

@media (min-width:576px) {
	.LeadStory_main {
		bottom: 10px
	}
}

@media screen and (min-width:830px) {
	.LeadStory_main {
		bottom: 30px;
		left: 15px;
		right: 15px
	}
}

@media (min-width:768px) {
	.LeadStory_main_items_desktop:active,
	.LeadStory_main_items_desktop:focus,
	.LeadStory_main_items_desktop:hover {
		text-decoration: none
	}
	.LeadStory_main_items_desktop:active .LeadStory_title,
	.LeadStory_main_items_desktop:focus .LeadStory_title,
	.LeadStory_main_items_desktop:hover .LeadStory_title {
		text-decoration: underline
	}
}

.LeadStory_main_items_desktop {
	display: none
}

@media screen and (min-width:830px) {
	.LeadStory_main_items_desktop {
		display: block
	}
}

.LeadStory_main_items_mobile {
	display: block;
	margin-bottom: 20px
}

.LeadStory_main_items_mobile,
.LeadStory_main_items_mobile:active,
.LeadStory_main_items_mobile:focus,
.LeadStory_main_items_mobile:hover {
	color: #424d57;
	text-decoration: none
}

@media screen and (min-width:830px) {
	.LeadStory_main_items_mobile {
		display: none
	}
}

.LeadStory_buttonlist {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px 0
}

@media screen and (min-width:830px) {
	.LeadStory_buttonlist {
		margin-bottom: 10px
	}
}

.LeadStory_buttonlist_item {
	padding: 0 5px 10px
}

@media screen and (min-width:830px) {
	.LeadStory_tagList_item,
	.LeadStory_tagList_item:after {
		color: #fff
	}
}

.LeadStory_leadText {
	font-size: 18px;
	line-height: 28px;
	margin: 0
}

.LeadStory_related_itemWrap:last-child .LeadStory_related_item {
	border: none
}

.LeadStory_related_item {
	display: block;
	position: relative;
	padding-left: 65px;
	border-bottom: 1px solid #cbcccd;
	padding-bottom: 10px;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.LeadStory_related_item {
		margin-bottom: 20px;
		padding-bottom: 0;
		border: none
	}
}

.LeadStory_related_item:active,
.LeadStory_related_item:focus,
.LeadStory_related_item:hover {
	text-decoration: none
}

.LeadStory_related_item:active .LeadStory_related_title,
.LeadStory_related_item:focus .LeadStory_related_title,
.LeadStory_related_item:hover .LeadStory_related_title {
	text-decoration: underline
}

.LeadStory_related_item:active .LeadStory_related_icon,
.LeadStory_related_item:focus .LeadStory_related_icon,
.LeadStory_related_item:hover .LeadStory_related_icon {
	background: #7498b2
}

.LeadStory_related_item:active .LeadStory_related_icon.mod-iwd,
.LeadStory_related_item:focus .LeadStory_related_icon.mod-iwd,
.LeadStory_related_item:hover .LeadStory_related_icon.mod-iwd {
	background: #fc813e
}

.LeadStory_related_icon {
	position: absolute;
	top: 5px;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #93a7bb;
	color: #fff;
	width: 50px;
	transition: .25s
}

.LeadStory_related_icon [class*=" icon-"],
.LeadStory_related_icon [class^=icon-] {
	font-size: 32px
}

.LeadStory_related_tagList {
	margin-bottom: 0
}

.LeadStory_related_tagList_item {
	line-height: 20px
}

.LeadStory_related_title {
	font-family: acherus_grotesqueblack, sans-serif;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #003f6e;
	margin: 0
}

.LeadTopic {
	margin-bottom: 35px
}

.LeadTopic_visual {
	text-align: center;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.LeadTopic_visual,
	.LeadTopic_visual a {
		color: #fff
	}
}

.LeadTopic_visual.modGreyBlue .LeadTopic_image {
	background: #7498b2
}

.LeadTopic_visual.modGreyBlue .LeadTopic_image img {
	opacity: .58
}

.LeadTopic_visual.modDark .LeadTopic_image {
	position: relative
}

.LeadTopic_visual.modDark .LeadTopic_image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3)
}

.LeadTopic_visual.modDark .LeadTopic_image .LeadTopic_header {
	z-index: 1
}

.LeadTopic_visual.modLight {
	color: #424d57
}

@media (min-width:768px) {
	.LeadTopic_visual.modLight a {
		color: #424d57
	}
}

@media (min-width:768px) {
	.LeadTopic_visual.modLight .LeadTopic_article {
		border-color: #424d57
	}
}

.LeadTopic_visual.modLight .LeadTopic_title {
	color: #424d57
}

.LeadTopic_visual.modLight .LeadTopic_image img {
	opacity: .58
}

@media (min-width:768px) {
	.LeadTopic_visual.modLight .LeadTopic_tagList_item,
	.LeadTopic_visual.modLight .LeadTopic_tagList_item:after {
		color: #424d57
	}
}

.LeadTopic_visual.modLight .LeadTopic_separator {
	border-color: #424d57
}

.LeadTopic_visual.modBlackFont {
	color: #424d57
}

@media (min-width:768px) {
	.LeadTopic_visual.modBlackFont a {
		color: #424d57
	}
}

@media (min-width:768px) {
	.LeadTopic_visual.modBlackFont .LeadTopic_article {
		border-color: #424d57
	}
}

.LeadTopic_visual.modBlackFont .LeadTopic_title {
	color: #424d57
}

@media (min-width:768px) {
	.LeadTopic_visual.modBlackFont .LeadTopic_tagList_item,
	.LeadTopic_visual.modBlackFont .LeadTopic_tagList_item:after {
		color: #424d57
	}
}

.LeadTopic_visual.modBlackFont .LeadTopic_separator {
	border-color: #424d57
}

.LeadTopic_image {
	position: relative
}

.LeadTopic_header {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff
}

@media (min-width:768px) {
	.LeadTopic_header {
		bottom: 220px
	}
}

@media (min-width:1025px) {
	.LeadTopic_header {
		bottom: 170px
	}
}

@media (min-width:768px) {
	.LeadTopic_main {
		position: absolute;
		bottom: 30px;
		left: 15px;
		right: 15px
	}
}

@media (max-width:767px) {
	.LeadTopic_main {
		padding: 0;
		border: 1px #cbcccd;
		border-style: none solid solid;
		padding: 10px 15px
	}
}

.LeadTopic_title {
	font-size: 20px;
	font-family: acherus_grotesqueblack, sans-serif;
	margin-bottom: 15px;
	color: #fff
}

@media (min-width:768px) {
	.LeadTopic_title {
		font-size: 40px
	}
}

.LeadTopic_articleList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:768px) {
	.LeadTopic_articleList {
		margin: 0 -20px;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.LeadTopic_article {
	display: block;
	padding: 0 20px 15px
}

.LeadTopic_article:active,
.LeadTopic_article:focus,
.LeadTopic_article:hover {
	text-decoration: none
}

.LeadTopic_article:active .LeadTopic_article_title,
.LeadTopic_article:focus .LeadTopic_article_title,
.LeadTopic_article:hover .LeadTopic_article_title {
	text-decoration: underline
}

.LeadTopic_article:not(:last-child) {
	border: 1px #cbcccd;
	border-style: none none solid;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.LeadTopic_article {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
		padding-bottom: 0
	}
	.LeadTopic_article:not(:last-child) {
		border-style: none solid none none;
		border-color: #fff;
		margin-bottom: 0
	}
}

.LeadTopic_tagList {
	margin-bottom: 0;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:768px) {
	.LeadTopic_tagList_item,
	.LeadTopic_tagList_item:not(:last-child):after {
		color: #fff
	}
}

.LeadTopic_separator {
	display: none
}

@media (min-width:768px) {
	.LeadTopic_separator {
		display: block;
		border-color: #fff;
		max-width: 50px
	}
}

.LeadTopic_article_title {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 0
}

.Slider_slides {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px
}

.slick-list {
	border: 1px solid #cbcccd;
	overflow: visible;
	margin-bottom: 70px
}

.slick-track {
	overflow: visible!important
}

.Slider_item {
	padding: 5px;
	height: auto
}

.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 100;
	transform: translateY(-50%);
	border: none;
	background: 0 0;
	color: #7498b2;
	font-size: 0;
	margin-top: -35px
}

.slick-arrow:before {
	font-size: 80px
}

.slick-prev {
	left: 0
}

.slick-prev:before {
	content: "\e912"
}

.slick-next {
	right: 0
}

.slick-next:before {
	content: "\e901"
}

.Slider_item_figure {
	position: relative;
	margin: 0
}

.Slider_item_caption {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 20px;
	color: #7498b2;
	font-size: 15px;
	height: 50px
}

.FormError {
	position: relative
}

.FormError .has-error {
	border-color: red
}

.FormError_message {
	display: block;
	color: red;
	line-height: 1.2
}

.Search {
	margin-bottom: 35px
}

.Search_main {
	position: relative;
	margin-bottom: 10px
}

.Search_main_input {
	background: #f2f2f2;
	border: none;
	height: 40px;
	margin-right: 40px
}

.Search_main_input:focus {
	background: #f2f2f2
}

.Search_submit {
	position: absolute;
	right: 0;
	top: 0;
	background: #d9d9d9;
	border: none;
	text-align: center;
	height: 40px;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	transform: perspective(1px) translateZ(0);
	transition-duration: .2s
}

@media (min-width:576px) {
	.Search_submit {
		width: 40px
	}
}

.Search_submit:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: #0069b4;
	transform: scaleX(0);
	transform-origin: 50% 50% 0;
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1
}

.Search_submit:active,
.Search_submit:focus,
.Search_submit:hover {
	text-decoration: none
}

.Search_submit:active:before,
.Search_submit:focus:before,
.Search_submit:hover:before {
	transform: scaleX(1)
}

.Search_select_pro {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #cbcccd;
	padding: 2.5px 15px 2.5px 10px;
	cursor: pointer
}

.Search_select_pro:after {
	position: absolute;
	right: 5px;
	top: 50%;
	z-index: 0;
	transform: translateY(-50%)
}

.Search_select_pro.is-clicked {
	transform: none;
	border-bottom-color: #fff;
	z-index: 1000
}

.Search_select_pro_modal {
	display: none;
	position: absolute;
	top: 100%;
	left: 10px;
	z-index: 990;
	background: #fff;
	box-shadow: 0 7px 8px rgba(66, 77, 87, .2);
	border: 1px solid #cbcccd;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	cursor: default;
	margin-top: -11px;
	max-height: 350px;
	overflow: auto
}

@media (max-width:767px) {
	.Search_select_pro_modal {
		width: auto;
		right: 10px;
		max-height: 300px
	}
}

@media screen and (min-width:768px) {
	.Search_select_pro_modal.modXL {
		width: 648px
	}
}

@media screen and (min-width:890px) {
	.Search_select_pro_modal.modXL {
		width: 765px
	}
}

@media (min-width:1025px) {
	.Search_select_pro_modal.modXL {
		width: 785px
	}
}

@media (min-width:768px) {
	.Search_select_pro_modal.modM {
		width: 450px
	}
}

@media screen and (min-width:768px) {
	.Search_select_pro_modal.modRight {
		right: 10px;
		left: auto
	}
}

@media screen and (min-width:768px) {
	.Search_select_pro_modal.modCenter {
		transform: translateX(-50%);
		left: 50%;
		margin-left: 10px
	}
}

.Search_selected_filters dl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
	font-size: 15px
}

@media (min-width:768px) {
	.Search_selected_filters dl {
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.Search_selected_filters dd {
	margin: 0
}

.Search_selected_filters dt {
	font-family: acherus_grotesqueblack, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #7498b2;
	font-size: 12px;
	margin-right: 15px;
	padding-top: 5px
}

.Search_selected_filters ul {
	margin-bottom: 0
}

.Search_filter_title {
	font-weight: 700;
	text-transform: uppercase;
	color: #7498b2;
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 10px
}

.Search_filter_list+.Search_filter_title {
	padding-top: 15px
}

.Search_filter_list {
	font-size: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 15px
}

.Search_filter_list_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px
}

.Search_filter_list_item.is-selected a {
	color: #7498b2
}

.Search_filter_list_item.is-selected a:hover {
	text-decoration: none
}

.Search_filter_list_item.is-selected a:after {
	position: relative;
	top: .1rem;
	font-size: 1.1rem
}

.Search_filter_list_item.is-selected a span {
	display: none
}

.Search_remove_filter_icon {
	display: inline-block;
	color: #7498b2;
	transition: color .2s;
	cursor: pointer;
	font-size: 18px;
	margin-left: 2.5px
}

.Search_remove_filter_icon:hover {
	color: #0069b4
}

.sidr-open .HeaderSearch {
	left: -260px
}

.sidr-open .sidr {
	box-shadow: 0 0 30px rgba(66, 77, 87, .25)
}

.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto
}

.sidr.right {
	left: auto;
	right: -260px
}

.sidr.left {
	left: -260px;
	right: auto
}

.sidr a:active,
.sidr a:focus,
.sidr a:hover {
	text-decoration: none
}

.sidr-class-MainNav_dropdown_addonList_link,
.sidr-class-MainNav_dropdown_link,
.sidr-class-MainNav_list_link,
.sidr-class-TopNav_dropdown_link,
.sidr-class-TopNav_link {
	display: block;
	border-bottom: 1px solid #ededee;
	padding: 10px 15px
}

.sidr-class-PageHeader-mobile_logoImage {
	display: block;
	width: 55px;
	margin: 0 auto;
	padding: 25px 0
}

.sidr-class-MainNav_list {
	border-top: 1px solid #ededee
}

.sidr-class-MainNav_list_item,
.sidr-class-TopNav_item {
	position: relative
}

.sidr-class-MainNav_list_link,
.sidr-class-TopNav_link {
	font-family: acherus_grotesqueblack, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	color: #424d57
}

.sidr-class-MainNav_list_link:active,
.sidr-class-MainNav_list_link:focus,
.sidr-class-MainNav_list_link:hover,
.sidr-class-TopNav_link:active,
.sidr-class-TopNav_link:focus,
.sidr-class-TopNav_link:hover {
	text-decoration: none;
	color: #424d57
}

.sidr-class-MainNav_link_icon_mobile {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
	padding: 9px 20px 9px;
	cursor: pointer
}

.sidr-class-MainNav_link_icon_mobile:before {
	font-size: 30px
}

.sidr-class-MainNav_dropdown,
.sidr-class-TopNav_dropdown {
	display: none;
	background: #ededee;
	border-bottom: 1px solid #ededee
}

.sidr-class-MainNav_downdown_sub {
	display: none
}

.sidr-class-MainNav_dropdown_addonList_link,
.sidr-class-MainNav_dropdown_link,
.sidr-class-TopNav_dropdown_link {
	border: none
}

.sidr-class-MainNav_dropdown_addonList {
	border-top: 1px solid #fff
}

.sidr-class-TopNav_item_language {
	display: none
}

.ToggleBox_trigger_wrap {
	text-align: center
}

.ToggleBox_trigger {
	display: inline-block;
	position: relative;
	font-family: acherus_grotesqueblack, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	padding-right: 20px
}

.ToggleBox_trigger:after {
	content: "\e900";
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0
}

.ToggleBox_trigger.is-clicked:after {
	transform: rotate(180deg)
}

.is-clicked .ToggleBox_trigger_default {
	display: none
}

.ToggleBox_trigger_open {
	display: none
}

.is-clicked .ToggleBox_trigger_open {
	display: block
}

.ToggleBox_content {
	display: none
}

.CustomList {
	margin-bottom: 1rem
}

.CustomList li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px
}

.CustomList li:before {
	content: '';
	position: absolute;
	left: 0;
	top: .65rem;
	border-radius: 1px;
	background: #93a7bb;
	width: 8px;
	height: 8px
}

.ArticleNav {
	display: none
}

@media (min-width:1200px) {
	.ArticleNav {
		display: block
	}
}

.ArticleNav a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	z-index: 8;
	border: 1px solid transparent;
	text-decoration: none
}

.ArticleNav a:active,
.ArticleNav a:focus,
.ArticleNav a:hover {
	text-decoration: none
}

@media (min-width:1025px) {
	.ArticleNav a:active,
	.ArticleNav a:focus,
	.ArticleNav a:hover {
		background: rgba(245, 245, 245, .96)
	}
	.ArticleNav a:active .ArticleNav_details,
	.ArticleNav a:focus .ArticleNav_details,
	.ArticleNav a:hover .ArticleNav_details {
		display: block
	}
}

.ArticleNav_icon {
	font-size: 70px;
	text-decoration: none;
	color: #0069b4;
	line-height: 1
}

@media (min-width:768px) {
	.ArticleNav_icon {
		font-size: 100px
	}
}

.ArticleNav_prev {
	left: 0
}

.ArticleNav_prev:hover .ArticleNav_icon {
	color: #93a7bb
}

@media (min-width:768px) {
	.ArticleNav_prev {
		left: 30px
	}
}

.ArticleNav_prev .ArticleNav_details {
	padding: 15px 15px 15px 0
}

.ArticleNav_next {
	right: 0
}

.ArticleNav_next:hover .ArticleNav_icon {
	color: #93a7bb
}

@media (min-width:768px) {
	.ArticleNav_next {
		right: 30px
	}
}

.ArticleNav_next .ArticleNav_details {
	padding-left: 15px
}

.ArticleNav_details {
	display: none;
	color: #424d57;
	max-width: 250px
}

.ArticleNav_details_linkName {
	margin-bottom: 0;
	color: #7498b2;
	font-weight: 600;
	font-size: 12px
}

.ArticleNav_details_title {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 15px;
	margin: 0
}

.SocialNav_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -5px
}

.SocialNav_item {
	padding: 0 5px;
	font-size: 45px
}

.SocialNav_link {
	transition: .2s
}

.ModFacebook .SocialNav_link {
	color: #3c579e
}

.ModTwitter .SocialNav_link {
	color: #55acee
}

.ModYoutube .SocialNav_link {
	color: #cc191e
}

.ModRss .SocialNav_link {
	color: #fba100
}

.SocialNav_link:active,
.SocialNav_link:focus,
.SocialNav_link:hover {
	text-decoration: none
}

.SocialEmbed {
	padding: 30px 0;
	margin: 0 0 30px
}

.SocialEmbed.ModTwitter {
	background: #1da1f2
}

.SocialEmbed.ModFacebook {
	background: #3a5898
}

.SocialEmbed_image {
	text-align: center;
	color: #fff;
	margin-bottom: 10px
}

@media (min-width:576px) {
	.SocialEmbed_image {
		text-align: right;
		padding-left: 80px;
		margin-bottom: 0
	}
}

.SocialEmbed_image span {
	font-size: 200px
}

.SocialEmbed_main {
	color: #fff;
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 22px;
	padding: 0
}

@media (min-width:576px) {
	.SocialEmbed_main {
		padding: 0 50px
	}
}

@media (min-width:1025px) {
	.SocialEmbed_main {
		padding: 0 80px 0 0
	}
}

.SocialEmbed_text {
	margin-bottom: 5px
}

.SocialEmbed_text a {
	color: #fff;
	opacity: .5
}

.SocialEmbed_timestamp {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	opacity: .5;
	margin-bottom: 15px
}

.SocialEmbed_cta {
	background: 0 0
}

.SocialEmbedSlider {
	overflow: hidden
}

.SocialEmbedSlider .slick-list {
	margin: 0;
	border: none
}

.SocialEmbedSlider .slick-slide {
	height: auto
}

.SocialEmbedSlider .slick-arrow {
	color: #fff;
	margin: 0;
	top: 0;
	transform: none
}

@media (min-width:576px) {
	.SocialEmbedSlider .slick-arrow {
		top: 50%;
		transform: translateY(-50%)
	}
}

.Graphic {
	border: 1px solid #cbcccd;
	padding: 15px
}

.Graphic_header {
	font-family: acherus_grotesqueblack, sans-serif;
	padding: 10px 0 15px;
	border-bottom: 1px solid #cbcccd
}

.Graphic_subtitle {
	font-size: 15px;
	text-transform: uppercase;
	color: #7498b2;
	margin-bottom: 5px
}

.Graphic_title {
	font-size: 25px;
	margin-bottom: 5px
}

.Graphic_footer {
	background: #ededee;
	padding: 5px 0
}

.Graphic_shareNav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.Graphic_shareNav_item {
	position: relative;
	padding: 0 10px
}

.Graphic_shareNav_link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #0069b4;
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	transition: .2s
}

.Graphic_shareNav_link:hover {
	color: #0069b4;
	text-decoration: none
}

.Graphic_shareNav_link:active,
.Graphic_shareNav_link:focus {
	text-decoration: none;
	color: #7498b2
}

.Graphic_shareNav_link [class*=" icon-"],
.Graphic_shareNav_link [class^=icon-] {
	font-size: 18px;
	margin-right: 5px
}

.Graphic_modal {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1000;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 22px rgba(0, 0, 0, .3);
	padding: 15px 20px;
	transform: translateX(-50%) translateY(-5px)
}

@media (min-width:1025px) {
	.Graphic_modal {
		padding: 10px
	}
}

.Graphic_modal:after {
	top: 100%;
	left: 55%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px
}

.Graphic_modal.ModEmbed {
	width: 320px
}

@media (min-width:768px) {
	.Graphic_modal.ModEmbed {
		width: 400px;
		transform: translateY(-5px);
		left: -200px
	}
	.Graphic_modal.ModEmbed:after {
		left: 250px
	}
}

.Graphic_modal_close {
	font-size: 32px;
	height: 32px;
	width: 32px;
	top: -4px;
	right: -4px
}

.Graphic_embedCode {
	width: 100%;
	border: none
}

.TeaserShort_title {
	font-size: 17px;
	font-weight: 600;
	border-bottom: 1px solid #cbcccd;
	padding: 0 0 10px;
	margin: 0
}

.TeaserShort_item {
	padding: 10px 0
}

.TeaserShort_item:not(:last-child) {
	border-bottom: 1px solid #cbcccd
}

.TeaserShort_item_link {
	display: block
}

.TeaserShort_item_link:active,
.TeaserShort_item_link:focus,
.TeaserShort_item_link:hover {
	text-decoration: none
}

.TeaserShort_item_link:active .TeaserShort_item_title,
.TeaserShort_item_link:focus .TeaserShort_item_title,
.TeaserShort_item_link:hover .TeaserShort_item_title {
	text-decoration: underline
}

.TeaserShort_image {
	margin-bottom: 10px
}

.TeaserShort_tagList {
	margin-bottom: 5px
}

.TeaserShort_item_title {
	color: #003f6e;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px
}

.TeaserAddon {
	padding: 20px 0;
	border-top: 1px solid #cbcccd
}

.TeaserAddon p {
	font-size: 15px;
	margin-bottom: 10px
}

.TeaserAddon_title {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #7498b2;
	text-transform: uppercase;
	margin-bottom: 10px
}

.TeaserAddon_desc {
	font-size: 15px;
	margin-bottom: 10px
}

.TeaserAddon_link {
	font-size: 15px;
	font-weight: 600
}

.TeaserPersonBasic {
	text-align: center;
	padding: 20px 0
}

.TeaserPersonBasic_link {
	display: block
}

.TeaserPersonBasic_link:active,
.TeaserPersonBasic_link:focus,
.TeaserPersonBasic_link:hover {
	text-decoration: none
}

.TeaserPersonBasic_link:active .TeaserPersonBasic_name,
.TeaserPersonBasic_link:focus .TeaserPersonBasic_name,
.TeaserPersonBasic_link:hover .TeaserPersonBasic_name {
	text-decoration: underline
}

.TeaserPersonBasic_name {
	font-family: acherus_grotesqueblack, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0
}

.TeaserPersonBasic_job_title {
	font-size: 15px;
	color: #003f6e
}

.TeaserPersonBasic_image {
	display: block;
	margin: 0 auto
}

.recommendations {
	margin-top: 30px;
	margin-bottom: 30px
}

.recommendations .TeaserArticle_title {
	font-size: 23px;
	margin-top: .7rem;
	margin-bottom: .2rem
}

@media screen and (max-width:830px) {
	.recommendations_item {
		margin-bottom: 20px
	}
}

@media screen and (min-width:830px) {
	.recommendations.LeadStory_main {
		bottom: 0
	}
}

.recommendations.LeadStory .LeadStory_visual {
	padding-left: 0;
	padding-right: 0
}

@media screen and (min-width:830px) {
	.recommendations.LeadStory .light-border {
		padding-left: 0;
		padding-right: 0
	}
	.recommendations.LeadStory .light-border .LeadStory_visual {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (min-width:830px) {
	.recommendations.LeadStory .LeadStory_image {
		display: block;
		max-height: 235px;
		overflow: hidden
	}
}

.recommendations.LeadStory .LeadStory_main_items_mobile .LeadStory_title {
	font-size: 1.3rem
}

.components_overview .styleguideHeadline {
	position: relative;
	margin-top: 4rem;
	margin-bottom: 2rem;
	padding: .5rem;
	background: #7498b2
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		transform: scale(.75)
	}
	.mfp-arrow-left {
		transform-origin: 0
	}
	.mfp-arrow-right {
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.slick-slider .slick-track {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.f3-widget-paginator {
	display: none
}

.frame-space-before-extra-small {
	margin-top: 1em!important
}

.frame-space-before-small {
	margin-top: 2em!important
}

.frame-space-before-medium {
	margin-top: 3em!important
}

.frame-space-before-large {
	margin-top: 4em!important
}

.frame-space-before-extra-large {
	margin-top: 5em!important
}

.frame-space-after-extra-small {
	margin-bottom: 1em!important
}

.frame-space-after-small {
	margin-bottom: 2em!important
}

.frame-space-after-medium {
	margin-bottom: 3em!important
}

.frame-space-after-large {
	margin-bottom: 4em!important
}

.frame-space-after-extra-large {
	margin-bottom: 5em!important
}

.frame-type-mask_socialnavigation {
	overflow: hidden
}

.alert-danger {
	color: red;
	line-height: 1.2;
	background: #fff;
	padding: 10px;
	margin-top: 15px
}

.alert-success {
	color: green;
	line-height: 1.2;
	background: #fff;
	padding: 10px;
	margin-top: 15px
}

.NewsletterBox .NewsletterBox_formContact_submit {
	top: 60%
}

.mfp-zoom-out-cur {
	cursor: default
}

.article-detail .Accordion_Embed .Accordion_panel i {
	display: block
}

dt span {
	font-weight: 400
}

img.image-embed-item {
	width: 100%;
	height: auto
}

.Search_filter_list_block {
	display: block
}

.Search_filter_list_block li {
	display: block
}

.NewsletterBox_formContact_submit,
.PageFooter_formContact_submit {
	transform: translateY(-45%)
}

.LeadStory .LeadStory_tagList_item:after {
	color: #fff
}

.LeadStory .modGreyBlue.modBlackFont .LeadStory_tagList_item span,
.LeadStory .modGreyBlue.modBlackFont .LeadStory_title,
.LeadStory .modLight .LeadStory_tagList_item span,
.LeadStory .modLight .LeadStory_title {
	color: #003f6e
}

.topic-authors {
	padding-top: 35px
}

.wrapper-topic-main .LeadTopic {
	margin-bottom: 17px
}

.wrapper-topic-main .container-regular .Hero_text {
	margin-bottom: 45px
}

.TopNav .TopNav_item_language {
	margin-left: -2px
}

.TopNav_item+.TopNav_item:before {
	left: 0
}

@media (min-width:1025px) {
	.TopNav .TopNav_dropdown {
		left: 0
	}
}

.MainNav_dropdown a span {
	color: #0069b4
}

.m-t-30 {
	margin-top: 30px
}

.MainNav_downdown_sub {
	top: -9px
}

.MainNav_downdown_sub .MainNav_dropdown_list .MainNav_dropdown_link {
	border-bottom: 1px solid #cbcccd
}

.MainNav_downdown_sub .MainNav_dropdown_list .MainNav_dropdown_item:last-child .MainNav_dropdown_link {
	border-bottom: none
}

.Search .Search_submit .icon-suche {
	opacity: 1
}

.Search .Search_submit .icon-spinner8 {
	position: absolute;
	left: 13px;
	top: 13px;
	opacity: 0;
	font-size: 14px;
	font-weight: 700;
	width: 14px;
	height: 14px;
	display: block;
	animation: spinner 1s linear infinite;
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 54%
}

.Search .Search_submit .icon-spinner8:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.is-loading .Search .Search_submit .icon-suche {
	opacity: 0
}

.is-loading .Search .Search_submit .icon-spinner8 {
	opacity: 1
}

.Separator_contentWrap {
	position: relative
}

.Separator_contentWrap .icon-spinner8 {
	position: relative;
	display: block;
	animation: spinner 1s linear infinite;
	margin: 6px;
	width: 14px;
	height: 14px;
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 54%
}

.Separator_contentWrap .icon-spinner8:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@keyframes spinner {
	to {
		transform: rotate(360deg)
	}
}

.LeadStory_main_items_mobile .LeadStory_title {
	color: #003f6e
}

.author-detail .Accordion {
	margin-top: 15px
}

.TopNav_item_language .TopNav_link:focus {
	color: #ededee;
	text-decoration: none
}

.TopNav_item_language .TopNav_link:hover {
	color: #0069b4
}

.HeroArticle_nav_item span,
.HeroArticle_tagList_item span,
.HeroPerson_tagList_item span,
.LeadStory_related_tagList_item span,
.LeadStory_tagList_item span,
.LeadTopic_tagList_item span {
	color: #93a7bb;
	font-size: 15px;
	line-height: 0;
	display: inline-block;
	position: relative;
	top: 1px;
	margin: 0 7px 0 5px
}

.LeadStory_tagList_item span,
.LeadTopic_tagList_item span {
	color: #93a7bb
}

@media (min-width:1025px) {
	.LeadStory_tagList_item span,
	.LeadTopic_tagList_item span {
		color: #fff
	}
}

.LeadStory_tagList {
	margin: 0 0 10px 0
}

.TeaserArticle_text p {
	color: #003f6e
}

.HeroArticle_socialNav_list {
	margin: 0 -4px
}

.HeroArticle_socialNav_list_no_readtime {
	margin: 0 -4px!important
}

.HeroPerson_tagList,
.LeadStory_related_tagList,
.TeaserArticle_tagList {
	margin-left: 0
}

@media (max-width:767px) {
	.HeroArticle_headline,
	.Hero_title,
	.TeaserArticle_title {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		word-break: break-word;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto
	}
}

.HeroPerson_tagList_item:first-child {
	padding-right: 5px
}

.page-lang-en .PageFooter_formContact {
	margin-top: 0
}

@media (max-width:1024px) {
	.LeadStory_tagList,
	.TeaserArticle_tagList {
		display: inline-block;
		line-height: 1.4
	}
	.HeroArticle_tagList_item,
	.LeadStory_tagList_item {
		display: inline
	}
	.HeroArticle_tagList_item+.HeroArticle_tagList_item:before,
	.HeroArticle_tagList_item+.LeadStory_tagList_item:before,
	.LeadStory_tagList_item+.HeroArticle_tagList_item:before,
	.LeadStory_tagList_item+.LeadStory_tagList_item:before {
		margin-left: 3px;
		content: '\00b7\00a0';
		color: #93a7bb;
		display: inline-block
	}
	.HeroArticle_tagList_item span,
	.LeadStory_tagList_item span {
		display: none
	}
}

.TeaserPersonDefault {
	width: 100%
}

.TeaserPersonDefault .TeaserPerson_image_link {
	margin-right: 40px
}

.col-md-6 .TeaserPersonDefault .TeaserPerson_image_link {
	margin-right: 10px
}

.modSmall .TeaserPerson_image_link {
	padding: 0;
	margin-bottom: 0
}

.TeaserPersonSingle .col-img {
	text-align: right
}

@media (max-width:767px) {
	.SocialEmbed .SocialEmbed_image {
		padding-left: 0;
		text-align: center
	}
}

@media (max-width:1024px) {
	.TeaserPerson_image_link {
		text-align: center;
		margin: 0
	}
	.align-self-center {
		margin-top: 15px
	}
	.TeaserPersonBasic img {
		margin-top: 15px
	}
	.TeaserPerson {
		border-bottom: none
	}
	.TeaserPerson .align-items-end {
		text-align: center
	}
	.TeaserPerson .col-img {
		border-bottom: 1px solid #cbcccd
	}
	.SocialEmbed .img-fluid {
		display: inline-block
	}
	.SocialEmbed .SocialEmbedSlider_item>.row {
		margin-top: 15px
	}
	.SocialEmbed .slick-prev.slick-arrow {
		left: -30px
	}
	.SocialEmbed .slick-next.slick-arrow {
		right: -30px
	}
	.HeroPerson_contact_item,
	.TeaserPerson_contact_item {
		-ms-flex-pack: center;
		justify-content: center
	}
}

.infobox-download.infobox-download {
	margin-top: 20px
}

.clear-both {
	clear: both
}

header+.row {
	margin-top: 15px
}

.HeroArticle_figure_with_caption_wrapper {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	position: relative
}

.HeroArticle_figure_with_caption_wrapper .HeroArticle_figure_with_caption {
	display: inline-block;
	padding: 0
}

.HeroArticle_figure_with_caption_wrapper .HeroArticle_figure_with_caption figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 12px 25px;
	font-size: 10px;
	text-align: left
}

.HeroArticle_figure_with_caption_wrapper .HeroArticle_figure_with_caption figcaption.light-overlay {
	background-color: rgba(255, 255, 255, .65)
}

@media (min-width:576px) {
	.HeroArticle_figure_with_caption_wrapper .HeroArticle_figure_with_caption figcaption {
		font-size: 17px
	}
}

.HeroArticle_figure_with_caption_wrapper .HeroArticle_figure_with_caption .HeroArticle_buttons {
	bottom: 45px
}

@media (min-width:576px) {
	.HeroArticle_figure_with_caption_wrapper .HeroArticle_figure_with_caption .HeroArticle_buttons {
		bottom: calc(100% + 15px);
		left: 0
	}
}

.ToggleBox_content p {
	text-align: initial;
	margin-bottom: 0;
	font-size: 17px
}

.LeadStory_title {
	color: #fff
}

.mod-locations .Search_filter_list {
	display: block
}

.LeadStory_related_icon .icon-calendar {
	font-size: 0;
	padding: 7px 0
}

.LeadStory_related_icon .icon-calendar:before {
	font-size: 18px
}

.LeadStory_related_item:hover .LeadStory_related_icon.mod_iwd {
	background: #fc813e
}

.MainNav_toggleNav {
	margin-top: 10px
}

.newsletter-abo-more a {
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.667
}

.newsletter-abo-more a:focus,
.newsletter-abo-more a:hover {
	text-decoration: underline
}

.PageFooter_privacyPolicy_all {
	margin-top: 17px
}

.mt-17 {
	margin-top: 1rem
}

@media (max-width:767px) {
	.container-regular-mobile {
		position: relative;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px
	}
	.article-list:not(.light-border) .TeaserArticle_text {
		margin-left: 0;
		margin-right: 0
	}
}

.TopNav_list_custom {
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 10px
}

@media (min-width:576px) {
	.article-text-container .CustomList.float-right {
		width: calc(100% - 260px)
	}
}

@media screen and (min-width:991px) {
	.article-text-container .CustomList.float-right {
		width: calc(100% - 172px)
	}
}

@media print {
	.ArticleNav,
	.Breadcrumb,
	.BreadcrumbWrap,
	.HeaderSearch,
	.Hero_image,
	.MainNav,
	.MainNav_toggleNav,
	.PageFooter,
	.PageHeader,
	.PageHeader_lang_switch,
	.PageHeader_search,
	.TopNav {
		display: none
	}
	.Hero_title {
		height: auto;
		position: relative
	}
	.PageMain {
		padding-top: 0
	}
	.PageHeader {
		z-index: initial;
		position: relative
	}
	.PageHeader_inner,
	.PageHeader_logo-mobile {
		display: block
	}
}


/*# sourceMappingURL=styles.min.css.map */

[v-cloak] {
	display: none
}

.article-detail .container-regular .ce-gallery[data-ce-images="1"] .ce-outer,
.article-detail .container-regular .ce-gallery[data-ce-images="1"] .ce-inner {
	float: none;
	right: auto
}

.article-detail .container-regular .ce-gallery[data-ce-images="1"] .ce-column {
	float: none
}

.article-detail .container-regular .ce-gallery[data-ce-images="1"] figure.image {
	display: block
}

.article-text .CustomList {
	overflow: hidden
}

.sidr-class-PageHeader-mobile_logoImage {
	height: auto
}

.container-large .Hero {
	padding-left: 0;
	padding-right: 0
}

.Search_selected_filters dd {
	width: 100%
}

.slick-arrow {
	z-index: 1
}

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0
}

table.dataTable thead th,
table.dataTable tfoot th {
	font-weight: bold
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 9px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd
}

table.dataTable thead th:first-child{
	border-left: 1px solid #dddddd
}

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
	background-repeat: no-repeat;
	background-position: center left
}

table.dataTable thead .sorting {
	background-image: url("https://static.rndtech.de/share/rnd/pfeile/both.png");
    background-position: 1px 14px
}

table.dataTable thead .sorting_asc {
	background-image: url("https://static.rndtech.de/share/rnd/pfeile/arrow_up.png");
    background-position: 2px 14px
}

table.dataTable thead .sorting_desc {
	background-image: url("https://static.rndtech.de/share/rnd/pfeile/arrow_down.png");
    background-position: 2px 22px
}

table.dataTable thead .sorting_asc_disabled {
	background-image: url("https://static.rndtech.de/share/rnd/pfeile/arrow_up_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
	background-image: url("https://static.rndtech.de/share/rnd/pfeile/arrow_down_disabled.png")
}

table.dataTable tbody tr {
	background-color: #ffffff
}

table.dataTable tbody tr.selected {
	background-color: #B0BED9
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 6px 9px
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
	border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.display tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.display tbody tr td:first-child {
	border-left: 1px solid #dddddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
	border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
	background-color: #ffffff
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
	background-color: #acbad4
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
	background-color: #f2f2f2
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
	background-color: #aab7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
	background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
	background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #f2f2f2
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #f2f2f2
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	color: #333333;
	background-color: #dddddd
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	background-color: #cbcccd
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	background-color: #cbcccd
}

table.dataTable.no-footer {
	border-bottom: 1px solid #dddddd
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
	padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
	padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
	text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
	text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
	text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
	text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
	white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
	text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
	text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
	text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
	text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
	text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
	text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
	text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
	text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
	box-sizing: content-box
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1
}

.dataTables_wrapper .dataTables_length {
	float: left
}

.dataTables_wrapper .dataTables_filter {
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: -5px
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right
/*	padding-top: 0.25em*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.0em;
	padding: 0.5em 0.5em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
	border: 1px solid #dddddd;
	border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333 !important;
	border: 1px solid #dddddd;
	background-color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(0%, #f2f2f2));
	background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 0%);
	background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 0%);
	background: -ms-linear-gradient(top, #fff 0%, #f2f2f2 0%);
	background: -o-linear-gradient(top, #fff 0%, #f2f2f2 0%);
	background: linear-gradient(to bottom, #fff 0%, #f2f2f2 0%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #333333 !important;
	border: 1px solid #dddddd;
	background-color: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(0%, #f2f2f2));
	background: -webkit-linear-gradient(top, #003f6e 0%, #f2f2f2 0%);
	background: -moz-linear-gradient(top, #003f6e 0%, #f2f2f2 0%);
	background: -ms-linear-gradient(top, #003f6e 0%, #f2f2f2 0%);
	background: -o-linear-gradient(top, #003f6e 0%, #f2f2f2 0%);
	background: linear-gradient(to bottom, #003f6e 0%, #f2f2f2 0%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 100%);
	box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #333
}

.dataTables_wrapper .dataTables_scroll {
	clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
	vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
	border-bottom: none
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_paginate {
/*		margin-top: 0.5em*/
	}
}

@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_filter {
		margin-top: 0.5em
	}
}

