/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
	font-family: 'FontAwesome';
	src: url("../../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: 0.1428571429em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571428571em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	-moz-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	-moz-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.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;
}

/* generated with grunt-sass-globbing */

/* generated with grunt-sass-globbing */

/* TransitPro */

@font-face {
	font-family: TransitPro;
	src: url("/frontend/fonts/TransitWeb.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* TransitWeb Italic */

@font-face {
	font-family: TransitPro;
	src: url("/frontend/fonts/TransitWeb-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

/* TransitWeb-Bold */

@font-face {
	font-family: TransitPro;
	src: url("/frontend/fonts/TransitWeb-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

/* TransitWeb Italic Bold */

@font-face {
	font-family: TransitPro;
	src: url("/frontend/fonts/TransitWeb-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
}

* {
	font-family: "TransitPro";
}

/* generated with grunt-sass-globbing */

/* generated with grunt-sass-globbing */

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "TrasitPro", sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: "TrasitPro", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.3;
	color: #333333;
	text-align: left;
	background-color: #ffffff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #3EAA3C;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #297128;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1,
.h1 {
	font-size: 3.796875rem;
}

h2,
.h2 {
	font-size: 2.53125rem;
}

h3,
.h3 {
	font-size: 1.96875rem;
}

h4,
.h4 {
	font-size: 1.6875rem;
}

h5,
.h5 {
	font-size: 1.40625rem;
}

h6,
.h6 {
	font-size: 1.125rem;
}

.lead {
	font-size: 1.40625rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 4px solid #3EAA3C;
}

small,
.small {
	font-size: 87.5%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.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: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.40625rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #ffffff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #ccc;
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-moz-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-moz-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-moz-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-moz-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-moz-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-moz-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-moz-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-moz-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #95989A;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #95989A;
}

.table tbody + tbody {
	border-top: 2px solid #95989A;
}

.table .table {
	background-color: #ffffff;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #95989A;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #95989A;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #b8daff;
}

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #c3e6cb;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #bee5eb;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #ffeeba;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #fdfdfe;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #ffffff;
	background-color: #212529;
	border-color: #32383e;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #95989A;
}

.table-dark {
	color: #ffffff;
	background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.5rem 1.25rem;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
	height: -moz-calc(2.4625rem + 4px);
	height: calc(2.4625rem + 4px);
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: -moz-calc(0.5rem + 2px);
	padding-top: calc(0.5rem + 2px);
	padding-bottom: -moz-calc(0.5rem + 2px);
	padding-bottom: calc(0.5rem + 2px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.3;
}

.col-form-label-lg {
	padding-top: -moz-calc(0.5rem + 2px);
	padding-top: calc(0.5rem + 2px);
	padding-bottom: -moz-calc(0.5rem + 2px);
	padding-bottom: calc(0.5rem + 2px);
	font-size: 1.40625rem;
	line-height: 1.2;
}

.col-form-label-sm {
	padding-top: -moz-calc(0.25rem + 2px);
	padding-top: calc(0.25rem + 2px);
	padding-bottom: -moz-calc(0.25rem + 2px);
	padding-bottom: calc(0.25rem + 2px);
	font-size: 0.984375rem;
	line-height: 1.2;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0;
	line-height: 1.3;
	background-color: transparent;
	border: solid transparent;
	border-width: 2px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.984375rem;
	line-height: 1.2;
	border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: -moz-calc(1.68125rem + 4px);
	height: calc(1.68125rem + 4px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.40625rem;
	line-height: 1.2;
	border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: -moz-calc(2.6875rem + 4px);
	height: calc(2.6875rem + 4px);
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 87.5%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.8);
	border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
	color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
	background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
	background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
	border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
	box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 87.5%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.8);
	border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
	background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
	border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
	box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.25);
}

.form-inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

.btn {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 0.5rem 1.25rem;
	font-size: 1.125rem;
	line-height: 1.3;
	border-radius: 0px;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 0rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 0rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgba(52, 58, 64, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #3EAA3C;
	background-color: transparent;
}

.btn-link:hover {
	color: #297128;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.40625rem;
	line-height: 1.2;
	border-radius: 0px;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.984375rem;
	line-height: 1.2;
	border-radius: 0px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.show {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

tr.collapse.show {
	display: table-row;
}

tbody.collapse.show {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1.125rem;
	color: #333333;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.984375rem;
	color: #6c757d;
	white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
	margin-left: -2px;
}

.btn-toolbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}

.dropdown-toggle-split::after {
	margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -2px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
	z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
	margin-left: -2px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group > .custom-file {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
	margin-left: -2px;
}

.input-group-prepend {
	margin-right: -2px;
}

.input-group-append {
	margin-left: -2px;
}

.input-group-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5rem 1.25rem;
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.3;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 2px solid #ced4da;
	border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.3rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	margin-bottom: 0;
}

.custom-control-label::before {
	position: absolute;
	top: 0.15rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6;
}

.custom-control-label::after {
	position: absolute;
	top: 0.15rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	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-label::before {
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	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-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: -moz-calc(2.4625rem + 4px);
	height: calc(2.4625rem + 4px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.3;
	color: #495057;
	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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
	border: 2px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	height: -moz-calc(1.68125rem + 4px);
	height: calc(1.68125rem + 4px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 75%;
}

.custom-select-lg {
	height: -moz-calc(2.6875rem + 4px);
	height: calc(2.6875rem + 4px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 125%;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: -moz-calc(2.4625rem + 4px);
	height: calc(2.4625rem + 4px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: -moz-calc(2.4625rem + 4px);
	height: calc(2.4625rem + 4px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
	border-color: #80bdff;
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
	border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: -moz-calc(2.4625rem + 4px);
	height: calc(2.4625rem + 4px);
	padding: 0.5rem 1.25rem;
	line-height: 1.3;
	color: #495057;
	background-color: #fff;
	border: 2px solid #ced4da;
	border-radius: 0.25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: -moz-calc(calc(2.4625rem + 4px) - 2px * 2);
	height: calc(calc(2.4625rem + 4px) - 2px * 2);
	padding: 0.5rem 1.25rem;
	line-height: 1.3;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 2px solid #ced4da;
	border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #ffffff;
	border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3171875rem;
	padding-bottom: 0.3171875rem;
	margin-right: 1rem;
	font-size: 1.40625rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.40625rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

.navbar-expand {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-expand .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px) 0 0;
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px);
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: -moz-calc(0.25rem - 1px);
	border-radius: calc(0.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: -moz-calc(0.25rem - 1px);
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: -moz-calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: -moz-calc(0.25rem - 1px);
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: -moz-calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

.card-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group > .card {
	margin-bottom: 15px;
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #3EAA3C;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	color: #297128;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.40625rem;
	line-height: 1.2;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.984375rem;
	line-height: 1.2;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4.1875rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

.close {
	float: right;
	font-size: 1.6875rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "TrasitPro", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.984375rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "TrasitPro", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.984375rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
	bottom: -moz-calc((0.5rem + 1px) * -1);
	bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	bottom: 1px;
	border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
	left: -moz-calc((0.5rem + 1px) * -1);
	left: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	left: 1px;
	border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
	top: -moz-calc((0.5rem + 1px) * -1);
	top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	top: 1px;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
	right: -moz-calc((0.5rem + 1px) * -1);
	right: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
	border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
	right: 1px;
	border-left-color: #fff;
}

.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1.125rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: -moz-calc(0.3rem - 1px);
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: -moz-calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #333333;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-transition: -webkit-transform 0.6s ease;
	-moz-transition: -moz-transform 0.6s ease;
	transition: transform 0.6s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.carousel-item-next,
.active.carousel-item-right {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-item-prev,
.active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators .active {
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.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-primary {
	background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !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;
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.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-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.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 iframe,
.embed-responsive embed,
.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.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-moz-box-orient: horizontal !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-moz-box-orient: horizontal !important;
	-moz-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-moz-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-moz-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-moz-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-moz-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-moz-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-moz-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-moz-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-moz-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-moz-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

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

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

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

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !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;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none;
}

.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 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: 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;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0062cc !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #545b62 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #1e7e34 !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #117a8b !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #d39e00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #bd2130 !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #dae0e5 !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #1d2124 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

div.fancy-select {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #46565D;
}

div.fancy-select.disabled {
	opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
	box-shadow: 0 0 0 2px #4B5468;
}

div.fancy-select select:focus + div.trigger.open {
	box-shadow: none;
}

div.fancy-select div.trigger {
	border-radius: 4px;
	cursor: pointer;
	padding: 10px 24px 9px 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	background: #99A5BE;
	border: 1px solid #99A5BE;
	border-top-color: #A5B2CB;
	color: #4B5468;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	width: 200px;
	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #4B5468;
	top: 20px;
	right: 9px;
}

div.fancy-select div.trigger.open {
	background: #4A5368;
	border: 1px solid #475062;
	color: #7A8498;
	box-shadow: none;
}

div.fancy-select div.trigger.open:after {
	border-top-color: #7A8498;
}

div.fancy-select ul.options {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 50;
	max-height: 200px;
	overflow: auto;
	background: #62C8BF;
	border-radius: 4px;
	border-top: 1px solid #7DD8D2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	min-width: 200px;
	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
	visibility: visible;
	top: 50px;
	opacity: 1; /* have to use a non-visibility transition to prevent this iOS issue (bug?): */ /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 40px;
	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 50px;
	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
	padding: 8px 12px;
	color: #2B8686;
	cursor: pointer;
	white-space: nowrap;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
	background: rgba(43, 134, 134, 0.3);
	color: rgba(255, 255, 255, 0.75);
}

div.fancy-select ul.options li.hover {
	color: #fff;
}

/* generated with grunt-sass-globbing */

html .ccm-widget.ccm--alignment--bottom .ccm-modal-inner {
	min-height: 75px;
	height: auto;
}

html .ccm-powered-by {
	display: none;
}

html .ccm-root .ccm-dismiss-button {
	position: absolute;
	width: 32px;
	height: 32px;
	opacity: 0.3;
}

html .ccm-root .ccm-dismiss-button:hover {
	opacity: 1;
}

html .ccm-root .ccm-dismiss-button:before,
html .ccm-root .ccm-dismiss-button:after {
	position: absolute;
	left: 6px;
	top: 6px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #333;
}

html .ccm-root .ccm-dismiss-button:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

html .ccm-root .ccm-dismiss-button:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

html .ccm-widget--buttons button.ccm--button-primary,
html .ccm-widget--buttons .button.ccm--button-primary,
html .ccm-widget--buttons button.ccm--ctrl-init,
html .ccm-widget--buttons .button.ccm--ctrl-init {
	margin: 0;
	outline: 0 none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	transition-property: color, background-color;
	cursor: pointer;
	width: auto;
	padding: 11px 45px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 25px;
	background-color: #83BE37;
	border: 1px solid #83BE37;
	line-height: 24px;
	height: auto;
	margin: .5rem;
}

html .ccm-widget--buttons button.ccm--button-primary:hover,
html .ccm-widget--buttons .button.ccm--button-primary:hover,
html .ccm-widget--buttons button.ccm--ctrl-init:hover,
html .ccm-widget--buttons .button.ccm--ctrl-init:hover {
	color: #83BE37;
	background-color: transparent;
}

html .ccm-widget--buttons button.ccm--button-primary:before,
html .ccm-widget--buttons .button.ccm--button-primary:before,
html .ccm-widget--buttons button.ccm--ctrl-init:before,
html .ccm-widget--buttons .button.ccm--ctrl-init:before {
	content: none;
}

html .ccm-widget--buttons button.ccm--button-primary:hover,
html .ccm-widget--buttons .button.ccm--button-primary:hover,
html .ccm-widget--buttons button.ccm--ctrl-init:hover,
html .ccm-widget--buttons .button.ccm--ctrl-init:hover {
	border-color: #83BE37;
}

html .ccm-modal .ccm-modal--footer button.ccm--button-primary,
html .ccm-modal .ccm-modal--footer .button.ccm--button-primary,
html .ccm-modal .ccm-modal--footer button.ccm--ctrl-init,
html .ccm-modal .ccm-modal--footer .button.ccm--ctrl-init {
	margin: 0;
	outline: 0 none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	transition-property: color, background-color;
	cursor: pointer;
	width: auto;
	padding: 11px 45px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 25px;
	background-color: #83BE37;
	border: 1px solid #83BE37;
	line-height: 24px;
	line-height: 22px;
	padding: 8px 16px;
	font-size: 16px;
	height: auto;
	margin: .5rem;
}

html .ccm-modal .ccm-modal--footer button.ccm--button-primary:hover,
html .ccm-modal .ccm-modal--footer .button.ccm--button-primary:hover,
html .ccm-modal .ccm-modal--footer button.ccm--ctrl-init:hover,
html .ccm-modal .ccm-modal--footer .button.ccm--ctrl-init:hover {
	color: #83BE37;
	background-color: transparent;
}

html .ccm-modal .ccm-modal--footer button.ccm--button-primary:before,
html .ccm-modal .ccm-modal--footer .button.ccm--button-primary:before,
html .ccm-modal .ccm-modal--footer button.ccm--ctrl-init:before,
html .ccm-modal .ccm-modal--footer .button.ccm--ctrl-init:before {
	content: none;
}

html .ccm-modal .ccm-modal--footer button.ccm--button-primary:hover,
html .ccm-modal .ccm-modal--footer button.ccm--button-primary:focus,
html .ccm-modal .ccm-modal--footer button.ccm--button-primary:focus-visible,
html .ccm-modal .ccm-modal--footer .button.ccm--button-primary:hover,
html .ccm-modal .ccm-modal--footer .button.ccm--button-primary:focus,
html .ccm-modal .ccm-modal--footer .button.ccm--button-primary:focus-visible,
html .ccm-modal .ccm-modal--footer button.ccm--ctrl-init:hover,
html .ccm-modal .ccm-modal--footer button.ccm--ctrl-init:focus,
html .ccm-modal .ccm-modal--footer button.ccm--ctrl-init:focus-visible,
html .ccm-modal .ccm-modal--footer .button.ccm--ctrl-init:hover,
html .ccm-modal .ccm-modal--footer .button.ccm--ctrl-init:focus,
html .ccm-modal .ccm-modal--footer .button.ccm--ctrl-init:focus-visible {
	border-color: #83BE37;
	margin: .5rem;
}

html .ccm-widget--language-switch > select {
	display: none;
}

html .ccm-settings-summoner {
	display: none;
}

.ce {
	margin-bottom: 50px;
	width: 100%;
	float: left;
}

.container {
	clear: both;
}

.ce a {
	font-family: "TransitPro";
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	display: inline;
	color: #3EAA3C;
}

.ce a:hover {
	color: #3EAA3C;
	text-decoration: none;
}

.ce a:hover:before {
	text-decoration: none;
}

.ce a:before {
	font-family: FontAwesome;
	content: "";
	width: 9px;
	padding-right: 5px;
	margin-left: 2px;
	white-space: nowrap;
}

.ce ul {
	margin-bottom: 25px;
	list-style: none;
	padding-left: 0;
	font-family: "TransitPro";
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

.ce ul li {
	padding-left: 30px;
}

.ce ul li::before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	position: relative;
	top: 2px;
	margin-top: 1px;
	margin-left: -30px;
	width: 30px;
	color: #3EAA3C;
}

.ce ul li a:before {
	content: none;
}

.ce ol {
	list-style: none;
}

.ce ol li {
	counter-increment: item;
}

.ce ol li:before {
	content: counter(item);
	color: #3EAA3C;
	display: inline-block;
	position: relative;
	margin-top: 1px;
	margin-left: -30px;
	width: 30px;
	font-weight: bold;
}

.ce ol li a:before {
	content: none;
}

.ce.ce-margin-bottom-none {
	margin-bottom: 0;
}

.ce blockquote {
	border-left: 3px solid #3EAA3C;
	padding-left: 30px;
	display: block;
}

.content-absolute-center {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gallery .ce {
	margin-bottom: 0;
}

footer {
	width: 100%;
	clear: both;
	background-color: #E6E6E6;
}

footer p,
footer li,
footer a {
	color: #4A4A4A;
	font-size: 14px;
}

footer a:hover {
	text-decoration: none;
}

.footer-content-wrapper {
	padding: 20px 0;
}

.footer-navigation ul {
	margin: 0;
	padding: 0;
}

.footer-navigation ul li a {
	display: block;
	padding: 8px 0;
	line-height: 1em;
}

.footer-navigation ul li:first-child a {
	padding-left: 0;
}

.footer-navigation ul li:last-child a {
	border-right: none;
}

.footer-cities {
	word-spacing: 10px;
	display: block;
}

.footer-copyright {
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 21px;
	border-bottom: 1px solid #DDDDDD;
}

.footer-copyright p {
	margin-bottom: 0;
}

.footer-to-top {
	color: #9B9B9B;
	font-size: 14px;
	cursor: pointer;
	border-top: 1px solid #DDDDDD;
	padding-top: 20px;
	margin-top: 25px;
}

.header {
	height: 60px;
	z-index: 1020;
	position: relative;
}

.header-content-wrapper {
	float: left;
	width: 100%;
}

.header-content-wrapper:after {
	clear: left;
}

.main-navigation-wrap {
	z-index: 1030;
}

.logo .logo-img {
	margin-top: 30px;
	width: 197px;
	height: auto;
	display: none;
}

.logo-sticky {
	display: none;
}

.logo-sticky .logo-img {
	width: 250px;
	margin-top: 58px;
	height: 24px;
}

.logo-mobile-wrapper {
	display: block;
	float: right;
	padding: 17px 15px 0 0;
}

.logo-mobile-wrapper img {
	width: 241px;
	height: 25px;
}

.navbar-toggler-wrapper {
	display: block;
	width: 46px;
	float: left;
	padding: 15px 0 0 15px;
}

.service-menu-wrap {
	margin-top: 30px;
	width: 60%;
	display: none;
	float: left;
}

.service-menu-wrap .nav-link {
	padding: 0;
}

.service-menu-wrap .nav-link.active a {
	color: #9B9B9B;
}

.service-menu-wrap a {
	font-size: 16px;
	margin-right: 12px;
	color: #C1C1C1;
}

.service-menu-wrap .tx-indexedsearch-searchbox {
	float: left;
}

.service-menu-wrap .tx-indexedsearch-form label,
.service-menu-wrap .tx-indexedsearch-form legend {
	display: none;
}

.service-menu-wrap .tx-indexedsearch-form #tx-indexedsearch-searchbox-sword-header {
	border: none !important;
}

.service-menu-wrap .tx-indexedsearch-search-submit {
	margin-right: 5px;
	margin-left: 30px;
	cursor: pointer;
}

.service-menu-wrap .tx-indexedsearch-search-submit i {
	color: #C1C1C1;
}

.service-menu-wrap .searchbox-sword {
	width: 180px;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #ffffff;
	color: #C1C1C1;
	-webkit-transition: .5s ease all;
	-moz-transition: .5s ease all;
	transition: .5s ease all;
	outline: none;
}

.service-menu-wrap .searchbox-sword.searchbox-sword-focused {
	border-bottom: 1px solid #C1C1C1;
	width: 180px;
}

.language-menu {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	float: left;
}

.language-menu .nav-link {
	float: left;
}

.header-fixed .service-menu-wrap {
	margin-top: 20px;
}

.header-fixed .logo {
	display: none;
}

.header-fixed .logo-sticky {
	display: block;
}

.header-fixed .site {
	position: relative;
	padding-top: 105px;
	margin-bottom: 54px;
}

.header-fixed .header {
	height: 105px;
	position: absolute;
	background: transparent;
}

.header-fixed .header .container {
	max-width: 1300px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 105px;
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.header-fixed .header-content-wrapper {
	float: none;
	height: 105px;
	margin: 0 auto;
	padding: 0 15px;
}

.header-fixed .main-navigation {
	margin-top: 0;
}

.header-fixed .main-navigation .dropdown-menu {
	top: 73px;
}

.header-fixed .main-navigation .first-level > li .nav-link {
	padding: 15px 6px 26px;
}

.header-fixed .main-navigation .first-level > li:first-child .nav-link {
	padding-left: 0;
}

.site-wrapper.show-nav .main-navigation {
	-webkit-transform: translateX(340px);
	-moz-transform: translateX(340px);
	-ms-transform: translateX(340px);
	transform: translateX(340px);
	-webkit-transform: translateX(340px) tranlateZ(0);
	-moz-transform: translateX(340px) tranlateZ(0);
	-ms-transform: translateX(340px) tranlateZ(0);
	transform: translateX(340px) tranlateZ(0);
	-webkit-transform: translate3d(340px, 0, 0);
	-moz-transform: translate3d(340px, 0, 0);
	transform: translate3d(340px, 0, 0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.navbar-toggler {
	font-size: 30px;
	padding: 0 2px;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.nowrap {
	white-space: nowrap;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.no-userselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no-outline {
	outline: 0;
}

picture {
	display: block;
}

* {
	-webkit-appearance: none;
}

.visible-lg-up {
	display: none;
}

.visible-xl {
	display: none;
}

.hidden-lg-up {
	display: block;
}

.hidden-xl {
	display: block;
}

.bg-white {
	background-color: #ffffff;
}

body {
	background-color: #ECECEC;
}

.tx_eventmanager_checkin ul.typo3-messages {
	padding: 0;
}

.page-layout-exporelax .headline-h2,
.page-layout-exporelax h2 {
	color: #004996;
}

.page-layout-exporelax .headline-h3,
.page-layout-exporelax h3 {
	color: #004996;
}

.page-layout-exporelax .service-menu-wrap {
	width: auto;
	margin-bottom: 50px;
	display: block;
}

.page-layout-exporelax .service-menu-wrap .active a {
	text-decoration: underline;
}

.page-layout-exporelax .service-menu-wrap a {
	margin-left: 12px;
	margin-right: 0;
}

.page-layout-exporelax .header-content-wrapper {
	height: 80px;
}

.page-layout-exporelax .form-control {
	border: 1px solid #004996;
}

.page-layout-exporelax .form-field .fancy-select .trigger {
	border: 1px solid #004996;
}

.page-layout-exporelax .form-field .fancy-select .trigger:after {
	color: #004996;
}

.page-layout-exporelax .form-field .fancy-select ul.options li:hover {
	background-color: #004996;
	color: #fff;
}

.page-layout-exporelax .form-field .fancy-select ul.options li.selected {
	color: #004996;
}

.page-layout-exporelax .form-check {
	margin-bottom: 0;
}

.page-layout-exporelax .form-check label {
	float: none;
	padding: 0;
}

.page-layout-exporelax .form-check label span.checkmark {
	border: 1px solid #004996;
}

.page-layout-exporelax .form-check label span.checkmark:after {
	background-color: #fff;
	color: #004996;
}

.page-layout-exporelax select.form-control:not([size]):not([multiple]) {
	height: auto;
}

.page-layout-exporelax .footer-image-slider {
	overflow: hidden;
	width: 100%;
}

.page-layout-exporelax .footer-image-slider .slick-slide {
	float: left;
	width: unset;
	background-color: white;
	text-align: center;
}

.page-layout-exporelax .html5-qrcode-element[type=button] {
	border: 1px solid #333333;
}

.page-layout-exporelax .btn-scan-wrap {
	text-align: center;
	width: 100%;
}

.page-layout-exporelax .btn-scan-wrap .btn-scan {
	margin: 20px auto;
	display: inline-block;
}

.page-layout-exporelax .ce-event-registration a {
	color: #004996;
}

.page-layout-exporelax .ce-event-registration a:hover {
	color: #004996;
}

.page-layout-exporelax .ce-event-registration .btn.btn-primary {
	background-color: #004996;
	border: 1px solid #004996;
}

.page-layout-exporelax .ce-event-registration .btn.btn-primary:hover {
	background-color: #fff;
	color: #004996;
}

.page-layout-exporelax .ce-event-registration .eventDescription {
	color: #004996;
}

.page-layout-exporelax .ce-event-registration .admissionCodeForm label {
	color: #004996;
}

.page-layout-exporelax .ce-event-registration .personal-details li {
	color: #004996;
}

.page-layout-exporelax .ce-event-registration .text-btn-back {
	cursor: pointer;
}

.page-layout-exporelax .ce-event-registration .text-btn-back:hover {
	color: #004996;
}

.page-layout-exporelax footer {
	background-color: #fff;
}

.page-layout-mischgetraenkeabend .service-menu-wrap {
	width: auto;
	margin-bottom: 50px;
	display: none;
}

.page-layout-mischgetraenkeabend .service-menu-wrap .active a {
	text-decoration: underline;
}

.page-layout-mischgetraenkeabend .service-menu-wrap a {
	margin-left: 12px;
	margin-right: 0;
}

.page-layout-mischgetraenkeabend .header-content-wrapper {
	height: 80px;
}

.page-layout-mischgetraenkeabend .site-gallery .content-wrapper {
	margin-top: 0;
}

.page-layout-mischgetraenkeabend .form-control {
	border-color: #00643C;
	border-width: 1px;
}

.page-layout-mischgetraenkeabend .form-control.text-danger {
	border-color: #dc3545 !important;
}

.page-layout-mischgetraenkeabend .form-field .fancy-select .trigger {
	border-color: #00643C;
}

.page-layout-mischgetraenkeabend .form-check {
	margin-bottom: 0;
}

.page-layout-mischgetraenkeabend .form-check label {
	float: none;
	padding: 0;
}

.page-layout-mischgetraenkeabend .form-check label span.checkmark {
	border: 1px solid #00643C;
}

.page-layout-mischgetraenkeabend .form-check label span.checkmark:after {
	background-color: #fff;
	color: #00643C;
}

.page-layout-mischgetraenkeabend select.form-control:not([size]):not([multiple]) {
	height: auto;
}

.page-layout-mischgetraenkeabend .footerImageGallery h3 {
	color: #333333;
}

.page-layout-mischgetraenkeabend footer {
	background-color: #fff;
}

.page-layout-mischgetraenkeabend .footer-image-slider {
	overflow: hidden;
	width: 100%;
}

.page-layout-mischgetraenkeabend .footer-image-slider .slick-slide {
	float: left;
	width: unset;
	background-color: white;
	text-align: center;
}

.page-layout-mischgetraenkeabend .html5-qrcode-element[type=button] {
	border: 1px solid #333333;
}

.page-layout-mischgetraenkeabend .btn-scan-wrap {
	text-align: center;
	width: 100%;
}

.page-layout-mischgetraenkeabend .btn-scan-wrap .btn-scan {
	margin: 20px auto;
	display: inline-block;
}

.page-layout-mischgetraenkeabend .admissionCodeForm label {
	color: #333333 !important;
	font-weight: bold;
}

#microsite.layout-exporelax {
	background-color: #004996;
	color: #fff;
}

#microsite.layout-exporelax .form-group label {
	position: static;
	top: auto;
	left: auto;
	color: #fff;
	font-size: 18px;
}

#microsite.layout-exporelax .form-group input,
#microsite.layout-exporelax .form-group select {
	padding: 0.375rem 0.75rem;
}

#microsite.layout-exporelax .form-group select.form-control:not([size]):not([multiple]) {
	height: auto;
}

#microsite.layout-exporelax input.text-danger {
	color: #333333 !important;
	border-color: #dc3545 !important;
}

#microsite.layout-exporelax .service-menu-wrap {
	float: right;
	width: auto;
	margin-bottom: 50px;
}

#microsite.layout-exporelax .service-menu-wrap .active a {
	color: #FFFFFF;
}

#microsite.layout-exporelax .service-menu-wrap a {
	margin-left: 12px;
	margin-right: 0;
}

#microsite.layout-exporelax .tx_eventmanager_checkin ul.typo3-messages {
	padding: 0;
}

#microsite.layout-exporelax .tx_eventmanager_checkin ul.typo3-messages .alert {
	padding: 0;
}

#microsite.layout-exporelax .tx_eventmanager_checkin ul.typo3-messages .alert-message {
	margin: 15px;
	text-align: center;
}

#microsite.layout-exporelax .tx_eventmanager_checkin td.table-time,
#microsite.layout-exporelax .tx_eventmanager_checkin th.table-time {
	text-align: right;
}

#microsite.layout-exporelax .wallet-icons {
	padding-right: 20px;
}

#microsite.layout-exporelax .tx-event-manager .fancy-select {
	background-color: #ffffff;
	border-radius: 0.25rem;
	border: 2px solid #ced4da;
}

#microsite.layout-exporelax .tx-event-manager .fancy-select ul.options li:hover {
	background-color: #004996;
}

#microsite.layout-exporelax .tx-event-manager .fancy-select .trigger {
	padding: 0.275rem 0.7rem;
	border: none;
}

#microsite.layout-exporelax .tx-event-manager .fancy-select .trigger::after {
	top: 4px;
}

#microsite.layout-exporelax .tx-event-manager .fancy-select .trigger.open {
	background: #ffffff;
	border: none;
}

#microsite.layout-exporelax .tx-event-manager .fancy-select .trigger.open::after {
	top: 4px;
}

#microsite.layout-exporelax table ul.list-group {
	padding-left: 0;
}

#microsite.layout-mischgetraenkeabend {
	background-color: #00643C;
}

.site {
	max-width: 1300px;
	margin: 0 auto;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
	overflow: hidden;
}

.tx_microsite .microsite-content {
	width: 650px;
	margin: auto;
}

.tx_microsite .microsite-content .microsite-header {
	float: left;
	width: 100%;
	text-align: center;
}

.tx_microsite .microsite-content .microsite-header .image-wrapper {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.tx_microsite .microsite-content .microsite-header .image-wrapper img {
	height: 100%;
}

.tx_microsite .microsite-content .microsite-header .header-title {
	width: 100%;
	color: white;
	text-align: left;
	float: left;
	margin-bottom: 55px;
}

.tx_microsite .microsite-content .microsite-header .header-title p {
	font-size: 27px;
	margin-bottom: 5px;
}

.tx_microsite .microsite-content .content-wrapper {
	min-height: 200px;
	float: left;
}

.tx_microsite .microsite-content .content-wrapper .ce {
	margin: unset;
}

.tx_microsite .microsite-content .microsite-footer {
	float: left;
	width: 100%;
	height: 130px;
	margin-top: 45px;
}

.tx_microsite .microsite-content .microsite-footer h3 {
	color: white;
	margin-bottom: 15px;
}

.tx_microsite .microsite-content .microsite-footer h3 p {
	font-size: 27px;
	margin: unset;
}

.tx_microsite .microsite-content .microsite-footer .footer-image-slider {
	overflow: hidden;
	width: 100%;
}

.tx_microsite .microsite-content .microsite-footer .footer-image-slider .slick-slide {
	float: left;
	width: unset;
	background-color: white;
	text-align: center;
}

.tx_microsite .ce-felogin {
	background-color: transparent;
}

.tx_microsite .ce-felogin h2 {
	color: #fff;
}

.tx_microsite button,
.tx_microsite .btn-primary {
	border-radius: 4px;
	background-color: #004b9b;
	font-weight: 100;
	width: 100%;
	box-shadow: inset 0 0 4px #fff;
	border: 1px solid #fff;
}

.tx_microsite button:hover,
.tx_microsite .btn-primary:hover {
	background-color: #fff;
	color: #000000;
}

.tx_microsite .card {
	background-color: transparent;
}

.tx_microsite .page-item .page-link {
	background-color: #004996;
	border: none;
}

.gallery {
	float: left;
	width: 100%;
}

.content-wrapper {
	float: left;
	width: 100%;
	clear: both;
}

ul {
	list-style: none;
}

/* generated with grunt-sass-globbing */

button {
	-webkit-appearance: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
}

button:focus {
	outline: none;
}

.ce a.button-action,
.button-action {
	margin: 0;
	outline: 0 none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	transition-property: color, background-color;
	cursor: pointer;
	width: auto;
	padding: 11px 45px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 25px;
	background-color: #83BE37;
	border: 1px solid #83BE37;
	line-height: 24px;
}

.ce a.button-action:hover,
.button-action:hover {
	color: #83BE37;
	background-color: transparent;
}

.ce a.button-action:before,
.button-action:before {
	content: none;
}

.ce a.button-action-white,
.button-action-white {
	margin: 0;
	outline: 0 none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	transition-property: color, background-color;
	cursor: pointer;
	width: auto;
	padding: 11px 45px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 25px;
	background-color: transparent;
	border: 1px solid #ffffff;
	line-height: 24px;
}

.ce a.button-action-white:hover,
.button-action-white:hover {
	color: #333333;
	background-color: #ffffff;
}

.ce a.button-action-white:before,
.button-action-white:before {
	content: none;
}

.ce a.button-action-2,
.button-action-2 {
	margin: 0;
	outline: 0 none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	transition-property: color, background-color;
	cursor: pointer;
	width: auto;
	padding: 7px 45px;
	font-size: 20px;
	font-weight: bold;
	color: #3EAA3C;
	border-radius: 25px;
	background-color: transparent;
	border: 1px solid #3EAA3C;
	line-height: 24px;
}

.ce a.button-action-2:hover,
.button-action-2:hover {
	color: #ffffff;
	background-color: #3EAA3C;
}

.ce a.button-action-2:before,
.button-action-2:before {
	content: none;
}

.ce a.button-action-3,
.button-action-3 {
	margin: 0;
	outline: 0 none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	transition-property: color, background-color;
	cursor: pointer;
	width: auto;
	padding: 7px 45px;
	font-size: 20px;
	font-weight: bold;
	color: #9B9B9B;
	border-radius: 25px;
	background-color: transparent;
	border: 1px solid #DDDDDD;
	line-height: 24px;
}

.ce a.button-action-3:hover,
.button-action-3:hover {
	color: #ffffff;
	background-color: #DDDDDD;
}

.ce a.button-action-3:before,
.button-action-3:before {
	content: none;
}

p,
.copytext {
	font-family: "TransitPro";
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	display: block;
	margin: 0 0 30px;
}

p a,
.copytext a {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: none;
}

.paragraph-white {
	color: #ffffff;
}

.form-group {
	position: relative;
}

.form-group label {
	position: absolute;
	top: 6px;
	left: 15px;
	color: #9B9B9B;
	font-size: 12px;
}

.form-group .form-control {
	color: #333333;
	font-size: 16px;
	padding: 20px 14px 2px;
}

.form-submit-centered {
	text-align: center;
}

.tx-powermail {
	padding: 30px 30px 0 30px;
}

.tx-powermail ul.powermail_message_error {
	padding-left: 0;
	margin-left: 0;
}

.tx-powermail .powermail-errors-list {
	padding-left: 15px;
}

.tx-powermail .form-group {
	margin: 0;
	padding: 0;
}

.tx-powermail .powermail_message_error {
	color: #FF0201;
}

.tx-powermail h3 {
	display: none;
	font-size: 40px;
	color: #00643C;
	margin: 0 0 20px 0;
}

.tx-powermail .form-control {
	color: #333333;
	font-size: 16px;
	padding: 20px 14px 2px;
	border: solid 1px #DDDDDD;
}

.tx-powermail .error {
	width: 0;
	height: 0;
	display: none;
}

.tx-powermail .powermail_legend {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 25px;
	display: none;
}

.tx-powermail .powermail_field_error input {
	border: 1px solid #FF0201;
}

.tx-powermail .form-control.input-error {
	color: #FF0201;
}

.tx-powermail .mandatory-note {
	text-align: right;
	font-size: 16px;
	line-height: 24px;
	color: #9B9B9B;
	margin: 0;
}

.tx-powermail .powermail_fieldwrap .col {
	padding: 0;
}

.tx-powermail .powermail_fieldwrap ul {
	color: #FF0201;
	margin: 0;
	position: relative;
	top: -10px;
}

.tx-powermail .powermail_fieldwrap .control-label {
	z-index: 999;
	left: 15px;
}

.tx-powermail .powermail_fieldwrap .form-control {
	margin-bottom: 1em;
}

.tx-powermail .powermail_fieldwrap .input-error {
	border: solid 1px #FF0201;
}

.tx-powermail .powermail_fieldwrap_type_text {
	margin: 40px 0 30px 0;
}

.tx-powermail .powermail_fieldwrap_type_text p {
	margin: 0;
	line-height: 30px;
	font-size: 30px;
	color: #3EAA3C;
}

.tx-powermail .powermail_file {
	margin: 30px;
}

.tx-powermail .powermail_fieldwrap_type_reset {
	margin: 10px;
}

.tx-powermail .powermail_fieldwrap_type_html {
	margin: 10px;
}

.tx-powermail .powermail_fieldwrap_type_submit {
	text-align: center;
	height: auto;
	margin: 10px;
}

.tx-powermail .powermail_fieldwrap_type_submit .btn-primary {
	line-height: 48px;
	margin: 0;
	outline: 0 none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	transition-property: color, background-color;
	cursor: pointer;
	width: auto;
	padding: 0 45px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 25px;
	background-color: #83BE37;
	border: 1px solid #83BE37;
	margin-bottom: 60px;
}

.tx-powermail .powermail_fieldwrap_type_submit .btn-primary:hover {
	background-color: #ffffff;
	color: #83BE37;
}

.tx-powermail .powermail_fieldwrap_type_radio {
	position: relative;
	width: 100%;
	min-height: 60px;
	margin-bottom: 15px;
	height: auto;
}

.tx-powermail .powermail_fieldwrap_type_radio .control-label {
	font-size: 16px;
	position: relative;
	float: left;
	margin-right: 20px;
	line-height: 26px;
}

.tx-powermail .powermail_fieldwrap_type_radio label {
	position: relative;
	float: left;
}

.tx-powermail .powermail_fieldwrap_type_radio .radio-group.input-error {
	border: none;
}

.tx-powermail .powermail_fieldwrap_type_radio .radio-group.input-error span {
	border: solid 1px #FF0201;
}

.tx-powermail .powermail_fieldwrap_type_radio .radio-group {
	position: relative;
}

.tx-powermail .powermail_fieldwrap_type_radio .radio-group label {
	font-size: 16px;
	position: relative;
	float: left;
	margin-right: 10px;
	line-height: 25px;
}

.tx-powermail .powermail_fieldwrap_type_radio .radio-group label span {
	position: relative;
	border: solid 1px #9B9B9B;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
}

.tx-powermail .powermail_fieldwrap_type_radio .radio-group label input[type="radio"] {
	display: none;
}

.tx-powermail .powermail_fieldwrap_type_radio .radio-group label input[type="radio"]:checked ~ .checkmark {
	background-color: white;
}

.tx-powermail .powermail_fieldwrap_type_radio .radio-group label .checkmark:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #333333;
	display: none;
}

.tx-powermail .powermail_fieldwrap_type_radio .radio-group label input[type="radio"]:checked ~ .checkmark:after {
	display: block;
}

.tx-powermail .powermail_fieldwrap_type_radio .input-error {
	border: none;
}

.tx-powermail .powermail_fieldwrap_type_radio .input-error .powermail_field_error_container {
	position: relative;
	clear: both;
	border: none;
}

.tx-powermail .powermail_fieldwrap_type_radio .input-error .powermail_field_error_container ul {
	left: -15px;
	top: 0;
}

form div.fancy-select,
.tx-powermail div.fancy-select {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: unset;
	font-weight: unset;
}

form div.fancy-select ul.options,
.tx-powermail div.fancy-select ul.options {
	z-index: 9999;
	width: 100%;
	border-radius: unset;
	background-color: white;
	margin: 0;
	color: black;
	font-size: 16px;
	padding: 20px 14px 2px;
	border: solid 1px #DDDDDD;
	box-shadow: none;
	font-weight: unset;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

form div.fancy-select div.trigger.open,
.tx-powermail div.fancy-select div.trigger.open {
	color: black;
}

form div.fancy-select select:focus + div.trigger,
.tx-powermail div.fancy-select select:focus + div.trigger {
	box-shadow: none;
}

form div.fancy-select div.trigger,
.tx-powermail div.fancy-select div.trigger {
	width: 100%;
	color: #333333;
	font-size: 16px;
	padding: 20px 14px 2px;
	border: solid 1px #DDDDDD;
	background-color: transparent;
	box-shadow: none;
	font-weight: unset;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

form div.fancy-select div.trigger::after,
.tx-powermail div.fancy-select div.trigger::after {
	position: absolute;
	font-family: FontAwesome;
	content: "";
	font-size: 1.5em;
	width: 20px;
	color: #9B9B9B;
	height: 20px;
	border: none;
	top: 13px;
	right: 10px;
	margin: 0;
	padding: 0;
}

form div.fancy-select ul.options,
.tx-powermail div.fancy-select ul.options {
	margin: 0;
	padding: 0;
}

form div.fancy-select ul.options li,
.tx-powermail div.fancy-select ul.options li {
	white-space: normal;
	background-color: white;
	color: #333333;
}

form div.fancy-select ul.options li:before,
.tx-powermail div.fancy-select ul.options li:before {
	content: none;
}

form div.fancy-select ul.options li.selected,
.tx-powermail div.fancy-select ul.options li.selected {
	background-color: white;
	color: #3EAA3C;
}

form div.fancy-select ul.options li:hover,
.tx-powermail div.fancy-select ul.options li:hover {
	color: white;
	background-color: #83BE37;
}

form div.fancy-select ul.options li.option-label,
.tx-powermail div.fancy-select ul.options li.option-label {
	color: #9B9B9B;
}

form div.fancy-select ul.options li.option-label.selected,
form div.fancy-select ul.options li.option-label:hover,
.tx-powermail div.fancy-select ul.options li.option-label.selected,
.tx-powermail div.fancy-select ul.options li.option-label:hover {
	background-color: white;
	color: #9B9B9B;
}

form div.fancy-select ul.options li.optgroup-options,
.tx-powermail div.fancy-select ul.options li.optgroup-options {
	padding-left: 40px;
}

form div.fancy-select div.trigger.open:after,
.tx-powermail div.fancy-select div.trigger.open:after {
	content: "";
	top: 11px;
}

form .form-check.input-error,
.tx-powermail .form-check.input-error {
	border: none;
}

form .form-check.input-error span,
.tx-powermail .form-check.input-error span {
	border: solid 1px #FF0201;
}

form .form-check,
.tx-powermail .form-check {
	position: relative;
	width: 100%;
	margin-bottom: 1.3em;
	display: block;
	padding: 0.25em 0 0.85em;
}

form .form-check label,
.tx-powermail .form-check label {
	font-size: 16px;
	position: relative;
	float: left;
	margin-right: 10px;
	line-height: 25px;
}

form .form-check label span,
.tx-powermail .form-check label span {
	position: relative;
	border: solid 1px #fff;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 5px;
}

form .form-check label input[type="checkbox"],
.tx-powermail .form-check label input[type="checkbox"] {
	display: none;
}

form .form-check label input[type="checkbox"]:checked ~ .checkmark,
.tx-powermail .form-check label input[type="checkbox"]:checked ~ .checkmark {
	background-color: white;
}

form .form-check label .checkmark:after,
.tx-powermail .form-check label .checkmark:after {
	content: "\2713";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 20px;
	height: 20px;
	background: #004b9b;
	padding: 0 4px;
	display: none;
}

form .form-check label input[type="checkbox"]:checked ~ .checkmark:after,
.tx-powermail .form-check label input[type="checkbox"]:checked ~ .checkmark:after {
	display: block;
}

.tx-fp-newsletter-wrap {
	background-color: #DDDDDD;
	padding-top: 60px;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.tx-fp-newsletter {
	padding-left: 15px;
	padding-right: 15px;
}

.tx-fp-newsletter h3 {
	font-size: 24px;
	margin-bottom: 30px;
	color: #333333;
}

.tx-fp-newsletter label {
	font-size: 16px;
	line-height: 25px;
}

.tx-fp-newsletter .form-group label.checkbox {
	position: relative;
	display: block;
	color: #333333;
	font-size: 1rem;
	left: 0;
	top: 0;
}

.tx-fp-newsletter .form-group label input[type="checkbox"] {
	position: absolute;
}

.tx-fp-newsletter .form-group label input[type="checkbox"]:checked ~ .checkmark {
	background: white;
}

.tx-fp-newsletter .form-group label input[type="checkbox"]:checked ~ .checkmark:after {
	display: block !important;
}

.tx-fp-newsletter .form-group label span.checkmark {
	position: absolute;
	border: solid 1px #9B9B9B;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: white;
}

.tx-fp-newsletter .form-group label span.checkmark:after {
	content: "✓";
	position: absolute;
	left: 4px;
	width: 14px;
	height: 14px;
	font-size: 20px;
	display: none;
}

.tx-fp-newsletter .form-group label .form-control-checkbox {
	padding-left: 45px;
	padding-top: 3px;
}

.tx-fp-newsletter .form-group label .form-control-checkbox p {
	font-size: 16px;
	margin-bottom: 0;
}

.tx-fp-newsletter .col .center {
	text-align: center;
}

.tx-fp-newsletter .col .center .btn.btn-primary {
	line-height: 48px;
	margin: 0;
	outline: 0 none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	transition-property: color, background-color;
	cursor: pointer;
	width: auto;
	padding: 0 45px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 25px;
	background-color: #83BE37;
	border: 1px solid #83BE37;
	margin-bottom: 20px;
}

.tx-fp-newsletter .checkbox.input-error .checkmark {
	border-color: #FF0201;
}

.tx-fp-newsletter .parsley-errors-list {
	padding-left: 15px;
	color: #FF0201;
	padding-top: 5px;
	margin: 0;
}

.tx-fp-newsletter .form-control.input-error {
	border: solid 1px #FF0201 !important;
	color: #FF0201;
}

.tx-fp-newsletter .input-error {
	border: none;
}

.tx-fp-newsletter .input-error span {
	border: solid 1px #FF0201;
}

a.anchor {
	display: block;
	position: absolute;
	top: -115px;
	visibility: hidden;
}

.ce a.image-link:before {
	content: none;
}

.content-wrapper ul.f3-widget-paginator {
	margin-right: 10px;
	padding: 0;
	clear: both;
	float: none;
	display: inline;
}

.content-wrapper ul.f3-widget-paginator li {
	display: inline;
	padding: 0 3px 0 0;
	margin: 5px 0;
}

.content-wrapper ul.f3-widget-paginator li:before {
	position: relative;
	top: 1px;
	content: "";
	font-size: 20px;
	display: inline-block;
	margin-top: 1px;
	margin-left: -15px;
	width: 15px;
	color: #7EB695;
}

.content-wrapper ul.f3-widget-paginator li a {
	color: #333333;
}

.content-wrapper ul.f3-widget-paginator li a:before {
	content: none;
}

.content-wrapper ul.f3-widget-paginator li:after {
	padding-left: 7px;
	font-size: 18px;
	content: '|';
	color: #333333;
}

.content-wrapper ul.f3-widget-paginator li:last-child {
	border: none;
}

.content-wrapper ul.f3-widget-paginator li:last-child:after {
	content: '';
}

.content-wrapper ul.f3-widget-paginator li::before {
	content: '';
}

.pagination {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}

.pagination .number-of-pages {
	margin-right: 10px;
}

.pagination .pagination-button {
	color: #333333;
	float: none;
	display: inline-block;
}

.pagination .pagination-button:before {
	content: none;
}

.pagination .pagination-button.button-left {
	margin-right: 25px;
}

.pagination .pagination-button.button-right {
	margin-left: 25px;
}

.pagination .current a {
	color: #333333;
}

.pagination .current .current-number {
	color: #3EAA3C;
}

.pagination-button .fa-angle-right,
.pagination-button .fa-angle-left {
	font-size: 25px;
	position: relative;
	top: 2px;
}

.read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 100px 0 50px;
	background-color: rgba(250, 250, 250, 0);
	background: rgba(250, 250, 250, 0);
	background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(255, 255, 255, 0.77) 14%, white 28%, white 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250, 250, 250, 0)), color-stop(14%, rgba(255, 255, 255, 0.77)), color-stop(28%, white), color-stop(100%, white));
	background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(255, 255, 255, 0.77) 14%, white 28%, white 100%);
	background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(255, 255, 255, 0.77) 14%, white 28%, white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 );
}

