/*
Theme Name: Albion Fellows Bacon Center
Author: Lieberman Technologies
Author URI: https://www.ltnow.com/
Description: Custom Genesis Child Theme for Albion Fellows Bacon Center
Version: 1.0.0
Text Domain: Albion Fellows Bacon Center
Template: genesis

*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
	- Skip Links
- Structure & Layout
- Site Navigation

*/

/* # 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;
  border: none;
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .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: -.5em
}

sub {
  bottom: -.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: .35em .625em .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, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
  content: " ";
  display: table;
}

.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* ## Typography
--------------------------------------------- */

body {
  font-size: 62.5%;
  color: #4D4D4D;
  font-family: Helvetica, Arial, sans serif;
  margin: 0;
  line-height: 1.5em;
}

b, strong {
  color: black;
}

em, i {
  font-style: italic;
}

ol, ul {
  font-size: 1.5em;
  color: #4D4D4D;
  line-height: 1.6em;
  margin: 0;
  margin-bottom: 1em;
}

.entry-content ul ul li {
  font-size: .7em;
  line-height: 1.5em;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a {
  color: #4D4D4D;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0;
}

ul li {
  list-style-type: disc;
}

p {
  font-size: 1.5em;
  color: #4D4D4D;
  line-height: 1.7em;
  margin: 0 0 .65em;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
  margin: 0 0 .1em;
}

h1 {
  font-size: 3.75em;
  font-family: 'Marcellus SC', serif;
  color: #5B378D;
  text-transform: uppercase;
  margin-bottom: .2em;
  line-height: 1.05em;
}

h2 {
  font-size: 2.55em;
  color: #5B378D;
  margin-top: 1em;
  margin-bottom: 0;
}

h3 {
  font-size: 1.75em;
  color: #51AB9C;
}

h4 {
  font-size: 1.1em;
  color: black;
}

.entry-header h1.entry-title a {
  font-size: .7em;
  color: #5B378D;
  margin-top: 1em;
  font-family: Helvetica, Arial, sans serif;
  text-transform: capitalize;
}

.genesis-sidebar-title {
  visibility: hidden;
  position: absolute !important;
}

/* ## Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td, th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/* ## Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img, .gallery img {
  width: auto;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

.site-container .site-inner {
  margin-top: 50px;
  margin-bottom: 50px;
}

.home .site-inner {
  margin-top: 0px;
  margin-bottom: 50px;
}

.site-inner, .site-footer {
  margin: 0 auto;
  max-width: 1200px;
}

.site-header {
  background-color: #5b378d;
}

.site-header .wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.alignleft {
  float: left;
  text-align: left;
  margin: 0 24px 24px 0;
}

.alignright {
  float: right;
  text-align: right;
  margin: 0 0 24px 24px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
  float: right;
  max-width: 800px;
}

.content-sidebar .content {
  float: left;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary {
  float: left;
}

.sidebar ul, .sidebar ol {
  padding-left: 0;
}

/* ## Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half, .three-sixths, .two-fourths {
  width: 48.717948717948715%;
}

.one-third, .two-sixths {
  width: 31.623931623931625%;
}

.four-sixths, .two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* ## Header
--------------------------------------------- */

.header-image .title-area {
  width: 287px;
  height: 86px;
  display: block;
  float: left;
  padding: 75px 0;
  font-size: 0px;
  background: url(http://albion:8888/wp-content/themes/albion/images/logo.svg) no-repeat center center;
}

header.site-header p, header.site-header h1, header.site-header p strong, header.site-header a {
  color: #CDC3DD;
  text-decoration: none;
  margin-bottom: 5px;
}

header.site-header a {
  color: white;
}

header.site-header h2, header.site-header p strong {
  color: white;
}

header.site-header h2 {
  margin-top: 18px;
  font-size: 3.25em;
  font-family: 'Marcellus SC', serif;
  color: #5B378D;
  text-transform: uppercase;
}

div.single_word_desktop {
  visibility: visible;
}

div.single_word_mobile {
  visibility: hidden;
}

#header-middle a.escape {
  display: block;
  width: 170px;
  border: 3px solid white;
  border-radius: 15px;
  text-align: center;
  padding: 15px 0;
  font-size: 1.7em;
  margin: 0 auto;
  margin-top: 40px;
  color: white;
  text-transform: capitalize;
}

#header-middle p {
  text-align: center;
}

#header-middle a.why {
  opacity: 0.7;
  font-size: 0.8em;
  text-decoration: underline;
}

.main-nav-donate {
  background-color: #338577;
}

header.site-header .main_phone {
  font-size: 3.25em;
  font-family: 'Marcellus SC', serif;
  text-transform: uppercase;
}

