/*221129 - Above the Header Widget Section*/
/* --------------------------------- DH EDIT --------------------------------- */
/*
#above-the-header .container {
  max-width: 100%;
  padding: 0px;
}
#above-the-header {
  background-color: #336600;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99998;
}
.above-widgets {
  padding: 10px;
  height: 43px;
  font-size: 1.1em;
}
.above-widgets a {
  margin: 20px;
  padding: 0.5em 1em;
  background-color: #78a22f;
  border-radius: 3px;
  text-decoration: none;
} 
body {
  padding-top: 53px;
}
*/

.above-container {
  background-color: #336600;
  padding: 5px;
  font-size: 1.1em;
}

.above-container a {
  margin: 0px 20px;
  padding: 0.5em 1em;
  background-color: #78a22f;
  border-radius: 3px;
  text-decoration: none;
}

/* --------------------------------- ^^^ DH EDIT ^^^ --------------------------------- */
/*End above the Header Widget Section*/

/*221018-221122 -Donate & Monthly Donate Menu Buttons*/
.donate-btn a,
#menu-item-21921 a,
#menu-item-49199 a,
#menu-item-49182 a {
  background-color: rgb(184, 196, 57);
  padding: 0.5em 0.5em !important;
  border: solid 1px #fff;
  border-radius: 5px;
  margin-left: 20px;
}
#menu-item-49142 a {
  border: solid 1px #336600;
  border-radius: 5px;
  text-align: center;
  line-height: 1.3em;
  padding-top: 0.5em !important;
  padding-left: 0.3em !important;
  padding-right: 0.3em !important;
  padding-bottom: 0.5em !important;
}
#menu-item-21921 .sub-menu {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  left: -45px !important;
}
#menu-item-21505 a {
  padding-left: 25px !important;
}
#mobile-navigation #menu-item-49182 a,
#mobile-navigation #menu-item-49199 a,
#mobile-navigation #menu-item-49142 a {
  margin-left: 0px;
  padding: 0.7em 1em !important;
  display: inline !important;
}
#mobile-navigation #menu-item-49182 a {
  line-height: 5em;
}
/*desktop*/
#menu-item-49182 > a {
  display: none;
}
#menu-item-49199 > a {
  display: none;
}
/*hide on mobile*/
#mobile-navigation #menu-item-21921 > a {
  display: none;
}
#mobile-navigation #menu-item-21921 .dropdown-toggle {
  display: none;
}
#mobile-navigation #menu-item-49142 > a {
  display: none;
}
#mobile-navigation #menu-item-21921 .sub-menu {
  display: none;
}

/*221012 - Search Function */
/* --------------------------------- DH EDIT --------------------------------- */
/* .main-navigation .north-search-icon .svg-icon-search path,
.main-navigation .north-search-icon .svg-icon-search path:hover,
.search-form button[type="submit"] svg path,
#header-search #close-search .svg-icon-close path {
fill: white;
}
.main-navigation .north-search-icon {
padding-left: 10px;
}
#header-search input[type="search"] {
background: white;
width: 50%;
float: right;
} */
/* --------------------------------- ^^^ DH EDIT ^^^ --------------------------------- */
/*blog widget*/
input[type="search"] {
  border: solid 1px #336600;
}
#secondary .search-form button[type="submit"] svg path {
  fill: #336600;
}
/*mobile*/
#mobile-navigation form {
  display: none !important;
}
#mobile-navigation form input[type="search"] {
  color: #595959;
  background: white;
  margin-top: 30px;
}
#mobile-navigation form input::placeholder {
  color: #595959;
  opacity: 1;
}

/*220930 - Homepage Odometers*/
.home-odometer-header .widget h1,
.homepage-h1-titles .textwidget h1 {
  font-size: 60px;
  text-transform: uppercase;
}
.home-odometer-header-green .widget h1 {
  font-size: 60px;
  text-transform: uppercase;
}
.home-odometer-header-green .widget h2 {
  font-size: 20px;
}
/*-- white background*/
.home-odometer .lsow-odometers .lsow-odometer {
  margin-bottom: 10px;
}
.home-odometer .lsow-odometers .lsow-odometer .lsow-number span {
  color: #78a22f;
}
.home-odometer .lsow-odometers .lsow-odometer .lsow-number span {
  font-size: 40px;
}
.home-odometer .lsow-odometers .lsow-odometer .lsow-number {
  line-height: 40px;
  margin-bottom: 0px;
}
.home-odometer .lsow-odometers .lsow-odometer .lsow-suffix {
  font-size: 40px;
}
.home-odometer .lsow-odometers .lsow-odometer .lsow-suffix {
  color: #78a22f;
}
.home-odometer .lsow-odometers .lsow-odometer .lsow-stats-title {
  color: #78a22f;
  font-size: 22px;
}
.home-odometer .lsow-prefix {
  color: #78a22f !important;
}
/*220909 - Hide Sub menu items on Desktop view*/
#menu-item-47507 > a {
  display: none;
}
#menu-item-47508 > a {
  display: none;
}
#menu-item-47509 > a {
  display: none;
}
#menu-item-47510 > a {
  display: none;
}
#nav_menu-3 {
  display: none;
}

/*220505 - styles to hide you tube control div*/
.impact-you-tube .mejs-controls {
  display: none;
}

/*210422 - styles for WWBC profile tabs*/
.page-id-31843 #scroll-to-top {
  background: #00bcc5 !important;
}
.wwbc-tab-top {
  color: white;
  padding: 0px;
  margin: 0px;
  background: #4a4a4a;
}
.wwbc-tab-top {
  padding: 30px;
}
.wwbc-tab-top h1 {
  color: white !important;
}
.wwbc-profile {
  padding: 30px;
}
.wwbc-profile {
  border: 1px solid #00bcc5;
}

/*210405 - styles for staff tabs*/
[data-anchor|="technical-assistance-wwbc"] {
  background-color: #00bcc5 !important;
}
[data-anchor|="technical-assistance-vboc"] {
  background-color: #003363 !important;
}
[data-anchor|="technical-assistance-fbrc"] {
  background-color: #3d6731 !important;
}
[data-anchor|="technical-assistance-covid-response"] {
  background-color: #e9b92a !important;
}
[data-anchor|="technical-assistance-alaska-vboc"] {
  background-color: #002e6d !important;
}
[data-anchor|="technical-assistance-northwest-vboc"] {
  background-color: #002e6d !important;
}

/*210304 fix bottom margin on homepage*/
#post-17 {
  margin-bottom: 0px;
}

/*210201 styles for PPP Form*/
panel-32902-7-0-0 input.medium {
  width: 90%;
}
#gform_wrapper_7 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#input_7_16 {
  display: none;
}
#gfield_description_7_16 {
  font-weight: 700;
  font-size: 14px;
  color: #595959;
  text-align: center;
}
#gform_7 .gfield_label {
  color: #595959;
  text-align: right;
  width: 40%;
}
#gform_7 input[type="text"] {
  text-align: right;
  padding-right: 40px;
  width: 60%;
}
#gform_7 #input_7_11 {
  color: #78a22f;
  border: none;
  text-align: right;
}
#gform_7 #input_7_14 {
  color: #336600;
  border: none;
  text-align: right;
}
.eligible-green .ginput_container:after {
  content: "%";
  color: #595959;
  float: right;
  font-size: 16px;
  font-weight: 700;
  margin-right: 50px;
  padding-top: 5px;
}
.eligible-red .ginput_container:after {
  content: "%";
  color: #595959;
  float: right;
  font-size: 16px;
  font-weight: 700;
  margin-right: 50px;
  padding-top: 5px;
}
#gfield_description_7_11 {
  font-weight: 700;
  font-size: 20px;
  color: #78a22f;
  text-align: center;
}
#gfield_description_7_14 {
  font-weight: 700;
  font-size: 20px;
  color: #336600;
  text-align: center;
}
/*End PPP Form*/

/*------------------------------------Styles introduced for BIN

.border-top
.border-bottom
.border-left
.section-title
.board-profile
.image-white
.bubble-white
.assessment-tool
.spark-form
.neoserra-form
.black-baud-form
.black-baud-form-row
.black-baud-form-vboc
.black-baud-form-vboc-row
.page-header-graphic
.launch-pages
.grow-pages
.fund-pages
.events-pages
.suport-pages
.about-pages
.impact-pages
.fbrc-pages
.vboc-pages
.lrc-pages
.page-title-under-logo
.bullet-list
.bullet-list-thrive
.bullets-column-no-padding
.bin-odometer
.byb-odometer
.wwbc-odometer
.fbrc-odometer
.lrc-odometer
.testimonial-white
.invest-testimonial-white
.signup
.widget-post-loop
.staff-profile
.image-mobile-alignment-left
.grow-form
.launch-form
.fund-form
.event-sponsor-grid
.event-sponsor-title
.event-sponsor-grey-bar
.event-sponsor-presenting
.partner-logos
*/

