@import url('https://fonts.googleapis.com/css?family=Alice|Noto Sans:300,300i,400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');

html,
body {
    height: 100%;
    background: #fcfcfc;
}

p {
    font-size: .9rem;
}

.quantityModal .row {
    padding-top: 0px !important;
}

.selectProduct {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

#qb-menu.row.expanded {
    max-width: 100%;
}

.image-hover-wrapper a {
    margin: 0;
    padding: 0;
    display: inline-block;
    letter-spacing: normal;
    line-height: initial;
}

.image-hover-wrapper a img {
    float: left;
    overflow: hidden;
    width: 100%;
}

.image-hover-wrapper a .image-hover-wrapper-reveal {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: #fefefe;
    display: inline;
    position: absolute;
    opacity: 0;
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 80;
}

.image-hover-wrapper a .image-hover-wrapper-reveal:hover {
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: background .3s ease-in-out;
}

.image-hover-wrapper a .image-hover-wrapper-reveal:hover p {
    opacity: 1;
    /*
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    */
    transition: background .3s ease-in-out;
}

.image-hover-wrapper a .image-hover-wrapper-reveal p {
    bottom: 0;
    display: block;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all 0 cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.image-hover-wrapper a .fa {
    font-size: 24px;
}

.image-hover-wrapper .image-hover-wrapper-banner {
    background-color: rgba(23, 121, 186, 0.8);
    color: #fefefe;
    font-weight: 600;
    left: 0;
    padding: 0.5rem;
    position: absolute;
    top: 25%;
    width: 75%;
    z-index: 10;
}

/* general */

.checkout .callout,
.checkout .callout p {
    text-align: left !important;
}

.qb-body .row.expanded {
    /*max-width: 1600px;*/
    padding: 0rem 2rem;
    color: #545454;
    font-family: 'Noto Sans', sans-serif;
}

.qb-body .info-text {
    font-size: .7rem !important;
}

.qb-body table input {
    margin: 0 !important;
}

.qb-body table .button.tiny {
    margin: 0 !important;
}

.qb-body .row {
    padding-top: 15px;
}

.qb-body.family-information .row {
    padding-top: 0px;
}

.qb-body.family-information h5 {
    padding-top: 30px;
}

.qb-body .full-btn {
    width: 100%;
    margin-top: 10px !important;
}

.qb-body #content-wrapper {
    background-color: #fff !important;
}

.qb-body #client-admin-con {
    position: initial !important;
}

.qbInnerWrapper {
    padding-top: 0px !important;
}

.qb-body .quantity-option {
    width: 50px;
}

/*
.qb-body form {
    margin-top: 1.2rem;
}
*/

/* menu */

#qb-menu .current-step h6 {
    padding: 1rem 0rem;
    color: #285c67 !important;
    font-family: 'Noto Sans' !important;
    font-size: 1.2rem !important;
    font-weight: normal !important;
}

/* intro page */

.qb-body .getting-started {
    width: 90%;
    max-width: 1200px !important;
    margin-top: 2rem;
    padding: 1.2rem !important;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
}

.qb-body .getting-started h4 {
    margin-top: 1rem;
    margin-bottom: 0rem;
    text-align: center;
}

.qb-body .getting-started h5 {
    margin-top: 1.2rem;
    color: #555555 !important;
    font-family: 'Merriweather', serif;
    font-size: 16px !important;
}

.qb-body .getting-started p {
    color: #555555 !important;
}

/* tabs bar */

.qb-body .tabs {
    text-align: center;
    /*background: none;
    border: none;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);*/
}

.qb-body .tabs-title {
    float: none;
    display: inline-block;
}

.qb-body .tabs-title>a {
    padding: 1rem 1.3rem;
    color: #5199a8;
    font-size: 16px;
    font-weight: bold;
    background: none;
    border-bottom: 3px solid transparent;
}

.qb-body .tabs-title>a:hover,
.qb-body .tabs-title>a:focus,
.qb-body .tabs-title>a[aria-selected="true"] {
    color: #5199a8;
    background: none;
    border-bottom: 3px solid #5199a8;
}

.hide-for-medium {
    display: block !important;
}

/* buttons */
.reveal .button,
.qb-body .button,
.qb-body a.button {
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px !important;
    background-color: #5199a8;
    border-radius: 2px;
    cursor: pointer;
    font-weight: normal;
    padding: .6rem 1.2rem;
    cursor: pointer;
    letter-spacing: .04em;
    position: relative;
}

.qb-body .button:hover,
.qb-body a.button:hover {
    color: #fff;
    background-color: #285c67;
}

.qb-body .button-group .button {
    margin: 0rem .6rem;
}