#header-right {
  padding-top: 35px;
}

header.site-header #header-right p {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  margin-top: .7em;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  font-size: 1.4em;
  line-height: 1.5em;
  width: 100%;
  margin: 0;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 25px 43px;
  text-align: center;
}

.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 {}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
  padding: 0px;
}

.genesis-nav-menu .menu-item-24 .sub-menu {
  width: 300px;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: .7em;
  line-height: 1em;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
  text-align: left;
}

.genesis-nav-menu .menu-item-24 .sub-menu, .genesis-nav-menu .menu-item-24 .sub-menu a {
  width: 280px;
}

.genesis-nav-menu .menu-item-292 .sub-menu, .genesis-nav-menu .menu-item-292 .sub-menu a {
  width: 270px;
}

.genesis-nav-menu .menu-item-412 .sub-menu, .genesis-nav-menu .menu-item-412 .sub-menu a {
  width: 290px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
  font-size: 1em;
}

.genesis-nav-menu .sub-menu .sub-menu a {
  min-width: 250px;
}

.genesis-nav-menu .sub-menu li.menu-item-has-children>a>span::after {
  content: " \203A";
  float: right;
}

.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 {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu>.right>a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu>.rss>a {
  margin-left: 48px;
}

.genesis-nav-menu>.search {
  padding: 10px 0 0;
}

.breadcrumb {
  font-size: 1.5em;
  padding-bottom: 15px;
}

#sticky-button {
  width: 150px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999999999;
}

#sticky-button a.escape-sticky {
  display: block;
  width: 150px;
  height: 50px;
  border: 3px solid white;
  border-radius: 15px;
  text-align: center;
  padding: 15px 0;
  font-size: 1.7em;
  background-color: #51ab9c;
  color: white;
  text-decoration: none;
}

/* ## 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;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

ul#menu-main {
  padding: 0px;
}

.nav-primary {
  background-color: #51ab9c;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.nav-primary .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.nav-primary .genesis-nav-menu a {
  color: white;
  text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu a:focus, .nav-primary .genesis-nav-menu .current-menu-item>a {
  color: #51ab9c;
  background-color: white;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu a:focus, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
  color: #222;
  background-color: #f0f0f0;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  background-color: #fff;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */

:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* ## Banner
--------------------------------------------- */

#banner-widget {
  width: 100%;
  min-height: 574px;
  background-size: cover;
}

#banner-image {
  max-width: 1200px;
  max-height: 574px;
  height: 574px;
  margin: 0 auto;
  position: relative;
  clear: both;
}

#banner-widget #banner-image {
  max-width: unset;
}

#banner-image a {
  text-decoration: none;
  font-size: 5em;
  color: whitesmoke;
  font-weight: bold;
}

.left, .Left {
  position: relative;
  left: 5%;
}

.center, .Center {
  position: relative;
  left: 30%;
}

.right, .Right {
  float: right;
  margin-right: 5%;
}

.top, .Top {
  position: relative;
  top: 10%;
  line-height: .75;
}

.middle, .Middle {
  position: relative;
  top: 50%;
  line-height: .75;
}

.bottom, .Bottom {
  position: relative;
  top: 80%;
  line-height: .75;
}

#banner-widget div.single_word_desktop {
  position: absolute;
  z-index: 10;
  height: 70px;
  width: 300px;
  top: 310px;
  left: 0;
  color: white;
  font-family: Helvetica, Arial, sans serif;
  font-size: 5em;
  font-weight: bold;
  text-transform: capitalize;
}

#banner-widget div.single_word_desktop .fa {
  color: #F38420;
}

.page-id-2209 #banner-buttons {
  padding-top: 30px;
}

.page-id-2209 .single_word_desktop {
  display: none;
}

#banner-buttons {
  max-width: 900px;
  min-height: 100px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  clear: both;
}

#banner-buttons p {
  vertical-align: auto;
}

#banner-buttons a {
  display: block;
  width: 265px;
  border: 3px solid white;
  border-radius: 15px;
  text-decoration: none;
  color: white;
  text-align: left;
  padding: 7px 0 7px 0;
  float: left;
  margin-right: 20px;
  font-size: 1.90em;
  line-height: 1.5em;
}

#banner-buttons a .fa {
  font-size: 2em;
  text-align: center;
  margin: 0 auto;
  display: block;
}

#banner-buttons a.teal .fa {
  color: #287460;
  font-size: 1.7em;
}

#banner-buttons a.orange .fa {
  color: #CC4D1D;
  font-size: 1.7em;
}

#banner-buttons a.purple .fa {
  color: #311651;
  font-size: 1.7em;
}

