@charset "utf-8";
@import url("fonts.css");
/* CSS Document */
body {
	font: 100% 'proxima-nova', 'batcity', Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*font-size: 17px;*/
	color: #000000;
	background-color: #f1ede4;
}
.jPanelMenu, body {
	overflow: visible !important;	
}
a {
	color: #01a2d8;	
}
a img {
	border: none;
}
img {  
	border: none;
}
.clear {
	clear:both;	
}
#map-canvas img { max-width: none; }
#contentPanel {
	background-color: #FFFFFF;	
}
/* HOME CONTENT */
.homeContent h1 {
	color: #b4015c;
	font-weight: 300;
	font-size: 2em;
	margin:0;
	margin-top: 30px;
	margin-bottom: 0.58em;
    line-height: 104%;
}
.homeContent h2 { 
	font-weight: 300;
	font-size: 1.25em;
	color: #b4015c; 
	font-weight: normal; 
	margin:0px; 
	line-height: 30px; 
} 
.homeContent p:first-of-type {
	margin-top: 10px;
}
.homeContent h3 { 
	color: #b4015c; 
	font-weight: normal; 
	margin: 0; 
	margin-top: .7em; 
	margin-bottom: .38em;
	line-height: 129%;
}
.homeContent {
	color: #2b285f;
	font-size: 1.5em;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;	
	line-height: 135%;
	margin-bottom: 1.05em;
}
.homeContent a {
	font-size: 1em;
	color: #01a2d8;
}
.well {
	background-color: #f1ede4;
	border: none;
	border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	margin-bottom: 0;
}
.mainContentHome .row-fluid [class*="span"] {
	min-height: 0px;	
}
.footerLogo {
	width: 162px;
	height: 65px;
	display: block;
	background-size: cover;	
	position: absolute;
	top: 120px;
	right: 0px;
}
.searchResults {
	margin-bottom: 50px;
		
}
.result {
	margin-top: 30px;
	margin-bottom: 30px;	
}
.dispurl {
	color: #b4015c;
	font-size: 0.8em;
	font-weight: normal;	
}
.dispurl b {
	font-weight: normal;
}
/* HOME SERVICES */
.homeServices {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 35px;
	padding-right: 0px;
	padding-top: 35px;
	padding-bottom: 13px;
	background-color: #e4dccc;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	text-align: left;
	margin-top: 25px;
	margin-bottom: 20px;
}
.homeServices ul {
	list-style-type:none;
	margin:0;
	clear: none;
	padding:0;	
}
.homeServices ul li {
	float: left;
}
.homeServices ul li a {
	background-color: #f6f3ed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #01a2d8;
	text-decoration: none;
	font-size: .813em;
	display: block;
	width: 264px;
	margin-right: 21px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 22px;
	padding-left: 22px;
	background-image: url(graphics/servicesArrow.png);
	background-repeat: no-repeat;
	background-position: 264px center;
	letter-spacing: -1px;	
}
.homeServices ul li a:hover {
	background-color: #edeae3;
}
/* SEARCH BOX */
.searchBox {
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: rgba(0,0,0,.65);
	display: none;
	z-index: 99999;
	padding-top: 14px;
}
.closeButton {
	color: #FFFFFF;
	font-size: 50px;	
	position: absolute;
	top: 13px;
	right: 20px;
	cursor: pointer;
}
.searchBox input[type="text"] {
	margin: 0;
	padding: 0;
	border: none;
	color: #787878;
	font-size: 18px;
	font-family: 'proxima-nova', 'batcity', Arial, sans-serif;
		border-radius: 5px 0px 0px 5px; 
		-moz-border-radius: 5px 0px 0px 5px; 
		-webkit-border-radius: 5px 0px 0px 5px; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	padding-right: 25px;
	width: 240px;
	margin-left: 9px;
	margin-right: 13px;
}
.searchBox input[type="text"]:focus {
	border: none;
	color: #000000;	
}
.searchBox input[type="submit"] {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: #f57e29;
	color: #FFFFFF;
	font-family: 'proxima-nova','batcity', Arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-radius: 0px 5px 5px 0px; 
	-moz-border-radius: 0px 5px 5px 0px; 
	-webkit-border-radius: 0px 5px 5px 0px; 
	border: none;
	margin-left: -17px;
	cursor: pointer;
}
.searchBox input[type="submit"]:hover {
	background-color: #f7893a;
}
/* INTERIOR PAGE CALLOUT WIDGET */
.skn-pgwidget-inPageCallout {
	background-color: #f1ede4;
	padding: 0;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #2b285f;
	font-size: .813em;
	line-height: 19px;
}
.skn-pgwidget-inPageCallout .span4 {
	padding: 0;
	margin: 0;
	width: 270px;
	float: left;
}
.skn-pgwidget-inPageCallout .span8 {
	float: left;	
	width: 468px !important;
}
.skn-pgwidget-inPageCallout h1, .skn-pgwidget-inPageCallout h2, .skn-pgwidget-inPageCallout h3 {
	color: #b4015c !important;
	font-weight: bold !important;
	font-size: 1.5em !important;
	text-transform: uppercase !important;
	margin:0px;
	margin-top: 25px;
	line-height: 20px;
}
.skn-pgwidget-inPageCallout .button {
	font-size: 1em;
	padding-left: 25px;
	padding-right: 25px;	
	margin-top: 10px;
	display: inline-block;
}
.skn-pgwidget-inPageCallout.imageRight .span4 {
	float: right;
}
.skn-pgwidget-inPageCallout.imageRight .span8 {
	float: left;	
	width: 477px !important;
	padding-left: 20px;
}
/* PROMOTIONS WIDGET */
.promotionsOuter {
	background-color: #b3015a;
	background-image: url(graphics/promosBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 90px;
	padding-top: 55px;
	text-align: center;
}
#promotions {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;	
}
#promotions ul {
	list-style-type:none;
	margin:0;
	clear: none;
	padding:0;	
}
#promotions ul li {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
#promotions ul li a {
	width: 370px;
	height: 213px;
	display: block;
	margin: 0px;
}
#promotions h3 {
	font-size: 3em;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 20px;	
}
.SliderControls {
	width: 1284px;
	height: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
}
.SliderControlButton {
	width: 33px;
	height: 51px;
	display: block;
	position: absolute;
	top: -133px;
	z-index: 9999;
	background-position: 0px 0px;
}
#prev {
	background-image:url(../images/SliderLeft.png);
	left: 0px;	
}
#next {
	background-image:url(../images/SliderRight.png);
	right: 0px;	
}
.SliderControlButton:hover {
	background-position: 0px -51px;	
}
/* LOCATIONS WIDGET */
.locationWidget {
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}
.googleMapHome {
float: left;
width:49%;
height:429px;	
}
.mapRight, .mapRight ul {
	list-style-type:none;
	margin:0;
	clear: none;
	padding:0;
}
.mapRight {
	float: left;
	text-align: left;
	width:90%;
}
@media (min-width: 768px) {.mapRight {
	width:46%;
}}
@media (min-width: 981px) {.mapRight {
	width:46%;
}}
@media (min-width: 1200px) {.mapRight {
	width:48%;
}} 
.mapRight-inner {
width: 100%;
padding:15px 20px;
}
.mapRight ul li {
	border-bottom: solid 1px #bcbcbc;
	float: none;
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
}
#mapListView.mapRight ul li {
background-color:#ffffff;
padding-left: 10px;
}
#mapListView.mapRight ul li:hover {
cursor: pointer;
}
#mapListView.mapRight ul li:hover, #mapListView.mapRight ul li:focus,
#mapListView.mapRight ul li:active {
background-color: #f5f5f5;
}
.mapRight h3 {
	color: #b4015c;
	font-size: 1.13em;
	font-weight: normal;
	border-bottom: solid 1px #bcbcbc;
	margin:0;
	padding-left: 5px;
	line-height: 1;
	padding-bottom:4px;
}
@media (min-width: 451px) {.mapRight h3 {font-size: 1.3em;}} 
@media (min-width: 981px) {.mapRight h3 {font-size: 1.5em;}}
.mapRight h3 span {
    color: #049ed0;
    font-size: 0.65em;
    font-weight: normal;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);    
}
.locationImage {
    width: 70px;
    height: 70px;
    background-size: cover;
    float: left;
    margin-right: 20px;
    border-radius: 4px;


}
#mapListView.mapRight ul li .locationImage {
    border: 1px solid #bcbcbc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);	    
    margin-top: 4px;
	}
