body{
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
    margin: 0;
    padding: 0;
}

.statusBar
{
    padding: 15px;
    text-align: center;
    color: white;
    font-style: italic;
    font-size: 14px;
}

.statusBar.success
{
    padding: 15px;
    text-align: center;
    color: white;
    font-style: italic;
    font-size: 14px;
    background:#286A44;
}

.statusBar.error
{
    padding: 15px;
    text-align: center;
    color: white;
    font-style: italic;
    font-size: 14px;
    background:#b30202;
}
.main-container{
    background: #f9f9f9;
}
.header-container{
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e6eb;
    padding: 24px;
    text-align: center;
    margin: 0 auto;
}
.header-logo{
    min-width: 64px;
    width: auto;
    max-width: 50%;
    height: 64px;
    margin: 0 auto;
}
.header-logo img{
    height: 100%;
}
.header-container h1{
    color: #333e49;
    font-weight: 600;
    margin: 24px auto 12px;
    max-width: 600px;
    font-size: 22px;
    line-height: 26px;
}
.header-container p{
    margin-top: 8px;
    color: #333e49;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
}
.header-nav-container{
    background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 11;
    box-shadow: 0 6px 17px 2px rgb(51 62 73 / 8%);
    transition: transform 0.3s ease-out;
}
.nav-tabs{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    border: none !important;
}
.nav-link{
    padding: 16px 0 14px !important;
    font-size: 13px;
    font-weight: 600;
    color: #88929e !important;
}
.nav-tabs .nav-link:hover{
    border: none;
}
.nav-tabs .nav-link.active{
    border: none;
    border-bottom: 2px solid #286A44 !important;
    color: #286A44 !important;
}
.nav-tabs .nav-link{
    border: none !important;
}
.ml--24{
    margin-left: 24px;
}
.main-content-container{
    position: relative;
    box-sizing: border-box;
    padding: 64px 16px;
    margin: 0 auto;
    max-width: 668px;
}
button:focus{
    outline: none !important;
}
.share-job-btn{
    position: absolute;
    right: 24px;
    top: 25px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    border: none;
    color: #286A44;
    padding: 0;
}
.main-content-wrap h4{
    margin-bottom: 8px;
    color: #333e49;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
}
.main-content-wrap p{
    color: #333e49;
    margin-bottom: 2.5em;
    font-size: 15px;
    line-height: 1.5;
}
.main-content-wrap strong{
    font-weight: 600;
}
.anchor-style{
    color: #333e49;
    text-decoration: underline;
}
.anchor-style:hover{
    color: #333e49;
    text-decoration: underline;
}
.main-content-wrap h3{
    margin-bottom: 8px;
    color: #333e49;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}
.main-content-wrap ul{
    padding-left: 24px;
    margin-bottom: 2.5em;
    font-size: 15px;
    line-height:25px;
    color: #333e49;
}
.mb--40{
    margin-bottom: 40px;
}
.footer-btn button{
    background: #286A44;
    border: none;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    height: 43px;
    padding: 10px 23px;
    width: 100%;
}
.footer-container{
    background: #fff;
}
.terms-service-container{
    font-size: 13px;
    line-height: 1.5;
    color: #636d77;
    text-align: center;
    max-width: 636px;
    width: 100%;
    padding: 16px 24px;
    margin: 0 auto;
    box-sizing: border-box;
}
.view-site-container{
    padding: 16px;
    border-top: 1px solid #e1e6eb;
    display: flex;
    justify-content: center;
    align-items: center;
}
.view-site-container a{
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #286A44;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.view-site-container a:hover{
    color: #286A44;
    text-decoration: none;
}
.dot{
    color: #286A44;
    margin: 0px 8px;
    font-size: 3px;
}
.view-site-container .fa-external-link{
    margin-left: 8px;
    color: #286A44;
    font-size: 13px;
}
.view-site-container span{
    color: #636d77;
    font-size: 13px;
    padding-right: 4px;
}
.progress-container {
    background-color: rgb(255 255 255);
    height: 0px;
    width: 100%;
    position: absolute;
    bottom: 4px;
    z-index: 999;
}
.progress-bar {
    background-color: #286A44 !important;
    height: 10px;
    width: 0%;
    height: 6px;
}
.application-card-container{
    padding-bottom: 32px;
}
.application-card-wrap{
    border: solid 1px #636d77;
    padding: 24px;
    border-radius: 4px;
    background: #fff;
}
.application-card-content{
    display: flex;
}
.application-card-text h4{
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.application-card-text h4 i{
    padding-right: 8px;
    color: #636d77;
}
.application-card-text p{
    margin-top: 8px;
    color: #636d77;
    padding-right: 10px;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 0;
}
.dropdown-toggle{
    background: #a421aa !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 43px;
    padding: 10px 23px !important;
    color: #fff;
    width: 250px;
}
.dropdown-toggle:focus{
    box-shadow: none !important;
}
.dropdown-menu{
    width: 100% !important;
    padding: 0 !important;
    box-shadow: 0 3px 10px rgb(51 62 73 / 18%), 0 6px 17px rgb(51 62 73 / 18%);
    margin-top: 8px !important;
    border-radius: 4px !important;
    border: none !important;
}
.dropdown-item:hover{
    background: #fff6df !important;
}
.dropdown-item{
    padding: 8px 16px !important;
    font-size: 14px;
}
.application-card-text{
    width: 100%;
    max-width: 336px;
}
.reqiured-text{
    padding-bottom: 16px;
    font-size: 13px;
    font-weight: 400;
    color: #636d77;
}
.input-fields-title{
    border-bottom: solid 1px #e1e6eb;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 16px 0 8px;
}
.input-fields-title h2{
    padding: 0 0 0 8px;
    color: #333e49;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.input-fields-title a{
    padding-bottom: 2px;
    color: #636d77;
    font-size: 14px;
    font-weight: 600;
}
.input-fields-title a:hover{
    color: #636d77;
    text-decoration: none;
}
.input-fields{
    padding-top: 24px;
}
.fname-input-field{
    box-sizing: border-box;
    display: inline-block;
    padding-right: 12px;
    padding-bottom: 24px;
    width: 100%;
}
.fname-input-field label,
.lname-input-field label,
.email-input-field label,
.upload-input-field label{
    margin-bottom: 8px;
    color: #333e49;
    font-size: 14px;
    font-weight: 600;
}
.fname-input-field input,
.lname-input-field input,
.email-input-field input,
.email-input-field select{
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: solid 1px #c4cfde;
    width: 100%;
}
input:focus{
    outline: none;
}
.lname-input-field{
    box-sizing: border-box;
    display: inline-block;
    padding-left: 12px;
    padding-bottom: 24px;
    width: 100%;
}
.input-field-wrap{
    display: flex;
}
.email-input-field{
    width: 100%;
    padding-bottom: 24px;
}
.upload-file-conatiner{
    position: relative;
    padding: 32px;
    text-align: center;
    border: 1px dashed #c4cfde;
    border-radius: 4px;
    color: #88929e;
    background: #fff;
    cursor: pointer;
}
.upload-file-conatiner label{
    margin-bottom: 0;
    color: #88929e;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
    font-weight: 400;
}
.upload-file-conatiner label span{
    color: #286A44;
    font-weight: 500;
}
.upload-file-conatiner input{
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
}
.upload-input-field{
    margin-bottom: 24px;
}
.upload-input-field textarea{
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    border: solid 1px #c4cfde;
    padding: 11px 50px 11px 10px;
}
textarea:focus{
    outline: none;
}
.upload-input-field-content h2{
    margin-bottom: 8px;
    color: #333e49;
    font-size: 14px;
    font-weight: 600;
}
.upload-input-field-content ul{
    padding: 0;
    list-style: none;
    margin-bottom: 24px;
}
.upload-input-field-content li{
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.upload-input-field-content li input{
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.upload-input-field-content li label{
    font-size: 14px;
    margin-bottom: 0;
}
.pt--24{
    /*padding-top: 24px;*/
}
