@charset "UTF-8";
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300..700&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 500;
  src: url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap') format('woff2');
}
@font-face {
  font-family: "Overpass Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  src: url('https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300..700&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap') format('woff2');
}
/* End of Fonts */
.siteTitle {
  display: none !important;
}
body, p, h6, a, .button1, .button2, .btn-primary, .btn-secondary, .btn-default {
  font-family: "Overpass", sans-serif !important;
}
h1{
  font-family: "Overpass mono" !important;
  font-size: 32px !important;
  font-weight:400 !important;
}
h2{
  font-family:'Overpass' !important;
}
h3{
  font-family:'Overpass' !important;
  font-weight: 600!important;
}
h4{
  font-family:'Overpass' !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
h5{
  font-family:'Overpass' !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.section-title{
  font-family:'Overpass' !important;
  font-size:16px;
  font-weight: 700;
  padding: 0.5rem 0;
}
/* Horizontal rulers */
hr.hr-green {
  border: 0;
  border-top: 1px solid #BDDEC7;
  border-bottom: 1px solid #BDDEC7;
  margin: 2.5rem auto 2.5rem auto;
  opacity: 1;
}
hr.hr-orange {
  border: 0;
  border-top: 1px solid #ded0bd;
  border-bottom: 1px solid #ded0bd;
  margin: 2.5rem auto 2.5rem auto;
  opacity: 1;
}
hr.hr-blue {
  border: 0;
  border-top: 1px solid #BFDBEE;
  border-bottom: 1px solid #BFDBEE;
  margin: 2.5rem auto 2.5rem auto;
  opacity: 1;
}
hr.hrg-20{
  border: 0;
  border-top: 1px solid #BDDEC7;
  border-bottom: 1px solid #BDDEC7;
  margin: 2.5rem 0 2.5rem 0;
  opacity: 1;
  width:20%;
}
hr.hrb-20{
  border: 0;
  border-top: 1px solid #BFDBEE;
  border-bottom: 1px solid #BFDBEE;
  margin: 2.5rem 0 2.5rem 0;
  opacity: 1;
  width:20%;
}
.hr-20{
  width:20%;
}
.hr-80{
  width:80%;
  margin-left:auto;
}
.w-50O {
  width:50%!important;
}
.w-80{
  width:80%;
}
.w-100{
  width:100%;
}
/*Borders*/
.brl{
  border-radius: 1rem 0 0 1rem;
}
.brr{
  border-radius: 0 1rem 1rem 0;
}
/*End of Borders*/
/*Spacing*/
.p-2{
  padding:2rem;
}
.p-24{
  padding:24px!important;
}
.pt-2r{
  padding-top:2rem;
}
.pb-0{
  padding-bottom:0px!important;
}
.pl-0{
  padding-left:0px;
}
.pl-1{
  padding-left:1rem;
}
.m-3{
  margin:3rem;
}
.mr-05{
  margin-right:0.5rem;
}
.mr-1{
  margin-right:1rem;
}
.mr-2{
  margin-right:2rem;
}
.mb-0{
  margin-bottom:0px!important;
}
.ml-n5{
  margin-left:-5rem;
}
.mpt-0{
  margin-top:0px !important;
  padding-top:0px !important;
}
.mrl-0{
  margin-left:0px !important;
  margin-right:0px !important;
}
.mpb-0{
margin-bottom:0px !important;
padding-bottom:0px !important;
}

/*End of Spacing*/

/*Text */
.g-text{
  color:#1F833F !important;
}
.b-text{
  color:#2B86C8 !important;
}
.btext{
  color:#000 !important;
}

/*Color*/
.bg-white{
  background-color: #fff!important;
}
.r-section{
  background-color: #EBE9DF !important;
}
.crmEntityFormView .label {
  background-color: #fff !important;
}
.form-control {
  background-color: #fff !important;
}
.form-control:focus{
  border-color:#1F833F;
}
option:hover {
  background-color: #1F833F;
}
.alert-danger {
  background-color: #f8d7da !important;
  border-color: #f8d7da !important;
  color: #842029 !important;
}
.container input:checked ~ .checkmark {
  background-color: #1F833F;
}
input[type=radio] {
  accent-color: #1F833F;
  height: 20px;
  width: 20px;
}
.field-label{
  background-color: #fff!important;
}

/* Buttons */
.button-blue{
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 16px;
  width: fit-content;
  background-color: rgb(39, 121, 180);
  border-color: rgb(39, 121, 180);
  padding: 6px 20px;
  border-style: solid;
  border-radius: 20px;
}
.button-blue:hover{
  color: rgb(255, 255, 255);
  background-color: rgb(64, 146, 205);
  border-color: rgb(64, 146, 205);
}
.button-blue-border{
  color: rgb(39, 121, 180);
  font-weight: 500;
  font-size: 16px;
  width: fit-content;
  background-color: rgb(255, 255, 255);
  border-color: rgb(39, 121, 180);
  padding: 6px 20px;
  border-style: solid;
  border-radius: 20px;
}
.button-blue-border:hover{
  color: rgb(255, 255, 255);
  background-color: rgb(64, 146, 205);
  border-color: rgb(64, 146, 205);
}
.button-green{
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 16px;
  width: fit-content;
  background-color: rgb(31, 131, 63);
  border-color: rgb(31, 131, 63);
  padding: 6px 20px;
  border-style: solid;
  border-radius: 20px;
}
.button-green:hover{
  color: rgb(255, 255, 255);
  background-color: rgb(56, 157, 89);
  border-color: rgb(56, 157, 89);
}
.button-green-border{
  color: rgb(31, 131, 63);
  font-weight: 500;
  font-size: 16px;
  width: fit-content;
  background-color: rgb(255, 255, 255);
  border-color: rgb(31, 131, 63);
  padding: 6px 20px;
  border-style: solid;
  border-radius: 20px;
}
.button-green-border:hover{
  color: rgb(255, 255, 255);
  background-color: rgb(31, 131, 63);
  border-color: rgb(31, 131, 63);
}
.previous-btn{
  font-weight: 500;
  font-size: 16px;
  padding: 6px 20px;
  color:#1F833F;
  border:1px solid #1F833F;
  background-color: #fff;
  border-radius: 20px;
  margin-right:0.5rem;
}
.previous-btn:hover{
  background-color: rgb(56, 157, 89);
  color: rgb(255, 255, 255);
}
.launchentitylookup {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 6px!important;
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 0px !important;
  outline: 0px;
}
.border-16{
  border-radius: 16px;
}
/*Step Progress Bar*/
.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: 'Overpass';
  font-weight: 700;
  font-size: 1.5rem;
}
.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
  background-color: #2779B4;
}
.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #fff;
}
.multi-steps > li:before {
  display: block;
  margin: 0 auto 4px;
  background-color: #2779B4;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #2779B4;
  border-radius: 50%;
  color: #fff;
}
.progress-bar {
  background-color: #2779B4;
  height: 7px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: calc(50% + 18px); /*fix progress bar alignment from top*/
  width: 100%;
  z-index: -1;
}

