/*
GR Green: #245C2E   36, 92, 46
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
aside,
footer,
header,
hgroup,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
  font-display: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #000;
  scroll-behavior: smooth;
}
header {
  z-index: 500;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  background: #245c2e;
}
footer {
  /*
  background: #245C2E;
  font-size: 1.0rem;
  line-height: 1.2rem;
  padding: 18px 0 18px 0;
  color: #FFF;
  text-align: center;
  overflow: hidden;
*/
}
.subfooter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:focus {
  color: #fff;
}
footer strong {
  letter-spacing: 3px;
  font-size: 1rem;
  line-height: 1.2rem;
}
footer span {
  white-space: nowrap;
}
#subFooter {
  background: #245c2e;
  color: #fff;
  padding: 12px 0 16px 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
#subFooter a {
  color: #fff;
  margin: 0 4px 0 4px;
  display: inline-block;
  white-space: nowrap;
}
#subFooter a:hover,
#subFooter a:focus {
  color: #fff;
}
h1 {
  font-size: 2.5rem;
  line-height: 3.1rem;
  margin: 1px 1px 6px 1px;
  padding: 0px 0px 0px 0px;
  color: white;
  font-family: filson-soft, sans-serif;
  font-weight: 500;
  font-style: normal;
}
h1:focus {
  background: rgba(0, 0, 0, 0.05);
}
#H1 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #245c2e;
  font-family: filson-pro, sans-serif;
}
h2 {
  font-size: 1.6rem;
  /*  line-height: 1.6rem;*/
  margin-bottom: 20px;
  color: #000;
  font-family: filson-soft, sans-serif;
  font-weight: 500;
  font-style: normal;
}
h2:focus {
  background: rgba(0, 0, 0, 0.05);
}
#H2 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #245c2e;
  font-family: filson-pro, sans-serif;
}
h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin: 24px 0px 6px 0px;
  padding: 0px 0px 0px 0px;
  color: #245c2e;
  font-family: filson-soft, sans-serif;
  font-weight: 500;
  font-style: normal;
}
h3:focus {
  background: rgba(0, 0, 0, 0.05);
}
#H3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #245c2e;
  font-family: filson-pro, sans-serif;
}
h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
  color: #245c2e;
  font-family: filson-pro, sans-serif;
}
h4:focus {
  background: rgba(0, 0, 0, 0.05);
}
p {
  margin: 2px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
  font-family: filson-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
p:focus {
  background: rgba(0, 0, 0, 0.05);
}
ul {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}
li:focus {
  background: rgba(0, 0, 0, 0.05);
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
hr {
  margin: 10px 0px 18px 0px;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #245c2e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #245c2e;
  text-decoration: underline;
}
a img {
  border: 0;
}
p a,
li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #245c2e;
  text-decoration: underline;
}
p a:hover,
p a:focus,
li a:hover,
li a:focus {
  color: #245c2e;
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
/* img[src*=".svg"] {
  width: 100%;
  height: auto;
} */
.ie9 img[src$=".svg"] {
  width: 100%;
  height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
    height: auto;
  }
}
section {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
  display: block;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
/* FORMS */
form {
  overflow: hidden;
}
fieldset {
  margin: 24px 0 12px 0;
  border: 1px solid #ddd;
  padding: 18px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
legend {
  color: #245c2e;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: filson-pro, sans-serif;
}
label {
  font-size: 0.9rem;
  line-height: 1.1rem;
  display: inline-block;
  margin: 6px 0 3px 0;
  color: #245c2e;
  font-family: filson-pro, sans-serif;
}
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  border: none;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: filson-pro, sans-serif;
  box-sizing: border-box;
}
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus {
  background: rgba(0, 0, 0, 0.08);
}
textarea {
  border: none;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}
textarea:focus {
  background: rgba(0, 0, 0, 0.08);
}
select {
  border: none;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}
select:focus {
  background: rgba(0, 0, 0, 0.08);
}
input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]):disabled {
  color: #999;
}
textarea:disabled {
  color: #999;
}
select:disabled {
  color: #999;
}
button {
  font-family: "Open Sans", sans-serif;
}
/* HEADER */
#skip a,
#skip a:hover,
#skip a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #0000ee;
}
#skip a:active,
#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}
.topOffset {
  padding-top: 90px;
}
#topOffsetAdmin {
  padding-top: 124px;
}
#notice {
  background: white;
  color: #245c2e;
  text-align: center;
  padding: 10px 0 10px 0;
  font-size: 0.9rem;
  line-height: 1rem;
}
#notice a {
  color: #245c2e;
  text-decoration: underline;
}
#notice a:hover,
#notice a:focus {
  text-decoration: none;
}
/* FOOTER */
.footer-container {
  background-color: rgba(175, 210, 65, 0.25);
  width: 100%;
}
.footer-left-section {
  display: flex;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 12px 0;
}
.footer-content p {
  color: #245c2e;
  margin: 0;
}
.footer-content p a,
li a {
  color: #245c2e;
}
.footer-org-info p {
  margin-bottom: 8px;
}
.footer-org-contact {
  margin-left: 128px;
}
.footer-org-contact p {
  margin-bottom: 8px;
}
.footer-right-section {
  display: flex;
  flex-direction: column;
}
#footer-button {
  cursor: pointer;
  padding: 6px;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.4rem;
  font-weight: 100;
  color: #fff;
  background-color: #245c2e;
  font-family: filson-soft, sans-serif;
  font-style: normal;
  margin-bottom: 12px;
  border-radius: 20px;
}
#footer-button:hover,
#footer-button:focus {
  text-decoration: none;
  background-color: white;
  color: #245c2e;
}
/* QUICK FIX FOR SUDDEN CHANGES
-----------------------------------------------------------------------------*/
#skip-heading {
  height: 12px;
}
/* ADMIN
-----------------------------------------------------------------------------*/
#admin {
  background: #555;
  overflow: hidden;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#admin-nav a {
  display: inline-block;
  width: 30px;
  padding: 6px 6px 4px 6px;
  text-align: center;
}
#admin-nav img {
  height: 18px;
  width: auto;
}
#admin-nav a:hover,
#admin-nav a:focus {
  background: rgba(255, 255, 255, 0.3);
}
/* NAV WCAG
-----------------------------------------------------------------------------*/
.nav-items-container {
  margin-top: 18px;
  min-width: 550px;
}
#flyoutnav {
  display: table;
  width: 100%;
  /*  border-bottom: 1px solid #FFF;*/
}
#flyoutnav > ul {
  margin: 0;
  padding: 0;
  display: table-row;
  background-color: #245c2e;
  color: #fff;
}
#flyoutnav > ul > li {
  display: table-cell;
  width: 14.28%;
  text-align: center;
  position: relative;
}
#flyoutnav a,
#flyoutnav .current {
  display: block;
  padding: 0.25em;
  border-color: #e8e8e8;
}
#flyoutnav a {
  color: #fff;
  text-decoration: none;
  /*  text-transform: uppercase;*/
  font-size: 1rem;
  line-height: 1rem;
  /*  box-shadow: -.5px 0px 0px 0px #FFF, .5px 0px 0px 0px #FFF;*/
  padding: 12px 0 12px 0;
}
.page-nav-text {
  font-family: filson-soft, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.subpage-nav-text {
  font-family: filson-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#flyoutnav a:hover,
#flyoutnav a:focus {
  background-color: white;
  color: #245c2e;
  text-decoration: none;
  letter-spacing: 1px;
}
#flyoutnav .current {
  background-color: #245c2e;
  color: #245c2e;
}
#flyoutnav > ul > li > ul {
  text-align: left;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  background-color: #245c2e;
  min-width: 200px;
}
#flyoutnav > ul > li > ul > li {
  padding: 0;
  margin: 0;
}
#flyoutnav > ul > li.open > ul {
  display: block;
}
#flyoutnav > ul > li > ul a {
  border-bottom: 1px solid #fff;
  text-transform: none !important;
  font-weight: 400;
  letter-spacing: 0;
  padding: 12px 0 12px 12px;
}
#flyoutnav > ul > li > ul a:hover,
#flyoutnav > ul > li > ul a:focus {
  letter-spacing: 0;
}
/* Google Translate
-----------------------------------------------------------------------------*/
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd img {
  font-size: 0.1rem;
  line-height: 0rem;
}
.goog-te-gadget {
  font-size: 0.1rem;
  line-height: 0rem;
  color: #333;
}
.goog-te-gadget a img {
  display: none;
  height: 1;
  width: 1;
}
.goog-te-combo {
  background: #ddd;
  font-size: 1rem;
}
.fixed-con {
  z-index: 9724790009779558 !important;
  background-color: #ddd;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  z-index: 9724790009779 !important;
  top: 0;
  left: unset;
  right: -5px;
  display: none !important;
  border-radius: 50%;
  border: 2px solid #333;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  width: 1px;
  height: 1px;
}
.goog-logo-link,
.gskiptranslate,
.goog-te-gadget span,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt- {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
#google_translate_element select {
  display: block;
  background: #fff;
  color: #222;
  border: 1px solid #ccc;
  margin: 24px auto 0 auto;
  padding: 6px;
  font-size: 0.9rem;
  font-weight: 400;
  width: 100%;
}
/* NAV OLD
-----------------------------------------------------------------------------*/
#header_logo_div {
  /*  text-align: center;*/
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
#header_logo_div img {
  height: 60px;
  width: auto;
}
#header_logo_img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
  height: 36px;
  width: auto;
  padding: 12px 0 12px 0;
  margin: 0 auto 0 auto;
}
#header_logo_img:hover,
#header_logo_img:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Social Links
-----------------------------------------------------------------------------*/
.socialLinks {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  overflow: hidden;
  text-align: center;
}
.socialLinks a {
  margin: 0 6px 0 6px;
  padding: 0 0 0 0;
  width: 30px;
  display: inline-block;
}
.socialLinks a img {
  width: 30px;
  height: auto;
}
.socialLinks a:hover,
.socialLinks a:focus {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
/* Breadcrumb
-----------------------------------------------------------------------------*/
#breadcrumb {
  font-size: 0.9rem;
  line-height: 0.9rem;
  white-space: nowrap;
  color: #333;
  margin: 12px 0 24px 0;
}
#breadcrumb a {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 6px 0 6px;
}
#breadcrumb a:hover,
#breadcrumb a:focus {
  text-decoration: none;
  background-color: rgba(108, 186, 231, 0.2);
}
/* Anchors
-----------------------------------------------------------------------------*/
.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
#anchorLinks {
  margin: 0 0 24px 0;
  background: #efefef;
  padding: 12px;
}
#anchorLinks ul {
  margin: 6px 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
