html {overflow-y: scroll; width: 100%; height: 100%;}
body {
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-family: "proxima-nova",sans-serif;
	color: #000;
	font-weight: 100;
	width: 100%;
	height: 100%;
}
body.mce-content-body {
	background: #fff;
}
img {
	border: 0;
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #d74200;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-family: "proxima-nova-condensed",sans-serif;
}
p,
pre {
margin: 0;
	padding: 0;
}
header,
section,
footer,
article {
	display: block;
}
input,textarea,button,select {
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	color: #667276;
	line-height: 1em;
}
strong {
	font-weight: 700;
}
/* Custom styles
-------------------------------------------------------- */
.wrap {
	width: 1400px;
	margin: 0 auto;
}
@media only screen and (max-width : 1399px) {
	.wrap {
		width: 1200px;
	}
}
@media only screen and (max-width : 1200px) {
	.wrap {
		width: 990px;
	}
}
@media only screen and (max-width : 1000px) {
	.wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}
}
header .headerTop {
	padding: 27px 0 20px;
}
header .logo {
	float: left;
}
header .siteTools {
	float: right;
	font-size: 0;
}
header .siteTools a {
	display: inline-block;
	vertical-align: top;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 13px 13px 0 0;
	line-height: 1em;
}
header .siteTools a.facebook {
	background-image: url(../gfx/icon.facebook.dark.png);
	width: 5px;
	height: 13px;
}
header .siteTools a.rss {
	background-image: url(../gfx/icon.rss.dark.png);
	width: 13px;
	height: 13px;
}
header .siteTools a.sitemap {
	background-image: url(../gfx/icon.sitemap.dark.png);
	width: 15px;
	height: 13px;
}
header .siteTools a.intranett {
	background-image: url(../gfx/icon_intranet_header.svg);
	width: 24px;
	height: 15px;
}
header .siteTools a.webmail {
	background-image: url(../gfx/icon_webmail_header.svg);
	width: 25px;
	height: 13px;
}
header .siteTools form {
	display: inline-block;
}
header .searchBox {
	font-size: 0;
	display: inline-block;
}
header .searchBox input {
	border: 0;
	border-left: 1px solid #f4ecdc;
	border-top: 1px solid #f4ecdc;
	border-bottom: 1px solid #f4ecdc;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	height: 40px;
	width: 143px;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 20px 0 0 20px;
}
header .searchBox button {
	border: 0;
	border-right: 1px solid #f4ecdc;
	border-top: 1px solid #f4ecdc;
	border-bottom: 1px solid #f4ecdc;
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 40px;
	box-sizing: border-box;
	background: #fff url(../gfx/icon.magnify.small.png) 0 center no-repeat;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
}
header .headerBottom {
	background: #fcf9f4;
	border-top: 1px solid #f4ecdc;
	border-bottom: 1px solid #f4ecdc;
	position: relative;
}
header .headerBottom .wrap {
	padding: 8px 0;
}
header .headerBottom .bottomLeftBox {
	float: left;
}
header .headerBottom .bottomLeftBox a {
	display: inline-block;;
	margin: 14px 36px 0 0;
	font-size: 20px;
	font-weight: 300;
	color: #526068;
	line-height: 1em;
}
header .headerBottom .bottomLeftBox a.active {
	font-weight: 600;
}
header  .headerBottom .bottomLeftBox .menuTrigger {
	float: left;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	background-color: #526068;
	background-image: url(../gfx/icon.hamburger.white.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	line-height: 1em;
	padding: 14px 65px 14px 20px;
	text-transform: uppercase;
	border-radius: 25px;
	margin: 0 40px 0 0;
	text-decoration: none;
}
header .headerBottom .bottomLeftBox .menuTrigger.open {
	background-image: url(../gfx/menu_close.png);
}
header .headerBottom .bottomRightBox {
	float: right;
	padding-top: 9px;
}
header .headerBottom .bottomRightBox a {
	float: left;
	font-size: 20px;
	display: block;
	line-height: 1em;
	font-weight: 300;
	color: #526068;
	padding: 5px 36px 5px 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../gfx/icon.cart.png);
	margin-right: 48px;
}
header .headerBottom .bottomLeftBox a.cart {
	font-size: 20px;
	line-height: 1em;
	font-weight: 300;
	color: #526068;
	padding: 5px 36px 5px 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../gfx/icon.cart.png);
}
header  .headerBottom .bottomRightBox a.secondSite {
	background-image: url(../gfx/icon.site.png);
	color: #2e7d52;
	font-weight: 600;
	margin-right: 0;
}
/* @media only screen and (max-width : 1000px) {
	header .headerBottom .wrap {
		padding: 0;
	}
	header .headerBottom .bottomLeftBox {
		float: none;
		padding: 10px 0 10px 20px;
	}
	header .headerBottom .bottomLeftBox a {
		font-size: 16px;
		margin: 15px 20px 0 0;
	}
	header .headerBottom .bottomLeftBox a.house {
		font-size: 16px;
		margin: 20px 20px 0 0;
	}
	header .headerBottom .bottomRightBox {
		float: none;
		border-top: 1px solid #f4ecdc;
		padding: 10px 20px;
	}
	header .headerBottom .bottomLeftBox a.cart,
	header .headerBottom .bottomRightBox a {
		font-size: 16px;
		background-size: 18px;
	}
}

@media only screen and (max-width : 765px) {
	header .logo {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	header .siteTools {
		float: none;
		text-align: center;
	}
}
@media only screen and (max-width : 570px) {
	header .headerBottom .bottomLeftBox .menuTrigger {
		margin: 0px 10px 0 0;
	}
}
@media only screen and (max-width : 544px) {
	header .headerBottom .bottomLeftBox .menuTrigger {
		margin: 10px 10px 0 0;
	}
}
@media only screen and (max-width : 450px) {
	header .logo img {
		width: 100%;
	}
	header .headerBottom .bottomLeftBox .menuTrigger {
		margin: 6px 10px 0 0;
		font-size: 16px;
	}
	header .headerBottom .bottomLeftBox a {
		margin: 8px 5px 0 0;
	}
	header .headerBottom .bottomRightBox a {
		font-size: 16px;
		background-image: none !important;
		padding: 0;
		margin-right: 15px;
	}
}
@media only screen and (max-width : 375px) {
	header .headerBottom .bottomRightBox a {
		font-size: 12px;
	}
} */
.megamenuContainer {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fcf9f4;
	width: 100%;
	display: none;
	z-index: 1000;
}
header .headerBottom .megamenuContainer .wrap {
	padding: 0;
	background: #fff;
}
.megamenuContainer .tabs {
	display: table;
	width: 100%;
	background: #526068;
}
.megamenuContainer .tabs li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid #eadbbc;
}
.megamenuContainer .tabs li:last-child {
	border-right: 0;
}
.megamenuContainer .tabs li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
}
.megamenuContainer .tabs li.active {
	border-bottom: 1px solid #fff;
}
.megamenuContainer .tabs li.active a {
	background: #fff;
	color: #000;
}
.megamenuContainer .tabs li a span {
	display: inline-block;
	background: url(../gfx/arrow.down.white.small.png) 0 center no-repeat;
	padding: 20px 0 20px 18px;
}
.megamenuContainer .tabs li.active a span {
	background: url(../gfx/arrow.down.black.small.png) 0 center no-repeat;
}
.megamenuContainer .navigation {
	padding: 30px 30px 0 30px;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	-moz-column-gap: 4%;
	-webkit-column-gap: 4%;
	column-gap: 4%;
	-webkit-columns: 22%;
	-moz-columns: 22%;
	columns: 22%;
	margin: 0;
}
.megamenuContainer .navigation li {
	padding: 0 7%;
	display: block;
	border: 1px solid #e7e7e7;
	margin-bottom: 28px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.megamenuContainer .navigation li span {
	color: #000;
	padding: 38px 0;
	display: block;
	font-size: 22px;
	font-weight: 700;
}
.megamenuContainer .navigation li a {
	color: #000000;
	font-size: 22px;
	padding: 38px 20px 38px 0;
	display: block;
	line-height: 1em;
	background: url(../gfx/arrow.right.dark.medium.png) 100% center no-repeat;
}
.megamenuContainer .navigation li.pdf a {
	background: url(../gfx/icon.download.dark.medium.png) 100% center no-repeat;
}
.megamenuContainer .navigation li.doc a {
	background: url(../gfx/icon.document.png) 100% center no-repeat;
}
.megamenuContainer .navigation li.foto a {
	background: url(../gfx/icon.images.png) 100% center no-repeat;
}
.megamenuContainer .navigation li.film a {
	background: url(../gfx/icon.film.png) 100% center no-repeat;
}
.megamenuContainer .navigation li .slideContent {
	border-top: 1px solid #e7e7e7;
	margin-bottom: 8px;
}
.megamenuContainer .navigation li .slideContent a {
	padding: 0;
	font-size: 18px;
	border-bottom: 1px solid #e7e7e7;
	padding: 12px 20px 12px 0;
}
.megamenuContainer .tabContainer {
	padding: 0 0 30px 0;
}
.megamenuContainer .tabContent {
	display: none;
}
.megamenuContainer .tabContent.tab1 {
	display: block;
}
.mobileTabTrigger {
	display: block;
	text-align: left;
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	background: #526068 url(../gfx/arrow.down.white.small.png) right 20px center no-repeat;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}
.mobileTabTrigger.open {
	background: #526068 url(../gfx/arrow.up.white.small.png) right 20px center no-repeat;
}
.mobileTabTrigger:hover {
	text-decoration: none;
}
@media only screen and (max-width : 1399px) {
	.megamenuContainer .navigation li a {
		font-size: 18px;
	}
	.megamenuContainer .navigation li span {
		font-size: 18px;
	}
}
@media only screen and (max-width : 1200px) {
	.megamenuContainer .navigation li {
		padding: 0 10px;
	}
}
@media only screen and (max-width : 1000px) {
	.megamenuContainer .tabs li a {
		font-size: 16px;
	}
	.megamenuContainer .navigation {
		padding: 30px 20px 0 20px;
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 4%;
		-webkit-column-gap: 4%;
		column-gap: 4%;
	}
	.megamenuContainer .navigation li a {
		font-size: 16px;
	}
	.megamenuContainer .navigation li span {
		font-size: 16px;
	}
	.megamenuContainer .navigation li .slideContent a {
		font-size: 16px;
	}

}
@media only screen and (max-width : 760px) {
	.mobileTabTrigger {
		display: block;
	}
	.megamenuContainer .tabContainer {
		padding: 0;
	}
	.megamenuContainer .tabContent {
		display: block !important;
	}
	.megamenuContainer .tabs {
		display: none;
	}
	.megamenuContainer .navigation {
		padding: 30px 20px 30px 20px;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 4%;
		-webkit-column-gap: 4%;
		column-gap: 4%;
		display: none;
	}
	.megamenuContainer .navigation li {
		margin-bottom: 10px;
	}
	.megamenuContainer .navigation li a,
	.megamenuContainer .navigation li span {
		padding: 10px 0;
	}
	.megamenuContainer .navigation li.doc a {
		background: url(../gfx/icon.document.png) 100% center no-repeat;
		background-size: 28px;
	}
	.megamenuContainer .navigation li.foto a {
		background: url(../gfx/icon.images.png) 100% center no-repeat;
		background-size: 35px;
	}
	.megamenuContainer .navigation li.film a {
		background: url(../gfx/icon.film.png) 100% center no-repeat;
		background-size: 35px;
	}
}
@media only screen and (max-width : 500px) {
	.megamenuContainer .navigation {
		padding: 30px 20px 30px 20px;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
}
.frontNewsContainer {
	padding: 65px 0;
}
.frontNewsContainer .boxLeft {
	float: left;
	width: 45%;
}
.frontNewsContainer .boxRight {
	float: right;
	width: 48%;
}
.frontNewsContainer .boxRight .image {
	position: relative;
}
.frontNewsContainer .boxRight .image .date {
	background: #f4ecdc;
	position: absolute;
	left: -72px;
	top: 0;
	width: 75px;
	box-sizing: border-box;
	color: #526068;
	font-size: 26px;
	text-align: center;
	padding: 14px 0;
}
.frontNewsContainer .boxRight .image .date span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1em;
	text-align: center;
}
.frontNewsContainer .boxRight .image img {
	width: 100%;
	box-sizing: border-box;
	border: 5px solid #f4ecdc;
}

@media only screen and (max-width : 765px) {
	.frontNewsContainer .boxLeft {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.frontNewsContainer .boxRight {
		float: none;
		width: 100%;
	}
	.frontNewsContainer .boxRight .image .date {
		left: 0;
		top: 0;
	}
}
.preFrontCtaContainer{
	position: absolute;
}
.frontCtaContainer {
	background: #f4ecdc url(../gfx/pattern.png) 0 0;
	border-top: 1px solid #f0e4ce;
	padding: 70px 0;
}
.frontCtaContainer .wrap {
	font-size: 0;
}
.frontCtaContainer a {
	display: inline-block;
	font-size: 22px;
	color: #526068;
	background-color: rgb(255, 255, 255);
	border: 2px solid #2e7d52;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.05);
	line-height: 1em;
	font-weight: 600;
	text-decoration: none;
	padding: 18px 75px 18px 23px;
	background-repeat: no-repeat;
	background-position: right 35px center;
	background-image: url(../gfx/arrow.right.grey.medium.png);
	border-radius: 30px;
	box-sizing: border-box;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.frontCtaContainer a.site {
	background-image: url(../gfx/icon.site.png);
	border: 2px solid #2e7d52;
	color: #2e7d52;
	font-weight: 600;
	margin-right: 20px;
}
.frontCtaContainer a:hover {
	background-position: right 31px center;
}
@media only screen and (max-width : 1000px) {
	.frontCtaContainer a.site {
		margin-right: 0;
	}
	.frontCtaContainer .wrap {
		width: 75%;
	}
	.frontCtaContainer a {
		display: block !important;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width : 765px) {
	.frontCtaContainer {
		margin-top: 30px !important;
	}
	.frontCtaContainer a {
		font-size: 18px;
	}
}
@media only screen and (max-width : 400px) {
	.frontCtaContainer {
		padding: 30px 0;
	}
	.frontCtaContainer a.site {
		background-image: none;
		padding: 18px 23px;
	}
}
.newsLetterContainer {
	/* background-image: url(../gfx/newsletter.bg.jpg); */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.newsLetterContainer .bg {
	background: rgba(0, 0, 0, 0.75);
	font-size: 0;
	color: #ffffff;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media only screen and (max-width: 1100px) {
	.newsLetterContainer .bg {
		align-items: stretch;
	}
}
.newsLetterContainer .boxLeft {
	width: 952px;
	background: url(../gfx/tip.left.trans.png) 100% center no-repeat;
	font-size: 16px;
	display: flex;
	gap: 48px;
	padding-left: calc(50% - 1400px / 2);
	padding-right: 48px;
	padding-top: 32px;
	padding-bottom: 32px;
}

@media only screen and (max-width: 1460px) {
	.newsLetterContainer .boxLeft {
		width: 68%;
		box-sizing: border-box;
		padding-left: 32px;
		padding-right: 32px;
		gap: 32px;
	}
}

@media only screen and (max-width: 1100px) {
	.newsLetterContainer .boxLeft {
		flex-direction: column;
		width: 60%;
	}
}

@media only screen and (max-width: 830px) {
	.newsLetterContainer .boxLeft {
		width: 55%;
	}
}


.newsLetterContainer .boxLeft h2 {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top:-4px;
	
}
.newsLetterContainer .boxLeft h2 .newsletter__heading__subtitle {
	font-size: 40px;
	font-weight: 300;
	line-height: 36px;
}
.newsLetterContainer .boxLeft h2 .newsletter__heading__title {
	font-size: 74px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 70px;
}

@media only screen and (max-width: 1460px) {
	.newsLetterContainer .boxLeft h2 .newsletter__heading__subtitle {
		font-size: 30px;
		line-height: 26px;
	}
	.newsLetterContainer .boxLeft h2 .newsletter__heading__title {
		font-size: 54px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 900px) {
	.newsLetterContainer .boxLeft h2 .newsletter__heading__subtitle {
		font-size: 24px;
		line-height: 20px;
	}
	.newsLetterContainer .boxLeft h2 .newsletter__heading__title {
		font-size: 44px;
		line-height: 40px;
	}
}


.newsLetterContainer .boxLeft .row {
	width: 100%;
	display: flex;
}
.newsletter_join{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 1;
}
.newsLetterContainer .boxLeft .text-input {
	border: 0;
	background: #fff;
	height: 45px;
	width: 100%;
	border-radius:9px;
	font-size: 20px;
	color: #526068;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	box-sizing: border-box;
	margin-bottom: 12px;
}

.newsletter_join__checkbox {
	margin-bottom: 12px;
	display: flex;
	gap: 8px;
	align-items: center;
	background: rgba(0,0,0,0.4);
	padding: 8px 16px;
	border-radius: 9px;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
	margin-bottom: 12px;
}

.newsletter_join__checkbox a{
	color: #fff;
	text-decoration: underline;
}

.newsletter_join__checkbox input[type="checkbox"] {
	margin-right: 8px;
	border: none;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background: #fff;
}
.newsletter_join__checkbox input[type="checkbox"]:checked {
	background: #DC4E00;
	accent-color: #DC4E00;
}

.newsletter_join__checkbox label {
	color: #fff;
	font-size: 18px;
}
.newsletter_join__checkbox input {
	margin-right: 8px;
}
.newsLetterContainer .boxLeft input.error,
.rightbarBlock .newsletter_join input.error {
	border: 3px solid #db0000;
	color: #db0000;
}
.newsLetterContainer .boxLeft input:last-child {
	margin-right: 0;
}
.newsLetterContainer .boxLeft button {
	background-color: #dc4e00;
	background-repeat: no-repeat;
	background-position: right 40px center;
	background-image: url(../gfx/arrow.right.white.trans.png);
	padding: 0 64px 0 40px;
	cursor: pointer;
	border-radius: 23px;
	color: #fff;
	font-size: 20px;
	border: none;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.newsLetterContainer .boxLeft button:hover {
	background-position: right 36px center;
}
.newsLetterContainer .boxLeft .unsubscribeContainer a {
	color: #fff;
	text-decoration: underline;
}
.newsLetterContainer .boxRight {
	width: 367px;
	background-color: #526068;
	font-size: 18px;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
	padding-right: calc(50% - 1400px / 2);
}

@media only screen and (max-width: 1460px) {
	.newsLetterContainer .boxRight{
		width: 32%;
		box-sizing: border-box;
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media only screen and (max-width: 1100px) {
	.newsLetterContainer .boxRight {
		width: 40%;
	}
}

@media only screen and (max-width: 830px) {
	.newsLetterContainer .boxRight {
		width: 45%;
	}
}


@media only screen and (max-width: 650px) {
	.newsLetterContainer .bg {
		flex-direction: column;
	}

	.newsLetterContainer .boxLeft,
	.newsLetterContainer .boxRight {
		width: 100%;
	}
}

.newsLetterContainer .boxRight h2 {
	font-size: 34px;
	font-weight: 300;
	font-family: "proxima-nova", sans-serif;
	margin-bottom: 24px;
}
.newsLetterContainer .boxRight ul {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;
}
.newsLetterContainer .boxRight li a {
	background: url(../gfx/icon.chain.png) 0 center no-repeat;
	color: #fff;
	display: block;
	line-height: 1em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 13px 0 13px 29px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.newsLetterContainer .boxRight .btn a {
	display: inline-block;
	border: 2px solid rgba(255, 255, 255, 0.2);
	line-height: 1em;
	color: #fff;
	padding: 13px 60px 13px 30px;
	background: url(../gfx/arrow.right.white.trans.png) right 28px center no-repeat;
	border-radius: 25px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.newsLetterContainer .boxRight .btn a:hover {
	text-decoration: none;
	background-position: right 24px center;
}
.newsLetterContainer .newsletter_messages .success,
.rightbarBlock .newsletter_messages .success{
	color: #fff;
	background: #2e7d52;
	padding: 20px;
	font-size: 40px;
	display: none;
}
.newsLetterContainer .newsletter_messages .error,
.rightbarBlock .newsletter_messages .error,
.newsLetterContainer .newsletter_messages .tech,
.rightbarBlock .newsletter_messages .tech{
	color: #fff;
	background: #db0000;
	font-size: 20px;
	padding: 20px;
	line-height: 1em;
	display: none;
	margin-bottom: 20px;
}


.partnersContainer {
	background: #f4ecdc url(../gfx/pattern.png) 0 0;
	padding: 70px 0 50px;
}
.partnersContainer .wrap {
	font-size: 0;
}
.partnersContainer .item {
	display: inline-block;
	width: 18.57%;
	margin: 0 1.78% 20px 0;
}
.partnersContainer .item:nth-child(5n+5) {
	margin: 0 0 20px 0;
}
.partnersContainer .item a {
	display: block;
	height: 112px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border-radius: 10px;
}
@media only screen and (max-width : 1000px) {
	.partnersContainer .item {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.partnersContainer .item:nth-child(5n+5) {
		margin: 0 2% 20px 0;
	}
	.partnersContainer .item:nth-child(3n+3) {
		margin: 0 0 20px 0;
	}
	.partnersContainer .item a {
		background-size: 70%;
	}
}
@media only screen and (max-width : 460px) {
	.partnersContainer .item {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	.partnersContainer .item:nth-child(5n+5) {
		margin: 0 4% 20px 0;
	}
	.partnersContainer .item:nth-child(3n+3) {
		margin: 0 4% 20px 0;
	}
	.partnersContainer .item:nth-child(2n+2) {
		margin: 0 0 20px 0;
	}
}
.newsCategoryContainer {
	background-image: url(../gfx/news.image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.newsCategoryContainer .bg {
	background-color: rgba(199, 80, 31, 0.9);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.newsCategoryContainer.pink .bg {
	background-color: rgba(172, 56, 64, 0.9);
}
.newsCategoryContainer.grey .bg {
	background-color: rgba(82, 96, 104, 0.9);
}
.newsCategoryContainer .wrap {
	position: relative;
	box-sizing: border-box;
}
.newsCategoryContainer .categoryMenu {
	position: absolute;
	top: 0;
	background: #f4ecdc url(../gfx/pattern.png) 0 0;
	width: 260px;
	box-sizing: border-box;
	height: 100%;
}
.newsCategoryContainer .categoryMenu .scrollContent {
	top: 0;
	-webkit-transition: top 0.3s ease;
	-moz-transition: top 0.3s ease;
	-ms-transition: top 0.3s ease;
	-o-transition: top 0.3s ease;
	transition: top 0.3s ease;
	position: absolute;
	width: 100%;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
.newsCategoryContainer .categoryMenu.scrolled .scrollContent {
	position: absolute;
}
.newsCategoryContainer .categoryMenu a {
	display: block;
	line-height: 1em;
	font-size: 30px;
	font-family: "proxima-nova-condensed",sans-serif;
	color: #c7501f;
	padding: 30px 57px 30px 20px;
	background-image: url(../gfx/icon.round.orange.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}
.newsCategoryContainer .categoryMenu a.active {
	background-color: #c7501f;
	background-image: url(../gfx/icon.round.orange.active.png);
	color: #fff;
}
.newsCategoryContainer .categoryMenu a.group2 {
	color: #ac3840;
	background-image: url(../gfx/icon.round.pink.png);
}
.newsCategoryContainer .categoryMenu a.group2.active {
	background-color: #ac3840;
	background-image: url(../gfx/icon.round.pink.active.png);
	color: #fff;
}
.newsCategoryContainer .categoryMenu a.group3 {
	color: #000;
	background-image: url(../gfx/icon.round.grey.png);
}
.newsCategoryContainer .categoryMenu a.group3.active {
	background-color: #000;
	color: #fff;
	background-image: url(../gfx/icon.round.grey.active.png);
}
.newsCategoryContainer .item {
	padding: 70px 0 70px 22%;
}
.newsCategoryContainer h2 {
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 30px;
}
.newsCategoryContainer .btn {
	text-align: center;
}
.newsCategoryContainer .btn a {
	display: inline-block;
	font-size: 20px;
	color: #526068;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.05);
	line-height: 1em;
	font-weight: 300;
	text-decoration: none;
	padding: 18px 75px 18px 23px;
	background-repeat: no-repeat;
	background-position: right 35px center;
	background-image: url(../gfx/arrow.right.grey.medium.png);
	border-radius: 30px;
	box-sizing: border-box;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.newsCategoryContainer .btn a:hover {
	background-position: right 31px center;
}
@media only screen and (max-width : 1399px) {
	.newsCategoryContainer .item {
		padding: 70px 0 70px 25%;
	}
}
@media only screen and (max-width : 1200px) {
	.newsCategoryContainer .item {
		padding: 70px 0 70px 28%;
	}
}
@media only screen and (max-width : 1000px) {
	.newsCategoryContainer .categoryMenu {
		display: none;
	}
	.newsCategoryContainer .item {
		padding: 70px 0 70px;
	}
	.newsCategoryContainer h2 {
		font-size: 40px;
	}
}

.boxList {
	font-size: 0;
}
.boxList.press {
	padding-top: 50px;
}
.boxList li {
	display: inline-block;
	width: 23%;
	margin: 0 2.666% 27px 0;
	vertical-align: top;
	background: #f8f9fb;
	border-radius: 10px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.boxList li:nth-child(4n+4) {
	margin: 0 0 27px;
}
.boxList.newsArchive li {
	width: 19%;
	margin: 0 1.25% 20px 0;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}
.boxList.newsArchive li:nth-child(4n+4) {
	margin: 0 1.25% 20px 0;
}
.boxList.newsArchive li:nth-child(5n+5) {
	margin: 0 0 20px 0;
}
.boxList.media li {
	width: 18%;
	margin: 0 2% 20px 0;
}
.boxList.bigItems li {
	width: 32%;
	margin-right: 2%;
}
.boxList.bigItems li:nth-child(3n){
	margin-right: 0%;
}
.boxList.bigItems li .image {
	height: 230px;
}
.boxList.media li:nth-child(4n+4) {
	margin: 0 2% 20px 0;
}
.boxList.media li:nth-child(5n+5) {
	margin: 0 0 20px;
}
.boxList li a,
.boxList li span{
	display: block;
	color: #526068;
	font-size: 14px;
	text-decoration: none;
}
.boxList li .image {
	height: 180px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.boxList.newsArchive li .image {
	background-image: url(../gfx/icon.localnews.default.png)
}
.boxList.media .image .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../gfx/icon.magnify.big.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 10px 10px 0 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.boxList.media.video .image .bg {
	opacity: 1;
	background-image: url(../gfx/icon.play.png);
}
.boxList.media a:hover .image .bg {
	opacity: 1;
}
.boxList li .itemInfo {
	background: #ebecee;
	font-size: 13px;
	padding: 10px 4%;
}
.boxList.noImage li .itemInfo {
	border-radius: 10px 10px 0 0;
}
.boxList li .itemInfo span {
	margin-right: 10px;
}
.boxList li .details {
	padding: 18px 4%;
}
.boxList li .title {
	color: #3b61aa;
	font-size: 19px;
	font-weight:  300;
	line-height: 1em;
	padding-bottom: 8px;
}
.boxList li.local .title {
	color: #419099;
}
.boxList li .details .text {
	line-height: 1.4em;
}
.boxList.press li .itemTools {
	background: #fff;
	border: 1px solid #eaedf3;
}
.boxList.press li .itemTools a {
	display: inline-block;
	padding: 13px 9px 13px 43px;
	line-height: 1em;
	background-image: url(../gfx/icon.magnify.plus.png);
	background-position: 17px center;
	background-repeat: no-repeat;
}
.boxList.press li .itemTools a.download {
	background-image: url(../gfx/icon.download.dark.small.png);
	border-left: 1px solid #eaedf3;
}
.boxList.press .details {
	border-left: 1px solid #eaedf3;
	border-right: 1px solid #eaedf3;
	border-bottom: 1px solid #eaedf3;
	border-radius: 0 0 10px 10px;
}
.boxList.press li .title {
	font-size: 26px;
	color: #000000;
}
.boxList.media li .title {
	color: #000000;
	font-size: 16px;
}
.boxList.press li .text {
	font-size: 14px;
	padding-top: 5px;
}
.boxList li .button {
	margin-top: 20px;
}
.boxList li .button a {
	display: inline-block;
	border: 2px solid rgba(82, 96, 104, 0.2);
	line-height: 1em;
	padding: 9px 46px 9px 18px;
	border-radius: 20px;
	font-size: 14px;
	background-color: #fff;
	background-image: url(../gfx/icon.chain.grey.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.boxList li .button a:hover {
	background-position:  right 16px center;
}
@media only screen and (max-width : 1399px) {
	.boxList.press li .itemTools a {
		display: block;
	}
	.boxList.press li .itemTools a.download {
		border-top: 1px solid #eaedf3;
		border-left: 0;
	}
	.boxList.media li {
		width: 23%;
		margin: 0 2% 20px 0;
	}
	.boxList.media li:nth-child(5n+5) {
		margin: 0 2% 20px 0;
	}
	.boxList.media li:nth-child(4n+4) {
		margin: 0 0 20px;
	}
	.boxList.media li:nth-child(3n+3) {
		margin: 0 2% 20px 0;
	}
	.boxList.media li:nth-child(6n+6) {
		margin: 0 2% 20px 0;
	}
}
@media only screen and (max-width : 1200px) {
	.boxList li .title {
		font-size: 16px;
	}
	.boxList li .itemInfo span {
		margin-right: 6px;
	}
	.boxList.media li {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.boxList.media li:nth-child(5n+5) {
		margin: 0 2% 20px 0;
	}
	.boxList.media li:nth-child(4n+4) {
		margin: 0 2% 20px 0;
	}
	.boxList.media li:nth-child(3n+3) {
		margin: 0 0 20px;
	}
	.boxList.media li:nth-child(6n+6) {
		margin: 0 0 20px;
	}
}
@media only screen and (max-width : 1024px) {
	.boxList li .title {
		font-size: 16px;
	}
}
@media only screen and (max-width : 1000px) {
	.boxList.newsArchive li {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.boxList.newsArchive li:nth-child(5n+5) {
		margin: 0 2% 20px 0;
	}
	.boxList.newsArchive li:nth-child(3n+3) {
		margin: 0 0 20px 0;
	}
	.boxList.media li {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.boxList.media li:nth-child(4n+4) {
		margin: 0 2% 20px 0;
	}
	.boxList.media li:nth-child(3n+3) {
		margin: 0 0 20px;
	}
	.boxList.media li:nth-child(6n+6) {
		margin: 0 0 20px;
	}
	.boxList.media .image .bg {
		opacity: 1;
	}

}
@media only screen and (max-width : 765px) {
	.boxList li {
		width: 48%;
		margin: 0 4% 27px 0;
	}
	.boxList li:nth-child(2n+2),
	.boxList li:nth-child(4n+4) {
		margin: 0 0 27px;
	}
	.boxList.newsArchive li:nth-child(2n+2) {
		margin: 0 2% 20px 0;
	}
	.boxList.newsArchive li:nth-child(3n+3) {
		margin: 0 0 20px 0;
	}
	.boxList.media li:nth-child(2n+2) {
		margin: 0 2% 20px 0;
	}
	.boxList.media li:nth-child(4n+4) {
		margin: 0 2% 20px 0;
	}
	.boxList.media li:nth-child(3n+3) {
		margin: 0 0 20px;
	}
}
@media only screen and (max-width : 600px) {
	.boxList.newsArchive li {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	.boxList.newsArchive li:nth-child(3n+3) {
		margin: 0 4% 20px 0;
	}
	.boxList.newsArchive li:nth-child(5n+5) {
		margin: 0 4% 20px 0;
	}
	.boxList.newsArchive li:nth-child(2n+2) {
		margin: 0 0 20px 0;
	}
	.boxList.media li {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	.boxList.media li:nth-child(odd) {
		margin: 0 4% 20px 0;
	}
	.boxList.media li:nth-child(even) {
		margin: 0 0 20px 0;
	}
}
@media only screen and (max-width : 450px) {
	.boxList li {
		width: 100%;
		display: block;
		margin: 0 0 27px 0;
	}
	.boxList.newsArchive li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.boxList.newsArchive li:nth-child(3n+3) {
		margin: 0 0 20px 0;
	}
	.boxList.newsArchive li:nth-child(5n+5) {
		margin: 0 0 20px 0;
	}
	.boxList.media li .image,
	.boxList.newsArchive li .image {
		height: 200px;
	}
	.boxList.media li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.boxList.media li:nth-child(3n+3) {
		margin: 0 0 20px 0;
	}
}
.pageHeadingContainer {
	background-repeat: no-repeat;
	background-image: url(../gfx/page.heading.bg.jpg);
	background-position: center top;
	background-size: cover;
	color: #fff;
	height: 440px;
	display: table;
	width: 100%;
	position: relative;
}
.pageHeadingContainer .bg {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.5);
}
.pageHeadingContainer .wrap {
	position: relative;
}
.pageHeadingContainer h1 {
	font-size: 80px;
	font-weight: 400;
}
.pageHeadingContainer .forumBtns {
	font-size: 0;
}
.pageHeadingContainer .forumBtns a {
	display: inline-block;
	line-height: 1em;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 12px 63px 12px 23px;
	border-radius: 25px;
	background-position: right 29px center;
	background-repeat: no-repeat;
	-webkit-transition: background 0.3s ease, border 0.3s ease;
	-moz-transition: background 0.3s ease, border 0.3s ease;
	-ms-transition: background 0.3s ease, border 0.3s ease;
	-o-transition: background 0.3s ease, border 0.3s ease;
	transition: background 0.3s ease, border 0.3s ease;
	margin-right: 10px;
	margin-bottom: 10px;
}
.pageHeadingContainer .forumBtns a:hover {
	border: 1px solid rgba(255, 255, 255, 0.6);
	background-color: rgba(0, 0, 0, 0.7);
}
.pageHeadingContainer .forumBtns a.closeThread {
	background-image: url(../gfx/icon.lock.png);
}
.pageHeadingContainer .forumBtns a.openThread {
	background-image: url(../gfx/icon.lock.open.png);
}
.pageHeadingContainer .forumBtns a.deleteThread,
.pageHeadingContainer .forumBtns a.askDeleteThread {
	background-image: url(../gfx/icon.x.forum.png);
}
.pageHeadingContainer .forumBtns a.archiveThread {
	background-image: url(../gfx/icon.archive.forum.png);
}
.pageHeadingContainer .forumBtns a.restoreThread {
	background-image: url(../gfx/icon.restore.forum.png);
}
.pageHeadingContainer .loginInfo {
	position: absolute;
	right: 0;
	top: 20px;
	text-align: right;
}
.pageHeadingContainer .loginInfo .userLoggedIn {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 15px;
}
.pageHeadingContainer .loginInfo .btns {
	font-size: 0;
}
.pageHeadingContainer .loginInfo .btns a {
	display: inline-block;
	line-height: 1em;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 12px 63px 12px 23px;
	border-radius: 25px;
	background-position: right 29px center;
	background-repeat: no-repeat;
	-webkit-transition: background 0.3s ease, border 0.3s ease;
	-moz-transition: background 0.3s ease, border 0.3s ease;
	-ms-transition: background 0.3s ease, border 0.3s ease;
	-o-transition: background 0.3s ease, border 0.3s ease;
	transition: background 0.3s ease, border 0.3s ease;
	margin-bottom: 10px;
}
.pageHeadingContainer .loginInfo .btns a:hover {
	border: 1px solid rgba(255, 255, 255, 0.6);
	background-color: rgba(0, 0, 0, 0.4);
}
.pageHeadingContainer .loginInfo .btns a.login {
	background-image: url(../gfx/icon.login.png);
}
.pageHeadingContainer .loginInfo .btns a.register {
	background-color: #1b864c;
	background-image: url(../gfx/icon.register.png);
	box-shadow: none;
	border: none;
	margin-left: 10px;
}
.pageHeadingContainer .breadcrumbContainer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
	font-size: 0;
	padding: 18px 0;
}
.pageHeadingContainer .breadcrumbContainer a,
.pageHeadingContainer .breadcrumbContainer span{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	line-height: 1em;
	background: url(../gfx/arrow.right.white.tiny.png) 100% center no-repeat;
	padding: 0 12px 0 0;
	margin-right: 10px;
}
.pageHeadingContainer .breadcrumbContainer span{
	color: #CCCCCC;
}
.pageHeadingContainer .breadcrumbContainer a:last-child {
	background: none;
}
.pageHeadingContainer .breadcrumbContainer a.backBtn {
	background-color: #fff;
	color: #526068;
	font-size: 18px;
	background-repeat: no-repeat;
	background-image: url(../gfx/arrow.left.grey.medium.png);
	background-position: 29px center;
	padding: 11px 19px 11px 54px;
	border-radius: 20px;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.pageHeadingContainer .breadcrumbContainer a.backBtn:hover {
	background-position: 25px center;
}
@media only screen and (max-width : 1399px) {
	.pageHeadingContainer {
		height: 300px;
	}
	.pageHeadingContainer h1 {
		font-size: 60px;
	}
}
@media only screen and (max-width : 1000px) {
	.pageHeadingContainer {
		height: 300px;
	}
	.pageHeadingContainer.forum {
		height: auto;
	}
	.pageHeadingContainer.forum .wrap {
		padding: 40px 20px 100px;
		box-sizing: border-box;
	}
	.pageHeadingContainer.forum .breadcrumbContainer .wrap {
		padding: 0 20px;
	}
	.pageHeadingContainer h1 {
		font-size: 40px;
		padding-bottom: 25px;
	}
	.pageHeadingContainer .loginInfo {
		position: static;
		text-align: left;
		padding-top: 20px;
	}
}
@media only screen and (max-width : 760px) {
	.pageHeadingContainer .breadcrumbContainer a.backBtn {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width : 430px) {
	.pageHeadingContainer .loginInfo .btns a.login {
		margin-right: 10px;
	}
	.pageHeadingContainer .loginInfo .btns a.register {
		margin-left: 0;
	}
}
@media only screen and (max-width : 400px) {
	.pageHeadingContainer h1 {
		padding-bottom: 10px;
		font-size: 30px;
	}
	.pageHeadingContainer .loginInfo {
		padding-top: 0;
	}
}
.contentContainer {
	background: #FCF9F4;
	padding: 70px 0;
}

.contentContainer.twoCol {
	background: url(../gfx/new.content-bg.jpg) center 0 repeat-y;
	padding: 0;
}

.contentContainer .one-col-layout {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

.contentContainer .table-wrapper {
	width: 100% !important;
	overflow-x: auto !important;
}


.contentContainer iframe{
	width: 100% !important;
	overflow-x: scroll !important;
}

.contentContainer .two-col-layout {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
}
.contentContainer .leftbar {
	width: 940px;
	padding: 50px 0;
	flex-shrink: 0;
	flex-grow: 0;
}

.contentContainer .rightbar {
	width: 400px;
	padding: 50px 0;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	flex-grow: 0;
	margin-left: auto;
}
.contentContainer .rightbar .rightbar_content {
	position: sticky;
	top: 0px;
	padding-left: 24px;
	padding-bottom: 32px;
	box-sizing: border-box;
	max-height: 100vh;
	overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}
.contentContainer .rightbar .rightbar_content::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}


@media only screen and (max-width: 1460px) {

	.contentContainer .leftbar {
		width: 70%;
		padding-left: 32px;
		padding-right: 32px;
		box-sizing: border-box;
	}
	.contentContainer .rightbar {
		width: 30%;
		background: #F9F3EA;
		box-sizing: border-box;
	}

	.contentContainer .rightbar .rightbar_content {
		width: 100%;
		padding-right: 24px;
		box-sizing: border-box;
	}
}


@media only screen and (max-width: 1200px) {

	.contentContainer .leftbar {
		width: 68%;
		padding-left: 24px;
		padding-right: 24px;
	}
	.contentContainer .rightbar {
		width: 32%;
		padding-top: 16px;
	}

	.contentContainer .rightbar .rightbar_content {
		padding-right: 16px;
		padding-left: 16px;
	}
}


@media only screen and (max-width: 880px) {

	.contentContainer .two-col-layout {
		flex-direction: column;
	}
	.contentContainer .leftbar {
		width: 100%;

	}
	.contentContainer .rightbar {
		width: 100%;
	}

	.rightbarBlock__newsletter {
		display: none;
	}

}


.contentContainer .loader{
	height: 100px;
}
.contentContainer .loader.loading{
	background: url('../gfx/ajax_loader.gif') no-repeat center bottom;
}
.localNews .localNews_list.loading{
	background: url('../gfx/ajax_loader2.gif') no-repeat center center;
}
.contentContainer .noresults{
	font-size: 20px;
	width: 100%;
	text-align: center;
	display: none;
}
.contentContainer .load_more_button_container button {
	background-color: #dc4e00;
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-image: url(../gfx/arrow.down.white.small.png);
	padding: 0 60px 0 40px;
	cursor: pointer;
	height: 45px;
	border-radius: 23px;
	color: #fff;
	font-size: 20px;
	border: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.contentContainer .load_more_button_container button:hover {
	background-position: right 30px 18px;
}
.contentContainer .load_more_button_container.loading button {
	background-image: none;
	cursor: wait;
	pointer-events: none;
}
.contentContainer .load_more_button_container button:disabled {
	opacity: 0.8;
}
.contentContainer .load_more_button_container.loading button .dots {
	display: inline-block;
	width: 30px;
	text-align: left;
}
.contentContainer .load_more_button_container.loading button .dots::after {
	content: '';
	animation: dots 1.5s steps(4, end) infinite;
}
@keyframes dots {
	0%, 20% { content: ''; }
	40% { content: '.'; }
	60% { content: '..'; }
	80%, 100% { content: '...'; }
}
@media only screen and (max-width : 1460px) {
	.contentContainer.twoCol {
		background: none;
	}
}


.articleTopImage {
	position: relative;
}
.articleTopImage img {
	width: 100%;
}
.articleTopImage .author {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #FFF;
	line-height: 1em;
	background: rgba(0, 0, 0, 0.9);
	font-size: 14px;
	padding: 9px 10px;
}
.articleTopImage .author.single {
	width: 100%;
	right: auto;
	left: 0;
	text-align: center;
	background: none;
	padding: 0;
}
.articleTopImage .author.single span {
	display: inline-block;
	background: rgba(0, 0, 0, 0.9);
	padding: 9px 10px;
	color: #FFFFFF;
}
.articleGalleryContainer {
	margin-bottom: 40px;
}
.articleGalleryContainer h2 {
	font-size: 54px;
	padding: 0;
	margin-bottom: 20px;
	font-weight: 400;
	color: #000000;
}
.articleGallery {
	position: relative;
	height: 50vh;
	width: 100%;
}
.articleGallery .arrow {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 36px;
	margin-top: -18px;
	z-index: 100;
}
.articleGallery .arrow.right {
	right: 0;
	background: rgba(255, 255, 255, 0.7) url(../gfx/arrow.right.dark.medium.png) center center no-repeat;
	border-radius: 50% 0 0 50%;
}
.articleGallery .arrow.left {
	left: 0;
	background: rgba(255, 255, 255, 0.7) url(../gfx/arrow.left.dark.medium.png) center center no-repeat;
	border-radius: 0 50% 50% 0;
}
.articleGallery .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.articleGallery > .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.articleGallery .item .author {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.articleGallery .item .author span {
	display: inline-block;
	padding: 9px 10px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.9);
	color: #FFF;
	line-height: 1em;
}
.articleGallery .item .author.single {
	width: 100%;
	right: auto;
	left: 0;
	text-align: center;
	background: none;
	padding: 0;
}
.articleGallery > .item .author.single {
	width: 70%;
	right: auto;
	left: 0;
	text-align: left;
	background: none;
	padding: 0;
}
.articleGallery .item .author.single span {
	display: inline-block;
	background: rgba(0, 0, 0, 0.9);
	padding: 9px 10px;
	color: #FFFFFF;
}
@media only screen and (max-width : 1440px) {
	.articleGallery > .item .author.single {
		width: 40%;
	}
}
@media only screen and (max-width : 1000px) {
	.articleGallery > .item .author.single {
		width: 55%;
	}
	.articleGallery {
		height: 30vh;
	}
}
@media only screen and (max-width : 420px) {
	.articleGallery > .item .author.single {
		width: 100%;
	}
}
.multifields {
	border: 1px solid #e9ebee;
	margin-bottom: 70px;
}
.multifields .row {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.multifields .row:last-child {
	border-bottom: none;
}
.multifields .leftCell {
	width: 30%;
	display: table-cell;
	box-sizing: border-box;
	padding: 19px 10px 19px 20px;
	vertical-align: top;
	background: #f4ecdc;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.multifields .row:nth-child(even) .leftCell {
	background: #ece5d5;
}
.multifields .rightCell {
	width: 70%;
	display: table-cell;
	box-sizing: border-box;
	padding: 19px 10px 19px 20px;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.multifields .row:nth-child(even) .rightCell {
	background: #f7f7f7;
}
.rightbar .rightbarBlock{
	padding-top: 24px;
}

/* .rightbar .rightbarBlock:nth-child(even) {
	background: rgba(255, 255, 255, 0.6);
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
} */

/* .rightbar .contactPerson .image {
	display: inline-block;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 40%;
	height: 125px;
	margin-right: 5%;
	box-sizing: border-box;
	border: 2px solid #e7e7e7;
	vertical-align: top;
}
.rightbar .contactPerson .image img {
	display: none;
}
.rightbar .contactPerson .data {
	display: inline-block;
	width: 55%;
	font-size: 16px;
	vertical-align: top;
}
.rightbar .contactPerson .data .name {
	font-size: 28px;
	font-family: "proxima-nova-condensed",sans-serif;
	line-height: 1em;
}
.rightbar .contactPerson .data .job {
	margin-bottom: 5px;
}
.rightbar .contactPerson .data a {
	display: block;
	padding: 12px 0 12px 22px;
	color: #000;
	line-height: 1em;
	border-bottom: 1px solid #e3e3e3;
}
*/



.rightbar .newsListContainer h2 {
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 20px;
	padding-left: 24px;
	color: #2E404E;
}


.rightbar .contactPerson .text {
	font-size: 15px;
	padding-top: 20px;
	line-height: 1.4em;
} 

.rightBarBlock__box {
	background:#fff;
	border-radius: 12px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.rightBarBlock__box  h2 {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	background: #FCF9F4;
	padding: 16px 24px;
	border-radius: 12px 12px 0 0;
	border-bottom: 1px solid #F4ECDC;
	margin-bottom: 0;
	box-sizing: border-box;
	color: #405260;
}

.mobile-submenu-heading {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	background: #FCF9F4;
	padding: 16px 24px;
	border-radius: 12px 12px 0 0;
	border-bottom: 1px solid #F4ECDC;
	margin-bottom: 0;
	box-sizing: border-box;
	color: #405260;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	display: none;
}

.mobile-submenu-heading .content {
	display: flex;
	flex-direction: column;
}

.mobile-submenu-heading .content .page-title {
	font-size: 16px;
	font-weight: 300;
	color: #405260;
}
.mobile-submenu-heading .content .active-item-title {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 600;
	color: #DC4E00;
}
.mobile-submenu-heading .small-title {
	font-size: 16px;
	color: #526068;
}
.rightbarBlock__submenu h2 svg {
	stroke: #405260;
	transition: transform 0.3s ease;
	display: none;
}

@media only screen and (max-width: 880px) {
	.rightbarBlock__submenu h2 svg {
		display: block;
	}
	.mobile-submenu-heading {
		display: flex;
	}

	.rightbarBlock__submenu h2 {
		display: none;
	}
}

.rightBarBlock__contact-person__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rightBarBlock__contact-person .image {
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
}
.rightBarBlock__contact-person .image img {
	width: 100%;
	aspect-ratio: 1.5/1;
	object-fit: cover;
	border-radius: 12px;
}

.rightBarBlock__contact-person .data{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.rightBarBlock__contact-person .name-and-title {
	border-bottom: 1px solid #E2EAF1;
	padding-left: 16px;
	padding-right: 16px;
}

.rightBarBlock__contact-person .name-and-title .name {
	font-size: 24px;
	line-height: 1em;
	font-weight: 500;
}

.rightBarBlock__contact-person .name-and-title .job {
	font-size: 16px;
	color: #526068;
}


.rightBarBlock__contact-person .contact-row a{
	padding-left: 16px;
	padding-right: 16px;
	display: flex;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	gap: 12px;
	border-bottom: 1px solid #E2EAF1;
	color: #000;
	transition: background 0.3s ease;
	font-size: 20px;
}
.rightBarBlock__contact-person .contact-row:last-child a {
	border-bottom: none;
}


.rightBarBlock__contact-person .contact-row a svg {
	stroke: #526068;
	transition: stroke 0.3s ease;
}


.rightBarBlock__contact-person .contact-row a:hover {
	background: #FAF6EE;
	text-decoration: none;
	color: #000;
}


.rightBarBlock__contact-person .contact-row a:hover svg {
	stroke: #DC4E00;
}


.rightBarBlock__box .newsletter_join__content {
	padding: 20px;
	box-sizing: border-box;
}

.rightbar .newsletterBox .row {
	margin-bottom: 12px;
	box-sizing: border-box;
}
.rightbar .newsletterBox input {
	border: 1px solid #e3e3e3;
	background: #fff;
	height: 45px;
	display: inline-block;
	text-align: left;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	margin-right: 4%;
	border-radius: 6px;
	font-size: 20px;
	color: #526068;
}
.rightbar .newsletterBox button {
	width: 100%;
	background-color: #526068;
	padding: 0 16px;
	cursor: pointer;
	height: 45px;
	border-radius: 23px;
	color: #fff;
	font-size: 20px;
	border: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	margin-right: 10px;
}
.rightbar .newsletterBox button:hover {
	background-position: right 36px center;
}
.rightbar .newsletterBox .row span {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	text-align: right;
}
.rightbar .newsletterBox .row span a {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: underline;
}

.rightbarBlock .newsletter_messages .message{
	border-radius: 12px;
	overflow: hidden;
}
.rightbar .ctaBtn a {
	text-align: left;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 12px;
	line-height: 1em;
	text-decoration: none;
	font-size: 22px;
	width: 100%;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px;
	box-sizing: border-box;
	color: #000;
}

.rightbar .ctaBtn a:hover {
	background: #FAF6EE;
	text-decoration: none;
	color: #DC4E00;
}

@media only screen and (max-width: 1200px) {
	.rightbar .ctaBtn a {
		font-size: 18px;
	}
}

.rightbar .newsListContainer {
	position:sticky;
	top: 20px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
}

.rightbar .newsList {
	margin-left: -1px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.rightbar .newsList li {
	padding: 12px 24px;
	font-size: 16px;
	transition: all 0.3s ease;
	border-radius: 0 12px 12px 0;
}

.rightbar .newsList li .title{
	transition: all 0.3s ease;
}
.rightbar .newsList li a {
	color: #000;
	text-decoration: none;
}

.rightbar .newsList li:hover {
	background: rgba(255, 255, 255, 0.5);
}

.rightbar .newsList li:hover .title {
	color: #DC4E00;
}

.rightbar .newsList li.active,
.rightbar .newsList li.active:hover {
	background: #fff;
}


.rightbar .newsList li.active a:hover{
	cursor: default;
}


.rightbar .newsList li.active a .title{
	color: #DC4E00;
}
.rightbar .newsList li .newsInfo {
	font-size: 13px;
	color: #526068;
}
.rightbar .newsList li .title {
	font-family: "proxima-nova-condensed",sans-serif;
	font-size: 24px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 7px;
}


.rightbar .submenuBox {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.rightbar .submenuBox a {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 24px;
	transition: all 0.3s ease;
	justify-content: space-between;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #E2EAF1;
	font-size: 20px;
	line-height: 1.3em;
}
.rightbar .submenuBox a:last-child {
	border-bottom: none;
}
.rightbar .submenuBox a:hover {
	background: #FAF6EE;
	text-decoration: none;
	color: #DC4E00;
}

.rightbar .submenuBox a.active,
.rightbar .submenuBox a.active:hover {
	color: #DC4E00;
	background: #fff;
	font-weight: 700;
	cursor: default;
}

.rightbar .submenuBox a.active svg {
	stroke: #C0CED9;
}
.rightbar .btns {
	padding: 15px 7.5% 30px;
}
.rightbar .btns a {
	float: left;
	display: block;
	line-height: 1em;
	color: #fff;
	font-size: 18px;
	padding: 11px 33px 11px 51px;
	border-radius: 20px;
	background-color: #526068;
	background-repeat: no-repeat;
	background-position: 27px center;
	background-image: url(../gfx/arrow.left.white.medium.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.rightbar .btns a.disabled {
	color: #CCCCCC;
}
.rightbar .btns a.next {
	float: right;
	padding: 11px 51px 11px 33px;
	background-image: url(../gfx/arrow.right.white.medium.png);
	background-position: right 27px center;
}
.rightbar .btns a:hover {
	color: #fff;
	text-decoration: none;
	background-position: 23px center;
}
.rightbar .btns a.disabled:hover {
	background: url(../gfx/arrow.left.tail.big.grey.png) 10px center no-repeat;
	color: #CCCCCC;
}
.rightbar .btns a.next:hover {
	background-position: right 23px center;
}
.rightbar .btns a.next.disabled:hover {
	color: #CCCCCC;
}

@media only screen and (max-width: 880px) {	

	.contentContainer .rightbar {
		z-index: 901;
	}
	.rightbar .newsListContainer {
		position:static;
		height: auto;
		max-height: none;
	}
	.rightbar .rightbarBlock__submenu{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #FCF9F4;
		z-index: 1001;
		padding: 0;
		box-sizing: border-box;
		box-shadow: 0 -8px 24px 0 rgba(0, 0, 0, 0.15);
		max-height: 100vh;
	}

	.rightbar .rightBarBlock__box h2 {
		font-size: 24px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.rightbar .submenuBox {
		display: none;
		overflow-y: auto;
		max-height: calc(100vh - 140px);
	}

	/* Make submenu toggleable */
	.js-rightbarSubmenuToggle {
		cursor: pointer;
		user-select: none;
	}

	.mobile-submenu-heading .icon svg {
		transition: transform 0.3s ease;
	}

	.js-rightbarSubmenuToggle.open .mobile-submenu-heading .icon svg {
		transform: rotate(180deg);
	}

}

@media only screen and (max-width: 380px) {
	.rightbar .newsListContainer .btns a {
		width: 100%;
		box-sizing: border-box;
		margin-top: 12px;
		text-align: center;
	}
}

/* @media only screen and (max-width : 1200px) {
	.rightbar h2 {
		font-size: 30px;
	}
	.rightbar .contactPerson .image {
		display: block;
		width: 100%;
		height: 200px;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.rightbar .contactPerson .data {
		display: block;
		width: 100%;
	}
	.rightbar .btns {
		padding: 15px 10px 30px;
	}
	.rightbar .btns a {
		padding: 11px 15px 11px 41px;
		background-position: 17px center;
	}
	.rightbar .btns a:hover {
		background-position: 14px center;
	}
	.rightbar .btns a.next {
		padding: 11px 41px 11px 15px;
		background-position: right 17px center;
	}
	.rightbar .btns a.next:hover {
		background-position: right 14px center;
	}
}
@media only screen and (max-width : 1024px) {
	.rightbar ul.list li{
		display: none;
	}
	.rightbar .contactPerson {
		padding: 30px 0;
	}
	.rightbar .contactPerson .image {
		display: inline-block;
		width: 45%;
		height: 350px;
		margin-right: 5%;
		margin-bottom: 0;
	}
	.rightbar .contactPerson .data {
		display: inline-block;
		width: 50%;
	}
}
@media only screen and (max-width : 600px) {

	.rightbar .contactPerson .image {
		display: inline-block;
		width: 45%;
		height: 275px;
		margin-right: 5%;
		margin-bottom: 0;
	}
}
@media only screen and (max-width : 400px) {
	.rightbar .contactPerson .image {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		margin-right: 0;
		background-image: none;
	}
	.rightbar .contactPerson .image img {
		width: 100%;
		display: block;
	}
	.rightbar .contactPerson .data {
		display: block;
		width: 100%;
	}
} */
.filterContainer {
	background: #f7f7f7;
	border: 1px solid #e4e4e4;
	font-size: 0;
	margin-bottom: 50px;
	border-radius: 10px;
	position: relative;
}
.filterContainer.frontPageLocalNewsFilter{
	text-align: center;
	margin-bottom: 20px;
	background: none;
	border: none;
}
.filterContainer.frontPageLocalNewsFilter a{
	text-align: left;
}
.filterContainer .text {
	display: inline-block;
	background: #fff;
	line-height: 1em;
	font-size: 34px;
	font-family: "proxima-nova-condensed",sans-serif;
	padding: 30px 40px 27px;
	border-right: 1px solid #e4e4e4;
	margin-right: 20px;
	border-radius: 10px 0 0 10px;
}
.filterContainer .filterItems {
	display: inline-block;
	vertical-align: top;
	margin-top: 19px;
}
.filterContainer .filterItems.filterSchoolsContainer {
	width: 70%;
}
.filterContainer .filterItem {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	position: relative;
}
.filterContainer .filterItem input {
	display: inline-block;
	background-color: #fff;
	background-image: url(../gfx/icon.magnify.small.png);
	background-position: right 20px center;
	box-sizing: border-box;
	padding: 0 65px 0 30px;
	background-repeat: no-repeat;
	border: none;
	height: 52px;
	width: 260px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	font-size: 20px;
	border-radius: 25px;
}
.filterContainer .filterItem.filterSchools {
	width: 40%;
}
.filterContainer .filterItem.filterSchools input {
	width: 100%;
}
.filterContainer a{
	display: inline-block;
	background-color: #fff;
	padding: 16px 63px 16px 33px;
	line-height: 1em;
	font-size: 20px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	color: #526068;
	border-radius: 25px;
	text-decoration: none;
}
.filterContainer a.checkbox {
	background-image: url(../gfx/icon.checkbox.blue.png);
	background-repeat: no-repeat;
	background-position: right 9px center;
}
.filterContainer a.checkbox.green {
	background-image: url(../gfx/icon.checkbox.green.png);
}
.filterContainer a.checkbox.checked {
	background-image: url(../gfx/icon.checkbox.checked.blue.png);
}
.filterContainer a.checkbox.green.checked {
	background-image: url(../gfx/icon.checkbox.checked.green.png);
}
.filterContainer a.selectTrigger{
	background-image: url(../gfx/icon.dropdown.down.png);
	background-repeat: no-repeat;
	background-position: right 9px center;
	-webkit-transition: border-radius 0.3s ease;
	-moz-transition: border-radius 0.3s ease;
	-ms-transition: border-radius 0.3s ease;
	-o-transition: border-radius 0.3s ease;
	transition: border-radius 0.3s ease;
}
.filterContainer a.selectTrigger.open{
	background-image: url(../gfx/icon.dropdown.up.png);
	box-shadow: none;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #dedede;
}
.filterContainer .selectSlide{
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 10px 10px;
	display: none;
	z-index: 100;
	width: 100%;
}
.filterContainer .filterItem:last-child .selectSlide {
	left: auto;
	right: 0;
}
.filterContainer .selectSlide a{
	border-radius: 0;
	background: none;
	box-shadow: none;
	border-bottom: 1px solid #dedede;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	padding: 10px;
	display: block;
	font-size: 18px;
}
.filterContainer .selectSlide a.active,
.filterContainer .selectSlide a:hover{
	background: #ececec;
}
.filterContainer .selectSlide a:last-child{
	border-bottom: none;
	border-radius: 0 0 10px 10px;
}
.filterContainer .infoEmail{
	position: absolute;
	right: 30px;
	top: 37px;
	font-size: 16px;
}
.filterContainer .infoEmail a{
	display: inline;
	background: none;
	box-shadow: none;
	padding: 0;
	font-size: 16px;
	text-decoration: underline;
}

@media only screen and (max-width : 1200px) {
	.filterContainer .text {
		font-size: 28px;
		padding: 30px 20px 27px;
	}
	.filterContainer .filterItem {
		margin-right: 10px;
	}
	.filterContainer a {
		padding: 16px 64px 16px 25px;
		font-size: 18px;
	}
	.filterContainer .infoEmail{
		width: 25%;
		top: 25px;
	}
}
@media only screen and (max-width : 1000px) {
	.filterContainer .text {
		text-align: center;
		padding: 30px 0;
		width: 100%;
		border-radius: 10px 10px 0 0;
		margin-right: 0;
	}
	.filterContainer .filterItems {
		padding: 0 20px 20px;
		display: block;
	}
	.filterContainer .filterItem {
		margin: 10px 10px 10px 0;
	}
	.newsCategoryContainer .filterContainer .filterItem {
		margin: 0;
		left: 0;
		width: auto;
	}
	.filterContainer .filterItems.filterSchoolsContainer {
		width: 100%;
		box-sizing: border-box;
	}
	.filterContainer .filterItem.filterSchools {
		width: 60%;
	}
	.filterContainer a {
		display: block;
	}
	.filterContainer .filterItem input {
		width: 100%;
	}
	.filterContainer .infoEmail{
		width: 90%;
		position: static;
		margin-left: 24px;
		margin-bottom: 14px;
	}
}
@media only screen and (max-width : 600px) {
	.filterContainer .filterItem input {
		width: 100%;
	}
	.filterContainer .filterItem.filterSchools {
		width: 100%;
	}
	.rightbar .ctaBtn {
		padding: 0;
	}
	.rightbar .ctaBtn a {
		font-size: 18px;
	}
}
.leftbar .newsInfo {
	font-size: 13px;
	padding-bottom: 25px;
}
.accordion > li > a,
.accordion .documents li a{
	display: block;
	color: #000;
	font-size: 18px;
	padding: 17px 10px 17px 49px;
	background-color: #f4ecdc;
	background-image: url(../gfx/arrow.down.dark.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	text-decoration: none;
}

.accordion > li:nth-child(even) > a {
	background-color: #f8f4ea;
}
.accordion li.open > a {
	background-image: url(../gfx/arrow.up.dark.png);
}
.accordion li .slideContent {
	background: #fff;
	display: none;
}
.accordion.archive_document li .slideContent h3,
.accordion.archive_document li .slideContent .precontent,
.accordion.archive_document li .slideContent .postcontent{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 20px;
	font-weight: 200;
	padding: 20px 20px 10px 30px;
}
.accordion li .slideContent .precontent,
.accordion li .slideContent .postcontent{
	font-size: 18px;
}
.accordion li .slideContent li.separation{
	padding-bottom: 30px;
}
.accordion li .slideContent article {
	padding: 35px 49px;
}
.accordion li .documents {
	background: #fff;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.accordion li .documents a {
	background-image: url(../gfx/icon.pdf.png);
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 17px 10px 17px 90px;
	background-position: 42px center;
}
.accordion li .documents a.doc {
	background-image: url(../gfx/icon.doc.png);
}
.accordion li .documents a.docx {
	background-image: url(../gfx/icon.docx.png);
}
.accordion li .documents a.xls {
	background-image: url(../gfx/icon.xls.png);
}
.accordion li .documents a.xlsx {
	background-image: url(../gfx/icon.xlsx.png);
}
.schoolList span.highlight{
	background: #DCC08C;
}
.schoolList {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.schoolList li {
	flex: 0 0 calc(23% - 0px);
	display: inline-block;
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 60px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}
.schoolList li:nth-of-type(4n + 4){
	margin-right: 0;
}
.schoolList .schoolLogo {
	background-color: #FFF;
	box-sizing: border-box;
	padding: 30px 15px 0 15px;
}
.schoolList .schoolLogo .name {
	font-size: 34px;
	color: #000;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 500;
	line-height: 1em;
}
.schoolList .schoolLogo .county-and-commune {
	color: #000;
	font-family: "proxima-nova-condensed",sans-serif;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}
.schoolList .schoolLogo img {
	width: 100%;
}
.schoolList .data {
	box-sizing: border-box;
	padding: 0 15px 30px 15px;
}
.schoolList .data .box a span{
	-ms-word-break: break-word;
	word-break: break-word;
	display: inline-block;
	word-break: break-all;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.schoolList .data .box a span.mobile {
	display: none;
}
.schoolList .data .box:last-child {
	margin-right: 0;
}
.schoolList .data h2 {
	font-size: 34px;
	color: #000;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 15px;
}
.schoolList .data .row {
	display: table;
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}

.schoolList .data .leftCell {
	width: 23%;
	display: table-cell;
	padding: 18px 0;
}
.schoolList .data .rightCell {
	width: 77%;
	display: table-cell;
	padding: 18px 0;
	vertical-align: bottom;
}
@media only screen and (max-width : 1400px) {
	.schoolList .data .leftCell {
		width: 30%;
	}
	.schoolList .data .rightCell {
		width: 70%;
	}
	.schoolList .data .row {
		font-size: 14px;
	}
}
@media only screen and (max-width : 1200px) {
	.schoolList li {
		flex: 0 0 calc(32% - 0px);
		width: 32%;
		margin-right: 2%;
	}
	.schoolList li:nth-of-type(4n + 4){
		margin-right: 2%;
	}
	.schoolList li:nth-of-type(3n + 3) {
		margin-right: 0%;
	}
	.schoolList .data .leftCell {
		width: 32%;
	}

	.schoolList .data .rightCell {
		width: 68%;
	}
}
@media only screen and (max-width : 1000px) {
	.schoolList li {
		flex: 0 0 calc(48% - 0px);
		width: 48%;
		margin-right: 4%;
	}

	.schoolList li:nth-of-type(4n + 4) {
		margin-right: 4%;
	}

	.schoolList li:nth-of-type(3n + 3) {
		margin-right: 4%;
	}
	.schoolList li:nth-of-type(even) {
		margin-right: 0;
	}
}
@media only screen and (max-width : 650px) {
	.schoolList li {
		flex: 0 0 100%;
		width: 100%;
		margin-right: 0%;
	}

	.schoolList li:nth-of-type(4n + 4) {
		margin-right: 0%;
	}

	.schoolList li:nth-of-type(3n + 3) {
		margin-right: 0%;
	}

	.schoolList li:nth-of-type(even) {
		margin-right: 0;
	}
	.schoolList .data .box a span.desktop {
		display: none;
	}

	.schoolList .data .box a span.mobile {
		display: inline-block;
	}
}

ul.newsletterList {
	font-size: 0;
	margin: 0 0 50px
}
.newsletterList li {
	display: inline-block;
	width: 48.5%;
	margin: 0 3% 40px 0;
	vertical-align: top;
}
.newsletterList li:nth-child(even) {
	margin: 0 0 40px 0;
}
.newsletterList li a {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	background-image: url(../gfx/icon.chain.dark.png);
	background-position: 19px center;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	padding: 22px 0 22px 57px;
	line-height: 1em;
	border: 1px solid #e4e4e4;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.newsletterList li a:hover {
	background-color: #dcdcdc;
}

.generalContactContainer {
	margin-top: -70px;
	background: #f7f7f7;
	margin-bottom: 80px;
}
.contactLeft {
	float: left;
	width: 35%;
	color: #000000;
	box-sizing: border-box;
	padding: 40px 30px;
}
.contactLeft h2 {
	font-size: 44px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 400;
	margin-bottom: 25px;
}
.contactLeft div.email a,
.contactLeft div.phone a,
.contactLeft div.mobile a,
.contactLeft div.fax a,
.contactLeft div.location a {
	display: block;
	padding: 19px 0 19px 35px;
	color: #000000;
	border-bottom: 1px solid #dcdcdc;
}
.contactLeft div.email a {
	border-top: 1px solid #dcdcdc;
	background: url(../gfx/icon.email.png) 0 center no-repeat;
}
.contactLeft div.phone a {
	background: url(../gfx/icon.phone.png) 0 center no-repeat;
}
.contactLeft div.mobile a {
	background: url(../gfx/icon.mobile.png) 0 center no-repeat;
}
.contactLeft div.fax a {
	background: url(../gfx/icon.fax.png) 0 center no-repeat;
}
.contactLeft div.location a {
	background: url(../gfx/icon.location.png) 0 center no-repeat;
}
.contactLeft .postaddress,
.contactLeft .regnr {
	display: block;
	padding: 19px 0 19px 35px;
	color: #000000;
	border-bottom: 1px solid #dcdcdc;
}
.contactLeft .postaddress {
	background: url(../gfx/icon.postbox.png) 0 center no-repeat;
}
.contactLeft .regnr {
	background: url(../gfx/icon.badge.png) 0 center no-repeat;
}
.contactRight {
	float: right;
	width: 60%;
	height: 504px;
}
.contactRight #map {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width : 1399px) {
	.contactLeft h2 {
		font-size: 36px;
	}
}
@media only screen and (max-width : 1000px) {
	.contactLeft {
		float: none;
		width: 100%;
		margin-bottom: 40px;
		font-size: 0;
	}
	.contactLeft div {
		width: 48%;
		display: inline-block !important;
		vertical-align: top;
		margin-right: 4%;
		box-sizing: border-box;
		font-size: 18px;
	}
	.contactLeft div:nth-child(odd) {
		margin-right: 0;
	}
	.contactRight {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width : 550px) {
	.contactLeft div {
		width: 100%;
		display: block !important;
		margin-right: 0;
		box-sizing: border-box;
		font-size: 18px;
	}
}
.contactTabContainer {
	border-bottom: 2px solid #d74200;
	margin-bottom: 70px;
}
.contactTabContainer.scrolled {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	padding: 30px 0;
}
.contactTabContainer.scrolled .tabWrap {
	width: 1400px;
	margin: 0 auto;
}

.contactTabContainer ul {
	font-size: 0;
}
.contactTabContainer li {
	display: inline-block;
	margin-right: 2px;
}
.contactTabContainer li a {
	font-size: 18px;
	font-weight: 700;
	color: #526068;
	display: block;
	line-height: 1em;
	background: #f7f7f7;
	padding: 17px 24px 15px;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}
.contactTabContainer li.active a {
	background: #d74200;
	border-bottom: 2px solid #d74200;
	color: #fff;
}
.contactGroup h2 {
	font-size: calc(20px + 1.3vw);
	padding: 0;
	margin-bottom: 24px;
	font-weight: 400;
	color: #000000;
}
@media only screen and (max-width : 1399px) {
	.contactTabContainer.scrolled .tabWrap {
		width: 1200px;
	}
}
@media only screen and (max-width : 1200px) {
	.contactTabContainer.scrolled .tabWrap {
		width: 990px;
	}
}
@media only screen and (max-width : 1000px) {
	.contactTabContainer{
		border-bottom: none;
	}
	.contactTabContainer.scrolled {
		position: static;
	}
	.contactTabContainer .tabWrap,
	.contactTabContainer.scrolled .tabWrap {
		width: 100%;
		box-sizing: border-box;
	}
	.contactTabContainer li {
		width: 50%;
		box-sizing: border-box;
		margin-right: 0;
		border-bottom: none;
		border-right: 1px solid #fff;
	}
	.contactTabContainer li a {
		font-size: 14px;
		padding: 17px 15px 15px;
	}
	.contactTabContainer li.active a {
		border-bottom: none;
		background: #f7f7f7;
		color: #526068;
	}
}
.contactPersonList {
	font-size: 0;
}
.contactPersonList .clearfix {
	font-size: 0;
}
.contactPersonList li {
	display: inline-block;
	width: 23%;
	margin: 0 2.666% 40px 0;
	vertical-align: top;
}
.contactPersonList li:nth-child(4n+4) {
	margin: 0 0 40px;
}
.contactPersonList .image {
	display: inline-block;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 40%;
	height: 125px;
	margin-right: 5%;
	box-sizing: border-box;
	border: 2px solid #e7e7e7;
	vertical-align: top;
}
.contactPersonList .image img {
	display: none;
}
.contactPersonList .data {
	display: inline-block;
	width: 55%;
	font-size: 16px;
	vertical-align: top;
}
.contactPersonList .data .name {
	font-size: 28px;
	font-family: "proxima-nova-condensed",sans-serif;
	line-height: 1em;
}
.contactPersonList .data .job {
	margin-bottom: 5px;
}
.contactPersonList .data a {
	display: block;
	padding: 12px 0 12px 22px;
	color: #000;
	line-height: 1em;
	border-bottom: 1px solid #e3e3e3;
}
.contactPersonList .data a.mobile {
	background: url(../gfx/icon.mobile.dark.png) 0 center no-repeat;
	border-top: 1px solid #e3e3e3;
}
.contactPersonList .data a.email {
	background: url(../gfx/icon.email.dark.png) 0 center no-repeat;
}
.contactPersonList .text {
	font-size: 15px;
	padding-top: 20px;
	line-height: 1.4em;
}
.contactPersonList .text ul {
    padding: 0;
    margin: 0;
}
.contactPersonList .text ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 1.3em;
    list-style: none;
    background: url(../gfx/pattern.dark.png) 0 center no-repeat;
}
@media only screen and (max-width : 1399px) {
	.contactPersonList .image {
		display: block;
		width: 100%;
		height: 220px;
		margin-bottom: 20px;
	}
	.contactPersonList .data {
		width: 100%;
		display: block;
	}
}
@media only screen and (max-width : 1200px) {
	.contactPersonList .image {
		height: 160px;
	}
}
@media only screen and (max-width : 1000px) {
	.contactPersonList li {
		width: 32%;
		margin: 0 2% 40px 0 !important;
	}
	.contactPersonList li:nth-child(3n+3) {
		margin: 0 0 40px !important;
	}
	.contactPersonList .image {
		height: 220px;
	}
	.contactPersonList .text ul li {
        padding: 0 0 0 15px !important;
        margin-bottom: 5px !important;
    }
}
@media only screen and (max-width : 600px) {
	.contactPersonList li {
		width: 48%;
		margin: 0 4% 40px 0 !important;
	}
	.contactPersonList li:nth-child(3n+3) {
		margin: 0 4% 40px 0 !important;
	}
	.contactPersonList li:nth-child(even) {
		margin: 0 0 40px !important;
	}
	
}
@media only screen and (max-width : 400px) {
	.contactPersonList li {
		width: 100%;
		margin: 0 0 40px 0 !important;
	}
	.contactPersonList .image {
		height: auto;
	}
	.contactPersonList .image img {
		display: block;
		width: 100%;
	}
}
.overlayContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	z-index: 1;
}
.overlayContainer .cell {
	height: 100%;
	width: 100%;
	display: table;
}
.overlayContainer .innerCell {
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.overlayContainer h2 {
	font-size: 34px;
	color: #000;
	margin-bottom: 20px;
}
.overlayContainer .innerCellContent {
	margin-bottom: 20px;
	display: none;
}
.overlayContainer .closeLayer {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	background: #d74200 url(../gfx/icon.x.white.png) right 25px center no-repeat;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 17px 50px 17px 19px;
	line-height: 1em;
}
.overlayContainer .photoGallery {
	width: 80vw;
	height: 80vh;
	margin: 0 auto;
	position: relative;
}
.overlayContainer .photoGallery .arrows {
	text-align: right;
	font-size: 0;
	margin-bottom: 2px;
}
.overlayContainer .photoGallery .arrows a {
	display: inline-block;
	color: #526068;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: 22px center;
	background-image: url(../gfx/arrow.left.dark.fat.png);
	font-size: 18px;
	font-weight: 700;
	padding: 17px 25px 17px 48px;
	line-height: 1em;
	text-decoration: none;
}
.overlayContainer .photoGallery .arrows a.right {
	background-position: right 22px center;
	background-image: url(../gfx/arrow.right.dark.fat.png);
	padding: 17px 48px 17px 25px;
	margin-left: 2px;
}
.overlayContainer .photoGallery .items {
	position: relative;
	width: 100%;
	height: 100%;
}
.overlayContainer .photoGallery .items .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 88%;
}
.overlayContainer .photoGallery .items .image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 100%;
	border-radius: 6px 0 0 0;
}
.overlayContainer .photoGallery .items .description {
	background: #f8f9fb;
	color: #526068;
	padding: 20px 60px;
	text-align: left;
	border-radius: 0 0 6px 6px;
}
.overlayContainer.deleteOverlayContainer .btns {
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	width: 30%;
	margin: 0 auto;
}
.overlayContainer.deleteOverlayContainer .btns a {
	font-size: 18px;
	display: inline-block;
	color: #526068;
	background-color: #f7f7f7;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	line-height: 1em;
	margin-right: 10px;
	padding: 10px 24px 10px 24px;
	border-radius: 25px;
	background-position: right 23px center;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.overlayContainer.deleteOverlayContainer .btns a.ok {
	display: none;
}
.overlayContainer.deleteOverlayContainer .btns a:hover {
	background-color: #fcfcfc;
}
@media only screen and (max-width : 1000px) {
	.overlayContainer .photoGallery {
		height: 43vh;
	}
	.overlayContainer .innerCell iframe {
		width: 100% !Important;
	}
}
@media only screen and (max-width : 600px) {
	.overlayContainer .photoGallery .items .description {
		padding: 15px 20px;
		font-size: 14px;
	}
}
body.mce-content-body h1,
article h1 {
	font-size: calc(20px + 2vw);
	padding: 0;
	margin-bottom: 20px;
	font-weight: 400;
	color: #000000;
}
body.mce-content-body h2,
article h2 {
	font-size: calc(20px + 2vw);
	padding: 0;
	margin-bottom: 20px;
	font-weight: 400;
	color: #000000;
}
h2.pageSubHeading {
	font-size: calc(20px + 2vw);
	padding: 0;
	margin-bottom: 20px;
	font-weight: 400;
	color: #000000;
}
body.mce-content-body h3,
article h3 {
	font-size: calc(20px + 1.7vw);
	padding: 0;
	margin-bottom: 24px;
	font-weight: 400;
	color: #000000;
}
body.mce-content-body h4,
article h4 {
	font-size: calc(18px + 1.4vw);
	padding: 0;
	margin-bottom: 24px;
	font-weight: 400;
	color: #000000;
}
body.mce-content-body h5,
article h5 {
	font-size: calc(15px + 1.2vw);
	padding: 0;
	margin-bottom: 24px;
	font-weight: 400;
	color: #000000;
}
body.mce-content-body h6,
article h6 {
	font-size: calc(13px + 1.2vw);
	padding: 0;
	margin-bottom: 22px;
	font-weight: 400;
	color: #000000;
}
@media only screen and (max-width : 600px) {
	article img {
		width: 100% !Important;
		float: none !Important;
		margin: 0 0 30px 0 !important;
	}
}
body.mce-content-body p,
article p {
	line-height: 1.5em;
}
body.mce-content-body ul,
article ul {
	margin: 0;
	padding: 0;
}
body.mce-content-body ul li,
article ul li {
	margin: 0;
	padding: 0 0 17px 33px;
	line-height: 1.3em;
	list-style: none;
	background: url(../gfx/pattern.dark.png) 15px 10px no-repeat;
}
body.mce-content-body table,
article table {
	width: 100%;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-collapse: collapse;
}
body.mce-content-body table th,
article table th {
	background: #f4ecdc;
	padding: 9px;
	color: #000000;
	font-weight: 300;
	text-align: left;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: bold;
}
body.mce-content-body table th:last-child,
article table th:last-child {
	background: #f4ecdc;
	padding: 9px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
body.mce-content-body table td,
article table td {
	padding: 10px 9px;
	background: #fff;
	color: #000000;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.mce-content-body table tr:nth-child(odd) td,
article table tr:nth-child(odd) td {
	padding: 10px 9px;
	background: #f6f7f7;
	color: #000000;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
article ul.boxList.press li {
	padding: 0;
}
article ul.downloads {
	border-top: 1px solid #e1e4e6;
	border-right: 1px solid #e1e4e6;
	border-left: 1px solid #e1e4e6;
	margin-bottom: 70px;
}
article ul.downloads li {
	padding: 0;
	background: 0;
	border-bottom: 1px solid #e1e4e6;
	box-sizing: border-box;
}
article ul.downloads li:nth-child(even) {
	background: #f6f7f7;
}
article ul.downloads li a {
	display: block;
	line-height: 1em;
	background: url(../gfx/icon.download.png) 16px center no-repeat;
	padding: 18px 10px 18px 58px;
}
article .readMore {
	padding-top: 30px;
}
article div.common_content {
	margin-bottom: 70px;
}
article .marginbottom{
	margin-bottom: 70px;
}
.readMore a {
	display: inline-block;
	background-image: url(../gfx/arrow.right.dark.thick.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	color: #526068;
	padding: 10px 48px 10px 23px;
	line-height: 1em;
	border: 2px solid #f0e4ce;
	border-radius: 22px;
	box-sizing: border-box;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.readMore a:hover {
	text-decoration: none;
	background-position: right 17px center;
}
.forumRegisterContainer {
	text-align: center;
	width: 750px;
	margin: 0 auto;
}
.formContainer h2 {
	font-size: 44px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 400;
	padding-bottom: 30px;
}
.formContainer.forumPostForm h2 {
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 30px 47px;
}
.forumRegisterContainer h2 {
	background: #f7f7f7;
	padding: 30px 0;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
.formContainer form {
	background: #f7f7f7;
	padding: 60px;
	display: block;
	border: 1px solid #e3e3e3;
}
.formContainer.forumPostForm form {
	padding: 40px;
}
.formContainer.registerForm form {
	background: #fcfcfc;
	padding: 30px 0 0 0;
	text-align: center;
}
.formContainer .row {
	font-size: 0;
}
.formContainer .row_dif {
	margin-bottom: 20px;
}
.formContainer.registerForm .row {
	padding: 0 60px;
}
.formContainer .row.bottom {
	background: #f7f7f7;
	padding: 40px 60px;
	text-align: center;
	border-top: 1px solid #eaeaea;
}
.formContainer .row_dif span,
.formContainer .row span {
	font-size: 16px;
	display: block;
	padding: 0 0 10px 10px;
}
.formContainer .row_dif .mce-container,
.formContainer .row_dif .mce-container-body {
	width: 100% !important;
}
.formContainer.registerForm .row span {
	text-align: left;
}
.formContainer .row label {
	display: inline-block;
	width: 23%;
	margin: 0 2.666% 25px 0;
}
.formContainer.registerForm .row label {
	width: 48%;
	margin: 0 4% 25px 0;
}
.formContainer .row label:nth-child(4n+4) {
	margin: 0 0 25px 0;
}
.formContainer.forumPostForm .row label {
	width: 48%;
	margin: 0 4% 25px 0;
}
.formContainer.registerForm .row label:nth-child(even),
.formContainer.forumPostForm .row label:nth-child(even) {
	margin: 0 0 25px 0;
}
.formContainer .row label.wide {
	width: 100%;
	margin: 0 0 25px;
}
.formContainer .row input {
	width: 100%;
	background: #fff;
	border: 1px solid #e3e3e3;
	height: 40px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 20px;
	color: #000;
}
.formContainer .row textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #e3e3e3;
	height: 135px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px;
	resize: vertical;
	border-radius: 20px;
	color: #000;
}
.formContainer .registerCheckbox {
	font-size: 18px;
	margin-bottom: 20px;
}
.formContainer .registerCheckbox span {
	display: inline-block;
	background: url(../gfx/icon.checkbox.dif.png) 0 center no-repeat;
	line-height: 1em;
	padding: 15px 0 15px 54px;
	cursor: pointer;
}
.formContainer .registerCheckbox span.checked {
	background: url(../gfx/icon.checkbox.dif.checked.png) 0 center no-repeat !important;
}
.formContainer .registerCheckbox.error {
	color: #f00;
}
.formContainer .registerCheckbox.error span {
	background: url(../gfx/icon.checkbox.dif.error.png) 0 center no-repeat;
}
.formContainer .registerCheckbox a {
	color: #1b864c;
	text-decoration: underline;
	padding-left: 15px;
}
.formContainer .row button {
	background-color: #526068;
	background-image: url(../gfx/arrow.right.white.medium.png);
	background-position: right 19px center;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 1em;
	padding: 0 39px 0 28px;
	border: 0;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	height: 50px;
	font-size: 18px;
	font-weight: 300;
	border-radius: 25px;
	cursor: pointer;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.formContainer.registerForm .row button {
	background-color: #1b864c;
	background-image: url(../gfx/icon.register.png);
	padding: 0 71px 0 28px;
	background-position: right 30px center;
}
.formContainer .row button:hover {
	background-position: right 15px center;
}
.formContainer .activation {
	display: none;
	padding: 10px;
}
.loginTrigger {
	text-align: left;
	background: #f7f7f7;
	margin-top: 70px;
}
.loginTrigger a {
	display: block;
	color: #1b864c;
	font-size: 34px;
	font-family: "proxima-nova-condensed",sans-serif;
	line-height: 1em;
	text-align: center;
	border: 1px solid #e3e3e3;
}
.loginTrigger a span {
	display: inline-block;
	background: url(../gfx/arrow.down.green.png) 100% center no-repeat;
	padding: 30px 59px 30px 0;
}
.loginTrigger a.open {
	color: #000;
}
.loginTrigger a.open span {
	background: url(../gfx/arrow.up.black.png) 100% center no-repeat;
}
@media only screen and (max-width : 1000px) {
	.forumRegisterContainer {
		width: 100%;
	}
	.formContainer form {
		padding: 30px 20px;
	}
	.formContainer.registerForm .row {
		padding: 0 20px;
	}
	.formContainer.registerForm .row label {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.formContainer .row.bottom {
		padding: 30px 20px;
	}
}
@media only screen and (max-width : 760px) {
	.formContainer .row label {
		display: block;
		width: 100%;
		margin: 0 0 25px 0;
	}
}
.formContainer .correct {
	border: 2px solid #a0ecab;
}
.formContainer .false {
	border: 2px solid #f00;
}
.formContainer input.error,
.formContainer textarea.error{
	border: 1px solid red;
}
.messages {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.messages .message {
	padding: 18px 60px 18px 18px;
	background: url(../gfx/error.png) 93% center no-repeat;
	color: #AE5336;
	display: none;
}
.message.success {
	background: url(../gfx/success.png) 93% center no-repeat;
	color: #6CAE36;
}
.shareContainer {
	position: relative;
	width: 177px;
	display: inline-block;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	padding: 10px 15px 5px;
}
.shareContainer .text {
	float: left;
	margin-top: 10px;
	margin-right: 13px;
}

.shareContainer .icons a.facebook {
	background-image: url(../gfx/icon.facebook.round.png);
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-right: 10px;
}
.shareContainer .icons a.twitter {
	background-image: url(../gfx/icon.twitter.round.png);
	display: inline-block;
	height: 40px;
	width: 40px;
}
.shareContainer .icons a.email {
	background-image: url(../gfx/icon.email.png);
	height: 30px;
	width: 30px;
	float: right;
	background-repeat: no-repeat;
	margin-top: 10px;
}
footer {
	background: #40474b url(../gfx/pattern.dark.png) 0 0;
}

@media only screen and (max-width: 880px) {
	footer{
		padding-bottom: 96px;
	}
}
footer .jobContainer {
	text-align: left;
	font-size: 32px;
	color: #fff;
	padding: 40px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(82, 96, 104, 0.2);
}
footer .jobContainer span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
footer .jobContainer a {
	color: #526068;
	display: inline-block;
	line-height: 1em;
	font-size: 20px;
	background-color: #fff;
	background-image: url(../gfx/arrow.right.grey.medium.png);
	background-position: right 26px center;
	background-repeat: no-repeat;
	padding: 15px 60px 15px 23px;
	border-radius: 25px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
footer .jobContainer a:hover {
	text-decoration: none;
	background-position: right 21px center;
}
footer .jobContainer a.backToTop {
	float: right;
	background-image: url(../gfx/arrow.up.grey.medium.png);
}
footer .jobContainer a.backToTop:hover {
	background-position: right 26px  top 43%;
}


footer .page-footer__social a {
	color: #fff;
	line-height: 1em;
	font-size: 22px;
	border: 2px solid rgba(255, 255, 255, 0.15);
	padding: 14px 59px 14px 24px;
	box-sizing: border-box;
	text-align: center;
	font-family: "proxima-nova-condensed",sans-serif;
	background-repeat: no-repeat;
	background-position: right 4px center;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	-moz-transition: background 0.3s ease, color 0.3s ease;
	-ms-transition: background 0.3s ease, color 0.3s ease;
	-o-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
	border-radius: 30px;
	font-family: "proxima-nova",sans-serif;
}
footer .page-footer__social a:hover {
	text-decoration: none;
	color: #57656d;
	background-color: #fff;
}
footer .page-footer__social a.facebook {
	background-image: url(../gfx/icon.facebook.round.png);
}
footer .page-footer__social a.twitter {
	background-image: url(../gfx/icon.twitter.round.png);
}
footer .page-footer__social a.linkedin {
	background-image: url(../gfx/icon.linkedin.round.png);
}
footer .page-footer__social a.rss {
	margin-right: 0;
	background-image: url(../gfx/icon.rss.round.png);
}
footer .footerMiddle {
	font-size: 0;
	padding: 80px 0;
}

.footer-menus {
	display: flex;
	flex-direction: row;
	gap: 32px;
	justify-content: space-between;
	box-sizing: border-box;
}

@media only screen and (max-width: 1460px) {

	.footer-menus {
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media only screen and (max-width: 1060px) {
	.footer-menus {
		gap: 24px;
	}
}

@media only screen and (max-width: 1000px) {
	footer .footerMiddle {
		font-size: 0;
		padding: 48px 0;
	}
}


@media only screen and (max-width: 840px) {
	.footer-menus {
		flex-direction: column;
		gap: 24px;
	}
}

footer .footerMiddle .box {
	flex: 1;
}

footer .footerMiddle h2 {
	color: rgba(255, 255, 255, 0.4);
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	margin-bottom: 18px;
}
footer .footerMiddle ul {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
footer .footerMiddle li a {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	line-height: 1em;
	padding: 13px 12px 13px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background: url(../gfx/arrow.right.trans.grey.png) 100% center no-repeat;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	-moz-transition: background 0.3s ease, color 0.3s ease;
	-ms-transition: background 0.3s ease, color 0.3s ease;
	-o-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
	font-size: 16px;
	font-weight: 700;
}

footer .footerMiddle li a:hover {
	background: url(../gfx/arrow.right.trans.grey.png) 95% center no-repeat;
	text-decoration: none;
}
footer .footerMiddle li.open > a {
	background: url(../gfx/arrow.down.trans.grey.png) 95% center no-repeat;
}
footer .footerMiddle li ul {
	border-top: 0;
	display: none;
}
footer .footerMiddle li ul li a {
	padding: 13px 12px 13px 20px;
	font-size: 15px;
	font-weight: 500;
}
footer .footerMiddle li > ul > li.open > a {
	background: url(../gfx/arrow.down.trans.grey.png) 95% center no-repeat;
}
footer .footerMiddle li ul li ul li a {
	padding: 13px 12px 13px 40px;
	font-weight: 300;
}
footer .footerBottom {
	background: rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 14px 3%;
	width: 94%;
}
footer .footerBottom .leftSideLinks {
	width: 70%;
	float: left;
}

footer .footerBottom a.cookies {
	background: url(../gfx/icon.cookie.png) 100% center no-repeat;
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	padding-right: 30px;
}
footer .footerBottom a.gdrp {
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
footer .footerBottom a.arego {
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	width: 30%;
	text-align: right;
}
footer .footerBottom a.intranett {
	display: inline-block;
	background: url(../gfx/icon_webmail_footer.svg) 100% center no-repeat;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	padding-right:  30px;
	margin-left: 15px;
}
footer .footerBottom a.webmail {
	display: inline-block;
	background: url(../gfx/icon_webmail_footer-1.svg) 100% center no-repeat;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	padding-right: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
@media only screen and (max-width : 1399px) {
	footer .socialContainer a {
		font-size: 20px;
	}
}
@media only screen and (max-width : 1200px) {
	footer .socialContainer a {
		font-size: 18px;
		padding: 14px 40px 14px 10px;
		text-align: left;
		width: 23%;
		margin-right: 2.66%
	}

}
@media only screen and (max-width : 1000px) {
	footer .jobContainer span {
		font-size: 26px;
	}
	footer .jobContainer {
		text-align: center;
	}
	footer .jobContainer a.backToTop {
		float: none;
		margin-top: 20px;
	}
	footer .socialContainer {
		text-align: center;
		padding: 0 20px;
	}
	footer .socialContainer a {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	footer .socialContainer a:nth-child(even) {
		margin: 0 0 20px 0;
	}

	footer .footerMiddle h2 {
		cursor: pointer;
		background: url(../gfx/icon.plus.png) right center no-repeat;
		margin-bottom: 0;
		padding: 18px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	footer .footerMiddle h2.open {
		background: url(../gfx/icon.x.png) right center no-repeat;
	}
	footer .footerMiddle .box ul {
		display: none;
	}
	footer .footerBottom a.arego,
	footer .footerBottom .leftSideLinks {
		width: 100%;
		float: none;
		display: inline-block;
		text-align: center;
	}
	footer .footerBottom a.arego {
		margin-top: 15px;
	}

	footer .page-footer__social a {
		font-size: 18px;
	}
}
@media only screen and (max-width : 550px) {
	footer .jobContainer span {
		margin-bottom: 20px;
	}
	footer .socialContainer a {
		width: 100%;
		display: block;
		margin: 0 0 20px 0;
	}
	footer .footerBottom .leftSideLinks a{
		margin-top: 15px;
	}


}

.sitemapContainer {
	padding: 40px 0;
}
.sitemapContainer h1 {
	font-size: calc(20px + 2vw);
	padding: 0;
	margin-bottom: 20px;
	font-weight: 400;
	color: #000000;
}
.sitemapContainer.emptyMenu{
	background: none;
	margin-top: -35px;
}
.sitemapContainer a {
	font-family: "proxima-nova",sans-serif;
	text-decoration: none;
	display: block;
	color: #000;
    font-size: 18px;
}
.sitemapContainer ul {
	list-style-type: none;
}
.sitemapContainer a.sitemapTitle {
	font-size: 32px;
	padding-left: 25px;
}
.sitemapContainer a.sitemapTitle:first-child {
	border-top: 1px solid #f0e4ce;
	font-size: 32px;
	padding-top: 50px;

}
.sitemapContainer ul {
	font-size: 0;
}
.sitemapContainer > ul > li {
	font-size: 20px;
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin: 0 2% 30px 0;
}
.sitemapContainer > ul > li:nth-child(3n+3) {
	margin: 0 0 30px;
}
.sitemapContainer > ul > li > a  {
	font-weight: 700;
}
.sitemapContainer ul li a {
	padding: 13px 12px 13px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	background: url(../gfx/arrow.right.trans.grey.png) 100% center no-repeat;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -ms-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
	line-height: 1em;
	display: block;
}
.sitemapContainer ul li a:hover{
	background: url(../gfx/arrow.right.trans.grey.png) 95% center no-repeat;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -ms-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}
.sitemapContainer ul li li a {
	padding: 13px 12px 13px 20px;
}
.sitemapContainer ul li li li a {
	padding: 13px 12px 13px 40px;
}
.sitemapContainer ul li span{
	color: rgba(0, 0, 0, 0.15);
	background: none;
	border-bottom: none;
	margin-top: 20px;
	display: none;
}
@media only screen and (max-width : 1000px) {
	.sitemapContainer > ul > li {
		width: 48%;
		margin: 0 4% 30px 0;
	}
	.sitemapContainer > ul > li:nth-child(even) {
		margin: 0 0 30px;
	}
	.sitemapContainer > ul > li:nth-child(3n+3) {
		margin: 0 4% 30px 0;
	}
}
@media only screen and (max-width : 600px) {
	.sitemapContainer > ul > li {
		width: 100%;
		margin: 0 0 30px 0;
		display: block;
	}
	.sitemapContainer > ul > li:nth-child(even) {
		margin: 0 0 30px;
	}
	.sitemapContainer > ul > li:nth-child(3n+3) {
		margin: 0 0 30px 0;
	}
}
/* Custom styles
-------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.reset {
	padding: 0;
	margin: 0;
}
ul.reset li {
	list-style: none;
}

input[name="brainzzz"] {
	display: none;
}

/* A hack because user sometimes paste messy span code from somewhere */
article a span {
	padding-left: 3px !important;
	padding-right: 3px !important;
}

/* Google search results --- Custom */

.custom-search-result {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.custom-search-result:last-child {
	border-bottom: none;
}

.search-result-inner {
	max-width: 100%;
	display: flex;
	gap: 15px;
}

.search-result-image {
	flex-shrink: 0;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 5px;
}

.search-result-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.search-result-content {
	flex: 1;
	min-width: 0;
}

.search-result-content.no-image {
	flex: 1;
}

.search-result-title {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 5px 0;
	line-height: 1.3;
}

.search-result-title a {
	color: #526068;
	text-decoration: none;
}

.search-result-title a:hover {
	text-decoration: underline;
}

.pdf-badge {
	background-color: #d32f2f;
	color: white;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600;
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
}

.search-result-url {
	color: #CC9933;
	font-size: 14px;
	margin-bottom: 5px;
}

.search-result-date {
	background-color: #f0f0f0;
	padding: 3px 8px;
	border-radius: 3px;
	display: inline-block;
	font-size: 13px;
	color: #666;
	margin-bottom: 8px;
}

.search-result-snippet {
	color: #526068;
	font-size: 16px;
	line-height: 1.5;
	margin: 8px 0 0 0;
}

@media only screen and (max-width: 600px) {
	.search-result-inner {
		flex-direction: column;
	}
	
	.search-result-image {
		width: 100%;
		height: 200px;
	}
}

/* Google search results --- Default */

/* Title styling */
.gs-result .gs-title, .gs-result .gs-title * {
    color: #666 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* URL styling */
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
    color: #CC9933 !important;
    font-size: 16px !important;
}

/* Pagination */
.gsc-cursor-box .gsc-cursor .gsc-cursor-page {
    color: #CC9933 !important;
    font-size: 16px !important;
}

/* Search result snippet/description */
.gs-result .gs-snippet {
    color: #526068 !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
}

/* Search box */
.gsc-search-box {
    margin-bottom: 20px !important;
}

/* Search input field */
.gsc-input-box {
    border: 1px solid #f4ecdc !important;
    background: #fff !important;
    height: 40px !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
}

.gsc-input {
    padding: 0 15px !important;
    padding-left: 10px !important;
    height: 100% !important;
    line-height: normal !important;
    box-sizing: border-box !important;
}

table.gsc-search-box td {
    vertical-align: middle !important;
}

/* Search button */
.gsc-search-button {
    background-color: #dc4e00 !important;
    border: none !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    height: 40px !important;
    min-width: 40px !important;
}

.gsc-search-button:hover {
    cursor: pointer !important;
}

/* Result container */
.gsc-webResult.gsc-result {
    border-bottom: 1px solid #e4e4e4 !important;
    padding: 20px 0 !important;
}

/* No results message */
.gs-no-results-result .gs-snippet {
    background-color: #f7f7f7 !important;
    padding: 20px !important;
    border-radius: 10px !important;
}

/* Thumbnail images in search results */
.gs-image-box {
    width: 120px !important;
}

.gs-image-box img.gs-image {
    max-width: 120px !important;
    width: auto !important;
    height: auto !important;
}
