/**
Theme Name: servemen
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: servemen
Template: astra
*/

html,
body,
p,
h3,
h4,
h5 {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

h1,
h2 {
  font-family: 'acumin-pro-extra-condensed', 'Helvetica Neue', Helvetica,
    Sans-serif;
}

a {
  color: #4A7BBD;
}

.donate-button > a {
  color: black !important;
  background-color: #ffc757;
}

.join-button > a {
  color: white !important;
  background-color: #3B2B94;
}

@media (min-width: 768px) {
  .donate-button > a, .join-button > a {
    margin-left: 5px;
    padding: 8px 15px !important;
    border-radius: 5px;
  }
}

/* Form Base Styles */
.gform_wrapper form ul.gform_fields .gfield.gsection {
  border-bottom: 1px solid #dddddd;
  margin: 55px 10px !important;
}

.gform_wrapper form ul.gform_fields li.gf_left_half.gfield_html {
  display: inline-block;
  width: 33%;
  margin: 0 !important;
}

ul.gform_fields li.gfield.gfield_html .gf_question_label,
.gf_question_label {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
}

.gform_wrapper form ul.gform_fields li.gfield.gf_right_half {
  display: inline-block;
  float: right;
  margin: 0 !important;
  width: 67%;
}

ul.gform_fields li.gfield.gf_right_half .ginput_container {
  width: 100%;
}

.gf_question_label .gf_question_number {
  background-color: #e92031;
  margin-right: 10px;
  color: #ffffff;
  display: flex;
  width: 100%;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 50px;
  flex: 1 1 auto;
  justify-content: center;
  align-content: center;
}

.gf_question_sub {
  font-size: 15px;
  color: #666666;
}

.gform_wrapper ul.gform_fields .ginput_container.ginput_container_radio,
.gform_wrapper ul.gform_fields .ginput_container.ginput_container_select {
  margin: 0 !important;
  width: 100% !important;
}

.gform_wrapper
  ul.gform_fields
  .ginput_container.ginput_container_radio
  ul.gfield_radio {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

ul.gfield_radio li input[type='radio'] {
  position: absolute;
  visibility: hidden;
}

.gform_wrapper ul.gfield_radio li {
  flex-basis: 25%;
  flex-grow: 1;
  padding: 0 5px !important;
}

ul.gfield_radio li input[type='radio'] + label {
  border: 2px solid black;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 16px;
  max-width: 100%;
  padding: 12px 6px;
  text-align: center;
  width: 100%;
}

ul.gfield_radio li input[type='radio']:hover + label,
ul.gfield_radio li input[type='radio']:checked + label {
  background-color: #000000;
  color: #ffffff;
}

.gform_wrapper
  li.gfield
  .ginput_container.ginput_container_radio
  ul.gfield_radio
  li
  input[type='radio']
  + input[type='text'],
.gform_wrapper li.gfield .ginput_container.ginput_complex input[type='text'],
.gform_wrapper li.gfield .ginput_container input:not([type='checkbox']) {
  background-color: #fff;
  border: 2px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 18px;
  height: 55px;
  margin: 10px 0;
  max-width: 100%;
  padding: 0 20px;
  width: 100%;
}

.gform_fields .gfield.ginput_container_select {
  padding: 0 5px;
}

.gform_fields .gfield select.gfield_select {
  background-color: #fff;
  border: 2px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  height: 55px;
  padding: 0 20px;
  width: 100%;
}

.gform_wrapper li.gfield.gf_right_half textarea {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 4px;
  padding: 16px;
}

.gform_wrapper ul.gfield_checkbox li input[type='checkbox'],
.gform_wrapper li.gfield input[type=checkbox],
.form-check input[type="checkbox"] {
  -webkit-appearance: none;
  border: 2px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 16px;
  max-width: 100%;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  line-height: 20px;
}

ul.gfield_checkbox li input[type='checkbox']:hover,
ul.gfield_checkbox li input[type='checkbox']:checked,
.gform_wrapper li.gfield input[type=checkbox]:hover,
.gform_wrapper li.gfield input[type=checkbox]:checked,
.form-check input[type="checkbox"]:hover,
.form-check input[type="checkbox"]:checked {
  background-color: #fec661;
  border-color: #fec661;
  color: #000;
}

ul.gfield_checkbox li input[type='checkbox']:checked:before,
.gform_wrapper li.gfield input[type=checkbox]:checked:before,
.form-check input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.gform_wrapper .gform_body .gfield_checkbox li>label,
.form-check-label {
  color: #666666;
  margin-top: 8px;
  margin-left: 16px;
}

.gform_wrapper span.ginput_price {
  display: none;
}

li.gf_right_half.gfield_price .ginput_container.ginput_container_total {
  font-size: 24px;
  margin: 0;
  width: 100%;
}

.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date), li.gfield.gf_right_half .ginput_complex.ginput_container {
  margin-left: 0 !important;
  width: 100% !important;
}

.gform_wrapper ul.gform_fields li.gfield .ginput_container_name span:last-of-type {
  padding-right: 0;
}

.gform_wrapper ul.gform_fields li.gfield.gf_right_half div.ginput_complex span.ginput_right select {
  background-color: #fff;
  border: 2px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  height: 55px;
  margin: 10px 0;
  padding: 0 20px;
  width: 100%;
}

.gform_wrapper .gform_footer.left_label,
.contact_form .gform_footer {
  padding: 16px 5px !important;
  margin-left: 33%;
  width: 67%;
}

.gform_wrapper .gform_footer input[type='submit'] {
  background-color: #fec661;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
}

.gform_wrapper .gfield_choice_all_toggle{
  padding: 0;
  border: none;
  background: #45CABD;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 2px;
}
.gform_wrapper .gfield_choice_all_toggle:hover{
  background: #3EB5AA;
}

.gform_wrapper .gform_footer input[type='submit']:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .gform_wrapper form ul.gform_fields .gfield.gsection {
    margin: 25px 10px !important;
  }

  .gform_wrapper form ul.gform_fields li.gf_left_half.gfield_html {
    display: block;
    width: 100%;
  }

  ul.gform_fields li.gfield.gfield_html .gf_question_label {
    margin-bottom: 14px;
  }

  .gform_wrapper form ul.gform_fields li.gfield.gf_right_half {
    width: 100%;
  }

  .gform_wrapper
    ul.gform_fields
    .ginput_container.ginput_container_radio
    ul.gfield_radio {
    flex-direction: column;
  }

  .gform_wrapper .gform_footer.left_label,
  .contact_form .gform_footer {
    margin: 0;
    width: 100%;
  }
}
/* End Form Base Styles */

