.templatesitefooter {
    height: 30px;
    padding-top: 5px;
    text-align: center;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5rem;
    margin-top:2rem;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    width: 100%;
}
/*End*/

/*Footer Edits*/
footer {
    bottom: 0;
    width: 100%;
}

.templatesitefooter {
    display: none;
    height: 30px;
    padding-top: 5px;
    /*position: absolute;*/
    bottom: 0px;
    text-align: center;
    width: 100%;
}
/*End*/


/*EDITS TO FORMS/APPLICATION*/

body {
    background-color:#F4F0EA;
}

.ui-update .box {
    background-color: transparent;
}


.ui-update .mix-box_outlined {
    box-shadow: none;
    border: 0px solid #e1e1e1;
}

@media(max-width:600px){
    .ui-update .split_alignBtm {
    text-align: left !important;
}
}

.ui-update .hdg.mix-hdg_dark {
    color: #000000;
}

.ui-update .hdg {
    font-family: 'Poppins', sans-serif;
    /*color: #f4f4f4 !important;*/
}
.ui-update h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
    /*color: #f4f4f4;*/
}
.ui-update p,span,li {
    /*font-family: 'Fragment Mono', monospace;*/
    font-family: 'Poppins', sans-serif;
    /*color: #f4f4f4;*/
}

.ui-update .fieldset-label {
    /*font-family: 'Fragment Mono', monospace;*/
    font-family: 'Poppins', sans-serif;
    /*color: #f4f4f4;*/
}


.text-box__subtitle span {
    font-family: 'Fragment Mono', monospace;
    font-size:23px;
}

/*END*/

/*Hiding Save and go back button*/
#continueApplication #content_btnback {
    display: none !important;
}

#content_btnback3{
    display:none!important;
}


/*hiding privacy and terms from forms*/
#pvsurvey .mix-txt_light {
    display: none;
}
/*end*/