/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*
Document 
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

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

*, *:focus, *:hover {
  outline: none;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  max-width: 100%;
}

.video-container, .embed-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 1.5em;
}
.video-container iframe, .embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.cf:after, .clear:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/******************************************************************
Author:@warrengroom
Stylesheet: Colors
******************************************************************/
:root {
  --clr-black: hsl(0, 0%, 18%);
  --clr-white: hsl(0, 0%, 100%);
  --clr-cream: hsl(50, 67%, 96%);
  --clr-grey-100: hsl(0, 0%, 98%);
  --clr-grey-300: hsl(13, 4%, 48%);
  --clr-grey-400: hsl(0, 0%, 33%);
  --clr-grey-900: hsl(0, 0%, 20%);
  --clr-primary-400:	hsl(22, 84%, 52%);
  --clr-secondary-300: hsl(147, 58%, 42%);
  --clr-secondary-400:	hsl(143, 76%, 33%);
  --clr-secondary-300-trans:	rgb(45, 169, 101, .92);
  --clr-text-color: var(--clr-black);
  --clr-link-color: var(--clr-primary-400);
  --clr-link-hover: var(--clr-grey-900);
  --clr-border-color: hsl(20, 22%, 19%);
}

/******************************************************************
Author:@warrengroom
Stylesheet: Typography
******************************************************************/
:root {
  --ff-primary: "Lato", sans-serif;
  --ff-secondary: "Work Sans", sans-serif;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-450: 1.125rem;
  --fs-500: 1.25rem;
  --fs-550: 1.375rem;
  --fs-575: 1.75rem;
  --fs-600: 1.875rem;
  --fs-650: 2.125rem;
  --fs-700: 2.25rem;
  --fs-800: 3.125rem;
  --fs-850: 3.375rem;
  --fs-900: 3.75rem;
  --fw-300: 300;
  --fw-400: 400;
  --fw-700: 700;
  --fw-900: 900;
}

/******************************************************************
Author:@warrengroom
Stylesheet: Sass Functions
******************************************************************/
/******************************************************************
Author:@warrengroom
Stylesheet: Mixins Stylesheet
******************************************************************/
:root {
  --shadow: 0.188rem 0.188rem 0.625rem rgba(0, 0, 0, 0.16);
  --border-radius: 0.625rem;
  --border-radius-small: 0.3125rem;
  --padding-300: 2em;
  --padding-350: 2.75em;
  --padding-400: 3.125em;
  --padding-500: 4.688em;
  --padding-600: 6.25em;
  --padding-inline-400: min(10vw, 6.25em);
}

