html
{
	font-size:14px
}

a
{
	outline:0
}

.subheader
{
	margin:0
}

/*
.anchor
{
	padding-top:56px;
	width:0;
	font-size:0
}
*/

.code
{
	padding:.2rem .4rem;
	font-size:90%;
	color:#bd4147;
	background-color:rgba(86,61,124,.15);
	border-radius:.25rem;
	font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

mark
{
	background-color:#ff0;
	color:#000
}

#page-wrapper
{
	overflow-x:hidden
}

.back-to-top
{
	position:fixed;
	bottom:2em;
	right:1.5em;
	text-decoration:none;
	color:#eee;
	background-color:transparent;
	opacity:.7;
	padding:1em;
	z-index:999
}

.back-to-top:hover
{
	background-color:transparent;
	color:#999
}

.navbar-light .navbar-nav .nav-link.js-scroll-trigger.active
{
	color:var(--light)
}

.dropdown-submenu
{
	position:relative
}

.dropdown-submenu a::after
{
	transform:rotate(-90deg);
	position:absolute;
	right:6px;
	top:.8em
}

.dropdown-submenu .dropdown-menu
{
	top:0;
	left:100%;
	margin-left:.1rem;
	margin-right:.1rem;
	top:-.5rem;
	margin-left:0;
	margin-right:0
}

.dropup .dropdown-menu
{
	top:auto;
	bottom:100%!important
}

.dropdown-item.parent-active
{
	color:#151515;
	text-decoration:none;
	background-color:#f6f6f6
}

.dropdown-item.active.parent-active
{
	color:#fff;
	text-decoration:none;
	background-color:var(--primary)
}

.dropdown-divider
{
	display:block
}

.dropdown-menu-right .dropdown-submenu
{
	position:relative
}

.dropdown-menu-right .dropdown-submenu .dropdown-menu
{
	top:0;
	right:100%;
	left:auto;
	margin-top:-6px;
	margin-right:-1px;
	-webkit-border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px;
	border-radius:6px 6px 6px 6px
}

.dropdown-menu-right .dropdown-submenu>a:after
{
	display:block;
	content:" ";
	float:left;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 5px 5px 0;
	border-right-color:#999;
	margin-top:5px;
	margin-right:10px
}

.dropdown-menu-right .dropdown-submenu:hover>a:after
{
	border-left-color:#fff
}

.dropdown-menu-right .dropdown-submenu.pull-left
{
	float:none
}

.dropdown-submenu.pull-left>.dropdown-menu
{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px;
	border-radius:6px 6px 6px 6px
}

.dropdown-menu-right
{
	margin-left:0
}

.dropdown-menu-right .dropdown-submenu > a::after
{
	display:none
}

.dropdown-menu-right .dropdown-toggle::before
{
	display:inline-block;
	width:0;
	height:0;
	margin-left:-.8rem;
	vertical-align:.255em;
	content:" ";
	border-top:.3em solid;
	border-right:.3em solid transparent;
	border-left:.3em solid transparent;
	transform:rotate(90deg)
}

.dropdown-menu .dropdown-submenu .dropdown-menu
{
	margin-top:.5rem
}

.dropdown-menu
{
	margin:0
}

.fixed-bottom .dropdown-menu.show
{
	display:inline-table
}

.fixed-bottom .dropdown-menu .dropdown-submenu .dropdown-menu
{
	margin-top:-1rem
}

#main-navbar.shrink
{
	height:auto;
	-webkit-transition:padding-top 0.3s,padding-bottom .3s;
	-moz-transition:padding-top 0.3s,padding-bottom .3s;
	transition:padding-top 0.3s,padding-bottom .3s
}

#main-navbar.navbar-shrink
{
	padding:.5rem 1rem
}

#sectionmenu,#submenu
{
	min-width:130px
}

#sectionmenu .nav-link[data-toggle].collapsed:after,#submenu .nav-link[data-toggle].collapsed:after
{
	content:"▾";
	margin-left:.25rem
}

#sectionmenu .nav-link[data-toggle]:not(.collapsed):after,#submenu .nav-link[data-toggle]:not(.collapsed):after
{
	content:"▴";
	margin-left:.25rem
}

.ge_autoLayout_row figure,.card figure
{
	margin:0
}

.card .list-group-item
{
	color:#212529
}

a.card
{
	color:inherit
}

a.card:hover
{
	text-decoration:none
}

.news .card
{
	box-shadow:0 0 0 rgba(0,0,0,0),0 1px 2px rgba(0,0,0,0);
	transition:all .3s cubic-bezier(.25,.8,.25,1)
}

.news .card:hover,.news .card:active
{
	box-shadow:0 4px 8px rgba(0,0,0,0.25),0 2px 2px rgba(0,0,0,0.22);
	z-index:101
}

.meta-nav.text-white a
{
	color:#fff!important
}

div.alert p,div.alert ul
{
	margin:0
}

#language
{
	cursor:pointer
}

.clearfix .alert
{
	display:flex
}

.tx-indexedsearch-redMarkup
{
	color:red
}

.tx-indexedsearch-info p
{
	margin:0
}

figcaption
{
	font-size:.75rem
}

section.parallax
{
	background-attachment:fixed;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:-1
}

section.multiple-parallax
{
	background-attachment:fixed,fixed;
	background-position:left top,0 0;
	background-repeat:repeat,no-repeat;
	background-size:auto,cover;
	z-index:-1
}

.absolute
{
	position:absolute!important
}

.v-row
{
	display:flex;
	flex-wrap:wrap
}

.jumbotron.background-image,section.background-image,.content-consent.background-image
{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center
}

.jumbotron.multiple-background-image,section.multiple-background-image
{
	background-repeat:repeat,no-repeat;
	background-size:auto,cover;
	background-position:left top,center center
}

.jumbotron.background-fixed,section.background-fixed,div.background-fixed
{
	background-attachment:fixed!important
}

.col
{
	border:0 solid transparent
}

.frame-ruler-before:before
{
	content:'';
	display:block;
	border-top:1px solid rgba(0,0,0,0.25);
	margin-bottom:2em
}

.frame-ruler-after:after
{
	content:'';
	display:block;
	border-bottom:1px solid rgba(0,0,0,0.25);
	margin-top:2em
}

.frame-indent
{
	margin-left:15%;
	margin-right:15%
}

.frame-indent-left
{
	margin-left:33%
}

.frame-indent-right
{
	margin-right:33%
}

.preloader
{
	background:transparent url(../Images/loader.gif) no-repeat scroll center center;
	height:calc(50% + 64px);
	position:absolute;
	width:100%;
	z-index:10000;
	display:none;
	top:100px
}

.nav-meta,.nav-scroller
{
	position:relative;
	z-index:2;
	height:2.75rem;
	overflow-y:hidden
}

.nav-scroller .meta-text a,.nav-meta .meta-text a
{
	margin-right:1rem
}

.nav-scroller .meta-text a:last-child,.nav-meta .meta-text a:last-child
{
	margin-right:0
}

.nav-scroller .nav
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	padding-bottom:1rem;
	margin-top:-1px;
	overflow-x:auto;
	color:rgba(255,255,255,.75);
	text-align:center;
	white-space:nowrap;
	-webkit-overflow-scrolling:touch
}

