/*
Website development by Midwest New Media, LLC
Unauthorized distribution or resale is expressly prohibited
www.midwestnewmedia.com
info@midwestnewmedia.com
(513) 742-9150
*/


/* --- Modified YUI CSS Reset --- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym { border:0;
}


/* --- Styles --- */

a {
	color: #00aada;
}

a:hover {
	color: #00aaa1;
	text-decoration: none;
}

address, blockquote, ol, p, ul {
	margin-top: 1em;
}

article {
	padding: 0 10px;
}

article img,
body#tinymce img {
	height: auto;
	max-height: 1000px;
	max-width: 1000px;
	width: auto;
}

article img.align-block,
body#tinymce img.align-block {
	display: block;
	margin: 1em 0em;
}

article img.align-center,
body#tinymce img.align-center {
	margin: 1em auto;
}

article img.align-left,
body#tinymce img.align-left {
	float: left;
	margin: 0em 1em 1em 0em;
}

article img.align-right,
body#tinymce img.align-right {
	float: right;
	margin: 0em 0em 1em 1em;
}

article ul {
	list-style-type: disc;
	margin-left: 3em;
}

article ul li {
	margin-bottom: 3px;
}

article .slideshow {
	margin-top: 1em;
}

article .slideshow img {
	height: px;
	max-height: px;
	max-width: px;
	width: px;
}

aside {
	float: left;
	width: 170px;
}

aside h3.feed-heading {
	font-weight: bold;
	margin: 1.5em 20px 0em 10px;
}

aside ul#subnav {
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

aside ul#subnav li {
	margin: 0px 0px 0px 10px;
}

aside ul#subnav li a.active {
	font-weight: bold;
}

aside ul.feed {
	margin: 0 20px 0 10px;
}

blockquote, ol, ul {
	margin-left: 1em;
}

body {
	color: #3d3935;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 1.5em;
}

em {
	font-style: italic;
}

em strong,
strong em {
	font-style: italic;
	font-weight: bold;
}

footer {
	background-color: #fff;
	border-top: 1px solid #ddd;
	bottom: 0px;
	color: #656565;
	font-size: 0.95em;
	height: 150px; /* Must match section padding */
	line-height: 1.25em;
	position: absolute;
	width: 960px;
}

footer address {
	float: left;
	line-height: 1.25em;
	margin: 0.75em 20px 0em 0em;
	width: 148px;
}

footer div#copyright {
	float: right;
	margin-top: 0.75em;
}

footer p {
	margin: 0em 0em 0.25em 0em;
	text-align: right;
}

footer p.by {
	color: #999;
	font-size: 0.9em;
	text-align: right;
}

footer p.by a {
	color: #656565;
	text-decoration: none;
}

footer p.by a:hover {
	color: #00aaa1;
	text-decoration: underline;
}

footer ul#sitemap {
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
	margin: 0.75em 200px 0em 140px;
	min-height: 50px;
	padding: 0px;
	width: auto;
}

footer ul#sitemap > li {
	display: inline;
	float: left;
	margin-right: 20px;
}

footer ul#sitemap li a.active {
	text-decoration: underline;
}

footer ul#sitemap li a.active:hover {
	text-decoration: none;
}

footer ul#sitemap > li > a {
	display: block;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

footer ul#sitemap > li > a:hover {
	text-decoration: underline;
}

footer ul#sitemap > li > ul {
	margin: 0px 0px 0px 0px;
}

footer ul#sitemap > li > ul > li > a {
	text-decoration: none;
}

footer ul#sitemap > li > ul > li > a:hover {
	text-decoration: underline;
}

footer ul#social {
	float: right;
	margin: 0;
}

footer ul#social li {
	display: inline;
	max-height: 32px;
	float: left;
	margin: 0 0 10px 5px;
}

form div.checkbox-multiple,
form div.radio-multiple {
	float: left;
	margin: 1em 0px 0px 0px;
}

form div.checkbox-multiple input[type="checkbox"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

form div.checkbox-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
}

form div.radio-multiple input[type="radio"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

form div.radio-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
	width: 258px;
}

form input,
form select,
form textarea {
	color: #000;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	margin-top: 1em;
}

form input[type="hidden"] {
	height: 0px;
	padding: 0px;
}

form input[type="checkbox"],
form input[type="radio"] {
	float: left;
	height: 13px;
	margin: 1.20em 0em 0em 160px;
	padding: 0px;
	width: 13px;
}

form input[type="password"],
form input[type="submit"],
form input[type="text"],
form select {
	min-height: 22px;
}

