/* CSS Document */
/*********************
CSS RESET
*********************/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
  padding: 0;
  margin: 0;
  font-weight: normal;
  -webkit-text-size-adjust: none;
}

ol {
  margin-left: 1.4em;
  list-style: decimal;
}

#content ol li {
  margin-left: 1.4em;
  list-style: decimal;
}

img {
  border: 0;
}

.center {
  text-align: center;
}

* {
  outline: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

p {
  color: #2d2d2d;
  font-size: 0.9em;
  line-height: 1.5em;
}

a:link, a:active, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

/*********************
Header & Main
*********************/
#wrapper {
  width: 100%;
  background-color: #FFF;
}

#main_header {
  width: 980px;
  height: 100px;
  margin: 0 auto;
  clear: both;
  padding-top: 13px;
}

#wrapper_nav {
  width: 100%;
  height: 53px;
  clear: both;
}

#navigation_bar {
  width: 980px;
  height: 50px;
  background-color: #222;
  font-weight: 100;
  font-size: 1em;
  list-style: none;
  margin: 15px auto 3px auto;
  padding: 0px 20px 0px 20px;
  border-bottom: 3px solid #68a045;
}

#navigation_bar li {
  display: inline-block;
  position: relative;
  padding: 15px 15px 13px 15px;
  border: 1px solid transparent;
}

#navigation_bar img {
  margin-right: 7px;
  margin-bottom: -3px;
  display: none;
}

#search_box {
  float: right;
  width: 225px;
  height: 25px;
  margin-top: 13px;
  background-color: #FFF;
  margin-right: -6px;
}

#search_box input.inputbox {
  border: 1px solid #FFFFFF;
  height: 14px;
  margin-left: 6px;
  margin-top: 3px;
  width: 179px;
  float: left;
}

#search_box button {
  border: none;
  background-color: white;
  margin-top: 4px;
}

#main_image {
  height: 410px;
  width: 100%;
  text-align: center;
}

.banner_con {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

#sub_image {
  height: 103px;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#sub_image img#banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sub_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0));
  z-index: 1;
  pointer-events: none;
}

#sub_image h2 {
  position: absolute;
  left: 20px;
  top: -57px;
  transform: translateY(-50%);
  color: #68a045;
  font-size: 28px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  width: 25%;
  text-align: left;
  text-transform: uppercase;
  z-index: 2;
}

#logo {
  width: 350px;
  height: 100px;
  overflow: hidden;
}

#header_right {
  height: 100px;
  width: 600px;
  color: #306f42;
  float: right;
}

img.headericon {
  height: 15px;
  top: 4px;
  position: relative;
}

img.readmore_icon {
  height: 20px;
  top: 5px;
  position: relative;
}

#margin25top {
  padding-top: 25px;
}

#donate_now {
  margin-top: 25px;
  float: right;
}

/*
 *  HOME PAGE 
 */
#home_content_wrapper {
  padding-bottom: 2em;
  width: 100%;
}

#home_content_container {
  width: 980px;
  display: grid;
  grid-template-columns: 17em 1fr 1fr;
  gap: 1em;
  margin: 0 auto;
  padding-top: 40px;
}

#home_content_container .column {
  margin-left: 0.5em;
  vertical-align: top;
}

.column_sidebar {
  background-color: #444;
  color: #EEE;
  padding: 1.5em;
  line-height: 1.5em;
  border-radius: 0.4em;
  float: left;
}

.column_sidebar p {
  color: #EEE;
}

.column_sidebar h1 {
  font-size: 1.5em;
  padding-bottom: 25px;
  line-height: 1em;
}

/* For the Get Involved button in the sidebar */
.column_sidebar div.cta_button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 190px;
  height: 45px;
  text-align: center;
  background-color: #b6d48a;
}

.column_sidebar div.cta_button a {
  display: block;
  width: 100%;
}