.locationAddress {
	font-size: .95em;
	color: #2b285f;
	float: left;
	line-height: 1.2;
	width: 420px;
}
.locationAddress h4 {
font-weight: bold;
margin-top:0;
margin-bottom:2px;
font-size: 1.07em;
}
.addressDetail .locationAddress h4 {
	font-size: 1.18em;
	margin-top:6px;
	margin-bottom:6px;
}
.locationPhone {
	font-weight: bold;
	color: #b4015c;
	display:inline-block;
	margin-top:6px;
}
.addressDetail .locationPhone {
	margin-top:12px;
}
.locationPhone strong {
	font-weight: bold;
	color: #2b285f;
}
.locationPin {
	float: left;
}
#mapDetailView {
	display: none;	
}
#mapDetailView .locationImage {
	width: 150px;
	height: 129px;	
    margin-right: 20px;
    margin-top:9px;
    border-radius: 6px;	
    border: 1px solid #bcbcbc;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);    
}
#mapDetailView .locationAddress {
	width: 276px;
}
#mapDetailView .locationPhone {
	font-size: 1.3em;
}
.nonav ul {
	list-style: disc !important;
	background: none !important;
	width: auto !important;
	padding: 0px !important;
}
.nonav ul li {
	border: none !important;
}
ul.addressTabs::after {
content:'';
display: block;
clear: both;
}
.mapRight ul.addressTabs {font-size:0; line-height:0;}
.mapRight ul.addressTabs li {
    float: none;
    cursor: pointer;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #00a3d8;
    text-align: center;
    width: 95%;
    margin-top:6px;
    padding: 6px 8px 7px;
    margin-right: 8px;
    border: 1px solid #dadada !important;
    line-height: 1;
    border-radius: 4px;
    background-color: transparent;
}
@media (min-width: 451px) {.mapRight ul.addressTabs li {display: inline-block;width: 20%;margin-top:0;}}
@media (min-width: 451px) {.mapRight ul.addressTabs li {font-size: 13px;}}
@media (min-width: 981px) {.mapRight ul.addressTabs li {font-size: 17px;}}
@media (min-width: 1200px) {.mapRight ul.addressTabs li {font-size: 18px;}}
#igb {width: 95%; font-weight:normal;}
@media (min-width: 451px) {#gbb {width: 4%; font-weight: bold;}}
#gbb span.list-icon {display:none;}
@media (min-width: 451px) {#gbb span.list-icon {display:inline;}}
@media (min-width: 451px) {#gbb span.list-icon-text {display:none;}}
.mapRight ul.addressTabs li#gbb.active {
    background-color: #0498c7;
    color: #ffffff;
    border: 1px solid #038ab5 !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);  
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);  
}
button.rtn-list {
    margin-top: 16px;
    padding: 4px 18px 6px;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    font-size: 1em;
    border-radius: 4px;
    background-color: #0498c7;
    color: #ffffff;
    border: 1px solid #038ab5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);     
}
.mapRight ul.addressTabs li:hover, .mapRight ul.addressTabs li:focus {
    background-color: #0498c7;
    color: #ffffff;
    border: 1px solid #038ab5 !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);  
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);  
}
button.rtn-list:hover, button.rtn-list:focus {
    background-color: #0785ad;
    color: #ffffff;
    border: 1px solid #0085af !important;
}
.mapRight ul.addressTabs li.active {
color: #ffffff;
background-color: #b3015a;
border: 1px solid #ad0459 !important;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#mapDetailView ul li {
	border: none;
	margin-bottom: 0px;
}
#mapDetailView ul li ul {
	border-bottom: solid 1px #bcbcbc;
	border-top: solid 1px #bcbcbc;	
}
/* INTERIOR PAGES */
.innerContent {
	margin: 0;
	padding: 0;
	width: 100% !important;
	margin-top: -36px;	
	background-color: #FFFFFF;
	background-image:url(../images/interiorBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	padding-top: 30px;
}

.innerContent h1 {
	font-size: 2.9em;
	font-weight: 300;
	color: #2b285f;
	line-height: 95%;
}
.innerContent h2 {
	color: #b4015c;
	font-weight: normal;
	font-style: italic;
	font-size: 1.5em;
	line-height: 26px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.innerContent h3 {
	color: #2b285f;
	font-size: 1.5em;
	font-weight: 600;
}
.hero-unit {
	background: none;	
}
.mainContent {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
/*
.leftRail {
	width: 372px;
	margin-right: 30px;
	float: left;
}
.rightRail {
	float: left;
	width: 768px;
}
.leftRail .span4 {
	width: 100%;	
}
.rightRail .span8 {
	width: 100%;	
}
*/
.leftRail ul {
	list-style-type:none;
	margin:0;
	clear: none;
	padding:0;
	background-color: #5eddf1;
	padding-top: 33px;
	padding-bottom: 33px;
	padding-left: 30px;
	padding-right: 30px;
	width: 310px;	
}
.leftRail ul li {
	float: none;
	border-top: solid 1px #54b2cd;
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftRail ul li:last-child {
	border-bottom: solid 1px #54b2cd;
}
.leftRail ul li a {
	color: #FFFFFF;
	font-size: 1.125em;
	font-weight: 600;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding-left: 12px;
	display: block;
	width: 300px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-shadow: 1px 1px 0 #297689;
}
.leftRail ul li a:hover {
	text-decoration: none;
	background-color: #4792c5;
}
.leftRail ul li .current, .leftRail ul li .current:hover {
	text-decoration: none;
	background-color: #4784a9;
	background-image: url(graphics/subnavBG.png);
	background-repeat: no-repeat;
	background-position: 290px center;
}
.side-nav-label {
	display: none;	
}
/* CONTACT US APP */
.contact-us .innerContent h2 {
	color: #2b285f;
	margin-top: 0px;	
}
.contact-us .innerContent h1 {
	color: #b4015c;
	margin-top: 70px;
	margin-bottom: 20px;	
}
.contact-us .span8 {
	width: 100%;
}
[data-required="yes"] label:before {
	content: "*";
	color: #b4015c;
}
label {
	color: #2b285f;
	font-size: 1.125em;	
}
.formNote {
	color: #b4015c;
	font-size: .75em;
}
button {
	margin-top: 10px;
	border: none;
	font-family: "proxima-nova", "batcity", Arial, sans-serif;	
}
input[type="text"], textarea, input[type="password"] {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	border: solid 2px #e4decf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 42px;
}
textarea {
	height: 190px;
	resize: none;
}
input[type="text"]:focus, input:focus:invalid:focus, textarea:focus:invalid:focus, textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	border: solid 2px #01a2d8;
}
.contact-us .offset2 {
	margin-left: 0px !important;
}
.contact-us .help-block {
	display: none;	
}
#locationsBox {
	color: #655656;
	font-size: 1em;
	line-height: 9px;
	background-color: #f8f6f2;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 16px;
	padding-bottom: 80px;
	margin-bottom: 20px;
	margin-top: 110px;
}
.contactLocation {
	color: #2b285f;
	margin-top: 35px;	
}
#locationsBox p {
	margin: 0;
}
#locationsBox h3 {
	color: #2b285f;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
}
#locationsBox h4 {
	color: #b4015c;
	font-size: 1.5em;
	font-weight: normal;
}
/* REFFERALS APP */
.referrals .innerContent h2 {
	color: #2b285f;
	margin-top: 0px;	
}
.referrals .innerContent h1 {
	color: #b4015c;
	margin-top: 70px;
	margin-bottom: 20px;	
}
.referrals .span8 {
	width: 100%;
}
.referrals .offset2 {
	margin-left: 0px !important;
}
.referrals .help-block {
	display: none;	
}
/* REQUEST APP */
.request-more-information .innerContent h2 {
	color: #2b285f;
	margin-top: 0px;	
}
.request-more-information .innerContent h1 {
	color: #b4015c;
	margin-top: 70px;
	margin-bottom: 20px;	
}
.request-more-information .span8 {
	width: 100%;
}
.request-more-information .offset2 {
	margin-left: 0px !important;
}
.request-more-information .help-block {
	display: none;	
}
/* SCHEDULE APP */
.schedule-a-consultation .innerContent h2 {
	color: #2b285f;
	margin-top: 0px;	
}
.schedule-a-consultation .innerContent h1 {
	color: #b4015c;
	margin-top: 70px;
	margin-bottom: 20px;	
}
.schedule-a-consultation .span8 {
	width: 100%;
}
.schedule-a-consultation .offset2 {
	margin-left: 0px !important;
}
.schedule-a-consultation .help-block {
	display: none;	
}
.schedule-in-home-consultation .innerContent h2 {
	color: #2b285f;
	margin-top: 0px;	
}
.schedule-in-home-consultation .innerContent h1 {
	color: #b4015c;
	margin-top: 70px;
	margin-bottom: 20px;	
}
.schedule-in-home-consultation .span8 {
	width: 100%;
}
.schedule-in-home-consultation .offset2 {
	margin-left: 0px !important;
}
.schedule-in-home-consultation .help-block {
	display: none;	
}
/* STAFF BIOS WIDGET */
#staffBiosWidget strong {
	color: #2b285f;
}
#staffBiosWidget .inline a {
	color: #01a2d8;
	font-size: .813em;
	font-weight: 900;
	text-transform: uppercase;
}
/* IN PAGE TESTIMONIAL WIDGET */
#testimonialListWidget {
	margin-top: 30px;
	margin-bottom: 30px;
}
#testimonialListWidget blockquote {
	color: #655656;
	font-size: 1em;
	border-left: none;
	padding: 0;
	margin: 0;
	border-top: solid 1px #e3dcca;
	padding-top: 30px;
	padding-bottom: 30px;
}
#testimonialListWidget .author {
	color: #b4015c;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-align: right;
}
/* PRINT SHARE WIDGET */
.printShare {
	margin-top: 10px;
}
.printShare ul {
	list-style-type:none;
	margin:0;
	clear: none;
	padding:0;
	background: none;
	border: none;
}
.printShare ul li {
	border: none;
	float: left;
	border-right: dotted 1px #7f7f7f;
	padding-left: 30px;
	padding-right: 10px;
	margin-right: 10px;
	color: #01a2d8;
	cursor: pointer;
}
.printShare ul li a {
	font-size: 1em;
	font-weight: normal;
	color: #01a2d8;
	padding: 0;
	margin: 0;
	text-shadow: none;
	width: auto;
	display: inline-block;
}
.printShare ul li:hover {
	color: #2b285f;
}
.printShare ul li a:hover {
	background: none;
	color: #2b285f;
}
.printShare ul li:last-child {
	border-bottom: none;
	border-right: none;	
}
.printShare .print {
	background-image: url(../images/print.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.printShare .share {
	background-image: url(../images/share.png);
	background-repeat: no-repeat;
	background-position: center left;
}
/* BREADCRUMBS */
.breadcrumb {
	width: 1170px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
	background: none;
	font-size: .813em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2b285f;
	margin-bottom: 46px;
	margin-top: 25px;	
}
.breadcrumb a {
	color: #b4015c;
	font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb>li {
	text-shadow: 0 0 0 #ffffff;	
}
.breadcrumb>.active {
	color: #2b285f;
}
.breadcrumb>li>.divider {
	color: #b4015c;
}
/* LANDING PAGE */
#landing .innerContent .row-fluid {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;	
}
#landing .innerContent .row-fluid:first-child {
	width: 100%;	
}
#landing .well {
	min-height: 0px;
	padding: 0;
	margin: 0;
}
#landing .fullbleed {
	width: auto !important;	
}
.landingContent h2 {
	font-weight: 300;
	font-size: 3em;
	color: #2b285f;
	text-align: center;
	border-bottom: solid 1px #e3dcca;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-style: normal;
}
.landingContent {
	border-bottom: solid 1px #e3dcca;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.landingContent ul {
	list-style-type:none;
	margin:0;
	clear: none;
	padding:0;	
}
.landingContent ul li {
	background-color: #e3f5fb;
	background-image: url(../images/landingBG.png);
	background-repeat: no-repeat;
	background-position: 25px 24px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 520px;
	height: 157px;
	text-align: left;
}
.landingContent h4 {
	color: #b4015c;
	font-size: 1.5em;
	font-weight: normal;	
	padding-left: 44px;
	margin-bottom: 20px;
}
.landingContent ul li a {
	color: #655656;
	font-size: 1em;
}
.landingContent ul li a:hover {
	text-decoration: none;
}
.landingDescription {
	height: 68px;
	overflow: hidden;
	margin-bottom: 10px;
}
.landingLearn {
	font-size: .875em !important;
	font-weight: 900;
	color: #01a2d8 !important;
	text-transform: uppercase;	
}
/* HEADER */
.header {
	padding-top: 13px;
	background-image: url(../images/headerBG.png);
	background-size: 100% 211px;
	height: 198px;	
	text-align: left;	
	background-repeat: no-repeat;
	position: relative;	
}
.header .row-fluid {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
#header-location {
	font-size: .75em;
	font-weight: 600;
	color: #2b285f;
	text-align: left;
	width: 672px;	
}
.topAddress {
	float: left;
	margin-top: 5px;
	margin-right: 10px;	
}
.googleplusbadge {
	margin-top: 0px;
	float: left;	
}
.topMenu {
	margin-top: -5px;
	width: 468px !important;
}
.topLinks {
	font-size: .75em;
	font-weight: 600;
	color: #655656;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}
.topLinks a {
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #01a2d8;
}
.topLinks a:hover {
	text-decoration: underline;	
}
.topPhone {
	float: left;	
	margin-right: 15px;
}
.topPhone, .topPhone a {
	font-size: 1.625em;
	font-weight: bold;
	color: #2b285f;
}
.textMagnify {
	width: 90px;
	height: 32px;
	margin-top: -8px;
	font-size: .75em;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #e3dcca;
	border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px; 
	-webkit-border-radius: 0px 0px 5px 5px; 
	float: left;
	text-align: left;
	padding-top: 12px;
	padding-left: 11px;
}
.textButton {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #cabea0;
	display: inline-block;
	width: 20px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	line-height: 20px;
}
.textButton:hover {
	background-color: #a99f85;
}
.searchButton {
	width: 44px;
	background-color: #f57e29;
	color: #FFFFFF;
	border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px; 
	-webkit-border-radius: 0px 0px 5px 5px; 
	float: left;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-top: -8px;
	margin-left: 8px;
	text-align: center;
}
.searchButton a {
	font-size: 1.25em;
	color: #FFFFFF;
	text-decoration: none;
}
.logoArea {
	margin-top: 23px;
	position: relative;
}
.logo {
	display: block;
	width: 225px;
	height: 91px;
	background-size: cover;	
}
/* NAVIGATION */
.navigation {
	text-align: right;
	position: absolute;
	top: 43px;
	right: 24px;
}
.navigation ul {
	list-style-type:none;
	margin:0;
	clear: none;
	padding:0;	
}
.navigation ul li {
	float:left;	
	position:relative;
	
}
.navigation ul li a {
	color: #b4015c;
	font-size: 22px;
	font-weight: 200;
	text-decoration: none;
	text-transform: none;
	padding-left: 25px;
	padding-right: 0px;
	padding-top:5px;
	padding-bottom: 5px;
}
.navigation ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.navigation ul li:hover a {
	color: #b4015c;
	text-decoration: none;
}
.navigation ul .opened {
	color: #b4015c;	
}
.navigation ul li:last-child a {
	border-right: none;
}
.navigation ul li:first-child a {
	
}
.navigation ul li ul {
	position: absolute;
	left: -9999px;	
}
.navigation ul ul {
	width: 203px;
	position:absolute;
	margin: 0px;
	padding: 0px;
	top: 27px;
	left:-9999px;
	z-index: 1;
	display:block;
	clear:both;
	background-color: #b4015c;
	background-image: url('../images/downarrow.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 15px;
}
.navigation ul ul li {
	border:none;
	padding-left:0px;
	text-align:left;	
	padding-right:0px;
	float:none;
}
.navigation ul ul li a {
	font-size: 14px;	
	font-weight: 600;
	background: none;
	padding-left: 15px;
	padding-right: 5px;
	border: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: none;
	background-color:transparent;
	color: #FFFFFF !important;
}
.navigation li > a:after { 
 	display: inline-block;
    content: "";
	width: 15px;
	height: 14px;
	background-image: url('../images/downarrowNav.png');
	margin-left: 6px;
} 
.navigation li:hover > a:after {
	background-image: none;
}
.navigation li > a:only-child:after { 
	content: '';
	background: none;
	width: 0px;
	width: 0px;
	height: 14px;
	margin-left: 0px;
}   
.navigation ul ul li a:after {
	background: none;
	display: inline;
    content: "›" !important;
}
.navigation ul ul li:hover {
	background-color: #00a3d8;
}
.navigation ul ul li:first-child a {
	border:none;
}
.navigation ul ul li {
	background-color:transparent;
}
.navigation ul ul li a:hover {
	color: #ffffff;
	background-color: #00a3d8;
}
.navigation ul ul li:hover a {
	color: #ffffff;
	background:none;	

}
.navigation ul li ul li ul a {
	background: #2b285f !important;
	background-color: rgba(43,40,95,.9) !important;	
}
.navigation ul li ul li ul a:hover {
	background-color: #b4015c !important;	
}
.navigation li:hover ul {
	left: 0px;
	left: 50%;
	margin-left: -101px;	
}
.navigation li:hover ul ul li ul {
	left: -9999px;	
}
.navigation ul ul li ul {
	position:absolute;
	left:-9999px !important;
	top: 0px;	
}
.navigation ul ul li:hover ul {
	left: 250px !important;	
}
.navigation ul ul li ul  {
	display: none;
}
/* MEGA MENU */
#megaTestimonials .box2 {
	height: 285px;
}
#megaTerritories .box2 {
	width: 570px;
	height: 233px;	
}
#megaTerritories .box1 {
	width: 552px;
}
#megaTerritories ul li {
	
}

