/*Main layout*/
.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 {
    margin-top: auto;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: transparent;
   color: black;
   text-align: center;
}
#pvFooter {
    display: none;
}
.templatesitefooter {
    display: none;
}
#content_lblStatus {
    display:none;
}


/*End*/

/*APLICATION*/
.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;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 17px;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-width: 1px;
    border-style: solid;
    border-radius:16.93px;
    border-color: #000000;
    background-color: #f7f7f7;
    padding: 12px 15px;
    font-family: 'HALFourGrotesk-Regular';    

}
.ui-update .mix-box_outlined {
    box-shadow: none;
    border: none;
}
.ui-update .rule {
    border: 0;
    width: 100%;
    color: #d8ff64;
    background-color: #d8ff64;
    height: 2px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

/*DATE PICKER*/
.ui-widget-content {
    border: none;
    background: #000000;
    color: #FFFFFF;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 20%);
    border-radius: 0;
}
.ui-datepicker td .ui-state-default:hover {
    background: #ffffff;
    color: #000000;
}
.ui-update ::selection {
    background: #F2EEE2;
    color: #ffffff;
}

td.ui-datepicker-today .ui-state-highlight {
    color: #000000;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #ffffff;
    border: none;
    background: transparent;
}
.ui-state-default.ui-state-highlight {
    background: #fff;
    font-weight: 600!important;
    color: #000;  
}


/*BUTTONS*/
.ui-update .btn {
    font-size: 18px;
    text-transform: none;
    border-radius: 12px;
    background-color: #d8ff64;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    border: 1px solid #d8ff64;
    color: #000000;
    font-weight: 400;
    padding:12px 16px;
    height:49px;
}

.ui-update .btn:hover, .btn:hover, .btn-success:hover {
    color: #ffffff;
    background-color: #123ec8;
}
.ui-update .js-customFileInput {
    font-size: 17px;
    font-family: inherit;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    background-color: #d8ff64;
    color: #3c3c3c;
    padding: 12px 20px 10px 52px;
    border-radius: 25px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: 
ease-in-out;
    transition-timing-function: 
ease-in-out;
}
.ui-update .js-customFileInput:hover {
    border-color: #123ec8;
    color: #000;
}

@media (min-width: 768px) {
  #continueApplication .split {
    justify-content: center;
    text-align: center;
  }

  #continueApplication .split > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}


/*FONTS*/
.ui-update .hdg {
    font-family:'HALFourGrotesk-Regular'!important;
}
.ui-update p.txt {
    margin-bottom: 25px;
    font-family: 'HALFourGrotesk-Regular';
    font-weight: 500;
    font-size:15px;
}
.ui-update .gridList li {
    list-style: none;
    font-family: 'HALFourGrotesk-Regular';
    font-weight: 500;
}
.ui-update .hdg_1 {
        font-size: 65px;
}
.ui-update .hdg_2 {
        font-size: 45px;
}
 .ui-update .hdg_3 {
        font-size: 30px;
}  
 .ui-update .hdg_4 {
        font-size: 30px;
} 
.ui-update .hdg.mix-hdg_dark {
    color: #000;
    font-size:28px;
    text-align: left;
}
.ui-update .fieldset-detail {
    font-size: 15px;
    display: block;
    font-family:'HALTimezone-Regular';
    color: #000;
    margin-top: 5px;
}
.ui-update .fieldset-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-family: 'HALTimezone-Regular';
    line-height: 1.2;
    color: #000;
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
}
.ui-update .fieldset-detail a {
    -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;
    text-decoration: none;
    color: #000;
    font-family: 'HALFourGrotesk-Regular';    
}
.ui-update .fieldset-detail a:hover {
    text-decoration: underline;
    color: #000000;
    outline: 0;
    transition: all .2s;
    transition-property: left right;
    transition-timing-function: ease-out;
    z-index: 8;
    font-family: 'HALFourGrotesk-Regular';    
}
.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: #000;
    width: 100%;
    font-family: 'HALFourGrotesk-Regular';    
}

/*UPDATE CARD DETAILS FORM*/
#label_field_6434_6110 {
    display: none;
}
#label_field_6434_6110-type {
    display: none;
}
#content_payment_payment_type_6434_6110 {
    display: none;
}
#s-6434_6110-type {
    display: none;
}
#label_field_6434_6110-cc {
    margin-top: 20px;
}


/*UPDATE DIRECT DEBIT FORM*/
#label_field_6177_5887 {
    display: none;
}
#content_payment_payment_type_6177_5887 {
    display: none;
}
#label_field_6177_5887-type {
    display: none;
}
#s-6177_5887-type {
    display: none;
}
#content_payment_bank_account_type {
    display: none;
}
#s-6177_5887-gcnote {
    display: none;
}
#content_field_6181_5891 {
    padding-left: 0;
}
#label_field_6177_5887-acct {
    display: none;
}
#label_field_6483_6159 {
    display: none;
}
#label_field_6483_6159-type {
    display: none;
}
#content_payment_payment_type_6483_6159 {
    display: none;
}
#s-6483_6159-type {
    display: none;
}
#content_field_6485_6161 {
    padding-left: 0px;
}

/*MEMBERSHIP MONTHLY FORM*/
#label_field_6976_6652 {
    display: none;
}
#content_payment_payment_type_6976_6652 {
    display: none;
}
#label_field_6976_6652-type {
    display: none;
}
#s-6976_6652-type {
    display: none;
}
#content_field_6978_6654 {
    padding-left: initial;
}

/*JOINING FEE*/
#label_field_6983_6659 {
    display: none;
}
#content_payment_payment_type_6983_6659 {
    display: none;
}
#label_field_6983_6659-type {
    display: none;
}
#s-6983_6659-type {
    display: none;
}
#label_field_6983_6659-cc {
    margin-top: 20px;
}


/*FINAL CONFIRMATION FORM*/
#label_field_6466_6142-type {
    display: none;
}
#content_payment_payment_type_6466_6142 {
    display: none;
}
#s-6466_6142-type {
    display: none;
}
#label_field_6466_6142-cc {
    margin-top: 20px;
}

/*SHOP*/
.favoriteBlock {
    display: none;
}
#productFavoriteBlock {
    display: none;
}
#peoplevine_review_product_197614 {
    display: none;
}
#blockPromoLoyalty {
    display: none;
}
#content_pnlGiftCard {
    display: none;
}
#haveCoupon {
    display: none;
}
#haveReferral {
    display: none;
}

.bootnavbar-default {
    display: none;
}
#cart_shipping {
    display: none;
}
a.btn.btn-info.btn-lg.productAddToCart.productViewBtn {
    background-color: #000;
    border-color: #000;
}
a.btn.btn-lg.btn-info {
    background-color: #000;
    border-color: #000;
}