@media print {.noprint{display:none;}}
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
body {
	font-family: 'Montserrat', sans-serif;;
	font-optical-sizing: auto;
  font-size: 20px;	
  font-weight: 300;
  font-style: normal;
  color: #081838;
  background-color: #f1f1f1;
  margin: 0;
  padding: 0;
}
body a {
	text-decoration: none;
	color: #004CFF;
}
body a:hover {text-decoration: underline;}
/* Header */
.topnav {
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #081838;
}
.topnav a {
  float: left;
  display: block;
  color: #081838;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}
.topnav a:hover {
  background-color: #081838;
  color: #fff;
  text-decoration: none;
}
.topnav .icon {
  display: none;
}
.content {
	margin: 0 auto;
	max-width: 1000px;
  padding: 0 10px;
}
.whitestripe {
  clear: both;
  background-color: #fff;
  padding: 15px 0;
}
.lead {
  font-size: 24px;
}
.footer {
  clear: both;
  width: 100%;
  text-align: center;
  border-top: 1px solid #000;
  padding: 5px 0;
  font-size: 14px;
	background: #081838;
  color: #fff;
}
.pageHeader {
  font-family: "Handlee", cursive;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
  text-align: center;
  color: 081939;
}
.btnBlue {
	-webkit-appearance: none;
	border-radius: 5px;
	border: 0px;
	font: bold 18px/36px 'Montserrat', 'open-sans-condensed', sans-serif;
  font-weight: 700;
	color: #fff;
	background: #081838;
	padding: 6px 20px;
	text-decoration: none;
}
.btnBlue:hover {
	background: #fa7e38;
  color: #081838;
	text-decoration: none;
}
.contactForm {padding-left: 20px;}
.contactForm input[type=text], .contactForm input[type=email], .contactForm textarea, .contactForm select {
  width: 100%;
  max-width: 500px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}
.contactForm textarea {
  height: 100px;
}
.contactForm label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
.contactForm .col-20 {
  float: left;
  width: 20%;
  margin-top: 6px;
}
.contactForm .col-80 {
  float: left;
  width: 80%;
  margin-top: 6px;
}
.contactForm .row:after {
  content: "";
  display: table;
  clear: both;
}
.contactForm input:required, .contactForm textarea:required {border-color: red;}
.features {
  clear: both;
  width: 100%;
  padding: 20px 0;
}
.feature-image {
  float: left;
  width: 25%;
}
.feature-image img {
  width: 100%;
  height: auto;
}
.feature-text {
  float: left;
  width: 75%;
  padding-left: 15px;
}
@media only screen and (max-width : 950px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .feature-image {
    float: none;
    width: 100%;
    text-align: center;
  }
  .feature-image img {
    width: 100%;
    max-width: 250px;
    height: auto;
  }
  .feature-text {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  .contactForm {padding-left: 0px;}
  .contactForm .col-20, .contactForm .col-80 {
    width: 100%;
    margin-top: 0;
  }
}  