.megaMenu {
	width: 100%;
	min-height: 417px;
	background-image: url(graphics/megaBG.jpg);
	top: 174px;
	position: absolute;
	z-index: 10050;	
	text-align: left;
	display: none;
}
.megaInner {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
.megaMenu h3 {
	color: #2b285f;
	text-transform: none;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
}
.megaMenu ul {
	list-style-type:none;
	margin:0;
	clear: none;
	padding:0;	
}
.megaMenu ul {
	float: left;
}
.megaMenu ul li {
	margin-top: 9px;
	margin-bottom: 9px;
	float: left;
	margin-right: 5px;
	width: 298px; 
}
.megaMenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.125em;
	background-image: url(graphics/megaLi2.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.megaMenu ul li a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,.20);
}

.box1 {
	float: left;
	width: 606px;	
}
.promo-box {
	width: 370px;
	height: 213px;
	display: block;
	float: left;
	margin-right: 24px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	overflow:hidden; 
}
.promo-box.promo_1 {
	margin-right:0px;	
}
.megaInner .promo-box {
	width: 270px;
	height: 155px;
	background-size: cover;
	-webkit-box-shadow: 3px 3px 6px 0 rgba(0,0,0,.25);
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,.25);
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	overflow:hidden; 
}
.box3 {
	width: 370px;
	height: 231px;
	display: block;
	float: left;
}
.overlay {
	width: 100%;
	height: 2500px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	z-index: 10000;	
	display: none;
}
/* BUTTONS */
.button {
	font-size: 1em;
	font-weight: 900;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.button:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.buttonAlt {
	font-size: 1em;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 11px;
	padding-bottom: 11px;	
}
.buttonAlt:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.pink {
	background-color: #7e0140;
}
.pink:hover {
	background-color: #9a004e;
}
.blue {
	background-color: #01a2d8;
}
.blue:hover {
	background-color: #00b6f3;
}
/* BANNER */
.skn-pgwidget-banner {
	
}
.skn-pgwidget-banner .banner {
	background-position: bottom right;
	height: 304px;
	background-repeat: no-repeat;
	background-color: #f1ede4;
	text-align: left;
	margin-top: -36px;
	background-size: 645px 310px;	
}
.skn-pgwidget-banner .row-fluid .span6 {
	width: 1170px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.lead {
	font-size: inherit;	
}
.bannerContent  h1 {
	width: 745px;
	padding-top: 56px;
	color: #2b285f;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 41px;
	margin-top:0px;	
}
#landing .bannerContent h1 {
	font-size: 2em;
	letter-spacing: -1px;
}
.info-center .bannerContent  h1 {
	width: 655px;
	line-height: 46px;
}
.bannerContent h1 strong {
	font-weight: 300;
	color: #b4015c;
}
.bannerContent .button {
	display:inline-block;
	margin-top: 23px;
}
.bannerContent h2, .bannerContent small {
	color: #b4015c;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
	margin-top: 13px;
	width: 660px;
	margin-bottom: 9px;
	line-height: 113%;
}
#landing .bannerContent h2 {
	font-size: 1.3em;
	margin-top: 0px;
}
.bannerContent p {
	font-size: 1em;
	color: #655656;
	margin-bottom: 0px;
	line-height: 21px;
	width: 567px;	
}
.secondaryBanner {
	background-color: #b4015c;
	font-size: 2em;
	color: #f5a8cf;
	padding-top: 11px;
	padding-bottom: 8px;
	width: 100% !important;	
}
.secondaryBanner .buttonAlt {
	font-size: .5em;	
}
.secondaryBanner strong {
	color: #FFFFFF;
	font-weight: normal;
}
.secondaryBanner .offset1 {
	padding-top: 5px;	
}
.secondaryBannerBG {
	display: none;	
}
/* SITEMAP CALLOUT */
.skn-pgwidget-sitemapCallout {
	background-color: #FFFFFF;
}
.skn-pgwidget-sitemapCallout .row-fluid {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	padding-bottom: 14px;	
}
.skn-pgwidget-sitemapCallout .span3 {
	width: 390px;
	height: 179px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}
