.et_pb_row
{
  width: 95% ;
  max-width: 1440px;
}
/* body.home .how-it-work-content .et_pb_text_inner
{
    display: flex;
    flex-direction: column;
    flex: 1;
} */
body.home  .step-box
{
  display: flex;
  align-items: center;
  padding: 15px 0px;
  border-radius: 6px;
  color: #fff;
}
body.home .step-number
{
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #10AFC2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-family: Jost;
  font-weight: 500;
  font-size: 40px;
  line-height: 30px;
}
body.home .step-content h3
{
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  padding: 0;
  color: #fff;
}
body.home .step-content p
{
  padding: 0;
  font-family: Jost;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
body.home .et_pb_button_module_wrapper:has(.wc-get-started),
body.home .et_pb_button_module_wrapper:has(.wc-refer-client)
{
  width: auto;
  float: left;
}
.who-we-serve .wc-list-area .et_pb_column
{
  width: 31%;
  margin-right: 3%;
}
.who-we-serve .wc-list-area .et_pb_column ul li
{
  padding: 8px 0px;
}
.fequntly-aAsked-questions .et_pb_toggle_open h5.et_pb_toggle_title
{
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 6px;
}
body .wc-menu-list-col 
{
  margin-right: 1% !important;
  width: 67% !important;
}
body .wc-menu-list-col .wc-menu-list .et_pb_menu__wrap
{
  justify-content: right;
}
.faith-based-support > .faith-based-support-col
{
  width: 52% !important;
  margin-right: 2% !important;
}
footer .wc-footer-menu ul
{
  display: unset !important;
}
footer .wc-footer-menu ul li a
{
  text-transform: capitalize !important;
}
header .wc-button-area
{
  width: 11% !important;
}
footer .social-icons
{
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: flex-end;
}
footer .social-icons a
{
  height: 32px;
}
.wc-footer-section .et_pb_column
{
  width: 27%;
  margin-right: 3%;
}
.wc-footer-section .et_pb_column.wc-quick-link
{
  width: 10%;
}
.wc-footer-section .et_pb_column.wc-quick-link a
{
  padding: 0px 0px 3px 0px !important;
}
body form .contact-us input, body form .contact-us textarea {
  width: 100%;
}
div.wc-sidebar ul.wc-list, header .wc-top-header ul
{
  padding: 0 !important;
  list-style: none;
}
div.wc-sidebar ul.wc-list li
{
  line-height: 30px;
  margin: 5px 0px;
}
div.wc-sidebar ul.wc-list li img
{
  margin-top: 5px;
  display: block;
  width: auto;
  float: left;
}
header .wc-top-header ul li
{
  display: inline;
  margin-right: 15px;
}
header .wc-top-header ul li a
{
  color: #F5F3EF !important;
  font-family: Jost;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.wc-how-it-work .et_pb_gutters2 .et_pb_column,
.wc-services-section .wc-service-col
{
  overflow: visible;
}
.contact-us p label, .contact-us p label span input, .contact-us p label .wpcf7-not-valid-tip
{
  font-family: Jost;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
}
.contact-us p
{
  padding: 0px;
}
.contact-us p label
{
  margin-bottom: 10px !important;
  display: block;
}
.contact-us p label, .contact-us p label span input
{
  color: #666 !important;
}
.contact-us span.wpcf7-not-valid-tip
{
  margin-top: 10px;
  margin-bottom: 20px;
}
.contact-us input, .contact-us textarea
{
  background: transparent;
  border: 1px solid #666;
  border-radius: 5px;
}
.contact-us input[type="submit"]
{
  background: #EBA939;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 12px 40px;
  border: unset;
}

/*
=============================
PDF form css
=============================
*/

.form-progress {
    width: 100%;
    height: 6px;
    background: #eee;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 33%;
    background: #0073aa;
    transition: width 0.3s ease;
}

.step-indicator {
    margin-bottom: 15px;
    font-weight: 600;
}

.step {
    display: none;
}

.step.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: translateX(0); }
}

.error-msg {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

#pdf-submit-success,#referral-submit-success{
  max-width: 700px;
  margin: 50px auto;
  padding: 40px;
  background: #f4fff4;
  border: 1px solid #d6ead6;
  border-radius: 10px;
  text-align: center;
}

#pdf-submit-success h2,#referral-submit-success h2 {
  color: #2d7a2d;
  margin-bottom: 20px;
}

/* 13-may-2026 event page */
#vsel .vsel-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    border-bottom: none;
}
.vsel-meta.vsel-alignright {
    order: 2;
}

