@charset "UTF-8";
header.row h2  {
	color: #00FF00;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 350%;
	text-align: center;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.40);
}
.logowhite {
	color: #FFFFFF;
}
header.row p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.50);
	letter-spacing: 0.5em;
	color: #FFFFFF;
}
header.row {
	padding-top: 100px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	background-image: url(images/fern.png) , -moz-linear-gradient(270deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: url(images/fern.png) , -webkit-linear-gradient(270deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: url(images/fern.png) , -o-linear-gradient(270deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: url(images/fern.png) , linear-gradient(180deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-size: auto 80%,auto auto,100% auto;
	background-repeat: no-repeat, repeat-x;
	background-position: 47% center, left top, left top;
	background-color: #090;
}
nav.row .navbar.navbar-default {
	background-color: #069;
	background-image: -webkit-linear-gradient(270deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
}
nav.row .nav.navbar-nav > li > a:link  , nav.row .nav.navbar-nav > li > a:visited{
	border-left: 1px solid #0AE;
	border-right: 1px solid #003377;
	border-bottom: 1px solid #003377;
	border-top: 1px solid #0AE;
	color: #FFC;
}
nav.row .nav.navbar-nav > li > a:hover {
	background-image: -webkit-linear-gradient(90deg,rgba(0,102,153,1.00) 0%,rgba(0,170,238,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(0,102,153,1.00) 0%,rgba(0,170,238,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(0,102,153,1.00) 0%,rgba(0,170,238,1.00) 100%);
	color: #FFF;
}
nav.row {
	border-top: 5px solid #FD5;
}
nav.row .nav.navbar-nav {
	margin: 0px auto;
	width: 715px;
	float: none;
}
nav.row .navbar {
	margin-bottom: 0px;
}
article.row aside blockquote {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
article.row aside blockquote p {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px 0px 5px 0px;
	text-indent: -0.5em;
}
article.row aside blockquote cite {
	display: block;
	padding-right: 10px;
	font-style: italic;
	text-align: right;
	padding-left: 10px;
}
article.row aside {
	font-size: 95%;
	margin: 1em 0px;
	padding: 1em 0px;
}

.sidebar2 h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 130%;
	padding: 0px 10px;
	line-stacking: 1.4em;
}
.sidebar2 p {
	padding: 0px 10px;
	margin-bottom: 5px;
	line-height: 1.3em;
}
footer {
	padding: 1em 0px;
	background-color: #090;
	background-image: -webkit-linear-gradient(90deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	color: #FFC;
}
body {
	font-family: source-sans-pro, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	/* [disabled]font-size: 14px; */
}
article.row section h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: patua-one;
	font-style: normal;
	font-weight: 400;
	font-size: 300%;
	line-height: 1.1em;
}
article.row blockquote {
	border: none;
	font-size: 100%;
}
.col-sm-push-6 {
}
.sidebar2 section figure img  {
	margin: 0px auto;
	display: block;
}
.sidebar2 section figure figcaption {
	margin: 5px 10px 15px 10px;
}
article h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #090;
	font-size: 170%;
	font-weight: bold;
}
article.profile {
	margin: 0px 25px 15px 25px;
	padding-left: 10px; 
	border-left: solid 2px #CADAAF;
	border-bottom: solid 10px #CADAAF;
}
article table {
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 90%;
	width: 100%;
	border-bottom: solid 3px #060;
	margin-bottom: 2em;
}
article td, article th {
	padding: 4px;
	text-align: left;
	border-top: solid 1px #090;
}
article th {
	color: #FFC;
	text-align: center;
	border-bottom: solid 6px #060;
	background-color: #090;
}
article .date {
	width: 6em;
}
article .class {
	width: 6em;
}
article .event {
}
article .description {
}
article .location {
}
article .cost {
	/* [disabled]width: 4em; */
	text-align: center;
}
article .length {
	width: 4em;
	text-align: center;
}
article .day {
	width: 4em;
	text-align: center;
}
article table caption {
	margin-top: 20px;
	padding-bottom: 10px;
	color: #090;
	font-weight: bold;
	font-size: 160%;
	line-height: 1.2em;
}
article .img-responsive {
	float: left;
	margin-right: 10px;
}
.flt_rgt {
	float: right;
	margin-left: 10px;
}
.flt_lft {
	float: left;
	margin-right: 10px;
}
header h2 a:link, header h2 a:visited {
	color: inherit;
	text-decoration: none;
}
.ctr {
	text-align: center;
}
article table h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1em;
	font-size: 130%;
	font-family: "Arial Narrow", Verdana, "Trebuchet MS", sans-serif;
}
table h3 a:link, table h3 a:visited {
	color: #090;
	font-weight: bold;
}
.ad_hide {
}
article .panel-default > .panel-heading {
	background-color: #090;
	background-image: -moz-linear-gradient(90deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	color: #FFC;
}
article .panel-default > .panel-heading:hover  {
	background-color: #090;
	background-image: -moz-linear-gradient(270deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	color: #FFF;
}
article #accordion1 {
	border-radius: 4px;
	border: solid 1px #060;
}
article .panel-body {
	background-color: #CFC;
}
.panel-title a:hover  , .panel-title a:focus{
	text-decoration: none;
}
video {
	max-width: 100%;
	height: auto;
}

@media (max-width: 426px){
header.row p {
	letter-spacing: .1em;
}
header.row {
	padding: 10px 0px;
	background-size: 30% auto,auto auto,100% auto;
	font-size: 80%;
}
article.row section h1 {
	padding-top: 15px;
	font-size: 185%;
	line-height: 1.1em;
	text-align: center;
}
article.row section h2 {
	font-size: 150%;
	line-height: 1.1em;
}
article.profile {
	padding: 5px 0px;
	margin: 25px 0px;
	border-top: solid 10px #CADAAF;
	border-bottom: solid 4px #CADAAF;
	border-left-style: none;
}
article table {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
article td, article th {
	display:block;
}
article th {
	margin: 0px;
	padding: 0px;
	border: none;
	height:0px;
	overflow: hidden;
	font-size:0;
}
td.date:before {
	content: "Date: ";
}
td.event:before {
	content: "Event: ";}
td.location:before {
	content: "Location: ";}
td.cost:before {
	content: "Cost: ";}
td.class:before {
	content: "Class: ";}
td.description:before {
	content: "Description: ";}
td.day:before {
	content: "Day: ";}
td.length:before {
	content: "Length: ";}

article .date,
article .event,
article .location,
article .cost,
article .class,
article .description,
article .length,
article .day {
	width: 100%;
	padding-left: 30%;
	position: relative;
	text-align: left;
}
td:before {
	width: 25%;
	display: block;
	padding-right: 10px;
	position: absolute;
	top: 6px;
	left: 1em;
	color: #060;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	}
article tr {
	border-bottom: solid 2px #060;
}
tr:nth-of-type(even) {
	background-color: #D4EAD4;
}
.flt_lft, .flt_rgt {
	max-width: 95%;
	margin: 0px auto;
	display: block;
	float: none;
}
table .ad_hide {
	display: none;
}
.roundcorners {
	background-image: url(images/contactusmobile.jpg);
}
}
.img-textwrap {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.roundcorners {
	border-radius: 15px;
}
