/*
Theme Name: 	CQG
Description: 	Promoting Balanced and Responsible Growth through Advocacy, Information and Education
Version: 	1.0
Author: 	Brandshake Creative
Author URI: 	http://brandshakecreative.com/
*/

/*
===========================
CONTENTS:

=Reset
=Defaults
=Typography
=Structure
=Header
=Main Menu
=Secondary Menu
=Home Page
=Content
=Columns
=Sidebars
=Images
=Forms
=Comments
=Widgets
=Footer
=Calendar
=Misc
=Membership Stuff
=Clears
=Media Queries

===========================
*/


/* =Defaults
-------------------------------------------------------------- */

@import "css/normalize.css";
@import "fonts/fonts.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }

.group:after,
.clearfix:after 	{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#0d82c5; color:#fff; }
::selection 		{ background:#0d82c5; color:#fff; }


/* =Typography
-------------------------------------------------------------- */

/*

font-family:'SegoeUI-Bold', sans-serif;
font-family: 'MuseoSlab-500', sans-serif;
font-family: 'MuseoSans-500', sans-serif;

*/

body { 
	color: #545667;
	font-family: 'MuseoSans-500', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}
h1, 
h2, 
h3, 
h4,  
h5, 
h6 { 
	font-family: 'MuseoSlab-500', sans-serif;
	font-weight:normal;
	margin-top: 0;
	line-height: 1.1em;
}
h1 { font-size: 30px; margin-bottom: 10px; color: #0d82c5; }
h1.entry-title, h2.entry-title { font-size: 24px; font-family: 'MuseoSlab-500', sans-serif; margin-bottom: 10px; color: #73a643; text-transform: none; }
h2 { 
	color: #73a643;
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 14px;
	text-transform: uppercase;
	background: url(images/bg-header.png) repeat-x top;
}
h3 { font-size: 20px; margin-bottom: 5px; color: #0d82c5; }
h4 { font-size: 18px; margin-bottom: 5px; }
h5 { font-size: 16px; margin: 15px 0 10px 0; font-family: 'MuseoSans-500', sans-serif; border-bottom: 1px solid #ccc; padding-bottom: 5px;  }
h6 { font-size: 14px; margin-bottom: 10px; font-family: 'MuseoSans-500', sans-serif; color: #0d82c5; text-transform: uppercase; }
a {
	color: #0d82c5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.gallery a,
a,
.button,
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"],
#submit,
.comment-reply-link ,
.horz_photo .caption, 
.vert_photo .caption{
	-webkit-transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out, background 0.15s ease-in-out;
	-moz-transition:    color 0.15s ease-in-out, opacity 0.15s ease-in-out, background 0.15s ease-in-out;
	-ms-transition:     color 0.15s ease-in-out, opacity 0.15s ease-in-out, background 0.15s ease-in-out;
	-o-transition:      color 0.15s ease-in-out, opacity 0.15s ease-in-out, background 0.15s ease-in-out;
	transition:         color 0.15s ease-in-out, opacity 0.15s ease-in-out, background 0.15s ease-in-out;
}
p, dl, dd, dt, pre, .wp-tab-content-wrapper, .wp-spoiler .ui-collapsible-content .ui-collapsible-wrapper, .info_box {
	margin-bottom: 18px;
	line-height: 1.4;
	margin-top: 0;
}
.content-column {
	line-height: 1.4;
}
pre {
	background: #eee;
	padding: 20px;
	font-size: 14px;
}
code {
	font-size: 16px;
}
blockquote {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	margin: 0 0 18px 0;
	line-height: 1.6;
	font-style: italic;
}
blockquote p {
	line-height: 1.6;
}
hr {
	border: 0;
	color: #ddd;
	background-color: #ccc;
	height: 1px;
	min-width: 100%;
	text-align: left;
	margin: 20px 0;
}



/* =Structure
-------------------------------------------------------------- */

body {
	background: #545667;
}
#page {
	display: block;
	width: 1140px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
	background: url(images/bg-page.png) repeat;
	z-index: 3;
	position: relative;
}
body:before {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;	
	z-index: 0;
	height: 200px;
	background: url(images/bg-headerback.png) repeat #73a643;
}
#sidebar {
	float: left;
	width: 280px;
	padding-bottom: 10px;
	position: static;
	min-height: calc(100vh - 202px - 10px);
}
#sidebar:before, #secondary:before {
	content: "";
	height: 100%;
	width: 280px;
	display: block;
	background: #d6d6db;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}
#container {
	background: #fff;
	width: 1140px;
	position: relative;
	overflow: hidden;
}
#main .wrap {
	position: relative;
	z-index: 1;
	padding: 40px;
}
#primary, .tribe-events-page-template #tribe-events-pg-template, .breadcrumb {
	float: left;
	width: 520px;
	zoom: 1;
}
#secondary {
	position: static;
	float: right;
	width: 230px;
	margin-right: -40px;
	margin-top: -40px;
	padding: 70px 20px 20px 30px;
	z-index: 1;
}
#secondary:before {
	background: #f0f0f0;
	top: 0;
	left: auto;
	right: 0;
	z-index: 0;
}
#colophon {
	background: url(images/bg-footer.png) repeat #fff;
	clear: both;
	display: block;
	width: 100%;
}

/* Full Width */
.page-template-template_full-width-php #primary, .full-width #primary, .tribe-events-page-template #tribe-events-pg-template, #primary.full-width, .page-template-template_full-width-php .breadcrumb, .full-width .breadcrumb {
	width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#branding {
	background: url(images/bg-header.png) #eaebee;
	clear: both;
	margin: 0;
	padding: 20px 20px 20px 60px;
	z-index: 3;
}
#branding .wrap {
	position: relative;
}
#site-title {
	margin: 0;
	float: left;
}
#site-title a {
	color: #fff;
	display: inline-block;
	width: 165px;
	height: 162px;
	background: url(images/logo.png) no-repeat center;
	text-indent: -9999px;
	text-transform: capitalize;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	*display: block; /*ie*/
}