/*-------------------------------------Global*/
#page {
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
}
#primary {
  background-color: white;
}
.entry-title {
  color: #78a22f;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding-top: 30px;
  padding-left: 20px;
}
.entry-content h1 {
  color: #78a22f;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding-top: 30px;
  padding-left: 50px;
}
.entry-content {
  padding-right: 30px;
  padding-left: 30px;
  line-height: 1;
}
.widget h3 {
  color: #78a22f;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.widget h1 {
  color: #78a22f;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding-left: 0px;
}
.widget h2 {
  color: #78a22f;
}
#content .widget ul {
  line-height: 1.3;
}
.entry-content li {
  line-height: 1.4em;
}
.page-title-under-logo {
  margin-bottom: 0.83em;
}
p {
  line-height: 1.5;
}
h6 {
  font-size: 6px;
}
.entry-content h1 {
  padding-top: 0px;
}
.border-top {
  border-top: solid 7px #ebebeb;
}
.border-bottom {
  border-bottom: solid 7px #ebebeb;
}
.border-left {
  border-left: solid 7px #ebebeb;
}
.bubble-white ul,
.bubble-white a,
.bubble-list a:hover {
  color: white;
}
#content .signup h3 {
  font-size: 26.6px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

#content .widget ul,
#content .widget ol {
  line-height: 1.6;
}
.bullet-list {
  background-color: #ebebeb;
  border-radius: 4px;
  margin-top: 10px;
  padding: 20px 10px 50px 10px;
}
.bullet-list-thrive {
  color: white;
  background-color: #00bcc5;
  margin-top: 10px;
  padding: 20px 10px 20px 10px;
}
.bullet-list-lg {
  color: white;
  background-color: #78a22f;
  margin-top: 10px;
  padding: 20px 10px 20px 10px;
}
.entry-content ol li > ol {
  line-height: 1.6;
}

.partner-logos .sow-image-grid-image {
  vertical-align: middle;
}

.testimonial-white {
  padding: 30px;
  padding-bottom: 60px;
}
.testimonial-white .lsow-icon-quote,
.testimonial-white p,
testimonial-white h3 .lsow-author-name,
testimonial-white .lsow-author-credentials {
  color: white !important;
}
.invest-testimonial-white {
  padding: 30px;
  padding-bottom: 30px;
}
.invest-testimonial-white i .lsow-icon-quote {
  display: none;
}
.invest-testimonial-white .lsow-icon-quote,
.invest-testimonial-white p,
.invest-testimonial-white h3 .lsow-author-name,
.invest-testimonial-white .lsow-author-credentials {
  color: white !important;
}

/* sitewide button standards */
.more-link,
#commentform .form-submit input,
.spark-form .spark .btn-primary {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.15em;
  padding: 0.5em 1em;
  background: #77a22f;
  color: #ffffff !important;
  border: 1px solid #77a22f;
  border-width: 1px 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  text-transform: capitalize !important;
}

/* individual button styles */
.more-link {
  float: left;
  margin-top: 10px;
}
/*spark*/
.spark-form .spark .btn-primary {
  background-color: #78a22f;
}
.spark-form button {
  background-color: white;
}
.spark-form button :select {
  background-color: white;
}
.spark-form .spark .true .status-toggle.true,
.spark .status-toggle.true:hover,
.spark .false .status-toggle.false,
.spark .status-toggle.false:hover,
.spark .Yes .status-toggle.Yes,
.spark .status-toggle.Yes:hover,
.spark .No .status-toggle.No,
.spark .status-toggle.No:hover {
  color: #fff;
  background: #78a22f;
}
#mc4wp-form-1 input[type="submit"] {
  box-sizing: border-box;
  font-size: 1em;
  padding: 0.5em 1em;
  background: #78a22f;
  color: #ffffff !important;
  border: 1px solid #78a22f;
  border-width: 1px 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  text-transform: none;
}

/*---------------------authorship----*/
.sd-social-icon .sd-content ul li[class*="share-"] a,
.sd-social-icon .sd-content ul li[class*="share-"] a:hover {
  border-radius: 10%;
  -webkit-border-radius: 10%;
  padding: 10px;
}
.sd-content ul li a.sd-button:before {
  font: normal 22px/1 social-logos;
}

/* accordian   .so-widget-sow-accordion-default-f0f62d21f243   */
.so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-content
  .sow-accordion-panel-border:focus {
  outline: 1px dotted #666;
  outline: auto 5px #78a22f !important;
}
.so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-content
  p {
  font-size: 0.9rem;
}
.so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-content
  ul {
  font-size: 0.9rem;
  list-style: none;
  line-height: 1.5;
}

/*---------------------countdown-timer*/
.tribe-countdown-time {
  text-align: center;
  padding-left: 5px;
}
.tribe-countdown-text {
  display: none;
}

/*---------------------odometers*/
.bin-odometer {
  margin-bottom: 0px;
}
.lsow-odometers .lsow-odometer {
  margin-bottom: 0px;
}
.lsow-testimonials-slider .lsow-testimonial-user .lsow-text {
  color: white;
}
.lsow-odometers .lsow-odometer .lsow-suffix {
  font-size: 18px;
}
.bin-odometer .lsow-odometers .lsow-odometer .lsow-number span,
.bin-odometer .lsow-odometers .lsow-odometer .lsow-suffix {
  color: #003363;
}

.wwbc-odometer {
  margin-bottom: 0px;
}
.lsow-odometers .lsow-odometer {
  margin-bottom: 0px;
}
.lsow-odometers .lsow-odometer .lsow-suffix {
  font-size: 18px;
}
.wwbc-odometer .lsow-odometers .lsow-odometer .lsow-number span,
.wwbc-odometer .lsow-odometers .lsow-odometer .lsow-suffix {
  color: #00bcc5;
}

.byb-odometer .lsow-odometers .lsow-odometer .lsow-number span,
.byb-odometer .lsow-odometers .lsow-odometer .lsow-suffix {
  color: #78a22f;
}

.fbrc-odometer {
  margin-bottom: 0px;
}
.lsow-odometers .lsow-odometer {
  margin-bottom: 0px;
}
.lsow-odometers .lsow-odometer .lsow-suffix {
  font-size: 18px;
}
.fbrc-odometer .lsow-odometers .lsow-odometer .lsow-number span,
.fbrc-odometer .lsow-odometers .lsow-odometer .lsow-suffix {
  color: #3d6731;
}

.lrc-odometer {
  margin-bottom: 0px;
}
.lsow-odometers .lsow-odometer {
  margin-bottom: 0px;
}
.lsow-odometers .lsow-odometer .lsow-suffix {
  font-size: 18px;
}
.lrc-odometer .lsow-odometers .lsow-odometer .lsow-number span,
.lrc-odometer .lsow-odometers .lsow-odometer .lsow-suffix {
  color: #0c5c44;
}

/*----- On-Demand Events and Pages */
.on-demand-class-button a {
  background-color: #78a22f;
  padding: 6px 12px;
  color: #fff !important;
  font-size: 1.1em;
  font-weight: 600;
  border-radius: 3px;
  float: left;
}
.on-demand-free p {
  font-size: 1.1em !important;
  color: #e9b92a;
  border: 1px solid #e9b92a;
  margin-left: 20px;
  font-weight: 700;
  padding: 8px 12px;
  width: 4em;
}
.on-demand-free h3,
.on-demand-class-list h3 {
  text-transform: none;
  font-weight: 500;
}

/*----- covid odometers*/
.covid-odometer .lsow-odometers .lsow-odometer .lsow-number span {
  color: #e9b92a;
}
.covid-odometer {
  margin-bottom: 0px;
}
.covid-odometer .lsow-odometers .lsow-odometer {
  margin-bottom: 0px;
  text-align: right;
}
.covid-odometer .lsow-odometers .lsow-odometer .lsow-number span {
  font-size: 30px;
}
.covid-odometer .lsow-odometers .lsow-odometer .lsow-suffix {
  font-size: 14px;
}
.covid-odometer .lsow-odometers .lsow-odometer .lsow-suffix {
  color: white;
}
.covid-odometer .lsow-odometers .lsow-odometer .lsow-number {
  padding-right: 10px;
}
.covid-odometer .lsow-odometers .lsow-odometer .lsow-number {
  line-height: 30px;
}

/*-------------------------------------Header*/