#banner-buttons a.teal {
  background-color: rgba(81, 171, 156, 0.7);
}

#genesis-sidebar-primary #banner-buttons a.teal:hover {
  border-color: #51AB9C !important;
  color: #51AB9C !important;
}

#banner-buttons a.teal:hover {
  background-color: rgba(81, 171, 156, 1.0);
}

#banner-buttons a.orange {
  background-color: rgba(234, 132, 32, 0.7);
}

#genesis-sidebar-primary #banner-buttons a.orange:hover {
  border-color: #F38420 !important;
  color: #F38420 !important;
}

#banner-buttons a.orange:hover {
  background-color: rgba(234, 132, 32, 1.0);
}

#banner-buttons a.purple {
  background-color: rgba(91, 55, 141, 0.7);
}

#genesis-sidebar-primary #banner-buttons a.purple:hover {
  border-color: #5B378D !important;
  color: #5B378D !important;
}

#banner-buttons a.purple:hover {
  background-color: rgba(91, 55, 141, 1.0);
}

/* ## Survivor Testimonial
--------------------------------------------- */

.testimonial {
  width: 100%;
  float: left;
  padding: 3%;
  margin: 1% 0;
}

#testimonials>div>a {
  text-decoration: none;
  text-decoration-color: white;
}

#testimonials>div>a:hover {
  text-decoration: underline;
  text-decoration-color: #5B378D;
}

.testimonial:nth-child(even) {
  background-color: #fbfbfb;
  border-top: 2px solid #E5E5E5;
  border-bottom: 2px solid #E5E5E5;
}

#survivor_testimonial {
  max-width: 1200px;
  min-height: 160px;
  margin: 15px 0;
  clear: both;
}

#survivor_testimonial_left {
  min-height: 160px;
  text-align: center;
}

#survivor_testimonial_left h2 {
  margin-top: 25px;
  font-size: 4em;
  font-family: 'Great Vibes', cursive;
  text-transform: capitalize;
}

#survivor_testimonial_left a {
  color: black;
}

#survivor_testimonial_right {
  min-height: 160px;
}

#survivor_testimonial_right p {
  font-size: 2em;
  margin-top: 2.3em;
  color: #51AB9C;
}

.page #ltnow_testimonial_widget-2 {
  margin-top: 150px;
}

.page #archives-5 {
  visibility: hidden;
  position: absolute;
}

#archives-5 {
  margin-top: 165px;
  margin-bottom: 35px;
}

#ltnow_testimonial_widget-2 h3 {
  margin-top: 25px;
  font-size: 4em;
  font-family: 'Great Vibes', cursive;
  text-transform: capitalize;
  color: #5B378D;
  text-align: center;
}

#ltnow_testimonial_widget-2 p {
  text-align: center;
}

/* ## Teams
--------------------------------------------- */

.team, .board {
  border: 2px solid #F2F2F2;
  padding: 2%;
  width: 45%;
  float: left;
  margin: 2.5%;
}

.team p, .board p {
  margin: 0;
}

p.teamOrg {
  color: #51AB9C;
}

p.teamName {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: .5%;
}

/* ##Bloomerang Button Styling
-----------------------------------------------------*/

.btn-submit-email, .btn-submit-donation {
  color: #fff;
  background-color: #0078c1;
  display: block;
  width: 100%;
  padding: 10px;
}

/* ## Mission Statement
--------------------------------------------- */

#mission-statement {
  /* padding: 0 41px; */
  margin-bottom: 50px;
}

h2#title-mission-statement {
  color: #51AB9C;
  margin-top: 0;
  font-size: 1.7em !important;
  margin-bottom: 1.9em;
}

#mission-statement:hover svg path {
  fill: red;
  color: red;
}

/* ## Event
--------------------------------------------- */

.tribe-events-list-widget .event_date {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  background-color: #5B378D;
  color: white;
  padding: 10px;
  padding-top: 3px;
  border-radius: 8px;
  font-weight: bold;
  line-height: 19px;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
}

.tribe-events-list-widget .event_date .event_date_month {
  font-size: 15px;
  display: block;
  margin: 0 auto;
  padding: 0 0 2px;
}

.tribe-events-list-widget .event_date .event_date_day {
  font-size: 27px;
  display: block;
  margin: 0 auto;
  padding: 0;
}

.tribe-events-list-widget .event_date h4 {
  font-size: 15px;
}

.tribe-events-list-widget h4 a {
  text-decoration: none;
}

.tribe-events-list-widget h4 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.tribe-events-list-widget {
  border: 3px solid #EBE7F1;
  padding: 30px;
}

.tribe-events-list-widget h3 {
  text-align: left;
  color: #5B378D;
  font-size: 2.5em;
  margin: 0;
  margin-top: -.2em;
}

