  .matrix-header .hometemplate {
        float: right;
    }

        .matrix-header .hometemplate .SalonfindLoc {
            padding: 3px 20px 0 0;
        }

    .header-userinfo {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        padding-left: 50px;
        text-transform: uppercase;
        font-size: 15px;
        position: relative;
    }

    .header-icon.usericon {
        display: inline-block;
        font-size: 0;
        float: left;
        cursor: pointer;
        margin: 0 1px 0 0;
        background: url(/images/group-icons-sprite.png) no-repeat -166px -38px;
        width: 18px;
        height: 18px;
        margin-top: 1px;
        margin-right: 5px;
    }

    .user-dropdown.loggedin {
        position: absolute;
        width: 240px;
        height: 225px;
        background: #fff;
        border: 2.5px solid #000;
        top: 69px;
    }

        .user-dropdown.loggedin .closedup-arrow {
            margin: -18px 0 -2px 27px;
        }

        .user-dropdown.loggedin .close-icon {
            margin: 10px 10px 0 0;
        }

        .user-dropdown.loggedin ul {
            margin-top: 15px;
            padding-left: 20px;
            list-style: none;
            float: left;
        }

        .user-dropdown.loggedin .logout {
            padding-left: 20px;
            font-weight: bold;
            color: #000;
            text-decoration: underline;
            font-size: 14px;
            margin-top: 20px;
            float: left;
            text-transform: none;
        }

            .user-dropdown.loggedin .logout:hover {
                color: #cd1d2c;
            }

        .user-dropdown.loggedin ul a {
            font-weight: bold;
            color: #000;
            text-decoration: underline;
            font-size: 16px;
            padding-left: 0;
        }

            .user-dropdown.loggedin ul a:hover {
                color: #cd1d2c;
            }

        .user-dropdown.loggedin ul {
            line-height: 45px;
        }

    .user-dropdown.notlogged {
        position: absolute;
        width: 240px;
        height: auto;
        background: #fff;
        border: 2.5px solid #000;
        top: 69px;
        padding-bottom: 6px;
    }

        .user-dropdown.notlogged .closedup-arrow {
            margin: -18px 0 -2px 27px;
        }

        .user-dropdown.notlogged .close-icon {
            margin: 10px 10px 0 0;
        }

    .header-signin {
        color: #000;
        padding: 10px;
    }

    .header-signtitle {
        color: #000;
        font-weight: bold;
    }

    .header-signin input {
        text-align: left;
        border: 1px solid #cccccc;
        margin: 6px 0;
        padding: 3px 10px;
        width: 100%;
        font-size: 13px;
    }

        .header-signin input[type="submit"] {
            border: none;
            color: #fff;
            background: #be3134;
            margin: 5px 0;
            padding: 6px 0;
            text-align: center;
        }

    .custom-checkbox {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .custom-checkbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .checkmark {
        position: absolute;
        top: 1px;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #fff;
        border: 1px solid #000;
    }

    .custom-checkbox:hover input ~ .checkmark {
        background-color: #fff;
    }

    .custom-checkbox input:checked ~ .checkmark {
        background-color: #000;
        border: none;
    }

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .custom-checkbox .checkmark:after {
        left: 6px;
        top: 2px;
        width: 4px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    label.custom-checkbox {
        font-size: 14px;
        font-weight: normal;
        padding: 0 0 0 28px;
        float: left;
        width: 100%;
        text-transform: none;
        color: #898989;
    }

    .forgot-link {
        text-align: center;
        display: block;
        font-size: 13px;
        text-transform: none;
        text-decoration: underline;
        color: #898989;
    }

        .forgot-link:hover {
            color: #000;
        }

    .header-register {
        float: left;
        margin-top: 20px;
        width: 100%;
    }

        .header-register a {
            border: none;
            color: #fff;
            background: #be3134;
            margin: 5px 0;
            padding: 6px 0;
            display: block;
            width: 100%;
            font-size: 13px;
            text-align: center;
        }

            .header-register a:hover {
                text-decoration: none;
                background: #000;
            }

    .header-signin .form-group {
        margin: 0;
    }

    .required-field {
        display: block;
        color: #cd1d2c;
        font-size: 11px;
        margin-bottom: 5px;
    }

    .header-signin input.is-invalid {
        border: 1px solid #cd1d2c;
    }

    .login-error {
        float: left;
        font-size: 12px;
        text-align: center;
        width: 100%;
        text-transform: none;
        color: #cc1d2c;
    }

    .header-userinfo .header-title {
        cursor: pointer;
        font-family: HelveticaLTStd-Light;
        text-transform: none;
    }

    .row.header-small .main-header-search {
        width: 60%;
    }

    .row.header-small .main-logo-section {
        width: 5%;
    }

    .promo-banner {
        float: left;
        width: 100%;
        position: relative;
    }

        .promo-banner p {
            margin: 0;
            text-align: left;
        }

    .promo-banner {
        padding: 6px 3% 6px 1%;
        text-align: center;
        color: #fff;
        font-weight: bold;
        margin: 0;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

        .promo-banner:empty {
            padding: 0;
        }

        .promo-banner .promo-close {
            color: #fff;
            cursor: pointer;
            position: absolute;
            top: 5px;
            right: 0;
            width: 3%;
            text-align: center;
            font-weight: normal;
        }

    @@media (min-width: 768px) and (max-width: 1024px) {
        .header-userinfo .header-title {
            font-size: 12px;
        }

        .header-userinfo {
            padding-left: 10px;
        }

        .matrix-header .col-sm-6.col-md-6.col-lg-6 {
            width: 25%;
        }

        .row.matrix-header .main-header-search {
            width: 40%;
        }

        .row.header-small .main-header-search {
            width: 60%;
        }

        .row.header-small .main-logo-section {
            width: 5%;
        }
    }