/**** Colors ****/
/* Global Resetting */
html, body {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

*:focus {
  outline: 0;
}

.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

/* Layout CSS */
.inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 155px;
}

.inner-max {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
}

.inner:after, .inner-max:after {
  clear: both;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.typography img.center, .typography .captionImage.center, .typography .media.center {
  display: block;
  margin: 20px auto;
}

.typography img.left, .typography .captionImage.left, .typography .media.left {
  float: left;
  margin: 0 20px 20px 0;
}

.typography img.right, .typography .captionImage.right, .typography .media.right {
  float: right;
  margin: 0 0 20px 20px;
}

.typography .captionImage img {
  float: none !important;
  margin: 0 !important;
}

.typography blockquote {
  border-left: 11px solid #CFE2BA;
  margin: 1em 2.5em;
  padding-left: 24px;
}

.typography hr {
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-bottom: 3px solid #C9CEB4;
}

/**** Pagination ****/
.pagination:before {
  clear: both;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.pagination a, .pagination strong, .pagination span {
  display: inline-block;
  min-width: 10px;
  margin-bottom: 10px;
  padding: 0 12px;
  vertical-align: top;
  border: 1px solid #628F48;
  border-radius: 2px;
}

.pagination a:hover {
  border-color: #7CA372;
}

.pagination a + a, .pagination strong + a, .pagination span + a, .pagination a + span, .pagination a + strong {
  margin-left: 10px;
}

.pagination strong, .pagination span {
  border-color: #999999;
}

.pagination .fa-fw {
  width: 0.53em;
}

.typography img.center, .typography .captionImage.center, .typography .media.center, .typography .embed.center {
  display: block;
  margin: 20px auto;
}

.typography img.left, .typography .captionImage.left, .typography .media.left, .typography .embed.left {
  float: left;
  margin: 0 20px 20px 0;
}

.typography img.right, .typography .captionImage.right, .typography .media.right, .typography .embed.right {
  float: right;
  margin: 0 0 20px 20px;
}

/**** Header ****/
#Header {
  height: 165px;
}

#Header .logo {
  background: url(../images/logo.png) no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 27px;
  width: 261px;
  height: 130px;
}

#Header .right-content {
  float: right;
  margin-top: 56px;
}

#Header .right-content .ways-to-support {
  display: block;
  border: 1px solid #7CA171;
  padding: 8px 14px;
}

a.ways-to-support:not(:last-of-type) {
  margin-bottom: 10px;
}

#Header .right-content .ways-to-support:hover {
  background: #7CA171;
}

#Header .right-content .phone-number {
  display: block;
}

#Header .right-content .ways-to-support + .phone-number {
  margin-top: 14px;
}

/**** Breadcrumbs ****/
.crumbs-nav {
  margin: 20px auto;
}

.crumbs-nav .far {
  margin: 0 4px;
}

/**** Hero ****/
.hero-image {
  background: no-repeat center center;
  background-size: cover;
  height: 580px;
}

/**** Footer ****/
#Footer {
  background: #DADADA;
  padding: 36px 0;
}

#Footer .footer-row {
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: stretch;
  -webkit-justify-content: space-between;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#Footer .left-column {
  display: -webkit-box;
  display: flex;
  width: 61.98%;
  -webkit-flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#Footer .footer-nav {
  width: 100%;
}

#Footer .footer-nav ul.columns {
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#Footer .footer-nav ul, #Footer .footer-nav ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#Footer .footer-nav ul.columns > li {
  margin-bottom: 12px;
}

#Footer .footer-nav ul.columns > li ul {
  margin-top: 9px;
}

#Footer .footer-nav ul.columns > li ul li + li {
  margin-top: 3px;
}

#Footer .right-column {
  width: 30.17%;
}

.fb-page.fb_iframe_widget {
  border: 1px solid #B3B3B3;
}

#Footer .right-column .twitter-feed {
  margin-bottom: 19px;
}

#Footer .right-column .twitter-feed ul, #Footer .right-column .twitter-feed ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#Footer .right-column .twitter-feed ul li {
  border: 1px solid #A8AAAE;
}