/* =Main Menu
-------------------------------------------------------------- */

#access {
	display: block;
	clear: both;
	width: 100%;
	z-index: 9;
	font-family:'SegoeUI-Bold', sans-serif;
}
#access ul {
	list-style: none;
	margin: 50px 0 0 20px;
	padding-left: 0;
}
#access li {
	position: relative;
}
#access a {
	display: block;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 15px 20px 15px 40px;
	margin-top: 1px;
	text-decoration: none;
	text-transform: uppercase;
}	
#access ul ul {
	display: none;
	margin-top: 0;
	margin-left: 0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	height: auto;
	font-size: 14px;
	display: block;
	padding-top: 0;
	padding-bottom: 16px;
	margin-top: 0;
	letter-spacing: 0;
}
#access ul ul a:hover, #access ul ul .current-menu-item > a  {
	color: #666;
}
#access li:hover > a,
#access .current-menu-item a,
#access .current-page-ancestor a,
#access .current-menu-ancestor a {
	background: #fff;
}
#access .current-menu-item a, #access .current-page-ancestor a, #access .current-menu-ancestor a {
	color: #73a643;
}
#access ul li.current-menu-item > ul, #access .current-page-ancestor ul.sub-menu, #access .current-menu-ancestor ul.sub-menu {
	display: block;
}
.sidebar-images {
	margin: 50px auto 0;
	display: block;	
	text-align: center;
	position: relative;
	width: 194px;
	height: 100px;
	overflow: hidden;
}
.social-menu,.sidebar-info, #site-search { 
	padding: 30px 20px 0 60px;
	position: relative;
	font-size: 14px;
}
.sidebar-info ul, .sidebar-info li, .mn-scroll-container, .social-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-menu {
	padding-left: 55px;
	padding-top: 40px;
}
.social-menu li { 
	display: inline-block;
	margin: 4px 2px;
}
.social-menu li a:hover {
	background-color: #fff;
}
.social-menu li a {
	display: inline-block;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	background: url(images/icon-twitter.png) no-repeat center;
	padding: 8px;
	background-color: rgba(255,255,255,.4);
}
.social-menu li.facebook a { background-image: url(images/icon-facebook.png); }
.social-menu li.linkedin a { background-image: url(images/icon-linkedin.png); }
.social-menu li.youtube a { background-image: url(images/icon-youtube.png); }
.sidebar-info li, .sidebar-info .mn-scroll-item {
	margin-bottom: 5px;	
	background: url(images/icon-bulletgreen.png) no-repeat 0 6px;
	padding-left: 20px;
}
.sidebar-info a {
	font-family: 'MuseoSlab-500', sans-serif;
	color: #545667;
}
.sidebar-info .intro, #site-search .intro {
	color: #6e9db0;
		font-size: 18px;
	text-transform: uppercase;
}
#site-search #searchform input, #site-search #searchform input#s {
	width: 154px;
	margin: 0 0 10px 0;
}
#site-search #searchform input#s {
	border-color: #000;
	font-size: 14px;
}
.fade img {
	margin: 0 auto;
	left: 0;
	top: 0;
	max-width: 194px;
}


/* =Secondary Menu
-------------------------------------------------------------- */

#header-menu {	
	position: relative;
	font-size: 14px;
	float: right;
}
.header-menu-container {
	width: auto;
	position: relative;
}
#header-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: auto;
}
#header-menu li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
#header-menu a {
	line-height: 18px;
}
#header-menu li:before {
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
}
#header-menu .menu > li:first-child:before {
	display: none;
}
#header-menu .facebook,
#header-menu .twitter {
	display: inline-block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background: url(images/spr_social.png) no-repeat;
	padding: 0;
}
#header-menu .facebook {
	background-position: 0 50%;
	margin-left: 13px;
}
#header-menu .twitter {
	background-position: -16px 50%;
	margin-left:5px;
}
#header-menu .facebook:hover,
#header-menu .twitter:hover {
	opacity: .5;
}
.contact-menu {
	margin-top: 20px;
	text-align: right;
}
.contact-menu li:before {
	display: none;
}
.contact-menu .tel {
	background: url(images/icon-phone.png) no-repeat left;
	padding-left: 18px;
}
.contact-menu .mail {
	background: url(images/icon-email.png) no-repeat left;
	padding-left: 24px;
	margin-left: 15px;
}

#header-menu ul.menu > li > ul.sub-menu {
	background: #73A643;
	background: rgba(115, 166, 67, 0.9);
	padding: 10px;
	width: 180px;
	height: auto;
	left: -9999px;
	top: 20px;
	z-index: 200;
	position: absolute;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out, top 0.2s ease;
	-moz-transition: opacity 0.25s ease-in-out, top 0.2s ease;
	-ms-transition: opacity 0.25s ease-in-out, top 0.2s ease;
	-o-transition: opacity 0.25s ease-in-out, top 0.2s ease;
	transition: opacity 0.25s ease-in-out, top 0.2s ease;
}
#header-menu ul.menu > li > ul.sub-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  left: 0;
  position: absolute;
  top: -12px;
}
#header-menu ul.menu > li > ul.sub-menu:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #73A643 transparent;
  border-color: transparent transparent rgba(115, 166, 67, 0.9) transparent;
  position: absolute;
  top: -10px;
  content: "";
  left: 50%;
  margin-left: -15px;
}
#header-menu ul > li > ul.sub-menu li {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
  text-transform: none;
  display: block;
}
#header-menu ul > li > ul.sub-menu li a {
	display: block;
}
#header-menu ul > li > ul.sub-menu li:before {
	display: none;
}
#header-menu ul > li > ul.sub-menu li a {
  color: #fff;
  padding: 0;
}
#header-menu ul > li > ul.sub-menu .sub-menu li a {
  font-size: 12px;
}
#header-menu ul > li > ul.sub-menu .sub-menu li:before {
  content: "- ";
  padding-right: 0;
  color: #fff;
  position: absolute;
  left: -12px;
  display: block;
}
#header-menu ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  left: 50%;
  margin-left: -90px;
  top: 30px;
}
#header-menu ul.menu > li > ul.sub-menu .sub-menu li {
	margin-bottom: 0px;	
	margin-top: 3px;
	padding-left: 10px;
}


