body {
    background-color: #325e89;
}

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



/*Application Edits*/

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

.ui-update .hdg {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:bold;
    color: white !important;
    text-transform: uppercase;
}
.ui-update h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:bold;
    color: white;
    /*text-transform: uppercase;*/
}
.ui-update p,span,li {
    font-family: 'DM Sans', sans-serif;
    color: white;
}
.ui-update a {
    color: #c1dbd0;
}

.ui-update .fieldset-label {
    font-family: 'DM Sans', sans-serif;
    color: white;
}
.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    color: white;
}


.ui-update .btn {
    font-family: 'DM Sans', sans-serif;
    font-weight:bold;
    border: 1px solid #041E42;
    background-color: #041E42;
    color: white;
    border-radius: 50px;
}
.ui-update .btn:hover {
    font-family: 'DM Sans', sans-serif;
    font-weight:bold;
    border:1px solid #041E42;
    background-color: white;
    color: #041E42;
    border-radius: 50px;
}

.ui-widget-content {
    border: none;
    background: #a9a2ce;
    color: #fff;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgba(0,0,0,.2);
    border-radius: 0;
}