.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:#1d1b1b;
}

.ui-update .mix-box_outlined {
    box-shadow: none;
    border: 0px;
}
.ui-update .box {
    background-color: transparent;
}
.ui-update .hdg.mix-hdg_dark {
    color: #f3f3f3;
    text-align-last: left;
}
.ui-update .hdg {
    font-family: 'Instrument Sans', serif;
    /*font-size:32px !important;*/
    /*font-weight:bold;*/
    color: #f3f3f3 !important;
    text-transform: uppercase;
}

.ui-update h1,h2,h3,h4,h5,h6 {
    font-family: 'Instrument Sans', serif;
    /*font-size:32px !important;*/
    /*font-weight:bold;*/
    color: #f3f3f3;
    /*text-transform: uppercase;*/
}
#section_field_56001_74763 {
    font-family: 'Instrument Sans', serif;
}
.ui-update p,span,li {
    font-family: 'Instrument Sans', serif;
    color: #ffffff;
}
.ui-update a {
    color: #FFB400 !important;
    font-weight: 700;
    font-size: 14px;
}
.ui-update .fieldset-label{
    font-family: 'Instrument Sans', serif;
    color: #f3f3f3;
}
.ui-update .fieldset-detail {
    font-size: 13px;
    display: block;
    color: #f3f3f3;
    margin-top: 5px;
    font-family: 'Instrument Sans', 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: #f3f3f3;
    border-style: none none solid none;
    border-color: #f3f3f3;
}

/*text input box*/
#content_field_107789_125495 {
    height: 200px;
}


.ui-update .txt {
    color: #f3f3f3;
}
.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    color: #f3f3f3;
}

.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    /*color: #041E42;*/
}

.ui-update .hList>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px 0 0;
    padding: 15px 0 0 0;
}

.ui-update .btn {
    font-family: 'Instrument Sans', serif;
    /*font-weight:bold;*/
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #16171c;
    border-radius: 0px;
    /*border-radius: 50px;*/
}
.ui-update .btn:hover {
    font-family: 'Instrument Sans', serif;
    font-weight:bold;
    border:1px solid #f3f3f3;
    background-color: #16171c;
    color: #f3f3f3;
    border-radius: 0px;
    /*border-radius: 50px;*/
}

.ui-update .btnFancy {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.ui-update .btnFancy:hover {
    background-color: #ffffff;
    color: #000;
}

.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: 'Instrument Sans';
    color: black;
}

.ui-update .fieldset-label_required:before {
    content: "*";
    color: #FFB400;
    margin-right: 2px;
    font-size: 18px;
    line-height: 0;
    vertical-align: sub;
}
/*End*/


/* Radio Buttons */

/*.ui-update .tick_radio input[type="radio"]+label:before {*/
/*    content: ' ';*/
/*    height: 24px;*/
/*    width: 24px;*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    left: 0;*/
/*    border-radius: 100%;*/
/*    border: 1px solid #4f4f4f;*/
/*    z-index: 1;*/
/*}*/


/* Before state: Unchecked radio button */
.ui-update .tick_radio input[type="radio"] + label:before {
    content: ' ';
    height: 24px;
    width: 24px;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 100%;
    background-color: #4f4f4f; /* Dark Gray */
    border: 1px solid #ffffff; /* White Border */
    z-index: 1;
}

/* After state: Checked radio button */
.ui-update .tick_radio input[type="radio"]:checked + label:before {
    background-color: #4f4f4f;
    border: 6px solid #ffffff;
}

.ui-update .js-customFileInput-text {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
}

/* tick color */

.ui-update .tick_bubble input[type="checkbox"]+label:before,
.ui-update .tick_bubble input[type="radio"]+label:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M11.511%2027.689l-10.889-11.378%203.2-3.067%207.733%208.089%2016.667-17.022%203.156%203.067-19.867%2020.311z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: transparent;
    width: 0;
    height: 18px;
    position: absolute;
    left: 14px;
    top: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-property: opacity, width;
    transition-property: opacity, width;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}


.ui-update .tick_checkbox input[type="checkbox"]+label:after {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M11.511%2027.689l-10.889-11.378%203.2-3.067%207.733%208.089%2016.667-17.022%203.156%203.067-19.867%2020.311z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: ' ';
    height: 14px;
    width: 14px;
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: 1;
}

.ui-update .tick_checkbox input[type="checkbox"]:checked+label:before {
    background-color: #ffffff;
}

label[for="content_payment_payment_type_112795_130442_1"] {
    color: #000000 !important;
}

label[for="content_payment_payment_type_112795_130442_0"] {
    color: #000000 !important;
}

label[for="content_payment_bank_account_type_1"] {
    color: #000000 !important;
}

label[for="content_payment_bank_account_type_0"] {
    color: #000000 !important;
}



#label_field_112795_130442 {
    display: none;
}