#masthead {
  border-bottom: 0px;
  margin-bottom: 0px;
  max-width: 100%;
  margin: auto;
}
.site-branding img {
  padding-top: 10px;
  padding-bottom: 10px;
}
#masthead {
  border-bottom: solid 7px #336600;
}
/* @media (max-width: 1100px) {
#masthead {
border-bottom: solid 7px #336600;
}
}
*/

/*-------------------------------------Menus*/
/*----------------main-menu*/

/* --------------------------------- DH EDIT --------------------------------- */
.main-navigation ul .sub-menu {
  z-index: 3000;
}
/* #site-navigation ul li a {
color: white;
} */
/* .main-navigation {
font-size: 1.2em;
} */
/* .main-navigation ul ul li:first-child a {
padding-top: 1em;
} */
.main-navigation ul > li a {
  padding-right: 12px;
  padding-left: 12px;
} /*removed padding left 25px*/
.main-navigation ul .sub-menu > li a {
  padding-right: 25px;
  padding-left: 25px !important;
}
.main-navigation ul ul a {
  padding: 0.5em 25px;
}

#menu-item-22643 .sub-menu {
  background-color: #336600;
}
#menu-item-22645 .sub-menu {
  background-color: #00bcc5;
}
#menu-item-22646 .sub-menu {
  background-color: #e9b92a;
}
/*#menu-item-21910 .sub-menu {background-color:#e9b92a;}
#menu-item-21925 .sub-menu {background-color:#003363;}*/

/*.main-navigation .menu-item-21925 ul ul li:hover>ul {left: auto; right: 100%;}
.main-navigation ul ul ul {left: auto; right:100%;}*/

/* --------------------------------- ^^^ DH EDIT ^^^ --------------------------------- */

/*------------------Mobile Menus*/
.main-navigation #mobile-menu-button,
.main-navigation #mobile-menu-button:hover {
  color: white;
}
.main-navigation .icon-menu span {
  background-color: #336600;
}
#mobile-navigation {
  background: #ffffff;
}

/*----------------secondary-menu*/

.widget_nav_menu a {
  padding: 0px;
}
#topbar {
  border-bottom: none;
  background-color: white;
  border-top: 7px solid #336600;
}
#topbar #topbar-widgets {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}
#nav_menu-2 ul {
  float: right;
  background-color: #336600;
  margin-bottom: 0px;
  height: 26px;
  max-height: 26px;
}
#nav_menu-2 ul li {
  list-style: none;
  float: left;
  clear: none;
}
#nav_menu-2 ul li a {
  color: white;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 3px;
}
#nav_menu-2 #menu-item-22741 a {
  background-color: #003363;
  background-image: url(../jpg/bin_tab_mixeda-blue.jpg);
  background-repeat: no-repeat;
}
#nav_menu-2 #menu-item-21894 a {
  background-color: #336600;
  background-image: url(../jpg/bin_tab_mixeda-green.jpg);
  background-repeat: no-repeat;
}

/*------------------thirdinary Menu Mobile Only */
#topbar-widgets .container {
  padding-left: 0px !important;
}
#topbar #topbar-widgets .widgets.widgets-2 .widget {
  width: 100%;
}
#topbar #topbar-widgets .widgets .widget:last-of-type {
  background-color: white;
}
#topbar #topbar-widgets .widgets .widget:last-of-type ul {
  list-style: none;
  padding-top: 20px;
}
#topbar #topbar-widgets .widgets .widget:last-of-type ul li {
  text-align: center;
}
#topbar #topbar-widgets .widgets .widget:last-of-type ul li a,
#topbar #topbar-widgets .widgets .widget:last-of-type ul li a:hover {
  color: #78a22f;
  text-decoration: none;
}
@media (min-width: 768px) {
  #topbar #topbar-widgets .widgets .widget:last-of-type {
    display: none;
  }
}

/*-----------------Sign Up Row*/
.signup
  .sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image.sow-slider-image-cover {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}

/*-----------------Document Gallery for PDFs*/
.document-gallery .document-icon img {
  border: solid 1px #78a22f;
}
.document-gallery .document-icon a {
  font-size: 14px;
  line-height: 1.5;
}

/*@media screen and (max-width:780px) {#nav_menu-2 {display: none;}}
@media screen and (min-width:781px) {#nav_menu-3 {display: none;}}*/

/*.widget_nav_menu a {padding:0px;}
#topbar {border-bottom:none; background-color:white; max-height:32px;}
#topbar #topbar-widgets {padding-top:0px; padding-bottom:0px; padding-right:0px;}
#nav_menu-2 ul {float:right; background-color:#336600; margin-bottom:0px;}
#nav_menu-2 ul li {list-style:none; float:left; clear:none; height:32px;}
/*#nav_menu-2 ul li a {color:white; text-decoration:none; padding-left:30px; padding-right:40px;}
#nav_menu-2 #menu-item-21894 a {padding-left:40px; padding-bottom: 7px;} /*background-image:url(http://172-232-168-142.ip.linodeusercontent.com//wp-content/uploads/2019/07/BIN_Tab_Green-1.png);}*/
/*#nav_menu-2 #menu-item-22741 {height:26px; width:239px;}
#nav_menu-2 #menu-item-22741 a {padding-left:70px; padding-right:60px; background-image:url(http://172-232-168-142.ip.linodeusercontent.com//wp-content/uploads/2019/07/BIN_Tab_MixedA.jpg);}*/

/*------------------Footer-*/

/*-------------------------------------Homepage*/
#post-17 {
  background-color: #ebebeb;
}
#post-17 .entry-content {
  padding-right: 0px;
  padding-left: 0px;
}
/*.logo img {margin-top:-18px; z-index:2000;}*/
#panel-17-3-0-0 p {
  font-style: italic;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
}

/*--------------------------------------Launch Pages*/
#panel-21638-4-0-0 .widget h3 {
  color: white;
}
.launch-pages h3,
.launch-pages .widget h2,
.launch-pages .widget h3 {
  color: #78a22f !important;
}
.launch-pages .widget h2 {
  font-weight: 700;
  line-height: 1.3;
}
.launch-form table th {
  padding: 0.3em;
  border: none;
}

/*--------------------------------------Events Pages*/
.event-sponsor-grid .widget_sow-editor {
  margin-bottom: 0px !important;
}
.event-sponsor-grid .widget_sow-editor .event-sponsor-title {
  margin-bottom: 0px;
}
.event-sponsor-grid .widget_sow-editor .grey-bar {
  margin-bottom: 30px;
}
.event-sponsor-presenting {
  margin-top: 20px;
  margin-bottom: 10px;
}

/*--------------------------------------Impact Pitch Pages*/
.impact-pages .widget h2 {
  font-weight: 700;
  line-height: 1.3;
  color: #e9b92a !important;
}
.sow-accordion-panel .sow-accordion-panel-content li {
  font-size: 0.9rem;
}

/*--------------------------------------FBRC Pages*/
.fbrc-pages .widget h2 {
  font-weight: 700;
  line-height: 1.3;
  color: #e2a625 !important;
}
.sow-accordion-panel .sow-accordion-panel-content li {
  font-size: 0.9rem;
}

/*--------------------------------------LRC Pages*/
.lrc-pages .widget h2 {
  font-weight: 700;
  line-height: 1.3;
  color: #0c5c44 !important;
}
.lrc-pages .widget h3 {
  color: #0c5c44;
}
.sow-accordion-panel .sow-accordion-panel-content li {
  font-size: 0.9rem;
}

/*--------------------------------------VBOC Pages*/
.vboc-pages .widget h2 {
  font-weight: 700;
  line-height: 1.3;
  color: #002e6d !important;
}
.sow-accordion-panel .sow-accordion-panel-content li {
  font-size: 0.9rem;
}

/*-------------------------------------Grow Pages*/
.grow-pages h3,
.grow-pages .widget h2,
.grow-pages .widget h3 {
  color: #00bcc5 !important;
}
.grow-pages .widget h2 {
  font-weight: 700;
  line-height: 1.3;
}
.so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header,
.so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-content
  .sow-accordion-panel-border {
  border-radius: 4px;
}
.so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header:focus,
.so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-content
  .sow-accordion-panel-border:focus {
  outline: 2px solid white !important;
  border-radius: 4px !important;
}
.so-widget-sow-accordion
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.grow-form table th {
  padding: 1em;
  border: none;
}

/*--------------------------------------Fund Pages*/
.fund-pages .widget h2 {
  color: #e9b92a !important;
  font-weight: 700;
  line-height: 1.3;
}

/*--------------------------------------Support Pages*/
.support-icons {
  border-radius: 10px;
  max-width: 125px;
  max-height: 125px;
  padding: 10px;
}

