@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

img.left{
display:block;
float:left;
}
img.right{
	display: block;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.fluid {
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 90.25%;
    padding-left: 2.375%;
    padding-right: 2.375%;
}
.header-gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    clear: none;
    float: none;
    text-align: center;
}
#header {
    background-repeat: repeat;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.headerleft {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
}
.headerlinks {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #FFFFFF;
    background-position: 0% bottom;
    font-size: 22px;
    background-color: #1C75BC;
}
.headerright {
    float: right;
    text-align: center;
    font-family: open-sans-condensed;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2px;
}
.testimonial-sub {
    margin-bottom: 20px;
}
.center-title {
    text-align: center;
}


.sliderimages {
    background-image: url(../images/pressurewashingbranson.webp);
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 200px;
}
.sliderimagestext {
    text-align: center;
    color: rgba(255,255,255,1.00);
    font-size: 2rem;
    padding-top: 60px;
    letter-spacing: 2px;
    font-weight: bold;

}
.abovefooter {
    color: #FFFFFF;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #1C75BC;
    line-height: 1.2em;
}
.abovefooter a {
	color: #FFFFFF;
	text-decoration: none;
}
.abovefooter a:visited {
	color: #FFFFFF;
}
.abovefooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.abovefooter a:focus {
	color: #FFFFFF;
}
#footer {
    background-color: #1B2D20;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 1px 0px;
    box-shadow: 1px 1px 8px #c7c7c7;
    color: rgba(187,187,187,1.00);
}
.centered-image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: block;
}
.clearboth {
    clear: both;
    height: 1px;
    width: 100%;
}
.fluid.abovefooter .fluid.header-gridContainer {
}
.fluid.abovefooter .fluid.header-gridContainer .fluid.half-width {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.shortblueline {
    border-top: medium solid #1E43B8;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 10px;
    margin-top: 40px;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contactform {
    text-align: center;
}
.center-text {
    text-align: center;
}
.center-text {
}
.bluebg {
    background-color: rgba(28,117,188,1.00);
    color: rgba(255,255,255,1.00);
}

.responsive {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 481px) {
.cities {
    color: rgba(98,98,98,1.00);
}

.gridContainer {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    clear: none;
    float: none;
    margin-left: auto;

}
.header-gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}

#footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.fluid {

}

}

@media only screen and (min-width: 769px) {

.gridContainer {
    padding-left: 5%;
    padding-right: 5%;
    clear: none;
    float: none;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header-gridContainer {
    width: 98.3333%;
    padding-left: 0.8333%;
    padding-right: 0.8333%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header {
}
.sliderimages {
    clear: both;
    background-position: center center;
    background-image: url(../images/pressurewashingbransonmo.webp);
}
.sliderimagestext {
    padding-top: 40px;
    font-size: 3em;
    text-shadow: 2px 2px rgba(0,0,0,1.00);
    background-size: contain;
}
.headerleft {
    text-align: left;
    width: 30%;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.headerlinks {
    width: 45%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.headerright {
    width: 25%;
    clear: none;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pricing {
    padding-left: 5%;
    padding-right: 5%;
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pricingright {
    padding-left: 40px;
    padding-right: 40px;
}
.center-title {
    text-align: center;
}
.testimonials {
    padding-left: 5%;
    padding-right: 5%;
    clear: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer {
}
.abovefooter {
}
.centered-image {
}
.clearboth {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
ul
{
list-style-type: none;
padding: 0;
margin-left: 0;
}
.topbottompadding {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}
