
/*FONTS*/

.cinzel-decorative-regular {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}

.cinzel-decorative-bold {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}

.cinzel-decorative-black {
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-style: normal;
}

.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}

.merriweather- {
  font-family: "Merriweather", serif;
  font-weight: 200;
  font-style: normal;
}

.cinzel- {
  font-family: "Cinzel", serif;
  font-weight: 200;
  font-style: normal;
}

/*MAIN APPLICATION STYLING - HEADINGS, LABELS & INPUT FIELDS*/

.ui-update .hdg_6 {
    font-size: 24px;
    font-family: Cinzel Decorative;
    font-weight: 700;
}

.ui-update .hdg.mix-hdg_dark {
    color: #4f3f3b;
}

.ui-update .fieldset-label {
    font-size: 13px;
    transition-property: color;
    font-family: Merriweather;
    line-height: 1.2;
    color: #4f3f3b;
    display: block;
    margin-bottom: 6px;
}

.ui-update .box-bd_inflated {
        padding: 30px;
        background-color: #F4F5F0;
    }

.ui-update .fieldset-label_required:before {
    content: "*";
    color: #4f3f3b;
    margin-right: 2px;
    font-size: 18px;
    line-height: 0;
    vertical-align: sub;
}

.ui-update .rule {
    border: 0;
    width: 100%;
    color: #e1e1e1;
    background-color: transparent;
    height: 1px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.ui-update .fieldset-input>input, .ui-update .fieldset-input>textarea, .ui-update .fieldset-input>select, .ui-update .fieldset-input>.sq-input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    border-width: 2px;
    border-style: none none solid none;
    border-color: #335749;
    padding: 12px 12px;
    font-family: Merriweather;
    font-size: 13px;
    color: #4f3f3b;
    background-color: #F4F5F0;
}

.ui-update .mix-box_outlined {
    box-shadow: none;
    border: none;
}

.ui-update .titleBar {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #C8B273;
    color: #4f3f3b;
    font-size: 13px;
}

.ui-update * {
    box-sizing: border-box;
    font-family: 'Merriweather';
    color: #4f3f3b;
    font-size: 13px;
}

.ui-update .titleBar-cta {
    font-size: 13px;
    background-color: #335749;
    border-top-right-radius: 2px;
    color: #F4F5F0;
    font-family: 'Merriweather';
    text-transform: lowercase;
    text-align: right;
    padding: 15px 10px;
    cursor: pointer;
}

.ui-update .dataList {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    padding: 14px 20px 14px 16px;
    background-color: #F4F5F0;
    border-radius: 0px;
    display: block;
    margin: 0;
}

.ui-update .txt_featureBold {
    font-size: 13px;
    font-family: 'Merriweather';
}

/*TICKBOXES*/

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

.ui-update .tick input[type="checkbox"]+label {
    transition-timing-function: ease-in-out;
    font-size: 13px;
    position: relative;
    padding: 3px 0 1px 30px;
    cursor: pointer;
    color: #4f3f3b;
    width: 100%;
}

.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    transition-timing-function: ease-in-out;
    font-size: 13px;
    position: relative;
    padding: 3px 0 1px 30px;
    cursor: pointer;
    color: #4f3f3b;
    width: 100%;
}

/*STEP COUNTER/SECONDARY TEXT*/

.ui-update * {
    box-sizing: border-box;
    font-family: 'Merriweather';
    color: #4f3f3b;
    font-size: 13px
}

/*DATE PICKER*/

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

td.ui-datepicker-today .ui-state-highlight {
    color: #C8B273;
    background-color: #F4F5F0;
    font-weight: normal;
}

.ui-datepicker td .ui-state-default:hover {
    color: #F4F5F0;
    background-color: #C8B273;
    
}

.ui-datepicker td .ui-state-default:hover {
    color: #F4F5F0;
    background-color:#C8B273;
}

.ui-datepicker-current-day .ui-state-active {
    color: #F4F5F0;
    background-color: #C8B273;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 14px;
    color: #F4F5F0;
    background-color: #4f3f3b;
}

/*PRIVACY POLICY*/

.privacy-row a {
    color: #4f3f3b;
    font-family: 'Merriweather';
    font-size: 10px;
}

/*BUTTONS*/

.ui-update .btn, .btn {
    font-family: Cinzel;
    font-weight: 700;
}

/* ERROR ALERTS*/

.ui-update .alert {
    font-size: 17px;
    font-family: 'Merriweather';
    padding: 20px 10px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #F4F5F0;
    border: 2px solid #8B0000;
    color: #8B0000;
}

#label_field_127324_144839,
#label_field_127324_144839-type{
    display: none;
}

.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    transition-timing-function: ease-in-out;
    font-size: 13px;
    position: relative;
    padding: 5px 5px 5px 30px;
    cursor: pointer;
    width: 100%;
}

.ui-update .tick_bubble input[type="checkbox"]+label:before, .ui-update .tick_bubble input[type="radio"]+label:before {
    background-position: center center;
    background-color: transparent;
    width: 0;
    height: 18px;
    position: absolute;
    left: 14px;
    top: 6px;
    filter: alpha(opacity=0);
    transition-property: opacity, width;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
}
