#check-availability-bkg.check_bkg {
 	background:url(/resources/images/fiberhome/cspiretv/signs.jpg) no-repeat center;
    position: relative;
    background-size: cover;
    color: #ffffff;
    margin-bottom:22%;
    height:450px;
    display: inline-block;
    width: 100%;
}

@media screen and (min-width:1700px){
	#check-availability-bkg.check_bkg {
		margin-bottom:18%;
	}
}

@media screen and (max-width:1100px) and (min-width:961px){
	#check-availability-bkg.check_bkg {
		margin-bottom:27%;
	}

}

@media screen and (max-width:960px){
	#check-availability-bkg.check_bkg {
		margin-bottom:5%;
	}
}

.non-desktop{
	display:none;
}

@media screen and (max-width:960px){
	#check-availability-bkg.check_bkg{
		background:none;
		height:auto;
	}
	.non-desktop{
		display:block;
	}
}


/**** 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;
}

a.already-customer{
	font-weight:400;
}

.addressWrapper {
	max-width: 900px;
	width: 100%;
	display: block;
	margin:auto;
	padding-top: 7%;
}

.addressWrapper .section-heading {
	background-color: #ffffff;
	color: #2b2b2b;
	box-shadow: 0px 0px 2px 2px #f0f0f0;
	border-radius: 4px;
}

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

.address-check h1 {
	font-size: 42px;
	color: #28C2FE;
	font-weight: 300;
	text-align:center;
	margin-bottom: 10px;
}


.address-check p {
	color: #2b2b2b;
	text-align: center;
	font-weight: 400;
}

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

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

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

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

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

.address-check .address-form .zipWrapper  {
    padding-left: 1%;
} 

/**** End Address Block *****/
@media (max-width: 960px) {
	.addressWrapper {
		display: block;
		position: unset;
		top: unset;
		left: unset;
		margin: auto;
		padding-top:0;
		max-width: 100%;
	}
	.address-check .address-form div input {
		margin-right: 1%;	
	}
	.address-check .address-form .cityWrapper,
	.address-check .address-form .zipWrapper {
		flex-grow: 1;
	    flex-basis: 100%;
	    padding-left: 0;
		
	}
}
@media (max-width: 500px){
	.featured-text {
		width: 100%;
	}
	.address-check .address-form div input,
	.address-check .address-form div input:FIRST-CHILD,
	.address-check .address-form div input:LAST-CHILD {
		width: 100%;
	}
}
.form-padding{
	padding: 7% 15% 5%;
}
.check-available{
	text-align:center;
}
@media (min-width: 992px){
.address-check .form-inline a {
    float: none;
    margin: 0;
    width: 500px;
   
}
}
.form-bottom-padding{
	padding-bottom:5%;
}
/*===========FAQS================*/
.fiber-faqs{
	padding-bottom:40px;
	width:90%;
	padding-left: 12%;
	padding-right: 0px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.qstn{
	
     font-weight:600;
	}
}
.fiber-faqs h1{
	font-weight:400;
	padding-bottom:30px;
	color:#000;
}
li.faqs__item{
	padding-bottom:30px;
}
.fiber-faqs ul{
	width:88%;
}
.qstn{
	font-weight: 400;
    font-size: 18px;
    padding-bottom:15px;
    color:#000;
   
}
.ans{
	line-height:1.7;
	font-size:14px;
}
.round-border{
	display:inline-block;
	border-radius:20px;
	text-align:center;
	padding:5px 1px 3px 1px;
	/*height:24px;*/
	height:17px;
	color:#ffffff;
	width:130px;
	font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.045rem;
    margin-bottom:10px;
}
.phase-order{
	background:#003c80;
}

.installation{
	background:#45b851;
}
.installation-ans{
	font-style: italic;
	padding-left:10px;
}
.installation-phase{
	margin-bottom:10px;
}
input, select {
	border: 1px solid #444444;
}

/* ==========Address POP UP Block========== */
#display-search-address.address-popup {
	display: none;
	padding: 12px;
	background: #efefef;
	color: #444444;
	font-size: 14px;
}

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

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

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

@media only screen and (max-width: 500px){
	.address-popup .Address-position {
		align-items: unset;
	}
}

/*================START SHOPPING===============*/
#check-address-start-shopping-button {
	display: none;
}

#check-address-start-shopping-button.start-shopping-button {
	width: 30%;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #28C2FE;
	background-color: #FFFFFF;
	padding: 15px;
	color: #28C2FE;
	border-radius: 4px;
	margin-bottom: 50px;
	letter-spacing: 1.5px;
	font-weight: 500;
}

#check-address-start-shopping-button.start-shopping-button:HOVER {
	border: 1px solid #28C2FE;
	background-color: #28C2FE;
	color: #FFFFFF;
}

@media (max-width: 700px) {
	#check-address-start-shopping-button.start-shopping-button {
		width: 65%;
	}
}
.form-hidden {
	display: none;
}
