/*
Theme Name: sacac
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sacac
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sacac is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: Futura;
	src: url('inc/Futura.ttc') format("truetype");
	font-weight: 400;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal !important;
	/* display: list-item; */
	padding: 0;
	margin-left: 20px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #299A70;
}

a:hover,
a:focus{
	color: midnightblue;
}

a:active {
  color: #299A70;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}





/*====================NEW STYLES===========================*/

.grid-container {
	max-width: 1400px;
	margin: 0 auto;
}

div#hyperhead {
	background: #FDB414;
	color: #fff;
}

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

ul#hypermenu a {
	color: #fff;
	text-decoration: none;
}

ul#hypermenu, #hypersocial {display: inline-block;}

li {
	/* display: inline-block; */
}

div#hyperhead {
	text-align: right;
}

ul#hypersocial img {
	width: 20px;
	margin: 8px 0 0;
}

ul#hypersocial a {
	display: inline-block;
}

ul#hypermenu {
	padding-right: 30px;
}

ul#hypermenu li a {
	font-family: Futura, Open sans, sans-serif;
}

ul#hypermenu li a {
	padding: 0 15px;
}

.site-branding {
	float: left;
}

nav#site-navigation {
	float: right;
	clear: none;
	width: auto;
}

nav#site-navigation ul#primary-menu > li > a {
	padding: 15px 20px;
}

nav#site-navigation ul#primary-menu > li {
	margin-top: 30px;
}
div#imageTitle img {
	width: 100%;
	display: inherit;
}

.home header#masthead {
	position: fixed;
	width: 100%;
	background: rgba(255, 244, 228, 0.8);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

#mainHead a {color: #000 !Important;-webkit-transition: all .35s ease;-moz-transition: all .35s ease;-ms-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease;}


.home div#imageTitle {
	/* margin-top: 82px; */
	position: relative;
}
h1.entry-title {
	display: none;
}
header#masthead {
	z-index: 9999;
}

div#homeMessage {
	position: absolute;
	right: 6%;
	top: 30%;
	background: rgba(229,104,37,0.8);
	z-index: 99;
	padding: 40px 40px;
	width: 680px;
	color: #fff;
}

div#homeMessage h1 {
	margin-top: 0;
}

div#homeMessage h3 {
	margin-bottom: 0;
}

h1 {
	font-size: 3.4rem;
	line-height: 3.9rem;
	font-weight: 400;
	font-family: oswald, sans-serif;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	font-family: Futura, Open Sans,sans-serif;
	font-weight: 400;
}

div#homeMessageWrap {
	border-left: 2px solid #fff;
	padding-left: 20px;
}

div#greenSubnav ul li {
	width: calc(100% / 3 - .69px);
	text-align: center;
	background: #5DAF8B;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

div#greenSubnav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 40px 0;
	font-size: 1.4rem;
}

div#greenSubnav {
	margin-top: -65px;
	display: inline-block;
	width: 100%;
}

div#greenSubnav ul li {
	margin: 0 1px 5% 0!Important;
	float: left;
	position: relative;
	list-style-type: none;
}

div#greenSubnav ul li:first-child {
	margin-left: 0 !Important;
}

div#greenSubnav ul :last-child {
	margin-right: 0 !important;
}

.home div#primary {
	min-height: 350px;
	background-image: url(images/homefade.jpg);
	background-position: 50% 100%;
	padding-bottom: 1px !Important;
	margin-bottom: -1px;
	background-repeat: no-repeat;
	background-size: 100%;
}
div#greenSubnav ul li a:after,div#greenSubnav ul li a:before {content: '';position: absolute;left: 0;margin: auto;width: 100%;height: 35%;background-image: url(images/gslice.png);background-size: 100%;background-repeat: no-repeat;bottom: 0;z-index: -2;-webkit-transition: all .25s ease;-moz-transition: all .25s ease;-ms-transition: all .25s ease;-o-transition: all .25s ease;transition: all .25s ease;/* transition-delay: .25s; */font-size: 1rem;}

div#greenSubnav ul li:hover a:after,div#greenSubnav ul li a:hover:after {
	bottom: -33%;
}
div#greenSubnav ul li:hover {
	background: #269C71;
}

div#greenSubnav ul li a:before {
	background-image: url(images/gslice2.png);
	z-index: -1;
}

div#greenSubnav ul li:hover a:before, div#greenSubnav ul li a:hover:before {
	bottom: -33%;
	opacity: 0;
}
.halfWidth {
	width: 50%;
	float: left;
	position: relative;
}

div#orangeMid img {
}

div#orangeMid {
	background: #FBB616;
	padding-top: .1%;
}

#oBox {
	margin: auto;
	text-align: right;
	width: calc(75% + 70px);
	left: 0;
	right: 0;
	color: #fff;
	display: table;
	padding-right: 20px;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
div#oBox div h3 {
	margin-top: 0;
}

div#oBox div p {
	margin-bottom: 0;
}

div#calltoOrange {
	position: absolute;
	right: 0;
	bottom: 40px;
	padding: 0 10% 0 0px;
	background: rgba(252,182,20,0.8);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

div#calltoOrange a {
	text-transform: uppercase;
	font-size: 1.65rem;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: block;
	padding: 16px 80px 16px 40px;
}

a.larrow:after {content: '';background-image: url(images/larrow.png);height: 38px;width: 25px;display: block;position: absolute;right: 20px;top: 15px;-webkit-transition: all .35s ease;-moz-transition: all .35s ease;-ms-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease;}

div#footerTop {
	text-align: center;
	background-image: url(images/gfootbg.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0% 100%;
	padding-top: 8%;
	margin-top: -1px;
}

div#footerMid {
	background: #299A70;
	text-align: center;
	color: #fff;
	padding: 0 0 50px;
	display: inline-block;
	width: 100%;
}

ul#footSocial li {
	background-color: #5DAF8B;
	width: 200px;
	float: left;
	margin: 0 3px;
	text-align: center;
	height: auto;
	height: 70px;
	display: block;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

ul#footSocial li a {
	display: block;
	position: relative;
}

ul#footSocial {
	display: block;
	width: 618px;
	margin: 0 auto;
}
div#lowLeft {
	width: 50%;
	float: left;
}

div#lowLeft {}

