@charset "UTF-8";
/* 
	Theme Name: Safe Shores
	Theme URI: http://www.safeshores.org/
	Description: Custom Theme for Safe Shores
	Author: Rocketkoi
	Author URI: http://www.rocketkoi.com/

    The Safe Shores theme is based on Genesis Starter Theme, https://sridharkatakam.com/genesis-starter-child-theme/

    Normalizing styles have been helped along thanks to the fine work of
    Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/. They are pulled from http://underscores.me
    Underscores is distributed under the terms of the GNU GPL v2 or later.

	Template: genesis
	Template Version: 1.9.2

	License: GPL-2.0+ 
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Homepage
- Options
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/
/* # Theme Essentials
---------------------------------------------------------------------------------------------------- */
/* ## Site Dimensions
--------------------------------------------- */
/* ## Site Colors
--------------------------------------------- */
/* ## Site Fonts
--------------------------------------------- */
/* ## Site Structure
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.current-content .news article:before,
.current-content .news:before,
.mission-banner:before,
.entry:before,
.entry-content:before,
#ways-to-give:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before,
.content-sidebar-sidebar .content-sidebar-wrap:before,
.sidebar-sidebar-content .content-sidebar-wrap:before,
.sidebar-content-sidebar .content-sidebar-wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.current-content .news article:after,
.current-content .news:after,
.mission-banner:after,
.entry:after,
.entry-content:after,
#ways-to-give:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after,
.content-sidebar-sidebar .content-sidebar-wrap:after,
.sidebar-sidebar-content .content-sidebar-wrap:after,
.sidebar-content-sidebar .content-sidebar-wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # WP Admin
---------------------------------------------------------------------------------------------------- */
/* ## WP Admin Features
--------------------------------------------- */
.post-edit-link {
  display: display-inline;
  color: white;
  background-color: #e50052;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
  position: fixed;
  top: 200px;
  left: -20px;
  z-index: 10000;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  text-decoration: none;
}

.post-edit-link:hover {
  color: white;
  background-color: #b20040;
}

/* # Events
---------------------------------------------------------------------------------------------------- */
/*tribe events v2*/
.tribe-events-page-template .site-inner, body.capm .site-inner {
  padding-top: 2em 0 2em;
}
@media (min-width: 1300px) {
  .tribe-events-page-template .site-inner, body.capm .site-inner {
    padding: 3em 0 1em;
  }
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 1em;
  max-width: 100%;
  padding-right: 0;
}
.tribe-events-page-template .tribe-events .tribe-events-calendar-list__event-date-tag-datetime, body.capm .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  align-items: center;
}
.tribe-events-page-template .tribe-events-calendar-list__event-date-tag,
.tribe-events-page-template .tribe-events-calendar-latest-past__event-date-tag, body.capm .tribe-events-calendar-list__event-date-tag,
body.capm .tribe-events-calendar-latest-past__event-date-tag {
  display: none;
}
@media (min-width: 840px) {
  .tribe-events-page-template .tribe-events-calendar-list__event-date-tag,
.tribe-events-page-template .tribe-events-calendar-latest-past__event-date-tag, body.capm .tribe-events-calendar-list__event-date-tag,
body.capm .tribe-events-calendar-latest-past__event-date-tag {
    display: block;
  }
}
.tribe-events-page-template .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events-page-template .tribe-events-calendar-latest-past__event-date-tag-weekday,
.tribe-events-page-template .tribe-events-calendar-latest-past__event-date-tag-month, body.capm .tribe-events-calendar-list__event-date-tag-weekday,
body.capm .tribe-events-calendar-latest-past__event-date-tag-weekday,
body.capm .tribe-events-calendar-latest-past__event-date-tag-month {
  background: #f68d68;
  border: 3px solid #444;
  color: black !important;
  width: 55px;
  font-weight: bold !important;
}
.tribe-events-page-template .tribe-events-calendar-list__event-date-tag-daynum,
.tribe-events-page-template .tribe-events-calendar-latest-past__event-date-tag-daynum, body.capm .tribe-events-calendar-list__event-date-tag-daynum,
body.capm .tribe-events-calendar-latest-past__event-date-tag-daynum {
  border: 3px solid #444;
  border-top: 0;
  width: 55px;
}
.tribe-events-page-template .tribe-events-calendar-latest-past__event-date-tag-daynum, body.capm .tribe-events-calendar-latest-past__event-date-tag-daynum {
  border-bottom: 0;
}
.tribe-events-page-template .tribe-events-calendar-latest-past__event-date-tag-year, body.capm .tribe-events-calendar-latest-past__event-date-tag-year {
  border: 3px solid #0079c1;
  border-top: 0;
  width: 55px;
}
.tribe-events-page-template .tribe-events-calendar-list__event-datetime,
.tribe-events-page-template .tribe-events-calendar-latest-past__event-datetime, body.capm .tribe-events-calendar-list__event-datetime,
body.capm .tribe-events-calendar-latest-past__event-datetime {
  color: #444;
}
.tribe-events-page-template .tribe-events-calendar-list__event-title-link,
.tribe-events-page-template .tribe-events-calendar-latest-past__event-title-link, body.capm .tribe-events-calendar-list__event-title-link,
body.capm .tribe-events-calendar-latest-past__event-title-link {
  font-family: "omnes-pro", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-decoration: none;
  border: 0;
  transition: color 300ms;
}
@media (min-width: 960px) {
  .tribe-events-page-template .tribe-events-calendar-list__event-title-link,
.tribe-events-page-template .tribe-events-calendar-latest-past__event-title-link, body.capm .tribe-events-calendar-list__event-title-link,
body.capm .tribe-events-calendar-latest-past__event-title-link {
    font-size: 30px;
    font-size: 3rem;
  }
}
.tribe-events-page-template .tribe-events-calendar-list__event-title-link:hover, .tribe-events-page-template .tribe-events-calendar-list__event-title-link:focus,
.tribe-events-page-template .tribe-events-calendar-latest-past__event-title-link:hover,
.tribe-events-page-template .tribe-events-calendar-latest-past__event-title-link:focus, body.capm .tribe-events-calendar-list__event-title-link:hover, body.capm .tribe-events-calendar-list__event-title-link:focus,
body.capm .tribe-events-calendar-latest-past__event-title-link:hover,
body.capm .tribe-events-calendar-latest-past__event-title-link:focus {
  color: #0079c1;
  border: 0;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-b2, body.capm .tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
  font-size: 18px;
  font-size: 1.8rem;
}
.tribe-events-page-template .tribe-events-c-nav__prev:after, .tribe-events-page-template .tribe-events-c-nav__next:after, body.capm .tribe-events-c-nav__prev:after, body.capm .tribe-events-c-nav__next:after {
  display: none;
}
.tribe-events-page-template .tribe-events-single-event-title, body.capm .tribe-events-single-event-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "omnes-pro", sans-serif;
  font-weight: 900;
  color: #f68d68;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