.ce-sly .frame {
	width: 100%;
	height: 200px;
	padding: 0;
}

.ce-sly .frame.frame-with-buttons {
	width: 60%;
}

.ce-sly .frame .slidee {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
}

.ce-sly .frame .slidee li {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	width: 134px;
	height: 100%;
}

.ce-sly .forward,
.ce-sly .backward {
	float: left;
	width: 20%;
	height: 200px;
	font-size: 60px;
	display: none;
}

.ce-sly .forward i,
.ce-sly .backward i {
	color: #9B9B9B;
}

.ce-sly .forward {
	float: right;
}

.ce-sly button {
	-webkit-appearance: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	color: #fff;
	opacity: .5;
}

table.contenttable {
	width: 100% !important;
	margin-bottom: 15px;
}

table.contenttable caption {
	color: #00643C;
	caption-side: top;
	font-size: 22px;
	font-weight: bold;
	line-height: 27px;
}

table.contenttable th {
	background-color: #3EAA3C;
	color: #ffffff;
}

table.contenttable td,
table.contenttable th {
	padding: 15px;
	text-align: left;
}

table.contenttable td {
	border-bottom: 1px solid #C0C0C0;
}

.ce-table-source {
	padding-top: 12px;
	color: #00643C;
	font-size: 15px;
	line-height: 18px;
}