.skn-pgwidget-sitemapCallout h2 {
	font-size: 2.4em;
	font-weight: 900;
	text-transform: uppercase;	
}
.skn-pgwidget-sitemapCallout h2 a, .skn-pgwidget-sitemapCallout h2 a:hover {
	text-decoration: none;
}
.skn-pgwidget-sitemapCallout .first {
	border-right: dotted 1px #7f7f7f;
	padding-top: 26px;
}
.skn-pgwidget-sitemapCallout .first div {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.skn-pgwidget-sitemapCallout .first h2 a {
	color: #fdb71b;
}
.skn-pgwidget-sitemapCallout .second {
	border-right: dotted 1px #7f7f7f;
	padding-top: 25px;
}
.skn-pgwidget-sitemapCallout .second h2 a {
	color: #01a2d8;
}
.skn-pgwidget-sitemapCallout .third {
	padding-top: 25px;
}
.skn-pgwidget-sitemapCallout .third h2 a {
	color: #58b948;
}
/* JOB LIST WIDGET */
#jobListWidget thead {
	background-color: #2b285f;
	color: #FFFFFF;
}
#jobListWidget th {
	padding: 10px;
}
#jobListWidget .table th, .table td {
	border: none;
	vertical-align: middle;
}
#jobListWidget .table-striped tbody>tr:nth-child(even)>td, .table-striped tbody>tr:nth-child(even)>th {
	background-color: #fdfdfb;
}
.postDate {
	color: #2b285f;
}
.jobTitle {
	
}
.applyButton .btn.btn-mini {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .750em;
	border: none;
	text-shadow: none;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: none;
	background-color: #01a2d8;
}
.applyButton .btn.btn-mini:hover {
	background-color: #2b285f;
}
/* TESTIMONIALS */
.skn-pgwidget-testimonial {
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 40px;
}
.testimonial {
	background-image: url(../images/testimonialBG.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	color: #b4015c;
	font-size: 2.25em;
	font-style: italic;
	font-weight: 300;
	padding-left: 125px;
	padding-right: 125px;
}
.testimonial small {
	font-size: .667em;
	font-weight: 600;
}
.testimonial-link {
	margin-bottom: 30px;	
}
.leftRail .skn-pgwidget-testimonial {
	background: none;
	text-align: center;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(../images/testimonialBG2.png);
	background-position: center top;
	padding-top: 60px;
	height: 210px;
	margin-top: 20px;
}
.leftRail .testimonial {
	font-weight: normal;
	font-size: 1.313em;
	margin: 0;
	width: 100%;
	padding: 0;
	height: 138px;
	overflow: hidden;
}
.leftRail .testimonial-link {
	text-align: center;	
}
.leftRail .testimonial-link a {
	font-size: .813em;	
}
.leftRail .testimonial small {
	display: none;
}
/* PREFOOTER */
.preFooterOuter {
	background-color: #eae5d8;
	padding-top: 30px;
	padding-bottom: 30px;	
}
.preFooter {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;	
}
.preFooter a, .preFooter div {
	display: inline-block;
	margin-left:  8px !important;
	margin-right: 8px !important;
}
@media screen and (max-width:767px) {
#choice-provider {
margin-top: 8px;
margin-bottom: 6px;
}
}
/* FOOTER */
.footerOuter {
	background-color: #f1ede4;	
}
.footer {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 22px;
	padding-bottom: 80px;
	text-align: left;
	position: relative;	
}
.footerButtons {
	font-weight: 600;
	font-size: .813em;
	text-transform: uppercase;
	color: #655656;
	letter-spacing: 2px;	
}
.footerButtons a {
	color: #655656;
	text-decoration: none;
	background-color: #eae5d8;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding-top: 20px;
	padding-bottom: 20px;
	width: 270px;
	display: inline-block;
	text-align: center;
	margin-right: 24px;
	float:left;
}
.footerButtons a.sodexo {
	background-image: url(../images/sodexologo.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0px;
	padding-top: 28px;
	padding-bottom: 29px;	
}
.footerButtons a.safetychoice {
	background-image: url(graphics/safetychoice.png);
	background-repeat: no-repeat;
	background-position: center 11px;
	font-size: 0px;
	padding-top: 28px;
	padding-bottom: 29px;	
}
.footerButtons a:hover {
	background-color: #d5d0c4;	
}
.socialAreaOuter {
	float: left;
	background-color: #eae5d8;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}
.socialAreaOuter:hover {
	background-color: #d5d0c4;	
}
.socialArea {	
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	float: left;
	padding-left: 80px;
	padding-right: 0px;
}
.socialAreaLinks {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding-top: 0px;
	padding-bottom: 12px;
	display: inline-block;
	padding-left: 37px;
	padding-right: 7px; 
}
.socialAreaLinks a {
	float: left;
	background-color: transparent;
	display: inline-block;
	width: 34px;
	padding: 0;
	margin: 0;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 12px;
}
.socialAreaLinks a:hover {
	background-color: transparent;	
}
.copyright {
	margin-top: 40px;
	font-size: .813em;
	color: #655656;	
}
.copyright div {
	margin-bottom: 20px;	
}
.copyright a {
	font-size: 1.231em;
	color: #655656;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;	
}
.copyright a:hover {
	color: #655656;
	text-decoration: underline;
}
.disclaimer {
	color: #655656;
	font-size: .688em;
	margin-top:76px;
}
/* MOBILE MENU */
#NavButton {
	display: none;
	background-image: url(../images/mobileNav.png)	;
	width: 77px;
	height: 77px;
}
.ClickToCall {
	display: none;
	background-image: url(../images/mobileCall.png)	;
	width: 77px;
	height: 77px;
}
#mobileContact {
	display: none;
	background-image: url(../images/mobileContact.png)	;
	width: 77px;
	height: 77px;
}
#stwrapper {
	display: none;
}
#jPanelMenu-menu ul {
	text-align: left;
	list-style-type:none;
	margin:0;
	clear: none;
	padding:0;	
}
#jPanelMenu-menu ul li {
	background-color: #b4015c;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#jPanelMenu-menu ul li a {
	font-size: 1em;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#jPanelMenu-menu ul li {
	border-bottom: solid 1px white;	
	height: auto;
}
#jPanelMenu-menu ul li ul li {
	border-bottom: none;	
}
#jPanelMenu-menu ul li ul {
	position: static;	
	display: none;
}
#jPanelMenu-menu ul .open {
	background-color: #094f83;
}
#jPanelMenu-menu ul .open li {
	background-color: #094f83;
}
#jPanelMenu-menu ul .open a {
	background-image:url(../graphics/navArrowUp.png);	
}
#jPanelMenu-menu ul .open ul li a {
	background-image:none !important;	
}
#mobile_menu {
	display: none;	
}
.formBox {
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	border: solid 2px #e4decf;
}
h2.formBoxHeader {
	font-size: 3em;
	font-weight: 300;
	color: #2b285f;
	font-style: normal;
	margin-top: 50px;
}
.formBox ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.formBox ul li {
	float: left; 
	margin-right: 20px;
	margin-top: 5px;
	m
	margin-bottom: 5px;
}
.formBox input[type="radio"], .formBox input[type="checkbox"] {
	margin: 0px;
	margin-right: 8px;
}
/* BOOT STRAP FIXIN*/
.container-fluid {
	padding:0;	
}
.innerContent .row-fluid .span12 {
	min-height: 0;
}
.innerContent .row-fluid .span10 {
	min-height: 0;
}
.ppc .well {
	background-color: #FFFFFF;
}
.ppcinner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'batcity', Arial, sans-serif;
	font-size: 15px;
	color: #373737;	
}
.ppc h1 {
	color: #177fd0;
	font-size: 38px;
	font-family: 'batcity', Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 30px;
}
.ppc h2 {
	color: #177fd0;
	font-family: 'batcity', Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 21px;
}
.ppc p {
	line-height: 26px;	
	margin-bottom: 25px;
}
.ppc p strong {
	color: #177fd0;
}
.ppcinner a {
	color: #177fd0;
	text-decoration: underline;	
}
.ppc ul, .ppc ol {
	color: #737373;
}
.ppc ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}
#landing .innerContent .row-fluid.ppcbar {
	width: auto;	
}
.ppcFormInner .row-fluid {
	width: auto !important;	
}
.ppc ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.ppc ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.ppc ul li, .ppc ol li {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 30px;
}
.ppc .button {
	background-color: #b4015c;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'batcity', Arial, sans-serif;
	text-decoration: none;
	font-weight: 600;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding-left: 39px;
	padding-right: 39px;
	padding-top: 13px;
	padding-bottom: 13px;
	clear: both;
	float: none;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 30px;
}
.ppc .button:hover {
	background-color: #a50355;	
}
.ppcbar {
	background-color: #01a2d8;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 24px;
	padding-top: 21px;
	padding-bottom: 4px;
	margin-bottom: 40px;
}
.ppcbar a {
	background-color: #00516c;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'batcity', Arial, sans-serif;
	text-decoration: none;
	font-weight: 600;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding-left: 39px;
	padding-right: 39px;
	padding-top: 13px;
	padding-bottom: 13px;
	clear: both;
	float: none;
	display: inline-block;
	margin-left: 30px;
	position: relative;
	top: -4px;
}
.ppcbar a:hover {
	background-color: #003e52;	
}
.ppcbar strong {
	font-weight: normal;	
}
.ppcform {
	font-family: 'batcity', Arial, sans-serif;
	background-color: #f1ede4;
	color: #6a6a6a;
	font-size: 15px;
	padding-top: 30px;
	margin-top: -36px;
}
.ppcform h1, .ppcform h2 {
	color: #b4015c;
	font-size: 38px;
	font-family: 'batcity', Arial, sans-serif;
	font-weight: normal;
}
.ppcform .span12 {
	margin-left: 0;
}
.ppcform input[type="text"] {
	border: solid 1px #f1ede4;
	font-family: 'batcity', Arial, sans-serif;
	font-size: 14px;
	color: #a7a7a7;
	font-weight: bold;
	padding-left: 10px;
}
.ppcform .error {
	border: solid 1px red;
}
.ppcform .validated {
	border: solid 1px blue;
}
.ppcFormInner {
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 60px;
}
.ppcform #email {
	background-image: url(graphics/email.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 38px;
}
.ppcform #phone {
	background-image: url(graphics/phone.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 38px;
}
.ppcform .button {
	background-color: #b4015c;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 77px;
	padding-right: 77px;
	padding-top: 12px;
	padding-bottom: 10px;
}
.ppcform .button:hover {
	background-color: #9f0252;
}
#phone:-webkit-autofill {
	background-image: url(graphics/phone.png) !important;
	background-color: #FFFFFF !important;
	
}
/* MOBILE LAYOUT */
@media (max-width: 1305px)
{
	.header .row-fluid {
		width: 980px;	
	}
	.navigation ul li a {
		padding-left: 9px;
		padding-right: 9px;
		font-size: 20px;	
	}
	.topPhone, .topPhone a {
		font-size: 1em;	
	}
	.topPhone {
		margin-top: 8px;	
	}
	.topMenu {
		margin: 0px;
		padding: 0px;
		margin-top: -5px;
		width: 391px !important;	
	}
	#header-location {
		font-size: .625em;
		width: 563px;	
	}
	.secondaryBanner {
		font-size: 1.438em;	
	}
	#promotions {
		width: 980px;	
	}
	.SliderControls {
		width: 995px;	
	}
	#promotions ul li {
		margin-right: 32px;
		margin-left: 32px;	
	}
	#promotions ul li a {
		width: 260px;
		height: 150px;	
	}

	.buttonAlt {
		font-size: .938em;	
	}
}
@media (max-width: 1200px)
{
	.skn-pgwidget-banner .row-fluid .span6 {
		width: 1000px;
	}
	.bannerContent {
		background-color: rgba(255,255,255,.5);
		height: 416px;	
	}
	.bannerContent h1 {
		width: 705px;
		font-size: 2.375em;	
	}
	.info-center .bannerContent  h1 {
		width: 505px;
	}
	.secondaryBanner {
		font-size: 1.25em;	
	}
	.buttonAlt {
		font-size: .813em;	
	}
	.megaInner .promo-box {
		width: 186px;
		height: 107px;	
	}
	.skn-pgwidget-sitemapCallout .row-fluid {
		width: 1000px;	
	}
	.skn-pgwidget-sitemapCallout .span3 {
		width: 330px;	
	}
	.skn-pgwidget-sitemapCallout h2 {
		font-size: 1.375em;
		line-height: 26px;	
	}
	.homeContent {
		width: 800px;	
	}
	.homeServices {
		width: 800px;
	}
	.homeServices ul li a {
		width: 220px;
		font-size: .75em;
		background-position: 226px center;	
	}

	.locationAddress {
		width: 295px;	
	}
	#mapDetailView .locationAddress {
		width: 260px;	
	}
	.testimonial {
		width: 800px;
		background-image: none;
		padding: 0;	
	}
	.preFooter {
		width: 1000px;	
	}
	.footer {
		width: 858px;
	}
	.footerButtons a {
		width: 150px;	
	}
	.socialArea {
		padding-left: 15px;	
	}
	.socialAreaLinks {
		padding-left: 27px;	
	}
	.socialAreaLinks a {
		padding-left: 10px;
		width: 34px;	
	}
	.mainContent {
		width: 970px;	
	}
	.breadcrumb {
		width: 970px;
	}
	.leftRail ul {
		width: 250px;	
	}
	.leftRail ul li a {
		width: 237px;	
	}
	.leftRail ul li .current, .leftRail ul li .current:hover {
		background-position: 233px center;
	}
	.printShare ul li a {
		width: 40px;	
	}
	.skn-pgwidget-inPageCallout .span8 {
		width: 337px !important;	
	}
	.skn-pgwidget-inPageCallout .button {
		margin-top: 0px;	
	}
	#landing .innerContent .row-fluid {
		width: 970px;	
	}
	.landingContent ul li {
		width: 405px;
		height: 185px;
	}
	.landingDescription {
		height: 99px;	
	}
	#locationsBox {
		line-height: 14px;	
	}
	#locationsBox h3 {
		font-size: 1.25em;	
	}
	.navigation ul li a {
		font-size: 19px;
		padding-left: 14px;	
	}
	.navigation ul ul {
		top:25px;
	}
}
@media (max-width: 1024px)
{
	.megaMenu, .overlay, .textMagnify, .searchButton, #header-location, .topLinks {
		display: none !important;	
	}
	.navigation ul .opened {
		background: none;	
	}
	.navigation {
		display: none;	
	}
	#NavButton {
		display: block;
		margin-top: 7px;
		float: right;	
		cursor: pointer;
		margin-right: 15px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#mobileContact {
		display: block;
		margin-top: 7px;
		float: right;	
		cursor: pointer;
		margin-right: 15px;
		position: absolute;
		top: 0px;
		right: 90px;
	}
	.topMenu {
		float: right !important;
		width: 150px !important;
		text-align: right;	
	}
	.logoArea {
		margin-top: 0;	
	}
}
@media (max-width: 980px)
{
	.header .row-fluid {
		width: 700px;	
	}
	.secondaryBanner {
		font-size: 1em;	
	}
	.buttonAlt {
		font-size: .75em;
		padding-left: 15px;
		padding-right: 15px;	
	}
	.buttonAlt .icon-fixed-width {
		display: none;
	}
	.skn-pgwidget-sitemapCallout .first div {
		width: auto;	
	}
	.skn-pgwidget-sitemapCallout .row-fluid {
		width: 700px;	
	}
	.skn-pgwidget-sitemapCallout .span3 {
		width: 233px;
		height: 262px;	
	}
	.homeContent {
		width: 580px;	
	}
	.homeServices {
		width: 580px;	
	}
	.homeServices ul li a {
		width: 242px;
		background-position: 244px center;	
	}

	.locationImage {
		display: none;	
	}
	.locationAddress {
		width: 290px;	
	}
	.promotionsOuter {
		display: none;	
	}
	.skn-pgwidget-testimonial, .testimonial-link {
		display: none;	
	}
	.preFooter, .footer {
		width: 700px;	
	}
	.footerButtons a {
		width: 326px;	
	}
	.socialAreaOuter {
		margin-top: 20px;
		padding-left: 82px;
		padding-right: 82px;	
	}
	.socialAreaLinks a {
		width: 34px;	
	}
	.skn-pgwidget-banner .row-fluid .span6 {
		width: 752px;	
	}
	.leftRail {
		display: none !important;	
	}
	.breadcrumb {
		width: 700px;	
	}
	.mainContent {
		width: 700px;	
	}
	.rightRail {
		width: 90% !important;	
	}
	#landing .innerContent .row-fluid {
		width: 90%;	
	}
	.landingContent ul li {
		height: auto;	
	}
	.landingDescription {
		height: auto;
	}
	.footerLogo {
		display: none;	
	}
}
@media (max-width: 1305px)
{
	.ppcbar a {
		display: block;
		margin-top: 10px;
		width: 50%;
		margin-left:auto;
		margin-right: auto;
	}
}
@media (max-width: 850px)
{
	.ppcinner {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;	
	}
	.ppcFormInner {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 767px)
{
	.header {
		height: 118px;	
	}
	.header .row-fluid {
		width: 450px;	
	}
	.topPhone, .skn-pgwidget-banner, .skn-pgwidget-sitemapCallout {
		display: none;	
	}
	.logo {
		width: 165px;
		height: 67px;	
	}
	.ClickToCall {
		display: block;
		margin-top: 7px;
		float: right;	
		cursor: pointer;
		margin-right: 15px;
		position: absolute;
		top: 0px;
		right: 180px;
	}
	.homeContent {
		width: 420px;	
	}
	.homeContent h2 {
		line-height: 20px;	
	}
	.homeServices {
		width: 380px;	
	}
	.homeServices ul li a {
		width: 322px;
		background-position: 320px center;
		font-size: 1em;	
	}
	.googleMapHome, .socialArea {
		display: none;	
	}

	.locationAddress {
		width: 80%;	
	}
	.preFooter, .footer {
		width: 450px;	
	}
	.footerButtons a {
		margin-top: 10px;
		width: 100%;	
	}
	.socialAreaLinks a {
		width: 34px;	
	}
	.socialAreaOuter {
		padding-left: 40px;
		padding-right: 75px;	
	}
	.mainContent {
		width: 90%;	
	}
	.landingContent ul li {
		width: auto;
	}
	.breadcrumb {
		width: 90%;	
	}
	.skn-pgwidget-inPageCallout {
		padding: 10px;	
	}
	.skn-pgwidget-inPageCallout .span4 {
		margin-left: auto !important;
		margin-right: auto !important;	
	}
	.button {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 450px)
{
	.header .row-fluid {
		width: 290px;	
	}
	#NavButton, #mobileContact, .ClickToCall {
		top: 53px;	
	}
	.logo {
		margin-top: -20px;
		margin-left: auto;
		margin-right: auto;	
	}
	.homeContent {
		width: 260px;
		font-size: 1.063em;	
	}
	.homeContent h1 {
		margin-top: 0;
		font-size: 1.938em;	
	}
	.homeServices {
		width: 230px;	
	}
	.homeServices ul li a {
		width: 179px;
		background-image: none;	
	}
	.locationPin {
		display: none;	
	}
	.preFooter, .footer {
		width: 280px;	
	}
	.preFooter a, .preFooter div {
		margin: 0;
		margin-top: 10px;
		margin-bottom: 10px;	
	}
	.socialAreaOuter {
		padding-right: 55px;	
	}
	.skn-pgwidget-inPageCallout .span8 {
		width: 217px !important;
	}
	.skn-pgwidget-inPageCallout .span4 {
		display: none;	
	}
	.header {
		height: 168px;	
	}
	.innerContent h1 {
		font-size: 2em;	
	}
	.innerContent h2 {
		font-size: 1.063em;
		margin-top: 10px;
		margin-bottom: 20px;	
	}
}

#topsearch{  margin: 0;
  padding: 0;
  border: none;
  color: #787878;
  font-size: 18px;
  font-family: 'proxima-nova', 'batcity', Arial, sans-serif;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  padding-right: 25px;
  width: 240px;
  margin-left: 9px;
  margin-right: 13px;
  height: 42px;}


  .author {
  color: #b4015c;
  font-size: 1em;
  font-weight: bold;
  display: block;
  text-align: right;}

  blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote{border-left:0px; border-top: solid 1px #e3dcca; padding-top: 20px;
  padding-bottom: 20px;}