/*-------------------------------------About Pages*/
/*  #post-21880 h1, #post-21825 h1, #post-21820 h1 {color:#003363;}
.about-pages h2, .about-pages .widget h3 {color:#003363;}  */
#content .widget .bullets-column-no-padding ul {
  padding-left: 0px;
  padding-right: 0px;
}

/*-------------------------------------About Pages Profiles*/
.staff-profile {
  margin-bottom: 30px;
}
.sow-social-media-button-phone {
  background-color: #c1cd2d !important;
  border: 1px solid #c1cd2d !important;
}
.sow-social-media-button-email {
  background-color: #78a22f !important;
  border: 1px solid #78a22f !important;
}
.image-white .so-widget-image {
  border: solid 1px #ebebeb;
}
.staff-profile img.so-widget-image {
  height: 158px !important;
  width: 158px !important;
  object-fit: cover;
}
/*.board-profile {background-color:#ebebeb; padding-top:30px !important; margin-left:30px; border-radius:4px; padding-bottom:30px;}*/

/*-------------------------------------Blog*/
/*--blog page & category pages & Search Page*/
.archive .page-header {
  margin-top: 30px;
}
.archive .post-pagination {
  margin-bottom: 30px;
}
article.post {
  margin-bottom: 30px;
}

/*--entries*/
#post-19 .entry-header h1 {
  display: none;
}
.widget-post-loop article,
.archive article.post {
  background-color: #ebebeb;
  padding-bottom: 30px;
}
.archive article.post {
  margin-right: 30px;
}

/*titles*/
.widget-post-loop article .entry-title {
  font-size: 28px;
}
.entry .type-post .entry-title,
.search .search-results .entry-title {
  color: #292929 !important;
  font-size: 28px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding-top: 30px;
  padding-left: 20px;
}
.entry .entry-header h2 {
  line-height: 1em;
  color: #292929 !important;
  font-size: 28px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
}
/*images*/
.archive article.post .entry-thumbnail,
.widget-post-loop .entry-thumbnail {
  float: left;
}
.widget-post-loop .entry-thumbnail img,
.archive article.post .entry-thumbnail img {
  max-width: 200px;
  padding-top: 0px;
  margin-right: 30px;
  margin-top: 35px;
  margin-bottom: 0px !important;
}

/*content*/
.widget-post-loop article .entry-content p,
.archive article.post .entry-content p {
  display: block;
  float: left;
}

/*#post-19 .entry-content {padding-left:0px;}

.archive .page-header {margin-top:30px;}
.archive article.post {margin-right:60px; padding-right:20px;}
.widget-post-loop article {padding-left:30px;}
.archive article.post, .widget-post-loop article {background-color:#ebebeb; padding-bottom:30px;}
.archive article.post .entry-thumbnail img, .widget-post-loop .entry-thumbnail img {max-width:200px; padding-top:30px; margin-top:0px; margin-right:30px;}
.archive article.post .entry-thumbnail, .widget-post-loop .entry-thumbnail {float:left;}
.archive article.post, .widget-post-loop article.post {margin-bottom: 30px;}
.archive article.post .entry-header, .widget-post-loop .type-post .entry-header {margin-bottom:0px;}
.widget-post-loop .content-entry {clear:left;}
.entry .type-post .entry-title {color: #78a22f; font-size: 32px; font-weight: 700; letter-spacing: 1.5px; padding-top: 30px; padding-left: 20px; line-height:1em !important;}
.entry .entry-header h2 {line-height:1em;}*/

/*---posts*/
.type-post .entry-header h1 {
  line-height: 1em;
  color: #292929 !important;
  font-size: 28px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.type-post .entry-header {
  padding-left: 30px;
  margin-bottom: 40px;
}
.type-post .entry-header h1 {
  font-size: 30px;
  margin-top: 40px;
  font-weight: 600;
  padding-left: 0px;
}
.entry-header h2 {
  padding-left: 0px;
}
.north-icon-calendar,
.north-icon-user {
  display: none;
}
.entry-meta img {
  vertical-align: middle;
}
.author-box {
  display: none;
}
.entry-thumbnail img {
  margin-left: 30px;
  margin-top: 50px;
}
.type-post .wp-block-image {
  padding: 30px !important;
}
.layout-sidebar-left:not(.woocommerce):not(.woocommerce-page)
  .site-content
  .widget-area {
  padding-left: 30px;
  padding-top: 20px;
}
.comment-list li.comment .comment-reply-link {
  border-radius: 4px;
}
.comment-list li.comment .comment-reply-link {
  color: white;
  font-size: 1em;
  line-height: 1.3em;
}
/*---author box*/
.molongui-author-box {
  margin-left: 0px !important;
}
.entry-thumbnail .thumbnail-hover {
  display: none;
}
.molongui-author-box .molongui-author-box-headline {
  margin-top: 60px;
}
.molongui-author-box-data p {
  line-height: 1.8em !important;
}
/*---links*/
.cat-links,
.tags-list {
  padding-left: 30px;
}
.tags-list a {
  background: #78a22f;
}
#single-comments-wrapper,
.post-navigation {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px !important;
}

/*Search Results*/
.search-results article.post {
  background-color: #ebebeb;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
}
.search .entry-thumbnail img {
  max-width: 200px !important;
  margin-top: 40px !important;
}

/*------------------------------------Accordian Widget*/
/*.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {background-color:#ebebeb; color:black;}*/

/*-------------------------------------WWBC*/
#panel-21887-10-0-0 img {
  display: inline;
  vertical-align: middle;
  padding-right: 20px;
}

/*-------------------------------------VBOC*/
#panel-22066-10-0-0 img {
  display: inline;
  vertical-align: middle;
  padding-right: 20px;
}

/*-------------------------------------Forms*/

/*----------------Spark Forms*/

.spark-form .spark .nav-pills > li.active > a {
  color: #78a22f;
}
.spark-form .spark .nav > li > a {
  color: #336601;
}
.spark-form .progress-bar-success {
  background-color: #78a22f;
}

/*----------------Black Baud VBOC*/

/*.black-baud-form-vboc-row {background-color:#ebebeb;}*/
.black-baud-form-vboc {
  padding-top: 40px;
  padding-bottom: 40px;
}
.black-baud-form-vboc {
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  border: 5px solid #002e6d;
}
		
}
/*----------------Black Baud*/

/*.black-baud-form-row {background-color:#ebebeb;}*/
.black-baud-form {
  padding-top: 40px;
  padding-bottom: 40px;
}
.black-baud-form {
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  border: 5px solid #78a22f;
}

/*----------------Likert
.gform_wrapper .gfield_radio li {float:left; margin-right:30px;}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {margin-top: 30px;}
.gform_wrapper .top_label div.ginput_container {margin-top: 0px; margin-left: 30px;}
.gform_wrapper .gfield_radio li label {margin: 2px 0 0 -10px;}
.likert-right {margin-left:140px;}
.gform_wrapper .gfield_radio li {float:left; width:50px;}
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {text-align: center;}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {margin-top: 30px;}
.gform_wrapper .gfield_radio li label {margin: 2px 0 30px -10px;}
.likert-right {margin-left:140px;}*/

/*--------------------------Assessment Tool---- widget style = .assessment-tool ---*/

/*.assessment-tool {border-radius:20px; margin-left:40px; margin-right:40px; border:5px solid #78a22f;}*/
.gfield_html {
  margin-top: 30px;
}
.answer-path {
  margin-top: 50px;
}
.assessment-tool .gform_wrapper ul.gform_fields {
  text-align: center;
}
/*.assessment-tool .gform_wrapper .top_label .gfield_label {margin-left:6%;}*/
.assessment-tool .gform_wrapper .gfield_radio li label {
  text-align: center;
}
.assessment-tool .gfield_label {
  font-size: 20px !important;
}
.assessment-tool #gform_submit_button_1,
.assessment-tool #gform_submit_button_3,
.assessment-tool #gform_submit_button_4,
.assessment-tool #gform_submit_button_5 {
  display: none;
}
.assessment-tool .align-left {
  margin-right: 0px !important;
}
.gfp_big_button .gfield_radio li input[type="radio"] {
  display: none;
}
.gfp_big_button .gfield_radio label {
  max-width: 500px;
  width: 100%;
  margin: 0px auto;
  padding-top: 10px !important;
  padding-right: 27px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  float: none;
  background: #336601;
  color: #fff;
  letter-spacing: 0.09375rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: block;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  /* -webkit-appearance: none; */
  cursor: pointer;
  line-height: 1;
  position: relative;
  text-decoration: none;
  text-align: left;
  font-size: 1.1em;
  box-sizing: border-box;
  word-wrap: normal;
}
.gfp_big_button .gfield_radio label:hover,
.gfp_big_button .gfield_radio input[type="radio"]:checked + label {
  background-color: #78a22f;
}

