@media only screen and (min-width : 320px) {
	body {
	  min-height: 1000px;
	  padding-top: 80px;
	}
}

@media only screen and (min-width : 768px) {
	body {
	  min-height: 1000px;
	  padding-top: 120px;
	}
}
@media only screen and (min-width : 992px) {
	body {
	  min-height: 1000px;
	  padding-top: 140px;
	}
}
/* old styles */

body {
	background:url(../images/old_moon.png) top center repeat;
}

a {
	color: #145ecc;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
	text-decoration:none;
}
h1 {font-family: "Museo-500", serif;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font:30pt "Museo-500", serif;
	color:#98c93c;
	text-align:center;
	font-weight:normal;
	font-style:normal;
	margin:10px 0 15px 0;
	padding-top:10px;
}
h3 {
	font:10pt 'Lato', sans-serif;
	color:#fff;
	background:#89877b;
	text-align:center;
	padding:7px 0 7px 0;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}

h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

li {
	font:12pt 'Lato', sans-serif;
	color:#373f4a;
}
.clear {
	clear:both;
}
.centerImg img {margin:0 auto;}

.padLR40 {padding:0 40px;}

@media only screen and (min-width : 320px) {
	.padLR20 {padding:0 5px; padding-left:5px; padding-right:5px;}
}
@media only screen and (min-width : 768px) {
	.padLR20 {padding:0 5px; padding-left:5px; padding-right:5px;}
}
@media only screen and (min-width : 992px) {
	.padLR20 {padding:0 20px; padding-left:20px; padding-right:20px;}
}
.padTop20 {padding-top:20px;}
.margBottom20 {margin-bottom:20px;}
.padTop40 {padding-top:40px;}
.padBtm20 {padding-bottom:20px;}
.whiteBkgd {background:#fff;}
.nopad {padding:0; padding-left:0; padding-right:0;}
.noRightMarg {margin-right:0;}

.noMargLR {margin:0 0; margin-left:0; margin-right:0;}

@media only screen and (min-width : 320px) {
	.noMargLRXS {margin-left:0; margin-right:0;}
	.noPadXS {padding-left:0; padding-right:0;}
	.margRcXS {margin-right:-15px;}
	}
@media only screen and (min-width : 768px) {
	.noMargLRXS {margin-left:-15px; margin-right:-15px;}
	.noPadXS {padding-left:15px; padding-right:15px;}
	.margRcXS {margin-right:0px;}
}

@media only screen and (min-width : 320px) {
  .alignLeftxsCenter {
    text-align:center;
  }
  .alignRightxsCenter {
    text-align:center;
  }
}

@media only screen and (min-width : 768px) {
  .alignLeftxsCenter {
    text-align:left;
  }
  .alignRightxsCenter {
    text-align:right;
  }
}
/********** NAVIGATION ***********/

.navbar-default {
    background-color: transparent;
}

@media only screen and (min-width : 320px) {
	.navbar-default #navbar {background:#ccc; padding-bottom:0px;}
	.navbar {
	    min-height: 80px;
	    margin-bottom: 40px;
	    border: 0px solid transparent;
	}
}
 @media only screen and (min-width : 768px) {
	.navbar-default #navbar {background:transparent; padding-bottom:20px;}
	.navbar {
	    min-height: 140px;
	    margin-bottom: 40px;
	    border: 0px solid transparent;
    }
}

 @media only screen and (min-width : 992px) {
	.navbar-default #navbar {background:transparent; padding-bottom:0px;}
}

.navbar-collapse {
    border-top: 0px solid transparent;
}

/* nav */
.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover, .navbar-nav.active {
    color: #98c93c !important;
    background-color: #fff !important;
	border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	    border: #98c93c 4pt solid !important;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #98c93c;
    background-color: #fff;
	border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
    border: #98c93c 4pt solid;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
	border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
    border: #777 4pt solid;
    font: 12pt/12pt Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
	background-color:#fff;
}

@media (min-width: 320px) {
  .navbar-nav {
	  margin-top:6px;
	  margin-bottom:15px;
	  margin-left:0; margin-right:0;
  }
  .navbar-nav li {margin-top:10px;}
  .navbar-nav>li>a {
	  padding-top: 6px;
	  padding-bottom: 6px;
	  margin-left:0px;
  }
	.navbar-brand>img {
		display: block;
		height: 60px;
	}
	.navbar-toggle {
	    margin-top: 35px;
	}
	.navbar-brand {
	    height: 60px;
	    padding:0px 15px;
	    margin:10px 0;
	}
}
@media (min-width: 768px) {
  .navbar-nav {
	  margin-top:60px;
	  margin-bottom:0px;
  }
  .navbar-nav>li>a {
	  padding-top: 6px;
	  padding-bottom: 6px;
	  margin-left:10px;
  }
	.navbar-brand>img {
		display: block;
		height: 90px;
	}
	.navbar-toggle {
	    margin-top: 68px;
	}
	.navbar-brand {
	    height: 90px;
	    padding:15px 15px;
	}
}

@media (min-width: 992px) {
	.nav>li>a {
	    position: relative;
	    display: block;
	    padding: 6px 15px;
	}
	.navbar-brand>img {
		display: block;
		height: 100%;
	}
	.navbar-toggle {
	    margin-top: 88px;
	}
	.navbar-brand {
	    height: 100%;
	}
}
.navbar .padLR20 {padding-bottom:10px;}


/********** MAIN GRAPHIC ***********/

#mainImage {
	width:960px;
	height:331px;
}
/********** MAIN CONTENT ***********/