.nav-underline .nav-link
{
	padding-top:.75rem;
	padding-bottom:.75rem;
	font-size:.875rem;
	color:var(--gray-dark)
}

.nav-underline .nav-link:hover
{
	color:var(--danger)
}

.nav-underline .active
{
	font-weight:500;
	color:var(--gray-dark)
}

.nav-underline .nav-link.meta-text
{
	color:var(--gray-dark)
}

.nav-underline .nav-link.meta-text a:hover
{
	color:var(--danger)
}

.navbar-expand-no
{
	overflow-y:scroll!important;
	max-height:100%!important
}

.sticky.is-sticky
{
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:1000;
	width:100%
}

.carousel-indicators
{
	display:flex!important
}

.carousel-item
{
	transition:-webkit-transform .5s ease;
	transition:transform .5s ease;
	transition:transform .5s ease,-webkit-transform .5s ease;
	-webkit-backface-visibility:visible;
	backface-visibility:visible;
	overflow:hidden!important
}

.carousel figure
{
	margin:0!important
}

.carousel-caption.caption-animated.animated
{
	position:absolute;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:auto;
	color:#fff;
	text-align:center;
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}

.gallery .row
{
	margin-right:-.5rem;
	margin-left:-.5rem
}

.gallery .col-sm
{
	padding-right:.5rem;
	padding-left:.5rem
}