.vsel-info.vsel-alignleft {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

div#vsel {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.vsel-content h3 a{
font-family: '', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #666666;
    line-height: 34px;
  }

.vsel-meta.vsel-alignright,
.vsel-info.vsel-alignleft,
.single-event .vsel-meta.vsel-alignleft,
.single-event .vsel-info.vsel-alignright
{
    width: 100% !important;
}

.vsel-text p{
color: #666;
text-align: left;
font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
font-size: 18px;
line-height: 140%;
}
figure.vsel-image.vsel-alignleft img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.vsel-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.vsel-read-more,
.vsel-meta-date.vsel-meta-combined-date a,
.vsel-meta-time,
.vsel-meta-location,
.vsel-meta-cats a,
.single-event p.post-meta,
.vsel-meta-date.vsel-meta-start-date,
.vsel-meta-date.vsel-meta-end-date,
.vsel-meta-cats span {
    color: #666;
    text-align: left;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    line-height: 140%;
}

.vsel-meta-date.vsel-meta-combined-date span,
.vsel-meta-time span,
.vsel-meta-location span,
.single-event span.author.vcard a,
.single-event span.published,
.vsel-meta-date.vsel-meta-start-date span,
.vsel-meta-date.vsel-meta-end-date span
 {
    font-weight: 400;
    color: #666;
    font-size: 13px;
}

.single-event h1.entry-title,
.tax-event_cat h2.entry-title a
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #666666 !important;
    line-height: 100%;
}

.single-event .vsel-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.et_pb_post .entry-content
{
  padding-top: 0px;
}

.single-event .vsel-text p {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
} 

.tax-event_cat div#sidebar,
.tax-event_cat #main-content .container:before
{
  display: none;
}

.tax-event_cat #left-area
{
  padding-right: 0px !important;
  width: 100% !important;
}
 .single-event div#left-area img
 {
   max-width: 30%;
   height: auto;
 }

 ul.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0px;
}

ul.contact-info-list li
{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

ul.contact-info-list li img {
    width: 20px !important;
    height: 20px;
    object-fit: contain;
}
ul.contact-info-list li a {
    color: #666666 !important;
}
.wc-mobile-show {
    display: none !important;
}
/* 21 may servive single page */
.single-service .container,
.single-event .container{
  width: 95%;
  max-width: 1440px;
}
.single-service .entry-title{
  font-weight:bold;
  color:#666666;
}
.single-service .entry-content {
  font-family: 'Jost';
  color: #666666;
  font-size: 16px;
  margin-top:20px;
}
h1.page-title,.step h2
{
  color: #666 !important;
}
.step p
{
  color: #666 !important;
}
body .wc-contact-info .et_pb_blurb_position_left .et_pb_blurb_container
{
    padding-left: 0;
}
body .wc-contact-info .et_pb_blurb_container a
{
    color: #333333;
}
#wc-footer .wc-follow.et-last-child {
    display: flex;
    justify-content: flex-end;
}
.awsm-filter-item-search .awsm-job-form-control {
    padding: 10px;
}
.awsm-job-item h2.awsm-job-post-title,
a.awsm-job-item .awsm-job-specification-item
{
  color: #666;
}
.page-id-784 h1.page-title,
.page-id-775 h1.page-title,
.single-service .entry-title{
  color: #eba939 !important;
}

.single-awsm_job_openings h1.entry-title {
    color: #edab44;
    font-weight: bold;
    font-size: 36px;
}
ul.responsibilities li,
ul.qualifications li {
   list-style-type: disclosure-closed;
}
ul.responsibilities li::marker {
   color: #1e73be;
}
ul.preferred-skill li {
   list-style-type: disclosure-closed;
}
ul.preferred-skill li::marker {
   color: #10afc2;
}

ul.preferred-skill li::marker {
   color: #edab44;
}
ul.qualifications li::marker {
   color: #10afc2;
}

/*.awsm-job-form {
    background: #ffffff;
    padding: 40px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}*/
.awsm-job-form h2
{
  text-align: center;
  color: #edab44;
    font-weight: bold;
    font-size: 36px;
}


/* =========================
   FORM WRAPPER
========================= */
.application-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

/* =========================
   SECTIONS
========================= */
.awsm-job-form .section {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: hsl(36.57deg 82.44% 59.8% / 10%);
}

.awsm-job-form .section h2 {
  margin-bottom: 15px;
  font-size: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-family: 'Jost';
}