#content {
	background:#fff;
	font:14pt/20pt 'Lato', sans-serif;
	color:#373f4a;
	padding:0 11px 0 40px;
}

.subHeader {
	font:13pt/18pt "Museo-500", serif;
	font-weight:bold;
	font-style:italic;
	color:#373f4a;
	margin-top:0;
}

.greenSubHeader{
	font:16pt "Museo-500", serif;
	color:#98c93c;
	text-align:center;
	margin:5px;
}

.mainCopy, .mainCopy li {
	font:13pt/18pt 'Lato', sans-serif;
	color:#373f4a;
	padding-bottom:15px;
}
.simpleCopy {
	font:10pt/15pt 'Lato', sans-serif;
	color:#373f4a;
}


.contactForm {
}

.contactHeader {
    border-radius: 20px 0px 20px 0px;
    background: #98c93c;
    min-height: 300px;
   	padding:20px 20px;
}

.contactBar {
	background:#89877b;
	color:#ffffff;
	font:12pt/15pt 'Lato', sans-serif;
    padding:10px 15px 10px;
    margin-top:20px;
    margin-bottom:40px;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    }
.contactBar h1, .contactForm h1 {color:#fff;}

.contactBar p {
    padding: 0;
    margin: 0 0 0;
    line-height: 1.2em;
}

.contactCol p {
	font:12pt/17pt 'Lato', sans-serif;
}

.contactCol h4 {
	font-family: Museo-500;
	font-weight: normal;
	font-style: normal;
	font-size:14pt;
	line-height:17pt;	
}



.contactText {
	background:url(images/contact-text.png) 0 40px no-repeat;
	float:left;
	width:246px;
	height:100px;
	margin:-10px 0 0 20px;
}
/********** CALLOUTS ***********/

.callOut {
		border-radius: 20px 0px 20px 0px;
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 20px 0px 20px 0px;
	border:#d0cfca 5pt solid;
	background:#fff;
}
.callOut ul {list-style:none; padding:14px 0;}
.callOut li {
  font:13pt/22pt 'Lato', sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#373f4a;
}

.callOutOpt2 {
	background:url(images/callout2.jpg) no-repeat;
	width:575px;
	height:237px;
	font:15pt/20pt 'Lato', sans-serif;
	color:#373f4a;
}
.callout575 {
		border-radius: 20px 0px 20px 0px;
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 20px 0px 20px 0px;
	border:#d0cfca 5pt solid;
	background:#fff;
	width:545px;
	font:10pt/15pt 'Lato', sans-serif;
	color:#373f4a;
	padding:10px;
	margin-bottom:10px;
	vertical-align:middle;
}



.calloutBox {
	border-radius: 20px 0px 20px 0px;
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 20px 0px 20px 0px;
	border: 5px solid #d0cfca;
	vertical-align:middle;
	min-height:130px;
	display:table-cell;
	float:left;
	padding:0!important;
}
.calloutText {
	font:12pt/16pt 'Lato', sans-serif;
	color:#373f4a;
	padding:10px;
	margin:0;
}

.calloutTitle1, .calloutTitle2, .calloutTitle3, .calloutTitle4 {
	font:30pt Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;
	font-style:normal;
	padding-right:10px;
	padding-left:10px;
}
.calloutTitle1 {
	border-radius: 20px 0px 20px 0px;
	border:#2d67b1 5pt solid;
	background:#2d67b1;
	min-width:100%;
	margin:0 10px 10px 0;
	display:table-cell;
	float:left;
	
}



.calloutTitle2 {
	border-radius: 20px 0px 20px 0px;
	border:#98c93c 5pt solid;
	background:#98c93c;
	min-width:100%;
	margin:0 10px 10px 0;
	float:left;
}


	


.calloutTitle3 {
	border-radius:20px 0px 20px 0px;
	border:#ffcf01 5pt solid;
	background:#ffcf01;
	min-width:100%;
	margin:0 10px 10px 0;
	float:left;
}


.calloutTitle4 {
	border-radius: 20px 0px 20px 0px;
	border:#fca601 5pt solid;
	background:#fca601;
	/*min-width:280px;*/
	min-width:100%;
	margin:0 10px 10px 0;
	/*height:146px;*/
	display:table-cell;
	float:left;
}


@media screen and (min-width: 320px) {
.textRightXStextCenter {text-align:center;}
.calloutTitle1, .calloutTitle2, .calloutTitle3, .calloutTitle4 {
	min-height:60px;}
}
@media screen and (min-width: 768px) {
.textRightXStextCenter {text-align:right;}
.calloutTitle1, .calloutTitle2, .calloutTitle3, .calloutTitle4 {
	min-height:130px;}
}
}