form input[type="password"],
form input[type="submit"],
form input[type="text"],
form select,
form textarea {
	border: 1px solid #999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

form input[type="password"],
form input[type="text"],
form textarea {
	padding: 0 3px;
	width: 300px;
}

form input[type="submit"] {
	background-color: #999;
	border: 0;
	border-radius: 4px;
	color: #fff;
	margin-left: 160px;
	margin-top: 1em;
	padding: 0px 5px;
}

form input.close {
	margin-top: 3px;
}

form input.zip {
	width: 100px;
}

form label {
	color: #333;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
	text-align: right;
	width: 150px;
}

form label span,
form p.radio span {
	color: #c00;
}

form label.checkbox,
form label.radio {
	color: #333;
	float: left;
	margin: 1em 0px 0px 5px;
	padding: 0px;
	text-align: left;
	width: 282px;
}

form label.checkbox em,
form label.radio em {
	color: #999;
	display: inline-block;
	font-size: 0.9em;
	font-style: normal;
	padding-left: 0.25em;
}

form label.close {
	margin-top: 3px;
}

form label.inline {
	color: #333;
	display: inline;
}

form p label {
	color: inherit;
}

form p.caption {
	color: #999;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-left: 160px;
	margin-top: 0.3em;
	width: 300px;
}

form p.field {
	margin-bottom: 0px;
	margin-top: 1em;
}

form p.radio {
	padding-bottom: 0.25em;
}

form p.required {
	color: #656565;
	font-size: 0.9em;
	margin-left: 160px;
}

form p.required span {
	color: #c00;
	font-size: 1.11em;
}

form p.text {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 0px;
	margin-top: 1em;
}

form p.text em {
	color: #656565;
	font-style: italic;
}

form p.upload {
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
}

form p.upload-image {
	float: left;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
}

form p.upload-image a {
	display: block;
	font-size: 1em;
	margin-top: 3px;
}

form p.upload-image img {
	border: 0px;
	display: inline;
	max-height: 150px;
	max-width: 150px;
}

form select {
	margin-left: 0px;
	margin-top: 1em;
}

form select option {
	padding-top: 2px; /* Fix for Firefox */
}

form span.mceEditor {
	display: block;
	float: left;
	margin-top: 1em;
}

form textarea {
	height: 100px;
	padding: 3px;
	resize: none;
}

form textarea.long {
	height: 200px;
}

form #internalcomments {
	display: none;
}

form .column {
	float: left;
	margin-right: 20px;
}

form .group {
	float: left;
	margin-right: 10px;
}

form .group input.datepicker {
	width: 100px;
}

form .group label.auto {
	width: auto;
}

form .row {
	background-color: #eeeeee;
	padding: 5px 6px;
}

form .row input {
	margin: 0em;
}

form#contact {
	float: left;
}

h1 {
	font-size: 1.4em;
	padding-bottom: 0.25em;
}

h1 a {
	text-decoration: none;
}

h1 a.crumbs {
	color: #656565;
	font-size: 1em;
}

h2 {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	margin: 2em 0em 0.5em 0em;
	padding-bottom: 0.25em;
}

header {
	height: auto;
}

header #logo {
	padding: 3em 0em;
}

header #logo a {
	font-size: 2em;
	text-decoration: none;
	}

html {
	height: 100%;
	overflow: -moz-scroll-bars-vertical;
	overflow-y: scroll;
}

nav {
	background-color: #ccc;
}

nav > ul {
	list-style-type: none;
	margin: 0px;
}

nav > ul > li {
	float: left;
	margin-right: 2em;
}

nav > ul > li a {
	color: #000;
	display: block;
	font-size: 1.0em;
	text-decoration: none;
}

nav > ul > li a:hover,
nav > ul > li a.active {
	color: ##fff;
}

nav > ul > li a.active {
	font-weight: bold;
}

nav ul.sf-menu {
	float: none;
	margin: -0.75em 0 0 0;
}

nav ul.sf-menu a {
	border-left: 0;
	border-right: 1px solid #fff;
	border-top: 0;
	color: #000;
}

nav ul.sf-menu li {
	background: #ccc;
}

nav ul.sf-menu li ul {
	margin-left: -1px;
}

nav ul.sf-menu li li a {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

nav ul.sf-menu li li:last-child a {
	border-bottom: 1px solid #fff;
}

nav ul.sf-menu li:hover,
nav ul.sf-menu li.sfHover {
	background: #999;
}

nav ul.sf-menu li:hover > a,
nav ul.sf-menu li.sfHover > a {
	color: #fff;
}

p#directory-breadcrumbs {
	font-size: 0.75em;
	margin: 0 0 0.25em 0;
}

p#directory-breadcrumbs a {
	color: #999;
	text-decoration: none;
}

p#directory-breadcrumbs a:hover {
	text-decoration: underline;
}

p.error {
	background-color: #c00;
	border: 1px dashed #fff;
	color: #fff;
	margin-bottom: 2em;
	padding: 1em;
}

p.error a {
	color: #fff;
}

p.message {
	background-color: #090;
	border: 1px dashed #fff;
	color: #fff;
	margin-bottom: 1em;
	padding: 1em;
}

p.message a {
	color: #fff;
}

p.no {
	font-style: italic;
}

section {
	margin-top: 2em;
	padding-bottom: 190px; /* Must match or exceed footer height */
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 1em;
	width: 100%;
}

table td {
	border-bottom: 1px solid #cccccc;
}

table td,
table th {
	font-size: 0.9em;
	line-height: 1.4em;
	vertical-align: top;
	padding: 5px 6px;
}

table td a,
table th a {
	font-size: 1em;
}

table td img {
	max-height: 100px;
	max-width: 100px;
}

table td img.copy {
	width: auto;
}

table td input {
	display: inline;
	margin: 3px 0px 0px 0px !important;
}

table td span {
	color: #999;
	display: block;
	font-size: 0.9em;
	text-decoration: none !important;
}

table th {
	background-color: #000;
	color: #fff;
	text-align: left;
}

table th a {
	color: #fff;
	text-decoration: none;
}

table th a:hover {
	color: #999;
}

table th.numeric {
	text-align: right;
}

table tr:hover td {
	background-color: #eee;
}

table tr.past td,
table tr.past td a {
	color: #656565;
}

table.calendar {
	border-left: 1px solid #000;
}

table.calendar td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #656565;
	height: 80px;
	overflow-x: hidden;
	overflow-y: visible;
	padding-bottom: 5px;
	width: 95px;
}