.multi-steps-green > li.is-active ~ li:before, .multi-steps-green > li.is-active:before {
  content: counter(stepNum);
  font-family: 'Overpass';
  font-weight: 700;
  font-size: 1.5rem;
}
.multi-steps-green > li.is-active ~ li:after, .multi-steps-green > li.is-active:after {
  background-color: #1F833F;
}
.multi-steps-green {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps-green > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #fff;
}
.multi-steps-green > li:before {
  display: block;
  margin: 0 auto 4px;
  background-color: #1F833F;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #1F833F;
  border-radius: 50%;
  color: #fff;
}
.progress-bar-green {
  background-color: #1F833F;
  height: 7px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: calc(50% + 18px); /*fix progress bar alignment from top*/
  width: 100%;
  z-index: -1;
}
/* End of Steps Progress */
/* Card with border*/

.lgreen{
  border: 1px solid #BDDEC7;
  background-color: #fff;
}
.card-border{
  border-radius: 16px;
  border-left:8px solid #1F833F;
  border-top:8px solid #1F833F;
  background-color: #fff;
}
.green-badge{
  background-color: #BDDEC7;
  border-radius: 4px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  width:auto;
  font-family: 'Overpass';
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.lorange-border{
  border: 1px solid #ceb889;
  background-color: #fff;
}
.card-orange-border{
  border-radius: 16px;
  border-left:8px solid #DE6626;
  border-top:8px solid #DE6626;
  background-color: #fff;
}
.lblue-border{
  border: 1px solid #2B86C8;
}
.card-blue-border{
  border-radius: 16px;
  border-left:8px solid #2B86C8;
  border-top:8px solid #2B86C8;
}
.card-black-border{
  border-radius: 16px;
  border-left:8px solid #414a4c;
  border-top:8px solid #414a4c;
}
/*End of card with border*/
.b-orange{
  border:4px solid #FA4442;
  border-radius: 20px;;
}
/*Pagination*/
.view-pagination .pagination{
  margin: 15px 0 15px 0;
}
.pagination {
  --bs-pagination-color: #1F833F;
  --bs-pagination-hover-color: #1f833f;
  --bs-pagination-focus-color: #1F833F;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgb(255, 255, 255);
  --bs-pagination-active-bg: #1F833F;
  --bs-pagination-active-border-color: #1F833F;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
  background-color:#1f833f!important;
}
/*End of Pagination*/

.updates-list{
  padding: 1rem;
}
.crmEntityFormView, .entitylist, .modal-content, .popover-content {
  background-color:#fff!important;
  border:none !important;
  border-radius: 16px;
}
.tab-title{
  color: #1f833f;
  padding: 1rem 0rem;
  border-bottom:0px !important;
}
/* Applicant Sign-Up, Employer Sign-Up tab titles. Added this because the above .tab-title may be meant specifically for certain pages/forms. */
#i16gek .tab-title {
  color: #000;
  font-size: 20px;
  margin: 0 0 1.5em 0;
}
.crmEntityFormView .fieldset {
  margin-bottom: 0px !important;
}
.crmEntityFormView .tab {
  margin-bottom: 0px !important;
}
/*.crmEntityFormView .actions {
  border-top:none !important;
  margin: 0 !important;
  padding:0 !important;
  float: inline-end;
}*/
.crmEntityFormView label{
  background-color: #fff!important;
}
.crm-jqm-optionset.ui-controlgroup-horizontal .ui-btn{
  padding: 0 20px 0 20px;
}
.btn-group .entity-action-button{
  width: 200px;
}
.btn:focus, .btn:focus-visible {
  outline: none;
  outline-offset: none;
}
.bg-grey{
  background-color: #EBE9DF!important;
}
/*Steps Wizard Progress*/
/*green*/
.step-indicator {
  border-collapse: separate;  
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  vertical-align: middle;
  padding-top:1.4rem;   
  li {
    display: table-cell;
    float: none;
    padding: 0;
    width: 1%;
    &:before {
      background-color: #F5F1E2;
      content: "";
      display: block;
      height: 1px;
      position: relative;
      top: 18px;
      border-style: dashed;
      border-color: #859099;
      border-top: thin;    
    }
    &:first-child {
      &:before {
        left: 50%;
        border-style: dashed;
        border-color: #859099;
        border-top: thin;
      }
    }
    &:last-child {
      &:before {
        right: 50%;
        border-style: dashed;
        border-color: #859099;
        border-top: thin;
      }
    }
  }
  .active {
    .step {      
      border: 6px solid #1F833F;
      color: #1F833F;
      margin-top: 1px;
    }
    .caption {
      color: #1F833F;
      font-weight: 700;
      font-size: 18px;
    }
  }
  .complete {
    .step {     
      border-color: #1F833F;
      color: #fff;
      background-color: #1F833F;
      margin-top:-2px;
      /*margin-top: -7px;
      font-size: 33px;*/
    }
    .caption {
      color: #1F833F;
      font-weight: 400;
    }
  }
  .incomplete {
    .step {     
      border-color: #859099;
      color: #fff;
      margin-top: 3px;
    }
    .caption {
      color: #859099;
    }
  }  
  .active.complete {
    .step {      
      border-color:#1F833F;
      color: #1F833F;
    }
    .caption {
      color: #1F833F;
      font-weight: 700;
      font-size: 18px;
    }
  }
  .inactive {
    .caption {
      color: #000;
    }
  }
  .step {
    background-color: #fff;
    border: 4px solid #859099;
    color: #fff;
    font-size: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin: 1px auto auto auto;
    position: relative;
    z-index: 1;
  }
  .caption {    
    box-sizing: border-box;
    color: #859099;
    padding: 11px 16px;
  }  
}