.column_sidebar div.cta_button div {
  font-variant-caps: small-caps;
  text-transform: capitalize;
  font-size: 18px;
  color: black;
  width: 100%;
  padding: 10px 0 10px 0;
}

.column_sidebar div.cta_button a:link,
.column_sidebar div.cta_button a:active,
.column_sidebar div.cta_button a:visited,
.column_sidebar div.cta_button a:hover {
  color: #000;
  text-decoration: none;
}

/* For the (soon to be legacy) Donate Now button in the top nav */
button.cta_button {
  background-color: #b6d48a;
  display: block;
  width: 190px;
  height: 45px;
  border: none;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-variant-caps: small-caps;
  text-transform: capitalize;
  cursor: pointer;
}

/* For the new Donate Now link in the top nav */
div#donate_now div.cta_button {
  margin-left: auto;
  margin-right: auto;
  width: 190px;
  height: 45px;
  text-align: center;
  background-color: #b6d48a;
}

div#donate_now div.cta_button a {
  display: block;
  width: 100%;
}

div#donate_now div.cta_button div {
  font-variant-caps: small-caps;
  text-transform: capitalize;
  font-size: 18px;
  color: black;
  width: 100%;
  padding: 10px 0 10px 0;
}

div#donate_now div.cta_button a:link,
div#donate_now div.cta_button a:active,
div#donate_now div.cta_button a:visited,
div#donate_now div.cta_button a:hover {
  color: #000;
  text-decoration: none;
}

/* done with donate now buttons, moving on. */
.column_content_box {
  padding: 25px 0;
  float: left;
  display: block;
}

.column_content_box h1 {
  font-size: 1.5em;
  border-bottom: 1px dashed #F1F1F1;
  padding-bottom: 5px;
  margin: 0 0 25px 0;
}

#content_wrapper {
  height: 100%;
  min-height: 800px;
  width: 100%;
}

#content {
  margin: 0 auto;
  padding: 0 0 30px;
  width: 980px;
}

#breadcrumbs {
  padding: 15px 0;
  margin: 0 0 0 5px;
}

#breadcrumbs li {
  display: inline;
  color: #536343;
  font-size: 1.2em;
}

#breadcrumbs li a {
  color: #536343;
  text-decoration: none;
}

#left_sidebar {
  width: 230px;
  background-color: #666;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px;
  float: left;
}

.news_preview {
  float: right;
  width: 688px;
  margin: 0 0 10px 0;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 3px 1px #000;
  box-shadow: 1px 1px 3px 1px #000;
}

.news_preview:hover {
  float: right;
  width: 688px;
  margin: 0 0 10px 0;
  padding: 15px;
  background-color: #b6d48a;
  color: #4B6C24;
}

.news_preview a {
  float: left;
  text-decoration: none;
  width: 688px;
}

.news_left {
  float: left;
  width: 123px;
}

.news_preview_content {
  float: right;
  width: 545px;
  min-height: 75px;
  position: relative;
  margin-top: -2px;
}

.news_preview a h1 {
  padding-bottom: 10px;
  color: #000;
}

.news_preview:hover h1 {
  color: #000;
}

.news_preview:hover .news_preview_read {
  color: #000;
}

.news_preview:hover .news_preview_date {
  color: #000;
}

.news_preview_img {
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.news_preview_content h1 {
  font-size: 1.2em !important;
}

.news_article_date {
  font-size: 1em;
  color: #4B6C24;
  position: relative;
  font-weight: bold;
  float: left;
}

.news_preview_date {
  bottom: 0;
  color: #4B6C24;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  left: 0px;
}

.news_preview_read {
  bottom: 0;
  color: #4B6C24;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  float: right;
}

.news_preview_read a {
  color: #4B6C24;
  text-decoration: none;
}

.news_article {
  width: auto;
  margin: 0 0 0 260px;
  padding: 15px;
  min-height: 550px;
  overflow: hidden;
}

.news_article h1 {
  padding: 15px 15px 0 0px;
  font-size: 1.3em;
}

.news_article p {
  clear: both;
}

#article_image {
  width: 100%;
  margin: 30px 0 20px 0;
  text-align: center;
  clear: both;
}