.tribe-events-meta-group-details {
  width: 25% !important;
}

.tribe-events-list-widget .tribe-events-widget-link a {
  text-decoration: underline !important;
  font-weight: normal !important;
  margin: 0 !important;
}

.widget-wrap .tribe-events-widget-link {
  margin: 0 !important;
}

.tribe-events-list-widget .tribe-events-widget-link a:hover {
  text-decoration: none !important;
}

#simple-social-icons-2 {
  margin-top: 20px;
}

#simple-social-icons-2 ul li a {
  padding: 4px;
}

.tribe-events-list-widget ol li {
  margin-bottom: 0px !important;
}

#text-6 .widgettitle, #text-7 .widgettitle {
  visibility: hidden;
  position: absolute;
}

#text-6 p, #text-7 p {
  text-align: center;
}

#text-6 a:hover {
  opacity: 0.7;
}

.tribe-events-notices {
  background: #fafafa !important;
  border: 1px solid #F38420 !important;
  margin: 30px 0 !important;
}

/* orange eventbrite button */

#tribe-events .buyticket:before {
  font-family: FontAwesome;
  content: "\f145 ";
  color: #5B378D;
  font-size: 1.2em;
  padding-right: 2%;
}

#tribe-events .buyticket {
  width: 75%;
  background-color: white;
  color: #808080;
  border: 2px solid #E5E5E5;
  padding: 2% 0 2% 2%;
  margin: 4% 0 2% 0;
  line-height: 1.8em;
  border-radius: 15px;
  font-weight: normal;
  text-transform: capitalize;
}

#tribe-events .buyticket:hover {
  color: #5B378D;
  border-color: #5B378D;
}

#tribe-events .buyticket:active {
  color: #5B378D;
  border-color: #5B378D;
}

.tribe-events-single-event-description img {
  margin: 80px 24px 24px;
  max-width: 32%;
}

.more-link {
  position: absolute;
  left: 0px;
  top: -11px;
}

ul.sb-child-nav li {
  list-style-type: none;
  text-align: center;
  color: #808080;
  padding: 0;
  border-top: 2px solid #F2F2F2;
}

ul.sb-child-nav>li:last-child {
  border-bottom: 2px solid #F2F2F2;
}

ul.sb-child-nav li a {
  text-decoration: none;
  padding: 10px 0;
  display: block;
  margin: 0 auto;
  font-size: 1em;
}

ul.sb-child-nav li a:hover {
  background: #f4f4f4;
}

ul.sb-child-nav ul.children {
  font-size: 1em;
  margin: 0;
}

ul.sb-child-nav li.current_page_item a {
  background: #51ab9c;
  color: #fff;
}

#genesis-sidebar-primary #banner-buttons a {
  width: 100%;
  background-color: white;
  color: #808080;
  border: 2px solid #E5E5E5;
  margin: 10px 0;
  line-height: 1.8em;
}

#genesis-sidebar-primary #banner-buttons {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 35px;
}

#genesis-sidebar-primary a.teal .fa {
  color: #51AB9C;
  font-size: 2em;
}

#genesis-sidebar-primary a.orange .fa {
  color: #F38420;
  font-size: 2em;
}

#genesis-sidebar-primary a.purple .fa {
  color: #5B378D;
  font-size: 2em;
}

#archives-5 .widget-wrap ul {
  padding-left: 0px;
}

#archives-5 .widget-wrap ul li {
  list-style: none;
}

/* .archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}*/

#tribe-events-content h1.tribe-events-single-event-title {
  font-size: 3.5em;
}

#tribe-events-content .tribe-events-schedule {
  margin-top: -.6em;
}

#tribe-bar-form, .tribe-bar-disabled {
  visibility: hidden;
  position: absolute;
}

.tribe-events-style-theme .content {
  max-width: 100% !important;
  width: 59%;
}

.tribe-bar-disabled {
  position: absolute !important;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
  font-style: normal !important;
}

a.tribe-events-read-more {
  font-size: 1.3em;
  text-decoration: underline !important;
}

a.tribe-events-read-more:hover {
  text-decoration: none !important;
}

.tribe-events-list .time-details, .tribe-events-list .tribe-events-venue-details {
  line-height: 1.7 !important;
}

#tribe-events .tribe-events-button {
  visibility: hidden;
  position: absolute;
}

