/* --- SIMPLY GOOD PAGE --- */
.page_simply-doing-good #page {margin:0;padding: 0;max-width: none;}
.page_simply-doing-good #page-title {display: flex;justify-content: center;align-items: center;min-height: 270px;background: url(assets/images/simply-doing-good.jpg);background-size: cover;background-repeat: no-repeat;}
.page_simply-doing-good #page-title h1, .page_simply-doing-good #page-title h2 {color: #fff!important;}
.page_simply-doing-good #page-title h1 {font-size: 20px;}
#doing-good, #simply-neighborhood, #simply-giving, #simply-local {display:flex;padding: 100px;align-items:center;justify-content:space-evenly;}
#doing-good article {flex: 2;}
#doing-good p {font:400 24px/2 Muli,sans-serif;max-width: 774px;letter-spacing:.4px;line-height: 1.46;margin-top: 20px!important;}
#doing-good figure {flex: 1;}
#doing-good {max-width: 1150px;margin: 50px auto;padding: 0;}
#smile-better {position: relative;background-color: #004285;}
#smile-better h2 {padding: 100px 0px;text-align: center;color: #fff;font-size: 55px;}
#smile-better h2 span {font-weight:bold;}
#toy-drive {margin: 0;width: 100%;}
/*#simply-neighborhood > *, #simply-giving > *, #simply-local > * {flex: 1;}*/
#simply-neighborhood article, #simply-giving article, #simply-local article {text-align:center;max-width: 500px;}
#simply-neighborhood h2, #simply-giving h2, #simply-local h2 {margin-bottom: 30px;}
#simply-neighborhood {background:url(assets/images/neighborhood-bkg.jpg);background-size: cover;}
#simply-giving {background:url(assets/images/community-bkg.jpg);background-size: cover;}
#simply-form {text-align: center;padding: 70px 0;max-width: 800px;margin: auto;}
#simply-form form {background-color: rgb(239, 239, 240);padding: 10px;border: 1px solid;border-radius: 5px;}
#simply-form .input-cont {display:flex;justify-content:space-between;}
#simply-form input {flex: 0 1 49.5%;border: 1px solid;padding: 5px 10px;}
#simply-form label {display: block;text-align: left;margin:15px auto 5px;}
#simply-form textarea {display: block;width: 100%;}
#index-simply {display: flex;flex-wrap: wrap;padding: 50px;max-width: 1200px;margin: 30px auto;align-items: center;}
#index-simply article {flex: 2;}
#index-simply figure {flex: 1;}
#index-simply img:hover {filter:drop-shadow(0px 5px 10px darkgray);transition: 0.3s all;}
.page_simply-doing-good h2, .page_simply-doing-good p {font-family: Muli, sanserif}
.page_simply-doing-good h2 {font-size: 54px;}

@media (max-width: 900px) {
    #doing-good, #simply-neighborhood, #simply-giving, #simply-local {padding: 20px;flex-wrap:wrap;}
    #doing-good > *, #simply-neighborhood > *, #simply-giving > *, #simply-local > * {flex: auto!important;}
    #simply-local figure {order: 1;}
    #simply-form .input-cont {flex-wrap:wrap;}
    #simply-form input {margin: 5px auto;flex: auto;}
    #index-simply {padding: 20px 50px 0;}
    #index-simply article {flex:inherit;}
}
/* er icons  */

/***** Remove the class="off" from the leanModal link in the html to activate the link/connect to its pop-up *****/
.off {
  pointer-events: none;
}

.service-icons {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 20px auto;
}
.service-icons h3 {
  margin: 5px auto;
  font-size: 22px;
  line-height: 1.1;
}
.service-icons > * {
  padding: 5px;
  flex: 0 1 210px;
  margin: 10px auto;
  display: block;
}
.service-icons a {
  color: #2f3437;
  text-decoration: none;
}
.service-icons a:hover .icon .ic-color {
  fill: #3a97bb;
}
.service-icons a:hover h3 {
  color: #3a97bb;
}

.ic-color {
  fill: tomato;
}

.sv-icon {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.has-h3 {
  clear: both;
  display: table;
  width: 100%;
  margin: 20px auto;
  text-align: left;
}

.has-h3 h3 {
  margin: 0 auto 10px;
  text-align: left;
}

@media (max-width: 750px) {
  .has-h3, .has-h3 h3 {
    text-align: center;
  }
}
/*==================== Modal ================*/
#lean_overlay {
  padding: 10px;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  overflow: scroll;
}

.modal-content.pop {
  display: none;
  flex: 0 1 97%;
  background: rgb(237, 237, 237);
  max-width: 900px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 95%;
  max-height: calc(100vh - 80px);
  overflow-y: scroll;
  margin: auto;
  padding: 30px;
}
.modal-content.pop h3 {
  text-align: center;
  font-size: 26px;
  margin: 15px 0 10px;
}
.modal-content.pop .has_btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-content.pop .btn {
  margin: 5px;
  min-width: auto;
}
.modal-content.pop .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  z-index: 1002;
  cursor: pointer;
  color: tomato;
  line-height: 1;
}
.modal-content.pop .modal-close span {
  display: none;
}
.modal-content.pop .modal-close i {
  position: relative;
  color: tomato;
  font-style: normal;
  padding-bottom: 4px;
}
.modal-content.pop .modal-close i:before {
  font-size: 40px;
  content: "\2715";
}
.modal-content.pop .modal-close:hover i {
  color: #555;
}
.modal-content.pop .has_btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-content.pop .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-content.pop .buttons > p {
  margin: 5px;
}

#pop-icons .mini-block {
margin: auto;
}

#index-faq {
margin: 8rem auto;
text-align: center;
max-width: 1200px;
}

#area {
  max-width: 1200px;
  margin: auto;
    margin-bottom: auto;
  padding-inline: 15px;
  text-align: center;
  margin-bottom: 100px;
}
/*# sourceMappingURL=styles-2.css.map */