/* =========================
   FIELD (1 PER ROW)
========================= */
.awsm-job-form .field {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  font-family: 'Jost';
}

/* LABEL */
.awsm-job-form .field label {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 0 !important;
  color: #333;
  font-family: 'Jost';
}

/* INPUTS */
.awsm-job-form .field input,
.awsm-job-form .field textarea,
.awsm-job-form .field select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  font-family: 'Jost';
}

/* TEXTAREA HEIGHT */
.awsm-job-form .field textarea {
  min-height: 100px;
  resize: vertical;
  font-family: 'Jost';
}

/* =========================
   ROW (OVERRIDE = still 1 per row if needed)
   (kept for structure but forced column)
========================= */
.awsm-job-form .row {
  display: flex;
  flex-direction: column; /* THIS is what forces 1 field per row */
  gap: 0;
}

/* =========================
   RADIO BUTTONS
========================= */
.awsm-job-form .field input[type="radio"] {
  width: auto;
  margin-right: 6px;
  font-family: 'Jost';
  margin-top: 0px;
}

/* =========================
   BUTTONS
========================= */
body .awsm-job-form button,
body .awsm-job-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 2px;
    font-size: 16px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    background-color: #3c9f99 !important;
    padding: 10px 24px !important;
    font-family: 'Jost';
    cursor: pointer;
}

.awsm-job-form button:hover,
.awsm-job-form input[type="submit"]:hover {
  background: #005a87;
}

/* =========================
   ADD BUTTONS (repeat sections)
========================= */
#add-education,
#add-employment,
#add-reference {
  margin-top: 10px;
  background: #444;
}

/* =========================
   UPLOAD FIELDS
========================= */
.awsm-job-form input[type="file"] {
  padding: 8px;
}

/* =========================
   SIGNATURE BOX
========================= */
.awsm-job-form .signature-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.awsm-job-form .signature-pad {
  border: 1px solid #333;
  border-radius: 5px;
}

.awsm-job-form .section h2 {
    color: #333 !important;
}


.single-awsm_job_openings .awsm-job-specification-wrapper {
    display: grid;
    padding: 10px 0;
    gap: 20px;
    grid-auto-flow: column;
}
.single-awsm_job_openings .awsm-job-specification-item {
    background: #10afc2;
    padding: 12px 30px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Jost';
}

.single-awsm_job_openings .awsm-job-specification-item.awsm-job-specification-job-type {
    background: #004252;
}

.single-awsm_job_openings .awsm-job-specification-item.awsm-job-specification-job-location {
    background: #d50100;
}
.single-awsm_job_openings .container {
    width: 95% !important;
    max-width: 1440px !important;
}
.single-awsm_job_openings .container .et_pb_row
{
  width: 100% !important;
}
.single-awsm_job_openings .wpcf7-list-item {

    display: flex;
    align-items: center;
}
.wc-services-section .wc-service-col .et_pb_module_heading{
width:85%;
}
.wc-services-section.services .wc-service-col .et_pb_module_heading{
width:80%;
}
/**** added for lost passowrd on staff portal ****/
.page-id-0 aside,
.page-id-0 footer,
.page-id-0 header, 
.page-id-0 hgroup, 
.page-id-0 nav,
.page-id-0 #sidebar,
#main-content .container:before
{
  display: none;
}
.page-id-0  #left-area {
  width: 100% !important;
  padding-right: 0px !important;
}
.page-id-0 .main_title {
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}
.page-id-0 article {
  width: 90%;
  max-width: 420px;
  margin: 80px auto;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.page-id-0 .main_title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
}

.page-id-0 .tml-field-wrap {
    margin-bottom: 20px;
}

.page-id-0 .tml-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
}
.page-id-0 button.tml-button {
    background: rgb(60, 159, 153) !important;
}
.page-id-0 .tml-field {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 15px;
    transition: 0.3s;
    box-sizing: border-box;
}

.page-id-0 #page-container {
    width: 100%;
}

body.page-id-0  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page-id-0 .tml-field:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.page-id-0 .tml-rememberme-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-id-0 p.tml-message {
  padding: 10px !important;
}
.page-id-0 .tml-button {
    width: 100%;
    background: #004252;
    color: white;
    text-transform: uppercase;
    border: none;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}
.page-id-0 .tml-links a{
  color: #fff;
     text-transform: uppercase;
}
.page-id-0 .tml-links {
    margin-top: 20px;
    background: #004252;
    text-align: center;
    list-style: none !important;
    padding: 14px !important;
}
.page-id-0 li.tml-login-link {
    list-style: none;
}