.display-flex{
	display: flex;
}
.homepage-content h1{
	color: #fff;
}
.page-type-filter-page{
	background-color: #f5f5f7;
}
ul.header-menu{
	margin-left: 0;
	/*float: right;*/
	margin-bottom: 0;
	margin: 0;
	/*padding: 0;*/
}
.page-header-shape-pill{
	border-radius: 24px;
	padding: 8px 18px !important;
	border: solid 2px #000;
	margin-bottom: -16px;
}
ul.header-menu a,
ul.header-menu .menu-top-level-label{
	text-decoration: none;
	color: #000;
	font-family: 'lato';
	/*padding-bottom: 16px;*/
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 16px;
}
.header-top-wrapper:not(.slide-up-background):not(.slide-up) ul.header-menu a,
.header-top-wrapper:not(.slide-up-background):not(.slide-up) ul.header-menu .menu-top-level-label{
	color: var(--text-color);;
	border-color: var(--text-color);;
}
.header-top-wrapper:not(.slide-up-background):not(.slide-up) ul.header-menu .header-submenu-child a{
	color: var(--text-color);;
	border-color: var(--text-color);;
}
.header-top-wrapper:not(.slide-up-background):not(.slide-up) .header-top-top{
	background-color: transparent;
}
.header-top-wrapper ul 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-top-submenu{
	/*display: none;*/
	/*background-color: #fff;*/
	margin-top: -1px;
}
.header-submenu{
	display: none;
}
.header-submenu:nth-of-type(4n){
	margin-right: 0;
}
ul.header-submenu {
	padding: 12px 20px;
	background-color: #fff;
	margin: 0;

	/*position: absolute;*/

}
ul.header-submenu a{
	color: #000;
}
ul.header-submenu li{
	margin-top: 0;
	margin-left: 0;
	display: block;
	line-height: 26px;
}
ul.header-submenu li:last-of-type{
	margin-bottom: 12px;
}
ul.header-submenu-section{
	padding-left: 0;
}
li.menu-top-level{
	padding: 16px 16px 26px 16px;
	/*margin-top: 10px;*/
}
li.menu-top-level.menu-top-level-reduced-padding{
	padding-bottom: 20px;
}
li.header-submenu-heading p{
	font-size: 18px;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
}
li.header-submenu-child a{
	font-weight: lighter;
	text-transform: none;
}
li.header-submenu-child a::after{
	bottom: 0;
}
.header-menu-wrapper{
	float: right;
	/*margin-top: 9px;*/
}
.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: #219bef;
	transition: ease all .3s;
}
.header-top-wrapper:not(.slide-up-background):not(.slide-up) .header-submenu-child a.link-hover-animation-1::after,
.header-top-wrapper a.link-hover-animation-1::after{
	background-color: #000;
}
.header-top-wrapper:not(.slide-up-background):not(.slide-up) a.link-hover-animation-1::after{
	background-color: #fff;
}
.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;
}

@-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{
	z-index: 15;
	position: relative;
	padding: 0 0 8px 0;
	left: 0;
	right: 0;
	top: 0px;
	transition: ease all .3s;
}
.header-top-wrapper.slide-up-background{
	position: fixed;
}
.header-top-wrapper.slide-up{
	transform: translateY( -100% );
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.header-top-wrapper.slide-up{
		transform: none;
		position: fixed;
	}
}
/*.header-top-wrapper.slide-up-background{
	background-color: #3755be;
}*/
.header-top-top{
	background-color: #fff;
	padding-top: 8px;
}
.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: 10px 0 6px 0;
	display: inline-block;
	width: 293px;
	z-index: 21;
	position: relative;
}
.header-logo .icon-svg.icon-svg-logo-icon{
	width: 30px;
	height: 30px;
	margin-right: 15px;
	display: inline-block;
}
.header-logo .icon-svg.icon-svg-logo-icon svg{
	width: 30px;
	height: 30px;
}
.header-logo .icon-svg .icon-svg-fill-me{
	fill: #0080ff;
}
.header-logo .icon-svg .icon-svg-fill-me path[data-part="1"]{
	fill: #000;
}
.header-logo .icon-svg .icon-svg-fill-me path[data-part="2"]{
	fill: #0080ff;
}
.header-top-wrapper:not(.slide-up-background):not(.slide-up) .header-logo .icon-svg .icon-svg-fill-me path[data-part="1"],
.header-top-wrapper:not(.slide-up-background):not(.slide-up) .header-logo .icon-svg .icon-svg-fill-me path[data-part="2"],
.header-top-wrapper:not(.slide-up-background):not(.slide-up) .header-logo .icon-svg .icon-svg-fill-me,
div.footer div.footer-section .header-logo .icon-svg .icon-svg-fill-me path{
	fill: var(--text-color);
}