/* =Home Page
-------------------------------------------------------------- */

.page-template-template_frontpage #primary {
	margin: 0;
}

h5.sub-title {
	border: 0;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.home-callout h4.entry-title {
	margin-bottom: 10px;
	font-size: 16px;
}

.home-callout .entry-text {
	font-size: 13px;
}

.home-callout {
	margin-top: 10px;
}

.video-callout iframe {
	width: 100%;
}

.home-callout .one_half.last .sub-title, .home-callout .one_half.last .entry-title, .home-callout .one_half.last .entry-text {
	padding-left: 5px;
}

.owl-page-slider {
	margin-bottom: 10px;
}

.owl-page-slide .overlay {
	position: absolute;
	width: 260px;
	left: 50%;
	margin-left: -150px;
	top: 20px;
	background: rgba(255,255,255,.85);
	padding: 20px;	
	height: auto;
	color: #545e71;
}

.owl-page-slide .overlay.overlay-left {
	left: 40px;
	margin-left: 0;	
}

.owl-page-slide .overlay.overlay-right {
	right: 40px;
	margin-left: 0;	
	left: auto;
}

.owl-page-slider {
	max-height: 350px;
	overflow: hidden;
}

.owl-page-slide .overlay h3 {
	color: #545e71;
}

.owl-page-slide .overlay {
	font-size: 16px;
	letter-spacing: -1;
	line-height: 1.2;
}

.owl-page-slide .overlay a {
	border-bottom: 1px solid #b8cbdf;
	text-decoration: none;
}

.owl-page-slide .owl-pagination {
	display: none;
}

.style-pagination.owl-page-slide .owl-pagination {
	display: block;
}
.style-pagination.owl-page-slide .owl-buttons {
	display:  none;
}	

.owl-buttons {
	height: 100%;
	position: static;
}

.owl-prev, .owl-next {
	width: 48px;
	height: 48px;
	font-size: 32px;
	color: #fff;
	opacity: .5;
	position: absolute;
	top: 50%;
}

.owl-next {
	right: 10px;
}

.owl-theme .owl-controls{
	position: absolute;
	text-align: center;
	bottom: 10px;
	width: 100%;
	height: 100%;
}

.style-pagination.owl-page-slide .owl-controls {
	height: auto;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #73a643;
	border: 2px solid rgba(255,255,255,.5);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


/* =Content
-------------------------------------------------------------- */

#main {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.entry-header {
	margin-bottom: 20px;
}
.entry-title, .entry-title a {
	color: #0d82c5;
	margin-bottom: 0;
}
.entry-meta, .page-title, .entry-date {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 12px;
	color: #999999;
	text-transform: none;
	text-transform: uppercase;
}
.entry-meta a {
	color: #6e9db0;
}
.breadcrumb {
	z-index: 2;
	margin: -30px 0 0 0;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 20px;
}
.entry-intro {
	font-family: 'MuseoSlab-500', sans-serif;
	font-size: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 800px;
	padding-right: 20px;
	color: #73a643;
	padding-bottom: 20px;
}
.entry-intro p {
	margin: 0;
	line-height: 30px;
}
.single-author .entry-meta .byline {
	display: none;
}
article ul, article ol	{ 
	margin-top: 0px; 
}
#content nav {
	display: block;
	overflow: hidden;
	clear: both;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

#content iframe, 
#content object, 
#content video {
	max-width: 100%;
}

/* 404 page */
.error404 .not-found {
	margin-top: 20px;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}
.info_box {
    color: #545667;
    background: #e0edf6;
    margin: 1em 0;
    padding: 5px 20px 25px 25px;
}

.info_box.light-green {
    color: #545667;
    background: #edf3e1;
    margin: 1em 0;
    padding: 3px 20px 7px 25px;
}

.info_box.green {
    color: #fff;
    background: #69a02c;
    margin: 1em 0;
    padding: 3px 15px 20px 25px;
}

.info_box.blue {
    color: #fff;
    background: #4093c6;
    margin: 1em 0;
    padding: 3px 15px 20px 25px;
}

.info_box.red {
	color: #fff;
    background: #f63e3e;
    margin: 0;
    padding: 15px 15px 10px 15px;
}

.info_box.blue h3, .info_box.green h3, .info_box.red h3, .info_box.red h4 { 
    color: #fff; 
}

.info_box p {
	margin: 1em 0;
}
.info_box p:last-child {
	margin-bottom: 0;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

/* Tables */
#primary .table-container {
	max-width: 100%; 
	overflow: auto;
}
#primary table {
	max-width: 100%;
	background-color: transparent;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}

#primary th {
	color: #fff;
	background: #69a02c;
	text-align: left;
	font-weight: normal;
	font-family: 'MuseoSlab-500', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}

