.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 application/forms*/

.ui-update .hdg {
    font-family: 'Titillium Web', sans-serif;
    font-size:32px !important;
    /*font-weight:bold;*/
    /*color: #041E42 !important;*/
    /*text-transform: uppercase;*/
}
.ui-update h1,h2,h3,h4,h5,h6 {
    font-family: 'Titillium Web', sans-serif;
    font-size:32px !important;
    /*font-weight:bold;*/
    /*color: #041E42;*/
    /*text-transform: uppercase;*/
}
.ui-update p,span,li {
    font-family: 'Titillium Web', sans-serif;
    font-size:17px;
    /*color: #041E42;*/
}

.ui-update .fieldset-label {
    font-family: 'Titillium Web', sans-serif;
    font-size:17px;
    /*color: #041E42;*/
}
.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    font-size:17px;
    /*color: #041E42;*/
}


.ui-update .btn {
    font-family: 'Titillium Web', sans-serif;
    /*font-weight:bold;*/
    border: 1px solid black;
    background-color: black;
    color: white;
    /*border-radius: 50px;*/
}
.ui-update .btn:hover {
    font-family: 'Titillium Web', sans-serif;
    /*font-weight:bold;*/
    border:1px solid #545353;
    background-color: #545353;
    color: white;
    /*border-radius: 50px;*/
}


.ui-update .txt.mix-txt_light {
    display: none;
}


/*ENd*/

/*edits to mobile button stacks on applications*/
.ui-update .btn {
    margin: 1rem 0rem;
}
/*end*/