@charset "UTF-8";
/* # [Insert name of theme here] Child Theme
*/
/* # 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
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/
/* Global Variables */
/* Site Colours */
/*
$gk-lime: #ACCC61;
$gk-green: #007161;
$gk-light-green: #5B9A97;
$gk-dark-green: #1A3B31;
$gk-tan: #FFDF59;
$gk-navy: #051B29;
$gk-magenta: #D31245;
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
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, main, menu, nav, section, summary {
  display: block;
}

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

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

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          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,
.widget::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,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

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

body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
  background-image: linear-gradient(#f2f2f2, #fff);
  color: #4D4D4D;
  font-family: jaf-facitweb, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}

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;
  transition: all 0.1s ease-in-out;
}

a {
  color: #D1D662;
  font-weight: 600;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #D1D662;
  text-decoration: none;
}

/*
.content .ext_link:after {
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 4px;
  font-size: 80%;
}
*/
p {
  margin: 0 0 28px;
  padding: 0;
}

.page-intro {
  font-size: 2rem;
  font-size: 20px;
}

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

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 700;
}

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

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

blockquote {
  margin: 40px;
}

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: jaf-facitweb, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 42px;
  font-size: 4.2rem;
  color: #00695b;
}

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;
}

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 36px;
  font-size: 3.6rem;
}

.entry-title,
.archive-title {
  font-size: 42px;
  font-size: 4.2rem;
  padding: 10px 0 0;
  margin-bottom: 30px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #00695b;
  font-size: 30px;
  font-size: 3rem;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #00695b;
}

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

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

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 20px;
  padding: 0;
}

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

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

img {
  height: auto;
}

figure {
  margin: 0;
}

.pdfprnt-button {
  float: right;
}

/* ## Forms
--------------------------------------------- */

body .site-inner .gform_wrapper ul > li.gfield {
  margin-top: 0px !important;
}

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

.gallery-item {
  float: left;
  margin: 0 0 28px;
  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 #eee;
  height: auto;
  padding: 4px;
}

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

/* ## Forms and Buttons
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px;
  width: auto;
}

input:focus,
textarea:focus {
  border: 0;
  outline: none;
}

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

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  background-color: #009c87;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #D1D662;
  color: #fff;
}

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

.button {
  display: inline-block;
}

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

.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: #eee;
  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_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 5px 9px !important;
}

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

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

/*
.site-header .search-form {
	float: right;
	margin: 12px 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;
}

.gform_confirmation_wrapper {
 /* background: #52489C;
  color: #fff;*/
  padding: 40px;
  font-weight:  600;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}

.error404 .entry-content .search-form input[type=submit] {
  background: #00695b;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 18px 24px;
  padding: 1.8rem 2.4rem;
  margin-top: 0;
  text-transform: uppercase;
  width: auto;
  content: ")";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 24px/1 "FontAwesome";
  border: none;
  vertical-align: middle;
}

.error404 .entry-content .search-form input[type=search] {
  width: 300px;
}

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

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

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

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

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

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.site-inner {
  clear: both;
  padding-top: 40px;
  word-wrap: break-word;
}

.landing-page .site-inner {
  max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

.content-sidebar .content-sidebar-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
}

/* ### Content */
.content-sidebar .content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  /*
  	float: right;
  	width: 880px;
  */
}

.content-sidebar .sidebar {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 660px;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
  /*
  	float: right;
  	width: 360px;
  */
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## 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.5641025641%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.7179487179%;
}

.one-third,
.two-sixths {
  width: 31.6239316239%;
}

.four-sixths,
.two-thirds {
  width: 65.811965812%;
}

.one-fourth {
  width: 23.0769230769%;
}

.three-fourths {
  width: 74.358974359%;
}

.one-sixth {
  width: 14.5299145299%;
}

.five-sixths {
  width: 82.905982906%;
}

.first {
  clear: both;
  margin-left: 0;
}

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

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## 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 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

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

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word;
}

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

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

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

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

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

/* ## Sticky Button (Donate Button)
--------------------------------------------- */
.sticky-button-widget {
  position: fixed;
  right: 0;
  top: 65vh;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: right bottom 0;
          transform-origin: right bottom 0;
  z-index: 99;
}
.sticky-button-widget .button-sticky {
  background-color: #D31245 !important;
  color: #fff !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.sticky-button-widget .button-sticky:hover i, .sticky-button-widget .button-sticky:focus i {
  -webkit-animation: heartbeat 1s infinite;
          animation: heartbeat 1s infinite;
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #00695b;
}

.site-header > .wrap {
  padding: 25px 0;
}

.header-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
      grid-template-areas: "title strapline contact";
}
.header-grid > * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.header-grid div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}
.header-grid div:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: contact;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: center;
      align-self: center;
}
.header-grid div:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: strapline;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}
.header-grid div:nth-child(3) .header-strapline {
  font-size: 30px;
  font-size: 3rem;
  font-style: italic;
  color: #fff;
}

.utility-bar {
  background: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
}

.utility-bar-right {
  background: #f2f2f2;
  color: #00695b;
  font-weight: 600;
  float: right;
  padding: 4px 0;
}
.utility-bar-right .widget {
  display: inline-block;
  text-align: right;
  margin-bottom: 0;
  vertical-align: middle;
}
.utility-bar-right .widget .textwidget {
  text-align: center;
}
.utility-bar-right .widget .gk-contact {
  display: inline-block;
  padding: 0 5px;
}
.utility-bar-right .widget a {
  color: #00695b;
}
.utility-bar-right .widget a :hover {
  color: #D1D662;
}
.utility-bar-right fa {
  color: #00695b;
}
.utility-bar-right .social-icons {
  padding-left: 20px;
}
.utility-bar-right .social-icons li {
  display: inline-block;
  background: none !important;
  border: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.utility-bar-right .social-icons a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  height: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  width: 1em;
  border-radius: 2px;
  font-size: 15px;
  padding: 8px;
}
.utility-bar-right .social-icons .fa-envelope-o {
  color: #fff;
  border-radius: 25px;
  background: #009c87;
}
.utility-bar-right .social-icons .fa-envelope-o:hover, .utility-bar-right .social-icons .fa-envelope-o:focus {
  background-color: #00695b;
}
.utility-bar-right .social-icons .fa-linkedin {
  color: #fff;
  border-radius: 25px;
  background: #36a7e9;
}
.utility-bar-right .social-icons .fa-linkedin:hover, .utility-bar-right .social-icons .fa-linkedin:focus {
  background-color: #178fd5;
}
.utility-bar-right .social-icons .fa-facebook {
  color: #fff;
  border-radius: 25px;
  background: #52489C;
}
.utility-bar-right .social-icons .fa-facebook:hover, .utility-bar-right .social-icons .fa-facebook:focus {
  background-color: #403879;
}
.utility-bar-right .social-icons .fa-instagram {
  color: #fff;
  border-radius: 25px;
  background: #D31245;
}
.utility-bar-right .social-icons .fa-instagram:hover, .utility-bar-right .social-icons .fa-instagram:focus {
  background-color: #a40e36;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 20%;
}