ul.normal {
	color: #000000;
	background-color: transparent;
	padding: 0;
	line-height: 125%;
	border: none;
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	margin-bottom: 1.5em;
}

ul.normal li {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	padding: 0;
	float: none;
	margin: 0 0 0 15px;
	width: auto;
	height: auto;
	text-align: left;
	line-height: 136%;
}

p.homepagethrees {
	line-height: 131%;
}

h1.content_h1 {
	text-align: left;
	font-size: 2.48em;
	font-weight: 300;
	color: #2b285f;
	margin-top: .85em;
}

h2.content_h2 {
	text-align: left;
	color: #b4015c;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
	line-height: 26px;
	margin-top: 30px;
	margin-bottom: 26px;
	line-height: 126%;
}

h3.content_h3 {
	text-align: left;
	color: #2b285f;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 125%;
} 

.content_p {
	text-align: left;
	line-height: 144%;
	margin-bottom: .7em;
}

.highlight {
	color: #b4015c;
	font-weight: bold;
	font-style: italic;
}
h4.content_h4 {
	text-align: center;
	color: #048fc6;
	font-size: .9em;
	font-weight: bold;
	line-height: 125%;
} 
h2.adviceform_header {
  color: #B4015C;
  font-size: 1.44em;
  font-weight: bold;
  font-style: italic;
  line-height: 95%;
  margin-top: .4em;
  margin-bottom: 0;
  text-align: left;
  padding-left: .5em;
}
h2.adviceform_header .icon-comment {
  color: #339FD6;
}
.adviceform_header_highlight {
  font-size: 74%;
  color: #293896;
  font-style: normal;
  font-weight: bold;
}
#adviceform_container {
  margin: 0 auto;
  padding: .8em 1.3em;
  background-color: #E8F7FF;
  border: 1px solid #A0BBC3;
  border-radius: 7px;
}
#adviceform_container .span2,
#adviceform_container .span10 {
  padding: 0 0 .1em 0;
  margin: 0;
}
#adviceform_container .form-group {
  padding: 0;
  margin: 0;
}
.adviceform_label {
  font-size: 84%;
  color: #293896;
  font-weight: bold;
  text-align: left;
}
#adviceform_container input[type="text"].adviceform-control, #adviceform_container textarea.adviceform-control {
  padding-left:5px;
}
input[type="text"].adviceform-control,
textarea.adviceform-control {
  display: block;
  margin: 1px;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"].adviceform-control:focus,
textarea.adviceform-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input[type="text"].adviceform-control,
textarea.adviceform-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type="text"].adviceform-control,
textarea.adviceform-control:-ms-input-placeholder {
  color: #999;
}
input[type="text"].adviceform-control,
textarea.adviceform-control::-webkit-input-placeholder {
  color: #999;
}
input[type="text"].adviceform-control[disabled],
textarea.adviceform-control[disabled],
input[type="text"].adviceform-control[readonly],
textarea.adviceform-control[readonly],
fieldset[disabled] input[type="text"].adviceform-control,
fieldset[disabled] textarea.adviceform-control {
  background-color: #eee;
  opacity: 1;
}
input[type="text"].adviceform-control[disabled],
textarea.adviceform-control[disabled],
fieldset[disabled] input[type="text"].adviceform-control,
fieldset[disabled] textarea.adviceform-control {
  cursor: not-allowed;
}
textarea.adviceform-control {
  height: auto;
}
#stickybutton {
    display: inherit !important;
    outline: none;
    position: fixed;
    top: 0px;
    padding: .4em 1.6em .3em .6em;
    right: 0px;
    border-radius: 8px 0 0 8px;
    font: 100% 'proxima-nova', 'batcity', Arial, sans-serif;
    background-color: green;
    background-image: none;
}