table.calendar td p {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0.5em;
}

table.calendar td.today,
table.calendar tr:hover td.today {
	background-color: #ffd;
}

table.calendar td.today h4 {
	font-weight: bold;
}

table.calendar th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

table.calendar tr:hover td {
	background-color: #fff;
}

table.calendar tr:hover td:hover {
	background-color: #eee;
}

ul#gallery {
	margin-left: 0px;
}

ul#gallery li {
	display: table;
	float: left;
	height: 12px;
	max-width: 12px;
	margin: 0em 1em 1em 0em;
	#position: relative;
	#width: 12px; /* Required for IE 7 */
}

ul#gallery li span {
	display: table-cell;
	#left: 50%;
	#position: absolute;
	text-align: center;
	#top: 50%;
	vertical-align: middle;
}

ul#gallery li a img {
	border: 1px solid #ddd;
	margin: auto;
	#left: -50%;
	max-height: 0px;
	max-width: px;
	overflow: hidden;
	padding: 5px;
	#position: relative;
	#top: -50%;
}

ul#gallery li a:hover img {
	border: 1px solid #bbb;
}

ul.feed li {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0.5em;
}

ul.options { 
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

ul.options li {
	background-image: url("../images/admin-arrow.png");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	display: inline;
	margin-right: 12px;
	padding: 0 0 0 10px;
}

ul.options.above-form {
	padding-bottom: 1em;
}

ul.options.edit-mode {
	float: right;
}

#blog h2,
#news h2,
.feed h2 {
	border-bottom: 0px;
	margin-top: 1.5em;
	padding: 0px;
}

#blog h2 span,
#news h2 span,
.feed span {
	color: #656565;
	font-weight: normal;
}

#blog h2:first-of-type,
#news h2:first-of-type,
.feed h2:first-of-type {
	margin-top: 1em;
}

#blog h4 {
	font-weight: bold;
	margin: 2em 0em 0em 0em;
}

#blog p.date,
#news p.date {
	color: #656565;
	font-size: 0.9em;
	margin-top: 0.25em;
}

#blog p.date a,
#news p.date a {
	color: #333;
	text-decoration: none;
}

#blog p.date a:hover,
#news p.date a:hover {
	color: #656565;
	text-decoration: underline;
}

#blog p.summary,
#news p.summary,
.feed p.summary {
	margin-top: 0.5em;
}

#calendar dl,
#directory dl {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 1em;
}

#calendar dl dd,
#directory dl dd {
	float: left;
	padding: 0px 0px 0.75em 0px;
}

#calendar dl dt,
#directory dl dt {
	color: #656565;
	float: left;
	padding: 0px 10px 0.75em 0px;
	width: 75px;
}

#calendar form a {
	font-size: 1.5em;
	text-decoration: none;
}

#calendar form input,
#calendar form select {
	display: inline;
	float: none;
}

#calendar form input[type="submit"] {
	height: 22px;
	margin: 0px;
	padding: 0px 4px;
}

#calendar p.date {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0.25em;
}

#calendar #hidden-search form input[type="submit"] {
	margin-top: 5px;
}

#calendar .calendar-listing,
#directory .directory-listing {
	border: 1px solid #ddd;
	margin: 1em 0 0 0;
	padding: 1em;
}

#calendar .calendar-listing dl {
	padding-bottom: 0.5em;
}

#calendar .calendar-listing dl,
#directory .directory-listing dl {
	float: left;
}

#calendar .calendar-listing dl.no-float {
	padding-bottom: 0;
}

#calendar .calendar-listing dl.no-float,
#directory .directory-listing dl.no-float {
	float: none;
}

#calendar .calendar-listing h2,
#directory .directory-listing h2 {
	border: 0;
	font-size: 1.15em;
	margin: 0;
	padding: 0;
}

#calendar .calendar-listing p.date {
	font-size: 0.9em;
}

#calendar .calendar-listing .calendar-listing-map,
#directory .directory-listing .directory-listing-map {
	float: right;
	margin-left: 1em;
}

#calendar .calendar-listing .calendar-listing-map iframe,
#directory .directory-listing .directory-listing-map iframe {
	height: 150px;
	width: 300px;
}

#calendar .listing-details {
	float: left;
	width: 410px;
}

#calendar .listing-details dl,
#directory > div:first-child dl {
	width: 100%;
}

#calendar .listing-details.individual {
	width: 430px;
}

#calendar .listing-details.no-map {
	width: auto;
}

#directory > div:first-child {
	float: left;
	width: 380px;
}

#directory #map iframe {
	height: 250px;
	width: 350px;
}

#hidden-search {
	display: none;
	padding-bottom: 7px;
	padding-top: 2px;
}

#hidden-search h3 {
	border-top: 1px solid #ddd;
	font-weight: bold;
	margin-top: 1em;
	padding-top: 10px;
}

#hidden-search input[type="submit"] {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 1px 5px;
}

#hidden-search input[type="text"] {
	float: left;
	margin: 5px 0px 0px 0px;
	width: 150px;
}

#hidden-search label {
	float: left;
	margin-top: 5px;
	width: auto;
}

#hidden-search select {
	float: left;
	margin: 5px 0px 0px 0px;
}

#hidden-search .field {
	float: left;
	margin-right: 13px;
	margin-top: 0px;
	padding-bottom: 7px;
	white-space: nowrap;
}

#map {
	float: right;
}

#map iframe {
	margin-top: 1em;
}

#map p {
	font-size: 0.9em;
	margin-top: 0.25em;
}

