.font-body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.font-logo {
  font-family: 'Schoolbell', cursive;
  font-weight: 400;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html,
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Arvo', serif;
  font-weight: 400;
}
h1 {
  font-size: 3.6rem;
}
h2 {
  font-size: 3.2rem;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2.2rem;
}
li {
  font-size: 1.4rem;
}
a {
  text-decoration: none;
}
a:hover {
  color: initial;
  text-decoration: none;
}
p {
  font-size: 1.6rem;
  line-height: 1.4;
}
.container-basic {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.italic {
  font-style: italic;
}
.grid-col-1 {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10px;
}
.grid-col-2 {
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 50px 0px;
  max-width: 800px;
  margin: 0 auto;
}
.grid-col-3 {
  display: grid;
  grid-template-columns: 10% 80% 10%;
  grid-gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.grid-col-4 {
  display: grid;
  grid-template-columns: 10% 50% 10% 30%;
  max-width: 800px;
  margin: 0 auto;
}
.grid-col-5 {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  max-width: 800px;
  margin: 0 auto;
}
.centered {
  float: none;
  margin: 0 auto;
}
.display-none {
  display: none;
}
nav {
  width: 100%;
  display: flex;
  z-index: 1001;
  position: fixed;
}
@media (min-width: 0px) and (max-width: 600px) {
  nav {
    background-color: #18140f;
  }
}
nav h1 {
  font-family: 'Schoolbell', cursive;
  font-weight: 400;
  align-self: flex-start;
  padding: 10px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 600px) {
  nav h1 {
    font-size: 3rem;
  }
}
nav h1 a {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 1px 1px 5px black;
}
nav h1 a:hover {
  color: #ffffff;
}
nav ul {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  min-width: 210px;
}
@media (min-width: 0px) and (max-width: 600px) {
  nav ul {
    min-width: 176px;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  nav ul {
    flex-direction: column;
    align-items: flex-end;
    min-width: unset;
  }
}
nav ul li {
  padding: 5px 0;
  margin: 0 0 0 0;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
  text-shadow: 1px 1px 5px black;
}
nav ul li .btn {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 0px;
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: center;
  width: 100%;
  min-width: 100px;
  padding: 2.4px 15px 2.4px 10px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  margin: 0 5px 0 0;
}
nav ul li .btn:hover {
  color: #ffffff;
  background-color: #AE4110;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
@media (min-width: 0px) and (max-width: 600px) {
  nav ul li .btn {
    width: 70%;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  nav ul li .btn {
    font-size: 1.2rem;
    margin: 0 10px 0 0;
    padding: 3.7px 15px 3.7px 10px;
  }
}
nav ul li a {
  padding: 10px 20px;
}
@media (min-width: 0px) and (max-width: 600px) {
  nav ul li a {
    padding: 10px 10px;
  }
}
footer {
  color: #9d6a4f;
  background: #18140f;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
  font-size: 1.2rem;
}
html {
  height: 100%;
}
.landing-page .splash {
  height: 99%;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.landing-page .splash .splash-image {
  background-image: url("../assets/img/6057054938_d952659baa_o-medium.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  top: 0;
  height: 100%;
  position: relative;
  opacity: 0.92;
}
.landing-page .splash .splash-image .splash-overlay {
  background: linear-gradient(#000000, rgba(35, 35, 35, 0.25));
  background-attachment: fixed;
  height: 100%;
}
.landing-page .splash .tagline {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #AE4110;
}
.landing-page .splash .tagline h2 {
  background-color: #ffffff;
  padding: 18px;
  width: 33%;
  max-width: 420px;
  margin: 0 auto;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 0px) and (max-width: 600px) {
  .landing-page .splash .tagline h2 {
    width: 80%;
  }
}
.landing-page .splash .btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 380px;
  background-color: #ffffff;
  color: #AE4110;
  border-radius: 0px;
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: center;
  width: 25%;
  min-width: 100px;
  padding: 8px 10px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.landing-page .splash .btn:hover {
  color: #ffffff;
  background-color: #AE4110;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
@media (min-width: 0px) and (max-width: 600px) {
  .landing-page .splash .btn {
    width: 70%;
  }
}
section a.divider {
  display: grid;
  width: 100%;
  margin-top: -3px;
  text-decoration: none;
}
section a.divider .leading-arrow {
  background-color: #18140f;
  color: #E5DABD;
  font-size: 5rem;
  margin: -27px auto;
  border-radius: 28px;
  border: 2px solid #18140f;
  z-index: 5;
}
section a.divider .leading-arrow:hover {
  transform: scale(1.25);
  transition-duration: 0.5s;
}
.home {
  display: block;
  max-width: unset;
  width: 100%;
  background-color: #18140f;
}
.home .luncher-info {
  width: 100%;
  left: -0.7%;
  background-color: #18140f;
  color: #ffffff;
  position: relative;
  padding: 10% 20%;
  box-shadow: 0px 6px 20px 3px #232323;
  z-index: 4;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .luncher-info {
    padding: 20%;
  }
}
@media (min-width: 601px) and (max-width: 820px) {
  .home .luncher-info {
    padding: 20%;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .home .luncher-info {
    padding: 25% 5%;
  }
}
.home .luncher-info a {
  grid-column: span 2;
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 0px;
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: center;
  width: 33%;
  min-width: 100px;
  padding: 8px 10px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
  z-index: 1;
}
.home .luncher-info a:hover {
  color: #ffffff;
  background-color: #AE4110;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .luncher-info a {
    width: 70%;
  }
}
.home .luncher-info .grid {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .luncher-info .grid {
    grid-template-columns: 100%;
    grid-gap: 10px 10px;
  }
}
.home .luncher-info .grid .icon-slider {
  display: grid;
  grid-template-columns: 10% 80% 10%;
  grid-gap: 50px 0px;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .luncher-info .grid .icon-slider {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    grid-gap: 20px;
  }
}
.home .luncher-info .grid .icon-slider p {
  align-self: center;
}
.home .luncher-info .grid .icon-slider .icon-left {
  font-size: 6rem;
  grid-column: 1;
  text-align: center;
  left: -1000px;
  position: relative;
  transition-duration: 1s;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .luncher-info .grid .icon-slider .icon-left {
    font-size: 3rem;
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 601px) and (max-width: 820px) {
  .home .luncher-info .grid .icon-slider .icon-left {
    font-size: 4rem;
  }
}
.home .luncher-info .grid .icon-slider .text-left {
  font-size: 2.2rem;
  margin-left: 20px;
  grid-column: span 2;
  text-align: left;
  left: -10000px;
  position: relative;
  transition-duration: 1s;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .luncher-info .grid .icon-slider .text-left {
    font-size: 1.4rem;
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 20px;
    margin-left: unset;
    text-align: center;
  }
}
@media (min-width: 601px) and (max-width: 820px) {
  .home .luncher-info .grid .icon-slider .text-left {
    font-size: 2rem;
  }
}
.home .luncher-info .grid .icon-slider .icon-right {
  font-size: 6rem;
  grid-column: 3;
  text-align: center;
  right: -1000px;
  position: relative;
  transition-duration: 1s;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .luncher-info .grid .icon-slider .icon-right {
    font-size: 3rem;
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 601px) and (max-width: 820px) {
  .home .luncher-info .grid .icon-slider .icon-right {
    font-size: 4rem;
  }
}
.home .luncher-info .grid .icon-slider .text-right {
  font-size: 2.2rem;
  margin-right: 20px;
  grid-column: span 2;
  text-align: right;
  right: -10000px;
  position: relative;
  transition-duration: 1s;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .luncher-info .grid .icon-slider .text-right {
    font-size: 1.4rem;
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 20px;
    margin-left: unset;
    text-align: center;
  }
}
@media (min-width: 601px) and (max-width: 820px) {
  .home .luncher-info .grid .icon-slider .text-right {
    font-size: 2rem;
  }
}
.home .school-map {
  background-color: #81905A;
  color: #18140f;
  position: relative;
  padding: 30px 0 0 0;
  z-index: 3;
  box-shadow: 0px 6px 20px 3px #232323;
}
.home .school-map h3 {
  text-align: center;
}
.home .school-map p.description {
  font-size: 1.6rem;
  text-align: center;
}
.home .school-map .map {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  height: 400px;
  font-size: 1rem;
  opacity: 0.65;
}
.home .school-map .map:hover {
  opacity: 1;
  transition-duration: 0.33s;
}
.home .newsletter {
  background-image: url("../assets/img/Fruit-bar-pic-Web-USDAgov.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
  box-shadow: 0px 6px 20px 3px #232323;
  color: #AE4110;
}
.home .newsletter .newsletter-overlay {
  background: linear-gradient(rgba(229, 218, 189, 0.95), rgba(157, 106, 79, 0.75));
  height: 100%;
}
.home .newsletter .newsletter-overlay form {
  padding: 0 0 10px 0;
}
.home .newsletter .newsletter-overlay form .container-form {
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}
.home .newsletter .newsletter-overlay form .container-form h3 {
  text-align: center;
}
.home .newsletter .newsletter-overlay form .container-form p {
  text-align: center;
  margin-bottom: 13px;
}
.home .newsletter .newsletter-overlay form .container-form .btn {
  grid-column: span 2;
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
  background-color: rgba(255, 255, 255, 0.15);
  color: #AE4110;
  border-radius: 0px;
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: center;
  width: 33%;
  min-width: 100px;
  padding: 8px 10px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.home .newsletter .newsletter-overlay form .container-form .btn:hover {
  color: #ffffff;
  background-color: #AE4110;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .newsletter .newsletter-overlay form .container-form .btn {
    width: 70%;
  }
}
.home .newsletter .newsletter-overlay form .container-form input[type=text] {
  width: 50%;
  max-width: 600px;
  padding: 12px;
  margin: 8px 0;
  border: 0;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .newsletter .newsletter-overlay form .container-form input[type=text] {
    width: 90%;
  }
}
.home .contact {
  background-color: #9d6a4f;
  color: #18140f;
  padding: 30px;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .contact {
    padding: 30px 5%;
  }
}
.home .contact .grid-col-4 {
  align-items: center;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .contact .grid-col-4 {
    grid-template-columns: 10% 80% 10%;
  }
}
.home .contact .grid-col-4 h3 {
  grid-column: span 4;
  text-align: center;
  padding: 0 0 20px 0;
}
.home .contact .grid-col-4 .icon,
.home .contact .grid-col-4 .social {
  font-size: 2.1rem;
  text-align: center;
  align-self: baseline;
}
.home .contact .grid-col-4 .text,
.home .contact .grid-col-4 .social-text {
  font-size: 1.4rem;
  margin-left: 10px;
  align-self: auto;
}
.home .contact .grid-col-4 .icon {
  grid-column: 1;
}
.home .contact .grid-col-4 .text {
  grid-column: 2;
}
.home .contact .grid-col-4 .social {
  grid-column: 3;
}
.home .contact .grid-col-4 .social-text {
  grid-column: 4;
}
@media (min-width: 0px) and (max-width: 600px) {
  .home .contact .grid-col-4 .social-text {
    display: none;
  }
}
.home .contact .grid-col-4 a {
  color: #18140f;
  text-align: center;
  align-self: baseline;
}
.home .contact .grid-col-4 a:hover {
  color: #ffffff;
  transition-duration: 0.5s;
}
.sign-in-page .splash {
  height: 99%;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sign-in-page .splash .splash-image {
  background-image: url("../assets/img/6082329903_ea18bfdc09_o-1600-medium.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  top: 0;
  height: 100%;
  position: relative;
  opacity: 0.95;
}
.sign-in-page .splash .splash-image .splash-overlay {
  background: linear-gradient(#000000, rgba(35, 35, 35, 0.25));
  background-attachment: fixed;
  height: 100%;
}
.sign-in-page .splash .login {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  text-align: center;
  color: #bd3833;
}
.sign-in-page .splash .login h3 {
  text-shadow: 1px 1px 5px black;
}
.sign-in-page .splash .login input[type=text] {
  width: 75%;
  max-width: 475px;
  padding: 12px 20px;
  margin: 8px 0;
  border: 0;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 600px) {
  .sign-in-page .splash .login input[type=text] {
    width: 85%;
  }
}
.sign-in-page .splash .login p {
  text-shadow: 1px 1px 5px black;
}
.sign-in-page .splash .login p a {
  color: #bd3833;
}
.sign-in-page .splash .btn {
  display: flex;
  justify-content: center;
  margin: 8px auto 0;
  background-color: #ffffff;
  color: #bd3833;
  border-radius: 0px;
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: center;
  width: 25%;
  min-width: 100px;
  padding: 8px 10px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
  z-index: 1;
}
.sign-in-page .splash .btn:hover {
  color: #ffffff;
  background-color: #bd3833;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
@media (min-width: 0px) and (max-width: 600px) {
  .sign-in-page .splash .btn {
    width: 70%;
  }
}
section a.divider {
  display: grid;
  width: 100%;
  margin-top: -3px;
  text-decoration: none;
}
section a.divider .leading-arrow {
  background-color: #18140f;
  color: #E5DABD;
  font-size: 5rem;
  margin: -27px auto;
  border-radius: 28px;
  border: 2px solid #18140f;
  z-index: 5;
}
section a.divider .leading-arrow:hover {
  transform: scale(1.25);
  transition-duration: 0.5s;
}
.sign-in-footer {
  display: block;
  max-width: unset;
  width: 100%;
  background-color: #232323;
}
.sign-in-footer .contact {
  background-color: #18140f;
  color: #9d6a4f;
  padding: 5% 15%;
}
@media (min-width: 0px) and (max-width: 600px) {
  .sign-in-footer .contact {
    padding: 10% 5%;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  .sign-in-footer .contact {
    padding: 15% 5%;
  }
}
.sign-in-footer .contact .grid-col-4 {
  align-items: center;
}
@media (min-width: 0px) and (max-width: 600px) {
  .sign-in-footer .contact .grid-col-4 {
    grid-template-columns: 10% 80% 10%;
  }
}
.sign-in-footer .contact .grid-col-4 h3 {
  grid-column: span 4;
  text-align: center;
  padding: 0 0 20px 0;
}
.sign-in-footer .contact .grid-col-4 .icon,
.sign-in-footer .contact .grid-col-4 .social {
  font-size: 2.1rem;
  text-align: center;
  align-self: baseline;
}
.sign-in-footer .contact .grid-col-4 .text,
.sign-in-footer .contact .grid-col-4 .social-text {
  font-size: 1.4rem;
  margin-left: 10px;
  align-self: auto;
}
.sign-in-footer .contact .grid-col-4 .icon {
  grid-column: 1;
}
.sign-in-footer .contact .grid-col-4 .text {
  grid-column: 2;
}
.sign-in-footer .contact .grid-col-4 .social {
  grid-column: 3;
}
.sign-in-footer .contact .grid-col-4 .social-text {
  grid-column: 4;
}
@media (min-width: 0px) and (max-width: 600px) {
  .sign-in-footer .contact .grid-col-4 .social-text {
    display: none;
  }
}
.sign-in-footer .contact .grid-col-4 a {
  color: #9d6a4f;
  text-align: center;
  align-self: baseline;
}
.sign-in-footer .contact .grid-col-4 a:hover {
  color: #ffffff;
  transition-duration: 0.5s;
}
.reset-password .splash {
  height: 99%;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.reset-password .splash .splash-image {
  background-image: url("../assets/img/121208-F-AX764-027-1600-medium.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  top: 0;
  height: 100%;
  position: relative;
  opacity: 0.95;
}
.reset-password .splash .splash-image .splash-overlay {
  background: linear-gradient(#000000, rgba(35, 35, 35, 0.25));
  background-attachment: fixed;
  height: 100%;
}
.reset-password .splash .login {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  text-align: center;
  color: #bd3833;
}
.reset-password .splash .login h3 {
  text-shadow: 1px 1px 5px black;
}
.reset-password .splash .login input[type=text] {
  width: 33%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 0;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
}
.reset-password .splash .login p {
  text-shadow: 1px 1px 5px black;
}
.reset-password .splash .login p a {
  color: #bd3833;
}
.reset-password .splash .btn {
  display: flex;
  justify-content: center;
  margin: 8px auto 0;
  background-color: #ffffff;
  color: #bd3833;
  border-radius: 0px;
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: center;
  width: 25%;
  min-width: 100px;
  padding: 8px 10px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
  z-index: 1;
}
.reset-password .splash .btn:hover {
  color: #ffffff;
  background-color: #bd3833;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
@media (min-width: 0px) and (max-width: 600px) {
  .reset-password .splash .btn {
    width: 70%;
  }
}
section a.divider {
  display: grid;
  width: 100%;
  margin-top: -3px;
  text-decoration: none;
}
section a.divider .leading-arrow {
  background-color: #18140f;
  color: #E5DABD;
  font-size: 5rem;
  margin: -27px auto;
  border-radius: 28px;
  border: 2px solid #18140f;
  z-index: 5;
}
section a.divider .leading-arrow:hover {
  transform: scale(1.25);
  transition-duration: 0.5s;
}
.reset-password-footer {
  display: block;
  max-width: unset;
  width: 100%;
  background-color: #232323;
}
.reset-password-footer .contact {
  background-color: #232323;
  color: #ffffff;
  padding: 5% 15%;
}
@media (min-width: 0px) and (max-width: 600px) {
  .reset-password-footer .contact {
    padding: 5% 5%;
  }
}
.reset-password-footer .contact .grid-col-4 {
  align-items: center;
}
@media (min-width: 0px) and (max-width: 600px) {
  .reset-password-footer .contact .grid-col-4 {
    grid-template-columns: 10% 80% 10%;
  }
}
.reset-password-footer .contact .grid-col-4 h3 {
  grid-column: span 4;
  text-align: center;
  padding: 0 0 20px 0;
}
.reset-password-footer .contact .grid-col-4 .icon,
.reset-password-footer .contact .grid-col-4 .social {
  font-size: 2.1rem;
  text-align: center;
  align-self: baseline;
}
.reset-password-footer .contact .grid-col-4 .text,
.reset-password-footer .contact .grid-col-4 .social-text {
  font-size: 1.4rem;
  margin-left: 10px;
  align-self: auto;
}
.reset-password-footer .contact .grid-col-4 .icon {
  grid-column: 1;
}
.reset-password-footer .contact .grid-col-4 .text {
  grid-column: 2;
}
.reset-password-footer .contact .grid-col-4 .social {
  grid-column: 3;
}
.reset-password-footer .contact .grid-col-4 .social-text {
  grid-column: 4;
}
@media (min-width: 0px) and (max-width: 600px) {
  .reset-password-footer .contact .grid-col-4 .social-text {
    display: none;
  }
}
.reset-password-footer .contact .grid-col-4 a {
  color: #ffffff;
  text-align: center;
  align-self: baseline;
}
.reset-password-footer .contact .grid-col-4 a:hover {
  color: #ffffff;
  transition-duration: 0.5s;
}
html.donate {
  height: unset;
}
.donate {
  background: linear-gradient(#18140f, rgba(229, 218, 189, 0.5));
}
.donate nav.nav-solid {
  background-color: #18140f;
  box-shadow: 2px 2px 8px 0px rgba(5, 5, 5, 0.75);
}
.donate nav.nav-solid li {
  margin-right: 5px;
}
.donate .schools-by-state {
  padding: 105px 0 0 0;
  color: #AE4110;
  background-image: url("../assets/img/Fruit-bar-pic-Web-USDAgov.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-y: 2px;
}
@media (min-width: 0px) and (max-width: 600px) {
  .donate .schools-by-state {
    padding: 93px 0 0 0;
  }
}
.donate .schools-by-state .school-filter-bar {
  background-color: #18140f;
  padding: 20px 0;
}
.donate .schools-by-state .school-filter-bar h1 {
  text-align: center;
}
.donate .schools-by-state .school-filter-bar p {
  text-align: center;
  font-size: 1.6rem;
}
.donate .schools-by-state .school-filter-bar .row {
  margin-top: 20px;
}
.donate .schools-by-state .school-filter-bar .row .state-labels {
  font-size: 2rem;
  text-align: center;
}
.donate .schools-by-state .school-filter-bar .row .state-labels a {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: center;
  width: 33%;
  min-width: 100px;
  padding: 3px 6px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
  box-shadow: 2px 2px 8px 0px rgba(5, 5, 5, 0.75);
}
.donate .schools-by-state .school-filter-bar .row .state-labels a:hover {
  color: #E5DABD;
  background-color: #AE4110;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
@media (min-width: 0px) and (max-width: 600px) {
  .donate .schools-by-state .school-filter-bar .row .state-labels a {
    width: 70%;
  }
}
.donate .schools .row {
  margin: 1.5rem 10% 10% 10%;
}
.donate .schools .row .card {
  color: #18140f;
  background-color: #E5DABD;
  border: 0;
  width: 100%;
  margin: 0 auto;
}
.donate .schools .row .card .card-body .donation-need {
  padding: 10px 0;
  font-weight: 700;
  font-size: 1.8rem;
}
.donate .schools .row .card a.btn {
  background-color: rgba(255, 255, 255, 0.15);
  color: #AE4110;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: center;
  width: 33%;
  min-width: 100px;
  padding: 3px 6px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-left: 5px solid #AE4110;
  padding-right: 10px;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}
.donate .schools .row .card a.btn:hover {
  color: #ffffff;
  background-color: #AE4110;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
@media (min-width: 0px) and (max-width: 600px) {
  .donate .schools .row .card a.btn {
    width: 70%;
  }
}
section a.divider {
  display: grid;
  width: 100%;
  margin-top: -3px;
  text-decoration: none;
}
section a.divider .leading-arrow {
  background-color: #232323;
  color: #E5DABD;
  font-size: 5rem;
  margin: -27px auto;
  border-radius: 28px;
  border: 2px solid #232323;
  z-index: 5;
}
section a.divider .leading-arrow:hover {
  transform: scale(1.25);
  transition-duration: 0.5s;
}
.donate-footer {
  display: block;
  max-width: unset;
  width: 100%;
}
.donate-footer .contact {
  background-color: #232323;
  color: #9d6a4f;
  padding: 40px 15% 25px 15%;
}
@media (min-width: 0px) and (max-width: 600px) {
  .donate-footer .contact {
    padding: 40px 5% 25px;
  }
}
.donate-footer .contact .grid-col-4 {
  align-items: center;
}
@media (min-width: 0px) and (max-width: 600px) {
  .donate-footer .contact .grid-col-4 {
    grid-template-columns: 10% 80% 10%;
  }
}
.donate-footer .contact .grid-col-4 h3 {
  grid-column: span 4;
  text-align: center;
  padding: 0 0 20px 0;
}
.donate-footer .contact .grid-col-4 .icon,
.donate-footer .contact .grid-col-4 .social {
  font-size: 2.1rem;
  text-align: center;
  align-self: baseline;
}
.donate-footer .contact .grid-col-4 .text,
.donate-footer .contact .grid-col-4 .social-text {
  font-size: 1.4rem;
  margin-left: 10px;
  align-self: auto;
}
.donate-footer .contact .grid-col-4 .icon {
  grid-column: 1;
}
.donate-footer .contact .grid-col-4 .text {
  grid-column: 2;
}
.donate-footer .contact .grid-col-4 .social {
  grid-column: 3;
}
.donate-footer .contact .grid-col-4 .social-text {
  grid-column: 4;
}
@media (min-width: 0px) and (max-width: 600px) {
  .donate-footer .contact .grid-col-4 .social-text {
    display: none;
  }
}
.donate-footer .contact .grid-col-4 a {
  color: #9d6a4f;
  text-align: center;
  align-self: baseline;
}
.donate-footer .contact .grid-col-4 a:hover {
  color: #ffffff;
  transition-duration: 0.5s;
}
