@font-face {
	font-family: 'Ainslie Sans';
	src: url('../fonts/ainslie_sans_norm_bold.eot');
	src: url('../fonts/ainslie_sans_norm_bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ainslie_sans_norm_bold.woff2') format('woff2'),
		 url('../fonts/ainslie_sans_norm_bold.woff') format('woff'),
		 url('../fonts/ainslie_sans_norm_bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Ainslie Sans';
	src: url('../fonts/ainslie_sans_norm_regular.eot');
	src: url('../fonts/ainslie_sans_norm_regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ainslie_sans_norm_regular.woff2') format('woff2'),
		 url('../fonts/ainslie_sans_norm_regular.woff') format('woff'),
		 url('../fonts/ainslie_sans_norm_regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ainslie Sans';
	src: url('../fonts/ainslie_sans_norm_regular.eot');
	src: url('../fonts/ainslie_sans_norm_regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ainslie_sans_norm_regular.woff2') format('woff2'),
		 url('../fonts/ainslie_sans_norm_regular.woff') format('woff'),
		 url('../fonts/ainslie_sans_norm_regular.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
body {
	font-family: 'Ainslie Sans', sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #252525;
	background-color: #ffffff;
}
a {
	color: #1bbed3;
}
a:hover {
	color: #742F89;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
	text-shadow: none;
}
a.top-link {
	font-weight: 600;
	padding-top: 52px;
	line-height: 1;
	display: block;
}
/*a.button {
	display: inline-block;
	padding: 5px 30px;
	background: transparent;
	border: 1px solid #742F89;
	border-radius: 25px;
	line-height: 40px;
	line-height: 40px;
	font-weight: 600;
}*/
.button {
	background: linear-gradient(90deg, rgb(114, 57, 149) 0%, rgb(11, 189, 209) 100%);
	border-radius: 30px;
	border-color: transparent !important;
	border: 0 !important;
	line-height: 40px;
	line-height: 40px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 20px;
	color: #ffffff;
	font-size: 1rem;
}
	.button:hover:not([disabled]),
	.button:active:not([disabled]),
	.button:focus:not([disabled]) {
		background: linear-gradient(90deg, rgb(11, 189, 209) 0%, rgb(114, 57, 149) 100%);
		color: #ffffff;
		box-shadow: none;
	}
#navbar {
	margin-top: 40px;
}
	#navbar .nav-item {
		margin-right: 45px;
		position: relative;
	}
		#navbar .nav-item:last-of-type {
			margin-right: 0;
		}
		#navbar .nav-item .nav-link {
			font-size: 18px;
			font-weight: 700;
		}
		#navbar .nav-item.active .nav-link:after {
			content: "";
			position: absolute;
			height: 3px;
			background: linear-gradient(90deg, rgb(114, 57, 149) 0%, rgb(11, 189, 209) 100%);
			bottom: 0;
			left: 0;
			width: 100%;
		}
#subheader {
	width: 100%;
	margin: 0 0 100px 0;
	padding: 0;
	display: block;
	background: url('../img/heading2.jpg') left center #ffffff no-repeat;
	height: 200px;
	position: relative;
}
	#subheader:after {
		content: "";
		position: absolute;
		height: 10px;
		background: linear-gradient(90deg, rgb(114, 57, 149) 0%, rgb(11, 189, 209) 100%);
		bottom: -10px;
		left: 0;
		width: 100%;
	}
	#subheader .mask {
		margin: 0;
		background-color: #ffffff;
		border-radius: 100px 0 0 100px;
		display: block;
		width: 65%;
		float: right;
		height: 100%;
	}
		#subheader .mask h1 {
			font-size: 50px;
			line-height: 60px;
			font-weight: 700;
			margin: 0 0 0 120px;
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
		}
h2 {
	font-size: 36px;
	line-height: 42px;
	/*display: inline-block;*/
	position: relative;
	margin-bottom: 30px;
	font-weight: 700;
}
	h2:not(.noline):after {
		content: "";
		position: absolute;
		height: 4px;
		background: linear-gradient(90deg, rgb(114, 57, 149) 0%, rgb(11, 189, 209) 100%);
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		width: 235px;
	}
	h2>span {
		font-size: 14px;
		line-height: 22px;
		font-weight: 300;
		display: block;
	}
h3 {
	font-size: 36px;
	line-height: 42px;
	/*display: inline-block;*/
	position: relative;
	margin-bottom: 30px;
	font-weight: 700;
}
h4 {
	font-size: 20px;
	line-height: 26px;
	/*display: inline-block;*/
	position: relative;
	margin-bottom: 30px;
	font-weight: 700;
}
p.heading {
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
}
.blue-heading {
	background: url('../img/blue-heading.jpg') center top / cover transparent no-repeat;
	color: #ffffff;
	padding: 70px 0 150px;
	margin: 50px 0 0;
	position: relative;
}
	.fiber-boxes {
		position: absolute;
		top: 250px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		text-align: center;
		width: 100%;
	}
		.fiber-box {
			display: inline-block;
			margin-right: 30px;
			margin-bottom: 30px;
			background-color: #ffffff;
			border: 3px solid rgb(11, 189, 209);
			padding: 30px 10px;
			text-align: center;
			border-radius: 30px;
			vertical-align: top;
			color: #252525;
			width: 230px;
			position: relative;
		}
			.fiber-box:last-of-type {
				margin-right: 0;
			}
			.fiber-box>p:nth-of-type(1) {
				font-size: 35px;
				line-height: 35px;
				font-weight: 700;
			}
			.fiber-box>p:nth-of-type(2) {
				font-size: 16px;
				line-height: 16px;
				font-weight: 600;
			}
			.fiber-box>p:nth-of-type(3) {
				font-size: 14px;
				line-height: 20px;
				font-weight: 300;
			}
			.fiber-box>a {
				position: absolute;
				bottom: 30px;
				left: 50%;
				transform: translateX(-50%);
				-webkit-transform: translateX(-50%);
				-moz-transform: translateX(-50%);
				width: 180px;
			}