#Footer .right-column .twitter-feed ul li + li {
  margin-top: 8px;
}

#Footer .right-column .twitter-feed ul li a {
  display: block;
  position: relative;
  padding: 8px 10px 8px 56px;
}

#Footer .right-column .twitter-feed ul li .fab {
  background: #9D9D9C;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
}

#Footer .ways-to-support {
  display: block;
  float: left;
  width: 60.5%;
  border: 1px solid #B3B3B3;
  padding: 15px 16px;
  box-sizing: border-box;
}

#Footer .ways-to-support:hover {
  background: #588D4E;
  border-color: #588D4E;
}

#Footer #social-share {
  display: block;
  float: right;
  margin: 10px 24px 0 0;
  padding: 10px;
}

#Footer #social-share .fas {
  margin-left: 10px;
}

#Footer .footer-contact {
  display: -webkit-box;
  display: flex;
  width: 97.73%;
  margin-bottom: 7px;
  -webkit-flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -webkit-justify-content: space-between;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#Footer .footer-contact .logo {
  background: url(../images/logo-grey.png) no-repeat;
  display: block;
  width: 201px;
  height: 108px;
}

#Footer .footer-contact ul.social-links, #Footer .footer-contact ul.social-links li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#Footer .footer-contact ul.social-links {
  margin-bottom: 8px;
}

#Footer .footer-contact ul.social-links li {
  display: inline-block;
}

#Footer .footer-contact ul.social-links li + li {
  margin-left: 3px;
}

#Footer .footer-contact .contact-details p {
  margin: 0;
}

#Footer .footer-contact .contact-details .primary span + a {
  margin-left: 22px;
}

#Footer .footer-contact .contact-details .primary .fa-envelope {
  margin-right: 5px;
}

#Footer .footer-bottom {
  display: -webkit-box;
  display: flex;
  width: 64.79%;
  margin-top: 34px;
  -webkit-flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#Footer .footer-bottom ul.footer-links, #Footer .footer-bottom ul.footer-links li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#Footer .footer-bottom ul.footer-links li {
  display: inline-block;
}

#Footer .footer-bottom ul.footer-links li + li {
  margin-left: 10px;
}

#Footer .social-share-wrap {
  position: relative;
}

#Footer #sharer-popup {
  background: #FFFFFF;
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 272px;
  padding: 27px 30px 28px;
  border-radius: 3px;
  z-index: 4001;
}

#Footer #sharer-popup.no-copy {
  width: 226px;
}

#Footer #sharer-popup:before {
  display: block;
  position: absolute;
  right: 74px;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 9px 0 9px;
  border-color: #FFFFFF transparent transparent;
}

#Footer #sharer-popup .sharer-title {
  display: block;
  width: 140px;
  border-bottom: 1px solid #CECECE;
  margin: 0 auto 10px;
}

#Footer #sharer-popup .fas, #Footer #sharer-popup .fab {
  width: 42px;
  height: 42px;
  cursor: pointer;
}

#Footer #sharer-popup .fab + .fab, #Footer #sharer-popup .fab + .fas, #Footer #sharer-popup .fas + .fas, #Footer #sharer-popup .fas + .fab {
  margin-left: 4px;
}

#Footer #sharer-overlay {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4000;
}

/**** Basic Page ****/
.Page #Content > .inner {
  margin-bottom: 72px;
}

