div#address-entry-component-wrapper {
	display : none;
	margin-top : 10px;
}
/* this styling is to remove the inner box shadow safari applies to inputs on mobile */
div#address-entry-component-wrapper textarea, 
div#address-entry-component-wrapper input[type="range"], 
div#address-entry-component-wrapper input, 
div#address-entry-component-wrapper input:matches([type="password"], [type="search"]),
div#address-entry-component-wrapper input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
div#address-entry-component-wrapper .enterAddrInst {
	color : #000000;
	font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 14px;
	margin-bottom: 2px;
	text-align : left;
}
div#address-entry-component-wrapper div.ctap_address_block {
	padding-right : 5px;
	padding-left : 0px;
}
div#address-entry-component-wrapper div.ctap_unit_block {
	padding-right : 5px;
	padding-left : 0px;
}
div#address-entry-component-wrapper div.ctap_cta_button {
	padding-right : 5px;
	padding-left : 0px;
	margin-top : 10px;
}
div#address-entry-component-wrapper input#ctap_nc-sfaddress {
    height: 45px;
    background-image: url(../locationicon_av.html);
    background-repeat: no-repeat;
    color: #808080;
    padding-left: 32px;
    background-size: 16px 22px;
    background-position-y: 9px;
    background-position-x: 7px;
    font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-size: 14px;
	margin-bottom : 5px;
	text-align : left;
    border: 1px solid #ccc;
	border-radius : 3px;
	box-shadow : 1px 2px 8px #bbb;
	line-height: 45px;
}
div#address-entry-component-wrapper input#ctap_nc-sfaddress:focus {
	border-color: #66afe9;
	border-width : 2px;
	border-radius : 3px;
}
div#address-entry-component-wrapper input#ctap_nc-unit-number,
.extraPlaceholder {
    height: 45px;
    color: #808080;
    padding-left: 12px;
    font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-size: 14px;
	margin-bottom : 5px;
	text-align : left;
    border: 1px solid #ccc;
	border-radius : 3px;
	box-shadow: 1px 2px 8px #bbb;
	line-height: 45px;
}
.extraPlaceholder {
    position: absolute;
    box-shadow: none;
    border-color: transparent;
    line-height: 45px;
}
div#address-entry-component-wrapper input#ctap_nc-unit-number:focus {
	border-color: #66afe9;
}
div#address-entry-component-wrapper input#ctap_nc-go,
div#address-entry-component-wrapper input.ctapSubmit,
div.address-entry-component-wrapper input.ctapSubmit {
	clear : none;
	float : none;
	height : 38px;
	background-color: #48d597;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-bottom: 0px;
    padding-top: 5px;
    text-align: center;
    border : 2px solid #48d597;
	font-family: "Maison Neue Bold", arial,helvetica,sans-serif;
}
div#address-entry-component-wrapper input#ctap_nc-go:hover,
div#address-entry-component-wrapper input.ctapSubmit:hover,
div.address-entry-component-wrapper input.ctapSubmit:hover  {
	background-color : #eeeeee;
}