.headline-h1,
h1 {
	font-family: "TransitPro";
	font-size: 40px;
	line-height: 1.2em;
	font-weight: bold;
	display: block;
	margin: 0 0 30px;
	color: #ffffff;
}

.headline-h1-lightgreen {
	color: #83BE37;
}

.headline-h2,
h2 {
	font-family: "TransitPro";
	font-size: 30px;
	line-height: 1.3em;
	font-weight: bold;
	display: block;
	margin: 0 0 25px;
	color: #00643C;
}

.headline-h3,
h3 {
	font-family: "TransitPro";
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	display: block;
	margin: 0 0 25px;
	color: #3EAA3C;
}

.headline-h4,
h4 {
	font-family: "TransitPro";
	font-size: 20px;
	line-height: 1.3em;
	font-weight: normal;
	display: block;
	margin: 0 0 25px;
	color: #4A4A4A;
	padding: 25px 0;
	border-top: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
}

.headline-h5,
h5 {
	font-family: "TransitPro";
	font-size: 18px;
	line-height: 1.225em;
	font-weight: 700;
	display: block;
	margin: 0 0 25px;
	color: #4A4A4A;
	padding: 0;
}

/* generated with grunt-sass-globbing */

.ce-awards-image-row {
	background-color: #F4F4F4;
	padding: 30px 0 60px;
}

.ce-awards-image-row p {
	margin-bottom: 15px;
}

.ce-awards-image-row.ce li:before {
	content: none;
}

.ce-awards-image-row .awards-divider {
	margin: 0;
	margin-bottom: 30px;
	border-top: 1px solid #DDDDDD;
}

.ce-blog-detail .blog-detail-blogpost {
	background-color: #ffffff;
	padding: 30px 0 30px;
}

.ce-blog-detail .blog-detail-blogpost ul li:before {
	content: "";
	top: -2px;
	left: 3px;
	font-size: .6rem;
}

.ce-blog-detail .blog-detail-images {
	text-align: center;
}

.ce-blog-detail .blog-detail-images img {
	margin-bottom: 30px;
	max-width: 100%;
}

.ce-blog-detail .blog-detail-info {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	display: none;
}

.ce-blog-detail .blog-detail-info a:before {
	content: none;
}

.ce-blog-detail .blog-detail-date {
	color: #9B9B9B;
	margin-right: 5px;
}

.ce-blog-list-teaser .blog-list {
	background: #F4F4F4;
	padding: 20px 26px;
}

.ce-blog-list-teaser .blog-list-teaser-headline {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #333333;
}

.ce-blog-list-teaser .blog-date {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 3px;
}

.ce-blog-list-teaser .blog-title {
	color: #00643C;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.ce-blog-list-teaser .blog-description {
	margin-bottom: 12px;
	color: #4A4A4A;
	font-size: 14px;
	line-height: 23px;
}

.ce-blog-list-teaser .blog-description a {
	font-size: 14px;
	line-height: 23px;
	display: inline-block;
}

.ce-blog-list-teaser .blog-overview {
	padding-top: 30px;
	text-align: center;
}

.ce-blog-list-teaser .blog-content {
	margin-bottom: 8px;
}

.ce-blog-list-teaser .blog-content:last-child {
	display: none;
}

.ce-blog-search-list {
	position: relative;
}

.ce-blog-search-list .blog-search-list-search {
	margin-bottom: 10px;
}

.ce-blog-search-list .author-selection-wrap {
	margin-bottom: 30px;
}

.ce-blog-search-list .blog-search-list-element {
	position: relative;
	padding: 22px 25px 32px;
	background-color: #F4F4F4;
	margin-bottom: 30px;
}

.ce-blog-search-list .blog-search-list-element h3 {
	color: #00643C;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 12px;
}

.ce-blog-search-list .blog-search-list-element p {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 23px;
}

.ce-blog-search-list .blog-search-list-element-image {
	margin-bottom: 19px;
	border-bottom: 1px solid #DDDDDD;
}

.ce-blog-search-list .blog-search-list-element-date {
	margin-bottom: 12px;
	color: #9B9B9B;
	font-size: 14px;
	line-height: 17px;
}

.ce-blog-search-list .blog-search-list-element-readmore {
	position: absolute;
	bottom: 0;
	height: 45px;
}

.ce-blog-search-list .blog-search-list-element-readmore a {
	font-size: 14px;
	line-height: 17px;
}

.ce-blog-search-list .pagination {
	font-size: 15px;
	line-height: 18px;
	text-align: right;
}

.ce-blog-search-list .pagination .pagination-button.button-left {
	margin-right: 5px;
}

.ce-blog-search-list .pagination .pagination-button.button-right {
	margin-left: 5px;
}

.ce-blog-search-list .pagination li span,
.ce-blog-search-list .pagination li a {
	font-size: 15px;
	line-height: 18px;
}

.ce-blog-search-list .pagination-button .fa-angle-right,
.ce-blog-search-list .pagination-button .fa-angle-left {
	font-size: 22px;
}

.ce-blog-search-list form div.fancy-select div.trigger {
	padding: 8px 18px;
	font-size: 18px;
	line-height: 24px;
	color: #9B9B9B;
}

.ce-blog-search-list form div.fancy-select div.trigger.open {
	background-color: transparent;
}

.ce-blog-search-list form div.fancy-select div.trigger.open:after {
	top: 7px;
}

.ce-blog-search-list form div.fancy-select div.trigger:after {
	top: 9px;
}

.ce-blog-search-list div.fancy-select ul.options {
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
	max-height: 533px;
}

.ce-blog-search-list div.fancy-select ul.options.open {
	top: 43px;
}

.ce-blog-search-list div.fancy-select ul.options li {
	font-size: 18px;
	padding: 8px 18px;
}

.ce-blog-search-list div.fancy-select ul.options li.optgroup-options {
	padding-left: 40px;
}

.content-wrapper .ce-blog-search-list ul.f3-widget-paginator li::after {
	font-size: 15px;
	top: -2px;
	position: relative;
}

.ce-blog-teaser .blog-article {
	margin-top: 30px;
	width: 100%;
	background-color: #F4F4F4;
	padding: 17px 21px;
	clear: both;
}

.ce-blog-teaser .blog-article .blog-teaser-content {
	width: 100%;
}

.ce-blog-teaser .blog-article .blog-teaser-content .blog-teaser-author {
	color: #333333;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 21px;
}

.ce-blog-teaser .blog-article .blog-teaser-content .blog-teaser-date {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 3px;
}

.ce-blog-teaser .blog-article .blog-teaser-content .blog-teaser-title {
	color: #00643C;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ce-blog-teaser .blog-article .blog-teaser-content .blog-teaser-text {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

.ce-blog-teaser .blog-article .blog-teaser-content .blog-teaser-text p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
}

.ce-blog-teaser .blog-article .blog-teaser-image {
	width: 100%;
}

.ce-blog-teaser .blog-article .blog-teaser-image img {
	width: 100%;
	height: auto;
}

.ce-blog-teaser .blog-overview {
	padding-top: 30px;
	text-align: center;
}

.ce-breadcrumb {
	border-top: 1px solid #DDDDDD;
	font-size: 14px;
	color: #C1C1C1;
	padding: 15px 0;
}

.ce-breadcrumb span.breadcrumb-label {
	display: none;
	margin-right: 10px;
}

.ce-breadcrumb a {
	font-family: "TransitPro";
	font-size: 14px;
	line-height: inherit;
	font-weight: inherit;
	display: inline;
	color: #9B9B9B;
	margin-right: 10px;
}

.ce-breadcrumb a:hover {
	color: #3EAA3C;
	text-decoration: none;
}

.ce-breadcrumb a:hover:before {
	text-decoration: none;
}

.ce-breadcrumb a:before {
	font-family: FontAwesome;
	content: "";
	width: 9px;
	padding-right: 5px;
	margin-left: 2px;
	white-space: nowrap;
}

.ce-breadcrumb a:hover,
.ce-breadcrumb a.current {
	color: #3EAA3C;
}

.ce-consultant-anchors {
	clear: both;
	text-align: center;
	margin: 30px 0 15px;
}

.ce-consultant-anchors a.button-action-2 {
	font-size: 16px;
	width: 45%;
	padding: 7px 15px;
	margin: 0 12px 15px;
}