.tribe-events-loop .tribe-events-event-meta, .single-tribe_events .tribe-events-schedule {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.tribe-events-list .tribe-events-venue-details {
  padding-left: 0 !important;
}

.donation-button {
  display: block;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  padding: 20px 0;
  font-size: 1.7em;
  color: white;
  text-decoration: none;
  margin-top: 5%;
  margin-left: 5%;
  border: 2px solid white;
  background-color: white;
  color: #51ab9c;
  border: 2px solid #51ab9c;
}

.donation-container:nth-child(3n+3) a.donation-button i {
  background-color: white;
  color: #F38420;
}

.donation-container:nth-child(3n+2) a.donation-button i {
  background-color: white;
  color: #5B378D;
}

.donation-container:nth-child(3n+2) .donation-button:hover {
  background-color: white;
  color: #5B378D;
  border: 2px solid #5B378D;
}

.donation-container:nth-child(3n+3) .donation-button:hover {
  background-color: white;
  color: #F38420;
  border: 2px solid #F38420;
}

a.donation-button i {
  color: #51ab9c;
  font-size: 1em;
  font-size: 1.5em;
}

.donation-button:hover {
  background-color: white;
  color: #51ab9c;
  border: 2px solid #51ab9c;
}

a.donation-button {
  color: #808080;
  border: 2px solid #E5E5E5;
}

.donation-sections {
  margin-bottom: 10px;
}

.donation-description p {
  line-height: 1.2em;
  margin-left: 3%;
  margin-right: 3%;
}

.donation-description {
  height: 92px !important;
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
}

.donation-container {
  margin-bottom: 1%;
  float: left;
  height: 100%;
  width: 100%;
    {
    background: #FFF
  }
}

.donation-container:nth-child(odd) {
  background-color: #fbfbfb;
  border-top: 2px solid #E5E5E5;
  border-bottom: 2px solid #E5E5E5;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover, .gallery img:focus {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  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: #333;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus {
  background-color: #222;
  color: #fff;
}

.entry-content .button:hover, .entry-content .button:focus {
  color: #fff;
}

.footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .footer-widgets .button {
  background-color: #222;
  color: #fff;
}

.footer-widgets button:hover, .footer-widgets input:hover[type="button"], .footer-widgets input:hover[type="reset"], .footer-widgets input:hover[type="submit"], .footer-widgets .button:hover, .footer-widgets button:focus, .footer-widgets input:focus[type="button"], .footer-widgets input:focus[type="reset"], .footer-widgets input:focus[type="submit"], .footer-widgets .button:focus {
  background-color: #fff;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
  display: none;
}

input#express-submit {
  color: white;
  background: #5B378D;
}

/* ## Footer
--------------------------------------------- */

/* # Footer Nav
---------------------------------------------------------------------------------------------------- */

#menu-footer-menu a:hover, #menu-footer-menu a:focus, #menu-footer-menu .current-menu-item>a {
  color: #51ab9c;
  background-color: white;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  clear: both;
  padding-top: 40px;
}

.footer-widgets input {
  border: 1px solid #333;
}

.footer-widgets a.button, .footer-widgets a:hover {
  color: #fff;
}

.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
  width: 340px;
}

.footer-widgets-1 {
  margin-right: 60px;
}

.footer-widgets-1, .footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

#footer-right {
  padding-top: 40px;
}

#footer-container #footer-right p {
  color: #CDC3DD;
  text-decoration: none;
  margin-bottom: 5px;
}

#footer-right p.footer-right-label {
  text-align: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  padding: 40px 0;
  text-align: center;
  clear: both;
}

.footer-united-way-logo {
  width: 200px;
}

#footer-back {
  background-color: #5B378D;
}

#footer-container, #menu-footer-menu {
  max-width: 1000px;
  margin: 0 auto;
}

.nav-secondary {
  background-color: #51ab9c;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.nav-secondary a {
  color: white;
}

#footer-container p, #footer-container h1, #footer-container p strong, #footer-container a {
  color: white;
  text-decoration: none;
  margin-bottom: 8px;
}

#footer-container h2 {
  margin-top: 15px;
  font-size: 3.25em;
  font-family: 'Marcellus SC', serif;
  color: #5B378D;
  text-transform: uppercase;
}

#footer-middle a.escape {
  display: block;
  width: 150px;
  border: 3px solid white;
  border-radius: 15px;
  text-align: center;
  padding: 15px 0;
  font-size: 1.7em;
  margin: 0 auto;
  margin-top: 40px;
}

#footer-middle p {
  text-align: center;
}

#footer-middle a.why {
  opacity: 0.7;
  font-size: 0.8em;
  text-decoration: underline;
}

#footer-left a {
  display: block;
  padding: 25px;
}

/* Standard Navigation
--------------------------------------------- */

nav {
  clear: both;
  background-color: #51AB9C;
}

/* # Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle, .menu-toggle {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 800px) {
  #banner-widget #banner-image {
    text-align: center;
  }
  .left, .Left {
    position: relative;
    left: 0%;
  }
  .center, .Center {
    position: relative;
    left: 0%;
  }
  .right, .Right {
    position: relative;
    left: 0%;
    float: unset;
  }
  .top, .Top {
    position: relative;
    top: 70%;
  }
  .middle, .Middle {
    position: relative;
    top: 70%;
  }
  .bottom, .Bottom {
    position: relative;
    top: 70%;
  }
  nav.nav-primary {
    display: none;
    position: relative;
    font-size: 1.4em;
    border-width: 1px;
    border-top-width: 0;
  }
  nav.nav-primary.sticky-drop {
    position: fixed;
    width: 100%;
    top: 92px;
    z-index: 999;
  }
  nav.nav-primary a, nav.nav-primary .sub-menu a {
    font-size: 18px;
    line-height: 1em;
  }
  nav.nav-primary a {
    text-align: left;
  }
  .genesis-nav-menu .sub-menu li.menu-item-has-children>a>span::after {
    content: ""
  }
  .genesis-nav-menu .menu-item-24 .sub-menu, .genesis-nav-menu .menu-item-24 .sub-menu a, .genesis-nav-menu .menu-item-292 .sub-menu, .genesis-nav-menu .menu-item-292 .sub-menu a, .genesis-nav-menu .menu-item-412 .sub-menu, .genesis-nav-menu .menu-item-412 .sub-menu a {
    width: 100%;
  }
  nav.nav-secondary {
    font-size: 1.4em;
    border-width: 1px;
    text-align: center;
  }
  nav.nav-secondary ul {
    padding-left: 0;
    margin-left: 0;
  }
  nav.nav-secondary .menu-item-home {
    display: none;
  }
  nav.nav-secondary a {
    line-height: 1em;
  }
  nav .wrap {
    padding: 0;
  }
  nav.pagination {
    display: block;
  }
  .menu-toggle, .sub-menu-toggle {
    display: block;
    visibility: visible;
    overflow: hidden;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    background-color: transparent;
  }
  .menu-toggle.sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  button.menu-toggle:hover, button.menuToggle:hover, button.sub-menu-toggle:hover, button.menu-toggle:focus, button.menuToggle:focus, button.sub-menu-toggle:focus {
    background-color: #51ab9c;
  }
  .menu-toggle {
    background-color: #51ab9c;
    position: relative;
    padding: 16px 12px;
    right: 0;
    z-index: 1000;
    color: white;
    width: 100%;
    border-width: 2px;
  }
  button.menu-toggle {
    background-color: transparent;
    padding: 20px 12px;
    margin: 0;
  }
  button.menu-toggle:before, button.menu-toggle.activated:before {
    display: inline-block;
    font: normal normal normal 20px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f0c9";
  }
  .sub-menu-toggle {
    background: transparent;
    float: right;
    position: absolute;
    top: 1px;
    right: 0;
    padding: 11px 20px;
    z-index: 100;
    line-height: 1em;
  }
  .sub-menu-toggle:before {
    display: inline-block;
    font: normal normal normal 16px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f107";
  }
  .sub-menu-toggle.activated:before {
    content: "\f106";
  }
  .genesis-nav-menu .menu-item {
    display: block;
    position: relative;
    text-align: left;
  }
  .genesis-nav-menu .menu-item a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 20px;
  }
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .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;
  }
  .genesis-nav-menu>.menu-item-has-children>a:after {
    content: none;
  }
  .genesis-nav-menu .sub-menu {
    display: none;
    clear: both;
    margin: 0;
    position: static;
    width: 100%;
    opacity: 1;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .genesis-nav-menu .menu-item-24 .sub-menu, .genesis-nav-menu .menu-item-24 .sub-menu a {
    width: 100%;
  }
  /* fix the desktop width change for on e wide column dropdown */
  .genesis-nav-menu .sub-menu a {
    border-left: none;
    border-right: none;
    padding-left: 40px;
    color: #eee;
  }
  .nav-primary .genesis-nav-menu .sub-menu a {
    background-color: #51ab9c;
    color: #fff;
  }
  .nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
    padding-left: 60px;
  }
  .nav-primary a:focus .sub-menu-toggle, .nav-primary .current-menu-item>button.sub-menu-toggle {
    color: #51ab9c;
  }
  .current-menu-item>button.sub-menu-toggle:hover, .current-menu-item>button.sub-menu-toggle:focus {
    background: #fff;
  }
  .donation-description {
    height: 108px !important;
  }
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

.site-footer p, .site-footer a {
  margin-bottom: 0;
  color: white;
}