.qb-body .button.widget-btn.previous-btn {
    color: #5199a8;
    background: none;
}

.qb-body .button.widget-btn.previous-btn:before {
    display: none;
}

.qb-body .button.widget-btn.previous-btn:hover {
    text-decoration: underline;
}

.qb-body .button-group {
    margin-top: 1rem;
}

/* titles */

.qb-body h4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #555555 !important;
    font-family: 'Merriweather', serif;
    font-size: 22px !important;
    font-weight: 500 !important;
    text-align: center;
}

.qb-body h4::after {
    content: "";
    width: 80px;
    height: 3px;
    margin: 1rem auto;
    margin-top: 1.2rem;
    background: #e5e5e5;
    display: block;
}

.qb-body h5 {
    color: #555555 !important;
    font-family: 'Merriweather', serif;
    font-size: 20px !important;
}

/* callouts */

.qb-body .selectItem.callout {
    padding: 0px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    position: relative;
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.qb-body .selectItem.callout:hover {
    border: 1px solid #5199a8;
}

.qb-body .selectItem.callout.selected {
    border: 1px solid #5199a8;
}

.qb-body .selectItem.callout.disabled {
    pointer-events: none;
}

.qb-body .selectItem.callout.selected::after {
    content: '\f00c';
    bottom: 4px;
    right: 6px;
    padding: 0px 5px;
    color: #fff;
    font-family: 'fontawesome';
    font-size: 20px;
    position: absolute;
    background: #91cf84;
    border-radius: 50px;
    z-index: 99;
}

.qb-body .selectItem.callout h5 {
    margin-bottom: .2rem;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    text-align: center;
}

.qb-body .selectItem.callout p {
    color: #555555;
    font-size: 18px;
    text-align: center;
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.qb-body .selectItem.callout p.package-includes {
    margin: 0;
    color: #676767;
    font-size: 16px;
    font-weight: 600;
}

.qb-body .selectItem.callout p.package-price {
    color: #5199a8 !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.qb-body .selectItem.callout p.package-price:after {
    content: "";
    width: 80%;
    height: 1px;
    margin: 1rem auto;
    margin-top: 1rem;
    margin-top: 1.2rem;
    background: #e5e5e5;
    display: block;
}

.qb-body .selectItem.callout .image-hover-wrapper a .image-hover-wrapper-reveal:hover p {
    margin: 0px;
    padding: 6px;
    color: #555555;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
}

.qb-body .selectItem.callout .row.item-choices-quantity {
    margin: 0;
    padding: 0;
}

.qb-body .selectItem.callout .row.item-choices-quantity p {
    margin: .2rem 0;
    font-size: .8rem;
    color: #fff;
}

.qb-body .selectItem.callout .quantity-div {
    top: 4rem;
    left: -4px;
    position: absolute;
    background: #5199a8;
    border-radius: 0px 3px 3px 0px;
}

.qb-body .selectItem.callout .choices-div {
    bottom: -8px;
    left: -1px;
    position: absolute;
    background: #5199a8;
    border-radius: 0px 3px 3px 0px;
}

/* lists */

.qb-body.package-selection ul {
    margin: 0;
}

.qb-body.package-selection ul li {
    color: #676767;
    font-size: 14px;
    line-height: 30px;
    list-style: none;
}

.qb-body.package-selection ul.default {
    margin-left: 3em;
}

.qb-body.package-selection ul.default li {
    color: #676767;
    font-size: inherit !important;
    line-height: 30px;
    list-style: initial;
    text-align: left;
}

/* packages */

.qb-body.package-selection .selectItem.callout {
    padding: 20px 12px;
}

.qb-body .package-col {
    text-align: center;
}

.qb-body .package-description {
    width: auto;
    text-align: center;
    display: inline-block;
}

/* products */

input[type=number] {
    width: 60px !important;
    display: inline;
}

.item-name {
    margin-bottom: .2rem;
    padding-top: 1rem;
    color: #222222 !important;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    text-align: center;
}

p.item-name:before {
    content: "";
    width: 80%;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 1rem;
    background: #e5e5e5;
    display: block;
}

.qb-body .item-price {
    margin-bottom: 0;
    padding-bottom: 1.2rem;
    color: #5199a8 !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/* labels */

.qb-body input[type=checkbox]:checked+span,
.qb-body input[type=checkbox]:checked+label,
.qb-body input[type=radio]:checked+span,
.qb-body input[type=radio]:checked+label {
    font-weight: bold;
}

[type=checkbox]+label,
[type=radio]+label,
[type=number]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

/* summary section */

.qb-body .summary-section {
    padding: 1rem;
}

/* checkout section */

.qb-body.checkout .callout {
    padding: 1rem;
}

.qb-body.checkout .selectItem.callout:hover {
    border: 2px solid #ffffff;
}

.qb-body.checkout .callout .checkout-subtitle {
    font-size: 18px;
    font-weight: 600;
}

.qb-body.checkout .callout h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.qb-body.checkout .callout ul.package-list {
    margin-left: 2.2rem;
    margin-bottom: 0rem;
}

.qb-body.checkout .callout ul.package-list li {
    font-size: 14px;
}

.qb-body.checkout .callout .row.order-total {
    padding-top: 0px;
    font-size: 22px;
    font-weight: 600;
}

.qb-body.checkout .callout .summary-title {
    margin-top: .6rem;
    font-weight: 600;
    display: block;
}

.qb-body.checkout .callout label {
    font-size: 14px;
}

.qb-body.checkout .callout .submit-payment {
    width: 100%;
}

/* global text areas */

.qb-body .section_description,
.qb-body .disclaimer {
    text-align: center;
}

.qb-body .disclaimer {
    padding-top: 50px;
    text-align: center;
}


/* login modal */

#loginModal h1 {
    color: #555555 !important;
    font-family: 'Merriweather', serif;
    font-size: 26px !important;
    font-weight: 500 !important;
}

#loginModal label span {
    color: #545454;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
}

#loginModal .forgot-password {
    margin-top: 10px;
    color: #5199a8 !important;
    font-size: 14px;
    font-weight: 600;
}

