/* new UI styles 2018 */
#homeservices.hero {
	background: transparent
		url(/resources/images/fiberhome/home-van-hdr.jpg) center;
	height: 575px;
	background-size: cover;
}

#homeservices {
	position: relative;
}

#display-search-address .nonDesktop {
	display: none;
}

#homeservices .nonDesktop {
	display: none;
}

#homeservices .vgradient {
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)),
		color-stop(57%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',
		endColorstr='#000000', GradientType=0);
	height: 100%;
	display: block;
	z-index: 1;
}
/**** Address Block ****/
/* hide number input  spinner*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

#homeservices .addressWrapper {
	max-width: 490px;
	width: 100%;
	position: absolute;
	top: 6%;
	left: 8%;
	z-index: 5;
}

#homeservices .addressWrapper .section-heading {
	background-color: #ffffff;
	color: #2b2b2b;
	border: solid 1px #999999;
	border-radius: 4px;
}

#homeservices .addressWrapper .address-check .form-inline div {
	width: 100%;
	margin: 1% auto 1%;
}

#homeservices .address-check h1 {
	font-size: 32px;
	color: #2B2B2B;
	text-align: left;
	font-weight: 400;
	margin-bottom: 5px;
}

#homeservices .address-check h2 {
	font-size: 18px;
	color: #2b2b2b;
	text-align: left;
	font-weight: 500;
	margin: 3% 0;
}

#homeservices .addressWrapper .address-check .cs-btn-hero {
	background-color: #28C2FE;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 4px;
	border-bottom: none;
	border: 1px solid #28C2FE;
}

#homeservices .addressWrapper .address-check .cs-btn-hero:HOVER {
	background-color: #FFFFFF;
	color: #28C2FE;
	border: 1px solid #28C2FE;
}

#homeservices .address-check .address-form div label, #homeservices .address-check .address-form div input,
	#homeCity, #homeZip {
	width: 100%;
	float: left;
	margin-right: 1.69492%;
	text-align: left;
}

#homeservices .address-check .check-address-form label {
	display: none;
}

#homeservices .address-check .address-form .cityZipWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 0;
}

#homeservices .address-check .address-form .cityWrapper, #homeservices .address-check .address-form .zipWrapper
	{
	flex-grow: 1;
	flex-basis: 20%;
	/*padding-left: 1.69492%;*/
	text-align: left;
}

#homeservices .address-check .address-form .zipWrapper {
	padding-left: 1%;
}
/**** End Address Block *****/
#homeservices .hero-nav {
	background-color: transparent;
	width: 100%;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin-bottom: 20px;
	display: inline-grid;
	height: auto;
	top: unset;
	bottom: 0;
	z-index: 2;
}

#homeservices .hero-nav-list {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#homeservices .hero-nav-item {
	flex-basis: 20%;
	flex-grow: 1;
	text-align: center;
	border-right: 1px solid #28c2fe;
	border-top: 0;
	padding: 0 0;
}

#homeservices .hero-nav-item:LAST-CHILD {
	border-right: 0;
}

#homeservices .cs-btn-rounded {
	display: table;
	margin: 0 auto;
}

#homeservices .cs-btn-rounded .img-wrapper {
	border: #ffffff 2px solid;
}

#homeservices .cs-btn-rounded .img-wrapper:hover {
	box-shadow: inset 0 0 0 6px #ffffff;
	transform: rotateZ(-13deg);
}

#homeservices .hero-nav .cs-btn-rounded .label {
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
}

.learn .featured-text h2 {
	color: #28C2FE;
	margin-bottom: 0px;
}

.learn .hs-features {
	display: block;
	max-width: 420px;
	margin: 10px 0 10px 5rem;
	text-align: left;
	color: #999999;
}

.learn .hs-features li {
	padding: 5px 0 5px 32px;
	background: url(/resources/images/fiberhome/hs-2018-green-check.png)
		no-repeat left center;
	background-size: 22px;
	background-position-y: 4px;
	font-weight: 500;
	line-height: 21px;
	height: 40px;
}

.learn .featured.customerInspired {
	background-color: #ffffff;
}

.learn .featured.customerInspired img {
	margin: 0 auto;
}

.learn .featured.white {
	background-color: #FFFFFF;
}

.learn .white p {
	color: #505050;
}

.learn .featured-text {
	width: 50%;
	padding: 0 2%;
}

