@import "fonts.css";
@import "normalize.min.css";
@import "font-awesome.min.css";
@import "swiper.css";
@import "socials.css";
@import "bootstrap.css";

.full-width-text {
	max-width: 1200px;
}

.article-body img {
	height: auto !important;
}

h1 {
	word-wrap: normal !important;
	overflow-wrap: normal;
	word-break: normal;
}

@media only screen and (max-width: 821px) {
	h1 {
		font-size: 2rem !important;
	}
}



@-ms-viewport {
	width:device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,::after,::before {
	box-sizing: inherit;
}

@media screen and (max-width: 821px) {
	.hide-on-mobile {
		display: none;
	}
}

@media screen and (max-width: 821px) {
	.hide-on-mobile-nav {
		display: none;
	}
}

@media screen and (min-width: 821px) {
	.hide-on-desktop {
		display: none;
	}
}

html,body {
	position: relative;
	overflow-x: hidden;
}

body {
	background: var(--main-background-color);
	color: var(--main-color);
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: normal;
	min-height: 100vh;
}

.content-wrapper {
	min-height: 100vh;
}

#content.content-wrapper:before {
	content: " ";
	display: block;
	height: 100px;
	background-color: #eceef3;
	flex: 0 0 100px;
}

@media screen and (max-width: 821px) {
	#content.content-wrapper:before {
		height: 50px;
		flex: 0 0 50px;
	}
}

.without-main-navigation #content.content-wrapper:before {
	display: none;
}

#content.content-wrapper > section {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

a {
	color: var(--link-color);
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

a:hover {
	color: var(--link-hover-color);
}

h1,h2,h3,h4,h5,h6 {
	word-wrap: break-word;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #425e69;
}

.overview-title {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}

p {
	line-height: 1.6em;
}

blockquote {
	border-left: 1px solid #37281d;
	padding: 1.125rem 2rem;
	margin: 0;
	font-style: italic;
	color: #37281d;
}

pre {
	background-color: #eaeaea;
	color: #222;
	padding: 1rem 2rem;
}

.post-meta {
	font-size: 0.8rem;
	margin: 0 0 1rem 0;
}

.button {
	display: inline-block;
	padding: 0.5rem 2rem;
	width: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	border: none;
	background: var(--button-background-color);
	color: var(--button-color);
}

.button:hover {
	background: var(--button-hover-background-color);
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.button.big {
	font-size: 2rem;
}

.button.disabled {
	background: #d0d6e3;
	color: #fff;
	cursor: not-allowed;
}

.submit {
	display: inline-block;
	padding: 0.5rem 2rem;
	width: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	border: none;
	background: #00c9d9;
	color: #fff;
}

.submit:hover {
	background: #f2d65e;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.submit.big {
	font-size: 2rem;
}

.submit.primary {
	background: #00c9d9;
	color: #fff;
}

.submit.primary:hover {
	background: #f2d65e;
	color: #fff;
}

.submit.disabled {
	background: #d0d6e3;
	color: #fff;
	cursor: not-allowed;
}

.submit:hover {
	background: #567a88;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.thumbnail.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.thumbnail.autor {
	margin-bottom: 1rem;
}

.thumbnail.partners {
	margin-right: 2rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.thumbnail.partners.last {
	margin-right: 0;
}

.category-wrapper {
	background: #eaeaea;
	width: 100%;
}

.category-nav {
	width: 100%;
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

.category-nav ul {
	list-style: none;
	zoom: 1;
	padding: 1rem 0 0 0;
	margin: 0;
}

.category-nav ul:before,.category-nav ul:after {
	content: "";
	display: table;
}

.category-nav ul:after {
	clear: both;
}

.category-nav ul li {
	float: left;
	display: block;
	margin: 0 2rem 1rem 0;
}

@media screen and (max-width: 821px) {
	.category-wrapper.scroll-to-fixed-fixed {
		top: 0 !important;
	}
}

.map-canvas {
	width: 100%;
	height: 500px;
}

.tool-pagination {
	width: 100%;
	text-align: center;
}

.tool-pagination .pages {
	margin: 0;
	padding: 0;
	zoom: 1;
	list-style: none;
	display: inline-block;
}

.tool-pagination .pages:before,.tool-pagination .pages:after {
	content: "";
	display: table;
}

.tool-pagination .pages:after {
	clear: both;
}

.tool-pagination .pages li {
	float: left;
}

.tool-pagination .next {
	float: left;
}

.tool-pagination .prev {
	float: left;
	margin-right: 0.5rem;
}

.pagination-entry {
	display: block;
	padding: 0.2rem 0.5rem;
	border: 1px solid #425e69;
	margin-right: 0.5rem;
}

.pagination-entry:hover {
	background: #425e69;
	color: #fff;
}

.pagination-entry.current {
	background: #425e69;
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: var(--heading-color);
	font-family: 'Montserrat';
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: .9rem;
}

.big-download {
	font-size: 36px;
}

.big-download i {
	margin-right: 1rem;
}

.wrapper {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

.single-headline {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
	margin: 4rem auto 4rem auto;
}

.whitespace {
	padding: 8rem 0;
}

.whitespace.whitespace-configurable {
	padding: 0;
}

#content.content-wrapper > section.full-width-component:first-child {
	margin-top: 0;
}

#content.content-wrapper > section.full-width-component:last-child {
	margin-bottom: 0;
}

#content.content-wrapper > section.site-header:first-child {
	max-height: calc(100vh  -  100px);
}

@media screen and (max-width: 821px) {
	#content.content-wrapper > section.site-header:first-child {
		max-height: calc(100vh  -  50px);
	}
}

.without-main-navigation #content.content-wrapper > section.site-header:first-child {
	max-height: none;
}