#anchorLinks li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#anchorLinks a {
  display: block;
  padding: 6px;
  margin: 0 0 0 0;
  border-bottom: 1px solid #fff;
}
#anchorLinks a:hover,
#anchorLinks a:focus {
  text-decoration: none;
  background: #ddd;
  color: #000;
}
/* Buttons
-----------------------------------------------------------------------------*/
.smallBtn {
  display: inline-block;
  padding: 6px 10px 6px 10px;
  margin: 6px 16px 6px 0;
  border-radius: 20px;
  min-width: 100px;
  max-width: 125px;
  background: #edf3d6;
  color: black;
  text-align: center;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.5px;
  /*  border-right: 4px solid #245C2E;*/
  box-shadow: inset 0 0 0 0 #245c2e;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -ms-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  text-decoration: none;
}
.bigBtn {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  margin: 6px 16px 6px 0;
  border-radius: 20px;
  min-width: 100px;
  /* max-width: 125px; */
  background: #245c2e;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.5px;
  /*  border-right: 4px solid #245C2E;*/
  box-shadow: inset 0 0 0 0 #245c2e;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -ms-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.bigBtn img {
  width: 12px;
  height: 12px;
  float: right;
  padding: 2px 0 0 0;
}
.bigBtn:hover,
.bigBtn:focus {
  background: #edf3d6;
  color: black;
  text-decoration: none;
  /*  box-shadow: inset 200px 0 0 0 #245C2E;*/
}
.smallBtn:hover,
.smallBtn:focus {
  background: #245c2e;
  color: #fff;
  text-decoration: none;
}
.bigBtnWhite {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  margin: 6px 16px 6px 0;
  min-width: 100px;
  background: #fff;
  color: #245c2e;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  border-right: 4px solid #245c2e;
}
.bigBtnWhite img {
  width: 12px;
  height: 12px;
  float: right;
  padding: 2px 0 0 0;
}
.bigBtnWhite:hover,
.bigBtnWhite:focus {
  background: #245c2e;
  color: #fff;
  text-decoration: none;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
#pageTitles {
  text-align: center;
  background-color: #245c2e;
  background-image: url("/media/static/images/test.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 48px 0 36px 0;
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
#pageTitles h1 {
  font-size: 4rem;
  line-height: 4.1rem;
  font-weight: 700;
  color: #fff;
}
#pageTitles h2 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 100;
  color: #fff;
}
.hgroup {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.intro {
  font-size: 1.4rem;
  line-height: 2rem;
  width: 100%;
  margin-bottom: 24px;
  color: #000;
  /*  background-color: rgba(175, 210, 65, .25);*/
  font-weight: bold;
  /*  display:flex;*/
}
/*
.intro:focus {
  background: rgba(0, 0, 0, .05);
}
*/
#INTRO {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #245c2e;
}
/*
.intro p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 1px 1px 24px 1px;
  padding: 0 0 0 0;
  color: #245C2E;
  font-weight: 100;
}
*/
.intro2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 1px 1px 16px 1px;
  padding: 0px 0px 0px 0px;
  color: #245c2e;
  font-weight: 100;
}
.intro2:focus {
  background: rgba(0, 0, 0, 0.05);
}
#INTRO2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #245c2e;
}
body {
  font-size: 1rem;
  line-height: 1.8rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.body {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}

.fineprint {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 12px 0px 6px 0px;
  padding: 0px 0px 0px 0px;
}
.footnote {
  font-size: 0.8rem;
  line-height: 1rem;
  border-top: 1px solid #ccc;
  margin: 36px 0 24px 0;
  padding: 12px 0 0 0;
}
#byline {
  font-size: 0.9rem;
  margin: 0 0 12px 0;
  padding: 0 0 10px 0;
  /*  border-bottom: 1px solid #CCC;*/
}
/* Hero + Slideshow
-----------------------------------------------------------------------------*/
.owl-carousel {
  width: 100%;
}
.hero {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: color;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  /*  padding: 6px 0 6px 0;*/
  /*  text-align: center;*/
  overflow: hidden;
}
.hero h1 {
  color: #fff;
  font-size: 2.5rem;
  display: block;
  margin: 120px 12px 0 0;
  font-weight: bold;
}
.hero em {
  color: #fff;
  font-size: 2rem;
  line-height: 2.2rem;
  display: block;
}
.news-hero-title {
  color: #fff;
  font-size: 2.5rem;
  display: block;
  margin: 120px 12px 0 0;
  font-weight: bold;
  line-height: 3.1rem;
  padding: 0px 0px 0px 0px;
  font-family: filson-soft, sans-serif;
  font-style: normal;
}
/* Page Main
-----------------------------------------------------------------------------*/
#pageMain {
  background-color: #fff;
  padding: 36px 0 36px 0;
  position: relative;
  overflow: hidden;
}
#sections {
  background: #ccc;
  padding: 48px 0 48px 0;
}
#mainText {
  padding: 0 0 0 0;
}
#bodyToggleTitle {
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 0 0 18px 0;
}
#bodyToggleTitle:hover,
#bodyToggleTitle:focus {
  text-decoration: none;
}
#bodyToggleDiv {
  display: none;
  text-align: left;
  padding: 24px;
  margin: 0 0 36px 0;
  background: rgba(255, 255, 255, 0.9);
}
#bodyToggleDiv h2 {
  color: #245c2e;
  text-align: center;
  border-bottom: 1px solid #245c2e;
  padding: 0 0 6px 0;
  margin: 18px 0 18px 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