/*-------------------Fund Credit Score Tool*/
#fund-answer p {
  font-size: 20px;
  font-weight: 600;
  padding-top: 40px;
}

/*------------------------------------Footer
.site-info {display:none;}
#panel-w5cdd8cc13655b-1-0-0 .site-info {display:inline;}*/
#colophon .widgets .widget-title {
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
}
#colophon img {
  border-radius: 0.25em;
}
#colophon a {
  text-decoration: none;
}
.terms-social-row {
  border-top: solid 3px #e8e8e8;
}
#colophon .site-info .sep,
#colophon .site-info a {
  display: none;
}
#colophon #mc4wp-form-1 input[type="submit"] {
  font-size: 1.1em !important;
}

/*-------------------------------------Admin---------------these don't work yet--*/

a[href$="#import"] {
  display: none !important;
}

/*-------------------------------------Mobile*/
@media (max-width: 768px) {
  #topbar #topbar-widgets .widgets .widget {
    margin: 0px;
  }
  #nav_menu-2 {
    display: none;
  }
  /*mobile blog*/
  #secondary #sow-image-2 {
    display: none;
  }
  .archive .entry-header {
    float: left;
  }
  .archive article.post {
    margin-left: 10px;
    margin-right: 10px;
  }
  .entry-thumbnail img {
    max-width: 80%;
    padding-top: 10px;
  }
}
/*blog-end*/

@media (max-width: 600px) {
  .image-mobile-alignment-left .so-widget-sow-image .sow-image-container {
    justify-content: center;
  }
  .staff-profile img.so-widget-image {
    height: 158px !important;
    width: 158px !important;
    object-fit: cover;
  }
  .covid-odometer .lsow-odometers .lsow-odometer {
    margin-bottom: 0px;
    text-align: left;
  }
  .covid-odometer .lsow-odometers .lsow-odometer .lsow-number span {
    font-size: 25px;
  }
  .covid-odometer .lsow-odometers .lsow-odometer .lsow-suffix {
    font-size: 14px;
  }
  .covid-odometer .lsow-odometers .lsow-odometer .lsow-suffix {
    color: white;
  }
}

/*--
* 
* 
* 
* 
* 
* Events Calendar V2 styles by johnw.
* 
* 
* 
* 
* 
/*Month View*/
.tribe-events-calendar-month__calendar-event {
  background: none !important;
  margin-right: 0px !important;
}
.tribe-events-calendar-month__multiday-event {
  background: none !important;
  margin-right: 0px !important;
}
.tribe-events-calendar-list__event {
  background: none !important;
}
.tribe-events-pro-week-grid__event {
  margin-right: 0px !important;
}
.tribe-events-view--month
  .tribe-events-calendar-month__calendar-event-title-link
  a {
  color: #78a22f;
}
.tribe-events-calendar-month__calendar-event-tooltip-cost {
  color: #78a22f !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.tribe-events-calendar-month__calendar-event-tooltip-datetime .cat_on-demand {
  display: none;
}
.tribe-events-view--month
  .tribe-events-calendar-month__calendar-event-title-link {
  letter-spacing: 0.5px;
  color: #78a22f !important;
  font-weight: 700;
}
.tribe-common button {
  font-family: "Source Sans Pro", sans-serif !important;
}

/*Month View - html before calendar*/
.tribe-events-before-html a {
  display: block;
  float: left;
  font-size: 1.4em;
  line-height: 1.4em;
  background-color: #78a22f;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  margin-right: 20px;
  text-decoration: none !important;
  margin-top: 4px;
}
#on-demand-button a {
  display: block;
  float: left;
  font-size: 1.4em;
  line-height: 1.4em;
  background-color: #78a22f;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  margin-right: 20px;
  text-decoration: none !important;
  margin-top: 4px;
}
.tribe-events-before-html h3 {
  font-weight: 400;
  text-transform: none !important;
  font-size: 24px !important;
  padding-top: 0px;
}
.tribe-events-before-html h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