.site-header {
	height: 100vh;
	width: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.site-header.site-header-small {
	height: 600px;
}

.site-header .site-header-image {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.site-header .site-header-video-container {
	position: relative;
	width: 100%;
	height: 100%;
	background: black;
}

.site-header .site-header-video-parallax {
	width: 125%;
	height: 150%;
	margin-left: -12.5%;
}

.site-header .site-header-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.site-header .site-header-video iframe {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}

@media screen and (max-width: 821px) {
	.site-header {
		height: 100vh;
	}

	.site-header.site-header-small {
		height: 600px;
	}
}

.site-header-slides {
	height: 100%;
}

.site-header-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.site-header-slide-no-image {
	background-color: #425e69;
}

.claim-wrapper {
	/*width: 92%;*/
	/*max-width: 1200px;*/
	margin: 0 auto;
	height: 100%;
	position: relative;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-template-rows: 33% 33% 33%;
	align-items: center;
}

.claim-wrapper .top-left {
	grid-column: 1;
	grid-row: 1;
	justify-self: left;
}

.claim-wrapper .top-center {
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
}

.claim-wrapper .top-right {
	grid-column: 3;
	grid-row: 1;
	justify-self: right;
}

.claim-wrapper .middle-left {
	grid-column: 1;
	grid-row: 2;
	justify-self: left;
}

.claim-wrapper .middle-center {
	grid-column: 2;
	grid-row: 2;
	justify-self: center;
}

.claim-wrapper .middle-right {
	grid-column: 3;
	grid-row: 2;
	justify-self: right;
}

.claim-wrapper .bottom-left {
	grid-column: 1;
	grid-row: 3;
	justify-self: left;
}

.claim-wrapper .bottom-center {
	grid-column: 2;
	grid-row: 3;
	justify-self: center;
}

.claim-wrapper .bottom-right {
	grid-column: 3;
	grid-row: 3;
	justify-self: right;
}

.claim-wrapper .top {
	grid-row: 1;
	grid-column: span 3;
}

.claim-wrapper .middle {
	grid-row: 2;
	grid-column: span 3;
}

.claim-wrapper .bottom {
	grid-row: 3;
	grid-column: span 3;
}

.claim-wrapper.fullwidth-image-claim-left {
	align-items: center;
	justify-content: flex-start;
}

.claim-wrapper.fullwidth-image-claim-right {
	align-items: center;
	justify-content: flex-end;
}

.claim-wrapper.fullwidth-image-claim-center {
	align-items: center;
	justify-content: center;
}

.claim-wrapper.fullwidth-image-claim-center .header-claim {
	text-align: center;
}

.claim-wrapper .portrait {
	display: block;
}

@media screen and (max-width: 821px) {
	.claim-wrapper {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
	}

	.claim-wrapper .header-claim {
		order: 0;
		max-width: 100%;
	}

	.claim-wrapper .header-claim .claim {
		font-size: 2rem;
	}

	.claim-wrapper .header-claim .subtitle {
		font-size: 0.85rem;
	}

	.claim-wrapper .portrait-wrapper {
		max-width: 100%;
	}
}

.header-claim {
	/*max-width: 60%;*/
	margin-left: 0;
	text-shadow: 0px 0px 0px;
	font-family: Montserrat;
	z-index: 20;
	margin: 10px;
}

.header-claim .claim,.header-claim .subtitle {
	color: #fff;
}

.header-claim .claim {
	font-size: 5rem;
	font-weight: bold;
	margin: 0 0 .5rem;
}

.header-claim .subtitle {
	font-size: 3rem;
	font-family: Montserrat;
}

.header-claim .button {
	text-shadow: none;
}

.portrait-wrapper {
	max-width: 40%;
}

.portrait {
	max-width: 100%;
}

.article-body img {
	max-width: 100%;
}

.article-body ul,.article-body ol {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.article-body ul li,.article-body ol li {
	width: 80%;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}

.article-body p {
	margin-bottom: 1rem !important;
}

.article-body .article-teaser {
	font-style: italic;
	margin-bottom: 2rem !important;
}

.article-tags {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
}

.button-tag {
	background-color: #d0d6e3;
	color: #000;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.alignleft {
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.alignright {
	float: right;
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.aligncenter {
	display: block;
	margin: 1rem auto;
}

.full-width-text {
	width: 92%;
	margin: 0 auto;
}

.full-width-text table tr td {
	padding-bottom: 40px;
}

.full-width-text iframe {
	width: 100%;
	min-height: 450px;
}

.full-width-text.download {
	padding: 4rem 0;
}

.full-width-text img {
	max-width: 100%;
}

.full-width-text ul li,.full-width-text ol li {
	margin-bottom: 0.5em;
	line-height: 1.6em;
}

@media screen and (max-width: 821px) {
	.full-width-text iframe {
		min-height: 200px;
	}
}

.full-width-image {
	height: 600px;
}

@media screen and (max-width: 821px) {
	.full-width-image {
		height: 400px;
	}
}

.single-post-page {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
}

.single-post-page.blog {
	max-width: 1200px;
}

.single-post-page.blog p {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
}

.single-post-page.blog h1,
.single-post-page.blog h2,
.single-post-page.blog h3,
.single-post-page.blog h4,
.single-post-page.blog h5,
.single-post-page.blog h6,
.single-post-page.blog figure {
	width: 92%;
	max-width: 800px;
	margin: 3rem auto 0;
}

.single-post-page.title h1 {
	margin-bottom: 0;
}

.addthis_sharing_toolbox {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
}

.testimonial {
	width: 100%;
	background: #425e69;
}

.slide {
	width: 100%;
	padding: 8rem 0;
	zoom: 1;
}

.slide:before,.slide:after {
	content: "";
	display: table;
}

.slide:after {
	clear: both;
}

.testimonial-content {
	width: 60%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: visible;
}

.testimonial-content .thumbnail {
	margin-top: 1rem;
}

.testimonial-text {
	font-size: 1.5rem;
	color: #eceef3;
	position: relative;
	max-width: 800px;
	margin: 3rem auto 0 auto;
}

.testimonial-text:before,.cite-text:before {
	content: '»';
	font-size: 20rem;
	position: absolute;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
	left: -160px;
	top: -50px;
}

.testimonial-text:after,.cite-text:after {
	content: '«';
	font-size: 20rem;
	position: absolute;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
	right: -150px;
	top: 50px;
}

.testimonial-author {
	color: #eceef3;
}

.testimonial-author:before {
	content: '– ';
}

@media screen and (max-width: 821px) {
	.testimonial-text {
		font-size: 0.75rem;
	}

	.testimonial,.cite {
		overflow: hidden;
	}

	.testimonial-text:before,.cite-text:before {
		font-size: 10rem;
		left: -110px;
	}

	.testimonial-text:after,.cite-text:after {
		font-size: 10rem;
		right: -100px;
	}
}

.call-to-action {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
	zoom: 1;
	text-align: center;
}

.call-to-action:before,.call-to-action:after {
	content: "";
	display: table;
}

.call-to-action:after {
	clear: both;
}

.call-to-action span {
	display: block;
	margin-top: 1rem;
}

.phone-number {
	font-size: 2rem;
	line-height: 54px;
	width: auto;
}

.autor {
	text-align: center;
}

.autor-name {
	font-weight: bold;
}

.autor-text {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
}

.mitglied {
	display: inline-block;
	margin-right: 2rem;
}

.mitglied.last {
	margin-right: 0;
}

.mitglied .autor.thumbnail {
	margin-bottom: 0;
}

.mitglied a {
	color: #425e69;
}

.mitglied a:hover {
	color: #00c9d9;
}

.logoliste {
	width: 100%;
	text-align: center;
}

.logoliste h4 {
	font-size: 1.2rem;
	color: #acc2cb;
	margin-bottom: 0.5rem;
}

.logoliste-logos {
	background: #d0d6e3;
	line-height: 0;
	vertical-align: middle;
}

.contact-footer {
	width: 100%;
	margin: 0;
	padding: 8rem 0;
	background-size: cover;
	background-position: 50% 50%;
}

.contact-footer p {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 2rem;
	color: #222;
}

.footer-nav {
	margin: 0;
	display: block;
	padding: 0;
}

.footer-nav li {
	float: left;
	display: block;
	margin-right: 2rem;
	height: 40px;
	width: auto;
}

.footer-nav li a {
	line-height: 40px;
	color: #eceef3;
}

.footer-nav li a:hover {
	color: #00c9d9;
}

@media screen and (max-width: 821px) {
	.footer-nav li {
		width: 100%;
		max-width: 100%;
		margin: 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}

.social-media-nav {
	float: right;
	zoom: 1;
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	list-style: none;
}

.social-media-nav:before,.social-media-nav:after {
	content: "";
	display: table;
}

.social-media-nav:after {
	clear: both;
}

.social-media-nav li {
	float: left;
	margin-right: .5rem;
}

.social-media-nav li.last {
	margin-right: 0;
}

.social-media-nav li a {
	font-size: 1.4rem;
	display: inline-block;
	height: 100%;
	line-height: 40px;
	color: #eceef3;
}

.social-media-nav li a:hover {
	color: #00c9d9;
}

.social-media-nav li a i {
	line-height: 40px;
}

@media screen and (max-width: 821px) {
	.social-media-nav {
		float: left;
	}
}

.social-media-bar {
	margin: 0;
	padding: 0;
	zoom: 1;
	list-style: none;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 200;
}

.social-media-bar:before,.social-media-bar:after {
	content: "";
	display: table;
}

.social-media-bar:after {
	clear: both;
}

.social-media-bar.left {
	left: 0;
}

.social-media-bar.right {
	right: 0;
}

.social-media-bar.right li {
	float: right;
}

.social-media-bar.maincolor .social-facebook {
	background: #425e69;
}

.social-media-bar.maincolor .social-twitter {
	background: #425e69;
}

.social-media-bar.maincolor .social-googleplus {
	background: #425e69;
}

.social-media-bar.maincolor .social-pinterest {
	background: #425e69;
}

.social-media-bar.maincolor .social-youtube {
	background: #425e69;
}

.social-media-bar.maincolor .social-vimeo {
	background: #425e69;
}

.social-media-bar.maincolor .social-xing {
	background: #425e69;
}

.social-media-bar.maincolor .social-linkedin {
	background: #425e69;
}

.social-media-bar.maincolor .social-instagram {
	background: #425e69;
}

.social-media-bar.maincolor .social-rss {
	background: #425e69;
}

.social-media-bar.maincolor .social-individualLink {
	background: #425e69;
}

.social-media-bar li {
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	min-width: 40px;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	backface-visibility: hidden;
	float: left;
}

.social-media-bar li a {
	font-size: 1rem;
	color: inherit;
	padding: 0.6rem 0rem;
	display: inline-block;
	width: 100%;
}

.social-media-bar li .fa {
	width: 40px;
}

.social-media-bar.left li {
	transform: translate(calc(-100% + 40px));
	padding-left: 1em;
}

.social-media-bar.left li:hover {
	transform: translate(0);
}

.social-media-bar.right li {
	transform: translate(calc(100% - 40px));
	padding-right: 1em;
}

.social-media-bar.right li:hover {
	transform: translate(0);
}

.social-media-bar .social-individualLink a {
	display: flex;
}

.social-media-bar .social-bar-individual-icon-container {
	position: relative;
	width: 40px;
	height: 1rem;
}

.social-media-bar .social-bar-individual-icon {
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 1200px) {
	.social-media-bar li a {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 821px) {
	.social-media-bar {
		/*display: none;*/
	}
}

.social-facebook {
	background: #3b5998;
}

.social-twitter {
	background: #00aced;
}

.social-googleplus {
	background: #d14836;
}

.social-pinterest {
	background: #cb2027;
}

.social-youtube {
	background: #cd332d;
}

.social-vimeo {
	background: #4bf;
}

.social-xing {
	background: #006567;
}

.social-linkedin {
	background: #0077b5;
}

.social-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg,#f09433 0px,#e6683c 7px,#dc2743 23px,#cc2366 35px,#bc1888 100%);
	background: -webkit-linear-gradient(45deg,#f09433 0px,#e6683c 7px,#dc2743 23px,#cc2366 35px,#bc1888 100%);
	background: linear-gradient(45deg,#f09433 0px,#e6683c 7px,#dc2743 23px,#cc2366 35px,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433',endColorstr='#bc1888',GradientType=1);
}

.social-rss {
	background: #425e69;
}

.cite {
	width: 100%;
	background: #425e69;
	padding: 12rem 0;
}

.cite-text {
	font-size: 2rem;
	color: #eceef3;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.cite-author {
	color: #eceef3;
}

.cite-author:before {
	content: '– ';
}

@media screen and (max-width: 821px) {
	.cite-text {
		font-size: 1rem;
	}
}

*:after,*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-container.text {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.flipped .content-container.text {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

.flipped .content-container.image {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
}

.two-column-slider {
	display: table-cell;
	width: 50%;
	height: 100%;
	position: relative;
}

.two-column-image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.cycle-table {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.cycle-inner {
	position: absolute !important;
	top: 0;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

.two-column-text {
	max-width: 650px;
	margin: 0 auto;
	width: 84%;
	padding: 8rem 0;
}

.two-column-text p {
	margin-top: 0;
}

.two-column-text ul li,.two-column-text ol li {
	margin-bottom: 0.5em;
	line-height: 1.6em;
}

@media screen and (max-width: 821px) {
	.two-column-slider {
		display: block;
		width: 100%;
		position: relative;
		height: 400px;
	}

	.two-column-text {
		padding: 4rem 0;
		width: 100%;
	}

	.content-container.text {
		width: 100%;
		display: block;
		width: 92%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.flipped .content-container.text {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
	}

	.flipped .content-container.image {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
	}
}

.browser-ie10 .two-column-slider {
	background: rgba(208,214,227,0.4);
}

.browser-ie10 .two-column-image {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	position: absolute !important;
	background-size: cover;
}

.browser-ie10 .cycle-table {
	min-height: 550px;
}

.browser-ie10 .cycle-inner {
	width: 100%;
	position: absolute !important;
}

.cycle-pager {
	position: absolute;
	bottom: 1rem;
	text-align: center;
	width: 100%;
	color: white;
	zoom: 1;
	z-index: 120;
}

.cycle-pager:before,.cycle-pager:after {
	content: "";
	display: table;
}

.cycle-pager:after {
	clear: both;
}

.cycle-pager a {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: white;
	display: inline-block;
	margin-right: .5rem;
	border: 1px solid #e0e0e0;
}

.cycle-pager a.cycle-pager-active {
	background: #00c9d9;
	border: 1px solid #00c9d9;
}

.article-content {
	padding: 2rem 0;
}

.article-title {
	font-size: 1.6rem;
	margin-bottom: 0;
	color: #425e69;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

a .article-title:hover {
	color: #425e69;
}

.search-result {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 2rem;
}

.article-body {
	margin-bottom: 1rem;
}

input[type=text],input[type=email],input[type=password],input[type=tel] {
	padding: 0.5rem 1rem;
}

input[type=date] {
	padding: 0.25rem 1rem;
}

footer {
	width: 100%;
	background-color: var(--footer-background-color);
	position: relative;
	z-index: 10000;
}

.footer {
	min-height: 40px;
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1rem 0 1rem;
}

.copyright {
	background: #425e69;
	color: #eceef3;
	text-align: center;
	font-size: 0.75rem;
	padding: 0.35rem 0 0.35rem 0;
}

.footer.footer-megafooter-active {
	padding: 2rem 0 1rem;
	min-height: auto;
}

.footer.footer-megafooter-active .footer-nav li {
	height: auto;
}

.footer.footer-megafooter-active .footer-nav li a {
	line-height: initial;
	font-size: 0.875rem;
}

@media screen and (max-width: 821px) {
	footer {
		height: auto;
		zoom: 1;
	}

	footer:before,footer:after {
		content: "";
		display: table;
	}

	footer:after {
		clear: both;
	}

	.footer {
		padding: 2rem 0 20rem;
	}

	.footer.footer-megafooter-active {
		padding: 2rem 0 4rem;
	}
}

.video-container {
	margin: 1em 40px;
	text-align: center;
}

.menu::before {
	content: "desktop";
	display: none;
}

@media screen and (max-width: 1200px) and (min-width: 821px) {
	.menu::before {
		content: "smaller";
	}
}

@media only screen and (max-width: 800px) {
	.menu::before {
		content: "mobile";
	}
}

.header {
	width: 100%;
	height: 100px;
	background: var(--header-background-color);
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	z-index: 1001;
	position: fixed;
}

.header.fixed {
	height: 50px;
}

@media screen and (max-width: 821px) {
	.header {
		height: 50px;
	}
}

.main-logo {
	line-height: 0 !important;
	height: 60px;
	position: absolute;
	top: 20%;
	width: auto;
}

.main-logo a {
	height: 100%;
	width: auto;
}

.main-logo img {
	height: 100%;
	display: block;
}

.main-logo-portrait {
	height: 200px;
}

@media screen and (max-width: 821px) {
	.main-logo {
		height: 30px;
	}

	.main-logo-portrait {
		height: 100px;
	}
}

.fixed .main-logo {
	height: 30px;
}

.fixed .main-logo-portrait {
	height: 100px;
}

.nav-main {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.logo-wrapper {
	/*position: relative;*/
}

.main-logo-position-left .main-logo {
	left: 0;
	margin-right: 50px;
}

.main-logo-position-right .main-logo {
	right: 0;
	margin-left: 50px;
}

.menu {
	height: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.menu a {
	color: var(--navigation-link-color);
	font-size: 1rem;
}

@media screen and (min-width: 821px) and (max-width: 1200px) {
	.menu a {
		font-size: 0.85rem;
	}
}

@media screen and (min-width: 1201px) {
	.menu a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 821px) {
	.menu a.menu-active {
		display: block;
	}
}

.menu a:hover {
	color: var(--navigation-link-hover-color);
}

.menu-actions {
	line-height: 50px;
	height: 50px;
	display: flex;
}

.menu-actions > a {
	color: var(--navigation-link-color);
	margin-left: 1rem;
}

.menu-actions > a:hover {
	color: #425e69;
}

.menu-actions > a > i {
	line-height: 50px;
}

.search-button i {
	font-size: 1.25rem;
}

.menu-toggle i {
	font-size: 1.75rem;
}
.hide {
	visibility: hidden;
}
.menu-items {
	display: none;
	position: fixed;
	margin: 0;
	padding: 1rem 0;
	left: 0;
	right: 0;
	top: 50px;
	background-color: #eceef3;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

@media screen and (max-width: 821px) {
	.menu-items.menu-active {
		display: block;
	}
}

.menu-items ul,.menu-items li {
	margin: 0;
	padding: 0;
}

.menu-items li {
	list-style: none;
}

.menu-items .menu-dropdown {
	display: block;
	background-color: #eceef3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
	padding: 1rem 0;
	transform: translateX(100%);
	-webkit-transition: transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out;
	-ms-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
}

.menu-items .menu-item {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	min-height: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.menu-items .menu-item .menu-link {
	flex: 1 1 auto;
	margin-right: 1rem;
}

.menu-items .menu-item .menu-dropdown-toggle {
	flex: 0 0 auto;
}

.menu-items .menu-title .menu-link {
	margin-left: 1rem;
}

.menu-dropdown-toggle {
	font-size: 1.5rem;
	width: 1.5rem;
	text-align: center;
}

.menu-dropdown-toggle > .dropdown-icon {
	transition: transform 150ms ease;
	transform: rotateZ(0deg);
}

.search-form {
	box-sizing: border-box;
	width: 70%;
	height: 50px;
	z-index: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.search-form .search-input {
	box-sizing: border-box;
	width: 100%;
	padding: .4rem 1rem;
	border: none;
	border-bottom: 1px solid #425e69;
	background: #eceef3;
	font-size: 1rem;
	transition: transform .2s ease, opacity .2s ease;
}
@media only screen and (max-width: 821px) {
	.search-form .search-input {
		/*max-width: 160px;*/
	}
}
.search-form .search-submit {
	border: none;
	color: #425e69;
	background-color: transparent;
	display: none;
}

.search-form.active {
	visibility: visible;
	pointer-events: auto;
}

.search-form.active .search-input {
	transform: scaleX(1);
	opacity: 1;
}

.menu-container.search-active .logo-wrapper {
	display: none;
	width: 0;
}

.search-button {
	color: var(--navigation-link-color);
	z-index: 1;
}

.search-button:hover {
	color: var(--navigation-link-hover-color);
}

@media screen and (max-width: 821px) {
	.menu-dropdown-active.menu-dropdown {
		transform: translateX(0);
	}
}

.menu-mega .menu-dropdown .menu-item {
	min-height: 50px;
}

.meta-menu {
	overflow: hidden;
}

.meta-menu a {
	font-size: 0.8rem;
}

@media screen and (min-width: 821px) {
	.menu-container {
		position: relative;
	}

	.menu {
		/*height: 100px;*/
	}

	.menu-actions {
		display: none;
	}

	.menu-items {
		position: static;
		display: flex;
		padding: 0;
	}

	.menu-items .menu-item {
		width: auto;
		max-width: initial;
		margin: 0;
		border: 0;
		-webkit-transition: background 0.3s;
		-moz-transition: background 0.3s;
		-ms-transition: background 0.3s;
		-o-transition: background 0.3s;
	}

	.menu-items .menu-item:hover {
		background: rgba(66,94,105,0.03);
	}

	.menu-items .menu-item .menu-link {
		margin: 0 1rem;
	}

	.menu-items .menu-dropdown {
		position: static;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
		transform: translateY(-10000px);
		transition: transform 0s 0.3s;
		z-index: 1;
		background-color: unset;
	}

	.menu-items .menu-dropdown.menu-level-1 {
		position: absolute;
		margin: 0;
		padding: 0.5rem;
		min-width: 200px;
		background-color: rgba(236,238,243,0.9);
	}

	.menu-items .menu-dropdown.menu-level-1 .menu-item {
		/*min-height: 50px;*/
	}

	.menu-dropdown-toggle {
		display: none;
	}

	.menu-simple:hover .menu-dropdown {
		transform: translateY(0px);
		z-index: 2;
	}

	.menu-mega .menu-dropdown.menu-level-1 {
		display: flex;
		flex-wrap: wrap;
	}

	.menu-mega:hover .menu-dropdown.menu-level-1 {
		transform: translateY(0px);
		z-index: 2;
	}

	.menu-mega:hover .menu-dropdown.menu-level-2 {
		display: block;
		transform: translateY(0px);
		z-index: 2;
	}

	.menu-mega .menu-dropdown.menu-level-1 {
		position: absolute;
		left: 0;
		right: 0;
	}

	.menu-mega .menu-dropdown.menu-level-1 > li {
		flex: 0 1 25%;
		max-width: 25%;
	}

	.menu-mega .menu-level-1 > li > .menu-item {
		font-weight: bold;
	}

	.search-form {
		position: absolute;
		right: 2rem;
	}

	.menu-container.search-active {
		justify-content: flex-end;
	}

	.menu.menu-has-meta {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		margin-left: auto;
		justify-content: center;
		height: auto;
	}

	.menu.menu-has-meta .menu-items {
		/*height: 50px;*/
	}

	.menu.menu-has-meta .menu-item {
		/*min-height: 50px;*/
	}

	.header.fixed .menu {
		/*height: 50px;*/
	}

	.header.fixed .menu-items {
		/*height: 50px;*/
	}

	.header.fixed .menu-item {
		/*height: 50px;*/
		/*min-height: 50px;*/
	}

	.header.fixed .search-form {
		/*height: 50px;*/
		/*line-height: 50px;*/
	}

	.header.fixed .meta-menu {
		height: 0;
	}
}

.megafooter {
	min-height: 40px;
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	padding-top: 2rem;
	color: #eceef3;
	flex-direction: column;
}

.megafooter-column {
	flex: 0 0 25%;
}

.megafooter-block {
	margin-bottom: 2rem;
	margin-right: 20px;
}

.megafooter-title {
	display: block;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0.25rem;
}

.megafooter-links {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.95rem;
}

.megafooter-text p {
	font-size: 0.95rem;
	line-height: initial;
}

.megafooter a {
	color: var(--footer-link-color);
}

.megafooter a:hover {
	color: var(--footer-link-hover-color);
}

@media screen and (min-width: 821px) {
	.megafooter {
		flex-direction: row;
	}

	.megafooter-contact-column {
		margin-left: auto;
	}
}

.services,.serviceBlock,.serviceBlock-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.services-wrapper {
	margin: auto;
	max-width: 1200px;
	width: 100%;
}

.services {
	margin: auto;
	max-width: 1200px;
	width: 100%;
}

.serviceBlock {
	position: relative;
	padding: 0 5px 10px;
	min-height: 100px;
	text-align: center;
}

.serviceBlock:hover {
	box-shadow: 1px 2px 3px gray;
}

.services .services-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -10px;
}

.services .services-row.services-align-left {
	justify-content: flex-start;
}

.services .services-row.services-align-right {
	justify-content: flex-end;
}

.services .services-row.services-align-center {
	justify-content: center;
}

.services .services-row.alignCenter .serviceBlock {
	text-align: center;
}

.services .services-row.alignCenter .serviceBlock img {
	max-width: 100%;
	margin: auto;
}

.services .services-row.alignLeft .serviceBlock {
	text-align: left;
}

.services-row.services-block-count-1 .serviceBlock {
	flex: 0 1 100%;
	max-width: 100%;
}

.services-row.services-block-count-2 .serviceBlock {
	flex: 0 1 50%;
	max-width: 50%;
}

.services-row.services-block-count-3 .serviceBlock {
	flex: 0 1 33.333333333333%;
	max-width: 33.333333333333%;
}

.services-row.services-block-count-4 .serviceBlock {
	flex: 0 1 25%;
	max-width: 25%;
}

.services-row.services-block-count-5 .serviceBlock {
	flex: 0 1 20%;
	max-width: 20%;
}

.services-row.services-block-count-6 .serviceBlock {
	flex: 0 1 16.666666666667%;
	max-width: 16.666666666667%;
}

.serviceBlock-wrapper {
	display: block;
	height: 100%;
	color: #425e69;
}

a.serviceBlock-wrapper:hover {
	color: #00c9d9;
}

.serviceBlock-hasBackground {
	background-color: #425e69;
	color: #eceef3;
}

a.serviceBlock-hasBackground:hover {
	background-color: #00c9d9;
	color: #eceef3;
}

.serviceBlock-hasBackground .serviceBlock-text a {
	color: #fff;
}

.serviceBlock-hasBackground .serviceBlock-text a:hover {
	color: #fff;
}

.serviceBlock-hasBorder {
	border: 1px solid #425e69;
}

.serviceBlock-content {
	padding: 2rem 20px;
}

.serviceBlock-title {
	color: inherit;
	margin: 0 auto 1rem auto;
}

.serviceBlock-text {
	color: inherit;
	margin: 0;
	overflow: hidden;
}

.serviceBlock-text > p:first-child {
	margin-top: 0;
}

.serviceBlock-text a {
	color: #425e69;
}

.serviceBlock-text a:hover {
	color: #00c9d9;
}

.serviceBlock-text .video-container {
	margin: 0;
}

.serviceBlock-image {
	display: block;
	max-width: 100%;
	text-align: center;
	padding: 1rem;
}

.serviceBlock-icon {
	margin: 2em 0 0;
	text-align: center;
}

.serviceBlock-icon > i {
	font-size: 4rem;
}

.serviceBlock-wrapper > .serviceBlock-icon {
	padding-top: 2rem;
}

.serviceBlock-content + .serviceBlock-icon {
	padding-top: 0;
	padding-bottom: 2rem;
}

#content.content-wrapper > section.services.group-services + .group-services {
	margin-top: -8rem;
}

@media screen and (max-width: 821px) {
	.services-row.services-block-count-1 .serviceBlock,.services-row.services-block-count-2 .serviceBlock,.services-row.services-block-count-3 .serviceBlock,.services-row.services-block-count-4 .serviceBlock,.services-row.services-block-count-5 .serviceBlock,.services-row.services-block-count-6 .serviceBlock {
		flex: 0 1 100%;
		max-width: 100%;
	}
}

.flexibleForm {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
	zoom: 1;
}

.flexibleForm:before,.flexibleForm:after {
	content: "";
	display: table;
}

.flexibleForm:after {
	clear: both;
}

.flexibleForm input[type=text],.flexibleForm input[type=email],.flexibleForm input[type=tel],.flexibleForm input[type=date],.flexibleForm select,.flexibleForm textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.flexibleForm textarea,.flexibleForm select {
	padding: 0.5rem 1rem;
}

.flexibleForm-field {
	margin-bottom: 1.5rem;
}

.flexibleForm-field--required .flexibleForm-label:after {
	content: ' *';
	font-weight: bold;
	color: red;
}

.flexibleForm-field--error .flexibleForm-label {
	color: red;
}

.flexibleForm-field--error input,.flexibleForm-field--error select,.flexibleForm-field--error textarea {
	border: 1px solid red;
}

.flexibleForm-label {
	display: block;
	margin-bottom: 0.25rem;
}

.flexibleForm-field-error {
	color: red;
}

.flexibleForm [type=checkbox],
.flexibleForm [type=radio] {
	 margin-right: 5px;
}

.page-forms-redirect .content-wrapper {
	padding-top: 8rem;
}

.socialMediaSharer {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
	margin: 2em auto 0;
}

.socialMediaSharer a,.socialMediaSharer a:hover {
	color: white;
}

.socialMediaSharer .jssocials-share {
	display: inline-block;
	margin: .1em .3em .1em 0;
	transition: transform 0.3s ease-out;
	transform: translateY(0);
}

.socialMediaSharer .jssocials-share:hover {
	transform: translateY(-5px);
}

.socialMediaSharer .jssocials-share-link {
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	padding: .2em .275em;
	text-align: center;
	line-height: 2.2rem;
}

.socialMediaSharer .jssocials-share-logo {
	font-size: 1.4rem;
}

.language-entry {
	display: flex;
}

.language-entry .language-id {
	font-size: 1rem;
	margin-left: 0.5rem;
}

.popover {
	position: fixed;
	width: auto;
	height: auto;
	min-width: 300px;
	background-color: #ebeef3;
	padding: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0.2em 0.5em 0 rgba(0,0,0,0.2);
	z-index: 10001;
	backface-visibility: hidden;
	visibility: hidden;
	transition: transform 0.3s ease, visibility 0s linear 0.3s;
	overflow-y: auto;
}

.popover .full-width-text,.popover .flexibleForm,.popover .call-to-action {
	padding: 0 !important;
}

.popover .call-to-action {
	width: initial;
	max-width: initial;
}

.popover .flexibleForm input[type=submit] {
	display: block;
	margin: auto;
}

.popover-pos--topleft {
	left: 1rem;
	top: 100px;
}

.popover-pos--topright {
	right: 1rem;
	top: 100px;
}

.popover-pos--bottomleft {
	left: 1rem;
	bottom: 1rem;
}

.popover-pos--bottomright {
	right: 1rem;
	bottom: 1rem;
}

.popover.popover-pos--topleft,.popover.popover-pos--bottomleft {
	transform: translate3d(-150%,0,0);
}

.popover.popover-pos--topright,.popover.popover-pos--bottomright {
	transform: translate3d(150%,0,0);
}

.popover.popover--visible {
	visibility: visible;
	transform: translate3d(0,0,0);
	transition: transform 0.3s ease, visibility 0s;
}

.popover-close {
	position: absolute;
	top: 0.5rem;
	right: 0.75rem;
	font-size: 1rem;
}

.popover .popover-close {
	color: #425e69;
}

.popover-behaviour--expandingBar {
	position: fixed;
	bottom: 0;
	box-shadow: 0 0.2em 0.5em 0 rgba(0,0,0,0.2);
	z-index: 201;
}

.popover-behaviour--expandingBar .popover {
	transform: translate3d(0,0,0);
	visibility: visible;
	position: static;
	box-shadow: none;
	max-height: 0;
	padding: 1rem;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.popover-behaviour--expandingBar .popover--visible {
	max-height: 800px;
	padding: 1rem;
	overflow: auto;
}

.popover-behaviour--expandingBar .popover-close {
	display: none;
}

.popover-behaviour--expandingBar .popover-expanding-bar {
	display: block;
}

.popover-expanding-bar {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.5rem;
	position: static;
	cursor: pointer;
	text-align: center;
	background-color: #425e69;
	color: #fff;
}

.popover-expanding-bar:hover {
	color: #fff;
}

.popover-expanding-bar i {
	margin-right: .5rem;
}

@media screen and (max-width: 575px) {
	.popover-wrapper {
		left: 0;
		width: 100%;
	}

	.popover-wrapper .popover-expanding-bar,.popover-wrapper .popover--visible,.popover-wrapper .popover {
		width: auto !important;
		left: 0;
		right: 0;
	}

	.popover-wrapper .popover.popover--visible {
		max-height: 70vh;
	}

	.popover-wrapper .popover-content {
		overflow-y: auto;
	}
}

.redactor-format-small {
	font-size: 0.875rem;
}

.redactor-format-xs {
	font-size: 0.75rem;
}

.dcgoslider-button-next,.dcgoslider-button-prev {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
	z-index: 10;
	cursor: pointer;
	border: solid rgba(208,214,227,0.4);
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.dcgoslider-button-next {
	right: 16.666666666667px;
	left: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.dcgoslider-button-prev {
	left: 16.666666666667px;
	right: auto;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.dcgoslider-pagination {
	position: absolute;
	text-align: center;
	z-index: 10;
}

.swiper-pagination-bullet {
	background: #fff;
	border: 1px solid #37281d;
	opacity: 1;
	width: 1rem;
	height: 1rem;
	margin-right: .5rem;
}

.swiper-pagination-bullet-active {
	background: #00c9d9;
}

.slider-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}

.slider-image-container > .slider-image {
	max-width: 100%;
}

.references,.referenceBlock {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.references {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	width: 100%;
	justify-content: flex-start;
	align-items: stretch;
}

.referenceBlock {
	display: block;
	position: relative;
	text-align: center;
	color: #000;
	flex: 0 1 100%;
	max-width: 100%;
}

.referenceBlock:hover {
	color: #000;
}

.referenceBlock:hover .referenceBlock-image {
	transform: scale(1.05);
}

@media screen and (min-width: 821px) and (max-width: 1000px) {
	.referenceBlock {
		flex: 0 1 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1350px) {
	.referenceBlock {
		flex: 0 1 33.33%;
		max-width: 33.33%;
	}
}

@media screen and (min-width: 1351px) {
	.referenceBlock {
		flex: 0 1 25%;
		max-width: 25%;
	}
}

.referenceBlock-image-container {
	overflow: hidden;
	max-width: 100%;
}

.referenceBlock-image {
	display: block;
	width: 100%;
	max-width: 100%;
	transition: transform 400ms ease;
}

.referenceBlock-title-wrapper {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0;
	background: rgba(208,214,227,0.4);
}

.referenceBlock-title-wrapper:before {
	position: absolute;
	display: inline-block;
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0.6rem 0.7rem 0.6rem;
	border-color: transparent transparent rgba(208,214,227,0.4) transparent;
	top: -0.7rem;
}

.referenceBlock-title {
	display: block;
	font-size: 1.5rem;
}

.two-columns {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

.two-columns .flexibleForm,.two-columns .full-width-text {
	width: 100%;
	padding: 0 10px;
}

.two-columns .full-width-text > h2 {
	margin-top: 0;
}

.two-columns .two-columns-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 -10px;
}

@media screen and (max-width: 821px) {
	.two-columns .two-columns-row {
		display: block;
	}

	.two-columns .two-columns-row > section {
		margin-top: 8rem;
		margin-bottom: 8rem;
	}
}

.two-column-content {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
	table-layout: fixed;
}

.two-column-content .slider-image.center-image {
	position: absolute;
	height: 100%;
	max-width: inherit;
}

body .cc-window.cc-floating {
	background-color: #00c9d9;
	color: #fff;
}

.cc-floating .cc-compliance > .cc-btn {
	color: #fff;
	background-color: #00c9d9;
	border: 2px solid #fff;
}

.cc-floating .cc-compliance > .cc-btn:hover {
	color: #00c9d9;
	background-color: #fff;
}

.latest-blog,.latest-blog-entry {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.latest-blog {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

.latest-blog.latest-blog-width-1 {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
}

.latest-blog-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.latest-blog-row.latest-blog-count-1 .latest-blog-entry {
	max-width: 100%;
	min-width: 100%;
}

.latest-blog-row.latest-blog-count-2 .latest-blog-entry {
	max-width: 50%;
	min-width: 50%;
}

.latest-blog-row.latest-blog-count-3 .latest-blog-entry {
	max-width: 33.3333%;
	min-width: 33.3333%;
}

.latest-blog-row.latest-blog-count-4 .latest-blog-entry {
	max-width: 25%;
	min-width: 25%;
}

.latest-blog-row.latest-blog-count-5 .latest-blog-entry {
	max-width: 20%;
	min-width: 20%;
}

.latest-blog-row.latest-blog-count-6 .latest-blog-entry {
	max-width: 16.6667%;
	min-width: 16.6667%;
}

@media screen and (max-width: 821px) {
	.latest-blog-row {
		flex-direction: column;
	}

	.latest-blog-row.latest-blog-count-1 .latest-blog-entry,.latest-blog-row.latest-blog-count-2 .latest-blog-entry,.latest-blog-row.latest-blog-count-3 .latest-blog-entry,.latest-blog-row.latest-blog-count-4 .latest-blog-entry,.latest-blog-row.latest-blog-count-5 .latest-blog-entry,.latest-blog-row.latest-blog-count-6 .latest-blog-entry {
		max-width: 100%;
	}
}

.latest-blog-align-left {
	justify-content: flex-start;
}

.latest-blog-align-right {
	justify-content: flex-end;
}

.latest-blog-align-center {
	justify-content: center;
}

.latest-blog-entry {
	position: relative;
	padding: 0 20px 40px;
	text-align: left;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.latest-blog-entry .title {
	font-size: 1.2rem;
	margin: 0 0 0.5em 0;
}

.latest-blog-entry .post-meta {
	font-size: 0.8rem;
	margin: 0 0 0.5em 0;
}

.latest-blog-entry .article-body {
	margin: 0 0 1rem;
	flex-grow: 1;
}

.latest-blog-entry .article-body p {
	margin: 0 !important;
}

.avalex-text .container > * {
	white-space: pre-line;
}

.simpleParallax {
	width: 100%;
}
.listingImg {
	max-width: 100%;
	margin-bottom: 2rem;
}