div#lowRight {
	width: 50%;
	float: right;
	text-align: right;
}

.site-info {
	width: 100%;
	clear: both;
	/* display: inline-block; */
	background: #000;
	color: #fff;
	height: 50px;
	margin-bottom: -20px;
}

.barred {
	width: 200px;
	display: block;
	margin: 0;
}

#lowRight > .barred {
	margin-left: auto;
	margin-right: 0;
}

div#footerLow {
	background-image: url(images/footbg.png);
	background-color: #6D6E71;
	display: inline-block;
	width: 100%;
	margin-top: -2px;
	background-repeat: no-repeat;
	background-position: 105% -20%;
	color: #fff;
	background-size: 70%;
	padding: 20px 0;
}
.threeQuarters {
	width: 75%;
	float: left;
	padding-right: 100px;
}

.oneQuarter {
	width: 25%;
	float: left;
}
.threeQuarters h3 {
	text-align: center;
}

div#subContent {
	margin-top: 50px;
	display: inline-block;
	width: 100%;
}

.site-info div * {
	font-size: 14px;
	margin: 5px auto 10px;
}

footer#colophon {
	/* margin-bottom: -30px; */
	background-color: #000;
}


h2 {
	font-size: 1.8rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	font-family: Futura, Open Sans,sans-serif;
	font-weight: 400;
	color: #299A70;
}

.home .entry-content {
	max-width: 800px;
	margin: 0 auto;
}
#calltoOrange:hover a.larrow:after {
	right: -5px;
}

div#calltoOrange:hover {
	background: rgba(252,182,20,1);
}

ul#footSocial li:hover {
	background-color: #96EAC5;
}
.site-branding img {
	height: 85px;
	padding-top: 5px;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

div#footerTop img {
	height: 140px;
	margin-bottom: 10px;
}

.menu-footer-container li {
	clear: both;
	float: none;
	display: block;
}

#footerLow a {
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	position: relative;
}

.menu-footer-container {
	padding-top: 10px;
}

#footerLow h5 {
	font-size: 1.2rem !important;
	text-transform: uppercase;
	margin: 20px 0 4px;
	font-weight: 400;
}

#footerLow a:after {
	background: #FFFFFF;
	height: 1px;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 0;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: auto;
}

#footerLow a:hover:after {
	width: 100%;
}
#footerLow #lowRight a:after {
	left: auto;
	right: 0;
}

div#fullWidthMid img {
	width: 100%;
	display: inherit;
}
div#oBoxwrap h2 {
	color: #fff;
	text-transform: capitalize;
	font-variant: small-caps;
	margin-top: 0;
}

.threeQuarters h2 {
	text-align: center;
}

div#footerMid h2 {
	color: #fff;
}
h4.tribe-event-title {
	margin-top: 0;
	margin-bottom: 5px;
	position: relative;
	margin-left: 0;
}

h4.tribe-event-title a {
	color: #299A70;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
}

h4.tribe-event-title:before {content: ' \2022';position: absolute;left: -20px;font-size: 24px;top: 3px;}

li.tribe-events-list-widget-events {
	width: 100%;
	list-style-type: none;
}

ol.tribe-list-widget {
	list-style-type: disc !important;
	list-style: initial;
	color: #000;
}

p.tribe-events-widget-link {
	float: right;
	margin: 0;
}

p.tribe-events-widget-link a {color: #fff;text-decoration: none;background-color: #299A70;padding: 5px 50px 5px 30px;text-transform: uppercase;position: relative;-webkit-transition: all .35s ease;-moz-transition: all .35s ease;-ms-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease;}

p.tribe-events-widget-link a:after {content: '';position: absolute;background-image: url(images/smarrow.png);height: 20px;width: 13px;background-repeat: no-repeat;background-position: 50% 50%;right: 20px;top: 0px;bottom: 0;margin: auto;-webkit-transition: all .35s ease;-moz-transition: all .35s ease;-ms-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease;}
div#EventExcerpt p {
	margin: 5px 0;
}

p.tribe-events-widget-link a:hover:after {
	right: 10px;
}
div#greenBox {
	background-color: #299A70;
	display: inline-block;
	text-align: center;
	position: relative;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

div#greenBox > a > img {
	border-left: 1px solid #939290;
	border-right: 1px solid #939290;
}

div#greenBox * {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3rem;
	margin: 2px 0px;
	display: block;
}

div#greenBox p img {
	width: 13px;
	display: inline-block;
	position: absolute;
	margin-top: 5.5px;
	right: 30px;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

div#greenBox p:last-child {
	text-indent: -30px;
}

div#greenBox:hover p img {
	right: 20px;
}

p.tribe-events-widget-link a:hover {
	background: #5DAF8B;
}

div#greenBox:hover {
	background: #5DAF8B;
}
li#menu-item-175 {
	min-width: 860px;
}

li#menu-item-175 > ul > li {
	width: 33%;
	float: left;
	font-weight: bold;
}
li#menu-item-176 {
	min-width: 820px;
}

li#menu-item-176 > ul > li > a {
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
li#menu-item-177 ul li a {
	font-weight: bold;
}

li#menu-item-169 > ul {
	padding: 0;
}

li#menu-item-177 ul {
	padding: 0;
}

li#menu-item-176 > ul > li {
	text-align: center;
}

li#menu-item-176 > ul > li > ul {
	padding: 0;
}
div#titleBar {
	background: rgba(229,104,37,0.8);
	display: inline-block;
	padding-left: calc(10% + 50px);
	margin-top: 20px;
}

div#titleBar h2 {
	color: #fff;
	padding-right: 30px;
}
.quadBox ul li {
	width: calc(25% - 34px);
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 22px 42px;
	padding: 0 !Important;
	min-width: 220px;
}

.quadBox ul {
	padding: 0;
	margin: 0;
}

.quadBox ul li img {
	min-width: 100%;
	display: inherit;
	height: auto !important;
	max-height: 350px;
}

.Ooverlay {
	background: rgba(229,104,37,0.8);
	/* padding: 25px; */
	position: absolute;
	top: calc(100% - 75px);
	width: 100%;
	height: 100%;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.Ooverlay * {
	color: #fff;
	text-decoration: none;
	text-align: right;
	margin: 0;
	text-transform: uppercase;
	font-family: Futura, Open sans, sans-serif;
	font-size: 1.2rem;
}

.Ooverlay a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	/* padding: 30px; */
}

