.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:#393328;
}

.ui-update .mix-box_outlined {
    box-shadow: none;
    border: 0px;
}
.ui-update .box {
    background-color: transparent;
}
.ui-update .hdg.mix-hdg_dark {
    color: #f5f2eb;
}
.ui-update .hdg {
    font-family: 'EB Garamond', serif;
    /*font-size:32px !important;*/
    /*font-weight:bold;*/
    color: #f5f2eb !important;
    text-transform: uppercase;
}
.ui-update h1,h2,h3,h4,h5,h6 {
    font-family: 'EB Garamond', serif;
    /*font-size:32px !important;*/
    font-weight:bold;
    color: #f5f2eb;
    /*text-transform: uppercase;*/
}
#section_field_56001_74763 {
    font-family: 'Newsreader', serif;
}
.ui-update p,span,li {
    font-family: 'Newsreader', serif;
    color: #f5f2eb;
}
.ui-update a {
    color: #f5f2eb;
}
.ui-update .fieldset-label{
    font-family: 'Newsreader', serif;
    color: #f5f2eb;
}
.ui-update .fieldset-detail {
    font-size: 13px;
    display: block;
    font-family: inherit;
    color: #f5f2eb;
    margin-top: 5px;
    font-family: 'Newsreader', serif;
    text-transform: none;
}

.ui-update .fieldset-input>input, .ui-update .fieldset-input>textarea, .ui-update .fieldset-input>select, .ui-update .fieldset-input>.sq-input {
    border-radius: 0px;
    background-color: #f5f2eb;
}



.ui-update .txt {
    color: #f5f2eb;
}
.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    color: #000000;
}

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


.ui-update .btn {
    font-family: 'EB Garamond', serif;
    font-weight:bold;
    font-size: 16px;
    border: 1px solid #f5f2eb;
    background-color: transparent;
    color: #f5f2eb;
    border-radius: 0px;
}
.ui-update .btn:hover {
    font-family: 'EB Garamond', serif;
    font-weight:bold;
    font-size: 16px;
    border:1px solid #f5f2eb;
    background-color: #f5f2eb;
    color: #393328;
    border-radius: 0px;
}


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

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


.ui-update .titleBar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #f0e3cc;
    color: #fff;
}
.ui-update .titleBar-cta {
    background-color: #f0e3cc;
    color: #fff;
}
.ui-update .titleBar-cta:hover {
    background-color: #080808;
    color: #fff;
}
.ui-update .titleBar-hdg {
    font-size: 15px;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-family: inherit;
    color: black;
}

a:hover {
    color: #f5f2eb;
    text-decoration: underline;
    text-decoration-color: #f5f2eb;
}

a {
    color: #f5f2eb;
    text-decoration: underline;
    background-color: transparent;
    text-decoration-color: #c9a38d;
    text-decoration-thickness: 2px
}

.ui-update .tick_radio input[type="radio"]:checked+label:after {
    background-color: #c9a38d;
}

.ui-update .tick_checkbox input[type="checkbox"]:checked+label:before {
    background-color: #c9a38d;
    border-color: #c9a38d;
}

.border-top {
    border-top: 0px solid #dee2e6 !important;
}

/* Clear button */
.ui-update .btnFancy {
    transition-property: color, border-color, background-color;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none !important;
    border: none;
    box-shadow: none;
    background-color: transparent;
    text-decoration: none;
    font-weight: normal;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    padding: 8px 15px;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #f5f2eb;
    color: #f5f2eb;
}

.ui-update .btnFancy:hover {
    background-color: #f5f2eb;
    border-color: #f5f2eb;
    color: #393328;
}
/*End*/


#content_payment_payment_type_115988_133528_0:checked + label {
    color: black; /* Change to desired color */
}


/*.input[type="radio"]:checked + label {*/
/*    color: #000000;*/
/*}*/

.ui-update .js-customFileInput-text {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
}