.searchform div {
  position: relative;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.card {
  background: var(--clr-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.card__content {
  padding: 1.25em;
}

.table, table {
  border-spacing: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .table .thead, table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table .tr, table tr {
    display: block;
  }
  .table .td, table td {
    display: block;
  }
  .table .td::before, table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
  }
}
.table.table-full-width .tr.expand, table.table-full-width tr.expand {
  transition: all 1s ease;
}
.table.table-full-width .tr.expand.expand-open, table.table-full-width tr.expand.expand-open {
  display: none;
}
.table.table-full-width .tr.expand.expand-close, table.table-full-width tr.expand.expand-close {
  display: grid;
}

/******************************************************************
Author:@warrengroom
Stylesheet: Grid Stylesheet
******************************************************************/
.last-col {
  float: right !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .m-none {
    display: none;
  }
  .m-all {
    float: left;
    padding-right: 3em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 3em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 3em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 3em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 3em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 3em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1023px) {
  .t-none {
    display: none;
  }
  .t-all {
    float: left;
    padding-right: 3em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 3em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 3em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 3em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 3em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 3em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 3em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 3em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 3em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 3em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1024px) {
  .d-none {
    display: none;
  }
  .d-all {
    float: left;
    padding-right: 3em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 3em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 3em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 3em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 3em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 3em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 3em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 3em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 3em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 3em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 3em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 3em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 3em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 3em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 3em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 3em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 3em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 3em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 3em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 3em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 3em;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    padding-right: 3em;
    width: 8.33%;
  }
}
/******************************************************************
Author:@warrengroom
Stylesheet: Dark Mode Styles
******************************************************************/
/******************************************************************
Author:@warrengroom
Stylesheet: Light Mode Styles 
******************************************************************/
/******************************************************************
Author:@warrengroom
Stylesheet: Print Stylesheet
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
  .header, .footer, .hero__image-mobile, .hero__image-desktop, .hero__text-content .rank-math-breadcrumb, .hero__text-content .btn--primary, .search__search, .search-events__category, img.wp-post-image, .alm-btn-wrap .alm-load-more-btn {
    display: none;
  }
  .hero {
    display: block;
    min-height: auto;
    height: auto;
  }
  .hero .hero__collect {
    display: block;
  }
}
/******************************************************************
Author:@warrengroom
Stylesheet: Button Styles
******************************************************************/
.btn, .btn:visited, a.btn, a.btn:visited, button, [type=button], [type=reset], [type=submit], .section .alm-btn-wrap .alm-load-more-btn, .section .alm-btn-wrap .alm-load-more-btn.loading {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem 0.625rem;
  margin: 0 0 0.95em;
  font-family: var(--ff-primary);
  font-size: var(--fs-400);
  font-weight: var(--fw-900);
  border-radius: var(--border-radius);
  border: 2px solid var(--clr-primary-400);
  cursor: pointer;
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  text-align: center;
  text-decoration: none;
}
.btn:hover, button:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover, .section .alm-btn-wrap .alm-load-more-btn:hover, .btn:focus, button:focus, [type=button]:focus, [type=reset]:focus, [type=submit]:focus, .section .alm-btn-wrap .alm-load-more-btn:focus {
  background: var(--clr-black);
  color: var(--clr-white);
  border-color: var(--clr-black);
  text-decoration: none;
}
@media only screen and (min-width: 488px) {
  .btn, .btn:visited, a.btn, a.btn:visited, button, [type=button], [type=reset], [type=submit], .section .alm-btn-wrap .alm-load-more-btn, .section .alm-btn-wrap .alm-load-more-btn.loading {
    display: inline-block;
    margin: 0 0.95em 0.95em 0;
  }
}
.btn, .btn:visited, a.btn, a.btn:visited, button, [type=button], [type=reset], [type=submit], .section .alm-btn-wrap .alm-load-more-btn, .section .alm-btn-wrap .alm-load-more-btn.loading {
  text-decoration: none;
}
.btn:hover, .btn:focus, .btn .section .alm-btn-wrap .alm-load-more-btn:hover, .btn:visited:hover, .btn:visited:focus, .btn:visited .section .alm-btn-wrap .alm-load-more-btn:hover, a.btn:hover, a.btn:focus, a.btn .section .alm-btn-wrap .alm-load-more-btn:hover, a.btn:visited:hover, a.btn:visited:focus, a.btn:visited .section .alm-btn-wrap .alm-load-more-btn:hover, button:hover, button:focus, button .section .alm-btn-wrap .alm-load-more-btn:hover, [type=button]:hover, [type=button]:focus, [type=button] .section .alm-btn-wrap .alm-load-more-btn:hover, [type=reset]:hover, [type=reset]:focus, [type=reset] .section .alm-btn-wrap .alm-load-more-btn:hover, [type=submit]:hover, [type=submit]:focus, [type=submit] .section .alm-btn-wrap .alm-load-more-btn:hover, .section .alm-btn-wrap .alm-load-more-btn:hover, .section .alm-btn-wrap .alm-load-more-btn:focus, .section .alm-btn-wrap .alm-load-more-btn .section .alm-btn-wrap .alm-load-more-btn:hover, .section .alm-btn-wrap .alm-load-more-btn.loading:hover, .section .alm-btn-wrap .alm-load-more-btn.loading:focus, .section .alm-btn-wrap .alm-load-more-btn.loading .section .alm-btn-wrap .alm-load-more-btn:hover {
  background: var(--clr-primary-400);
  color: var(--clr-white);
  border-color: var(--clr-primary-400);
}

.btn.btn--primary, .btn.btn--primary:visited, button, [type=button], [type=reset], [type=submit], .section .alm-btn-wrap .alm-load-more-btn, .section .alm-btn-wrap .alm-load-more-btn.loading {
  background: var(--clr-primary-400);
  color: var(--clr-white);
}
.btn.btn--primary:hover, .btn.btn--primary:focus, .btn.btn--primary .section .alm-btn-wrap .alm-load-more-btn:hover, .btn.btn--primary:visited:hover, .btn.btn--primary:visited:focus, .btn.btn--primary:visited .section .alm-btn-wrap .alm-load-more-btn:hover, button:hover, button:focus, button .section .alm-btn-wrap .alm-load-more-btn:hover, [type=button]:hover, [type=button]:focus, [type=button] .section .alm-btn-wrap .alm-load-more-btn:hover, [type=reset]:hover, [type=reset]:focus, [type=reset] .section .alm-btn-wrap .alm-load-more-btn:hover, [type=submit]:hover, [type=submit]:focus, [type=submit] .section .alm-btn-wrap .alm-load-more-btn:hover, .section .alm-btn-wrap .alm-load-more-btn:hover, .section .alm-btn-wrap .alm-load-more-btn:focus, .section .alm-btn-wrap .alm-load-more-btn .section .alm-btn-wrap .alm-load-more-btn:hover, .section .alm-btn-wrap .alm-load-more-btn.loading:hover, .section .alm-btn-wrap .alm-load-more-btn.loading:focus, .section .alm-btn-wrap .alm-load-more-btn.loading .section .alm-btn-wrap .alm-load-more-btn:hover {
  background: var(--clr-white);
  color: var(--clr-primary-400);
  border-color: var(--clr-primary-400);
  text-decoration: none;
}

.btn--secondary {
  background: var(--clr-secondary-400);
  color: var(--clr-white);
}
.btn--secondary:hover, .btn--secondary:focus {
  background: var(--clr-black);
  color: var(--clr-white);
}

.btn--white {
  background: var(--clr-white);
  color: var(--clr-primary-400);
}
.btn--white:hover, .btn--white:focus {
  background: var(--clr-white);
  color: var(--clr-primary-400);
}

.btn-print {
  background: transparent;
  border: none;
  padding: 0;
  margin: 1em 0 0;
  color: var(--clr-black);
  transition: ease-out 0.1s;
  -webkit-transition: ease-out 0.1s;
  -moz-transition: ease-out 0.1s;
}
.btn-print::before {
  font-family: "Material Icons Outlined";
  content: "\e8ad" !important;
  font-weight: 900 !important;
  margin-right: 0.35em;
  vertical-align: middle;
}
.btn-print:hover, .btn-print:focus {
  background: transparent;
  border: none;
  color: var(--clr-primary-400);
}

.searchsubmit {
  background: none;
  position: absolute;
  right: 0;
  top: 2px;
  border-color: transparent;
  margin: 0;
}
.searchsubmit::before {
  display: block;
  font-family: "Material Icons";
  color: var(--clr-black);
  content: "\e8b6";
  font-size: 120%;
  font-weight: 400;
}
.searchsubmit:hover, .searchsubmit:focus {
  background: none;
  border-color: transparent;
}

/******************************************************************
Author:@warrengroom
Stylesheet: Form Styles
******************************************************************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: var(--clr-white);
  color: var(--clr-text-color);
  border-radius: var(--border-radius);
  vertical-align: middle;
  box-shadow: none;
  border: 2px solid var(--clr-border-color);
  outline: none;
  padding: 0.725rem 1rem 0.825rem;
  margin: 0;
  transition: ease-out 0.25s;
  -webkit-transition: ease-out 0.25s;
  -moz-transition: ease-out 0.25s;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: var(--clr-white);
  outline: none;
  border-color: var(--clr-black);
}

input[type=password] {
  letter-spacing: 0.3em;
}

input[type=search], .header__language select, .overlay__language select {
  margin: 0;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 1em bottom 50%;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: var(--clr-black);
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.forminator-label {
  font-family: var(--ff-primary);
  font-weight: var(--fw-400);
  font-size: var(--fs-400);
  letter-spacing: 0;
}

.checkboxes .forminator-field {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.checkboxes h4 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}

.forminator-checkbox {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 0 4fr;
  align-items: center;
}
.forminator-checkbox span {
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  width: 1.5em;
  height: 1.5em;
  margin: 0;
}

/******************************************************************
Author: @warrengroom
Stylesheet: Mobile Portrait Stylesheet
******************************************************************/
/******************************************************************
Table of contents

1.0 General
1.1 Alignments 
2.0 Links
3.0 Typography 
3.1 Typography Variables
4.0 Headers
5.0 Navigation
6.0 Content 
6.1 Hero Content
6.2 Grid Layout
6.3 Content Sections
6.3.1 Section Events
6.4 Single Layout
6.5 Author Content
6.5 Accordion Elements 
6.6 Repeater Fields
7.0 3rd Party Code
7.1 Slick Slider 
10.1 Footer Navigation 
******************************************************************/
/****************************************************************** 
1.0 General
******************************************************************/
html {
  font-size: 16px;
}

body {
  background-color: var(--clr-white);
  font-family: var(--ff-primary);
  font-size: var(--fs-400);
  line-height: 1.5;
  color: var(--clr-text-color);
  font-weight: var(--fw-400);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

#container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.wrap {
  margin: 0 auto;
}

.wrap-small {
  max-width: 660px;
}

.desktop-only {
  display: none !important;
}

.remove-hero .section:nth-of-type(1) {
  padding-top: 0;
}

.excerpt_part span {
  font-weight: 700;
}

/******************************************************************
1.1 Alignments
******************************************************************/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/******************************************************************
2.0 Links
******************************************************************/
a,
a:visited {
  color: var(--clr-link-color);
  text-decoration: none;
  font-weight: var(--fw-900);
}
a:hover, a:focus,
a:visited:hover,
a:visited:focus {
  color: var(--clr-secondary-300);
  text-decoration: underline;
}
a:active,
a:visited:active {
  color: #900;
  outline: none;
}

.link-arrow {
  font-size: var(--fs-450);
}
.link-arrow .fas {
  font-size: var(--fs-300);
  margin: 0 0 0 0.55em;
  color: var(--clr-primary-400);
}
.link-arrow:hover .fas, .link-arrow:focus .fas {
  color: var(--clr-secondary-300);
}

h3 .link-arrow,
.h3 .link-arrow {
  font-size: var(--fs-550);
}

/******************************************************************
3.0 Typography
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--ff-secondary);
  margin: 0 0 0.25em;
  font-weight: var(--fw-700);
  font-style: normal;
  color: var(--clr-grey-900);
}
h1 a,
h1 a:visited,
.h1 a,
.h1 a:visited,
h2 a,
h2 a:visited,
.h2 a,
.h2 a:visited,
h3 a,
h3 a:visited,
.h3 a,
.h3 a:visited,
h4 a,
h4 a:visited,
.h4 a,
.h4 a:visited,
h5 a,
h5 a:visited,
.h5 a,
.h5 a:visited,
h6 a,
h6 a:visited,
.h6 a,
.h6 a:visited {
  color: var(--clr-grey-900);
  font-weight: var(--fw-700);
}

h1,
.h1 {
  font-size: var(--fs-700);
  line-height: 1.1;
}

h2,
.h2 {
  font-size: var(--fs-600);
  line-height: 1.25;
  color: var(--clr-secondary-400);
}

h3,
.h3 {
  font-family: var(--ff-primary);
  font-size: var(--fs-550);
  line-height: 1.3;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -epub-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

p,
ul,
ol,
table {
  margin: 0 0 1.25em;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  float: left;
  list-style: none;
  clear: both;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

.lead {
  font-size: var(--fs-500);
}

small,
.small {
  font-size: var(--fs-300);
}

.table.table-full-width,
table.table-full-width {
  width: 100%;
  text-align: left;
  margin: 1.5em 0;
  border: 2px solid var(--clr-border-color);
  border-bottom: 2px solid var(--clr-border-color);
  border-radius: var(--border-radius);
  font-size: var(--fs-400);
}
.table.table-full-width .th,
.table.table-full-width .td,
.table.table-full-width th,
.table.table-full-width td,
table.table-full-width .th,
table.table-full-width .td,
table.table-full-width th,
table.table-full-width td {
  padding: 0.5em 0.75em;
  border-bottom: 1px solid var(--clr-border-color);
}
.table.table-full-width .th:first-of-type,
.table.table-full-width .td:first-of-type,
.table.table-full-width th:first-of-type,
.table.table-full-width td:first-of-type,
table.table-full-width .th:first-of-type,
table.table-full-width .td:first-of-type,
table.table-full-width th:first-of-type,
table.table-full-width td:first-of-type {
  background: var(--clr-secondary-300);
}
.table.table-full-width .th:first-of-type a,
.table.table-full-width .th:first-of-type a:visited,
.table.table-full-width .td:first-of-type a,
.table.table-full-width .td:first-of-type a:visited,
.table.table-full-width th:first-of-type a,
.table.table-full-width th:first-of-type a:visited,
.table.table-full-width td:first-of-type a,
.table.table-full-width td:first-of-type a:visited,
table.table-full-width .th:first-of-type a,
table.table-full-width .th:first-of-type a:visited,
table.table-full-width .td:first-of-type a,
table.table-full-width .td:first-of-type a:visited,
table.table-full-width th:first-of-type a,
table.table-full-width th:first-of-type a:visited,
table.table-full-width td:first-of-type a,
table.table-full-width td:first-of-type a:visited {
  color: var(--clr-white);
}
.table.table-full-width .th:first-of-type a:hover, .table.table-full-width .th:first-of-type a:active,
.table.table-full-width .th:first-of-type a:visited:hover,
.table.table-full-width .th:first-of-type a:visited:active,
.table.table-full-width .td:first-of-type a:hover,
.table.table-full-width .td:first-of-type a:active,
.table.table-full-width .td:first-of-type a:visited:hover,
.table.table-full-width .td:first-of-type a:visited:active,
.table.table-full-width th:first-of-type a:hover,
.table.table-full-width th:first-of-type a:active,
.table.table-full-width th:first-of-type a:visited:hover,
.table.table-full-width th:first-of-type a:visited:active,
.table.table-full-width td:first-of-type a:hover,
.table.table-full-width td:first-of-type a:active,
.table.table-full-width td:first-of-type a:visited:hover,
.table.table-full-width td:first-of-type a:visited:active,
table.table-full-width .th:first-of-type a:hover,
table.table-full-width .th:first-of-type a:active,
table.table-full-width .th:first-of-type a:visited:hover,
table.table-full-width .th:first-of-type a:visited:active,
table.table-full-width .td:first-of-type a:hover,
table.table-full-width .td:first-of-type a:active,
table.table-full-width .td:first-of-type a:visited:hover,
table.table-full-width .td:first-of-type a:visited:active,
table.table-full-width th:first-of-type a:hover,
table.table-full-width th:first-of-type a:active,
table.table-full-width th:first-of-type a:visited:hover,
table.table-full-width th:first-of-type a:visited:active,
table.table-full-width td:first-of-type a:hover,
table.table-full-width td:first-of-type a:active,
table.table-full-width td:first-of-type a:visited:hover,
table.table-full-width td:first-of-type a:visited:active {
  color: var(--clr-text-color);
}
.table.table-full-width .th:first-of-type.wysiwyg,
.table.table-full-width .td:first-of-type.wysiwyg,
.table.table-full-width th:first-of-type.wysiwyg,
.table.table-full-width td:first-of-type.wysiwyg,
table.table-full-width .th:first-of-type.wysiwyg,
table.table-full-width .td:first-of-type.wysiwyg,
table.table-full-width th:first-of-type.wysiwyg,
table.table-full-width td:first-of-type.wysiwyg {
  background: transparent;
}
.table.table-full-width .th::before,
.table.table-full-width .td::before,
.table.table-full-width th::before,
.table.table-full-width td::before,
table.table-full-width .th::before,
table.table-full-width .td::before,
table.table-full-width th::before,
table.table-full-width td::before {
  font-weight: 700;
  margin-right: 0.5em;
}
.table.table-full-width .th.wysiwyg,
.table.table-full-width .td.wysiwyg,
.table.table-full-width th.wysiwyg,
.table.table-full-width td.wysiwyg,
table.table-full-width .th.wysiwyg,
table.table-full-width .td.wysiwyg,
table.table-full-width th.wysiwyg,
table.table-full-width td.wysiwyg {
  border-bottom: 2px solid var(--clr-border-color);
}
.table.table-full-width .tr,
.table.table-full-width tr,
table.table-full-width .tr,
table.table-full-width tr {
  border-top: 1px solid var(--clr-border-color);
}
.table.table-full-width .tr:last-of-type .th.wysiwyg,
.table.table-full-width .tr:last-of-type .td.wysiwyg,
.table.table-full-width .tr:last-of-type th.wysiwyg,
.table.table-full-width .tr:last-of-type td.wysiwyg,
.table.table-full-width tr:last-of-type .th.wysiwyg,
.table.table-full-width tr:last-of-type .td.wysiwyg,
.table.table-full-width tr:last-of-type th.wysiwyg,
.table.table-full-width tr:last-of-type td.wysiwyg,
table.table-full-width .tr:last-of-type .th.wysiwyg,
table.table-full-width .tr:last-of-type .td.wysiwyg,
table.table-full-width .tr:last-of-type th.wysiwyg,
table.table-full-width .tr:last-of-type td.wysiwyg,
table.table-full-width tr:last-of-type .th.wysiwyg,
table.table-full-width tr:last-of-type .td.wysiwyg,
table.table-full-width tr:last-of-type th.wysiwyg,
table.table-full-width tr:last-of-type td.wysiwyg {
  border-bottom: 0;
}
.table.table-full-width .tr:last-of-type.expand,
.table.table-full-width tr:last-of-type.expand,
table.table-full-width .tr:last-of-type.expand,
table.table-full-width tr:last-of-type.expand {
  border-bottom: 0;
}
.table.table-full-width .tr.expand,
.table.table-full-width tr.expand,
table.table-full-width .tr.expand,
table.table-full-width tr.expand {
  border-top: 0 solid var(--clr-border-color);
}
.table.table-full-width .tr.expand .th:first-of-type,
.table.table-full-width .tr.expand .td:first-of-type,
.table.table-full-width .tr.expand th:first-of-type,
.table.table-full-width .tr.expand td:first-of-type,
.table.table-full-width tr.expand .th:first-of-type,
.table.table-full-width tr.expand .td:first-of-type,
.table.table-full-width tr.expand th:first-of-type,
.table.table-full-width tr.expand td:first-of-type,
table.table-full-width .tr.expand .th:first-of-type,
table.table-full-width .tr.expand .td:first-of-type,
table.table-full-width .tr.expand th:first-of-type,
table.table-full-width .tr.expand td:first-of-type,
table.table-full-width tr.expand .th:first-of-type,
table.table-full-width tr.expand .td:first-of-type,
table.table-full-width tr.expand th:first-of-type,
table.table-full-width tr.expand td:first-of-type {
  background: var(--clr-white);
}
.table.table-full-width p,
table.table-full-width p {
  margin-bottom: 0;
}
.table.table-full-width .thead,
.table.table-full-width thead,
table.table-full-width .thead,
table.table-full-width thead {
  background: var(--clr-secondary-300);
  font-weight: var(--fw-700);
}
.table.table-full-width .thead .tr,
.table.table-full-width .thead tr,
.table.table-full-width thead .tr,
.table.table-full-width thead tr,
table.table-full-width .thead .tr,
table.table-full-width .thead tr,
table.table-full-width thead .tr,
table.table-full-width thead tr {
  border-top: 0;
}
.table.table-full-width .alm-btn-wrap,
table.table-full-width .alm-btn-wrap {
  position: absolute;
  margin: 30px 0 0;
}

.table.table-grantmaking .th,
.table.table-grantmaking .td,
.table.table-grantmaking th,
.table.table-grantmaking td {
  border-bottom: 0;
  padding: 0;
}
.table.table-grantmaking .th:first-of-type,
.table.table-grantmaking .td:first-of-type,
.table.table-grantmaking th:first-of-type,
.table.table-grantmaking td:first-of-type {
  background: inherit;
}
.table.table-grantmaking tr,
.table.table-grantmaking .tr {
  padding: 0.5em 0.75em;
}
.table.table-grantmaking tr:nth-of-type(2n + 2),
.table.table-grantmaking .tr:nth-of-type(2n + 2) {
  background: var(--clr-cream);
}
.table.table-grantmaking tr:first-of-type,
.table.table-grantmaking .tr:first-of-type {
  border-top: 0;
}

.wysiwyg:after {
  content: "";
  display: table;
  clear: both;
}
.wysiwyg ul,
.wysiwyg ol {
  margin: 0 0 1.25em 1.5em;
  padding: 0;
}
.wysiwyg ul li,
.wysiwyg ol li {
  padding: 0.125em 0 0.125em 1.25em;
  clear: both;
}
.wysiwyg ul ul,
.wysiwyg ul ol,
.wysiwyg ol ul,
.wysiwyg ol ol {
  margin: 0.5em 0 0.5em 1.5em;
}
.wysiwyg ul {
  list-style: disc outside none;
}
.wysiwyg ul ul {
  list-style: circle outside none;
}
.wysiwyg ol {
  list-style: decimal outside none;
}

.graph-collect {
  display: inline-block;
  position: relative;
  width: 85%;
  border-right: 1px dashed #888;
}
.graph-collect:after {
  content: "100%";
  position: absolute;
  top: 50%;
  right: -60px;
}

.graph {
  display: inline-block;
  width: 100%;
}
.graph label {
  font-size: var(--fs-300);
  font-weight: var(--fw-700);
}
.graph span.progress {
  background: var(--clr-secondary-300);
  display: block;
  width: auto;
  height: 1.75em;
  position: relative;
  margin-bottom: 0.55em;
  color: white;
  text-align: right;
}

/******************************************************************
4.0 Headers
******************************************************************/
.header {
  width: 100%;
  background: var(--clr-cream);
  position: sticky;
  top: 0;
  z-index: 9999;
  border-bottom: 2px solid var(--clr-black);
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
}
.header .wrap {
  width: 88%;
  max-width: 1266px;
}

.header__alert {
  background: var(--clr-primary-400);
  color: var(--clr-white);
  font-weight: var(--fw-700);
  padding: 11px 0;
}
.header__alert p {
  margin-bottom: 0;
}
.header__alert .header__alert__text a,
.header__alert .header__alert__text a:visited {
  color: var(--clr-black);
  text-decoration: none;
}
.header__alert .header__alert__text a:hover, .header__alert .header__alert__text a:focus,
.header__alert .header__alert__text a:visited:hover,
.header__alert .header__alert__text a:visited:focus {
  text-decoration: underline;
}

.header__content {
  padding: 11px 0;
}

.header__logo__img {
  max-width: 132px;
  max-height: 66px;
  margin: 0;
}

.header__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  align-items: center;
  grid-template-areas: "logo menu";
}

.header__logo {
  grid-area: logo;
  margin-left: -15px;
}

.header__menu {
  grid-area: menu;
  text-align: right;
}
.header__menu .btn--menu-icon {
  display: inline-block;
  margin: 0;
  padding: 7px 1em 6px;
}
.header__menu .btn--menu-icon div {
  display: flex;
}
.header__menu .btn--menu-icon span {
  margin: 0;
  height: 32px;
  line-height: 32px;
}
.header__menu .btn--menu-icon.btn-close {
  background: var(--clr-white);
  color: var(--clr-primary-400);
  border-color: var(--clr-primary-400);
}

.header__grants {
  grid-area: grants;
  display: none;
}

.header__search {
  grid-area: search;
  display: none;
}

.header__language {
  grid-area: language;
  display: none;
}

/******************************************************************
5.0 Navigation
******************************************************************/
.btn--menu-icon {
  display: inline-block;
}
.btn--menu-icon .material-icons-outlined {
  font-size: 32px;
}

.overlay {
  position: absolute;
  left: auto;
  bottom: auto;
  top: auto;
  padding: 1.5em 0 3.5em;
  width: 100vw;
  height: calc(100vh - 88px);
  background: var(--clr-cream);
  opacity: 0;
  transform: scale3d(0.95, 0.95, 1);
  transition: transform 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63), opacity 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63);
  pointer-events: none;
  overflow: auto;
  z-index: 9999;
}
.overlay .wrap {
  width: 88%;
  max-width: 1266px;
  position: relative;
}
.overlay.open {
  opacity: 1;
  transform: scaleX(1);
  pointer-events: auto;
}
.overlay .footer__nav {
  padding: 3em 0 0;
}

.overlay__menu {
  grid-area: menu;
  text-align: right;
}
.overlay__menu .btn--menu-icon,
.overlay__menu span {
  display: inline-block;
  margin: 0;
  float: right;
}
.overlay__menu .btn--menu-icon {
  line-height: 32px;
  padding: 0.375em 1em;
  min-width: 116px;
}

.overlay-navigation .footer__nav a,
.overlay-navigation .footer__nav a:visited {
  color: var(--clr-primary-400);
}
.overlay-navigation .footer__nav .sub-menu a,
.overlay-navigation .footer__nav .sub-menu a:visited {
  color: var(--clr-black);
}

.overlay__grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 1.5em;
}

