/*================ primary Block With address*====================*/
.primary {
	text-align: left;
	height: 150px;
}

/* Kushal CSS start */

#content, #content *, #content *:before, #content *:after, #colorbox{
	box-sizing: inherit;
}

#content{
	max-width:100%;
	padding:0;
}

.header-section {
	width: 100%;
	background: url('/resources/images/home-services/rebrand2020/hs-bg-matte-lt-grey.jpg') 0 0 no-repeat padding-box;
}
.header-section .inner-header-section{
	display: flex;
    align-items: center;
    flex-direction: row;
}
.header-section .header-tag-line{
	width:70%;
	padding:0 10% 0 5%;
}
.header-section .header-img-section{
	display:flex;
}
.middle-section{
	padding: 3% 10% 0 10%;
}
.form-section{
	padding: 3% 10% 0 10%;
}
.interest-table{
	display: flex;
    flex-direction: column;
}
.interest-table .form-input-group{
	display: inline-flex;
    width: 100%;
}
.interest-table .form-input-group .form-input{
	width: 50%;
    padding: 2%;
}
.interest-table .form-input-group.checkbox-controls{
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

.checkbox-controls div {
    display: flex;
    flex-direction: column;
    width: 150px;
    justify-content: center;
}

/* Kushal CSS end */

.fiberhood-form #interest-form-champion{
	display: none;
}
.primary .Address-position {
	font-weight: 300;
	color: #fff;
	font-size: 35px;
	position: absolute;
	padding-top: 35px;
	left: 8%;
	z-index: 5;
}

.primary .home-Address-position {
	font-size: 14px;
	float: left;
	padding-right: 20px;
}

.Address-position .edit {
	color: #fff;
	font-size: 14px;
	display: none;
}


/*======================*/
.header-info-content {
	margin: 0 auto 0;
}

.register-copy {
	margin: 0 auto;
}

.address-yet {
	font-size:2rem;
	text-align:left;
}
.middle-section .link {
	font-weight:bold;
}


.address-yet .get-services{
	font-weight:400;
}
/*==============addressform===================*/
.fiberhood-form {
	padding: 0 10%;
}


#fiberhoodform {
	width: 90%;
	margin: auto;
}

.address-help {
	background-color: #fff;
	position: relative;
	margin:auto;
	border-top: 20px solid #28C2FE;
	border-left: 1px solid #E4E8F0;
    border-right: 1px solid #E4E8F0;
    border-bottom: 1px solid #E4E8F0;
}

 .address-header {
	font-weight: 300;
	text-align:center;
	padding: 5% 0;
	font-size: 32px;
}

.circle {
	margin: 20px auto 20px auto;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	text-align: center;
	color: #28C2FE;
	font-size: 50px;
	border: 1px solid #28C2FE;
}

/* #content {
	background-color: none;
}	 */	

.error{
	color: red;
	margin-left: 10px;
}

#fiberform .interest-table .address-error-input-class {
    border-color: #ff0018;
    box-shadow: 0 0 10px #ffa0a0;
}
#fiberform{
	padding-bottom:3%;
}

div .submit-message-padding{
	color: #000000;
	font-size: 17pt;
	text-align: center;
	padding-bottom: 4%;
	font-weight: 400;
	width: 95%;
	margin: auto;
}

#form-submit-result .submit-error{
	color: #FF0000;
}


/*=========================*/

label {
	display: block;
	font-weight: 400;
}

input[type=text], select {
	border: 1px solid #98A4AE;
	width: 100%;
	padding: 9px 25px;
	margin: 8px 0;
	display: inline-block;
	box-sizing: border-box;
	font-size:1.8rem;
}
select{
	background: #E4E8F0 0 0 no-repeat padding-box;
	height:40px;
}

form {
	margin: auto;
}

.interested {
	font-size:1.8rem;
	padding:2% 0;
}

.container-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	padding-bottom: 10px;
	cursor: pointer;
	margin-bottom: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #28C2FE;
}

.container-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

.container-checkbox input:checked ~ .checkmark {
	background-color: #28C2FE;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.container-checkbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=submit] {
	width: 201px;
	height:41px;
	background-color: #28C2FE;
	color: white;
	margin: 8px 0;
	border: 1px solid;
	border-radius: 25px;
	cursor: pointer;
	font-size:1.8rem;
	display:flex;
	align-items:center;
	justify-content:center;
}

input[type=submit]:hover {
	background-color: #F04F23;
    border-color:#F04F23;
    color: #FFFFFF;
}
.button-div{
	width:100%;
	justify-content: center;
    align-items: center;
    display: flex;
}

/*=======HELP BRING=======*/
#interest-form-champion  .learn-fiber {
	margin: auto;
	display: block;
	text-align: center;
}

#interest-form-champion .spread-form {
	padding-bottom: 60px;
}
#interest-form-champion  .become-fiber-champion {
	width: 68%;
	margin: auto;
	display: block;
	padding-bottom: 15px;
	font-size: 18px;
	color: #000;
}

#interest-form-champion  .text-blue {
	padding-bottom: 60px;
	font-weight: bolder;
}

#interest-form-champion .fiber-image {
	padding-bottom: 20px;
}

#interest-form-champion .image-top {
	margin-top: 60px;
}

/*===================*/

.round-border {
	height: 16px;
}
/*=====SERVICE NEVER AVAILABLE==============*/
.service-not-yet.service-never {
	padding-bottom: 4%;
}
@media screen and ( max-width : 1100px) {
	.header-section .header-tag-line .header-info-content.font-48{
		font-size: 4vw;
	}
}

@media screen and ( max-width : 768px) {
	.address-yet {
		width: 100%;
	}
	.header-section .inner-header-section{
		flex-direction:column;
		align-items: flex-end;
	}
	.header-section .header-img-section.mobile{
		display:flex;
		width:100%;
		justify-content:flex-end;
		padding: 0 0 0 3%;
	}
	.header-section .header-tag-line {
		width:100%;
		text-align:left;
		padding:0 5% 0 5%;	
	}
	.header-section .header-tag-line .header-info-content.font-48{
		font-size:4.8vw;
		padding:3% 0;
	}
	#fiberhoodform h1 {
		font-size:4.8vw;
	}
	.interest-table .form-input-group{
		flex-direction:column;
	}
	.interest-table .form-input-group .form-input{
		width:100%;
	}
}

@media screen and ( max-width : 600px){
	.fiberhood-form {
		padding: 0;
	}
	.header-section .header-tag-line .header-info-content.font-48{
		font-size: 8vw;
	}
	
}