/*##############		Change to class for Address Field to remove JS code for moving fields between carousel #################*/
div.address-entry-component-wrapper {
	margin-top : 10px;
}
/* this styling is to remove the inner box shadow safari applies to inputs on mobile */
div.address-entry-component-wrapper textarea, 
div.address-entry-component-wrapper input[type="range"], 
div.address-entry-component-wrapper input, 
div.address-entry-component-wrapper input:matches([type="password"], [type="search"]),
div.address-entry-component-wrapper input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
div.address-entry-component-wrapper .enterAddrInst {
	color : #000000;
	font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 14px;
	margin-bottom: 2px;
	text-align : left;
}
div.address-entry-component-wrapper div.ctap_address_block {
	padding-right : 5px;
	padding-left : 0px;
}
div.address-entry-component-wrapper div.ctap_unit_block {
	padding-right : 5px;
	padding-left : 0px;
}
div.address-entry-component-wrapper div.ctap_cta_button {
	padding-right : 5px;
	padding-left : 0px;
	margin-top : 10px;
}
div.address-entry-component-wrapper input.ctapInput {
    height: 45px;
    background-image: url(../locationicon_av.html);
    background-repeat: no-repeat;
    color: #808080;
    padding-left: 32px;
    background-size: 16px 22px;
    background-position-y: 9px;
    background-position-x: 7px;
    font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-size: 14px;
	margin-bottom : 5px;
	text-align : left;
    border: 1px solid #ccc;
	border-radius : 3px;
	box-shadow : 1px 2px 8px #bbb;
	line-height: 45px;
}
div.address-entry-component-wrapper input.ctapInput:focus {
	border-color: #66afe9;
	border-width : 2px;
	border-radius : 3px;
}
div.address-entry-component-wrapper input.ctap_nc-unit-number,
.extraPlaceholder {
    height: 45px;
    color: #808080;
    padding-left: 12px;
    font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-size: 14px;
	margin-bottom : 5px;
	text-align : left;
    border: 1px solid #ccc;
	border-radius : 3px;
	box-shadow: 1px 2px 8px #bbb;
	line-height: 45px;
}
div.address-entry-component-wrapper input.ctap_nc-unit-number:focus {
	border-color: #66afe9;
}
div.address-entry-component-wrapper input.ctap_nc-go {
	clear : none;
	float : none;
	height : 38px;
	background-color: #48d597;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-bottom: 0px;
    padding-top: 5px;
    text-align: center;
    border : 2px solid #48d597;
	font-family: "Maison Neue Bold", arial,helvetica,sans-serif;
}
div.address-entry-component-wrapper input.ctap_nc-go:hover {
	background-color : #eeeeee;
}
/*##############	END OF	Change to class for Address Field to remove JS code for moving fields between carousel #################*/


.error,.modal-errors {
	display:none;
	color:#ff0000;
	font-weight:bold;
	padding-left: 15px;

}
.modal-error-icon {
	margin-left: 0px;
	background: url("../modal_sprite.html") repeat scroll 90px -562px transparent;
	float: left;
	height: 20px;
	width: 20px;
	margin-right:5px;
}
.error-text {
	font-family: "Maison Neue Medium", arial, helvetica, sans-serif;
	position:relative;
	top:2px;
	color:#FF0000;
	font-weight:bold;
}
.add-error-text {
	font-family: "Maison Neue Medium", arial, helvetica, sans-serif;
    display: none;
    margin-bottom: 5px;
    color: #ff0000;
    font-weight: bold;
}


@media (min-width: 768px) { 
	div#address-entry-component-wrapper.container {
		margin-left: -15px;
	}

	div.address-entry-component-wrapper.container {
		margin-left: -15px;
	}
}


@media (max-width: 767px) {
	div#address-entry-component-wrapper.container {
		margin-left: 15px;
	}
	div#address-entry-component-wrapper input#ctap_nc-sfaddress,
	div#address-entry-component-wrapper input#ctap_nc-unit-number,
	.extraPlaceholder	{
		font-size : 16px;
		padding-right: 2px;
	}
	div#address-entry-component-wrapper input#ctap_nc-unit-number,
	.extraPlaceholder {
		padding-left: 5px;
	}
	div#address-entry-component-wrapper input#ctap_nc-sfaddress {
		background-position-x: -5px;
		padding-left : 24px;
	}

	div.address-entry-component-wrapper.container {
		margin-left: 15px;
	}
	div.address-entry-component-wrapper input.ctapInput,
	div.address-entry-component-wrapper input.ctap_nc-unit-number,
	.extraPlaceholder	{
		font-size : 16px;
		padding-right: 2px;
	}
	div.address-entry-component-wrapper input.ctap_nc-unit-number,
	.extraPlaceholder {
		padding-left: 5px;
	}
	div.address-entry-component-wrapper input.ctapInput {
		background-position-x: -5px;
		padding-left : 24px;
	}
	.ui-menu .ui-menu-item a {
	    line-height: 3;
	}
}

@media (max-width: 374px) {
	div#address-entry-component-wrapper .enterAddrInst {
		font-size: 12px;
		text-align : left;
	}
	div.address-entry-component-wrapper .enterAddrInst {
		font-size: 12px;
		text-align : left;
	}
}
.error { display : none;}