.rBorder {
	position: absolute;
	top: 10px;
	right: 10%;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.rBorder p {
	line-height: 1.7rem;
}

p.oemail {
	position: absolute;
	bottom: 10%;
	right: 10%;
	line-height: 1rem;
	font-size: 1rem;
}

.rBorder:after {
	width: 3px;
	content: '';
	background: #fff;
	display: block;
	position: absolute;
	right: -15px;
	top: 0px;
	height: 80%;
	bottom: 0;
	margin: auto;
}

.quadBox ul li:hover .Ooverlay {
	top: 0;
}

.quadBox ul li:hover .Ooverlay .rBorder {
	top: 10%;
}
.rBorder p:last-child {
	font-size: .8rem;
}

.quadBox ul li:nth-child(4n - 3) {
	margin-left: 0;
}

.quadBox ul li:nth-child(4n) {
	margin-right: 0 !Important;
}
div#primary.directory {
	background-image: url(images/SACACmidbg.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-attachment: fixed;
}
div#primary.directory h2 {
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 40px;
}
div#postTitlewrap {
	background: rgba(229,104,37,0.8);
	padding-left: 18%;
	bottom: 0px;
	padding-right: 2%;
}
div#imageTitle div#postTitlewrap {
	position: absolute;
}

div#postTitle h2 {
	color: #fff;
	font-size: 2.4rem;
}
div.directoryBox {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
div#imageTitle {
	position: relative;
}
div#greenSubnav.noMargin {
	margin-top: 0;
}

.hasBackground {
	background-image: url(images/gfootbg.png);
	padding-bottom: 5%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 280px;
}
ul#greenLinks > li {
	width: 100%;
	display: block;
	margin-bottom: 3px;
}

ul#greenLinks > li > a {
	display: block;
	padding: 5px 0;
	background-color: #299A70;
	color: #fff;
	text-decoration: none;
	margin-bottom: 0;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

ul#greenLinks li a span {
	width: 50%;
	display: block;
	text-align: right;
	padding-right: 20px;
	border-right: 2px solid #fff;
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: 1.3rem;
	position: relative;
}

.linkDesc {
	overflow: hidden;
	margin: 0;
	width: 100% !important;
	max-height: 0px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition-delay: .5s;
	padding: 0;
}

ul#greenLinks li a span::after,ul#greenLinks li a span::before {content: '';position: absolute;height: 25px;width: 15px;background-image: url(images/larrow.png);right: -60px;top: 0;left: auto;bottom: 0;margin: auto 0;background-size: contain;background-position: 50% 50%;background-repeat: no-repeat;-webkit-transition: all .35s ease;-moz-transition: all .35s ease;-ms-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease;}
li.linkhasDesc:hover .linkDesc {
	max-height: 500px;
	padding-bottom: 25px;
	padding-top: 5px;
}

ul#greenLinks li:hover a span:after,ul#greenLinks li:hover a span:before {
	right: -90px;
	left: auto;
	/* width: 50%; */
}

ul#greenLinks li.linkhasDesc:hover a span::after,ul#greenLinks li.linkhasDesc:hover a span::before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	/* Safari */
}

ul#greenLinks > li:hover > a {
	background: #9BCAB3;
	color: #299A70;
}
ul#greenLinks li a span::before {
	background-image: url(images/garrow.png) !Important;
	opacity: 0;
}

ul#greenLinks li a span::after {
	opacity: 1;
}

ul#greenLinks li:hover a span::after {
	opacity: 0;
}

ul#greenLinks li:hover a span::before {
	opacity: 1;
}

#content ul {
	list-style-type: disc;
	list-style: initial;
}

ul#greenLinks li {
	padding: 0 !Important;
}

div#fullWidthMid {
	background: #FBB616;
	display: inline-block;
	width: 100%;
}
div#hyperhead li {
	display: inline-block;
}
h4 {
	margin: .8rem 0;
	font-size: 1.5rem;
	color: #299A70;
}

div#fullWidthlinks h4 {
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}

.entry-content ul {
	padding-left: 20px;
}
#content footer#colophon ul {
	padding: 0 !Important;
}

#content footer#colophon ul li {
	padding: 0;
}

.entry-content h3 {
	color: #299A70;
	text-transform: capitalize;
}

ol li {
	padding-left: 0 !Important;
	display: list-item;
}

ol ul {
	margin-bottom: 20px;
}
.quadBox ul {
	list-style-type: none !Important;
}
ul.committeeBoxes .Ooverlay p {
	font-size: 1rem;
	line-height: 1.2rem;
	padding-bottom: 10px;
	padding-left: 20px;
}

ul.committeeBoxes .Ooverlay p.membNamed {
	font-size: 1.4rem;
	padding-left: 0;
}

.membPhone a {
	font-size: 1rem;
}

ul.committeeBoxes .Ooverlay .rBorder:after {
	height: 99%;
	margin: 0;
}

ul.committeeBoxes .Ooverlay *:last-child {
	padding-bottom: 0 !Important;
}

.committeeBoxes a:hover {
	color: #FDB714;
}

p.membNamed {
	padding-bottom: 5px !Important;
}

ul.committeeBoxes .Ooverlay .rBorder {
}

ul.committeeBoxes .Ooverlay p.oemail {
	padding-bottom: 0;
	bottom: 5%;
}
div#dir1 {
	font-size: 28px;
	font-family: Futura, Open sans, sans-serif;
	color: #299A70;
}
.home ul#SubNav li:last-child:after {content: '';position: absolute;bottom: 16px;left: 0;right: 0;color: #fff;z-index: 0;max-width: 90%;line-height: .86rem;margin: 0 auto;}
div#greenSubnav ul li:last-child a:after, div#greenSubnav ul li:last-child a:before {
	content: '';
}

.home ul#SubNav li:last-child {
	position: relative;
}

.home ul#SubNav li:last-child > a {
	z-index: 99999999999;
}
.mc-time a, a.list {
	background-color: #299A70;
	color: #fff;
	border-radius: 3px;
	padding: 7px 13px;
	text-decoration: none;
	float: left;
	border: 1px solid #299A70;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.mc-time {
	float: right;
}