#primary table tbody tr:nth-child(even) {
	background: #f5f5f6;
}

#primary table thead > tr > th,
#primary table tbody > tr > th,
#primary table tfoot > tr > th,
#primary table thead > tr > td,
#primary table tbody > tr > td,
#primary table tfoot > tr > td {
	padding: 11px;
	line-height: 1.428571429;
	vertical-align: top;
}

#primary table thead > tr > th {
	vertical-align: bottom;
}

#primary table caption + thead tr:first-child th,
#primary table colgroup + thead tr:first-child th,
#primary table thead:first-child tr:first-child th,
#primary able caption + thead tr:first-child td,
#primary .table colgroup + thead tr:first-child td,
#primary table thead:first-child tr:first-child td {
	border-top: 0;
}

#primary table tbody + tbody {
	border-top: 2px solid #dddddd;
}

#primary table col[class*="col-"] {
	display: table-column;
	float: none;
}

#primary table td[class*="col-"],
#primary table th[class*="col-"] {
	display: table-cell;
	float: none;
}
#primary table img {
	max-width: none;
}

.resource_list p:last-child {
	margin: 0;
}

#primary #tablepress-1_wrapper th {
	width: 25% !important;
}

table.sort th:hover,  table.sort th.sorting-asc,  table.sort th.sorting-desc {
	cursor: pointer;	
	opacity: .9;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#resource_filter .filter {
	min-width: 180px;	
	max-width: 100%;
}

#tribe_events_cat, .filter {
	margin: 0 5px;
	font-size: 14px;
    border: 1px solid #999;
    background: #fff url(images/bg-dropdown.png) no-repeat 94% center;
    padding: 6px 25px 6px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	max-width: 100%;
}

.bills_table th {
	width: 12%;
}

.bills_table .title {
	width: 40%;	
}

.table-content {
	font-size: 12px;
}


#event_filter {
	float: right;
	width: 240px;
	clear: none;
}
#event_filter > select {
	float: right;
	margin-right: 0;
}

ul.tab-nav, .entry-content ul.tab-nav {
	clear: both;
	border-bottom: 10px solid #69a02c;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.entry-content ul.tabs-menu {
	margin: 0;
	list-style: none;
	clear: both;
	padding: 0;
}

.tab-nav > li, .entry-content .tab-nav li, .entry-content ul.tabs-menu li {
	list-style: none;
	padding: 0;
	margin: 1px -2px 0 0;
	display: inline-block;
}

.entry-content ul.tabs-menu li {
	margin-right: 2px;
}

.tab-nav > li > a, .tab-nav > li:last-child:not(:nth-child(even)):after, ul.tabs-menu > li > a {
	padding: 10px 20px;
	background: 	#0d82c5;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
 	 font-size: 18px;
	display: inline-block;
	-webkit-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.1), inset 0px -10px 10px -10px rgba(0,0,0,0.26);
	-moz-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.1), inset 0px -10px 10px -10px rgba(0,0,0,0.26);
	box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.1), inset 0px -10px 10px -10px rgba(0,0,0,0.26);
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition:    background 0.1s ease-in-out;
	-ms-transition:     background 0.1s ease-in-out;
	-o-transition:      background 0.1s ease-in-out;
	transition:         background 0.1s ease-in-out;
	font-family: "MuseoSlab-500",sans-serif;
}

.tab-nav > li > a:hover, ul.tabs-menu > li > a:hover {
	background: #008de2;
}

.tab-nav > li > a.active, ul.tabs-menu > li > a.active, ul.tabs-menu > li.current > a {
	background: #69a02c;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.tablepress-id-3 .column-1 {
	width: 34%;
}

@media only screen and (max-width: 600px) {
	ul.tab-nav, .entry-content ul.tab-nav {
		clear: both;
		overflow: hidden;
		position: relative;
	}
	
	ul.tab-nav > li, .entry-content ul.tab-nav li {
		display: block;
		width: 50%;
		float: left;
		margin: 0;
		overflow: hidden;
		text-align: center;
	}
	
	.tab-nav > li a, .tab-nav > li:last-child:not(:nth-child(even)):after {
		display: block;
		width: 100%;
		min-height: 50px;
		box-sizing:border-box;
		padding-top: 13px;
		border: 1px solid #fff;
		border-width: 0 1px 1px 0;
	}
	.tab-nav > li:nth-child(even) a {
		border-right: 0;
	}
	
	.tab-nav > li:last-child:not(:nth-child(even)):after {
		content: "";
		display: block;
		width: 50%;
		position: absolute;
		right: 0;
		bottom: 0;
		height: 50px;
		padding: 0;
		border-right: 0;
	}
}

/* Child List */
.child h2.headline {
	margin-bottom: 5px;
	background: none;
}
.child h3.intro {
	color: #999;
	margin-bottom: 0px;
	font-family: 'MuseoSans-500', sans-serif;
	font-size: 16px;
}
.child p {
	margin: 10px 0;
}
.readmore {
	font-size: 12px;
	text-transform: uppercase;
}
.child_list {
	margin-top: 10px;
	margin-bottom: 20px;
}
.child_list .child {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	overflow: hidden;
	border-top: 1px solid #ccc;
}
.child_list img.alignleft {
	margin-bottom: 0;
}
.entry-summary {
	overflow: hidden;
}
.entry-summary p:last-child, .child_list p:last-child {
	margin-bottom: 0;
}

/* FAQs */
.faq-catname {
	background: #0d82c5;
	color: #fff;
	font-weight: normal;
	font-size: 16px !important;
	padding: 10px 15px;
	text-transform: uppercase;
}
.qa-faq-title {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 10px;
}
.qa-faq-anchor {
}

