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(/assets/images/page-components/LocationIcon_av.svg);
    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;
	font-weight : bold;
}
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(/assets/images/page-components/LocationIcon_av.svg);
    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;
}
.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 {
	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;
	font-weight : bold;
}
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; margin-bottom:.6em;
}
.modal-error-icon {
	margin-left: 0px;
	background: url("/assets/images/sprites/modal_sprite.png") 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(/assets/images/page-components/LocationIcon_av.svg);
    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;
}	

@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;
	}
	.redesignPageBanners div.address-entry-component-wrapper input.ctapInput {
		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;
	}
}