.mc-time a {
	margin: 0 10px 0 0;
}

.mc-time a:hover, a.list:hover {
	color: #299A70;
	background: #fff;
}

span.mc-active {
	border: 1px solid #299A70;
	padding: 7px 10px;
	float: right;
	border-radius: 3px;
	color: #299A70;
}

.my-calendar-date-switcher {
	clear: both;
	border: none !important;
	margin: 0 !Important;
	padding: 15px 0 5px !IMPORTANT;
}

li.my-calendar-prev {}

.my-calendar-nav li a {
	background-color: #299A70 !Important;
	color: #fff;
	border-radius: 3px;
	padding: 7px 13px;
	text-decoration: none;
	border: 1px solid #299A70 !Important;
	display: block !Important;
}

.my-calendar-nav li a span {
	color: #fff;
}

.mc-main .my-calendar-nav li a {
	padding: 7px 10px;
}

.my-calendar-nav li a:hover {
	background-color: #fff !Important;
	color: #299A70 !Important;
}

.my-calendar-nav li a:hover span {
	color: #299A70;
}

input.button {
	background-color: #299A70 !Important;
	color: #fff;
	border-radius: 3px;
	padding: 7px 13px;
	text-decoration: none;
	border: 1px solid #299A70 !Important;
	background: #299A70 !Important;
	display: inline-block;
	height: 26px;
	width: 50px !Important;
	box-shadow: none;
}

input.button:hover {
	background-color: #fff !Important;
	color: #299A70 !Important;
}

caption.heading.my-calendar-month,caption.heading.my-calendar-week {
	border: none;
	font-size: 2.6rem;
	font-family: Futura, Open sans, sans-serif;
	color: #299A70;
	font-weight: 400;
}

h3.event-title a {
	font-size: .8rem !Important;
	font-weight: 400;
}

img.category-icon {
	display: none;
}

.mc-main .weekend {
	background: rgb(230, 230, 230);
}
.my-calendar-nav {
	clear: both;
	display: block;
	padding-top: 10px !Important;
	top: 10px;
}
.mc-main.list.day h3.mc-single {
	font-size: 2rem;
	text-align: center;
}
.category-key {
	display: none;
}

.mc-export a {
	padding: 7px 10px;
	display: block;
	background: #299A70;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #299A70;
}

.mc-export li {
	list-style-type: none;
}

.mc-export ul {
	padding: 0;
}

/*.mc-export li:first-child {*/
	/*float: left;*/
/*}*/

/*.mc-export li:last-child {*/
	/*float: right;*/
/*}*/
.mc-export ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.mc-export {
	display: inline-block;
	width: 100%;
	padding-top: 10px !Important;
}

.mc-export a:hover {
	background: #fff;
	color: #299A70;
}
.mc-main .current-day {
	background: rgba(41, 154, 112, 0.1) !Important;
}

td div.details {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	border: none !Important;
	padding: 5px 15px !Important;
}
ul#upcoming-events {
	list-style-type: none;
	padding: 0;
}
.single-event h2.event-title {
	font-size: 2rem !Important;
}

p.view-full a {
	color: #fff;
	text-decoration: none;
	padding: 7px 10px;
	border-radius: 3px;
	border: 1px solid #299A70;
	background: #299A70;
}

p.view-full a:hover {
	background: #fff;
	color: #299A70;
}
li.past-event:first-child:before {content: 'Past Events';display: block;font-size: 1.2rem;color: #299A70;}

li.past-event + li.future-event:before {content: 'Upcoming Events';display: block;font-size: 1.2rem;color: #299A70;margin-top: 5px;}
ul#hypermenu li {
	position: relative;
	top: -5px;
}
div#newsletters ul {
	list-style: none;
}

div#newsletters ul li {
	float: left;
}

div#newsletters ul li a {
	display: block;
	width: 250px;
	text-align: center;
	color: #fff;
	background: #299A70;
	border: 1px solid #299A70;
	padding: 15px 0;
	border-radius: 5px;
	font-size: 1.2rem;
	text-decoration: none;
	margin: 10px;
}

div#newsletters ul li a:hover {
	color: #299A70;
	background: #fff;
}

div#newsletters ul li:first-child {
	clear: both;
	float: none;
	display: block;
	padding: 0px 0;
	text-align: center;
	margin-bottom: 40px;
}
#post-90 + div#newsletters ul li a {
	width: auto;
	padding: 15px 20px;
	font-size: 1rem;
}

#post-90 + div#newsletters ul li:first-child {
	clear: none;
	float: left;
	display: initial;
	margin-bottom: 0;
}
a {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
a.mc-details {
	background: #299A70;
	color: #fff;
	padding: 1px 60px 1px 45px;
	text-decoration: none;
	border: 1px solid #299A70;
	position: relative;
	text-transform: uppercase;
	font-size: 1.3rem;
}
ol.search-results li{
	margin: 20px 0;
}

a.mc-details:after {content: '';background-image: url(images/larrow.png);position: absolute;background-size: contain;width: 14px;height: 19px;background-repeat: no-repeat;top: 0;bottom: 0;margin: auto;left: 110px;right: 0;-webkit-transition: all .35s ease;-moz-transition: all .35s ease;-ms-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease;}

a.mc-details:hover {
	background: #5DAF8B;
}
section#my_calendar_upcoming_widget-2 h3 {
	text-align: left;
	font-size: 1.3rem;
	margin-bottom: 5px;
	color: #299A70;
}

section#my_calendar_upcoming_widget-2 * {
	margin: 5px 0;
}

a.mc-details:hover:after {
	left: 140px;
}
aside#secondary {
	margin-top: 20px;
}

section.widget ul#upcoming-events {
	list-style-type: disc;
}

section.widget ul#upcoming-events > li {clear: both;float: none;}

section.widget ul#upcoming-events > li:first-child {
	margin-bottom: 86px !Important;
}
.home header#masthead.darkHeader {
	background: #fff;
}