.overlay__menu {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.overlay__language {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}

.overlay__grants {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

.overlay__search {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
}

.overlay-navigation {
  margin: 0 auto;
}

/******************************************************************
6.0 Content
******************************************************************/
/******************************************************************
6.1 Hero Content
******************************************************************/
.hero {
  background: var(--clr-secondary-300);
  padding: 0;
  display: grid;
}

.hero__image-mobile img {
  width: 100%;
}

.hero__image-desktop {
  display: none;
}

.hero__text-content {
  margin: -4.375em 0 0;
  padding-left: var(--padding-400);
  padding-right: var(--padding-400);
  padding-bottom: var(--padding-400);
}
.hero__text-content h1,
.hero__text-content .h1 {
  color: var(--clr-white);
}
.hero__text-content a,
.hero__text-content a:visited {
  color: var(--clr-black);
  font-weight: var(--fw-700);
}
.hero__text-content a:hover, .hero__text-content a:focus,
.hero__text-content a:visited:hover,
.hero__text-content a:visited:focus {
  color: var(--clr-black);
  text-decoration: underline;
}
.hero__text-content .rank-math-breadcrumb a,
.hero__text-content .rank-math-breadcrumb a:visited {
  color: var(--clr-primary-400);
}
.hero__text-content .rank-math-breadcrumb a:hover, .hero__text-content .rank-math-breadcrumb a:focus,
.hero__text-content .rank-math-breadcrumb a:visited:hover,
.hero__text-content .rank-math-breadcrumb a:visited:focus {
  color: var(--clr-secondary-400);
  text-decoration: none;
}

.hero__cta-box {
  padding-left: var(--padding-400);
  padding-right: var(--padding-400);
  padding-bottom: var(--padding-300);
}

.cta-collect {
  background: var(--clr-white);
  padding: 2em 2em 1.5em;
  border-radius: var(--border-radius);
}

.rank-math-breadcrumb {
  background: var(--clr-white);
  font-size: var(--fs-300);
  color: var(--clr-grey-300);
  display: inline-block;
  padding: 0.7em 1.4em 0.7em 9999rem;
  margin: 0 0 5.375rem -9999rem;
  border-radius: var(--border-radius);
}
.rank-math-breadcrumb p {
  margin: 0;
}

.home .hero__collect {
  background: var(--clr-secondary-300-trans);
}
.home .rank-math-breadcrumb {
  display: none;
}
.home .hero__text-content {
  margin: 0;
  padding-top: var(--padding-400);
  padding-bottom: var(--padding-400);
}
.home .hero__text-content p {
  font-size: var(--fs-500);
}

.remove-hero .hero,
.single-event .hero {
  background: transparent;
}
.remove-hero .hero .hero__text-content,
.single-event .hero .hero__text-content {
  margin: 0;
  padding-top: var(--padding-300);
  padding-bottom: 0;
}
.remove-hero .hero .hero__text-content h1,
.remove-hero .hero .hero__text-content .h1,
.single-event .hero .hero__text-content h1,
.single-event .hero .hero__text-content .h1 {
  color: var(--clr-secondary-400);
}
.remove-hero .hero .rank-math-breadcrumb,
.single-event .hero .rank-math-breadcrumb {
  border: 1px solid var(--clr-black);
  margin-bottom: var(--padding-300);
}
.remove-hero .hero .rank-math-breadcrumb p,
.single-event .hero .rank-math-breadcrumb p {
  margin: 0;
}
.remove-hero .hero .hero__title,
.single-event .hero .hero__title {
  color: var(--clr-secondary-400);
  font-size: var(--fs-600);
  line-height: 1.25;
}

.single .hero__title {
  display: none;
}

/******************************************************************
6.2 Grid Layout
******************************************************************/
.grid-full-width,
.grid-layout-60-40,
.grid-layout-3-wide,
.grid-layout-4-wide {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.25em;
}

.grid-layout-3-wide .card__image {
  aspect-ratio: 16/9;
}
#section--content-cards-3-wide-2 .grid-layout-3-wide .card__image {
  aspect-ratio: auto;
}

/******************************************************************
Ajax Load More
******************************************************************/
.alm-listing .alm-reveal {
  display: grid;
  gap: 1.25em;
}

.alm-filters--reset-button span {
  color: var(--clr-link-color);
  font-weight: var(--fw-700);
  font-size: var(--fs-400);
}

.alm-filters-container .alm-filter--select select {
  font-size: inherit !important;
}

.alm-btn-wrap {
  text-align: initial !important;
}

/******************************************************************
6.3 Content Sections
******************************************************************/
.section:nth-of-type(2n + 2) {
  background: var(--clr-cream);
}

.section__header {
  padding-bottom: var(--padding-300);
}

.section__footer {
  padding-top: var(--padding-300);
}

.section {
  padding-top: var(--padding-top, var(--padding-400));
  padding-bottom: var(--padding-bottom, var(--padding-400));
  padding-left: var(--padding-left, var(--padding-400));
  padding-right: var(--padding-right, var(--padding-400));
}

.section--latest-news .section__header,
.section--latest-classes .section__header,
.section--verdant-numbers .section__header,
.section--interlocal-agreements .section__header {
  max-width: 780px;
}

.section--65-36 {
  --padding-left: 0;
  --padding-right: 0;
  --padding-top: 0;
  --padding-bottom: 0;
}
.section--65-36 .section__content {
  padding-left: var(--padding-400);
  padding-right: var(--padding-400);
  padding-top: var(--padding-400);
  padding-bottom: var(--padding-400);
}

.section--mailchimp {
  --padding-left: 0;
  --padding-right: 0;
}

/******************************************************************
6.3.1 Section Events
******************************************************************/
.event-date-small {
  font-style: italic;
  font-size: var(--fs-400);
  margin: 0 0 0.2em;
}

.event-date-large {
  text-transform: uppercase;
  font-size: var(--fs-400);
  line-height: 1.1;
  padding: 0.25em 0 0;
  text-align: center;
}
.event-date-large span {
  font-size: var(--fs-575);
  display: block;
}

.event-icon {
  font-size: var(--fs-450);
  font-weight: var(--fw-700);
  align-items: center;
  margin: 0 0 0.2em;
}
.event-icon span {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.event-icon span::before {
  display: inline-block;
  margin: 0 10px 0 0;
}

.event-icon__in-person span::before {
  content: "";
  background: url(../images/icon-event-in-person.png);
  background-size: 15px 22px;
  background-repeat: no-repeat;
  width: 15px;
  height: 22px;
}

.event-icon__virtual span::before {
  content: "";
  background: url(../images/icon-event-virtual.png);
  background-size: 25px 22px;
  background-repeat: no-repeat;
  width: 25px;
  height: 22px;
}

.event-icon__hybrid span::before {
  content: "";
  background: url(../images/icon-event-hybrid.png);
  background-size: 32px 22px;
  background-repeat: no-repeat;
  width: 32px;
  height: 22px;
}

.single.single-event article .wrap {
  max-width: 780px;
}

.event-sidebar img {
  border-radius: var(--border-radius);
}
.event-sidebar div {
  margin: 0 0 0.85em;
}

/******************************************************************
6.3.2 Latest News
******************************************************************/
.section--latest-news .card__image {
  display: none;
}

/******************************************************************
6.3.3 Verdant by Numbers
******************************************************************/
.section--verdant-numbers .grid-layout-4-wide {
  gap: 2.75em;
}

.verdant-numbers__item {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  gap: 0.75em;
}

.verdant-numbers__number {
  font-family: var(--ff-secondary);
  font-size: var(--fs-900);
  font-weight: var(--fw-900);
  color: var(--clr-secondary-400);
  line-height: 0.8;
}

.verdant-numbers__title {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1em;
}

.verdant-numbers__description {
  font-size: var(--fs-550);
  font-weight: var(--fw-700);
}

/******************************************************************
6.3.5 Latest Events
******************************************************************/
.section--latest-classes .card__content {
  display: grid;
  grid-template-columns: 40px calc(100% - 40px);
  gap: 1em;
}

.class-icon {
  height: 22px;
  width: auto;
}

/******************************************************************
6.3.6 Search Events
******************************************************************/
.section--search-archive .card__content {
  display: grid;
  grid-template-columns: 40px calc(100% - 40px);
  gap: 1em;
}

.section--search-news .card__content {
  display: grid;
  grid-template-columns: 100%;
  gap: 0;
}

.search-events__category {
  padding-top: var(--padding-300);
}
.search-events__category h4 {
  padding: 0 0 0.5em;
}

.search__search {
  margin: 1.5em 0 0;
}
.search__search .btn {
  margin-top: 0.95em;
}

/******************************************************************
6.3.6 Resources List
******************************************************************/
.resources-list-item {
  display: block;
  margin: 0 0 1.5em;
}
.resources-list-item p {
  margin-bottom: 0.25em;
}
.resources-list-item .organisation-name {
  font-weight: var(--fw-700);
}
.resources-list-item a {
  display: inline-block;
}

/******************************************************************
6.3.6 testimonials Section
******************************************************************/
.testimonial-list-item {
  display: grid;
  grid-template-columns: 100%;
  text-align: center;
  gap: 1.5em;
}
.testimonial-list-item img {
  margin: 0 auto;
}

.testimonial-quote {
  font-family: var(--ff-secondary);
  font-weight: var(--fw-400);
  color: var(--clr-secondary-400);
  font-size: var(--fs-550);
}
.testimonial-quote p {
  margin-bottom: 0.35em;
}

/******************************************************************
6.3.6 Team members Section
******************************************************************/
.team-members {
  display: grid;
  grid-template-columns: 100%;
  gap: 4rem;
}

.team-member {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5em;
}

/******************************************************************
6.3.6 Job Openings Section
******************************************************************/
.job-openings {
  display: grid;
  grid-template-columns: 100%;
  gap: 4rem;
}

/******************************************************************
6.3.6 Contact Section
******************************************************************/
.social.contact__social i {
  background: var(--clr-secondary-300);
  color: var(--clr-white);
}

/******************************************************************
6.3.6 Content cards full width img top
******************************************************************/
.section--content-cards-full-width-img-top .card__image {
  aspect-ratio: 13/4;
}

/******************************************************************
6.3.6 Grants Section
******************************************************************/
.section--search-grants {
  --padding-bottom: var(--padding-600);
}
.section--search-grants .alm-listing .alm-reveal {
  display: grid;
  gap: 0;
}

.btn.btn-expand {
  background: var(--clr-primary-400);
  color: var(--clr-white);
  border-color: var(--clr-primary-400);
}
.btn.btn-expand:hover, .btn.btn-expand.btn-expand-close {
  background: var(--clr-white);
  color: var(--clr-primary-400);
  border-color: var(--clr-primary-400);
}

.search__filter .alm-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(162px, 1fr));
  gap: 1.5em;
}
.search__filter .alm-filters-container button[type=reset] {
  height: 43px;
  line-height: 43px;
}