/*blue*/
.step-indicator-blue {
  border-collapse: separate;  
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  vertical-align: middle;
  padding-top:1.4rem;   
  li {
    display: table-cell;
    float: none;
    padding: 0;
    width: 1%;
    &:before {
      background-color: #F5F1E2;
      content: "";
      display: block;
      height: 1px;
      position: relative;
      top: 18px;
      border-style: dashed;
      border-color: #859099;
      border-top: thin;    
    }
    &:first-child {
      &:before {
        left: 50%;
        border-style: dashed;
        border-color: #859099;
        border-top: thin;
      }
    }
    &:last-child {
      &:before {
        right: 50%;
        border-style: dashed;
        border-color: #859099;
        border-top: thin;
      }
    }
  }
  .active {
    .step {      
      border: 6px solid #2779B4;
      color: #2779B4;
      margin-top: 1px;
    }
    .caption {
      color: #2779B4;
      font-weight: 700;
      font-size: 18px;
    }
  }
  .complete {
    .step {     
      border-color: #2779B4;
      color: #fff;
      background-color: #2779B4;
      margin-top:-2px;
      /*margin-top: -7px;
      font-size: 33px;*/
    }
    .caption {
      color: #2779B4;
      font-weight: 400;
    }
  }
  .incomplete {
    .step {     
      border-color: #859099;
      color: #fff;
      margin-top: 3px;
    }
    .caption {
      color: #859099;
    }
  }  
  .active.complete {
    .step {      
      border-color:#2779B4;
      color: #2779B4;
    }
    .caption {
      color: #2779B4;
      font-weight: 700;
      font-size: 18px;
    }
  }
  .inactive {
    .caption {
      color: #000;
    }
  }
  .step {
    background-color: #fff;
    border: 4px solid #859099;
    color: #fff;
    font-size: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin: 1px auto auto auto;
    position: relative;
    z-index: 1;
  }
  .caption {    
    box-sizing: border-box;
    color: #859099;
    padding: 11px 16px;
  }  
}