.image-gallery .ig-col
{
	padding-right:.5rem;
	padding-left:.5rem;
	margin-bottom:1rem
}

.image-gallery .row
{
	margin-right:-7.5px;
	margin-left:-7.5px
}

picture img.lazy
{
	opacity:0
}

picture img.lazy:not(.initial)
{
	transition:opacity 2s
}

picture img.lazy.initial,picture img.lazy.loaded,picture img.lazy.error
{
	opacity:1
}

picture img.lazy:not([src]):not([srcset])
{
	visibility:hidden
}

.inline-YTPlayer
{
	z-index:1011
}

.content-consent
{
	min-height:200px
}

.ce-link
{
	text-decoration:none!important;
	color:inherit!important
}

.ce-link-content
{
	text-decoration:none!important;
	color:inherit!important;
	box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
	transition:all .3s cubic-bezier(.25,.8,.25,1);
	padding:1.5rem
}

.ce-link-content:hover
{
	box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
}

.img-transform:hover,.img-transform:active
{
	transition:transform .3s ease;
	transform:scale(1.03) translate3d(0,0,0)
}

figure.image
{
	overflow:hidden
}

.relative
{
	position:relative
}

.relative .overlay > div
{
	position:absolute;
	top:2rem
}

@media (min-width: 576px) {
	html
	{
		font-size:16px
	}
	
	.row-eq-height
	{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex
	}
	
	.row-eq-height .col > div,.row-eq-height [class*="col-"] > div
	{
		height:100%!important
	}
	
	.sm-twoColumns
	{
		min-width:26rem
	}
	
	.content-consent
	{
		min-height:300px
	}
}

@media (min-width: 768px) {
	.md-twoColumns
	{
		min-width:26rem
	}
	
	.content-consent
	{
		min-height:300px
	}
}

@media (min-width: 992px) {
	.lg-twoColumns
	{
		min-width:26rem
	}
	
	.content-consent
	{
		min-height:400px
	}
}

@media (min-width: 1200px) {
	.xl-twoColumns
	{
		min-width:26rem
	}
	
	.content-consent
	{
		min-height:500px
	}
}

@media (max-width: 1199px) {
	.navbar-expand-xl
	{
		overflow-y:scroll!important;
		max-height:100%!important
	}
}

@media (max-width: 991px) {
	.navbar-expand-lg
	{
		overflow-y:scroll!important;
		max-height:100%!important
	}
}

@media (max-width: 767px) {
	.navbar-expand-md
	{
		overflow-y:scroll!important;
		max-height:100%!important
	}
	
	.gallery.w-25,.gallery .w-25
	{
		width:100%!important
	}
	
	.gallery.w-50,.gallery .w-50
	{
		width:100%!important
	}
	
	.gallery.w-75,.gallery .w-75
	{
		width:100%!important
	}
	
	.beside .w-25,.align .w-25
	{
		width:100%!important
	}
	
	.beside .w-50,.align .w-50
	{
		width:100%!important
	}
	
	.beside .w-75,.align .w-75
	{
		width:100%!important
	}
}

@media (max-width: 575px) {
	.navbar-expand-sm
	{
		overflow-y:scroll!important;
		max-height:100%!important
	}
}