@media only screen and (max-width: 1200px) {
  .genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
    text-align: center;
  }
  .genesis-nav-menu a, .genesis-nav-menu>.first>a, .genesis-nav-menu>.last>a {
    padding: 20px 16px;
  }
}

@media only screen and (max-width: 1160px) {
  body {
    background-color: #fff;
  }
  .site-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings, .sidebar .widget, .site-header {
    padding: 0;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds, .sidebar-primary {
    margin: 0;
    width: 100%;
  }
  .donation-container .one-fourth {
    width: 23.076923076923077%;
  }
  .donation-container .three-fourths {
    width: 74.35897435897436%;
  }
  .donation-button {
    margin-bottom: 5%;
  }
  .site-header .one-third {
    width: 31.623931623931625%;
  }
  .testimonial .one-sixth {
    width: 14.52991452991453%;
  }
  .testimonial .five-sixths {
    width: 82.90598290598291%;
    float: left;
    margin-left: 2.564102564102564%;
  }
  .site-header .first {
    clear: both;
    margin-left: 0;
  }
  .site-header #footer-left {
    padding: 0;
  }
  .site-header .wrap {
    max-width: 800px;
    margin-bottom: 20px;
  }
  .site-header #footer-left a {
    padding: 5px;
    padding-top: 23px;
  }
  .content {
    max-width: 100% !important;
  }
  div.single_word_desktop {
    visibility: hidden;
  }
  div.single_word_mobile {
    visibility: visible;
    position: static;
    padding: 0px;
    width: 75%;
    margin: 0 12% 4% 12%;
    color: #5B378D;
    font-size: 3.75em;
    font-family: Helvetica, Arial, sans serif;
    color: #5B378D;
    text-transform: uppercase;
    font-weight: bold;
  }
  .single_word_mobile i {
    color: #F38420;
  }
  #banner-image {
    max-width: 700px;
    height: 471px;
  }
  #banner-widget {
    background-size: 1300px 471px;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 471px;
  }
  #banner-buttons a {
    margin-bottom: 10px;
  }
  #banner-buttons {}
  #banner-buttons a .first, #mobile-genesis-nav-primary .first, #mobile-nav-secondary .first {
    clear: both;
    margin-left: 0;
  }
  #banner-buttons a .one-third, #banner-buttons a .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }
  #banner-buttons a .one-third, #mobile-genesis-nav-primary .one-third, #mobile-nav-secondary .one-third {
    width: 31.623931623931625%;
    clear: none;
  }
  #banner-buttons a .one-half, #mobile-genesis-nav-primary .one-half, #mobile-nav-secondary .one-half {
    width: 51.917948717948715%;
  }
  #banner-buttons a .one-fourth, #mobile-genesis-nav-primary .one-fourth, #mobile-nav-secondary .one-fourth {
    width: 23.576923076923077%;
  }
  #mobile-genesis-nav-primary button.menuToggle {
    padding-left: 0;
    height: 56px;
  }
  #mobile-genesis-nav-primary button.menuToggle, #mobile-genesis-nav-primary .mobile_phone {
    text-align: center;
  }
  #mobile-genesis-nav-primary .mobile_phone i {
    padding-left: 15%;
  }
  .menuToggle {
    text-align: left;
  }
  .mobile_esc {
    color: white;
    text-decoration: none;
    border: 3px solid white;
    border-radius: 8px;
    padding: 1em 0px;
    margin: auto;
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: .8em;
    line-height: 1.1em;
  }
  .mobile_esc:hover {
    color: white;
    text-decoration: none;
    border: 3px solid white;
  }
  .mobile_phone {
    display: block;
    color: white;
    font-size: 1.3em;
    text-align: right;
    padding: 16px 0;
    height: 56px;
  }
  #banner-buttons a .two-thirds {
    width: 61.811966%;
  }
  #mission-statement .one-fourth {
    width: 23.076923076923077%;
    padding: 0 15px !important;
  }
  #mission-statement .three-fourths {
    width: 74.35897435897436%;
  }
  #survivor_testimonial {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }
  #survivor_testimonial_left {
    flex: 1;
    text-align: center;
    order: 2;
    min-height: 0px;
  }
  #survivor_testimonial_right {
    flex: 1;
    text-align: center;
    order: 1;
    min-height: 0px;
  }
  #survivor_testimonial_right p {
    margin-top: 0;
  }
  #survivor_testimonial_left h1 {
    margin-top: 0px;
  }
  #mission-statement {
    padding: 0px;
  }
  #mission-statement .one-fourth {
    padding: 0 75px;
  }
  .sidebar .widget.enews-widget {
    padding: 40px;
  }
  #footer-right, #footer-middle {
    text-align: center;
    padding-top: 20px;
  }
  #footer-middle a.escape {
    margin-top: -5px;
  }
  #footer-left {
    padding: 0 15%;
  }
  #banner-buttons a {
    width: 75%;
    margin: 0 12%;
  }
  #tribe-events-list-widget-2 h3.widget-title {
    margin-top: .1em;
  }
  #footer-right p.footer-right-label {
    text-align: center;
  }
  #tribe-events-list-widget-2 {
    padding: 2.9em;
  }
  /*#tribe-events-list-widget-2 .tribe-list-widget {
	padding-left: 2em;
}*/
  #tribe-events-list-widget-2 .tribe-events-widget-link {
    font-weight: normal;
    text-decoration: underline;
  }
  /*#sticky-button {
	width: 150px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -75px;
}*/
  #footer-back #footer-middle {
    visibility: hidden;
    position: absolute;
  }
  #survivor_testimonial_left h2 {
    margin-top: -0.2em;
    line-height: 1.2em;
  }
  #footer-left a {
    padding-bottom: 0;
  }
  .tribe-events-style-theme .content {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .donation-container .one-fourth, .donation-container .three-fourths {
    width: 48.717948717948715%;
  }
  .donation-container .three-fourths p {
    padding-left: 10%;
  }
  .site-header .wrap {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 800px) {
  .testimonial .one-sixth, .testimonial .five-sixths {
    width: 100%;
  }
  .testimonial img {
    margin: 0 auto;
    display: block;
    margin-bottom: 2%;
  }
  #header-right, #header-middle {
    visibility: hidden;
    position: absolute;
  }
  .site-header .one-third {
    margin: 0;
    width: 100%;
  }
  .site-header #footer-left a {
    display: block;
    padding: 25px;
  }
  .site-header #footer-left {
    padding: 0 15%;
  }
  .team, .board {
    margin: 0;
    width: 100%;
    margin: 1%;
  }
  .board img {
    float: left;
    margin-right: 5%;
  }
  .tribe-events-meta-group-details {
    width: 33.3333% !important;
  }
}

