
.work-sans-regular {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/*HEADERS*/
.ui-update .hdg.hdg_1 {
    font-family: "Cormorant Garamond", serif;
    color: #5A3821 !important;
}
.ui-update .hdg.hdg_2 {
    font-family: "Cormorant Garamond", serif;
    color: #5A3821 !important;
}
.ui-update .hdg.hdg_3 {
    font-family: "Cormorant Garamond", serif;
    color: #5A3821 !important;
}
.ui-update .hdg.hdg_4 {
    font-family: "Cormorant Garamond", serif;
    color: #5A3821 !important;
}
.hdg.hdg_6.mix-hdg_dark {
    font-family: "Cormorant Garamond", serif;
    color: #5A3821 !important;
}



/* Override */
body {
    font-family: "Work Sans", sans-serif !important;
    
}



.fieldset-alert-msg {
    color:#A58C6F !important;
}
.fieldset-fieldset-error {
    color:#A58C6F !important;
}


.fieldset-label_required {
  color:#5A3821 !important;
  font-family:  "Work Sans" !important;
}

.ui-update .fieldset-detail {
    font-size: 13px;
    display: block;
    font-family: "Inter", sans-serif;
    color: #5A3821 !important;
    margin-top: 5px;
}

/* :: additional styling :: */
@media screen and (max-width: 750px) {
    .pvwrap,
    #PeopleVineContent {
        padding: 5vh 5vw;
        width: 100%;
    }
}
@media screen and (min-width: 751px) {
    .pvwrap,
    #PeopleVineContent {
        padding: 3rem;
        width: calc( 100% - var(--layout-header-width) );
    }
}

/*APPLICATION*/
.ui-update .fieldset-input>input, .ui-update .fieldset-input>textarea, .ui-update .fieldset-input>select, .ui-update .fieldset-input>.sq-input {
    font-family: "Inter", sans-serif;
    color: #5A3821;
}
.ui-update .box {
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 2px;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.ui-update .fieldset-input>input, .ui-update .fieldset-input>textarea, .ui-update .fieldset-input>select, .ui-update .fieldset-input>.sq-input {
    border-style: solid;
    border-color: #f5f9fc;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 12px 15px;
    font-family: inherit;
    color: #000000;
}

.ui-update .mix-box_outlined {
    box-shadow: none;
    color: none;
    border: none; 
}
#content_lblStatus {
    font-family: "Work Sans";
}
.ui-update .btn:hover {
    background-color: #f0f4f5;
    border: 1px solid #f0f4f5;
    color: #F3F1ED;
}

/*.ui-update .fieldset-input>input:focus, .ui-update .fieldset-input>textarea:focus, .ui-update .fieldset-input>select:focus, .ui-update .fieldset-input>.sq-input:focus {*/
/*    outline: none;*/
/*    border-color: #B8DBDF;*/
/*}*/
/*END APPLICATION*/

/*DATE PICKER*/
.ui-widget-content {
    border: none;
    background: #EAEAE8;
    color: #2A2826;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 20%);
    border-radius: 0;
}
.ui-datepicker td .ui-state-default:hover {
    background: #A58C6F;
    color: white;
}
.ui-update ::selection {
    background: #A58C6F;
    color: #2A2826;
}
.ui-datepicker-today .ui-state-highlight {
    color: #2A2826;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #2A2826;
    border: none;
    background: transparent;
}
.ui-state-default.ui-state-highlight {
    background: #A58C6F;
    font-weight: 600!important;
    color: #2A2826 !important;  
}

/*END DATE PICKER*/

/*Button*/





/* asterisk color */

#generatedSurvey label::before{
  color: #5A3821 !important; 
}

.privacy-row {
    color: #A58C6F !important;
}