.display-flex{
	display: flex;
}
ul.header-menu{
	margin-left: 0;
	/*float: right;*/
}
ul.header-menu a{
	text-decoration: none;
	color: #fff;
	font-family: 'lato';
}
ul.header-menu li{
	font-family: 'Lato', sans-serif;
	list-style: none;
	display: inline-block;
	margin-left: 32px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	/*font-family: 'proxima-nova', 'Segoe UI', sans-serif;*/
}
.header-menu-wrapper{
	float: right;
}
.header-menu-wrapper input,
.header-menu-wrapper span{
	display: none;
}
.link-hover-animation-1{
	position: relative;
}
.link-hover-animation-1::after{
	content: '';
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -1px;
	height: 2px;
	background-color: #fff;
	transition: ease all .3s;
}
.link-hover-animation-1.link-hover-colour-blue::after{
	background-color: #0066cc;
}
.link-hover-animation-1.selected::after,
.link-hover-animation-1:hover::after{
	right: 0;
}

.link-arrow p{
	display: inline-block;
	transition: ease all .3s;
}
.link-arrow p:hover{
	color: #0066cc;
}
.link-arrow .icon-svg{
	display: inline-block;
	width: 16px;
	vertical-align: -2px;
	margin-left: 4px;
}
.link-arrow:hover .icon-svg{
	fill: #0066cc;
	animation: link-arrow-hover .8s linear infinite;
}

