
.inner{
	width: calc(100% - 40px);
	max-width: 1200px;
	min-height: 100%;
	margin: 0px auto;
	position: static;
}
	
.hide{
	display: none;
}

.filter ::-webkit-input-placeholder { /* Edge */
	color: #fff;
}


.twotogether{

}

.filter :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.filter ::placeholder {
	color: #fff;
}


.service-leftmenu-wrapper.light ::-webkit-input-placeholder { /* Edge */
	color: #fff;
}


.service-leftmenu-wrapper.light :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.service-leftmenu-wrapper.light ::placeholder {
	color: #fff;
}


.block-wrapper .i.calculated .intro a{
	text-decoration: underline;
}


ul.inline-display{
	list-style: none;
	margin: 0;
}

ul.inline-display li{
	display:inline-block;
	vertical-align: middle;
}

h1{
	font-size: 35px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
h2{
	font-size: 35px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
h3{
	font-size: 22px;
	font-weight: 300;
	padding: 15px 0px;
}
h4{
	font-size: 22px;
	font-weight: 300;
}
.st{
	font-size: 20px;
	font-weight: bold;
}

.d-inline{
	display: inline-block !important;
}

/* width */
.people-wrapper ::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.people-wrapper ::-webkit-scrollbar-track {
	background: #7394ff; 
}
 
/* Handle */
.people-wrapper ::-webkit-scrollbar-thumb {
	background: rgb(116, 142, 226); 
}

/* Handle on hover */
.people-wrapper ::-webkit-scrollbar-thumb:hover {
	background: rgb(116, 142, 226); 
}




.people-wrapper .owl-controls{
	margin: 10px auto 0px auto;
	text-align: center;
	position: absolute !important;
	top: calc(50% - 30px);
	/* left: 0px; */
	width: 100%;
	z-index: 1000;
}

.people-wrapper .owl-theme  .owl-controls .owl-nav [class*="owl-"]{
	height: 30px;
	width:30px;
	position: absolute;
	background-size:contain;
}

.people-wrapper .owl-theme  .owl-controls .owl-nav .owl-prev{
	background-image: url(../furniture/icon-arrow-left-3.png);
	background-repeat: no-repeat;
	left: -6%;
}

.people-wrapper .owl-theme .owl-controls .owl-nav .owl-next{
	background-image: url(../furniture/icon-arrow-right-3.png);
	background-repeat: no-repeat;
	right: -6%;
}

.people-wrapper .owl-theme  .owl-controls .owl-nav .owl-prev:hover{
	background: url(../furniture/icon-arrow-left-5.png);
	background-repeat: no-repeat;
	background-size:contain;
}

.people-wrapper .owl-theme .owl-controls .owl-nav .owl-next:hover{
	background: url(../furniture/icon-arrow-right-5.png);
	background-repeat: no-repeat;
	background-size:contain;
}




.header-top-wrapper{
	height: calc(100% - 24vh);
	background-color: #365897;
	/*box-shadow: inset 0 -150px 150px -150px #000000;*/
	position: relative;
}

.splashpage-carousel{
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}


.splashpage-carousel.owl-carousel{
	z-index: 0;
}

.splashpage-carousel .slide{
	height: 100%;
	background-size: contein;
	background-repeat: no-repeat;
	background-position: bottom center;
	box-shadow: inset 0 -150px 150px -150px #000000;
}
.splashpage-carousel .slide1{
	background-image: url('../furniture/splash-page-skyline-london.svg');
}
.splashpage-carousel .slide2{
	background-image: url('../furniture/splash-page-skyline-liverpool.svg');
}
.splashpage-carousel .slide3{
	background-image: url('../furniture/splash-page-skyline-cardif.svg');
}
.header-top-wrapper .inner .splashpage-content{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	height: 100%;
	align-content: center;
}
.header-top-wrapper .inner .center{
	position: absolute; 
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.header-top-wrapper .logo-wrapper{
	overflow: hidden;
	position: relative;
	/*background-color: #ff9900;*/
	height: 120px;
}
.header-top-wrapper .logo{
	margin-bottom: 40px;
	max-width: calc(100% - 80px);
	position: absolute;
	bottom: -120px;
	left: 50%;
	transform: translatex(-50%);
	transition: 0.2s all ease;
	width: 472px; Width for usual logo/**/
	/*width: 648px; /* Width for 150 years logo   */
}
.header-top-wrapper .logo.active{
	bottom: 0px;  
	transition: 0.2s all ease;
}
.header-top-wrapper .h1-wrapper{
	overflow: hidden;
	position: relative;
	height: 85px;
}
.header-top-wrapper h1{
	color: rgba(255,255,255,0.6);
	font-size: 32px;  
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translatex(-50%);
	transition: 0.2s all ease;
	width: 100%;
}
.header-top-wrapper h1.active{
	top: 0px; 
	transition: 0.2s all ease;
}
.header-top-wrapper h2{
	color: rgba(255,255,255,0.6);
	font-size: 26px;  
	line-height: 34px;
	padding-top: 16px;
	opacity: 0;
	transition: 0.2s all ease;
}
.header-top-wrapper h2.active{
	opacity: 1;
	transition: 0.2s all ease;
}




.header-menubar-wrapper.fixed{
	position: fixed;
	top: -50px;
	width: 100%;
	z-index: 9998;
}
.header-menubar-wrapper.dropped{
	top: 0px;
}
.header-menubar-wrapper-placeholder.fixed{
	height: 47px;
}



.header-menubar-wrapper{
	background-color: #ccc6be;
	padding: 5px 0px;
	transition: 0.3s all ease;
	width: 100%;
}
.header-menubar-wrapper .c1{
	float: left;  
	width: 37px;
	height: 37px;
	overflow: hidden;
}
.header-menubar-wrapper .c2{
	float: right;  
	padding: 2px 0px;
}


.search-wrapper{
	background-color: #b8afa4;
	border-radius: 16px;
	float: left;
	transition: 0.2s all ease;
	width: 32px;
}
.search-wrapper.active{
	transition: 0.2s all ease;
	position: relative;
	width: 200px;
}
.search-wrapper .search-trigger{
	/*background-color: #ff9900;*/
	background-image: url(../furniture/icon-search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	border: 2px solid transparent;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	height: 18px;
	overflow: hidden;
	padding: 5px 5px;
	right: 170px;
	text-align: center;
	text-transform: uppercase; 
	transition: 0.2s all ease;
	vertical-align: top;
	width: 18px;
}
.search-wrapper .search-trigger.new:hover{
	border: 2px solid #fff;
	transition: 0.2s all ease;
}
.search-wrapper input{
	background-color: transparent;
	color: #fff;
	display: none;
	font-size: 12px;
	padding: 7px 0px 8px 10px;
	text-transform: uppercase;
	width: calc(100% - 60px);
}
.search-wrapper.active .search-trigger{
	background-image: url(../furniture/icon-close-1.png);
	background-size: 12px;
	position: absolute;
	right: 0px;
	transition: 0.8s right ease;
}

.language-wrapper{
	float: left;
}
.language-wrapper a.icon,
.language-wrapper-overlay a.icon{
	text-transform: uppercase; 
	background-color: #b8afa4;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 18px;
	height: 18px;
	padding: 5px 5px;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	border: 2px solid transparent;
	margin-left: 5px;
	transition: 0.2s all ease;
	position: relative;
	overflow: hidden;
	font-size: 12px;
}
.language-wrapper a.icon:hover,
.language-wrapper-overlay a.icon:hover{
	border: 2px solid transparent;
	transition: 0.2s all ease;
}
.language-wrapper a.icon.selected,
.language-wrapper-overlay a.icon.selected,
.topmenu-wrapper a.selected, .c1 a.link-bubble.selected{
	border: 2px solid #fff;
	transition: 0.2s all ease;
}
.language-wrapper a.icon span,
.language-wrapper-overlay a.icon span{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	width: 31px;
	height: 32px;
	display: block;
	position: absolute;
	top: 32px;
	left: -2px;
	transition: 0.2s all ease;
}
.language-wrapper a.icon:hover span,
.language-wrapper-overlay a.icon:hover span{
	top: -2px;
	transition: 0.2s all ease;
}
.language-wrapper-overlay{
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.2s all ease;
	width: 100%;
	height: 100%;
	display: none;
}
.language-wrapper-overlay.active{
	display: block;
	background-color: rgba(54,88,151,1);  
	opacity: 1;
	transition: 0.2s all ease;
	z-index: 9999;
}
.language-wrapper-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.language-wrapper-overlay .item{
	margin: 15px 0px;
}
.language-wrapper-overlay a.icon{
	background-color: rgba(54,88,151,1);
	border: 2px solid rgba(255,255,255,1);
	height: 36px;
	width: 36px;
}
.language-wrapper-overlay a.icon span{
	width: 50px;
	height: 51px;
	top: -2px;
}
.language-wrapper-overlay a.label{
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 30px;
}
.language-wrapper-overlay a.icon.selected{
	border: 2px solid rgba(255,255,255,0.4);
}
.language-wrapper-overlay a.label.selected{
	color: rgba(255,255,255,0.4);
}
.language-wrapper-overlay .mmenu-close .img{
	background-image: url(../furniture/icon-close-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.language-wrapper-overlay .mmenu-close:hover .img,
.language-wrapper-overlay .mmenu-close.active .img{
	transition: 0.3s all;
	transform: rotate(180deg);
}






.topmenu-wrapper{
	float: left;
}
.topmenu-wrapper a, .c1 a.link-bubble{
	text-transform: uppercase; 
	transition: 0.2s all ease;
	background-color: #b8afa4;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 5px 10px 6px 10px;
	border-radius: 16px;
	color: #fff;
	border: 2px solid transparent;
	margin-left: 5px;
	margin-top: 2px;
	font-size: 12px;
}

.topmenu-wrapper a:hover{
	border: 2px solid #fff;
	transition: 0.2s all ease;
}


.social-wrapper{
	float: left;
	width: auto;
	overflow: hidden;
}
.social-wrapper.hide{
	width: 0;
}


.people-social-icon  {
	background-color: #365897;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-radius: 16px;
	width: 32px;
	height: 32px;
	transition: 0.2s all ease;
	margin: 15px 5px 15px 0;
}
.people-social-icon.linkedin{
	background-image: url(../furniture/icon-social-linkedin.png);
}

a.vcard {
	text-transform: uppercase;
	transition: 0.2s all ease;
	background-color: #365897;
	/*background-color: rgba(255,255,255,0.5);*/
	vertical-align: top;
	text-align: center;
	padding: 5px 10px 6px 30px;
	border-radius: 16px;
	color: #fff;
	border: 2px solid transparent;
	margin: 15px 0 ;
	font-size: 12px;
	background-image: url(../furniture/icon-vcard.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 12px;
	min-width: 145px;
}


.people-social-icon.reverse{
	background-color: #fff;
	color: #365897 !important;
}

.people-social-icon.reverse.linkedin{
	background-image: url(../furniture/icon-social-linkedin-blue.png);
}

.page-careers-wrapper .content .c1 a.vcard.reverse{
	background-image: url(../furniture/icon-vcard-blue.png);
	background-color: #fff;
	color: #365897;
}


.people-wrapper .overlay .comm a.vcard:hover{
	border: 2px solid #fff;
	transition: 0.2s all ease;
}


/*
.people-wrapper a{

}
.people-wrapper a.linkedin{
	background-image: url(../furniture/icon-social-linkedin.png);
}
*/
.social-wrapper a{
	background-color: #365897;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-radius: 16px;
	margin-left: 5px;
	width: 32px;
	height: 32px;
	transition: 0.2s all ease;
}
.social-wrapper a.linkedin{
	background-image: url(../furniture/icon-social-linkedin.png);
}
.social-wrapper a.twitter{
	background-image: url(../furniture/icon-social-x.png);
}
.social-wrapper a.facebook{
	background-image: url(../furniture/icon-social-facebook.png);
}
.social-wrapper a.linkedin:hover{
	background-color: #0077b4;
	transition: 0.2s all ease;
}
.social-wrapper a.twitter:hover{
	background-color: #37a7df;
	transition: 0.2s all ease;
}
.social-wrapper a.facebook:hover{
	background-color: #3c5193;
	transition: 0.2s all ease;
}


.mainmenu-wrapper{
	float: left;
}
.mainmenu-wrapper .mmenu-open{
	background-color: #365897;
	background-image: url(../furniture/icon-menu.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 16px;
	border: 2px solid transparent;
	border-radius: 16px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	padding: 5px 30px 5px 10px;
	text-transform: uppercase; 
	transition: 0.2s all ease;
	vertical-align: top;
}
.mainmenu-wrapper .mmenu-open:hover{
	background-color: #fff;
	background-image: url(../furniture/icon-menu-2.png);
	border: 2px solid #365897;
	color: #365897;
	transition: 0.2s all ease;
}


.menu-wrapper .mmenu-close{
	background-color: #fff;
	border: 2px solid transparent;
	border-radius: 16px;
	color: #365897;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	float: right;
	margin-left: 20px;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase; 
	transition: 0.2s all ease;
	vertical-align: top;
}
.menu-wrapper .mmenu-close:hover{
	background-color: #365897;
	border: 2px solid #fff;
	color: #fff;
	transition: 0.2s all ease;
}
.menu-wrapper .mmenu-close .img{
	background-image: url(../furniture/icon-menu-close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	vertical-align: -3px;
}
.menu-wrapper .mmenu-close:hover .img{
	background-image: url(../furniture/icon-close-1.png);
	transition: 0.3s all;
	transform: rotate(180deg);
}



.mtopmenu-wrapper{
	padding: 0px 20px 20px 20px;
}
.mtopmenu-wrapper a {
	text-transform: uppercase;
	transition: 0.2s all ease;
	background-color: rgba(255,255,255,0.1);
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 5px 10px 6px 10px;
	border-radius: 16px;
	color: #fff;
	border: 2px solid transparent;
	margin-left: 5px;
	font-size: 12px;
}
.mtopmenu-wrapper a:hover {
	border: 2px solid #fff;
	transition: 0.2s all ease;
}


.menu-wrapper{
	background-color: #365897;
	box-shadow: -30px -20px 30px -30px #000;
	height: 100%;
	max-width: calc(100% - 20px);
	padding: 20px 0px;
	position: fixed;
	right: -470px;
	top: 0px;
	width: 400px;
	z-index: 9998;
}
.menu-wrapper ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu-wrapper ul li{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin: 0px;
	padding: 0px;
	position: relative;
}
.menu-wrapper ul li .item{
}
.menu-wrapper ul li a{
	color: #fff;
	display: block;
	padding: 10px 20px;
	text-align: right;
	float: right;
	width: calc(100% - 40px);
}
.menu-wrapper ul li:hover > a{
	/*background-color: #000;*/
	/*color: #b5d334;*/
}
.menu-wrapper .submenutrigger{
	background-image: url(../furniture/icon-arrow-down-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	display: inline-block;
	float: left;
	height: 14px;
	margin-left: 3px;
	width: 16px;
	transform: rotate(0deg) scale(1);
	transition: 0.3s all ease;
}
.menu-wrapper .submenutriggers:hover{
	background-image: url(../furniture/icon-arrow-down-1.png);
	transform: rotate(360deg);
	transform-origin: top left;  
	transition: 0.3s all ease;
}
.menu-wrapper .submenutrigger.anim1{
	transform: rotate(180deg) scale(1.5);
	transition: 0.3s all ease;
}
.menu-wrapper .submenutrigger.anim2{
	transform: rotate(180deg) scale(1);
	transition: 0.3s all ease;
}
.menu-wrapper a:hover,
.menu-wrapper a.selected,
.menu-wrapper ul li.active > a{
	color: #7cc7c2;
}
.menu-wrapper .submenu{
	display: none;
}
.menu-wrapper ul li.active .submenu{
	display: block;
}
.menu-wrapper .submenu a{
	padding-right: 40px;
}

.menu-overlay.active{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(54,88,151,0.8);
	width: 100%;
	z-index: 9997;
	transition: 0.2s all ease;
}



















.block-nav-wrapper{
	position: fixed;
	bottom: -50px;
	background-color: #ebe8e5; 
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: 0.2s all ease;
	z-index: 9990;
}
.block-nav-wrapper.fixed{
	bottom: 0px;
	opacity: 1;
	transition: 0.5s all ease;
}
.block-nav-wrapper a{
	border-bottom: 5px solid #9a8d7d;
	display: inline-block;
	font-size: 12px;
	margin: 0px 4px;
	padding: 20px 10px 5px 10px;
	position: relative;
	text-transform: uppercase;
	vertical-align: bottom;
	width: 130px;
}
.block-nav-wrapper a:hover{
	color: #365897;
	transition: 0.2s all ease;
}
.block-nav-wrapper a:before,
.block-nav-wrapper a.selected:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -5px;
	left: 0;
	background-color: #365897;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
}

.block-nav-wrapper a:hover:before,
.block-nav-wrapper a.selected:before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.block-nav-wrapper a.style-1:hover{
	color: #365897;
}
.block-nav-wrapper a.style-1:before{
	background-color: #365897;
}
.block-nav-wrapper a.style-1.selected{
	color: #365897;
}
.block-nav-wrapper a.style-2:hover{
	color: #7cc7c2;
}
.block-nav-wrapper a.style-2:before{
	background-color: #7cc7c2;
}
.block-nav-wrapper a.style-2.selected{
	color: #7cc7c2;
}
.block-nav-wrapper a.style-3:hover{
	color: #7394ff;
}
.block-nav-wrapper a.style-3:before{
	background-color: #7394ff;
}
.block-nav-wrapper a.style-3.selected{
	color: #7394ff;
}
.block-nav-wrapper a.style-4:hover{
	color: #790047;
}
.block-nav-wrapper a.style-4:before{
	background-color: #790047;
}
.block-nav-wrapper a.style-4.selected{
	color: #790047;
}
.block-nav-wrapper a.style-5:hover{
	color: #face62;
}
.block-nav-wrapper a.style-5:before{
	background-color: #face62;
}
.block-nav-wrapper a.style-5.selected{
	color: #face62;
}

.block-nav-wrapper a.style-6:hover{
	color: #365897;
}
.block-nav-wrapper a.style-6:before{
	background-color: #365897;
}
.block-nav-wrapper a.style-6.selected{
	color: #365897;
}

.block-nav-wrapper a.style-7:hover{
	color: #357ba8;
}
.block-nav-wrapper a.style-7:before{
	background-color: #357ba8;
}
.block-nav-wrapper a.style-7.selected{
	color: #357ba8;
}

.block-nav-wrapper a.style-8:hover{
	color: #fff;
}
.block-nav-wrapper a.style-8:before{
	background-color: #fff;
}
.block-nav-wrapper a.style-8.selected{
	color: #fff;
}










.block-default-wrapper{

}
.block-default-wrapper h2,
.block-default-wrapper .st{
	color: #365897;
}
.block-default-wrapper .content-wrapper{
	margin-top: 100px;
}
.block-default-wrapper .content-wrapper .item.selected{
	background-color: #f5f3f2;
	margin: 20px 0px;
	padding: 20px;
	transition: 0.2s all ease;
	width: calc(50% - -200px);
}
.block-default-wrapper .content-wrapper .item .title{
	background-image: url(../furniture/icon-arrow-right-8.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #9a8d7d;
	cursor: pointer;
	display: block;
	font-size: 20px;
	padding: 3px 0px 3px 28px;
	text-transform: uppercase;
	transition: 0.2s all ease;
}
.block-default-wrapper .content-wrapper .item .c{
	display: none;
	padding: 10px 10px 10px 28px;
}
.block-default-wrapper .content-wrapper .item .intro{
	color: #000;
}

.block-default-wrapper .content-wrapper .item.selected .c{
	display: block;
}
.block-default-wrapper .content-wrapper .item.selected .title{
	background-image: url(../furniture/icon-arrow-right-5.png);
	background-size: 20px;
	color: #365897;
	cursor: default;
	transition: 0.2s all ease;
}


.block-default-wrapper .content-wrapper .item-double:first-child{
	margin-left: 0px;
}
.block-default-wrapper .content-wrapper .item-double{
	background-color: #f5f3f2;
	float: left;
	margin-left: 20px;
	padding: 20px 20px 30px 20px;
	width: calc((100% - 100px) / 2);
}
.block-default-wrapper .content-wrapper .item-double .title{
	color: #365897;
	display: block;
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
}



.block-default-wrapper .loc-wrapper .loc{
	float: left;
	margin-right: 20px;
	width: calc((100% - 60px) / 3);
}
.block-default-wrapper .loc-wrapper .loc-title{
	color: #365897;
	display: block;
	font-size: 20px;
	padding: 20px 0px 5px 0px;
	text-transform: uppercase;
}
.block-default-wrapper .loc-wrapper .loc span{
	font-weight: bold;
}












.block-about-wrapper{

}
.block-about-wrapper h2,
.block-about-wrapper .st{
	color: #365897;
}
.block-about-wrapper .content-wrapper{
	margin-top: 100px;
}
.block-about-wrapper .content-wrapper .item.selected{
	background-color: #f5f3f2;
	margin: 20px 0px;
	padding: 20px;
	transition: 0.2s all ease;
	width: calc(50% - -200px);
}
.block-about-wrapper .content-wrapper .item .title{
	background-image: url(../furniture/icon-arrow-right-8.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #9a8d7d;
	cursor: pointer;
	display: block;
	font-size: 20px;
	padding: 3px 0px 3px 28px;
	text-transform: uppercase;
	transition: 0.2s all ease;
}
.block-about-wrapper .content-wrapper .item .c{
	display: none;
	padding: 10px 10px 10px 28px;
}
.block-about-wrapper .content-wrapper .item .intro{
	color: #000;
}

.block-about-wrapper .content-wrapper .item.selected .c{
	display: block;
}
.block-about-wrapper .content-wrapper .item.selected .title{
	background-image: url(../furniture/icon-arrow-right-5.png);
	background-size: 20px;
	color: #365897;
	cursor: default;
	transition: 0.2s all ease;
}
.block-about-wrapper .content-wrapper .item .more{
	margin-bottom: 0px;
	margin-right: 10px;
}
.block-about-wrapper .content-wrapper span{
	font-weight: bold;
}









.block-location-wrapper{

}
.block-location-wrapper h2{
	color: #365897;
}
.block-location-wrapper .content-wrapper{
	margin-top: 100px;
}
.block-location-wrapper .content-wrapper .item.selected{
	background-color: #f5f3f2;
	margin: 20px 0px;
	padding: 20px;
	transition: 0.2s all ease;
	width: calc(50% - 60px);
}
.block-location-wrapper .content-wrapper span{
	font-weight: bold;
}
.block-location-wrapper .content-wrapper .intro{
	padding-bottom: 20px;
}
.block-location-wrapper .content-wrapper #map-view{
	height: 300px;
	width: calc(50% - 20px);
}
.block-location-wrapper .content-wrapper .item .more{
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 10px;
}








.block-services-wrapper{
	background-color: #7cc7c2;
}
.block-services-wrapper .services-wrapper{
	margin-top: 100px;
}
.block-services-wrapper .services-wrapper .title{
	background-image: url(../furniture/icon-arrow-right-1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin-bottom: 3px;
	opacity: 1;
	padding: 5px 5px 5px 30px;
	transition: 0.2s all ease;
}
.block-services-wrapper .services-wrapper .title:hover{
	opacity: 0.5;
	transition: 0.2s all ease;
}
.block-services-wrapper .services-wrapper .intro,
.block-services-wrapper .services-wrapper .content-wrapper{
	padding-left: 30px;
	display: none;
}
.block-services-wrapper .services-wrapper .content-wrapper{
	padding-bottom: 30px;
}
.block-services-wrapper .services-wrapper .intro{
	padding-bottom: 20px;
}
.block-services-wrapper .services-wrapper .open .title{
	background-image: url(../furniture/icon-arrow-right-4.png);
	color: #000;
	transition: 0.2s all ease;
}
.block-services-wrapper .services-wrapper .open .intro,
.block-services-wrapper .services-wrapper .open .content-wrapper{
	display: block;
}





.block-services-wrapper .services-wrapper .item{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
}
.block-services-wrapper .services-wrapper .item > a{
	color: #000;
	font-size: 12px;
	display: block;
	height: 30px;
}
.block-services-wrapper .services-wrapper .item .img{
	background-color: #9dd5d1;
	border-radius: 50%;
	height: 60px;
	margin: 0px auto 10px auto;
	opacity: 1;
	padding: 20px;
	position: relative;
	transform: scale(1);
	transition: 0.2s all ease;
	width: 60px;

}
.block-services-wrapper .services-wrapper .item img{
	height: 60px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.block-services-wrapper .services-wrapper .item img:last-child{
	opacity: 0;
	transform: scale(0.1);
	transition: 0.2s all ease;
}
.block-services-wrapper .services-wrapper .item:hover .img{
	background-color: #000;
	transition: 0.2s all ease;
}
.block-services-wrapper .services-wrapper .item:hover img:last-child{
	opacity: 1;
	transform: scale(1);
	transition: 0.2s all ease;
}
.block-services-wrapper .morescroll {
	color: #000;
	background-image: url(../furniture/icon-arrow-down-4.png);
}


.block-services-wrapper .item.close .img,
.block-services-wrapper .item.close a{
	opacity: 0;
	transform: scale(0);
	transition: 0.2s all ease;
}






.people-wrapper{
	position: relative;
	margin: 30px 0px;
}

.block-people-wrapper{

}
.block-people-wrapper .i{
	width: 100%!important;
	max-width: 100%!important;
}
.block-people-wrapper h2{
	color: #7394ff;
}
.block-people-wrapper .st{
	color: #7394ff;
}
.block-people-wrapper .morescroll {
	background-image: url(../furniture/icon-arrow-down-3.png);
	color: #7394ff;
}
.people-wrapper-level-1{
	height: 374px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
}
.people-wrapper-level-1 .nav{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	cursor: pointer;
	height: 350px;
	position: absolute;
	top: 0px;
	transition: 0.2s all ease;
	width: 80px;
}


.service-sector-people-wrapper .people-wrapper-level-1 .nav{
	height: 350px;
}

.people-wrapper-level-1 .nav-left{
	background-image: url(../furniture/icon-arrow-left-1.png);
	left: 0px;
}
.people-wrapper-level-1 .nav-right{
	background-image: url(../furniture/icon-arrow-right-1.png);
	right: 0px;
}
.people-wrapper-level-1 .nav-left:hover,
.people-wrapper-level-1 .nav-right:hover{
	background-color: #7394ff;
	transition: 0.2s all ease;
}

.people-wrapper-level-2{
	height: 391px;
	overflow-x: auto;
	overflow-y: hidden;
}

.people-wrapper-level-3{
	position: relative;
	width: 100%;
}
.people-wrapper-level-3 .item{
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: 0.2s all ease;  
}
.people-wrapper-level-3 .item img{
	opacity: 1;
	transition: 0.2s all ease;
}
.people-wrapper-level-3.active .item{
	background-color: rgba(115,148,255,0.7);
}
.people-wrapper-level-3.active .item img{
	opacity: 0.2;
	transition: 0.2s all ease;
}
.people-wrapper-level-3 .item .thumb{
	cursor: pointer;
}
.people-wrapper-level-3 .item .placeholder{
	border-radius: 100px;
	cursor: pointer;
	left: 0px;
	opacity: 0;
	position: absolute;
	transform: scale(0.2);
	transition: 0.2s all ease;
}

.people-wrapper-level-3:not(.active) .item:hover .placeholder{
	border-radius: 0;
	opacity: 1;
	transform: scale(1);
	transition: 0.2s all ease;
}

.service-sector-people .item{
	position: relative;
}

.service-sector-people .item .placeholder{
	cursor: pointer;
	left: 0px;
	top: 0;
	position: absolute;
	transition: 0.2s all ease;
	opacity: 0;
	transform: scale(0.2);
}

.service-sector-people .item:hover .placeholder{
	opacity: 1;
	transform: scale(1);
}

.people-wrapper-level-3 .item.shrink{
	opacity: 0;
	transform: scale(0);
	transition: 0.4s all ease;  
}
.people-wrapper-level-3 .item.shrink-0{
	transition: 0.1s all ease;  
}
.people-wrapper-level-3 .item.shrink-1{
	transition: 0.3s all ease;  
}
.people-wrapper-level-3 .item.shrink-2{
	transition: 0.5s all ease;  
}
.people-wrapper-level-3 .item.shrink-3{
	transition: 0.6s all ease;  
}
.people-wrapper-level-3 .item.shrink-4{
	transition: 0.8s all ease;  
}
.people-wrapper .overlay{
	background-color: rgba(115,148,255,1);
	left: calc(50% - 280px);
	opacity: 0;
	padding: 30px;
	position: absolute;
	top: -12000px;
	transition: 0.3s opacity;
	width: 575px;
	z-index: 8;
}

.people-wrapper .overlay.active {
	height: 365px;
	opacity: 1;
	top: -35px;
	transition: 0.3s opacity;
	z-index: 9;
}

.service-sector-people-wrapper .people-wrapper .overlay.active{
	top: -12%;
}
.people-wrapper .overlay .othumb{
	width: 100%;
}
.people-wrapper .overlay .close{
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
}
.people-wrapper .overlay .close:hover{
	transform: rotate(90deg);
	transition: 0.3s all;
}
.people-wrapper .overlay .img{
	display: inline-block;
	vertical-align: top;
	width: 250px;
}
.people-wrapper .overlay .text{
	display: inline-block;
	padding-bottom: 20px;
	vertical-align: bottom;
	width: calc(100% - 280px);
	padding: 0 0 0 20px;
}
.people-wrapper .overlay .name{
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
}
.people-wrapper .overlay .title{
	color: #fff;
	padding: 0px 0px 10px 0px;
}
.people-wrapper .overlay .intro{
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 10px 0;
	max-height: 137px;
	overflow-y: scroll;
}
.people-wrapper .overlay .intro *{
	color: #fff;
}
.people-wrapper .overlay .comm a{
	color: #fff;
	display: block;
}
.people-wrapper .overlay .comm span{
	font-weight: bold;
}





/* New people page layout */


.people-carousel-wrapper .item .img {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height:200px;
}

.people-carousel-wrapper .item{
	background-color: rgba(115,148,255,1);
	display: flex;
	max-width: calc(1200px / 3);
	height:283px;
	margin: 0 auto 20px auto;
}

.people-carousel-wrapper .item > div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.people-carousel-wrapper .item > .image-wrapper{
	flex-basis: 40%;
	background-color: #365897;
}

.people-carousel-wrapper .item > .content-wrapper{
	flex-basis: 60%;

}

.people-carousel-wrapper .item .content-wrapper .more{
	width: calc(100% - 40px);
	margin: 0;
	background-size: 18px;
	background-position: center right 5px;
}

.people-carousel-wrapper .item .content {
	padding: 20px;
	height: calc(100% - 40px);
	position: relative;
}

.people-carousel-wrapper .item .stick-to-bottom{
	position: absolute;
	bottom: 20px;
}


.people-carousel-wrapper .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.people-carousel-wrapper .item .text{
	display: inline-block;
	padding-bottom: 20px;
	vertical-align: bottom;
	width: calc(100% - 280px);
	padding:30px;
	padding: 0 0 0 20px;
}
.people-carousel-wrapper .item .name{
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 0px;
}
.people-carousel-wrapper .item .title{
	color: #fff;
	padding: 0px 0px 10px 0px;
}
.people-carousel-wrapper .item .intro{
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 10px 0;
	max-height: 137px;
	overflow-y: scroll;
}
.people-carousel-wrapper .item .intro *{
	color: #fff;
}
.people-carousel-wrapper .item .comm a{
	color: #fff;
	display: block;
}
.people-carousel-wrapper .item .comm span{
	font-weight: bold;
}

.people-carousel-wrapper .item ul.inline-display{
	margin: 20px 0 10px;
}

.people-carousel-wrapper .people-social-icon{
	margin:0;
}
.people-carousel-wrapper a.vcard{
	margin: 0 0 0 5px;
	min-width: 120px;
	font-size: 10px;
	padding: 9px 0px 6px 31px;
}

.page-careers-wrapper.people-single .content .c1{
	width: 267px;
}

.page-careers-wrapper.people-single .content .c1 img{
	width:207px;
}


.page-careers-wrapper.people-single h3.people-title{
	color: #fff;
}

/*- New people page layout */



.intro p {
	margin-bottom: 10px;
}






.block-news-wrapper{
	background-color: #790047;
}
.block-news-wrapper h1,
.block-news-wrapper h2,
.block-news-wrapper .st,
.block-news-wrapper a,
.block-news-wrapper p{
	color: #fff;
}
.news-wrapper,
.related-news-wrapper{
	margin-top: 100px;
}
.block-news-wrapper .nocarousel .item{
	float: left;
	margin-left: 20px;
	width: calc((100% - 60px) / 4);
}
.block-news-wrapper .nocarousel .item:first-child{
	margin-left: 0px;
}
.block-news-wrapper .item .title{
	font-weight: bold;
	font-size: 16px;
	color: rgba(255,255,255,1);
	transition: 0.2s all ease;
}
.block-news-wrapper .item .title:hover{
	color: rgba(255,255,255,0.8);
	transition: 0.2s all ease;
}
.block-news-wrapper .item .sector{
	padding: 10px 0px;
}


.block-news-wrapper .nav{
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	height: 50px;
	opacity: 0.5;
	position: absolute;
	top: calc(50% - 25px);
	transition: 0.2s all ease;
	width: 40px;
}
.block-news-wrapper .nav-left{
	background-image: url(../furniture/icon-arrow-left-1.png);
	left: -50px;
}
.block-news-wrapper .nav-right{
	background-image: url(../furniture/icon-arrow-right-1.png);
	right: -50px;
}
.block-news-wrapper .nav-left:hover,
.block-news-wrapper .nav-right:hover{
	opacity: 1;
	transition: 0.2s all ease;
}
.page-news-wrapper{
	background-color: #790047;
}
.page-news-wrapper .content{
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
	max-width: calc(75% - 40px);
}
.page-news-wrapper h1{
	color: #fff;
}
.page-news-wrapper p{
	color: #fff;
}
.page-news-wrapper p.date{
	font-size: 21px;
	font-weight: bold;
}
.page-news-wrapper p.sector{
	padding: 10px 0px;
}

















.block-careers-wrapper{
	background-color: #fff;
}
.block-careers-wrapper h1,
.block-careers-wrapper h2,
.block-careers-wrapper .st{
	color: rgba(54,88,151,1);
}
.block-careers-wrapper a,
.block-careers-wrapper p{
	color: #000;
}
.careers-wrapper{
	margin-top: 100px;
}
.block-careers-wrapper .nocarousel .item{
	float: left;
	margin-left: 20px;
	width: calc((100% - 60px) / 4);
}
.block-careers-wrapper .nocarousel .item:first-child{
	margin-left: 0px;
}
.block-careers-wrapper .item .title{
	font-weight: bold;
	font-size: 16px;
	color: rgba(54,88,151,1);
	transition: 0.2s all ease;
}
.block-careers-wrapper .item .title:hover{
	color: rgba(54,88,151,0.8);
	transition: 0.2s all ease;
}
.block-careers-wrapper .item .sector{
	padding: 10px 0px;
}


.block-careers-wrapper .nav{
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	height: 50px;
	opacity: 0.5;
	position: absolute;
	top: calc(50% - 25px);
	transition: 0.2s all ease;
	width: 40px;
}
.block-careers-wrapper .nav-left{
	background-image: url(../furniture/icon-arrow-left-5.png);
	left: -50px;
}
.block-careers-wrapper .nav-right{
	background-image: url(../furniture/icon-arrow-right-5.png);
	right: -50px;
}
.block-careers-wrapper .nav-left:hover,
.block-careers-wrapper .nav-right:hover{
	opacity: 1;
	transition: 0.2s all ease;
}
.page-careers-wrapper .content{
	background-color: rgba(54,88,151,1);
	padding: 20px;
	/*max-width: calc(75% - 40px);*/
}
.page-careers-wrapper h1{
	color: rgba(54,88,151,1);
}
.page-careers-wrapper p{
	color: rgba(54,88,151,1);
}
.page-careers-wrapper .content .c1{
	float: left;
	padding-right: 40px;
	width: 343px;
}
.page-careers-wrapper .content .c1 a{
	color: #fff;
}
.page-careers-wrapper .content .c2{
	float: left;
	width: calc(100% - 400px);
}
.page-careers-wrapper .content p, .page-careers-wrapper .content li, 
.page-careers-wrapper .content h1, .page-careers-wrapper .content h2, .page-careers-wrapper .content h3, .page-careers-wrapper .content h4, 
.page-careers-wrapper .content,
.page-careers-wrapper .c1, .page-careers-wrapper .c2,
.page-careers-wrapper .c1 div, .page-careers-wrapper .c2 div{
	color: #fff;
}

.page-careers-wrapper .content a, .page-careers-wrapper .c1 a, 
.page-careers-wrapper .c2 a, .page-careers-wrapper .c1 div a,
.page-careers-wrapper .c2 div a{
	color: #fff;
	text-decoration: underline;
}

.page-careers-wrapper .content a:hover, .page-careers-wrapper .c1 a:hover, 
.page-careers-wrapper .c2 a:hover, .page-careers-wrapper .c1 div a:hover,
.page-careers-wrapper .c2 div a:hover{
	color: #efebeb;
}



.page-careers-wrapper .content .c1 ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.page-careers-wrapper .content .c1 ul:after{
	content: '';
	display: block;
	clear: both;
}
.page-careers-wrapper .content .c1 ul li{
	padding: 0px 0px 1px 0px;
	margin: 0px;
	float: left;
	width: 170px;
	color: #fff;
}
.page-careers-wrapper .content .apply{
	margin-bottom: 0px;
}
.page-careers-wrapper p.date{
	font-size: 21px;
	font-weight: bold;
}
.page-careers-wrapper p.sector{
	padding: 10px 0px;
}











.block-contact-wrapper{
	background-color: #fce09d;
}
.contact-wrapper{
	margin-top: 100px;
}
.block-contact-wrapper .col{
	float: left;  
	margin-left: 20px;
	width: calc((100% - 60px) / 4);
	padding: 20px 0px;
}
.block-contact-wrapper .col:first-child{
	margin-left: 0px;
}
.block-contact-wrapper .col .t{
	font-weight: bold;
	padding-bottom: 10px;
}
.block-contact-wrapper .col .name{
	font-weight: bold;
	display: block;
}
.block-contact-wrapper .col .item{
	padding-bottom: 10px;
}
.block-contact-wrapper .col span{
	font-weight: bold;
}
.block-contact-wrapper select{
	background-image: url(../furniture/icon-arrow-down-4.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	background-color: #face62;
	display: block;
	padding: 4px 30px 4px 5px;
	margin-bottom: 3px;
	width: 100%;
	-webkit-appearance: none; 
	appearance: none;
}
.block-contact-wrapper input[type=text],
.block-contact-wrapper input[type=email],
.block-contact-wrapper input[type=tel]{
	background-color: #face62;
	display: block;
	padding: 5px 10px;
	margin-bottom: 3px;
	width: calc(100% - 20px);
}
.block-contact-wrapper textarea{
	background-color: #face62;
	display: block;
	padding: 5px 10px;
	margin-bottom: 3px;
	width: calc(100% - 20px);
}


.block-contact-wrapper .result{
	display: none;  
}
.block-contact-wrapper .contact-wide select,
.block-contact-wrapper .contact-wide input{
	margin-bottom: 10px;
	display: inline-block;
	width: calc((100% - 110px) / 4);  
}
.block-contact-wrapper .contact-wide select{
	width: calc(((100% - 110px) / 4) - -20px);  
}
.block-contact-wrapper .contact-wide input{
	margin-left: 10px;
}
.block-contact-wrapper .contact-wide textarea{
	height: 100px;
}







.people-search-wrapper{
	padding-top: 10px;
}









.portal-intro-wrapper{
	background-color: #365897;  
}

.portal-login{
}
.portal-login .login-logo{
	width: 300px; 
	margin-bottom: 60px;
}
.portal-login form{
	text-align: center;
}
.portal-login .form{
	background-color: rgba(0,0,0,0.08);
	padding: 30px 40px 0px 40px;  
	margin: 0px auto;
	max-width: calc(100% - 100px);
	text-align: left;
	width: 300px;
}
.portal-login input[type="email"],
.portal-login input[type="password"]{
	background-color: rgba(255,255,255,0.3);
	color: #fff;
	display: block;
	margin: 10px auto;
	padding: 10px 10px;
	width: calc(100% - 20px);
}
.portal-login .message{
	color: #fff;
	padding-bottom: 40px;
}





.portal-intro-wrapper .col-description{
	margin-bottom: 40px;
}
.portal-intro-wrapper .col-description .col-image{
	background-color: #fff;
	float: left;
	padding: 30px;
	margin-right: 40px;
	width: 200px;
}
.portal-intro-wrapper .col-description .col-text{
	float: left;
	width: calc(100% - 300px);
	padding-top: 20px;
}
.portal-intro-wrapper .col-description .col-text .client-name{
	color: rgba(255,255,255,0.8);
	font-weight: 300;
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.portal-intro-wrapper .col-description .col-text .client-description{
	color: #fff;
}



.portal-intro-wrapper .col{
	width: calc((100% - 60px) / 3);
	margin-left: 30px;
	float: left;
}
.portal-intro-wrapper .col:first-child{
	margin-left: 0px;
}

.portal-intro-wrapper .st{
	color: rgba(255,255,255,0.8);
	font-weight: 300;
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.portal-intro-wrapper .item{
	background-color: rgba(0,0,0,0.08);
	cursor: pointer;
	padding: 20px;
	margin-bottom: 5px;
	transition: 0.2s all ease;
}
.portal-intro-wrapper .item:hover{
	background-color: rgba(0,0,0,0.2);
	transition: 0.2s all ease;
}
.portal-intro-wrapper p,
.portal-intro-wrapper a{
	color: #fff;
}

.portal-intro-wrapper .col-contact .name{
	font-weight: bold;
	font-size: 18px;
}
.portal-intro-wrapper .col-contact span{
	font-weight: bold;
}
.portal-intro-wrapper .col-contact .contact-phone{
	padding-top: 5px;
}
.portal-intro-wrapper .col-contact .contact-email{
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.portal-intro-wrapper .col-details .col-image{
	float: left;
	margin-right: 20px;
	width: 120px;
}
.portal-intro-wrapper .col-details .col-text{
	float: left;
	width: calc(100% - 140px);
}

.portal-intro-wrapper .col-updates .col-icon{
	float: left;
	margin-right: 20px;
	width: 40px;
}
.portal-intro-wrapper .col-updates .col-file{
	float: left;
	width: calc(100% - 60px);
}
.portal-intro-wrapper .col-updates .file-name{
	font-weight: bold;
}
.portal-intro-wrapper .col-updates .file-version{
	padding-top: 10px;
}



.portal-cases-wrapper select{
	background-color: #6576ab;
	background-image: url(../furniture/icon-arrow-down-13.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 35px;
	border: none;
	color: #fff;
	margin-top: 10px;
	padding: 5px 45px 5px 5px;
	transition: 0.2s all ease;
	min-width: 150px;
	-webkit-appearance: none;
}
.portal-cases-wrapper .case-intro{
	max-width: calc(50% - 20px);
	margin: 0px 0px 30px 0px;
}
.portal-cases-wrapper select:hover{
	background-color: #365897;
	transition: 0.2s all ease;
}
.portal-cases-wrapper .case-content{
	display: none;
}
.portal-cases-wrapper .case-content:first-child{
	display: block;
}

.portal-cases-wrapper .resource-item,
.portal-general-documents-wrapper .resource-item{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.portal-cases-wrapper .resource-item:first-child,
.portal-general-documents-wrapper .resource-item:first-child{
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.portal-cases-wrapper .resource-item .item-name,
.portal-general-documents-wrapper .resource-item .item-name{
	font-weight: bold;
}
.portal-cases-wrapper .resource-item .resource-item-col-1,
.portal-general-documents-wrapper .resource-item .resource-item-col-1{
	float: left;
	width: 40px;
	padding-right: 20px;
}
.portal-cases-wrapper .resource-item .resource-item-col-2,
.portal-general-documents-wrapper .resource-item .resource-item-col-2{
	float: left;
	width: calc(100% - 285px);
	padding-right: 20px;
}
.portal-cases-wrapper .resource-item .resource-item-col-3,
.portal-general-documents-wrapper .resource-item-col-3{
	float: left;
	width: 205px;
}





.portal-general-documents-wrapper{
	background-color: #7cc7c2;
}
.general-documents-wrapper{
	margin-top: 50px; 
}

.new-file{
	width: 20px;
}


.service-leftmenu-wrapper{
	left: calc((100% - 1200px) / 2);
	padding: 0px;
	position: fixed;
	top: 10%;
	width: 250px;
}
.service-leftmenu-wrapper .row{
	background-color: rgba(255,255,255,0.3);
	margin-bottom: 10px;
	padding: 20px;
}
.service-leftmenu-wrapper .row1 a{
	display: block;
}
.service-leftmenu-wrapper .row1 a.selected{
	font-weight: bold;
}
.service-leftmenu-wrapper .row1 a:hover{
	color: rgba(0,0,0,0.5);
}
.service-leftmenu-wrapper input[type="text"],
.service-leftmenu-wrapper input[type="email"],
.service-leftmenu-wrapper input[type="tel"],
.service-leftmenu-wrapper textarea{
	background-color: rgba(0,0,0,0.1);
}
.service-leftmenu-wrapper input[type="text"],
.service-leftmenu-wrapper input[type="email"],
.service-leftmenu-wrapper input[type="tel"]{
	margin-bottom: 3px;
	padding: 5px 10px;
	width: calc(100% - 20px);
}
.service-leftmenu-wrapper textarea{
	margin-bottom: 3px;
	padding: 5px 10px;
	width: calc(100% - 20px);
}
.service-leftmenu-wrapper .t{
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.service-leftmenu-wrapper .more{
	color: #000;
	background-color: rgba(0,0,0,0.1);
	background-image: url(../furniture/icon-arrow-right-4.png); 
	margin-bottom: 0px;
}
.service-leftmenu-wrapper .more:hover{
	color: #fff;
	background-color: #000;
	background-image: url(../furniture/icon-arrow-right-1.png); 
}

.service-leftmenu-wrapper.light a,
.service-leftmenu-wrapper.light p,
.service-leftmenu-wrapper.light input,
.service-leftmenu-wrapper.light textarea{
	color: #fff;
	transition: 0.2s all ease;
}
.service-leftmenu-wrapper.light .t{
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.service-leftmenu-wrapper.light .row1 a:hover{
	color: rgba(255,255,255,0.5);
}
.service-leftmenu-wrapper.light .more{
	color: #fff;
	background-image: url(../furniture/icon-arrow-right-1.png); 
}
.service-leftmenu-wrapper.light .more:hover{
	color: rgba(0,0,0,1);
	background-color: #fff;
	background-image: url(../furniture/icon-arrow-right-4.png); 
}



.service-introduction-wrapper{
	background-color: #7cc7c2;
}
.service-introduction-wrapper .intro{
	padding: 30px 10px 50px 0px;
	margin: 0; 
}

.service-introduction-wrapper ::-webkit-scrollbar {
	width: 10px;
}
.service-introduction-wrapper ::-webkit-scrollbar-track {
	background: #7cc7c2;
}
.service-introduction-wrapper ::-webkit-scrollbar-thumb {
	background: #a6e6e1;
}
.service-introduction-wrapper ::-webkit-scrollbar-thumb:hover {
	background: #a6e6e1;
}


.service-introduction-wrapper .moredetails-wrapper {
	position: absolute;
	bottom: 90px;
	display: none; /* This will appear by jquery  */
}

.service-introduction-wrapper .moredetails {
	margin-top: 10px;
}


.service-introduction-wrapper .moredetails p{
	margin-bottom: 5px;
	width: 50%;
	float: left;
}
.service-introduction-wrapper .h{
	font-weight: bold;
}
.service-introduction-wrapper .moredetails .more{
	margin: 0px;
	min-width: calc(100% - 120px);
}
.service-introduction-wrapper .moredetails .more.selected{
	background-color: #000;
	background-image: url(../furniture/icon-arrow-left-1.png);
	color: #fff;
	transition: 0.2s all ease;
}













.service-related-content-wrapper{
	background-color: #357ba8;
}
.service-related-content-wrapper h2{
	margin-bottom: 10px;
}
.service-related-content-wrapper h2,
.service-related-content-wrapper p,
.service-related-content-wrapper a,
.service-related-content-wrapper .intro{
	color: #fff;
}
.service-related-content-wrapper .document-wrapper{
	margin-bottom: 30px;
	margin-top: 10px;
}
.service-related-content-wrapper .document-wrapper .item{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc((100% - 20px) / 2);
}
.service-related-content-wrapper .document-wrapper .item:nth-child(2n+2){
	margin-right: 0px;
}
.service-related-content-wrapper .h{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.service-related-content-wrapper .more{
	margin: 5px 0px 0px 0px;
}
.service-related-content-wrapper .more.link{
	margin: 5px 0px 0px 0px;
	padding: 5px 30px 5px 10px;
	font-size: 12px;
	background-size: 10px;
}
.service-related-content-wrapper .more.link.down{
	background-image: url(../furniture/icon-arrow-down-1.png);
	background-size: 12px;
}
.service-related-content-wrapper .title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.service-related-content-wrapper .intro{
	padding: 5px 0px;
}
.service-related-content-wrapper .more:hover{
	background-image: url(../furniture/icon-arrow-right-7.png);
	color: #357ba8;
}
.service-related-content-wrapper .more.down:hover{
	background-image: url(../furniture/icon-arrow-down-7.png);
	color: #357ba8;
}













.service-sector-wrapper{
	background-color: #7cc7c2;
}
.service-sector-wrapper h2,
.service-sector-wrapper .st{
	color: #fff;
}
.service-sector-wrapper .sectors-wrapper{
	margin-top: 100px;
}
.service-sector-wrapper .sectors-wrapper .item.selected{
	background-color: #f5f3f2;
	margin: 20px 0px;
	padding: 20px;
	transition: 0.2s all ease;
}
.service-sector-wrapper .sectors-wrapper .item .title{
	background-image: url(../furniture/icon-arrow-right-1.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 3px 0px 3px 28px;
	transition: 0.2s all ease;
}
.service-sector-wrapper .sectors-wrapper .item .c{
	display: none;
	padding: 10px 10px 10px 28px;
}
.service-sector-wrapper .sectors-wrapper .item .intro{
	color: #000;
}

.service-sector-wrapper .sectors-wrapper .item.selected .c{
	display: block;
}
.service-sector-wrapper .sectors-wrapper .item.selected .title{
	background-image: url(../furniture/icon-arrow-right-6.png);
	background-size: 20px;
	color: #7cc7c2;
	transition: 0.2s all ease;
}
.service-sector-wrapper .sectors-wrapper .item .more{
	margin-bottom: 0px;
}


.service-sector-people-wrapper{
	background-color: #fff;
}
.service-sector-people-wrapper h2{
	color: #7394ff;
}
.service-sector-people-wrapper .more{
	margin: 5px 0px 0px 0px;
}




.block-search-wrapper .item{
	padding-top: 20px;
}
.block-search-wrapper .item .title{
	font-weight: bold;
}




.block-sitemap-wrapper{
	
}
.block-sitemap-wrapper .content-wrapper{
	margin-top: 100px;
}

.block-sitemap-wrapper ul{
	list-style: none;
	margin: 0px;
	padding-bottom: 10px;
}



@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(startYposition);
	} 
	100% {
		opacity: 1;
		transform: translateY(endYposition);
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
		transform: translateY(startYposition);
	} 
	100% {
		opacity: 0;
		transform: translateY(endYposition);
	}
}

@keyframes slidefadeIn{
	from { opacity: 0.0; }
	to   { opacity: 1.0; }
	}

@keyframes slidefadeOut{
	from { opacity: 1.0; }
	to   { opacity: 0.6; }
	}

.image-area{
	/*background-color: #ff9900;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;

}

.image-area .slide{
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
}


.image-area .slide.inactivated{
	/*animation-name: slidefadeOut;
	animation-delay: 1s;
	animation-duration: 8s;
	*/
	z-index: 0;
}

.image-area .slide.active{
	display: block;
	/*animation-name: slidefadeIn;
	animation-delay: 1s;
	animation-duration: 5s;*/
	z-index: 0;
}





.image-area-narrow{
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.5s all ease;
	width: 33%;
}
.image-area-narrow.change{
	opacity: 0;
	transition: 0.5s all ease;
}
.image-area-narrow.contain{
	background-size: contain;
}







.filter{
	padding: 0px 0px 40px 0px;
}
.filter input{
	background-image: url(../furniture/icon-search-11.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 35px;
	color: #fff;
	padding: 5px 45px 5px 10px; 
	transition: 0.2s all ease;
	width: 95px;
}
.filter select{
	background-image: url(../furniture/icon-arrow-down-11.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 35px;
	border: none;
	color: #fff;
	margin-left: 10px;
	padding: 5px 45px 5px 5px; 
	transition: 0.2s all ease;
	width: 150px;
	-webkit-appearance: none;
}
.filter .filter-clear{
	background-image: url(../furniture/icon-arrow-close-11.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 35px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
	padding: 5px 45px 5px 10px; 
	transition: 0.2s all ease;
}

.filter input,
.filter select,
.filter .filter-clear{
	background-color: #86b0cb;
}

.filter input:hover,
.filter select:hover,
.filter .filter-clear:hover{
	background-color: #77a6bf;
	transition: 0.2s all ease;
}



.filter.people-filter input,
.filter.people-filter select,
.filter.people-filter .filter-clear{
	background-color: #ccc6be;
}
.filter.people-filter input:hover,
.filter.people-filter select:hover,
.filter.people-filter .filter-clear:hover{
	background-color: #c2bbb1;
	transition: 0.2s all ease;
}
.filter.people-filter input{
	background-image: url(../furniture/icon-search-12.png);
}
.filter.people-filter select{
	background-image: url(../furniture/icon-arrow-down-12.png);
}
.filter.people-filter .filter-clear{
	background-image: url(../furniture/icon-arrow-close-12.png);
}







.more{
	background-color: rgba(255,255,255,0.4);
	background-image: url(../furniture/icon-arrow-right-1.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 12px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 3px 30px 5px 10px;
	text-transform: uppercase;
	transition: 0.2s all ease;
}
.more:hover{
	background-color: rgba(255,255,255,1);
	background-image: url(../furniture/icon-arrow-right-2.png);
	color: #790047;
	transition: 0.2s all ease; 
}


.more.style-0{
	background-color: transparent;
	background-image: url(../furniture/icon-arrow-right-1.png);
	color: #fff;
	padding: 0px 30px 0px 0px;
}
.more.style-0:hover{
	opacity: 0.5;
}


.more.style-1{
	background-color: rgba(255,255,255,0.5);
	background-image: url(../furniture/icon-arrow-right-4.png);
	color: #000;
}
.more.style-1:hover{
	background-color: #000;
	background-image: url(../furniture/icon-arrow-right-1.png);
	color: #fff;
}


.more.style-4{
	background-color: #7cc7c2;
	background-image: url(../furniture/icon-arrow-right-1.png);
	border: 1px solid #7cc7c2;
	color: #fff;
}
.more.style-4:hover{
	background-color: #fff;
	background-image: url(../furniture/icon-arrow-right-6.png);
	border: 1px solid #7cc7c2;
	color: #7cc7c2;
}



.more.style-5{
	background-color: #face62;
	background-image: url(../furniture/icon-arrow-right-4.png);
	color: #000;
}
.more.style-5:hover{
	background-color: #000;
	background-image: url(../furniture/icon-arrow-right-1.png);
	color: #fff;
}


.more.style-6{
	background-color: rgba(54,88,151,1);
	background-image: url(../furniture/icon-arrow-right-1.png);
	color: #fff;
}
.more.style-6:hover{
	background-color: #fff;
	background-image: url(../furniture/icon-arrow-right-5.png);
	color: rgba(54,88,151,1);
}


.more.style-7{
	background-color: #ccc6be;
	background-image: url(../furniture/icon-arrow-right-1.png);
	color: #fff;
}
.more.style-7:hover{
	background-color: #7394ff;
	background-image: url(../furniture/icon-arrow-right-1.png);
	color: #fff;
}
.more.style-7a{
	background-color: #ccc6be;
	background-image: url(../furniture/icon-arrow-right-1.png);
	color: #fff;
}
.more.style-7a:hover{
	background-color: rgba(54,88,151,1);
	background-image: url(../furniture/icon-arrow-right-1.png);
	color: #fff;
}


.more.style-8{
	background-color: rgba(255,255,255,0.5);
	background-image: url(../furniture/icon-arrow-right-1.png);
	color: #fff;
}
.more.style-8:hover{
	background-color: rgba(255,255,255,1);
	background-image: url(../furniture/icon-arrow-right-3.png);
	color: rgba(115,148,255,1);
}
.more.style-8a{
	background-color: rgba(255,255,255,1);
	background-image: url(../furniture/icon-arrow-right-3.png);
	color: rgba(115,148,255,1);
}
.more.style-8a:hover{
	background-color: rgba(255,255,255,0.5);
	background-image: url(../furniture/icon-arrow-right-1.png);
	color: #fff;
}


.more.style-9{
	background-color: #365897;
	background-image: url(../furniture/icon-arrow-right-1.png);
	color: #fff;
}
.more.style-9:hover{
	background-color: #365897;
	background-image: url(../furniture/icon-arrow-right-3.png);
}




.morescroll{
	background-image: url(../furniture/icon-arrow-down-3.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 35px;
	bottom: 50px;
	opacity: 1;
	padding: 7px 0px 10px 44px;
	position: absolute;
	text-transform: uppercase;
	transition: 0.2s all ease;
}
.morescroll.fade{
	opacity: 0.2;
	transition: 0.2s all ease;
}
.submenu .morescroll{
	left: calc(((100% - 1200px) / 2) - 340px);
}

.submenu .morescroll.aftercarousel{
	left: 0;
}

.morescroll.style-3{
	color: #7394ff;
	background-image: url(../furniture/icon-arrow-down-3.png);
}
.morescroll.style-4{
	color: #fff;
	background-image: url(../furniture/icon-arrow-down-1.png);  
}
.morescroll.style-6{
	color: #365897;
	background-image: url(../furniture/icon-arrow-down-5.png);
}
.morescroll.style-9{
	color: #000;
	background-image: url(../furniture/icon-arrow-down-4.png);
}

.home-morescroll{
	background-image: url(../furniture/icon-arrow-down-1.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 50px;
	bottom: 40px;
	color: #fff;
	left: 0px;
	opacity: 0;
	padding: 40px 0px 50px 0px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	transition: 0.2s all ease;
	width: 100%;
	display: none;
}
.home-morescroll.active{
	opacity: 0.5;
	transition: 0.2s all ease;
}








.block-wrapper{
	min-height: calc(100% - 47px);
	position: relative;
}
.block-wrapper .i{
	max-width: 1200px;
	padding-bottom: 120px;
	padding-top: 60px;
	position: relative;
	/*top: 50%;*/
	/*transform: translatey(-50%);*/
}
.block-wrapper .i.calculated{
	/*padding-bottom: 0px;
	padding-top: 0px;*/
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	width: calc(100% - 120px);
}

.block-wrapper.service-sector-people-wrapper .i.calculated{
	position:relative;
	top:auto;
	transform:translateY(0);
} 


.block-wrapper.submenu .i{
	/*left: 250px;*/
	left: calc(((100% - 1200px) / 2) - -340px);
	max-width: 860px;
	width: calc(100% - 370px);
	height: calc(100% - 195px);
}



.footer-wrapper{
	background-color: #ccc6be;
	padding: 10px 0px;
}
.footer-wrapper .col1{
	float: left;
	padding-top: 8px;
}
.footer-wrapper .col2{
	float: right;
	text-align: right;
}
.footer-wrapper a,
.footer-wrapper p{
	color: #fff;
	transition: 0.2s all ease;
}
.footer-wrapper a.sep{
	display: inline-block;
	padding: 0px 10px;
}
.footer-wrapper a.sep:first-child{
	display: none;
}
.footer-wrapper a.link:hover,
.footer-wrapper a.selected{
	color: #000;
	transition: 0.2s all ease;
}




input.light::placeholder,
textarea.light::placeholder { 
	color: rgba(255,255,255,0.8);
}
input.light::-webkit-input-placeholder,
textarea.light::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255,255,255,0.8);
}
input.light::-moz-placeholder,
textarea.light::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255,255,255,0.8);
}
input.light:-ms-input-placeholder,
textarea.light:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255,255,255,0.8);
}
input.light:-moz-placeholder,
textarea.light:-moz-placeholder { /* Firefox 18- */
	color: rgba(255,255,255,0.8);
}


