body {
	overflow: hidden;
	font-family: 'Raleway', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}

h1,h2,h3 {
	font-weight: 100;
}

h4,h5,h6 {
 	margin-top: 15px;
	font-weight: 300;
}

h1,h2 {
	text-align:center;
}



.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/AnimatedLogo2.gif) center no-repeat #fff;
}

div#FSWords {
	opacity:0;
}

div#FSJargon, div#FormWebsite {
	display: none;
}

div#the_site_tabs_content {
	overflow: auto;
}

div#serviceareamap {
	width: 90%;
	min-height: 280px;
	height: 50vh;
}

.form-group:after { 
    content: " "; 
    display: block;
    clear: both;
} 


.nav-pills>li>a {
	padding: 8px 12px;
}

div.checkbox {
    margin-top: 5px;
}

@media (min-width: 992px) {
	body {
		font-size:16px;
	}
        h1 {
        	font-size:46px;
        	margin-top: 20px;
    		margin-bottom: 10px;
        }
        h2 {
            font-size:30px;
        } 
        h3 {
            font-size:28px;
        }   
        h4 {
            font-size:22px;
        }       
}
@media (max-width: 992px) {
	body {
		font-size:15px;
	}
        h1 {
            font-size:36px;
            margin-top: 16px;
    	    margin-bottom: 8px;
        }
        h2 {
            font-size:26px;
        } 
        h3 {
            font-size:24px;
        } 
        h4 {
            font-size:20px;
        } 
}
@media (max-width: 768px) {
	body {
		font-size:15px;
	}
        h1 {
            font-size:36px;
            margin-top: 16px;
    	    margin-bottom: 8px;
        }
        h2 {
            font-size:26px;
        } 
        h3 {
            font-size:24px;
        } 
        h4 {
            font-size:20px;
        } 
}
@media (max-width: 640px) {
	body {
		font-size:14px;
	}
        h1 {
            font-size:32px;
            margin-top: 14px;
    	    margin-bottom: 7px;
        }
        h2 {
            font-size:24px;
        } 
        h3 {
            font-size:22px;
        } 
        h4 {
            font-size:18px;
        } 
}