.header-image .title-area {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0;
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.header-image .site-title > a {
  background-size: contain !important;
  float: left;
  min-height: 80px;
  width: 100%;
}

.site-description {
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  color: #fff;
  padding-left: 70px;
}

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

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

.header-image .site-description {
  display: block;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .header-widget-area {
  width: 80%;
  float: left;
}

.site-header .widget-area .widget {
  display: block;
  margin-bottom: 0px;
}
.site-header .widget-area .widget:last-child {
  margin-right: 0px;
}
.site-header .widget-area .textwidget > *:not(:first-child) {
  margin-top: 10px;
}
.site-header .widget-area .textwidget p {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}
.site-header .widget-area .textwidget p a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
/* Search Form
--------------------------------------------- */
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: none;
  position: relative;
  overflow: hidden;
}
.search-form label {
  width: 100%;
  margin-bottom: 0;
}
.search-form .search-field {
  border: none;
  padding: 10px 10px 10px 60px;
  width: 100%;
  caret-color: #00695b;
  outline: none;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  border-radius: 2px;
  line-height: normal;
  height: 45px;
  -webkit-appearance: none;
}
.search-form .search-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  font-size: 20px;
  font-size: 2rem;
}
.search-form .search-box__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 6px;
}
.search-form .search-box__button {
  width: 45px;
  height: 45px;
  line-height: normal;
  font-size: 20px;
  font-size: 2rem;
}
.search-form .search-box__button + .search-box__button {
  margin-left: 5px;
}
.search-form .search-reset,
.search-form .search-submit {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 10px;
  margin: 0;
  min-width: 0;
  outline: none;
  cursor: pointer;
}

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

/* Search
--------------------------------------------- */
.header__search {
  padding: 20px 0;
}
@media only screen and (max-width: 1023px) {
  .header__search {
    display: block;
  }
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 0;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 32px 20px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-page-ancestor > a {
  color: #D1D662;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
}

.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;
}

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

.menu-toggle,
.sub-menu-toggle {
  display: none;
  visibility: hidden;
}

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

/* ## Custom parent highlighting
--------------------------------------------- */
.events-archive .genesis-nav-menu .menu-item-4339 a,
.single-tribe_events .genesis-nav-menu .menu-item-4339 a,
.single-opportunity .genesis-nav-menu .menu-item-60 a,
.single-post.category-news .menu-item-4148 a,
.single-post.category-blog .menu-item-4147 a,
.archive.date .menu-item-4148 a {
  color: #D1D662;
}

.page-id-47 .genesis-nav-menu .menu-item-3818 a,
.page-id-43 .genesis-nav-menu .menu-item-3820 a,
.page-id-37 .genesis-nav-menu .menu-item-3823 a,
.page-id-45 .genesis-nav-menu .menu-item-3819 a,
.page-id-39 .genesis-nav-menu .menu-item-3822 a,
.page-id-41 .genesis-nav-menu .menu-item-3821 a,
.page-id-4545 .genesis-nav-menu .menu-item-4547 a,
.page-id-4545 .genesis-nav-menu .menu-item-60 a {
  color: #D1D662;
}

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
  /*.grid {
  	display: grid;
  	grid-template-columns: 1fr 3fr;
  	justify-content: center;
  	align-content: center;
  }*/
}
.nav-primary .genesis-nav-menu {
  text-align: left;
  padding-top: 44px;
}
.nav-primary .genesis-nav-menu a {
  font-family: jaf-facitweb, sans-serif;
  font-size: 18px;
  font-size: 1.75rem;
  color: #fff;
  padding: 0 8px;
  font-weight: 500;
  border-right: 1px solid #fff;
}
.nav-primary .genesis-nav-menu a :hover {
  color: #D1D662;
}
.nav-primary .genesis-nav-menu .menu-item:last-child a {
  padding-right: 0px;
  border-right: none;
}
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .current-page-ancestor > a {
  color: #D1D662;
}
.nav-primary .genesis-nav-menu .right-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
}
.nav-primary .genesis-nav-menu .right-search .search-toggle {
  padding: 0;
  border: none;
  color: #fff;
  padding: 0 10px;
  background: none;
  width: 30px;
  outline: none;
}
.nav-primary .genesis-nav-menu .right-search .search-toggle :hover {
  color: #D1D662;
}
.nav-primary .genesis-nav-menu .right-search .search-toggle__open {
  display: block !important;
}
.nav-primary .genesis-nav-menu .right-search .search-toggle__close, .nav-primary .genesis-nav-menu .right-search .search-toggle__close + span {
  display: none !important;
}
.nav-primary .genesis-nav-menu .right-search .search-toggle[aria-expanded=true] .search-toggle__open,
.nav-primary .genesis-nav-menu .right-search .search-toggle[aria-expanded=true] .search-toggle__open + span {
  display: none !important;
}
.nav-primary .genesis-nav-menu .right-search .search-toggle[aria-expanded=true] .search-toggle__close,
.nav-primary .genesis-nav-menu .right-search .search-toggle[aria-expanded=true] .search-toggle__close + span {
  display: block !important;
}
@media only screen and (max-width: 1023px) {
  .nav-primary .genesis-nav-menu .right-search {
    display: none;
  }
}
.nav-primary .primary-nav-left {
  color: #051B29;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  -ms-grid-column-align: start;
      justify-self: start;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.nav-primary .primary-nav-left .social-icons {
  vertical-align: top;
}
.nav-primary .primary-nav-left .social-icons li {
  display: inline-block;
  background: none !important;
  border: none !important;
  float: left;
  list-style-type: none !important;
  margin: 0 1px !important;
  padding: 0 !important;
}
.nav-primary .primary-nav-left .social-icons a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  height: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  width: 1em;
  border-radius: 2px;
  font-size: 17px;
  padding: 9px;
}
.nav-primary .primary-nav-left .social-icons .fa-envelope-o {
  color: #009c87;
}
.nav-primary .primary-nav-left .social-icons .fa-envelope-o:hover, .nav-primary .primary-nav-left .social-icons .fa-envelope-o:focus {
  background-color: #00695b;
}
.nav-primary .primary-nav-left .social-icons .fa-twitter {
  color: #36a7e9;
}
.nav-primary .primary-nav-left .social-icons .fa-twitter:hover, .nav-primary .primary-nav-left .social-icons .fa-twitter:focus {
  background-color: #178fd5;
}
.nav-primary .primary-nav-left .social-icons .fa-facebook {
  color: #52489C;
}
.nav-primary .primary-nav-left .social-icons .fa-facebook:hover, .nav-primary .primary-nav-left .social-icons .fa-facebook:focus {
  background-color: #403879;
}
.nav-primary .primary-nav-left .social-icons .fa-instagram {
  color: #D31245;
}
.nav-primary .primary-nav-left .social-icons .fa-instagram:hover, .nav-primary .primary-nav-left .social-icons .fa-instagram:focus {
  background-color: #a40e36;
}

.nav-secondary {
  color: #009c87;
  background-color: #fff;
}
.nav-secondary .genesis-nav-menu {
  text-align: left;
}
.nav-secondary .genesis-nav-menu li:first-child a {
  padding-left: 0px;
}
.nav-secondary .genesis-nav-menu li a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #00695b;
  padding: 10px 14px 8px 14px;
}
.nav-secondary .genesis-nav-menu li a:focus, .nav-secondary .genesis-nav-menu li a:hover {
  color: #D1D662;
}
.nav-secondary .right .widget-area,
.nav-secondary .right .search-form {
  display: inline-block;
  vertical-align: top;
}
.nav-secondary .right .printfriendly a {
  padding: 7px 0px 7px 10px;
}