/*Single Events*/
.tribe-events-pg-template {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.tribe-events-content p,
.tribe-events-content ul li {
  font-size: 0.9rem !important;
}
.tribe-events-single-event-title {
  color: #78a22f;
  letter-spacing: 1.5px;
  font-family: "Source Sans Pro", sans-serif !important;
}
.tribe-events-cost {
  font-size: 20px !important;
  color: #78a22f !important;
  letter-spacing: 1px !important;
}
.tribe-events-event-image img {
  max-width: 440px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  margin-top: 0px;
}
.tribe-events-event-url a {
  background-color: #78a22f;
  color: #fff;
  padding: 6px 12px;
  font-size: 1.1em;
  font-weight: 600;
  float: left;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 225px;
  text-decoration: none;
}

.tribe-events-event-url-upper {
  display: block;
  float: left;
  clear: right;
}
.tribe-events-event-url-upper a {
  background-color: #78a22f;
  color: #fff;
  padding: 6px 12px;
  font-size: 1.1em;
  font-weight: 600;
  border-radius: 3px;
  width: 205px;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.tribe-events-event-url a:hover,
.tribe-events-event-url a:visited {
  color: #fff;
}
.sharedaddy {
  float: left;
  margin-left: 10px;
  margin-right: 30px;
}
.sd-title {
  display: none !important;
}
.sd-social-icon a {
  border-radius: 50% !important;
}
.tribe-events-cal-links {
  margin-top: 7px;
}

/*On Demand single-event meta area*/
.cat_on-demand .tribe-events-start-date {
  display: none;
}
.cat_on-demand .tribe-events-start-date-label {
  display: none;
}
.cat_on-demand .tribe-region {
  display: none !important;
}
.cat_on-demand .tribe-venue {
  pointer-events: none !important;
}

/*Virtual cat single-event meta area*/
.cat_virtual .tribe-region {
  display: none !important;
}
.cat_virtual .tribe-venue {
  pointer-events: none !important;
}

/*related Events Styles*/
.tribe-events-single
  ul.tribe-related-events
  li
  .tribe-related-events-thumbnail
  img {
  left: 0;
  right: 0;
  top: 0;
  transform: none;
}

/*List View*/
.tribe_events_cat-on-demand .tribe-events-calendar-list__event-datetime {
  display: none !important;
}
.tribe_events_cat-on-demand .tribe-events-calendar-list__event-venue-address {
  display: none;
}
.tribe_events_cat-virtual .tribe-events-calendar-list__event-venue-address {
  display: none;
}
.tribe-events-view--list .tribe-events-c-small-cta > * {
  color: #78a22f !important;
  font-size: 20px !important;
  letter-spacing: 1px;
  font-weight: 600;
}

/*On-Demand List View
.page-id-91 .tribe-events-header {display:none !important;}
.page-id-91 .tribe-events-calendar-list-nav {display:none;}
.page-id-91 .tribe-events-c-ical__link {display:none;}
.page-id-91 .tribe-events-calendar-list__month-separator {display:none;}
.page-id-91 .tribe-events-calendar-list__event-date-tag-datetime {display:none !important;}
.page-id-91 .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {padding-left:0px; padding-right:0px;}
.page-id-91 .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {min-width:0px; width:0px;}
.tribe-events-calendar-list__event-row {padding-left:30px !important; padding-right:30px !important;}*/

/*widget (page)
#on-demand-class-list {display:inline;}
#on-demand-class-list .tribe-common--breakpoint-medium.tribe-events .tribe-events-header {display:none;}
#on-demand-class-list .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
display: none;}
#on-demand-class-list .tribe-events-calendar-list__month-separator {display:none;}
#on-demand-class-list .tribe-events-calendar-list-nav {display:none;}
#on-demand-class-list .tribe-events .tribe-events-c-ical {display:none;}

.tribe-events-widget-events-list__event-title a {color:#78a22f !important; letter-spacing:.5px; text-decoration:none !important;}
.tribe_events_cat-on-demand .tribe-events-widget-events-list__event-datetime {display:none;}*/

/* ecs-events-list On-Demand styles */
.ecs-event {
  position: relative;
  margin-bottom: 50px;
}
.ecs-events .entry-title {
  font-size: 24px !important;
  padding-left: 0px;
  padding-top: 0px;
  text-transform: uppercase;
}
.ecs-events p {
  font-size: 0.9em;
}
.ecs-thumbnail {
  float: right;
  margin-left: 30px;
}
.ecs-events .cost {
  border: none !important;
  background: none !important;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #78a22f;
  float: left !important;
  margin-left: 150px;
  position: absolute;
  bottom: 0;
}
.ecs-button a {
  background-color: #78a22f !important;
  padding: 6px 12px !important;
  color: #fff !important;
  font-size: 0.95em !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
  border-radius: 3px !important;
}

/*mobile filter bar*/
.tribe-filter-bar .tribe-filter-bar-c-filter__toggle {
  padding-left: 10px;
  padding-right: 10px;
}
.tribe-filter-bar .tribe-filter-bar-c-filter__container {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .archive article.post {
    padding-left: 15px;
  }
}

/*widget - Tabs depreciated
#venue-tabs .tribe-common--breakpoint-medium.tribe-events .tribe-events-header {display:none;}
#venue-tabs .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
display: none;}
#venue-tabs .tribe-events-calendar-list__month-separator {display:none;}
#venue-tabs .tribe-events-calendar-list-nav {display:none;}
#venue-tabs .tribe-events .tribe-events-c-ical {display:none;}*/

/*--
* 
* 
* On-Demand Single Events Hide Dates - Can't control the date-start with categories :(
* On-Demand Single Events Hides the Venue - Can't control the date-start with categories :(

/*Single Event Pages for On-Demand Venue events
/*event postid-***** big date hide - Add the post-ids for each On-Demand-Only Event*/
/*There are 2 styles for each of the On-Demand venue events.

    1. Find the Event ID (.postid-XXXXX) for the new event
    2. copy a line of the styles from here and paste below the BIG LINE.
    3. Replace the Event ID in your new code.
    4. Save CSS  */

/*------------------------------------BIG LINE---------------------------------------*/
.postid-52 .tribe-event-date-start {
  display: none;
}
.postid-52 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-38129 .tribe-event-date-start {
  display: none;
}
.postid-38129 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-32358 .tribe-event-date-start {
  display: none;
}
.postid-32358 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-27204 .tribe-event-date-start {
  display: none;
}
.postid-27204 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-40778 .tribe-event-date-start {
  display: none;
}
.postid-40778 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-39892 .tribe-event-date-start {
  display: none;
}
.postid-39892 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-40454 .tribe-event-date-start {
  display: none;
}
.postid-40454 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-40140 .tribe-event-date-start {
  display: none;
}
.postid-40140 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-40159 .tribe-event-date-start {
  display: none;
}
.postid-40159 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-38593 .tribe-event-date-start {
  display: none;
}
.postid-38593 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-39628 .tribe-event-date-start {
  display: none;
}
.postid-39628 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-39073 .tribe-event-date-start {
  display: none;
}
.postid-39073 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-38590 .tribe-event-date-start {
  display: none;
}
.postid-38590 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-38210 .tribe-event-date-start {
  display: none;
}
.postid-38210 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-38129 .tribe-event-date-start {
  display: none;
}
.postid-38129 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-38297 .tribe-event-date-start {
  display: none;
}
.postid-38297 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-36788 .tribe-event-date-start {
  display: none;
}
.postid-36788 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-36790 .tribe-event-date-start {
  display: none;
}
.postid-36790 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-36793 .tribe-event-date-start {
  display: none;
}
.postid-36793 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-36747 .tribe-event-date-start {
  display: none;
}
.postid-36747 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-37218 .tribe-event-date-start {
  display: none;
}
.postid-37218 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-37216 .tribe-event-date-start {
  display: none;
}
.postid-37216 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-36796 .tribe-event-date-start {
  display: none;
}
.postid-36796 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-36290 .tribe-event-date-start {
  display: none;
}
.postid-36290 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-34908 .tribe-event-date-start {
  display: none;
}
.postid-34908 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-33752 .tribe-event-date-start {
  display: none;
}
.postid-33752 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-33696 .tribe-event-date-start {
  display: none;
}
.postid-33696 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-34367 .tribe-event-date-start {
  display: none;
}
.postid-34367 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-36979 .tribe-event-date-start {
  display: none;
}
.postid-36979 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-36982 .tribe-event-date-start {
  display: none;
}
.postid-36982 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-36989 .tribe-event-date-start {
  display: none;
}
.postid-36989 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-36992 .tribe-event-date-start {
  display: none;
}
.postid-36992 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-37031 .tribe-event-date-start {
  display: none;
}
.postid-37031 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-41678 .tribe-event-date-start {
  display: none;
}
.postid-41678 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-41798 .tribe-event-date-start {
  display: none;
}
.postid-41798 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-42173 .tribe-event-date-start {
  display: none;
}
.postid-42173 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-42439 .tribe-event-date-start {
  display: none;
}
.postid-42439 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-39127 .tribe-event-date-start {
  display: none;
}
.postid-39127 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-42861 .tribe-event-date-start {
  display: none;
}
.postid-42861 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-42914 .tribe-event-date-start {
  display: none;
}
.postid-42914 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-43707 .tribe-event-date-start {
  display: none;
}
.postid-43707 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-44001 .tribe-event-date-start {
  display: none;
}
.postid-44001 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-44281 .tribe-event-date-start {
  display: none;
}
.postid-44281 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-44814 .tribe-event-date-start {
  display: none;
}
.postid-44814 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-44887 .tribe-event-date-start {
  display: none;
}
.postid-44887 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-44885 .tribe-event-date-start {
  display: none;
}
.postid-44885 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-44893 .tribe-event-date-start {
  display: none;
}
.postid-44893 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-45124 .tribe-event-date-start {
  display: none;
}
.postid-45124 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-45384 .tribe-event-date-start {
  display: none;
}
.postid-45384 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-45841 .tribe-event-date-start {
  display: none;
}
.postid-45841 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-46106 .tribe-event-date-start {
  display: none;
}
.postid-46106 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-46144 .tribe-event-date-start {
  display: none;
}
.postid-46144 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-46146 .tribe-event-date-start {
  display: none;
}
.postid-46146 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-46154 .tribe-event-date-start {
  display: none;
}
.postid-46154 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-46156 .tribe-event-date-start {
  display: none;
}
.postid-46156 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-46186 .tribe-event-date-start {
  display: none;
}
.postid-46186 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-46608 .tribe-event-date-start {
  display: none;
}
.postid-46608 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-46736 .tribe-event-date-start {
  display: none;
}
.postid-46736 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-46944 .tribe-event-date-start {
  display: none;
}
.postid-46944 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-47571 .tribe-event-date-start {
  display: none;
}
.postid-47571 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-47817 .tribe-event-date-start {
  display: none;
}
.postid-47817 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-48326 .tribe-event-date-start {
  display: none;
}
.postid-48326 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-48395 .tribe-event-date-start {
  display: none;
}
.postid-48395 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-48411 .tribe-event-date-start {
  display: none;
}
.postid-48411 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-48547 .tribe-event-date-start {
  display: none;
}
.postid-48547 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-48564 .tribe-event-date-start {
  display: none;
}
.postid-48564 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-48568 .tribe-event-date-start {
  display: none;
}
.postid-48568 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-48570 .tribe-event-date-start {
  display: none;
}
.postid-48570 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-48606 .tribe-event-date-start {
  display: none;
}
.postid-48606 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-48604 .tribe-event-date-start {
  display: none;
}
.postid-48604 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-48757 .tribe-event-date-start {
  display: none;
}
.postid-48757 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-49212 .tribe-event-date-start {
  display: none;
}
.postid-49212 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-49261 .tribe-event-date-start {
  display: none;
}
.postid-49261 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-49266 .tribe-event-date-start {
  display: none;
}
.postid-49266 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-49394 .tribe-event-date-start {
  display: none;
}
.postid-49394 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-49398 .tribe-event-date-start {
  display: none;
}
.postid-49398 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-49400 .tribe-event-date-start {
  display: none;
}
.postid-49400 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-49778 .tribe-event-date-start {
  display: none;
}
.postid-49778 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-49924 .tribe-event-date-start {
  display: none;
}
.postid-49924 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-50141 .tribe-event-date-start {
  display: none;
}
.postid-50141 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-50268 .tribe-event-date-start {
  display: none;
}
.postid-50268 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-50287 .tribe-event-date-start {
  display: none;
}
.postid-50287 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-50496 .tribe-event-date-start {
  display: none;
}
.postid-50496 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-50620 .tribe-event-date-start {
  display: none;
}
.postid-50620 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-50701 .tribe-event-date-start {
  display: none;
}
.postid-50701 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-50703 .tribe-event-date-start {
  display: none;
}
.postid-50703 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-50745 .tribe-event-date-start {
  display: none;
}
.postid-50745 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-52280 .tribe-event-date-start {
  display: none;
}
.postid-52280 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-52539 .tribe-event-date-start {
  display: none;
}
.postid-52539 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-52551 .tribe-event-date-start {
  display: none;
}
.postid-52551 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-52642 .tribe-event-date-start {
  display: none;
}
.postid-52642 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-52524 .tribe-event-date-start {
  display: none;
}
.postid-52524 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-52709 .tribe-event-date-start {
  display: none;
}
.postid-52709 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-52752 .tribe-event-date-start {
  display: none;
}
.postid-52752 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-53069 .tribe-event-date-start {
  display: none;
}
.postid-53069 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-53173 .tribe-event-date-start {
  display: none;
}
.postid-53173 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-53174 .tribe-event-date-start {
  display: none;
}
.postid-53174 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-53252 .tribe-event-date-start {
  display: none;
}
.postid-53252 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-53396 .tribe-event-date-start {
  display: none;
}
.postid-53396 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-53398 .tribe-event-date-start {
  display: none;
}
.postid-53398 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-46183 .tribe-event-date-start {
  display: none;
}
.postid-46183 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-53821 .tribe-event-date-start {
  display: none;
}
.postid-53821 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-53999 .tribe-event-date-start {
  display: none;
}
.postid-53999 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-54122 .tribe-event-date-start {
  display: none;
}
.postid-54122 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-54498 .tribe-event-date-start {
  display: none;
}
.postid-54498 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-54505 .tribe-event-date-start {
  display: none;
}
.postid-54505 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-54530 .tribe-event-date-start {
  display: none;
}
.postid-54530 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-55093 .tribe-event-date-start {
  display: none;
}
.postid-55093 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-55599 .tribe-event-date-start {
  display: none;
}
.postid-55599 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-55960 .tribe-event-date-start {
  display: none;
}
.postid-55960 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-55969 .tribe-event-date-start {
  display: none;
}
.postid-55969 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-56025 .tribe-event-date-start {
  display: none;
}
.postid-56025 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-56195 .tribe-event-date-start {
  display: none;
}
.postid-56195 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-56378 .tribe-event-date-start {
  display: none;
}
.postid-56378 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-54278 .tribe-event-date-start {
  display: none;
}
.postid-54278 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-56702 .tribe-event-date-start {
  display: none;
}
.postid-56702 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-56726 .tribe-event-date-start {
  display: none;
}
.postid-56726 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-56912 .tribe-event-date-start {
  display: none;
}
.postid-56912 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-54498 .tribe-event-date-start {
  display: none;
}
.postid-54498 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-57292 .tribe-event-date-start {
  display: none;
}
.postid-57292 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-57277 .tribe-event-date-start {
  display: none;
}
.postid-57277 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-57675 .tribe-event-date-start {
  display: none;
}
.postid-57675 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-58098 .tribe-event-date-start {
  display: none;
}
.postid-58098 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-56726 .tribe-event-date-start {
  display: none;
}
.postid-56726 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-56912 .tribe-event-date-start {
  display: none;
}
.postid-56912 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-57466 .tribe-event-date-start {
  display: none;
}
.postid-57466 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-58127 .tribe-event-date-start {
  display: none;
}
.postid-58127 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-57631 .tribe-event-date-start {
  display: none;
}
.postid-57631 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-58149 .tribe-event-date-start {
  display: none;
}
.postid-58149 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-58891 .tribe-event-date-start {
  display: none;
}
.postid-58891 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-58893 .tribe-event-date-start {
  display: none;
}
.postid-58893 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-58897 .tribe-event-date-start {
  display: none;
}
.postid-58897 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-60407 .tribe-event-date-start {
  display: none;
}
.postid-60407 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-61758 .tribe-event-date-start {
  display: none;
}
.postid-61758 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-62178 .tribe-event-date-start {
  display: none;
}
.postid-62178 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-61376 .tribe-event-date-start {
  display: none;
}
.postid-61376 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-62732 .tribe-event-date-start {
  display: none;
}
.postid-62732 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-62755 .tribe-event-date-start {
  display: none;
}
.postid-62755 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-64873 .tribe-event-date-start {
  display: none;
}
.postid-64873 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-64983 .tribe-event-date-start {
  display: none;
}
.postid-64983 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-65070 .tribe-event-date-start {
  display: none;
}
.postid-65070 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-65477 .tribe-event-date-start {
  display: none;
}
.postid-65477 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-65431 .tribe-event-date-start {
  display: none;
}
.postid-65431 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-65344 .tribe-event-date-start {
  display: none;
}
.postid-65344 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-61560 .tribe-event-date-start {
  display: none;
}
.postid-61560 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-61563 .tribe-event-date-start {
  display: none;
}
.postid-61563 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-66480 .tribe-event-date-start {
  display: none;
}
.postid-66480 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-66966 .tribe-event-date-start {
  display: none;
}
.postid-66966 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
.postid-67298 .tribe-event-date-start {
  display: none;
}
.postid-67298 .tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}
body.staff-search-page #secondary {
    display: none !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
}