#news p.moreinfo {
	margin-top: 2em;
}

#page {
	background-color: #fff;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
	width: 960px;
}

#prev-next {
	margin-top: 1em;
	position: relative;
}

#prev-next a,
#prev-next p {
	font-size: 11px;
}

#prev-next p#pg {
	text-align: center;
}

#prev-next p#next {
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#prev-next p#prev {
	margin: 0px;
	position: absolute;
	top: 0px;
}

#primaryphoto {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}

#primaryphoto img {
	max-width: 759px;
}

#rss-icon {
	float: right;
}

#schema,
.vcard {
	display: none;
}

#secondaryphoto {
	line-height: 1em;
	margin: 1.5em 0 0 10px;
}

#secondaryphoto img {
	max-width: 160px;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.comment {
	background: #ccc;
	margin-top: 0.5em;
	padding: 0.75em;
}

.comment p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 0;
}

.comment p.by {
	color: #656565;
	font-size: 0.75em;
	margin-top: 0.75em;
}

.formError {
	padding-top: 10px;
}

.nowrap {
	white-space: nowrap;
}

.credit_card_details{
	display: none;
}

.payment-paypal {
	display: inline;
}

.payment-cc {
	display: block;
}

.paypal_type_donate{
	margin-left: 150px;
}

.paypal_type_recurr{
	margin-left: 150px;
}

#donate input[type="button"] {
  	font-family: Arial;
  	color: #ffffff;
  	font-size: 20px;
  	background: #00aaa1;
    border: 0;
    border-radius: 4px;
    color: #fff;
    margin-top: 1em;
    padding: 3px 5px;
}


/* --- Superfish --- */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


/* --- Lightbox --- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* --- Form Validation --- */

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

/* --- Design and Customizations --- */

/*** OVERRIDES ***/

body {
	line-height: normal;
}

footer {
	background: none;
	border: 0;
	bottom: auto;
	color: inherit;
	font-size: inherit;
	height: auto;
	line-height: normal;
	position: static;
	width: auto;
}

footer h2 {
	border: 0;
	margin: 0;
}

h1 {
	padding-bottom: 0;
}

h3.news {
	margin-top: 1.5em;
}

header #logo {
	padding: 10px 0;
}

nav {
	background: none;
}

p.error,
p.message {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

p.news-date {
	color: #999;
	font-size: 0.9em;
	margin-bottom: -0.25em;
	margin-top: 0.25em;
}

#navigation li {
	background: none;
	display: inline;
}

#page {
	width: 100%;
}

section {
	margin-top: 0;
	padding-bottom: 0;
}

section#page-content h3 {
	font-weight: bold;
	margin-top: 1.5em;
}

section#page-content h3:first-child,
section#page-content article > h3:first-child {
	margin-top: 0;
}

/*** CONTENT ***/

h1 {
	text-transform: uppercase;
}

section#page-content hr {
	margin: 2em 0;
}

section#page-content img {
	height: auto;
	max-height: 1000px;
	max-width: 1000px;
	width: auto;
}

section#page-content img.align-block,
body#tinymce img.align-block, {
	display: block;
	margin: 1em 0em;
	max-width: 1000px;
}

section#page-content img.align-center,
body#tinymce img.align-center {
	margin: 1em auto;
	max-width: 1000px;
}

section#page-content img.align-left,
body#tinymce img.align-left {
	float: left;
	margin: 0em 1em 1em 0em;
	max-height: 320px;
	max-width: 320px;
}

section#page-content img.align-right,
body#tinymce img.align-right {
	float: right;
	margin: 0em 0em 1em 1em;
	max-height: 320px;
	max-width: 320px;
}

/*** TOP ***/
#banner{
	width:100%;
	position:relative;
}
#banner ul{
	margin:0;
	padding:0;
}
#banner li{
	list-style:none;
}
#banner #slider img,
#banner #slider-page img{
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}
#top{
	background: url("../images/bg-top.png") repeat-x;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1000;
	padding-top:10px;
}
#top-wrap{
	background-color: rgba(0,170,161,0.9);
	width:100%;
	height:136px;
}
#top-wrap .wrap{
	height:100%;
	position:relative;
}
#top-wrap .wrap .top-nav{
	height:100%;
	clear:both;
}
.wrap{
	width:1000px;
	margin:0 auto;
}
#logo{
	float:left;
	width:30%;
	height:100%;
	max-height:120px;
}
#logo a{
	background:url("../images/slp-logo.png") no-repeat center center;
	background-size: contain;
	text-indent:-9999px;
	display:block;
	width:100%;
	height:100%;
}
#navigation{
	float:left;
	width:70%;
}
#navigation ul{
	margin:15px auto 0;
	padding:0;
	display:table;
	width:100%;
}
#navigation li{
	list-style:none;
	display:table-cell;
	background:url("../images/nav-spacer.png") no-repeat left center;
}
.menu-mobile-container{
	display:none;
}
#navigation li a,
.menu-mobile-container li a{
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:19px;
	font-weight:400;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	line-height:62px;
	display:block;
	transition-duration:0.3s;
	transition-delay:0.1s;	border:none !important;
}
#navigation li a:hover,
.menu-mobile-container li a:hover{
	color:#f8e815;
	transition-duration:0.3s;
}
.navbar-toggle { 
	position: relative;
	padding: 5px 4px;
	margin:0 auto;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor:pointer;
	float:right;
}
.navbar-inverse .navbar-toggle { 
	background: #00aada;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 32px;
	height: 5px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}