/* Callout List */

.callout {
	background: #fff;
	border: 1px solid #cfd0d5;
	width: 378px;
	margin: 0 10px 5px 0;
	float: left;
	padding: 0;
	opacity: 0;
	top: 0;
	transition: top .5s ease, left .35s ease, opacity .35s ease .25s;
}

.wookmark-loaded .callout {
	opacity: 1;
}

.blog .callout {
	padding: 0;
}

.callout .entry-title {
	font-size: 18px;
}

.callout .image {
	padding-bottom: 10px;
	background: url(images/bg-footer.png) repeat;	
}

.callout .wp-post-image {
	width: 100%;
	display: block;
}

.callout .row {
	padding: 15px;
}

.callout .row ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: inside;
}

.callout .content-row {
	padding-top: 0;
}

.callout .entry-header {
	margin-bottom: 0;
}

.callout h2.entry-title {
	font-size: 24px;
	margin-bottom: 0;
	font-family: 'MuseoSlab-500', sans-serif;
}

.callout .row p {
	margin-top: 0;
}

.callout .row p:last-child {
	margin-bottom: 0;
}

.callout .entry-meta {
	margin: 15px 0 -10px 0;
}

.entry-date {
	margin-top: 0;
}

.callout .entry-date {
	margin: -10px 0 10px 0;
}

.callout .entry-meta .cat {
	float: right;
}

.callout .entry-meta .cat.left {
	float: left;
}

.callout .entry-meta .cat a, .entry-date {
	color: #999;
}

.callout .row.show-more {
	background: url(images/graphic-down.png) no-repeat 20px 50% #e8da9e;
	display: block;
	font-size: 14px;
	position: relative;
	line-height: 16px;
	vertical-align: middle;
	padding-left: 40px; 
}

.callout .row.show-more.active {
	background-image: url(images/graphic-up.png);
}

.callout .more-content {
	height: 0;
	opacity: 0;
	transition: opacity .5s;
	overflow: hidden;
}

.callout .more-content.active {	
	height: auto;
	opacity: 1;
}

.search-results .callout_list {
	overflow: hidden;
}

#infscr-loading {
	text-align: center;
	padding-top: 20px;
}

.callout_list {
	background: url(images/load.gif) no-repeat center;
	min-height: 64px;
}

.wookmark-loaded .callout_list {
	background: none;
}

.search-results > h3 {
	clear: both;
}

.search-results > h3:first-child {
	border-top: 0;
	padding-top: 0;
}


/* =Columns
-------------------------------------------------------------- */

.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	float: left;
	margin-right: 2.564102564102564%;
}
.one_half,
.three_sixth,
.two_fourth {
	width: 48.717948717948715%;
}
.one_third,
.two_sixth {
	width: 31.623931623931625%;
}
.four_sixth,
.two_thirds {
	width: 65.81196581196582%;
}
.one_fourth {
	width: 23.076923076923077%;
}
.three_fourth {
	width: 74.35897435897436%;
}
.one_sixth {
	width: 14.52991452991453%;
}
.five_sixth {
	width: 82.90598290598291%;
}
.two_fifth {
	width: 37.43589743589744%;
}
.three_fifth {
	width: 57.43589743589744%;
}
.first {
	clear: both;
	margin-left: 0 !important;
}
.last {
	margin-right: 0 !important;
	float: right;
	margin-left: 0;
}

.clear_column {
	clear:both;
	display:block;
	font-size:0; height:0;
	line-height:0; width:100%;
	overflow: hidden;
}

.content-column p {
	margin-top: 0;
}


/* =Sidebars
-------------------------------------------------------------- */

#secondary {
	background: #f0f0f0;
}
#secondary .widget {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#secondary .widget-title {
	color: #73a643;
	font-size: 16px;
	margin: 0 -20px 10px -10px;
	padding-left: 10px;
	padding-top: 14px;
	padding-right: 20px;
	text-transform: uppercase;
	background: url(images/bg-header.png) repeat-x top;
}

.quote_box .container {
	background: url(images/bg_bq2.png) no-repeat bottom right;
	padding-bottom: 35px;
}
.quote_box blockquote {
	background: url(images/bg_bq1.png) no-repeat top left;
	padding-top: 45px;
	font-size: 20px;
	font-style: normal;
}
.quote_box blockquote p {
	line-height: 24px;
	margin: 0;
}
.quote_box blockquote cite {
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-top: -8px;
}
body .wrap .above-posts {
	overflow: hidden;
	color: #fff;
	padding: 15px 5px;
	text-align: center;
	margin-top: 0;
}
.above-posts .widget:last-child {
	float: right;
	margin: 0;
}
.above-posts h5 {
	border: none;
}

.above-posts .widget_archive p, .above-posts .widget_categories p {
	display: inline-block;
	margin: 0;
	font-size: 12px;
    text-transform: uppercase;
}