.ce-consultant-awards {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

.ce-consultant-departments.ce {
	margin-bottom: 25px;
	position: relative;
}

.ce-consultant-departments.ce ul li {
	padding-left: 0;
}

.ce-consultant-departments.ce ul li a {
	font-family: "TransitPro";
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	display: inline;
	color: #3EAA3C;
}

.ce-consultant-departments.ce ul li a:hover {
	color: #3EAA3C;
	text-decoration: none;
}

.ce-consultant-departments.ce ul li a:hover:before {
	text-decoration: none;
}

.ce-consultant-departments.ce ul li a:before {
	font-family: FontAwesome;
	content: "";
	width: 9px;
	padding-right: 5px;
	margin-left: 2px;
	white-space: nowrap;
}

.ce-consultant-departments.ce ul li:before {
	content: none;
}

.ce-consultant-focuses {
	float: left;
	width: 100%;
	position: relative;
}

.ce-consultant-focuses.ce {
	margin-bottom: 25px;
}

.ce-consultant-info {
	background-color: #fff;
	text-align: left;
	margin-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
	padding: 30px;
}

.ce-consultant-info .consultant-contact {
	margin: 0 0 7px;
	display: block;
}

.ce-consultant-info .consultant-contact:last-child {
	margin-bottom: 0;
}

.ce-consultant-info .consultant-contact a {
	color: #333333;
}

.ce-consultant-info .consultant-contact a:before {
	content: none;
}

.ce-consultant-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.ce-consultant-list .partner-col {
	margin-bottom: 30px;
	overflow: hidden;
}

.ce-consultant-list .partner-infos {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	font-size: 16px;
	line-height: 19px;
	-webkit-transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
	color: #333333;
}

.ce-consultant-list .partner-infos .partner-name {
	font-weight: bold;
}

.ce-consultant-list .is-link {
	bottom: -32px;
}

.ce-consultant-list .is-link:hover {
	bottom: 0;
}

.ce-consultant-list .partner-image {
	width: 100%;
	height: auto;
}

.ce-consultant-list .partner-image:hover + .carousel-caption-outer > .is-link {
	bottom: 0;
}

.ce-consultant-list .partner-detail-page {
	text-align: right;
}

.ce-consultant-list .partner-detail-page .to-person {
	color: #3EAA3C;
	font-size: 16px;
}

.ce-consultant-list .partner-occupation {
	padding-bottom: 10px;
}

.ce-consultant-list .partner-caption-outer {
	z-index: 8;
	position: relative;
}

.consultant-selection-col {
	z-index: 10;
}

.consultant-selection {
	background-color: #fff;
	text-align: left;
	padding: 10px 0 10px;
	margin-bottom: 15px;
	z-index: 10;
}

.consultant-selection ul.partner-location-list {
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	background: #ffffff;
	top: 50px;
	width: 90%;
	width: -moz-calc(100vw - 30px);
	width: calc(100vw - 30px);
	z-index: 1060;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.consultant-selection ul.partner-location-list li a {
	padding: 10px 20px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #4A4A4A;
}

.partner-teaser-list {
	clear: both;
	margin-top: 10px;
	min-height: 300px;
}

.search-autocomplete {
	width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.autocomplete-label {
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	width: 100%;
	padding: 8px 12px;
	text-align: left;
}

.autocomplete-label label {
	cursor: pointer;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #9B9B9B;
}

.autocomplete-label label:after {
	margin-left: 10px;
	font-family: FontAwesome;
	content: "";
	font-size: 22px;
	position: absolute;
	right: 25px;
	top: 6px;
}

.autocomplete-label.active label:after {
	content: "";
}

.autocomplete-search-box {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 90%;
	width: -moz-calc(100vw - 30px);
	width: calc(100vw - 30px);
	left: 15px;
	background: #ffffff;
	margin-top: 3px;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.autocomplete-search-box input,
.autocomplete-search-box ul {
	padding: 0;
	margin: 0;
	width: 201px;
}

.autocomplete-search-box input li,
.autocomplete-search-box ul li {
	text-align: left;
	padding: 5px 10px;
}

.autocomplete-search-box input li:before,
.autocomplete-search-box ul li:before {
	content: none;
}

.autocomplete-search-box input {
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	padding: 3px 10px;
	margin: 7px 12px 7px 7px;
	width: 80%;
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	float: left;
}

.autocomplete-search-box i.fa-search {
	float: left;
	color: #DDDDDD;
	margin-top: 12px;
}

.autocomplete-search-box .ui-autocomplete {
	position: static !important;
}

.autocomplete-search-box .ui-autocomplete li {
	width: 100%;
	clear: both;
	cursor: pointer;
	padding: 5px 15px;
}

.autocomplete-search-box .ui-autocomplete li:hover {
	background: #83BE37;
	color: #ffffff;
}

.location-selection {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.show-locations-button {
	color: #3EAA3C;
	text-align: left;
	cursor: pointer;
	width: 100%;
	padding: 8px 0;
	position: relative;
}

.show-locations-button label {
	cursor: pointer;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #3EAA3C;
	font-size: 20px;
}

.show-locations-button label:after {
	margin-left: 10px;
	font-family: FontAwesome;
	content: "";
	font-size: 22px;
	position: absolute;
	right: 10px;
	top: 6px;
}

.show-locations-button.active label:after {
	content: "";
}

.ce-consultant-memberships {
	float: left;
	width: 100%;
	position: relative;
}

.ce-consultant-memberships.ce {
	margin-bottom: 25px;
}

.ce-consultant-pressmaterials.ce {
	margin-bottom: 25px;
	position: relative;
}

.ce-consultant-pressmaterials.ce ul li:before,
.ce-consultant-pressmaterials.ce a:before {
	content: none;
}

.ce-consultant-pressmaterials.ce li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 15px;
	width: 100%;
	display: table;
}

.ce-consultant-pressmaterials .pressmaterial-image {
	padding-top: 3px;
	width: 115px;
	display: table-cell;
}

.ce-consultant-pressmaterials .pressmaterial-image img {
	margin-right: 15px;
}

.ce-consultant-pressmaterials .pressmaterial-text {
	width: 100%;
	padding-bottom: 1px;
	display: table-cell;
	vertical-align: top;
}

.ce-consultant-pressmaterials .pressmaterial-text h5 {
	line-height: 1.1em;
	padding: 0;
	border: none;
	margin: 0 0 3px;
	max-width: 500px;
}

.ce-consultant-pressmaterials .pressmaterial-text h5 a {
	font-size: 20px;
	border: none;
}

.ce-consultant-pressmaterials .pressmaterial-text p {
	line-height: 1.1em;
	max-width: 500px;
	margin-bottom: 15px;
}

.ce-consultant-pressmaterials .pressmaterial-info {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: left;
	padding: 3px 0;
	width: 100%;
	max-width: 500px;
}

.ce-consultant-pressmaterials .pressmaterial-info a,
.ce-consultant-pressmaterials .pressmaterial-info span {
	float: left;
	margin-right: 10px;
}

.ce-consultant-pressmaterials .pressmaterial-info span {
	margin-top: 3px;
}

.ce-consultant-publications {
	margin-bottom: 30px;
	position: relative;
	float: left;
	width: 100%;
	position: relative;
}

.ce-consultant-sectors.ce {
	position: relative;
	margin-bottom: 25px;
}

.ce-consultant-sectors.ce ul li {
	padding-left: 0;
}

.ce-consultant-sectors.ce ul li a {
	font-family: "TransitPro";
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	display: inline;
	color: #3EAA3C;
}

.ce-consultant-sectors.ce ul li a:hover {
	color: #3EAA3C;
	text-decoration: none;
}

.ce-consultant-sectors.ce ul li a:hover:before {
	text-decoration: none;
}

.ce-consultant-sectors.ce ul li a:before {
	font-family: FontAwesome;
	content: "";
	width: 9px;
	padding-right: 5px;
	margin-left: 2px;
	white-space: nowrap;
}

.ce-consultant-sectors.ce ul li:before {
	content: none;
}

.ce-contact-person-list {
	width: 100%;
	height: auto;
	position: relative;
}

.ce-contact-person-list .partner-teaser-title {
	background-color: #00643C;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	padding: 0 25px;
	color: #ffffff;
}

.ce-contact-person-list .carousel-item {
	background-color: transparent;
}

.ce-contact-person-list .partner-infos {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	font-size: 16px;
	line-height: 19px;
	-webkit-transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
	color: #333333;
}

.ce-contact-person-list .partner-infos .partner-name {
	font-weight: bold;
}

.ce-contact-person-list .is-link {
	bottom: -32px;
}

.ce-contact-person-list .carousel-col:hover .is-link {
	bottom: 0;
}

.ce-contact-person-list .partner-image {
	width: 100%;
	height: auto;
}

.ce-contact-person-list .partner-image:hover + .carousel-caption-outer > .is-link {
	bottom: 0;
}

.ce-contact-person-list .next-prev-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
	color: white;
}

.ce-contact-person-list .next-prev-button:hover {
	color: white;
}

.ce-contact-person-list .next-prev-button i {
	font-size: 50px;
}

.ce-contact-person-list .carousel-caption-outer {
	z-index: 12;
	position: relative;
}

.ce-contact-person-list .carousel-caption-outer a:before {
	content: none;
}

.ce-contact-person-list .partner-detail-page {
	text-align: right;
}

.ce-contact-person-list .partner-detail-page .to-person {
	font-size: 16px;
	color: #3EAA3C;
}

.ce-contact-person-list .partner-detail-page .to-person:before {
	font-family: FontAwesome;
	content: "";
	width: 9px;
	padding-right: 5px;
	margin-left: 2px;
	white-space: nowrap;
}

.ce-contact-person-list .partner-occupation {
	padding-bottom: 10px;
}

.ce-contact-person-list .carousel-control a:before {
	content: none;
}

.ce-contact-person-list .partner-overview {
	padding-top: 30px;
	text-align: center;
}

.ce-contact-person-list .carousel-indicators {
	position: static;
	padding: 23px;
}

.ce-contact-person-list .carousel-indicators li {
	cursor: pointer;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	background-color: #DDDDDD;
}

.ce-contact-person-list .carousel-indicators li.active {
	background-color: #3EAA3C;
}

.ce-contact-person-list .carousel-control-prev,
.ce-contact-person-list .carousel-control-next {
	width: 8%;
	opacity: 1;
	height: 120px;
	top: 33%;
}

.ce-cookie-banner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 20px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(128, 128, 128, 0.8);
	font-size: 20px;
	line-height: 24px;
	display: none;
	z-index: 1030;
}

.ce-cookie-banner a {
	color: #ffffff;
}

.ce-cookie-banner p {
	max-width: 950px;
	color: #ffffff;
}

.ce-cookie-banner .ce-cookie-banner__buttons {
	text-align: right;
}

.ce-cookie-banner .ce-cookie-banner__buttons a {
	margin-bottom: 20px;
}

.ce-cookie-banner .ce-cookie-banner__buttons .button-action-white {
	margin-left: 20px;
}

.ce-event-info {
	background-color: #fff;
	text-align: left;
	margin-bottom: 0;
	padding: 30px;
}

.ce-event-info .event-info {
	margin: 0 0 7px;
	display: block;
	font-size: 20px;
	line-height: 24px;
	position: relative;
}

.ce-event-info .event-info .event-info-date {
	padding-left: 30px;
}

.ce-event-info .event-info .event-info-date:before {
	font-family: FontAwesome;
	content: "";
	font-size: 26px;
	position: absolute;
	left: 0;
	top: -1px;
}

.ce-event-info .event-info:last-child {
	margin-bottom: 0;
}

.ce-event-info .event-info a {
	color: #333333;
}

.ce-event-info .event-info a:before {
	content: none;
}

.ce-event-infobox .event-infobox-content {
	background-image: url("/frontend/images/avoc_verlauf_700x700.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #ffffff;
	padding: 21px;
}

.ce-event-infobox a {
	color: #ffffff;
}

.ce-event-infobox a:hover {
	color: #ffffff;
}

.ce-event-infobox .event-infobox-headline {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

.ce-event-infobox .event-infobox-date {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

.ce-event-infobox .event-infobox-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 25px;
	font-weight: bold;
}

.ce-event-infobox .event-infobox-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 25px;
	font-weight: bold;
}

.ce-event-list-teaser .event-list {
	background: #F4F4F4;
	padding: 20px 26px;
}

.ce-event-list-teaser .event-list-teaser-headline {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #333333;
}

.ce-event-list-teaser .event-date {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 3px;
}

.ce-event-list-teaser .event-title {
	color: #00643C;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.ce-event-list-teaser .event-description {
	margin-bottom: 12px;
	color: #4A4A4A;
	font-size: 14px;
	line-height: 23px;
}

.ce-event-list-teaser .event-description a {
	font-size: 14px;
	line-height: 23px;
	display: inline-block;
}

.ce-event-list-teaser .event-overview {
	padding-top: 30px;
	text-align: center;
}

.ce-event-list-teaser .event-content {
	margin-bottom: 8px;
}

.ce-event-list-teaser .event-content:last-child {
	display: none;
}

.ce-event-overview-list .ce-event-teaser {
	margin-bottom: 30px;
}

.ce-event-overview-list .event-overview-list-headline {
	padding: 40px 0 40px;
}

.ce-event-registration {
	background-color: #fff;
}

.ce-event-registration a:hover {
	text-decoration: underline;
}

.ce-event-registration a:before {
	display: none;
}

.ce-event-registration .btn.btn-primary {
	border-radius: 40px;
	background-color: #3EAA3C;
	display: inline-block;
	border: 1px solid #3EAA3C;
	padding: 17px 35px 15px 35px;
	line-height: 1rem;
}

.ce-event-registration .btn.btn-primary:hover {
	background-color: #fff;
	color: #3EAA3C;
}

.ce-event-registration .button-line {
	text-align: center;
	position: relative;
}

.ce-event-registration .form-control {
	padding: .65rem 1.25rem .5rem 1.25rem;
}

.ce-event-registration .form-field {
	margin-bottom: 20px;
}

.ce-event-registration .form-field.form-field-group {
	margin-top: 40px;
}

.ce-event-registration .form-field.form-field-last {
	margin-bottom: 40px;
}

.ce-event-registration .form-field .fancy-select .trigger {
	padding: .65rem 1.25rem .5rem 1.25rem;
}

.ce-event-registration .form-field .fancy-select .trigger.open {
	background-color: transparent;
}

.ce-event-registration .form-control-error {
	border-color: #dc3545;
}

.ce-event-registration .field-errors .field-error {
	color: #dc3545;
}

.ce-event-registration .field-errors .field-error:first-child {
	padding-top: 12px;
}

.ce-event-registration .eventDescription {
	color: #3EAA3C;
	font-size: 20px;
}

.ce-event-registration .admissionCodeForm {
	text-align: center;
}

.ce-event-registration .admissionCodeForm label {
	color: #3EAA3C;
}

.ce-event-registration .participantForm {
	margin-top: 40px;
}

.ce-event-registration .personal-details {
	padding: 0;
	list-style: none;
	margin: 30px 0;
}

.ce-event-registration .personal-details li {
	color: #3EAA3C;
	font-size: 20px;
	margin: 10px 0;
	padding: 0;
}

.ce-event-registration .personal-details li:before {
	display: none;
}

.ce-event-registration .text-btn-back {
	color: #9B9B9B;
	position: absolute;
	left: 0;
	top: 0;
	padding: 17px 35px 15px 0;
}

.ce-event-registration .text-btn-back:hover {
	color: #3EAA3C;
}

.ce-event-registration .requiredFieldsHint {
	display: block;
	margin-top: 40px;
	text-align: right;
}

.container:first-child .col-lg-10 .ce-event-registration {
	padding: 30px 0;
}

.ce-event-search-list {
	position: relative;
}

.ce-event-search-list .event-search-list-search {
	margin-bottom: 10px;
}

.ce-event-search-list .organizer-selection-wrap {
	margin-bottom: 30px;
}

.ce-event-search-list form div.fancy-select div.trigger {
	padding: 8px 18px;
	font-size: 18px;
	line-height: 24px;
	color: #9B9B9B;
}

.ce-event-search-list form div.fancy-select div.trigger.open {
	background-color: transparent;
}

.ce-event-search-list form div.fancy-select div.trigger.open:after {
	top: 7px;
}

.ce-event-search-list form div.fancy-select div.trigger:after {
	top: 9px;
}

.ce-event-search-list div.fancy-select ul.options {
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
	max-height: 533px;
}

.ce-event-search-list div.fancy-select ul.options.open {
	top: 43px;
}

.ce-event-search-list div.fancy-select ul.options li {
	font-size: 18px;
	padding: 8px 18px;
}

.ce-event-search-list div.fancy-select ul.options li.optgroup-options {
	padding-left: 40px;
}

.content-wrapper .ce-event-search-list ul.f3-widget-paginator li::after {
	font-size: 15px;
	top: -2px;
	position: relative;
}

.ce-event-teaser {
	width: 100%;
	height: auto;
	position: relative;
}

.ce-event-teaser.ce {
	margin-bottom: 30px;
}

.ce-event-teaser .event-date {
	background-color: #00643C;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	padding: 0 25px;
	color: #ffffff;
}

.ce-event-teaser .event-item {
	position: relative;
}

.ce-event-teaser .event-item .event-content {
	padding: 27px 25px;
	position: absolute;
	width: 100%;
	top: 0;
}

.ce-event-teaser .event-title {
	font-size: 24px;
	color: #00643C;
	font-weight: bold;
	margin-bottom: 10px;
}

.ce-event-teaser .event-subtitle {
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.ce-event-teaser .event-link {
	font-size: 14px;
}

.ce-event-teaser .event-overview {
	padding-top: 30px;
	text-align: center;
}

.ce-felogin {
	background-color: #fff;
}

.ce-felogin.ce-read-more {
	max-height: 450px;
	overflow: hidden;
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	transition: max-height 1s ease;
}

.ce-felogin .read-more {
	padding: 100px 0;
}

.col-lg-10 .ce-felogin {
	padding: 0 30px;
}

.container:first-child .col-lg-10 .ce-felogin {
	padding: 30px 30px 0;
}

.ce-focus-teaser {
	padding: 30px;
	color: white;
	background: url("/frontend/images/avoc_verlauf_1300x1300.jpg") no-repeat;
	background-size: cover;
}

.ce-focus-teaser .list-teaser-title {
	margin-bottom: 25px;
	font-size: 20px;
}

.ce-focus-teaser .focus-teaser-divider {
	margin: 0;
	margin-bottom: 30px;
	border-top: 1px solid white;
}

.ce-focus-teaser .focus-element {
	float: left;
	margin: 0 15px 15px 0;
	line-height: 1.1em;
	padding: 10px 20px;
	cursor: default;
}

.ce-focus-teaser .focus-element:hover {
	cursor: default;
	color: inherit;
	background-color: inherit;
}

.ce-focus-teaser .has-link:hover {
	cursor: pointer;
	color: #83BE37;
	background-color: #fff;
	border-color: #83BE37;
}

.ce-focus-teaser.ce a::before {
	content: none;
}

.tx-fp-newsletter .form-group label {
	left: 0;
	position: relative;
}

.tx-fp-newsletter .form-group label.checkbox {
	top: -5px;
	position: relative;
}

.tx-fp-newsletter .form-group label input[type="checkbox"]:checked ~ .checkmark {
	background: white;
}

.tx-fp-newsletter .form-group label input[type="checkbox"]:checked ~ .checkmark:after {
	display: block !important;
}

.tx-fp-newsletter .form-group label span.checkmark {
	position: relative;
	border: solid 1px #9B9B9B;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 5px;
}

.tx-fp-newsletter .form-group .form-control {
	padding: 0.5rem 1.25rem;
}

.tx-fp-newsletter .col-md-1,
.tx-fp-newsletter .col-md-11 {
	padding: 0;
}

.tx-fp-newsletter .col {
	padding: 0;
}

.tx-fp-newsletter .col .center {
	text-align: center;
}

.tx-fp-newsletter .col .center .btn.btn-primary {
	line-height: 48px;
	margin: 0;
	outline: 0 none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	transition-property: color, background-color;
	cursor: pointer;
	width: auto;
	padding: 0 45px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 25px;
	background-color: #83BE37;
	border: 1px solid #83BE37;
	margin-bottom: 60px;
}

.ce-ge-accordion .accordionHeader button {
	font-family: "TransitPro";
	font-size: 18px;
	line-height: 1.225em;
	font-weight: 700;
	display: block;
	margin: 0;
	color: #666666;
	font-weight: bold;
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: left;
	padding: 25px 0;
	border-top: 1px #DDDDDD solid;
}

.ce-ge-accordion .accordionHeader button .label {
	padding-left: 20px;
}

.ce-ge-accordion .accordionHeader button.collapsed .fa {
	rotate: 90deg;
}

.ce-ge-accordion .accordionHeader button .fa {
	rotate: -90deg;
}

.ce-ge-accordion .accordionItem:last-child {
	border-bottom: 1px #DDDDDD solid;
}

.ce-ge-accordion .accordionBody {
	padding: 0 0 15px 0;
}

.ce-ge-accordion .accordionBody:after {
	content: '';
	display: block;
	clear: both;
}

.ce-ge-accordion .accordionBody p,
.ce-ge-accordion .accordionBody .copytext {
	margin-bottom: 20px;
}

.container:first-child .col-lg-10 .ce-ge-accordion {
	padding: 30px 0;
}

.ce-html5-video-player .video-js,
.ce-html5-video-player .video_1-dimensions {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	cursor: pointer;
}

.ce-html5-video-player .vjs-default-skin .vjs-play-progress {
	background: #00643C url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat !important;
}

.ce-html5-video-player .vjs-volume-level {
	background: #00643C url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat !important;
}

.ce-html5-video-player .vjs-big-play-button {
	display: none !important;
}

.ce-image-cta-teaser.teaser-layout-one {
	text-align: center;
	position: relative;
}

.ce-image-cta-teaser.teaser-layout-one .teaser-headline {
	position: absolute;
	top: 20px;
	left: 30px;
	color: white;
}

.ce-image-cta-teaser.teaser-layout-one .link-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25%;
}

.ce-image-cta-teaser.teaser-layout-two {
	text-align: center;
	position: relative;
}

.ce-image-cta-teaser.teaser-layout-two .teaser-headline {
	position: absolute;
	top: 20px;
	left: 30px;
	color: white;
}

.ce-image-cta-teaser.teaser-layout-two .teaser-background-image {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.ce-image-teaser {
	position: relative;
}

.ce-image-teaser.ce {
	margin-bottom: 30px;
}

.ce-image-teaser a:before {
	content: none;
}

.ce-image-teaser.ce-image-teaser-hover .hover-image {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.ce-image-teaser.ce-image-teaser-hover:hover .hover-image {
	display: block;
}

.ce-image-teaser.ce-image-teaser-default .default-hover {
	background-color: rgba(255, 255, 255, 0.5);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ce-image-teaser.ce-image-teaser-default:hover .default-hover {
	display: block;
}

.ce-image-text-teaser {
	background-color: #F4F4F4;
	padding: 26px 21px 0 21px;
}

.ce-image-text-teaser .image-text-teaser-headline {
	color: #00643C;
	font-weight: bold;
}

.ce-image-text-teaser .image-text-teaser-title {
	font-size: 20px;
	margin-bottom: 33px;
}

.ce-image-text-teaser .image-text-teaser-image {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 26px;
}

.ce-image-text-teaser .image-text-teaser-headline {
	color: #00643C;
	float: left;
	font-size: 18px;
	margin-bottom: 9px;
	width: 100%;
}

.ce-image-text-teaser .image-text-teaser-bodytext {
	float: left;
	line-height: 24px;
	margin-bottom: 25px;
	width: 100%;
}

.ce-image-text-teaser .image-text-teaser-bodytext p {
	font-size: 16px;
	line-height: 24px;
}

.ce-image-text-teaser .image-text-teaser-link {
	clear: both;
	margin-left: 7px;
}

.ce-image-text-teaser .image-text-teaser-link a::before {
	content: none;
}

.ce-international-teaser {
	padding: 20px 25px 20px 25px;
	background-color: #F4F4F4;
}

.ce-international-teaser .carousel-indicators {
	position: relative;
}

.ce-international-teaser .international-teaser-headline {
	font-size: 20px;
	color: #333333;
	margin-bottom: 24px;
}

.ce-international-teaser .international-box {
	margin-bottom: 23px;
	width: 100%;
	height: auto;
	float: left;
}

.ce-international-teaser .international-box p {
	margin: 0;
	padding: 0;
}

.ce-international-teaser .international-box .national-image {
	width: auto;
	max-width: 35%;
	height: auto;
	float: left;
}

.ce-international-teaser .international-box .info-elements {
	margin-left: 5%;
	float: left;
	max-width: 60%;
}

.ce-international-teaser .international-box .info-elements .element-headline {
	font-weight: bold;
	margin-bottom: 7px;
	color: #00643C;
}

.ce-international-teaser .international-box .info-elements .element-headline p {
	font-size: 18px;
}

.ce-international-teaser .international-box .info-elements .element-body-text {
	color: #333333;
}

.ce-international-teaser .international-box .info-elements .element-body-text p {
	font-size: 14px;
	line-height: 20px;
}

.ce-international-teaser .international-box .info-elements .element-body-text p a {
	display: inline-block;
}

.ce-key-visual-map .map {
	width: 100%;
	height: 420px;
	position: relative;
}

.ce-key-visual-map .infoBubbleWrapper {
	padding: 18px;
	height: auto;
	width: 100%;
	min-width: 260px;
	background-color: #ffffff;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.ce-key-visual-map .infoBubbleMarkerWrap {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
}

.ce-key-visual-map .marker-info {
	line-height: 24px;
}

.ce-key-visual-map .marker-info h5 {
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 15px;
	font-weight: bold;
	position: relative;
}

.ce-key-visual-map .marker-info label {
	width: 67px;
	margin-bottom: 0;
}

.ce-key-visual-map .marker-info .marker-address {
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	height: auto;
	margin-bottom: 7px;
}

.ce-key-visual-map .marker-info .marker-contact {
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
	float: left;
}

.ce-key-visual-map .marker-info .marker-more {
	width: 100%;
	height: auto;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	clear: both;
	position: relative;
}

.ce-key-visual-map .marker-info .marker-more a {
	font-weight: bold;
}

.ce-key-visual-map .marker-info .marker-email a:before {
	content: none;
}

.ce-keyvisual-consultant {
	height: 490px;
	position: relative;
	background-image: url("/frontend/images/avoc_verlauf_490x1300.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ce-keyvisual-consultant .keyvisual-img-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ce-keyvisual-consultant .img-consultant {
	position: absolute;
	bottom: 0;
	right: 5px;
}

.ce-keyvisual-consultant .keyvisual-content-wrapper {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	height: 100%;
}

.ce-keyvisual-consultant .keyvisual-socialmedia-wrapper {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.ce-keyvisual-consultant .keyvisual-socialmedia-wrapper .fa-stack {
	font-size: 1.05em;
	cursor: pointer;
}

.ce-keyvisual-consultant .keyvisual-socialmedia-wrapper .fa-circle {
	color: #fff;
}

.ce-keyvisual-consultant .keyvisual-socialmedia-wrapper a:before {
	content: none;
}

.ce-keyvisual-consultant h1 {
	margin-top: 30px;
	font-size: 30px;
	margin-bottom: 10px;
}

.ce-keyvisual-consultant p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 7px;
}

.ce-keyvisual-consultant p.title-after-name {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 7px;
}

.ce-keyvisual-high {
	height: 540px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ce-keyvisual-high h1 {
	margin-bottom: 10px;
}

.ce-keyvisual-high p {
	color: #ffffff;
	font-size: 23px;
}

.ce-keyvisual-high.ce-custom-image h1 {
	color: #83BE37;
}

.ce-keyvisual-high.ce-custom-image p {
	color: #333333;
}

.ce-keyvisual-high .ce-content {
	text-align: center;
	margin-top: -10px;
	max-width: 845px;
	padding: 30px;
}

.ce-keyvisual-small {
	height: 270px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ce-keyvisual-small h1 {
	margin: 0;
}

.ce-keyvisual-small.ce-custom-image h1 {
	color: #83BE37;
}

.ce-keyvisual-small .overlay-images {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	max-height: 270px;
}

.ce-keyvisual-small .ce-content {
	z-index: 999;
	text-align: left;
	width: 100%;
	margin-top: -40px;
	max-width: 830px;
	padding: 30px;
}

.ce-list-teaser .list-teaser-content {
	position: relative;
	padding: 20px 24px 0;
	background-color: green;
	color: white;
	background-image: url("/frontend/images/avoc_verlauf_1300x1300.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
	width: 100%;
	overflow: unset;
	min-height: 310px;
}

.ce-list-teaser .list-teaser-content.ce-read-more {
	height: 450px;
	max-height: 450px;
	overflow: hidden;
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	transition: max-height 1s ease;
}

.ce-list-teaser .list-teaser-content .read-less {
	position: absolute;
	bottom: -75px;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
}

.ce-list-teaser .list-teaser-title {
	margin-bottom: 30px;
	font-size: 24px;
}

.ce-list-teaser .list-teaser-bodytext {
	line-height: 38px;
}

.ce-list-teaser .list-teaser-bodytext ul li::before {
	color: white;
}

.ce-list-teaser .list-teaser-link {
	float: left;
	width: 100%;
	padding-top: 30px;
	background-color: white;
	text-align: center;
}

.ce-list-teaser .list-teaser-link a::before {
	content: none;
}

.ce-location-map {
	position: relative;
}

.ce-location-map .headline {
	margin: 0px;
}

.ce-location-map .locations-title {
	min-height: 75px;
	line-height: 24px;
	font-weight: bold;
	float: left;
	width: 100%;
}

.ce-location-map .locations-title .title {
	line-height: 75px;
	font-size: 20px;
	margin-right: 40px;
	color: #333333;
	cursor: pointer;
	float: left;
}

.ce-location-map .locations-title .title:before {
	content: none;
}

.ce-location-map .map {
	width: 100%;
	height: 420px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ce-location-map .map img {
	display: none;
	object-fit: contain;
}

.ce-location-map .map img:first-child {
	display: block;
}

.ce-location-map .mobile-location-select {
	margin: 20px 0 20px 0;
	width: 100%;
	display: none;
	position: relative;
}

.ce-location-map .mobile-location-select select {
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	border: none;
	padding: 5px;
	border: 0;
	height: 34px;
	-webkit-appearance: none;
	background-position-x: 95%;
	color: #3EAA3C; /* reset */
	border-radius: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

.ce-location-map .mobile-location-select select option {
	color: black;
}

.ce-location-map .mobile-location-select select::-ms-expand {
	display: none;
}

.ce-location-map option:hover {
	background-color: #00b3ee;
}

.ce-location-map div.fancy-select {
	text-transform: unset;
	font-size: 20px;
	line-height: 24px;
}

.ce-location-map div.fancy-select ul.options {
	width: 100%;
	border: none;
	border-radius: unset;
	background-color: white;
	margin: 0;
	color: black;
}

.ce-location-map div.fancy-select div.trigger.open {
	color: black;
}

.ce-location-map div.fancy-select select:focus + div.trigger {
	box-shadow: none;
}

.ce-location-map div.fancy-select div.trigger {
	color: #3EAA3C;
	width: 100%;
	border: none;
	border-radius: unset;
	background-color: transparent;
	box-shadow: none;
}

.ce-location-map div.fancy-select div.trigger.open {
	color: #3EAA3C;
	border: none;
}

.ce-location-map div.fancy-select div.trigger::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	font-size: 1.5em;
	width: 20px;
	height: 20px;
	border: none;
	top: 10px;
	left: 92%;
	margin: 0;
	padding: 0;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	transition-duration: 500ms;
}

.ce-location-map div.fancy-select ul.options li {
	background-color: white;
	color: #333333;
}

.ce-location-map div.fancy-select ul.options li.selected {
	background-color: white;
	color: #3EAA3C;
}

.ce-location-map div.fancy-select ul.options li.hover {
	color: white;
	background-color: #83BE37;
}

.ce-location-map .trigger.open:after {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	transition-duration: 500ms;
}

.ce-location-map .infoBubbleWrapper {
	padding: 18px;
	height: auto;
	width: 100%;
	min-width: 260px;
	background-color: #ffffff;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.ce-location-map .marker-info {
	line-height: 24px;
}

.ce-location-map .marker-info h5 {
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 15px;
	font-weight: bold;
}

.ce-location-map .marker-info label {
	width: 67px;
	margin-bottom: 0;
}

.ce-location-map .marker-info .marker-address {
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	height: auto;
	margin-bottom: 7px;
}

.ce-location-map .marker-info .marker-contact {
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
	float: left;
}

.ce-location-map .marker-info .marker-more {
	width: 100%;
	height: auto;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	clear: both;
	position: relative;
}

.ce-location-map .marker-info .marker-more a {
	font-weight: bold;
}

.ce-location-map .marker-info .marker-email a:before {
	content: none;
}

.ce.ce-location-teaser {
	background-color: #F4F4F4;
	padding: 26px;
	margin-bottom: 30px;
}

.ce.ce-location-teaser label {
	margin: 0;
	padding: 0;
	width: 76px;
}

.ce.ce-location-teaser h4 {
	font-size: 20px;
	padding: 0;
	border: 0;
}

.ce.ce-location-teaser p {
	font-size: 16px;
	line-height: 24px;
}

.ce-partner-list-teaser {
	width: 100%;
	height: auto;
	position: relative;
}

.ce-partner-list-teaser .partner-teaser-title {
	background-color: #00643C;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	padding: 0 25px;
	color: #ffffff;
}

.ce-partner-list-teaser .carousel-item {
	background-color: #DDDDDD;
}

.ce-partner-list-teaser .carousel-item:hover .carousel-caption-outer > .is-link {
	bottom: 0;
}

.ce-partner-list-teaser .partner-infos {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	font-size: 16px;
	line-height: 19px;
	-webkit-transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
	color: #333333;
}

.ce-partner-list-teaser .partner-infos .partner-name {
	font-weight: bold;
}

.ce-partner-list-teaser .is-link {
	bottom: -32px;
}

.ce-partner-list-teaser .is-link:hover {
	bottom: 0;
}

.ce-partner-list-teaser .partner-image {
	width: 100%;
	height: auto;
}

.ce-partner-list-teaser .partner-image:hover + .carousel-caption-outer > .is-link {
	bottom: 0;
}

.ce-partner-list-teaser .next-prev-button {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	color: white;
}

.ce-partner-list-teaser .next-prev-button:hover {
	color: white;
}

.ce-partner-list-teaser .next-prev-button i {
	font-size: 50px;
}

.ce-partner-list-teaser .carousel-caption-outer {
	z-index: 12;
}

.ce-partner-list-teaser .carousel-caption-outer a:before {
	content: none;
}

.ce-partner-list-teaser .partner-detail-page {
	text-align: right;
}

.ce-partner-list-teaser .partner-detail-page .to-person {
	font-size: 16px;
	color: #3EAA3C;
}

.ce-partner-list-teaser .partner-detail-page .to-person:before {
	font-family: FontAwesome;
	content: "";
	width: 9px;
	padding-right: 5px;
	margin-left: 2px;
	white-space: nowrap;
}

.ce-partner-list-teaser .carousel-control .carousel-control-prev,
.ce-partner-list-teaser .carousel-control .carousel-control-next {
	height: 50px;
	top: 35%;
}

.ce-partner-list-teaser .carousel-control a:before {
	content: none;
}

.ce-partner-list-teaser .partner-overview {
	padding-top: 30px;
	text-align: center;
}

.ce-partner-list-teaser .partner-occupation {
	padding-bottom: 10px;
}

.ce-poetic-face-small {
	width: 100%;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#stage {
	background-image: url("/frontend/images/poetische_gesichter/hintergrund_rot.jpg");
}

#img-wrap {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
}

#text {
	background-image: url("/frontend/images/poetische_gesichter/content-slider_bg_no_opacity.png");
}

#shadow {
	overflow: hidden;
	position: absolute;
	width: 395px;
	height: 80px;
	z-index: 1;
	left: 300px;
	top: 410px;
}

#shadow img {
	width: 100%;
}

.ce-poetic-face #stage {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 270px;
	z-index: 2;
	cursor: pointer;
}

.ce-poetic-face #text {
	background-position: top left;
	background-repeat: no-repeat;
	bottom: 100px;
	padding: 20px 20px 20px 40px;
	position: absolute;
	right: 40px;
	width: 302px;
	min-height: 120px;
	display: none;
}

.ce-poetic-face #text h3 {
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: "TransitPro";
	color: #9D9D9C;
}

.ce-poetic-face .img {
	position: absolute;
	max-width: 100000px;
	max-height: 10000px;
}

.ce-poetic-face .img img {
	width: 100%;
}

.ce-publication-list {
	margin-bottom: 0;
	background-color: #fff;
	position: relative;
}

.ce-publication-list.ce-read-more {
	max-height: 450px;
	overflow: hidden;
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	transition: max-height 1s ease;
}

.ce-quote.ce {
	margin-bottom: 0;
}

.ce-quote .quote-text-wrap {
	width: 80%;
}

.ce-quote .quote {
	color: #3EAA3C;
	font-size: 20px;
	font-style: italic;
	position: relative;
	white-space: nowrap;
	margin-bottom: 30px;
}

.ce-quote .quote:before,
.ce-quote .quote:after {
	font-family: FontAwesome;
	content: "";
	font-size: 24px;
	position: relative;
	padding: 0 5px 0 0;
}

.ce-quote .quote:after {
	content: "";
	padding: 0 5px 0 5px;
}

.ce-quote .quote-text {
	white-space: normal;
}

.ce-responsive-image .element-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ce-sector-slider {
	width: 100%;
	height: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ce-sector-slider .carousel-item {
	width: 100%;
	background-color: #DDDDDD;
}

.ce-sector-slider .next-prev-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 44%;
	color: white;
}

.ce-sector-slider .next-prev-button:hover {
	color: white;
}

.ce-sector-slider .next-prev-button i {
	font-size: 50px;
}

.ce-sector-slider .carousel-control a:before {
	content: none;
}

.ce-sector-slider .sector-overview {
	padding-top: 30px;
	text-align: center;
}

.ce-sector-slider .carousel-control-prev,
.ce-sector-slider .carousel-control-next {
	width: 40px;
	background-color: rgba(0, 0, 0, 0.2);
}

.ce-sector-slider .sector-detail-page {
	text-align: center;
}

.ce-sector-slider .carousel-caption {
	top: 61%;
	bottom: auto;
}

.ce-sector-slider .carousel-caption a.button-action-white {
	color: #333333;
	background-color: #ffffff;
}

.button-action.tx-indexedsearch-searchbox-button {
	margin-bottom: 60px;
}

.content-wrapper .tx-indexedsearch-searchbox .tx-indexedsearch-form input {
	padding: 12px 14px 9px 14px;
	line-height: unset;
}

.content-wrapper .tx-indexedsearch-res {
	margin-bottom: 55px;
}

.tx_solr .nav-pills .nav-link.active.nav__list {
	background-color: #83BE37;
}

.tx-solr-autosuggest strong {
	font-weight: bolder;
	color: #83BE37;
}

.tx-solr-autosuggest {
	border: 1px solid #CCC;
	background: #FFF;
	overflow: auto;
}

.tx-solr-autosuggest .autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.tx-solr-autosuggest .autocomplete-selected {
	background: #F1E0B6;
}

.tx-solr-autosuggest .autocomplete-group {
	padding: 10px 5px;
}

.tx-solr-autosuggest .autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #999;
}

.ce.ce-table {
	margin-bottom: 50px;
}

.ce.ce-table table {
	width: 100%;
}

.ce.ce-table caption {
	color: #00643C;
	caption-side: top;
	font-size: 22px;
	font-weight: bold;
	line-height: 27px;
}

.ce.ce-table th {
	background-color: #3EAA3C;
	color: #ffffff;
}

.ce.ce-table td,
.ce.ce-table th {
	padding: 15px;
	text-align: left;
}

.ce.ce-table td {
	border-bottom: 1px solid #9B9B9B;
}

.ce.ce-table .ce-table-source {
	padding-top: 12px;
	color: #00643C;
	font-size: 15px;
	line-height: 18px;
}

.ce.ce-table .green {
	color: #3EAA3C;
}

.ce-text {
	margin-bottom: 0;
	background-color: #fff;
	position: relative;
}

.ce-text.ce-read-more {
	max-height: 450px;
	overflow: hidden;
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	transition: max-height 1s ease;
}

.ce-text .read-more {
	padding: 100px 0;
}

.ce-text .read-less {
	text-align: center;
}

.ce-text .green {
	color: #3EAA3C;
}

.container:first-child .col-lg-10 .ce-text {
	padding: 30px 0;
}

.ce-vlog-search-list {
	position: relative;
}

.ce-vlog-search-list .video-container {
	position: relative;
	width: 100%;
	padding-top: 56%;
	display: none;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.ce-vlog-search-list .video-container .disclaimer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.825);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	z-index: 9;
}

.ce-vlog-search-list .video-container .disclaimer p {
	padding: 1rem;
}

.ce-vlog-search-list .video-container .player {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.ce-vlog-search-list .video-container .player img {
	width: 100%;
}

.ce-vlog-search-list .video-description-container {
	margin-bottom: 30px;
}

.ce-vlog-search-list .video-description-container .vlog-video-description {
	display: none;
	position: relative;
	padding: 22px 25px;
	cursor: pointer;
	background-color: #F4F4F4;
}

.ce-vlog-search-list .video-description-container h2 {
	color: #333333;
}

.ce-vlog-search-list .vlog-search-list-search {
	margin-bottom: 10px;
}

.ce-vlog-search-list .author-selection-wrap {
	margin-bottom: 30px;
}

.ce-vlog-search-list .vlog-search-list-element {
	position: relative;
	padding: 22px 25px 32px;
	cursor: pointer;
	background-color: #F4F4F4;
	margin-bottom: 30px;
}

.ce-vlog-search-list .vlog-search-list-element h3 {
	color: #00643C;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 12px;
}

.ce-vlog-search-list .vlog-search-list-element p {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 23px;
}

.ce-vlog-search-list .vlog-search-list-element-image {
	margin-bottom: 19px;
	border-bottom: 1px solid #DDDDDD;
}

.ce-vlog-search-list .vlog-search-list-element-date {
	margin-bottom: 12px;
	color: #9B9B9B;
	font-size: 14px;
	line-height: 17px;
}

.ce-vlog-search-list .vlog-search-list-element-readmore {
	position: absolute;
	bottom: 0;
	height: 45px;
}

.ce-vlog-search-list .vlog-search-list-element-readmore a {
	font-size: 14px;
	line-height: 17px;
}

.ce-vlog-search-list .pagination {
	font-size: 15px;
	line-height: 18px;
	text-align: right;
}

.ce-vlog-search-list .pagination .pagination-button.button-left {
	margin-right: 5px;
}

.ce-vlog-search-list .pagination .pagination-button.button-right {
	margin-left: 5px;
}

.ce-vlog-search-list .pagination li span,
.ce-vlog-search-list .pagination li a {
	font-size: 15px;
	line-height: 18px;
}

.ce-vlog-search-list .pagination-button .fa-angle-right,
.ce-vlog-search-list .pagination-button .fa-angle-left {
	font-size: 22px;
}

.ce-vlog-search-list form div.fancy-select div.trigger {
	padding: 8px 18px;
	font-size: 18px;
	line-height: 24px;
	color: #9B9B9B;
}

.ce-vlog-search-list form div.fancy-select div.trigger.open {
	background-color: transparent;
}

.ce-vlog-search-list form div.fancy-select div.trigger.open:after {
	top: 7px;
}

.ce-vlog-search-list form div.fancy-select div.trigger:after {
	top: 9px;
}

.ce-vlog-search-list div.fancy-select ul.options {
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
	max-height: 533px;
}

.ce-vlog-search-list div.fancy-select ul.options.open {
	top: 43px;
}

.ce-vlog-search-list div.fancy-select ul.options li {
	font-size: 18px;
	padding: 8px 18px;
}

.ce-vlog-search-list div.fancy-select ul.options li.optgroup-options {
	padding-left: 40px;
}

.content-wrapper .ce-vlog-search-list ul.f3-widget-paginator li::after {
	font-size: 15px;
	top: -2px;
	position: relative;
}

.ce-xing-event {
	width: 100%;
	float: left;
	height: auto;
}

.ce-xing-event iframe {
	float: left;
	width: 100%;
	height: auto;
}

@media (min-width: 576px) {

.container {
	max-width: 540px;
}

.col-sm {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-sm-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-sm-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-sm-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-sm-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-sm-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-sm-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-sm-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-sm-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-sm-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-sm-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-sm-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-sm-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-sm-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-sm-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-moz-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-sm-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-sm-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-sm-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-sm-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-sm-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-sm-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-moz-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-sm-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-moz-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-sm-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-moz-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-sm-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-moz-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-sm-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-moz-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-sm-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-sm-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-moz-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-sm-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-moz-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-sm-0 {
	margin-left: 0;
}

.offset-sm-1 {
	margin-left: 8.3333333333%;
}

.offset-sm-2 {
	margin-left: 16.6666666667%;
}

.offset-sm-3 {
	margin-left: 25%;
}

.offset-sm-4 {
	margin-left: 33.3333333333%;
}

.offset-sm-5 {
	margin-left: 41.6666666667%;
}

.offset-sm-6 {
	margin-left: 50%;
}

.offset-sm-7 {
	margin-left: 58.3333333333%;
}

.offset-sm-8 {
	margin-left: 66.6666666667%;
}

.offset-sm-9 {
	margin-left: 75%;
}

.offset-sm-10 {
	margin-left: 83.3333333333%;
}

.offset-sm-11 {
	margin-left: 91.6666666667%;
}

.form-inline label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.form-inline .form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-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-plaintext {
	display: inline-block;
}

.form-inline .input-group {
	width: auto;
}

.form-inline .form-check {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	padding-left: 0;
}

.form-inline .form-check-input {
	position: relative;
	margin-top: 0;
	margin-right: 0.25rem;
	margin-left: 0;
}

.form-inline .custom-control {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form-inline .custom-control-label {
	margin-bottom: 0;
}

.navbar-expand-sm {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand-sm .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-sm .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto;
}

.navbar-expand-sm .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand-sm .navbar-collapse {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand-sm .navbar-toggler {
	display: none;
}

.navbar-expand-sm .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
}

.card-deck {
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.card-deck .card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0%;
	-moz-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}

.card-group {
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.card-group > .card {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0%;
	-moz-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	margin-bottom: 0;
}

.card-group > .card + .card {
	margin-left: 0;
	border-left: 0;
}

.card-group > .card:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
	border-top-right-radius: 0;
}

.card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
	border-bottom-right-radius: 0;
}

.card-group > .card:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
	border-top-left-radius: 0;
}

.card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
	border-bottom-left-radius: 0;
}

.card-group > .card:only-child {
	border-radius: 0.25rem;
}

.card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
	border-radius: 0;
}

.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
	border-radius: 0;
}

.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.card-columns .card {
	display: inline-block;
	width: 100%;
}

.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-row {
	display: table-row !important;
}

.d-sm-table-cell {
	display: table-cell !important;
}

.d-sm-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-sm-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-sm-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-moz-box-orient: horizontal !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-sm-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-sm-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-moz-box-orient: horizontal !important;
	-moz-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-sm-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-sm-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-sm-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-sm-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-sm-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-moz-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-sm-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-moz-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-sm-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-moz-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-sm-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-moz-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-sm-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-sm-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-moz-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-sm-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-moz-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-sm-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-moz-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-sm-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-moz-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-sm-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-moz-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-sm-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-sm-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-sm-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-sm-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-sm-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-sm-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-sm-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-sm-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-sm-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-sm-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-sm-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-sm-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

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

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

.float-sm-none {
	float: none !important;
}

.m-sm-0 {
	margin: 0 !important;
}

.mt-sm-0,
.my-sm-0 {
	margin-top: 0 !important;
}

.mr-sm-0,
.mx-sm-0 {
	margin-right: 0 !important;
}

.mb-sm-0,
.my-sm-0 {
	margin-bottom: 0 !important;
}

.ml-sm-0,
.mx-sm-0 {
	margin-left: 0 !important;
}

.m-sm-1 {
	margin: 0.25rem !important;
}

.mt-sm-1,
.my-sm-1 {
	margin-top: 0.25rem !important;
}

.mr-sm-1,
.mx-sm-1 {
	margin-right: 0.25rem !important;
}

.mb-sm-1,
.my-sm-1 {
	margin-bottom: 0.25rem !important;
}

.ml-sm-1,
.mx-sm-1 {
	margin-left: 0.25rem !important;
}

.m-sm-2 {
	margin: 0.5rem !important;
}

.mt-sm-2,
.my-sm-2 {
	margin-top: 0.5rem !important;
}

.mr-sm-2,
.mx-sm-2 {
	margin-right: 0.5rem !important;
}

.mb-sm-2,
.my-sm-2 {
	margin-bottom: 0.5rem !important;
}

.ml-sm-2,
.mx-sm-2 {
	margin-left: 0.5rem !important;
}

.m-sm-3 {
	margin: 1rem !important;
}

.mt-sm-3,
.my-sm-3 {
	margin-top: 1rem !important;
}

.mr-sm-3,
.mx-sm-3 {
	margin-right: 1rem !important;
}

.mb-sm-3,
.my-sm-3 {
	margin-bottom: 1rem !important;
}

.ml-sm-3,
.mx-sm-3 {
	margin-left: 1rem !important;
}

.m-sm-4 {
	margin: 1.5rem !important;
}

.mt-sm-4,
.my-sm-4 {
	margin-top: 1.5rem !important;
}

.mr-sm-4,
.mx-sm-4 {
	margin-right: 1.5rem !important;
}

.mb-sm-4,
.my-sm-4 {
	margin-bottom: 1.5rem !important;
}

.ml-sm-4,
.mx-sm-4 {
	margin-left: 1.5rem !important;
}

.m-sm-5 {
	margin: 3rem !important;
}

.mt-sm-5,
.my-sm-5 {
	margin-top: 3rem !important;
}

.mr-sm-5,
.mx-sm-5 {
	margin-right: 3rem !important;
}

.mb-sm-5,
.my-sm-5 {
	margin-bottom: 3rem !important;
}

.ml-sm-5,
.mx-sm-5 {
	margin-left: 3rem !important;
}

.p-sm-0 {
	padding: 0 !important;
}

.pt-sm-0,
.py-sm-0 {
	padding-top: 0 !important;
}

.pr-sm-0,
.px-sm-0 {
	padding-right: 0 !important;
}

.pb-sm-0,
.py-sm-0 {
	padding-bottom: 0 !important;
}

.pl-sm-0,
.px-sm-0 {
	padding-left: 0 !important;
}

.p-sm-1 {
	padding: 0.25rem !important;
}

.pt-sm-1,
.py-sm-1 {
	padding-top: 0.25rem !important;
}

.pr-sm-1,
.px-sm-1 {
	padding-right: 0.25rem !important;
}

.pb-sm-1,
.py-sm-1 {
	padding-bottom: 0.25rem !important;
}

.pl-sm-1,
.px-sm-1 {
	padding-left: 0.25rem !important;
}

.p-sm-2 {
	padding: 0.5rem !important;
}

.pt-sm-2,
.py-sm-2 {
	padding-top: 0.5rem !important;
}

.pr-sm-2,
.px-sm-2 {
	padding-right: 0.5rem !important;
}

.pb-sm-2,
.py-sm-2 {
	padding-bottom: 0.5rem !important;
}

.pl-sm-2,
.px-sm-2 {
	padding-left: 0.5rem !important;
}

.p-sm-3 {
	padding: 1rem !important;
}

.pt-sm-3,
.py-sm-3 {
	padding-top: 1rem !important;
}

.pr-sm-3,
.px-sm-3 {
	padding-right: 1rem !important;
}

.pb-sm-3,
.py-sm-3 {
	padding-bottom: 1rem !important;
}

.pl-sm-3,
.px-sm-3 {
	padding-left: 1rem !important;
}

.p-sm-4 {
	padding: 1.5rem !important;
}

.pt-sm-4,
.py-sm-4 {
	padding-top: 1.5rem !important;
}

.pr-sm-4,
.px-sm-4 {
	padding-right: 1.5rem !important;
}

.pb-sm-4,
.py-sm-4 {
	padding-bottom: 1.5rem !important;
}

.pl-sm-4,
.px-sm-4 {
	padding-left: 1.5rem !important;
}

.p-sm-5 {
	padding: 3rem !important;
}

.pt-sm-5,
.py-sm-5 {
	padding-top: 3rem !important;
}

.pr-sm-5,
.px-sm-5 {
	padding-right: 3rem !important;
}

.pb-sm-5,
.py-sm-5 {
	padding-bottom: 3rem !important;
}

.pl-sm-5,
.px-sm-5 {
	padding-left: 3rem !important;
}

.m-sm-auto {
	margin: auto !important;
}

.mt-sm-auto,
.my-sm-auto {
	margin-top: auto !important;
}

.mr-sm-auto,
.mx-sm-auto {
	margin-right: auto !important;
}

.mb-sm-auto,
.my-sm-auto {
	margin-bottom: auto !important;
}

.ml-sm-auto,
.mx-sm-auto {
	margin-left: auto !important;
}

.text-sm-left {
	text-align: left !important;
}

.text-sm-right {
	text-align: right !important;
}

.text-sm-center {
	text-align: center !important;
}

.header-fixed .header-content-wrapper {
	max-width: 540px;
}

.ce-breadcrumb span.breadcrumb-label {
	display: inline;
}

.ce-breadcrumb {
	font-size: 16px;
}

.ce-breadcrumb a {
	font-size: 16px;
}

.consultant-selection {
	padding: 20px 30px 45px;
	margin-bottom: 0;
}

.consultant-selection ul.partner-location-list {
	width: 220px;
}

.search-autocomplete {
	float: right;
	width: 200px;
	padding-left: 0;
	padding-right: 0;
}

.autocomplete-label {
	width: 201px;
}

.autocomplete-label label:after {
	right: 10px;
}

.autocomplete-search-box {
	width: 201px;
	left: 0;
}

.autocomplete-search-box input {
	width: 155px;
}

.location-selection {
	border-bottom: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.show-locations-button {
	float: left;
	width: 150px;
	border-bottom: none;
}

.ce-focus-teaser {
	padding: 30px 100px 50px 100px;
}

.ce-sector-slider .carousel-caption {
	top: 65%;
}

}

@media (min-width: 768px) {

.container {
	max-width: 720px;
}

.col-md {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-md-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-md-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-md-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-md-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-md-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-md-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-md-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-md-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-md-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-md-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-md-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-md-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-moz-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-md-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-md-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-md-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-md-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-md-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-md-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-moz-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-md-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-moz-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-md-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-moz-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-md-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-moz-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-md-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-moz-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-md-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-md-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-moz-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-md-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-moz-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-md-0 {
	margin-left: 0;
}

.offset-md-1 {
	margin-left: 8.3333333333%;
}

.offset-md-2 {
	margin-left: 16.6666666667%;
}

.offset-md-3 {
	margin-left: 25%;
}

.offset-md-4 {
	margin-left: 33.3333333333%;
}

.offset-md-5 {
	margin-left: 41.6666666667%;
}

.offset-md-6 {
	margin-left: 50%;
}

.offset-md-7 {
	margin-left: 58.3333333333%;
}

.offset-md-8 {
	margin-left: 66.6666666667%;
}

.offset-md-9 {
	margin-left: 75%;
}

.offset-md-10 {
	margin-left: 83.3333333333%;
}

.offset-md-11 {
	margin-left: 91.6666666667%;
}

.navbar-expand-md {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand-md .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-md .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand-md .navbar-collapse {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand-md .navbar-toggler {
	display: none;
}

.navbar-expand-md .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
}

.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-row {
	display: table-row !important;
}

.d-md-table-cell {
	display: table-cell !important;
}

.d-md-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-md-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-md-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-moz-box-orient: horizontal !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-md-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-md-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-moz-box-orient: horizontal !important;
	-moz-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-md-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-md-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-md-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-moz-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-md-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-moz-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-md-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-moz-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-md-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-moz-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-md-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-md-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-moz-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-md-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-moz-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-md-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-moz-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-md-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-moz-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-md-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-moz-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-md-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-md-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-md-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-md-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-md-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-md-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-md-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-md-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-md-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-md-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-md-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-md-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

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

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

.float-md-none {
	float: none !important;
}

.m-md-0 {
	margin: 0 !important;
}

.mt-md-0,
.my-md-0 {
	margin-top: 0 !important;
}

.mr-md-0,
.mx-md-0 {
	margin-right: 0 !important;
}

.mb-md-0,
.my-md-0 {
	margin-bottom: 0 !important;
}

.ml-md-0,
.mx-md-0 {
	margin-left: 0 !important;
}

.m-md-1 {
	margin: 0.25rem !important;
}

.mt-md-1,
.my-md-1 {
	margin-top: 0.25rem !important;
}

.mr-md-1,
.mx-md-1 {
	margin-right: 0.25rem !important;
}

.mb-md-1,
.my-md-1 {
	margin-bottom: 0.25rem !important;
}

.ml-md-1,
.mx-md-1 {
	margin-left: 0.25rem !important;
}

.m-md-2 {
	margin: 0.5rem !important;
}

.mt-md-2,
.my-md-2 {
	margin-top: 0.5rem !important;
}

.mr-md-2,
.mx-md-2 {
	margin-right: 0.5rem !important;
}

.mb-md-2,
.my-md-2 {
	margin-bottom: 0.5rem !important;
}

.ml-md-2,
.mx-md-2 {
	margin-left: 0.5rem !important;
}

.m-md-3 {
	margin: 1rem !important;
}

.mt-md-3,
.my-md-3 {
	margin-top: 1rem !important;
}

.mr-md-3,
.mx-md-3 {
	margin-right: 1rem !important;
}

.mb-md-3,
.my-md-3 {
	margin-bottom: 1rem !important;
}

.ml-md-3,
.mx-md-3 {
	margin-left: 1rem !important;
}

.m-md-4 {
	margin: 1.5rem !important;
}

.mt-md-4,
.my-md-4 {
	margin-top: 1.5rem !important;
}

.mr-md-4,
.mx-md-4 {
	margin-right: 1.5rem !important;
}

.mb-md-4,
.my-md-4 {
	margin-bottom: 1.5rem !important;
}

.ml-md-4,
.mx-md-4 {
	margin-left: 1.5rem !important;
}

.m-md-5 {
	margin: 3rem !important;
}

.mt-md-5,
.my-md-5 {
	margin-top: 3rem !important;
}

.mr-md-5,
.mx-md-5 {
	margin-right: 3rem !important;
}

.mb-md-5,
.my-md-5 {
	margin-bottom: 3rem !important;
}

.ml-md-5,
.mx-md-5 {
	margin-left: 3rem !important;
}

.p-md-0 {
	padding: 0 !important;
}

.pt-md-0,
.py-md-0 {
	padding-top: 0 !important;
}

.pr-md-0,
.px-md-0 {
	padding-right: 0 !important;
}

.pb-md-0,
.py-md-0 {
	padding-bottom: 0 !important;
}

.pl-md-0,
.px-md-0 {
	padding-left: 0 !important;
}

.p-md-1 {
	padding: 0.25rem !important;
}

.pt-md-1,
.py-md-1 {
	padding-top: 0.25rem !important;
}

.pr-md-1,
.px-md-1 {
	padding-right: 0.25rem !important;
}

.pb-md-1,
.py-md-1 {
	padding-bottom: 0.25rem !important;
}

.pl-md-1,
.px-md-1 {
	padding-left: 0.25rem !important;
}

.p-md-2 {
	padding: 0.5rem !important;
}

.pt-md-2,
.py-md-2 {
	padding-top: 0.5rem !important;
}

.pr-md-2,
.px-md-2 {
	padding-right: 0.5rem !important;
}

.pb-md-2,
.py-md-2 {
	padding-bottom: 0.5rem !important;
}

.pl-md-2,
.px-md-2 {
	padding-left: 0.5rem !important;
}

.p-md-3 {
	padding: 1rem !important;
}

.pt-md-3,
.py-md-3 {
	padding-top: 1rem !important;
}

.pr-md-3,
.px-md-3 {
	padding-right: 1rem !important;
}

.pb-md-3,
.py-md-3 {
	padding-bottom: 1rem !important;
}

.pl-md-3,
.px-md-3 {
	padding-left: 1rem !important;
}

.p-md-4 {
	padding: 1.5rem !important;
}

.pt-md-4,
.py-md-4 {
	padding-top: 1.5rem !important;
}

.pr-md-4,
.px-md-4 {
	padding-right: 1.5rem !important;
}

.pb-md-4,
.py-md-4 {
	padding-bottom: 1.5rem !important;
}

.pl-md-4,
.px-md-4 {
	padding-left: 1.5rem !important;
}

.p-md-5 {
	padding: 3rem !important;
}

.pt-md-5,
.py-md-5 {
	padding-top: 3rem !important;
}

.pr-md-5,
.px-md-5 {
	padding-right: 3rem !important;
}

.pb-md-5,
.py-md-5 {
	padding-bottom: 3rem !important;
}

.pl-md-5,
.px-md-5 {
	padding-left: 3rem !important;
}

.m-md-auto {
	margin: auto !important;
}

.mt-md-auto,
.my-md-auto {
	margin-top: auto !important;
}

.mr-md-auto,
.mx-md-auto {
	margin-right: auto !important;
}

.mb-md-auto,
.my-md-auto {
	margin-bottom: auto !important;
}

.ml-md-auto,
.mx-md-auto {
	margin-left: auto !important;
}

.text-md-left {
	text-align: left !important;
}

.text-md-right {
	text-align: right !important;
}

.text-md-center {
	text-align: center !important;
}

.ce ul {
	font-size: 20px;
	line-height: 30px;
}

footer {
	height: 160px;
}

footer p,
footer li,
footer a {
	font-size: 16px;
}

.footer-content-wrapper {
	padding: 40px 0;
}

.footer-navigation ul li {
	float: left;
}

.footer-navigation ul li a {
	border-right: 1px solid #4A4A4A;
}

.footer-navigation ul li a {
	padding: 0 10px;
}

.footer-cities {
	display: inline;
	margin-left: 10px;
}

.footer-to-top {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
	position: absolute;
	right: 0;
	top: 0;
}

.header-fixed .header-content-wrapper {
	max-width: 720px;
}

.content-wrapper {
	min-height: 500px;
}

p,
.copytext {
	font-size: 20px;
	line-height: 30px;
}

.tx-fp-newsletter label {
	font-size: 20px;
	line-height: 30px;
}

.tx-fp-newsletter .form-group label .form-control-checkbox {
	padding-top: 0;
}

.tx-fp-newsletter .form-group label .form-control-checkbox p {
	font-size: 18px;
}

.ce-sly .frame.frame-with-buttons {
	width: 70%;
}

.ce-sly .forward,
.ce-sly .backward {
	width: 15%;
}

.headline-h1,
h1 {
	font-size: 49px;
}

.headline-h2,
h2 {
	font-size: 40px;
}

.headline-h3,
h3 {
	font-size: 30px;
}

.headline-h4,
h4 {
	font-size: 24px;
}

.headline-h5,
h5 {
	font-size: 22px;
}

.ce-blog-detail .blog-detail-blogpost {
	padding: 50px 0 30px;
}

.ce-blog-detail .blog-detail-info {
	display: block;
}

.ce-blog-search-list .blog-search-list-search {
	margin-bottom: 30px;
}

.ce-blog-search-list .author-selection-wrap {
	margin-bottom: 0;
}

.ce-blog-teaser .blog-article {
	padding: 20px 28px;
	display: table;
	height: 255px;
}

.ce-blog-teaser .blog-article .blog-teaser-content {
	display: table-cell;
	width: 400px;
	vertical-align: top;
	padding-right: 28px;
}

.ce-blog-teaser .blog-article .blog-teaser-image {
	display: table-cell;
	width: auto;
	padding-left: 28px;
	vertical-align: bottom;
}

.ce-consultant-info {
	margin-bottom: 0px;
}

.ce-consultant-info {
	text-align: center;
	padding: 30px 100px 0;
}

.ce-consultant-info .consultant-contact {
	margin: 0 7px 30px;
	display: inline-block;
}

.ce-consultant-info .consultant-contact:last-child {
	margin-bottom: 30px;
}

.partner-teaser-list {
	margin-top: 60px;
}

.ce-event-info {
	text-align: center;
	padding: 25px 100px 0;
}

.ce-event-info .event-info {
	margin: 0 7px 30px;
	display: inline-block;
}

.ce-event-info .event-info:last-child {
	margin-bottom: 30px;
}

.ce-event-registration .eventDescription {
	font-size: 28px;
	margin-bottom: 100px;
}

.ce-event-registration .participantForm {
	margin-top: 120px;
}

.ce-event-registration .personal-details li {
	font-size: 28px;
}

.ce-event-search-list .event-search-list-search {
	margin-bottom: 30px;
}

.ce-event-search-list .organizer-selection-wrap {
	margin-bottom: 0;
}

.ce-event-teaser .event-link {
	font-size: 16px;
}

.site-gallery .content-wrapper .container:first-child .col-md-6 .ce-event-teaser {
	top: -50px;
	margin-bottom: 0;
	z-index: 3;
}

.ce-ge-accordion .accordionHeader button {
	font-size: 22px;
}

.ce-ge-accordion .accordionHeader button {
	font-size: 20px;
}

.ce-image-text-teaser .image-text-teaser-title {
	margin-bottom: 23px;
}

.ce-image-text-teaser .image-text-teaser-image {
	width: 113px;
}

.ce-image-text-teaser .image-text-teaser-headline {
	margin-bottom: 8px;
	margin-left: 32px;
	width: 70%;
}

.ce-image-text-teaser .image-text-teaser-bodytext {
	margin-bottom: 21px;
	margin-left: 32px;
	width: 70%;
}

.ce-image-text-teaser .image-text-teaser-link {
	margin: 0;
}

.ce-image-text-teaser {
	padding: 15px 21px 0 21px;
}

.ce-key-visual-map .infoBubbleMarker {
	display: inline-block;
}

.ce-key-visual-map .marker-info {
	display: inline-block;
	background-color: #ffffff;
	padding: 20px 20px 0 20px;
}

.ce-keyvisual-consultant .keyvisual-img-wrapper {
	width: 50%;
}

.ce-keyvisual-consultant .img-consultant {
	right: 15px;
}

.ce-keyvisual-consultant .img-consultant {
	right: -50px;
}

.ce-keyvisual-consultant .keyvisual-content-wrapper {
	width: 57%;
	float: right;
	padding-right: 5%;
	padding-left: 15px;
}

.ce-keyvisual-consultant .keyvisual-socialmedia-wrapper {
	right: 6%;
	top: 30px;
	bottom: auto;
	left: auto;
}

.ce-keyvisual-consultant h1 {
	margin-top: 69px;
	font-size: 39px;
}

.ce-keyvisual-consultant p {
	margin-bottom: 15px;
}

.ce-keyvisual-consultant p.title-after-name {
	margin-bottom: 15px;
}

.ce-keyvisual-small .ce-content {
	text-align: center;
	width: auto;
}

.ce-location-map .infoBubbleMarker {
	display: block;
	position: absolute;
	top: 50px;
	left: 50px;
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.site-gallery .content-wrapper .container:first-child .col-md-6 .ce-partner-list-teaser {
	top: -50px;
	margin-bottom: 0;
	z-index: 3;
}

.ce-quote .quote-text-wrap {
	width: 60%;
}

.ce-quote .quote {
	line-height: 44px;
	font-size: 30px;
}

.ce-sector-slider .carousel-caption {
	top: auto;
	bottom: 5%;
}

.ce-vlog-search-list .vlog-search-list-search {
	margin-bottom: 30px;
}

.ce-vlog-search-list .author-selection-wrap {
	margin-bottom: 0;
}

}

@media (min-width: 992px) {

.container {
	max-width: 960px;
}

.col-lg {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-lg-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-lg-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-lg-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-lg-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-lg-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-lg-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-lg-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-lg-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-lg-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-lg-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-lg-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-lg-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-lg-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-lg-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-moz-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-lg-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-lg-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-lg-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-lg-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-lg-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-lg-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-moz-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-lg-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-moz-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-lg-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-moz-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-lg-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-moz-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-lg-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-moz-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-lg-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-lg-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-moz-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-lg-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-moz-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-lg-0 {
	margin-left: 0;
}

.offset-lg-1 {
	margin-left: 8.3333333333%;
}

.offset-lg-2 {
	margin-left: 16.6666666667%;
}

.offset-lg-3 {
	margin-left: 25%;
}

.offset-lg-4 {
	margin-left: 33.3333333333%;
}

.offset-lg-5 {
	margin-left: 41.6666666667%;
}

.offset-lg-6 {
	margin-left: 50%;
}

.offset-lg-7 {
	margin-left: 58.3333333333%;
}

.offset-lg-8 {
	margin-left: 66.6666666667%;
}

.offset-lg-9 {
	margin-left: 75%;
}

.offset-lg-10 {
	margin-left: 83.3333333333%;
}

.offset-lg-11 {
	margin-left: 91.6666666667%;
}

.navbar-expand-lg {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand-lg .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-lg .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand-lg .navbar-collapse {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand-lg .navbar-toggler {
	display: none;
}

.navbar-expand-lg .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
}

.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-row {
	display: table-row !important;
}

.d-lg-table-cell {
	display: table-cell !important;
}

.d-lg-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-lg-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-lg-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-moz-box-orient: horizontal !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-lg-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-lg-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-moz-box-orient: horizontal !important;
	-moz-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-lg-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-lg-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-lg-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-lg-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-lg-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-moz-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-lg-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-moz-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-lg-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-moz-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-lg-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-moz-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-lg-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-lg-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-moz-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-lg-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-moz-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-lg-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-moz-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-lg-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-moz-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-lg-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-moz-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-lg-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-lg-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-lg-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-lg-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-lg-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-lg-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-lg-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-lg-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-lg-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-lg-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-lg-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-lg-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

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

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

.float-lg-none {
	float: none !important;
}

.m-lg-0 {
	margin: 0 !important;
}

.mt-lg-0,
.my-lg-0 {
	margin-top: 0 !important;
}

.mr-lg-0,
.mx-lg-0 {
	margin-right: 0 !important;
}

.mb-lg-0,
.my-lg-0 {
	margin-bottom: 0 !important;
}

.ml-lg-0,
.mx-lg-0 {
	margin-left: 0 !important;
}

.m-lg-1 {
	margin: 0.25rem !important;
}

.mt-lg-1,
.my-lg-1 {
	margin-top: 0.25rem !important;
}

.mr-lg-1,
.mx-lg-1 {
	margin-right: 0.25rem !important;
}

.mb-lg-1,
.my-lg-1 {
	margin-bottom: 0.25rem !important;
}

.ml-lg-1,
.mx-lg-1 {
	margin-left: 0.25rem !important;
}

.m-lg-2 {
	margin: 0.5rem !important;
}

.mt-lg-2,
.my-lg-2 {
	margin-top: 0.5rem !important;
}

.mr-lg-2,
.mx-lg-2 {
	margin-right: 0.5rem !important;
}

.mb-lg-2,
.my-lg-2 {
	margin-bottom: 0.5rem !important;
}

.ml-lg-2,
.mx-lg-2 {
	margin-left: 0.5rem !important;
}

.m-lg-3 {
	margin: 1rem !important;
}

.mt-lg-3,
.my-lg-3 {
	margin-top: 1rem !important;
}

.mr-lg-3,
.mx-lg-3 {
	margin-right: 1rem !important;
}

.mb-lg-3,
.my-lg-3 {
	margin-bottom: 1rem !important;
}

.ml-lg-3,
.mx-lg-3 {
	margin-left: 1rem !important;
}

.m-lg-4 {
	margin: 1.5rem !important;
}

.mt-lg-4,
.my-lg-4 {
	margin-top: 1.5rem !important;
}

.mr-lg-4,
.mx-lg-4 {
	margin-right: 1.5rem !important;
}

.mb-lg-4,
.my-lg-4 {
	margin-bottom: 1.5rem !important;
}

.ml-lg-4,
.mx-lg-4 {
	margin-left: 1.5rem !important;
}

.m-lg-5 {
	margin: 3rem !important;
}

.mt-lg-5,
.my-lg-5 {
	margin-top: 3rem !important;
}

.mr-lg-5,
.mx-lg-5 {
	margin-right: 3rem !important;
}

.mb-lg-5,
.my-lg-5 {
	margin-bottom: 3rem !important;
}

.ml-lg-5,
.mx-lg-5 {
	margin-left: 3rem !important;
}

.p-lg-0 {
	padding: 0 !important;
}

.pt-lg-0,
.py-lg-0 {
	padding-top: 0 !important;
}

.pr-lg-0,
.px-lg-0 {
	padding-right: 0 !important;
}

.pb-lg-0,
.py-lg-0 {
	padding-bottom: 0 !important;
}

.pl-lg-0,
.px-lg-0 {
	padding-left: 0 !important;
}

.p-lg-1 {
	padding: 0.25rem !important;
}

.pt-lg-1,
.py-lg-1 {
	padding-top: 0.25rem !important;
}

.pr-lg-1,
.px-lg-1 {
	padding-right: 0.25rem !important;
}

.pb-lg-1,
.py-lg-1 {
	padding-bottom: 0.25rem !important;
}

.pl-lg-1,
.px-lg-1 {
	padding-left: 0.25rem !important;
}

.p-lg-2 {
	padding: 0.5rem !important;
}

.pt-lg-2,
.py-lg-2 {
	padding-top: 0.5rem !important;
}

.pr-lg-2,
.px-lg-2 {
	padding-right: 0.5rem !important;
}

.pb-lg-2,
.py-lg-2 {
	padding-bottom: 0.5rem !important;
}

.pl-lg-2,
.px-lg-2 {
	padding-left: 0.5rem !important;
}

.p-lg-3 {
	padding: 1rem !important;
}

.pt-lg-3,
.py-lg-3 {
	padding-top: 1rem !important;
}

.pr-lg-3,
.px-lg-3 {
	padding-right: 1rem !important;
}

.pb-lg-3,
.py-lg-3 {
	padding-bottom: 1rem !important;
}

.pl-lg-3,
.px-lg-3 {
	padding-left: 1rem !important;
}

.p-lg-4 {
	padding: 1.5rem !important;
}

.pt-lg-4,
.py-lg-4 {
	padding-top: 1.5rem !important;
}

.pr-lg-4,
.px-lg-4 {
	padding-right: 1.5rem !important;
}

.pb-lg-4,
.py-lg-4 {
	padding-bottom: 1.5rem !important;
}

.pl-lg-4,
.px-lg-4 {
	padding-left: 1.5rem !important;
}

.p-lg-5 {
	padding: 3rem !important;
}

.pt-lg-5,
.py-lg-5 {
	padding-top: 3rem !important;
}

.pr-lg-5,
.px-lg-5 {
	padding-right: 3rem !important;
}

.pb-lg-5,
.py-lg-5 {
	padding-bottom: 3rem !important;
}

.pl-lg-5,
.px-lg-5 {
	padding-left: 3rem !important;
}

.m-lg-auto {
	margin: auto !important;
}

.mt-lg-auto,
.my-lg-auto {
	margin-top: auto !important;
}

.mr-lg-auto,
.mx-lg-auto {
	margin-right: auto !important;
}

.mb-lg-auto,
.my-lg-auto {
	margin-bottom: auto !important;
}

.ml-lg-auto,
.mx-lg-auto {
	margin-left: auto !important;
}

.text-lg-left {
	text-align: left !important;
}

.text-lg-right {
	text-align: right !important;
}

.text-lg-center {
	text-align: center !important;
}

.header {
	height: 159px;
}

.header-content-wrapper {
	height: 159px;
}

.main-navigation {
	float: left;
	padding: 0;
	margin-top: 29px;
	min-width: 400px;
}

.main-navigation .first-level > li {
	position: relative;
	display: block;
	float: left;
}

.main-navigation .first-level > li .nav-link {
	padding: 15px 12px 26px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.main-navigation .first-level > li .nav-link:hover {
	color: #83BE37;
}

.main-navigation .first-level > li .nav-link.active {
	color: #3EAA3C;
}

.main-navigation .first-level > li:first-child .nav-link {
	padding-left: 0;
}

.main-navigation .first-level > li:hover .nav-link {
	color: #83BE37;
}

.main-navigation .first-level > li:hover .dropdown-menu {
	display: block;
}

.main-navigation .dropdown-menu {
	position: absolute;
	left: -15px;
	top: 73px;
	padding: 0;
	display: none;
	background-color: #ffffff;
	z-index: 1000;
	border: none;
	width: 100%;
	border-radius: 0;
}

.main-navigation .second-level {
	background-color: #fff;
	z-index: 101;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.main-navigation .second-level a {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 5px 25px;
	color: #333333;
}

.main-navigation .second-level a:hover,
.main-navigation .second-level a.active {
	color: #ffffff;
	background: #83BE37;
	text-decoration: none;
}

.main-navigation .second-level-wrapper {
	background: white;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
	width: 100%;
}

.main-navigation .second-level-inner-wrapper {
	background: white;
	margin-top: -50px;
	border-radius: 10px; /* transform z-index hack */
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	padding: 0;
}

.main-navigation .second-level-wrapper:before {
	content: '';
	position: relative;
	top: -11px;
	background: white;
	display: block;
	width: 40px;
	height: 50px;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -25px;
	left: 50%;
}

.logo .logo-img {
	display: block;
}

.logo-mobile-wrapper {
	display: none;
}

.navbar-toggler-wrapper {
	display: none;
}

.service-menu-wrap {
	display: block;
}

.header-fixed .header-content-wrapper {
	max-width: 960px;
}

.visible-lg-up {
	display: block;
}

.hidden-lg-up {
	display: none !important;
}

.page-layout-exporelax .footerImageGallery {
	padding: 0 30px;
}

.page-layout-mischgetraenkeabend .footerImageGallery {
	padding: 0 30px;
}

.site-gallery .content-wrapper {
	margin-top: -60px;
}

.site-gallery .content-wrapper .container:first-child .col-lg-10 {
	z-index: 9;
}

.ce-sly .frame.frame-with-buttons {
	width: 80%;
}

.ce-sly .forward,
.ce-sly .backward {
	width: 10%;
}

.headline-h1,
h1 {
	font-size: 64px;
}

.ce-blog-detail .blog-detail-blogpost {
	padding: 30px 30px;
}

.ce-blog-detail .blog-detail-info {
	margin-bottom: 50px;
}

.ce-blog-list-teaser .blog-date {
	font-size: 16px;
	line-height: 20px;
}

.ce-blog-list-teaser .blog-description {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 25px;
}

.ce-blog-list-teaser .blog-description a {
	font-size: 16px;
	line-height: 25px;
}

.ce-blog-list-teaser .blog-content:last-child {
	display: block;
}

.ce-blog-search-list .blog-search-list-element p {
	font-size: 16px;
	line-height: 23px;
}

.ce-blog-search-list .blog-search-list-element-date {
	font-size: 16px;
	line-height: 20px;
}

.ce-blog-search-list .blog-search-list-element-readmore a {
	font-size: 16px;
	line-height: 20px;
}

.ce-blog-teaser .blog-article {
	margin-left: -30px;
	margin-right: -30px;
	width: -moz-calc(100% + 60px);
	width: calc(100% + 60px);
}

.ce-blog-teaser .blog-article .blog-teaser-content .blog-teaser-date {
	font-size: 16px;
	line-height: 20px;
}

.ce-blog-teaser .blog-article .blog-teaser-content .blog-teaser-text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

.ce-blog-teaser .blog-article .blog-teaser-content .blog-teaser-text p {
	font-size: 16px;
	line-height: 24px;
}

.ce-consultant-anchors a.button-action-2 {
	width: 196px;
}

.ce-consultant-anchors {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.col-lg-10 .ce-event-infobox,
.col-lg-5.col-md-6 .ce-event-infobox,
.col-lg-6.col-md-8 .ce-event-infobox,
.col-lg-4.col-md-4 .ce-event-infobox {
	padding: 0 30px;
}

.ce-event-list-teaser .event-date {
	font-size: 16px;
	line-height: 20px;
}

.ce-event-list-teaser .event-description {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 25px;
}

.ce-event-list-teaser .event-description a {
	font-size: 16px;
	line-height: 25px;
}

.ce-event-list-teaser .event-content:last-child {
	display: block;
}

.ce-event-overview-list .event-overview-list-headline {
	padding: 40px 30px 40px;
}

.col-lg-10 .ce-event-registration,
.col-lg-5.col-md-6 .ce-event-registration,
.col-lg-6.col-md-8 .ce-event-registration,
.col-lg-4.col-md-4 .ce-event-registration {
	padding: 0 30px;
}

.container:first-child .col-lg-10 .ce-event-registration {
	padding: 30px 30px 0;
}

.site-gallery .content-wrapper .container:first-child .col-md-6 .ce-event-teaser {
	top: 10px;
	margin-bottom: 50px;
}

.col-lg-10 .ce-ge-accordion,
.col-lg-5.col-md-6 .ce-ge-accordion,
.col-lg-6.col-md-8 .ce-ge-accordion,
.col-lg-4.col-md-4 .ce-ge-accordion {
	padding: 0 30px;
}

.container:first-child .col-lg-10 .ce-ge-accordion {
	padding: 30px 30px 0;
}

.ce-image-text-teaser .image-text-teaser-image {
	width: 140px;
}

.ce-image-text-teaser .image-text-teaser-headline {
	margin-left: 33px;
	margin-bottom: 7px;
}

.ce-image-text-teaser .image-text-teaser-bodytext {
	font-size: 16px;
	line-height: 28px;
	margin-left: 33px;
}

.ce-image-text-teaser .image-text-teaser-bodytext p {
	font-size: 18px;
	line-height: 28px;
}

.ce-image-text-teaser {
	padding: 15px 21px 0 21px;
}

.ce-international-teaser .international-teaser-headline {
	font-size: 24px;
}

.ce-international-teaser .international-box .info-elements .element-body-text p {
	font-size: 16px;
	line-height: 24px;
}

.ce-keyvisual-consultant h1 {
	font-size: 52px;
}

.ce-keyvisual-consultant p {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
}

.ce-keyvisual-consultant p {
	font-size: 24px;
	line-height: 30px;
}

.ce-keyvisual-consultant p.title-after-name {
	font-size: 18px;
	line-height: 27px;
}

.ce-keyvisual-consultant p.title-after-name {
	font-size: 30px;
}

.ce-keyvisual-consultant p.title-after-name {
	margin-bottom: 30px;
}

.ce-keyvisual-high p {
	font-size: 30px;
}

.ce.ce-location-teaser p {
	font-size: 18px;
	line-height: 28px;
}

.site-gallery .content-wrapper .container:first-child .col-md-6 .ce-partner-list-teaser {
	top: 10px;
	margin-bottom: 50px;
}

.ce-sector-slider .carousel-caption {
	top: auto;
	bottom: 13%;
}

.col-lg-10 .ce-text,
.col-lg-5.col-md-6 .ce-text,
.col-lg-6.col-md-8 .ce-text,
.col-lg-4.col-md-4 .ce-text {
	padding: 0 30px;
}

.container:first-child .col-lg-10 .ce-text {
	padding: 30px 30px 0;
}

.offset-lg-1 .ce-text h4 {
	margin-left: -moz-calc((-100% + 30px) / 10 - 30px);
	margin-left: calc((-100% + 30px) / 10 - 30px);
	margin-right: -moz-calc((-100% + 30px) / 10 - 30px);
	margin-right: calc((-100% + 30px) / 10 - 30px);
}

.ce-vlog-search-list .vlog-search-list-element p {
	font-size: 16px;
	line-height: 23px;
}

.ce-vlog-search-list .vlog-search-list-element-date {
	font-size: 16px;
	line-height: 20px;
}

.ce-vlog-search-list .vlog-search-list-element-readmore a {
	font-size: 16px;
	line-height: 20px;
}

}

@media (min-width: 1200px) {

.container {
	max-width: 1140px;
}

.col-xl {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-xl-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-xl-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-xl-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-xl-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xl-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-xl-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-xl-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xl-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-xl-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-xl-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xl-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.3333333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-xl-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.6666666667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-xl-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-xl-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-xl-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-moz-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-xl-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-xl-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-xl-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-xl-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-xl-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-xl-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-moz-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-xl-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-moz-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-xl-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-moz-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-xl-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-moz-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-xl-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-moz-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-xl-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-xl-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-moz-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-xl-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-moz-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-xl-0 {
	margin-left: 0;
}

.offset-xl-1 {
	margin-left: 8.3333333333%;
}

.offset-xl-2 {
	margin-left: 16.6666666667%;
}

.offset-xl-3 {
	margin-left: 25%;
}

.offset-xl-4 {
	margin-left: 33.3333333333%;
}

.offset-xl-5 {
	margin-left: 41.6666666667%;
}

.offset-xl-6 {
	margin-left: 50%;
}

.offset-xl-7 {
	margin-left: 58.3333333333%;
}

.offset-xl-8 {
	margin-left: 66.6666666667%;
}

.offset-xl-9 {
	margin-left: 75%;
}

.offset-xl-10 {
	margin-left: 83.3333333333%;
}

.offset-xl-11 {
	margin-left: 91.6666666667%;
}

.navbar-expand-xl {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand-xl .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-xl .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto;
}

.navbar-expand-xl .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand-xl .navbar-collapse {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand-xl .navbar-toggler {
	display: none;
}

.navbar-expand-xl .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
}

.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-row {
	display: table-row !important;
}

.d-xl-table-cell {
	display: table-cell !important;
}

.d-xl-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-xl-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-xl-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-moz-box-orient: horizontal !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-xl-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-xl-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-moz-box-orient: horizontal !important;
	-moz-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-xl-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-xl-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-xl-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-moz-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-xl-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-moz-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-xl-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-moz-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-xl-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-moz-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-xl-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-xl-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-moz-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-xl-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-moz-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-xl-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-moz-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-xl-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-moz-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-xl-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-moz-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-xl-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-xl-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-xl-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-xl-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-xl-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-xl-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-xl-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-xl-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-xl-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-xl-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-xl-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-xl-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

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

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

.float-xl-none {
	float: none !important;
}

.m-xl-0 {
	margin: 0 !important;
}

.mt-xl-0,
.my-xl-0 {
	margin-top: 0 !important;
}

.mr-xl-0,
.mx-xl-0 {
	margin-right: 0 !important;
}

.mb-xl-0,
.my-xl-0 {
	margin-bottom: 0 !important;
}

.ml-xl-0,
.mx-xl-0 {
	margin-left: 0 !important;
}

.m-xl-1 {
	margin: 0.25rem !important;
}

.mt-xl-1,
.my-xl-1 {
	margin-top: 0.25rem !important;
}

.mr-xl-1,
.mx-xl-1 {
	margin-right: 0.25rem !important;
}

.mb-xl-1,
.my-xl-1 {
	margin-bottom: 0.25rem !important;
}

.ml-xl-1,
.mx-xl-1 {
	margin-left: 0.25rem !important;
}

.m-xl-2 {
	margin: 0.5rem !important;
}

.mt-xl-2,
.my-xl-2 {
	margin-top: 0.5rem !important;
}

.mr-xl-2,
.mx-xl-2 {
	margin-right: 0.5rem !important;
}

.mb-xl-2,
.my-xl-2 {
	margin-bottom: 0.5rem !important;
}

.ml-xl-2,
.mx-xl-2 {
	margin-left: 0.5rem !important;
}

.m-xl-3 {
	margin: 1rem !important;
}

.mt-xl-3,
.my-xl-3 {
	margin-top: 1rem !important;
}

.mr-xl-3,
.mx-xl-3 {
	margin-right: 1rem !important;
}

.mb-xl-3,
.my-xl-3 {
	margin-bottom: 1rem !important;
}

.ml-xl-3,
.mx-xl-3 {
	margin-left: 1rem !important;
}

.m-xl-4 {
	margin: 1.5rem !important;
}

.mt-xl-4,
.my-xl-4 {
	margin-top: 1.5rem !important;
}

.mr-xl-4,
.mx-xl-4 {
	margin-right: 1.5rem !important;
}

.mb-xl-4,
.my-xl-4 {
	margin-bottom: 1.5rem !important;
}

.ml-xl-4,
.mx-xl-4 {
	margin-left: 1.5rem !important;
}

.m-xl-5 {
	margin: 3rem !important;
}

.mt-xl-5,
.my-xl-5 {
	margin-top: 3rem !important;
}

.mr-xl-5,
.mx-xl-5 {
	margin-right: 3rem !important;
}

.mb-xl-5,
.my-xl-5 {
	margin-bottom: 3rem !important;
}

.ml-xl-5,
.mx-xl-5 {
	margin-left: 3rem !important;
}

.p-xl-0 {
	padding: 0 !important;
}

.pt-xl-0,
.py-xl-0 {
	padding-top: 0 !important;
}

.pr-xl-0,
.px-xl-0 {
	padding-right: 0 !important;
}

.pb-xl-0,
.py-xl-0 {
	padding-bottom: 0 !important;
}

.pl-xl-0,
.px-xl-0 {
	padding-left: 0 !important;
}

.p-xl-1 {
	padding: 0.25rem !important;
}

.pt-xl-1,
.py-xl-1 {
	padding-top: 0.25rem !important;
}

.pr-xl-1,
.px-xl-1 {
	padding-right: 0.25rem !important;
}

.pb-xl-1,
.py-xl-1 {
	padding-bottom: 0.25rem !important;
}

.pl-xl-1,
.px-xl-1 {
	padding-left: 0.25rem !important;
}

.p-xl-2 {
	padding: 0.5rem !important;
}

.pt-xl-2,
.py-xl-2 {
	padding-top: 0.5rem !important;
}

.pr-xl-2,
.px-xl-2 {
	padding-right: 0.5rem !important;
}

.pb-xl-2,
.py-xl-2 {
	padding-bottom: 0.5rem !important;
}

.pl-xl-2,
.px-xl-2 {
	padding-left: 0.5rem !important;
}

.p-xl-3 {
	padding: 1rem !important;
}

.pt-xl-3,
.py-xl-3 {
	padding-top: 1rem !important;
}

.pr-xl-3,
.px-xl-3 {
	padding-right: 1rem !important;
}

.pb-xl-3,
.py-xl-3 {
	padding-bottom: 1rem !important;
}

.pl-xl-3,
.px-xl-3 {
	padding-left: 1rem !important;
}

.p-xl-4 {
	padding: 1.5rem !important;
}

.pt-xl-4,
.py-xl-4 {
	padding-top: 1.5rem !important;
}

.pr-xl-4,
.px-xl-4 {
	padding-right: 1.5rem !important;
}

.pb-xl-4,
.py-xl-4 {
	padding-bottom: 1.5rem !important;
}

.pl-xl-4,
.px-xl-4 {
	padding-left: 1.5rem !important;
}

.p-xl-5 {
	padding: 3rem !important;
}

.pt-xl-5,
.py-xl-5 {
	padding-top: 3rem !important;
}

.pr-xl-5,
.px-xl-5 {
	padding-right: 3rem !important;
}

.pb-xl-5,
.py-xl-5 {
	padding-bottom: 3rem !important;
}

.pl-xl-5,
.px-xl-5 {
	padding-left: 3rem !important;
}

.m-xl-auto {
	margin: auto !important;
}

.mt-xl-auto,
.my-xl-auto {
	margin-top: auto !important;
}

.mr-xl-auto,
.mx-xl-auto {
	margin-right: auto !important;
}

.mb-xl-auto,
.my-xl-auto {
	margin-bottom: auto !important;
}

.ml-xl-auto,
.mx-xl-auto {
	margin-left: auto !important;
}

.text-xl-left {
	text-align: left !important;
}

.text-xl-right {
	text-align: right !important;
}

.text-xl-center {
	text-align: center !important;
}

.main-navigation .first-level > li .nav-link {
	padding: 15px 25px 30px;
}

.main-navigation .first-level > li:first-child .nav-link {
	padding-left: 0;
}

.logo-sticky .logo-img {
	width: 280px;
	height: 26.5px;
	margin-top: 56px;
}

.header-fixed .header-content-wrapper {
	max-width: 1140px;
}

.header-fixed .main-navigation .first-level > li .nav-link {
	padding: 15px 12px 26px;
}

.visible-xl {
	display: block;
}

.hidden-xl {
	display: none;
}

.ce-blog-list-teaser .blog-list-teaser-headline {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

.ce-blog-list-teaser .blog-title {
	font-size: 20px;
	line-height: 24px;
}

.ce-blog-search-list .blog-search-list-element {
	padding: 22px 25px 62px;
}

.ce-blog-search-list .blog-search-list-element h3 {
	font-size: 20px;
	line-height: 26px;
}

.ce-blog-search-list .blog-search-list-element h3 {
	margin-bottom: 22px;
}

.ce-blog-search-list .blog-search-list-element p {
	font-size: 16px;
	line-height: 26px;
}

.ce-blog-search-list .blog-search-list-element-date {
	margin-bottom: 22px;
}

.ce-blog-search-list .blog-search-list-element-readmore {
	height: 65px;
}

.ce-blog-search-list .blog-search-list-element-readmore a {
	font-size: 16px;
	line-height: 24px;
}

.ce-blog-teaser .blog-article .blog-teaser-content .blog-teaser-author {
	font-size: 24px;
	line-height: 28px;
}

.ce-blog-teaser .blog-article .blog-teaser-content .blog-teaser-title {
	font-size: 20px;
	line-height: 24px;
}

.ce-consultant-anchors {
	margin: 15px 0 15px;
}

.ce-consultant-info {
	border-bottom: none;
	padding: 30px 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ce-consultant-list .partner-infos {
	font-size: 20px;
	line-height: 24px;
}

.consultant-selection ul.partner-location-list {
	z-index: 0;
	width: auto;
	padding: 0;
	float: left;
	position: static;
	color: #333333;
	box-shadow: none;
}

.consultant-selection ul.partner-location-list li {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	float: left;
	margin-right: 15px;
}

.consultant-selection ul.partner-location-list li a {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
}

.consultant-selection ul.partner-location-list li a:hover,
.consultant-selection ul.partner-location-list li a.active {
	color: #3EAA3C;
}

.ce-contact-person-list .partner-teaser-title {
	font-size: 24px;
}

.ce-contact-person-list .partner-infos {
	font-size: 20px;
	line-height: 24px;
}

.ce-event-info {
	padding: 25px 30px 79px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ce-event-list-teaser .event-list-teaser-headline {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

.ce-event-list-teaser .event-title {
	font-size: 20px;
	line-height: 24px;
}

.ce-event-teaser .event-date {
	font-size: 24px;
}

.ce-event-teaser .event-title {
	font-size: 30px;
}

.ce-event-teaser .event-subtitle {
	font-size: 24px;
	line-height: 30px;
}

.ce-image-text-teaser .image-text-teaser-title {
	font-size: 24px;
	margin-bottom: 28px;
}

.ce-image-text-teaser .image-text-teaser-image {
	width: 136px;
}

.ce-image-text-teaser .image-text-teaser-headline {
	font-size: 20px;
	width: 75%;
	margin-left: 41px;
	margin-bottom: 10px;
}

.ce-image-text-teaser .image-text-teaser-bodytext {
	margin: 0 0 30px 41px;
	width: 75%;
}

.ce-image-text-teaser {
	padding: 20px 26px 0 26px;
}

.ce-international-teaser .international-box .info-elements .element-headline p {
	font-size: 20px;
}

.ce-keyvisual-consultant .img-consultant {
	right: 20px;
}

.ce-keyvisual-consultant .keyvisual-content-wrapper {
	width: 50%;
}

.ce.ce-location-teaser h4 {
	font-size: 24px;
}

.ce-partner-list-teaser .partner-teaser-title {
	font-size: 24px;
}

.ce-partner-list-teaser .partner-infos {
	font-size: 20px;
	line-height: 24px;
}

.offset-lg-1 .ce-text h4 {
	margin-left: -125px;
	margin-right: -125px;
}

.ce-vlog-search-list .video-description-container .vlog-video-description {
	padding: 22px 25px;
}

.ce-vlog-search-list .vlog-search-list-element {
	padding: 22px 25px 62px;
}

.ce-vlog-search-list .vlog-search-list-element h3 {
	font-size: 20px;
	line-height: 26px;
}

.ce-vlog-search-list .vlog-search-list-element h3 {
	margin-bottom: 22px;
}

.ce-vlog-search-list .vlog-search-list-element p {
	font-size: 16px;
	line-height: 26px;
}

.ce-vlog-search-list .vlog-search-list-element-date {
	margin-bottom: 22px;
}

.ce-vlog-search-list .vlog-search-list-element-readmore {
	height: 65px;
}

.ce-vlog-search-list .vlog-search-list-element-readmore a {
	font-size: 16px;
	line-height: 24px;
}

}

@media (max-width: 1199.98px) {

.table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive-xl > .table-bordered {
	border: 0;
}

.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.container {
	max-width: 100%;
}

.consultant-selection ul.partner-location-list li a {
	display: block;
	width: 100%;
}

.consultant-selection ul.partner-location-list li a:hover,
.consultant-selection ul.partner-location-list li a.active {
	background: #83BE37;
	color: #ffffff;
}

}

@media (max-width: 991.98px) {

.table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive-lg > .table-bordered {
	border: 0;
}

.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.main-navigation {
	padding: 0;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: absolute;
	top: 61px;
	width: 340px;
	background-color: #ffffff;
	left: -340px;
	overflow-y: auto;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
}

.main-navigation .first-level {
	position: relative;
}

.main-navigation .first-level > li {
	background: #ffffff;
	float: none;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}

.main-navigation .first-level > li .nav-link {
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	padding: 9px 20px;
	color: #333333;
}

.main-navigation .first-level > li .nav-link:hover {
	color: #83BE37;
}

.main-navigation .first-level > li .nav-link.active {
	color: #3EAA3C;
}

.main-navigation .first-level > li.scroll-logo {
	display: none;
}

.main-navigation .first-level > li .nav-sub {
	position: absolute;
	top: 9px;
	right: 20px;
	border: none;
	background: transparent;
	width: 20px;
	float: left;
	display: block;
}

.main-navigation .first-level > li .nav-sub i {
	font-size: 22px;
	color: #fff;
}

.main-navigation .first-level > li.nav-search-li {
	border-width: 2px;
	padding: 15px;
}

.main-navigation .first-level > li:last-child {
	padding-right: 0;
	border-bottom: none;
}

.main-navigation .first-level > li.languagemenu-mobile-li {
	border-bottom: none;
}

.main-navigation .first-level > li .language-menu {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	float: left;
	padding: 9px 20px;
}

.main-navigation .first-level > li .language-menu .nav-link {
	width: auto;
	float: left;
	padding: 0;
}

.main-navigation .first-level > li .language-menu .nav-link.active a {
	color: #9B9B9B;
}

.main-navigation .first-level > li .language-menu a {
	font-size: 16px;
	margin-right: 12px;
	color: #C1C1C1;
}

.main-navigation .first-level > li.searchfield-mobile-li .tx-indexedsearch-searchbox {
	position: relative;
	margin: 0 20px 20px;
	border: 1px solid #DDDDDD;
}

.main-navigation .first-level > li.searchfield-mobile-li .searchbox-sword {
	border: none;
	width: 100%;
	padding: 5px 10px;
}

.main-navigation .first-level > li.searchfield-mobile-li .searchbox-sword::-webkit-input-placeholder {
	color: #DDDDDD;
}

.main-navigation .first-level > li.searchfield-mobile-li .searchbox-sword:-moz-placeholder {
	color: #DDDDDD;
}

.main-navigation .first-level > li.searchfield-mobile-li .searchbox-sword::-moz-placeholder {
	color: #DDDDDD;
}

.main-navigation .first-level > li.searchfield-mobile-li .searchbox-sword:-ms-input-placeholder {
	color: #DDDDDD;
}

.main-navigation .first-level > li.searchfield-mobile-li .searchbox-sword::placeholder {
	color: #DDDDDD;
}

.main-navigation .first-level > li.searchfield-mobile-li button {
	z-index: 1;
	position: absolute;
	top: 5px;
	right: 10px;
}

.main-navigation .first-level > li.searchfield-mobile-li button .fa-search {
	color: #DDDDDD;
}

.main-navigation .dropdown-menu {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	border-radius: 0;
	border: none;
	background: none;
	width: 100%;
}

.main-navigation .dropdown-menu li {
	list-style: none;
}

.main-navigation .dropdown-menu .second-level {
	margin: 0;
	padding: 0;
}

.main-navigation .dropdown-menu .second-level ul {
	margin: 0;
	padding: 0;
}

.main-navigation .dropdown-menu .second-level li {
	border: none;
	border-bottom: 1px solid #fff;
	position: relative;
}

.main-navigation .dropdown-menu .second-level li a {
	width: 100%;
	font-size: 16px;
	display: block;
	padding: 9px 20px;
	color: #333333;
	background-color: #ffffff;
}

.main-navigation .dropdown-menu .second-level li a:hover,
.main-navigation .dropdown-menu .second-level li a.active {
	color: #ffffff;
	background-color: #83BE37;
}

.main-navigation .dropdown-menu .second-level li:last-child {
	border-bottom: none;
}

.main-navigation .dropdown-menu > li {
	float: none;
	clear: both;
	width: 100%;
}

.main-navigation .dropdown-menu > li .nav-link-second-level {
	font-size: 16px;
	width: 100%;
	padding: 9px 20px;
	color: #333333;
	background-color: #ffffff;
}

.main-navigation .dropdown-menu > li .nav-link-second-level:hover,
.main-navigation .dropdown-menu > li .nav-link-second-level.active {
	color: #ffffff;
	background-color: #83BE37;
}

.main-navigation .dropdown-menu > li:last-child .nav-link-second-level {
	padding: 5px 20px 17px;
}

.ce-blog-list-teaser .blog-list {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ce-blog-list-teaser .square {
	position: relative;
	width: 100%;
}

.ce-blog-list-teaser .square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.info-container {
	width: 100%;
	max-width: none;
}

.info-container .col-lg-10 {
	padding: 0;
}

.info-container {
	width: 100%;
	max-width: none;
}

.info-container .col-lg-10 {
	padding: 0;
}

.ce-event-list-teaser .event-list {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ce-event-list-teaser .square {
	position: relative;
	width: 100%;
}

.ce-event-list-teaser .square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.ce-keyvisual-small h1 {
	font-size: 40px;
}

}

@media (max-width: 767.98px) {

.table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive-md > .table-bordered {
	border: 0;
}

.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

html .ccm-widget--buttons button.ccm--button-primary,
html .ccm-widget--buttons .button.ccm--button-primary,
html .ccm-widget--buttons button.ccm--ctrl-init,
html .ccm-widget--buttons .button.ccm--ctrl-init {
	line-height: 22px;
	padding: 8px 16px;
	font-size: 16px;
}

.hidden-mobile {
	display: none;
}

#microsite.layout-exporelax .service-menu-wrap {
	display: block;
	float: left;
}

.tx_microsite .microsite-content {
	width: 100%;
}

.tx_microsite .microsite-content .microsite-header img {
	width: 100%;
}

.consultant-selection-col {
	padding: 0;
}

.site-gallery .content-wrapper .container:first-child .col-md-6:first-child .ce-event-teaser {
	top: -50px;
	margin-bottom: 0;
	z-index: 3;
}

.ce-international-teaser .international-box .national-image {
	width: 100%;
	height: auto;
	max-width: none;
	margin-bottom: 20px;
}

.ce-international-teaser .international-box .info-elements .element-headline {
	margin: 0 0 10px 0;
	max-width: none;
}

.ce-international-teaser .international-box .info-elements {
	margin: 0;
	max-width: 100%;
}

.ce-international-teaser .international-box {
	margin-bottom: 30px;
}

.ce-key-visual-map .infoBubbleMarker {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	padding: 30px;
	display: block;
}

.ce-key-visual-map .infoBubbleMarker .marker-content {
	background-color: #ffffff;
	padding: 30px;
	display: none;
	width: 100%;
	float: left;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.ce-key-visual-map .infoBubbleMarker .marker-content .marker-more {
	margin-bottom: 0;
}

.ce-key-visual-map .marker-info h5 {
	background-color: #ffffff;
	color: #9B9B9B;
	padding: 10px 18px;
	cursor: pointer;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.ce-key-visual-map .marker-info h5:after {
	color: #9B9B9B;
	font-family: FontAwesome;
	content: "\f107";
	float: right;
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 800ms;
	-moz-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	right: 20px;
	font-size: 1.5em;
}

.ce-key-visual-map .marker-info h5.open:after {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	transition-duration: 500ms;
}

.ce-location-map .locations-title {
	display: none;
}

.ce-location-map .mobile-location-select {
	display: block;
}

.ce-location-map .infoBubbleMarker {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 30px;
	display: block;
}

.ce-location-map .infoBubbleMarker .marker-content {
	background-color: #ffffff;
	padding: 30px;
	display: none;
	width: 100%;
	float: left;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.ce-location-map .infoBubbleMarker .marker-content .marker-more {
	margin-bottom: 0;
}

.ce-location-map .marker-info h5 {
	background-color: #ffffff;
	color: #9B9B9B;
	padding: 10px 18px;
	cursor: pointer;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.ce-location-map .marker-info h5:after {
	color: #9B9B9B;
	font-family: FontAwesome;
	content: "\f107";
	float: right;
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 800ms;
	-moz-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	right: 50px;
	font-size: 1.5em;
}

.ce-location-map .marker-info h5.open:after {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	transition-duration: 500ms;
}

.site-gallery .content-wrapper .container:first-child .col-md-6:first-child .ce-partner-list-teaser {
	top: -50px;
	margin-bottom: 0;
	z-index: 3;
}

.ce-sector-slider a.button-action-white,
.ce-sector-slider .button-action-white {
	padding: 11px 25px;
}

}

@media (max-width: 575.98px) {

.table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive-sm > .table-bordered {
	border: 0;
}

.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.main-navigation {
	left: -100vw;
	width: 100vw;
}

.site-wrapper.show-nav .main-navigation {
	-webkit-transform: translateX(100vw);
	-moz-transform: translateX(100vw);
	-ms-transform: translateX(100vw);
	transform: translateX(100vw);
	-webkit-transform: translateX(100vw) tranlateZ(0);
	-moz-transform: translateX(100vw) tranlateZ(0);
	-ms-transform: translateX(100vw) tranlateZ(0);
	transform: translateX(100vw) tranlateZ(0);
	-webkit-transform: translate3d(-100vw, 0, 0);
	-moz-transform: translate3d(100vw, 0, 0);
	transform: translate3d(100vw, 0, 0);
}

}

@media (max-width: 396.98px) {

.ce-location-map .infoBubbleMarker {
	top: 175px;
}

}

@media (max-width: 360px) {

.tx-powermail .powermail_fieldwrap_type_submit .btn-primary {
	width: 100%;
	max-width: 180px;
	height: 50px;
	padding: 0;
	line-height: unset;
}

}

@media print {

.d-print-none {
	display: none !important;
}

.d-print-inline {
	display: inline !important;
}

.d-print-inline-block {
	display: inline-block !important;
}

.d-print-block {
	display: block !important;
}

.d-print-table {
	display: table !important;
}

.d-print-table-row {
	display: table-row !important;
}

.d-print-table-cell {
	display: table-cell !important;
}

.d-print-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-print-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

*,
*::before,
*::after {
	text-shadow: none !important;
	box-shadow: none !important;
}

a:not(.btn) {
	text-decoration: underline;
}

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

pre {
	white-space: pre-wrap !important;
}

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

thead {
	display: table-header-group;
}

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

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

h2,
h3 {
	page-break-after: avoid;
}

body {
	min-width: 992px !important;
}

.container {
	min-width: 992px !important;
}

.navbar {
	display: none;
}

.badge {
	border: 1px solid #000;
}

.table {
	border-collapse: collapse !important;
}

.table td,
.table th {
	background-color: #fff !important;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #ddd !important;
}

}

@-webkit-keyframes fa-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
}

}

@-moz-keyframes fa-spin {

0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(359deg);
	-moz-transform: rotate(359deg);
	transform: rotate(359deg);
}

}

@keyframes fa-spin {

0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(359deg);
	-moz-transform: rotate(359deg);
	transform: rotate(359deg);
}

}