.home header#masthead.clearHeader .site-branding img {
	height: 120px;
}
.home header#masthead.clearHeader nav#ubermenu-main-2-primary {
	margin: 29px 0 !IMPORTANT;
}
ul.committeeBoxes li {
	float: left !Important;
}
ul.col2 li {
	float: left;
	min-width: 300px;
}
div#footerTop h3 {
	margin: 0;
	font-family: Open Sans;
	padding-bottom: 30px;
	color: #299A70;
	font-weight: 600 !Important;
	text-transform: capitalize;
}
div#tabs > #greenSubnav {
	margin-top: 0;
}

.page-template-about-vision-template div#postTitlewrap {
	/* padding-left: 2%; */
	/* padding-right: 18%; */
	/* right: -9%; */
}

.ui-tabs-panel h3 {
	text-transform: capitalize;
	color: #299A70;
	text-align: center;
}
.ui-tabs-panel {
	max-width: 75%;
	margin: 0 auto;
}
a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full.ubermenu-responsive-toggle-open {
	display: none;
}
p.oemail a {
	font-size: 1rem;
}
.halfwidth {
	width: 49%;
	float: left;
	padding-right: 1%;
}
input.gform_button {
	min-width: 200px;
	min-height: 40px;
}
div#footerMid.Donate {
	background: #FDB414;
	padding-bottom: 35px;
}

div#footerMid.Donate h5 {
	font-size: 1.2rem;
	font-weight: 400;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 15px;
	line-height: 1.5rem;
}

div#footerMid.Donate li a {
	display: block;
	padding: 14px 0;
	font-size: 1.6rem;
	color: #FDB414;
	text-decoration: none;
	background: rgba(251, 94, 0, 0.6);
	text-transform: uppercase;
	font-family: Futura, Open Sans,sans-serif;
	/* border: 2px solid rgb(250, 111, 4); */
}

div#footerMid.Donate li {
	display: inline-block;
	height: auto;
	background: none !Important;
}

div#footerMid.Donate ul {
	max-width: 200px;
}

div#footerMid.Donate h2 {
	margin-bottom: 10px;
}

div#footerMid.Donate li a:hover {
	background: rgba(251, 94, 0, 1);
	/* background: none; */
	/* color: rgba(251, 94, 0, 1); */
	/* border: 2px solid rgba(251, 94, 0, 1); */
}
div#footerMid.Donate h5 a {
	color: #fff;
}
ul.ubermenu-submenu.ubermenu-submenu-id-101.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
	min-height: 170px;
}

img.alignright.size-full.wp-image-792 {
	clear: right;
	margin-top: 10px;
}


/* ---------------------
      Media Queries
----------------------*/


@media screen and (min-width: 980px) {
	nav#mobileOnly {
		display: none !Important;
	}
	div#page {
		overflow: hidden;
	}
	a.ubermenu-responsive-toggle {
		display: none;
	}

	nav#ubermenu-main-2-primary {margin: 20px 0;-webkit-transition: all .35s ease;-moz-transition: all .35s ease;-ms-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease;}

	ul.ubermenu-submenu {
		background: #fff !Important;
	}
	li.hidden > a {
		display: none !important;
	}

	li#menu-item-168 > ul li a {
		font-weight: bold;
	}

	li#menu-item-104 > a {
		/* text-align: center; */
		font-weight: bold;
		/* padding-bottom: 0; */
		display: inline-block;
		margin: 0 auto;
		float: none;
	}

	ul.ubermenu-submenu * {
		font-size: .8rem !Important;
	}

	li#menu-item-104 > ul {
		padding-top: 5px;
	}
	ul#ubermenu-nav-main-2-primary > li > ul {
		border-left: 10px solid #E56825;
		padding-left: 20px;
		width: 135%;
		padding-right: 32%;
		/* margin-left: -3%; */
		width: 0px;
		overflow: hidden;
		padding: 0;
		min-width: 0;
		border: 0;
		-webkit-transition: all .35s ease;
		-moz-transition: all .35s ease;
		-ms-transition: all .35s ease;
		-o-transition: all .35s ease;
		transition: all .35s ease;
		opacity: 0;
		left: auto;
		right: -170%;
	}

	ul#ubermenu-nav-main-2-primary > li:hover > ul {
		right: -20%;
	}

	ul#ubermenu-nav-main-2-primary > li:hover > ul {
		border-left: 3px solid #E56825 !Important;
		padding-left: 20px;
		width: 140%;
		padding-right: 32%;
		opacity: 1;
		min-width: 850px;
		margin-right: -6%;
	}

	ul#ubermenu-nav-main-2-primary li#menu-item-101 > ul {
		width: 150% !Important;
	}
	li#menu-item-168 {
		min-width: 200px;
	}

	li#menu-item-104 {
		max-width: 626px;
		min-width: 615px;
	}
	li#menu-item-169 {
		min-width: 847px;
	}

	a.ubermenu-target {
		position: relative;
	}

	a:hover span.ubermenu-target-title {
		color: #E56825 !Important;
	}

	a.ubermenu-target:before {content: ' ';width: 1px;height: 0;background-color: #E56825;display: block;left: 12px;position: absolute;top: 1px;bottom: 0;margin: auto;-webkit-transition: all .35s ease;-moz-transition: all .35s ease;-ms-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease;}


	li#menu-item-104 {
		text-align: center;
		padding-top: 10px;
	}

	a.ubermenu-target:hover:before {
		height: 50%;
	}

	a.ubermenu-target span {
		-webkit-transition: all .35s ease;
		-moz-transition: all .35s ease;
		-ms-transition: all .35s ease;
		-o-transition: all .35s ease;
		transition: all .35s ease;
	}

	li#menu-item-104 ul {
		padding-top: 0px;
	}
	li#menu-item-169 {
		/* min-width: 847px; */
	}
	a:hover span.ubermenu-target-title:after {
		color: #E56825;
	}

	li.ubermenu-has-submenu-drop a:hover:after {
		color: #E56825 !important;
	}

	li.ubermenu-has-submenu-drop a:after {
		-webkit-transition: all .35s ease;
		-moz-transition: all .35s ease;
		-ms-transition: all .35s ease;
		-o-transition: all .35s ease;
		transition: all .35s ease;
	}
	ul#ubermenu-nav-main-2-primary > li > a > span {
		font-family: Futura, Open sans, sans-serif !important;
		font-weight: 300 !important;
	}

	ul#ubermenu-nav-main-2-primary > li > ul span {
		font-family: Open Sans, sans-serif;
	}
}