.news_article hr {
  border-color: #A0B689;
  opacity: 0.3;
  clear: both;
}

.caption {
  color: #5D7B3C;
}

.content_heading {
  font-size: 1.5em;
  margin: 25px 0;
  color: #536343;
}

#full_content_box {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 25px 0;
  background-color: #97AF80;
  float: left;
  margin-left: 25px;
  margin-right: 1px;
}

.all_news {
  float: right;
  text-decoration: none;
  padding-top: 10px;
  font-size: 0.85em;
}

.all_news a {
  color: #000;
  margin-right: 3px;
}

.all_news a:link {
  text-decoration: none;
  color: #000;
}

.all_news a:visted {
  text-decoration: none;
  color: #000;
}

.all_news a:active {
  text-decoration: none;
  color: #000;
}

.all_news a:hover {
  color: #000;
  text-decoration: underline;
}

.news_block {
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding: 0.5em;
  border: 1px solid #306f42;
  overflow: hidden; /* I'm not actually trying to hide any overflow... This *also* has the effect 
  (in the absence of absolutely positioned elements) of expanding the parent to encompass floated 
  children... So, it makes this div auto-expand to prevent the image from overflowing when there's
  not enough text to force the div big enough. */
}

.news_block h2 {
  padding: 10px 5px 0 10px;
  font-weight: 600;
  font-size: 0.95em;
  color: #000;
}

.news_block p {
  margin-top: 1.1em;
  color: #000;
}

.news_img_block {
  height: auto;
  width: 66px;
  float: left;
  margin: 10px 10px 0 10px;
  color: #F1F1F1;
  font-size: 0.8em;
}

.news_img_block p {
  font-size: 0.85em;
  margin-top: 0;
}

.light_green {
  padding: 0px;
  margin: 0 auto;
  width: 100%;
}

.black {
  background-color: #000;
  color: #FFF;
  padding: 25px;
  border-radius: 5px;
}

/*********************
Tables
*********************/
#regions_table {
  width: 930px;
  font-weight: 100;
  font-size: 0.75em;
}

#regions_table td {
  border-bottom: 1px solid #E1E1E1;
  padding: 5px 0;
}

#directors_table td {
  border: 5px solid #B0C49C;
  background-color: #B0C49C;
  color: #000;
  vertical-align: top;
}

#directors_table {
  margin: 0 25px 25px 25px;
}

#directors_table h2 {
  margin: 15px 0 15px 0;
  font-size: 1.2em;
}

#directors_table img {
  width: 100px;
  height: 150px;
}

.directors_img {
  vertical-align: top;
  padding: 25px 15px 15px 15px;
}

/*********************
MEGA MENU
*********************/
#navigation_bar .navbutton a {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 10px;
  color: #306f42;
}

#navigation_bar li:hover {
  padding: 15px 15px 13px 15px;
  border: 1px solid transparent;
}

#navigation_bar li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
  display: block;
  padding-left: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  width: auto;
}

#navigation_bar li:hover a {
  font-size: 14px;
  border: 1px solid transparent;
  text-shadow: 1px 1px 1px #666;
}

#navigation_bar li .drop {
  padding-right: 21px;
  background: url("img/drop.png") no-repeat rightright 8px;
}

#navigation_bar li:hover .drop {
  background: url("img/drop.png") no-repeat rightright 7px;
}

