.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*/
body{
    background-color:#F9E7D5;
}

.ui-update hr {
    border-top: 1px solid #2b3d2a;
}

.ui-update .mix-box_outlined {
    box-shadow: none;
    border: 0px;
}
.ui-update .box {
    background-color: transparent;
}

.ui-update .rule {
    background-color: #10281b;
}

.ui-update .hdg.mix-hdg_dark {
    color: #10281b;
}
.ui-update .hdg {
    font-family: "Cormorant Garamond", serif;
    /*font-size:32px !important;*/
    /*font-weight:bold;*/
    color: #10281b !important;
    /*text-transform: uppercase;*/
}
.ui-update h1,h2,h3,h4,h5,h6 {
    font-family: "Cormorant Garamond", serif;
    /*font-size:32px !important;*/
    /*font-weight:bold;*/
    color: #10281b;
    /*text-transform: uppercase;*/
}
#section_field_56001_74763 {
    font-family: "Cormorant Garamond", serif;
}
.ui-update p,span,li {
    font-family: "Playfair Display", serif;
    color: black;
}
.ui-update .fieldset-label{
    font-family: "Playfair Display", serif;
    color: #10281b;
}
.ui-update .fieldset-detail {
    font-size: 13px;
    display: block;
    font-family: inherit;
    color: #10281b;
    margin-top: 5px;
    font-family: "Playfair Display", serif;
    text-transform: none;
}


.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    /*color: #041E42;*/
}


.ui-update .btn {
    font-family: "Lato", sans-serif;
    /*font-weight:bold;*/
    border: 1px solid #9E5109;
    background-color: #9E5109;
    color: #F9E7D5;
    /*border-radius: 50px;*/
}
.ui-update .btn:hover {
    font-family: "Lato", sans-serif;
    /*font-weight:bold;*/
    border:1px solid #9E5109;
    background-color: transparent;
    color: #045946;
    /*border-radius: 50px;*/
}


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

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

#continueApplication #content_lblProgress {
    display: none;
}
/*End*/