@media screen and (max-width: 979px) {
	.halfwidth {
		width: 100%;
	}
	header#masthead {
		position: static !Important;
	}

	a.ubermenu-responsive-toggle {
		display: none;
	}

	.site-branding {
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	li.hidden > a {
		display: none !Important;
	}

	ul.ubermenu-submenu {
		background: transparent !Important;
	}

	li#menu-item-175 {
		min-width: 0;
	}

}
@media screen and (max-width: 1460px) and (min-width: 1151px) {

	.grid-container {
		max-width: 1110px;
	}

	.home header#masthead.clearHeader .site-branding img {
		height: 100px;
	}
	.quadBox ul li {
		width: 290px;
		margin: 0 22px 42px !important;
		display: inline-block !Important;
		float: none;
	}

	p.oemail {
		font-size: .9rem !Important;
	}

	.rBorder p:last-child {
		font-size: .7rem;
	}

	.quadBox {
		text-align: center;
	}

	.quadBox ul li:nth-child(4n) {
		margin-right: 22px !important;
	}

	.quadBox ul li img {
		display: block;
	}
}

@media screen and (max-width: 1150px) and (min-width: 1025px) {
	.quadBox ul li {
		width: 290px;
		margin: 0 22px 42px !important;
		display: inline-block !Important;
		float: none;
	}

	p.oemail {
		font-size: .9rem !Important;
	}

	.rBorder p:last-child {
		font-size: .7rem;
	}

	.quadBox {
		text-align: center;
	}

	.quadBox ul li:nth-child(4n) {
		margin-right: 22px !important;
	}

	.quadBox ul li img {
		display: block;
	}
	.home header#masthead.clearHeader .site-branding img {
		height: 90px;
	}

	.site-branding img {
		height: 70px;
	}

	#mainHead a {
		padding: 10px 13px !Important;
	}

	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
		right: 0px !Important;
	}

	a.ubermenu-target:before {
		left: 6px;
	}

	div#homeMessage h1 {
		font-size: 2.3rem;
		line-height: 2.3rem;
	}

	div#homeMessage {
		top: 30%;
	}

	div#greenSubnav ul li a:after, div#greenSubnav ul li a:before {
		line-height: 1rem;
	}

	.home ul#SubNav li:last-child:after {
		bottom: 10px;
		line-height: 1rem;
	}

	.home div#primary {
		min-height: 0;
	}

	.grid-container {
		max-width: 990px;
	}
	li#menu-item-169 {
		min-width: 750px;
	}

	li#menu-item-168 {
		min-width: 160px;
		width: 160px;
	}

	li#menu-item-104 {
		min-width: 570px;
	}

	li#menu-item-104 li:nth-child(3n + 1) {
		clear: both;
	}

	li#menu-item-176 {
		min-width: 732px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {


	div#homeMessage {
		top: 12%;
		width: 530px;
		right: 0;
	}

	div#homeMessage h1 {
		font-size: 2.6rem;
		line-height: 2.6rem;
	}

	div#homeMessage h3 {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}

	div#greenSubnav ul li a {
		font-size: 1rem;
		padding: 22px 0;
	}

	div#greenSubnav {
		margin-top: -34px;
	}

	div#greenSubnav ul li a:after, div#greenSubnav ul li a:before {
		font-size: .8rem;
		line-height: .7rem;
	}

	.home ul#SubNav li:last-child:after {
		line-height: .6rem;
		font-size: .8rem;
		bottom: 5px;
		content: '';
	}

	.grid-container {
		max-width: 730px;
	}

	h2 {
		font-size: 1.8rem !Important;
		line-height: 1.8rem;

	}

	p {
		font-size: 1rem;
	}

	.threeQuarters {
		width: calc(75% - 120px);
		padding-left: 50px;
		padding-right: 50px;
	}

	.oneQuarter {
		width: calc(25% + 60px);
	}

	a.mc-details {
		line-height: 1.6rem;
	}

	div#greenBox * {
		line-height: 1.6rem;
	}
	.home div#primary {
		min-height: 0;
	}
	.quadBox ul li {
		width: 290px;
		margin: 0 22px 42px !important;
		display: inline-block !Important;
		float: none;
	}

	p.oemail {
		font-size: .9rem !Important;
	}

	.rBorder p:last-child {
		font-size: .7rem;
	}

	.quadBox {
		text-align: center;
	}

	.quadBox ul li:nth-child(4n) {
		margin-right: 22px !important;
	}

	.quadBox ul li img {
		display: block;
	}
}