/* loading screen */

#mask {
    max-width: 400px;
    border-radius: 3px;
}

#mask #mask-modal-content h1 {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url('ei-spinner.svg') center no-repeat;
    background-size: contain;
    animation: spin 4s linear infinite;
}

#mask #mask-modal-content i.fa.fa-spin.fa-spinner {
    display: none;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#mask #mask-modal-content h3 {
    color: #555555;
    font-family: Noto Sans;
    font-size: 30px;
    letter-spacing: 0.94px;
}

/* button alignment fix */

#serviceOptionContainer {
    text-align: center !important;
}

#serviceOptionContainer .button {
    margin: 6px !important;
}

/* hide top right login area at the request of bug 25806 */

/*
#qb-menu .large-2.columns * {
    display: none;
}*/

.qb-client-name {
    padding-top: .2rem;
}

.qb-client-options {
    font-size: .9rem;
}

.qb-client-name,
.qb-client-options {
    text-align: right;
}

/* pdf styling */

.qbWrapper.pdf-output {
    padding: 1rem;
    color: #545454;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    background: #fcfcfc;
}

.qbWrapper.pdf-output .site-information {
    padding: 0rem;
    text-align: center;
}

/*
.qbWrapper.pdf-output .site-information:after {
    content: "";
    width: 80px;
    height: 3px;
    margin: 1rem auto;
    margin-top: 1rem;
    margin-top: .6rem;
    background: #e5e5e5;
    display: block;
}*/

.qbWrapper.pdf-output .site-name {
    padding-bottom: .2rem;
    font-family: 'Merriweather', serif;
    font-size: 22px !important;
    font-weight: 500 !important;
}

.qbWrapper.pdf-output .site-address {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px;
}

.qbWrapper.pdf-output .qbInnerWrapper .qbContent .qbSectionHeader {
    margin-bottom: -1.2rem;
    padding: 0.5rem;
    color: #5199a8 !important;
    font-family: 'Merriweather', serif;
    font-size: 20px !important;
    font-weight: 500 !important;
    float: left;
    display: block;
    clear: both;
}

.qbWrapper.pdf-output .qbInnerWrapper .section-wrapper {
    width: 100%;
    margin: 1.0rem 0rem;
    padding: 0rem;
    margin-top: 1.0rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    position: relative;
    display: block;
}

.qbWrapper.pdf-output .qbInnerWrapper .section-wrapper>.summary-section {
    width: 50%;
    float: left;
}

.qbWrapper.pdf-output .qbInnerWrapper .summary-section h3 {
    width: auto;
    margin: 1.5rem;
    margin-top: 20px;
    margin-bottom: 1.0rem;
    padding-bottom: .2rem;
    color: #545454;
    font-family: 'Merriweather', serif;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    float: left;
}

.qbWrapper.pdf-output .qbInnerWrapper .summary-section .summary-section-content {
    clear: both;
}

.qbWrapper.pdf-output .qbInnerWrapper .summary-row {
    padding: .2rem 2rem;
    clear: both;
}

.qbWrapper.pdf-output .qbInnerWrapper .info-section .summary-row label {
    float: left;
    /*width: 175px;*/
    font-weight: bold;
    margin-right: 15px;
}