/* Drop Down */
.about_dropdown,
.partnerships_dropdown,
.news_dropdown {
  margin: 2px auto 4px auto;
  float: left;
  position: absolute;
  left: -999em;
  /* Hides the drop down */
  text-align: left;
  padding: 10px 5px 10px 5px;
  border: 1px solid transparent;
  background-color: #333;
  /* Rounded Corners */
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.about_dropdown {
  width: 100px;
  margin-left: 30px;
}

.partnerships_dropdown {
  width: 125px;
  margin-left: 30px;
}

#navigation_bar li:hover .about_dropdown,
#navigation_bar li:hover .partnerships_dropdown,
#navigation_bar li:hover .news_dropdown,
#navigation_bar li:hover .dropdown_3columns,
#navigation_bar li:hover .dropdown_4columns,
#navigation_bar li:hover .dropdown_5columns,
#navigation_bar li:hover .dropdown_6columns,
#navigation_bar li:hover .dropdown_7columns {
  left: -17px;
  top: auto;
  z-index: 3;
}

/* Columns */
.col_1, .col_2, .col_3, .col_4, .col_5 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.col_1 {
  width: 130px;
}

.col_2 {
  width: 270px;
}

.col_3 {
  width: 410px;
}

.col_4 {
  width: 550px;
}

.col_5 {
  width: 690px;
}

/* Right alignment */
#navigation_bar .menu_right {
  float: rightright;
  margin-right: 0px;
}

#navigation_bar li .align_right {
  /* Rounded Corners */
}

#navigation_bar li:hover .align_right {
  left: auto;
  right: -1px;
  top: auto;
}

/* Drop Down Content Stylings */
#navigation_bar p, #navigation_bar h2, #navigation_bar h3, #navigation_bar ul li {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21px;
  font-size: 12px;
  text-align: left;
  margin-left: 20px;
}

#navigation_bar h2 {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 7px 0 14px 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #666666;
}

#navigation_bar h3 {
  font-size: 14px;
  margin: 7px 0 14px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #888888;
}

#navigation_bar p {
  line-height: 18px;
  margin: 0 0 10px 0;
}

#navigation_bar li:hover div a {
  font-size: 14px;
  /* drop down font size */
  color: #FFF;
  border: 1px solid transparent;
}

#navigation_bar li:hover div a:hover {
  color: #FFF;
}

.strong {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.imgshadow {
  background: #FFFFFF;
  padding: 4px;
  border: 1px solid #777777;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px #666666;
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.img_left {
  /* Image sticks to the left */
  width: auto;
  float: left;
  margin: 5px 15px 5px 5px;
}

#navigation_bar li .black_box {
  background-color: #333333;
  color: #eeeeee;
  text-shadow: 1px 1px 1px #000;
  padding: 4px 6px 4px 6px;
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* Shadow */
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

#navigation_bar li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#navigation_bar li ul li {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  text-shadow: 1px 1px 1px #ffffff;
  padding: 0;
  margin: 0;
  float: none;
  text-align: left;
  width: 130px;
}

#navigation_bar li ul li:hover {
  background: none;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
}

#navigation_bar li .greybox li {
  background: #F4F4F4;
  border: 1px solid #bbbbbb;
  margin: 0px 0px 4px 0px;
  padding: 4px 6px 4px 6px;
  width: 116px;
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#navigation_bar li .greybox li:hover {
  background: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 4px 6px 4px 6px;
  margin: 0px 0px 4px 0px;
}

/*********************
Footer
*********************/
#footer {
  width: 930px;
  height: 400px;
  margin: 20px auto;
  clear: both;
  padding: 1px 25px 10px 25px;
  background-color: #FFF;
  border-top: 3px solid #68a045;
}

#footer #footer_heading {
  font-size: 16px;
  color: #000;
  margin: 25px 0 15px 0;
}

#footer_content {
  width: 930px;
  height: 150px;
  height: 9em;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  margin-top: 45px;
  clear: both;
}

#footer_sitemap {
  font-size: 0.85em;
  margin-top: 15px;
  width: 300px;
  float: left;
}

#footer_sitemap a {
  color: #000;
  font-size: 0.85em;
  float: left;
}

