header .header-main .nav-area .cta-area a {
    border-right: 2px solid #786f65;
}
header .header-main .nav-area .cta-area a i {
    color: #786f65;
}
header .header-main .nav-area .cta-area a i:hover {
    color: #fff;
}


.checkout-membership .wrap{
    max-width: 100%;
}
#Checkout #Form_MembershipForm .btn-toolbar{
    display: flex;
    gap: 15px;
}
.checkout-membership #Form_MembershipForm {
    max-width: 600px;
}
#Checkout .login {
    padding: 25px;
}


#CheckoutForm_CreateAccountForm{
    background: #ececec;
    padding: 30px;
    max-width: 500px;
    margin: 0 auto 30px;
}
.pageTitle{
    max-width: 500px;
    margin: 0 auto 30px;
}
#CheckoutForm_CreateAccountForm .field.text{
    float: left;
    width: 100%;
    margin: 5px 0;
}
#CheckoutForm_CreateAccountForm .field.text label {
    font-weight: 800;
    padding-bottom: 5px;
    width: 100%;
    float: left;
}
#CheckoutForm_CreateAccountForm .field.text input {
    font-size: 22px;
    line-height: 35.596px;
}
#CheckoutForm_CreateAccountForm .field.text input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #c3c2c2;
    font-size: 18px;
    line-height: 29.124px;
}
#CheckoutForm_CreateAccountForm input[type="submit"] {
    float: inherit;
}

.description:last-of-type ul li{
    list-style: disc;
    list-style-position: inside;
}
.description:first-of-type ul li{
    list-style: disc;
    list-style-position: inside;
}
/* .description ul li{
    list-style: disc;
    list-style-position: inside;
} */
h1, h2, h3, h4, h5, h6 {
    text-transform: initial!important;
}

.login:before {
    display: none;
}

.checkout-membership #MemberLoginForm_LoginForm {
    max-width: 600px;
}
.checkout-membership #MemberLoginForm_LoginForm input[type=submit] {
    float: none;
}

.main-banner-container .main-banner-carousel .item .overlay {
    background: none;
}

@media only screen and (max-width: 1139px) {
    header .header-main .logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    nav.secondary-nav > ul > li > a {
        color: #fff;
        font-family: "Montserrat", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 22.652px;
        text-transform: capitalize;        
    }
    nav.secondary-nav {
        float: right;
        height: auto;
    }    
}

@media only screen and (max-width: 1090px) {
    header .header-main .logo img {
        max-width: 70%;
    }
}