@media (min-width: 960px) {
  .tribe-events-page-template .tribe-events-single-event-title, body.capm .tribe-events-single-event-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media (min-width: 1200px) {
  .tribe-events-page-template .tribe-events-single-event-title, body.capm .tribe-events-single-event-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.tribe-events-page-template .entry-content .tribe-common, .tribe-events-page-template #ways-to-give .tribe-common, .tribe-events-page-template .entry-content .tribe-common-h4, .tribe-events-page-template #ways-to-give .tribe-common-h4, .tribe-events-page-template .entry-content .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-events-page-template .entry-content .tribe-common .tribe-common-form-control-text__input, .tribe-events-page-template #ways-to-give .tribe-common .tribe-common-form-control-text__input, .tribe-events-page-template .entry-content .tribe-events .tribe-events-c-view-selector__list-item-text, .tribe-events-page-template #ways-to-give .tribe-events .tribe-events-c-view-selector__list-item-text, .tribe-events-page-template .entry-content .tribe-events .tribe-events-calendar-month__calendar-event-datetime, .tribe-events-page-template #ways-to-give .tribe-events .tribe-events-calendar-month__calendar-event-datetime, .tribe-events-page-template .entry-content .tribe-common .tribe-common-h--alt, .tribe-events-page-template #ways-to-give .tribe-common .tribe-common-h--alt, .tribe-events-page-template .entry-content .tribe-events .tribe-events-calendar-list__event-datetime, .tribe-events-page-template #ways-to-give .tribe-events .tribe-events-calendar-list__event-datetime, .tribe-events-page-template .entry-content .tribe-events-c-nav__next-label, .tribe-events-page-template #ways-to-give .tribe-events-c-nav__next-label, .tribe-events-page-template .entry-content .tribe-events-c-nav__prev-label, .tribe-events-page-template #ways-to-give .tribe-events-c-nav__prev-label, body.capm .entry-content .tribe-common, body.capm #ways-to-give .tribe-common, body.capm .entry-content .tribe-common-h4, body.capm #ways-to-give .tribe-common-h4, body.capm .entry-content .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, body.capm .entry-content .tribe-common .tribe-common-form-control-text__input, body.capm #ways-to-give .tribe-common .tribe-common-form-control-text__input, body.capm .entry-content .tribe-events .tribe-events-c-view-selector__list-item-text, body.capm #ways-to-give .tribe-events .tribe-events-c-view-selector__list-item-text, body.capm .entry-content .tribe-events .tribe-events-calendar-month__calendar-event-datetime, body.capm #ways-to-give .tribe-events .tribe-events-calendar-month__calendar-event-datetime, body.capm .entry-content .tribe-common .tribe-common-h--alt, body.capm #ways-to-give .tribe-common .tribe-common-h--alt, body.capm .entry-content .tribe-events .tribe-events-calendar-list__event-datetime, body.capm #ways-to-give .tribe-events .tribe-events-calendar-list__event-datetime, body.capm .entry-content .tribe-events-c-nav__next-label, body.capm #ways-to-give .tribe-events-c-nav__next-label, body.capm .entry-content .tribe-events-c-nav__prev-label, body.capm #ways-to-give .tribe-events-c-nav__prev-label {
  font-family: "omnes-pro", sans-serif;
}
.tribe-events-page-template .entry-content .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-events-page-template #ways-to-give .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-events-page-template .entry-content .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small, body.capm .entry-content .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, body.capm #ways-to-give .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, body.capm .entry-content .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  border-color: #0079c1;
  border-width: 2px;
}
.tribe-events-page-template .entry-content ul > li, .tribe-events-page-template #ways-to-give ul > li, body.capm .entry-content ul > li, body.capm #ways-to-give ul > li {
  margin-bottom: 0;
}
.tribe-events-page-template .entry-content .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::after, .tribe-events-page-template #ways-to-give .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::after, body.capm .entry-content .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::after, body.capm #ways-to-give .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::after {
  background-color: #0079c1;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-events-page-template .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path, .tribe-events-page-template .tribe-events .tribe-events-c-search__input-control-icon-svg path, body.capm .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, body.capm .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path, body.capm .tribe-events .tribe-events-c-search__input-control-icon-svg path {
  fill: #0079c1;
}
.tribe-events-page-template .tribe-events .datepicker .day.active, .tribe-events-page-template .tribe-events .datepicker .day.active.focused, .tribe-events-page-template .tribe-events .datepicker .day.active:focus, .tribe-events-page-template .tribe-events .datepicker .day.active:hover, .tribe-events-page-template .tribe-events .datepicker .month.active, .tribe-events-page-template .tribe-events .datepicker .month.active.focused, .tribe-events-page-template .tribe-events .datepicker .month.active:focus, .tribe-events-page-template .tribe-events .datepicker .month.active:hover, .tribe-events-page-template .tribe-events .datepicker .year.active, .tribe-events-page-template .tribe-events .datepicker .year.active.focused, .tribe-events-page-template .tribe-events .datepicker .year.active:focus, .tribe-events-page-template .tribe-events .datepicker .year.active:hover, body.capm .tribe-events .datepicker .day.active, body.capm .tribe-events .datepicker .day.active.focused, body.capm .tribe-events .datepicker .day.active:focus, body.capm .tribe-events .datepicker .day.active:hover, body.capm .tribe-events .datepicker .month.active, body.capm .tribe-events .datepicker .month.active.focused, body.capm .tribe-events .datepicker .month.active:focus, body.capm .tribe-events .datepicker .month.active:hover, body.capm .tribe-events .datepicker .year.active, body.capm .tribe-events .datepicker .year.active.focused, body.capm .tribe-events .datepicker .year.active:focus, body.capm .tribe-events .datepicker .year.active:hover {
  background: #0079c1;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn-border-small, .tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small, body.capm .tribe-common .tribe-common-c-btn-border-small, body.capm .tribe-common a.tribe-common-c-btn-border-small {
  border-color: #0079c1;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn-border-small, .tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small, body.capm .tribe-common .tribe-common-c-btn-border-small, body.capm .tribe-common a.tribe-common-c-btn-border-small {
  color: #0079c1;
  font-weight: 600;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search-container, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search-container {
  border-radius: 5px;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  border-color: #0079c1;
  border-width: 2px;
}
.tribe-events-page-template .tribe-events .tribe-events-calendar-month__calendar-event-datetime, body.capm .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
.tribe-events-page-template .tribe-common .tribe-common-h--alt, body.capm .tribe-common .tribe-common-h--alt {
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.15;
  margin-top: 0.25em;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn-border, .tribe-events-page-template .tribe-common a.tribe-common-c-btn-border, body.capm .tribe-common .tribe-common-c-btn-border, body.capm .tribe-common a.tribe-common-c-btn-border {
  border: 2px solid #0079c1;
}
.tribe-events-page-template .tribe-events .tribe-events-c-search__button, body.capm .tribe-events .tribe-events-c-search__button {
  border: 2px solid #0079c1;
  color: #0079c1;
  padding-top: 7px;
  padding-bottom: 7px;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn-border-small, .tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small, body.capm .tribe-common .tribe-common-c-btn-border-small, body.capm .tribe-common a.tribe-common-c-btn-border-small {
  border-radius: 5px;
  border-color: #0079c1;
  text-transform: capitalize;
  letter-spacing: 0px;
  border-width: 2px;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-h3:after, body.capm .tribe-common--breakpoint-medium.tribe-common .tribe-common-h3:after {
  display: none;
}
.tribe-events-page-template .tribe-common .tribe-events-c-nav__prev, .tribe-events-page-template .tribe-common .tribe-events-c-nav__next, body.capm .tribe-common .tribe-events-c-nav__prev, body.capm .tribe-common .tribe-events-c-nav__next {
  font-weight: 700;
}
.tribe-events-page-template .tribe-common .readmore a, .tribe-events-page-template .tribe-common .readmore a:visited, body.capm .tribe-common .readmore a, body.capm .tribe-common .readmore a:visited {
  color: #0079c1;
  background: none;
  background-color: transparent;
  border: 2px solid #0079c1;
  padding: 0.5em 2em;
  margin-top: 0.5em;
  font-weight: 700;
}
.tribe-events-page-template .tribe-common .readmore a:hover, .tribe-events-page-template .tribe-common .readmore a:focus, .tribe-events-page-template .tribe-common .readmore a:visited:hover, .tribe-events-page-template .tribe-common .readmore a:visited:focus, body.capm .tribe-common .readmore a:hover, body.capm .tribe-common .readmore a:focus, body.capm .tribe-common .readmore a:visited:hover, body.capm .tribe-common .readmore a:visited:focus {
  color: white;
  background: #0079c1;
}
.tribe-events-page-template .tribe-common .readmore a.button-sm, body.capm .tribe-common .readmore a.button-sm {
  font-size: 16px;
  font-size: 1.6rem;
}
.tribe-events-page-template .tribe-common .readmore:after, body.capm .tribe-common .readmore:after {
  display: none;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn, .tribe-events-page-template .tribe-common a.tribe-common-c-btn, body.capm .tribe-common .tribe-common-c-btn, body.capm .tribe-common a.tribe-common-c-btn {
  font-family: "omnes-pro", sans-serif;
  background: transparent;
  border: 2px solid #0079c1;
  border-radius: 5px;
  color: #0079c1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn-icon:after, body.capm .tribe-common .tribe-common-c-btn-icon:after {
  display: none;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0;
}
.tribe-events-page-template .tribe-common .tribe-common-l-container, body.capm .tribe-common .tribe-common-l-container {
  padding: 0;
  max-width: none;
  min-height: auto;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container, body.capm .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding: 0;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  border-color: #0079c1;
  border-width: 2px;
  border-radius: 5px;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-events-page-template .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path, body.capm .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, body.capm .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
  fill: #0079c1;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn-border-small, .tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small, body.capm .tribe-common .tribe-common-c-btn-border-small, body.capm .tribe-common a.tribe-common-c-btn-border-small {
  color: #0079c1;
}
.tribe-events-page-template .tribe-events .tribe-events-calendar-month__calendar-event-datetime, body.capm .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 13px;
  font-size: 1.3rem;
  color: #444;
  font-weight: 500;
}
.tribe-events-page-template .tribe-events-c-top-bar__datepicker-time, body.capm .tribe-events-c-top-bar__datepicker-time {
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "omnes-pro", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 960px) {
  .tribe-events-page-template .tribe-events-c-top-bar__datepicker-time, body.capm .tribe-events-c-top-bar__datepicker-time {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.tribe-events-page-template .tribe-common time, body.capm .tribe-common time {
  font-style: normal;
}
.tribe-events-page-template .tribe-events .tribe-events-c-messages__message,
.tribe-events-page-template .tribe-events-pg-template .tribe-events-notices, body.capm .tribe-events .tribe-events-c-messages__message,
body.capm .tribe-events-pg-template .tribe-events-notices {
  background: #f3f0ea;
  border: 0;
  border-radius: 0;
  justify-content: center;
  font-weight: 900;
}
.tribe-events-page-template .tribe-events-pg-template .tribe-events-notices, body.capm .tribe-events-pg-template .tribe-events-notices {
  margin-bottom: 1em;
  padding-bottom: 0;
}
.tribe-events-page-template .tribe-events-pg-template .tribe-events-notices ul, body.capm .tribe-events-pg-template .tribe-events-notices ul {
  text-align: center;
  text-transform: uppercase;
  padding: var(--tec-spacer-3);
}
.tribe-events-page-template .tribe-events-pg-template .tribe-events-notices ul li, body.capm .tribe-events-pg-template .tribe-events-notices ul li {
  padding-bottom: 0;
}
.tribe-events-page-template .tribe-common, .tribe-events-page-template .tribe-common .tribe-common-b3, .tribe-events-page-template .tribe-common .tribe-common-h3, .tribe-events-page-template .tribe-common .tribe-common-c-btn-border-small, .tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small, .tribe-events-page-template .tribe-events .tribe-events-c-view-selector__list-item-text, .tribe-events-page-template .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-events-page-template .tribe-common .tribe-common-form-control-text__input, .tribe-events-page-template .tribe-common .tribe-common-h4, .tribe-events-page-template .tribe-common .tribe-common-b2, .tribe-events-page-template .tribe-events .tribe-events-calendar-month__calendar-event-datetime, .tribe-events-page-template .tribe-common .tribe-common-h8, .tribe-events-page-template .tribe-events .datepicker .datepicker-switch, .tribe-events-page-template .tribe-common .tribe-common-h5, .tribe-events-page-template .tribe-common .tribe-common-h6, .tribe-events-page-template .tribe-events .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-page-template .tribe-common .tribe-common-h7, .tribe-events-page-template .tribe-common .tribe-common-h8, .tribe-events-page-template .tribe-events-back a, .tribe-events-page-template .tribe-events-back a:visited, .tribe-events-page-template .tribe-events-single-event-title, .tribe-events-page-template .tribe-events-schedule .recurringinfo, .tribe-events-page-template .tribe-events-schedule h2, .tribe-events-page-template .tribe-related-event-info .recurringinfo, .tribe-events-page-template .tribe-events-content, .tribe-events-page-template .tribe-events-cal-links, .tribe-events-page-template .tribe-events-event-meta, .tribe-events-page-template .tribe-events-single .tribe-events-sub-nav, body.capm .tribe-common, body.capm .tribe-common .tribe-common-b3, body.capm .tribe-common .tribe-common-h3, body.capm .tribe-common .tribe-common-c-btn-border-small, body.capm .tribe-common a.tribe-common-c-btn-border-small, body.capm .tribe-events .tribe-events-c-view-selector__list-item-text, body.capm .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, body.capm .tribe-common .tribe-common-form-control-text__input, body.capm .tribe-common .tribe-common-h4, body.capm .tribe-common .tribe-common-b2, body.capm .tribe-events .tribe-events-calendar-month__calendar-event-datetime, body.capm .tribe-common .tribe-common-h8, body.capm .tribe-events .datepicker .datepicker-switch, body.capm .tribe-common .tribe-common-h5, body.capm .tribe-common .tribe-common-h6, body.capm .tribe-events .tribe-events-calendar-list__event-date-tag-weekday, body.capm .tribe-common .tribe-common-h7, body.capm .tribe-common .tribe-common-h8, body.capm .tribe-events-back a, body.capm .tribe-events-back a:visited, body.capm .tribe-events-single-event-title, body.capm .tribe-events-schedule .recurringinfo, body.capm .tribe-events-schedule h2, body.capm .tribe-related-event-info .recurringinfo, body.capm .tribe-events-content, body.capm .tribe-events-cal-links, body.capm .tribe-events-event-meta, body.capm .tribe-events-single .tribe-events-sub-nav {
  font-family: "omnes-pro", sans-serif;
}
.tribe-events-page-template .tribe-events .tribe-events-calendar-list__event-date-tag-weekday, body.capm .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: black;
  font-weight: bold;
}
.tribe-events-page-template .tribe-events-calendar-month__day--past, body.capm .tribe-events-calendar-month__day--past {
  background: #f8f8f8;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day--current:after, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day--current:after {
  background-color: #0079c1;
  height: 3px;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
  background-color: #c4df9b;
  height: 3px;
}
.tribe-events-page-template .tribe-events .tribe-events-calendar-month__events, body.capm .tribe-events .tribe-events-calendar-month__events {
  flex: auto;
  padding: 0;
}
.tribe-events-page-template .tribe-common a, .tribe-events-page-template .tribe-common a:visited, body.capm .tribe-common a, body.capm .tribe-common a:visited {
  color: #0079c1;
}
.tribe-events-page-template .tooltipster-base.tribe-events-tooltip-theme, body.capm .tooltipster-base.tribe-events-tooltip-theme {
  border: 0;
  box-shadow: 3px 4px 21px rgba(0, 0, 0, 0.38);
}
.tribe-events-page-template .tribe-common .tooltipster-content a, body.capm .tribe-common .tooltipster-content a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #0079c1;
}
.tribe-events-page-template .tribe-common .tooltipster-content a:visited, body.capm .tribe-common .tooltipster-content a:visited {
  color: #0079c1;
}
.tribe-events-page-template .tribe-common .tribe-common-h8, .tribe-events-page-template .tribe-common .tribe-common-h7, body.capm .tribe-common .tribe-common-h8, body.capm .tribe-common .tribe-common-h7 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: unset;
  letter-spacing: 0;
}
.tribe-events-page-template .tribe-common .tribe-common-h8 a, .tribe-events-page-template .tribe-common .tribe-common-h7 a, body.capm .tribe-common .tribe-common-h8 a, body.capm .tribe-common .tribe-common-h7 a {
  color: #0079c1;
}
.tribe-events-page-template .tribe-events .tribe-events-calendar-month__calendar-event-title-link:visited, body.capm .tribe-events .tribe-events-calendar-month__calendar-event-title-link:visited {
  color: #0079c1;
}
.tribe-events-page-template .tribe-events .tribe-events-c-ical__link, body.capm .tribe-events .tribe-events-c-ical__link {
  border-radius: 0;
  color: #0079c1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 0;
  padding: 0;
}
.tribe-events-page-template .tribe-common .tribe-common-c-svgicon, body.capm .tribe-common .tribe-common-c-svgicon {
  color: #0079c1;
}
.tribe-events-page-template .tribe-events .tribe-events-c-ical__link:active, .tribe-events-page-template .tribe-events .tribe-events-c-ical__link:focus, .tribe-events-page-template .tribe-events .tribe-events-c-ical__link:hover, body.capm .tribe-events .tribe-events-c-ical__link:active, body.capm .tribe-events .tribe-events-c-ical__link:focus, body.capm .tribe-events .tribe-events-c-ical__link:hover {
  background-color: transparent;
  color: #0079c1;
}
.tribe-events-page-template .tribe-events .tribe-events-c-ical__link:active .tribe-common-c-svgicon, .tribe-events-page-template .tribe-events .tribe-events-c-ical__link:focus .tribe-common-c-svgicon, .tribe-events-page-template .tribe-events .tribe-events-c-ical__link:hover .tribe-common-c-svgicon, body.capm .tribe-events .tribe-events-c-ical__link:active .tribe-common-c-svgicon, body.capm .tribe-events .tribe-events-c-ical__link:focus .tribe-common-c-svgicon, body.capm .tribe-events .tribe-events-c-ical__link:hover .tribe-common-c-svgicon {
  color: #0079c1;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn-border-small:active, .tribe-events-page-template .tribe-common .tribe-common-c-btn-border-small:focus, .tribe-events-page-template .tribe-common .tribe-common-c-btn-border-small:hover, .tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small:active, .tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small:focus, .tribe-events-page-template .tribe-common a.tribe-common-c-btn-border-small:hover, body.capm .tribe-common .tribe-common-c-btn-border-small:active, body.capm .tribe-common .tribe-common-c-btn-border-small:focus, body.capm .tribe-common .tribe-common-c-btn-border-small:hover, body.capm .tribe-common a.tribe-common-c-btn-border-small:active, body.capm .tribe-common a.tribe-common-c-btn-border-small:focus, body.capm .tribe-common a.tribe-common-c-btn-border-small:hover {
  background: #0079c1;
  color: white;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn:focus, .tribe-events-page-template .tribe-common .tribe-common-c-btn:hover, .tribe-events-page-template .tribe-common a.tribe-common-c-btn:focus, .tribe-events-page-template .tribe-common a.tribe-common-c-btn:hover, body.capm .tribe-common .tribe-common-c-btn:focus, body.capm .tribe-common .tribe-common-c-btn:hover, body.capm .tribe-common a.tribe-common-c-btn:focus, body.capm .tribe-common a.tribe-common-c-btn:hover {
  background-color: #0079c1;
  color: white;
}
.tribe-events-page-template .tribe-events .datepicker .day.active, .tribe-events-page-template .tribe-events .datepicker .day.active.focused, .tribe-events-page-template .tribe-events .datepicker .day.active:focus, .tribe-events-page-template .tribe-events .datepicker .day.active:hover, .tribe-events-page-template .tribe-events .datepicker .month.active, .tribe-events-page-template .tribe-events .datepicker .month.active.focused, .tribe-events-page-template .tribe-events .datepicker .month.active:focus, .tribe-events-page-template .tribe-events .datepicker .month.active:hover, .tribe-events-page-template .tribe-events .datepicker .year.active, .tribe-events-page-template .tribe-events .datepicker .year.active.focused, .tribe-events-page-template .tribe-events .datepicker .year.active:focus, .tribe-events-page-template .tribe-events .datepicker .year.active:hover, body.capm .tribe-events .datepicker .day.active, body.capm .tribe-events .datepicker .day.active.focused, body.capm .tribe-events .datepicker .day.active:focus, body.capm .tribe-events .datepicker .day.active:hover, body.capm .tribe-events .datepicker .month.active, body.capm .tribe-events .datepicker .month.active.focused, body.capm .tribe-events .datepicker .month.active:focus, body.capm .tribe-events .datepicker .month.active:hover, body.capm .tribe-events .datepicker .year.active, body.capm .tribe-events .datepicker .year.active.focused, body.capm .tribe-events .datepicker .year.active:focus, body.capm .tribe-events .datepicker .year.active:hover {
  background-color: #0079c1;
  border-radius: 0;
}
.tribe-events-page-template .tribe-events .datepicker .day.current, .tribe-events-page-template .tribe-events .datepicker .day.current.focused, .tribe-events-page-template .tribe-events .datepicker .day.current:focus, .tribe-events-page-template .tribe-events .datepicker .day.current:hover, .tribe-events-page-template .tribe-events .datepicker .month.current, .tribe-events-page-template .tribe-events .datepicker .month.current.focused, .tribe-events-page-template .tribe-events .datepicker .month.current:focus, .tribe-events-page-template .tribe-events .datepicker .month.current:hover, .tribe-events-page-template .tribe-events .datepicker .year.current, .tribe-events-page-template .tribe-events .datepicker .year.current.focused, .tribe-events-page-template .tribe-events .datepicker .year.current:focus, .tribe-events-page-template .tribe-events .datepicker .year.current:hover, body.capm .tribe-events .datepicker .day.current, body.capm .tribe-events .datepicker .day.current.focused, body.capm .tribe-events .datepicker .day.current:focus, body.capm .tribe-events .datepicker .day.current:hover, body.capm .tribe-events .datepicker .month.current, body.capm .tribe-events .datepicker .month.current.focused, body.capm .tribe-events .datepicker .month.current:focus, body.capm .tribe-events .datepicker .month.current:hover, body.capm .tribe-events .datepicker .year.current, body.capm .tribe-events .datepicker .year.current.focused, body.capm .tribe-events .datepicker .year.current:focus, body.capm .tribe-events .datepicker .year.current:hover {
  background-color: #0079c1;
  border-radius: 0;
}
.tribe-events-page-template .tribe-events-back a, .tribe-events-page-template .tribe-events-back a:visited, body.capm .tribe-events-back a, body.capm .tribe-events-back a:visited {
  color: #0079c1;
  font-size: 18px;
  font-size: 1.8rem;
}
.tribe-events-page-template .tribe-events-single .entry-title,
.tribe-events-page-template .tribe-events-single .archive-title,
.tribe-events-page-template .tribe-events-single .author-box-title, body.capm .tribe-events-single .entry-title,
body.capm .tribe-events-single .archive-title,
body.capm .tribe-events-single .author-box-title {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 900;
}
.tribe-events-page-template .tribe-events-back, body.capm .tribe-events-back {
  margin-bottom: 25px;
}
.tribe-events-page-template .tribe-events-schedule, body.capm .tribe-events-schedule {
  margin: 0 0 1.5em;
}
.tribe-events-page-template .tribe-events-schedule h2, body.capm .tribe-events-schedule h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #444;
}
.tribe-events-page-template .tribe-events-event-meta::before, .tribe-events-page-template .tribe-events-event-meta ~ div:not(.tribe-events-event-meta):not(.event-tickets), body.capm .tribe-events-event-meta::before, body.capm .tribe-events-event-meta ~ div:not(.tribe-events-event-meta):not(.event-tickets) {
  border: none;
}
.tribe-events-page-template .single-tribe_events .tribe-events-single .tribe-events-event-meta, body.capm .single-tribe_events .tribe-events-single .tribe-events-event-meta {
  background: #f3f0ea;
  padding: 3em;
  width: 100%;
}
.tribe-events-page-template .tribe-events-meta-group, body.capm .tribe-events-meta-group {
  padding: 0;
}
.tribe-events-page-template .tribe-events-meta-group .tribe-events-single-section-title, body.capm .tribe-events-meta-group .tribe-events-single-section-title {
  text-transform: capitalize;
  font-weight: 900;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "omnes-pro", sans-serif;
  text-transform: uppercase;
  color: #0079c1;
}
.tribe-events-page-template .tribe-events-event-meta dt, body.capm .tribe-events-event-meta dt {
  font-weight: 600;
  line-height: 1.2;
}
.tribe-events-page-template .tribe-events-event-meta a, .tribe-events-page-template .tribe-events-event-meta a:visited, body.capm .tribe-events-event-meta a, body.capm .tribe-events-event-meta a:visited {
  color: #0079c1;
}
.tribe-events-page-template .tribe-events-event-url, body.capm .tribe-events-event-url {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}
.tribe-events-page-template .tribe-events-event-url:after, body.capm .tribe-events-event-url:after {
  content: "\f360";
  font-family: "fontawesome";
  color: #0079c1;
}
.tribe-events-page-template .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-page-template .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous, body.capm .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, body.capm .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
  list-style: none;
}
.tribe-events-page-template .tribe-events-visuallyhidden, body.capm .tribe-events-visuallyhidden {
  display: none;
}
.tribe-events-page-template .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-page-template .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a, body.capm .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, body.capm .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
  color: #0079c1;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.tribe-events-page-template .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, body.capm .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next {
  text-align: right;
}
.tribe-events-page-template .tribe-events .tribe-events-calendar-month__mobile-events-icon--event, body.capm .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #0079c1;
}
.tribe-events-page-template .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events-page-template .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events-page-template .tribe-events .tribe-events-calendar-month__day-cell--selected:hover, body.capm .tribe-events .tribe-events-calendar-month__day-cell--selected, body.capm .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, body.capm .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: white;
}
.tribe-events-page-template .single-tribe_events .content, body.capm .single-tribe_events .content {
  width: 100%;
}
.tribe-events-page-template #tribe-events-pg-template, body.capm #tribe-events-pg-template {
  padding: 0;
}
.tribe-events-page-template .single-tribe_events .tribe-events-sub-nav li a, body.capm .single-tribe_events .tribe-events-sub-nav li a {
  background: none;
}
.tribe-events-page-template .tribe-events-cal-links .tribe-events-gcal, .tribe-events-page-template .tribe-events-cal-links .tribe-events-ical, body.capm .tribe-events-cal-links .tribe-events-gcal, body.capm .tribe-events-cal-links .tribe-events-ical {
  background: none;
}
@media (min-width: 960px) {
  .tribe-events-page-template .site-container .tribe-events-calendar-list,
.tribe-events-page-template .site-container .tribe-events-calendar-latest-past, body.capm .site-container .tribe-events-calendar-list,
body.capm .site-container .tribe-events-calendar-latest-past {
    margin: 0 auto;
  }
}
.tribe-events-page-template .site-container .tribe-events-header .tribe-events-c-top-bar__datepicker-button,
.tribe-events-page-template .site-container .tribe-events-header button, body.capm .site-container .tribe-events-header .tribe-events-c-top-bar__datepicker-button,
body.capm .site-container .tribe-events-header button {
  background: none;
}
.tribe-events-page-template .site-container .tribe-events-header .tribe-events-c-top-bar__datepicker-button:after,
.tribe-events-page-template .site-container .tribe-events-header button:after, body.capm .site-container .tribe-events-header .tribe-events-c-top-bar__datepicker-button:after,
body.capm .site-container .tribe-events-header button:after {
  display: none;
}
.tribe-events-page-template .site-container .tribe-events-calendar-latest-past__heading, body.capm .site-container .tribe-events-calendar-latest-past__heading {
  font-weight: 400;
}
.tribe-events-page-template .site-container .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description,
.tribe-events-page-template .site-container .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-description, body.capm .site-container .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description,
body.capm .site-container .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-description {
  margin-top: 4px;
}
.tribe-events-page-template .site-container .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events-page-template .site-container .tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper, body.capm .site-container .tribe-events-calendar-list__event-datetime-wrapper,
body.capm .site-container .tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper {
  margin-bottom: 0;
  font-weight: 500;
}
.tribe-events-page-template .site-container .tribe-events-calendar-list__month-separator time, body.capm .site-container .tribe-events-calendar-list__month-separator time {
  font-size: 15px;
  font-size: 1.5rem;
}
.tribe-events-page-template .site-container .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium, body.capm .site-container .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-size: 20px;
  font-size: 2rem;
}
.tribe-events-page-template .site-container .tribe-events .tribe-events-calendar-list__month-separator::after, body.capm .site-container .tribe-events .tribe-events-calendar-list__month-separator::after {
  background-color: #ccc;
  height: 1px;
}
.tribe-events-page-template .site-container .tribe-events-cal-links a, body.capm .site-container .tribe-events-cal-links a {
  padding-left: 0;
  color: #0079c1;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details,
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-details, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details,
body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-details {
  width: 100%;
}
.tribe-events-page-template .tribe-events .tribe-events-c-events-bar__search-container, body.capm .tribe-events .tribe-events-c-events-bar__search-container {
  background: transparent;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  background: transparent;
}
.tribe-events-page-template .tribe-events .tribe-events-c-view-selector__list-item-text, body.capm .tribe-events .tribe-events-c-view-selector__list-item-text {
  font-size: 16px;
  font-size: 1.6rem;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::after, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::after {
  background: #0079c1;
}
.tribe-events-page-template .tribe-events .entry img, body.capm .tribe-events .entry img {
  box-shadow: none;
}
.tribe-events-page-template .tribe-events .entry img:hover, body.capm .tribe-events .entry img:hover {
  box-shadow: none;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  margin-bottom: 20px;
}
.tribe-events-page-template .tribe-events .entry a, body.capm .tribe-events .entry a {
  text-decoration: none;
  border-block: none;
  color: #0079c1;
}
.tribe-events-page-template .tribe-events .entry a:visited, body.capm .tribe-events .entry a:visited {
  color: #0079c1;
}
.tribe-events-page-template .tribe-events .entry a:hover, body.capm .tribe-events .entry a:hover {
  color: #444;
}
.tribe-events-page-template .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime time, body.capm .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime time {
  font-size: 13px;
  font-size: 1.3rem;
}
.tribe-events-page-template .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description, body.capm .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "museo-slab", sans-serif;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn-border, .tribe-events-page-template .tribe-common a.tribe-common-c-btn-border, body.capm .tribe-common .tribe-common-c-btn-border, body.capm .tribe-common a.tribe-common-c-btn-border {
  border: 2px solid #0079c1;
  font-family: "omnes-pro", sans-serif;
  color: #0079c1;
}
.tribe-events-page-template .tribe-common .tribe-common-c-btn-border:hover, .tribe-events-page-template .tribe-common a.tribe-common-c-btn-border:hover, body.capm .tribe-common .tribe-common-c-btn-border:hover, body.capm .tribe-common a.tribe-common-c-btn-border:hover {
  background: #0079c1;
  color: white;
}
.tribe-events-page-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, body.capm .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background: #0079c1;
}
.tribe-events-page-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events-page-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events-page-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events-page-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, body.capm .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, body.capm .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, body.capm .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, body.capm .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background: #0079c1;
  color: white;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, .tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  color: #0079c1;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover, .tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover, body.capm .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover {
  color: #444;
}
.tribe-events-page-template .tribe-events .tribe-events-c-nav__next:disabled, .tribe-events-page-template .tribe-events .tribe-events-c-nav__prev:disabled, body.capm .tribe-events .tribe-events-c-nav__next:disabled, body.capm .tribe-events .tribe-events-c-nav__prev:disabled {
  color: #ccc;
}
.tribe-events-page-template .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime, body.capm .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
  font-size: 15px;
  font-size: 1.5rem;
}
.tribe-events-page-template .entry .tribe-events-event-image img, body.capm .entry .tribe-events-event-image img {
  box-shadow: none;
}
.tribe-events-page-template .capm .tribe-events .tribe-events-l-container, body.capm .capm .tribe-events .tribe-events-l-container {
  padding-top: 0;
}