.priority-areas span {
  display: block;
  clear: both;
}

/******************************************************************
6.3.6 Bar Graph Section
******************************************************************/
.bar-graph-collect {
  margin: 0 0 1.5em;
}
.bar-graph-collect p {
  margin: 0 0 0.75em;
}

/******************************************************************
6.4 Single Article
******************************************************************/
.single article .wrap {
  width: 100%;
}
.single article img {
  margin: 0 0 1.5em;
}
.single .hero {
  display: none;
}
.single h1 {
  color: var(--clr-secondary-400);
}

.single-event .hero {
  display: block;
}
.single-event .section {
  padding-top: 1.5em;
}

.section--single-article {
  padding-top: var(--padding-400);
  padding-bottom: var(--padding-400);
}

/******************************************************************
6.1 Archive Content
******************************************************************/
.byline {
  font-size: var(--fs-300);
}

.post-categories,
.post-tags {
  margin: 0;
  padding: 0;
  font-size: var(--fs-300);
}
.post-categories li,
.post-tags li {
  width: auto !important;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
}

.read-more {
  clear: both;
  font-size: var(--fs-300);
  font-weight: var(--fw-700);
}

/******************************************************************
6.2 Pagination
******************************************************************/
.page-numbers {
  text-align: center;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers li a {
  display: block;
  width: 30px;
  line-height: 30px;
  font-weight: var(--fw-700);
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
}
.page-numbers li:hover a, .page-numbers li:focus a, .page-numbers li:active a {
  background: var(--clr-black);
  color: var(--clr-white);
}
.page-numbers li .current {
  display: block;
  width: 30px;
  line-height: 30px;
  background: var(--clr-black);
  color: var(--clr-white);
}
/******************************************************************
6.5 Accordion Elements
******************************************************************/
.accordion {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  list-style: none;
}
.accordion li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}
.accordion li:first-child .link {
  border-top: 0;
}
.accordion .link {
  display: block;
  padding: 12px 36px 12px 0;
  font-size: var(--fs-400);
  color: var(--clr-black);
  position: relative;
}
.accordion .link .fa-chevron-down {
  display: none;
}
.accordion .dropdownlink {
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.accordion .dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.accordion .dropdownlink .fa-chevron-down {
  display: block;
  right: 12px;
  left: auto;
  transition: all 0.3s ease-out;
}
.accordion .sub-menu {
  display: none;
  padding: 12px 60px 12px 0;
}
.accordion .sub-menu .link {
  border-top: 0;
}
.accordion .sub-menu .link .fa-chevron-down {
  display: none;
}

/******************************************************************
7.0 3rd Party Code
******************************************************************/
/******************************************************************
7.1 Slick Slider
******************************************************************/
.slider {
  margin: 3em 0 0;
}

.slick-slider {
  padding: 0 40px;
}

.slick-prev:before,
.slick-next:before {
  font-size: var(--fs-700) !important;
  color: var(--clr-black) !important;
}

.slick-prev:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f053" !important;
  font-weight: 900 !important;
}