.genesis-nav-menu {
  /*
  .current-menu-item a:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 40px 0 40px;
      border-color: #fff transparent transparent transparent;
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  */
}
.genesis-nav-menu a {
  font-weight: 400;
}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus {
  text-decoration: none;
}
.genesis-nav-menu .current-menu-item > a {
  position: relative;
  text-decoration: none;
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px 0;
  font-weight: 600;
}

/* Homepage styling goes here */
.home .site-inner {
  padding-top: 0;
}

.home .entry-header {
  display: none;
}

.home-post {
  background-color: #fff;
  padding: 40px;
}

.home-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  padding: 60px 0px;
}
.home-grid > * {
  border-radius: 2px;
  color: white;
}
.home-grid .widget {
  margin-bottom: 0;
}
.home-grid h2 {
  margin-bottom: 15px;
}
.home-grid .area-a {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #D31245;
}
.home-grid .area-a h2 {
  color: #fff;
  background-color: #00695b;
  padding: 20px 30px;
  margin: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: none;
}
.home-grid .area-a .button {
  margin-top: 20px;
  background: #a40e36;
}
.home-grid .area-a .button:hover, .home-grid .area-a .button:focus {
  background: #9b0d33;
}
.home-grid .area-a .widget {
  padding: 40px;
}
.home-grid .area-b {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}
.home-grid .area-b .wp-video {
  margin: 0;
}
.home-grid .area-b .wp-video-shortcode {
  width: 100% !important;
}
.home-grid .area-c {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-grid .area-c > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
.home-grid .area-c .featured-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 40px);
  background-color: #009c87;
}
.home-grid .area-c .featured-post .cell-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  min-height: 300px;
}
.home-grid .area-c .featured-post .cell-content {
  padding: 40px;
}
.home-grid .area-c .featured-post .cell-label {
  background-color: #00695b;
}
.home-grid .area-c .featured-post .cell-button:hover, .home-grid .area-c .featured-post .cell-button:focus {
  background: #005f52;
}
.home-grid .area-c .donate-button {
  display: block;
  background-color: #36a7e9;
}
.home-grid .area-c .donate-button:hover, .home-grid .area-c .donate-button:focus {
  background-color: #2da3e8;
  cursor: pointer;
}
.home-grid .area-c .donate-button .button {
  padding: 40px;
  display: block;
  text-align: center;
  background-color: #36a7e9;
  font-size: 30px;
  font-size: 3rem;
}
.home-grid .area-c .donate-button .button:hover, .home-grid .area-c .donate-button .button:focus {
  background-color: #2da3e8;
}
.home-grid .area-c .donate-button .button:hover i, .home-grid .area-c .donate-button .button:focus i {
  -webkit-animation: heartbeat 1s infinite;
          animation: heartbeat 1s infinite;
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.home-grid .area-d {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  background-color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-grid .area-d .recent-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.home-grid .area-d .recent-posts .cell-title {
  padding: 30px 40px;
  background-color: #36a7e9;
  margin: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.home-grid .area-d .recent-posts .cell-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 40px;
}
.home-grid .area-d .recent-posts .cell-item {
  color: #4D4D4D !important;
  border-bottom: 2px solid #36a7e9;
  padding-bottom: 8px;
}
.home-grid .area-d .recent-posts .cell-item .item-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.home-grid .area-d .recent-posts .cell-item .item-date {
  font-size: 13px;
  margin-bottom: 5px;
}
.home-grid .area-d .recent-posts .cell-item .item-button {
  font-size: 14px;
}
.home-grid .area-d .recent-posts .cell-item a {
  color: #333;
}
.home-grid .area-d .recent-posts .cell-item a:hover, .home-grid .area-d .recent-posts .cell-item a:focus {
  color: #36a7e9;
}
.home-grid .area-d .recent-posts .cell-item:not(:last-child) {
  margin-bottom: 20px;
}
.home-grid .area-d .recent-posts .cell-button {
  width: 100%;
  text-align: right;
  padding: 20px;
  background-color: #36a7e9;
  border-radius: 0 0 2px 2px;
}
.home-grid .area-d .recent-posts .cell-button:hover, .home-grid .area-d .recent-posts .cell-button:focus {
  background: #2da3e8;
}
.home-grid .area-e {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  background-color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-grid .area-e > h2 {
  padding: 30px 40px;
  background-color: #52489C;
  margin: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.home-grid .area-e .widget {
  height: 100%;
  color: #4D4D4D !important;
  padding: 15px 0 0 0;
}
.home-grid .area-e .widget .widget-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-grid .area-e .widget .widget-wrap div:nth-last-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home-grid .area-e .widget a {
  color: #333;
  background-color: transparent;
}
.home-grid .area-e .widget a:hover, .home-grid .area-e .widget a:focus {
  color: #fff;
}
.home-grid .area-e .widget .type-tribe_events {
  padding: 0 40px;
}
.home-grid .area-e .widget .list-info h2 {
  margin-bottom: 5px;
  line-height: 1.2;
}
.home-grid .area-e .widget .tribe-events-title {
  font-size: 16px;
  font-size: 1.6rem;
}
.home-grid .area-e .widget .tribe-events-widget-link {
  padding: 20px;
  background-color: #52489C;
  border-radius: 0 0 2px 2px;
  text-align: right;
}
.home-grid .area-e .widget .tribe-events-widget-link a,
.home-grid .area-e .widget .tribe-events-widget-link i {
  color: #fff;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: 400;
}
.home-grid .area-e .widget .tribe-events-widget-link:hover, .home-grid .area-e .widget .tribe-events-widget-link:focus {
  background-color: #4e4595;
  cursor: pointer;
}
.home-grid .area-e .widget .tribe-mini-calendar-event {
  border-bottom: 2px solid #52489C;
  padding-bottom: 10px;
}
.home-grid .area-e .widget .tribe-mini-calendar-event a {
  color: #333;
}
.home-grid .area-e .widget .tribe-mini-calendar-event a:hover, .home-grid .area-e .widget .tribe-mini-calendar-event a:focus {
  color: #52489C;
}
.home-grid .area-e .widget .tribe-mini-calendar-event .list-date {
  background: #cbc8e1;
}
.home-grid .area-e .widget .tribe-mini-calendar-event .list-date .list-dayname {
  background: #52489C;
  color: #fff;
}
.home-grid .area-e .widget .tribe-mini-calendar-event .list-date .list-daynumber {
  color: #52489C;
}
.home-grid .area-e .widget .tribe-section-s {
  padding: 0;
}
.home-grid .area-f {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  background-color: #D31245;
}
.home-grid .area-f .featured-project {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
}
.home-grid .area-f .featured-project .cell-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.home-grid .area-f .featured-project .cell-content {
  padding: 40px 40px 40px 0;
}
.home-grid .area-f .featured-project .cell-button {
  background-color: #a40e36;
}
.home-grid .area-f .featured-project .cell-button:hover, .home-grid .area-f .featured-project .cell-button:focus {
  background: #9b0d33;
}
.home-grid .area-f .featured-project .cell-label {
  background-color: #bc103d;
}
.home-grid .cell-label {
  position: absolute;
  top: 0px;
  left: 40px;
  padding: 10px 15px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.home-grid .cell-button {
  background-color: #00695b;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
#tribe-events-bar {
  margin-bottom: 25px;
}

#tribe-bar-collapse-toggle {
  color: inherit;
  font-size: 12px;
}

.tribe-filters-open #tribe_events_filters_wrapper,
.tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
.tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-vertical {
  position: relative;
}

#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_slider_val {
  position: relative;
}

.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_form {
  display: block;
}

.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-label {
  display: block;
}

.tribe-events-filter-view.tribe-filters-closed .tribe_events_filters_reset {
  display: inline-block;
}

#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
  padding: 15px;
}

#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
  background: #eaeaea;
  border: none;
}

.tribe-events-filters-horizontal .tribe-events-filter-group {
  padding: 0 2px;
  background: transparent;
}

.tribe-events-filters-horizontal .tribe-events-filters-content {
  background: #eaeaea;
  border: none;
}

#tribe_events_filters_wrapper .tribe-filter-status {
  display: none;
}