.collapse.in{ display:block; }
.collapsing{
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition:height .35s ease;
	transition:height .35s ease;
}#navigation ul ul{	background-color: rgba(0, 170, 218, 0.9);		top:106px;		left: -130%;}#navigation ul ul a{	font-size:15px;}
#sticky-donate{
	display:none;
}
#donate-box{
	background: #f8e815;
	width:370px;
	height:50px;
	position:absolute;
	bottom:-25px;
	right:0;
}
#sticky-donate{
	background:#f8e815;
	width:100%;
	height:50px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:1100;
}
#donate-box > a,
#sticky-donate > a{
	background:#00aada;
	width:125px;
	height:34px;
	display:block;
	float:left;
	margin-top:8px;
	margin-left:9px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	text-decoration:none;
	text-align:center;
	transition-duration:0.4s;
	transition-delay:0.1s;
}
#sticky-donate > a{
	background:#00aada;
	color:#fff;
}
#donate-box > a:hover,
#sticky-donate > a:hover{
	background:#00aaa1;
	/*color: #3d3935;*/
	transition-duration:0.4s;
}
#sticky-donate > a:hover{
	background:#00aaa1;
}
#donate-box > a > span,
#sticky-donate > a > span{
	font-size: 30px;
	line-height:30px;
}
#donate-box > a > small,
#sticky-donate > a > small{
	font-size: 20px;
	line-height:36px;
}
#donate-box ul,
#sticky-donate ul{
	margin:0 10px 0 0;
	padding:9px 0 0;
	display:inline-block;
	float:right;
}
#donate-box ul li,
#sticky-donate ul li{
	list-style:none;
	display:inline-block;
	margin:0 3px;
}
#donate-box ul li a,
#sticky-donate ul li a{
	display:block;
	width:32px;
	height:32px;
	transition-duration:0.3s;
	transition-delay:0.1s;
	opacity:1;
}
#donate-box ul li a:hover,
#sticky-donate ul li a:hover{
	transition-duration:0.3s;
	opacity:0.6;
}
#donate-box ul li.facebook a,
#sticky-donate ul li.facebook a{
	background: url("../images/icons/social/facebook-new.png") no-repeat;
}
#donate-box ul li.youtube a,
#sticky-donate ul li.youtube a{
	background: url("../images/icons/social/youtube-new.png") no-repeat;
}
#donate-box ul li.twitter a,
#sticky-donate ul li.twitter a{
	background: url("../images/icons/social/twitter-new.png") no-repeat;
}
#donate-box ul li.linkedin a,
#sticky-donate ul li.linkedin a{
	background: url("../images/icons/social/linkedin-new.png") no-repeat;
}
#donate-box ul li.instagram a,
#sticky-donate ul li.instagram a{
	background: url("../images/icons/social/instagram-new.png") no-repeat;
}


/*** MAIN ***/
#main,
#main-2{
	background:#FFF;
	height:auto;
}
#main .main-head{
	background:rgba(248,232,21,0.4);
	padding:60px 0;
}
#main .main-head.interior{
	padding:0;
}
#main-2 .main-head{
	background:rgba(0,170,161,0.4);
	padding:60px 0;
}
#main .main-head p,
#main-2 .main-head p{
	margin:0;
}
#main > .main-head > .wrap > h1{
	font-family: 'Open Sans', sans-serif;
	font-size:34px;
	font-weight:700;
	color:#FFF;
	text-align:center;
	margin-top:-120px;
	padding-bottom:40px;
	position:relative;
	z-index:1001;
}
#main > .main-head.interior > .wrap > h1{
	margin-top:-60px;
	padding-bottom: 0;
}
#main p,
#main-2 p{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#3d3935;
	text-align:center;
	padding-left:80px;
	padding-right:80px;
}
#main-interior {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #3d3935;
	padding-left:20px;
	padding-right:20px;
}
#main-interior .wrap p:first-child {
	margin-top: 0;
}
#main .main-content,
#main-2 .main-content,
#main-interior .main-content {
	padding:50px 0;
}
#main .main-content h1,
#main-2 .main-content h1{
	font-family: 'Open Sans', sans-serif;
	font-size:34px;
	font-weight:700;
	color:#FFF;
	text-align:center;
}
#main .main-content img,
#main-2 .main-content img{
	display:block;
	margin:60px auto;
}
.main-content a {
	color: #00aada;
}
.main-content form input,
.main-content form label,
.main-content form p,
.main-content form select,
.main-content form textarea {
	font-size: 16px;
}
.main-content form input[type="submit"] {
	background-color: #00aaa1;
}
.main-content form input[type="submit"]:hover {
	background-color: #3d3935;
}
.main-content form p.caption {
	clear: both;
	color: #999;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
	padding-top: 3px;
}
.main-content form p.displayonly {
	padding: 2px 0;
}
.main-content label em {
	color: red;
	font-style: normal;
}
.main-content ul {
	list-style-type: disc;
	margin-left: 2em;
}