.learn .featured-media, .learn .featured-media-nonmob {
	width: 45%;
}

.learn .featured-media-mob {
	display: none;
}

.learn .featured-text .text-center a, .learn .featured-text .text-center a:VISITED
	{
	color: #28C2FE;
}

.learn .featured-text .text-center a:HOVER {
	color: #2a6496;
}

.learn .learnMoreBtn {
	text-align: center;
}

.learn .cs-btn-primary {
	margin-top: 10px;
}

.learn .upgradeWrap {
	background: rgba(26, 161, 215, 1);
	background: -moz-linear-gradient(top, rgba(26, 161, 215, 1) 0%,
		rgba(26, 161, 215, 1) 1%, rgba(9, 143, 200, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26, 161, 215
		, 1)), color-stop(1%, rgba(26, 161, 215, 1)),
		color-stop(100%, rgba(9, 143, 200, 1)));
	background: -webkit-linear-gradient(top, rgba(26, 161, 215, 1) 0%,
		rgba(26, 161, 215, 1) 1%, rgba(9, 143, 200, 1) 100%);
	background: -o-linear-gradient(top, rgba(26, 161, 215, 1) 0%,
		rgba(26, 161, 215, 1) 1%, rgba(9, 143, 200, 1) 100%);
	background: -ms-linear-gradient(top, rgba(26, 161, 215, 1) 0%,
		rgba(26, 161, 215, 1) 1%, rgba(9, 143, 200, 1) 100%);
	background: linear-gradient(to bottom, rgba(26, 161, 215, 1) 0%,
		rgba(26, 161, 215, 1) 1%, rgba(9, 143, 200, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aa1d7',
		endColorstr='#098fc8', GradientType=0);
	padding: 60px 0;
	color: #ffffff;
	text-align: center;
}

.learn .upgradeWrap h2 {
	font-size: 36px;
}

.learn .upgradeWrap .cs-btn {
	background-color: #ffffff;
	border-radius: 4px;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.learn .upgradeWrap .cs-btn:HOVER {
	background-color: #ffffff;
}
/* ================MOBILE NAV==============*/
#fiber-cards .cards {
	text-align: center;
	margin: 0rem 0;
}

#fiber-cards .card {
	text-align: center;
	padding: 0.5rem;
	margin: 1rem 0;
	display: inline-block;
}

#fiber-cards .card__img {
	width: 45%;
	height: auto;
}

#fiber-cards .cards .col-1-5, #fiber-cards .cards .col-1-3 {
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
}

#fiber-cards .card__img-wrapper {
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.3s ease;
	background: #fff;
	color: #fff;
	border: #28C2FE 2px solid;
	width: 10rem;
	height: 10rem;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
}

#fiber-cards .card__label {
	color: #2b2b2b;
	font: 300 2.0rem "Montserrat", Arial, sans-serif;
	letter-spacing: 0.5px;
}

#fiber-cards .card__img-wrapper:hover {
	transform: rotateZ(-13deg);
	box-shadow: inset 0 0 0 8px #28C2FE;
}
/* ============= END MOBILE NAV ===================*/
.back-to-top-container {
	position: fixed;
	bottom: 2em;
	right: 60px;
	z-index: 999;
}

@media screen and (min-width: 767px) {
	.back-to-top-container {
		display: none;
	}
}

.back-to-top {
	text-decoration: none;
	color: #ffffff;
	background-color: #00AEEF;
	font-size: 12px;
	padding: 1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	display: none;
}

.back-to-top:hover {
	background-color: #0072C7;
	color: #ffffff;
}

.learn video {
	width: 55%;
}

/* ==========TWITTER FEED========== */
.learn .container-twitter {
	width: 100%;
	margin: 0 auto;
	padding: 3% 2%;
	position: relative;
	max-width: 1200px;
	margin-bottom: 60px;
}

.learn .item-twitter {
	background-color: #F0FCFF;
	padding: 20px;
	width: 400px;
}

.learn .tweet {
	margin: 0 0 10px 0;
	height: auto;
	overflow-y: auto;
	letter-spacing: .5px;
}

.learn .tweet span {
	color: #28C2FE;
}

.learn .tweet-by {
	font-size: 10px;
	background:
		url(/resources/images/fiberhome/cspiretv/icons/ico_twttr.svg)
		no-repeat right center;
	padding: 0 25px 0 0;
	text-align: right;
	background-size: 15px;
}

