.libre-franklin {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



.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%;
}

.footer-items {
    margin: 0 auto;
}
.footer-items a {
    color: black;
    text-decoration: underline;
}
/*End*/


/*Application Edits*/
body{
    background-color:white;
}

.ui-update .mix-box_outlined {
    box-shadow: none;
    border: 0px;
}
.ui-update .box {
    background-color: transparent;
}
.ui-update .hdg.mix-hdg_dark {
    color: #000000;
}
.ui-update .hdg {
    font-family: 'Libre Franklin';
    /*font-size:32px !important;*/
    /*font-weight:bold;*/
    color: #000000 !important;
    /*text-transform: uppercase;*/
}
.ui-update h1,h2,h3,h4,h5,h6 {
    font-family: 'Libre Franklin';
    /*font-size:32px !important;*/
    /*font-weight:bold;*/
    color: #000000;
    /*text-transform: uppercase;*/
}
#section_field_56001_74763 {
    font-family: 'Libre Franklin';
}
.ui-update p,span,li {
    font-family: 'Libre Franklin';
    color: black;
}
.ui-update .fieldset-label{
    font-family: 'Libre Franklin';
    color: #000000;
}
.ui-update .fieldset-detail {
    font-size: 13px;
    display: block;
    font-family: inherit;
    color: #000000;
    margin-top: 5px;
    font-family: 'Libre Franklin';
    text-transform: lowercase;
}

.ui-update .rule {
    background-color: #000000;
}

.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    /*color: #041E42;*/
}


.ui-update .btn {
    font-family: 'Libre Franklin';
    /*font-weight:bold;*/
    border: 1px solid #000000;
    background-color: #000000;
    color: #e5e0cf;
    border-radius: 7px;
}
.ui-update .btn:hover {
    font-family: 'Libre Franklin';
    /*font-weight:bold;*/
    border:1px solid #000000;
    background-color: #e5e0cf;
    color: #000000;
    border-radius: 7px;
}


.ui-update .txt.mix-txt_light {
    display: none;
}

.ui-widget-content {
    border: none;
    background: #f8f8ec;
    color: #000;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgba(0,0,0,.2);
    border-radius: 0;
}

.ui-datepicker td .ui-state-default:hover {
    background: #000000;
    color: #ffffff;
}

td.ui-datepicker-today .ui-state-highlight {
    background: #000000;
    color: #ffffff;
    font-weight: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: normal;
    color: #000;
    border: none;
    background: transparent;
}

.ui-update .tick_checkbox input[type="checkbox"]+label:before {
    content: ' ';
    height: 24px;
    width: 24px;
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 2px;
    border: 1px solid #000000;
}

.ui-update .tick_checkbox input[type="checkbox"]:checked+label:before {
    background-color: #000000;
    border-color: #000000;
}

.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 15px;
    position: relative;
    padding: 3px 0 1px 30px;
    cursor: pointer;
    color: #000000;
    width: 100%;
}

/*End*/