.tribe-common .tribe-events-c-nav__prev, .tribe-common .tribe-events-c-nav__next {
  font-weight: 700;
}

.tribe-common .readmore a, .tribe-common .readmore a:visited {
  color: #0079c1;
  background: none;
  background-color: transparent;
  border: 2px solid #0079c1;
  padding: 0.5em 2em;
  margin-top: 0.5em;
  font-weight: 700;
}
.tribe-common .readmore a:hover, .tribe-common .readmore a:focus, .tribe-common .readmore a:visited:hover, .tribe-common .readmore a:visited:focus {
  color: white;
  background: #0079c1;
}
.tribe-common .readmore a.button-sm {
  font-size: 16px;
  font-size: 1.6rem;
}
.tribe-common .readmore:after {
  display: none;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  font-family: "omnes-pro", sans-serif;
  background: transparent;
  border: 2px solid #0079c1;
  border-radius: 5px;
  color: #0079c1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.tribe-common .tribe-common-c-btn-icon:after {
  display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0;
}

.tribe-common .tribe-common-l-container {
  padding: 0;
  max-width: none;
  min-height: auto;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  border-color: #0079c1;
  border-width: 2px;
  border-radius: 5px;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
  fill: #0079c1;
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
  color: #0079c1;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 13px;
  font-size: 1.3rem;
  color: #444;
  font-weight: 500;
}