#bodyToggleIcon {
  color: rgba(255, 255, 255, 0.6);
}
#bodyToggleIcon:hover,
#bodyToggleIcon:focus {
  color: rgba(255, 255, 255, 1);
}
#SEARCH_TXT {
  background: #fff;
  padding: 8px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 200;
  border: none;
  color: #5ba1bf;
  text-align: left;
  width: 85%;
  float: left;
}
#SEARCH_GO {
  background: #5ba1bf;
  padding: 12px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 200;
  border: none;
  color: #fff;
}
/* News
---------------------------------------------------------------*/
#newsDiv {
  width: 100%;
  background-color: #245c2e;
  background-image: url(/media/static/images/banner-pattern-green3.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  padding: 48px 0 48px 0;
  text-align: center;
  overflow: hidden;
}
#newsDiv h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin: 0 0 24px 0;
}
.newsTileLink {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 0 0 0;
  background-color: #245c2e;
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
  height: 425px;
}
.newsTileLink:hover,
.newsTileLink:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  text-decoration: none;
  /*  background-color: rgba(108, 186, 231, .05);*/
  color: #fff;
}
.newsLink {
  text-align: left;
  display: block;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 24px 0;
  border: 1px solid #ddd;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 18px;
}
.newsLink:hover,
.newsLink:focus {
  text-decoration: none;
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #245c2e;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
.newsLinkTitle {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.newsLinkDate {
  color: #245c2e;
  margin: 8px 0 8px 0;
}
.newsLinkBody {
  margin: 0 0 0 0;
  color: #fff;
}
.pageListing {
  color: white;
}
.pageListing h3 a {
  color: white;
}
/* Sub-pages
---------------------------------------------------------------*/
#subpages {
  padding: 24px 0 24px 0;
  text-align: center;
}
.tileLink {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 0 0 0;
  background-color: rgba(108, 186, 231, 0.1);
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
.tileLink:hover,
.tileLink:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  text-decoration: none;
  background-color: rgba(108, 186, 231, 0.05);
  color: #fff;
}
.tileLink h3 {
  font-size: 1rem;
  line-height: 1rem;
  padding: 0 0 0 0;
  margin: 0 0 12px 0;
  color: #fff;
  font-weight: 700;
}
.tileLink:hover h3,
.tileLink:focus h3 {
  color: #fff;
}
.tileLinkImg {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #ddd;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.tileLinkImg:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.tileLinkText {
  padding: 12px;
}
/* VIDEOS - Responsive
---------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: auto;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* MODALS
-----------------------------------------------------------------------------*/
.modalBtn {
  padding: 0 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modalBtn:hover,
.modalBtn:focus {
  opacity: 0.9;
}
.modalThumbnail {
  -webkit-background-size: 72px, cover;
  -moz-background-size: 72px, cover;
  -ms-background-size: 72px, cover;
  -o-background-size: 72px, cover;
  background-size: 72px, cover;
  background-repeat: no-repeat;
  background-color: #245c2e;
  background-position: center;
  padding-bottom: 50%;
  margin: 24px 0 36px 0;
}
.modaliFrame {
  width: 100%;
  height: 480px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 100000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 6px 24px 24px 24px;
  width: 60%;
}
.modal h2 {
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.4rem;
  border: none;
  margin: 6px 0 12px 0;
  padding: 0;
}
.close {
  color: #888;
  float: right;
  font-size: 2rem;
  margin: 0 0 6px 0;
}
.close:hover,
.close:focus {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
.sectAnchor::before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0 0;
  visibility: hidden;
}
/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
  width: 40%;
  /*  float: right;*/
  margin: 0 0 24px 24px;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.mediaElements h3 {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
}
.mediaElements p {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.mediaElements ul {
  margin: 0 0 0 12px;
}
.mediaElements li {
  margin: 0 0 12px 0;
}
.mediaElements img {
  width: 100%;
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
}
/* Forms
-----------------------------------------------------------------------------*/
.buttons {
  overflow: hidden;
}
.buttons a,
.buttons button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  padding: 6px;
}
.buttons button[type] {
  padding: 6px;
  line-height: 0.7rem;
}
*:first-child + html button[type] {
  padding: 6px;
}
.buttons button img,
.buttons a img {
  margin: 0;
  padding: 0;
  border: none;
  width: 14px;
  height: 14px;
}
/* ADMIN BUTTONS: Standard */
button,
.buttons a {
  background: #245c2e;
  border: 1px solid #245c2e;
  color: #fff;
}
button:hover,
.buttons a:hover,
.buttons a:focus {
  background: #245c2e;
  color: #fff;
  cursor: pointer;
}
/* ADMIN BUTTONS: Positive */
button.positive,
.buttons a.positive {
  background-color: #e6efc2;
  border: 1px solid #c6d880;
  color: #529214;
}
.buttons a.positive:hover,
button.positive:hover,
button.positive:focus {
  background: #c6d880;
  color: #529214;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative,
button.negative {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #d12f19;
}
.buttons a.negative:hover,
button.negative:hover,
button.negative:focus {
  background: #fbc2c4;
  color: #d12f19;
}
.req {
  color: #f00;
}
#ADDRESS3label {
  display: none;
}
#ADDRESS3 {
  display: none;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container {
  margin: 0 auto 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 1200px;
}
.page-container {
  z-index: 1;
  position: relative;
}
.nav-container {
  margin: 0 auto 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.leadership-container {
  margin: 0 auto 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
[class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
[class*="span"]:first-child {
  margin-left: 0;
}
.span1 {
  width: 6.38298%;
}
.span2 {
  width: 14.89362%;
}
.span2x {
  width: 16%;
  margin-left: 0;
}
.span3 {
  width: 23.40426%;
}
.span3x {
  width: 25%;
  margin-left: 0;
}
.span4 {
  width: 31.91489%;
}
.span4x {
  width: 33.3%;
  margin-left: 0;
}
.span4y {
  width: 31.91489%;
}
.span5 {
  width: 40.42553%;
}
.span6 {
  width: 48.93617%;
}
.span6x {
  width: 50%;
  margin-left: 0;
}
.span6y {
  width: 48.93617%;
}
.span7 {
  width: 57.44681%;
}
.span8 {
  width: 65.95745%;
}
.span8x {
  width: 70%;
  margin-left: 0;
}
.span9 {
  width: 74.46809%;
}
.span10 {
  width: 82.97872%;
}
.span11 {
  width: 91.48936%;
}
.span12 {
  width: 100%;
}
/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .container,
  .nav-container {
    width: 700px;
  }
}
/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .container {
    width: 700px;
  }
  .mediaElements {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }
  #nav_bar,
  #nav_bar .container {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .topOffset {
    padding-top: 60px;
  }
  #topOffsetAdmin {
    padding-top: 90px;
  }
  #header_nav a {
    font-size: 0.65rem;
    line-height: 0.65rem;
  }
}
/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  .container,
  .nav-container {
    width: 88%;
    margin: auto;
  }
  .nav-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
  }
  .nav-items-container {
    width: 100%;
    min-width: 0;
  }
  #nav-logo-container {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  #flyoutnav > ul > li > ul a {
    padding: 6px;
  }
  .hero {
    padding: 80px 0 80px 0;
    background-attachment: scroll, scroll, scroll;
  }
  .hero h1 {
    font-size: 2.5rem;
    margin: 0;
    margin-top: 32px;
    /*    line-height: 4.2rem;*/
  }
  .news-hero-title {
    font-size: 2.5rem;
    margin: 0;
  }
  .index-hero {
    padding: 80px 0 80px 0;
    background-attachment: scroll, scroll, scroll;
    background-image: url("/media/static/images/Spinach-Photo-3-no-logo.jpg");
  }
  .index-hero h1 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  .index-hero-content {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .bigBtn {
    margin: 0;
  }
  #pageTitles h1 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  #pageTitles h2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .hero em {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .sectionBody {
    column-count: 1;
  }
  .sectionToggleTitle h2 {
    font-size: 1.2rem;
  }
  #mainText {
    padding: 0 0 0 0;
  }
  #breadcrumb {
    display: none;
  }
  #anchorLinks {
    display: none;
  }
  .tileLinkTitle {
    min-height: 0;
  }
  .newsTileLink {
    height: 450px;
  }
  footer {
    /*
	padding: 24px 0 12px 0;
	text-align: center;
*/
  }
  .subfooter-container {
    flex-direction: column;
  }
  .footer-container {
    height: auto;
  }
  .footer-content {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: start;
  }
  .footer-right-section,
  .footer-left-section {
    width: 100%;
  }
  .footer-org-contact {
    margin-left: 64px;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
  .span1 {
    width: 100%;
  }
  .span2 {
    width: 100%;
  }
  .span3 {
    width: 75%;
  }
  .span3x {
    width: 50%;
  }
  .span4 {
    width: 100%;
  }
  .span4x {
    width: 100%;
  }
  .span4y {
    width: 50%;
  }
  .span5 {
    width: 100%;
  }
  .span6 {
    width: 100%;
  }
  .span6x {
    width: 100%;
  }
  .span66 {
    width: 50%;
  }
  .span7 {
    width: 100%;
  }
  .span8 {
    width: 100%;
  }
  .span8x {
    width: 100%;
  }
  .span9 {
    width: 100%;
  }
  .span10 {
    width: 100%;
  }
  .span11 {
    width: 100%;
  }
  .span12 {
    width: 100%;
  }
}

.ticket {
  --all: 0px;
  display: inline-block;
  margin: 10px;
  background: red;
  -webkit-mask: linear-gradient(45deg, transparent 0 var(--bottom-left, var(--all)), #fff 0) bottom left, linear-gradient(-45deg, transparent 0 var(--bottom-right, var(--all)), #fff 0) bottom right,
    linear-gradient(135deg, transparent 0 var(--top-left, var(--all)), #fff 0) top left, linear-gradient(-135deg, transparent 0 var(--top-right, var(--all)), #fff 0) top right;
  -webkit-mask-size: 50.5% 50.5%;
  -webkit-mask-repeat: no-repeat;
}