.above-posts .widget_archive select, .above-posts .widget_categories select {
	width: 135px;
	color: #222;
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

body .mfp-title { color: #fff !important; text-align: center; padding: 10px; }
.mfp-counter { display: none; }



/* =Images
-------------------------------------------------------------- */

img {
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft, .wp-caption.alignleft {
	margin-right: 1.25em;
	margin-bottom: 1.25em;
}
img.alignright, .wp-caption.alignright {
	margin-left: 1.25em;
	margin-bottom: 1em;
}
.post-image.alignleft {
	margin-right: 1.25em;
}
.wp-caption {
	background: #eee;
	padding: .5em;
	text-align: center;
	font-family: 'MuseoSlab-500', sans-serif;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	margin: 0;
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}
.required,
body .gform_wrapper .gfield_required {
	color: #cc0033;
	font-family: Arial, Helvetica, sans-serif;
}
input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	background: #fff;
	border: 1px solid #5889b5;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 8px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.button,
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"],
#submit,
.comment-reply-link {
	background: #0d82c5;
	border: none;
	color: #fff;
	font-size: inherit;
	
	text-transform: uppercase;
	padding: 11px 20px 10px 20px;
	cursor: pointer;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.button:hover,
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
#submit:hover,
.comment-reply-link:hover {
	background: #2da7ec;
	text-decoration: none;
}
.button.alt {
	background: #7cc660;
	font-weight: normal;
}
.button.alt:hover {
	background: #8ee16e;
}
.entry-content .button {
	margin-bottom: 18px;
}
.comment-reply-link {
	padding: 5px 15px 4px 15px;
}
.wpcf7-form p label.hidden {
    left: -9999px;
    position: absolute;
}
.wpcf7-form p label {
    display: block;
    margin-bottom: 5px;
	font-weight: normal;
	
	text-transform: uppercase;
	color: #555;
}
div.wpcf7 span.wpcf7-form-control-wrap, .wpcf7-textarea {
    display: block;
    width: 100%;
}
div.wpcf7 input.wpcf7-text, div.wpcf7 select {
    width: 100%;
}
.wpcf7-list-item {
	margin: 3px 5px !important;
	white-space: nowrap;
	display: inline-block;
}
.wpcf7-list-item.last {
	float: none;
}
label .wpcf7-list-item-label {
	font-weight: normal;
	font-family: Georgia,"Times New Roman",Times,serif;
	text-transform: none;
	color: #666;
}
	

/* =Comments
-------------------------------------------------------------- */

#comments {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
.commentlist {
	list-style: none;
	padding: 0;	
}
.commentlist .children {
	padding-left: 25px;
	border-left: 1px solid #ddd;
	list-style: none;
}
img.avatar {
	float: left;
	margin: 0 15px 15px 0;
}
.comment-author {
	font-size: 20px;
}
.comment-author cite {
	font-style: normal;
}
.comment-content {
	clear:both;
}
article.comment {
	display: block;
	padding: 20px 0;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 14px;
}
#respond input[type=text] {
	display: block;
	width: 100%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 100%;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
.inline-menu {
	padding: 0;
	margin: 0;
	display: inline;
}
.inline-menu li {
	display: inline;
}
.inline-menu li a {
	margin-left: 0px;
}
.inline-menu > li:before {
	content: "|";
	margin-left: 5px;
	margin-right: 5px;
	color: #9999a6;
}
.inline-menu > li:first-child:before {
	display: none;
}
.inline-menu .sub-menu {
	display: none;
}
.widget ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.entry-content ol li {
	margin: 8px 33px;
	list-style-position: outside;
}
.entry-content ul li, .row ul li {
    margin: 8px 33px;
    list-style: outside square none;
    line-height: 1.25em;
}
.entry-content ul, .entry-content ol, #secondary ul, #secondary ol, .row ul li {
	margin-left: 0;
	padding-left: 0;
}
.row ul li {
	margin-bottom: 0;
}
.entry-content ul ul, .entry-content ol ol {
	margin-left: 30px;
}
.widget_archive select, .widget_categories select {
	width: 100%;
}
#secondary .widget_categories { 
	margin-bottom: 20px;
}


/* =Footer
-------------------------------------------------------------- */

#colophon .wrap {
	padding: 20px 40px 40px 40px;
	font-size: 12px;
}
#colophon .copy {
	width: 260px;
	float: left;
}
#colophon .copy a {
	color: #545667;
}
#colophon .info {
	width: 520px;
	float: left;
}
#colophon .footer-links {
	width: 510px;
	float: right;
	text-align: right;
}
#colophon ul {
	margin: 0;
	padding: 0;
}
#footer-menu-3 {
	font-size: 11px;	
}
#colophon .footer-links .memberlogin, .post-edit-link {
	margin-top: 10px;
	font-size: 11px;
	clear: both;
	display: inline-block;
}

/* =Calendar
-------------------------------------------------------------- */

.events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop {
	max-width: 100% !important;
}
#tribe-events-header {
	display: none;
}
#tribe-events h2.tribe-events-page-title, #tribe-events .tribe-events-list-separator-month {
	background: none;
	text-align: left;
	font-size: 20px;
	color: #000;
	padding: 20px;
	margin: 0;
	
	font-weight: normal;
	text-transform: uppercase;
}
#tribe-events .tribe-events-list-separator-month {
	text-align: center;
}
#tribe-events #tribe-events-content table.tribe-events-calendar {
	margin-top: 20px;
	margin-bottom: 20px;
}

#tribe-events #tribe-events-bar {
	margin-bottom: 0;
	background: #fff;
}
#tribe-events #tribe-events-bar.sticky {
	z-index:9;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
}
#tribe-events #tribe-events-bar.sticky #switch_view a {
	padding-top: 20px;
	padding-bottom: 20px;
}
#tribe-events #tribe-events-bar.sticky #tribe_events_cat {
	margin-top: 13px;
}
#tribe-events .tribe-events-calendar thead th {
		
	font-weight: normal;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"] {
	background-color: transparent !important;
}

#tribe-events #tribe-events-content .tribe-events-calendar td {
	border-color: #c9c3a7;
}

.tribe-events-thismonth {
	background: #f3ecc9;
}

.tribe-events-othermonth {
	background-color: #faf7e9 !important;	
}

.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
	font-family: 'MuseoSlab-500', sans-serif;
	font-weight: normal;
	font-size: 10px;
}

#tribe-events .tribe-events-calendar thead th {
    background-color: #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	color: #666 !important;
}

