.slider__slide--home .has-btn-group button:not(:first-child) {
    margin-left: 1rem;
}
@media (max-width: 896px){
    .slider__slide--home .has-btn-group button:not(:first-child) {
        margin-left: 0;
        margin-top: 1rem;
    }
}
.custom-check {
    cursor: pointer;
    padding-left: 1.25rem;
    margin: 0;
    position: relative;
    display: flex;
    font-size: 16px;
    font-weight: 600;
}

.custom-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    margin-left: -1.25rem;
}

.custom-check input:checked + i:before {
    border-width: 0;
    background-color: inherit
}

.custom-check input:checked + span .active {
    display: inherit
}
.custom-check i{
    background: #5bb228;
    color: #fff;
    box-sizing: border-box;
}
.custom-check input[type=checkbox]:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' '
}

.custom-check > i:before{
    content: ""
}

.custom-check > i {
    width: 0;
    height: 18px;
    margin-left: -20px;
    margin-top: 4px;
    display: inline-block;
    margin-right: 28px;
    position: relative;
    line-height: 1;
    vertical-align: middle;
}

.custom-check > i:before {
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid #9e9e9e;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s
}
.comp-check-wrap, .comp-select-wrap{
    margin-bottom: 15px;
}
.custom-label-select{
    font-size: 15px;
    font-weight: 600;
}
.select2-container {
    width: 100% !important;
}
.select2-results__option{
    color: #000;
}
.select2-container--default .select2-selection--single{
    outline: 0 !important;
}
.select2-selection {
    height: 3rem !important;
    overflow: hidden;
    border-color: #dee3ed !important;
    outline: 0;
}
.select2-container--default .select2-results__option--selected, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    color: #fff;
    background: #5bb228;
}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #e3e3e3;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    outline: 0;
}
.select2-container .select2-selection--single{
    height: 3rem;
    overflow: hidden;
    border-color: #e3e3e3 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 2.75rem
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 2.75rem
}
.select2-results__options::-webkit-scrollbar {
    width: 2px !important;
}
.select2-results__options::-webkit-scrollbar-track {
    background: #dee3ed !important;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background: #5f6b76 !important;
}
.select2-container--default .select2-results>.select2-results__options{
    margin-bottom: 0.5rem;
}
.select2-results {
    margin-right: 5px;
}
.slider__slide--home .has-btn-group button:hover{
    color: #fff;
}
.yo__modal.l-report-modal__bg {
    background-color: rgba(0, 0, 0, .7)
}
.schools-logo-wrap{
    margin-bottom: 20px;
}
.home-schools-logo-wrap{
    margin-top: 50px;
}
.schools-logo-wrap img {
    max-width: 23%;
    max-width: 120px;
}
.home-schools-logo-wrap img {
    max-width: 120px;
}
.l-progress__meter_alt {
    width: 500px;
    background: #58443b;
    border-radius: 3px;
    padding: 6px;
    height: 33px;
    position: relative
}

@media (max-width:896px) {
    .l-progress__meter_alt {
        display: none
    }
}

.l-progress__meter_alt .l-progress__progressbar {
    background: #3f6e3a;
    background: -webkit-linear-gradient(left, #3f6e3a, #5eb034);
    background: -webkit-gradient(linear, left top, right top, from(#3f6e3a), to(#5eb034));
    background: linear-gradient(90deg, #3f6e3a 0, #5eb034);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f6e3a", endColorstr="#5eb034", GradientType=1);
    display: inline-block;
    position: relative;
    border-radius: 3px;
    height: 33px;
    width: 0
}

.l-progress__meter_alt .l-progress__progressbar .l-progress__progresstext {
    top: 0;
    line-height: 33px;
    font-size: 16px;
    position: absolute;
    width: 70px
}

.l-progress__meter_alt .l-progress__progressbar:before {
    content: " ";
    display: block;
    width: 100%;
    margin-right: 10px
}

.l-progress__meter_alt .l-progress__goaltext {
    position: absolute;
    right: -55px;
    line-height: 33px
}
/*responsive fix for new homepage buttons*/
@media(max-width:1199px){
    .slider__slide--home .has-btn-group{
        flex-flow: column wrap;
        margin-top: 1rem;
        margin-right: 1rem;
    }
    .slider__slide--home .has-btn-group button:not(:first-child) {
        margin-left: 0;
        margin-top: 1rem;
    }
}
@media (max-width:991px) {
    .l-report-modal {
        overflow: auto
    }
    .l-report-modal .yo__modal-content {
        height: 80vh;
        overflow-y: auto;
        overflow-x: hidden
    }
}
.l-report-modal__close {
    padding: 1% 2%;
    cursor: pointer
}
@media (max-width:991px) {
    .l-report-modal__close {
        padding: 2% 3%
    }
}

@media (max-width:896px) {
    .l-report-modal__close {
        padding: 4% 5%
    }
}
@media (max-width:600px) {
    .l-report-modal .yo__modal-content{
        width: 90%
    }
    .schools-logo-wrap img, .home-schools-logo-wrap img{
        max-width: 70px;
    }
}
.c-header-link-wrap{
    display: none;
}
.c-header-link-wrap .btn-register{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #fff !important;
}
@media (max-width:991px) {
    .c-header-link-wrap{
        display: flex;
    }
    .home-schools-logo-wrap{
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .project-menu-btn{
        display: none;
    }
}
.txt-fix-mobile{
    display: none;
}
@media (max-width:600px) {
    .txt-fix-web{
        display: none;
    }
    .txt-fix-mobile{
        display: block;
    }
}
@media (max-width: 991px){
    .l-header.is-home.not {
        height: unset;
    }
    .l-site-container .has__form{
        margin-top: 7em;
    }
}
@media screen and (max-width: 576px){
    .c-content-generic-left {
        padding-top: 6rem;
    }
    #information_form {
        margin-top: 120px;
    }
    .is_form_content > .pt-4.mx-auto{
        display: flex;
        justify-content: center;
    }
    .navbar-nav .nav-link{
        white-space: break-spaces;
        text-align: center;
    }
    /*body:not(.is-content) .l-footer{
        background: #5bb228;
    }*/
    /*for taking off absolute from home content*/
    .l-site-container{
        position: relative;
    }
    .c-content-generic-left, .slider__Content--generic-left{
        padding-top: 0;
    }
    .l-header.is-home{
        margin-bottom: 0;
    }
    .l-site-container.is-home{
        width: unset;
        height: unset;
    }
    .l-footer{
        position: relative;
    }
    .slider__slide--home .has__text h2{
        margin-top: 0;
    }
    body:not(.is-content) .container.l-site-wrapper{
        padding: 0;
    }
    .l-site-container__slider{
        margin-bottom: 0;
    }
    
}