body.staff-search-page .content-area {
    width: 100% !important;
}
.back-button {
    display: inline-block;
    margin: 20px auto;
    color: #78a22f;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #78a22f;
    padding: 8px 16px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.back-button:hover {
    background-color: #78a22f;
    color: white;
}

/* ✅ Hide sidebar only for staff */
.single-staff #secondary {
  display: none !important;
}

.single-staff .content-area {
  width: 100% !important;
}

/* ✅ Back + Search styles */
.staff-tools {
    text-align: center;
    margin: 30px auto;
    max-width: 100%;
}
.staff-tools a.back-button {
    display: inline-block;
    margin-bottom: 15px;
    color: #78a22f;
    font-weight: bold;
    border: 2px solid #78a22f;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
}
.staff-tools a.back-button:hover {
    background-color: #78a22f;
    color: white;
}

/* ✅ Responsive inline filter bar */
.staff-tools form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.staff-tools input[type="search"],
.staff-tools select {
    min-width: 160px;
    max-width: 220px;
    font-size: 16px;
    padding: 8px 10px;
}
.staff-tools input[type="submit"] {
    border: 2px solid #78a22f;
    background: transparent;
    color: #78a22f;
    font-weight: bold;
    padding: 8px 20px;
    height: auto;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.staff-tools input[type="submit"]:hover {
    background-color: #78a22f;
    color: white;
}
/* Hide post meta info (author/date) */
.single-staff .entry-meta,
.single-staff .posted-on,
.single-staff .byline,
.single-staff .author,
.single-staff .post-meta {
    display: none !important;
}
        .tab-buttons {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
        }
        .tab-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .tab-item {
            position: relative;
            display: flex;
            align-items: center;
        }
        .tab-item:not(:last-child)::after {
            content: "";
            display: block;
            width: 2px;
            height: 24px;
            background-color: #78A22F;
            margin: 0 10px;
        }
        .tab-button {
            background: transparent !important;
            color: #707372;
            border: none;
            padding: 10px 15px;
            font-size: 16px;
            font-weight: bold;
            font-family: Trebuchet MS, sans-serif;
            cursor: pointer;
            transition: color 0.3s ease, border-bottom 0.3s ease;
        }
        .tab-button.active {
            color: #78A22F;
            border-bottom: 3px solid #78A22F;
        }
        .tab-button:hover {
            color: #78A22F !important;
            background: transparent !important;
        }
        .tab-content {
            max-width: 1200px;
            margin: auto;
        }
        .tab-panel {
            display: none;
            animation: fadeIn 0.5s ease-in-out;
        }
        .tab-panel.active {
            display: block;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .staff-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .staff-member {
            flex: 1 1 280px;
            max-width: 300px;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease-in-out;
            text-align: center;
        }
        .staff-member:hover {
            transform: scale(1.02);
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
        }
        .staff-photo img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }
        .learn-more {
            display: inline-block;
            border: 2px solid #78A22F;
            color: #78A22F;
            font-size: 16px;
            font-weight: bold;
            padding: 8px 18px;
            border-radius: 5px;
            text-decoration: none;
            margin-top: 20px;
            transition: all 0.3s ease-in-out;
        }
        .learn-more:hover {
            background: #78A22F;
            color: white;
        }
        .staff-tools {
            max-width: 1200px;
            margin: 40px auto 20px auto;
            text-align: center;
            padding: 0 20px;
        }
        .staff-tools form {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            margin-top: 15px;
        }
        .staff-tools form > * {
            margin: 5px 10px;
        }
        .staff-tools input[type="submit"] {
            border: 2px solid #78A22F;
            background: transparent;
            color: #78A22F;
            font-weight: bold;
            padding: 8px 20px;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            height: 44px;
        }
        .staff-tools input[type="submit"]:hover {
            background: #78A22F;
            color: white;
        }
        .back-button {
            display: inline-block;
            margin-bottom: 20px;
            color: #78A22F;
            font-weight: bold;
            text-decoration: none;
            border: 2px solid #78A22F;
            padding: 8px 16px;
            border-radius: 5px;
            transition: all 0.3s ease;
        }
        .back-button:hover {
            background-color: #78A22F;
            color: white;
        }

			.single-staff #secondary,
			.staff-search-page #secondary {
				display: none !important;
			}
		.staff-search-page img {
    width: 200px !important;
    height: auto !important;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

			/* ✅ Make content full width on single staff and staff search */
			.single-staff .content-area,
			.staff-search-page .content-area {
				width: 100% !important;
			}

			/* Optional: Center the content better */
			.staff-search-page #primary {
				width: 100% !important;
				float: none !important;
			}

			.staff-search-page .site-content {
				display: flex;
				flex-direction: column;
				align-items: center;
			}
			.staff-search-page #secondary {
			display: none !important;
			visibility: hidden !important;
			width: 0 !important;
		}