@media (min-width: 768px) {
	.carousel.card-slider .carousel-inner .active,.carousel.card-slider .carousel-inner .active + .carousel-item,.carousel.card-slider .carousel-inner .active + .carousel-item + .carousel-item
	{
		display:block
	}
	
	.carousel.card-slider .carousel-inner
	.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),.carousel.card-slider .carousel-inner
	.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
	+ .carousel-item,.carousel.card-slider .carousel-inner
	.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
	+ .carousel-item
	+ .carousel-item
	{
		transition:none
	}
	
	.carousel.card-slider .carousel-inner .carousel-item-next,.carousel.card-slider .carousel-inner .carousel-item-prev
	{
		position:relative;
		transform:translate3d(0,0,0)
	}
	
	.carousel.card-slider .carousel-inner
	.active.carousel-item
	+ .carousel-item
	+ .carousel-item
	+ .carousel-item
	{
		position:absolute;
		top:0;
		right:-33.3333%;
		z-index:-1;
		display:block;
		visibility:visible
	}
	
	.carousel.card-slider .active.carousel-item-left + .carousel-item-next.carousel-item-left,.carousel.card-slider .carousel-item-next.carousel-item-left + .carousel-item,.carousel.card-slider .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,.carousel.card-slider .carousel-item-next.carousel-item-left
	+ .carousel-item
	+ .carousel-item
	+ .carousel-item
	{
		position:relative;
		transform:translate3d(-100%,0,0);
		visibility:visible
	}
	
	.carousel.card-slider .carousel-inner .carousel-item-prev.carousel-item-right
	{
		position:absolute;
		top:0;
		left:0;
		z-index:-1;
		display:block;
		visibility:visible
	}
	
	.carousel.card-slider .active.carousel-item-right + .carousel-item-prev.carousel-item-right,.carousel.card-slider .carousel-item-prev.carousel-item-right + .carousel-item,.carousel.card-slider .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,.carousel.card-slider .carousel-item-prev.carousel-item-right
	+ .carousel-item
	+ .carousel-item
	+ .carousel-item
	{
		position:relative;
		transform:translate3d(100%,0,0);
		visibility:visible;
		display:block;
		visibility:visible
	}
}

.card-flipper .image-flip:hover .backside,.card-flipper .image-flip:active .backside,.card-flipper .image-flip.hover .backside
{
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	transform:rotateY(0deg);
	border-radius:.25rem
}

.card-flipper .image-flip:hover .frontside,.card-flipper .image-flip:active .frontside,.card-flipper .image-flip.hover .frontside
{
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	transform:rotateY(180deg)
}

.card-flipper .mainflip
{
	-webkit-transition:1s;
	-webkit-transform-style:preserve-3d;
	-ms-transition:1s;
	-moz-transition:1s;
	-moz-transform:perspective(1000px);
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transition:1s;
	transform-style:preserve-3d;
	position:relative
}

.card-flipper .frontside
{
	position:relative;
	-webkit-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	z-index:2;
	margin-bottom:30px
}

.card-flipper .backside
{
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	-webkit-transform:rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	-o-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	-webkit-box-shadow:5px 7px 9px -4px #9e9e9e;
	-moz-box-shadow:5px 7px 9px -4px #9e9e9e;
	box-shadow:5px 7px 9px -4px #9e9e9e
}

.card-flipper .frontside,.card-flipper .backside
{
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition:1s;
	-webkit-transform-style:preserve-3d;
	-moz-transition:1s;
	-moz-transform-style:preserve-3d;
	-o-transition:1s;
	-o-transform-style:preserve-3d;
	-ms-transition:1s;
	-ms-transform-style:preserve-3d;
	transition:1s;
	transform-style:preserve-3d
}

.card-flipper .frontside .card,.card-flipper .backside .card
{
	min-height:312px
}

.card-flipper .card-footer
{
	position:absolute;
	bottom:1rem;
	padding:0;
	background-color:none;
	border-top:none;
	background-color:transparent;
	margin-left:-1.25rem
}

.card-flipper .fa-plus-square
{
	color:var(--primary)
}