#footer_sitemap a:hover {
  color: #333;
}

#footer_sitemap td {
  margin-left: 25px;
  padding-top: 10px;
  border-bottom: 1px solid #CCC;
}

#footer_sitemap .footer_tdnodecoration {
  border-bottom: none;
}

#footer_contact {
  height: 100%;
  width: 300px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  float: left;
  margin: 0 15px;
  padding: 0 15px;
}

#footer_contact div {
  margin: 25px;
}

img.footericon {
  height: 12px;
  top: 3px;
  position: relative;
}

#footer_contact li {
  list-style-type: none;
  font-size: 0.6em;
  color: #000;
  margin-top: 5px;
}

#footer_contact li a {
  color: #000;
}

#footer_contact h1 {
  font-size: 0.6em;
  color: #000;
  font-weight: bold;
}

#footer_contact p {
  font-size: 0.6em;
  color: #000;
  margin-bottom: 10px;
}

#footer_social {
  height: 100%;
  width: 265px;
  float: right;
  opacity: 0.75;
}

#footer_social img {
  background-color: #FFF;
  width: 250px;
  margin: auto;
  margin-top: 48px;
}

#footer_copyright, #footer_copyright p {
  width: 275px;
  color: #000;
  margin: 15px auto;
  font-size: 0.6em;
}

/* Added June 15,2013 */
.regions {
  float: left;
  width: 100%;
  clear: both;
  margin: 0px;
}

.regions li {
  float: left;
  width: 19.7%;
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
  list-style: none;
  margin-right: 2px;
}

.regions li a {
  font-size: 0.75em;
  font-weight: 100;
  color: #000;
  text-decoration: none;
}

.regions li a:hover {
  font-size: 0.75em;
  font-weight: 100;
  color: #333;
  text-decoration: underline;
}

.clear {
  clear: both;
}

