﻿/* Store Location Holder Page Styles */

.store-locations-geomap__map {
	height: 715px;
}
.store-locations-geomap__list {
	height: 575px;
	overflow: auto;
}
.store-locations-geomap__list{
	margin:0;
	padding:0;
}
.store-locations-geomap__list::-webkit-scrollbar {
	width: 10px;
}
.store-locations-geomap__list::-webkit-scrollbar-track {
	background: #e3e3e3;
}
.store-locations-geomap__list::-webkit-scrollbar-thumb {
	background: #e24407;
}
.store-locations-geomap__list::-webkit-scrollbar-thumb:hover {
	background: #c83710;
}
.store-locations-geomap__list.slick-slider {
	width: 100%;
}
.store-locations-geomap__list__search {
	background: linear-gradient(135deg, #b82700 0%, #e24407 100%);
	padding: 30px 30px 40px 30px;
	margin-bottom: 5px;
	position:relative;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #fff;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.text,
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.title,
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input:not([type]),
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=text],
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=search] {
	max-width: 280px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	height: 50px;
	background-color: #fff;
	border: 0px transparent none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form button {
	display: inline-block;
	height: 50px;
	vertical-align: middle;
	padding: 12px 20px;
	border-radius: 3px;
	color: #fff;
	background: transparent;
	border: 1px white solid;
	text-align: center;
	text-transform: uppercase;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form button:hover {
	color: #000;
	border: 1px #000 solid;
}
.store-locations-geomap__list__search form.store-locations-geomap__list__search__form--loading button {
	background-image: url('../images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.store-locations-geomap__list__sort {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	padding:6px 0 0 0;
}
.store-locations-geomap__list__spacer {
	margin: 10px 0;
	height: 0;
	border-bottom: 1px solid #eaeaea;
}
.store-locations-geomap__list__item {
	border-bottom: solid 1px #e4e4e4;
	padding: 20px;
	background: #fff;
	cursor: pointer;
}
.store-locations-geomap__list__item--selected {
	background: #efefef;
}
.store-locations-geomap__list__item:hover {
	background: #efefef;
}
.store-locations-geomap__list__item__distance {
	padding: 8px;
	background: transparent;
	border: 1px #d1d1d1 solid;
	float: right;
	margin-right: 8px;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.store-locations-geomap__list__item--selected .store-locations-geomap__list__item__distance {
	background: #e24407;
	border: 1px #e24407 solid;
	color: #fff;
}
.store-locations-geomap__list__item__address {
	margin-bottom: 5px;
}
.store-locations-geomap__list__item__phone {
	display: block;
	margin: 10px 0 0 0;
	color: #4b4b4b;
}
.store-locations-geomap__list__item__phone:hover {
	color: #4b4b4b;
	text-decoration:underline;
}
.store-locations-geomap__list__item__link {
	display: block;
	margin: 5px 0;
}
.store-locations__geomap__popup__actions {
	float: right;
	padding-right: 5px;
}
.store-locations__geomap__popup__actions a {
	outline: none !important;
}
.store-locations__geomap__popup__details {
	margin-top: 4px;
}
h4.store-locations-geomap__list__item__title,
h4.store-locations-geomap__list__item__title a {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e24407;
}
.store-locations-geomap__list__item__address {
	font-size: 18px;
	color: #4b4b4b;
}
#gmaps-iframe-interact-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	width: 100%;
	background-color: rgba(99, 99, 99, 0.4);
	text-align: center;
	padding-top: 170px;
}
#gmaps-iframe-interact-overlay span {
	border: 2px solid #E4E1E1;
	padding: 8px 16px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #E4E1E1;
	font-size: 24px;
}
.store-locations__geomap__popup {
	line-height:1.8;
}
.store-locations__geomap__popup__title {
	font-size: 18px;
	font-weight: bold;
	color:#111111;
	text-decoration:none;
	margin-bottom: 6px;
}
.store-locations__geomap__popup__title a{
	font-size: 18px;
	font-weight: bold;
	color:#111111;
	text-decoration:none;
}
.store-locations__geomap__popup__address{
	font-size: 16px;
	line-height: 1.8;
	color:#111111;
}
.store-locations__geomap__popup__phone{
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	color:#111111;
}
.store-locations__geomap__popup__details a {
	display: block;
	width:100%;
	padding: 5px 15px;
	background: #e24407;
	font-size:15px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.store-locations__geomap__popup__details a:hover {
	background:#bc2d07;
}
.gm-style .gm-style-iw-c{
	padding:20px 5px 5px 20px !important;
}
.gm-style-iw-chr{
	position:absolute;
	top:0;
	right:0;
}
.gm-style-iw-d{
	max-height: auto !important;
	min-height: auto !important;
}

/* Store Location Details Page Styles */

iframe.locale-video{
	width: 90%;
	height: 300px;
}
.holder-shadow{
	padding:20px 0 0 0;
	/*margin-top: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
}
.locale-block-heading{
	font-size:28px;
	font-weight:800;
	color:#e24407;
	margin-bottom:10px;
}
h2.address-number-info{
	font-size:18px;
	font-weight:normal;
	line-height:1.7;
	color:#454545;
	margin-bottom:15px;
}
h3.hours-info{
	font-size:18px;
	font-weight:normal;
	line-height:1.9;
	color:#454545;
	margin-bottom:15px;
}
.local-info__today {
	position: relative;
}
.location-pic-respond img{
	max-width:100%;
}
.local-info__today:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 4px;
	width: 0;
	height: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 6px solid #111;
	clear: both;
}
.local-info__hours--override span {
	font-size: 12px;
	text-decoration: line-through;
}
.local-info__hours--extra {
	padding-left: 18px;
}
.call-to-action-button-section {
	padding: 15px 0 15px 0;
}
.call-to-action-button-section ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.call-to-action-button-section ul li {
	display:inline-block;
}
a.list-button {
	background: #e24407;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	text-align:center;
	margin: 0 0 15px 0;
	padding: 10px 20px;
	transition: all 0.25s;
}
a.list-button:hover {
	background: #bc2d07;
}
.link-black,
.link-black:hover
{
	color:#454545;
}
ul.staffacc {
	display: none;
}
.staffdesktop{
	display: block;
}
#StaffSection{
	margin-top: 10px;
	padding:20px 0px;
	border-top: #dfe2e4 solid 1px;
}
#StaffSection .staff-titles {
	font-size: 30px;
	font-weight:bold;
	color:#282828;
	margin: 0 0 10px 0;
	text-indent: 10px;
}
#StaffSection .staff-holder .staff-section .staff-pic {
	max-height:350px;
	margin: 0 auto 6px auto;
	background-color:gray;
	overflow:hidden;
	display:block;
	text-align:center;
	-webkit-border-radius: 4%;
	-moz-border-radius: 4%;
	border-radius: 4%;
}
#StaffSection .staff-holder .staff-section .staff-pic img {
	width:100%;
}
#StaffSection .staff-holder .staff-section .staff-name{
	font-size:18px;
	color:#282828;
}
#StaffSection .staff-holder .staff-section a.staff-direct-email{
	display:inline-block;
	padding:8px 30px;
	background:#2e2e2e;
	text-align:center;
	color:#fff;
	font-size:16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#StaffSection .staff-holder .staff-section a.staff-direct-email:hover{
	background:#000;
}
.staff-form-header{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}
.staff-contact-form-cont {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	background-color: white;
	padding: 10px 35px;
	border: 1px solid black;
	box-sizing: border-box;
}
#staff-contact-form .form-title {
	padding: 5px 10px;
}
#staff-contact-form .message.error {
	display: block;
	padding: 5px 10px;
	background: #FF9595;
	color: black;
}
#staff-contact-form .Actions {
	overflow: hidden;
}
.social ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.social ul li{
	display:inline-block;
	margin-right:5px;
}
.social ul li a{
	font-size:36px;	
}
.social ul li a.facebook{
	color:#3b5998;
}
.social ul li a.twitter{
	color:#00acee;
}
.social ul li a.linkedin{
	color:#0077b5;
}
.social ul li a.instagram{
	color:#262626;
}
.social ul li a.youtube{
	color:#cd201f;
}
#LocaleMapForm_Section{
	margin-top:50px;
}
#LocaleMapForm_Section .locale-form-bg{
	background-image:url('../images/locale-form-bg.jpg');
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay{
	padding:40px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3600+0,ff3600+100&0.89+0,0+100 */
	background: linear-gradient(to right,  rgba(226,68,7,0.80) 0%,rgba(226,68,7,0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .locale-form-heading{
	font-size:28px;
	font-weight:700;
	color:#fff;
	margin-bottom:10px;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation label,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation label a
{
	color:#fff;
	font-weight: normal;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation  [type=checkbox] + label, 
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation  [type=radio] + label 
{
    display: inline;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_FirstName_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_LastName_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Name_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Company_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Email_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Phone_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Zip_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Contact_Holder,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_SendTo_Holder
{
	display:inline-block;
	width:49%;
	margin:0 5px 0 0;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_PreferredContactMethod_Holder{
	clear: both;
	width: 98%;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_PreferredContactMethod_Holder span.description{
	color:#fff;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Question_Holder
{
	clear:both;
	width:98%;
}
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation input.text,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation input[type=text], 
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation textarea,
#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation select
{
    height: 50px;
    border:0px transparent none;
    margin:0 0 10px 0;
    border-radius: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    color: #111;
}
#staff-contact-form form#Form_StaffContactForm fieldset{
	margin: 0;
	padding: 0;
}
#Highlight_Section{
	padding:30px 10px;
	margin-top:50px;
}
.staff-section{
	margin-bottom: 30px;
}
.staff-info{
	padding: 10px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.12);
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.12);	
}
ul.staffacc {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 15px;
	list-style: none;
}
ul.staffacc ul {
	margin: 0;
	padding: 0;
	display: none;
}
ul.staffacc li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
ul.staffacc li a.stafftrigger {
	color: #1b1b1b;
	background-color: #dee5e4;
	border: #bbc3c2 solid 1px;
	font-size: 18px;
	font-weight:700;
	padding:10px 15px;
	margin:0 0 5px 0;
	display: block;
	text-decoration: none;
}
ul.staffacc li a.stafftrigger:hover {
	background-color: #ebf2f1;
	outline: none;
}
ul.staffacc li a.stafftrigger:focus {
	outline: none;
}
ul.staffacc li a.stafftrigger span{
	float:right;
}
ul.staffacc ul li {
	margin: 0;
	padding: 0;
	clear: both;
}
.store-promos-contain .promo-title,
.store-promos-contain .promo-title a
{
	font-size: 24px;
	font-weight: 700;
	color: #000;
}
a.ghost--btn {
    display: inline-block;
    overflow: hidden;
    font-size: 1rem;
    padding: 10px 35px;
    border: 2px #3e3e3e solid;
    text-align: center;
    text-transform: uppercase;
    background: #fff0;
    color: #3e3e3e;
    -webkit-transition: color 1s cubic-bezier(.25,1,.25,1),background-color 1s cubic-bezier(.25,1,.25,1);
    transition: color 1s cubic-bezier(.25,1,.25,1),background-color 1s cubic-bezier(.25,1,.25,1);
    opacity: 1;
    visibility: inherit;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate3d(0,0,0)
}
a.ghost--btn .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3e3e3e;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
a.ghost--btn:focus .hover,
a.ghost--btn:hover .hover {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}
a.ghost--btn .text {
    display: inline-block;
    position: relative;
    color: #3e3e3e;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: color .5s cubic-bezier(.19,1,.22,1);
    transition: color .5s cubic-bezier(.19,1,.22,1)
}
a.ghost--btn:focus .text,
a.ghost--btn:hover .text {
    color: #fff
}

@media only screen and (max-width: 650px) {
	iframe.locale-video{
		width: 100%;
		height: 250px;
	}
	.store-locations-geomap__map {
	    height: 310px;
	}
	.store-locations-geomap__list__item__distance {
	    float: none;
	    margin-right: 0;
	    display: block;
	    text-align:center;
	    width:50%;
	}
	.store-locations-geomap__list__search {
	    padding: 20px 20px 30px 20px;
	}	
	.store-locations-geomap__list__sort {
	    font-weight: normal;
	    font-size: 15px;
	    padding: 4px 0 0 0;
	}	
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form {
	    display: block;
	}
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.text, .store-locations-geomap__list__search form.store-locations-geomap__list__search__form input.title, .store-locations-geomap__list__search form.store-locations-geomap__list__search__form input:not([type]), .store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=text], .store-locations-geomap__list__search form.store-locations-geomap__list__search__form input[type=search] {
	    max-width: 68%;
	    margin: 0 5px 0 0;
	    height: 45px;
	}	
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form button {
	    padding: 11px 12px;
	    font-size:14px;
	}	
	.store-locations-geomap__list__search form.store-locations-geomap__list__search__form label {
	    display: block;
	    margin-right: 0px;
	    margin-bottom:5px;
	}	
	.holder-shadow {
	    padding: 5px;
	    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	    -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;
	}
	.locale-block-heading {
	    font-size: 24px;
	    margin-bottom: 5px;
	}	
	h2.address-number-info {
	    font-size: 16px;
	    margin-bottom: 10px;
	}	
	h3.hours-info {
	    font-size: 16px;
	    margin-bottom: 10px;
	}	
	.call-to-action-button-section ul li {
	    display: block;
	    width:100%;
	    margin:0 0 6px 0;
	}	
	.call-to-action-button-section ul li a.list-button {
	    display: block;
	    width:100%;
	}	
	#StaffSection {
	    padding: 0 5px;
	    margin-top: 0px;
		background: transparent;
	}	
	#StaffSection .staff-titles {
	    font-size: 28px;
	}	
	#LocaleMapForm_Section .locale-form-bg .orange-inlay {
	    padding: 20px;
	}	
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .locale-form-heading {
	    font-size: 20px;
	    margin-bottom: 5px;
	}
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation input.text, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation input[type=text], #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation textarea, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation select {
	    height: 45px;
	}		
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Name_Holder, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Email_Holder, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Phone_Holder, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_PreferredContact_Holder {
	    float: none;
	    width: 100%;
	    margin-right: 0px;
	}	
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_SendTo_Holder, #LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Question_Holder {
	    width: 100%;
	}	
	#ssLocationWindow{
		height:400px;
	}
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_FirstName_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_LastName_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Name_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Company_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Email_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Phone_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Zip_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Contact_Holder,
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_SendTo_Holder
	{
		display:block;
		width:100%;
		margin:0;
	}
	#LocaleMapForm_Section .locale-form-bg .orange-inlay .form-actual form#Form_ContactFormLocation #Form_ContactFormLocation_Question_Holder
	{
		width:100%;
	}	
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Name_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_FirstName_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_LastName_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Company_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Phone_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Email_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Zip_Holder,
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Contact_Holder
	{
		display:block;
		width:100%;
		margin:0;
	}
	#staff-contact-form form#Form_StaffContactForm fieldset #Form_StaffContactForm_Comments_Holder{
		width:100%;
	}	
	
}

  