@charset "UTF-8";
/* CSS Document */

* {
	transition: all 0.5s;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-image: url(../c01_img/wood_bg.jpg);
	transition: none;
}

#wrapper {
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
  overflow: hidden;
}

.green {
	color: rgba(141,198,64,1.00);	
	display: block;
}

.grey {
	color: rgba(213,213,213,1.00);	
}

.smallCap {
	text-transform: uppercase;	
	font-weight: 200;
}

.download {
	margin: 0 8px;
}

.date {
	margin: 0 8px;	
}

.centerIt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
}

.centerIt2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-20%);	
}

.current {
	border-bottom: thin white solid;
}

a {
	color: inherit;
	text-decoration: none;	
}


/* main nav  */

nav {
	position:fixed;
	top: 0;
	width: 100%;
	max-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9000;
	padding-top: 20px;
}

#burger {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	cursor: pointer;
}

#burger img {
	position: absolute;
	top: 0;
	left: 0;	
	transition: opacity 0.1s;
}

#pullMenu {
	background-color: rgba(141,198,64,1.00);
	color: white;
	position: fixed;
	top: 0;
	right: -320px;
	height: 100%;
	width: 320px;
	z-index: 8900;
}

#pullMenu li {
	padding: 15px 20px 15px 40px;
	cursor: pointer;
}

#pullMenu li:first-child {
	padding-top: 80px;
}

/*      contact form         */

form {
	padding: 10px 8% 10px 8%;
}

#contactF input[type=text], #contactF input[type=email], #contactF textarea {
	width: 100%;
	height: 2.5em;
	font-size: medium;
	margin-bottom: 20px;
  font-family: Arial;
}

#contactF textarea {
	height: 20em;
}

#contactF input[type="radio"] {
	display:inline-block;
}

#contactF #submit {
  position: relative;
  top: -5px;
}
#contactF input[type="submit"] {
  display: inline;
  width: 35px;
  height: 35px;
  border: 0;
  background: url('../c01_img/more.png') no-repeat;
  background-size: 35px;
  margin: 5px 0px;
  padding: 0;
}

#form-message {
	max-width: 100%;
	position: fixed;
	display: none;
  top: 40%;
  width: 350px;
  min-height: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
	color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
  opacity: 0;
  transition: opacity 360ms;
  box-shadow: 1px 1px 10px #565656;
}
#form-message:before {
	content: "Success";
	font-size: 1.2em;
  font-weight: 800;
  margin-bottom: .5em;
  width: 100%;
  display: block;
}
#form-message.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
#form-message.error:before {
	content: "Error";
}
#loader {
	display: none;
	position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  z-index: 4;
}
#loader img {
	position: fixed;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

label {
	position: relative;
	padding-right: 5px;
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
form {
	padding: 10px 8% 0 8%;	
}
}
@media screen and (min-width: 600px) {
form {
	padding: 10px 12% 0 12%;	
}
}
@media screen and (min-width: 980px) {
form {
padding: 10px 20% 0 20%;		
}
}
@media screen and (min-width: 1500px) {
form {
padding: 10px 25% 0 25%;		
}
}

/*    page footer    */

footer {	
	clear: both;
	margin: 0 auto;
	padding-top: 50px;
	height: 300px;
	background-color: #0a1c29;
	color: rgba(235,235,235,.80);
}	
footer li {
	line-height: 1.8em;	
}
.social {
	width: 40px;	
}

footer div {
	float: right;
}

#social {
	width: 100%;	
	margin-top: -20px;
	margin-bottom: 20px;
	padding-left: 10%;
}
#nav1 {
	width: 50%;	
	padding-left: 10%;
}
#nav2 {
	width: 50%;	
	padding-left: 2%;
}

#copy {
	width: 100%;	
	padding-top: 20px;
	padding-left: 10%;
}

.footerNav {
	cursor: pointer;
}

.cynda {
	font-size: small;
	cursor: pointer;
	font-style: italic;
}

.cynda a {
	font-weight: 400;
}

/*  for all article footers */

.articleFooter {
	font-weight: 600;
	font-size: 18px;
	cursor:pointer;
	text-align: center;
	padding: 60px 0;
	clear:both;
}

.articleFooter div {
	display: inline-block;
}

.articleFooter img {
	width: 35px;	
	margin: 5px 0;
}



@media screen and (min-width: 768px) {
#social {
	width: 30%;	
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5%;
}
#nav1 {
	width: 15%;	
	padding-left: 0;
}
#nav2 {
	width: 15%;	
}
#copy {
	width: 40%;	
	padding-top: 0px;
	padding-left: 5%;
}
}


/* nav header style for sub pages */

.marginLR {
	margin: 0 6% 0 8%;
}
@media screen and (min-width: 768px) {
.marginLR {
	margin: 0 7% 0 12%;
}
}
@media screen and (min-width: 980px) {
.marginLR {
	margin: 0 15% 0 20%;
}
}

@media screen and (min-width: 1500px) {
.marginLR {
	margin: 0 20% 0 25%;
}
}
#subHead {
	position: fixed;
	max-width: 1920px;
	min-width: 320px;
	background-image: url(../c01_img/wood_bg.jpg);
	height: 120px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #002A40;
	z-index: 8800;
}

#subHead .lifeIcon {
	width: 50px;	
	margin: 20px 0 -10px 6px;
}

nav.sub {
	padding: 25px 20px 0 10px;
}

nav.sub  #sLogo {
	width: 60px;
}

@media screen and (min-width: 500px) {
#subHead .lifeIcon {
	width: 70px;	
}
nav.sub  #sLogo {
	width: 70px;
}
nav.sub {
	padding: 25px 20px 0 30px;
}
#subHead {
	height: 140px;
}
}

.sub #burger img {
	width: 100%;	
}

.sub #burger {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

section.sub  {
	padding-top: 150px;
	background-color: rgba(36,86,101,1.00);
	padding-bottom: 30px;
}

.sub h2 {	
	color: rgba(141,198,64,1.00);	
	font-size: 30px;
	text-align:center;
	font-weight: 200;
	margin-top: 20px;
}

.subContact {
	background-color: rgba(36,86,101,1.00);
	color: white;
	font-weight: 200;
	overflow: hidden;
	max-height: 0; 
}