.grey-box {
	background: #f2f2f2;
	border-radius: 100px;
	padding: 50px 100px;
}
.white-box {
	background: #ffffff;
	border-radius: 15px;
	padding: 40px;
}
	.white-box ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		.white-box ul li {
			list-style: none;
			text-align: left;
			font-size: 15px;
			line-height: 22px;
			font-weight: 300;
			margin-bottom: 20px;
			position: relative;
			padding-left: 40px;
		}
			.white-box ul li:before {
				content: '';
				width: 32px;
				height: 32px;
				display: block;
				background: url('../img/check.png') center center transparent no-repeat;
				position: absolute;
				left: 0;
			}
			.white-box ul li:last-of-type {
				margin-bottom: 0;
			}
.form-heading {
	display: block;
	width: 100%;
	height: 70px;
	position: relative;
	margin-top: 30px;
}
	.do-check {
		font-size: 20px;
		line-height: 20px;
		font-weight: 600;
		position: absolute;
		top: 0;
		right: 130px;
		display: block;
	}
	.arrow {
		background: url('../img/arrow.png') center center #ffffff no-repeat;
		position: absolute;
		top: 7px;
		right: 280px;
		display: block;
		width: 49px;
		height: 49px;
	}
.form-control:not(.white) {
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #aaaaaa;
	border-radius: 0;
}
	.form-control:not(.white):focus {
		background: transparent;
		border-color: inherit;
		box-shadow: none;
	}
.form-control.white {
	box-shadow: 0 0 3px #979797;
}
	.form-control.white:focus {
		border-color: inherit;
	}
.radio-group {
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
	.radio-group input {
		display: none;
	}
	.radio-group:after {
		width: 20px;
		height: 20px;
		display: block;
		float: left;
		border-radius: 20px;
		background-color: #ffffff;
		content: '';
		border: 2px solid #723995;
		margin-right: 10px;
	}
		.radio-group.selected:after {
			background-color: #723995;
			border-color: #ffffff;
			outline: 2px solid #723995;
		}
	.radio-group label {
		margin: 0;
		height: 20px;
		line-height: 20px;
		cursor: pointer;
	}
#footer {
	width: 100%;
	margin: 100px 0 0 0;
	padding: 50px;
	display: block;
	background-color: #f5f5f5;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
	#footer h3 {
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
		color: #723995;
	}
	#footer p {
		font-size: 14px;
		line-height: 22px;
		font-weight: 300;
	}
.box {
	box-shadow: 0 0 8px #979797;
	padding: 70px;
	border-radius: 20px;
}
	.box h3 {
		font-size: 36px;
		line-height: 42px;
		font-weight: 700;
	}
	.box p {
		font-size: 14px;
		line-height: 24px;
		font-weight: 300;
	}
[data-subscribe-box] {
	margin-top: 100px;
}
.zipcode {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
}
.pro6pp {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.connection-point {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}
.check-again {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	font-style: italic;
	color: #0BBDD1;
}
	.check-again:hover {
		color: #0BBDD1;
		text-decoration: underline;
	}
.success-result {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #3DBC4A;
	padding-left: 25px;
	position: relative;
}
	.success-result:last-of-type {
		margin-bottom: 0;
	}
	.success-result i {
		position: absolute;
		left: 0;
		top: 3px;
	}
.form-group {
	margin-bottom: 0;
}
input:focus {
	border-bottom-color: #000000;
}
@media (max-width: 992px) {
	#subheader .mask h1 {
		font-size: 5vw;
		line-height: 1.2;
		margin-left: 60px;
	}
	.grey-box {
		padding: 50px;
	}
	.col-md-12 {
		margin-bottom: 30px;
	}
		.col-md-12:last-of-type {
			margin-bottom: 0;
		}
	.fiber-box {
		margin-right: 0;
	}
}
.alert {
	border-radius: 15px;
}
.loading:before {
	content: "\f110";
	font: normal normal normal 14px/1 "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 15px;
	right: 30px;
	color: #ffffff;
	-webkit-animation: rotating 1.5s linear infinite;
	-moz-animation: rotating 1.5s linear infinite;
	-ms-animation: rotating 1.5s linear infinite;
	-o-animation: rotating 1.5s linear infinite;
	animation: rotating 1.5s linear infinite;
}
	.btn-xs.loading:before {
		font-size: 14px;
		top: 3px;
		right: inherit;
	}
	@keyframes rotating {
		from {
			-ms-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to {
			-ms-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
#check.loading {
	position: relative;
}
	#check.loading:before {
		top: calc(50% - 18px);
		right: 50%;
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		color: #0BBDD1;
		font-size: 30px;
	}