.learn .twitter-title {
	margin: 0 0 3% 5%;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}

.learn .owl-nav .owl-prev {
	background: transparent
		url(/resources/images/fiberhome/cspiretv/icons/caro-left_arrow-on.svg)
		no-repeat center !important;
	left: -40px;
}

.learn .owl-nav .owl-next {
	background: transparent
		url(/resources/images/fiberhome/cspiretv/icons/caro-right_arrow-on.svg)
		no-repeat center !important;
	right: -40px;
}

.learn .owl-nav .owl-prev, .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	position: absolute;
	margin: 0 !important;
	padding: 0 !important;
	background-size: 100% !important;
	top: 45%;
}
/* ==========END TWITTER FEED========== */
@media ( max-width : 991px) {
	#homeservices .hero-nav {
		display: none;
	}
	.featured .cards {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
	}
	.featured .cards .card-wrap {
		flex-basis: 20%;
		flex-grow: 1;
		text-align: center;
	}
}

@media ( max-width : 768px) {
	#homeservices .address-check h1 {
		text-align: center;
	}
	#homeservices .address-check h2 {
		display: none;
	}
	section.featured-nav {
		max-width: 768px;
		margin: 0 auto;
	}
	.featured-text p {
		margin-bottom: 20px;
	}
	#fiber-cards .cards .col-1-5, #fiber-cards .cards .col-1-3 {
		display: inline-block;
		margin-left: 3%;
		margin-right: 3%;
		width: 24%;
		vertical-align: top;
	}
	#fiber-cards .card__img-wrapper {
		width: 5.5rem;
		height: 5.5rem;
	}
	.learn .featured-text h2 {
		font-size: 3rem;
		font-weight: 300;
		margin-bottom: 18px;
		/* text-align: center; */
	}
	.learn .featured-text p {
		line-height: 17px;
		margin-bottom: 18px;
		font-size: 1.2rem;
	}
	.learn .featured .wrap {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.learn .featured-media .img-responsive {
		width: 100%;
		margin: 20px auto;
	}
	.learn .featured-media .img-responsive.phone {
		width: 70%;
		margin: 20px auto;
	}
	.learn .featured-text {
		margin-top: 20px;
	}
	.featured-media,
	.featured-text {
	   display: inline-block;
	   vertical-align: top;
	}
	h1 {
		font-size: 2.2rem;
	}
}

@media ( min-width : 750px) {
	.learn .cs-btn-primary {
		background-color: transparent;
		border-bottom: 1px solid #28c2fe;
		color: #003c80;
		border-radius: 0;
	}
}

@media ( max-width : 750px) {
	#homeservices.hero {
		background: none;
		height: 100%;
	}
	#homeservices.hero .nonDesktop {
		display: block;
	}
	#homeservices .vgradient {
		padding-top: 5%;
		background: none;
	}
	#homeservices .hero-nav {
		display: none;
	}
	#homeservices .addressWrapper {
		position: relative;
		top: 0;
		left: 0;
		margin: auto;
	}
	#homeservices .addressWrapper .address-check {
		border: none;
	}
	#homeservices .address-check .address-form div input {
		margin-right: 1%;
	}
	#homeservices .address-check .address-form .cityWrapper, #homeservices .address-check .address-form .zipWrapper
		{
		flex-grow: 1;
		flex-basis: 100%;
	}
	#homeservices .address-check .address-form .zipWrapper {
		padding-left: 0%;
	}
	.learn .featured-text {
		width: 75%;
		margin-right: auto;
		margin-left: auto;
	}
	.learn .featured-text h2 {
		font-size: 3rem;
	}
	.featured-media,
	.featured-text {
	   display: block;
	}
	.learn .featured-media {
		width: 100%;
	}
	.learn .featured-media-nonmob {
		display: none;
	}
	.learn .featured-media-mob {
		display: block;
	}
	.learn .featured-text p {
		text-align: left;
		line-height: 20px;
		font-size: 1.5rem;
	}
	.learn .customerinspired .featured-media .img-responsive {
		margin: 0 auto;
		width: 40%;
	}
	.learn video {
		width: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media ( max-width : 600px) {
	#homeservices .vgradient {
		padding-top: 0;
	}
	#homeservices .addressWrapper .section-heading {
		border-radius: 0;
	}
}