/* *************************************************************************************************
The below style are similar to the above styles, but with class instead of id for RES Home Redesign 
****************************************************************************************************/
.redesignPageBanners div.address-entry-component-wrapper {
	margin-top : 10px;
}
/* this styling is to remove the inner box shadow safari applies to inputs on mobile */
.redesignPageBanners div.address-entry-component-wrapper textarea, 
.redesignPageBanners div.address-entry-component-wrapper input[type="range"], 
.redesignPageBanners div.address-entry-component-wrapper input, 
.redesignPageBanners div.address-entry-component-wrapper input:matches([type="password"], [type="search"]),
.redesignPageBanners div.address-entry-component-wrapper input[type=text], 
#redesignAddressOnScroll div.address-entry-component-wrapper input[type="range"], 
#redesignAddressOnScroll div.address-entry-component-wrapper input, 
#redesignAddressOnScroll div.address-entry-component-wrapper input:matches([type="password"], [type="search"]),
#redesignAddressOnScroll div.address-entry-component-wrapper input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.redesignPageBanners .error{margin-bottom: -6px;}
.redesignPageBanners div.address-entry-component-wrapper .enterAddrInst {
	color : #000000;
	font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 14px;
	margin-bottom: 2px;
	text-align : left;
	display: none !important;
}
.redesignPageBanners div.address-entry-component-wrapper div.ctap_address_block,
#redesignAddressOnScroll div.address-entry-component-wrapper div.ctap_address_block {
    padding-right: 5px;
    padding-left: 0px;
    width: 615px;
    float: left;
}
.redesignPageBanners div.address-entry-component-wrapper div.ctap_cta_button,
#redesignAddressOnScroll div.address-entry-component-wrapper div.ctap_cta_button {
	padding-right : 5px;
	padding-left : 0px;
	margin-top : 0px;
	width: 344px;
}
.redesignPageBanners div.address-entry-component-wrapper input.ctapInput,
#redesignAddressOnScroll div.address-entry-component-wrapper input.ctapInput {
    height: 55px;
	width: 605px;
	max-width: 100%;
    background-image: url(../locationicon_av.html);
    background-repeat: no-repeat;
    color: #53565A;
    padding-left: 32px;
    background-size: 16px 22px;
    background-position-y: 14px;
    background-position-x: 7px;
    font-family: "Maison Neue Medium", arial,helvetica,sans-serif;
    font-size: 16px;
	margin-bottom : 5px;
	text-align : left;
    border: 1px solid #ccc;
	border-radius : 5px;
	box-shadow : 0px 0px 6px #00000059;
	line-height: 45px;
	letter-spacing: 0.16px;
}
.redesignPageBanners div.address-entry-component-wrapper input.ctapInput:focus-visible,
#redesignAddressOnScroll div.address-entry-component-wrapper input.ctapInput:focus-visible {
	outline: #ccc auto 0px;
}
.redesignPageBanners div.address-entry-component-wrapper input.ctapSubmit,
#redesignAddressOnScroll div.address-entry-component-wrapper input.ctapSubmit, a.ctapSubmit {
	clear : none;
	float : none;
	width: 344px;
	height : 55px;
	background: #48D597 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 2px #00000040;
	letter-spacing: 0.4px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding-bottom: 0px;
    padding-top: 20px;
    text-align: center;
    border : 2px solid #48d597;
	font-family: "Maison Neue Bold", arial,helvetica,sans-serif;
	font-weight : bold;
}
.redesignPageBanners div.address-entry-component-wrapper input.ctapSubmit:focus-visible,
#redesignAddressOnScroll div.address-entry-component-wrapper input.ctapSubmit:focus-visible {
    border : 2px solid #48d597;
}
.redesignPageBanners div.address-entry-component-wrapper input.ctapSubmit:hover,
#redesignAddressOnScroll div.address-entry-component-wrapper input.ctapSubmit:hover, a.ctapSubmit:hover {
	background-color : #eeeeee;
}
.redesignPageBanners div.address-entry-component-wrapper div#lowSpeed{
	display: block !important;
	width: 344px;
}
.redesignPageBanners div.address-entry-component-wrapper div#nonLowSpeed{
	display: none !important;
}

