/*
===============================================================
CSS Reset
===============================================================
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
===============================================================
Custom styles
===============================================================
*/
body {
	background: #293f50;
	color: #888;
	font: 300 16px/22px "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
===============================================================
grid
===============================================================
*/

*,
*:before,
*:after {
	 -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	 		 box-sizing: border-box;
}
.container,
.grid {
	margin: 0 auto;
/* 	width: 100%; */
	width: 960px;
	
}
.container {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
.fullscreen {
		margin: 0 auto;
		width: 100%;
		padding-left: 15px;
 		padding-right: 15px;
 		text-align: center;
}

.container_plus {
		display: inline-block;
/*  	 	margin: 0 15px 0 15px; */
/* 		width: 975px; */
/* 		width: 75%; */
		padding-right:15px;
		padding-right:15px;
		text-align: center;
/* 		float: left; */
}
.grid,
.sidebar,
.col-1-3,
.col-2-3,
.col-1-4,
.col-1-2,
.col-3-4,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5 {
	padding-left: 15px;
	padding-right: 15px;
}
.sidebar,
.col-1-3,
.col-2-3,
.col-1-4,
.col-1-2,
.col-3-4,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5 {
	display: inline-block;
	vertical-align: top;
}
.col-1-3 {
	width: 33.33%;
}	
.col-2-3 {
	width: 66.66%;
}
.col-1-2 {
	width: 50%;
}
.col-1-4 {
	width: 25%;
}
.col-3-4 {
	width: 75%;
}
.col-1-5 {
	width: 20%;
}
.col-2-5 {
	width: 40%;
}
.col-3-5 {
	width: 60%;
}
.col-4-5 {
	width: 80%
}
#wraptocenter {
		display: inline-block;
		text-align:center;
		
}
.content {
	margin-top:60px;
}
/*
===============================================================
Clearfix
===============================================================
*/
.group:before,
.group:after ,
.group1:before,
.group1:after {
	content: "";
	display: table;
}
.group:after,
.group1:after {
	clear: both;
}
.group,
.group1 {
	clear: both;
	*zoom: 1;
}
/*
===============================================================
Rows
===============================================================
*/

.row,
.row1,
.row-alt {
  min-width: 960px;
  display: inline-block;
}
.row,
.row1 {
  background: #fff;
  padding: 66px 44px 44px 44px;
}
.row-alt {
   background: #cbe2c1;
   background: -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
   background: -moz-linear-gradient(to right, #a1d3b0, #f6f1d3);
   background: linear-gradient(to right, #a1d3b0, #f6f1d3);
   padding: 44px 0 22px 0;
 }

/*
  ========================================
  Leads
  ========================================
*/

.lead {
  text-align: center;
}
.lead p {
  font-size: 21px;
  line-height: 33px;
}
/*
===============================================================
Typography
===============================================================
*/

h1, h3, h4, h5, p {
/* 	color: #648880; */
	color: #EBEBEB;
	margin-bottom: 22px;
}
h1 {
	font-size: 36px;
	line-height: 44px;
}
h2 {
	font-size: 28px;
	line-height: 44px;
}
h3 {
	font-size: 24px;
	color:#cbe2c1;
}
h4 {
	font-size: 20px;
}
h5 {
	color: #a9b2b9;
	font-size: 14px;
 	font-weight: 400; 
	text-transform: uppercase;
}
p {
	font-size:16px;
	line-height: 22px;
}
article h1,
article h2, 
article h3, 
article h4, 
article h5,
article p  {
	color: black;
/*  	font-weight: 300; */

}
article p
{
	text-align: left;
		margin-bottom: 12px;
}
article a { 
	color: #00F; 
}
article a:hover {
	color: #66F;
}

strong {
	font-weight: 400
}
cite,
em {
	font-style: italic;
}
/*
===============================================================
Links
===============================================================
*/
a {
	color: #648880;
	text-decoration: none;
}
a:hover {
	color: #a9b29b;
}
.teaser a:hover h3{
	color: #a9b2b9;
}
.teaser a:hover h5{
	color: #a9b2b9;
}
p a {
	border-bottom: 1px solid #dfe2e5;
	}
.primary-header a,
.primary-footer a {
color: #fff;
}
.primary-header a:hover,
.primary-footer a:hover {
color: #648880;
}
/*
===============================================================
Navigation
===============================================================
*/
.nav {
	text-align: right;
}
.nav li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}
nav.li:last-child {
	margin-right: 0;
}
#login {
	padding-left: 40px;
	color: #cbe2c1
}
/*
===============================================================
Buttons
===============================================================
*/
.btn {
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	letter-spacing: .5px;
	margin: 0;
	/*text-transform: uppercase;*/
}

.btn-alt {
	border: 2px solid #cbe2c1;
	background: #293f50;
	padding: 7px 30px;
	text-align: center;
	font-size:22px;
	font-weight: 300;
	color: #cbe2c1;
}
.btn-alt:hover { 
	color: #648880;
}
.btn-default {
	border: 0;
	background: #648880;
	padding: 11px 30px;
	font-size: 14px;
}
.btn-default:hover {
	background: #77a198;
}


/*
===============================================================
Forms
===============================================================
*/
.formtitle h1{
	margin: 30px 0;
	color: #cbe2c1;
	font-weight: 400;
	border-bottom: 5px;
	border-color: #648880;
}
.formcol {
	text-align: left;
	margin: 15px 0 0 0;
}
form {	
	width:100%;
	background: white;
}
fieldset {
	text-align: left;
	padding: 15px 0;
}
form h6, p, label{
	text-align: left;
	color: black;
} 
form h2 {
	text-align: center;
	color: black;
}
label {
	font-size: 11px;
}
form sup {
	font-size: 18px;
	color: #FF2600; 
}	
.select-css,	
input,
textarea {
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 5px;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
input[type=date], 
		[type=email],
		[type=text],
		[type=tel],
		[type=number],
		[type=password]	{
	padding: 5px 15px;
	margin: 0 15px 0 0;
	font-size: 14px;
	outline: none;
	line-height: 140%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}
input[type=number] {
  -moz-appearance: textfield;
}

textarea {
	padding: 5px 15px;
	font-size: 14px;
	outline: none;
}
input[type=radio] {
	margin-right: 10px;
}
input[type=number]{
	width: 30px;
}
input[type=submit] {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .5px;
	padding: 16px 32px;
	margin: 25px 0;
	background: #293f50;
	color: #cbe2c1;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
}
input[type=submit]:hover {
	background: #648880;
}
.select-css	{
		display: inline-block;
		padding: 5px 5px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.3;
		width: 30px;
		box-sizing: border-box;
		-moz-appearance: none;
		-webkit-appearance:none;
		appearance: none;
}
.submitresponse {
	text-align: center;
	color: red;
	font-size: 20px;
}
#tableCheckbox {
		margin: 0;
		}
.tablebutton {
		background:#293f50;
		color:#cbe2c1;
		display: inline-block;
		padding: 5px 5px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.3;cs
		width: 30px;
		box-sizing: border-box;
		-moz-appearance: none;
		-webkit-appearance:none;
		appearance: none;
}


/*
===============================================================
Lists
===============================================================
*/
ul, li {
test-align:left;
}



/*
===============================================================
Home
===============================================================
*/


.hero {

/* requires image 960 x 480px. */
	position: relative;
	width: 960px;
	height:650px;
	margin: 0 auto;
	background-image: url("images/hero_background_2.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;	
	text-align: left;
}
#hero-text {
	position: absolute;
	right: 90px;
	top: 44px;
	line-height: 44px;
	text-align: left;
}
#hero-text h2
{
	font-size: 66px;
	line-height: 66px;
	color: #EBEBEB;
	margin: 175px 0 144px 0;
}
#hero-text p {
	font-size: 24px;
	font-weight: 100;
	color: #EBEBEB;
	margin-bottom: 5px;
}
/*
===============================================================
Primary header
===============================================================
*/
.left {
	float: left;
}
.logo {
	border-top: 4px solid #648880;
	float: left;
	font-size: 46px;
	font-weight: 100;
	letter-spacing: .5px;
	line-height: 44px;
	padding: 40px 0 22px 0;
	text-transform: uppercase;
	
}
.tagline {
	margin: 40px 0 22px 0;
	text-align: right;
	color: #cbe2c1;
}
.primary-nav {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 18px;
	text-transform: uppercase;
}
/*
===============================================================
	Sidebar
===============================================================
*/
.sidebar
{
/* 	background: #cbe2c1; */
	width: 100%;
	text-align: left;
	padding: 15px;
}
.sidebar h3,
.sidebar h3 a
{
	margin-top: 22px;
	font-size: 14px;
	margin-bottom: 12px;
	color: #293f50;

}
.sidebar a:hover {
	color: #648880;
}
.sidebar-left	{
/* 	float: left; */
/* 	width: 25% */
	padding: 15px;
	background: #cbe2c1;
}
.sidebar-right {
/* 	float:right; */
/*  width: 25%; */
 	padding: 15px;
 	background: #cbe2c1;
}
/*
===============================================================
	Content
===============================================================
*/
#content {
	background: white;
}
/*
===============================================================
Primary footer
===============================================================
*/
.primary-footer {
	color: #648880;
	font-size: 14px;
	padding-top: 44px;
	padding-bottom: 44px;
}
.primary-footer small {
float: left;
}
/*
===============================================================
Images
===============================================================
*/
.teaser img {
border-width: 5px;
border-color: #293f50;
border-radius: 5px;
display: block;
margin-bottom: 22px;
max-width: 100%;
}
.teaser p {
	color: #fff;
}
.logo img {
border-radius: 5px;
display: block;
margin-bottom: 22px;
max-width: 100%;
margin-right: 15px;
}
.portrait-left{
	float:left;
	margin-right: 15px;
	margin-bottom: 50px;
}
.portrait-right {
	float:right;
	margin-right: 15px;
	margin-bottom: 50px;
}
/*
===============================================================
		About Page
===============================================================
*/