/* Newsletter Form */
.newsletter_form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter_form .gform_body {
  flex: 1 0 80%;
}

.newsletter_form ul.gform_fields li.newsletter_email.gfield {
  padding: 0;
  margin: 0;
}

.newsletter_form
  li.newsletter_email.gfield
  > div.ginput_container.ginput_container_email {
  margin: 0;
}

.newsletter_form
  li.newsletter_email.gfield
  > div.ginput_container.ginput_container_email
  input[type='email'] {
  width: 100%;
  border-radius: 4px 0 0 4px;
  height: 50px;
  border: 2px solid #ddd;
  padding-left: 10px;
  margin: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* Wrapped in a media query to beat GF specificty */
@media only screen and (min-width: 641px) {
  .newsletter_form .gform_footer.top_label {
    margin: 0;
    padding: 0;
    flex: 1 0 20%;
  }

  .newsletter_form_wrapper
    .newsletter_form
    .gform_footer.top_label
    input.button[type='submit'] {
    margin: 0;
    height: 50px;
    border-radius: 0 4px 4px 0;
    max-width: none;
  }
}

@media (max-width: 768px) {
  form.newsletter_form {
    flex-direction: column;
  }

  form.newsletter_form .gform_body {
    margin-bottom: 10px;
  }

  .newsletter_form
    li.newsletter_email.gfield
    > div.ginput_container.ginput_container_email
    input[type='email'],
  .newsletter_form .gform_footer input[type='submit'] {
    border-radius: 4px;
  }
}
/* End Newsletter Form */

.elementor-post__text {
  width: 100%;
}

h3.elementor-post__title {
  position: relative;
  padding-right: 25px;
  width: 100%;
}

.elementor-post.elementor-grid-item h3.elementor-post__title:after {
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffc757;
  font-size: 18px;
  line-height: 18px;
  margin: 0 5px;
  position: absolute;
  top: 0;
  right: 0;
}

/* Staff Widget Styles */

.staff-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.staff-member-wrap {
  flex: 1 0 20%;
  max-width: 20%;
  display: flex;
  flex-direction: column;
}

.senior-leadership-listing .staff-member-wrap:nth-child(1), 
.senior-leadership-listing .staff-member-wrap:nth-child(2),
.senior-leadership-listing .staff-member-wrap:nth-child(3),
.senior-leadership-listing .staff-member-wrap:nth-child(4) {
  flex: 1 0 25%;
  max-width: 25%;
}

.staff-member-wrap h5 {
  color: #222;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: bold;
}

.staff-member-wrap p {
  color: #666666;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: normal;
}

.staff-member-wrap .modal-btn {
  -webkit-appearance: none;
  background: #fff;
  border: none;
  width: 100%;
  padding: 15px 10px;
}

.staff-member-wrap .modal-btn:hover,
.staff-member-wrap .modal-btn:active {
  background: #222;
}

.staff-member-wrap .modal-btn:hover h5,
.staff-member-wrap .modal-btn:active {
  color: #fff;
}

.staff-member-wrap .modal.show {
  background-color: #fff;
  opacity: 0.98;
}

.staff-member-wrap .modal-content {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 #ddd;
  flex-flow: row wrap;
}

.modal-feat-image {
  flex: 1 0 50%;
  background-color: #FFFCF4;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.modal-feat-image img {
  max-width: 250px;
}

.modal-body {
  flex: 1 0 50%;
  padding: 16px 30px;
}

.modal-body .close {
  font-weight: 200;
  font-size: 35px;
}

.staff-contact-info {
  margin-bottom: 16px;
}

.staff-contact-info a {
  display: block;
  margin-bottom: 4px;
}
.staff-contact-info a:hover {
  color: #20386A;
  text-decoration: none;
}

.staff-contact-info i {
  margin-right: 6px;
}

@media (min-width: 576px) {
  .staff-member-wrap .modal.show .modal-dialog  {
    max-width: 1000px;
  }
}

@media (max-width: 768px) {
  .staff-member-wrap, 
  .senior-leadership-listing .staff-member-wrap:nth-child(n)  {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

/* Join AmeriCorps Styles */
.join-americorps h2 {
  color: #000;
  font-family: "Helvetica", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 40px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.filter-wrap hr {
  border-color: #ddd;
  margin: 40px 0;
}

.type-checkbox {
  display: flex;
  background-color: #fff;
  border: 2px solid rgba(254, 198, 86, 0.3);
  border-radius: 4px;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin: 0 5px;
  max-height: 250px;
  padding: 20px 25px;
}

.type-checkbox.checked {
  border-color: #ffc758;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

.type-checkbox input {
  position: relative;
  margin: 0;
}

.type-checkbox label.form-check-label {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  height: 100%;
  max-height: 175px;
  text-align: center;
}

.type-checkbox img {
  height: 100%;
  max-height: 100px;
}

.type-checkbox h4 {
  margin: 5px 0;
}

.join-program-wrap {
  margin-bottom: 30px;
  max-height: 200px;
}

.filter-wrap button[type='submit'] {
  background-color: #222;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  height: 50px;
  max-width: 150px;
  width: 100%;
  text-align: center;
}

.filter-wrap button[type='submit']:hover {
  background-color: #ffc758;
  color: #000;
}

.custom-join-americorps-elementor-widget a.learn-more-link {
  background-color: #ffc758;
  border: none;
  border-radius: 4px;
  color: #000;
  font-weight: bold;
  max-width: 120px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.custom-join-americorps-elementor-widget a.learn-more-link:hover {
  background-color: #000;
  color: #ffc758;
}

@media (max-width: 768px) {
  .gf_question_label {
    margin-bottom: 20px;
  }

  .type-checkbox {
    margin: 10px;
    height: auto;
  }

  .type-checkbox label.form-check-label {
    margin: 0;
  }

  .join-program-wrap {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 20px;
    margin: 10px 0;
    max-height: none;
  }
}

/* program left column bullets */
.program-data {
  visibility: hidden;
}
.program-data ul {
  margin-left: 1.5em;
}
#service-areas a {
  display: list-item;
  margin-left: 1.5em;
}

/* quiz form fixes */
.gf_progressbar.gf_progressbar_custom {
  background: white !important;
}