.slick-next:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f054" !important;
  font-weight: var(--fw-900) !important;
}

/******************************************************************
7.1 Forminator
******************************************************************/
.forminator-row-last {
  margin-bottom: 0 !important;
}

/******************************************************************
10.0 Footer
******************************************************************/
.footer {
  background: var(--clr-secondary-300);
  color: var(--clr-black);
  padding-top: var(--padding-400);
  padding-bottom: var(--padding-300);
  border-top: 2px solid var(--clr-border-color);
}
.footer .wrap {
  width: 88%;
  max-width: 1266px;
}
.footer a,
.footer a:visited {
  color: var(--clr-black);
}

.footer__grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5em;
  grid-template-areas: "menu" "social" "terms" "copy";
}

.footer__company {
  grid-area: company;
  display: none;
}

.footer__logo {
  max-width: 202px;
  max-height: 94px;
  margin: 0;
}

.social i {
  background: var(--clr-white);
  color: var(--clr-secondary-300);
  padding: 3px;
  width: 32px;
  height: 32px;
  line-height: 26px;
  font-size: 24px;
  text-align: center;
  border-radius: var(--border-radius-small);
  display: inline-block;
  margin: 0 0.75rem 0 0;
}
.social i.fa-facebook-f {
  text-align: right;
}