/*** HOME PAGE ***/
#our-story {
	background: rgba(0,170,161,0.3);
	padding: 60px 20px;
}
#our-story .wrap iframe {
	display: block;
	margin: 1em auto 0 auto;
	width: 640px;
}
/*#our-story .wrap h1 {
	color: #fff !important;
}*/
.index-head{
	background:rgba(0,170,218,0.4);
	padding:60px 0;
}
.index-head .box{
	background:#FFF;
	display:block;
	width:320px;
	margin:-170px auto 0;
	text-align:center;
	position:relative;
	z-index:100;
	padding:15px 10px 10px;
}
.index-head .box h1{
	font-family: 'Open Sans', sans-serif;
	font-size:34px;
	font-weight:700;
	text-align:center;
	color:#00aaa1 !important;
	line-height:40px;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
	padding-bottom: 0 !important;
	position:static;
}
.index-head .box a{
	background: #f8e815;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	color: #3d3935;
	text-decoration: none;
	text-align: center;
	padding: 7px 0;
	display: block;
	transition-duration: 0.4s;
	transition-delay: 0.1s;
}
.index-head .box a:hover{
	background: #00aaa1;
	color: #fff;
	transition-duration: 0.4s;
}
.index-head .wrap{
	margin-top:40px;
	padding-bottom:0 !important;
}
#our-story .wrap h1,
.index-head .wrap h1,
.index-page2 .main-head h1{
	font-family: 'Open Sans', sans-serif;
	font-size:34px;
	font-weight:700;
	color:#3d3935;
	text-align:center;
	margin-top:0 !important;
	padding-bottom:5px !important;
}
.index-head .wrap p{
	color:#3d3935 !important;
}
.index-page .main-content h1{
	color:#212121 !important;
}
.index-page2 .main-head{
	background:rgba(0,170,161,0.3) !important;
}
.index-page2 .main-head h1{
	color:#212121 !important;
	padding-bottom:20px !important;
}
.index-page2 .main-head p{
	padding-bottom:20px !important;
}


/*** BOTTOM ***/
#bottom{
	padding-bottom:10px;
	background:url("../images/bg-top.png") repeat-x bottom center;
}
#bottom ul.buttons{
	margin:0;
	padding:50px 0;
	text-align:center;
	background:rgba(248,232,21,0.4);
}
#bottom ul.buttons li{
	list-style:none;
	display:inline-block;
	min-width:304px;
	margin:0 10px;
}
#bottom ul.buttons li a{
	background: #f8e815;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	color: #3d3935;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	transition-duration: 0.4s;
	transition-delay: 0.1s;
}
#bottom ul.buttons li a:hover{
	background: #00aaa1;
	color: #fff;
	transition-duration: 0.4s;
}
#address{
	background: #3d3935;
	padding: 25px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	margin: 0;
}
#bottom .maps iframe{
	display:block;
}
#secondaryphoto {
	margin: 0;
}
#secondaryphoto img {
	display: block;
	max-width: none;
	width: 100%;
}
.partners{
	padding:60px 0 80px;
	background:#FFF;
}
.partners h1{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#00aaa1;
	padding:60px 0 10px;
}
.partners h1.supporting{
	background: url("../images/icons/supporting-partners.png") no-repeat center top;
}
.partners h1.mission{
	background: url("../images/icons/mission-partners.png") no-repeat center top;
	margin-top:80px;
}
.partners ul{
	margin:30px 0 0;
	padding:0;
	text-align:center;
}
.partners li{
	list-style:none;
	display:inline-block;
	vertical-align:middle;
	margin:10px 20px;
}


/*** FOOTER ***/
#footer .footer-menus{
	background:#00aaa1;
	padding:20px 0 30px;
}
#footer .footer-menus ul#sitemap {
	margin: 0;
	min-height: 0;
}
#footer .footer-menus ul#sitemap > li {
	font-weight:700;
	margin-right: 0;
	text-align:center;
}
#footer .footer-menus ul#sitemap > li > a {
	padding:18px 0;
}
#footer .footer-menus ul#sitemap a {
	text-transform: uppercase;
}
#footer .footer-menus ul#sitemap a:hover,
#footer .footer-menus ul#sitemap a.active {
	text-decoration: none;
}
#footer .footer-menus .col-4,
#footer .footer-menus ul#sitemap > li {
	width:17%;
	float:left;
	padding:0 4%;
}
#footer .footer-menus .col-4 ul,
#footer .footer-menus ul#sitemap ul {
	margin:0;
	padding:0;
}
#footer .footer-menus .col-4 h2,
#footer .footer-menus .col-4 li a,
#footer .footer-menus ul#sitemap li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:17px;
	color:#FFF;
}
#footer .footer-menus .col-4 h2 {
	font-weight:700;
	text-align:center;
	padding:18px 0;
}
#footer .footer-menus .col-4 li,
#footer .footer-menus ul#sitemap li ul li {
	padding:5px 0;
}
#footer .footer-menus .col-4 li a,
#footer .footer-menus ul#sitemap li ul li a {
	font-weight:400;
	text-decoration:none;
	text-align:center;
	line-height:20px;
	display:block;
	transition-duration:0.3s;
	transition-delay:0.1s;
}
#footer .footer-menus .col-4 li a:hover,
#footer .footer-menus ul#sitemap li a:hover {
	color:#f8e815;
	transition-duration:0.3s;
}
#footer .copyright{
	padding:20px 0;
}
#footer .copyright p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#202020;
	text-align:center;
	margin:0;
}
#footer .copyright p:last-child{
	color:#AAA;
}
#footer .copyright p:last-child a{
	color:#AAA;
	text-decoration:none;
	transition-duration:0.3s;
	transition-delay:0.1s;
}
#footer .copyright p:last-child a:hover{
	color:#f8e815;
	transition-duration:0.4s;
}
#google-map-scroll {
    display: block;
    width: 100%;
    height: 355px;
    position: absolute;
    z-index: 100000;
}

/*** DONATION FORM ***/