@media ( max-width : 500px) {
	#homeservices .address-check h1 {
		font-size: 32px;
	}
	#homeservices .address-check .address-form div input, #homeservices .address-check .address-form div input:FIRST-CHILD,
		#homeservices .address-check .address-form div input:LAST-CHILD {
		width: 100%;
	}
	/* #fiber-cards .card__img-wrapper {
		width: 10.5rem;
		height: 10.5rem;
	} */
	#fiber-cards .card__label {
		font-size: 1.4rem;
	}
	.learn .featured-text {
		width: 100%;
	}
}

@media ( max-width : 375px) {
	#homeservices .address-check h1 {
		font-size: 28px;
	}
	.featured-nav .section {
		padding: 10px 0;
	}
	#fiber-cards .card__label {
		font-size: 1rem;
	}
}

input, select {
	border: 1px solid #444444;
}

/* ==========Address POP UP Block========== */
@media screen and (max-width: 600px) {
	img.address-pop-image {
		display: none;
	}
	#display-search-address .nonDesktop {
		display: block;
	}
}

#display-search-address {
	display: none;
}

#display-address-popup.address-popup {
	padding: 12px;
	background: #efefef;
	color: #444444;
	font-size: 14px;
}

.address-popup .location-check {
	padding-right: 10px;
	max-width: 30px;
	vertical-align: middle;
}

.address-popup .edit-link {
	padding-left: 10px;
	font-weight: 400;
	color: #28c2fe;
}

.address-popup .Address-position {
	display: flex;
	flex-direction: row;
	letter-spacing: 0.5px;
	justify-content: center;
	text-align: center;
}

img.address-pop-image {
	width: 100%;
}

.message-box {
	font-weight: 400;
	font-size: 20px;
	width: 25%;
	position: absolute;
	top: 185px;
	text-align: left;
	left: 5%;
	border: 1px solid #707070;
	padding: 10px 15px;
	background-color: #FFFF;
	/*opacity: 0.9;*/
	display: inline-block;
	z-index: 5;
}

h4.hi-speed {
	color: #444444;
	font-weight: 400;
	font-size: 26px;
	padding-bottom: 8px;
}

p.get-fiber-services {
	font-size: 15px;
	color: #444444;
}

@media ( max-width : 1200px) and (min-width: 1126px) {
	.message-box {
		top: 21%;
		width: 35%;
	}
}

@media ( max-width : 1125px) and (min-width: 992px) {
	.message-box {
		top: 144px;
		width: 55%;
	}
}

@media ( max-width : 991px) {
	.message-box {
		width: 43%;
		top: 146px;
	}
}

@media ( max-width : 700px) {
	.message-box {
		width: 57%;
		top: 139px;
	}
	h4.hi-speed {
		font-size: 23px;
	}
}

@media ( max-width : 600px) and (min-width: 411px) {
	.message-box {
		width: 69%;
		top: 160px;
	}
	h4.hi-speed {
		font-size: 26px;
	}
}

@media ( max-width : 410px) {
	.message-box {
		width: 75%;
	}
}

@media ( max-width : 337px) {
	.message-box {
		width: 82%;
	}
}

.locator-loading-gif {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5000px;
	background-color: rgba(66, 73, 73, 0.75);
	text-align: center;
	z-index: 1000;
}

#addressWrapper-view {
	display: none;
}

.blue-loading-gif > img {
	position: fixed;
	top: 50%;
	left: 50%;
}

.blue-loading-gif {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5000px;
	background-color: rgba(66, 73, 73, 0.75);
	text-align: center;
	z-index: 1000;
}
/* ---- change made due to WEBI-3556 ---- */
@media ( max-width : 1125px) {
	.back-to-top {
		display: none !important;
	}
}

/* BEGIN TICKER CSS */
.marquee {
	padding: 5px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold !important;
	font-family: "Montserrat",Arial,sans-serif !important;
  color: #FF0000;
  font-size: 16px;
}

@media ( max-width : 600px) {
  .marquee {
    font-size: 80%;
    padding: 2px;
    position:relative;
  }
}

#last-marquee {
	border-bottom: 0px;
	box-shadow: 0px 4px 5px -3px #888;
}

#banner {
	position: relative;
	z-index: 5;
}

#content {
	position: relative;
	z-index: 4;
}

#nav-header .nav-secondary {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}
/* END TICKER CSS */