.Page .feature-tiles {
  display: -webkit-box;
  display: flex;
  margin-bottom: 72px;
  -webkit-flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.Page .feature-tiles:after {
  display: none;
}

.Page .feature-tiles .feature-tile {
  background: no-repeat;
  background-size: cover;
  float: left;
  position: relative;
  width: 32.81%;
  margin-bottom: 0.786%;
}

.Page .feature-tiles .feature-tile.extra-bottom-space {
  margin-bottom: 3.31%;
}

.Page .feature-tiles .feature-tile:before {
  display: block;
  width: 100%;
  content: "";
  padding-bottom: 60.5%;
}

.Page .feature-tiles .feature-tile.height-one-and-third:before {
  padding-bottom: 74.56%;
}

.Page .feature-tiles .feature-tile.height-one-and-half:before {
  padding-bottom: 90.68%;
}

.Page .feature-tiles .feature-tile.height-two-thirds:before {
  padding-bottom: 49.37%;
}

.Page .feature-tiles .feature-tile a.link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.Page .feature-tiles .feature-tile .mobile-accordion, .Page .feature-tiles .feature-tile .mobile-button {
  display: none;
}

.Page .feature-tiles .feature-tile .content-wrap {
  background: #7CA171;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.Page .feature-tiles .feature-tile.show-always .content-wrap {
  background: none !important;
}

.Page .feature-tiles .feature-tile.show-always .content-wrap .button {
  background: rgba(124, 161, 113, 0.85);
  border: none !important;
}

.Page .feature-tiles .feature-tile.show-always.color-yellow .content-wrap .button {
  background: rgba(255, 221, 127, 0.85);
}

.Page .feature-tiles .feature-tile.show-always.color-red .content-wrap .button {
  background: rgba(225, 128, 103, 0.85);
}

.Page .feature-tiles .feature-tile.show-always.color-blue .content-wrap .button {
  background: rgba(92, 177, 217, 0.85);
}

.Page .feature-tiles .feature-tile.show-always .content-wrap:before {
  height: 80%;
  vertical-align: inherit;
}

.Page .feature-tiles .feature-tile.color-yellow .content-wrap {
  background: #FFDD7F;
}

.Page .feature-tiles .feature-tile.color-red .content-wrap {
  background: #E18067;
}

.Page .feature-tiles .feature-tile.color-blue .content-wrap {
  background: #5CB1D9;
}

.Page .feature-tiles .feature-tile.overlayed .content-wrap,
.Page .feature-tiles .feature-tile.overlayed.show-on-hover:hover .content-wrap {
  background: rgba(124, 161, 113, 0.85);
}

.Page .feature-tiles .feature-tile.overlayed.color-yellow .content-wrap,
.Page .feature-tiles .feature-tile.overlayed.color-yellow.show-on-hover:hover .content-wrap {
  background: rgba(255, 221, 127, 0.85);
}

.Page .feature-tiles .feature-tile.overlayed.color-red .content-wrap,
.Page .feature-tiles .feature-tile.overlayed.color-red.show-on-hover:hover .content-wrap {
  background: rgba(225, 128, 103, 0.85);
}

.Page .feature-tiles .feature-tile.overlayed.color-blue .content-wrap,
.Page .feature-tiles .feature-tile.overlayed.color-blue.show-on-hover:hover .content-wrap {
  background: rgba(92, 177, 217, 0.85);
}

.Page .feature-tiles .feature-tile.overlayed.show-on-hover .content-wrap {
  background: transparent;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.Page .feature-tiles .feature-tile .content-wrap:before {
  display: inline-block;
  content: "";
  height: 100%;
  margin-right: -0.25em; /* Adjusts for spacing */
  vertical-align: middle;
}

.Page .feature-tiles .feature-tile .content-wrap .content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.Page .feature-tiles .feature-tile.show-on-hover .content-wrap .content {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Page .feature-tiles .feature-tile.show-on-hover:hover .content-wrap .content {
  opacity: 1;
}

.Page .feature-tiles .feature-tile .content-wrap .content p {
  width: 73.05%;
  margin: 0 auto;
}

.Page .feature-tiles .feature-tile .content-wrap .content .button {
  display: block;
  width: 60.45%;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  padding: 19px 29px;
  box-sizing: border-box;
}

.Page .feature-tiles .feature-tile.style-button-content .content-wrap .content .button, .Page .feature-tiles .feature-tile.style-button-content-no-image .content-wrap .content .button {
  width: 37.53%;
  padding: 7px;
}

.Page .feature-tiles .feature-tile.overlayed .content-wrap .content .button {
  border-color: rgba(0, 0, 0, 0.7);
}

.Page .feature-tiles .feature-tile .content-wrap .content p + .button {
  margin-top: 20px;
}

.Page .feature-tiles .feature-tile.width-full {
  width: 100%;
}

.Page .feature-tiles .feature-tile.width-full:before {
  padding-bottom: 19.84%;
}

.Page .feature-tiles .feature-tile.width-full.height-one-and-third:before {
  padding-bottom: 24.46%;
}

.Page .feature-tiles .feature-tile.width-full.height-one-and-half:before {
  padding-bottom: 29.75%;
}

.Page .feature-tiles .feature-tile.width-full.height-two-thirds:before {
  padding-bottom: 16.2%;
}

.Page .feature-tiles .feature-tile.width-half {
  width: 49.59%;
}

.Page .feature-tiles .feature-tile.width-half:before {
  padding-bottom: 40%;
}

.Page .feature-tiles .feature-tile.width-half.height-one-and-third:before {
  padding-bottom: 49.33%;
}

.Page .feature-tiles .feature-tile.width-half.height-one-and-half:before {
  padding-bottom: 60%;
}

.Page .feature-tiles .feature-tile.width-half.height-two-thirds:before {
  padding-bottom: 32.67%;
}

.Page .feature-tiles .feature-tile.width-two-thirds {
  width: 66.45%;
}

.Page .feature-tiles .feature-tile.width-two-thirds:before {
  padding-bottom: 29.85%;
}

.Page .feature-tiles .feature-tile.width-two-thirds.height-one-and-third:before {
  padding-bottom: 36.82%;
}

.Page .feature-tiles .feature-tile.width-two-thirds.height-one-and-half:before {
  padding-bottom: 44.78%;
}

.Page .feature-tiles .feature-tile.width-two-thirds.height-two-thirds:before {
  padding-bottom: 24.38%;
}

.Page .feature-tiles .feature-tile .mobile-links, .Page .feature-tiles .feature-tile .mobile-image {
  display: none;
}

.mobile-image {
  background-size: cover;
}

/**** Home Page ****/
.HomePage .hero-image {
  position: relative;
  height: auto;
  min-height: 580px;
}

.HomePage .hero-image .inner {
  max-width: 1040px;
  padding: 0 85px;
}

.HomePage .hero-image .inner:before {
  display: inline-block;
  content: "";
  min-height: 580px;
  margin-right: -0.35em; /* Adjusts for spacing */
  vertical-align: middle;
}

.HomePage .hero-image .inner .content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.HomePage .hero-image .inner .content h1 {
  margin: 0;
}

.HomePage .hero-image .inner .content h2 {
  max-width: 920px;
  margin: 0 auto;
}

.HomePage .hero-image .inner .content h1 + h2 {
  margin-top: 45px;
}

.HomePage .feature-tiles {
  margin: 8px auto 0;
}

.HomePage .hero-image.has-announcement {
  padding-bottom: 104px;
}

.HomePage .hero-image .announcement {
  background: #156787;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.HomePage .hero-image .announcement .inner:before {
  display: none;
}

/**** Blog ****/
.Blog .blog-entry, .BlogPost .blog-entry {
  float: left;
  width: 80%;
}

.Blog .inner-max.blog-max, .BlogPost .inner-max.blog-max {
  margin-bottom: 72px;
}

.Blog .blog-entry .post-summary + .post-summary,
.Blog .blog-sidebar .widget + .widget, .BlogPost .blog-sidebar .widget + .widget {
  border-top: 1px solid #DADADA;
  margin-top: 30px;
  padding-top: 10px;
}

.Blog .blog-sidebar, .BlogPost .blog-sidebar {
  float: right;
  width: 17%;
}

.Blog .blog-sidebar .widget ul, .BlogPost .blog-sidebar .widget ul,
.Blog .blog-sidebar .widget ul li, .BlogPost .blog-sidebar .widget ul li {
  margin: 0;
  padding: 0 8px 0 0;
  list-style-type: none;
}

.Blog .blog-sidebar .widget ul, .BlogPost .blog-sidebar .widget ul {
  padding: 0 8px;
}

/**** Blog Post ****/
.BlogPost .blog-entry h1.post-title {
  margin-bottom: 0;
}

.BlogPost .blog-entry .blog-post-meta {
  margin-top: 0;
}

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