.header-logo .icon-svg.icon-svg-logo-text{
	display: inline-block;
	width: 248px;
	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%;*/
	text-align: center;
}
.homepage-content h1{
	font-size: 40px;
	font-weight: normal;
}
.homepage-content p{
	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: #0080ff;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	transition: ease all .3s;
}
.button-style-1.button-style-1-selected,
.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: 25%;*/
	/*height: 0;*/
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	z-index: 14;
}
.page-type-filter-page .page-content-header{
	/*padding-bottom: 25%;*/
}
.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: calc( ( 100% - -79px ) / 2 );
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 1;
}

.page-content:not(.page-content-filter_page):not(.page-content-home):not(.page-content-not_found) .page-content-header-text{
	position: relative;
	bottom: unset;
	top: 30px;
	transform: none;
}
.page-content:not(.page-content-filter_page):not(.page-content-home):not(.page-content-not_found) .page-content-header::after{
	content: unset;
}
.page-content-header-text-desktop p,
.page-content-header-text-desktop h1{
	color: #fff;
	/*background-color: #000;*/
}
.page-content-header-text h1{
	font-size: 52px;
	display: inline-block;
	margin-right: 12px;
}
.page-content:not(.page-content-filter_page):not(.page-content-home):not(.page-content-not_found) .page-content-header-text h1{
	text-align: center;
	font-weight: 300;
}
.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);*/
	height: 100vh;
	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: #0080ff !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: #0080ff;
	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: #0080ff;
	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{
	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{
	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{
	float: right;
	transform: translateX(-50%);
}
.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{
	float: left;
	transform: translateX(50%);
}
.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;
	margin-bottom: 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 .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 select,
.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 select{
	width: 100%;
	padding: 8px 10px;
}
.contact-form-item select option{
	padding-left: 0;
}
.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;
}
.contact-select-wrapper{
	/*display: inline-block;*/
	position: relative;
}
.contact-select-wrapper select{
	cursor: pointer;
	padding: 6px 30px 6px 8px;
	font-size: 14px;
	border-radius: 4px;
	outline: none;
	border: none;
	/* for Firefox */
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	color: var(--text-color);;
	border: solid 1px #eee;
}
.contact-select-wrapper select::-ms-expand {
    display: none;
}
.contact-select-wrapper::after{
	content: '';
	position: absolute;
	right: 16px;
	top: 12px;
	border-bottom: 2px solid var(--text-color);;
	border-right: 2px solid var(--text-color);;
	width: 6px;
	height: 6px;
	transform: rotate(45deg) translateY(-50%);
	transition: ease all.3s;
	cursor: pointer;
	pointer-events: none;
}
.select-opened.contact-select-wrapper::after{
	transform: rotate(-135deg);
	right: 14px;
}




.footer{
	background: center 101% no-repeat,linear-gradient(150deg,#39A6F1,#4349E1);
	padding: 40px 0;
}
/*.page-type-contact .footer{
	background-color: #000;
}*/
.footer h3{
	color: #fff;
}
.footer p,
.footer li p a{
	color: #fff;
}
.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: #fff;
	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-section .header-logo .icon-svg .icon-svg-fill-me{
	fill: #fff;
}
.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;
}


.grad{
	/*padding: 80px 0 190px;*/
	padding: 80px 0 0px;
	background: linear-gradient(150deg,#39A6F1,#4349E1);
	color: #fff;
}
.page-type-partner .grad,
.page-type-home .grad{
	background: url(../furniture/grey-angle.svg) center 101% no-repeat,linear-gradient(150deg,#39A6F1,#4349E1);
	padding: 80px 0 290px;
	/*margin-bottom: -290px;*/
}

body:not(.page-type-home):not(.page-type-partner) {
	background-color: #ffffff;
}
body:not(.page-type-home):not(.page-type-partner) .general-content{
	padding-top: 0;
}
.page-type-general .general-content .inner{
	max-width: 900px;
}
.page-type-general .general-content h1{
	color: #000;
	margin-top: 40px;
}
.page-type-general .general-content a,
.page-type-general .general-content p{
	line-height: 26px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.page-type-general .general-content p{
	margin-bottom: 26px;
}

.page-type-general .general-content p:first-of-type{
	font-size: 20px;
	margin-bottom: 40px;
	line-height: 26px;
}

.page-type-general .general-content img{
	margin-top: 20px;
	margin-bottom: 40px;
}

.powered-by{
    color: #0080ff;
    display: block;
    font-size: 12px;
    text-align: center;
}
.powered-by span{
    color: #000;
}
.header-top-wrapper:not(.slide-up-background):not(.slide-up) .powered-by,
.header-top-wrapper:not(.slide-up-background):not(.slide-up) .powered-by span{
	color: #fff;
}
a.broadband-providers {
	display: inline-block;
	background: #39A6F1;
	padding: 20px 30px;
	color: #FFF;
	text-align: center;
	margin: 50px auto 20px auto;
	border-radius: .25em;
	font-size: 20px !important;
	box-shadow: 0 10px 14px rgba(0,0,0,.1);
}
a.broadband-providers strong {
	font-size: 26px;
	color: #FFF;
}
a.broadband-providers:hover {
	background: #0080ff;
}

.hero{
	padding: 40px 0;
}
.hero p{
	max-width: 550px;
	margin: 0 auto;

}
.grey {
    background: url(../furniture/white-angle.svg) bottom center no-repeat;
    padding-bottom: 130px;
    margin-bottom: -20px;
}
.partner-body-text,
.homepage-about{
	text-align: left;
}
.partner-body-text h3{
	font-size: 18px !important;
}
.partner-body-text h4{
	font-size: 16px;
}

/*.homepage-content .benefits {
	margin-bottom: 40px;
}*/
.homepage-content .benefits .col {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
.homepage-content .benefits .col:last-of-type {
	margin-right: 0;
}
.homepage-content .benefits .col h3{
	margin: 10px 0 5px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .086em;
}
.homepage-content .benefits .col-1 h3{
	color: #39A6F1;	
}
.homepage-content .benefits .col-2 h3 {
	color: #3E77E9;
}
.homepage-content .benefits .col-3 h3 {
	color: #4251E2;
}
.homepage-content p,
.homepage-content a,
.homepage-content li{
	font-size: 14px;
	line-height: 22px;
}
.homepage-content ul{
	padding-left: 16px;
}
.homepage-content h3{
	text-transform: uppercase;
	font-size: 12px;
}
.speed-test-wrapper {
	padding-bottom: calc(52% - -4px);
	position: relative;
	margin-top: -290px;
	box-shadow: 0 10px 14px rgba(0,0,0,.1);
	border-radius: 10px;
	overflow: hidden;
}
.speed-test-wrapper iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 858px;
	/*transform: translateX(-50%);*/
	border: none;
	border-radius: 10px;
	/*box-shadow: 0 10px 14px rgba(0,0,0,.1);*/
	background-color: #fff;
}

/*cookie message:*/
.cm-wrapper{
	position: fixed;
	left: 50%;
	bottom: 20px;
	background-color: var(--box-bg);
	transform: translateX(-50%);
	z-index: 30;
	transition: ease all .3s;
	opacity: 1;
	padding: 20px;
	border-radius: 10px;
	border: solid 2px #f5f5f5;
	box-shadow: 0 10px 14px rgba(0,0,0,.1);
	width: calc(100% - 40px - 40px);
	max-width: 800px;
}
.cm-wrapper.cm-hidden{
	transform: translateX(-50%) translateY(150%);
	opacity: 0;
}
.cm-wrapper .cm-cookie{
	font-size: 48px;
	width: 64px;
	line-height: 64px;
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
}
.cm-wrapper .cm-message{
	display: inline-block;
	width: calc( 100% - 76px - 50px);
	vertical-align: top;
	margin: 0;
	vertical-align: middle;
}
.cm-wrapper .cm-buttons{
	text-align: right;
}
.cm-wrapper .cm-button{
	display: inline-block;
	margin: 0 0 0 4px;
	border-radius: 10px;
	cursor: pointer;
	vertical-align: middle;
}
.cm-wrapper .cm-button.cm-accept{
	font-weight: 700;
	text-transform: uppercase;
}

.header-top-breadcrumb {
	background-color: #f5f5f7;
	padding: 8px 0;
	margin: 0 auto;
}
/*.header-top-breadcrumb .inner-large{
	display: block;

}*/
.header-top-breadcrumb p{
	/*display: inline-block;*/
	/*background-color: #fff;*/
	border-radius: 10px;
	padding: 4px 0px;
	margin-top: 0;
	margin-bottom: 0;
	/*color: #fff;*/
	font-size: 15px;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header-top-breadcrumb p a{
	/*color: #fff;*/
	font-size: 15px;
}
.header-top-breadcrumb .crumb-arrow{
	display: inline-block;
	margin: 0 10px 0 8px;
	position: relative;
	width: 7px;
	height: 7px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
/*	-webkit-animation: scroll-down-arrow-animation 1.5s infinite;
	animation: scroll-down-arrow-animation 1.5s infinite;*/
	box-sizing: border-box;
	vertical-align: 2px;
}




.sign-up-banner-bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 14px rgba(0,0,0,.1);
	/*background-color: #fff;*/
	background: linear-gradient(150deg,#4349E1,#0080ff);
	padding: 8px 0;
	height: 20px;
	z-index: 31;
}
/*body:not(:hover) .sign-up-banner-bottom:not(.sign-up-banner-bottom-close),*/
.sign-up-banner-bottom:not(.sign-up-banner-bottom-close):hover,
.sign-up-banner-bottom.sign-up-banner-bottom-open:not(.sign-up-banner-bottom-close){
	/*open*/
	height: 455px;
	box-shadow: 0 -8px 14px rgba(0,0,0,.1);
}
.sign-up-banner-bottom .inner{
	position: relative;
}
.sign-up-banner-bottom-title{
	font-weight: 700;
	color: #fff;
	padding-right: 40px;
}
/*body:not(:hover) .sign-up-banner-bottom:not(.sign-up-banner-bottom-close) .sign-up-banner-bottom-title,*/
.sign-up-banner-bottom:not(.sign-up-banner-bottom-close):hover .sign-up-banner-bottom-title,
.sign-up-banner-bottom.sign-up-banner-bottom-open:not(.sign-up-banner-bottom-close) .sign-up-banner-bottom-title{
	/*open*/
	font-size: 28px;
	margin-bottom: 12px;
	display: block;
	padding-left: 180px;
}
.sign-up-banner-bottom-toggle{
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.sign-up-banner-bottom-toggle:before,
.sign-up-banner-bottom-toggle:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.sign-up-banner-bottom-toggle:before {
	transform: rotate(45deg);
}
.sign-up-banner-bottom-toggle:after {
	transform: rotate(-45deg);
}


/*body:hover */.sign-up-banner-bottom:not(.sign-up-banner-bottom-open):not(:hover) .sign-up-banner-bottom-toggle,
.sign-up-banner-bottom.sign-up-banner-bottom-close .sign-up-banner-bottom-toggle{
	/*closed*/
	position: absolute;
	right: 14px;
	top: 6px;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	width: 8px;
	height: 8px;
	transform: rotate(45deg) translateY(-50%);
	transition: ease all.3s;
	cursor: pointer;
	padding: 6px;
	transform: rotate(-135deg);
	top: 8px;
	right: 10px;
	padding: 0;
	border-width: 2px;
}
.sign-up-banner-bottom:not(.sign-up-banner-bottom-open):not(:hover) .sign-up-banner-bottom-toggle::before,
.sign-up-banner-bottom.sign-up-banner-bottom-close .sign-up-banner-bottom-toggle::before,
.sign-up-banner-bottom:not(.sign-up-banner-bottom-open):not(:hover) .sign-up-banner-bottom-toggle::after,
.sign-up-banner-bottom.sign-up-banner-bottom-close .sign-up-banner-bottom-toggle::after{
	opacity: 0;
}
.sign-up-banner-bottom ~ .cm-wrapper-wrapper .cm-wrapper{
	bottom: 60px;
}
.sign-up-banner-bottom:not(.sign-up-banner-bottom-close):hover ~ .cm-wrapper-wrapper .cm-wrapper,
.sign-up-banner-bottom.sign-up-banner-bottom-open:not(.sign-up-banner-bottom-close) ~ .cm-wrapper-wrapper .cm-wrapper,
.sign-up-banner-bottom:not(.sign-up-banner-bottom-close):hover ~ .progress-indicator,
.sign-up-banner-bottom.sign-up-banner-bottom-open:not(.sign-up-banner-bottom-close) ~ .progress-indicator{
	/*open*/
	bottom: 490px;
}
.sign-up-banner-bottom ~ .progress-indicator{
	bottom: 55px;
}

/*body:hover */.sign-up-banner-bottom:not(.sign-up-banner-bottom-open):not(:hover) .sign-up-banner-bottom-full,
.sign-up-banner-bottom.sign-up-banner-bottom-close .sign-up-banner-bottom-full{
	opacity: 0;
}
.sign-up-banner-bottom-full{
	overflow: hidden; 
}
.sign-up-banner-bottom-intro:first-of-type{
	margin-bottom: 18px;
	margin-top: 0;
}
.sign-up-banner-bottom-intro{
	display: block;
	margin-top: 8px;
	display: block;
	color: #fff;
}
.sign-up-banner-bottom-logo{
	margin-top: 8px;
}
.sign-up-banner-bottom-logo svg{
	width: 140px;
	height: 140px;
}
.sign-up-banner-bottom-logo .icon-svg-fill-me{
	fill: #fff;
}
.sign-up-banner-bottom-left{
	display: inline-block;
	width: 180px;
	vertical-align: top;
}
.sign-up-banner-bottom-right{
	display: inline-block;
	width: calc( 100% - 180px );
	vertical-align: top;
}


/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
.sign-up-banner-bottom .mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; }
.sign-up-banner-bottom form {display:block; position:relative; text-align:left; padding:10px 0 10px 0}
.sign-up-banner-bottom h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
.sign-up-banner-bottom input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.sign-up-banner-bottom input[type=checkbox]{-webkit-appearance:checkbox;}
.sign-up-banner-bottom input[type=radio]{-webkit-appearance:radio;}
.sign-up-banner-bottom input:focus {border-color:#333;}
.sign-up-banner-bottom .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #0080ff; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
.sign-up-banner-bottom .button:hover {background-color:#777;}
.sign-up-banner-bottom .small-meta {font-size: 11px;}
.sign-up-banner-bottom .nowrap {white-space:nowrap;}

.sign-up-banner-bottom .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
.sign-up-banner-bottom .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html .sign-up-banner-bottom  .mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
.sign-up-banner-bottom .mc-field-group label {display:none;}
.sign-up-banner-bottom .mc-field-group input {display:block; padding:8px 0;	text-indent: 12px; border-radius: 4px; width: calc(100% - 2px); width: 614px;font-size: 18px;}
.sign-up-banner-bottom .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

.sign-up-banner-bottom .datefield, .mc_embed_signup .phonefield-us{padding:5px 0;}
.sign-up-banner-bottom .datefield input, .mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
.sign-up-banner-bottom .phonefield-us .phonearea input, .mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
.sign-up-banner-bottom .datefield .monthfield input, .mc_embed_signup .datefield .dayfield input{width:30px;}
.sign-up-banner-bottom .datefield label, .mc_embed_signup .phonefield-us label{display:none;}

.sign-up-banner-bottom .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
.sign-up-banner-bottom .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
.sign-up-banner-bottom .clear {clear:both;}

.sign-up-banner-bottom .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
.sign-up-banner-bottom .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
.sign-up-banner-bottom .mc-field-group.input-group label {display:inline;}
.sign-up-banner-bottom .mc-field-group.input-group input {display:inline; width:auto; border:none;}

.sign-up-banner-bottom div.mce-responses {float:left; top:-1.4em; padding:0; overflow:hidden; width:100%; margin: 0; clear: both;}
.sign-up-banner-bottom div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
.sign-up-banner-bottom .mce-error-response {display:none;}
.sign-up-banner-bottom .mce-success-response {color:#ffffff; background-color: transparent; display:none;}
.sign-up-banner-bottom label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

.sign-up-banner-bottom .num-subscribers {font-size:1.1em;}
.sign-up-banner-bottom .num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

.sign-up-banner-bottom .mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 0 0; padding: 2px 8px; background-color:rgba(255,255,255,0.85); border-radius: 0px; font-size:20px; font-weight:normal; z-index:1; color:#e85c41;margin-bottom: 0 !important;}
.sign-up-banner-bottom .mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}





/*re styling the mc default styles:*/
.sign-up-banner-bottom .mc_embed_signup_scroll{
	height: 235px;
	overflow-x: hidden;	
	overflow-y: auto;	
	margin-top: 8px;
}
.sign-up-banner-bottom .mc_embed_signup .mc-field-group{
	width: 100%;
	padding-bottom: 12px;
	min-height: unset;
}
.sign-up-banner-bottom .mc_embed_signup .mce-responses .response{
	margin-bottom: 12px;
	padding: 2px 0;
	font-size: 20px;
}
.sign-up-banner-bottom .mc_embed_signup div.response{
	margin: 0px;
	padding: 0px;
}
.sign-up-banner-bottom .mc_embed_signup .button{
	background-color: #fff;
	padding: 4px 18px;
	font-weight: 700;
	font-size: 18px;
	height: auto;
}
.sign-up-banner-bottom .mc_embed_signup .button:hover{
	background-color: #0080ff;
	color: #fff;
}
.sign-up-banner-bottom .mc_embed_signup .mc-field-group.mc-field-group-half {
	display: inline-block;
	width: 300px;
	margin-right: 14px;
	vertical-align: top;
}
.sign-up-banner-bottom .mc-field-group input.mc-same-line{
	display: inline-block;
	width: 300px;
	margin-right: 12px;
}
.sign-up-banner-bottom .mc-field-group input.mc-same-line:last-of-type{
	margin-right: 0;
}

ul.sign-up-banner-bottom-intro {
	padding-left: 14px;
}
.sign-up-banner-bottom-intro li{
	color: #fff;
}
.sign-up-banner-bottom .mc_embed_signup .mce-responses .response{
	color: #fff;
}
.sign-up-banner-bottom .mc_embed_signup .mce-responses .response a{
	color: #fff;
	text-decoration: underline;
}
.eoc-form input[readonly]{
	color: #c0c0c0 !important;
}
.eoc-form label,
.eoc-form .label,
.eoc-form .response{
	display: block;
	margin: 8px 0 4px 0;
	color: var(--text-color);;
	font-size: 18px;
}
.eoc-form label.eoc-date-known{
	display: inline-block;
}
.eoc-form input.eoc-date-known{
	margin: 0 10px 0 4px;
}
.eoc-form .submit-button-disabled{
	opacity: .6;
	pointer-events: none;
}
.eoc-form div,
.eoc-form span{
	color: var(--text-color);;
}
.mc-field-group-double .mc-field-group{
	width: calc( 50% - 6px );
	margin-left: 8px;
	display: inline-block;
}
.mc-field-group-double .mc-field-group:first-of-type{
	margin-left: 0;
}
/*.eoc-form .mc-field-group:first-of-type label{
	margin-top: 0;
}*/
.eoc-form .mc-field-group select,
.eoc-form .mc-field-group input:not([type=radio]){
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #ABB0B2;
    margin-bottom: 12px;
    width: calc( 100% - 26px );
    color: #000;
}
.eoc-form .mc-field-group input[type=radio]{
	border-color: var(--text-color);;
	background-color: #fff;
}
.eoc-form .mc-field-group select{
    width: calc( 100% );
}
/*.eoc-form .mc-field-group .datefield {
	display: table;
	margin: auto;
}*/
.eoc-form .mc-field-group .datefield input{
    width: calc( ( 100% - 114px ) / 3 );
    width: calc( 2ch - -24px );
    text-align: center;
}
.eoc-form .mc-field-group .datefield .yearfield input{
    width: calc( 4ch - -24px );
}
.eoc-form .mc-field-group .datefield .subfield-slash{
	display: inline-block;
	width: 16px;
	text-align: center;
}
.eoc-form-submit-wrapper{
	padding: 12px;
	background-color: #0080ff;
	border-radius: 10px;
	margin-top: 10px;
}
.eoc-form input[type="submit"]{
	border: 0 none;
	border-radius: 4px;
	transition: all 0.3s ease-in-out 0s;
	color: #0080ff;
	cursor: pointer;
	display: inline-block;
	background-color: #fff;
	padding: 10px 18px;
	font-weight: 700;
	font-size: 20px;


	background-color: #0080ff;
	color: #fff;

	display: block;
	width: 100%;
}
.eoc-form input[type="submit"]:hover{
	background-color: #39a3f1;
	color: #fff;
}
.eoc-form,
.eoc-stats{
	margin-top: 18px;
	display: inline-block;
	vertical-align: top;
	width: calc(100%);
}
.eoc-form-inner,
.eoc-stats{
	width: calc(100% - 24px);
	padding: 12px;
	border-radius: 10px;
	background-color: #d8f8fd;
}
.eoc-stats {
	margin-top: 0;	
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.eoc-form h2,
.eoc-stats h2{
	color: var(--text-color);;
	font-size: 26px;
}
.eoc-form h2{
	margin-bottom: 20px;
}
.eoc-stats ul{
	padding-left: 20px;
}
.eoc-stats li{
	/*list-style: none;*/
	position: relative;
	color: var(--text-color);;
	margin: 22px 0;
	font-size: 18px;
	/*padding-left: 32px;*/
	/*font-weight: bold;*/
}
.eoc-stats li mark{
	border-radius: 4px;
	background-color: #d8f8fd;
	color: #000;
	padding: 0 6px;
	white-space: pre;
}
/*.eoc-stats li::before{
	content: '➡️';
	position: absolute;
	left: 0;
}*/
.eoc-top-text{
	font-size: 18px;
}
.eoc-top-text mark{
	background-color: #d8f8fd;
}
.eoc-form .mc_embed_signup div.mce_inline_error{
	margin-left: 0 !important;
	padding: 8px 12px !important;
}
.eoc-hidden{
	display: none;
}
.page-content-end_of_contract h1{
	margin-top: 40px;
}

.vpn-message-wrapper{
	padding: 12px;
	background-color: #39A6F1;
	color: #fff;
}



.text-copied{
	position: fixed;
	top:  50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	opacity: 0;
	text-decoration: underline;
	z-index: -101;
	transition: ease opacity .3s;
}
.text-copied.text-copied-show{
	opacity: 1;
	z-index: 101;
}








.page-content-home{
	height: calc( 100vh );
}
.page-content-home{
	min-height: calc( 100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom) );
	/*overflow: auto;*/
	padding-bottom: 40px;
}
.homepage-title{
	margin: 40px 0 60px 0;
	text-align: center;
}

.myspeed-value,
.myspeed-mbps{
	display: block;
	text-align: center;
}

.myspeed-value-wrapper{
	height: 50vh;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px var(--text-color);
}
.myspeed-value{
	font-weight: 700;
	transition: none;
}
.myspeed-value[data-length="1"],
.myspeed-value[data-length="2"]{
	font-size: 35vh;
	line-height: 35vh;
}
.myspeed-value[data-length="3"]{
	font-size: 20vh;
	line-height: 20vh;
}
.myspeed-value[data-length="4"]{
	font-size: 16vh;
	line-height: 16vh;
}

.myspeed-mbps{
	font-size: 10vh;
	font-weight: 700;
}
.post-test-options{
	display: none;
}