/*!
 Theme Name:   Sycamore Land Trust
 Theme URI:    local
 Description:  Custom WP Theme
 Author:       BLUELINE
 Author URI:   https://thisisblueline.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

:root {
  --color-thunder: #221F20;
  --color-boulder: #7C7C7C;
  --color-pale-slate: #CAC9CA;
  --color-spring-wood: #F3F0E6;
  --color-bleach-white: #FEF9D6;
  --color-milan: #FFFFA8;
  --color-bright-sun: #F8D048;
  --color-shadow: #7C6C55;
  --color-celery: #C3C958;
  --color-woodland: #405F2D;
  --color-downy: #5FC9A3;
  --color-mint-tulip: #C8F5E6;
}

html,
body {
  background: #F3F0E6;
  height: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.hide {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

ol, ul {
  list-style: none;
}

h1 {
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1px solid;
  border-bottom-color: transparent;
}

h3 {
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}

h4 {
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

header {
  z-index: 1000;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  background: white;
  border-bottom: 1px solid #CAC9CA;
  width: 100%;
  height: 80px;
  font-family: "Khand", sans-serif;
  letter-spacing: 2px;
  color: #221F20;
}
header .container {
  position: relative;
  display: flex;
  align-items: center;
}
header .ubermenu-main {
  margin: 0;
  position: absolute;
  right: -10px;
}
header img {
  width: 210px;
  height: auto;
}
header .menu-header-container {
  margin-left: auto;
}
header .menu-header-container ul {
  display: inline-flex;
}
header .menu-header-container ul li a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #221F20;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 16px;
}
header .menu-header-container ul li a:hover:after {
  position: absolute;
  content: "";
  width: 75%;
  height: 2px;
  bottom: 5px;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  background: #F8D048;
}
header .menu-header-container ul li:last-of-type a {
  color: white;
  background: #5FC9A3;
  border-radius: 4px;
}
header .menu-header-container ul li:last-of-type a:hover {
  background: #3eb78c;
}
header .menu-header-container ul li:last-of-type a:hover:after {
  display: none;
}

main {
  position: relative;
  background: white;
  min-height: 300px;
  top: 80px;
}

.btn,
button {
  display: inline-block;
  font-family: "Khand", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  background: #5FC9A3;
  padding: 15px 30px 12px 30px;
  border-radius: 4px;
  border: 2px;
  border-color: #5FC9A3;
  border-style: solid;
}
.btn:hover,
button:hover {
  background: transparent;
  color: #5FC9A3;
  border-color: #5FC9A3;
}

.single-page h1 {
  color: #221F20;
  border-bottom-color: #F8D048;
}
.single-page em {
  font-style: italic;
}
.single-page ol {
  list-style: decimal;
}
.single-page ol li {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}
.single-page ul {
  list-style: none;
}
.single-page ul li {
  font-family: "Source Sans Pro", sans-serif;
}
.single-page img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  height: auto;
  max-width: 350px;
}
.single-page img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  height: auto;
  max-width: 350px;
}
.single-page img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  height: auto;
  max-width: 960px;
}

.standard-page h1 {
  color: #221F20;
  border-bottom-color: #F8D048;
}
.standard-page em {
  font-style: italic;
}
.standard-page ol {
  list-style: decimal;
  margin: 20px 20px 20px 50px;
}
.standard-page ol li {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}
.standard-page ul {
  list-style: disc;
  margin: 20px 20px 20px 50px;
}
.standard-page ul li {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}
.standard-page img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  height: auto;
  max-width: 350px;
}
.standard-page img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  height: auto;
  max-width: 350px;
}
.standard-page img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  height: auto;
  max-width: 960px;
}

.subscribe-divider {
  position: relative;
  background: #405F2D;
  width: 100%;
  padding: 20px 0;
}
.subscribe-divider p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: white;
}

.learn-indiana-divider {
  position: relative;
  background: url("./images/woods-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 160px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.learn-indiana-divider .container {
  position: relative;
  background: #FEF9D6;
  display: flex;
  align-items: center;
  padding: 30px 150px;
}
.learn-indiana-divider .container .state {
  position: absolute;
  top: 0;
  right: 380px;
  width: 90px;
  height: 86px;
  background: url("./images/learn-indiana-divide-state.svg");
  background-size: cover;
}
.learn-indiana-divider h1 {
  border-bottom: none;
  color: #5FC9A3;
}
.learn-indiana-divider a {
  color: white !important;
  margin-left: auto !important;
  background: #5FC9A3 !important;
  border-width: 2px !important;
}
.learn-indiana-divider a:hover {
  color: #5FC9A3 !important;
  background: transparent !important;
  border-color: #5FC9A3 !important;
}

.image-cover-divider {
  position: relative;
  background: url("./images/boardwalk-woods-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 160px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

ul.mini-events-cal {
  border: 1px solid #a49c9f;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 40px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}
ul.mini-events-cal li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a49c9f;
  padding: 20px 0;
}
ul.mini-events-cal li date {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px 0 0;
}
ul.mini-events-cal li date span {
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  text-align: right;
}
ul.mini-events-cal li:last-of-type {
  border-bottom: none;
}

.carousel-wrap {
  margin: 60px auto;
  width: calc(100% - 100px);
  position: relative;
}
.carousel-wrap .owl-carousel {
  margin: 0 auto;
  position: relative !important;
  width: calc(100% - 40px) !important;
}
.carousel-wrap .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
.carousel-wrap .owl-carousel .item img {
  margin: 0 0 20px 0;
  min-width: 250px;
  min-height: 250px;
  max-width: 250px;
  max-height: 250px;
  object-fit: cover;
  overflow: hidden;
}
.carousel-wrap .owl-carousel .item p {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}
.carousel-wrap .owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: -20px;
  display: block !important;
  margin: 0 auto;
  padding: 20px 0;
  width: calc(100% + 40px);
}
.carousel-wrap .owl-carousel .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.carousel-wrap .owl-carousel .owl-nav .owl-prev,
.carousel-wrap .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
}
.carousel-wrap .owl-carousel .owl-nav .owl-prev span,
.carousel-wrap .owl-carousel .owl-nav .owl-next span {
  font-size: 52px;
  display: block;
  width: 32px;
  height: 59px;
}
.carousel-wrap .owl-carousel .owl-nav .owl-prev span.arrow-left,
.carousel-wrap .owl-carousel .owl-nav .owl-next span.arrow-left {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='59px' viewBox='0 0 32 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Path' fill='%23221F20' fill-rule='nonzero' transform='translate(15.735193, 29.111998) rotate(-180.000000) translate(-15.735193, -29.111998) ' points='0.119973652 3.49282925 2.94301463 0.659026217 31.3578505 28.9659498 2.95045345 57.5649694 0.112534829 54.7460657 25.7051378 28.9808275'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.carousel-wrap .owl-carousel .owl-nav .owl-prev span.arrow-left:hover,
.carousel-wrap .owl-carousel .owl-nav .owl-next span.arrow-left:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='59px' viewBox='0 0 32 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Path' fill='%23405F2D' fill-rule='nonzero' transform='translate(15.735193, 29.111998) rotate(-180.000000) translate(-15.735193, -29.111998) ' points='0.119973652 3.49282925 2.94301463 0.659026217 31.3578505 28.9659498 2.95045345 57.5649694 0.112534829 54.7460657 25.7051378 28.9808275'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.carousel-wrap .owl-carousel .owl-nav .owl-prev span.arrow-right,
.carousel-wrap .owl-carousel .owl-nav .owl-next span.arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='59px' viewBox='0 0 32 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Path' fill='%23221F20' fill-rule='nonzero' points='0.619973652 3.49282925 3.44301463 0.659026217 31.8578505 28.9659498 3.45045345 57.5649694 0.612534829 54.7460657 26.2051378 28.9808275'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.carousel-wrap .owl-carousel .owl-nav .owl-prev span.arrow-right:hover,
.carousel-wrap .owl-carousel .owl-nav .owl-next span.arrow-right:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='59px' viewBox='0 0 32 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Path' fill='%23405F2D' fill-rule='nonzero' points='0.619973652 3.49282925 3.44301463 0.659026217 31.8578505 28.9659498 3.45045345 57.5649694 0.612534829 54.7460657 26.2051378 28.9808275'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.carousel-wrap .owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
.carousel-wrap .owl-carousel .owl-nav .owl-next {
  right: -30px;
}

.breadcrumbs {
  display: inline-flex;
  padding: 15px 0;
  font-family: "Source Sans Pro", sans-serif;
  list-style: none;
}
.breadcrumbs li {
  color: #7C7C7C;
  font-size: 14px !important;
  list-style: none;
  font-size: 14px;
}
.breadcrumbs li a {
  color: #7C7C7C;
  text-decoration: none;
  font-size: 14px !important;
}

.hero-wrapper .hero {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.hero-wrapper .hero h1 {
  font-family: "Khand", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 65px;
  margin: 0 0 30px 0;
  letter-spacing: 3px;
  border-bottom: none;
}
.hero-wrapper .hero p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.hero-wrapper .hero div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  min-height: 500px;
}
.hero-wrapper .hero-footer {
  z-index: 1;
  position: relative;
  margin: -130px 0 0 0;
  padding: 100px 0 50px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.hero-wrapper .hero-footer .text {
  position: relative;
  margin: 80px 0 0 100px;
}
.hero-wrapper .hero-footer .text ul {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 20px 20px 0 20px;
}
.hero-wrapper .hero-footer .text ul li {
  color: white;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 10px 0;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 16px;
}

.items-wrapper {
  width: 100% !important;
  padding: 0 30px 0 0;
}
.items-wrapper .item {
  display: flex;
  border-bottom: 1px solid #221F20;
  width: 100% !important;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
.items-wrapper .item:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.items-wrapper .item img {
  width: 150px;
  height: 150px;
}
.items-wrapper .item .text {
  width: 100% !important;
  padding: 0 0 0 30px;
}
.items-wrapper .item .text h1 {
  color: #221F20;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
}
.items-wrapper .item .text p {
  color: #221F20;
  margin: 0 0 10px 0;
}
.items-wrapper .item .text a {
  text-align: right;
  text-decoration: none;
  color: #221F20;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 10px 0;
  display: block;
}

.homepage {
  position: relative;
  overflow: hidden;
}
.homepage .top-left-leaf {
  position: absolute;
  content: "";
  background: url(./images/top-leaf.svg);
  background-size: cover;
  width: 514px;
  height: 520px;
  top: -200px;
  left: -347px;
  z-index: 1;
}
.homepage .middle-left-leaf {
  position: absolute;
  content: "";
  background: url(./images/middle-left-leaf.svg);
  background-size: cover;
  width: 555px;
  height: 409px;
  top: 290px;
  left: -400px;
  z-index: 1;
}
.homepage .bottom-left-leaf {
  position: absolute;
  content: "";
  background: url(./images/bottom-left-leaf.svg);
  background-size: cover;
  width: 218px;
  height: 240px;
  top: 100px;
  left: -80px;
  z-index: 1;
}
.homepage .right-leaf {
  position: absolute;
  content: "";
  background: url(./images/right-leaf.svg);
  background-size: cover;
  width: 631px;
  height: 967px;
  top: -300px;
  right: -400px;
  z-index: 1;
}
.homepage .bottom-right-leaf {
  position: absolute;
  content: "";
  background: url(./images/bottom-right-leaf.svg);
  background-size: cover;
  width: 266px;
  height: 321px;
  bottom: -57px;
  right: 121px;
  z-index: 1;
}
.homepage .yellow-bug {
  position: absolute;
  content: "";
  background: url(./images/yellow-bug.svg);
  background-size: cover;
  width: 123px;
  height: 141px;
  bottom: 187px;
  left: 342px;
  z-index: 1;
}
.homepage h1 {
  position: relative;
  font-family: "Khand", sans-serif;
  font-size: 135px;
  line-height: 135px;
  font-weight: 600;
  letter-spacing: 4px;
  z-index: 100;
}
.homepage h2 {
  position: relative;
  font-family: "Khand", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  z-index: 100;
}
.homepage h3 {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  z-index: 100;
}
.homepage .one {
  padding: 100px 0;
  background-size: cover !important;
  background-position: center center !important;
}
.homepage .one h1 {
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.homepage .one h3 {
  color: white;
  margin: 0 0 40px 0;
  text-transform: initial;
}
.homepage .one .btn:hover {
  color: white;
  border-color: white;
}
.homepage .one .text-wrapper {
  margin-left: auto;
  width: 55%;
}
.homepage .two {
  position: relative;
  background: #FEF9D6;
  padding: 60px 0;
}
.homepage .two:before {
  position: absolute;
  content: "";
  width: 110%;
  top: 0;
  left: -100px;
  height: 100%;
  background: url(./images/homepage-two-lines.svg);
  background-size: cover;
}
.homepage .two h2 {
  font-size: 80px;
  color: #5FC9A3;
}
.homepage .two p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.homepage .two img {
  width: 300px;
  margin: 0 auto;
  display: block;
}
.homepage .two .container {
  display: flex;
  align-items: center;
}
.homepage .two .container div {
  position: relative;
  width: 50%;
}
.homepage .two .container div:first-of-type {
  display: flex;
  align-items: center;
}
.homepage .two .container div:first-of-type h2 {
  position: absolute;
}
.homepage .three {
  position: relative;
  background: url("./images/green-background-hero.jpg");
  background-size: cover;
  padding: 200px 0;
}
.homepage .three .container {
  height: 160px;
}
.homepage .three h1 {
  position: relative;
  margin: 0 auto;
  width: 70%;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFA8;
}
.homepage .three h1:last-of-type {
  left: 0.3%;
  transform: translateY(-103%);
  -webkit-text-stroke: 1px #7C6C55;
  -moz-text-stroke: 1px #7C6C55;
  paint-order: stroke fill;
  color: transparent;
}
.homepage .four {
  display: flex;
  align-items: center;
  position: relative;
}
.homepage .four:before {
  position: absolute;
  content: "";
  background: url(./images/circle-bubbles.svg);
  background-size: cover;
  width: 382px;
  height: 98px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.homepage .four:after {
  position: absolute;
  content: "";
  background: url(./images/yellow-flower.svg);
  background-size: cover;
  width: 153px;
  height: 230px;
  bottom: -60px;
  left: 47%;
  transform: translateX(-50%);
  z-index: 1;
}
.homepage .four div {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.homepage .four div:first-of-type {
  display: block;
  text-align: center;
  width: 45%;
  background: #5FC9A3;
}
.homepage .four div:first-of-type h2 {
  color: white;
  margin: 100px 0 80px 0;
  width: 100%;
  position: relative;
}
.homepage .four div:first-of-type h2:before {
  position: absolute;
  content: "";
  background: url(./images/cloud-bubble.svg);
  background-size: cover;
  width: 270px;
  height: 172px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.homepage .four div:first-of-type p {
  width: 90%;
  margin: 0 auto 50px auto;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: white;
}
.homepage .four div:first-of-type a {
  color: white;
  border: 2px solid white;
}
.homepage .four div:first-of-type a:hover {
  background: white;
  color: #5FC9A3;
}
.homepage .four div:last-of-type {
  z-index: 1;
  width: 55%;
  background: url("./images/girl-water.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.homepage .five {
  position: relative;
  padding: 100px 0;
}
.homepage .five:before {
  pointer-events: none;
  position: absolute;
  content: "";
  background: url(./images/yellow-line.svg);
  background-size: cover;
  width: 1191px;
  height: 142px;
  top: 350px;
  z-index: 1;
}
.homepage .five .container {
  display: flex;
  align-items: center;
}
.homepage .five .container div {
  width: 50%;
}
.homepage .five .container div:first-of-type {
  position: relative;
}
.homepage .five .container div:first-of-type:before {
  position: absolute;
  content: "";
  background: url(./images/bird.svg);
  background-size: cover;
  width: 233px;
  height: 171px;
  top: 250px;
  z-index: 100;
}
.homepage .five .container div:first-of-type img {
  width: 100%;
  z-index: 10;
  display: grid;
  position: relative;
}
.homepage .five .container div:last-of-type {
  text-align: center;
}
.homepage .five .container div:last-of-type h2 {
  color: #5FC9A3;
}
.homepage .five .container div:last-of-type p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  margin: 20px auto 40px auto;
  width: 80%;
}
.homepage .six {
  background: url("./images/monarch_bg.jpg");
  background-size: cover;
  padding: 100px 0;
}
.homepage .six .container {
  display: flex;
  align-items: center;
}
.homepage .six .container div {
  width: 50%;
  margin-left: auto;
}
.homepage .six .container div h2 {
  color: white;
}
.homepage .six .container div p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  margin: 20px 0 40px 0;
  width: 80%;
  color: white;
}
.homepage .six .container div .btn:hover {
  background: white;
  color: #5FC9A3;
  border-color: white;
}

.explore .hero-wrapper .hero {
  background: #FEF9D6;
}
.explore .hero-wrapper .hero h1 {
  color: #F8D048;
}
.explore .hero-wrapper .hero img {
  width: 100%;
}
.explore .hero-wrapper .hero a {
  margin: 20px 0 0 0;
}
.explore .hero-wrapper .hero a:first-of-type {
  margin: 0;
}
.explore .hero-wrapper .hero div:first-of-type {
  padding: 50px;
}
.explore .hero-wrapper .hero div:last-of-type {
  background-size: cover !important;
}
.explore .hero-wrapper .hero-footer {
  background: url("./images/green-background-hero.jpg");
  background-size: cover;
}
.explore .hero-wrapper .hero-footer .text h1 {
  color: white;
  border-bottom-color: white;
}
.explore .one {
  padding: 60px 0;
}
.explore .one img {
  display: block;
  margin: 40px auto;
  width: 100%;
  max-width: 760px;
}
.explore .one .directory-wrapper {
  margin: 40px 0 0 0;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 200px;
  -moz-column-gap: 200px;
  column-gap: 200px;
}
.explore .one .directory-wrapper a {
  color: #221F20;
  text-decoration: none;
}
.explore .one .directory-wrapper a:hover {
  text-decoration: underline;
}
.explore .one .directory-wrapper p {
  color: #221F20;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.explore .one .directory-wrapper p strong {
  font-weight: 600;
  font-size: 16px;
}
.explore .one .directory-wrapper p strong span {
  font-size: 20px;
}
.explore .one .directory-wrapper .less-accessible {
  color: #F8D048;
}
.explore .one .directory-wrapper .less-notable {
  color: #5FC9A3;
}
.explore .one .directory-wrapper .main-ul {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.explore .one .directory-wrapper .main-ul li {
  margin: 0 0 10px 0;
}
.explore .one .directory-wrapper .main-ul li:first-of-type {
  margin: 0 0 10px 0;
  font-weight: 600;
  position: relative;
}
.explore .one .directory-wrapper .main-ul li:first-of-type:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #F8D048;
}
.explore .one .directory-wrapper .secondary-ul {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.explore .one .directory-wrapper .secondary-ul li {
  margin: 0 0 10px 0;
}
.explore .two {
  padding: 60px 0;
}
.explore .two h1 {
  z-index: 1;
  display: inline-flex;
  position: relative;
  border-bottom: none;
  margin: 0 0 40px 0;
}
.explore .two h1:after {
  z-index: -1;
  position: absolute;
  content: "";
  top: -16px;
  right: -47px;
  width: 70px;
  height: 72px;
  background: url("./images/protect-badge.svg");
}
.explore .two .text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 60px;
}
.explore .two .text p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
}
.explore .two .text blockquote {
  float: right;
  width: 275px;
  padding: 20px;
}
.explore .two .text blockquote p {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #F8D048;
  font-family: "Khand", sans-serif;
}
.explore .divider {
  background: #F3F0E6;
  padding: 40px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.explore .divider a {
  color: white;
  border-width: 2px;
  background: #5FC9A3;
}
.explore .divider a:first-of-type {
  margin: 0 40px 0 0;
}
.explore .divider a:hover {
  background: transparent;
  border-color: #5FC9A3;
  color: #5FC9A3;
}
.explore .divider .container {
  display: flex;
  justify-content: center;
}
.explore .three {
  background: url("./images/field-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 160px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.explore .four {
  display: flex;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.explore .four h1 {
  border-bottom: none;
  margin: 0 0 20px 0;
}
.explore .four p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
}
.explore .four a {
  margin-left: auto;
  color: white;
  border-width: 2px;
  background: #5FC9A3;
}
.explore .four a:hover {
  background: transparent;
  border-color: #5FC9A3;
  color: #5FC9A3;
}
.explore .four div {
  width: 50%;
  padding: 50px 152px;
}
.explore .four div:first-of-type {
  background: #FEF9D6;
}
.explore .four div:last-of-type {
  background: #C3C958;
}
.explore .four div:last-of-type a[type=mail-to] {
  background: transparent;
}
.explore .four div:last-of-type a[type=mail-to]:hover {
  color: white;
}
.explore .four div:last-of-type a:hover {
  background: transparent;
  border-color: white;
  color: white;
}
.explore .four div:last-of-type .image {
  background: url(./images/little-hikers.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  width: 50%;
  height: 500px;
  margin: 40px 0 0 0;
}

.explore-individual {
  padding: 0 0 100px 0;
}
.explore-individual p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.explore-individual p strong {
  font-weight: 500;
}
.explore-individual ul {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.explore-individual .container:nth-child(2) {
  display: flex;
}
.explore-individual .container:nth-child(2) div:first-of-type {
  width: 60%;
  border-top: 80px solid #FEF9D6;
  padding: 40px 100px;
}
.explore-individual .container:nth-child(2) div:first-of-type h1 {
  margin: 0 0 40px 0;
}
.explore-individual .container:nth-child(2) div:first-of-type h1:first-of-type {
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  border-bottom: none;
}
.explore-individual .container:nth-child(2) div:first-of-type ul {
  list-style-type: disc;
}
.explore-individual .container:nth-child(2) div:first-of-type ul li {
  list-style-position: outside;
  margin: 0 0 10px 20px;
  padding-left: 16px;
}
.explore-individual .container:nth-child(2) div:last-of-type {
  width: 40%;
  height: 100%;
}
.explore-individual .container:nth-child(2) div:last-of-type img {
  width: 100%;
  display: grid;
}
.explore-individual .container:nth-child(2) div:last-of-type .text {
  border-top: none;
  border: 1px solid #F8D048;
  width: 100%;
  padding: 40px;
}
.explore-individual .container:nth-child(2) div:last-of-type ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.explore-individual .container:nth-child(2) div:last-of-type ul li {
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
}
.explore-individual .container:nth-child(2) div:last-of-type ul li strong {
  font-weight: 600;
  border-bottom: 1px solid #F8D048;
}
.explore-individual .container:nth-child(2) div:last-of-type ul li:first-of-type {
  font-style: normal;
  font-weight: inherit;
}
.explore-individual .container:nth-child(2) div:last-of-type ul li:nth-child(-n+4) {
  flex: 0 1 50%;
}
.explore-individual .container:nth-child(2) div:last-of-type ul li:nth-child(n+5) {
  flex: 0 1 100%;
}
.explore-individual .container:nth-child(2) div:last-of-type ul li:last-of-type {
  margin: 0 !important;
}
.explore-individual .container:nth-child(3) iframe {
  border: 0;
  width: 100%;
  margin: 60px auto 0 auto;
}

.learn p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.learn p strong {
  font-weight: 500;
}
.learn .hero-wrapper .hero {
  background: #C8F5E6;
}
.learn .hero-wrapper .hero h1 {
  color: #5FC9A3;
}
.learn .hero-wrapper .hero img {
  width: 100%;
}
.learn .hero-wrapper .hero div:first-of-type {
  background-size: cover !important;
}
.learn .hero-wrapper .hero div:last-of-type {
  padding: 50px;
}
.learn .hero-wrapper .hero-footer {
  background: #405F2D;
}
.learn .learn-indiana-divider {
  background: url(./images/boardwalk-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
.learn .one {
  padding: 60px 0;
}
.learn .one a {
  background: none;
  border-width: 2px;
  color: black;
}
.learn .one .container .text {
  display: flex;
}
.learn .one .container .text div:first-of-type {
  padding: 60px 60px 60px 0;
  width: 67%;
}
.learn .one .container .text div:last-of-type {
  background: #FEF9D6;
  padding: 60px 30px;
  text-align: center;
  width: 33%;
  height: 100%;
}
.learn .one .container .text div:last-of-type h1 {
  border-bottom: none;
  color: #F8D048;
  margin: 0 0 20px 0;
}
.learn .two {
  background: #FEF9D6;
  padding: 60px 0;
}
.learn .two a {
  color: #221F20;
}
.learn .two .container:first-of-type img {
  width: 100%;
  margin: 0 0 60px 0;
}
.learn .two .container:first-of-type .text {
  display: flex;
  margin: 60px 0 0 0;
}
.learn .two .container:first-of-type .text div:first-of-type {
  width: 70%;
  padding: 0 60px 0 0;
}
.learn .two .container:first-of-type .text div:last-of-type {
  width: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='385px' height='384px' viewBox='0 0 385 384' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='SLT-Website-Graphics' transform='translate(-455.000000, -1665.000000)'%3E%3Cg id='Group' transform='translate(124.000000, 1041.000000)'%3E%3C/g%3E%3Cpath d='M839.3,1857.1 C843.3,1752.4 779.3,1674.4 648,1665.8 C516.7,1657.1 444.2,1789.1 456.7,1857.1 C469.1,1925.1 510.7,2042.4 648,2048.4 C785.3,2054.4 839.3,1957.1 839.3,1857.1 Z' id='Shape' fill='%235FC9A3' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.learn .two .container:first-of-type .text div:last-of-type h1 {
  padding: 0 80px;
  font-size: 20px;
  line-height: 25px;
  color: white;
  text-align: center;
  border-bottom: none;
  position: relative;
  top: 42%;
  transform: translateY(-50%);
}
.learn .two .container:nth-child(2) {
  padding: 60px 0 0 0;
}
.learn .two .container:nth-child(2) .text {
  display: flex;
  margin: 30px auto;
}
.learn .two .container:nth-child(2) .text div {
  width: 50%;
  background: #405F2D;
}
.learn .two .container:nth-child(2) .text div .text {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 40px;
  color: white;
}
.learn .two .container:nth-child(2) .text div .text h1 {
  color: white;
  border-bottom: none;
  margin: 0 0 20px 0;
}
.learn .two .container:nth-child(2) .text div .text p:last-of-type {
  margin: 0;
}
.learn .two .container:nth-child(2) .text div img {
  width: 100%;
}
.learn .two .container:nth-child(2) .text div:first-of-type {
  margin: 0 30px 0 0;
}
.learn .two .container:nth-child(2) .text div:last-of-type {
  margin: 0 0 0 30px;
}
.learn .two .container:nth-child(2) a {
  width: 350px;
  display: block;
  margin: 60px auto 0 auto;
  background: #5FC9A3;
  border-width: 2px;
  color: white;
  text-align: center;
}
.learn .two .container:nth-child(2) a:hover {
  background: transparent;
  color: #5FC9A3;
  border-color: #5FC9A3;
}
.learn .two .container:nth-child(2) .video-row {
  margin: 60px 0 0 0;
  position: relative;
  padding-top: 56.25%;
}
.learn .two .container:nth-child(2) .video-row iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.learn .three .container h1 {
  border-bottom: none;
  margin: 0 0 20px 0;
  line-height: 40px;
}
.learn .three .container:first-of-type {
  position: relative;
  display: flex;
  padding: 100px 0;
}
.learn .three .container:first-of-type:before {
  position: absolute;
  content: "";
  background: url("./images/footprints.svg");
  top: 97px;
  left: 45%;
  width: 66px;
  height: 320px;
}
.learn .three .container:first-of-type h1 {
  color: #F8D048;
}
.learn .three .container:first-of-type a {
  margin: 0;
  background: #5FC9A3;
  border-width: 2px;
  color: white;
  text-align: center;
}
.learn .three .container:first-of-type a:hover {
  background: transparent;
  color: #5FC9A3;
  border-color: #5FC9A3;
}
.learn .three .container:first-of-type div {
  width: 50%;
}
.learn .three .container:first-of-type div:first-of-type {
  margin: 0 60px 0 0;
}
.learn .three .container:first-of-type div:last-of-type {
  margin: 0 0 0 60px;
}
.learn .three .container:nth-child(2) {
  display: flex;
  border: 1px solid #F8D048;
  margin: 100px auto;
}
.learn .three .container:nth-child(2) div img {
  width: 100%;
}
.learn .three .container:nth-child(2) div h1 {
  color: #5FC9A3;
}
.learn .three .container:nth-child(2) div p {
  margin: 0 0 10px 0;
}
.learn .three .container:nth-child(2) div a {
  color: #221F20;
  text-decoration: none;
}
.learn .three .container:nth-child(2) div a:hover {
  color: #5FC9A3;
  text-decoration: underline;
}
.learn .three .container:nth-child(2) div:first-of-type {
  display: grid;
  width: 45%;
  padding: 0 30px 0 0;
}
.learn .three .container:nth-child(2) div:last-of-type {
  padding: 30px 30px 30px 0;
  width: 55%;
}
.learn .three .container:nth-child(3) {
  display: flex;
  padding: 0 0 100px 0;
}
.learn .three .container:nth-child(3) div {
  width: 50%;
}
.learn .three .container:nth-child(3) div .item h1 {
  margin: 0 0 5px 0;
  line-height: 24px;
}
.learn .three .container:nth-child(3) div .item p {
  font-size: 18px;
  line-height: 24px;
}
.learn .three .container:nth-child(3) div:last-of-type ul li,
.learn .three .container:nth-child(3) div:last-of-type ul a {
  color: #221F20;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 5px 0;
}

.give p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.give p strong {
  font-weight: 500;
}
.give a {
  margin: 0;
  border-width: 2px;
  color: white;
  text-align: center;
}
.give a:hover {
  background: transparent;
  color: #5FC9A3;
  border-color: #5FC9A3;
}
.give .hero-wrapper .hero {
  background: #C3C958;
}
.give .hero-wrapper .hero h1 {
  color: #FEF9D6;
}
.give .hero-wrapper .hero img {
  width: 100%;
}
.give .hero-wrapper .hero a {
  background: #FEF9D6;
  color: #C3C958;
  border-width: 2px;
  border-color: #C3C958;
}
.give .hero-wrapper .hero a:hover {
  background: transparent;
  color: #FEF9D6;
  border-color: #FEF9D6;
}
.give .hero-wrapper .hero div:first-of-type {
  background-size: cover !important;
}
.give .hero-wrapper .hero div:last-of-type {
  padding: 50px;
}
.give .hero-wrapper .hero-footer {
  background: #FEF9D6;
}
.give .one {
  padding: 100px 0;
}
.give .one h1 {
  margin: 0 0 40px 0;
}
.give .one .container {
  display: flex;
}
.give .one .container div {
  width: 50%;
}
.give .one .container div:first-of-type {
  margin: 0 30px 0 0;
}
.give .one .container div:first-of-type .text {
  width: 100%;
  margin: 0 0 40px 0;
}
.give .one .container div:last-of-type {
  margin: 0 0 0 30px;
}
.give .one .container div:last-of-type img {
  width: 100%;
  display: grid;
}
.give .one .container div:last-of-type .text {
  width: 100%;
  margin: 0;
  padding: 60px 30px 30px 30px;
  background: #405F2D;
  color: white;
  text-align: center;
}
.give .one .container div:last-of-type .text h1 {
  text-align: center;
  color: #C8F5E6;
  border-bottom: none;
}
.give .one .container div:last-of-type .text p {
  font-size: 24px;
  font-weight: 500;
}
.give .two {
  padding: 100px 0;
  background: #F3F0E6;
}
.give .two .container {
  display: flex;
}
.give .two .container div {
  width: 50%;
}
.give .two .container div:first-of-type {
  background: url("./images/sunrise.svg");
  background-repeat: no-repeat;
}
.give .two .container div:last-of-type h1,
.give .two .container div:last-of-type p {
  margin: 0 0 30px 0;
}
.give .two .container div:last-of-type a:first-of-type {
  margin: 0 20px 0 0;
}
.give .three {
  padding: 100px 0;
}
.give .three .container:first-of-type {
  display: flex;
}
.give .three .container:first-of-type div {
  width: 50%;
}
.give .three .container:first-of-type div:first-of-type img {
  width: 100%;
}
.give .three .container:first-of-type div:last-of-type h1 {
  margin: 0 0 30px 0;
}
.give .three .container:nth-child(2) .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.give .three .container:nth-child(2) h1 {
  margin: 0 0 40px 0;
}
.give .three .container:nth-child(2) div h1 {
  text-align: center;
  border-bottom: none;
  margin: 0 0 40px 0;
}
.give .three .container:nth-child(2) div p {
  font-size: 22px;
  font-weight: 500;
}
.give .three .container:nth-child(2) div ul {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.give .three .container:nth-child(2) div ul li {
  margin: 0 10px 0 20px;
}
.give .three .container:nth-child(2) div ul li:first-of-type {
  font-weight: 600;
  margin: 0;
}
.give .three .container:nth-child(2) div a {
  border-color: transparent;
  background: white;
  margin: 0 auto;
  display: block;
  width: 300px;
}
.give .three .container:nth-child(2) div a:hover {
  background: transparent;
  border-color: white;
  color: white;
}
.give .three .container:nth-child(2) div div {
  padding: 75px 50px;
}
.give .three .container:nth-child(2) div.left {
  width: calc(50% - 20px);
  margin: 0 10px 0 0;
  padding: 0;
}
.give .three .container:nth-child(2) div.left div:first-of-type {
  background: #5FC9A3;
  color: white;
  margin: 0 0 20px 0;
}
.give .three .container:nth-child(2) div.left div:first-of-type h1 {
  color: white;
}
.give .three .container:nth-child(2) div.left div:first-of-type ul li a {
  color: white;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.give .three .container:nth-child(2) div.left div:first-of-type a {
  color: #5FC9A3;
}
.give .three .container:nth-child(2) div.left div:first-of-type a:hover {
  color: white;
}
.give .three .container:nth-child(2) div.left div:nth-child(2) {
  background: #405F2D;
  color: white;
}
.give .three .container:nth-child(2) div.left div:nth-child(2) h1 {
  color: white;
}
.give .three .container:nth-child(2) div.left div:nth-child(2) a {
  color: #405F2D;
}
.give .three .container:nth-child(2) div.left div:nth-child(2) a:hover {
  color: white;
}
.give .three .container:nth-child(2) div.right {
  width: calc(50% - 20px);
  margin: 0 0 0 10px;
  padding: 0;
}
.give .three .container:nth-child(2) div.right div:first-of-type {
  background: #FEF9D6;
  color: #405F2D;
  margin: 0 0 20px 0;
}
.give .three .container:nth-child(2) div.right div:first-of-type h1 {
  color: #405F2D;
}
.give .three .container:nth-child(2) div.right div:first-of-type a {
  border-color: transparent;
  background: #5FC9A3;
  color: #FEF9D6;
}
.give .three .container:nth-child(2) div.right div:first-of-type a:hover {
  background: transparent;
  border-color: #5FC9A3;
  color: #5FC9A3;
}
.give .three .container:nth-child(2) div.right div:nth-child(2) {
  background: #F8D048;
  color: #405F2D;
  margin: 0 0 20px 0;
}
.give .three .container:nth-child(2) div.right div:nth-child(2) h1 {
  color: #405F2D;
}
.give .three .container:nth-child(2) div.right div:nth-child(2) a {
  background: white;
  color: #F8D048;
  border-color: transparent;
}
.give .three .container:nth-child(2) div.right div:nth-child(2) a:hover {
  background: transparent;
  border-color: white;
  color: white;
}
.give .three .container:nth-child(2) div.bottom {
  width: 100%;
  padding: 0;
  margin: 20px 0;
}
.give .three .container:nth-child(2) div.bottom div {
  background: #C3C958;
  color: white;
  margin: 0 0 20px 0;
}
.give .three .container:nth-child(2) div.bottom div h1 {
  color: white;
}
.give .three .container:nth-child(2) div.bottom div a {
  background: white;
  color: #C3C958;
  border-color: transparent;
}
.give .three .container:nth-child(2) div.bottom div a:hover {
  background: transparent;
  border-color: white;
  color: white;
}
.give .four {
  background: #C8F5E6;
  padding: 100px 0;
}
.give .four .wrapper {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.give .four blockquote p {
  font-family: "Khand", sans-serif;
  font-size: 80px;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
  color: #405F2D;
}
.give .four cite {
  margin-left: auto;
  font-family: "Khand", sans-serif;
  color: #405F2D;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
}
.give .five {
  padding: 100px 0;
  background: #eae4d2;
}
.give .five .container {
  display: flex;
}
.give .five .container div {
  width: 50%;
}
.give .five .container div:first-of-type h1,
.give .five .container div:first-of-type p {
  margin: 0 0 30px 50px;
}
.give .five .container div:first-of-type a {
  color: black;
}
.give .five .container div:last-of-type {
  display: block;
  position: relative;
  height: 200px;
  padding: 0 25px;
  margin: 0 15px;
}
.give .five .container div:last-of-type .kroger-img {
  position: relative;
  height: 130px;
  width: auto;
  margin: 10px 25px;
}
.give .five .container div:last-of-type .amazon-img {
  position: relative;
  height: 130px;
  width: auto;
  margin: 10px 25px;
}

.bulletin-board {
  padding: 0 0 100px 0;
}
.bulletin-board p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.bulletin-board p strong {
  font-weight: 500;
}
.bulletin-board .mini-events-link a {
  color: black;
}
.bulletin-board a {
  margin: 0;
  background: transparent;
  border-width: 2px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.bulletin-board a:hover {
  background: transparent;
  color: #5FC9A3;
  border-color: #5FC9A3;
}
.bulletin-board a.btn {
  background: #5FC9A3;
}
.bulletin-board a.btn:hover {
  background: transparent;
}
.bulletin-board .container:nth-child(2) h1 {
  color: #5FC9A3;
  border-bottom: none;
  text-align: center;
  font-size: 80px;
  margin: 60px 0;
}
.bulletin-board .container:nth-child(3) {
  display: flex;
}
.bulletin-board .container:nth-child(3) h1 {
  border-bottom: none;
  padding: 20px 30px;
}
.bulletin-board .container:nth-child(3) .left,
.bulletin-board .container:nth-child(3) .right {
  width: calc(50% - 10px);
}
.bulletin-board .container:nth-child(3) .left {
  margin: 0 10px 0 0;
}
.bulletin-board .container:nth-child(3) .left div:first-of-type {
  border: 2px solid #5FC9A3;
  margin: 0 0 20px 0;
}
.bulletin-board .container:nth-child(3) .left div:first-of-type p {
  font-weight: 600;
}
.bulletin-board .container:nth-child(3) .left div:first-of-type h1 {
  background: #5FC9A3;
  color: white;
}
.bulletin-board .container:nth-child(3) .left div:first-of-type div {
  padding: 20px 30px;
  border: none;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(2) {
  border: 2px solid #C3C958;
  margin: 0 0 20px 0;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(2) img {
  width: 100%;
  height: auto;
  display: grid;
  margin: 0 0 30px 0;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(2) p {
  font-weight: 600;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(2) h1 {
  background: #C3C958;
  color: white;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(2) div {
  padding: 30px;
  border: none;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(2) div h1 {
  background: transparent;
  color: #221F20;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  padding: 0;
  margin: 0px;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(2) div p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(3) {
  border: 2px solid #405F2D;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(3) img {
  width: 200px;
  height: 100%;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(3) p {
  font-weight: 600;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(3) h1 {
  margin: 0;
  background: #405F2D;
  color: white;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(3) div {
  padding: 30px;
  border: none;
  display: flex;
  flex-wrap: wrap;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(3) .text {
  width: calc(100% - 240px);
  padding: 0;
  margin-left: auto;
  border: none;
}
.bulletin-board .container:nth-child(3) .left div:nth-child(3) .text p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.bulletin-board .container:nth-child(3) .right {
  margin: 0 0 0 10px;
}
.bulletin-board .container:nth-child(3) .right div:first-of-type {
  border: 2px solid #F8D048;
  margin: 0 0 20px 0;
}
.bulletin-board .container:nth-child(3) .right div:first-of-type h1 {
  background: #F8D048;
  color: white;
}
.bulletin-board .container:nth-child(3) .right div:first-of-type a.read-more {
  margin: 40px auto;
  display: block;
  width: 200px;
}
.bulletin-board .container:nth-child(3) .right div:first-of-type .items-wrapper {
  padding: 30px 30px 0 30px;
  border: none;
}
.bulletin-board .container:nth-child(3) .right div:first-of-type .items-wrapper .item {
  border: none;
  border-bottom: 1px solid #a49c9f;
  margin: 0 0 60px 0;
  padding: 0;
}
.bulletin-board .container:nth-child(3) .right div:first-of-type .items-wrapper .item:last-of-type {
  border: none;
  margin: 0;
}
.bulletin-board .container:nth-child(3) .right div:first-of-type .items-wrapper .item .text {
  width: 100%;
  border: none;
  padding: 0 0 0 30px;
}
.bulletin-board .container:nth-child(3) .right div:first-of-type .items-wrapper .item .text.has-thumb {
  width: calc(100% - 200px) !important;
}
.bulletin-board .container:nth-child(3) .right div:first-of-type .items-wrapper .item .text h1 {
  padding: 0;
  color: inherit;
  background: transparent;
}
.bulletin-board .container:nth-child(3) .right div:first-of-type .items-wrapper .item .text a {
  margin-left: auto;
  background: transparent;
}
.bulletin-board .container:nth-child(3) .right div:nth-child(2) {
  border: 2px solid #5FC9A3;
  margin: 0 0 20px 0;
}
.bulletin-board .container:nth-child(3) .right div:nth-child(2) h1 {
  background: #5FC9A3;
  color: white;
}
.bulletin-board .container:nth-child(3) .right div:nth-child(2) img {
  display: block;
  width: 200px;
  height: 100%;
  position: relative;
}
.bulletin-board .container:nth-child(3) .right div:nth-child(2) div {
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.bulletin-board .container:nth-child(3) .right div:nth-child(2) .text {
  width: calc(100% - 200px);
  border: none;
  padding: 20px 30px;
}
.bulletin-board .container:nth-child(3) .right div:nth-child(2) .text p {
  margin: 0 0 10px 0;
}
.bulletin-board .container:nth-child(3) .right div:nth-child(2) .text a {
  display: inline-table;
}
.bulletin-board .container:nth-child(4) {
  margin: 20px auto;
}
.bulletin-board .container:nth-child(4) h1 {
  border-bottom: none;
  padding: 20px 30px;
}
.bulletin-board .container:nth-child(4) div:first-of-type {
  border: 1px solid #5FC9A3;
  margin: 0;
}
.bulletin-board .container:nth-child(4) div:first-of-type p {
  font-weight: 500;
  text-align: center;
}
.bulletin-board .container:nth-child(4) div:first-of-type h1 {
  background: #5FC9A3;
  color: white;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper {
  display: flex;
  width: 100% !important;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div {
  border: none;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type {
  position: relative;
  padding: 40px 60px;
  width: 45%;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type:after {
  position: absolute;
  content: "";
  height: 75%;
  width: 2px;
  background: #405F2D;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li {
  margin: 0 0 20px 0;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li a {
  text-decoration: none;
  font-family: "Khand", sans-serif;
  color: #221F20;
  border: none;
  padding: 30px 40px;
  font-size: 26px;
  line-height: 26px;
  background: #F3F0E6;
  display: block;
  text-align: left;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li span {
  position: relative;
  top: -15px;
  left: 5px;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li span.facebook, .bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li span.instagram, .bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li span.twitter {
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li span.facebook {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fab' data-icon='facebook-f' class='facebook' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 264 512'%3E%3Cpath fill='%23405F2D' d='M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li span.instagram {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fab' data-icon='instagram' class='instagram' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23405F2D' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li span.twitter {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23405F2D' d='m459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li:hover a {
  background: #405F2D;
  color: white;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li:hover span.facebook {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fab' data-icon='facebook-f' class='facebook' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 264 512'%3E%3Cpath fill='%23FFFFFF' d='M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li:hover span.instagram {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fab' data-icon='instagram' class='instagram' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFFFFF' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:first-of-type ul li:hover span.twitter {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFFFFF' d='m459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:nth-child(2) {
  padding: 130px 30px;
  width: 65%;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:nth-child(2) a {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:nth-child(2) a:nth-child(4), .bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:nth-child(2) a:last-of-type {
  margin: 0 0 20px 0;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:nth-child(2) img {
  min-width: 197px;
  min-height: 197px;
  max-width: 197px;
  max-height: 197px;
  object-fit: cover;
  overflow: hidden;
}

.events-calendar {
  padding: 0;
}
.events-calendar p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.events-calendar p strong {
  font-weight: 500;
}
.events-calendar a {
  margin: 0;
  background: transparent;
  border-width: 2px;
  color: #000000;
  text-align: center;
}
.events-calendar a:hover {
  background: transparent;
  color: #5FC9A3;
  border-color: #5FC9A3;
}
.events-calendar .container:nth-child(2) {
  width: 65%;
  padding: 0 0 100px 0;
}
.events-calendar .container:nth-child(2) h1 {
  color: #5FC9A3;
  border-bottom: none;
  text-align: center;
  font-size: 80px;
  margin: 60px 0;
}
.events-calendar .container:nth-child(2) p {
  text-align: center;
}
.events-calendar .container .results-wrapper {
  background: white;
  border: 2px solid #5FC9A3;
}
.events-calendar .container .results-wrapper h1 {
  background: #5FC9A3;
  color: white;
  font-size: 30px;
  line-height: 30px;
  padding: 10px 0;
  margin: 0;
}
.events-calendar .container .results-wrapper .item {
  display: flex;
  flex-wrap: wrap;
  background: white;
  margin: 20px 40px;
  padding: 40px 20px;
  border-bottom: 2px solid #CAC9CA;
}
.events-calendar .container .results-wrapper .item:last-of-type {
  border-bottom: none;
}
.events-calendar .container .results-wrapper .item div:first-of-type {
  width: 20%;
}
.events-calendar .container .results-wrapper .item div:first-of-type date {
  display: flex;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  display: block;
  font-family: "Khand", sans-serif;
  background: red;
}
.events-calendar .container .results-wrapper .item div:first-of-type date span {
  display: block;
}
.events-calendar .container .results-wrapper .item div:first-of-type date span:first-of-type {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 30px;
  padding: 5px 0;
  text-transform: uppercase;
  background: #F8D048;
  color: white;
}
.events-calendar .container .results-wrapper .item div:first-of-type date span:last-of-type {
  padding: 10px 0;
  background: #F3F0E6;
  color: #F8D048;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 60px;
}
.events-calendar .container .results-wrapper .item div:nth-child(2) {
  width: 80%;
}
.events-calendar .container .results-wrapper .item div:nth-child(2) h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  text-align: left;
  color: #221F20;
  margin: 0;
  padding: 0;
  background: transparent;
}
.events-calendar .container .results-wrapper .item div:nth-child(2) h1 a {
  color: #221F20;
  text-decoration: none;
}
.events-calendar .container .results-wrapper .item div:nth-child(2) h1 a:hover {
  color: #5FC9A3;
}
.events-calendar .container .results-wrapper .item div:nth-child(2) ul {
  margin: 5px 0 20px 0;
}
.events-calendar .container .results-wrapper .item div:nth-child(2) ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.events-calendar .container .results-wrapper .item div:nth-child(2) ul li a {
  color: #221F20;
}
.events-calendar .container .results-wrapper .item div:nth-child(2) ul li span {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  display: inline-block;
}
.events-calendar .container .results-wrapper .item div:nth-child(2) ul li span.location {
  background-image: url("data:image/svg+xml,%3Csvg width='219px' height='328px' viewBox='0 0 219 328' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M109.28125,327.398437 C36.4973958,222.478663 0.10546875,149.920069 0.10546875,109.722656 C0.10546875,49.4265372 48.985131,0.546875 109.28125,0.546875 C169.577369,0.546875 218.457031,49.4265372 218.457031,109.722656 C218.457031,149.920069 182.065104,222.478663 109.28125,327.398437 Z M109.28125,163.972656 C136.619345,163.972656 158.78125,141.810751 158.78125,114.472656 C158.78125,87.1345611 136.619345,64.9726562 109.28125,64.9726562 C81.9431549,64.9726562 59.78125,87.1345611 59.78125,114.472656 C59.78125,141.810751 81.9431549,163.972656 109.28125,163.972656 Z' id='Combined-Shape' fill='%23405F2D' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.events-calendar .container .results-wrapper .item div:nth-child(2) ul li span.date {
  background-image: url("data:image/svg+xml,%3Csvg width='272px' height='272px' viewBox='0 0 272 272' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' fill='%23405F2D' fill-rule='nonzero'%3E%3Ccircle id='Oval-4' cx='136.320312' cy='136.388672' r='54.5'%3E%3C/circle%3E%3Cpath d='M136.320312,271.888672 C61.4857289,271.888672 0.8203125,211.223255 0.8203125,136.388672 C0.8203125,61.5540883 61.4857289,0.888671875 136.320312,0.888671875 C211.154896,0.888671875 271.820312,61.5540883 271.820312,136.388672 C271.820312,211.223255 211.154896,271.888672 136.320312,271.888672 Z M136.320312,230.759766 C188.440028,230.759766 230.691406,188.508388 230.691406,136.388672 C230.691406,84.268956 188.440028,42.0175781 136.320312,42.0175781 C84.2005966,42.0175781 41.9492188,84.268956 41.9492188,136.388672 C41.9492188,188.508388 84.2005966,230.759766 136.320312,230.759766 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.events-calendar .container .results-wrapper .item div:nth-child(2) p {
  text-align: left;
}
.events-calendar .container .results-wrapper .item div:nth-child(3) {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.events-calendar .container .results-wrapper .item div:nth-child(3) a {
  background: #5FC9A3;
  color: white;
}
.events-calendar .container .results-wrapper .item div:nth-child(3) a:hover {
  background: transparent;
  color: #5FC9A3;
  border-color: #5FC9A3;
}
.events-calendar .container .results-wrapper .item div:nth-child(3) a:not(:last-of-type) {
  margin: 0 20px 0 0;
}

.news {
  padding: 0 0 100px 0;
}
.news p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.news p strong {
  font-weight: 500;
}
.news a {
  color: #5FC9A3;
}
.news a:hover {
  background: transparent;
  color: #221F20;
  border-color: #221F20;
}
.news .container:nth-child(2) {
  width: 50%;
}
.news .container:nth-child(2) h1 {
  color: #F8D048;
  border-bottom: none;
  text-align: center;
  font-size: 80px;
  margin: 60px 0;
}
.news .container:nth-child(2) p {
  text-align: center;
}
.news .container:nth-child(2) a {
  color: #5FC9A3;
}
.news .container .results-wrapper {
  background: white;
  border: 2px solid #5FC9A3;
}
.news .container .results-wrapper h1 {
  background: #5FC9A3;
  color: white;
  font-size: 30px;
  line-height: 30px;
  padding: 10px 0;
  margin: 0;
}
.news .container .results-wrapper .item {
  display: flex;
  flex-wrap: wrap;
  margin: 40px;
  padding: 0 0 40px 0;
  border-bottom: 2px solid #CAC9CA;
}
.news .container .results-wrapper .item:last-of-type {
  border-bottom: none;
  padding: 0;
}
.news .container .results-wrapper .item div:first-of-type {
  width: 20%;
}
.news .container .results-wrapper .item div:first-of-type img {
  width: 100%;
}
.news .container .results-wrapper .item div:nth-child(2) {
  width: 80%;
  padding: 0 0 0 40px;
}
.news .container .results-wrapper .item div:nth-child(2) h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  text-align: left;
  color: #221F20;
  margin: 0 0 5px 0;
  padding: 0;
  background: transparent;
}
.news .container .results-wrapper .item div:nth-child(2) ul {
  margin: 5px 0 20px 0;
  list-type: none !important;
}
.news .container .results-wrapper .item div:nth-child(2) ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  margin: 0 0 10px 0;
  list-type: none !important;
}
.news .container .results-wrapper .item div:nth-child(2) p {
  text-align: left;
}
.news .container .results-wrapper .item div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news .container .results-wrapper .item div:nth-child(3) a {
  background: #5FC9A3;
  color: white;
}
.news .container .results-wrapper .item div:nth-child(3) a:hover {
  background: transparent;
  border-color: #5FC9A3;
  color: #5FC9A3;
}
.news .container .results-wrapper .item div:nth-child(3) ul {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Source Sans Pro", sans-serif;
}
.news .container .results-wrapper .item div:nth-child(3) ul:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='144px' height='187px' viewBox='0 0 144 187' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='tags-icon' transform='translate(77.500000, 87.500000) rotate(20.000000) translate(-77.500000, -87.500000) translate(27.000000, 0.000000)' fill='%23B3B3B3' fill-rule='nonzero'%3E%3Cpath d='M4.57984549,29.564111 L47.4080304,1.70419734 C49.2760904,0.489016447 51.6848443,0.489016447 53.5529044,1.70419734 L96.3810893,29.564111 C98.9380205,31.2274055 100.480467,34.0708521 100.480467,37.121171 L100.480467,165.595691 C100.480467,170.574691 96.4441901,174.610968 91.4651901,174.610968 L9.49574425,174.610968 C4.5167442,174.610968 0.480467161,170.574691 0.480467161,165.595691 L0.480467594,37.121171 C0.480467603,34.0708521 2.0229143,31.2274055 4.57984549,29.564111 Z M50.4804672,53.0598933 C56.6264204,53.0598933 61.6086998,48.0776138 61.6086998,41.9316606 C61.6086998,35.7857075 56.6264204,30.803428 50.4804672,30.803428 C44.334514,30.803428 39.3522345,35.7857075 39.3522345,41.9316606 C39.3522345,48.0776138 44.334514,53.0598933 50.4804672,53.0598933 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.news .container .results-wrapper .item div:nth-child(3) ul li {
  font-weight: 300;
  margin: 0 5px 0 0;
}
.news .container .results-wrapper .item div:nth-child(3) ul li:first-of-type {
  margin: 0 5px 0 20px;
}

.news-single .standard-content-wrapper ul li {
  font-weight: 300;
  font-size: 20px;
}
.news-single .container:not(:first-of-type) {
  width: 900px;
  margin: 0 auto;
}
.news-single .container:not(:first-of-type) img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  height: auto;
  max-width: 350px;
}
.news-single .container:not(:first-of-type) img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  height: auto;
  max-width: 350px;
}
.news-single .container:not(:first-of-type) img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  height: auto;
  max-width: 550px;
}
.news-single .container:not(:first-of-type) h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  border-bottom: none;
  margin: 60px auto 10px auto;
  text-align: center;
  font-family: "Khand", sans-serif;
}
.news-single .container:not(:first-of-type) h2 {
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}
.news-single .container:not(:first-of-type) h3 {
  text-transform: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
}
.news-single .container:not(:first-of-type) h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  border-bottom: none;
  margin: 0 auto 10px auto;
  font-family: "Source Sans Pro", sans-serif;
}
.news-single .container:not(:first-of-type) p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.news-single .container:not(:first-of-type) p strong {
  font-weight: 500;
}
.news-single .container:not(:first-of-type) .results-wrapper .item .events-date-time ul {
  margin: 5px 0 20px 0;
  list-style: none;
}
.news-single .container:not(:first-of-type) .results-wrapper .item .events-date-time ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.news-single .container:not(:first-of-type) .results-wrapper .item .events-date-time ul li span {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  display: inline-block;
}
.news-single .container:not(:first-of-type) .results-wrapper .item .events-date-time ul li span.location {
  background-image: url("data:image/svg+xml,%3Csvg width='219px' height='328px' viewBox='0 0 219 328' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M109.28125,327.398437 C36.4973958,222.478663 0.10546875,149.920069 0.10546875,109.722656 C0.10546875,49.4265372 48.985131,0.546875 109.28125,0.546875 C169.577369,0.546875 218.457031,49.4265372 218.457031,109.722656 C218.457031,149.920069 182.065104,222.478663 109.28125,327.398437 Z M109.28125,163.972656 C136.619345,163.972656 158.78125,141.810751 158.78125,114.472656 C158.78125,87.1345611 136.619345,64.9726562 109.28125,64.9726562 C81.9431549,64.9726562 59.78125,87.1345611 59.78125,114.472656 C59.78125,141.810751 81.9431549,163.972656 109.28125,163.972656 Z' id='Combined-Shape' fill='%23405F2D' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.news-single .container:not(:first-of-type) .results-wrapper .item .events-date-time ul li span.date {
  background-image: url("data:image/svg+xml,%3Csvg width='272px' height='272px' viewBox='0 0 272 272' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' fill='%23405F2D' fill-rule='nonzero'%3E%3Ccircle id='Oval-4' cx='136.320312' cy='136.388672' r='54.5'%3E%3C/circle%3E%3Cpath d='M136.320312,271.888672 C61.4857289,271.888672 0.8203125,211.223255 0.8203125,136.388672 C0.8203125,61.5540883 61.4857289,0.888671875 136.320312,0.888671875 C211.154896,0.888671875 271.820312,61.5540883 271.820312,136.388672 C271.820312,211.223255 211.154896,271.888672 136.320312,271.888672 Z M136.320312,230.759766 C188.440028,230.759766 230.691406,188.508388 230.691406,136.388672 C230.691406,84.268956 188.440028,42.0175781 136.320312,42.0175781 C84.2005966,42.0175781 41.9492188,84.268956 41.9492188,136.388672 C41.9492188,188.508388 84.2005966,230.759766 136.320312,230.759766 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.news-single .container:not(:first-of-type) .event-buttons {
  margin: 25px auto 50px;
}
.news-single .container:not(:first-of-type) .event-buttons a {
  display: block;
  width: 225px;
  margin: 10px auto;
  color: white;
  padding: 10px 25px;
  text-align: center;
}
.news-single .container:not(:first-of-type) .event-buttons a:hover {
  background: transparent;
  border-color: #5FC9A3;
  color: #5FC9A3;
}
.news-single .container:not(:first-of-type) a {
  color: #221F20;
}
.news-single .container:not(:first-of-type) img.hero {
  width: 900px;
  height: 100%;
  min-height: 100%;
  margin: 60px auto 0 auto;
  display: block;
}
.news-single .container:not(:first-of-type) .header-section h4 {
  text-align: center;
}
.news-single .container:not(:first-of-type) .header-section h4:first-of-type {
  margin: 0 0 20px 0;
}
.news-single .container:not(:first-of-type) .header-section h4:nth-of-type(2) {
  width: 700px;
  margin: 0 auto 60px auto;
}

.volunteer h1 {
  margin: 0 0 20px 0;
}
.volunteer p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.volunteer p strong {
  font-weight: 500;
}
.volunteer ul {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.volunteer ul li {
  margin: 0 0 20px 0;
}
.volunteer ul li strong {
  font-weight: 500;
}
.volunteer .hero-wrapper .hero {
  background: #F3F0E6;
}
.volunteer .hero-wrapper .hero h1 {
  color: #C3C958;
}
.volunteer .hero-wrapper .hero img {
  width: 100%;
}
.volunteer .hero-wrapper .hero div:first-of-type {
  background-size: cover !important;
}
.volunteer .hero-wrapper .hero div:last-of-type {
  padding: 50px;
}
.volunteer .hero-wrapper .hero-footer {
  background: #F8D048;
}
.volunteer .one {
  padding: 100px 0;
}
.volunteer .one a {
  color: white;
  margin: 0 0 60px 0;
  background: #5FC9A3;
  border-width: 2px;
}
.volunteer .one a:hover {
  background: transparent;
  border-color: #5FC9A3;
  color: #5FC9A3;
}
.volunteer .one .container {
  display: flex;
}
.volunteer .one .container div {
  width: calc(50% - 20px);
}
.volunteer .one .container div:first-of-type {
  margin-right: auto;
}
.volunteer .one .container div:last-of-type {
  margin-left: auto;
}
.volunteer .one .container div:last-of-type div {
  width: 100%;
}
.volunteer .one .container div:last-of-type div:first-of-type {
  width: 100%;
  margin: 0 0 0 30px;
}
.volunteer .one .container div:last-of-type div:first-of-type .text {
  width: 100%;
  margin: 0 0 60px 0;
  padding: 60px 30px 30px 30px;
  background: #FEF9D6;
  text-align: center;
}
.volunteer .one .container div:last-of-type div:first-of-type .text img {
  display: grid;
  width: calc(100% + 60px);
  margin: 0 0 -30px -30px;
}
.volunteer .one .container div:last-of-type div:first-of-type .text h1 {
  text-align: center;
  color: #F8D048;
  border-bottom: none;
}
.volunteer .one .container div:last-of-type div:first-of-type .text p {
  font-size: 24px;
  font-weight: 300;
}

.about-us p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.about-us p strong {
  font-weight: 500;
}
.about-us a {
  margin: 0;
  background: transparent;
  border-width: 2px;
  color: white;
  text-align: center;
}
.about-us a:hover {
  background: transparent;
  color: #5FC9A3;
  border-color: #5FC9A3;
}
.about-us .hero-wrapper .hero {
  background: #F3F0E6;
}
.about-us .hero-wrapper .hero h1 {
  color: #405F2D;
}
.about-us .hero-wrapper .hero img {
  width: 100%;
}
.about-us .hero-wrapper .hero div:first-of-type {
  padding: 50px;
}
.about-us .hero-wrapper .hero div:last-of-type {
  background-size: cover !important;
}
.about-us .hero-wrapper .hero-footer {
  background: #5FC9A3;
}
.about-us .learn-indiana-divider {
  background: url(./images/treetop-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
.about-us .learn-indiana-divider a {
  margin: 0 0 0 auto !important;
}
.about-us .one {
  padding: 100px 0;
}
.about-us .one .container .text {
  display: flex;
}
.about-us .one .container .text h1 {
  margin: 0 0 30px 0;
}
.about-us .one .container .text div {
  width: calc(50% - 20px);
}
.about-us .one .container .text div:first-of-type {
  margin-right: auto;
}
.about-us .one .container .text div:last-of-type {
  margin-left: auto;
}
.about-us .two {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #F3F0E6;
  padding: 100px 0;
}
.about-us .two h1 {
  margin: 0 0 30px 0;
}
.about-us .two .container {
  margin: 0 auto 60px auto;
}
.about-us .two .container:last-of-type {
  margin: 0 auto;
}
.about-us .two .container .persons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-us .two .container .persons-wrapper h1 {
  text-transform: none;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 5px 0;
  border-bottom: none;
}
.about-us .two .container .persons-wrapper img {
  width: 100%;
  margin: 0 0 30px 0;
}
.about-us .two .container .persons-wrapper .person {
  flex: 0 1 calc(25% - 20px);
  margin: 0 0 20px 0;
}
.about-us .two .container .text ul {
  columns: 2;
}
.about-us .two .container .text ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.about-us .two .container .text ul li span {
  display: block;
}
.about-us .two .container .text ul li span:first-of-type {
  font-weight: 600;
}
.about-us .two .container .text ul li span:last-of-type {
  font-weight: 300;
}

.our-history h1 {
  font-size: 70px;
  line-height: 75px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: none;
}
.our-history p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 40px 0;
}
.our-history p strong {
  font-weight: 500;
}
.our-history .container:nth-child(2) {
  background: #F3F0E6;
  padding: 40px;
  margin: 60px auto;
}
.our-history .container:nth-child(2) .img-wrapper {
  display: block;
  float: left;
  width: 420px;
  margin: 0 60px 60px 0;
}
.our-history .container:nth-child(2) .img-wrapper p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  margin: 0;
}
.our-history .container:nth-child(2) h1 {
  color: #F8D048;
  margin: 0 0 60px 0;
}
.our-history .container:nth-child(2) img {
  width: 100%;
  margin: 0 0 10px 0;
}
.our-history .container:nth-child(3) {
  background: white;
  padding: 40px;
  margin: 60px auto;
}
.our-history .container:nth-child(3) .img-wrapper {
  display: block;
  float: left;
  width: 420px;
  margin: 0 60px 60px 0;
}
.our-history .container:nth-child(3) .img-wrapper p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  margin: 0;
}
.our-history .container:nth-child(3) h1 {
  color: #F8D048;
  margin: 0 0 60px 0;
}
.our-history .container:nth-child(3) img {
  float: right;
  margin: 0 0 60px 60px;
  width: 420px;
}
.our-history .container:nth-child(3) blockquote {
  color: #5FC9A3;
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
  font-size: 30px;
  line-height: 35px;
  width: 350px;
  float: left;
  margin: 40px 40px 40px -60px;
}
.our-history .container:nth-child(3) h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
}
.our-history .container:nth-child(3) h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
}
.our-history .container:nth-child(3) ul {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 40px 0;
}
.our-history .container:nth-child(3) ul li:first-of-type {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
}
.our-history .container:nth-child(3) .text {
  width: 85%;
  margin: 0 auto;
}

.faqs {
  padding: 0 0 100px 0;
}
.faqs p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.faqs p strong {
  font-weight: 500;
}
.faqs a {
  margin: 0;
  background: transparent;
  border-width: 2px;
  color: white;
  text-align: center;
}
.faqs a:hover {
  background: transparent;
  color: #5FC9A3;
  border-color: #5FC9A3;
}
.faqs .container:nth-child(2) {
  width: 50%;
}
.faqs .container:nth-child(2) h1 {
  color: #5FC9A3;
  border-bottom: none;
  text-align: center;
  font-size: 80px;
  margin: 60px 0;
}
.faqs .container:nth-child(2) p {
  text-align: center;
}
.faqs .container:nth-child(2) div {
  position: relative;
  border-right: 2px solid #7C7C7C;
  border-bottom: 2px solid #7C7C7C;
  border-left: 2px solid #7C7C7C;
  padding: 100px 60px;
}
.faqs .container:nth-child(2) div:before {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  width: calc(100% + 4px);
  height: 40px;
  background: #5FC9A3;
}
.faqs .container:nth-child(2) div .faqs-wrapper {
  padding: 0;
  border: none;
}
.faqs .container:nth-child(2) div .faqs-wrapper:before {
  display: none;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq {
  cursor: pointer;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #7C7C7C;
  padding: 0;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq:before {
  display: none;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq:last-of-type {
  border-bottom: none;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq:hover div.question .icon.open {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq.active div.question .icon.open {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq.active div.answer {
  display: flex;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq div {
  display: flex;
  padding: 0;
  border: none;
  text-align: left;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq div:before {
  display: none;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq div.question {
  padding: 10px 0;
  align-items: center;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq div.question span {
  font-family: "Khand", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 20px 0 0;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq div.question p {
  margin: 0;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq div.question .icon {
  margin-left: auto;
  width: 12px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='59px' viewBox='0 0 32 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Path' fill='%23221F20' fill-rule='nonzero' points='0.619973652 3.49282925 3.44301463 0.659026217 31.8578505 28.9659498 3.45045345 57.5649694 0.612534829 54.7460657 26.2051378 28.9808275'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq div.question .icon.open {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq div.answer {
  display: none;
  padding: 0;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq div.answer span {
  font-family: "Khand", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 20px 0 0;
}
.faqs .container:nth-child(2) div .faqs-wrapper .faq div.answer p {
  text-align: left;
}

.impact-reports {
  padding: 0 0 100px 0;
}
.impact-reports p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.impact-reports p strong {
  font-weight: 500;
}
.impact-reports a {
  margin: 0;
  background: transparent;
  border-width: 2px;
  color: white;
  text-align: center;
}
.impact-reports a:hover {
  background: transparent;
  color: #5FC9A3;
  border-color: #5FC9A3;
}
.impact-reports .container:nth-child(2) {
  width: 50%;
}
.impact-reports .container:nth-child(2) h1 {
  color: #405F2D;
  border-bottom: none;
  text-align: center;
  font-size: 80px;
  margin: 60px 0;
}
.impact-reports .container:nth-child(3) {
  width: 65%;
  margin: 0 auto 100px auto;
}
.impact-reports .container:nth-child(3) h1 {
  color: #405F2D;
  border-bottom: none;
  text-align: center;
  font-size: 80px;
  margin: 60px 0;
}
.impact-reports .container:nth-child(3) p {
  text-align: left;
}
.impact-reports .container:nth-child(3) div {
  border: 2px solid #969696;
}
.impact-reports .container:nth-child(3) div h1 {
  background: #405F2D;
  color: white;
  font-size: 30px;
  line-height: 30px;
  padding: 10px 0;
  margin: -2px 0 0 -2px;
  width: calc(100% + 4px);
}
.impact-reports .container:nth-child(3) div:first-of-type .text {
  padding: 40px 80px;
  border: none;
}
.impact-reports .container:nth-child(3) div:first-of-type .text img {
  float: left;
  width: 300px;
  height: 100%;
  margin: 0 40px 40px 0;
}
.impact-reports .container:nth-child(3) div:first-of-type .text a {
  color: #405F2D;
}
.impact-reports .container:nth-child(3) div:first-of-type .thumbs-wrapper {
  display: flex;
  margin: 40px 80px 0 80px;
  padding: 40px 0;
  border-left: none;
  border-right: none;
  border-top: 2px solid #969696;
  border-bottom: 2px solid #969696;
}
.impact-reports .container:nth-child(3) div:first-of-type .thumbs-wrapper img {
  flex: 0 1 25%;
  width: 25%;
  height: 100%;
  padding: 0 10px;
}
.impact-reports .container:nth-child(3) div:first-of-type .thumbs-wrapper img:first-of-type {
  padding: 0 10px 0 0;
}
.impact-reports .container:nth-child(3) div:first-of-type .thumbs-wrapper img:last-of-type {
  padding: 0 0 0 10px;
}
.impact-reports .container:nth-child(3) div:first-of-type .btns-wrapper {
  border: none;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.impact-reports .container:nth-child(3) div:first-of-type .btns-wrapper a {
  background: #5FC9A3;
}
.impact-reports .container:nth-child(3) div:first-of-type .btns-wrapper a:hover {
  background: transparent;
  border-color: #5FC9A3;
  color: #5FC9A3;
}
.impact-reports .container:nth-child(3) div:first-of-type .btns-wrapper a:nth-child(2) {
  margin: 0 0 0 40px;
}
.impact-reports .container:nth-child(4) {
  width: 50%;
}
.impact-reports .container:nth-child(4) div:nth-child(2) {
  display: flex;
  padding: 60px 0;
}
.impact-reports .container:nth-child(4) div:nth-child(2) div {
  width: 50%;
}
.impact-reports .container:nth-child(4) div:nth-child(2) div:first-of-type ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 660px;
}
.impact-reports .container:nth-child(4) div:nth-child(2) div:first-of-type ul li {
  font-family: "Source Sans Pro", sans-serif;
  text-align: left;
  width: 50%;
  margin: 0 0 20px 0;
}
.impact-reports .container:nth-child(4) div:nth-child(2) div:first-of-type ul li span {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.impact-reports .container:nth-child(4) div:nth-child(2) div:first-of-type ul li span:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #F8D048;
}
.impact-reports .container:nth-child(4) div:nth-child(2) div:first-of-type ul li a {
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: left;
  color: #405F2D;
  text-decoration: underline;
  display: block;
  border-width: 1px;
}
.impact-reports .container:nth-child(4) div:nth-child(2) div:last-of-type {
  padding: 0;
}
.impact-reports .container:nth-child(4) div:nth-child(2) div:last-of-type img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -100px;
}

.donate .container:nth-child(2) {
  display: flex;
  padding: 60px 0;
}
.donate .container:nth-child(2) div p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.donate .container:nth-child(2) div p strong {
  font-weight: 500;
}
.donate .container:nth-child(2) div ul {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 20px 30px;
  list-style-type: disc;
  list-style-position: outside;
}
.donate .container:nth-child(2) div ul li {
  margin: 0 0 0 20px;
}
.donate .container:nth-child(2) div h1 {
  color: #5FC9A3;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 80px;
  line-height: 85px;
  border-bottom: none;
  margin: 0 0 10px 0;
}
.donate .container:nth-child(2) div h2 {
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1px solid #F8D048;
}
.donate .container:nth-child(2) div h3 {
  color: #221F20;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  border-bottom: none;
  margin: 40px 0;
}
.donate .container:nth-child(2) div:first-of-type {
  width: 60%;
}
.donate .container:nth-child(2) div:first-of-type .text {
  padding: 0 100px 0 0;
  width: 100%;
}
.donate .container:nth-child(2) div:last-of-type {
  width: 40%;
}
.donate .container:nth-child(2) div:last-of-type img {
  display: grid;
  width: 100%;
}
.donate .container:nth-child(3) {
  margin: 0 auto 60px auto;
}

.contact h1 {
  color: #5FC9A3;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  width: 50%;
  margin: 0 auto 40px auto;
}
.contact p {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 auto 40px auto;
  width: 50%;
}
.contact p strong {
  font-weight: 500;
}
.contact .container:nth-child(2) {
  padding: 60px 0 0 0;
  margin: 0 auto 60px auto;
}
.contact .container:nth-child(2) img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.the-twig {
  padding: 0 0 60px 0;
}
.the-twig p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.the-twig p strong {
  font-weight: 500;
}
.the-twig a {
  margin: 0;
  background: transparent;
  border-width: 2px;
  color: black;
  text-align: center;
}
.the-twig a:hover {
  background: transparent;
  color: #5FC9A3;
  border-color: #5FC9A3;
}
.the-twig .container:nth-child(2) {
  width: 50%;
}
.the-twig .container:nth-child(2) h1 {
  color: #405F2D;
  border-bottom: none;
  text-align: center;
  font-size: 80px;
  margin: 60px 0;
}
.the-twig .container:nth-child(3) {
  width: 65%;
  margin: 0 auto 100px auto;
}
.the-twig .container:nth-child(3) h1 {
  color: #405F2D;
  border-bottom: none;
  text-align: center;
  font-size: 80px;
  margin: 60px 0;
}
.the-twig .container:nth-child(3) p {
  text-align: center;
}
.the-twig .container:nth-child(3) p a {
  color: #221F20;
  text-decoration: none;
}
.the-twig .container:nth-child(3) p a:hover {
  text-decoration: underline;
  color: #5FC9A3;
}
.the-twig .container:nth-child(3) div {
  position: relative;
  border-right: 2px solid #969696;
  border-bottom: 2px solid #969696;
  border-left: 2px solid #969696;
  padding: 80px 60px 40px 60px;
}
.the-twig .container:nth-child(3) div:before {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  width: calc(100% + 4px);
  height: 40px;
  background: #405F2D;
}
.the-twig .container:nth-child(3) div a.btn {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.the-twig .container:nth-child(3) div .article-wrapper {
  display: flex;
  border: none;
  width: 100%;
  padding: 0;
}
.the-twig .container:nth-child(3) div .article-wrapper:before {
  display: none;
}
.the-twig .container:nth-child(3) div .article-wrapper div {
  border: none;
  width: 50%;
}
.the-twig .container:nth-child(3) div .article-wrapper div img {
  width: 100%;
}
.the-twig .container:nth-child(3) div .article-wrapper div:first-of-type {
  border: none;
  padding: 0;
}
.the-twig .container:nth-child(3) div .article-wrapper div:first-of-type:before {
  display: none;
}
.the-twig .container:nth-child(3) div .article-wrapper div:last-of-type {
  border: none;
  padding: 0 0 0 40px;
}
.the-twig .container:nth-child(3) div .article-wrapper div:last-of-type:before {
  display: none;
}
.the-twig .container:nth-child(3) div .article-wrapper div:last-of-type ul {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.the-twig .container:nth-child(3) div .article-wrapper div:last-of-type ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 0 20px;
}
.the-twig .container:nth-child(3) div .article-wrapper div:last-of-type ul li:first-of-type {
  margin: 0;
  list-style-type: none;
  font-weight: 500;
  list-style-position: inside;
}
.the-twig .container:nth-child(3) div .article-wrapper div:last-of-type p {
  text-align: left;
}
.the-twig .container:nth-child(3) div .thumbs-wrapper {
  display: flex;
  margin: 40px 0;
  padding: 40px 0;
  border-left: none;
  border-right: none;
  border-top: 2px solid #969696;
  border-bottom: 2px solid #969696;
}
.the-twig .container:nth-child(3) div .thumbs-wrapper:before {
  display: none;
}
.the-twig .container:nth-child(3) div .thumbs-wrapper img {
  flex: 0 1 25%;
  width: 25%;
  height: 100%;
  padding: 0 10px;
}
.the-twig .container:nth-child(3) div .thumbs-wrapper img:first-of-type {
  padding: 0 10px 0 0;
}
.the-twig .container:nth-child(3) div .thumbs-wrapper img:last-of-type {
  padding: 0 0 0 10px;
}
.the-twig .container:nth-child(3) div .btns-wrapper {
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.the-twig .container:nth-child(3) div .btns-wrapper:before {
  display: none;
}
.the-twig .container:nth-child(3) div .btns-wrapper a {
  background: #5FC9A3;
}
.the-twig .container:nth-child(3) div .btns-wrapper a:hover {
  background: transparent;
  border-color: #5FC9A3;
  color: #5FC9A3;
}
.the-twig .container:nth-child(3) div .btns-wrapper a:nth-child(2) {
  margin: 0 0 0 40px;
}
.the-twig .container:nth-child(4) {
  width: 65%;
  margin: 0 auto;
}
.the-twig .container:nth-child(4) .text {
  display: flex;
}
.the-twig .container:nth-child(4) .text div {
  width: 40%;
}
.the-twig .container:nth-child(4) .text div:first-of-type {
  width: 60%;
  padding: 20px 20px 0 0;
}
.the-twig .container:nth-child(4) .text div ul {
  columns: 2;
}
.the-twig .container:nth-child(4) .text div ul li {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  text-align: left;
  width: 50%;
  margin: 0 0 20px 0;
  font-size: 18px;
  /* &:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 1px;
    background: $color-bright-sun;
  } */
}
.the-twig .container:nth-child(4) .text div ul li a {
  background: transparent;
  color: #221F20;
  text-decoration: none;
}
.the-twig .container:nth-child(4) .text div img {
  width: 100%;
}