.tribe-events-c-top-bar__datepicker-time {
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "omnes-pro", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 960px) {
  .tribe-events-c-top-bar__datepicker-time {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.tribe-common time {
  font-style: normal;
}

.tribe-events .tribe-events-c-messages__message,
.tribe-events-pg-template .tribe-events-notices {
  background: #f3f0ea;
  border: 0;
  border-radius: 0;
  justify-content: center;
  font-weight: 900;
}

.tribe-events-pg-template .tribe-events-notices {
  margin-bottom: 1em;
  padding-bottom: 0;
}
.tribe-events-pg-template .tribe-events-notices ul {
  text-align: center;
  text-transform: uppercase;
  padding: var(--tec-spacer-3);
}
.tribe-events-pg-template .tribe-events-notices ul li {
  padding-bottom: 0;
}

.tribe-common, .tribe-common .tribe-common-b3, .tribe-common .tribe-common-h3, .tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small, .tribe-events .tribe-events-c-view-selector__list-item-text, .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common .tribe-common-form-control-text__input, .tribe-common .tribe-common-h4, .tribe-common .tribe-common-b2, .tribe-events .tribe-events-calendar-month__calendar-event-datetime, .tribe-common .tribe-common-h8, .tribe-events .datepicker .datepicker-switch, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6, .tribe-events .tribe-events-calendar-list__event-date-tag-weekday, .tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8, .tribe-events-back a, .tribe-events-back a:visited, .tribe-events-single-event-title, .tribe-events-schedule .recurringinfo, .tribe-events-schedule h2, .tribe-related-event-info .recurringinfo, .tribe-events-content, .tribe-events-cal-links, .tribe-events-event-meta, .tribe-events-single .tribe-events-sub-nav {
  font-family: "omnes-pro", sans-serif;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: black;
  font-weight: bold;
}

.tribe-events-calendar-month__day--past {
  background: #f8f8f8;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day--current:after {
  background-color: #0079c1;
  height: 3px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
  background-color: #c4df9b;
  height: 3px;
}

.tribe-events .tribe-events-calendar-month__events {
  flex: auto;
  padding: 0;
}

.tribe-common a, .tribe-common a:visited {
  color: #0079c1;
}

.tooltipster-base.tribe-events-tooltip-theme {
  border: 0;
  box-shadow: 3px 4px 21px rgba(0, 0, 0, 0.38);
}

.tribe-common .tooltipster-content a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #0079c1;
}
.tribe-common .tooltipster-content a:visited {
  color: #0079c1;
}

.tribe-common .tribe-common-h8, .tribe-common .tribe-common-h7 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: unset;
  letter-spacing: 0;
  font-weight: 600;
}
.tribe-common .tribe-common-h8 a, .tribe-common .tribe-common-h7 a {
  color: #0079c1;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link:visited {
  color: #0079c1;
}

.tribe-events .tribe-events-c-ical__link {
  border-radius: 0;
  color: #0079c1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 0;
  padding: 0;
}

.tribe-common .tribe-common-c-svgicon {
  color: #0079c1;
}

.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
  background-color: transparent;
  color: #0079c1;
}
.tribe-events .tribe-events-c-ical__link:active .tribe-common-c-svgicon, .tribe-events .tribe-events-c-ical__link:focus .tribe-common-c-svgicon, .tribe-events .tribe-events-c-ical__link:hover .tribe-common-c-svgicon {
  color: #0079c1;
}

.tribe-common .tribe-common-c-btn-border-small:active, .tribe-common .tribe-common-c-btn-border-small:focus, .tribe-common .tribe-common-c-btn-border-small:hover, .tribe-common a.tribe-common-c-btn-border-small:active, .tribe-common a.tribe-common-c-btn-border-small:focus, .tribe-common a.tribe-common-c-btn-border-small:hover {
  background: #0079c1;
  color: white;
}

.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover {
  background-color: #0079c1;
  color: white;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
  background-color: #0079c1;
  border-radius: 0;
}

.tribe-events .datepicker .day.current, .tribe-events .datepicker .day.current.focused, .tribe-events .datepicker .day.current:focus, .tribe-events .datepicker .day.current:hover, .tribe-events .datepicker .month.current, .tribe-events .datepicker .month.current.focused, .tribe-events .datepicker .month.current:focus, .tribe-events .datepicker .month.current:hover, .tribe-events .datepicker .year.current, .tribe-events .datepicker .year.current.focused, .tribe-events .datepicker .year.current:focus, .tribe-events .datepicker .year.current:hover {
  background-color: #0079c1;
  border-radius: 0;
}

.tribe-events-back a, .tribe-events-back a:visited {
  color: #0079c1;
  font-size: 18px;
  font-size: 1.8rem;
}

.tribe-events-single .entry-title,
.tribe-events-single .archive-title,
.tribe-events-single .author-box-title {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 900;
}

.tribe-events-back {
  margin-bottom: 25px;
}

.tribe-events-schedule {
  margin: 0 0 1.5em;
}
.tribe-events-schedule h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #444;
}

.tribe-events-event-meta::before, .tribe-events-event-meta ~ div:not(.tribe-events-event-meta):not(.event-tickets) {
  border: none;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  background: #f3f0ea;
  padding: 3em;
  width: 100%;
}

.tribe-events-meta-group {
  padding: 0;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  text-transform: capitalize;
  font-weight: 900;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "omnes-pro", sans-serif;
  text-transform: uppercase;
  color: #0079c1;
}

.tribe-events-event-meta dt {
  font-weight: 600;
  line-height: 1.2;
}

.tribe-events-event-meta a, .tribe-events-event-meta a:visited {
  color: #0079c1;
}

.tribe-events-event-url {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}
.tribe-events-event-url:after {
  content: "\f360";
  font-family: "fontawesome";
  color: #0079c1;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
  list-style: none;
}

.tribe-events-visuallyhidden {
  display: none;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
  color: #0079c1;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next {
  text-align: right;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #0079c1;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: white;
}

.single-tribe_events .content {
  width: 100%;
}

#tribe-events-pg-template {
  padding: 0;
}

.single-tribe_events .tribe-events-sub-nav li a {
  background: none;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
  background: none;
}

@media (min-width: 960px) {
  .site-container .tribe-events-calendar-list,
.site-container .tribe-events-calendar-latest-past {
    margin: 0 auto;
  }
}
.site-container .tribe-events-header .tribe-events-c-top-bar__datepicker-button,
.site-container .tribe-events-header button {
  background: none;
}
.site-container .tribe-events-header .tribe-events-c-top-bar__datepicker-button:after,
.site-container .tribe-events-header button:after {
  display: none;
}
.site-container .tribe-events-calendar-latest-past__heading {
  font-weight: 400;
}
.site-container .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description,
.site-container .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-description {
  margin-top: 4px;
}
.site-container .tribe-events-calendar-list__event-datetime-wrapper,
.site-container .tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper {
  margin-bottom: 0;
  font-weight: 500;
}
.site-container .tribe-events-calendar-list__month-separator time {
  font-size: 15px;
  font-size: 1.5rem;
}
.site-container .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-size: 20px;
  font-size: 2rem;
}
.site-container .tribe-events .tribe-events-calendar-list__month-separator::after {
  background-color: #ccc;
  height: 1px;
}
.site-container .tribe-events-cal-links a {
  padding-left: 0;
  color: #0079c1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-details {
  width: 100%;
}

.tribe-events .tribe-events-c-events-bar__search-container {
  background: transparent;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  background: transparent;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
  font-size: 16px;
  font-size: 1.6rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::after {
  background: #0079c1;
}

.tribe-events .entry img {
  box-shadow: none;
}
.tribe-events .entry img:hover {
  box-shadow: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  margin-bottom: 20px;
}

.tribe-events .entry a {
  text-decoration: none;
  border-block: none;
  color: #0079c1;
}
.tribe-events .entry a:visited {
  color: #0079c1;
}
.tribe-events .entry a:hover {
  color: #444;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime time {
  font-size: 13px;
  font-size: 1.3rem;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "museo-slab", sans-serif;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  border: 2px solid #0079c1;
  font-family: "omnes-pro", sans-serif;
  color: #0079c1;
}
.tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:hover {
  background: #0079c1;
  color: white;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background: #0079c1;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background: #0079c1;
  color: white;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  color: #0079c1;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover {
  color: #444;
}

.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
  color: #ccc;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
  font-size: 15px;
  font-size: 1.5rem;
}

.entry .tribe-events-event-image img {
  box-shadow: none;
}

.capm .tribe-events .tribe-events-l-container {
  padding-top: 0;
}

/* # WP Admin
----------------------------------------------------------------------------------------------------*/
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%; /* 10px browser default. Fixes rems for Chrome */
}

/* Chrome fix */
body > div {
  font-size: 1.6rem;
}

body {
  color: #444;
  font-family: "museo-slab", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 800px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0079c1;
  text-decoration: none;
}
a:hover, a:focus {
  color: #444;
  text-decoration: none;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #f3f0ea;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  margin: 2px;
}

blockquote::before {
  content: "“";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "omnes-pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery img {
  border: 1px solid #f3f0ea;
  height: auto;
  padding: 6px;
}

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #444;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1em;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-moz-placeholder {
  color: #0079c1;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #0079c1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  border: 1.5px solid #0079c1;
  border-radius: 5px;
  color: #0079c1;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 13px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.button:hover,
.button:focus {
  background-color: #0079c1;
  color: #fff;
}

