.banner {
    width: 100%;
    height: 500px;
/*
    background: linear-gradient(
                     rgba(255,255,255, .6),
                     rgba(255,255,255, .1)),
                     url("/images/store.jpg");
                     */
    background: url("/images/store.jpg");

    background-size: cover ;
    position: relative;
}

.banner-pad {
    position: absolute;
    top: 30%;
    bottom: 30%;
    left: 0%;
    right: 0%;
    background: rgba(255, 255, 255, 0.5);
    padding-left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner h1 {
    font-family: 'Roboto';
    font-size: 32pt;
    font-weight: 900;
    color: #606060;
    margin: 0;
}

.banner h2 {
    font-family: Roboto;
    font-size: 30pt;
    font-weight: bold;
    margin: 0;
    color: rgba(51, 136, 255, 1);
}

#address_lcInput {
    width: 100%;
}


#address {
    width: 100%;
}

#city {
    width: 100%;
}

#zipcode {
    width: 150px;
}

#province {
    width: 100%;
}

.cc-container {
    justify-content: stretch;
    flex-basis: 100%;
    flex-grow: 1;
}

.form-section {
    justify-content: stretch;
    flex-basis: 100%;
    flex-grow: 1;
    max-width: 600px;
    margin: 0 auto;
}

.form-section + .form-section {
    margin-top: 50px;
}

.cc-button {
    margin: 40px 0 40px 0;
    flex-grow: 1;
}


.creditcards img + img {
    margin-left: 5px;
}

.creditcards img {
    height: 40px;
}

.text-tight p {
    margin: 0;
    font-size: 12pt;
}

.dialog-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.25em 0;
}

.dialog-content .icon {
    margin-right: 10px;
    padding: 10px;
    margin-left: -10px;
}

/* Make jconfirm boxes autosize nicely */
.jconfirm-box-container {
    display: flex;
}

.jconfirm-box {
    display: inline-block;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    color: #101010;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #e0e0e0;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    padding: 10px 40px;
}

.lc-hide {
    display: none;
}