@import url("/assets/stylesheets/main.css");
section.hero {
  position: relative;
  height: 77vh;
  width: 100vw;
}
section.hero .bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url("/assets/images/volunteer/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
section.hero .container {
  position: relative;
  z-index: 1;
  place-content: unset;
}
section.hero .container .heading {
  margin-top: 200px;
  text-align: center;
}
section.hero .container .heading span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
section.hero .container .heading h2 {
  font-size: 31.8px;
  font-weight: 500;
}

section.about-us {
  margin-bottom: 56px;
}
section.about-us .container {
  font-size: 16px;
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
section.about-us .container h1 {
  color: #009bd2;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 64.4px;
}
section.about-us .container h3 {
  margin-bottom: 6px;
}
section.about-us .container p {
  line-height: 150%;
  max-width: 800px;
}

section.partners {
  margin-bottom: 56px;
}
section.partners .container {
  font-size: 16px;
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
section.partners .container h1 {
  color: #009bd2;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 64.4px;
}
section.partners .container h3 {
  margin-bottom: 6px;
}
section.partners .container p {
  line-height: 150%;
  max-width: 800px;
}

section.programs {
  margin-bottom: 100px;
}
section.programs .container {
  font-size: 16px;
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
section.programs .container h1 {
  color: #009bd2;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 64.4px;
}
section.programs .container h3 {
  margin-bottom: 6px;
}
section.programs .container p {
  line-height: 150%;
  max-width: 800px;
}

section.form {
  padding: 56px 0;
  background: #e8edf4;
}
section.form form {
  background: #fff;
  padding: 25px 25px 35px 25px;
  margin: auto;
  width: 90%;
  max-width: 700px;
}
section.form form .legend {
  border-bottom: 1px solid rgba(0, 0, 0, 0.168627451);
  padding: 35px 0;
}
section.form form .legend h3 {
  margin-bottom: 9px;
}
section.form form .legend p {
  margin-bottom: 6px;
}
section.form form .legend input[type=text], section.form form .legend input[type=email] {
  height: 41px;
  padding: 4px;
}
section.form form .legend.personal-info .input-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
section.form form .legend.personal-info .row-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-bottom: 17px;
}
section.form form .legend.personal-info .row-2 {
  display: grid;
  grid-template-columns: 100%;
  margin-bottom: 17px;
}
section.form form .legend.availability .row-1 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}
section.form form .legend.availability .row-1 .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
section.form form .legend.availability .row-1 input {
  display: none;
}
section.form form .legend.availability .row-1 label {
  display: flex;
  align-items: center;
  padding: 11px 0;
  width: 100%;
  border: 1px solid #009bd2;
  color: #009bd2;
  font-weight: 500;
  justify-content: center;
  transition: all 0.2s ease;
}
section.form form .legend.availability .row-1 label.active {
  color: #fff;
  background: #009bd2;
}
section.form form .legend.skills, section.form form .legend.comments {
  border: unset;
}
section.form form .legend.skills textarea, section.form form .legend.comments textarea {
  width: 100%;
  padding: 6px;
}
section.form form .legend.volunteer-preferences p {
  margin-bottom: 14px;
}
section.form form .legend.volunteer-preferences .areas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  max-width: 60%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
section.form form .legend.volunteer-preferences .areas .input-box {
  display: flex;
  align-items: center;
  gap: 6px;
}
section.form form button {
  background: #FFD500;
  border: none;
  outline: none;
  padding: 11px 20px;
  text-transform: uppercase;
}
section.form form button:hover {
  background: #eac304;
}/*# sourceMappingURL=volunteer.css.map */