ul.calendar-categories {
	background-color: #f5f5f5;
    color: #444;
    font-size: 16px;
	font-family: 'MuseoSlab-500', sans-serif;	
    font-style: normal;
    overflow: hidden;
    padding: 10px 20px 10px;
	margin-top: 0;
}

ul.calendar-categories li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.calendar-categories li a {
    background: url(images/icon_cal1.png) no-repeat left center;
	color: #444;
    float: left;
    margin: 0 30px 10px 0;
    overflow: hidden;
    padding: 12px 0 12px 46px;
}

ul.calendar-categories li a:hover {
}

body.events-archive.events-gridview #tribe-events-content table .vevent a {
	padding: 3px 0 3px 0;
	display: inline-block;
}

#tribe-events #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
	font-size: 12px;
}

.tribe-events-calendar .entry-title, .tribe-events-calendar .entry-title a {
	color: #444;
}

body #tribe-events-content a:hover {
	text-decoration: underline;
}

body.events-archive.events-gridview #tribe-events-content table .vevent {
	border-color: #c9c3a7;
}
.calendar.entry-header { 
	display: block !important; 
}
.tribe-bar-filters {
	
}
#tribe-bar-views {
	display: none;
}
#switch_view, .tribe-events-sub-nav {
	overflow: hidden;
	position: relative;
	font-family: 'MuseoSlab-500', sans-serif;	
}
#switch_view {
	max-width: 350px;
	float: left;
}
#switch_view a {
	display: inline-block;
	float: left;
	padding: 10px 20px;
	background: #f5f5f5;
	text-transform: uppercase;
	
	font-size: 14px;
	color: #444;
}
#switch_view a.tribe-inactive {
	background: #ddd;
}
#switch_view a:hover {
	text-decoration: none;
}
#switch_view a.tribe-inactive:hover {
	background: #eaeaea;
}
#tribe-events-content {
	padding-top: 0 !important;	
	margin-bottom: 0 !important;
}
#tribe-bar-form {
	clear: both;
}
body #tribe-bar-form .tribe-bar-submit input[type="submit"], #tribe-events .tribe-events-button, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button {
	background: #0d82c5 !important;
	font-weight: normal !important;
	font-family: 'MuseoSlab-500', sans-serif;
}
body #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"]:hover, .tribe-events-button:hover {
	background: #c62c4e !important;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
	font-weight: normal !important;	
}
body .tribe-events-calendar td.tribe-events-present {
	background-color: #ece1b4;
}

/* Single View */
.tribe-events-meta {
	font-size: 16px;
}
.tribe-events-meta dl {
	margin: 0;
	clear: both;
	overflow: hidden;
}
.tribe-events-meta dt {
    clear: left;
    float: left;
    font-weight: normal;
    width: 110px;
	margin-bottom: 10px;
	
}
.tribe-events-meta dd {
    margin-bottom: 10px;
    margin-left: 120px;
    padding: 0;
}
body.single-tribe_events .tribe-events-content {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
}

.tribe-events-widget-link a {
	text-transform: uppercase;
	border-top: 1px solid #b76173;
	display: block;
	padding-top: 10px;
	font-size: 14px;
	font-family: 'MuseoSlab-500', sans-serif;
}

body .tribe-events-list-widget ol li, .widget_recent_entries ul li {
	margin-bottom: 10px;
}

body .tribe-events-list-widget .duration {
	font-weight: normal;
}

.tribe-events-list-widget h4, .tribe-mini-calendar-event .list-info h2.entry-title {
	
	font-size: 16px;
	margin-bottom: 0;
}

#tribe_events_cat {
	float: right;
}

.tribe-events-adv-list-widget .list-date {
	display: none !important;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event {
	border: 0;
	padding: 0;
	margin: 0 0 15px 0;
}

.tribe-events-widget-link a {
	font-size: 15px;
	font-weight: 700;
}

.widget_recent_entries h6 {
	text-transform: none;
	font-size: 15px;
}


/* =Misc
-------------------------------------------------------------- */

.moreposts {
	margin-top: 30px;
}

#tribe_events_cat {
	width: 200px;
	margin: 0 5px;
	font-size: 14px;
    border: 1px solid #5889b5;
    background: #fff url(images/bg-dropdown.png) no-repeat 95% center;
    padding: 4px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pagination .next, .pagination .prev {
	font-size: 12px;
}

.pagination .next {
	float: right;
}

/* ## Mobile Menu SHIFTNAV
--------------------------------------------- */
#shiftnav-toggle-main, .shiftnav-toggle-mobile {
	display: none\9; /*ie*/
}
.shiftnav-wrap {
	padding-top: 0!important;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content {
	display: none;
}
body #shiftnav-toggle-main {
	width: 56px;
}
body #shiftnav-toggle-main:hover {
	opacity: .9;
}
body .shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, body  .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,body  .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,body  .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,body  .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,body  .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,body  .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,body  .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
	background: #69a02c;
}
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item.shiftnav-highlight > .shiftnav-target {
	background: #ffa03b;
	color: #fff !important;
	border-bottom-color: rgba(0, 0, 0, 0.8);
    border-top-color: rgba(255, 255, 255, 0.4);
}

.shiftnav-inner .social-menu {
	text-align: center;
	margin-top: 10px;
}

.shiftnav-inner .social-menu li, .shiftnav-inner .social-menu li a {
	box-sizing: content-box;
	margin: 5px;
}

.shiftnav-inner .social-menu li a {
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0;
	border-radius: 3px;
}

.shiftnav-inner .social-menu li a:hover {
	background-color: #fff;
}

.mobile-footer {
	display: none;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	height: auto;
}