.highlights h2 {
  background: #444;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  padding: 15px 14px 15px 23px;
  font-size: 1em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.highlights h2 a {
  color: #FFF;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
}

.highlights h2 span {
  color: #546147;
  float: right;
}

.highlights h2 a.plus {
  background: url(../images/plus_icon.png) 0 1px no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.highlights h2 a.close {
  background: url(../images/close_icon.png) 0 1px no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.highlights h1 {
  color: #FFF;
  padding: 15px 14px 15px 20px;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.highlights h1 span {
  color: #546147;
  float: right;
}

.highlights h1 a.plus {
  background: url(../images/plus_icon.png) 0 1px no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.highlights h1 a.close {
  background: url(../images/close_icon.png) 0 1px no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.highlights h1 a.close1 {
  background: url(../images/close_icon.png) 0 1px no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.browse_news {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.browse_news h3 {
  color: #FFF;
  font-size: 1em;
  padding: 15px 14px 15px 20px;
  border-top: #394331 solid 1px;
  margin: 2px 0 0 0;
}

.browse_news ul {
  list-style: none;
  margin: 0px 0 5px 0;
  padding: 5px 0 0 0;
}

.browse_news ul li {
  clear: both;
  font-size: 0.8em;
}

.browse_news ul li.last_news a {
  border-bottom: #536147 solid 1px;
  padding: 8px 14px 10px 20px;
}

.browse_news ul li a {
  color: #FFF;
  text-decoration: none;
  padding: 5px 14px 5px 55px;
  display: block;
}

.browse_news ul > li:active > a {
  background-color: #68a045;
}

.browse_news ul li a.current {
  color: #FFF;
  background-color: #68a045;
}

.browse_news ul li a span {
  float: right;
}

.browse_news ul li ul {
  list-style: none;
  background: #363f2e;
}

.browse_news ul li ul li {
  padding: 0 0 0 20px;
}

.browse_news ul li ul li a {
  color: #CCC;
  border: none !important;
  padding: 3px 14px 3px 50px !important;
}

.browse_news ul li.current {
  background-color: rgb(84, 97, 71);
  background-color: #68a045;
}

.browse_news ul li.current a {
  color: #ffffff;
}

.browse_news ul li.current a span {
  color: #ffffff;
}

.paging {
  width: 715px;
  padding: 35px 0 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  float: right;
}

.paging ul {
  list-style: none;
  margin-left: 30%;
  padding: 0px;
}

.paging ul li {
  float: left;
  margin: 0px;
  padding: 0px;
}

.paging ul li a {
  border-radius: 6px;
  margin: 0 3px 0 0;
  display: block;
  width: 2em;
  height: 1.6em;
  font-size: 0.8em;
  text-align: center;
  color: #000;
  padding: 5px 0 0 0;
  text-decoration: none;
  border: #68a045 solid 1px;
}

.paging ul li a:hover,
.paging ul li a.Active { /* don't be fooled - this isn't a type on a pseudoselector.  It really is a classname called "Active". */
  background: #b6d48a;
  color: black;
}

.paging ul li.pre {
  padding: 0 25px 0 0;
}

.paging ul li.pre a {
  background: url(../images/pre_arrow.png) 0 12px no-repeat;
  padding: 7px 0 0 10px;
  border: none;
  color: #000;
  width: auto;
  height: auto;
}

.paging ul li.next {
  padding: 0 0px 0 15px;
}

.paging ul li.next a {
  background: url(../images/next_arrow.png) 100% 12px no-repeat;
  padding: 7px 14px 0 10px;
  border: none;
  color: #000;
  width: auto;
  height: auto;
}

.home_link a {
  padding: 10px 0 10px 0px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  font-size: 1em;
}

.home_link a::before {
  display: inline-block;
  color: #68a045;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.4em;
  content: "\f015";
  margin-right: 10px;
}

.member_info {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.aboutleft {
  float: left;
  margin-top: 17px;
  width: 156px;
}

.member_img {
  width: 143px;
  margin-top: 8px;
}

.article_hr {
  opacity: 0.3;
  clear: both;
}

.aboutright h1 {
  color: #536343;
  font-size: 1.5em;
  margin: 14px 0 5px 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.aboutright h2 {
  font-size: 1.2em;
  margin: 0px 0 15px 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.aboutright ul {
  list-style: square outside none;
  margin-left: 39px;
}

.aboutright .content {
  margin-left: 70px;
}

.faqright .icon i {
  color: #68a045;
  font-size: 42px;
}

.faqright .program_title {
  display: flex;
  align-items: center;
}

.faqright .icon {
  margin-right: 10px;
  width: 55px;
  text-align: center;
}

.faqright .program_heading {
  margin: 0; /* Remove default margins */
}

.greeen_block {
  padding: 0 25px;
}

.greeen_block h2 {
  color: #444;
  font-size: 1.2em;
  margin: 0px 0 15px 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.greeen_block h3 {
  color: #444;
  font-size: 1.4em;
  margin: 0px 0 15px 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.giftleft {
  float: left;
  width: 50%;
}

.giftright {
  float: right;
  width: 50%;
}

.gift_block {
  float: left;
  clear: both;
  width: 100%;
}

.gift_info {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.sp0ns0r_bl0ck h1 {
  color: #000 !important;
  padding: 0px !important;
  margin-bottom: 16px;
  margin-top: 23px;
}

#contact_info {
  margin-left: 17px;
}

.greeen_block ul {
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
}

.greeen_block ul li {
  float: left;
  list-style: none outside none;
  margin-right: 2px;
  padding: 1px 0;
  width: 270px;
}

.home_title {
  color: #000000;
  text-decoration: none;
}

#events_table .home_title p {
  color: #000000;
  text-decoration: none;
  font-weight: normal !important;
}

a.current span {
  color: #fff !important;
}

.faqright ul {
  margin-left: 58px !important;
}

.home_news p {
  margin-top: 6px !important;
}

ul.currentopen {
  display: block !important;
}

#header_right a.desktop {
  display: inline;
}

#header_right a.mobile {
  display: none;
}

#footer_contact a.desktop {
  display: inline;
}

#footer_contact a.mobile {
  display: none;
}

/*********************
New Program Page
*********************/
.program p, .donate p {
  margin-left: 0px;
}

.program u l {
  clear: both;
  padding: 20px 0 0 15px;
}

.program ul li {
  padding: 0 0 6px 0;
  float: none;
  list-style: square !important;
}

.program > div > div > ul > li {
  font-size: 0.9em;
}

.program ul li span {
  display: block;
  padding: 8px 0 0 0;
  font-style: italic !important;
}

/*********************
New Donate Page
*********************/
.greeen_block.donate {
  padding: 0 40px 40px 40px;
}

ul.horizontal-boxes {
  margin: 20px 0;
}

ul.horizontal-boxes li {
  margin: 10px 16px;
  width: auto;
  border: 2px solid #EEE;
}

ul.horizontal-boxes li:hover {
  border-color: #b6d48a;
}

ul.horizontal-boxes i.icon {
  color: #68a045;
  font-size: 4em;
  margin-bottom: 6px;
}

ul.horizontal-boxes li h3 {
  font-size: 1.5em;
}

ul.horizontal-boxes li a.block-link {
  display: block;
  width: 20em;
  padding: 20px;
  min-height: 160px;
  text-decoration: none;
}

ul.horizontal-boxes li a.block-link:hover {
  text-decoration: none;
}

button.donate_page {
  border: none;
  cursor: pointer;
  background-color: #FFF;
  padding: 0;
  text-align: left;
  font-size: 100%;
}

/*
 * Style for the Giving map of the USA
 */
#load-map svg {
  color: #FFF;
  display: block;
  width: 930px;
  margin-left: -60px;
}

#load-map path {
  fill: currentColor;
  stroke: #FFF;
  stroke-width: 2;
}

#load-map a {
  transition: color 0.25s;
}

#load-map a text {
  display: none;
}

#load-map a:link, #load-map a:active, #load-map a:visited {
  color: #CCC;
}

#load-map a.have_presence:link, #load-map a.have_presence:active, #load-map a.have_presence:visited {
  color: #d8e2ca;
  transition: color 0.5ss;
}

#load-map a.have_presence:hover:not(.selected) {
  color: #b6d48a;
  transition: color 0s;
}

#load-map a.have_presence:hover text {
  display: block;
}

