@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700italic,700,400italic,300italic);
html {overflow-y: scroll;height: 100%; width: 100%;}
body {
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	background: #fff;
}
body.login {
	background-image: url(../gfx/bg.image.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
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;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-family: 'Roboto Condensed', sans-serif;
}
p,
pre {
margin: 0;
	padding: 0;
}
header,
section,
footer,
article {
	display: block;
}
input,
textarea,
button,
select {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
}
/* Custom styles
-------------------------------------------------------- */
.wrap {
	width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width : 1200px) {
	.wrap {
		width: 990px;
	}
}
@media only screen and (max-width : 1000px) {
	.wrap {
		width:100%;
		box-sizing: border-box;
	}
}
.outerCell {
	height: 100%;
	width: 100%;
	display: table;
}
body.login .outerCell {
	background-color: rgba(0, 58, 117, 0.8);
}
.innerCell {
	height: 100%;
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.loginContainer {
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	width: 470px;
}
.loginContainer .logo {
	padding: 20px 0;
}
.loginContainer .logo img{
	height: 74px;
}
.loginContainer form {
	display: block;
	background: #eaf1f7;
	border-radius: 0 0 10px 10px;
	padding: 40px 0 0 0;
}
.loginContainer .row {
	padding-bottom: 20px;
}
.loginContainer input {
	background: #fff;
	border-radius: 3px;
	height: 50px;
	width: 360px;
	font-size: 18px;
	color: #254a5d;
	text-align: center;
	border: none;
}
.loginContainer .rememberMe{
	width: 360px;
	text-align: center;
	display: inline-block;
}
.loginContainer .rememberMe span{
	display: inline-block;
	color: #003a75;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	vertical-align: middle;
}
.loginContainer input[type=checkbox]{
	height: 25px;
	width: 25px;
	vertical-align: middle;
}
.loginContainer input.error {
	border: 2px solid rgba(255, 147, 147, 1);
}

.formContainer .messages,
.newsletterJoinBox .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: 10px;
}
.formContainer .messages .message,
.newsletterJoinBox .messages .message{
	padding: 18px 60px 18px 18px;
	display: none;
}
.formContainer .messages .success,
.newsletterJoinBox .messages .success{
	background: url(../gfx/success.png) 93% center no-repeat;
	color: #6cae36;
}
.formContainer .messages .required,
.formContainer .messages .email,
.formContainer .messages .err,
.formContainer .messages .server,
.formContainer .messages .fileupload,
.newsletterJoinBox .messages .err{
	background: url(../gfx/error.png) 93% center no-repeat;
	color: #ca0100;
}

.loginContainer .message {
	color: #d40000;
	text-align: center;
	width: 360px;
	margin: 0 auto;
	font-size: 14px;
	padding: 0 0 10px;
	border-radius: 0 0 3px 3px;
}
.loginContainer button {
	background: #003a75 url(../gfx/arrow.right.login.png) right 24px center no-repeat;
	border-radius: 3px;
	border: none;
	text-align: left;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1em;
	height: 50px;
	width: 160px;
	padding: 0 50px 0 10px;
	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;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
}
.loginContainer button:hover {
	background-position: right 20px center;
}

@media only screen and (max-width : 500px) {
	.loginContainer {
		box-sizing: border-box;
		width: 100%;
	}
	.loginContainer form {
		padding: 20px;
	}
	.loginContainer .logo {
	}
	.loginContainer .logo img{
		height: auto;
		width: calc(100% - 40px);
		background-size: contain;
	}
	.loginContainer input {
		width: 100%;
	}
	.loginContainer .message {
		width: 100%;
	}
}
@media only screen and (max-height : 370px) {
	.loginContainer {
		padding: 20px 20px 0;
		box-sizing: border-box;
	}
	.loginContainer .logo {
		margin: 0 0 20px;
	}
	.loginContainer .logo img {
		height: 40px;
	}
	.loginContainer input {
		height: 40px;
	}
	.loginContainer button {
		height: 40px;
	}
}
.headerTop {
	padding-bottom: 12px;
}



/*     start 01.11.2022 edit 1 of 3    */
.headerTop .logo {
	float: left;
	margin-top: 12px;

	position: relative;
}

.loginContainer .logo {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.headerTop .logo::after {
	content: '';
	position: absolute;
	z-index: 111;
	left: 50%;
	bottom: -60px;
	width: 266px;
	height: 24px;
	transform: translateX(-50%);
	z-index: 111;
	background-image: url(../gfx/an-interwell-company.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.loginContainer .logo::after {
	content: '';
	position: absolute;
	z-index: 111;
	left: 50%;
	bottom:0;
	width: 266px;
	height: 24px;
	transform: translateX(-50%);
	z-index: 111;
	background-image: url(../gfx/an-interwell-company.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

@media only screen and (max-width : 1300px) {
	.headerTop .logo {
		margin-left: 30px;
	}
}

@media only screen and (max-width : 1200px) {
	.headerTop .logo {
		margin-left: 40px;
		padding-top: 14px;
	}
	.headerTop .logo img {
		width: 150px;
		height: auto;
	}
	.headerTop .logo::after {
		bottom: -70px;
		width: 220px;
	}
}

@media only screen and (max-width : 1000px) {
	.headerTop .logo {
		margin-left: 60px;
		padding-top: 0;
	}
	.headerTop .logo img {
		width: 120px;
	}
	.headerTop .logo::after {
		bottom: -60px;
	}
}

@media only screen and (max-width : 760px) {
	.headerTop .logo::after {
		bottom: -41px;
	}
}

@media only screen and (max-width : 480px) {
	.headerTop .logo::after {
		bottom: -32px;
	}
}

/*      end 01.11.2022 edit 1 of 3     */

/*
.headerTop .logo {
	float: left;
	margin-top: 12px;
}
.headerTop .logo img {
	height: 74px;
}
*/




.headerTop nav {
	float: right;
	margin-top: 28px;
}
nav ul {
	font-size: 0;
}
nav li {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px;
}
nav li a {
	color: #003a75;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	padding: 10px 18px;
	display: block;
	line-height: 1em;
	border-radius: 5px;
}
nav li.active a {
	border: 1px solid #e5ebf1;
}
nav li.has_submenu {
	background-image: url(../gfx/arrow.down.tiny.blue.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.megamenu {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
	box-shadow: inset 2.5px 4.33px 5px 0px rgba(0, 0, 1, 0.05);
	display: none;
}
.megamenu ul {
	border-left: 1px solid #f2f2f2;
}
.megamenu li {
	float: left;
	width: 33.33333333%;
	height: 150px;
	display: table;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.megamenu li:nth-child(3n) {
}
.megamenu li a {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #003a75;
	box-sizing: border-box;
	padding: 0 190px 0 20px;
	background-position: 98% center;
	background-repeat: no-repeat;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2em;
}
.mobileMenuTrigger {
	float: right;
	display: none;
}
.mobileMenuTrigger a {
	background: url(../gfx/icon.hamburger.png) center center no-repeat;
	width: 65px;
	height: 60px;
	display: block;
}
@media only screen and (max-width : 1200px) {
	.wrap {
		width: 990px;
	}
	nav li > a {
		padding: 11px 7px 13px;
	}
	.megamenu li a {
		padding: 0 159px 0 20px;
		font-size: 22px;
	}
}
@media only screen and (max-width : 1000px) {
	.mobileMenuTrigger {
		display: block;
	}
	.wrap {
		width: 100%;
	}
	.headerTop {
		padding-bottom: 0;
		position: relative;
	}
	.headerTop .logo {
		padding-left: 20px;
		margin-top: 10px;
	}
	.headerTop .logo img {
		height: 40px;
	}
	.headerTop nav {
		position: absolute;
		left: 0;
		top: 60px;
		float: none;
		width: 100%;
		margin-top: 0;
		display: none;
		z-index: 100;
	}
	nav ul {
		display: block;
		width: 100%;
		background: #fff;
		z-index: 201;
		border-top: 1px solid #ededed;
		border-bottom: 5px solid #073b6f;
	}
	nav ul li {
		display: block;
		background: none;
		padding: 0;
		text-align: right;
		background: none;
		border-bottom: 1px solid #ededed;
	}
	nav ul li a {
		padding: 12px 55px 12px 20px;
	}
	nav li.has_submenu {
		background-image: none;
	}
	nav li.has_submenu > a {
		background: url(../gfx/icon.plus.png) 100% center no-repeat;
	}
	nav li.has_submenu.open > a {
		background: url(../gfx/icon.close.small.png) 100% center no-repeat;
	}
	nav ul li.active a {
		font-weight: 700;
		border: none;
		border-radius: 0;
	}
	.megamenu {
		display: none;
		position: static;
		box-shadow: none;
		background: #f6f6f6;
	}
	.megamenu ul {
		border-left: none;
		border-bottom: 0;
	}
	.megamenu li {
		width: 100%;
		float: none;
		display: block;
		height: auto;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		background: none;
	}

	.megamenu li:last-child {
		border-bottom: none;
	}
	.megamenu li a {
		display: block;
		padding: 0;
		background-image: none !Important;
		font-size: 20px;
		font-weight: 500;
		padding: 12px 20px;
	}
}


/*     start 01.11.2022 edit 2 of 3    */

@media only screen and (max-width : 480px) {
	.headerTop .searchBox {
		width: 100%;
		float: none;
		clear: both;
		margin-left: 0;
		box-sizing: border-box;
		padding-top: 40px;
		padding-right: 20px;
		padding-bottom: 0;
		padding-left: 20px;
	}
	.headerTop .searchBox input {
		width: 90%;
	}
	.headerTop .searchBox button {
		width: 10%;
	}
}

.headerBottom {
	background: #EBF1F7;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
}

@media only screen and (max-width : 760px) {
	.headerBottom {
		border-top: 36px solid #F5F8FB;
	}
}


@media only screen and (max-width : 480px) {
	.headerBottom {
		border-top: 24px solid #FFF;
	}
}

.headerBottom .slogan {
	float: left;
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	padding-top: 21px;
}
.headerBottom .slogan span {
	font-weight: 300;
}
.headerBottom .siteTools .personContainer {
	float: left;
	text-align: right;
	font-size: 12px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 20px 10px 0;
}

/*      end 01.11.2022 edit 2 of 3     */



.headerTop .searchBox {
	float: right;
	margin-top: 30px;
	margin-left: 15px;
}
.headerTop .searchBox input {
	float: left;
	width: 146px;
	height: 40px;
	box-sizing: border-box;
	border: 0;
	padding: 0 10px;
	border-bottom: 2px solid #d2deea;
	border-top: 2px solid #d2deea;
	border-left: 2px solid #d2deea;
	font-family: 'Roboto Condensed', sans-serif;
	color: #003a75;
	background: #f4f8fb;
	border-radius: 3px 0 0 3px;
}


.headerTop .searchBox button {
	float: right;
	height: 40px;
	width: 34px;
	border: 0;
	border-bottom: 2px solid #d2deea;
	border-top: 2px solid #d2deea;
	border-right: 2px solid #d2deea;
	background:  #f4f8fb url(../gfx/icon.magnify.png) 0 center no-repeat;
	border-radius: 0 3px 3px 0;
}
@media only screen and (max-width : 1000px) {
	.headerTop .searchBox {
		margin-top: 10px;
	}
}
@media only screen and (max-width : 450px) {
	.headerTop .searchBox {
		width: 100%;
		float: none;
		clear: both;
		margin-left: 0;
		box-sizing: border-box;
		padding: 0 20px 20px;
	}
	.headerTop .searchBox input {
		width: 90%;
	}
	.headerTop .searchBox button {
		width: 10%;
	}
}
/*
.headerBottom {
	background: #003a75;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
.headerBottom .slogan {
	float: left;
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	padding-top: 21px;
}
.headerBottom .company_name {
	float: left;
	margin-top: 20px;
}
.headerBottom .slogan span {
	font-weight: 300;
}

*/




.headerBottom .siteTools .personContainer {
	float: left;
	text-align: right;
	font-size: 12px;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	padding: 10px 20px 10px 0;
}
.headerBottom .siteTools .personContainer .data {
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px 0 0;
}
.headerBottom .siteTools .personContainer .name {
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
}
.headerBottom .siteTools .personContainer .image {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.headerBottom .siteTools {
	float: right;
}
.headerBottom .siteTools .btns {
	font-size: 0;
	float: right;
	padding: 17px 0 0 25px ;
}





/*     start 01.11.2022 edit 3 of 3    */

.headerBottom .siteTools .btns a {
	display: inline-block;
	color: #003a75;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid rgba(0,61,161, 0.3);
	line-height: 1em;
	padding: 10px 40px 8px 14px;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	text-decoration: none;
	transition: border 0.3s ease;
}
.headerBottom .siteTools .btns a.settings {
	background-image: url(../gfx/icon-settings-brand.svg);
}
.headerBottom .siteTools .btns a.logOut {
	background-image: url(../gfx/icon-logOut-brand.svg);
	margin-left: 10px;
}
.headerBottom .siteTools .btns a:hover {
	border: 2px solid rgba(0,61,161, 1.0);
}


@media only screen and (max-width : 1200px) {
	.headerBottom .slogan {
		font-size: 24px;
		padding-top: 24px;
	}
}
@media only screen and (max-width : 1000px) {
	.headerBottom .slogan {
		font-size: 16px;
		padding-top: 34px;
		padding-left: 10px;
	}
	.headerBottom .siteTools .personContainer {
		/* padding: 18px 20px 18px 0; */
	}
	.headerBottom .siteTools .btns {
		padding: 8px 10px 0 10px;
		/* width: 130px; */
	}
	.headerBottom .siteTools .btns a {
		/* display: block; */
	}
	.headerBottom .siteTools .btns a.logOut {
		/* margin-left: 0; */
		margin-top: 5px;
	}
}

@media only screen and (max-width : 760px) {
	.headerBottom .slogan  {
		float: none;
		padding: 10px 20px;
		font-size: 20px;
	}
	.headerBottom .siteTools {
		float: none;
		padding: 0 20px;
	}
}

@media only screen and (max-width : 520px) {
	.headerBottom .slogan {
		font-size: 16px;
		padding: 10px;
	}
	.headerBottom .siteTools {
		padding: 0;
	}
	.headerBottom .siteTools .personContainer {
		float: none;
		border-right: 0;
		text-align: center;
		border-bottom: 1px solid rgba(0,0,0, 0.1);
	}
	.headerBottom .siteTools .btns {
		float: none;
		text-align: center;
		width: 100%;
		padding: 10px 0;
	}
}

/*      end 01.11.2022 edit 3 of 3     */

/*
.headerBottom .siteTools .btns a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid rgba(255, 255, 255, 0.2);
	line-height: 1em;
	padding: 8px 40px 8px 14px;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-image: url(../gfx/icon.settings.png);
	text-decoration: none;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-ms-transition: border 0.3s ease;
	-o-transition: border 0.3s ease;
	transition: border 0.3s ease;
}

.headerBottom .siteTools .btns a.logOut {
	background-image: url(../gfx/icon.logOut.png);
	margin-left: 10px;
}
.headerBottom .siteTools .btns a:hover {
	border: 2px solid #fff;
}
@media only screen and (max-width : 1200px) {
	.headerBottom .slogan {
		font-size: 24px;
		padding-top: 24px;
	}
}
@media only screen and (max-width : 1000px) {
	.headerBottom .slogan {
		font-size: 17px;
		padding-top: 34px;
		padding-left: 10px;
	}
	.headerBottom .siteTools .personContainer {
		padding: 18px 20px 18px 0;
	}
	.headerBottom .siteTools .btns {
		padding: 8px 10px 0 10px;
		width: 130px;
	}
	.headerBottom .siteTools .btns a {
		display: block;
	}
	.headerBottom .siteTools .btns a.logOut {
		margin-left: 0;
		margin-top: 5px;
	}
}
@media only screen and (max-width : 760px) {
	.headerBottom .slogan  {
		float: none;
		padding: 10px 20px;
		font-size: 20px;
	}
	.headerBottom .siteTools {
		float: none;
		padding: 0 20px;
	}
}
@media only screen and (max-width : 420px) {
	.headerBottom .slogan {
		font-size: 16px;
		padding: 10px;
	}
	.headerBottom .siteTools .personContainer {
		float: none;
		border-right: 0;
		text-align: center;
	}
	.headerBottom .siteTools .btns {
		float: none;
		width: 100%;
		padding: 10px 0;
	}
}
*/


.pageTopContainer {
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(../gfx/content-bg.png);
	color: #fff;
}
.pageTopContainer.subpage {
	background-image: none;
	background-color: #eaf1f7;
}
.pageTopContainer.subpage.whiteBg {
	background-color: #fff;
}
.pageTopContainer.subpage .wrap {
	display: table;
	height: 270px;
}
.pageTopContainer.subpage .wrap .cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	font-size: 54px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	padding-bottom: 40px;
}
.pageTopContainer .bg {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../gfx/header-pic.png);
}
.buttonContainer div{
	display: inline-block;
}
.pageTopContainer .backBtn a {
	background: #fff url(../gfx/arrow.left.blue.png) no-repeat 19px center;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 rgba(210, 222, 234, 1);
	color: #003a75;
	display: inline-block;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	padding: 14px 15px 14px 40px;
	transition: background 0.3s ease 0s;
}
.pageTopContainer .backBtn a:hover {
	background-position: 15px center;
	text-decoration: none;
}
.pageTopContainer .deleteBtn a {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 rgba(210, 222, 234, 1);
	color: #003a75;
	display: inline-block;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	padding: 14px 15px 14px 15px;
	transition: background 0.3s ease 0s;
}
.pageTopContainer .deleteBtn a:hover {
	background-position: 15px center;
	text-decoration: none;
}
.pageTopContainer .closeBtn a {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 rgba(210, 222, 234, 1);
	color: #003a75;
	display: inline-block;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	padding: 14px 15px 14px 15px;
	transition: background 0.3s ease 0s;
}
.pageTopContainer .closeBtn a:hover {
	background-position: 15px center;
	text-decoration: none;
}
@media only screen and (max-width : 1200px) {
	.pageTopContainer {
		background-image: url(../gfx/content-bg_1024.png);
	}
}
@media only screen and (max-width : 1000px) {
	.pageTopContainer {
		background-image: none;
		background-color: #fff;
	}
	.pageTopContainer.subpage .wrap {
		padding: 0 20px;
	}
}
@media only screen and (max-width : 760px) {
	.pageTopContainer.subpage .wrap .cell {
		font-size: 40px;
		padding: 30px 0 40px;
	}
	.pageTopContainer.subpage .wrap {
		height: auto;
	}
}
.frontNewsContainer {
	padding: 40px 0 80px 0;
	height: 100%;
}
.frontNewsContainer h2 {
	font-size: 54px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 40px;
}
.frontNewsContainer .table{
	display:table;
	height: 100%;
}
.frontNewsContainer .tablerow {
	display: table-row;
}
.frontNewsContainer .bigItem {
	display: none;
	width: 69%;
	height: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, 0.2);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px 0px 0px 4px;
}
.frontNewsContainer .bigItem.active {
	display: table-cell;
}
.frontNewsContainer .bigItem .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 4px 0 0 4px;
}
.frontNewsContainer .bigItem {
	vertical-align: middle;
}
.frontNewsContainer .bigItem .data {
	float: right;
	display: inline-block;
	width: 60%;
	height: 100%;
	box-sizing: border-box;
	padding: 23px 3%;

}
.frontNewsContainer .date {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1em;
	color: #80b1e3;
	padding: 4px;
	display: inline-block;
	margin-bottom: 10px;
}
.frontNewsContainer .bigItem .data h3 {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 10px;
}
.frontNewsContainer .bigItem .data .text {
	font-size: 16px;
	margin-bottom: 10px;
}
.frontNewsContainer .bigItem .data .readMore a {
	color: #78ff00;
	background: url(../gfx/arrow.right.green.png) 100% center no-repeat;
	display: inline-block;
	padding: 0 19px 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.frontNewsContainer .boxRight {
	display: table-cell;
	width: 30.55%;
	height: 100%;
	/*float: right;*/
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-left: none;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 0px 4px 4px 0px;
}
.frontNewsContainer .boxRight .item {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.frontNewsContainer .boxRight a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-left: 16px;
	width: 80%;
	background: url(../gfx/arrow.left.green.big.png) left center no-repeat;
	padding: 10px 30px 10px 20px;
	line-height: 1em;
	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;
}
.frontNewsContainer .boxRight .item.active a {
	background: none;
	margin-left: 0px;
	padding-left: 0px;
	/*padding-top: 0px;*/
	color: #78ff00;
}
.frontNewsContainer .boxRight .active-arrow {
	background: none;
}
.frontNewsContainer .boxRight .item {
	border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.frontNewsContainer .boxRight .item.active .active-arrow{
	display: inline-block;
	position: relative;
	left: -17px;
	background: url(../gfx/arrow.left.blue.news.png) center center no-repeat;
	height: 30px;
	width: 17px;
}
.frontNewsContainer .boxRight .item.active {
	border-left: #74a3d2 3px solid;
}

.frontNewsContainer .boxRight a .date {
	margin-bottom: 5px;
}
.frontNewsContainer .boxRight h3 {
	font-size: 16px;
	font-weight: 400;
}
.frontNewsContainer .boxRight h3.active {
	color: #78ff00;
}
.frontNewsContainer .allNewsBtn {
	text-align: center;
	padding-top: 40px;
}
.frontNewsContainer .allNewsBtn a {
	display: inline-block;
	border: 2px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	background-image: url(../gfx/arrow.right.white.png);
	background-repeat: no-repeat;
	background-position: right 18px center;
	padding: 9px 38px 9px 18px;
	line-height: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
@media only screen and (max-width : 1200px) {
	.frontNewsContainer .boxRight a {
		padding: 10px 30px 14px 10px;
		font-size: 20px;
	}
}
@media only screen and (max-width : 1000px) {
	.frontNewsContainer {
		padding: 40px 20px 80px;
	}
	.frontNewsContainer .boxRight {
		display: none;
	}
	.frontNewsContainer .bigItem {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width : 600px) {
	.frontNewsContainer .bigItem .image {
		position: static;
		width: 100%;
		height: 200px;
		border-radius: 4px 4px 0 0;
	}
	.frontNewsContainer .bigItem .data {
		float: none;
		width: 100%;
		border-radius: 0 0 4px 4px;
	}
}
.contentContainer {
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(../gfx/content-bg.png);
	padding: 40px 0 0 0;
}

.contentContainer.fullWidth {
	background-image: none;
	background-color: #f4f8fb;
	padding: 0;
}
.contentContainer.fullWidth.whiteBg {
	background-color: #fff;
}
.contentContainer.fullWidth .wrap {
	padding: 40px 0;
}
@media only screen and (max-width : 1200px) {
	.contentContainer {
		background-image: url(../gfx/content-bg_1024.png);
	}
}
@media only screen and (max-width : 1000px) {
	.contentContainer {
		background-image: none;
		background-color: #fff;
	}
	.contentContainer .wrap {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.contentContainer.fullWidth .wrap {
		padding: 40px 20px;
	}
}
.leftbar {
	float: left;
	width: 300px;
}
.leftbar .btn {
	background-color: #003a75;
	background-image: url(../gfx/icon.persons.png);
	background-position: 100% bottom;
	background-repeat: no-repeat;
	border-radius: 3px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 10px;
}
.leftbar .btn.contact {
	margin-bottom: 0;
	background-image: url(../gfx/envelope.png);
}
.leftbar .btn a {
	color: #fff;
	display: block;
	padding: 16px 125px 16px 19px;
	line-height: 1.2em;
	text-decoration: none;
	background: url(../gfx/arrow.right.white.big.png) right 20px center 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;
}
.leftbar .btn.contact a {
	background: url(../gfx/arrow.down.white.big.png) right 20px center no-repeat;
}
.leftbar .btn.contact.open a {
	background: url(../gfx/arrow.up.white.big.png) right 20px center no-repeat;
}
.leftbar .btn a:hover {
	background-position: right 16px center;
}
.leftbar h2,
.leftbar h2.leftbar_heading {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
}
.leftbar ul {
	margin-bottom: 50px;
}
.leftbar .bullets {
	/*margin-top: 20px;*/
}
.leftbar li {

}
.leftbar li a {
	display: block;
	line-height: 1em;
	font-size: 20px;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding: 13px 40px 12px 0;
	background: url(../gfx/arrow.right.blue.thin.png) right 10px center no-repeat;
	border-bottom: 1px solid #d2d8de;
}
.leftbar li.active > a {
	font-weight: 700;
	background: #fff url(../gfx/arrow.right.blue.png) right 10px center no-repeat;
	padding: 13px 40px 12px 10px;
}
.leftbar li ul {
	margin-bottom: 0;
	display: none;
}
.leftbar li.active > ul {
	display: block;
}
.leftbar li ul li ul {
	display: none;
}
.leftbar li.active ul li.active ul {
	display: block;
}
.leftbar li.active ul li a,
.leftbar li ul li a {
	padding: 13px 40px 12px 24px;
	font-weight: 500;
	font-size: 18px;
}
.leftbar li ul li.active a {
	padding: 13px 40px 12px 24px;
	font-weight: 500;
}
.leftbar li.active ul li ul li a,
.leftbar li ul li ul li a {
	padding: 13px 40px 12px 46px;
	font-weight: 300;
	font-size: 16px;
}
.leftbar li ul li ul li.active a {
	padding: 13px 40px 12px 46px;
	font-weight: 300;
}
.leftbar ul.sideList {
	margin-bottom: 20px;
}
.leftbar .sideList li div {
	background: none;
	padding: 13px 0;
	font-weight: 700;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
}
.leftbar .sideList li div span {
	font-size: 14px;
	display: block;
	font-weight: 300;
}
.leftbar .sideList li.no_closure:nth-child(3),
.leftbar .sideList li.no_closure:nth-child(2) {
	display: none;
}
.leftbar .sideList li.no_closure div span {
	font-size: 16px;
	display: block;
	font-weight: 700;
}
.leftbar .whiteBtn {
	margin-bottom: 40px;
}
.leftbar .whiteBtn a {
	background: #fff url("../gfx/arrow.right.blue.png") no-repeat scroll right 19px center;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 rgba(210, 222, 234, 1);
	color: #003a75;
	display: inline-block;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	padding: 14px 40px 14px 15px;
	-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;
}
.leftbar .whiteBtn a:hover {
	text-decoration: none;
	background-position: right 15px center;
}
.leftbar .leftContactLayer {
	display: none;
}
.leftbar .sideList .image {
	display: inline-block;
	padding: 0;
	margin: 10px 15px 0 0;
	vertical-align: top;
}
.leftbar .sideList .image img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.leftbar .sideList .event {
	display: inline-block;
	padding: 0;
	width: 70%;
}
.leftbar .sideList .event .employee {
	padding-bottom: 0;
}
@media only screen and (max-width : 1000px) {
	.leftbar {
		float: none;
		width: 100%;
	}
}
.rightbar .mobileSubmenu {
	position: relative;
	margin-bottom: 30px;
	display: none;
}
.rightbar .mobileSubmenu .submenuTrigger {
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 30px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgba(0, 58, 117, 0.1);
	display: block;
	line-height: 1em;
	padding: 14px 20px;
	background-image: url(../gfx/icon.hamburger.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	position: relative;
}
.rightbar .mobileSubmenu .submenuTrigger.open {
	background-image: url(../gfx/icon.close.png);
}
.rightbar .mobileSubmenu > ul {
	position: absolute;
	left: 0;
	top: 58px;
	width: 100%;
	background: #fff;
	z-index: 201;
	border: 1px solid rgba(0, 58, 117, 0.1);
	display: none;
	box-sizing: border-box;
}
.rightbar .mobileSubmenu ul li {
	float: none;
	background: none;
	padding: 0;
	text-align: right;
	background: url(../gfx/menu.separator.png) 100% 0 repeat-y;
	border-bottom: 1px solid #ededed;
}
.rightbar .mobileSubmenu ul li a {
	padding: 12px 55px 12px 20px;
	color: #003a75;
	display:block;
	line-height: 1em;
}
.rightbar .mobileSubmenu > ul > li > a {
	background: url(../gfx/icon.plus.png) 100% center no-repeat;
}
.rightbar .mobileSubmenu > ul.noaccordion > li > a {
	background:none !Important;
}
.rightbar .mobileSubmenu > ul > li.open > a {
	background: url(../gfx/icon.close.small.png) 100% center no-repeat;
}
.rightbar .mobileSubmenu ul li ul {
	display: none;
	border-top: 1px solid #ededed;
}
.rightbar .mobileSubmenu ul li ul li.active a {
	font-weight: 500;
}
.rightbar .mobileSubmenu ul li:first-child ul {
	display: block;
}
.rightbar .mobileSubmenu ul li ul li:last-child {
	border-bottom: none;
}
.rightbar {
	float: right;
	width: 830px;
	padding-bottom: 40px;
}
.rightbar.news .image img{
	width: 100%;
	margin-bottom: 20px;
}
@media only screen and (max-width : 1200px) {
	.rightbar {
		width: 650px;
	}
}
@media only screen and (max-width : 1000px) {
	.rightbar {
		width: 100%;
		float: none;
	}
	.rightbar .mobileSubmenu {
		display: block;
	}
}
@media only screen and (max-width : 600px) {
	.rightbar.news .image img{
		width: 100%;
		margin-bottom: 20px;
	}
}
h2.sectionHeading {
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	background: url(../gfx/heading.bg.png) 0 100% no-repeat;
	color: #003a75;
	padding: 0 0 18px 0;
	margin-bottom: 30px;
	line-height: 1em;
}
@media only screen and (max-width : 1000px) {
	h2.sectionHeading {
		font-size: 30px;
	}
}
ul.boxList {
	font-size: 0;
	margin-bottom: 40px;
}
.boxList li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin: 0 3.5% 25px 0;
	background: #f4f8fb;
	border: 1px solid #eaf1f7;
	color: #001d3b;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 5px;
}
.boxList li a {
	color: #001d3b;
}
.boxList li:nth-child(3n+3) {
	margin: 0 0 25px 0;
}
.boxList li h3 {
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #003a75;
	padding: 16px 19px;
	border-bottom: 1px solid #e8eef4;
}
.boxList li .data {
	padding: 16px 19px;
	border-bottom: 1px solid #e8eef4;
	font-weight: 700;
}
.boxList.news .data {
	border-bottom: 0;
}
.boxList li .data > span {
	display: block;
	font-size: 14px;
	font-weight: 300;
}
.boxList li .btn {
	padding: 19px;
}
.boxList li .btn a {
	display: inline-block;
	color: #003a75;
	background: #fff url(../gfx/arrow.right.blue.png) right 19px center no-repeat;
	padding: 14px 40px 14px 15px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1em;
	box-shadow: 0px 1px 0px 0px rgba(210, 222, 234, 1);
	border-radius: 4px;
	-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 .btn a:hover {
	text-decoration: none;
	background-position: right 15px center;
}
@media only screen and (max-width : 600px) {
	.boxList li {
		width: 48%;
		margin: 0 4% 25px 0;
	}
	.boxList li:nth-child(3n+3) {
		margin: 0 4% 25px 0;
	}
	.boxList li:nth-child(even) {
		margin: 0 0 25px 0;
	}
}
@media only screen and (max-width : 400px) {
	.boxList li {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.boxList li:nth-child(3n+3) {
		margin: 0 0 25px 0;
	}
	.boxList li:nth-child(even) {
		margin: 0 0 25px 0;
	}
}
.newsBigItem {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.newsBigItem .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	border-radius: 4px 0 0 4px;
}
.newsBigItem .data {
	float: right;
	width: 60%;
	box-sizing: border-box;
	padding: 23px 3%;
	background-color: #f4f8fb;
	border-top: 2px solid #eaf1f7;
	border-bottom: 2px solid #eaf1f7;
	border-right: 2px solid #eaf1f7;
	border-radius: 0 4px 4px 0;
}
.newsBigItem .date {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1em;
	background: #003a75;
	padding: 4px;
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
}
.newsBigItem .data h3 {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #003a75;
}
.newsBigItem .data .text {
	font-size: 16px;
	margin-bottom: 10px;
}
.newsBigItem .data .readMore a {
	color: #003a75;
	background: url(../gfx/arrow.right.blue.png) 100% center no-repeat;
	display: inline-block;
	padding: 0 19px 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
@media only screen and (max-width : 600px) {
	.newsBigItem .image {
		width: 100%;
		float: none;
		height: 200px;
		position: static;
		border-radius: 4px 4px 0 0;
	}
	.newsBigItem .data {
		float: none;
		width: 100%;
		border-radius: 0 0 4px 4px;
	}
}
.forumIntro {
	margin: 20px 0;
}
.forumTabs {
	font-size: 0;
}
.forumTabs a {
	display: inline-block;
	vertical-align: top;
	width: 33.334%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1em;
	font-size: 24px;
	text-align: center;
	padding: 17px 0;
	border-top: 1px solid #eaf1f7;
	border-left: 1px solid #eaf1f7;
	border-right: 1px solid #eaf1f7;
	box-sizing: border-box;
	color: #003a75;
	position: relative;
}
.forumTabs a:first-child {
	border-radius: 4px 0 0 0;
}
.forumTabs a:last-child {
	border-radius: 0 4px 0 0;
}
.forumTabs a .tip {
	display: none;
	width: 16px;
	height: 8px;
	background: url(../gfx/tip.down.blue.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -8px;
	z-index: 10;
}
.forumTabs a.active {
	background: #003a75;
	color: #fff;
	border-top: 1px solid #003a75;
	border-left: 1px solid #003a75;
	border-right: 1px solid #003a75;
}
.forumTabs a.active .tip {
	display: block;
}
@media only screen and (max-width : 420px) {
	.forumTabs a {
		font-size: 16px;
	}
}
.forumContainer {
	margin-bottom: 50px;
}
.forumContainer .row {
	display: table;
	width: 100%;
	background: #fff;
	border-left: 1px solid #dce9ec;
	border-right: 1px solid #dce9ec;
	border-bottom: 1px solid #dce9ec;
	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;
}
.forumContainer .row:first-child {
	border-top: 1px solid #eaf1f7;
}
.forumContainer .row:nth-child(odd) {
	background: #f4f8fb;
}
.forumContainer .row:hover:hover {
	background: #fff;
}
.forumContainer .row .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 10px 1.5%;
	box-sizing: border-box;
	color: #003a75;
}
.forumContainer .row .cell a {
	color: #003a75;
}
.forumContainer .row:hover .cell a {
	color: #003a75;
	text-decoration: none;
}
.forumContainer .row .leftCell {
	width: 59%;
	border-right: 1px solid #dce9ec;
}
.forumContainer .row .leftCell .details {
	font-size: 0;
}
.forumContainer .row .details span {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 0 0;
	line-height: 1em;
}
.forumContainer .row .details span.date {
	background: url(../gfx/icon.calendar.png) 0 center no-repeat;
	padding: 0 0 0 16px;
}
.forumContainer .row .details span.time {
	background: url(../gfx/icon.clock.png) 0 center no-repeat;
	padding: 0 0 0 16px;
}
.forumContainer .row .leftCell .title {
	font-size: 28px;
	display: inline-block;
	position: relative;
	line-height: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.forumContainer .row .leftCell .title span.counter {
	position: absolute;
	right: -40px;
	top: -4px;
	display: block;
	background: #2396af;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	padding-top: 9px;
	line-height: 1em;
}
.forumContainer .row .centerCell {
	width: 31%;
	border-right: 1px solid #dce9ec;
}
.forumContainer .row .rightCell {
	width: 10%;
	text-align: center;
	font-size: 14px;
}
.forumContainer .row .count span {
	display: block;
	background: url(../gfx/icon.bubble.png) 0 0 no-repeat;
	font-size: 24px;
	color: #001d3b;
	font-weight: 700;
	box-sizing: border-box;
	text-align: center;
	line-height: 1em;
}
.forumContainer .btns {
	background: #f4f8fb;
	border-left: 1px solid #dce9ec;
	border-right: 1px solid #dce9ec;
	border-bottom: 1px solid #dce9ec;
	padding: 20px 1.5%;
	font-size: 0;
	border-radius: 0 0 4px 4px;
}
.forumContainer .btns a {
	display: inline-block;
	color: #003a75;
	background: #fff url(../gfx/arrow.right.blue.png) right 19px center no-repeat;
	padding: 14px 40px 14px 15px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1em;
	box-shadow: 0px 1px 0px 0px rgba(210, 222, 234, 1);
	border-radius: 4px;
	-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: 20px;
}
.forumContainer .btns a:hover {
	text-decoration: none;
	background-position: right 15px center;
}
@media only screen and (max-width : 640px) {
	.forumContainer .row .cell {
		display: block;
		width: 100% !important;
		border-bottom: 1px solid #dce9ec;
		padding: 20px;
		border-right: none;
	}
	.forumContainer .row .leftCell .title {
		font-size: 20px;
	}
	.forumContainer .row .rightCell {
		text-align: left;
		border-bottom: none;
	}
	.forumContainer .row .count span {
		margin: 0;
		text-align: left;
	}
}
@media only screen and (max-width : 420px) {
	.forumContainer .btns {
		padding: 20px;
	}
	.forumContainer .btns a {
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
}
.formContainer {
	background: #f4f8fb;
	border: 1px solid #eaf1f7;
	padding: 18px;
}
.formContainer h2 {
	background: rgba(0, 0, 0, 0) url("../gfx/heading.bg.png") no-repeat scroll 0 100%;
	color: #003a75;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 30px;
	padding: 0 0 18px;
}
.formContainer label {
	display: block;
	margin-bottom: 30px;
}
/* .formContainer label span:not(.mce-tinymce label span) {
	color: #333333;
	display: block;
	padding: 0 0 8px 10px;
} */
.formContainer input {
	border: 0;
	box-shadow: inset 0px 2px 4px 0px rgba(0, 58, 117, 0.15);
	background: #fff;
	border-radius: 2px;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
}
.formContainer textarea {
	border: 0;
	box-shadow: inset 0px 2px 4px 0px rgba(0, 58, 117, 0.15);
	background: #fff;
	border-radius: 2px;
	height: 160px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	resize: none;
}
.formContainer button[type=submit] {
	webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	padding: 0 52px 0 20px;
	overflow: visible;
	border: 0;
	background: #003a75 url(../gfx/arrow.right.white.png) right 23px center no-repeat;
	color: #fff;
	line-height: 1em;
	height: 40px;
	font-weight: 700;
	font-size: 18px;
	border-radius: 4px;
	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 button:hover {
	background-position: right 19px center;
}
.filterContainer {
	background: #eaf1f7;
	font-size: 0;
	padding: 60px 0 38px 0;
}
.contentContainer.fullWidth .filterContainer .wrap {
	padding: 0;
}
.filterContainer.forumFilter {
	text-align: center;
}
.filterContainer .selectContainer {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin-right: 2%;
	position: relative;
}
.filterContainer .selectContainer a.selectTrigger {
	display: block;
	box-shadow: inset 0px 2px 0px 0px rgba(0, 58, 117, 0.15);
	border-radius: 2px;
	background-color: #fff;
	padding: 14px 38px 12px 11px;
	background-image: url(../gfx/arrow.down.grey.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	line-height: 1em;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.filterContainer .selectContainer .selectSlide {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 100%;
	border-top: 1px solid #dce9ec;
	box-sizing: border-box;
	display: none;
}
.filterContainer .selectContainer .selectSlide a {
	font-size: 14px;
	color: #333333;
	display: block;
	padding: 10px 11px 10px 11px;
	border-bottom: 1px solid #dce9ec;
}
.filterContainer .filterSearch {
	display: inline-block;
	width: 32%;
	vertical-align: top;
}
.filterContainer.forumFilter .filterSearch {
	width: 60%;
}
.filterContainer .filterSearch input {
	width: 100%;
	box-shadow: inset 0px 2px 0px 0px rgba(0, 58, 117, 0.15);
	border: 0;
	height: 40px;
	box-sizing: border-box;
	padding: 0 42px 0 10px;
	background: #fff url(../gfx/icon.magnify.png) right 14px center no-repeat;
}
.filterContainer .result {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #003a75;
	padding: 40px 0 0 0;
}
.filterContainer .filterSearch .result strong {
	font-weight: 700;
}
@media only screen and (max-width : 1000px) {
	.contentContainer.fullWidth .filterContainer .wrap {
		padding: 0 20px;
	}
}
@media only screen and (max-width : 760px) {
	.filterContainer .selectContainer {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.filterContainer .filterSearch {
		width: 100%;
		margin: 0 0 10px 0;
	}
}
ul.contactPersonList {
	font-size: 0;
	padding: 40px 0 0 0;
}
.contactPersonList li {
	display: inline-block;
	vertical-align: top;
	color: #333333;
	font-size: 14px;
	background: #fff;
	padding: 2%;
	width: 23%;
	box-sizing: border-box;
	margin: 0 1% 25px 1%;
}
.contactPersonList li .image {
	margin-bottom: 25px;
	display: block;
	width: 100%;
	padding-top: 125%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contactPersonList li .image img {
	width: 100%;

}
.contactPersonList li h3 {
	color: #003a75;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 25px;
}
.contactPersonList li a {
	color: #333333;
}
.contactPersonList .details div {
	border-bottom: 1px solid #dbe5ee;
}
.contactPersonList .details div.job {
	padding: 9px 0 9px 32px;
	background: url(../gfx/icon.job.png) 0 center no-repeat;
}
.contactPersonList .details div.office{
	border-top: 1px solid #dbe5ee;
	padding: 9px 0 9px 32px;
	background: url(../gfx/icon.location.png) 0 center no-repeat;
}
.contactPersonList .details div.department{
	padding: 9px 0 9px 32px;
	background: url(../gfx/icon.department.png) 0 center no-repeat;
}
.contactPersonList .details div a {
	display: block;
	padding: 9px 0 9px 32px;
}
.contactPersonList .details .phone a {
	background: url(../gfx/icon.phone.png) 0 center no-repeat;
}
.contactPersonList .details .email a {
	background: url(../gfx/icon.email.png) 0 center no-repeat;
}
.contactPersonList .details .mobile a {
	background: url(../gfx/icon.mobile.png) 0 center no-repeat;
}
@media only screen and (max-width : 1000px) {
	.contactPersonList li {
		width: 32%;
		margin: 0 0.5% 25px 0.5%;
	}
}
@media only screen and (max-width : 640px) {
	.contactPersonList li {
		width: 48%;
		margin: 0 1% 25px 1%;
	}
}
@media only screen and (max-width : 450px) {
	.contactPersonList li {
		width: 100%;
		margin: 0 0 25px 0;
	}
}
.newsletterContainer ul.contactPersonList {
	float: left;
	margin: 0 60px 0 0;
	padding: 0;
}
.newsletterContainer .contactPersonList li {
	width: 100%;
}
.newsletterJoinBox {
	float: left;
	width: 50%;
}
.newsletterJoinBox.space{
	margin-top: 20px;
}
.newsletterJoinBox h2 {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
.newsletterJoinBox label  {
	display: block;
	margin-bottom: 10px;
	font-size: 0;
}
.newsletterJoinBox label input {
	display: inline-block;
}
.newsletterJoinBox label span {
	display: inline-block;
	font-size: 16px;
	padding-left: 5px;
}
.newsletterJoinBox button {
	webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	padding: 0 52px 0 20px;
	overflow: visible;
	border: 0;
	background: #003a75 url(../gfx/arrow.right.white.png) right 23px center no-repeat;
	color: #fff;
	line-height: 1em;
	height: 40px;
	font-weight: 700;
	font-size: 18px;
	border-radius: 4px;
	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;
}
.newsletterJoinBox button:hover {
	background-position: right 19px center;
}
.commentBlock {
	margin-bottom: 60px;
}
.commentBlock .commentList li {
	display: table;
	width: 100%;
	background: #fff;
	border-left: 1px solid #dce9ec;
	border-bottom: 1px solid #dce9ec;
	border-right: 1px solid #dce9ec;
	box-sizing: border-box;
}
.commentBlock .commentList li:nth-child(2n) {
	border-top: 1px solid #dce9ec;
}
.commentBlock .commentList li:nth-child(even) {
	background: #f4f8fb;
}
.commentBlock .leftCell {
	display: table-cell;
	width: 18.3%;
	vertical-align: top;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	background: #eaf1f7 url(../gfx/tip.comment.png) 100% 60px no-repeat;
}
.commentBlock .leftCell .image {
	border-bottom: 2px solid #d2deea;
}
.commentBlock .leftCell .user {
	color: #003a75;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1em;
	margin: 11px 0 17px;
}
.commentBlock li.you .user {
	color: #f3f7f8;
}
.commentBlock .rightCell .details {
	font-size: 0;
	margin-bottom: 10px;
}
.commentBlock .rightCell .details span {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
}
.commentBlock .rightCell .details span.date {
	background: url(../gfx/icon.calendar.png) 0 center no-repeat;
	padding: 0 0 0 17px;
	margin-right: 14px;
}
.commentBlock .rightCell .details span.time {
	background: url(../gfx/icon.clock.png) 0 center no-repeat;
	padding: 0 0 0 17px;
}
.commentBlock li.you .details span.date {
	background: url(../gfx/icon.calendar.white.png) 0 center no-repeat;
}
.commentBlock li.you .details span.time {
	background: url(../gfx/icon.clock.white.png) 0 center no-repeat;
}
.commentBlock li .details .buttons {
	font-size: 0;
}
.commentBlock li .details .btn {
	display: inline-block;
	padding: 10px 0 5px;
}
.commentBlock li .details .btn a {
	display: inline-block;
	color: #003a75;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	background: #f4f8fb;
	line-height: 1em;
	padding: 12px 18px 12px 18px;
	border-radius: 6px;
	box-shadow: 0 1px 0 0 rgba(210, 222, 234, 1);
	text-decoration: none;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-ms-transition: border 0.3s ease;
	-o-transition: border 0.3s ease;
	transition: border 0.3s ease;
	margin: 0 10px 0 0;
}
.commentBlock .rightCell {
	display: table-cell;
	width: 82.7%;
	vertical-align: middle;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px 3%;
	font-weight: 300;
}
.commentBlock li.featured .rightCell {
	background: #fff;
}
@media only screen and (max-width : 760px) {
	.commentBlock .leftCell .user {
		font-size: 26px;
	}
}
@media only screen and (max-width : 600px) {
	.commentBlock .leftCell {
		display: block;
		width: 100%;
		background: none;
		border-right: none;
		border-bottom: 1px solid #dce9ec;
	}
	.commentBlock .rightCell {
		width: 100%;
		display: block;
	}
	.commentBlock li.featured .leftCell {
		background: none;
		border-right: none;
	}
}
body.mce-content-body h1,
article h1 {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
body.mce-content-body h2,
article h2 {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
body.mce-content-body h3,
article h3 {
	font-size: 26px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
body.mce-content-body h4,
article h4 {
	font-size: 20px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
body.mce-content-body img,
article img {

}
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 19px;
	line-height: 1.3em;
	list-style: none;
	background: url(../gfx/bullet.png) 0 6px no-repeat;
}
body.mce-content-body table,
article table {
	width: 100%;
	border: 1px solid #eaf0f5;
	border-collapse: collapse;
}
body.mce-content-body table th,
article table th {
	background: #003a75;
	padding: 13px;
	color: #fff;
	font-weight: 300;
	text-align: left;
	border-right: 1px solid #1a4e83;
	font-weight: bold;
}
body.mce-content-body table th:last-child,
article table th:last-child {
	padding: 13px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #003a75;
}
body.mce-content-body table td,
article table td {
	padding: 13px;
	background: #fff;
	color: #505050;
	border-right: 1px solid #eaf0f5;
	border-bottom: 1px solid #eaf0f5;
}
body.mce-content-body table tr:nth-child(odd) td,
article table tr:nth-child(odd) td {
	padding: 13px;
	background: #f4f8fb;
	color: #505050;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
@media only screen and (max-width : 640px) {
	article img {
		float: none !important;
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
}
footer {
	text-align: center;
	border-bottom: 4px solid #003a75;
}
footer a {
	display: inline-block;
	background: url(../gfx/back.to.top.png) 100% center no-repeat;
	padding: 11px 65px 11px 0;
	line-height: 1em;
	color: #003a75;
	font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
}
footer a:hover {
	text-decoration: none;
}
footer a strong {
	text-transform: uppercase;
}

.popLayerContainer {
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
}
.popLayerContainer .cell {
	display: table;
	width: 100%;
	height: 100%;
}
.popLayerContainer .innerCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.popLayerContainer .wrap {
	background: #fff;
	width: 50%;
	border-radius: 14px;
}
.popLayerContainer h2 {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	margin-bottom: 20px;
}
.popLayerContainer .btns {
	font-size: 0;
}
.popLayerContainer .btns a {
	display: inline-block;
	color: #003a75;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	background: #f4f8fb;
	line-height: 1em;
	padding: 12px 18px 12px 18px;
	border-radius: 6px;
	box-shadow: 0 1px 0 0 rgba(210, 222, 234, 1);
	text-decoration: none;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-ms-transition: border 0.3s ease;
	-o-transition: border 0.3s ease;
	transition: border 0.3s ease;
	margin: 0 10px;
}
@media only screen and (max-width : 1600px) {

}
@media only screen and (max-width : 1200px) {

}
@media only screen and (max-width : 1024px) {

}
@media only screen and (max-width : 768px) {

}
/* 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; }

.profile-thumbnail img{
	max-width: 220px;
	max-height: 220px;
}

textarea.tinymce4.editpost{
	width: 100%;
	display: none;
}
.rightCell div.initialized .mce-tinymce {
	width: 100%!important;

}
.details.news-details {
	padding-bottom: 14px;
}
.forumStaticContainer.latest .forumContainer .forumIntro {
	display: none;
}
.dropdown__content{
	display: none;
}
.dropdown{
	margin-bottom: 30px;
}
.dropdown__label{
	padding: 10px 10px 10px 0;
	cursor: pointer;
}
.dropdown__label span{
	display: inline-block;
	color: #003a75;
	background: #fff url(../gfx/arrow.down.blue.png) right 19px center no-repeat;
	padding: 14px 40px 14px 15px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1em;
	box-shadow: 0px 1px 0px 0px rgba(210, 222, 234, 1);
	border-radius: 4px;
	-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;
}
.dropdown__label span.open{
	background: #fff url(../gfx/arrow.up.blue.png) right 19px center no-repeat;
}
.dropdown__content .selectbox{
	border: 1px solid #003a75;
	border-radius: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}
.dropdown__content .selectbox.checked label{
	/*background-color: rgba(0, 58, 117, .5);*/
	background-color: #003a75;
}
.dropdown__content .selectbox.checked label span{
	color: #FFF;
}
.selectbox label{
	margin-bottom: 0;
	padding: 10px;
	background-color: #FFF;
	border-radius: 3px;
	cursor: pointer;
}
.js-append-selection span{
	color: #003a75
}
.gatherInputs{
	height: 1px !important;
}
.select-all{
	margin-top: 20px;
}
.select-all input{
	display: none;
}
.select-all label{
	padding: 10px 0px 10px 35px;
	position: relative;
	margin-bottom: 10px;
}
.select-all label::before{
	content: '';
	height: 25px;
	width: 25px;
	position: absolute;
	left: 0;
	top: 5px;
	background-color: #FFF;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0, 0.4);
	border-radius: 2px;
}
.select-all label.checked{
	padding: 10px 0px 10px 35px;
	position: relative;
}
.select-all label.checked::before{
	content: ' \2713 ';
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0;
	top: 5px;
	background: #FFF;
	padding: 5px 2px 5px 8px;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0, 0.4);
	border-radius: 2px;
	color:#003a75;
	line-height: 1em;
}
span#allPerson{
	font-weight: 700;
	color: #003a75;
}
.orElse{
	display: block;
	margin-bottom: 10px;
}

