html {
    background-color:#fff;
    }
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	border:0px;    
    }
#testSite {
	padding:5px 10px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:center;
	background-color:#ffff00;
	z-index:999999;
	position:fixed;
	top:0px;
	text-transform:uppercase;
	white-space:nowrap;
    }
body {
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:19px;
	color:#333;
    }

img {
	max-width:100%;
	height:auto;
    }
#header {
    border-top:20px solid #000;
    border-bottom:3px solid rgb(108, 193, 76);
    background-color: rgb(247, 248, 255);
    text-align:center;
}
.container {
    max-width:1200px;
    margin: 0px auto;
	padding:30px 30px;
	width: auto;
	height: auto;
}
.parallax-section {
    background-image: url('gfx/header-bkg.webp');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: top center;
    height: 300px;
    position: relative; 
}
strong {
    font-weight:bold;
}
#body {
    background-color: #ffffff;
}
h1, h2 {
    color:rgb(108, 193, 76);
}
h2 {
    font-weight: normal;
    margin-bottom:10px;
}
h3 {
    font-size:36px;
    font-weight: 600;
    margin-bottom:10px;
    text-transform: uppercase;
    text-align: center;
}
.parallax-section .container div {
    position: absolute;
    bottom:15%;
    text-shadow: -2px 2px .75rem #001722;
 }
.parallax-section h1 {
    color:#fff;
    font-size:50px;
}

.tag {
    text-transform: uppercase;
    font-size:16px;
    color:#fff;
}
p {
    margin-bottom:30px;
}
a {
    color:rgb(108, 193, 76);
}
.button {
	background: #77ad5c;
    border-radius: 5px;
	color:#fff;
	padding:8px 15px;
	text-transform:uppercase;
	font-size:26px;
	margin:20px auto 0px auto;
	width:50%;
    text-decoration: none;
    display:inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.button:hover {
    background-color: rgb(108, 193, 76);
}
.errorMsg {
	padding:5px;
	background-color:#FFDEDF;
	border:1px solid #d32929;
	color:#d32929;
	border-radius:5px;
	margin:10px auto;
	text-align:center;
    display:none;
}
#cityDiv {
    float:left;
    width:50%;
}
#stateDiv {
    float:left;
    padding-left:5px;
    width:20%;
}
#zipDiv {
    width:30%;
    float:left;
    padding-left:5px;
}
form {
    padding:20px;
    background-color:#f1f1f1;
    border-radius: 8px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	padding: 10px 7px;
	font-family:inherit;
	font-size:inherit;
	font-weight:normal;
	color:#666;
	background: #fff;
	border: 1px solid #c0d1b6;
	border-radius: 2px;
	width:100%;
	margin-bottom:10px;
    -webkit-appearance: none;
}

input[type="checkbox"] {
    -webkit-appearance: auto;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus  {
	background: #fff;
	border-color:#0066cc;
}
input[type="submit"], .button {
	background: #f9ac4d;
    border-radius: 4em;
	color:#ooo;
	padding:15px 25px;
	text-transform:uppercase;
	font-size:18px;
	font-family:inherit;
	font-weight: 600;
	margin:20px auto 0px auto;
	cursor: pointer;
    text-decoration: none;
}
input[type="submit"]:hover, .button:hover {
	background: #f69013;
}
.disclaimer {
    font-size:14px;
}
.row {
    overflow:hidden;
}
.split25 {
    float:left;
    width:25%;
}
.split50 {
    float:left;
    width:50%;
}
.split50:first-of-type {
    padding-right:15px;
}
ul.content {
    list-style:square
}
ul.content li{
    margin-left:25px;
    margin-bottom:5px;
}
#awards {
    padding:50px 0px;
    text-align: center;
    background-color: rgb(247, 248, 255);
    margin-top:50px;
}
#awards img {
    padding:0px 2%;
    width:13.75%;
    vertical-align: middle;
}
#topFooter {
    background-image: url("../gfx/GeometricWeave.webp");
}
#topFooterContent {
    background-color:rgba(0,23,34,.8);
    color:#fff;
    padding:30px;
}
#topFooterContent ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width:95%;
    height:100px;
    list-style: none;
}
#topFooterContent ul li {
    display:block;
    margin-bottom:5px;
}
footer a:hover {
    color:#ccc;
}
#footer {
    border-top: solid 1px #fff;
    background-color:#000;
    color:#fff;
    font-size:12px;
    padding:20px 0px; 
}

footer a {
    color:#fff;
    font-size:16px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
}
.pageSlideShow {	
	overflow:hidden;
	position:relative;
    margin:0px auto;
}
.slideShow > div { 
	position:absolute;
    top: 0px; 
	display:none;
	width:100%;
}
.slideShow > div img { 
	border:1px solid #ccc;
    border-radius: 10px;
}
.slideShow > div:first-of-type { 
	display:block;
}
.slideShow div.active { 
	position:relative;
}
@media(max-width:800px) {	
#topFooterContent ul {
    height:auto;
} 

#awards img {
    width:31.3%;
}
.split50 {
    width:100%;
    float:none;
    padding-right:0px !important;
}
.split25 {
    width:50%;
}
.button {
    width:100%;
}
}
@media(max-width:600px) {

.container {
	padding:15px;
}
.parallax-section {
    height:160px;
}

.parallax-section h1 {
    font-size:30px;
}
.parallax-section .container div {
    bottom:5%;
 }
}
@media(max-width:470px) {	  
.split25 {
    width:100%;
    float:none;
}
footer {
    text-align:center;
}
}