@media screen and (max-width: 1024px) and (min-width: 979px) {
	.site-branding img {
		height: 70px;
	}

	.home header#masthead.clearHeader .site-branding img {
		height: 80px;
	}

	#mainHead a.ubermenu-target {font-size: .9rem;padding: 10px 18px;}

	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
		right: 0px !Important;
	}

	.home header#masthead.clearHeader nav#ubermenu-main-2-primary {
		margin: 0 !Important;
	}

	li#menu-item-169 {
		min-width: 725px;
	}

	li#menu-item-104 {
		min-width: 541px;
	}

	li#menu-item-168 {
		min-width: 181px;
	}

	.ubermenu .ubermenu-nav .ubermenu-column-1-3:nth-child(3n + 1) {
		clear: left;
	}

	ul#ubermenu-nav-main-2-primary > li:hover > ul {
		padding-left: 19px;
	}

	li#menu-item-175 {
		min-width: 800px;
	}

	li#menu-item-176 {
		min-width: 720px;
	}

	nav#ubermenu-main-2-primary {
		margin: 0;
	}
	.quadBox ul li {
		width: 290px;
		margin: 0 22px 42px !important;
		display: inline-block !Important;
		float: none;
	}

	p.oemail {
		font-size: .9rem !Important;
	}

	.rBorder p:last-child {
		font-size: .7rem;
	}

	.quadBox {
		text-align: center;
	}

	.quadBox ul li:nth-child(4n) {
		margin-right: 22px !important;
	}

	.quadBox ul li img {
		display: block;
	}

}
@media screen and (max-width: 979px)  and (min-width: 768px){
	#post-90 + div#newsletters ul li a {
		height: 80px;
	}
	.quadBox ul li {
		width: 290px;
		margin: 0 22px 42px !important;
		display: inline-block !Important;
		float: none;
	}

	p.oemail {
		font-size: .9rem !Important;
	}

	.rBorder p:last-child {
		font-size: .7rem;
	}

	.quadBox {
		text-align: center;
	}

	.quadBox ul li:nth-child(4n) {
		margin-right: 22px !important;
	}

	.quadBox ul li img {
		display: block;
	}
	nav#ubermenu-main-2-primary {
		position: absolute;
		left: 0;
		top: 100%;
		background: #FFFFFF;
		margin: -1px 0 0 0 !Important;
	}

	.home nav#ubermenu-main-2-primary {
		background: #FFF6E9;
		display: none !Important;
	}

	.home header#masthead.clearHeader nav#ubermenu-main-2-primary {
		margin: -1px 0 0 0 !Important;
	}

	ul#ubermenu-nav-main-2-primary > li:hover > ul {
		max-width: 80% !Important;
		padding-right: 20px;
	}

	li#menu-item-176 {
		min-width: 670px;
	}

	li#menu-item-177 {
		width: 50% !Important;
		float: left;
	}

	li#menu-item-135 {
		width: 50% !Important;
	}

	li#menu-item-143 {
		width: 50%;
		float: right;
	}

	li#menu-item-175 {
		min-width: 650px;
	}

	li#menu-item-175 > ul > li {
		width: 50% !Important;
		clear: none;
	}

	li#menu-item-169 {
		min-width: 640px !Important;
	}

	li#menu-item-168 {
		float: left;
		clear: none;
		width: 33%;
	}

	li#menu-item-104 {
		min-width: 200px;
		clear: none;
		float: left;
		width: 66%;
	}

	li#menu-item-104 ul li {
		clear: none;
		width: 50%;
	}
	a.ubermenu-responsive-toggle {
		display: block;
		float: right;
		margin-top: 5%;
	}

	header.clearHeader a.ubermenu-responsive-toggle {
		margin-top: 10%;
		display: none;
	}
	ul#greenLinks li a span {
		width: 75%;
	}
	div#newsletters li a {
		width: 100% !Important;
		display: block;
		margin: 2px 0 !Important;
		border-radius: 0 !Important;

	}

	div#newsletters li {
		width: calc(50% - 4px);
		margin: 0 2px;
	}

	div#newsletters ul li:first-child {
		width: calc(100% - 4px);
	}
	header#masthead {
		position: relative;
	}
}

@media screen and (max-width: 768px) and (min-width: 550px) {
	#post-90 + div#newsletters ul li a {
		height: 100px;
	}
	div#newsletters li a {
		width: 100% !Important;
		display: block;
		margin: 2px 0 !Important;
		border-radius: 0 !Important;

	}

	div#newsletters li {
		width: calc(50% - 4px);
		margin: 0 2px;
	}

	div#newsletters ul li:first-child {
		width: calc(100% - 4px);
	}
	ul#greenLinks li a span {
		width: 75%;
	}
	li#menu-item-176 > ul > li > a {
		display: block;
		text-align: left;
	}

	li#menu-item-175 > ul > li {
		clear: none;
	}

	li#menu-item-175 {
		min-width: 400px;
	}
	a.ubermenu-responsive-toggle {
		display: block;
	}

	.home header#masthead {
		position: static;
		position: relative;
	}

	button.menu-toggle {
		display: none;
	}

	.site-branding img {
		height: 100px !Important;
		padding-left: 10px;
	}

	nav#site-navigation {
		float: right;
		width: 120px;
		margin: 0px 0;
	}

	a.ubermenu-responsive-toggle {
		float: right;
		margin-top: 30px;
		display: none;
	}

	#masthead {
		position: relative !Important;
	}

	nav#site-navigation nav {
		margin: 0 !important;
	}

	nav#ubermenu-main-2-primary {
		position: absolute;
		width: 100%;
		left: 0;
		background: #FFF;
		top: 100%;
		margin: 0 !Important;
	}

	.home nav#ubermenu-main-2-primary {
		background: #FFF6E9;
	}

	.home header#masthead.clearHeader nav#ubermenu-main-2-primary {
		margin: 0 !Important;
	}

	ul.ubermenu-nav > li > ul {width: 60%;}

	nav ul#ubermenu-nav-main-2-primary > li > ul {
		width: 80% !Important;
		padding-right: 20px !Important;
		margin-left: 20px;
		padding:   0;
	}
	.main-navigation ul {
		display: block !Important;
	}

	li#menu-item-104 {
		min-width: 100% !Important;
	}

	li#menu-item-169 {
		min-width: 100%;
	}

	.ubermenu .ubermenu-target-text {
	}

	li#menu-item-104 > a {
		text-align: left;
		display: block;
	}

	li#menu-item-104 {
		padding-top: 0 !Important;
	}

	.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {
		padding: 0;
	}

	li#menu-item-104 ul {
		padding-left: 10px;
	}
	div#greenSubnav {
		margin-top: 0;
	}

	div#homeMessage {
		position: static;
		width: auto;
	}

	body {
		font-size: 100%;
	}

	div#homeMessage h1 {font-size: 2rem;line-height: 2rem;}

	div#homeMessage h3 {
		font-size: 1rem;
		line-height: 1rem;
	}

	div#greenSubnav ul li {
		width: 100%;
		margin: 0 0px 2px  !Important;
	}

	div#greenSubnav ul li a {
		padding: 20px 0;
	}

	div#greenSubnav ul li a:after, div#greenSubnav ul li a:before {
		display: none;
	}

	.halfWidth {
		width: 100%;
	}

	.threeQuarters {
		width: 100%;
		padding: 0;
	}

	.grid-container {
		max-width: 500px;
	}

	section.widget ul#upcoming-events {
		list-style: none;
	}

	a.mc-details {
		width: 100%;
		text-align: center;
	}

	.oneQuarter {
		width: 100%;
		text-align: center;
	}

	div#greenBox {
		margin-top: 20px;
	}

	ul#footSocial li {
		width: 100px;
	}

	ul#footSocial {
		width: 318px;
	}

	.site-info * {
		width: 100%;
		text-align: center;
	}

	.home div#primary {
		min-height: 0;
		background-position: 0 75%;
	}
	.quadBox ul li {
		margin: 10px 5px !important;
		float: none;
		display: inline-block;
		overflow: visible;
	}
	.quadBox ul li:nth-child(4n) {
		margin-right: 5px !Important;
	}
	.quadBox {
		text-align: center;
	}
	.Ooverlay {
		position: static;
		padding: 10px;
		margin-top: -10px;
	}

	.Ooverlay:hover {
		background: rgba(229,104,37,1);
	}

	.Ooverlay * {
		position: static !important;
		font-size: 1rem !Important;
		line-height: 1.2rem !Important;
	}

	.Ooverlay .rBorder p:last-child {
		font-size: .8rem !Important;
	}

	.rBorder {
		margin-bottom: 15px;
		min-height: 62px;
	}
	div#postTitle h2 {
		line-height: 2.6rem;
	}
	div#postTitlewrap {
		height: 100%;
		width: 100%;
		text-align: center;
		padding: 0;
		display: table;
		position: static !Important;
	}
	header#masthead {
		position: relative;
	}

}