.entry-content .button:hover, #ways-to-give .button:hover,
.entry-content .button:focus,
#ways-to-give .button:focus {
  color: #fff;
}

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
  padding: 6px 18px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #f3f0ea;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

#gform_confirmation_wrapper_1 {
  background-color: #c4df9b;
  padding: 10px;
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 2em;
  width: 100%;
  word-break: break-word;
}

tbody {
  border-bottom: 1px solid #f3f0ea;
}

td,
th {
  text-align: left;
}

td {
  border-bottom: 1px solid #f3f0ea;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type=submit]:focus,
.widget_search input[type=submit]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  padding: 1em 2em 1em;
  color: #c4df9b;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 768px;
}
@media (min-width: 1024px) {
  .site-inner,
.wrap {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .site-inner,
.wrap {
    max-width: 1140px;
  }
}
@media (min-width: 1340px) {
  .site-inner,
.wrap {
    max-width: 1280px;
  }
}

.wrap {
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 769px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-inner {
  padding: 5% 5% 0;
  clear: both;
  word-wrap: break-word;
}
@media (min-width: 769px) {
  .site-inner {
    padding: 2em 0;
  }
}

/* ## Column Layouts
--------------------------------------------- */
/* default (.content-sidebar) */
.content-sidebar .content {
  float: none;
  width: 100%;
  margin-left: 0 !important;
}
@media (min-width: 769px) {
  .content-sidebar .content {
    float: left;
    margin-left: 2.5641025641%;
    width: 74.358974359%;
  }
}
.content-sidebar .sidebar-primary {
  float: none;
  width: 100%;
}
@media (min-width: 769px) {
  .content-sidebar .sidebar-primary {
    float: left;
    margin-left: 1.5641025641%;
    width: 24.0769230769%;
  }
}

/* .sidebar-content layout */
.sidebar-content .sidebar-primary {
  float: none;
  width: 100%;
  margin-left: 0 !important;
}
@media (min-width: 769px) {
  .sidebar-content .sidebar-primary {
    float: left;
    margin-left: 1.5641025641%;
    width: 24.0769230769%;
  }
}
.sidebar-content .content {
  float: none;
  width: 100%;
}
@media (min-width: 769px) {
  .sidebar-content .content {
    float: left;
    margin-left: 2.5641025641%;
    width: 74.358974359%;
  }
}
@media (min-width: 769px) {
  .sidebar-content .content {
    float: right;
  }
}

/* .content-sidebar layout */
.content-sidebar .content {
  margin-left: 0 !important;
}
.content-sidebar .sidebar-primary {
  float: none;
  width: 100%;
}
@media (min-width: 769px) {
  .content-sidebar .sidebar-primary {
    float: left;
    margin-left: 1.5641025641%;
    width: 24.0769230769%;
  }
}

/* .sidebar-sidebar-content layout */
.sidebar-sidebar-content .content-sidebar-wrap {
  float: none;
  width: 100%;
}
@media (min-width: 1025px) {
  .sidebar-sidebar-content .content-sidebar-wrap {
    float: left;
    margin-left: 2.5641025641%;
    width: 82.905982906%;
  }
}
@media (min-width: 1025px) {
  .sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
  }
}
@media (min-width: 769px) {
  .sidebar-sidebar-content .content {
    float: right;
  }
}
.sidebar-sidebar-content .sidebar-primary {
  float: none;
  width: 100%;
  margin-left: 0 !important;
}
@media (min-width: 769px) {
  .sidebar-sidebar-content .sidebar-primary {
    float: left;
    margin-left: 1.5641025641%;
    width: 24.0769230769%;
  }
}
.sidebar-sidebar-content .sidebar-secondary {
  margin-left: 0 !important;
  float: none;
  width: 100%;
}
@media (min-width: 1025px) {
  .sidebar-sidebar-content .sidebar-secondary {
    float: left;
    margin-left: 2.5641025641%;
    width: 14.5299145299%;
  }
}

/* .sidebar-content-sidebar layout */
.sidebar-content-sidebar .content-sidebar-wrap {
  float: none;
  width: 100%;
}
@media (min-width: 1025px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    float: left;
    margin-left: 2.5641025641%;
    width: 82.905982906%;
  }
}
@media (min-width: 1025px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    float: right;
  }
}
.sidebar-content-sidebar .content {
  float: none;
  width: 100%;
  margin-left: 0 !important;
  margin-top: -8px;
}
@media (min-width: 769px) {
  .sidebar-content-sidebar .content {
    float: left;
    margin-left: 2.5641025641%;
    width: 74.358974359%;
  }
}
@media (min-width: 769px) {
  .sidebar-content-sidebar .content {
    padding-right: 40px;
  }
}
.sidebar-content-sidebar .sidebar-secondary {
  margin-left: 0 !important;
  float: none;
  width: 100%;
}
@media (min-width: 1025px) {
  .sidebar-content-sidebar .sidebar-secondary {
    float: left;
    margin-left: 2.5641025641%;
    width: 14.5299145299%;
  }
}
.sidebar-content-sidebar .sidebar-primary {
  float: none;
  width: 100%;
  border-top: 1px solid #c4df9b;
  padding-top: 2em;
}
@media (min-width: 769px) {
  .sidebar-content-sidebar .sidebar-primary {
    float: left;
    margin-left: 1.5641025641%;
    width: 24.0769230769%;
  }
}
@media (min-width: 769px) {
  .sidebar-content-sidebar .sidebar-primary {
    border-top: 0;
    padding-top: 0px;
  }
}

/* .content-sidebar-sidebar layout */
.content-sidebar-sidebar .content-sidebar-wrap {
  margin-left: 0 !important;
  float: none;
  width: 100%;
}
@media (min-width: 1025px) {
  .content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
    margin-left: 2.5641025641%;
    width: 82.905982906%;
  }
}
.content-sidebar-sidebar .content {
  margin-left: 0 !important;
  float: none;
  width: 100%;
}
@media (min-width: 769px) {
  .content-sidebar-sidebar .content {
    float: left;
    margin-left: 2.5641025641%;
    width: 74.358974359%;
  }
}
.content-sidebar-sidebar .sidebar-secondary {
  float: none;
  width: 100%;
}
@media (min-width: 1025px) {
  .content-sidebar-sidebar .sidebar-secondary {
    float: left;
    margin-left: 2.5641025641%;
    width: 14.5299145299%;
  }
}

/* .full-width layout */
.full-width-content .content {
  float: none;
  width: 100%;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 2em;
}

.alignright .avatar {
  margin-left: 2em;
}

.comment .avatar {
  margin: 0 1em 2em 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1px;
  padding: 1em 2em;
}

.after-entry,
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5%;
}
@media (min-width: 769px) {
  .after-entry,
.archive-description,
.author-box {
    margin-bottom: 2em;
  }
}

.archive-description {
  padding-bottom: 0;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form, #ways-to-give .search-form,
.site-header .search-form {
  margin-bottom: 2em;
}

.entry-content .search-form, #ways-to-give .search-form {
  border: 1px solid #ddd;
  padding: 6px 1em;
}
.entry-content .search-form input[type=search], #ways-to-give .search-form input[type=search] {
  border: 0;
  padding: 1em 0;
}
@media (min-width: 481px) {
  .entry-content .search-form input[type=search], #ways-to-give .search-form input[type=search] {
    width: 70%;
    float: left;
  }
}
.entry-content .search-form input[type=submit], #ways-to-give .search-form input[type=submit] {
  width: 100%;
  margin-top: 4px;
}
@media (min-width: 481px) {
  .entry-content .search-form input[type=submit], #ways-to-give .search-form input[type=submit] {
    float: right;
    width: auto;
  }
}