footer {
  position: relative;
  background: #F3F0E6;
  padding: 40px 0 20px 0;
  margin: 80px 0 0 0;
}
footer img {
  display: block;
  margin: 0 auto 20px auto;
}
footer .menu-footer-social-menu-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .menu-footer-social-menu-container ul li:nth-child(2) {
  margin: 0 20px;
}
footer .menu-footer-social-menu-container ul li a {
  display: block;
  font-size: 0;
  width: 20px;
  height: 20px;
}
footer .menu-footer-social-menu-container ul li.facebook, footer .menu-footer-social-menu-container ul li.instagram, footer .menu-footer-social-menu-container ul li.twitter {
  width: 20px;
  height: 20px;
}
footer .menu-footer-social-menu-container ul li.facebook {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fab' data-icon='facebook-f' class='facebook' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 264 512'%3E%3Cpath fill='currentColor' d='M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
footer .menu-footer-social-menu-container ul li.facebook:hover {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fab' data-icon='facebook-f' class='facebook' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 264 512'%3E%3Cpath fill='#405F2D' d='M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229'%3E%3C/path%3E%3C/svg%3E");
}
footer .menu-footer-social-menu-container ul li.instagram {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fab' data-icon='instagram' class='instagram' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
footer .menu-footer-social-menu-container ul li.instagram:hover {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fab' data-icon='instagram' class='instagram' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='#405F2D' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'%3E%3C/path%3E%3C/svg%3E");
}
footer .menu-footer-social-menu-container ul li.twitter {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
footer .menu-footer-social-menu-container ul li.twitter:hover {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='#405F2D' d='m459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");
}
footer .menu-footer-menu-container {
  margin: 20px 0;
}
footer .menu-footer-menu-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .menu-footer-menu-container ul li {
  padding: 0 20px;
}
footer .menu-footer-menu-container ul li:first-of-type {
  padding: 0 20px 0 0;
}
footer .menu-footer-menu-container ul li:last-of-type {
  padding: 0 0 0 20px;
}
footer .menu-footer-menu-container ul li a {
  position: relative;
  color: #221F20;
  text-decoration: none;
  font-family: "Khand", sans-serif;
  font-size: 18px;
  line-height: 18px;
}
footer .menu-footer-menu-container ul li a:hover:after {
  position: absolute;
  content: "";
  width: 75%;
  height: 2px;
  bottom: 0;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  background: #F8D048;
}
footer p {
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  font-weight: 300;
  color: #221F20;
}

@media (min-width: 320px) and (max-width: 480px) {
  .container {
    width: 100%;
  }

  header {
    position: relative;
    padding: 0 20px;
  }
  header .menu-header-container {
    display: none;
  }

  footer {
    padding: 20px 0;
    margin: 0 auto;
  }
  footer .menu-footer-social-menu-container {
    margin: 0 0 20px 0;
  }
  footer .menu-footer-menu-container {
    display: none;
  }

  main {
    top: 0;
  }

  .single-page {
    padding: 20px 20px 0 20px;
  }
  .single-page img.alignright {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    float: none;
    height: auto;
    max-width: 280px;
    padding-bottom: 15px;
  }
  .single-page img.alignleft {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    float: none;
    height: auto;
    max-width: 280px;
    padding-bottom: 15px;
  }
  .single-page img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    height: auto;
    max-width: 280px;
  }

  .standard-page {
    padding: 20px 20px 0 20px;
  }
  .standard-page img.alignright {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    float: none;
    height: auto;
    max-width: 280px;
    padding-bottom: 15px;
  }
  .standard-page img.alignleft {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    float: none;
    height: auto;
    max-width: 280px;
    padding-bottom: 15px;
  }
  .standard-page img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    height: auto;
    max-width: 280px;
  }

  .breadcrumbs {
    padding: 0;
    margin: 0 0 20px 0;
  }

  .learn-indiana-divider,
.subscribe-divider {
    display: none;
  }

  .mini-events-cal p,
.mini-events-cal li,
.mini-events-cal a {
    font-size: 18px;
    line-height: 30px;
  }

  .homepage h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .homepage .top-left-leaf {
    display: none;
  }
  .homepage .right-leaf {
    width: 300px;
    height: 460px;
    top: 30px;
    right: -226px;
    z-index: 1;
    transform: rotate(21deg);
  }
  .homepage .middle-left-leaf {
    width: 250px;
    height: 184px;
    top: 200px;
    left: -180px;
    z-index: 1;
  }
  .homepage .one {
    padding: 40px;
  }
  .homepage .one h1 {
    margin: 0 0 10px 0;
  }
  .homepage .one .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .homepage .one .text-wrapper h3 {
    text-transform: none;
    font-size: 23px;
    text-align: center;
    line-height: 26px;
  }
  .homepage .two {
    padding: 40px;
  }
  .homepage .two:before, .homepage .two:after {
    display: none;
  }
  .homepage .two div {
    width: 100% !important;
  }
  .homepage .two div:first-of-type {
    width: 100%;
    align-items: flex-start !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .homepage .two div:first-of-type h2 {
    font-size: 40px;
    position: relative !important;
  }
  .homepage .two div:first-of-type img {
    display: none;
  }
  .homepage .two div .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .homepage .two div .text-wrapper p {
    font-size: 18px;
    text-align: center;
  }
  .homepage .three {
    display: none;
  }
  .homepage .four {
    flex-direction: column-reverse;
  }
  .homepage .four:before {
    display: none;
  }
  .homepage .four:after {
    width: 100px;
    height: 150px;
    top: 160px;
    left: 80px;
  }
  .homepage .four div {
    min-height: 250px;
  }
  .homepage .four div:before {
    display: none;
  }
  .homepage .four div:first-of-type, .homepage .four div:last-of-type {
    width: 100%;
  }
  .homepage .four div:first-of-type h2 {
    font-size: 40px;
    margin: 0;
  }
  .homepage .four div:first-of-type h2:before {
    display: none;
  }
  .homepage .four div:last-of-type {
    height: 100%;
    min-height: 250px;
    padding: 0;
  }
  .homepage .five {
    padding: 40px;
  }
  .homepage .five:before {
    top: 195px;
    transform: scaleY(-1);
  }
  .homepage .five .container {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .homepage .five .container div:first-of-type:before {
    display: none;
  }
  .homepage .five .container div:first-of-type img {
    height: 300px;
    width: auto;
    right: -40px;
  }
  .homepage .five .container div:last-of-type {
    min-height: 400px;
  }
  .homepage .five .container div:last-of-type h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .homepage .five .container div:last-of-type a {
    position: absolute;
    bottom: 40px;
  }
  .homepage .five .container div:last-of-type p {
    text-align: left;
    font-size: 18px;
    margin: 0;
    width: 100%;
  }
  .homepage .six {
    display: none;
  }

  .explore .hero-wrapper .hero {
    flex-direction: column-reverse;
  }
  .explore .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .explore .hero-wrapper .hero div:first-of-type, .explore .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .explore .hero-wrapper .hero div:last-of-type {
    background: none !important;
    min-height: auto;
  }
  .explore .hero-wrapper .hero div:first-of-type {
    min-height: 100px;
    padding: 20px !important;
  }
  .explore .hero-wrapper .hero div:first-of-type a {
    margin: 0;
    padding: 5px 10px 0 10px;
  }
  .explore .hero-wrapper .hero div:first-of-type a:last-of-type {
    margin: 10px 0 0 0;
  }
  .explore .hero-wrapper .hero div p {
    display: none;
  }
  .explore .hero-wrapper .hero-footer .container {
    padding: 0 20px;
  }
  .explore .hero-wrapper .hero-footer .text {
    margin: 60px 0 0 0;
  }
  .explore .hero-wrapper .hero-footer .text ul {
    column-count: 1;
  }
  .explore .hero-wrapper .hero-footer .text ul li {
    font-size: 18px;
  }
  .explore .divider {
    display: none;
  }
  .explore .one .directory-wrapper {
    columns: 1;
  }
  .explore .two {
    padding: 0;
  }
  .explore .two img {
    width: 300px;
    margin: 0 auto 100px auto;
    display: block;
  }
  .explore .two .text {
    columns: 1;
  }
  .explore .two .text p {
    font-size: 18px;
    line-height: 30px;
  }
  .explore .two .text blockquote {
    width: 100%;
    float: none;
  }
  .explore .three {
    display: none;
  }
  .explore .four {
    flex-wrap: wrap;
  }
  .explore .four div {
    width: 100%;
    padding: 60px 20px;
  }
  .explore .four div:last-of-type .image {
    display: none !important;
  }
  .explore .four div p {
    font-size: 18px;
    line-height: 30px;
  }

  .learn .hero-wrapper .hero {
    flex-direction: column;
  }
  .learn .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .learn .hero-wrapper .hero div:first-of-type, .learn .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .learn .hero-wrapper .hero div:last-of-type {
    position: absolute;
    bottom: 0;
    z-index: 1;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .learn .hero-wrapper .hero div:first-of-type {
    height: 300px;
    min-height: 300px;
  }
  .learn .hero-wrapper .hero div p {
    display: none;
  }
  .learn .hero-wrapper .hero-footer {
    margin: 0;
    padding: 0;
  }
  .learn .one .container .text {
    flex-wrap: wrap;
  }
  .learn .one .container .text div {
    width: 100% !important;
    padding: 20px 0 !important;
  }
  .learn .one .container .text div p {
    font-size: 18px;
    line-height: 30px;
  }
  .learn .one .container .text div:last-of-type {
    padding: 20px !important;
  }
  .learn .two {
    padding: 0;
  }
  .learn .two .container:first-of-type h1 {
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
  }
  .learn .two .container:first-of-type .text {
    padding: 0;
    margin: 0;
  }
  .learn .two .container:first-of-type .text p {
    font-size: 18px;
    line-height: 30px;
  }
  .learn .two .container:first-of-type .text div:first-of-type {
    width: 100%;
    padding: 20px;
  }
  .learn .two .container:first-of-type .text div:last-of-type {
    display: none;
  }
  .learn .two .container:nth-child(2) {
    padding: 20px;
  }
  .learn .two .container:nth-child(2) .btn {
    font-size: 16px;
    width: 100%;
  }
  .learn .two .container:nth-child(2) .text {
    flex-wrap: wrap;
  }
  .learn .two .container:nth-child(2) .text div {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .learn .three p {
    font-size: 18px;
    line-height: 30px;
  }
  .learn .three .container {
    flex-wrap: wrap;
  }
  .learn .three .container:before {
    display: none;
  }
  .learn .three .container div {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  .learn .three .container:first-of-type {
    padding: 60px 0 0 0;
  }
  .learn .three .container:nth-child(2) {
    margin: 60px auto;
  }
  .learn .three .container:nth-child(2) div:first-of-type {
    padding: 0;
  }
  .learn .three .container:nth-child(2) div:last-of-type {
    padding: 20px;
  }
  .learn .three .container:nth-child(2) div:last-of-type p:last-of-type {
    margin: 0;
  }
  .learn .three .container:nth-child(3) {
    padding: 0 0 60px 0;
  }
  .learn .three .container:nth-child(3) .item img {
    display: none;
  }
  .learn .three .container:nth-child(3) .item .text {
    margin: 0;
    padding: 0;
  }

  .give .hero-wrapper .hero {
    flex-direction: column;
  }
  .give .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .give .hero-wrapper .hero div:first-of-type, .give .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .give .hero-wrapper .hero div:last-of-type {
    position: absolute;
    bottom: 0;
    z-index: 1;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .give .hero-wrapper .hero div:first-of-type {
    height: 300px;
    min-height: 300px;
  }
  .give .hero-wrapper .hero div p,
.give .hero-wrapper .hero div .btn {
    display: none;
  }
  .give .hero-wrapper .hero-footer {
    margin: 0;
    padding: 0;
  }
  .give p {
    font-size: 18px;
    line-height: 30px;
  }
  .give .one {
    padding: 60px 0;
  }
  .give .one .container {
    flex-wrap: wrap;
  }
  .give .one .container div {
    width: 100%;
  }
  .give .one .container div:last-of-type {
    width: 100%;
    margin: 0;
  }
  .give .two {
    padding: 0;
  }
  .give .two .container {
    flex-wrap: wrap;
    padding: 20px;
  }
  .give .two .container div {
    width: 100%;
  }
  .give .two .container div:first-of-type {
    width: 100%;
    display: block;
    height: 150px;
    background-size: contain;
  }
  .give .two .container div a:last-of-type {
    margin: 20px 0 0 0;
  }
  .give .three {
    padding: 60px 0 0 0;
  }
  .give .three p {
    font-size: 18px !important;
    line-height: 30px;
  }
  .give .three .container {
    flex-wrap: wrap;
  }
  .give .three .container div {
    width: 100% !important;
  }
  .give .three .container:last-of-type {
    margin: 0;
  }
  .give .three .container:nth-child(2) div {
    margin: 0 0 20px 0 !important;
    padding: 0;
  }
  .give .three .container:nth-child(2) div div {
    padding: 40px 20px 20px 20px;
  }
  .give .four {
    padding: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .give .four .wrapper {
    width: 100%;
    padding: 20px;
  }
  .give .four blockquote p {
    font-size: 40px;
    line-height: 45px;
  }
  .give .five {
    padding: 25px 0;
  }
  .give .five .container {
    display: block;
  }
  .give .five .container div {
    width: 100%;
  }
  .give .five .container div:first-of-type p {
    padding: 15px;
    margin: 0 0 15px 30px;
  }
  .give .five .container div:last-of-type {
    height: 200px;
    padding: 0 25px;
    margin: 0 15px;
  }
  .give .five .container div:last-of-type .kroger-img {
    height: 100px;
    margin: 10px;
  }
  .give .five .container div:last-of-type .amazon-img {
    height: 100px;
    margin: 10px;
  }

  .bulletin-board h1 {
    font-size: 40px !important;
    line-height: 45px;
    margin: 20px auto !important;
  }
  .bulletin-board p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .bulletin-board .container {
    flex-wrap: wrap;
    width: 100%;
  }
  .bulletin-board .container div {
    margin: 0 0 20px 0 !important;
    width: 100% !important;
  }
  .bulletin-board .container div h1 {
    font-size: 25px !important;
    line-height: 30px;
    margin: 0 !important;
  }
  .bulletin-board .container div p {
    margin: 0 0 10px 0 !important;
  }
  .bulletin-board .container:nth-child(3) .left div:nth-child(2) div, .bulletin-board .container:nth-child(3) .left div:nth-child(3) div {
    margin: 0 auto;
    padding: 20px 20px 0 20px !important;
  }
  .bulletin-board .container:nth-child(3) .left div:nth-child(2) img, .bulletin-board .container:nth-child(3) .left div:nth-child(3) img {
    margin: 0 auto 20px auto;
  }
  .bulletin-board .container:nth-child(3) .left div:nth-child(2) .text, .bulletin-board .container:nth-child(3) .left div:nth-child(3) .text {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .bulletin-board .container:nth-child(3) .right .items-wrapper {
    padding: 20px !important;
  }
  .bulletin-board .container:nth-child(3) .right .items-wrapper .item img {
    display: none;
  }
  .bulletin-board .container:nth-child(3) .right .items-wrapper .item .text {
    width: 100% !important;
    padding: 0 !important;
  }
  .bulletin-board .container:nth-child(3) .right div:nth-child(2) div img {
    display: none;
  }
  .bulletin-board .container:nth-child(3) .right div:nth-child(2) div .text {
    margin: 0 !important;
    padding: 20px 20px 0 20px;
    width: 100% !important;
  }
  .bulletin-board .container:nth-child(3) .right div:nth-child(2) div .text p:last-of-type {
    margin: 0 0 20px 0;
  }
  .bulletin-board .container:nth-child(4) {
    height: 100%;
  }
  .bulletin-board .container:nth-child(4) .wrapper {
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 20px 20px 0 20px !important;
    height: 100%;
  }
  .bulletin-board .container:nth-child(4) .wrapper div:first-of-type:after {
    width: 100% !important;
    height: 2px !important;
    right: -50% !important;
    bottom: -10px !important;
    top: auto !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper div:last-of-type {
    height: 100%;
    width: 100% !important;
    padding: 0 !important;
    margin: 40px 0 0 0 !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper div:last-of-type img {
    width: 100% !important;
    height: 100% !important;
    max-height: 350px !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text {
    margin: 0 !important;
    padding: 0 !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text ul li a {
    padding: 10px 20px 10px 40px !important;
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text ul li a span {
    top: -5px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text ul li a span:first-of-type {
    top: 5px !important;
  }

  .about-us .hero-wrapper .hero {
    flex-direction: column-reverse;
  }
  .about-us .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .about-us .hero-wrapper .hero div:first-of-type, .about-us .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .about-us .hero-wrapper .hero div:last-of-type {
    height: 300px;
    min-height: 300px;
  }
  .about-us .hero-wrapper .hero div:first-of-type {
    position: absolute;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .about-us .hero-wrapper .hero div p {
    display: none;
  }
  .about-us p, .about-us li {
    font-size: 18px;
    line-height: 30px;
  }
  .about-us .one {
    padding: 60px 0;
  }
  .about-us .one .container .text {
    flex-wrap: wrap;
  }
  .about-us .one .container .text div {
    width: 100%;
  }
  .about-us .two {
    padding: 60px 0;
  }
  .about-us .two .container {
    padding: 20px;
  }
  .about-us .two .container:last-of-type .text ul {
    columns: 1;
  }
  .about-us .two .container:last-of-type .text ul li {
    font-size: 18px;
    line-height: 30px;
  }
  .about-us .two .container .persons-wrapper .person {
    flex: none;
    width: 100%;
  }

  .explore-individual .container:nth-child(2) {
    flex-wrap: wrap;
  }
  .explore-individual .container:nth-child(2) div {
    width: 100% !important;
    padding: 20px !important;
  }
  .explore-individual .container:nth-child(2) div:first-of-type {
    border-top: none;
  }
  .explore-individual .container:nth-child(2) div h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .explore-individual .container:nth-child(2) div p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .explore-individual .container:nth-child(2) div ul li {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .explore-individual .container:nth-child(2) div .text {
    padding: 20px !important;
  }

  .news {
    padding: 20px !important;
  }
  .news h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto !important;
  }
  .news p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .news .container {
    width: 100% !important;
  }
  .news .container:nth-child(2) h1 {
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 0 !important;
  }
  .news .container:nth-child(2) .results-wrapper .item {
    margin: 0 !important;
    padding: 20px !important;
  }
  .news .container:nth-child(2) .results-wrapper .item h1 {
    margin: 0 0 20px 0 !important;
  }
  .news .container:nth-child(2) .results-wrapper .item div:first-of-type {
    display: none;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(2) {
    width: 100% !important;
    padding: 0 !important;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(3) {
    flex-wrap: wrap;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(3) a {
    font-size: 16px;
    line-height: 20px;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(3) ul {
    margin: 0 0 20px 10px;
    width: 100%;
  }

  .events-calendar {
    padding: 20px !important;
  }
  .events-calendar h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto !important;
  }
  .events-calendar p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .events-calendar .container {
    width: 100% !important;
  }
  .events-calendar .container:nth-child(2) h1 {
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 0 !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item {
    margin: 0 !important;
    padding: 20px !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item h1 {
    margin: 0 0 20px 0 !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item a {
    font-size: 16px;
    line-height: 20px;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item ul {
    margin: 0 0 20px 10px;
    width: 100%;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item ul li {
    margin: 0 0 10px 0 !important;
    font-size: 16px !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:first-of-type {
    display: none;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:nth-child(2) {
    width: 100% !important;
    padding: 0 !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:nth-child(3) {
    flex-wrap: nowrap;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:nth-child(3) a {
    padding: 5px 20px;
  }

  .volunteer .hero-wrapper .hero {
    flex-direction: column;
  }
  .volunteer .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .volunteer .hero-wrapper .hero div:first-of-type, .volunteer .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .volunteer .hero-wrapper .hero div:last-of-type {
    position: absolute;
    bottom: 0;
    z-index: 1;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .volunteer .hero-wrapper .hero div:first-of-type {
    height: 300px;
    min-height: 300px;
  }
  .volunteer .hero-wrapper .hero div p,
.volunteer .hero-wrapper .hero div .btn {
    display: none;
  }
  .volunteer .hero-wrapper .hero-footer {
    margin: 0;
    padding: 0;
  }
  .volunteer p,
.volunteer ul, .volunteer li,
.volunteer a {
    font-size: 18px;
    line-height: 30px;
  }
  .volunteer .one {
    padding: 60px 0 0 0;
  }
  .volunteer .one .container {
    flex-wrap: wrap;
  }
  .volunteer .one .container div {
    width: 100%;
  }
  .volunteer .one .container div:last-of-type div:first-of-type {
    width: 100% !important;
    margin: 0 0 40px 0 !important;
  }
  .volunteer .one .container div:last-of-type div:first-of-type .text p {
    font-size: 18px !important;
    line-height: 30px;
  }

  .faqs {
    padding: 20px;
  }
  .faqs h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .faqs p,
.faqs ul, .faqs li,
.faqs a {
    font-size: 18px;
    line-height: 30px;
  }
  .faqs .container:nth-child(2) {
    width: 100% !important;
  }
  .faqs .container:nth-child(2) div {
    padding: 20px !important;
  }
  .faqs .container:nth-child(2) .faqs-wrapper {
    padding: 20px 0 0 0 !important;
  }
  .faqs .container:nth-child(2) .faqs-wrapper .faq {
    padding: 0 !important;
  }

  .impact-reports {
    padding: 20px;
  }
  .impact-reports h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .impact-reports p,
.impact-reports ul, .impact-reports li,
.impact-reports a {
    font-size: 18px;
    line-height: 30px;
  }
  .impact-reports .container {
    width: 100% !important;
  }
  .impact-reports .container h1 {
    font-size: 25px !important;
    line-height: 30px;
    margin: 0 !important;
  }
  .impact-reports .container p {
    margin: 0 0 10px 0 !important;
  }
  .impact-reports .container:nth-child(3) {
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .impact-reports .container:nth-child(4) {
    padding: 60px 0 0 0 !important;
  }
  .impact-reports .container:nth-child(4) div:nth-child(2) {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100% !important;
    padding: 80px 0 0 0 !important;
  }
  .impact-reports .container:nth-child(4) div:nth-child(2) div {
    background: red;
    width: 100%;
  }
  .impact-reports .container:nth-child(4) div:nth-child(2) div ul {
    max-height: 500px;
  }
  .impact-reports .container .text {
    padding: 20px !important;
  }
  .impact-reports .container .text img {
    width: 100%;
  }
  .impact-reports .container .btns-wrapper {
    flex-wrap: wrap;
    padding: 0 0 20px 0 !important;
  }
  .impact-reports .container .btns-wrapper a {
    margin: 0 0 20px 0 !important;
  }
  .impact-reports .container .btns-wrapper a:last-of-type {
    margin: 0 !important;
  }
  .impact-reports .container .thumbs-wrapper {
    flex-wrap: wrap;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .impact-reports .container .thumbs-wrapper img {
    width: 100% !important;
    margin: 0 0 10px 0;
    padding: 20px !important;
  }

  .the-twig {
    padding: 20px;
  }
  .the-twig h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .the-twig p {
    font-size: 18px;
    line-height: 30px;
  }
  .the-twig .container {
    width: 100% !important;
  }
  .the-twig .container h1 {
    font-size: 25px !important;
    line-height: 30px;
    margin: 0 !important;
  }
  .the-twig .container p {
    margin: 0 0 10px 0 !important;
  }
  .the-twig .container:nth-child(3) {
    padding: 0 !important;
    margin: 0 auto 20px auto !important;
  }
  .the-twig .container:nth-child(3) div {
    padding: 60px 20px 20px 20px;
    margin: 0 auto !important;
  }
  .the-twig .container:nth-child(4) .text {
    flex-wrap: wrap;
  }
  .the-twig .container:nth-child(4) .text div {
    width: 100%;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type {
    width: 100%;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type p {
    margin: 0 0 40px 0 !important;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type ul {
    display: block !important;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type ul li {
    display: block !important;
  }
  .the-twig .container:nth-child(4) .text div:nth-child(2) {
    display: none;
  }
  .the-twig .container .article-wrapper {
    padding: 0 !important;
    flex-wrap: wrap;
  }
  .the-twig .container .article-wrapper div {
    padding: 0 !important;
    width: 100% !important;
  }
  .the-twig .container .article-wrapper div:first-of-type {
    margin: 0 0 20px 0 !important;
  }
  .the-twig .container .btns-wrapper {
    flex-wrap: wrap;
    padding: 0 0 20px 0 !important;
  }
  .the-twig .container .btns-wrapper a {
    margin: 0 0 20px 0 !important;
  }
  .the-twig .container .btns-wrapper a:last-of-type {
    margin: 0 !important;
  }
  .the-twig .container .thumbs-wrapper {
    flex-wrap: wrap;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .the-twig .container .thumbs-wrapper img {
    width: 100% !important;
    margin: 0 0 20px 0;
    padding: 0 !important;
  }

  .our-history .container:nth-child(2) {
    padding: 20px !important;
    margin: 0 auto;
  }
  .our-history .container:nth-child(2) h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .our-history .container:nth-child(2) p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .our-history .container:nth-child(2) .img-wrapper {
    width: 100%;
  }
  .our-history .container:nth-child(2) .img-wrapper p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .our-history .container:nth-child(3) {
    padding: 20px 0 !important;
    margin: 0 auto;
  }
  .our-history .container:nth-child(3) h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .our-history .container:nth-child(3) p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .our-history .container:nth-child(3) img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }
  .our-history .container:nth-child(3) .img-wrapper {
    float: none;
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .our-history .container:nth-child(3) .text {
    width: 100%;
  }
  .our-history .container:nth-child(3) .text blockquote {
    width: 100%;
    float: none;
    margin: 0;
  }

  .news-single h1 {
    display: block;
    width: 100% !important;
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 auto 20px auto !important;
  }
  .news-single h4 {
    display: block;
    width: 100% !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 auto 20px auto !important;
  }
  .news-single p {
    font-size: 18px;
    line-height: 30px;
  }
  .news-single .container {
    width: 100% !important;
  }
  .news-single .container:nth-child(2) img {
    width: 100% !important;
    margin: 0 0 20px 0;
    height: auto;
  }

  .donate h1 {
    display: block;
    width: 100% !important;
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 auto 20px auto !important;
  }
  .donate h3 {
    margin: 20px 0 !important;
  }
  .donate h4 {
    display: block;
    width: 100% !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 auto 20px auto !important;
  }
  .donate p {
    font-size: 18px;
    line-height: 30px;
  }
  .donate .container {
    flex-wrap: wrap;
  }
  .donate .container:nth-child(2) {
    padding: 0 0 20px 0 !important;
  }
  .donate .container:nth-child(2) div {
    padding: 0 !important;
    width: 100% !important;
  }

  .contact h1 {
    display: block;
    width: 100% !important;
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 auto 20px auto !important;
  }
  .contact h3 {
    margin: 20px 0 !important;
  }
  .contact h4 {
    display: block;
    width: 100% !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 auto 20px auto !important;
  }
  .contact p {
    width: 100% !important;
    font-size: 18px;
    line-height: 30px;
  }
  .contact .container {
    flex-wrap: wrap;
  }
  .contact .container:nth-child(2) {
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
  }
  .contact .container:nth-child(2) div {
    padding: 0 !important;
    width: 100% !important;
  }
  .contact .container:nth-child(3) {
    padding: 0 0 40px 0;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .carousel-wrap .owl-carousel .item img {
    min-width: 130px;
    min-height: 130px;
    max-width: 130px;
    max-height: 130px;
  }
}
@media (min-width: 320px) and (max-width: 599px) {
  .carousel-wrap {
    margin: 60px auto;
    width: calc(100% - 100px);
    position: relative;
  }
  .carousel-wrap .owl-carousel {
    margin: 0 auto;
    position: relative !important;
    width: calc(100% - 40px) !important;
  }
  .carousel-wrap .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
  }
  .carousel-wrap .owl-carousel .item img {
    margin: 0 0 20px 0;
    min-width: 250px;
    min-height: 250px;
    max-width: 250px;
    max-height: 250px;
    object-fit: cover;
    overflow: hidden;
  }
  .carousel-wrap .owl-carousel .item p {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
  }
  .carousel-wrap .owl-carousel .owl-nav {
    position: absolute;
    top: 30%;
    left: -20px;
    display: block !important;
    margin: 0 auto;
    padding: 20px 0;
    width: calc(100% + 40px);
  }
  .carousel-wrap .owl-carousel .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  .carousel-wrap .owl-carousel .owl-nav .owl-prev,
.carousel-wrap .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
  }
  .carousel-wrap .owl-carousel .owl-nav .owl-prev span,
.carousel-wrap .owl-carousel .owl-nav .owl-next span {
    font-size: 52px;
    display: block;
    width: 32px;
    height: 59px;
  }
  .carousel-wrap .owl-carousel .owl-nav .owl-prev span.arrow-left,
.carousel-wrap .owl-carousel .owl-nav .owl-next span.arrow-left {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='59px' viewBox='0 0 32 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Path' fill='%23221F20' fill-rule='nonzero' transform='translate(15.735193, 29.111998) rotate(-180.000000) translate(-15.735193, -29.111998) ' points='0.119973652 3.49282925 2.94301463 0.659026217 31.3578505 28.9659498 2.95045345 57.5649694 0.112534829 54.7460657 25.7051378 28.9808275'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
  .carousel-wrap .owl-carousel .owl-nav .owl-prev span.arrow-left:hover,
.carousel-wrap .owl-carousel .owl-nav .owl-next span.arrow-left:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='59px' viewBox='0 0 32 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Path' fill='%23405F2D' fill-rule='nonzero' transform='translate(15.735193, 29.111998) rotate(-180.000000) translate(-15.735193, -29.111998) ' points='0.119973652 3.49282925 2.94301463 0.659026217 31.3578505 28.9659498 2.95045345 57.5649694 0.112534829 54.7460657 25.7051378 28.9808275'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
  .carousel-wrap .owl-carousel .owl-nav .owl-prev span.arrow-right,
.carousel-wrap .owl-carousel .owl-nav .owl-next span.arrow-right {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='59px' viewBox='0 0 32 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Path' fill='%23221F20' fill-rule='nonzero' points='0.619973652 3.49282925 3.44301463 0.659026217 31.8578505 28.9659498 3.45045345 57.5649694 0.612534829 54.7460657 26.2051378 28.9808275'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
  .carousel-wrap .owl-carousel .owl-nav .owl-prev span.arrow-right:hover,
.carousel-wrap .owl-carousel .owl-nav .owl-next span.arrow-right:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='59px' viewBox='0 0 32 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Path' fill='%23405F2D' fill-rule='nonzero' points='0.619973652 3.49282925 3.44301463 0.659026217 31.8578505 28.9659498 3.45045345 57.5649694 0.612534829 54.7460657 26.2051378 28.9808275'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
  .carousel-wrap .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
  .carousel-wrap .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .container {
    width: 100%;
  }

  header {
    position: relative;
    padding: 0 20px;
  }
  header .menu-header-container {
    display: none;
  }

  footer {
    padding: 20px 0;
    margin: 0 auto;
  }
  footer .menu-footer-social-menu-container {
    margin: 0 0 20px 0;
  }
  footer .menu-footer-menu-container {
    display: none;
  }

  main {
    top: 0;
  }

  .single-page {
    padding: 20px 20px 0 20px;
  }
  .single-page img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    height: auto;
    max-width: 350px;
  }
  .single-page img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    height: auto;
    max-width: 350px;
  }
  .single-page img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    height: auto;
    max-width: 680px;
  }

  .standard-page {
    padding: 20px 20px 0 20px;
  }
  .standard-page img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    height: auto;
    max-width: 350px;
  }
  .standard-page img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    height: auto;
    max-width: 350px;
  }
  .standard-page img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    height: auto;
    max-width: 680px;
  }

  .breadcrumbs {
    padding: 0;
    margin: 0 0 20px 0;
  }

  .learn-indiana-divider,
.subscribe-divider {
    display: none;
  }

  .mini-events-cal p,
.mini-events-cal li,
.mini-events-cal a {
    font-size: 18px;
    line-height: 30px;
  }

  .homepage h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .homepage .top-left-leaf {
    display: none;
  }
  .homepage .right-leaf {
    width: 300px;
    height: 460px;
    top: 30px;
    right: -226px;
    z-index: 1;
    transform: rotate(21deg);
  }
  .homepage .middle-left-leaf {
    width: 250px;
    height: 184px;
    top: 200px;
    left: -180px;
    z-index: 1;
  }
  .homepage .one {
    padding: 40px;
  }
  .homepage .one h1 {
    margin: 0 0 10px 0;
  }
  .homepage .one .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .homepage .one .text-wrapper h3 {
    text-transform: none;
    font-size: 23px;
    text-align: center;
    line-height: 26px;
  }
  .homepage .two {
    padding: 40px;
  }
  .homepage .two:before, .homepage .two:after {
    display: none;
  }
  .homepage .two div {
    width: 100% !important;
  }
  .homepage .two div:first-of-type {
    width: 100%;
    align-items: flex-start !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .homepage .two div:first-of-type h2 {
    font-size: 40px;
    position: relative !important;
  }
  .homepage .two div:first-of-type img {
    display: none;
  }
  .homepage .two div .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .homepage .two div .text-wrapper p {
    font-size: 18px;
    text-align: center;
  }
  .homepage .three {
    display: none;
  }
  .homepage .four {
    flex-direction: column-reverse;
  }
  .homepage .four:before {
    display: none;
  }
  .homepage .four:after {
    width: 100px;
    height: 150px;
    top: 160px;
    left: 80px;
  }
  .homepage .four div {
    min-height: 250px;
  }
  .homepage .four div:before {
    display: none;
  }
  .homepage .four div:first-of-type, .homepage .four div:last-of-type {
    width: 100%;
  }
  .homepage .four div:first-of-type h2 {
    font-size: 40px;
    margin: 0;
  }
  .homepage .four div:first-of-type h2:before {
    display: none;
  }
  .homepage .four div:last-of-type {
    height: 100%;
    min-height: 250px;
    padding: 0;
  }
  .homepage .five {
    padding: 40px;
  }
  .homepage .five:before {
    top: 195px;
    transform: scaleY(-1);
  }
  .homepage .five .container {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .homepage .five .container div:first-of-type:before {
    display: none;
  }
  .homepage .five .container div:first-of-type img {
    height: 300px;
    width: auto;
    right: -40px;
  }
  .homepage .five .container div:last-of-type {
    min-height: 400px;
  }
  .homepage .five .container div:last-of-type h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .homepage .five .container div:last-of-type a {
    position: absolute;
    bottom: 40px;
  }
  .homepage .five .container div:last-of-type p {
    text-align: left;
    font-size: 18px;
    margin: 0;
    width: 100%;
  }
  .homepage .six {
    display: none;
  }

  .explore .hero-wrapper .hero {
    flex-direction: column-reverse;
  }
  .explore .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .explore .hero-wrapper .hero div:first-of-type, .explore .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .explore .hero-wrapper .hero div:last-of-type {
    height: 300px;
    min-height: 300px;
  }
  .explore .hero-wrapper .hero div:first-of-type {
    position: absolute;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .explore .hero-wrapper .hero div p {
    display: none;
  }
  .explore .hero-wrapper .hero-footer .container {
    padding: 0 20px;
  }
  .explore .hero-wrapper .hero-footer .text {
    margin: 60px 0 0 0;
  }
  .explore .hero-wrapper .hero-footer .text ul {
    column-count: 1;
  }
  .explore .hero-wrapper .hero-footer .text ul li {
    font-size: 18px;
  }
  .explore .divider {
    display: none;
  }
  .explore .one .directory-wrapper {
    columns: 1;
  }
  .explore .two {
    padding: 0;
  }
  .explore .two img {
    width: 300px;
    margin: 0 auto 100px auto;
    display: block;
  }
  .explore .two .text {
    columns: 1;
  }
  .explore .two .text p {
    font-size: 18px;
    line-height: 30px;
  }
  .explore .two .text blockquote {
    width: 100%;
    float: none;
  }
  .explore .three {
    display: none;
  }
  .explore .four {
    flex-wrap: wrap;
  }
  .explore .four div {
    width: 100%;
    padding: 60px 20px;
  }
  .explore .four div:last-of-type .image {
    display: none !important;
  }
  .explore .four div p {
    font-size: 18px;
    line-height: 30px;
  }

  .learn .hero-wrapper .hero {
    flex-direction: column;
  }
  .learn .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .learn .hero-wrapper .hero div:first-of-type, .learn .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .learn .hero-wrapper .hero div:last-of-type {
    position: absolute;
    bottom: 0;
    z-index: 1;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .learn .hero-wrapper .hero div:first-of-type {
    height: 300px;
    min-height: 300px;
  }
  .learn .hero-wrapper .hero div p {
    display: none;
  }
  .learn .hero-wrapper .hero-footer {
    margin: 0;
    padding: 0;
  }
  .learn .one .container .text {
    flex-wrap: wrap;
  }
  .learn .one .container .text div {
    width: 100% !important;
    padding: 20px 0 !important;
  }
  .learn .one .container .text div p {
    font-size: 18px;
    line-height: 30px;
  }
  .learn .one .container .text div:last-of-type {
    padding: 20px !important;
  }
  .learn .two {
    padding: 0;
  }
  .learn .two .container:first-of-type h1 {
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
  }
  .learn .two .container:first-of-type .text {
    padding: 0;
    margin: 0;
  }
  .learn .two .container:first-of-type .text p {
    font-size: 18px;
    line-height: 30px;
  }
  .learn .two .container:first-of-type .text div:first-of-type {
    width: 100%;
    padding: 20px;
  }
  .learn .two .container:first-of-type .text div:last-of-type {
    display: none;
  }
  .learn .two .container:nth-child(2) {
    padding: 20px;
  }
  .learn .two .container:nth-child(2) .btn {
    font-size: 16px;
    width: 100%;
  }
  .learn .two .container:nth-child(2) .text {
    flex-wrap: wrap;
  }
  .learn .two .container:nth-child(2) .text div {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .learn .three p {
    font-size: 18px;
    line-height: 30px;
  }
  .learn .three .container {
    flex-wrap: wrap;
  }
  .learn .three .container:before {
    display: none;
  }
  .learn .three .container div {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  .learn .three .container:first-of-type {
    padding: 60px 0 0 0;
  }
  .learn .three .container:nth-child(2) {
    margin: 60px auto;
  }
  .learn .three .container:nth-child(2) div:first-of-type {
    padding: 0;
  }
  .learn .three .container:nth-child(2) div:last-of-type {
    padding: 20px;
  }
  .learn .three .container:nth-child(2) div:last-of-type p:last-of-type {
    margin: 0;
  }
  .learn .three .container:nth-child(3) {
    padding: 0 0 60px 0;
  }
  .learn .three .container:nth-child(3) .item img {
    display: none;
  }
  .learn .three .container:nth-child(3) .item .text {
    margin: 0;
    padding: 0;
  }

  .give .hero-wrapper .hero {
    flex-direction: column;
  }
  .give .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .give .hero-wrapper .hero div:first-of-type, .give .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .give .hero-wrapper .hero div:last-of-type {
    position: absolute;
    bottom: 0;
    z-index: 1;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .give .hero-wrapper .hero div:first-of-type {
    height: 300px;
    min-height: 300px;
  }
  .give .hero-wrapper .hero div p,
.give .hero-wrapper .hero div .btn {
    display: none;
  }
  .give .hero-wrapper .hero-footer {
    margin: 0;
    padding: 0;
  }
  .give p {
    font-size: 18px;
    line-height: 30px;
  }
  .give .one {
    padding: 60px 0;
  }
  .give .one .container {
    flex-wrap: wrap;
  }
  .give .one .container div {
    width: 100%;
  }
  .give .one .container div:last-of-type {
    width: 100%;
    margin: 0;
  }
  .give .two {
    padding: 0;
  }
  .give .two .container {
    flex-wrap: wrap;
    padding: 20px;
  }
  .give .two .container div {
    width: 100%;
  }
  .give .two .container div:first-of-type {
    width: 100%;
    display: block;
    height: 150px;
    background-size: contain;
  }
  .give .two .container div a:last-of-type {
    margin: 20px 0 0 0;
  }
  .give .three {
    padding: 60px 0 0 0;
  }
  .give .three p {
    font-size: 18px !important;
    line-height: 30px;
  }
  .give .three .container {
    flex-wrap: wrap;
  }
  .give .three .container div {
    width: 100% !important;
  }
  .give .three .container:last-of-type {
    margin: 0;
  }
  .give .three .container:nth-child(2) div {
    margin: 0 0 20px 0 !important;
    padding: 0;
  }
  .give .three .container:nth-child(2) div div {
    padding: 40px 20px 20px 20px;
  }
  .give .four {
    padding: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .give .four .wrapper {
    width: 100%;
    padding: 20px;
  }
  .give .four blockquote p {
    font-size: 40px;
    line-height: 45px;
  }
  .give .five {
    padding: 25px 0;
  }
  .give .five .container {
    display: block;
  }
  .give .five .container div {
    width: 100%;
  }
  .give .five .container div:first-of-type p {
    padding: 15px;
    margin: 0 0 15px 30px;
  }
  .give .five .container div:last-of-type {
    height: auto;
    padding: 0 25px;
    margin: 0 15px;
  }
  .give .five .container div:last-of-type .kroger-img {
    height: 100px;
    margin: 10px;
  }
  .give .five .container div:last-of-type .amazon-img {
    height: 100px;
    margin: 10px;
  }

  .bulletin-board h1 {
    font-size: 40px !important;
    line-height: 45px;
    margin: 20px auto !important;
  }
  .bulletin-board p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .bulletin-board .container {
    flex-wrap: wrap;
    width: 100%;
  }
  .bulletin-board .container div {
    margin: 0 0 20px 0 !important;
    width: 100% !important;
  }
  .bulletin-board .container div h1 {
    font-size: 25px !important;
    line-height: 30px;
    margin: 0 !important;
  }
  .bulletin-board .container div p {
    margin: 0 0 10px 0 !important;
  }
  .bulletin-board .container:nth-child(3) .left div:nth-child(2) div, .bulletin-board .container:nth-child(3) .left div:nth-child(3) div {
    margin: 0 auto;
    padding: 20px 20px 0 20px !important;
  }
  .bulletin-board .container:nth-child(3) .left div:nth-child(2) img, .bulletin-board .container:nth-child(3) .left div:nth-child(3) img {
    margin: 0 auto 20px auto;
  }
  .bulletin-board .container:nth-child(3) .left div:nth-child(2) .text, .bulletin-board .container:nth-child(3) .left div:nth-child(3) .text {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .bulletin-board .container:nth-child(3) .right .items-wrapper {
    padding: 20px !important;
  }
  .bulletin-board .container:nth-child(3) .right .items-wrapper .item img {
    display: none;
  }
  .bulletin-board .container:nth-child(3) .right .items-wrapper .item .text {
    width: 100% !important;
    padding: 0 !important;
  }
  .bulletin-board .container:nth-child(3) .right div:nth-child(2) div img {
    display: none;
  }
  .bulletin-board .container:nth-child(3) .right div:nth-child(2) div .text {
    margin: 0 !important;
    padding: 20px 20px 0 20px;
    width: 100% !important;
  }
  .bulletin-board .container:nth-child(3) .right div:nth-child(2) div .text p:last-of-type {
    margin: 0 0 20px 0;
  }
  .bulletin-board .container:nth-child(4) {
    height: 100%;
  }
  .bulletin-board .container:nth-child(4) .wrapper {
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 20px 20px 0 20px !important;
    height: 100%;
  }
  .bulletin-board .container:nth-child(4) .wrapper div:first-of-type:after {
    width: 100% !important;
    height: 2px !important;
    right: -50% !important;
    bottom: -10px !important;
    top: auto !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper div:last-of-type {
    height: 100%;
    width: 100% !important;
    padding: 0 !important;
    margin: 40px 0 0 0 !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper div:last-of-type img {
    width: 100% !important;
    height: 100% !important;
    max-height: 350px !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text {
    margin: 0 !important;
    padding: 0 !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text ul li a {
    padding: 10px 20px 10px 40px !important;
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text ul li a span {
    top: -5px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text ul li a span:first-of-type {
    top: 5px !important;
  }

  .about-us .hero-wrapper .hero {
    flex-direction: column-reverse;
  }
  .about-us .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .about-us .hero-wrapper .hero div:first-of-type, .about-us .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .about-us .hero-wrapper .hero div:last-of-type {
    height: 300px;
    min-height: 300px;
  }
  .about-us .hero-wrapper .hero div:first-of-type {
    position: absolute;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .about-us .hero-wrapper .hero div p {
    display: none;
  }
  .about-us p, .about-us li {
    font-size: 18px;
    line-height: 30px;
  }
  .about-us .one {
    padding: 60px 0;
  }
  .about-us .one .container .text {
    flex-wrap: wrap;
  }
  .about-us .one .container .text div {
    width: 100%;
  }
  .about-us .two {
    padding: 60px 0;
  }
  .about-us .two .container {
    padding: 20px;
  }
  .about-us .two .container:last-of-type .text ul {
    columns: 1;
  }
  .about-us .two .container:last-of-type .text ul li {
    font-size: 18px;
    line-height: 30px;
  }
  .about-us .two .container .persons-wrapper .person {
    flex: 0 1 calc(33% - 20px);
    width: 100%;
    margin: 0 10px;
  }

  .explore-individual .container:nth-child(2) {
    flex-wrap: wrap;
  }
  .explore-individual .container:nth-child(2) div {
    width: 100% !important;
    padding: 20px !important;
  }
  .explore-individual .container:nth-child(2) div:first-of-type {
    border-top: none;
  }
  .explore-individual .container:nth-child(2) div h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .explore-individual .container:nth-child(2) div p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .explore-individual .container:nth-child(2) div ul li {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .explore-individual .container:nth-child(2) div .text {
    padding: 20px !important;
  }

  .news {
    padding: 20px !important;
  }
  .news h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto !important;
  }
  .news p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .news .container {
    width: 100% !important;
  }
  .news .container:nth-child(2) h1 {
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 0 !important;
  }
  .news .container:nth-child(2) .results-wrapper .item {
    margin: 0 !important;
    padding: 20px !important;
  }
  .news .container:nth-child(2) .results-wrapper .item h1 {
    margin: 0 0 20px 0 !important;
  }
  .news .container:nth-child(2) .results-wrapper .item div:first-of-type {
    display: none;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(2) {
    width: 100% !important;
    padding: 0 !important;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(3) {
    flex-wrap: wrap;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(3) a {
    font-size: 16px;
    line-height: 20px;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(3) ul {
    margin: 0 0 20px 10px;
    width: 100%;
  }

  .events-calendar {
    padding: 20px !important;
  }
  .events-calendar h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto !important;
  }
  .events-calendar p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .events-calendar .container {
    width: 100% !important;
  }
  .events-calendar .container:nth-child(2) h1 {
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 0 !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item {
    margin: 0 !important;
    padding: 20px !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item h1 {
    margin: 0 0 20px 0 !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item a {
    font-size: 16px;
    line-height: 20px;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item ul {
    margin: 0 0 20px 10px;
    width: 100%;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item ul li {
    margin: 0 0 10px 0 !important;
    font-size: 16px !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:first-of-type {
    display: none;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:nth-child(2) {
    width: 100% !important;
    padding: 0 !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:nth-child(3) {
    flex-wrap: nowrap;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:nth-child(3) a {
    padding: 5px 20px;
  }

  .volunteer .hero-wrapper .hero {
    flex-direction: column;
  }
  .volunteer .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .volunteer .hero-wrapper .hero div:first-of-type, .volunteer .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .volunteer .hero-wrapper .hero div:last-of-type {
    position: absolute;
    bottom: 0;
    z-index: 1;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .volunteer .hero-wrapper .hero div:first-of-type {
    height: 300px;
    min-height: 300px;
  }
  .volunteer .hero-wrapper .hero div p,
.volunteer .hero-wrapper .hero div .btn {
    display: none;
  }
  .volunteer .hero-wrapper .hero-footer {
    margin: 0;
    padding: 0;
  }
  .volunteer p,
.volunteer ul, .volunteer li,
.volunteer a {
    font-size: 18px;
    line-height: 30px;
  }
  .volunteer .one {
    padding: 60px 0 0 0;
  }
  .volunteer .one .container {
    flex-wrap: wrap;
  }
  .volunteer .one .container div {
    width: 100%;
  }
  .volunteer .one .container div:last-of-type div:first-of-type {
    width: 100% !important;
    margin: 0 0 40px 0 !important;
  }
  .volunteer .one .container div:last-of-type div:first-of-type .text p {
    font-size: 18px !important;
    line-height: 30px;
  }

  .faqs {
    padding: 20px;
  }
  .faqs h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .faqs p,
.faqs ul, .faqs li,
.faqs a {
    font-size: 18px;
    line-height: 30px;
  }
  .faqs .container:nth-child(2) {
    width: 100% !important;
  }
  .faqs .container:nth-child(2) div {
    padding: 20px !important;
  }
  .faqs .container:nth-child(2) .faqs-wrapper {
    padding: 20px 0 0 0 !important;
  }
  .faqs .container:nth-child(2) .faqs-wrapper .faq {
    padding: 0 !important;
  }

  .impact-reports {
    padding: 20px;
  }
  .impact-reports h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .impact-reports p,
.impact-reports ul, .impact-reports li,
.impact-reports a {
    font-size: 18px;
    line-height: 30px;
  }
  .impact-reports .container {
    width: 100% !important;
  }
  .impact-reports .container h1 {
    font-size: 25px !important;
    line-height: 30px;
    margin: 0 !important;
  }
  .impact-reports .container p {
    margin: 0 0 10px 0 !important;
  }
  .impact-reports .container:nth-child(3) {
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .impact-reports .container:nth-child(4) {
    padding: 60px 0 0 0 !important;
  }
  .impact-reports .container:nth-child(4) div:nth-child(2) {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100% !important;
    padding: 80px 0 0 0 !important;
  }
  .impact-reports .container:nth-child(4) div:nth-child(2) div {
    background: red;
    width: 100%;
  }
  .impact-reports .container:nth-child(4) div:nth-child(2) div ul {
    max-height: 500px;
  }
  .impact-reports .container .text {
    padding: 20px !important;
  }
  .impact-reports .container .text img {
    width: 100%;
  }
  .impact-reports .container .btns-wrapper {
    flex-wrap: wrap;
    padding: 0 0 20px 0 !important;
  }
  .impact-reports .container .btns-wrapper a {
    margin: 0 0 20px 0 !important;
  }
  .impact-reports .container .btns-wrapper a:last-of-type {
    margin: 0 !important;
  }
  .impact-reports .container .thumbs-wrapper {
    flex-wrap: wrap;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .impact-reports .container .thumbs-wrapper img {
    width: 100% !important;
    margin: 0 0 10px 0;
    padding: 20px !important;
  }

  .the-twig {
    padding: 20px;
  }
  .the-twig h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .the-twig p {
    font-size: 18px;
    line-height: 30px;
  }
  .the-twig .container {
    width: 100% !important;
  }
  .the-twig .container h1 {
    font-size: 25px !important;
    line-height: 30px;
    margin: 0 !important;
  }
  .the-twig .container p {
    margin: 0 0 10px 0 !important;
  }
  .the-twig .container:nth-child(3) {
    padding: 0 !important;
    margin: 0 auto 20px auto !important;
  }
  .the-twig .container:nth-child(3) div {
    padding: 60px 20px 20px 20px;
    margin: 0 auto !important;
  }
  .the-twig .container:nth-child(4) .text {
    flex-wrap: wrap;
  }
  .the-twig .container:nth-child(4) .text div {
    width: 100%;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type {
    width: 100%;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type p {
    margin: 0 0 40px 0 !important;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type ul {
    display: block !important;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type ul li {
    display: block !important;
  }
  .the-twig .container:nth-child(4) .text div:nth-child(2) {
    display: none;
  }
  .the-twig .container .article-wrapper {
    padding: 0 !important;
    flex-wrap: wrap;
  }
  .the-twig .container .article-wrapper div {
    padding: 0 !important;
    width: 100% !important;
  }
  .the-twig .container .article-wrapper div:first-of-type {
    margin: 0 0 20px 0 !important;
  }
  .the-twig .container .btns-wrapper {
    flex-wrap: wrap;
    padding: 0 0 20px 0 !important;
  }
  .the-twig .container .btns-wrapper a {
    margin: 0 0 20px 0 !important;
  }
  .the-twig .container .btns-wrapper a:last-of-type {
    margin: 0 !important;
  }
  .the-twig .container .thumbs-wrapper {
    flex-wrap: wrap;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .the-twig .container .thumbs-wrapper img {
    width: 100% !important;
    margin: 0 0 20px 0;
    padding: 0 !important;
  }

  .our-history .container:nth-child(2) {
    padding: 20px !important;
    margin: 0 auto;
  }
  .our-history .container:nth-child(2) h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .our-history .container:nth-child(2) p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .our-history .container:nth-child(2) .img-wrapper {
    width: 100%;
  }
  .our-history .container:nth-child(2) .img-wrapper p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .our-history .container:nth-child(3) {
    padding: 20px 0 !important;
    margin: 0 auto;
  }
  .our-history .container:nth-child(3) h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .our-history .container:nth-child(3) p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .our-history .container:nth-child(3) img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }
  .our-history .container:nth-child(3) .img-wrapper {
    float: none;
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .our-history .container:nth-child(3) .text {
    width: 100%;
  }
  .our-history .container:nth-child(3) .text blockquote {
    width: 100%;
    float: none;
    margin: 0;
  }

  .news-single h1 {
    display: block;
    width: 100% !important;
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 auto 20px auto !important;
  }
  .news-single h4 {
    display: block;
    width: 100% !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 auto 20px auto !important;
  }
  .news-single p {
    font-size: 18px;
    line-height: 30px;
  }
  .news-single .container:not(:first-of-type) img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    height: auto;
    max-width: 350px;
  }
  .news-single .container:not(:first-of-type) img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    height: auto;
    max-width: 350px;
  }
  .news-single .container:not(:first-of-type) img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    height: auto;
    max-width: 550px;
  }
  .news-single .container {
    width: 100% !important;
  }
  .news-single .container:nth-child(2) img {
    width: 100% !important;
    margin: 0 0 20px 0;
    height: auto;
  }

  .donate h1 {
    display: block;
    width: 100% !important;
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 auto 20px auto !important;
  }
  .donate h3 {
    margin: 20px 0 !important;
  }
  .donate h4 {
    display: block;
    width: 100% !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 auto 20px auto !important;
  }
  .donate p {
    font-size: 18px;
    line-height: 30px;
  }
  .donate .container {
    flex-wrap: wrap;
  }
  .donate .container:nth-child(2) {
    padding: 0 0 20px 0 !important;
  }
  .donate .container:nth-child(2) div {
    padding: 0 !important;
    width: 100% !important;
  }

  .contact h1 {
    display: block;
    width: 100% !important;
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 auto 20px auto !important;
  }
  .contact h3 {
    margin: 20px 0 !important;
  }
  .contact h4 {
    display: block;
    width: 100% !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 auto 20px auto !important;
  }
  .contact p {
    width: 100% !important;
    font-size: 18px;
    line-height: 30px;
  }
  .contact .container {
    flex-wrap: wrap;
  }
  .contact .container:nth-child(2) {
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
  }
  .contact .container:nth-child(2) div {
    padding: 0 !important;
    width: 100% !important;
  }
  .contact .container:nth-child(3) {
    padding: 0 0 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 100%;
  }

  header {
    position: relative;
    padding: 0 20px;
  }
  header .menu-header-container {
    display: none;
  }
  header .ubermenu-responsive-toggle,
header .ubermenu-sticky-toggle-wrapper {
    position: absolute;
    right: 0;
    padding: 0;
  }

  footer {
    padding: 20px 0;
    margin: 0 auto;
  }
  footer .menu-footer-social-menu-container {
    margin: 0 0 20px 0;
  }
  footer .menu-footer-menu-container {
    display: none;
  }

  main {
    top: 0;
  }

  .carousel-wrap .owl-carousel .item img {
    min-width: 185px;
    min-height: 185px;
    max-width: 185px;
    max-height: 185px;
  }

  .single-page {
    padding: 20px 20px 0 20px;
  }
  .single-page img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    height: auto;
    max-width: 350px;
  }
  .single-page img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    height: auto;
    max-width: 350px;
  }
  .single-page img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    height: auto;
    max-width: 680px;
  }

  .standard-page {
    padding: 20px 20px 0 20px;
  }
  .standard-page img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    height: auto;
    max-width: 350px;
  }
  .standard-page img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    height: auto;
    max-width: 350px;
  }
  .standard-page img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    height: auto;
    max-width: 680px;
  }

  .breadcrumbs {
    padding: 0;
    margin: 0 0 20px 0;
  }

  .learn-indiana-divider,
.subscribe-divider {
    display: none;
  }

  .mini-events-cal p,
.mini-events-cal li,
.mini-events-cal a {
    font-size: 18px;
    line-height: 30px;
  }

  .homepage h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .homepage .top-left-leaf {
    top: -254px !important;
    left: -444px !important;
  }
  .homepage .right-leaf {
    width: 300px;
    height: 460px;
    top: -84px;
    right: -226px;
    z-index: 1;
    transform: rotate(21deg);
  }
  .homepage .middle-left-leaf {
    width: 250px;
    height: 184px;
    top: 200px;
    left: -180px;
    z-index: 1;
  }
  .homepage .one {
    padding: 40px;
  }
  .homepage .one h1 {
    margin: 0 0 10px 0;
  }
  .homepage .one .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .homepage .one .text-wrapper h3 {
    text-transform: none;
    font-size: 23px;
    text-align: center;
    line-height: 26px;
  }
  .homepage .two {
    padding: 40px;
  }
  .homepage .two:before, .homepage .two:after {
    display: none;
  }
  .homepage .two div {
    width: 100% !important;
  }
  .homepage .two div:first-of-type {
    width: 100%;
    align-items: flex-start !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .homepage .two div:first-of-type h2 {
    font-size: 40px;
    position: relative !important;
  }
  .homepage .two div:first-of-type img {
    display: none;
  }
  .homepage .two div .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .homepage .two div .text-wrapper p {
    font-size: 18px;
    text-align: center;
  }
  .homepage .three {
    display: none;
  }
  .homepage .four {
    flex-direction: column-reverse;
  }
  .homepage .four:before {
    display: none;
  }
  .homepage .four:after {
    width: 100px;
    height: 150px;
    top: 160px;
    left: 80px;
  }
  .homepage .four div {
    min-height: 250px;
  }
  .homepage .four div:before {
    display: none;
  }
  .homepage .four div:first-of-type, .homepage .four div:last-of-type {
    width: 100%;
  }
  .homepage .four div:first-of-type h2 {
    font-size: 40px;
    margin: 0;
  }
  .homepage .four div:first-of-type h2:before {
    display: none;
  }
  .homepage .four div:last-of-type {
    height: 100%;
    min-height: 250px;
    padding: 0;
  }
  .homepage .five {
    padding: 40px;
  }
  .homepage .five:before {
    top: 195px;
    transform: scaleY(-1);
  }
  .homepage .five .container {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .homepage .five .container div:first-of-type:before {
    display: none;
  }
  .homepage .five .container div:first-of-type img {
    height: 300px;
    width: auto;
    right: -40px;
  }
  .homepage .five .container div:last-of-type {
    min-height: 400px;
  }
  .homepage .five .container div:last-of-type h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .homepage .five .container div:last-of-type a {
    position: absolute;
    bottom: 40px;
  }
  .homepage .five .container div:last-of-type p {
    text-align: left;
    font-size: 18px;
    margin: 0;
    width: 100%;
  }
  .homepage .six {
    display: none;
  }

  .explore .hero-wrapper .hero {
    flex-direction: column-reverse;
  }
  .explore .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .explore .hero-wrapper .hero div:first-of-type, .explore .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .explore .hero-wrapper .hero div:last-of-type {
    height: 300px;
    min-height: 300px;
  }
  .explore .hero-wrapper .hero div:first-of-type {
    position: absolute;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .explore .hero-wrapper .hero div p {
    display: none;
  }
  .explore .hero-wrapper .hero-footer .container {
    padding: 0 20px;
  }
  .explore .hero-wrapper .hero-footer .text {
    margin: 60px 0 0 0;
  }
  .explore .hero-wrapper .hero-footer .text ul {
    column-count: 1;
  }
  .explore .hero-wrapper .hero-footer .text ul li {
    font-size: 18px;
  }
  .explore .divider {
    display: none;
  }
  .explore .one .directory-wrapper {
    columns: 1;
  }
  .explore .two {
    padding: 0;
  }
  .explore .two img {
    width: 300px;
    margin: 0 auto 100px auto;
    display: block;
  }
  .explore .two .text {
    columns: 1;
  }
  .explore .two .text p {
    font-size: 18px;
    line-height: 30px;
  }
  .explore .two .text blockquote {
    width: 100%;
    float: none;
  }
  .explore .three {
    display: none;
  }
  .explore .four {
    flex-wrap: wrap;
  }
  .explore .four div {
    width: 100%;
    padding: 60px 20px;
  }
  .explore .four div:last-of-type .image {
    display: none !important;
  }
  .explore .four div p {
    font-size: 18px;
    line-height: 30px;
  }

  .learn .hero-wrapper .hero {
    flex-direction: column;
  }
  .learn .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .learn .hero-wrapper .hero div:first-of-type, .learn .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .learn .hero-wrapper .hero div:last-of-type {
    position: absolute;
    bottom: 0;
    z-index: 1;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .learn .hero-wrapper .hero div:first-of-type {
    height: 300px;
    min-height: 300px;
  }
  .learn .hero-wrapper .hero div p {
    display: none;
  }
  .learn .hero-wrapper .hero-footer {
    margin: 0;
    padding: 0;
  }
  .learn .one .container .text {
    flex-wrap: wrap;
  }
  .learn .one .container .text div {
    width: 100% !important;
    padding: 20px 0 !important;
  }
  .learn .one .container .text div p {
    font-size: 18px;
    line-height: 30px;
  }
  .learn .one .container .text div:last-of-type {
    padding: 20px !important;
  }
  .learn .two {
    padding: 0;
  }
  .learn .two .container:first-of-type h1 {
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
  }
  .learn .two .container:first-of-type .text {
    padding: 0;
    margin: 0;
  }
  .learn .two .container:first-of-type .text p {
    font-size: 18px;
    line-height: 30px;
  }
  .learn .two .container:first-of-type .text div:first-of-type {
    width: 100%;
    padding: 20px;
  }
  .learn .two .container:first-of-type .text div:last-of-type {
    display: none;
  }
  .learn .two .container:nth-child(2) {
    padding: 20px;
  }
  .learn .two .container:nth-child(2) .btn {
    font-size: 16px;
    width: 100%;
  }
  .learn .two .container:nth-child(2) .text {
    flex-wrap: wrap;
  }
  .learn .two .container:nth-child(2) .text div {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .learn .three p {
    font-size: 18px;
    line-height: 30px;
  }
  .learn .three .container {
    flex-wrap: wrap;
  }
  .learn .three .container:before {
    display: none;
  }
  .learn .three .container div {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  .learn .three .container:first-of-type {
    padding: 60px 0 0 0;
  }
  .learn .three .container:nth-child(2) {
    margin: 60px auto;
  }
  .learn .three .container:nth-child(2) div:first-of-type {
    padding: 0;
  }
  .learn .three .container:nth-child(2) div:last-of-type {
    padding: 20px;
  }
  .learn .three .container:nth-child(2) div:last-of-type p:last-of-type {
    margin: 0;
  }
  .learn .three .container:nth-child(3) {
    padding: 0 0 60px 0;
  }
  .learn .three .container:nth-child(3) .item img {
    display: none;
  }
  .learn .three .container:nth-child(3) .item .text {
    margin: 0;
    padding: 0;
  }

  .give .hero-wrapper .hero {
    flex-direction: column;
  }
  .give .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .give .hero-wrapper .hero div:first-of-type, .give .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .give .hero-wrapper .hero div:last-of-type {
    position: absolute;
    bottom: 0;
    z-index: 1;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .give .hero-wrapper .hero div:first-of-type {
    height: 300px;
    min-height: 300px;
  }
  .give .hero-wrapper .hero div p,
.give .hero-wrapper .hero div .btn {
    display: none;
  }
  .give .hero-wrapper .hero-footer {
    margin: 0;
    padding: 0;
  }
  .give p {
    font-size: 18px;
    line-height: 30px;
  }
  .give .one {
    padding: 60px 0;
  }
  .give .one .container {
    flex-wrap: wrap;
  }
  .give .one .container div {
    width: 100%;
  }
  .give .one .container div:last-of-type {
    width: 100%;
    margin: 0;
  }
  .give .two {
    padding: 0;
  }
  .give .two .container {
    flex-wrap: wrap;
    padding: 20px;
  }
  .give .two .container div {
    width: 100%;
  }
  .give .two .container div:first-of-type {
    width: 100%;
    display: block;
    height: 150px;
    background-size: contain;
  }
  .give .two .container div a:last-of-type {
    margin: 20px 0 0 0;
  }
  .give .three {
    padding: 60px 0 0 0;
  }
  .give .three p {
    font-size: 18px !important;
    line-height: 30px;
  }
  .give .three .container {
    flex-wrap: wrap;
  }
  .give .three .container div {
    width: 100% !important;
  }
  .give .three .container:last-of-type {
    margin: 0;
  }
  .give .three .container:nth-child(2) div {
    margin: 0 0 20px 0 !important;
    padding: 0;
  }
  .give .three .container:nth-child(2) div div {
    padding: 40px 20px 20px 20px;
  }
  .give .four {
    padding: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .give .four .wrapper {
    width: 100%;
    padding: 20px;
  }
  .give .four blockquote p {
    font-size: 40px;
    line-height: 45px;
  }
  .give .five {
    padding: 50px 0;
  }
  .give .five .container {
    display: block;
  }
  .give .five .container div {
    width: 100%;
  }
  .give .five .container div:last-of-type {
    height: 200px;
    padding: 0 25px;
    margin: 0 15px;
  }
  .give .five .container div:last-of-type .kroger-img {
    height: 125px;
    margin: 10px;
  }
  .give .five .container div:last-of-type .amazon-img {
    height: 125px;
    margin: 10px;
  }

  .bulletin-board h1 {
    font-size: 40px !important;
    line-height: 45px;
    margin: 20px auto !important;
  }
  .bulletin-board p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .bulletin-board .container {
    flex-wrap: wrap;
    width: 100%;
  }
  .bulletin-board .container div {
    margin: 0 0 20px 0 !important;
    width: 100% !important;
  }
  .bulletin-board .container div h1 {
    font-size: 25px !important;
    line-height: 30px;
    margin: 0 !important;
  }
  .bulletin-board .container div p {
    margin: 0 0 10px 0 !important;
  }
  .bulletin-board .container:nth-child(3) .left div:nth-child(2) div, .bulletin-board .container:nth-child(3) .left div:nth-child(3) div {
    margin: 0 auto;
    padding: 20px 20px 0 20px !important;
  }
  .bulletin-board .container:nth-child(3) .left div:nth-child(2) img, .bulletin-board .container:nth-child(3) .left div:nth-child(3) img {
    margin: 0 auto 20px auto;
  }
  .bulletin-board .container:nth-child(3) .left div:nth-child(2) .text, .bulletin-board .container:nth-child(3) .left div:nth-child(3) .text {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .bulletin-board .container:nth-child(3) .right .items-wrapper {
    padding: 20px !important;
  }
  .bulletin-board .container:nth-child(3) .right .items-wrapper .item img {
    display: none;
  }
  .bulletin-board .container:nth-child(3) .right .items-wrapper .item .text {
    width: 100% !important;
    padding: 0 !important;
  }
  .bulletin-board .container:nth-child(3) .right div:nth-child(2) div img {
    display: none;
  }
  .bulletin-board .container:nth-child(3) .right div:nth-child(2) div .text {
    margin: 0 !important;
    padding: 20px 20px 0 20px;
    width: 100% !important;
  }
  .bulletin-board .container:nth-child(3) .right div:nth-child(2) div .text p:last-of-type {
    margin: 0 0 20px 0;
  }
  .bulletin-board .container:nth-child(4) {
    height: 100%;
  }
  .bulletin-board .container:nth-child(4) .wrapper {
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 20px 20px 0 20px !important;
    height: 100%;
  }
  .bulletin-board .container:nth-child(4) .wrapper div:first-of-type:after {
    width: 100% !important;
    height: 2px !important;
    right: -50% !important;
    bottom: -10px !important;
    top: auto !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper div:last-of-type {
    height: 100%;
    width: 100% !important;
    padding: 0 !important;
    margin: 40px 0 0 0 !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper div:last-of-type img {
    width: 100% !important;
    height: 100% !important;
    max-height: 350px !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text {
    margin: 0 !important;
    padding: 0 !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text ul li a {
    padding: 10px 20px 10px 40px !important;
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text ul li a span {
    top: -5px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .bulletin-board .container:nth-child(4) .wrapper .text ul li a span:first-of-type {
    top: 5px !important;
  }

  .about-us .hero-wrapper .hero {
    flex-direction: column-reverse;
  }
  .about-us .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .about-us .hero-wrapper .hero div:first-of-type, .about-us .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .about-us .hero-wrapper .hero div:last-of-type {
    height: 300px;
    min-height: 300px;
  }
  .about-us .hero-wrapper .hero div:first-of-type {
    position: absolute;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .about-us .hero-wrapper .hero div p {
    display: none;
  }
  .about-us p, .about-us li {
    font-size: 18px;
    line-height: 30px;
  }
  .about-us .one {
    padding: 60px 0;
  }
  .about-us .one .container .text {
    flex-wrap: wrap;
  }
  .about-us .one .container .text div {
    width: 100%;
  }
  .about-us .two {
    padding: 60px 0;
  }
  .about-us .two .container {
    padding: 20px;
  }
  .about-us .two .container:last-of-type .text ul {
    columns: 1;
  }
  .about-us .two .container:last-of-type .text ul li {
    font-size: 18px;
    line-height: 30px;
  }
  .about-us .two .container .persons-wrapper .person {
    flex: 0 1 calc(33% - 20px);
    width: 100%;
    margin: 0 10px;
  }

  .explore-individual .container:nth-child(2) {
    flex-wrap: wrap;
  }
  .explore-individual .container:nth-child(2) div {
    width: 100% !important;
    padding: 20px !important;
  }
  .explore-individual .container:nth-child(2) div:first-of-type {
    border-top: none;
  }
  .explore-individual .container:nth-child(2) div h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .explore-individual .container:nth-child(2) div p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .explore-individual .container:nth-child(2) div ul li {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .explore-individual .container:nth-child(2) div .text {
    padding: 20px !important;
  }

  .news {
    padding: 20px !important;
  }
  .news h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto !important;
  }
  .news p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .news .container {
    width: 100% !important;
  }
  .news .container:nth-child(2) h1 {
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 0 !important;
  }
  .news .container:nth-child(2) .results-wrapper .item {
    margin: 0 !important;
    padding: 20px !important;
  }
  .news .container:nth-child(2) .results-wrapper .item h1 {
    margin: 0 0 20px 0 !important;
  }
  .news .container:nth-child(2) .results-wrapper .item div:first-of-type {
    display: none;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(2) {
    width: 100% !important;
    padding: 0 !important;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(3) {
    flex-wrap: wrap;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(3) a {
    font-size: 16px;
    line-height: 20px;
  }
  .news .container:nth-child(2) .results-wrapper .item div:nth-child(3) ul {
    margin: 0 0 20px 10px;
    width: 100%;
  }

  .events-calendar {
    padding: 20px !important;
  }
  .events-calendar h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto !important;
  }
  .events-calendar p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .events-calendar .container {
    width: 100% !important;
  }
  .events-calendar .container:nth-child(2) h1 {
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 0 !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item {
    margin: 0 !important;
    padding: 20px !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item h1 {
    margin: 0 0 20px 0 !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item a {
    font-size: 16px;
    line-height: 20px;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item ul {
    margin: 0 0 20px 10px;
    width: 100%;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item ul li {
    margin: 0 0 10px 0 !important;
    font-size: 16px !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:first-of-type {
    display: none;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:nth-child(2) {
    width: 100% !important;
    padding: 0 !important;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:nth-child(3) {
    flex-wrap: nowrap;
  }
  .events-calendar .container:nth-child(2) .results-wrapper .item div:nth-child(3) a {
    padding: 5px 20px;
  }

  .volunteer .hero-wrapper .hero {
    flex-direction: column;
  }
  .volunteer .hero-wrapper .hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .volunteer .hero-wrapper .hero div:first-of-type, .volunteer .hero-wrapper .hero div:last-of-type {
    width: 100%;
  }
  .volunteer .hero-wrapper .hero div:last-of-type {
    position: absolute;
    bottom: 0;
    z-index: 1;
    min-height: 100px;
    padding: 20px 0 10px 20px !important;
  }
  .volunteer .hero-wrapper .hero div:first-of-type {
    height: 300px;
    min-height: 300px;
  }
  .volunteer .hero-wrapper .hero div p,
.volunteer .hero-wrapper .hero div .btn {
    display: none;
  }
  .volunteer .hero-wrapper .hero-footer {
    margin: 0;
    padding: 0;
  }
  .volunteer p,
.volunteer ul, .volunteer li,
.volunteer a {
    font-size: 18px;
    line-height: 30px;
  }
  .volunteer .one {
    padding: 60px 0 0 0;
  }
  .volunteer .one .container {
    flex-wrap: wrap;
  }
  .volunteer .one .container div {
    width: 100%;
  }
  .volunteer .one .container div:last-of-type div:first-of-type {
    width: 100% !important;
    margin: 0 0 40px 0 !important;
  }
  .volunteer .one .container div:last-of-type div:first-of-type .text p {
    font-size: 18px !important;
    line-height: 30px;
  }

  .faqs {
    padding: 20px;
  }
  .faqs h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .faqs p,
.faqs ul, .faqs li,
.faqs a {
    font-size: 18px;
    line-height: 30px;
  }
  .faqs .container:nth-child(2) {
    width: 100% !important;
  }
  .faqs .container:nth-child(2) div {
    padding: 20px !important;
  }
  .faqs .container:nth-child(2) .faqs-wrapper {
    padding: 20px 0 0 0 !important;
  }
  .faqs .container:nth-child(2) .faqs-wrapper .faq {
    padding: 0 !important;
  }

  .impact-reports {
    padding: 20px;
  }
  .impact-reports h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .impact-reports p,
.impact-reports ul, .impact-reports li,
.impact-reports a {
    font-size: 18px;
    line-height: 30px;
  }
  .impact-reports .container {
    width: 100% !important;
  }
  .impact-reports .container h1 {
    font-size: 25px !important;
    line-height: 30px;
    margin: 0 !important;
  }
  .impact-reports .container p {
    margin: 0 0 10px 0 !important;
  }
  .impact-reports .container:nth-child(3) {
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .impact-reports .container:nth-child(4) {
    padding: 60px 0 0 0 !important;
  }
  .impact-reports .container:nth-child(4) div:nth-child(2) {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100% !important;
    padding: 80px 0 0 0 !important;
  }
  .impact-reports .container:nth-child(4) div:nth-child(2) div {
    background: red;
    width: 100%;
  }
  .impact-reports .container:nth-child(4) div:nth-child(2) div ul {
    max-height: 500px;
  }
  .impact-reports .container .text {
    padding: 20px !important;
  }
  .impact-reports .container .text img {
    width: 100%;
  }
  .impact-reports .container .btns-wrapper {
    flex-wrap: wrap;
    padding: 0 0 20px 0 !important;
  }
  .impact-reports .container .btns-wrapper a {
    margin: 0 0 20px 0 !important;
  }
  .impact-reports .container .btns-wrapper a:last-of-type {
    margin: 0 !important;
  }
  .impact-reports .container .thumbs-wrapper {
    flex-wrap: wrap;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .impact-reports .container .thumbs-wrapper img {
    width: 100% !important;
    margin: 0 0 10px 0;
    padding: 20px !important;
  }

  .the-twig {
    padding: 20px;
  }
  .the-twig h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .the-twig p {
    font-size: 18px;
    line-height: 30px;
  }
  .the-twig .container {
    width: 100% !important;
  }
  .the-twig .container h1 {
    font-size: 25px !important;
    line-height: 30px;
    margin: 0 !important;
  }
  .the-twig .container p {
    margin: 0 0 10px 0 !important;
  }
  .the-twig .container:nth-child(3) {
    padding: 0 !important;
    margin: 0 auto 20px auto !important;
  }
  .the-twig .container:nth-child(3) div {
    padding: 60px 20px 20px 20px;
    margin: 0 auto !important;
  }
  .the-twig .container:nth-child(4) .text {
    flex-wrap: wrap;
  }
  .the-twig .container:nth-child(4) .text div {
    width: 100%;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type {
    width: 100%;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type p {
    margin: 0 0 40px 0 !important;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type ul {
    display: block !important;
  }
  .the-twig .container:nth-child(4) .text div:first-of-type ul li {
    display: block !important;
  }
  .the-twig .container:nth-child(4) .text div:nth-child(2) {
    display: none;
  }
  .the-twig .container .article-wrapper {
    padding: 0 !important;
    flex-wrap: wrap;
  }
  .the-twig .container .article-wrapper div {
    padding: 0 !important;
    width: 100% !important;
  }
  .the-twig .container .article-wrapper div:first-of-type {
    margin: 0 0 20px 0 !important;
  }
  .the-twig .container .btns-wrapper {
    flex-wrap: wrap;
    padding: 0 0 20px 0 !important;
  }
  .the-twig .container .btns-wrapper a {
    margin: 0 0 20px 0 !important;
  }
  .the-twig .container .btns-wrapper a:last-of-type {
    margin: 0 !important;
  }
  .the-twig .container .thumbs-wrapper {
    flex-wrap: wrap;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .the-twig .container .thumbs-wrapper img {
    width: 100% !important;
    margin: 0 0 20px 0;
    padding: 0 !important;
  }

  .our-history .container:nth-child(2) {
    padding: 20px !important;
    margin: 0 auto;
  }
  .our-history .container:nth-child(2) h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .our-history .container:nth-child(2) p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .our-history .container:nth-child(2) .img-wrapper {
    width: 100%;
  }
  .our-history .container:nth-child(2) .img-wrapper p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .our-history .container:nth-child(3) {
    padding: 20px 0 !important;
    margin: 0 auto;
  }
  .our-history .container:nth-child(3) h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 auto 20px auto !important;
  }
  .our-history .container:nth-child(3) p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .our-history .container:nth-child(3) img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }
  .our-history .container:nth-child(3) .img-wrapper {
    float: none;
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .our-history .container:nth-child(3) .text {
    width: 100%;
  }
  .our-history .container:nth-child(3) .text blockquote {
    width: 100%;
    float: none;
    margin: 0;
  }

  .news-single h1 {
    display: block;
    width: 100% !important;
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 auto 20px auto !important;
  }
  .news-single h4 {
    display: block;
    width: 100% !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 auto 20px auto !important;
  }
  .news-single p {
    font-size: 18px;
    line-height: 30px;
  }
  .news-single .container:not(:first-of-type) img.alignright {
    margin: 0 0 0 1.5em;
    display: inline;
    float: right;
    height: auto;
    max-width: 350px;
  }
  .news-single .container:not(:first-of-type) img.alignleft {
    margin: 0 1.5em 0 0;
    display: inline;
    float: left;
    height: auto;
    max-width: 350px;
  }
  .news-single .container:not(:first-of-type) img.aligncenter {
    margin: 0 auto;
    display: block;
    clear: both;
    height: auto;
    max-width: 550px;
  }
  .news-single .container {
    width: 100% !important;
  }
  .news-single .container:nth-child(2) img {
    width: 100% !important;
    margin: 0 0 20px 0;
    height: auto;
  }

  .donate h1 {
    display: block;
    width: 100% !important;
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 auto 20px auto !important;
  }
  .donate h3 {
    margin: 20px 0 !important;
  }
  .donate h4 {
    display: block;
    width: 100% !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 auto 20px auto !important;
  }
  .donate p {
    font-size: 18px;
    line-height: 30px;
  }
  .donate .container {
    flex-wrap: wrap;
  }
  .donate .container:nth-child(2) {
    padding: 0 0 20px 0 !important;
  }
  .donate .container:nth-child(2) div {
    padding: 0 !important;
    width: 100% !important;
  }

  .contact h1 {
    display: block;
    width: 100% !important;
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 auto 20px auto !important;
  }
  .contact h3 {
    margin: 20px 0 !important;
  }
  .contact h4 {
    display: block;
    width: 100% !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 0 auto 20px auto !important;
  }
  .contact p {
    width: 100% !important;
    font-size: 18px;
    line-height: 30px;
  }
  .contact .container {
    flex-wrap: wrap;
  }
  .contact .container:nth-child(2) {
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
  }
  .contact .container:nth-child(2) div {
    padding: 0 !important;
    width: 100% !important;
  }
  .contact .container:nth-child(3) {
    padding: 0 0 40px 0;
  }
}

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


/* CUSTOM CHANGES TO THEME IN APRIL 2021 BY TOOHILL CONSULTING
WE OPTED NOT TO SET THIS SITE UP LOCALLY AND RUN SCSS COMPILATION FOR ANY CSS CHANGES NEEDED */
.homepage .top-left-leaf, .homepage .middle-left-leaf, .homepage .right-leaf {
	display: none;
}
.bulletin-board .container:nth-child(4) div:first-of-type .wrapper div:nth-child(2) {
	padding-left: 100px;
}
@media only screen and (max-width: 600px) {
	.social-mobile {
		display: block;
	}
}
@media only screen and (min-width: 601px) {
	.social-mobile {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.social-not-mobile {
		display: none;
	}
}
@media only screen and (min-width: 601px) {
	.social-not-mobile {
		display: block;
	}
}

.news .container:nth-child(2) {
    width: 83%;
    max-width: 838px;
}

.page-template-learn .learn .one a {
	background: #5FC9A3;
    color: white;
}
.page-template-learn .learn .one a:hover {
	background: transparent;
    color: #5FC9A3;
    border-color: #5FC9A3;
}

.give .three .container:nth-child(2) div.left div:nth-child(3){
    background: #FEF9D6;
    color: #405F2D;
    margin: 20px 0 0px 0;
}
.give .three .container:nth-child(2) div.left div:nth-child(3) h1{
    color: #405F2D;
}
.give .three .container:nth-child(2) div.left div:nth-child(3) a{
    border-color: transparent;
    background: #5FC9A3;
    color: #FEF9D6;
}
.give .three .container:nth-child(2) div.left div:nth-child(3) a:hover{
	background: transparent;
    border-color: #5FC9A3;
    color: #5FC9A3;
}

.give .three .container:nth-child(2) div.right div:nth-child(3){
	background: #5FC9A3;
    color: white;
}
.give .three .container:nth-child(2) div.right div:nth-child(3) h1{
    color: white;
}
.give .three .container:nth-child(2) div.right div:nth-child(3) a{
    border-color: transparent;
    background: white;
    color: #5FC9A3;
}
.give .three .container:nth-child(2) div.right div:nth-child(3) a:hover{
    color: white;
    background: transparent;
    border-color: white;
}