@charset "utf-8";

html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
body {
  margin: 0;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #181818;
  
}
body a {text-decoration: none;}
body a:hover {text-decoration: underline;}
.anchor {
  display: block;
  height: 50px;
  margin-top: -50px;
  visibility: hidden;
}
img {border: none;}
.header {
  height: 55px; 
  width: 100%; 
  line-height: 55px; 
  background-color: #000; 
  color: #fff;
  text-align: center;
}
.header a {color: #d1d1d1;;}
.header a:hover {
  text-decoration: none;
  color: #fff
}
.logo {font-size: 26px;}
/* Menu start */
.topnav {
  width: 100%;
  background-color: #000;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.topnav a {
  float: left;
  display: block;
  color: #d1d1d1;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}
.topnav a:hover {
  color: #fff;
  text-decoration: none;
  }
.topnav .icon {display: none;}
/* Menu end */

.content {
	margin: 0;
  clear: both;
}
.pageHeader {
	font-size: 32px;
	font-weight: bold;
	font-family: 'Shadows Into Light', sans-serif;
	color:#000;
  text-align: center;
}
.footer {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
	color: #000;
}
.footer a {
	color: #000;
	cursor: pointer;
}
.formcontainer input[type=checkbox] {margin-right: 15px;}
.formcontainer input:required, .formcontainer textarea:required, .formcontainer select:required {border-color: red;}
.formcontainer input[type=text], .formcontainer input[type=email], .formcontainer input[type=number], .formcontainer select, .formcontainer input[type=tel], .formcontainer input[type=date], .formcontainer textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-family: inherit;
  font-size: 100%;
}
.formcontainer label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.colorPanel {
  clear: both;
	background-color: #EEEEEE; 
	height: auto; 
  overflow: hidden;
  padding: 20px;
}
.colorPanel2 {
  clear: both;
	background-color: #11334f; 
	height: auto; 
  overflow: hidden;
  color: #fff;
  padding: 20px;
}
.bodySection {
  max-width: 1000px; 
  margin: 5px auto; 
  padding: 10px;
}
.btnGreen {
	-webkit-appearance: none;
	border-radius: 5px;
	border: 0px;
	font: bold 18px/36px 'marydale', Arial, sans-serif;
	color: #ffffff;
  background-color: #73ba0a;
	padding: 3px 10px;
	text-decoration: none;
}
.btnGreen:hover {
  background-color: #333;
	text-decoration: none;
}  
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  border: none;
}
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}  
.sectionHeader {
  text-align: center; 
  font-family: marydale; 
  font-size: 28px; 
  margin-top: 0; 
  padding-top: 0;
}
.left1 {
  width: 50%; 
  float: left; 
  padding: 0 10px;
}
.right1 {
  width: 50%; 
  float: left;
}
.bottom {
  clear: both;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .left1, .right1 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 700px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
	.col-25, .col-75, .formcontainer input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}  
@media screen and (max-width: 524px) {
  .logo {font-size: 20px;}
  .header {font-size: 16px;}
}