#donate fieldset {
	background: #efefef;
	margin: 1em 0 0 0;
	padding: 1em;
}

#donate fieldset > .clearfix {
	padding: 0 0 1em 0;
}

#donate fieldset > .clearfix:first-of-type {
	padding: 0 0 0.5em 0;
}

#donate fieldset.vertical div {
	clear: both;
}

#donate fieldset.vertical div:first-of-type  {
	margin-top: -1em;
}

#donate fieldset.vertical input,
#donate fieldset.vertical select {
	font-size: 16px;
}

#donate fieldset.vertical p {
	font-size: 16px;
	margin-top: 0;
	padding-bottom: 1em;
}

#donate fieldset.vertical p.caption {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 0;
}

#donate fieldset.vertical .long img {
	margin-top: 0.2em;
}

#donate fieldset.vertical .long input[type="checkbox"] {
	margin: 1.4em 10px 0 0;
}

#donate fieldset.vertical .long input[type="text"] {
	clear: both;
	float: none;
	margin-top: 0.2em;
}

#donate fieldset.vertical .long label {
	width: auto;
}

#donate h2 {
	border: 0;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
}

#donate fieldset h2:first-child {
	margin-top: 0;
}

#donate input[type="submit"] {
	background: #00aaa1;
	margin-left: 10px;
}

#donate ul {
	font-size: 16px;
	list-style-type: disc;
	margin: 2em 0 0 2em;
}

#donation-amounts-other-input {
	width: 75px;
}

.donate-cards {
	display: inline;
	margin-right: -4px;
	vertical-align: bottom;
}

#donate label {
	font-size: 16px;
}

.donate-amount,
.donate-label {
	font-size: 16px;
}

.donate-amount em,
.donate-label em {
	margin-left: -0.5em;
}

.donate-amount input[type="radio"] {
	margin: 5px 5px 0 0;
}

.donate-amount input[type="text"] {
	margin: 0;
}

.donate-amount label {
	margin: 0;
	padding: 0 1em 0 0;
	text-align: left;
	width: auto;
}

.donate-label input {
	margin: 0 1em 0 0;
}

.donate-label > label {
	margin: 0 10px 0 0;
	padding: 0;
	width: 150px;
}

/*** FUNDRAISING SYSTEM ***/

a.noline {
	text-decoration: none;
}

a.noline:hover {
	text-decoration: underline;
}

p.secure {
	background-color: #ffc;
	border: 1px solid #ddd;
	font-size: 0.7em;
	margin: 1.5em 0;
	padding: 0.5em;
}

#adminform input[type="text"],
#adminform p.caption,
#adminform textarea {
	width: 400px;
}

#adminform h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 1.5em 0 0 0;
}

#adminform textarea {
	height: 400px;
}

#bar {
	height: 100px;
	left: 10px;
	position: absolute;
	top: 1px;
	width: 7px;
}

#fundraisingform label {
	color: #3d3935;
}

#fundraisingform span {
	display: inline-block;
	float: left;
	margin: 1em 3px 0 0;
}

#fundraisingsignup {
	padding-bottom: 1em;
}

#fundraisingsignup * {
	font-size: 16px;
}

#fundraisingsignup h3 {
	background: #00aada;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding: 3px 6px;
}

#fundraisingsignup label em {
	color: red;
	font-style: normal;
}

#fundraisingphoto {
	background-color: #eee;
	border: 1px solid #ccc;
	float: right;
	margin-top: 10px;
	padding: 0.5em;
	text-align: center;
	width: 34%;
}

#fundraisingtext {
	float: left;
	width: 60%;
}

#fundraisingtext a {
	text-decoration: none;
}

#fundraisingtext a:hover {
	text-decoration: underline;
}

#fundraisingtext h2 {
	border-bottom: 0;
	font-size: 1.25em;
	font-weight: normal;
	margin-top: 0;
	padding-bottom: 0;
}

#fundraisingtext h2 span {
	color: #656565;
	font-size: 0.8em;
}

#fundraisingtext h5 {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding-bottom: 0.25em;
}

#fundraisingtext th {
	background-color: #00aaa1;
}

#fundraisingtext tr:hover td {
	background-color: inherit;
}

#goalbox {
	background-color: #00aada;
	box-sizing: border-box;
	float: right;
	margin-top: 1.5em;
	padding: 1em;
	width: 34%;
}

#goalbox h4 {
	color: #fff;
	font-size: 0.8em;
	margin-top: 2px;
	padding-bottom: 5px;
}

#goalbox p {
	font-size: 0.85em;
	margin-top: 0.5em;
}

#thermometer {
	background-image: url("../images/thermometer.gif");
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	margin: 5px 10px 0px 0px;
	position: relative;
	width: 27px;
}

#thermometer img {
	display: block;
    margin-top: 0px !important;
}

#thermometer p {
	color: #fff;
	font-size: 0.6em;
	margin: 109px 0px 0px 0px;
	position: absolute;
	text-align: center;
	width: 27px;
}

.required {
	color: red;
}

/*** ADMIN ***/

#admin {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
	width: 1000px;
}

@media screen and (max-width:980px){
	#address{ font-size: 28px; }
	.wrap{ width:98%; margin:0 auto; }
	.main-content img{ width:100% !important; max-width:100% !important; height:auto !important; }
	#logo a{ background-size:auto 100%; }
	#navigation ul ul{ left:-200%; }
	#navigation ul ul a{ padding:10px !important; font-size:14px; }
	#navigation li a{ line-height:64px; font-size:16px; }
	#banner #slider img{ height:10%; width:auto; max-width:none !important; margin-left:-50%; }
	#slider{ overflow:hidden; }
}