/* new address field style elements for home page  */
#address-entry-component-wrapper1 {
	border: 2px solid #d7d7d7;
	border-style: solid none none none;
}
form#ctap_nc_form {
	max-width:990px;
	margin: 0 auto;
}
#ctap_modal {
	z-index: 1;
	position: relative;
	padding: 15px 0px 15px 0px;
}
#address-entry-component-wrapper1 .ctap_address_block {
	float: left;
	width:627px;
	padding: 10px 15px 6px;
	position: relative;
	margin: 0px 16px 8px 0px;
}
input#ctap_nc-sfaddress{
	background-image: url(../svg/locationicon_av.svg);
		background-repeat: no-repeat;
		color: #808080;
		padding: 0 5px 0px 45px;
		background-size: 16px 22px;
		background-position-y: 14px;
		background-position-x: 17px;
		font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
		font-size: 16px;
		text-align: left;
		border: 1px solid #ccc;
		line-height: 45px;
		box-shadow: 0 0 6px #00000059;
		border-radius: 5px;
		width: 606px;
		height: 52px;
}
#address-entry-component-wrapper1 .ctap_cta_button {
	float: left;
	padding: 10px 0;
}
#address-entry-component-wrapper1 .alreadyACustomer {
	padding-left: 15px;
	font-size: 14px;
}
a#ctap_nc-go {
	display: inline-block;
	background-color: #48D597;
	border: 2px solid #48D597;
	color: black;
	height: 52px;
	width: 328px;
	text-decoration: none;
	font-size: 16px;
	font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 18px;
}
a#ctap_nc-go:hover {
	background-color: #eee;
	text-decoration: none;
}
.enteraddress p {
	font-size: 20px;
	font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px ;
	padding-left: 15px ;
	color: #0047BB;
}
#address-entry-component-wrapper1 .alreadyACustomer a {
	font-size: 14px;
}
@media (min-width:768px) and (max-width:991px) {
	form#ctap_nc_form {
		padding: 0px 15px 0px 15px;
		width: 770px;
	}
	a#ctap_nc-go {
		display: inline-block;
		background-color: #48D597;
		border: 2px solid #48D597;
		color: black;
		height: 52px;
		width: 275px;
		text-decoration: none;
		font-size: 16px;
		font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
		text-align: center;
		padding-top: 18px;
	}
	#address-entry-component-wrapper1 .ctap_address_block {
		width: auto;
		float: left;
		padding: 10px 10px 10px 15px;
		position: relative;
		margin: 0px 0px 8px 0px;
	}

	input#ctap_nc-sfaddress {
		background-image: url(../svg/locationicon_av.svg);
		background-repeat: no-repeat;
		color: #808080;
		padding: 0 5px 0px 45px;
		background-size: 16px 22px;
		background-position-y: 14px;
		background-position-x: 17px;
		font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align: left;
		border: 1px solid #ccc;
		line-height: 45px;
		box-shadow: 0 0 6px #00000059;
		border-radius: 5px;
		width: 426px;
		height: 52px;
	}
	#address-entry-component-wrapper1 .alreadyACustomer {
		padding: 0px 0px 0px 15px;
	}
	#address-entry-component-wrapper1 #ctap_modal {
		padding: 15px 0px 15px 0px;
	}
	.enteraddress p {
		font-size: 20px;
	}
	#address-entry-component-wrapper1 {
		margin-top: 14px;
	}
}
@media (max-width:767px) {
	form#ctap_nc_form {
		padding: 0px 20px 0px 20px;
	}
	.enteraddress p{
		padding: 0px;
	}
	.ctap_cta_button {
		width: 100%;
		margin-top: 0px;
		float: left;
		padding: 10px 0px;
	}
	#address-entry-component-wrapper1 .alreadyACustomer{
		padding: 0px !important;
	}

	#address-entry-component-wrapper1 .ctap_address_block {
		width: 100%;
		float: left;
		padding: 8px 0px;
		position: relative;
		margin: 0px;
	}

	input#ctap_nc-sfaddress {
		background-image: url(../svg/locationicon_av.svg);
		background-repeat: no-repeat;
		color: #808080;
		padding: 0 5px 0px 45px;
		background-size: 16px 22px;
		background-position-y: 14px;
		background-position-x: 17px;
		font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align: left;
		border: 1px solid #ccc;
		line-height: 45px;
		box-shadow: 0 0 6px #00000059;
		border-radius: 5px;
		width: 100%;
		height: 52px;
	}

	a#ctap_nc-go {
		width: 100%;
	}

	#address-entry-component-wrapper1 .alreadyACustomer {
		width: 100%;
		text-align: left;
		font-size: 14px;
	}
	#address-entry-component-wrapper1 .alreadyACustomer a{
		font-size: 14px;
	}
	#address-entry-component-wrapper1 #ctap_modal {
		padding: 15px 0px 15px 0px;
	}

	.enteraddress p {
		font-size: 20px;
		line-height: 1.2em;
	}
	#address-entry-component-wrapper1 {
		margin-top: 14px;
		background-color: #BEBEBE80;
		border-style: none;
	}
	.error, .modal-errors {
		padding-left: 0px;
	}
}
@media (min-width:300px) and (max-width:766px) {	
	
	.enteraddress p {
		font-size: 18px;
		line-height: 1.2em;
	}
}