#load-map a.have_presence.selected {
  color: #b6d48a;
}

/* loading spinner for Giving pages */
.spinner {
  animation: rotate 2s linear infinite;
}

.spinner .path {
  stroke: #68a045;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
#state-details {
  min-height: 200px;
}

#state-details .loading {
  padding-top: 20px;
}

div#state-details ul {
  column-width: 300px; /* Number of columns */
  column-gap: 20px; /* Space between columns */
  list-style-position: inside; /* Ensures bullets stay inside the columns */
}

div#state-details ul li {
  padding: 0 10px 0px 10px;
  float: none;
  clear: both;
  width: auto;
}

/*********************
New Donation Form Page
*********************/
#donation-form #shipping {
  display: none;
}

#donation-form input[type=text] {
  background-color: #FFF;
  width: 352px;
  border: 1px solid #333;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}

#donation-form input[type=text].other-amount {
  width: 100px;
}

#donation-form select {
  font-size: 16px;
  width: 376px;
  background-color: #FFF;
  border: 1px solid #333;
  margin-bottom: 27px;
}

#donation-form input[type=radio] {
  margin: 15px 0 23px 0;
}

#donation-form label.for-radio {
  line-height: 40px;
}

#donation-form label.smaller {
  font-size: 0.9em;
  line-height: 1.5em;
}