@media only screen and (max-width: 700px) {
  #mission-statement .three-fourths, #mission-statement .one-fourth {
    margin: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 570px) {
  #banner-image {
    height: 322px;
  }
  #banner-widget {
    background-size: 900px 322px;
    background-position: -332px top;
    min-height: 322px;
  }
  #banner-buttons {}
  .donation-container .one-fourth, .donation-container .three-fourths {
    width: 100%;
  }
  .donation-container p {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }
  .donation-button {
    width: 90%;
    margin-right: 5%;
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 350px) {
  #banner-widget div.single_word_mobile {
    font-size: 3em;
  }
  .mobile_esc {
    font-size: .8em;
  }
}

/* ## 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: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
  position: relative;
}

/* SEARCH */

.blurMe {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.searchOver {
  display: none;
  background-color: rgba(91, 55, 141, 0.60);
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
}

.searchOver .soContainer {
  transition: all 0.3s ease-in-out;
  display: table;
  width: 100%;
  height: 100%;
}

.searchOver .soContainer .searchTog {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}

.searchOver .soContainer .searchTog .closeSearch {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #000;
  margin-left: 75%;
  margin-bottom: 10px;
  z-index: 999999;
  -ms-box-shadow: 1px 1px 30px #000;
  -o-box-shadow: 1px 1px 30px #000;
  box-shadow: 1px 1px 30px #000;
}

.searchOver .soContainer .searchTog .closeSearch i {
  font-size: 28px;
  padding-top: 6px;
}

.searchOver .soContainer .searchTog .closeSearch:hover {
  cursor: pointer;
}

.searchOver .soContainer .searchTog form label {
  width: 50%;
}

.searchOver .soContainer .searchTog form label input {
  -ms-box-shadow: 1px 1px 30px #000;
  -o-box-shadow: 1px 1px 30px #000;
  box-shadow: 1px 1px 30px #000;
  border-radius: 0;
  width: 100%;
  height: 50px;
  line-height: 48px;
  font-size: 42px;
  position: relative;
  z-index: 9999;
}

.searchOver .soContainer .searchTog form input[type="search"] {
  width: 50%;
  height: 48px;
  font-size: 32px;
}

.searchOver .soContainer .searchTog form input[type="submit"] {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .searchOver .soContainer .searchTog .closeSearch {
    margin-left: 83%;
  }
  .searchOver .soContainer .searchTog form input[type="search"] {
    width: 80%;
  }
}

/*
 @media all and (-ms-high-contrast:none) {
#footer-left a, #mission-statement a {
	padding: 0 !important;
	margin: 0 !important;
	}
	}*/