.qbWrapper.pdf-output .qbInnerWrapper .summary-section .summary-row label {
    /*float: left;*/
    font-weight: bold;
    margin-right: 15px;
}

.qbWrapper.pdf-output .qbInnerWrapper .summary-section .product-category {
    font-weight: bold;
    margin-top: 1rem;
}

.qbWrapper.pdf-output .qbInnerWrapper .summary-value {
    width: auto;
    /*float: left;*/
}

.qbWrapper.pdf-output .qbInnerWrapper .summary-value.list {
    width: auto;
    /*float: left;*/
}

.qbWrapper.pdf-output .qbInnerWrapper .summary-value .summary-product-name {
    margin-top: .6rem;
    font-style: italic;
}

.qbWrapper.pdf-output .qbInnerWrapper .summary-totals {
    width: auto;
    margin-top: .6rem;
    padding-top: 1rem;
    font-size: 16px;
    border-top: 1px solid #e5e5e5;
    float: right;
}

.qbWrapper.pdf-output .qbInnerWrapper .summary-totals label {
    width: auto;
    padding: 0.2rem 1rem;
    font-weight: bold;
    float: left;
}

.qbWrapper.pdf-output .qbInnerWrapper .summary-total {
    padding: 0.2rem 1rem;
    text-align: right;
    float: right;
}

/* change password */

.qb-body .change-password input::placeholder {
    font-size: 14px;
}

/* view quotes */

.qb-body .view-quotes table#qb-quotes th {
    color: #555;
    text-align: left;
    border: 1px solid #ddd;
    border-right: none;
}

.qb-body .view-quotes table#qb-quotes th:last-of-type {
    border-right: 1px solid #ddd;
}

.qb-body .view-quotes table#qb-quotes tr td {
    border-bottom: 1px solid #ddd;
}

.qb-body .view-quotes table#qb-quotes tr td:first-of-type {
    border-left: 1px solid #ddd;
}

.qb-body .view-quotes table#qb-quotes tr td:last-of-type {
    border-right: 1px solid #ddd;
}

.qb-body .view-quotes table#qb-quotes tr td.qb-quotes-options .quote-btn {
    margin: 0 .6rem;
    padding: .1rem .4rem;
    color: #555;
    display: inline-block;
    cursor: pointer;
}

.qb-body .view-quotes table#qb-quotes tr td.qb-quotes-options .quote-btn:hover {
    color: #fff;
    background: #5199a8;
    border-radius: 3px;
}

.qb-body .view-quotes table#qb-quotes tr td.qb-quotes-options .quote-btn:hover i {
    color: #fff;
}

.qb-body .view-quotes table#qb-quotes tr td.qb-quotes-options .quote-btn i {
    color: #5199a8;
    font-size: .9rem;
}

.product-column .mobile.has-tip {
    display: none;
}

/* responsive */

/* Medium & Small */

@media screen and (max-width:63.9375em) {
    
    .qb-body .row.expanded {
        padding: inherit !important;
    }    
    
    .qb-body.intro-page h4.section_title {
        font-size: 18px !important;
    }

    .qb-body .view-quotes table#qb-quotes tr td {
        border: 1px solid #ddd;
        border-bottom: none;
    }

    .qb-body .view-quotes table#qb-quotes tr:last-of-type td:last-of-type {
        border-bottom: 1px solid #ddd;
    }
}

/* Small only */
@media screen and (max-width: 39.9375em) {


    .qb-body .view-quotes table#qb-quotes {
        min-width: initial !important;
    }

    .qb-body .view-quotes table#qb-quotes tr td {
        text-align: center;
    }

    .qb-body .view-quotes table#qb-quotes tr td.qb-quotes-options .quote-btn {
        margin: 1rem auto;
        display: block;
    }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .qb-body h5 {
        text-align: center;
    }
    
    .product-column {
        margin: 0;
        padding: 1.2rem .6rem;
        border-bottom: 1px solid #e2e2e2;
        display: flex !important;
    }
    
    .product-column.selected {
        background: #f1f1f1;
    }

    .product-column input {
        margin: 0;
        display: flex;
        flex-direction: column-reverse;
        float: left;
    }

    .product-column label {
        width: 100%;
        display: block;
    }

    .product-column label span {
        font-size: 14px !important;
    }

    .product-column .item-name,
    .product-column .item-price,
    .product-column .mobile.has-tip {
        width: 100%;
        padding: 0;
        text-align: center;
        display: block;
    }
    .product-column .mobile.has-tip {
        border: none;
    }

    .product-column .has-tip {
        display: none;
    }
}