#donation-form label.other-amount {
  display: inline-block;
  margin: 0 10px 0 20px;
}

#donation-form select.smaller {
  width: 47%;
}

#donation-form fieldset {
  border: 2px solid #333;
  margin: 20px 0;
  padding: 15px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}

#donation-form .two-column li,
#donation-form .full-width li,
#donation-form .control-group {
  padding: 0 10px 5px 10px;
  width: 45%;
  float: none;
  clear: both;
  display: inline-block;
  vertical-align: bottom;
}

#donation-form .full-width li {
  display: block;
  width: 100%;
}

#donation-form .control-group.short {
  width: 22%;
}

#donation-form .control-group.short select {
  width: 176px;
}

#donation-form .control-group.short input {
  width: 138px;
}

#donation-form .control-group.full {
  width: 100%;
}

#donation-form input[type=submit],
#donation-form input[type=reset],
#donation-form .amount-option {
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  width: 186px;
  margin: 12px;
  background-color: #b6d48a;
  border: 1px solid #b6d48a;
  font-size: 16px;
  font-weight: bold;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  cursor: pointer;
}

#donation-form input[type=submit]:hover,
#donation-form input[type=reset]:hover,
#donation-form .amount-option:hover,
#donation-form .amount-option.selected {
  background-color: black;
  color: white;
}

#donation-form .radio-label {
  display: inline-block;
  margin-right: 20px;
}

#donation-form .amount-option {
  width: 80px;
  margin: 0 13px 0 0;
  line-height: 38px;
  display: inline-block;
  border: 0;
  text-decoration: none;
  background-color: #b6d48a;
  color: #334a1d;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#donation-form fieldset legend {
  color: #536343;
}

#donation-form fieldset.errors, #donation-form fieldset.errors legend, #donation-form span.ct-error, #donation-form .has-error input, #donation-form .has-error select, #donation-form .has-error {
  color: #c91623;
  border-color: #c91623;
}

#donation-form span.ct-error {
  margin-left: 2em;
  font-size: smaller;
}

.donation-form-wrapper p.required {
  font-weight: bold;
}

#donation-form .mid-width {
  width: 550px;
  margin-right: 8px;
}

.faq_row_1 {
  margin-bottom: 20px;
}

.program ul li {
  padding: 0 0 6px 0;
  float: none;
  color: #2d2d2d;
  list-style: square !important;
  font-size: 0.9em;
}

.faq ul li {
  padding: 0 0 6px 0;
  float: none;
  color: #2d2d2d;
  list-style: square !important;
  font-size: 0.9em;
}

@media (max-width: 1024px) {
  html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, fieldset, blockquote {
    padding: 0;
    margin: 0;
    font-size: 120%;
    font-weight: normal;
    -webkit-text-size-adjust: none;
  }
  .greeen_block p {
    text-align: justify;
  }
  .news_article p {
    text-align: justify;
  }
  #home_content_container {
    grid-template-columns: 1fr;
  }
  #ccb1 {
    order: 3;
  }
  #ccb2 {
    order: 1;
  }
  #ccb3 {
    order: 2;
  }
  #state-details h1, #state-details h2 {
    font-size: 1.4em;
  }
  div#state-details ul {
    column-count: 1;
    font-size: 0.9em;
  }
  #header_right p {
    font-size: 0.9em;
  }
  #header_right a.desktop {
    display: none;
  }
  #header_right a.mobile {
    display: inline;
  }
  #footer_contact {
    font-size: 0.9em;
  }
  #footer_contact a.desktop {
    display: none;
  }
  #footer_contact a.mobile {
    display: inline;
  }
  /*********************
  New Donate Page
  *********************/
  button.donate_page {
    width: 100%;
  }
  ul.horizontal-boxes li {
    width: 100%;
    border: 2px solid #EEE;
  }
  ul.horizontal-boxes li a.block-link {
    width: auto;
  }
}

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