/* Center the wrapper & reduce its margin */
.back-to-staff-wrap {
  text-align: center;
  margin: 0.5rem auto 1rem;  /* 0.5rem top, auto left/right, 1rem bottom */
}

/* Slim down the button’s padding */
.back-to-staff-wrap .back-button {
  display: inline-block;     /* ensure it centers correctly */
  padding: 0.4rem 1rem;       /* vertical | horizontal */
  font-size: 0.95rem;         /* optional, slightly smaller text */
}
/* on single staff pages, hide the filter toolbar */
body.single-staff .staff-tools-single {
  display: none !important;
  
}

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .staff-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .staff-member {
            flex: 1 1 280px;
            max-width: 300px;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease-in-out;
            text-align: center;
        }
        .staff-member:hover {
            transform: scale(1.02);
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
        }
        .staff-photo img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }
        .learn-more {
            display: inline-block;
            border: 2px solid #78A22F;
            color: #78A22F;
            font-size: 16px;
            font-weight: bold;
            padding: 8px 18px;
            border-radius: 5px;
            text-decoration: none;
            margin-top: 20px;
            transition: all 0.3s ease-in-out;
        }
        .learn-more:hover {
            background: #78A22F;
            color: white;
        }
        .staff-tools {
            max-width: 1200px;
            margin: 40px auto 20px auto;
            text-align: center;
            padding: 0 20px;
        }
        .staff-tools form {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            margin-top: 15px;
        }
        .staff-tools form > * {
            margin: 5px 10px;
        }
        .staff-tools input[type="submit"] {
            border: 2px solid #78A22F;
            background: transparent;
            color: #78A22F;
            font-weight: bold;
            padding: 8px 20px;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            height: 44px;
        }
        .staff-tools input[type="submit"]:hover {
            background: #78A22F;
            color: white;
        }
        .back-button {
            display: inline-block;
            margin-bottom: 20px;
            color: #78A22F;
            font-weight: bold;
            text-decoration: none;
            border: 2px solid #78A22F;
            padding: 8px 16px;
            border-radius: 5px;
            transition: all 0.3s ease;
        }
        .back-button:hover {
            background-color: #78A22F;
            color: white;
        }

			.single-staff #secondary,
			.staff-search-page #secondary {
				display: none !important;
			}
		.staff-search-page img {
    width: 200px !important;
    height: auto !important;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

			/* ✅ Make content full width on single staff and staff search */
			.single-staff .content-area,
			.staff-search-page .content-area {
				width: 100% !important;
			}

			/* Optional: Center the content better */
			.staff-search-page #primary {
				width: 100% !important;
				float: none !important;
			}

			.staff-search-page .site-content {
				display: flex;
				flex-direction: column;
				align-items: center;
			}
			.staff-search-page #secondary {
			display: none !important;
			visibility: hidden !important;
			width: 0 !important;
		}
/* ========== On-Demand Classes ========== */

/* Layout – kill sidebars/meta for the CPT (belt & suspenders) */
.single-on_demand_classes #secondary { display:none !important; width:0 !important; margin:0 !important; padding:0 !important; visibility:hidden !important; }
.single-on_demand_classes .content-area { width:100% !important; }
.single-on_demand_classes .entry-meta,
.single-on_demand_classes .posted-on,
.single-on_demand_classes .byline,
.single-on_demand_classes .author,
.single-on_demand_classes .post-meta { display:none !important; }

/* Filter bar */
.binw-classes .class-tools{
  max-width:1200px; margin:24px auto 14px; padding:0 16px;
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:10px 12px;
}
#class-search{
  flex: 1 1 320px;
  min-width: 280px; max-width: 520px;
  height: 40px; padding: 8px 10px; font-size: 16px;
}
.binw-classes .binw-classes__select{
  flex: 0 1 230px;
  min-width: 180px; max-width: 260px;
  height: 40px; padding: 8px 10px; font-size: 16px;
}
.binw-classes .binw-clear{
  border:2px solid #78A22F; background:#fff; color:#78A22F; font-weight:700;
  height:40px; padding:8px 12px; border-radius:5px; cursor:pointer;
}
.binw-classes .binw-clear:hover{ background:#78A22F; color:#fff; }

/* Green separator between items on ALL sizes */
.binw-classes .tab-row .tab-button + .tab-button::before{
  content:"";
  position:absolute;
  left:-12px;                    /* distance between text and bar */
  top:50%;
  transform:translateY(-50%);
  width:2px;
  height:18px;
  background:#78A22F;
  opacity:.65;
  pointer-events:none;
}

/* Optional: make separators a touch shorter on very small phones */
@media (max-width:480px){
  .binw-classes .tab-row .tab-button + .tab-button::before{
    height:16px;
    left:-10px;
  }
}
/* Topic tabs */
.tab-buttons{ max-width:1200px; margin:6px auto 12px; padding:0 16px; }
.tab-buttons .tab-row{ display:flex; flex-wrap:wrap; gap:10px 18px; align-items:center; }
.tab-buttons .tab-button{
  font-weight:700; font-size:1.05rem; color:#2c2c2c; text-decoration:none; position:relative; padding:3px 2px;
  border-bottom:2px solid transparent;
}
.tab-buttons .tab-button:hover{ color:#78A22F; border-bottom-color:#a8c77a; }
.tab-buttons .tab-button.active{ color:#78A22F; border-bottom-color:#78A22F; }

/* Cards */
.class-grid{ display:flex; flex-wrap:wrap; justify-content:center; gap:20px; max-width:1200px; margin:0 auto; padding:0 16px; }
.class-item{ flex:1 1 280px; max-width:300px; padding:20px; text-align:center; border-radius:10px; box-shadow:0 4px 8px rgba(0,0,0,.1); transition:transform .2s, box-shadow .2s; background:#fff; }
.class-item:hover{ transform:translateY(-2px); box-shadow:0 8px 16px rgba(0,0,0,.12); }
.class-photo img{ width:100%; height:auto; display:block; border-radius:10px; }
.class-item h3{ font-size:20px; font-weight:700; color:#4a4a4a; margin:10px 0; line-height:1.3; }
.class-item p{ font-size:15px; line-height:1.5; color:#444; min-height:90px; }

/* Card buttons */
.class-buttons{ display:flex; flex-direction:column; align-items:center; gap:10px; margin-top:18px; }
.class-buttons a{ display:inline-block; width:100%; max-width:170px; height:42px; line-height:42px; font-weight:700; border-radius:6px; text-decoration:none; }
.class-buttons .learn-more{ border:2px solid #78A22F; color:#78A22F; background:transparent; }
.class-buttons .learn-more:hover{ background:#78A22F; color:#fff; }
.class-buttons .register-button{ background:#78A22F; color:#fff; border:2px solid #78A22F; }
.class-buttons .register-button:hover{ background:#fff; color:#78A22F; box-shadow:0 4px 8px rgba(0,0,0,.12); }


/* Single page – Back & Register CTA */
.back-to-class-wrap{ max-width:900px; margin:0 auto 16px; text-align:left; }
.back-button{ display:inline-block; padding:.5rem .9rem; border:2px solid #78A22F; color:#78A22F; font-weight:700; border-radius:6px; text-decoration:none; }
.back-button:hover{ background:#78A22F; color:#fff; }

.register-cta{ margin: 1rem 0 1.5rem; text-align:left; }
.register-button{ display:inline-block; padding:.65rem 1rem; font-weight:800; border:2px solid #78A22F; color:#78A22F; background:#fff; border-radius:8px; text-decoration:none; }
.register-button:hover{ background:#78A22F; color:#fff; }
.class-buttons a,
.register-button,
.back-button{display:inline-flex;align-items:center;justify-content:center;text-align:center}