.footer__social {
  grid-area: social;
}

.footer__menu {
  grid-area: menu;
}

.footer__terms {
  grid-area: terms;
}

.footer__copy {
  grid-area: copy;
}

.footer__nav {
  display: grid;
  grid-template-columns: 100%;
  gap: 2em;
}
.footer__nav a,
.footer__nav a:visited {
  color: var(--clr-white);
  font-size: var(--fs-500);
  font-weight: var(--fw-700);
  line-height: 1.95;
  display: inline-block;
  float: none;
}
.footer__nav .sub-menu {
  margin: 0.25em 0 0;
}
.footer__nav .sub-menu li {
  display: block;
  float: none;
}
.footer__nav .sub-menu a,
.footer__nav .sub-menu a:visited {
  color: var(--clr-black);
  font-size: var(--fs-400);
}
.footer__nav .sub-menu .sub-menu {
  display: block;
  margin: 0;
}
.footer__nav .sub-menu .sub-menu li {
  padding-left: 1em;
  position: relative;
  background: url(../images/sub-sub-menu@2x.png) left center no-repeat;
  background-size: 11px 10px;
}

.footer__terms-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.5em;
}
.footer__terms-nav a,
.footer__terms-nav a:visited {
  font-weight: var(--fw-700);
}

.copyright {
  font-size: var(--fs-300);
  margin-bottom: 0;
}