#tribe_events_filters_wrapper button:focus, #tribe_events_filters_wrapper label input[type=checkbox]:focus, #tribe_events_filters_wrapper label input[type=radio] {
  outline: none;
}

.tribe-events-filters-horizontal button .horizontal-drop-indicator {
  display: inline-block;
  margin: 0 4px;
  position: absolute;
  right: 10px;
}

.tribe-events-filters-horizontal button .horizontal-drop-indicator:before {
  vertical-align: middle;
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: inherit;
  border-width: 8px;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 0;
  margin: 0;
}

.tribe_events_filter_item.closed.tribe_last_child, .tribe_events_filter_item.tribe_last_child {
  padding-bottom: 0;
}

#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading {
  height: 60px;
  text-transform: uppercase;
  color: inherit;
}

@media only screen and (min-width: 767px) {
  .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    text-align: left;
  }

  #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    padding: 0;
  }

  .tribe-events-filters-horizontal .tribe-events-filters-content {
    display: block;
  }

  .tribe-events-filters-horizontal .tribe-events-filter-group {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
    position: relative;
  }

  .tribe-events-filters-horizontal .tribe_events_filter_item {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .tribe-events-filters-horizontal .tribe_events_filter_item,
.tribe-events-filters-horizontal .tribe_events_filter_item.active {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .tribe-mobile #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
.tribe-mobile #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    margin-bottom: 0px;
  }
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal,
#tribe_events_filters_wrapper.tribe-events-filters-vertical {
  margin-top: 20px !important;
}