@media screen and (max-width:767px){
#stickybutton{margin-top:209px !important;}

}
#adviceform_container label.error {
	color: #D40505;
    font-size: 0.8em;
    text-align: left;
    margin-bottom: 0;
}


.modal-body{
	max-height:100%; 
	overflow-y:inherit;
	padding: .6em;
	}

.form-group .span10{width:100%;}

.formsubmit{float: left;
    margin-top: 15px;}

.modal-header .close {
    margin-top: 8px;
}

.close{font-size:32px;}


.screen-reader-text{display:none;}

#archives-2 .widget-title{display:none;}

#archives-2 ul {list-style-type: none;}
#archives-2 ul li {border: 1px solid #ddd;
    padding: 10px; border-top:none;}

#archives-2  ul li:first-child {border-top: 1px solid #ddd;}   

.pagination{position:relative !important; float: left;
    right: 0px;
    top: 0px;}


 img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.nav-previous{display:none;}
.nav-next{display:none;}

.contactLocation p{line-height:120% !important;}

.modal-backdrop{position:relative;}

body.modal-open { position: fixed; }
#archives-2 ul{
	margin-left: 0;
}
#archives-3 {
	display: none;
}
@media screen and (max-width:767px){
#myModal{display:none !important;}
#stickybutton{display:none !important;}
#archives-3 {
	display: inherit;
}
#archives-2 {
	display: none;
}
.blog-container {
	padding-left: 20px;
	padding-right: 20px;
}
}
.blog-container {
	margin-bottom: 15px;
}
#archives-3 .widget-title {
	display: none;
}
#archives-dropdown-3 {
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #2b285f;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 0;
}
#archives-dropdown-3 option {
	font-size: 15px;
}
#contact-new {
    margin: 0;
    padding: 0;
    width: 100% !important;
    margin-top: -36px;
    background-color: #FFFFFF;
    background-image: url(../images/interiorBG.jpg);
    background-repeat: repeat-x;
    background-position: top;
    text-align: left;
    padding-top: 30px;
}
#contact-new-body::after {
	content: '';
	display: block;
	clear: both;
}
#contact-new-body {margin-bottom: 30px;}
#contact-new-container {margin: 0 30px;}
@media (min-width: 768px) {#contact-new-container {
margin: 0 auto;
width: 700px;
}
} 
@media (min-width: 992px) {#contact-new-container {
margin: 0 auto;
width: 970px;
}
} 
@media (min-width: 1200px) {#contact-new-container {
margin: 0 auto;
width: 1170px;
}
}
#cnb-wp-above > h1 {
	margin-top: 0;
    font-size: 2em;
    font-weight: 300;
    color: #2b285f;
    line-height: 1.1;	
}
@media (min-width: 768px) {#cnb-wp-above > h1 {font-size: 2.3em;}}
@media (min-width: 992px) {#cnb-wp-above > h1 {font-size: 2.8em;}}
@media (min-width: 1200px) {#cnb-wp-above > h1 {font-size: 2.8em;}}
#cnb-wp-above > h1 + h2 {
    font-size: 1.063em;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #b4015c;
    font-weight: normal;
    font-style: italic;
    line-height: 26px;
}
@media (min-width: 768px) {#cnb-wp-above > h1 + h2 {font-size: 1.2em; margin-top: 20px; margin-bottom: 20px;}}
@media (min-width: 992px) {#cnb-wp-above > h1 + h2 {font-size: 1.5em;}}
@media (min-width: 1200px) {#cnb-wp-above > h1 + h2 {font-size: 1.5em;}}
#cnb-wp-below {margin-top: 20px; margin-bottom: 20px;}
@media (min-width: 768px) {#cnb-wp-below {margin-bottom: 0;}}
#cnb-wp-above p, #cnb-wp-below p {
    line-height: 144%;
    margin-bottom: .7em;
}
#cnb-left, #cnb-right {float: none; width: 100%;}
@media (min-width: 768px) {#cnb-left, #cnb-right {float: left;}}
@media (min-width: 768px) {#cnb-left {width: 60%;}}
@media (min-width: 768px) {#cnb-right {width: 40%;}}
@media (min-width: 992px) {#cnb-left {width: 70%;}}
@media (min-width: 992px) {#cnb-right {width: 30%;}}
.form-group.cnb-form {margin-bottom: 11px;}
#contact-new-sidebar {
background-color: #f8f6f2;
padding: 16px 18px 80px;
margin-left: 0;
}
@media (min-width: 768px) {#contact-new-sidebar {margin-left: 30px;}}
#contact-new-sidebar h3 {
    color: #2b285f;
    line-height: 1.1;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0;
}
@media (min-width: 992px) {#contact-new-sidebar h3 {font-size: 1.6em;}}
#contact-new-sidebar h4 {
    color: #b4015c;
    font-size: 1.4em;
    font-weight: normal;	
}
@media (min-width: 992px) {#contact-new-sidebar h4 {font-size: 1.5em;}}
#contact-new-sidebar h3 + p {
	color: #655656;
	font-size: .95em;
}
.contact-location {
    color: #2b285f;
    margin-top: 35px;
}
.contact-location p {font-size: .98em; margin-bottom: 5px; line-height: 1.3;}
ul#cnb-breadcrumb {margin-bottom: 30px;}