/*orange*/
.step-indicator-orange {
  border-collapse: separate;  
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  vertical-align: middle;
  padding-top:1.4rem;   
  li {
    display: table-cell;
    float: none;
    padding: 0;
    width: 1%;
    &:before {
      background-color: #F5F1E2;
      content: "";
      display: block;
      height: 1px;
      position: relative;
      top: 18px;
      border-style: dashed;
      border-color: #859099;
      border-top: thin;    
    }
    &:first-child {
      &:before {
        left: 50%;
        border-style: dashed;
        border-color: #859099;
        border-top: thin;
      }
    }
    &:last-child {
      &:before {
        right: 50%;
        border-style: dashed;
        border-color: #859099;
        border-top: thin;
      }
    }
  }
  .active {
    .step {      
      border: 6px solid #DE6626;
      color: #DE6626;
      margin-top: 1px;
    }
    .caption {
      color: #DE6626;
      font-weight: 700;
      font-size: 18px;
    }
  }
  .complete {
    .step {     
      border-color: #DE6626;
      color: #fff;
      background-color: #DE6626;
      margin-top:-2px;
      /*margin-top: -7px;
      font-size: 33px;*/
    }
    .caption {
      color: #DE6626;
      font-weight: 400;
    }
  }
  .incomplete {
    .step {     
      border-color: #859099;
      color: #fff;
      margin-top: 3px;
    }
    .caption {
      color: #859099;
    }
  }  
  .active.complete {
    .step {      
      border-color:#DE6626;
      color: #DE6626;
    }
    .caption {
      color: #DE6626;
      font-weight: 700;
      font-size: 18px;
    }
  }
  .inactive {
    .caption {
      color: #000;
    }
  }
  .step {
    background-color: #fff;
    border: 4px solid #859099;
    color: #fff;
    font-size: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin: 1px auto auto auto;
    position: relative;
    z-index: 1;
  }
  .caption {    
    box-sizing: border-box;
    color: #859099;
    padding: 11px 16px;
  }  
}

/*
.container .fa{
  font-size: 20px;
  margin-top: -4px;
}*/
.fa-check{
  margin-top: -5px;
  font-size: 26px;
  padding-left:5px;
}
span[role=checkbox].fa.fa-fw {
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 0px;
  font-size: 10px;
  padding-left: 0px;
}
/*Rounded Baged*/
.required-pill{
  border-radius: 10rem;
  background-color: #1F833F !important;
  color: #ffffff !important;
}
.preferred-pill{
  border-radius: 10rem;
  background-color: #90C9A2 !important;
}
.not-required-pill{
  border-radius: 10rem;
  background-color: #fff !important;
  color: #000 !important;
  border:1px solid #1F833F !important;
}
.job-pill{
  border-radius: 0.4rem;
  background-color: #1F833F;
  color: #ffffff;
  width: auto;
  padding: 0.5rem 1rem;
  min-width: 5rem;
  text-align: center;
}
.bootstrap-datetimepicker-widget {
  background-color: #fff !important;
}
/*table full width*/
#fileResourceTable_wrapper{
  width:100% !important;
  margin:1.5rem;
  padding:1rem;
}