.contactForm, .contactForm li {
	font:12pt/15pt 'Lato', sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#fff;
}
.formRow .textfield {
	width:100%;
}
.formRow {margin-top:15px;}


.submit {
	background:url(images/submit.png) no-repeat;
	height:46px;
	width:119px;
	float:left;

}


p.fmCert {
    font: 12pt/15pt 'Lato', sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #373f4a;
}
/********** FOOTER ***********/

footer {
	background:#89877b;
	min-height:135px;
	color:#ffffff;
	font:12pt/15pt 'Lato', sans-serif;
    padding:20px 40px 40px;
    margin-top:40px;
    margin-left: -15px;
    margin-right: -15px;
}
footer p {padding:0; margin:0 0 0; line-height:1.2em;}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  .ftrLogo img {margin: 10px auto 0;} 
  .areaFt {text-align:center; padding:0; margin:0;}
  .phoneFt {text-align:center; padding:0; margin:0;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .ftrLogo img {margin: 10px 0 0 auto;} 
  .areaFt {text-align:left; padding:0; margin:0;}
  .phoneFt {text-align:right; padding:0; margin:0;}
}
.phoneFt a {color:#ccc;}

.borderBtm {
  border-bottom:1px solid #fff;
  padding: 0px 0 10px;
  margin: 12px 0 0;
}
.noBorderBtm {
  padding: 0px 0 10px;
  margin: 12px 0 0;
}

@media only screen and (min-width : 320px) {
	.borderRight {
		border-right:0px solid #ccc;
	}
}
@media only screen and (min-width : 768px) {
	.borderRight {
		border-right:1px solid #ccc;
	}
}
.building {padding-top:8px;
  font:11pt/8pt 'Lato', sans-serif;
  font-weight:bold;
  font-style:italic;
  }

/********** FORMS ***********/

.submitBtn{
}

input, select, textarea {
	margin:0;
	padding:0;
	font-size:0.85em ;
	outline:none;
	font-family:inherit;
	box-sizing:border-box;
}
input[type="text"], textarea, select, div.styled, input[type="file"] {
	width:12em;
	border-radius:2px;
	border: solid 1px #ccc;
	padding:0.4em;
}
input[type="text"], textarea, input[type="file"], input[type="email"] {
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 rgba(0,0,0,0.0);
	border-radius: 10px 0px 10px 0px;
	height:40px;
	min-width:96%;
	color:#333;
}


.ie9 input[type="text"] {
	line-height:normal;
} 
textarea {
	width:100%;
	height:13em;
}

input[type=checkbox].css-checkbox {
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:15px;
	width:15px;
	margin:0;
	padding:0;
	border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
	height:33px;
	display:inline-block;
	line-height:35px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
	margin-right:15px;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -33px;
}


#form-messages {
	width:99%;
	background:#f5f5f5;
	border-radius: 10px 0px 10px 0px;
	height:40px;
	padding-top:10px;
	display:none;
}
.success {color:#2d67b1;}
.error {color:red;}

.has-error .help-block .list-unstyled li {
    color: #a94442 !important;
}

@media screen and (min-width: 768px) {
	.container .jumbotron, .container-fluid .jumbotron {
	    padding-right: 0;
	    padding-left: 0;
	}
	.container .jumbotron, .container-fluid .jumbotron {
	    border-radius: 12px;
	}
}

@media screen and (min-width: 768px) {
	.jumbotron {
	    padding-top: 0;
	    padding-bottom: 0;
	}
}


.pageTopImg { padding:0 15px; margin:40px auto; }



.callOut h2 {margin: 10px 0 0 0; }


.yearBug {
	margin-top:-30px; 
	margin-bottom:10px;
}

.headline {
	position:absolute;
	width:30%;
	right:4.5%;
	bottom:10%;
}
.headline h1 {text-align:right; color:#fff; line-height:1.0em;}
.headlineXS h1 {color:#2d67b1;}

section {padding:0 0;}
section .container {margin-left:auto; margin-right:auto;}