@media (min-width: 768px) { 
	.redesignPageBanners div.address-entry-component-wrapper.container {
		margin-left: -15px;
	}
}
@media (min-width: 1410px) { 
	.redesignPage .bodyBlock .imageBlades #fiber {
		background-position: 680px center;
	}
}
@media (min-width: 1550px){
	.redesignPage .bodyBlock .imageBlades #fiber {
		background-position: 725px center;
	}
}
@media (min-width: 1700px){
	.redesignPage .bodyBlock .imageBlades #fiber {
		background-position: 800px center;
	}
}
@media (min-width: 1840px){
	.redesignPage .bodyBlock .imageBlades #fiber {
		background-position: 900px center;
	}
}
@media (min-width: 992px) and (max-width:1200px) {
	.redesignPageBanners div.address-entry-component-wrapper div.ctap_address_block, 
	#redesignAddressOnScroll div.address-entry-component-wrapper div.ctap_address_block {
		width: 595px;
	}
	.redesignPageBanners div.address-entry-component-wrapper input.ctapInput, 
	#redesignAddressOnScroll div.address-entry-component-wrapper input.ctapInput{
		width: 590px;
	}
	.redesignPage .bodyBlock .imageBlades .contentPanel .contentWrapper {
		width: 475px;
	}
	.redesignPage .bodyBlock .imageBlades #fiber {
		background-position: 500px;
	}
}
@media (max-width: 991px) { 
	.redesignPageBanners div.address-entry-component-wrapper div.ctap_address_block,
	.redesignPageBanners div.address-entry-component-wrapper input.ctapSubmit,
	.redesignPageBanners div.address-entry-component-wrapper div#lowSpeed,
	a.ctapSubmit  {
		width: 100%;
	}
	.redesignPageBanners div.address-entry-component-wrapper input.ctapInput {
		margin: 5px 8%;
	}
	.redesignPageBanners div.address-entry-component-wrapper div.ctap_cta_button{
		width: 610px;
		margin-left: 8%;
	}
	.redesignPageBanners div.address-entry-component-wrapper.container {
		margin-left: auto;
	}
}


@media (max-width: 767px) {
	.redesignPageBanners div.address-entry-component-wrapper.container {
		margin-left: auto;
	}
	.redesignPageBanners div.address-entry-component-wrapper input.ctapInput	{
		font-size : 16px;
		padding-right: 2px;
		background-position-x: 0px;
		padding-left: 24px;
		width: 100%;
		margin: 5px auto;
	}
	.redesignPageBanners div.address-entry-component-wrapper div.ctap_cta_button {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 374px) {
	.redesignPageBanners div.address-entry-component-wrapper .enterAddrInst {
		font-size: 12px;
		text-align : left;
	}
	.redesignPageBanners div.address-entry-component-wrapper.container {
		padding: 0;
	}
}