.site-header .search-form {
  margin: 10px auto;
}
@media (min-width: 1024px) {
  .site-header .search-form {
    float: right;
    margin: 10px auto 0;
  }
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.genesis-nav-menu .search input[type=submit],
.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */
.page .entry-title,
.page .archive-title,
.page .author-box-title {
  margin-bottom: 0.25em;
}

.entry-title, .archive-description .entry-title,
.archive-title,
.author-box-title {
  color: #f68d68;
  font-size: 40px;
  font-size: 4rem;
}
@incldue media(">=tablet-small") {
  .entry-title, .archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.entry-title a, .archive-description .entry-title a,
.archive-title a,
.author-box-title a,
.sidebar .widget-title a {
  color: #0079c1;
  text-decoration: none;
}

.entry-title a:hover,
.archive-title a:hover,
.author-box-title a:hover,
.entry-title a:focus,
.archive-title a:focus,
.author-box-title a:focus {
  color: #f68d68;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.archive-title {
  margin-bottom: 0;
}

.blog .entry.post .entry-title,
.blog .entry.post .archive-title,
.archive .post .entry-title,
.archive .post .archive-title,
.archive .post .author-box-title,
.entry.post .author-box-title {
  font-size: 24px;
  font-size: 2.4rem;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img.alignnone,
.alignnone {
  margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1em 1em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1em 1em;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text, #ways-to-give p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode, #ways-to-give .wp-audio-shortcode,
.entry-content .wp-playlist,
#ways-to-give .wp-playlist,
.entry-content .wp-video,
#ways-to-give .wp-video {
  margin: 0 0 2em;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 3em;
  word-wrap: break-word;
}
.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 6px;
}
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 1em;
  text-indent: -1em;
}
.widget li li {
  border: 0;
  margin: 0 0 0 1em;
  padding: 0;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td, .widget_calendar th {
  text-align: center;
}

.sidebar .widget.shadowed-box, .sidebar .widget.thermometer {
  background-color: #f3f0ea;
  box-shadow: 5px 5px 0px 0px #0079c1;
  padding: 1.25em 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.sidebar .widget.shadowed-box .widget-title, .sidebar .widget.thermometer .widget-title {
  font-size: 21px;
  font-size: 2.1rem;
}
.sidebar .widget.shadowed-box img, .sidebar .widget.thermometer img {
  margin-bottom: 0;
}
.sidebar .widget.shadowed-box a, .sidebar .widget.thermometer a {
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "omnes-pro", sans-serif;
}
.sidebar .widget.shadowed-box a:after, .sidebar .widget.thermometer a:after {
  content: " »";
}

/*thermometer widget*/
.sidebar .widget.thermometer {
  box-shadow: 5px 5px 0px 0px #f6adcd;
}
.sidebar .widget.thermometer .widget-title {
  font-size: 25px;
  font-size: 2.5rem;
  color: #0079c1;
  margin-bottom: 0.5em;
}
.sidebar .widget.thermometer .therm_subFill {
  stroke-width: 0;
}
.sidebar .widget.thermometer code {
  font-family: "museo-slab", sans-serif;
}
.sidebar .widget.thermometer svg {
  margin-top: -10px;
}
.sidebar .widget.thermometer .therm_target {
  transform: translate(-31px, -5px);
}
.sidebar .widget.thermometer .button {
  width: 100%;
  display: block;
  text-align: center;
  background: #0079c1;
  color: white;
}
.sidebar .widget.thermometer .button:hover {
  background: none;
  color: #0079c1;
}
.sidebar .widget.thermometer p {
  position: relative;
  z-index: 10;
  display: block;
}

.holidaydrive-therm {
  position: relative;
  margin-bottom: 1em;
}
.holidaydrive-therm:after {
  content: url(images/presents.svg);
  background-size: 100%;
  position: absolute;
  top: -1px;
  width: 100%;
}
.holidaydrive-therm .percentbar {
  background: white;
  height: 80px;
}
@media (min-width: 480px) {
  .holidaydrive-therm .percentbar {
    height: 100px;
  }
}
@media (min-width: 600px) {
  .holidaydrive-therm .percentbar {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .holidaydrive-therm .percentbar {
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .holidaydrive-therm .percentbar {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .holidaydrive-therm .percentbar {
    height: 50px;
  }
}
@media (min-width: 1340px) {
  .holidaydrive-therm .percentbar {
    height: 60px;
  }
}
.holidaydrive-therm .percentbar div {
  background: #c4df9b;
  height: 80px;
}
@media (min-width: 480px) {
  .holidaydrive-therm .percentbar div {
    height: 100px;
  }
}
@media (min-width: 600px) {
  .holidaydrive-therm .percentbar div {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .holidaydrive-therm .percentbar div {
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .holidaydrive-therm .percentbar div {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .holidaydrive-therm .percentbar div {
    height: 50px;
  }
}
@media (min-width: 1340px) {
  .holidaydrive-therm .percentbar div {
    height: 60px;
  }
}

.sidebar-content-sidebar .percentbar {
  background: white;
  height: 80px;
}
@media (min-width: 480px) {
  .sidebar-content-sidebar .percentbar {
    height: 100px;
  }
}
@media (min-width: 600px) {
  .sidebar-content-sidebar .percentbar {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .sidebar-content-sidebar .percentbar {
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .sidebar-content-sidebar .percentbar {
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .sidebar-content-sidebar .percentbar {
    height: 40px;
  }
}
@media (min-width: 1340px) {
  .sidebar-content-sidebar .percentbar {
    height: 50px;
  }
}
.sidebar-content-sidebar .percentbar div {
  background: #c4df9b;
  height: 100%;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0;
}

.featured-content .entry:last-of-type {
  margin-bottom: 0;
}

.featured-content .entry-title,
.featured-content .archive-title,
.featured-content .author-box-title {
  font-size: 20px;
  font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #c4df9b;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
  border: 1px solid #c4df9b;
}

.sidebar .enews-widget input[type=submit] {
  background-color: #c3251d;
  color: #fff;
}

.sidebar .enews-widget input:hover[type=submit],
.sidebar .enews-widget input:focus[type=submit] {
  background-color: #fff;
  color: #c4df9b;
}

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 2em;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* ## Gravity Forms
--------------------------------------------- */
body .entry .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0;
}

body .gform_wrapper .top_label .gfield_label {
  margin-bottom: 10px;
}

.gform_wrapper ul li.gfield {
  margin-bottom: 10px;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  outline: #c4df9b solid 1px;
}

/* # Twitter custom feeds
---------------------------------------------------------------------------------------------------- */
#ctf {
  margin-top: -15px !important;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  font-family: "omnes-pro", sans-serif;
  background-color: #fff;
}
.site-header > .wrap {
  padding: 1em 0 0 0;
}
@media (min-width: 768px) {
  .site-header > .wrap {
    padding-bottom: 1em;
  }
}
.site-header p {
  display: inline-block;
}
@media (min-width: 960px) {
  .site-header p {
    margin-left: 0px;
  }
}
.site-header .button {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  margin-left: 10px;
}
.site-header .button.donate, .site-header .button.donar {
  background: #c4df9b;
}
@media (min-width: 960px) {
  .site-header .button.donate, .site-header .button.donar {
    display: none;
  }
}
.site-header .button.donar {
  display: none;
}

.spanish .site-header .button.donate {
  display: none;
}

.spanish .site-header .button.donar {
  display: block;
}
@media (min-width: 960px) {
  .spanish .site-header .button.donar {
    display: none;
  }
}

nav {
  font-family: "omnes-pro", sans-serif;
}
@media (min-width: 769px) {
  nav {
    display: block;
  }
}

nav .wrap {
  padding: 0;
}
.header-widget-area {
  color: #0079c1;
  margin-top: 10px;
  padding: 0 2em;
  font-size: 13px;
  font-size: 1.3rem;
}
.header-widget-area p {
  text-align: center;
}
@media (min-width: 480px) {
  .header-widget-area p {
    text-align: right;
  }
}
@media (max-width: 479px) {
  .header-widget-area h5 {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
}
.header-widget-area .widget {
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  .header-widget-area {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
  }
}
.header-widget-area p {
  margin-bottom: 0;
}
.header-widget-area .button {
  margin-bottom: 10px;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  padding: 6px 0 6px 5%;
  text-align: center;
}
@media (min-width: 481px) {
  .title-area {
    float: left;
    text-align: left;
    padding-bottom: 1em;
  }
}
@media (min-width: 769px) {
  .title-area {
    padding-left: 0;
    padding-bottom: 6px;
  }
}

.header-image .title-area {
  margin: 10px auto 20px;
  padding: 0;
  width: 65%;
}
@media (min-width: 480px) {
  .header-image .title-area {
    padding-left: 5%;
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .header-image .title-area {
    width: 41%;
  }
}
@media (min-width: 1024px) {
  .header-image .title-area {
    padding-left: 0;
  }
}

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #c4df9b;
  text-decoration: none;
}
.site-title img {
  vertical-align: top;
  width: 225px;
}
@media (min-width: 480px) {
  .site-title img {
    width: 350px;
  }
}
@media (min-width: 1201px) {
  .site-title img {
    width: 350px;
  }
}

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  text-align: center;
}
@media (min-width: 480px) {
  .site-header .widget-area {
    text-align: right;
    width: 45%;
    margin: 0 4% 0 0;
    float: right;
  }
}
@media (min-width: 768px) {
  .site-header .widget-area {
    width: 55%;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .site-header .widget-area {
    margin-right: 0;
    padding-right: 0;
  }
}

/* # Site Navigation
    Classes are assigned in js/responsive-menu.js
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .genesis-nav-menu {
    text-align: left;
  }
}
.genesis-nav-menu .menu-item {
  border-top: 1px solid #f3f0ea;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .genesis-nav-menu .menu-item {
    position: static;
    text-align: left;
    border-top: 0;
  }
}
@media (max-width: 1023px) {
  .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
.genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .genesis-nav-menu .menu-item-has-children > a:after {
    right: 0;
    top: 38%;
    display: block;
    position: absolute;
    content: "\f140";
    font-family: dashicons;
  }
}
.genesis-nav-menu a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 1em 1em;
}
@media (min-width: 769px) {
  .genesis-nav-menu a {
    padding: 0.9em 2em 0.9em 0;
  }
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #c4df9b;
  text-decoration: none;
}
.genesis-nav-menu .sub-menu {
  border: none;
  clear: both;
  display: none;
  margin: 0;
  opacity: 1;
  position: static;
  width: 100%;
}
@media (min-width: 769px) {
  .genesis-nav-menu .sub-menu {
    border-bottom: 1px solid #f3f0ea;
    left: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    width: 200px;
    z-index: 9999999;
  }
}
.genesis-nav-menu .sub-menu a {
  background-color: #0079c1;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1em;
  position: relative;
  word-wrap: break-word;
}
@media (min-width: 769px) {
  .genesis-nav-menu .sub-menu a {
    width: 200px;
  }
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: 0;
}
@media (min-width: 769px) {
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
  }
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  float: right;
}
.genesis-nav-menu .right.date {
  padding: 1.5em 1em;
}
.genesis-nav-menu .right.rss a {
  float: left;
}

/* In Site Header */
.nav-primary .genesis-nav-menu .menu-item,
.site-header .genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}
@media (min-width: 769px) {
  .nav-primary .genesis-nav-menu .menu-item,
.site-header .genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.nav-primary {
  background: #0079c1;
}
.nav-primary .fa-bars:before {
  content: "\f0c9";
}
.nav-primary .ubermenu-responsive-toggle-open .fa-bars:before {
  content: "\f00d";
}
.nav-primary .ubermenu .ubermenu-submenu > .ubermenu-item-type-custom.menu-column-header {
  color: white;
  font-weight: 900;
  padding-left: 0 !important;
  margin-bottom: 0.5em;
}
.nav-primary .ubermenu .ubermenu-submenu > .ubermenu-item-type-custom.menu-column-header .ubermenu-content-block.ubermenu-custom-content {
  font-style: normal;
}
.nav-primary .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  display: none;
}
.nav-primary .ubermenu-responsive-toggle {
  background: #0079c1 !important;
  border: 0;
  color: white !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  text-align: center !important;
}
.nav-primary .ubermenu-skin-black-white-2 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-primary .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target .ubermenu-target-title:after,
.nav-primary .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target .ubermenu-target-title:after,
.nav-primary .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target .ubermenu-target-title:after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #f68d68;
  transition: width 0.3s ease, background-color 0.3s ease;
  margin-top: 13px;
}
.nav-primary .ubermenu {
  background: #0079c1;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  border: 0;
}
@media (min-width: 1200px) {
  .nav-primary .ubermenu {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 1340px) {
  .nav-primary .ubermenu {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .nav-primary .ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child {
    margin-top: 0;
  }
}
.nav-primary .ubermenu #menu-item-5953 {
  padding-left: 0 !important;
}
.nav-primary .ubermenu > ul > li > a.ubermenu-target {
  text-transform: capitalize !important;
  padding: 14px 26px 18px 20px !important;
}
@media (min-width: 800px) {
  .nav-primary .ubermenu > ul > li > a.ubermenu-target {
    padding-left: 0px !important;
  }
}
@media (min-width: 1024px) {
  .nav-primary .ubermenu > ul > li > a.ubermenu-target {
    padding-right: 30px !important;
  }
}
@media (min-width: 1340px) {
  .nav-primary .ubermenu > ul > li > a.ubermenu-target {
    padding: 14px 35px 18px 0px !important;
  }
}
.nav-primary .ubermenu > ul > li > a.ubermenu-target:after {
  content: "" !important;
}
.nav-primary .ubermenu > ul > li > a.ubermenu-target > .ubermenu-target-text {
  border-bottom: 5px solid transparent;
  padding-bottom: 13px;
  margin-bottom: -36px;
}
.nav-primary .ubermenu > ul > li > a.ubermenu-target > .ubermenu-target-text:after {
  content: "";
  display: block;
  height: 5px;
  width: 0;
  background: transparent;
  transition: width 0.3s ease, background-color 0.3s ease;
  margin-top: 13px;
}
.nav-primary .ubermenu > ul > li > a.ubermenu-target:hover .ubermenu-target-text:after {
  width: 100%;
  background: #f68d68;
}
.nav-primary .ubermenu > ul > li.donate {
  background-color: #c4df9b;
  color: #0079c1;
  float: right !important;
}
.nav-primary .ubermenu > ul > li.donate a {
  color: #0079c1;
  padding-left: 20px !important;
}
@media (min-width: 800px) {
  .nav-primary .ubermenu > ul > li.donate a {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.nav-primary .ubermenu > ul > li.donate a:hover {
  background: #c4df9b !important;
  color: #0079c1 !important;
}
.nav-primary .ubermenu > ul > li.donate a:hover .ubermenu-target-text:after {
  width: 100%;
  background: #0079c1;
}
.nav-primary .ubermenu .ubermenu-submenu {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0px 0px;
  border: 0 !important;
}
@media (min-width: 1024px) {
  .nav-primary .ubermenu .ubermenu-submenu {
    padding: 20px 0px;
  }
}
.nav-primary .ubermenu .ubermenu-submenu .ubermenu-content-block {
  font-style: italic;
  padding-left: 0px !important;
  padding-right: 30px !important;
  display: none;
}
@media (min-width: 1024px) {
  .nav-primary .ubermenu .ubermenu-submenu .ubermenu-content-block {
    display: block;
  }
}
.nav-primary .ubermenu .ubermenu-submenu > .ubermenu-item-type-custom {
  padding-left: 20px !important;
}
.nav-primary .ubermenu .ubermenu-submenu .external {
  padding-left: 0 !important;
}
.nav-primary .ubermenu .ubermenu-submenu .external a:after {
  top: 38%;
  content: "\f504";
  font-family: dashicons;
  padding-left: 5px;
  top: 2px;
  text-decoration: none;
}
.nav-primary .ubermenu .ubermenu-submenu .ubermenu-target-text {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.nav-primary .ubermenu .ubermenu-submenu .ubermenu-target-text:hover {
  text-decoration: none !important;
}
.nav-primary .ubermenu .ubermenu-submenu .ubermenu-target {
  color: white !important;
  padding: 4px 40px 4px 20px !important;
}
@media (min-width: 1024px) {
  .nav-primary .ubermenu .ubermenu-submenu .ubermenu-target {
    padding-left: 0px !important;
  }
}

ul > .donate .ubermenu-submenu {
  padding-left: 20px !important;
}

ul > .donate > a {
  background-color: #c4df9b !important;
  color: #0079c1 !important;
}
ul > .donate > a .ubermenu-submenu a {
  background-color: #0079c1 !important;
  font-weight: 400 !important;
}
ul > .donate > a .ubermenu-submenu a:hover {
  background-color: #0079c1 !important;
}
ul > .donate > a .ubermenu-submenu {
  padding-left: 20px !important;
}

.nav-primary .ubermenu > ul > li.donate .ubermenu-submenu a:hover {
  background-color: #0079c1 !important;
}
.nav-primary .ubermenu > ul > li.donate .ubermenu-submenu a:hover span {
  border-bottom: 0 !important;
  text-decoration: none !important;
}
.nav-primary .ubermenu > ul > li.donate .ubermenu-submenu a:hover:hover {
  background-color: #0079c1 !important;
  color: white !important;
}
.nav-primary .ubermenu > ul > li.donate .ubermenu-submenu a:hover:hover span {
  border-bottom: 0 !important;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
  font-weight: normal !important;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
  border-width: 0;
  background-color: #fff;
  border-radius: 0;
  color: #0079c1;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}
@media (min-width: 769px) {
  .sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
  }
}

.menu-toggle {
  border-bottom: 1px solid #f3f0ea;
  color: #0079c1;
  line-height: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  right: 0;
  z-index: 1000;
  float: none;
  width: 100%;
}
@media (min-width: 481px) {
  .menu-toggle {
    float: right;
    right: 5%;
    width: auto;
  }
}
@media (min-width: 769px) {
  .menu-toggle {
    right: 0;
  }
}
.menu-toggle:focus {
  border: 0;
  outline: none;
}
.menu-toggle:before, .menu-toggle.activated:before {
  margin-right: 10px;
  text-rendering: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.menu-toggle.activated:before {
  content: "\f335";
}
.menu-toggle:hover, .menu-toggle:focus {
  color: #0079c1;
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  background-color: transparent;
}
.menu-toggle.activated {
  color: #444;
}

.site-header .menu-toggle {
  border: 0;
}

.sub-menu-toggle {
  float: right;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  height: 49px;
  border-left: 1px solid #f3f0ea;
}
.sub-menu-toggle:hover, .sub-menu-toggle:focus {
  background-color: transparent;
  outline: 0;
  color: #0079c1;
}
.sub-menu-toggle:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sub-menu-toggle.activated:before {
  color: #444;
  content: "\f142";
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 1.5em;
}
.site-footer .genesis-nav-menu a {
  padding: 0 1.5em 1em;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 5%;
}
@media (min-width: 769px) {
  .entry {
    margin-bottom: 3em;
  }
}
.entry a:hover img {
  box-shadow: 2px 2px 0px 0px #c4df9b;
}
.entry .entry-image {
  width: 200px;
}
.entry img {
  box-shadow: 5px 5px 0px 0px #c4df9b;
  transition: all 0.1s ease-in-out;
}
.entry img.noborder {
  box-shadow: none;
}
.entry a:hover img.noborder {
  box-shadow: none;
  opacity: 0.8;
}
.entry a {
  border-bottom: 1px solid;
}
.entry.post .entry-title a,
.entry.post .archive-title a,
.entry.post .author-box-title a {
  border-bottom: 0;
}

.entry-content ol, #ways-to-give ol,
.entry-content ul,
#ways-to-give ul {
  margin-bottom: 2em;
  margin-left: 4em;
}
.entry-content ol > li, #ways-to-give ol > li {
  list-style-type: decimal;
}
.entry-content ul > li, #ways-to-give ul > li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.entry-content ol ol, #ways-to-give ol ol,
.entry-content ul ul,
#ways-to-give ul ul {
  margin-bottom: 0;
}
.entry-content code, #ways-to-give code {
  background-color: #c4df9b;
  color: #f3f0ea;
}

/* ## Bloomerang Meta
--------------------------------------------- */
#bloomerangSecureDonationLink {
  border: 0;
}

#bloomerangSecureDonationLink img {
  box-shadow: 0 0 0 0;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 1em;
  color: #888;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
}

.entry-footer .entry-meta {
  border-top: 1px solid #c4df9b;
  padding-top: 1em;
  color: #888;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 10px 0 5px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  display: block;
  clear: both;
  margin: 5% auto;
}
@media (min-width: 769px) {
  .pagination {
    margin: 4em 0;
  }
}

.archive-pagination li {
  display: inline;
}
.archive-pagination a {
  background-color: #fff;
  color: #c4df9b;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 6px 12px;
  text-decoration: none;
  margin-bottom: 4px;
}
@media (min-width: 801px) {
  .archive-pagination a {
    margin-bottom: 0;
  }
}
.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
  background-color: #f68d68;
  color: #fff;
}

.intro-text {
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 600px) {
  .intro-text {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 30px;
  margin-bottom: 5%;
}
@media (min-width: 769px) {
  .comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 0;
    padding: 3em;
  }
}

.comment-respond {
  padding-top: 0;
  margin-bottom: 3em;
}

.comment-list li {
  padding: 2em 0 0 1em;
}
.comment-list .depth-1 {
  padding-left: 0;
}

.comment-list .comment-header {
  margin-bottom: 3em;
}

.comment-content {
  clear: both;
}
.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond label {
  display: block;
  margin-right: 10px;
}
.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

/* # Alert
---------------------------------------------------------------------------------------------------- */
.alert-banner {
  background: #fcbb75;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: black;
  cursor: pointer;
}
.alert-banner .alerttitle {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .alert-banner .alerttitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.alert-banner .alerttext {
  display: none;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0.5em;
}
.alert-banner .button {
  margin-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.alert-banner:hover .button {
  background-color: #0079c1;
  color: white;
}

/* # Homepage
---------------------------------------------------------------------------------------------------- */
.promo-banner {
  background: #dcecc3;
  padding: 2.5em 0 3em;
}
.promo-banner .wrap {
  display: flex;
  align-items: center;
  font-family: "omnes-pro", sans-serif;
  color: #000;
}
.promo-banner .wrap .promo-content {
  width: 55%;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 5%;
}
.promo-banner .wrap .promo-content h2 {
  color: #0079c1;
}
.promo-banner .wrap .promo-content .thermometer {
  margin-bottom: 0;
}
.promo-banner .wrap .promo-content .thermometer p {
  position: relative;
}
.promo-banner .wrap .promo-content .thermometer .holidaydrive-therm:after {
  width: 440px;
  content: url(images/presents-green.svg);
  background-size: 100%;
  position: absolute;
  top: -1px;
}
.promo-banner .wrap .promo-content .thermometer .holidaydrive-therm .percentbar {
  width: 440px;
  height: 95px;
}
.promo-banner .wrap .promo-content .thermometer .holidaydrive-therm .percentbar div {
  height: 95px;
}
.promo-banner .wrap .promo-img {
  width: 40%;
  vertical-align: top;
}
.promo-banner .wrap .promo-img img {
  max-width: 450px;
}
.promo-banner .wrap .promo-img .thermometer {
  margin-bottom: 0;
}
.promo-banner .wrap .promo-img .thermometer p {
  position: relative;
}
.promo-banner .wrap .promo-img .thermometer .holidaydrive-therm:after {
  width: 440px;
  content: url(images/presents-green.svg);
  background-size: 100%;
  position: absolute;
  top: -1px;
}
.promo-banner .wrap .promo-img .thermometer .holidaydrive-therm .percentbar {
  width: 440px;
  height: 95px;
}
.promo-banner .wrap .promo-img .thermometer .holidaydrive-therm .percentbar div {
  height: 95px;
}

.sbi_item .sbi_photo_wrap {
  margin-bottom: 2em;
}
.sbi_item:nth-child(odd) .sbi_photo_wrap {
  margin-right: 1em;
}
.sbi_item:nth-child(even) .sbi_photo_wrap {
  margin-left: 1em;
}

/* # Homepage
---------------------------------------------------------------------------------------------------- */
.mission-banner .mission {
  font-size: 21px;
  font-size: 2.1rem;
  padding: 20px 5% 0;
  color: #0079c1;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .mission-banner .mission {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 800px) {
  .mission-banner .mission {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .mission-banner .mission {
    float: left;
    width: 35%;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .mission-banner .mission {
    float: left;
    width: 39%;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 1340px) {
  .mission-banner .mission {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
.mission-banner .mission .mission-link {
  line-height: 1.3;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 600px) {
  .mission-banner .mission .mission-link {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .mission-banner .mission .mission-link {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.mission-banner .mission .mission-link a {
  color: #f68d68;
  font-family: "omnes-pro", sans-serif;
  font-weight: 900;
}
@media (min-width: 1201px) {
  .mission-banner .mission .mission-link {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media (min-width: 1341px) {
  .mission-banner .mission .mission-link {
    font-size: 30px;
    font-size: 3rem;
  }
}
.mission-banner .mission p {
  margin-bottom: 15px;
}
.mission-banner .photos {
  position: relative;
  z-index: -1;
}
@media (min-width: 800px) {
  .mission-banner .photos {
    height: 256px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .mission-banner .photos {
    width: 63%;
    float: right;
    height: auto;
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  .mission-banner .photos {
    width: 59%;
  }
}
.mission-banner .photos img {
  display: none;
}
.mission-banner .photos img:first-child {
  display: block !important;
}

.current-content {
  background-color: #f3f0ea;
  padding: 20px 10px;
}
@media (min-width: 1201px) {
  .current-content {
    padding: 50px;
  }
}
.current-content .news {
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 0 !important;
  margin-bottom: 20px;
}
.current-content .news article {
  background: white;
  box-shadow: 5px 5px 0px 0px #b4d08b;
  padding: 20px 25px;
  clear: both;
  margin-bottom: 2em;
}
.current-content .news article:last-child {
  border-bottom: 0px solid #0079c1;
  margin-bottom: 1.5em;
}
.current-content .news .more {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 800px) {
  .current-content .news {
    width: 62%;
    float: left;
    margin-right: 3%;
  }
}
@media (min-width: 480px) {
  .current-content .news .thumb {
    width: 200px;
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 480px) {
  .current-content .news .thumb {
    width: 175px;
  }
}
@media (min-width: 1200px) {
  .current-content .news .thumb {
    width: 300px;
    margin-right: 30px;
    margin-top: -5px;
  }
}
.current-content .news h2 {
  font-size: 14px;
  font-size: 1.4rem;
}
.current-content .news h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.current-content .twitter-feed {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 800px) {
  .current-content .twitter-feed {
    float: none;
    width: 100%;
  }
}
@media (min-width: 800px) and (min-width: 769px) {
  .current-content .twitter-feed {
    float: left;
    margin-left: 2.5641025641%;
    width: 31.6239316239%;
  }
}
.current-content .twitter-feed h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.current-content .twitter-feed .ncount .count-o {
  display: none !important;
}
.current-content .twitter-feed .widget li {
  border-bottom: 1px solid #0079c1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.current-content .twitter-feed .widget li:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}
.current-content .twitter-feed .time-meta {
  font-weight: normal;
  font-style: italic;
  font-size: 11px;
  font-size: 1.1rem;
}

.virtual-tour {
  background-size: 200% !important;
  background-attachment: scroll;
  background-position: center center !important;
}
@media (min-width: 601px) {
  .virtual-tour {
    background-size: 110% !important;
  }
}
@media (min-width: 1201px) {
  .virtual-tour {
    background-attachment: fixed;
    background-color: #0079c1;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
}
.virtual-tour .overlay {
  background-color: rgba(0, 121, 193, 0.8);
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0 60px;
}
.virtual-tour .wrap {
  color: white;
  text-align: center;
}
.virtual-tour h1 {
  font-size: 48px;
  font-size: 4.8rem;
}
.virtual-tour h1 a {
  color: white;
}
@media (min-width: 1201px) {
  .virtual-tour .description {
    width: 600px;
    margin: 0 auto;
  }
}
.virtual-tour .button {
  color: white;
  border-color: white;
  font-size: 22px;
  font-size: 2.2rem;
}

.homepage-promos {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}
.homepage-promos .homepage-promo {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #0079c1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .homepage-promos .homepage-promo {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.homepage-promos .homepage-promo:last-child {
  border-bottom: 0px solid #0079c1;
  padding-bottom: 0px;
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  .homepage-promos .homepage-promo.one-third {
    width: 29%;
    margin: 0 2%;
  }
}
@media (min-width: 601px) {
  .homepage-promos .homepage-promo.one-half {
    width: 45%;
    margin: 0 2%;
  }
}
@media (min-width: 1201px) {
  .homepage-promos .homepage-promo.one-half {
    width: 35%;
    margin: 0 2%;
  }
}
@media (min-width: 1201px) {
  .homepage-promos .homepage-promo:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1201px) {
  .homepage-promos .homepage-promo:last-child {
    margin-right: 0;
  }
}
.homepage-promos .homepage-promo img {
  max-height: 80px;
  display: block;
  margin: 0 auto 20px;
}
.homepage-promos .homepage-promo .button {
  color: #88ba3b;
  font-size: 18px;
  font-size: 1.8rem;
  border-color: #a0cb5d;
  margin-top: 10px;
}
.homepage-promos .homepage-promo .button:hover {
  background-color: #a0cb5d;
  color: white;
}
.homepage-promos .homepage-promo .button:after {
  content: " »";
}

.home .site-inner {
  padding: 0;
}

/* # Ways to Give
---------------------------------------------------------------------------------------------------- */
#ways-to-give {
  margin-top: -1.5em;
}
#ways-to-give h3 {
  color: #0079c1;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #0079c1;
  position: relative;
}
#ways-to-give h3:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-size: 1.5rem;
  color: #f68d68;
  margin-left: 0.5em;
  position: absolute;
  right: 20px;
  top: 20px;
}
#ways-to-give h3:hover {
  background: #0079c1;
  color: white;
}
#ways-to-give .ui-accordion-header-active {
  background: #0079c1;
  color: white;
}
#ways-to-give .ui-accordion-header-active:after {
  content: "\f068";
}
#ways-to-give div {
  padding-bottom: 1em;
}

/* # Options
---------------------------------------------------------------------------------------------------- */
.hotline-cta {
  background: #fcbb75;
  margin-top: 2em;
  color: black;
  padding: 1em 1em;
  text-align: center;
  font-family: "omnes-pro", sans-serif;
}
.hotline-cta a {
  color: white;
  border-bottom: 1px solid white;
}
@media (min-width: 600px) {
  .hotline-cta {
    padding: 1em 3em;
  }
}
@media (min-width: 800px) {
  .hotline-cta {
    padding: 1em 4em;
  }
}
@media (min-width: 1024px) {
  .hotline-cta {
    padding: 1em 6em;
  }
}
@media (min-width: 1200px) {
  .hotline-cta {
    padding: 1em 16em;
  }
}
.hotline-cta h2 {
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 600px) {
  .hotline-cta h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 800px) {
  .hotline-cta h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .hotline-cta h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .hotline-cta h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.hotline-cta p:last-child {
  margin-bottom: 0.5em;
}

/* # Options
---------------------------------------------------------------------------------------------------- */
.landing-page .promo {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #c4df9b;
}
.landing-page .promo a {
  border-bottom: 0;
}
.landing-page .promo img {
  margin-bottom: 1em;
}
.landing-page .promo h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 0.5em;
}
.landing-page .promo h3 a {
  border-bottom: 0;
}
.landing-page .promo .promo-link a {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "omnes-pro", sans-serif;
  font-weight: 600;
  border-bottom: 0;
}
.landing-page .promo:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10%;
}
@media (min-width: 769px) {
  .sidebar {
    margin-bottom: 2em;
  }
}
.sidebar .widget {
  background-color: #fff;
  padding: 0;
  margin-bottom: 5%;
}
@media (min-width: 769px) {
  .sidebar .widget {
    margin-bottom: 3em;
    padding: 0;
  }
}

.nav-section, .widget_subpages, .jump-nav {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "omnes-pro", sans-serif;
  font-weight: 600;
  margin-bottom: 2em;
}
.nav-section a, .widget_subpages a, .jump-nav a {
  color: #0079c1;
  text-decoration: none;
}
.nav-section a:hover, .widget_subpages a:hover, .jump-nav a:hover {
  color: #f68d68;
}
.nav-section .children, .widget_subpages .children, .jump-nav .children {
  padding-left: 1em;
  font-size: 15px;
  font-size: 1.5rem;
}
.nav-section .children li, .widget_subpages .children li, .jump-nav .children li {
  margin-top: 7px;
}
.nav-section .children:before, .widget_subpages .children:before, .jump-nav .children:before {
  content: "—";
  float: left;
  padding-right: 5px;
  color: #0079c1;
}
.nav-section ul > li, .widget_subpages ul > li, .jump-nav ul > li {
  margin-bottom: 7px;
  padding-bottom: 0;
  line-height: 1.1;
}
.nav-section .widget_subpages_current_page > a, .widget_subpages .widget_subpages_current_page > a, .jump-nav .widget_subpages_current_page > a {
  color: #f68d68;
}
.nav-section .widget-title, .widget_subpages .widget-title, .jump-nav .widget-title {
  margin-bottom: 7px;
}

.landing-page .widget_subpages .widget-title a {
  color: #f68d68;
}

.jump-nav ul li {
  margin-bottom: 12px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #0079c1;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  clear: both;
  padding: 2.2em 0 0 0;
  font-family: "omnes-pro", sans-serif;
}
.footer-widgets img {
  margin-bottom: 0;
}
.footer-widgets a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid white;
}
.footer-widgets a:hover {
  border-bottom: 1px solid #0079c1;
}
.footer-widgets .menu li {
  margin-bottom: 0;
  padding-bottom: 3px;
}
.footer-widgets .simple-social-icons ul li {
  margin: 0 5px 0 0 !important;
}
.footer-widgets .simple-social-icons ul li a,
.footer-widgets .simple-social-icons ul li a:hover {
  padding: 0 !important;
}
@media (min-width: 600px) {
  .footer-widgets .simple-social-icons ul.aligncenter {
    text-align: left;
  }
}
@media (min-width: 600px) {
  .footer-widgets .simple-social-icons ul.aligncenter li {
    display: block;
    float: left;
  }
}

.footer-widgets-1,
.footer-widgets-2 {
  margin: 0 auto 2em;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  text-align: center;
}
@media (min-width: 600px) {
  .footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 32%;
    float: left;
    margin-right: 1%;
    text-align: left;
    border-left: 1px solid #99c9e6;
    border-bottom: 0;
    padding-left: 15px;
  }
  .footer-widgets-1:first-child,
.footer-widgets-2:first-child,
.footer-widgets-3:first-child {
    border: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .footer-widgets-1,
.footer-widgets-2 {
    width: 25%;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .footer-widgets-1,
.footer-widgets-2 {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .footer-widgets-3 {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .footer-widgets-3 {
    width: 60%;
  }
}

/* # CAPM page
---------------------------------------------------------------------------------------------------- */
.capm .tribe-events-c-ical__link {
  display: none !important;
}
.capm .entry-title,
.capm .archive-title,
.capm .author-box-title {
  display: none;
}
.capm .intro-text {
  max-width: 950px;
  margin: 0 auto 0;
}
.capm h2 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 0.25em;
  color: #0079c1;
  text-align: center;
}
.capm h3 {
  font-size: 30px;
  font-size: 3rem;
}
.capm .narrow-content {
  max-width: 880px;
  margin: 0 auto 1em;
}
@media (min-width: 1024px) {
  .capm .capm-content {
    display: flex;
    align-items: flex-start;
  }
}
.capm .capm-content .capm-left {
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  .capm .capm-content .capm-left {
    width: 65%;
    margin-right: 6%;
  }
}
@media (min-width: 1024px) {
  .capm .capm-content .capm-left .capm-get-involved {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.capm .capm-content .capm-left .capm-get-involved .capm-gi-image {
  margin-right: 2em;
  text-align: center;
}
@media (min-width: 1024px) {
  .capm .capm-content .capm-left .capm-get-involved .capm-gi-image {
    text-align: left;
  }
}
.capm .capm-content .capm-left .capm-get-involved .capm-gi-image img {
  max-width: none;
  width: 150px;
}
@media (min-width: 1024px) {
  .capm .capm-content .capm-left .capm-get-involved .capm-gi-image img {
    width: 190px;
  }
}
.capm .capm-content .capm-right {
  background: #f3f0ea;
  padding: 2em;
  margin-bottom: 2em;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .capm .capm-content .capm-right {
    width: 29%;
  }
}
.capm .capm-content .capm-right ul {
  margin-left: 2em;
}
.capm .capm-content .capm-right ul li {
  list-style-type: disc;
}

/* Dontion Page 
---------------------------------------------------------------------------------------------------- */
.donate-page .thermometer-banner {
  padding: 2em;
  background: #f3f0ea;
  margin-bottom: 2em;
  margin-top: 0.5em;
}
.donate-page .thermometer-banner h2 {
  color: #0079c1;
}
@media (min-width: 768px) {
  .donate-page .thermometer-banner .therm-container {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .donate-page .thermometer-banner .therm-container .therm-intro {
    width: 60%;
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  .donate-page .thermometer-banner .therm-content {
    max-width: 450px;
  }
}
.donate-page .thermometer-banner .therm-content p {
  font-style: italic;
  position: relative;
}
.donate-page .thermometer-banner .intro-text {
  font-size: 18px;
  font-size: 1.8rem;
}
.donate-page .thermometer-banner .percentbar {
  background: white;
  height: 80px;
}
@media (min-width: 480px) {
  .donate-page .thermometer-banner .percentbar {
    height: 100px;
  }
}
@media (min-width: 600px) {
  .donate-page .thermometer-banner .percentbar {
    height: 130px;
  }
}
@media (min-width: 768px) {
  .donate-page .thermometer-banner .percentbar {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .donate-page .thermometer-banner .percentbar {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .donate-page .thermometer-banner .percentbar {
    height: 65px;
  }
}
@media (min-width: 1340px) {
  .donate-page .thermometer-banner .percentbar {
    height: 65px;
  }
}
.donate-page .thermometer-banner .percentbar div {
  background: #c4df9b;
  height: 80px;
}
@media (min-width: 480px) {
  .donate-page .thermometer-banner .percentbar div {
    height: 100px;
  }
}
@media (min-width: 600px) {
  .donate-page .thermometer-banner .percentbar div {
    height: 130px;
  }
}
@media (min-width: 768px) {
  .donate-page .thermometer-banner .percentbar div {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .donate-page .thermometer-banner .percentbar div {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .donate-page .thermometer-banner .percentbar div {
    height: 65px;
  }
}
@media (min-width: 1340px) {
  .donate-page .thermometer-banner .percentbar div {
    height: 65px;
  }
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #0079c1;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1em 0;
  font-family: "omnes-pro", sans-serif;
}
.site-footer a {
  color: white;
  border-bottom: 1px solid white;
}
.site-footer a:hover {
  border-bottom: 1px solid #0079c1;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer .widget {
  margin-bottom: 0;
}
.site-footer .widget img {
  margin-bottom: 0;
}
.site-footer .footer-bottom {
  border-top: 1px solid #99c9e6;
  padding-top: 1em;
}
.site-footer .site-credit {
  color: #99c9e6;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  clear: both;
  text-align: center;
  margin-top: 1em;
}
@media (min-width: 1201px) {
  .site-footer .site-credit {
    text-align: right;
  }
}
.site-footer .site-credit a {
  color: #99c9e6;
  border-bottom: 1px solid;
}
.site-footer .site-credit a:hover {
  border-bottom: 1px solid #0079c1;
}
.site-footer .footer-4 {
  text-align: center;
}
@media (min-width: 600px) {
  .site-footer .footer-4 {
    float: left;
    width: 70%;
    text-align: left;
  }
}
.site-footer .footer-5 {
  text-align: center;
  margin: 20px 0 0;
  /*@include media('>=tablet-small') {
      float: left;
      width: 30%;
      text-align: right;
      margin-top: 0;
  }*/
}
.site-footer .footer-5 ul {
  text-align: center !important;
  float: none;
  /*@include media('>=tablet-small') {
      text-align: right !important;
  }*/
}
.site-footer .footer-5 ul li {
  display: inline-block !important;
  float: none;
}
@media (min-width: 600px) {
  .site-footer .footer-5 {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 0;
  }
}
.site-footer .footer-6 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .site-footer .footer-6 {
    float: left;
    width: 75%;
    margin-bottom: 0px;
    text-align: left;
  }
}
.site-footer .footer-6 a {
  border-bottom: 0;
}
.site-footer .footer-6 ul {
  display: flex;
}
.site-footer .footer-6 li {
  margin-right: 1em;
}
.site-footer .footer-7 {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
}
@media (min-width: 1201px) {
  .site-footer .footer-7 {
    float: left;
    text-align: right;
    width: 25%;
    padding-top: 1em;
  }
}

/* Clear input fields' placeholder text on focus */
input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* # Bloomerang Forms
---------------------------------------------------------------------------------------------------- */
.email-registration-form .section,
.donation-form .section {
  margin-bottom: 1em;
}
.email-registration-form .btn-submit,
.donation-form .btn-submit {
  font-size: 20px;
  font-size: 2rem;
}

#donation-form-container {
  padding-bottom: 1em;
}

/* Fix Overlay Bug on Donation Form */
.spreedly-modal-overlay {
  display: none;
}

/* # Print
---------------------------------------------------------------------------------------------------- */
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
a[href^="#"]:after,
.site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
.content-sidebar {
    width: 100%;
  }
  button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-primary,
.nav-secondary,
.post-edit-link,
.sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: 0px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
h2,
h3,
h4,
h5,
h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
pre,
table {
    page-break-inside: avoid;
  }
  dl,
ol,
ul {
    page-break-before: avoid;
  }
  .hotline-cta {
    margin-bottom: 40px;
    float: none;
    display: block;
  }
  #genesis-footer-widgets .widget_nav_menu {
    display: none;
  }
  #genesis-footer-widgets .simple-social-icons {
    display: none;
  }
  .site-footer .footer-6 {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