/******************************************************************
Author: @warrengroom
Stylesheet: Mobile Landscape and Up Stylesheet
******************************************************************/
@media only screen and (min-width: 410px) {
  /******************************************************************
  Table of contents

  3.0 Typography

  ******************************************************************/
  h1, .h1 {
    font-size: var(--fs-800);
  }
  /******************************************************************
  6.3.3 Verdant by Numbers
  ******************************************************************/
  .verdant-numbers__number {
    font-size: var(--fs-900);
  }
  /******************************************************************
  Closing breakpoint 
  ******************************************************************/
}
/******************************************************************
Author: @warrengroom
Stylesheet: Mobile Landscape and Up Stylesheet
******************************************************************/
@media only screen and (min-width: 640px) {
  /******************************************************************
  Table of contents

  3.0 Typography

  ******************************************************************/
  /******************************************************************
  Closing breakpoint 
  ******************************************************************/
}
/******************************************************************
Author:@warrengroom
Stylesheet: Tablet Portrait Stylesheet
******************************************************************/
/******************************************************************
Opening breakpoint
******************************************************************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Table of contents

  1.0 General
  2.0 Links
  3.0 Typography
  4.0 Headers
  6.0 Content
  10.0 Footer

  ******************************************************************/
  body {
    font-size: var(--fs-450);
  }
  /******************************************************************
  6.2 Grid Layout
  ******************************************************************/
  .grid-layout-2-wide {
    grid-template-columns: 1fr 1fr;
    gap: 2.125em;
  }
  .grid-layout-60-40 {
    grid-template-columns: 3fr 2fr;
    gap: 2.125em;
  }
  .grid-layout-4-wide {
    grid-template-columns: 1fr 1fr;
    gap: 2.125em;
  }
  /******************************************************************
  6.3.6 Team members Section
  ******************************************************************/
  .team-member {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 3.125em;
  }
  /******************************************************************
  6.3.6 Content card full width
  ******************************************************************/
  .section--content-cards-full-width .card__collect {
    display: grid;
    grid-template-columns: 3fr 7fr;
  }
  /******************************************************************
  6.3.6 Content cards full width img top
  ******************************************************************/
  .card__description-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5em;
  }
  /******************************************************************
  10.0 Footer
  ******************************************************************/
  .footer__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto 1fr;
    gap: 1.5em;
    grid-template-areas: none;
  }
  .footer__social {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .footer__menu {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .footer__terms {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .footer__copy {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: auto 1fr;
    gap: 1.5em;
  }
  .footer__nav li:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .footer__nav li:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 6;
  }
  .footer__nav li:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 6;
    grid-row-end: 12;
  }
  .footer__nav li:nth-child(4) {
    grid-column-start: 13;
    grid-column-end: 25;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .footer__nav li:nth-child(5) {
    grid-column-start: 13;
    grid-column-end: 25;
    grid-row-start: 3;
    grid-row-end: 11;
  }
  /******************************************************************
  Closing breakpoint
  ******************************************************************/
}
/******************************************************************
Author:@warrengroom
Stylesheet: Tablet Landscape Stylsheet
******************************************************************/
/******************************************************************
Opening breakpoint
******************************************************************/
@media only screen and (min-width: 1024px) {
  :root {
    --padding-200: 3.25em;
    --padding-400: 6.25em;
  }
  /******************************************************************
  Table of contents

  1.0 General
  4.0 Headers
  10.0 Footer

  ******************************************************************/
  /****************************************************************** 
  1.0 General
  ******************************************************************/
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  /******************************************************************
  2.0 Links
  ******************************************************************/
  .btn,
  .btn:visited,
  a.btn,
  a.btn:visited,
  button,
  [type=button],
  [type=reset],
  [type=submit],
  #searchsubmit {
    font-size: var(--fs-450);
  }
  /******************************************************************
  3.0 Typography
  ******************************************************************/
  h1,
  .h1 {
    font-size: var(--fs-850);
  }
  h2,
  .h2 {
    font-size: var(--fs-700);
  }
  .lead {
    font-size: var(--fs-550);
  }
  .table.table-full-width .th,
  .table.table-full-width .td,
  .table.table-full-width th,
  .table.table-full-width td,
  table.table-full-width .th,
  table.table-full-width .td,
  table.table-full-width th,
  table.table-full-width td {
    border-right: 1px solid var(--clr-border-color);
  }
  .table.table-full-width .th:first-of-type,
  .table.table-full-width .td:first-of-type,
  .table.table-full-width th:first-of-type,
  .table.table-full-width td:first-of-type,
  table.table-full-width .th:first-of-type,
  table.table-full-width .td:first-of-type,
  table.table-full-width th:first-of-type,
  table.table-full-width td:first-of-type {
    background: transparent;
  }
  .table.table-full-width .th:first-of-type a,
  .table.table-full-width .th:first-of-type a:visited,
  .table.table-full-width .td:first-of-type a,
  .table.table-full-width .td:first-of-type a:visited,
  .table.table-full-width th:first-of-type a,
  .table.table-full-width th:first-of-type a:visited,
  .table.table-full-width td:first-of-type a,
  .table.table-full-width td:first-of-type a:visited,
  table.table-full-width .th:first-of-type a,
  table.table-full-width .th:first-of-type a:visited,
  table.table-full-width .td:first-of-type a,
  table.table-full-width .td:first-of-type a:visited,
  table.table-full-width th:first-of-type a,
  table.table-full-width th:first-of-type a:visited,
  table.table-full-width td:first-of-type a,
  table.table-full-width td:first-of-type a:visited {
    color: var(--clr-link-color);
  }
  .table.table-full-width .th:first-of-type a:hover, .table.table-full-width .th:first-of-type a:active,
  .table.table-full-width .th:first-of-type a:visited:hover,
  .table.table-full-width .th:first-of-type a:visited:active,
  .table.table-full-width .td:first-of-type a:hover,
  .table.table-full-width .td:first-of-type a:active,
  .table.table-full-width .td:first-of-type a:visited:hover,
  .table.table-full-width .td:first-of-type a:visited:active,
  .table.table-full-width th:first-of-type a:hover,
  .table.table-full-width th:first-of-type a:active,
  .table.table-full-width th:first-of-type a:visited:hover,
  .table.table-full-width th:first-of-type a:visited:active,
  .table.table-full-width td:first-of-type a:hover,
  .table.table-full-width td:first-of-type a:active,
  .table.table-full-width td:first-of-type a:visited:hover,
  .table.table-full-width td:first-of-type a:visited:active,
  table.table-full-width .th:first-of-type a:hover,
  table.table-full-width .th:first-of-type a:active,
  table.table-full-width .th:first-of-type a:visited:hover,
  table.table-full-width .th:first-of-type a:visited:active,
  table.table-full-width .td:first-of-type a:hover,
  table.table-full-width .td:first-of-type a:active,
  table.table-full-width .td:first-of-type a:visited:hover,
  table.table-full-width .td:first-of-type a:visited:active,
  table.table-full-width th:first-of-type a:hover,
  table.table-full-width th:first-of-type a:active,
  table.table-full-width th:first-of-type a:visited:hover,
  table.table-full-width th:first-of-type a:visited:active,
  table.table-full-width td:first-of-type a:hover,
  table.table-full-width td:first-of-type a:active,
  table.table-full-width td:first-of-type a:visited:hover,
  table.table-full-width td:first-of-type a:visited:active {
    color: var(--clr-link-hover);
  }
  .table.table-full-width .th:last-of-type,
  .table.table-full-width .td:last-of-type,
  .table.table-full-width th:last-of-type,
  .table.table-full-width td:last-of-type,
  table.table-full-width .th:last-of-type,
  table.table-full-width .td:last-of-type,
  table.table-full-width th:last-of-type,
  table.table-full-width td:last-of-type {
    border-right: 0;
  }
  .table.table-full-width .tr,
  table.table-full-width .tr {
    display: grid;
  }
  .table.table-full-width .tr:last-of-type .th.wysiwyg,
  .table.table-full-width .tr:last-of-type .td.wysiwyg,
  .table.table-full-width .tr:last-of-type th.wysiwyg,
  .table.table-full-width .tr:last-of-type td.wysiwyg,
  table.table-full-width .tr:last-of-type .th.wysiwyg,
  table.table-full-width .tr:last-of-type .td.wysiwyg,
  table.table-full-width .tr:last-of-type th.wysiwyg,
  table.table-full-width .tr:last-of-type td.wysiwyg {
    border-bottom: 0;
  }
  .table.table-full-width .tr.expand,
  table.table-full-width .tr.expand {
    grid-template-columns: 100%;
  }
  .table.table-full-width .tr.expand .th::before,
  .table.table-full-width .tr.expand .td::before,
  .table.table-full-width .tr.expand th::before,
  .table.table-full-width .tr.expand td::before,
  table.table-full-width .tr.expand .th::before,
  table.table-full-width .tr.expand .td::before,
  table.table-full-width .tr.expand th::before,
  table.table-full-width .tr.expand td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
  }
  .table.table-full-width tr:last-of-type .th.wysiwyg,
  .table.table-full-width tr:last-of-type .td.wysiwyg,
  .table.table-full-width tr:last-of-type th.wysiwyg,
  .table.table-full-width tr:last-of-type td.wysiwyg,
  table.table-full-width tr:last-of-type .th.wysiwyg,
  table.table-full-width tr:last-of-type .td.wysiwyg,
  table.table-full-width tr:last-of-type th.wysiwyg,
  table.table-full-width tr:last-of-type td.wysiwyg {
    border-bottom: 0;
  }
  .table.table-full-width tr.expand,
  table.table-full-width tr.expand {
    grid-template-columns: 100%;
  }
  .table.table-full-width tr.expand .th::before,
  .table.table-full-width tr.expand .td::before,
  .table.table-full-width tr.expand th::before,
  .table.table-full-width tr.expand td::before,
  table.table-full-width tr.expand .th::before,
  table.table-full-width tr.expand .td::before,
  table.table-full-width tr.expand th::before,
  table.table-full-width tr.expand td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
  }
  .table.table-full-width p,
  table.table-full-width p {
    margin-bottom: 0;
  }
  .table.table-full-width .thead,
  .table.table-full-width thead,
  table.table-full-width .thead,
  table.table-full-width thead {
    background: var(--clr-secondary-300);
  }
  .table.table-successful-grants .tr {
    grid-template-columns: 24% 24% 24% 14% 14%;
  }
  .table.table-successful-grants .tr.expand {
    grid-template-columns: 100%;
  }
  .table.table-successful-grants .tr.expand .th::before,
  .table.table-successful-grants .tr.expand .td::before,
  .table.table-successful-grants .tr.expand th::before,
  .table.table-successful-grants .tr.expand td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
  }
  .table.table-grantmaking .th,
  .table.table-grantmaking .td,
  .table.table-grantmaking th,
  .table.table-grantmaking td {
    padding: 0.5em 0.75em;
  }
  .table.table-grantmaking .tr,
  .table.table-grantmaking tr {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  /******************************************************************
  4.0 Headers
  ******************************************************************/
  .header__alert,
  .header__content {
    padding: 21px 0;
  }
  .header__grid {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 1.5em;
    grid-template-areas: "logo logo logo language language language language grants grants grants search search search search menu menu";
  }
  .header__language,
  .header__grants,
  .header__search {
    display: block;
  }
  .header__grants,
  .header__search {
    text-align: right;
  }
  /******************************************************************
  5.0 Navigation
  ******************************************************************/
  .overlay {
    margin: 0 auto 0;
    padding: 0 0 2.5em;
    height: auto;
    border-bottom: 2px solid var(--clr-black);
    z-index: 9999;
  }
  .overlay .footer__nav {
    grid-template-rows: auto 1fr;
    padding: 0.725em 0 0;
  }
  .overlay .footer__nav li:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .overlay .footer__nav li:nth-child(2) {
    grid-column-start: 6;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .overlay .footer__nav li:nth-child(3) {
    grid-column-start: 11;
    grid-column-end: 17;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .overlay .footer__nav li:nth-child(4) {
    grid-column-start: 17;
    grid-column-end: 20;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .overlay .footer__nav li:nth-child(5) {
    grid-column-start: 20;
    grid-column-end: 25;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .overlay__grid,
  .overlay__language,
  .overlay__grants,
  .overlay__search {
    display: none;
  }
  /******************************************************************
  6.0 Content
  ******************************************************************/
  .hero {
    position: relative;
    min-height: 495px;
  }
  .hero__collect {
    display: grid;
    grid-template-columns: 65% 35%;
    grid-template-rows: 1fr;
    gap: 0;
    align-items: center;
  }
  .hero__image-mobile {
    display: none;
  }
  .hero__image-desktop {
    display: block;
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .hero__text-content {
    margin: 0;
    padding-left: var(--padding-200);
    padding-right: var(--padding-200);
    padding-top: var(--padding-200);
    padding-bottom: var(--padding-200);
  }
  .hero__cta-box {
    padding-left: 0;
    padding-bottom: 0;
  }
  .rank-math-breadcrumb {
    padding: 0.7em 1.4em 0.7em 9999rem;
    margin: 0 0 3rem -9999rem;
  }
  .home .hero__collect {
    background: linear-gradient(to right, var(--clr-secondary-300-trans), var(--clr-secondary-300-trans) 43%, transparent 43%, transparent 100%);
    display: grid;
    grid-template-columns: 45% 55%;
  }
  .remove-hero .hero {
    min-height: auto;
  }
  .remove-hero .hero .hero__collect {
    display: block;
  }
  .remove-hero .hero .hero__title {
    font-size: var(--fs-700);
    margin: 0 auto;
  }
  /******************************************************************
  6.2 Grid Layout
  ******************************************************************/
  .single-event-content {
    display: grid;
    grid-template-columns: 31.75% 68.25%;
    gap: 4em;
  }
  .grid-layout-65-35 {
    display: grid;
    grid-template-columns: 65% 35%;
    grid-template-rows: auto 1fr;
    gap: 0;
    align-items: center;
  }
  .grid-layout-65-35 .grid-order-1 {
    order: 1;
  }
  .grid-layout-65-35 .grid-order-2 {
    order: 2;
  }
  .grid-layout-65-35.grid-layout-35-65 {
    grid-template-columns: 35% 65%;
  }
  .section--photo-gallery .grid-layout-65-35 {
    align-items: flex-start;
  }
  .grid-layout-3-wide,
  .grid-layout-4-wide {
    gap: 3.125em;
  }
  .grid-layout-3-wide {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-layout-4-wide {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  /******************************************************************
  6.3 Content Sections
  ******************************************************************/
  .section {
    --padding-top: var(--padding-200);
    --padding-bottom: var(--padding-200);
    --padding-left: var(--padding-200);
    --padding-right: var(--padding-200);
  }
  .section--65-36 {
    --padding-left: 0;
    --padding-right: 0;
    --padding-top: 0;
    --padding-bottom: 0;
  }
  .section--65-36 .section__content {
    padding-left: var(--padding-200);
    padding-right: var(--padding-200);
    padding-top: var(--padding-200);
    padding-bottom: var(--padding-200);
  }
  .section--search-grants {
    --padding-bottom: var(--padding-600);
  }
  /******************************************************************
  6.3.2 Latest News
  ******************************************************************/
  .section--latest-news .card__image {
    display: block;
  }
  /******************************************************************
  6.3.3 Verdant by Numbers
  ******************************************************************/
  .section--verdant-numbers .grid-layout-4-wide {
    gap: 2.5em;
  }
  /******************************************************************
  6.3.6 Search Events
  ******************************************************************/
  .section--search-archive .card__collect {
    display: grid;
    grid-template-columns: calc(100% - 200px) 200px;
  }
  .section--search-archive .card__content {
    order: 1;
  }
  .section--search-archive .card__details {
    padding-right: 1.25em;
  }
  .section--search-archive .card__image {
    order: 2;
  }
  /******************************************************************
  6.3.6 testimonials Section
  ******************************************************************/
  .testimonial-list-item {
    grid-template-columns: 1fr 6fr;
    text-align: left;
    gap: 3em;
  }
  .testimonial-list-item img {
    margin: 0;
  }
  .testimonial-quote {
    font-size: var(--fs-700);
    line-height: 1.2;
  }
  /******************************************************************
  6.3.6 Contact Section
  ******************************************************************/
  .contact-header {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .forminator-label {
    font-size: var(--fs-450);
  }
  .social.contact__social {
    text-align: right;
  }
  .social.contact__social i {
    margin: 0 0 0 1.25rem;
  }
  /******************************************************************
  6.3.6 Grants Section
  ******************************************************************/
  .section--search-archive .search__search {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 1.5em;
    margin: 0 0 1.5em;
  }
  .section--search-archive .search__search .btn {
    margin-bottom: 0;
  }
  /******************************************************************
  10.0 Footer
  ******************************************************************/
  .footer__grid {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: auto 1fr;
    gap: 3.125em 1.5em;
  }
  .footer__company {
    display: block;
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .footer__social {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .footer__social i {
    margin: 0 0.425rem;
  }
  .footer__menu {
    grid-column-start: 6;
    grid-column-end: 25;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .footer__terms {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .footer__copy {
    grid-column-start: 9;
    grid-column-end: 25;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 0 1.5em;
  }
  .footer__nav li:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .footer__nav li:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 9;
  }
  .footer__nav li:nth-child(3) {
    grid-column-start: 7;
    grid-column-end: 15;
    grid-row-start: 1;
    grid-row-end: 9;
  }
  .footer__nav li:nth-child(4) {
    grid-column-start: 15;
    grid-column-end: 19;
    grid-row-start: 1;
    grid-row-end: 9;
  }
  .footer__nav li:nth-child(5) {
    grid-column-start: 19;
    grid-column-end: 25;
    grid-row-start: 1;
    grid-row-end: 9;
  }
  .footer__copy {
    text-align: right;
  }
  /******************************************************************
  Closing breakpoint 
  ******************************************************************/
}
/******************************************************************
Author:@warrengroom
Stylesheet: HD Monitor Stylesheet
******************************************************************/
/******************************************************************
Opening breakpoint
******************************************************************/
@media only screen and (min-width: 1200px) {
  /******************************************************************
  Table of contents

  3.0 Typography

  ******************************************************************/
  /******************************************************************
  4.0 Headers
  ******************************************************************/
  .header__grid {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 1.5em;
    grid-template-areas: "logo logo logo language language language . . grants grants grants search search search menu menu";
  }
  /******************************************************************
  6.0 Content
  ******************************************************************/
  .hero__text-content p {
    font-size: var(--fs-550);
  }
  .hero__text-content .rank-math-breadcrumb p {
    font-size: var(--fs-300);
  }
  .home .hero__text-content p {
    font-size: var(--fs-550);
  }
  /******************************************************************
  Closing breakpoint 
  ******************************************************************/
}
/******************************************************************
Author:@warrengroom
Stylesheet: Desktop Stylesheet
******************************************************************/
/******************************************************************
Opening breakpoint
******************************************************************/
@media only screen and (min-width: 1600px) {
  /******************************************************************
  Table of contents

  3.0 Typography

  ******************************************************************/
  /******************************************************************
  Closing breakpoint 
  ******************************************************************/
}
/******************************************************************
Author:@warrengroom
Stylesheet: HD Stylesheet
******************************************************************/
/******************************************************************
Opening breakpoint
******************************************************************/
@media only screen and (min-width: 1900px) {
  /******************************************************************
  Table of contents

  3.0 Typography

  ******************************************************************/
  /******************************************************************
  Closing breakpoint 
  ******************************************************************/
}
/******************************************************************
Author:@warrengroom
Stylesheet: 4K Monitor Stylesheet
******************************************************************/
/******************************************************************
Opening breakpoint
******************************************************************/
@media only screen and (min-width: 2540px) {
  /******************************************************************
  Table of contents

  3.0 Typography

  ******************************************************************/
  /******************************************************************
  Closing breakpoint 
  ******************************************************************/
}
/******************************************************************
Author:@warrengroom
Stylesheet: Retina Screens & Devices Stylesheet
******************************************************************/
/******************************************************************
Opening breakpoint
******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  /******************************************************************
  Table of contents

  3.0 Typography

  ******************************************************************/
  /******************************************************************
  Closing breakpoint 
  ******************************************************************/
}