@media screen and (max-width:800px){
	#navigation li a{ font-size:15px; }
	#navigation ul ul a{ font-size:12px; }
}

@media screen and (min-width:751px){
	.navbar-toggle{ display:none; }
	#sticky-donate{ display:none; }
	nav ul.sf-menu li li a{ line-height: 26px !important; font-size:12px !important; }
	#donate-box{ bottom:-50px !important; }
	#navigation ul ul{ top:50px !important; left: -30px !important; right:0; }
	.navbar-collapse { position:relative; }
	.sf-menu li { position: static !important; }
}

@media screen and (max-width:750px){
	/*#banner.interior { height: 300px; min-height: 0; }*/
	#banner #slider-page img { max-width: none; height: auto; width: 100%; }
	header #logo{ padding:5px 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
	#banner.interior #top { position:static; }
	#top-wrap { height: 96px; }
	#top-wrap .wrap{ width:100%; }
	#logo{ width:48%; padding-left:2% !important; }
	#logo a{ background-size:auto 100%; background-position:left center; }
	#donate-box{ position:static; width:100%; text-align:center;}
	#donate-box > a, #donate-box ul{ float:none; display:inline-block; margin:0; padding:0; vertical-align:middle; }
	#donate-box ul{ height:100%; margin:0 12px; }
	#donate-box ul li{ vertical-align:middle; }
	#donate-box ul li a{ margin-top:9px; }
	#navigation{ height:100%; width:50%; }
	.navbar-toggle { margin: 26px 0 0; }
	.collapse{ display:none; }
	.menu-mobile-container{ width:80%; position:absolute; top:0; right:-80%; background:#00aada; display:block; z-index:1; }
	.navbar-collapse ul{ margin:10px 0 !important; }
	.navbar-collapse ul li{ display:block !important; }
	.navbar-collapse ul li a{ display:block !important; color:#FFF !important; padding:12px 0; }
	/*.navbar-collapse ul li a:hover{ background-color:rgba(131,191,67,0.5); }*/
	.navbar-collapse ul li a:hover{ background-color:rgba(0,170,161,0.9); }
	.menu-mobile-container li a{ border:1px solid #FFF; margin:10px; font-size:17px; font-weight:600; padding:10px 0 !important; }
	#bottom ul.buttons li{ margin:10px 0; }
	#footer .footer-menus .wrap{ width:92%; margin:0 auto; }
	#footer .footer-menus .col-4, #footer .footer-menus ul#sitemap > li { display: block; float:none; width:100%; padding:0; margin:15px 0; }
	#footer .footer-menus .col-4 h2, #footer .footer-menus ul#sitemap > li > a { border:1px solid #FFF;  cursor:pointer; }
	#footer .footer-menus .col-4 ul, #footer .footer-menus ul#sitemap li ul { display:none; }
	#page { margin-left:0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
	#page.toggled {	margin-left:-80%; }
	.dropdown-menu{ display:none; }
	.navbar-collapse > ul > .open > a {	margin-bottom:0 !important; border:1px solid #f8e815 !important; background:#f8e815; color:#3d3935 !important; }
	.open > ul.dropdown-menu { display: block !important; margin:0 10px !important; padding:10px 0 !important; border:1px solid #f8e815 !important; background:#f8e815; }
	.open > .dropdown-menu > li > a{ border:1px solid #f8e815 !important; background:#f8e815; margin:0 10px; color:#3d3935 !important; font-weight:400; padding:0 !important; }
	#our-story .wrap iframe{ width:100%; height:auto; }
}

@media screen and (max-width:640px){
	#logo{ width:68%; padding-left:2%; }
	#navigation{ height:100%; width:30%; }
	#banner #slider img{ margin-left:-100%; }
}

@media screen and (max-width:480px){
	#adminform input[type="text"],
	#adminform p.caption,
	#adminform textarea { width: 250px; }
	#slider-page { height: auto; overflow:hidden; }
	#banner #slider-page img { width:100%; height: auto; display:block; }
	#bottom ul.buttons { padding: 20px 0; }
	#bottom ul.buttons li a { font-size: 21px; }
	#top { background-size:100% 100%; }
	#main h1, #main-2 h1, #main p, #main-2 p { padding-left: 20px; padding-right: 20px; }
	#address{ font-size: 21px; padding: 25px; }
	#footer .copyright p{ font-size:12px; }
	#main .main-content, #main-2 .main-content, #main-interior .main-content { padding: 35px 0; }
	#main .main-head > .wrap > h1 { font-size: 24px; margin-top: -105px; }
	#main > .main-head.interior > .wrap > h1 { margin-top: -45px; }
	#main-interior { font-size: 16px; }
	#top-wrap{ background-color: rgba(0,170,161,1); }
	#donate-box ul{ margin-right:-3px; }
	header #logo { padding: 10px 0 10px 40px !important; }
	#banner #slider img { height: auto; width: 250%; max-width: none !important; margin: 75px 0px 0px -75%; }
	.index-head .box{ background-color: rgba(255,255,255,0.85); }
	.navbar-toggle{ margin-right: 15px; }
}

@media screen and (max-width:360px){
	#footer .copyright{ padding-left:12px; padding-right:12px; }
	header #logo { padding: 10px 0 10px 7% !important; }
}

@media screen and (max-width:320px){
	#logo{ width:78%; padding-left:2%; }
	#navigation { width: 20%; }
}