@media screen and (max-width: 550px) {
	header#masthead {
		position: relative;
	}
	ul#greenLinks li a span {
		width: 75%;
	}
	div#postTitlewrap {
		height: 100%;
		width: 100%;
		text-align: center;
		padding: 0;
		display: table;
		position: static !Important;
	}
	.quadBox {
		text-align: center;
	}
	a.ubermenu-responsive-toggle {
		display: block;
	}

	header#masthead {
		position: relative !Important;
	}

	button.menu-toggle {
		display: none;
	}

	.site-branding img {
		height: 100px !Important;
		padding-left: 10px;
	}

	nav#site-navigation {
		float: right;
		width: 120px;
		margin: 0px 0;
	}

	a.ubermenu-responsive-toggle {
		float: right;
		margin-top: 30px;
	}

	nav#site-navigation nav {
		margin: 0 !important;
	}

	nav#ubermenu-main-2-primary {
		position: absolute;
		width: 100%;
		left: 0;
		background: #FFF;
		top: 100%;
		margin: 0 !Important;
	}

	.home nav#ubermenu-main-2-primary {
		background: #FFF6E9;
	}

	.home header#masthead.clearHeader nav#ubermenu-main-2-primary {
		margin: 0 !Important;
	}

	ul.ubermenu-nav > li > ul {width: 60%;}

	nav ul#ubermenu-nav-main-2-primary > li > ul {
		/* width: 80% !Important; */
		/* padding-right: 20px !Important; */
		/* margin-left: 20px; */
		/* padding:   0; */
	}
	.main-navigation ul {
		display: block !Important;
	}

	li#menu-item-104 {
		min-width: 100% !Important;
	}

	#menu-item-169 {
		min-width: 100%;
	}

	li#menu-item-104 > a {
		text-align: left;
		display: block;
	}

	li#menu-item-104 {
		padding-top: 0 !Important;
	}

	.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {
		padding: 0;
	}

	li#menu-item-104 ul {
		padding-left: 10px;
	}
	div#greenSubnav {
		margin-top: 0;
	}

	div#homeMessage {
		position: static;
		width: auto;
	}

	body {
		font-size: 100%;
	}

	div#homeMessage h1 {font-size: 2rem;line-height: 2rem;}

	div#homeMessage h3 {
		font-size: 1rem;
		line-height: 1rem;
	}

	div#greenSubnav ul li {
		width: 100%;
		margin: 0 0px 2px  !Important;
	}

	div#greenSubnav ul li a {
		padding: 20px 0;
	}

	div#greenSubnav ul li a:after, div#greenSubnav ul li a:before {
		display: none;
	}

	.halfWidth {
		width: 100%;
	}

	.threeQuarters {
		width: 100%;
		padding: 0;
	}

	.grid-container {
		max-width: 400px;
	}

	section.widget ul#upcoming-events {
		list-style: none;
	}

	a.mc-details {
		width: 100%;
		text-align: center;
	}

	.oneQuarter {
		width: 100%;
		text-align: center;
	}

	div#greenBox {
		margin-top: 20px;
	}

	ul#footSocial li {
		width: 100px;
	}

	ul#footSocial {
		width: 318px;
	}

	.site-info * {
		width: 100%;
		text-align: center;
	}

	div#footerLow > div > div {
		width: 100%;
	}

	hr.barred {
		width: 100%;
	}
	.quadBox ul li {
		margin: 10px auto !important;
		float: none;
		display: block;
		overflow: visible;
	}
	.quadBox ul li:nth-child(4n) {
		margin-right: auto !Important;
	}

	.Ooverlay {
		position: static;
		padding: 10px;
	}

	.Ooverlay * {
		position: static !important;
		font-size: 1.2rem !Important;
		line-height: 1.2rem !Important;
	}

	.rBorder {
		margin-bottom: 15px;
	}

	p.oemail {
		font-size: .7rem !Important;
	}
	div#postTitle h2 {
		line-height: 2.6rem;
	}
	div#newsletters li a {
		width: 100% !Important;
		display: block;
		margin: 2px 0 !Important;
		border-radius: 0 !Important;
	}

	div#newsletters li {
		width: 100%;
	}
	nav#site-navigation {
		width: 100%;
		text-align: center;
	}

	a.ubermenu-responsive-toggle {
		display: none;
		float: none;
		text-align: center;
	}
}



/*================
			 New
================*/
ul.display-posts-listing {
    padding: 0 !Important;
    margin: 0;
}

ul.display-posts-listing li {
    list-style-type: none;
}

ul.display-posts-listing .title {
    text-decoration: none;
    font-size: 1.8rem;
    display: block;
}

ul.display-posts-listing .date,ul.display-posts-listing .author {font-size: 14px;text-transform: uppercase;color: #666;}

span.excerpt-dash {
    display: none;
}

ul.display-posts-listing span.excerpt {
    display: block;
}
input#submit {
    background-color: #299A70 !Important;
    color: #fff;
    border-radius: 3px;
    padding: 7px 13px;
    text-decoration: none;
    border: 1px solid #299A70 !Important;
    background: #299A70 !Important;
    display: inline-block;
    height: 26px;
    box-shadow: none;
    text-shadow: none;
}
div#footerMid {
    padding-top: 20px;
}