.logo1 {
	background: white;
	margin: 0 15px 50px 0;
}

.bio p {
/* 	color:#EBEBEB; */
	font-size: 24px;
	line-height: 28px;
}
#about p{
	color: #EBEBEB;
	font-size: 24px;
	line-height: 28px;
	text-align:left;
}
#about h1,
#about a {
	color: #EBEBEB;
/*  color:#cbe2c1;  */
}
#about h1:hover,
#about a:hover {
	color: #a9b29b;
/*  color:#cbe2c1;  */
}

#run-bio-img {
	margin-left: 60px;
}

/*
===============================================================
		Contact Page
===============================================================
*/
#email_message {
	
	margin: 0 15px 0 0;
}
input[type=checkbox] {
	margin: 15px 0 0 0;
	zoom: 1.5;
}
label #female { margin-left: 25px;
}
#contact-table {
	width: 100%;
	margin: 10px 0;
	border: white 2px;
	color: white;
	text-align: left;
	margin-left: 20px;
}
#contact-table td,th{
	padding: 10px 10px;
}
table td {
 	font-size: 18px; 
}
table th {
	font-size: 22px;
	font-weight: 400;
}
#comment {
	width: 815px;
	margin: 0 15px 0 15px;
}
#givenname {
	margin-left: 5px;
}
/*
table {
margin-bottom: 44px;
width: 100%
}
table:last-child {
margin-bottom: 0;
}
th,
td {
  padding-bottom: 22px;
  vertical-align: top;
}
th {
  padding-right: 45px;
  text-align: right;
  width: 20%;
}
td {
  width: 40%;
}
tbody th {
  color: #a9b2b9;
  font-size: 14px;
  font-weight: 400;
  padding-top: 22px;
  text-transform: uppercase;
}
tbody td {
  border-top: 1px solid #dfe2e5;
  padding-top: 21px;
}
tbody td:first-of-type {
  padding-right: 15px;
}
tbody td:last-of-type {
  padding-left: 15px;
}
tbody td:only-of-type {
  padding-left: 0;
  padding-right: 0;
}
table a {
  color: #888;
}
table h4 {
  margin-bottom: 0;
}
.schedule-offset {
  color: #a9b2b9;
}
*/