.gallery-icon {
	padding: 5px;
	margin: 0 auto;
}

.gallery a:hover {
	opacity: .75;
}


/* =Membership Stuff
--------------------------------------------- */

.protected-post-form {
	padding: 20px;
	background: #fff url("images/bg-footer.png") repeat scroll 0 0;
}

.protected-post-form p:last-child {
	margin: 0;
}

.protected-post-form label {
	display: block;	
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "SegoeUI-Bold",sans-serif;
}

.protected-post-form input {
	margin-top: 3px;
	margin-bottom: 9px;
	width: 100%;
}

.protected-post-form input[type="submit"] {
	margin-top: 9px;
}

.pass-join {
	text-align: center;
	padding-top: 15px;
}


/* =Clears
-------------------------------------------------------------- */

#access:after,
#branding:after,
#header-menu:after,
.wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

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

@media only screen and (max-width: 1175px) {
	
	/* Layout */
	#page { width: 960px; }
	#primary, .tribe-events-page-template #tribe-events-pg-template, .breadcrumb { width: 450px; }
	#container { width: auto; }
	#secondary { width: 150px; padding-left: 20px; margin-right: -20px; }
	#secondary:before { width: 190px; }
	#main .wrap { padding: 40px 20px; }
	
	/* Header */
	#header-menu li::before { margin-left: 5px; margin-right: 5px; }
	#header-menu a, #header-menu li { display: inline-block;  }
	.entry-intro { width: 640px; font-size: 24px; }
	
	/* Footer */
	#colophon .wrap { padding: 20px; }
	#colophon .copy, #colophon .footer-links { width: 100%; float: none; text-align: center; }
	#colophon .footer-links { margin-top: 20px; }
	
	/* Homepage */
	.home-callout > .one_half.first { width: 25%; }
	.home-callout > .one_half.last { width: 70%; }
	
	/* Content */
	.callout { width: 288px; }

}

@media only screen and (max-width: 995px) {
	
	/* Layout */
	#page { max-width: 98%; padding: 0 1%; }
	#primary, .tribe-events-page-template #tribe-events-pg-template, .breadcrumb { width: 100%; }
	#sidebar, #sidebar:before { width: 27%; }
	
	#secondary { width: 100%; margin-right: 0;}
	
	/* Sidebar Nav */
	#access ul { margin-left: 0; }
	#access a { font-size: 18px; padding: 10px 20px; }
	.sidebar-images, .fade img { max-width: 100%; } 
	.social-menu, .sidebar-info, #site-search { padding-left: 20px; padding-right: 20px; }
	.sidebar-images { padding: 20px; box-sizing: border-box; height: 120px; }
	
	/* Header */
	#sidebar { text-align: center; }
	.sidebar-info { text-align: left; }
	#branding { padding: 20px 20px 20px 0; }
	#site-title { width: 28%; text-align: center; }
	#site-title a { width: 70%; background-size: contain; }
	.entry-intro { width: 71%; font-size: 17px; }
	.entry-intro p { margin-left: 20px; }
	#header-menu { width: 71%; text-align: right; font-size: 12px; }
	.contact-menu { margin-top: 5px; }
	
	/* Sidebar */
	#secondary { float: none; clear: both; padding: 20px; margin: -20px -20px -40px -20px; }
	#secondary:before { display: none; }
	#secondary .widget { padding: 0; border: none; } 
	#secondary .widget-title { margin: 0; padding: 20px 0 0 0; }
	
	/* Homepage */
	.home-callout > .one_half.first { width: 25%; }
	.home-callout > .one_half.last { width: 70%; }
	
	/* Content */
	.callout { width: 47.5%; }
	
}

@media only screen and (max-width: 720px) {

	.callout { width: 46.5%; }

}

@media only screen and (max-width: 640px) {
	
	#shiftnav-toggle-main, .shiftnav-toggle-mobile {
		display: block\9; /*ie*/
	}
	
	/* Layout */
	#page { max-width: 100%; padding: 0; }
	#sidebar, #sidebar::before { display: none; }
	#sidebar, #main, #main > .wrap {
		height: auto !important;
		min-height: 0 !important;
	}
	
	/* Typography */
	body { font-size: .9em; }
	
	/* Columns */
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth,
	.callout,
	#site-title,
	.entry-intro,
	#header-menu {
		float: none;
		margin: 10px 0;
		width: 100%;
	}
	
	/* Header */
	#branding { padding: 20px; text-align: center; }
	.contact-menu { text-align: center; margin-top: 20px; }
	#site-title { box-sizing: border-box; padding: 0 40px; }
	#site-title a { width: 100%; height: 90px; }
	.entry-intro { position: relative; padding: 0; margin: 0; font-size: 15px; }
	.entry-intro p { line-height: 19px; margin-left: 0; }
	
	/* Homepage */
	.home-callout > .one_half.first { float: left; }
	.home-callout > .one_half.last { float: right; }
	
	/* Tables */
	.table-wrap { max-width: 100%; overflow: auto; }
	#primary table { font-size: 12px; }
	
	/* Footer */
	.mobile-footer { background: #d6d6db; display: block; padding-bottom: 20px; }
	
}

@media screen and (max-width: 500px) {
	
	.owl-page-slide .overlay {
		box-sizing: border-box;
		position: static;
		width: 100%;
		padding: 20px 20px 50px 20px;
		background: #edf3e1;
		margin: 0;
		top: 0;
		left:0;
		height: auto;
	}
	.style-pagination.owl-page-slide .owl-pagination {
		opacity: .43;
		bottom: -5px;
	}
	.owl-page-slider { 
		max-height: none;
		margin-bottom: 10px;
	}
	
}