#tribe-bar-form .tribe-bar-filters {
  background: #fff;
}
#tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter {
  width: 50%;
}
#tribe-bar-form .tribe-bar-filters .tribe-bar-submit, #tribe-bar-form .tribe-bar-filters .tribe-bar-reset {
  float: right;
}
#tribe-bar-form .tribe-bar-filters .tribe-bar-reset {
  padding: 0 15px 15px 15px;
  float: right;
  margin-left: 76.6667%;
  width: 25%;
}
#tribe-bar-form .tribe-bar-filters .tribe-bar-reset .tribe-reset-button {
  margin: 0;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  line-height: 2;
  border-radius: 0;
  padding: 10px;
  text-transform: uppercase;
  float: right;
}
#tribe-bar-form .tribe-bar-filters .tribe-bar-reset .tribe-reset-button:hover, #tribe-bar-form .tribe-bar-filters .tribe-bar-reset .tribe-reset-button:focus {
  color: #fff !important;
  background: #00927e;
}
#tribe-bar-form .tribe-bar-filters input[type=text] {
  font-style: normal;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-reset {
  padding: 0 10px 10px;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-reset .tribe-reset-button {
  font-size: 12px;
}

.tribe-bar-date-filter {
  display: none;
}

.tribe-events-page-title {
  font-size: 42px;
  font-weight: 500;
  text-align: left;
}

.events-archive .entry-content, .events-archive .entry-header {
  width: 100% !important;
}

.gk-event-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background: #fff;
}
.gk-event-grid .tribe-events-list-event-title {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}
.gk-event-grid .time-details {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #009c87;
  color: #fff;
  margin: 0;
  padding: 0 !important;
}
.gk-event-grid .time-details .gk-time {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px;
}
.gk-event-grid .time-details .gk-start-date {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
.gk-event-grid .time-details .tribe-events-event-image {
  width: 100% !important;
  margin: 5px 0 0 0 !important;
}
.gk-event-grid .time-details .tribe-events-event-image img {
  display: block;
}
.gk-event-grid .gk-events-info {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.gk-event-grid .tribe-events-event-meta {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  background: #009c87;
  color: #fff;
  padding: 15px !important;
  margin: 0 !important;
}
.gk-event-grid .tribe-events-event-meta a {
  color: #fff;
}
.gk-event-grid .tribe-events-event-meta .tribe-events-venue-details {
  margin: 0 !important;
  padding: 0 !important;
  border-top: none !important;
}
.gk-event-grid .tribe-events-event-meta .tribe-address {
  display: block;
  padding: 5px 0 10px;
}
.gk-event-grid .tribe-events-event-meta .tribe-events-event-cost {
  padding-top: 15px;
  margin: 0 !important;
}

.gk-event-grid-date.grid-item {
  -ms-grid-column: 1;
  grid-column: 1;
}

.gk-event-grid-content.grid-item {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.gk-event-grid-details.grid-item {
  -ms-grid-column: 3;
  grid-column: 3/3;
}

.events-list .tribe-events-loop {
  max-width: 100%;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #36a7e9 !important;
}

.tribe-events-tooltip h3.entry-title,
.tribe-events-tooltip h3.tribe-event-title {
  font-size: 18px;
  font-size: 1.8rem;
}

.tribe-events-list-separator-month {
  text-align: left !important;
  font-size: 30px !important;
  font-size: 3rem !important;
  font-weight: 500;
  padding: 0 !important;
  margin: 40px 0 40px 0 !important;
}

.tribe-events-list-separator-month:after {
  content: "";
  border-bottom: none !important;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tribe-events-list-separator-month span {
  color: #00695b !important;
  background-color: #fff;
  padding: 5px 20px !important;
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding-top: 0 !important;
}

.single-tribe_events .tribe-events-schedule .tribe-events-divider {
  padding-left: 10px;
  padding-right: 10px;
}

#tribe-events .event-is-recurring {
  font-size: 1.4rem;
  font-size: 14px;
}

.gk-event-grid .event-is-recurring {
  color: #fff;
  margin-top: 5px;
}
.gk-event-grid .event-is-recurring a {
  color: #D1D662;
}
.gk-event-grid .event-is-recurring .tribe-events-divider {
  display: none;
}

.gi-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 30px;
  margin-bottom: 40px;
}
.gi-grid .gi-image {
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gi-grid .widget-title {
  display: none;
}
.gi-grid .gk-blurb {
  padding: 20px;
}

.gi-grid-1,
.gi-grid-2,
.gi-grid-3,
.gi-grid-4,
.gi-grid-5 {
  color: #fff;
}
.gi-grid-1 a,
.gi-grid-2 a,
.gi-grid-3 a,
.gi-grid-4 a,
.gi-grid-5 a {
  color: #fff;
}

.gi-grid-1 {
  background: #00695b;
}

.gi-grid-2 {
  background: #36a7e9;
}

.gi-grid-3 {
  background: #D31245;
}

.gi-grid-4 {
  background: #52489C;
}

.gi-grid-5 {
  background: #009c87;
}

.vol-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 40px;
}
.vol-grid .vol-grid-item {
  background: #D1D662;
}
.vol-grid .vol-image {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vol-grid .vol-details {
  padding: 30px;
}
.vol-grid .vol-details h3 a {
  color: #333;
  font-weight: 500;
}
.vol-grid .vol-details h3 a:hover {
  color: #333;
}

.home-grid .area-e .widget .tribe-event-featured {
  border-bottom: none;
}

.home-grid .area-e .widget .tribe-event-featured a {
  color: #fff;
}

.home-grid .area-e .widget .tribe-event-featured .tribe-mini-calendar-event {
  border-bottom: none;
  background: #52489C !important;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: #52489C !important;
}

.page-id-4131 .widget_archive,
.page-id-4145 .widget_archive,
.archive .widget_archive {
  display: inline-block;
  margin: 0 0;
}
.page-id-4131 .widget_archive .widget-title,
.page-id-4145 .widget_archive .widget-title,
.archive .widget_archive .widget-title {
  display: none;
}

.page-id-4131 h1.entry-title,
.page-id-4145 h1.entry-title {
  width: 70%;
  display: inline-block;
}

.archive .archive-description {
  width: 70%;
  display: inline-block;
}

/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.home .entry {
  padding: 0;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333;
  color: #eee;
}

.rl-gallery-container ul {
  margin: 0;
}
.rl-gallery-container ul li {
  margin: 0;
}
.rl-gallery-container ul.sy-pager {
  display: none;
}

.no-whitespace {
  font-size: 0;
}
.no-whitespace > * {
  font-size: 16px;
  font-size: 1.6rem;
}

.entry-ft-img img, .entry .rl-gallery-container {
  display: block;
  margin-bottom: 20px;
}

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

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px;
}

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

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

.entry-backlinks {
  color: #00695b;
}

.entry-meta {
  color: #005A65;
  padding-top: 10px;
  margin-bottom: 20px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}
.pagination .page-item {
  list-style-type: none;
  display: inline;
  padding: 5px;
}
.pagination .wpv-filter-previous-link {
  display: inline-block;
}
.pagination .wpv-filter-next-link {
  display: inline-block;
}

.entry-content ul.pagination {
  margin-left: 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination a,
.wpv-pagination-nav-links-item a {
  background-color: #D1D662;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
  background-color: #c3251d;
  color: #fff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 60px 60px 32px;
}

.entry-comments {
  padding: 60px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

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

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

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

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

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

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

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.sidebar .widget {
  background-color: #fff;
  padding: 40px;
}
.sidebar .widget.widget_nav_menu {
  background-color: #00695b;
  padding: 0;
  color: #fff;
}
.sidebar .widget.widget_nav_menu .widget-title {
  background: #00695b;
  padding: 20px 20px 10px 20px;
  font-size: 3rem;
  font-size: 30px;
  margin-bottom: 0;
}
.sidebar .widget.widget_nav_menu .menu .current-menu-item > a {
  color: #D1D662;
}
.sidebar .widget.widget_nav_menu ul {
  padding: 20px;
}
.sidebar .widget.widget_nav_menu ul li {
  border-bottom: solid 1px #00cfb3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar .widget.widget_nav_menu ul li::before {
  font-family: "FontAwesome";
  content: "";
  padding-right: 10px;
}
.sidebar .widget.widget_nav_menu ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-size: 18px;
}
.sidebar .widget.spot {
  padding: 0;
  color: #fff;
  border-radius: 2px;
  background: #36a7e9;
}
.sidebar .widget.spot .widget-title {
  display: none;
}
.sidebar .widget.spot h2 {
  padding: 20px 20px 10px 20px;
  margin-bottom: 0;
}
.sidebar .widget.spot p {
  margin-bottom: 0;
  padding: 0 20px 10px;
}
.sidebar .widget.spot .button {
  background: #36a7e9;
  width: 100%;
  text-align: right;
  padding: 10px 20px;
  color: #fff;
}
.sidebar .widget.spot .button:hover, .sidebar .widget.spot .button:focus {
  background: #2da3e8;
}
.sidebar .widget .gk-filters select,
.sidebar .widget .gk-filters .form-group input {
  width: 100%;
  margin-bottom: 20px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.cta-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.cta-widget .cta-image {
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-widget .cta-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta-widget .cta-excerpt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer-widgets {
  background: #f2f2f2;
  color: #fff;
  padding: 60px 0;
}
.footer-widgets .footer-widget-area:not(:last-child) .widget-title {
  font-weight: 600;
  display: none;
}

.page-id-23 .footer-widgets {
  display: none;
}

.footer-widgets-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  border-radius: 2px;
}
.footer-widgets-grid .button {
  width: 100%;
  text-align: right;
  padding: 10px 20px;
  margin-bottom: 0;
}
.footer-widgets-grid .button:hover {
  color: #fff;
}
.footer-widgets-grid .footer-widget-area {
  border-radius: 2px;
}
.footer-widgets-grid > * .widget, .footer-widgets-grid > * .widget-wrap, .footer-widgets-grid > * .icit-spot-content, .footer-widgets-grid > * .gform_wrapper, .footer-widgets-grid > * form {
  height: 100%;
}
.footer-widgets-grid .footer-widgets-1 h2, .footer-widgets-grid .footer-widgets-2 h2 {
  padding: 20px 20px 10px 20px;
  margin-bottom: 0;
}
.footer-widgets-grid .footer-widgets-3 .widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-widgets-grid .footer-widgets-1 {
  background: #d31245;
}
.footer-widgets-grid .footer-widgets-1 .button {
  background: #d31245;
}
.footer-widgets-grid .footer-widgets-1 .button:hover, .footer-widgets-grid .footer-widgets-1 .button:focus {
  background: #ca1142;
}
.footer-widgets-grid .footer-widgets-2 {
  background: #52489c;
}
.footer-widgets-grid .footer-widgets-2 .button {
  background: #52489c;
}
.footer-widgets-grid .footer-widgets-2 .button:hover, .footer-widgets-grid .footer-widgets-2 .button:focus {
  background: #4e4595;
}
.footer-widgets-grid .footer-widgets-3 {
  background: #36a7e9;
}
.footer-widgets-grid .footer-widgets-3 .widget-title {
  padding: 20px 20px 10px 20px;
  margin-bottom: 0;
  font-size: 30px;
  font-size: 3rem;
}
.footer-widgets-grid .footer-widgets-3 input,
.footer-widgets-grid .footer-widgets-3 select,
.footer-widgets-grid .footer-widgets-3 textarea {
  border: 0;
}
.footer-widgets-grid .footer-widgets-3 .gform_wrapper {
  margin: 0;
}
.footer-widgets-grid .footer-widgets-3 .gform_wrapper span.gform_description {
  padding: 0 20px;
  margin-bottom: 0;
}
.footer-widgets-grid .footer-widgets-3 .gform_wrapper span.gform_description a {
  color: #fff !important;
}
.footer-widgets-grid .footer-widgets-3 .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin: 0;
}
.footer-widgets-grid .footer-widgets-3 .gform_wrapper .gform_body {
  padding: 0 20px;
  margin-bottom: 0;
}
.footer-widgets-grid .footer-widgets-3 .gform_wrapper .gform_button:after {
  color: #FFFFFF;
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
  z-index: 100;
  margin-left: 0px;
  padding-left: 5px;
}
.footer-widgets-grid .footer-widgets-3 .gform_wrapper .gform_footer {
  padding: 0px;
  margin: 0px;
}
.footer-widgets-grid .footer-widgets-3 .gform_wrapper .gform_footer input[type=submit],
.footer-widgets-grid .footer-widgets-3 .gform_wrapper .gform_footer .button {
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
  background: #36a7e9;
}
.footer-widgets-grid .footer-widgets-3 .gform_wrapper .gform_footer input[type=submit]:hover, .footer-widgets-grid .footer-widgets-3 .gform_wrapper .gform_footer input[type=submit]:focus,
.footer-widgets-grid .footer-widgets-3 .gform_wrapper .gform_footer .button:hover,
.footer-widgets-grid .footer-widgets-3 .gform_wrapper .gform_footer .button:focus {
  background: #2da3e8;
}
.footer-widgets-grid .footer-widgets-3 .gfield_required {
  color: #D1D662;
}
.footer-widgets-grid .footer-widgets-3 .gform_confirmation_wrapper {
  background: #36a7e9;
}
.footer-widgets-grid p {
  margin-bottom: 0;
  padding: 0 20px 10px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  color: #fff;
  background-color: #00695b;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 60px 0 40px;
  text-align: left !important;
}
.site-footer .menu li {
  display: inline-block;
  margin-right: 10px;
}
.site-footer a {
  color: #D1D662 !important;
}
.site-footer a:focus, .site-footer a:hover {
  color: #009c87 !important;
}
.site-footer .footer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .footer-grid .footer-left {
  margin-right: 40px;
}
.site-footer .footer-grid .footer-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-footer .footer-grid .footer-right > * {
  display: inline-block;
  vertical-align: top;
}
.site-footer .footer-grid .footer-right a:not(:last-child) {
  margin-right: 20px;
}

.footer-menu-container .genesis-nav-menu {
  font-size: 1.4rem;
  font-size: 14px;
  margin-top: -20px;
  text-align: left !important;
}

.site-footer p {
  margin-bottom: 2px;
}

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

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

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

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

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

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

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

.enews form + p {
  margin-top: 24px;
}

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

.post-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-hero .overlay {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  padding: 125px 0;
  z-index: 2;
}
.post-hero .entry-title {
  margin-bottom: 0;
  padding: 0;
  color: #fff;
  max-width: 50%;
  font-size: 48px;
  font-size: 4.8rem;
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .post-hero .entry-title {
    max-width: none;
  }
}
/* Toolset Styles */
.gk-filters button {
  background: #009c87;
}
.gk-filters button:hover, .gk-filters button:focus {
  background: #00927e;
  color: #333;
}

.groups-wrapper.gk-news {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 30px;
  padding-top: 10px;
}
.groups-wrapper.gk-news img {
  background-color: #fff;
}
.groups-wrapper.gk-news .group {
  background-color: #00695b;
  border-radius: 2px;
}
.groups-wrapper.gk-news .group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.groups-wrapper.gk-news .group-image {
  height: 200px;
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
}
.groups-wrapper.gk-news .group-title {
  padding: 10px 20px 15px;
}
.groups-wrapper.gk-news .group-title a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
.groups-wrapper.gk-news .group-title a:hover, .groups-wrapper.gk-news .group-title a:focus {
  color: #99c3bd;
}
.groups-wrapper.gk-news h3 {
  margin-bottom: 0;
}
.groups-wrapper.gk-news .group-date {
  background: #009c87;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 20px;
}
.groups-wrapper.gk-news .group-excerpt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 20px;
  background: #eee;
}
.groups-wrapper.gk-news .group-excerpt p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 20px;
}
.groups-wrapper.gk-news .group-excerpt a {
  color: #00695b;
}
.groups-wrapper.gk-news .group-excerpt a:hover, .groups-wrapper.gk-news .group-excerpt a:focus {
  color: #009c87;
}
.groups-wrapper.gk-news .group-header {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #009c87;
  padding: 10px 20px;
}
.groups-wrapper.gk-news .group-header a {
  font-size: 12px;
  color: #fff;
}
.groups-wrapper.gk-news .group-header a:hover, .groups-wrapper.gk-news .group-header a:focus {
  color: #99d7cf;
}
.groups-wrapper.gk-news .group-header a, .groups-wrapper.gk-news .group-header span {
  font-size: 12px;
}

.branch-landing-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
}
.branch-landing-page .groups-main h2, .branch-landing-page .groups-aside h2 {
  font-size: 20px;
}
.branch-landing-page .groups-main .spot h2, .branch-landing-page .groups-aside .spot h2 {
  font-size: 30px;
}
.branch-landing-page .groups-main h3, .branch-landing-page .groups-aside h3 {
  font-size: 16px;
}
.branch-landing-page .groups-main h4, .branch-landing-page .groups-aside h4 {
  font-size: 14px;
}
.branch-landing-page .groups-main > *, .branch-landing-page .groups-aside > * {
  border-radius: 2px;
}
.branch-landing-page .groups-main > *:not(:last-of-type), .branch-landing-page .groups-aside > *:not(:last-of-type) {
  margin-bottom: 40px;
}
.branch-landing-page .groups-main {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.branch-landing-page .groups-aside {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.branch-landing-page .group {
  padding: 40px;
}
.branch-landing-page .group a {
  line-height: 1.4;
}
.branch-landing-page .group .item-excerpt {
  line-height: 1.4;
}
.branch-landing-page .group .item-excerpt p:last-child {
  margin: 0;
}
.branch-landing-page .group .subgroup-featured img {
  background-color: #fff;
}
.branch-landing-page .group .subgroup-list .item-title {
  position: relative;
}
.branch-landing-page .group .subgroup-list .item-title:before {
  content: "•";
  font-family: "Facit", sans-serif;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: -13px;
  line-height: 22px;
  font-size: 26px;
}
.branch-landing-page .group-header, .branch-landing-page .subgroup-header {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 12px;
  color: #fff;
}
.branch-landing-page .group-header:before, .branch-landing-page .subgroup-header:before {
  content: "";
  width: 100%;
  display: block;
  border-top: 4px solid #fff;
  margin-bottom: 5px;
}
.branch-landing-page .subgroup-header:before {
  border-top-width: 2px;
}
.branch-landing-page .subgroup-header .subgroup-pagination {
  display: inline-block;
  float: right;
  margin-top: -2px;
}
.branch-landing-page .subgroup-header .page-nav {
  display: inline-block;
}
.branch-landing-page .group-body {
  padding: 40px;
  color: #333;
  background-color: #D1D662;
}
.branch-landing-page .group-body p:last-child {
  margin: 0;
}
.branch-landing-page .group-body a {
  color: #009c87;
}
.branch-landing-page .group-body a:hover, .branch-landing-page .group-body a:focus {
  color: #00695b;
}
.branch-landing-page .group-body .button {
  color: #fff !important;
  background: #00695b;
}
.branch-landing-page .group-body .button:hover, .branch-landing-page .group-body .button:focus {
  color: #fff !important;
  background: #005f52;
}
.branch-landing-page .group-projects {
  background-color: #00695b;
  color: #fff;
}
.branch-landing-page .group-projects a {
  color: #fff;
}
.branch-landing-page .group-projects a:hover, .branch-landing-page .group-projects a:focus {
  color: #b3d2ce;
}
.branch-landing-page .group-projects .button {
  background: #009c87;
}
.branch-landing-page .group-projects .button:hover, .branch-landing-page .group-projects .button:focus {
  color: #fff !important;
  background: #00927e;
}
.branch-landing-page .group-projects .item-excerpt {
  color: #b3d2ce;
}
.branch-landing-page .group-projects .subgroup-featured {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 40px;
}
.branch-landing-page .group-projects .subgroup-featured img {
  display: block;
  margin-bottom: 15px;
}
.branch-landing-page .group-gallery {
  overflow: hidden;
}
.branch-landing-page .group-gallery .rl-gallery-item.sy-slide {
  list-style-type: none;
}
.branch-landing-page .group-gallery .rl-gallery .rl-gallery-link img {
  border-radius: 2px;
}
.branch-landing-page .group-gallery .rl-gallery-container {
  margin-bottom: 0;
}
.branch-landing-page .group-events {
  background-color: #D31245;
  color: #f2b8c7;
}
.branch-landing-page .group-events a {
  color: #fff;
}
.branch-landing-page .group-events a:hover, .branch-landing-page .group-events a:focus {
  color: #f2b8c7;
}
.branch-landing-page .group-events p {
  margin: 0;
}
.branch-landing-page .group-events .tribe-mini-calendar-event {
  border-bottom: 2px solid #f2b8c7;
}
.branch-landing-page .group-events .tribe-mini-calendar-event .list-date {
  background: #f2b8c7;
}
.branch-landing-page .group-events .tribe-mini-calendar-event .list-date .list-dayname {
  background: #D31245;
  color: #fff;
}
.branch-landing-page .group-events .tribe-mini-calendar-event .list-date .list-daynumber {
  color: #D31245;
}
.branch-landing-page .group-news {
  background-color: #ededed;
  color: #005A65;
}
.branch-landing-page .group-news a {
  color: #005A65;
}
.branch-landing-page .group-news a:hover, .branch-landing-page .group-news a:focus {
  color: #3B9095;
}
.branch-landing-page .group-news .item-excerpt {
  color: #3B9095;
}
.branch-landing-page .group-news .group-header, .branch-landing-page .group-news .subgroup-header {
  color: #005A65;
}
.branch-landing-page .group-news .group-header:before, .branch-landing-page .group-news .subgroup-header:before {
  border-color: #005A65;
}
.branch-landing-page .group-news .subgroup-header {
  padding: 0 40px;
}
.branch-landing-page .group-news .subgroup-featured {
  display: block;
}
.branch-landing-page .group-news .subgroup-featured img {
  display: block;
  margin-bottom: 15px;
}
.branch-landing-page .group-news .subgroup-wide {
  margin: 30px -40px 0;
}
.branch-landing-page .group-news .list-wrapper {
  min-height: 220px;
  padding: 0 40px;
}
.branch-landing-page .group-news .item-date {
  font-size: 12px;
  margin-top: 10px;
  color: #005A65;
  font-weight: 600;
}

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

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

.more-link {
  position: relative;
}

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

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

/* Display outline on focus */
:focus {
  color: #00695b;
  outline: #ccc solid 1px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {
  .site-inner,
.wrap {
    max-width: 1140px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-primary .genesis-nav-menu li > a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .nav-secondary .genesis-nav-menu li > a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
  }

  .site-inner,
.wrap {
    max-width: 960px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
    width: 400px;
  }

  .gk-event-grid .time-details {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .gk-event-grid .tribe-events-event-meta {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }

  .site-footer .footer-grid {
    -ms-grid-columns: 70% auto;
    grid-template-columns: 70% auto;
  }

  .footer-menu-container .genesis-nav-menu {
    margin-top: 0;
  }

  .site-footer p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-widgets-3 .ginput_complex .name_first, .footer-widgets-3 .ginput_complex .name_last {
    float: none !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .site-inner,
.wrap {
    max-width: 800px;
  }

  .utility-bar-right {
    float: none;
    text-align: center;
  }

  .nav-primary .right {
    display: none;
  }

  .content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.genesis-responsive-menu .genesis-nav-menu .sub-menu,
.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-header .widget-area,
.title-area {
    width: 100%;
  }

  .title-area {
    margin: 0 auto 20px;
  }

  .site-header .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .site-header .widget-area .widget_custom_html {
    display: block;
    float: none;
    margin: 0px;
    padding: 20px 10px;
  }
  .site-header .widget-area .widget_custom_html, .site-header .widget-area .simple-social-icons, .site-header .widget-area .textwidget {
    display: block;
    float: none;
    margin: 0px;
    padding: 20px 10px 0px;
  }
  .site-header .widget-area .simple-social-icons ul {
    text-align: center !important;
    float: none !important;
  }

  .genesis-nav-menu li,
.header-image .title-area,
.site-header ul.genesis-nav-menu,
.site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
.site-description,
.site-header .title-area,
.site-header .widget-area,
.site-title {
    text-align: center;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  /* ### Genesis Responsive Menus */
  .genesis-responsive-menu .wrap {
    padding: 0;
  }

  .genesis-responsive-menu {
    display: none;
    position: relative;
  }

  .nav-secondary {
    display: none;
  }

  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }

  .menu-toggle,
.sub-menu-toggle {
    background-color: #009c87;
    border-width: 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }

  .menu-toggle:focus,
.menu-toggle:hover {
    background-color: #00927e;
    border-width: 0;
    color: #fff !important;
  }

  .menu-toggle {
    background-color: #009c87;
    line-height: 22px;
    position: relative;
    width: 100%;
    z-index: 1000;
  }

  .menu-toggle:focus,
.menu-toggle:hover {
    background-color: #00927e;
  }

  .sub-menu-toggle {
    background-color: #00695b;
  }

  .sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: #00695b;
  }

  .menu-toggle::before {
    font-size: 1.5em;
    margin-right: 10px;
    text-rendering: auto;
  }

  .sub-menu-toggle {
    float: right;
    padding: 13px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .menu > .menu-item > a:hover, .menu > .menu-item > a:focus {
    color: #D1D662 !important;
  }

  .sub-menu a {
    background-color: #009c87 !important;
  }
  .sub-menu a:hover, .sub-menu a:focus {
    background-color: #00927e !important;
    color: #D1D662 !important;
  }

  .sub-menu .sub-menu-toggle {
    padding: 12px 10px;
  }

  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }

  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    margin-bottom: 1px;
    padding: 15px 20px;
    width: 100%;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }

  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item.moved-item-nav-secondary {
    background: #fff;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item.moved-item-nav-secondary a {
    color: #00695b;
  }

  .genesis-nav-menu > .right.moved-item-nav-secondary {
    float: none;
  }

  .site-header .search-form {
    width: 100%;
  }

  .footer-widgets-grid {
    display: block;
  }
  .footer-widgets-grid > *:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer-widgets-grid .cta-widget .cta-image {
    display: none;
  }

  .footer-widgets-grid {
    display: block;
  }
  .footer-widgets-grid > *:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer-widgets-grid .cta-widget .cta-image {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 861px) {
  .gk-event-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 860px) {
  .site-inner {
    padding: 5% 5% 0;
  }

  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .utility-bar-right > section:not(:last-child) {
    display: none;
  }
  .utility-bar-right .social-icons {
    padding: 5px;
  }

  .after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings,
.sidebar .widget {
    margin-bottom: 5%;
  }

  .sidebar {
    margin-bottom: 5%;
  }

  .pagination {
    margin: 5% auto;
  }

  .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 {
    margin: 0;
    width: 100%;
  }

  .site-footer .footer-grid {
    display: block;
    margin-bottom: 40px;
  }
  .site-footer .footer-grid .footer-left {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .site-footer .footer-menu-container .wrap {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 720px) {
  .gk-event-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    -webkit-box-shadow: none !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: -100px;
  }

  .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;
  }
}
/* CSS Grid w/ IE Prefixing */
@media only screen and (max-width: 1200px) {
  .home-grid {
    grid-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-grid .area-a {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .home-grid .area-b {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .home-grid .area-c {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .home-grid .area-c .featured-post {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
  .home-grid .area-c .featured-post .cell-content {
    padding: 30px 30px 30px 0;
  }
  .home-grid .area-c .donate-button {
    margin-top: 30px;
  }
  .home-grid .area-d {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .home-grid .area-d .recent-posts .cell-title, .home-grid .area-d .recent-posts .cell-content {
    padding: 30px;
  }
  .home-grid .area-e {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .home-grid .area-e > h2 {
    padding: 30px;
  }
  .home-grid .area-e .widget .type-tribe_events {
    padding: 0 30px;
  }
  .home-grid .area-f {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .home-grid .area-f .featured-project {
    grid-column-gap: 30px;
  }
  .home-grid .area-f .featured-project .cell-content {
    padding: 30px 30px 30px 0;
  }
  .home-grid .cell-label {
    left: 30px;
  }

  .branch-landing-page {
    grid-column-gap: 30px;
  }
  .branch-landing-page .groups-main > *:not(:last-of-type), .branch-landing-page .groups-aside > *:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .branch-landing-page .group {
    padding: 30px;
  }
  .branch-landing-page .group-projects .subgroup-featured {
    grid-gap: 30px;
  }
  .branch-landing-page .group-news .subgroup-wide {
    margin: 30px -40px 0;
  }
  .branch-landing-page .group-news .list-wrapper {
    min-height: 220px;
    padding: 0 40px;
  }

  .content-sidebar .content-sidebar-wrap {
    grid-column-gap: 30px;
  }

  .footer-widgets-grid {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-grid .area-a {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .home-grid .area-b {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .home-grid .area-c {
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .home-grid .area-d {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .home-grid .area-e {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .home-grid .area-f {
    -ms-grid-row: 4;
    grid-row: 4;
  }

  .branch-landing-page {
    display: block;
  }
  .branch-landing-page .groups-main > * {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 860px) {
  .home-grid {
    padding: 40px 0px;
  }

  .content-sidebar .content-sidebar-wrap {
    display: block;
  }
}
@media only screen and (max-width: 620px) {
  .home-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home-grid .area-a {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .home-grid .area-b {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .home-grid .area-c {
    -ms-grid-row: 6;
    grid-row: 6;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .home-grid .area-c .featured-post {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .home-grid .area-c .featured-post > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home-grid .area-c .featured-post > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .home-grid .area-c .featured-post .cell-content {
    padding: 30px;
  }
  .home-grid .area-d {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .home-grid .area-e {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .home-grid .area-f {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .home-grid .area-f .featured-project {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .home-grid .area-f .featured-project > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home-grid .area-f .featured-project > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .home-grid .area-f .featured-project .cell-content {
    padding: 30px;
  }
}
/* Homepage styling goes here */
#slider {
  margin: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
}
#slider .slides .slide {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 450px;
  grid-template-rows: 450px;
  height: 450px;
  overflow: hidden;
}
#slider .slides .slide > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#slider .slides .slide > * {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
#slider .slides .slide img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#slider .slides .slide .overlay {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.35);
  display: block;
  width: 100%;
  z-index: 2;
}
#slider .slides .slide .slide-inner {
  display: block;
  width: 1280px;
  margin: 0 auto;
  z-index: 9;
}
#slider .slides .slide .slide-inner .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}
#slider .slides .slide .slide-inner .grid-item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9;
  color: #fff;
  border-radius: 5px;
}
#slider .slides .slide .slide-inner .grid-item .slide-title {
  display: block;
  font-family: jaf-facitweb, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 550;
}
#slider .slides .slide .slide-inner .grid-item .slide-title h1 {
  color: #fff;
}
#slider .slides .slide .slide-inner .grid-item .slide-excerpt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
#slider .slides .slide .slide-inner .grid-item .button {
  text-decoration: none;
  background: #00695b;
  color: #fff;
}
#slider .slides .slide .slide-inner .grid-item .button:hover, #slider .slides .slide .slide-inner .grid-item .button:focus {
  background: #005f52;
  color: #fff;
}
#slider .flex-control-nav {
  width: 1280px;
  margin: 0 auto;
}
#slider ul {
  margin: 0px !important;
}
#slider li {
  margin-left: 0px !important;
  list-style-type: none !important;
}

@media only screen and (max-width: 1340px) {
  #slider .slides .slide .slide-inner, #slider .flex-control-nav {
    width: 1140px;
  }
}
@media only screen and (max-width: 1200px) {
  #slider .slides .slide .slide-inner, #slider .flex-control-nav {
    width: 960px;
  }
  #slider .slides .slide .slide-inner .grid-item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/11;
  }
}
@media only screen and (max-width: 1023px) {
  #slider .slides .slide {
    -ms-grid-rows: 360px;
    grid-template-rows: 360px;
    height: 360px;
  }
  #slider .slides .slide .slide-inner, #slider .flex-control-nav {
    width: 800px;
  }
}
@media only screen and (max-width: 860px) {
  #slider .slides .slide {
    -ms-grid-rows: 400px;
    grid-template-rows: 400px;
    height: 400px;
  }
  #slider .slides .slide img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.6, 1.6);
            transform: translate(-50%, -50%) scale(1.6, 1.6);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #slider .slides .slide .slide-inner {
    max-width: 800px;
    padding: 40px 5% 5%;
  }
  #slider .slides .slide .slide-inner .grid {
    -ms-flex-line-pack: start;
        align-content: start;
  }
  #slider .slides .slide .slide-inner .grid-item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/12;
  }
  #slider .slides .slide .slide-inner, #slider .flex-control-nav {
    width: 100%;
  }
  #slider .flex-control-nav {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 620px) {
  #slider .slides .slide {
    -ms-grid-rows: 500px;
    grid-template-rows: 500px;
    height: 500px;
  }
  #slider .slides .slide img {
    -webkit-transform: translate(-50%, -50%) scale(2.5, 2.5);
            transform: translate(-50%, -50%) scale(2.5, 2.5);
  }
}
@media only screen and (max-width: 480px) {
  #slider .slides .slide img {
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
  }
}
@media only screen and (max-width: 390px) {
  #slider .slides .slide img {
    -webkit-transform: translate(-50%, -50%) scale(3.6, 3.6);
            transform: translate(-50%, -50%) scale(3.6, 3.6);
  }
}