@keyframes link-arrow-hover {
	from {
		margin-left: 4px;
	}
	60% {
		margin-left: 10px;
	}
	80% {
		margin-left: 4px;
	}
	to {
		margin-left: 4px;
	}
}
.content-block-half-and-half-theme-bg-image-text h3,
.content-block-half-and-half-theme-gradient-text h3{
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
.content-block-half-and-half-theme-bg-image-text h3{
	background-size: cover;
}
.content-block-half-and-half-theme-gradient-text h3,
.content-block-half-and-half-theme-gradient{
	background-size: 400% 400%;
	-webkit-animation: theme-gradient-animation 10s ease infinite;
	-moz-animation: theme-gradient-animation 10s ease infinite;
	animation: theme-gradient-animation 10s ease infinite;
}
.content-block-half-and-half-theme{
	margin: 60px 0;
}
.content-block-half *:not(a){
	color: inherit;
}
.content-block-half li{
	margin: 12px 0;
	font-size: 18px;
}

@-webkit-keyframes theme-gradient-animation {
	from { background-position: 40% 50%; }
	50% { background-position: 100% 50%; }
	to { background-position: 40% 50%; }
}

@-moz-keyframes theme-gradient-animation {
	from { background-position: 40% 50%; }
	50% { background-position: 100% 50%; }
	to { background-position: 40% 50%; }
}

@keyframes theme-gradient-animation {
	from { background-position: 40% 50%; }
	50% { background-position: 100% 50%; }
	to { background-position: 40% 50%; }
}


.header-top-wrapper{
	background-color: #000;
	z-index: 10;
	position: fixed;
	padding: 8px 0;
	left: 0;
	right: 0;
	top: 0px;
	transition: ease all .3s;
}
.header-top-wrapper.slide-up{
	transform: translateY( -100% );
}
.homepage-large-video{
	background-color: #000;
	position: relative;
	z-index: -2;
}
.homepage-large-video .homepage-large-video-wrapper{
	padding-bottom: 56.25%;
}
.homepage-large-video video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.homepage-large-video .inner{
	max-width: 1920px;
	position: relative;
}
.customFadeIn{
	-webkit-animation-name : customFadeIn;
	animation-name : customFadeIn;
	animation-duration: 1.5s !important;
	opacity: 1;
}
@-webkit-keyframes customFadeIn {
	from {
		opacity : 0;
	}
	40% {
		opacity : 0;
	}
	to {
		opacity : 1;
	}
}
@keyframes customFadeIn {
	from {
		opacity : 0;
	}
	40% {
		opacity : 0;
	}
	to {
		opacity : 1;
	}
}


.customFadeOut{
	-webkit-animation-name : customFadeOut;
	animation-name : customFadeOut;
	animation-duration: 3s;
	opacity: 1;
}
@-webkit-keyframes customFadeOut {
	to {
		opacity : 0;
	}
	40% {
		opacity : 0;
	}
	from {
		opacity : 1;
	}
}
@keyframes customFadeOut {
	to {
		opacity : 0;
	}
	40% {
		opacity : 0;
	}
	from {
		opacity : 1;
	}
}
.header-logo{
	margin-top: 10px;
	display: inline-block;
	width: 245px;
	z-index: 2;
	position: relative;
}
.header-logo .icon-svg{
	width: 30px;
	margin-right: 15px;
	display: inline-block;
}
.header-logo .icon-svg .icon-svg-fill-me{
	fill: #fff;
}
.header-logo img{
	display: inline-block;
	width: 200px;
	vertical-align: 6px;
}

.homepage-carousel{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.homepage-carousel h2{
	color: #fff;
	text-align: center;
	/*font-size: 32px;*/
	font-size: 40px;
	user-select: none;
	animation-name: fadeInDown;
	animation-duration: 1.25s;
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.homepage-carousel span{
	color: #fff;
	position: relative;
}
.homepage-carousel span::after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1px;
	height: 4px;
	background-color: #fff;
	transition: ease all .3s;
}
.homepage-carousel .fadeIn	{
	-webkit-animation-duration : 1500ms !important;
	animation-duration : 1500ms !important;
}

.homepage-content {
	margin-top: 60px;
	width: 70%;
}
.homepage-content h1{
	font-size: 40px;
	text-align: center;
}
.homepage-content p{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

/*larger video*/
.homepage-large-video.larger .inner{
	max-width: unset;
	width: 100%;
}
.homepage-large-video.larger .inner video{
	width: 100%;
}
/*.owl-item.larger{
	width: 100%;
}*/
.button-style-1{
	padding: 8px 18px;
	background-color: #219bef;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	transition: ease all .3s;
}
.button-style-1:hover{
	background-color: #4349E1;
}


/*misc animations:*/
.animate-in-style-1{
	opacity: 0;
	top: 100px;
	transition: ease all .6s;
	position: relative;
}
.animate-in-style-1.shown{
	opacity: 1;
	top: 0px;
}

.animate-in-style-2{
	opacity: 0;
	transform: translateX(-100%);
	transition: ease all .6s;
	position: relative;
}
.animate-in-style-2.shown{
	opacity: 1;
	transform: translateX(0);
}
.animate-in-style-3{
	opacity: 0;
	transform: translateX(100%);
	transition: ease all .6s;
	position: relative;
}
.animate-in-style-3.shown{
	opacity: 1;
	transform: translateX(0);
}
/*used in news:*/
.animate-in-style-4{
	opacity: 0;
	transition: ease all .6s;
}
.animate-in-style-4.shown{
	animation: animate-in-style-4 .4s 1;
	animation-timing-function: linear;
	animation-fill-mode: both;
}
.animate-in-style-4.shown:nth-of-type(3n){
	animation-delay: .4s;
}
.animate-in-style-4.shown:nth-of-type(3n + 1){
	animation-delay: .8s;
}

@keyframes animate-in-style-4 {
	from {
		opacity: 0;
		transform: translateY(25%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


.animate-in-style-5:nth-of-type(3n){
	transition: ease all .8s;
}
.animate-in-style-6{
	opacity: 0;
	transition: ease all .8s;
	transform: scale(.8);
}
.animate-in-style-6.shown{
	opacity: 1;
	transform: scale(1);
}
.animate-in-style-7{
	opacity: 0;
	transform: translateY(-100%);
	transition: ease all .6s;
	position: relative;
}
.animate-in-style-7.shown{
	opacity: 1;
	transform: translateY(0);
}
/********************************************/



/*top of page content*/
.page-content-header{
	overflow: hidden;
	position: relative;
	/*border-bottom-left-radius: 40%;*/
	padding-bottom: 40%;
	height: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.page-content-header::after{
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	/*background-color: rgba(0, 0, 0, .6);*/
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
}
.page-content-header-img{

}
.page-content-header-text{
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 1;
}
.page-content-header-text-desktop p,
.page-content-header-text-desktop h1{
	color: #fff;
	/*background-color: #000;*/
}
.page-content-header-text h1{
	font-size: 60px;
	display: inline-block;
}
.page-content-header-text p{
	max-width: 60%;
	display: inline-block;
}
.page-content-header-text-responsive{
	display: none;
}

.page-type-not-found .page-content-header{
	height: calc(100vh - 66px);
	padding-bottom: 0;
	background-size: cover;
}
/********************************************/




/*news page*/
/*news article:*/
.news-article-single .news-article-intro{
	font-size: 20px;
	margin-bottom: 40px;
}
.news-article-single img{
	border-radius: 4px;
	margin-bottom: 60px;
}
.news-article-single .news-category{
	/*color: #219bef !important;*/
	font-size: 14px;
}
.news-article-single .news-article-content{
	margin-bottom: 100px;
}
.news-article-title{
	margin-top: 30px;
}
.news-single-back{
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 0px;
	position: relative;
}
.news-single-back::after{
	background-color: #000;
}
.news-single-back p{
	margin-left: 28px;
	color: #0066cc;
}
.news-single-back .icon-svg{
	position: absolute;
	transform: rotate(180deg) translateY(-75%);
}
/*news landing:*/
.grey-bg{
	background-color: #f5f5f7;
}
.news-items-results-title{
	padding: 26px 0 8px 0;
	font-size: 30px;
}
.news-items-results img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: block;
}
.news-category{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 4px;
	color: #219bef;
	font-family: 'Lato', sans-serif;
}
.news-item-placeholder .news-category{
	color: #fff !important;
}
.news-items-results .news-item .news-category{
}
/*.news-items-results .news-item:not(:nth-of-type(1)) .news-category{
	background-color: #219bef;
	color: #fff;
}*/
/*item views:*/
.news-category:not(:hover){
	background-color: transparent;
}
.news-item-content p,
.news-item-content a{
	color: rgb(34,34,34);
}
.news-item.news-item-placeholder .news-item-content a,
.news-item.news-item-placeholder .news-item-content p{
	color: #fff;
}

.news-item-content h3 a{
	/*background-color: #000;*/
}

/**********/
.news-load-more{
	display: inline-block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	cursor: pointer;
}
.news-general-content{
	float: left;
	width: calc((100% - 20px) / 1.5);
}
/*.news-items-results .news-item:nth-of-type(1)*/
.news-items-results .news-item{
	/*box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;*/
	border-radius: 10px;
	width: calc((100% - 20px) / 1.5);
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
	float: left;
	position: relative;
	background-color: #fff;
}


/*.news-items-results .news-item:hover{ 
	animation: news-item .35s 1;
	animation-timing-function: linear;   
}*/

@keyframes news-item {
	from { bottom: 0; }
	50% { bottom: -6px; }
	to { bottom: 0; }
}
/*
.news-items-results .news-item:nth-of-type(1){
	margin-left: 0px;
}
.news-items-results .news-item:nth-of-type(1) .news-item-img{
	position: relative;
	border-radius: 10px;
	background-image: none !important;
}*/
.news-item.news-item-placeholder:nth-of-type(2n - 1){
	background-color: #3755be;
	background-image: none !important;
}
.news-item.news-item-placeholder:nth-of-type(2n){
	background-color: #ff8e88;
	background-image: none !important;
}
.news-item.news-item-placeholder .news-item-img{
	visibility: hidden;
}
.news-items-results .news-item .news-item-img{
	position: relative;
}
.news-items-results .news-item .news-item-img::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	/*background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);*/
	transition: ease all .4s;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*border: solid 1px #ddd; */
}
.news-items-results .news-item.news-item-placeholder::after{
	background: none;
}
.news-items-results .news-item.news-item-placeholder::after{
	border: none;
}
.news-items-results .news-item:hover .news-item-img::after{
	/*background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);*/
	background-color: rgba(0, 0, 0, .4);
	border-color: transparent;
}
.news-items-results .news-item:hover .news-item-placeholder::after{
	background-color: rgba(0, 0, 0, .4);
}
/*.news-items-results .news-item:nth-of-type(1) .news-item-content*/
.news-items-results .news-item .news-item-content{
	/*position: absolute;
	left: 20px;
	bottom: 20px;*/
	padding: 20px;
	width: calc(100% - 40px);
}
/*
.news-items-results .news-item:nth-of-type(1) .news-item-content h3,
.news-items-results .news-item:nth-of-type(1) .news-item-content a,
.news-items-results .news-item:nth-of-type(1) .news-item-content span,
.news-items-results .news-item:nth-of-type(1) .news-item-content p{
	color: #fff;
}*/
.news-items-results .news-item p.news-item-intro{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	/*max-height: 0;*/
	transition: ease all .3s;
	opacity: 0;
}
.news-items-results .news-item:hover p.news-item-intro{
	/*max-height: 26px;*/
	/*opacity: 1;*/
}
/*.news-items-results .news-item:nth-of-type(1) .news-item-content h3{
	font-size: 30px;
}*/
.news-items-results .news-item .news-item-content h3{
	font-size: 18px;
}
.news-items-results .news-item .news-item-content h3 a{
	font-family: 'Lato', sans-serif;
}
.news-items-results .news-item{
	margin: 0;
	float: right;
	width: calc((100% - 20px) / 3 );
	cursor: pointer;
}
.news-items-the-rest .news-item{
	float: none;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc((100% - 40px) / 3 );
	border-radius: 10px;
}
.news-items-the-rest .news-item:nth-of-type(3n + 1){
	margin-right: 0;
}
.news-items-results .news-item:nth-of-type(n + 2) .news-item-img,
.news-items-results .news-items-the-rest .news-item:nth-of-type(n + 2) .news-item-img{
	/*width: 207px;*/
	display: block;
	background-position: center top;
	background-size: 100% auto;
	width: 100%;
	padding-bottom: 0;
	background-repeat: no-repeat;
	/*border-radius: 10px;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.news-items-results .news-item:hover .news-item-img{
	background-size: calc(100% - -40px) auto !important;
}
.news-items-results .news-items-featured{
	display: grid;
	grid-template-columns: 65fr 35fr;
	grid-auto-flow: dense;
	grid-gap: 20px;
	margin-bottom: 60px;
}
.news-items-results .news-items-featured .news-item:nth-of-type(1n){
	width: auto;
}
.news-items-results .news-item:nth-of-type(1){
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row: auto / span 2 !important;
}
.news-items-results .news-items-featured .news-item:nth-of-type(2) .news-item-img,
.news-items-results .news-items-featured .news-item:nth-of-type(3) .news-item-img{
	/*padding-bottom: calc((100% / 1.5) - 10px);*/
	/*padding-bottom: calc(56.25% - 10px);*/

	padding-bottom: calc( 74% - 10px - 132px);
	height: 0px;
}
.news-items-results .news-items-featured .news-item:nth-of-type(2) .news-item-img img,
.news-items-results .news-items-featured .news-item:nth-of-type(3) .news-item-img img{
	display: none;
}
.news-items-results .news-item/*:nth-of-type(n + 2)*/ .news-item-img img{
	/*display: none;*/
	opacity: 0;
}

.news-items-results .news-item .news-item-content{
	display: inline-block;
	vertical-align: top;
}
.news-items-results .news-item .news-item-cat-date{
	margin-top: 0;
}
.news-items-results .news-item .news-item-intro{
	height: 52px;
	margin-bottom: 0;
}
.news-items-the-rest .news-item:nth-of-type(9n),
.news-items-the-rest .news-item:nth-of-type(10n){
	width: calc(50% - 10px );
}
.news-items-the-rest .news-item:nth-of-type(10n){
	margin-right: 0 !important;
}
/**********/

/*the rest of the news items:*/
.news-items-results{
	background-color: #f5f5f7;
	padding-top: 20px;
	padding-bottom: 20px;
	/*margin-bottom: 100px;*/
}
.news-items-the-rest{
	margin-top: 40px;
}
.news-items-results .news-item .news-date{
	margin-right: 10px;
	font-size: 12px;
	color: #fff;
	color: rgb(34,34,34);
}
.news-item.news-item-placeholder .news-date{
	color: #fff;
}

.news-page-divider{
	border-radius: 10px;
	padding: 40px;
	background-color: #3755be;
	margin-top: 20px;
	margin-bottom: 60px;
}
.news-page-divider .large{
	font-size: 44px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.news-page-divider *{
	color: #fff;
}
.news-page-controls-wrapper{
	padding: 100px 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.news-page-controls {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	/*margin-bottom: 100px;*/
}
.news-page-control-first,
.news-page-control-prev,
/*.news-page-current-page,*/
.news-page-controls p,
.news-page-control-next,
.news-page-control-last{
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: bottom;
}
.news-page-controls p{
	line-height: 14px;
	vertical-align: 3px;
	color: #0066cc
}
.news-page-control-first,
.news-page-control-prev,
.news-page-control-next,
.news-page-control-last{
	cursor: pointer;
}
.news-page-control-prev.disabled,
.news-page-control-next.disabled{
	opacity: .4;
}
.news-page-control-first .icon-svg,
.news-page-control-prev .icon-svg{
	transform: rotate(90deg);
}
.news-page-control-last .icon-svg,
.news-page-control-next .icon-svg{
	transform: rotate(270deg);
}
.news-page-control-first .icon-svg:first-of-type{
	margin-right: -8px;
}
.news-page-control-last .icon-svg:first-of-type{
	margin-right: -8px;
}
.news-page-control-first,
.news-page-control-prev{
	margin-right: 24px;
}
.news-page-control-last,
.news-page-control-next{
	margin-left: 24px;
}

.news-page-controls .icon-svg{
	display: inline-block;
}
.news-page-controls .icon-svg,
.news-page-controls .icon-svg svg{
	width: 14px;
	height: 14px;
}
.news-page-controls .icon-svg path{
	fill: #0066cc;
}
/********************************************/



/*content block 2:*/
.content-block-wrapper .content-block-half-and-half-inner,
.content-block-wrapper.content-block-horizontal-carousel,
.content-block-wrapper.content-block-half-image-half-text {
	padding: 60px 0;
}
.content-block-wrapper.content-block-half-and-half .content-block-half {
	display: inline-block;
	width: calc(50% - 60px);
	margin-right: 60px;
	vertical-align: top;
}
.content-block-wrapper.content-block-half-and-half .content-block-half:nth-of-type(2n){
	margin-right: 0;
}
.content-block-wrapper.content-block-half-and-half h3 {
	font-size: 54px;
}
.content-block-wrapper.content-block-half-and-half .content-block-right[data-reversed="true"] h3 {
	text-align: right;
}
.content-block-half-responsive{
	display: none;
}
/********************************************/





/*content block 3*/
/*icon-svg*/
.content-block-horizontal-carousel-carousel .item{
	display: flex;
}
.content-block-horizontal-carousel-carousel .item .partner-name,
.content-block-horizontal-carousel-carousel .item .icon-svg{
	/*width: calc(50% - 20px);*/
	display: inline-block;
}
.content-block-horizontal-carousel-carousel .item .icon-svg{
	width: 50%;
}
.content-block-horizontal-carousel-carousel .item .partner-name h3,
.content-block-horizontal-carousel-carousel .item svg{
	vertical-align: middle;
}
.content-block-horizontal-carousel-carousel .item svg *{
	fill: #999;
}
.content-block-horizontal-carousel-carousel .item h3{
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
	line-height: 40px;
}
.content-block-horizontal-carousel-carousel .item h3::after{
	content: '';
	position: absolute;
	right: 0;
	top: 4px;
	bottom: 4px;
	width: 1px;
	background-color: #aaa;
}
/********************************************/




/*content block 4*/
.content-block-half-image-half-text{
	overflow: hidden;
}
/*.content-block-half-image-half-text .inner{
}*/
.content-block-half-image-half-text-responsive{
	display: none;
}
.content-block-half-image-half-text-section .inner-half,
.content-block-half-image-half-text-section .img-wrapper{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
/*.content-block-half-image-half-text-section .img-wrapper {
	max-height: 600px;
	max-width: 600px;
}*/
.content-block-half-image-half-text-section .img-wrapper .img,
.content-block-half-image-half-text-section .img-wrapper img{
	max-width: 600px;
	max-height: 600px;
	/*max-height: 100%;*/
	border-radius: 20px;
}
.content-block-half-image-half-text-section{
	/*display: inline-block;*/
	padding: 75px 0;
	/*min-height: 600px;*/
}
.content-block-half-image-half-text-section p{
	width: 80%;
	font-size: 19px;
	line-height: 35px;
}
.content-block-half-image-half-text-left-side{
	/*float: left;*/
}
.content-block-half-image-half-text-left-side h4{
	left: 100%;
	transform: translateX(calc(-100% - 20px));
}
.content-block-half-image-half-text-left-side p{
	text-align: right;
	margin-right: 20px;
	margin-left: calc(20% - 20px);
}
/*.out-of-bounds{
	transition: ease all .3s translateX none;
}*/
.removeTransition .img,
.removeTransition img{
	transition: none !important;
}
.out-of-bounds .content-block-half-image-half-text-left-side h4{
	left: 100%;
	transform: translateX(calc(-100% - 40px));
}
.out-of-bounds .content-block-half-image-half-text-left-side p{
	margin-right: 40px;
	margin-left: calc(20% - 40px);
}
.content-block-half-image-half-text-left-side .img,
.content-block-half-image-half-text-left-side img{
	float: right;
	transform: translateX(-50%);
}
.out-of-bounds .content-block-half-image-half-text-left-side .img,
.out-of-bounds .content-block-half-image-half-text-left-side img{
	transform: translateX(-20px);
}
.content-block-half-image-half-text-right-side{
	/*float: right;*/
}
.content-block-half-image-half-text-right-side h4{
	left: 20px;
}
.content-block-half-image-half-text-right-side p{
	text-align: left;
	margin-left: 20px;
	margin-right: calc(20% - 20px);
}
.out-of-bounds .content-block-half-image-half-text-right-side h4{
	left: 40px;
}
.out-of-bounds .content-block-half-image-half-text-right-side p{
	margin-left: 40px;
	margin-right: calc(20% - 40px);
}
.content-block-half-image-half-text-right-side .img,
.content-block-half-image-half-text-right-side img{
	float: left;
	transform: translateX(50%);
}
.out-of-bounds .content-block-half-image-half-text-right-side .img,
.out-of-bounds .content-block-half-image-half-text-right-side img{
	transform: translateX(20px);
}
.content-block-half-image-half-text-section h4{
	text-transform: uppercase;
	font-weight: lighter;
	color: #999;
	display: inline-block;
	position: relative;
}
.half-image-half-text-title-gradient{
	background-size: 400% 400%;
}
.half-image-half-text-title-gradient,
.half-image-half-text-title-gradient *{
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
.half-image-half-text-title-bg-image{
	background-size: cover;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
.half-image-half-text-title-bg-image h4{
	color: transparent;
}


/********************************************/
/*content block 5*/
/*colours:*/
.content-block-subscribe-cta-theme-light{
	background-color: #fff;
}

.content-block-subscribe-cta-theme-dark{
	background-color: #4349E1;
}
.content-block-subscribe-cta-theme-dark h3,
.content-block-subscribe-cta-theme-dark p,
.content-block-subscribe-cta-theme-dark h2{
	color: #fff;
}
.content-block-subscribe-cta-theme-dark .content-block-subscribe-cta-privacy a{
	color: #fff;
	text-decoration: underline;
}
.content-block-subscribe-cta-theme-dark .content-block-subscribe-cta-input-submit:hover{
	background-color: #eee;
	color: #333;
}

.content-block-subscribe-cta-theme-gradient{
	background-image: linear-gradient(-45deg, #8647f9, #4e91c1, #8647f9, #4e91c1);
	background-size: 400% 400%;
	-webkit-animation: theme-gradient-animation 15s ease infinite;
	-moz-animation: theme-gradient-animation 15s ease infinite;
	animation: theme-gradient-animation 15s ease infinite;
}
.content-block-subscribe-cta-theme-gradient h3,
.content-block-subscribe-cta-theme-gradient p,
.content-block-subscribe-cta-theme-gradient h2{
	color: #fff;
}
.content-block-subscribe-cta-theme-gradient .content-block-subscribe-cta-privacy a{
	color: #fff;
	text-decoration: underline;
}
input[type="submit"]{
	border: none;
	outline: none;
	line-height: 26px;
	font-size: 16px;
}
.content-block-subscribe-cta-theme-gradient .content-block-subscribe-cta-input-submit:hover{
	background-color: #eee;
	color: #333;
}


.content-block-subscribe-cta-theme{
	padding: 120px 0;
	text-align: center; 
	/*margin: 60px 0;*/
}
.content-block-subscribe-cta-theme h2{
	font-size: 32px;
}
.content-block-subscribe-cta-input{
	margin: 20px 0;
}
.content-block-subscribe-cta-input input[type="text"],
.content-block-subscribe-cta-input input[type="email"]{
	padding: 8px 18px;
	display: inline-block;
	border-radius: 4px;
	transition: ease all .3s;
	outline: none;
	font-size: 16px;
	line-height: 24px;
	border: solid 1px #eee;
	margin-right: 8px;
	color: #495057;
	width: 300px;
	max-width: calc(100% - 36px);
}
.content-block-subscribe-cta-input input[type="text"]:focus,
.content-block-subscribe-cta-input input[type="email"]:focus{
	color: #000;
	border-color: #ced4da;
	outline: 0;
	box-shadow: 0 .125rem .625rem rgba(0,0,0,.05);
	background-color: #fff;
}
.content-block-subscribe-cta-privacy{
	color: #aeaeae;
	line-height: 18px;
	margin: 4px 0;
}
.content-block-subscribe-cta-privacy a{
	color: #0066cc;
}
.content-block-subscribe-cta-result{
	display: none;
	padding: 30px 0;
	font-size: 32px;
}
div.mce_inline_error,
input.mce_inline_error{
	color: #C80404 !important;
}
div.mce_inline_error{
	border-radius: 4px;
	font-family: 'Lato', sans-serif;
	padding: 12px 4px;
	background-color: #fff !important;
	/*background-color: transparent !important;*/
	display: table;
	margin: 10px auto !important;
}
/*.mce-success-response{

}*/
/********************************************/




/*content block 6*/
/*colours:*/
.content-block-logo-carousel-logo{
	display: inline-block;
	/*width: calc(25% - 40px);*/
	padding: 70px;
	position: relative;
	overflow: hidden;
}
.content-block-logo-carousel-logo h4{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: ease all .3s;
	font-size: 28px;
	text-align: center;
	color: #fff;
}
/*.content-block-logo-carousel-logo:hover h4{
	opacity: 1;
	z-index: 2;
}*/
/*.content-block-logo-carousel-logo::after{
	content: '';
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	transition: ease all .3s;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
}*/
/*.content-block-logo-carousel-logo:hover::after{
	z-index: 1;
	top: -20%;
	left: -20%;
	right: -20%;
	bottom: -20%;
	background-color: rgba(67, 73, 225, .6);
}*/
.content-block-logo-carousel h2{
	font-size: 40px;
	padding: 10px 0 40px 0;
	text-align: center;
}
.content-block-logo-carousel-logo .partners-carousel-image{
	filter: grayscale(100%);
	position: relative;
	transition: ease all .3s !important;
}
.content-block-logo-carousel-logo:hover .partners-carousel-image{
	filter: none;
}


/********************************************/




.content-block-wrapper.content-block-our-products {
	padding: 60px 0;
	overflow: hidden;
}
.content-block-wrapper.content-block-our-products .inner{
	display: flex;
}
.content-block-wrapper.content-block-our-products h2{
	font-size: 40px;
	margin-top: 36px;
	margin-bottom: 36px;
	text-align: center;
}
.content-block-wrapper.content-block-our-products h3{
	font-size: 26px;
}
.content-block-wrapper.content-block-our-products a{
	font-weight: 600;
	font-family: 'lato';
}
.content-block-our-products .half-width{
	width: calc(50% - 10px - 80px);
	margin-left: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	padding: 60px 40px 0 40px;
	background-color: #f3f4f5;
}
.content-block-our-products .half-width:nth-of-type(1){
	margin-left: 0px;
	background-image: url(../furniture/our-products-left.png);
}
.content-block-our-products .half-width:nth-of-type(2){
	background-image: url(../furniture/our-products-right.png);
}
.our-products-text{
	padding: 12px 20px;
	background-color: #f3f4f5;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
}
.content-block-our-products .half-width:nth-of-type(1) .bottom-section{
	padding: 12px;
	background-color: #fff;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	width: 260px;
	display: block;
	margin: auto;
	height: 300px;
	margin-top: 80px;
	background-image: url(../furniture/our-products-right-mobile-new.png);
	background-position: top center;
	background-size: 100% auto;
	border: solid 20px #fff;
	border-bottom: 0;
	background-repeat: no-repeat;
}
.content-block-our-products .half-width:nth-of-type(2) .bottom-section{
	width: calc(100% - 40px);
	display: block;
	margin: auto;
	margin-top: 100px;
	background-image: url(../furniture/our-products-right-desktop.png);
	border-bottom: 0;
	padding-bottom: 63.64280652019844%;
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}

.content-block-our-products .full-width{
	margin-left: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	padding: 60px 40px 0 40px;
	background-color: #f3f4f5;
}
.content-block-our-products .full-width:nth-of-type(1){
	margin-left: 0px;
	background-image: url(../furniture/our-products.png);
}
.content-block-our-products .full-width:nth-of-type(2){
	background-image: url(../furniture/our-products-right.png);
}
.our-products-text{
	padding: 12px 20px;
	background-color: #f3f4f5;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
}
.content-block-our-products .full-width:nth-of-type(1) .bottom-section{
	padding: 12px;
	background-color: #fff;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	width: 260px;
	display: block;
	margin: auto;
	height: 300px;
	margin-top: 80px;
	background-image: url(../furniture/our-products-right-mobile-new.png);
	background-position: top center;
	background-size: 100% auto;
	border: solid 20px #fff;
	border-bottom: 0;
	background-repeat: no-repeat;
}
.content-block-our-products .full-width:nth-of-type(2) .bottom-section{
	width: calc(100% - 40px);
	display: block;
	margin: auto;
	margin-top: 100px;
	background-image: url(../furniture/our-products-right-desktop.png);
	border-bottom: 0;
	padding-bottom: 63.64280652019844%;
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}


.content-block-our-products .link-arrow p{
	color: inherit;
}
.content-block-our-products .link-arrow .icon-svg{
	fill: inherit;
}
/******************/

/*image grid*/
ul.content-block-image-grid{
	display: grid;
	margin-bottom: 20px;
	grid-template-columns: repeat(6,1fr);
	grid-auto-flow: dense;
	list-style: none;
	grid-gap: 15px;
	padding: 0;
}
ul.content-block-image-grid > * {
	grid-column: span 2;
	grid-row: span 1;
}
ul.content-block-image-grid .content-block-image-grid-wide {
	grid-column: span 4;
}
ul.content-block-image-grid img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
ul.content-block-image-grid video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/******************/







.general-content{
	padding: 40px 0 60px 0;
}

.page-content-contact .general-content h1{
	text-align: center;
}
.contact-form-item{
	display: block;
	/*width: 50%;*/
	margin-top: 8px;
}
.contact-form-item-full-width{
	width: 100%;
}
.contact-form-item textarea,
.contact-form-item input[type="text"],
.contact-form-item input[type="email"]{
	padding: 8px 18px;
	display: inline-block;
	border-radius: 4px;
	transition: ease all .3s;
	outline: none;
	font-size: 16px;
	line-height: 24px;
	border: solid 1px #eee;
	/*margin-right: 4px;*/
	margin-bottom: 8px;
	color: #495057;
	width: calc(100% - 36px);
}
.contact-form-item textarea{
	width: calc(100% - 36px);
	height: 250px;
}
.contact-form-item:nth-of-type(2n) input[type="text"],
.contact-form-item:nth-of-type(2n) input[type="email"]{
	/*margin-left: 4px;*/
	margin-right: 0;
}

.contact-form-item textarea:focus,
.contact-form-item input[type="text"]:focus,
.contact-form-item input[type="email"]:focus{
	color: #000;
	border-color: #81ccff;
	outline: 0;
	box-shadow: 0 .125rem .625rem rgba(0,0,0,.05);
	background-color: #fff;
}
.contact-form-placeholder{
	transform: translateX(15px) translateY(calc(100% - -14px));
	display: inline-block;
	color: #a8a8a8;
	transition: ease all .3s;
	cursor: text;
	line-height: 16px;
}
.contact-form-placeholder.input-focused{
	transform: translateY(-4px);
	color: #000;
	cursor: default;
	font-size: 12px;
}

.contact-page-form{
	margin: 60px 0 80px 0;
}
.contact-page-form h3{
	font-size: 
}
.contact-page-form p{
	margin-bottom: 30px;
}
.contact-form-result{
	display: none;
}
#contact-page-map{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#contact-page-map *{
	cursor: default !important;
}
.half-inner{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	float: left;
}
.half-inner:first-of-type{
	float: right;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
	display:none;
}
.gmnoprint div {
	background:none !important;
}
.half-inner .content-inner{
	max-width: 510px;
	margin-left: 90px;
}
.contact-page-left img{
	display: none;
}
.contact-page-left{
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.footer{
	background-color: #000032;
	padding: 40px 0 20px 0;
}
/*.page-type-contact .footer{
	background-color: #000;
}*/
.footer h3{
	color: #fff;
}
.footer p,
.footer li p a{
	color: #999aae;
}
.footer ul{
	padding-left: 0;
}
.footer li{
	list-style: none;
}
.footer-section{
	display: inline-block;
}
.footer-section:nth-of-type(1){
	width: calc((100% - 60px) / 2.5 );
	margin-left: 0px;
}
.footer-section:nth-of-type(1) p{
	color: #999aae;
	letter-spacing: 2px;
	margin-top: 0;
	margin-left: 45px;
}
.footer-section{
	width: calc((100% - 60px) / 5 );
	vertical-align: top;
	margin-left: 20px;
	margin-bottom: 60px;
}
.footer-line{
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-bottom {
	padding-top: 12px;
}
.footer-bottom p{
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}
.footer-bottom ul{
	margin: 12px 0px 0px 0px;
}
.footer-bottom ul li{
	display: inline-block;
	margin-right: 8px;
}

.title-text-gradient{
	background-size: 400% 400%;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	-webkit-animation: theme-gradient-animation 15s ease infinite;
	-moz-animation: theme-gradient-animation 15s ease infinite;
	animation: theme-gradient-animation 15s ease infinite;
}


/*scroll for more:*/
.scroll-down-arrow {
	position: fixed;
	bottom: 100px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: scroll-down-arrow-animation 1.5s infinite;
	animation: scroll-down-arrow-animation 1.5s infinite;
	box-sizing: border-box;
	z-index: -2;
}
@-webkit-keyframes scroll-down-arrow-animation {
	from {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes scroll-down-arrow-animation {
	from {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

.homepage-concave{
	background-color: #000;
	position: relative;
	padding-bottom: 10%;
	overflow: hidden;
	margin-bottom: -10%;
	z-index: -1;
	opacity: 0;
}
.homepage-concave::after{
	border-radius: 25%;
	content: '';
	background-color: #fff;
	left: -10%;
	right: -10%;
	top: 14%;
	height: 200%;
	position: absolute;
}

.owl-dots{
	display: none;
}


.status-wrapper{

}
.status-wrapper .status-text{
	color: #999aae;
	position: relative;
	padding-right: 20px;
}
.status-wrapper .status-text::after{
	content: '';
	position: absolute;
	right: 2px;
	top: 50%;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
}
.status-wrapper .status-text.status-green::after{
	background-color: #8aff8a;
}
.status-wrapper .status-text.status-orange::after{
	background-color: #ffb937;
}
.status-wrapper .status-text.status-red::after{
	background-color: #ff5353;
}






.modal-animation-wrapper{
	border-radius: 10px;
	/*display: table;*/
	/*margin: auto;*/
	height: 0px;
	padding-bottom: 130%;
	width: 100%;
	max-width: 800px;
	background-size: 100% auto;
	box-shadow: 0 6px 16px rgba(0,0,0,.1);

	animation: modal-scroll 5s infinite;

}
@keyframes modal-scroll {
	from {
		background-position: top;
	}
	50% {
		background-position: bottom;
	}
	to {
		background-position: top;
	}
}


.data-partner-logo-wrapper{
	display: flex;
}

.data-partner-logo-item{
	width: 400px;
	display: inline-block;
	margin: 0 12px;
	position: relative;
}

.data-partner-logo{
	box-shadow: 0 6px 16px rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 20px;
	max-width: calc(100% - 40px);
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: calc( 100% / 1.5 );
	background-size: calc( 100% - 40px ) auto;
	background-position: center;
	background-repeat: no-repeat;
}


.pricing-structure-wrapper {
	padding-left: 0;
}
.pricing-structure-wrapper li{
	display: flex;
	padding: 12px;
}
.pricing-structure-wrapper li:first-child p{
	font-weight: 900;
}
.pricing-structure-wrapper li p{
	width: calc( 25% );
	margin: 0;
	padding: 8px;
}
.pricing-structure-wrapper li:nth-of-type(2n){
	background-color: #ececec;
}



.external-links-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.external-links-item{
	display: block;
	width: calc( 50% - 26px - 10px );
	padding: 12px;
	border: solid 1px lightgrey;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
}
.external-links-item:nth-of-type(2n){
	margin-right: 0;
}
.external-links-item .external-links-date{
	margin: 0;
	color: #9d9d9d;
	padding-right: 220px;
}
.external-links-item .external-links-publication{
	margin-bottom: 0;
	font-size: 20px;
}
.external-links-item .external-links-link{
	text-decoration: underline;
}
.external-links-logo{
	position: absolute;
	max-width: 200px;
	top: 12px;
	right: 12px;
}
.external-links-logo svg{
	max-width: 200px;
}


.padding-and-shadow{
	box-shadow: 0 6px 16px rgba(0,0,0,.1);
	padding: 20px;
	border-radius: 10px;
}


.providers-wrapper {
	padding-left: 0;
	/*text-align: center;*/
}
.providers-wrapper li.providers-item {
	list-style: none;
	display: inline-block;
	width: 100px;
	height: 100px;
	vertical-align: top;
	margin: 0 10px 20px;
	position: relative;
}
.providers-wrapper li.providers-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: calc(100% - 40px);
	max-height: calc(100% - 40px);
}



.site-examples-wrapper {
	display: flex;
	margin-top: 20px;
}
.site-examples-item {
	width: calc( 50% - 26px - 10px );
	padding: 12px;
	border: solid 1px lightgrey;
}
.site-examples-item:nth-of-type(2n) {
	margin-left: 20px;
}
.site-examples-item-title{
	color: #000;
}
.site-examples-item-url{
	color: inherit;
	white-space: normal;
	word-wrap: break-word;
	text-decoration: underline;
}


.modal-cta-wrapper{
	padding: 40px 20px;
	background-color: #0080ff;
	border-radius: 10px;
}
.modal-cta-wrapper .modal-cta-title,
.modal-cta-wrapper .modal-cta-url{
	color: #fff;
}
.modal-cta-wrapper .modal-cta-title{
	font-size: 28px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}
.modal-cta-link{
	font-size: 28px;
	font-weight: bold;
	padding: 4px 12px;
	background-color: #fff;
	color: #0080ff;
}