@font-face {
    font-family: 'Abel-Regular';
    src: url("../fonts/Abel-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'CooperHewitt-Book';
    src: url("../fonts/CooperHewitt-Book.otf") format("opentype");
}

/*
    WEBKIT SCROLLBAR
*/

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
    background-color: #e7e7e7;
    border: 1px solid #dcdcdc;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    background-color: #999;
    height: 50px;
    outline: 0;
    outline-offset: 0;
}

/***********MAIN BODY*************/

body {
    background-color: #fff;
    background-image: url("../img/diagmonds-light.png");
    color: #282828;
    height: 100%;
    /*background-image:url("http://www.transparenttextures.com/patterns/bright-squares.png");*/
    width: 100%;
}

.show {
    display: block;
}

.hide {
    display: none;
}

input {
    outline: none;
}

p, h1, h2, h3, h4, h5, input, select, a, ul, span {
    font-family: "Roboto Condensed", sans-serif;
}

p {
    font-size: 17px;
    line-height: 30px;
}

span {
    font-size: 17px;
}

a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #a50127;
    cursor: pointer;
    font-size: 17px;
    transition: all 0.2s ease-in-out;
}

    a:hover {
        color: #a50127;
        text-decoration: none;
    }

.lnkColor:hover {
    text-decoration: underline;
}

/***********HEADER****************/

header {
    background: transparent;
    height: auto;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.header-content {
    margin: 0 auto;
}

.color-ribbon {
    display: block;
    height: 65px;
    position: absolute;
    top: 40px;
    width: 100%;
}

.logo-back {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
    z-index: 100;
}

.upload-logo {
    background-image: url("../img/upload-logo.png");
    background-position: -4px -4px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 200px;
    margin: 0 auto;
    width: 200px;
}

    .upload-logo:hover {
        background-position: -4px -212px;
    }

img.logo {
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    display: none;
    margin: 0 auto;
    max-height: 175px;
    padding: 5px;
    position: relative;
}

img.repacorpLogo {
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    margin: 0 auto;
    max-height: 175px;
    padding: 5px;
    position: relative;
}

.wrapper {
    margin: 0 auto;
    max-width: 1400px;
}

.fa-bars {
    font-size: 25px;
}

.question {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 1em;
    transition: all 0.3s ease-in-out;
}

    .question:hover {
        color: #e20639;
    }

/************INPUTS*****************/

.wrapper input[type="text"], .wrapper select {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: rgba(250, 250, 250, 0.7);
    border: 1px solid #dcdcdc;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.1em;
    height: 40px;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

input[type="text"]:focus, select:focus, textarea:focus, select:focus {
    outline: none;
}

textarea {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: rgba(250, 250, 250, 0.7);
    border: 1px solid #dcdcdc;
    font-size: 1.1em;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.input-txt {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #dcdcdc;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.1em;
    height: 40px;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.custom-color select {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #dcdcdc;
    font-family: "Roboto Condensed", sans-serif;
    height: 40px;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

input[type="submit"] {
    background-color: transparent;
    border: none;
}

/**************QUOTE MODULE***************/

.quote-container {
    height: 100%;
}

.quote-module {
    background-color: transparent;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.1em;
    height: auto;
    margin-bottom: 30px;
    padding: 30px 0;
    width: 100%;
}

    .quote-module .row {
        margin-bottom: 5px;
    }

.rowTitle {
    display: inline-block;
    font-size: 1.1em;
    padding-top: 7px;
    text-align: right;
    text-transform: uppercase;
    top: 0px;
    left: 0px;
}

.windBox {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

    .windBox li {
        display: inline-block;
        height: 128px;
        margin: 0 22px 22px 0;
        width: 128px;
    }

.windImg {
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s ease-in-out;
    background-image: url(../img/sprite-Unwind.png);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
    cursor: pointer;
    display: inline-block;
    height: 128px;
    transition: all 0.3s ease-in-out;
    width: 128px;
}

.in-bottom {
    background-position: -4px -4px;
}

.in-left {
    background-position: -4px -140px;
}

.in-right {
    background-position: -4px -276px;
}

.in-top {
    background-position: -4px -412px;
}

.out-bottom {
    background-position: -4px -548px;
}

.out-left {
    background-position: -4px -684px;
}

.out-right {
    background-position: -4px -820px;
}

.out-top {
    background-position: -4px -956px;
}

.windImg:hover {
    -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24);
}

.help-col {
    padding: 0;
}

.help-mobile {
    display: none;
}

.errorText {
    color: #e20639;
}

/***********QUOTE HELP POPUP*************/

.quote-help {
    display: none;
    width: 300px;
}

/*************ERROR CODE MODAL*****************/

.errorModal {
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    background: #fff;
    border: 1px solid #3b62cc;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    display: none;
    height: 300px;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    max-width: 300px;
    padding: 10px;
    position: fixed;
    top: 50%;
    z-index: 5000;
}

.errorModalCode {
    text-align: center;
}

.exitModal {
    color: #a50127;
    cursor: pointer;
    font-size: 24px;
}

    .exitModal:hover {
        color: #dcdcdc;
    }

.modalInfo {
    color: #3B62CC;
    font-size: 24px;
}

/************QUOTE SUMMARY*************/

footer {
    display: none;
    width: 100%;
}

.summary-container {
    height: 65px;
    width: 100%;
}

.summary-header {
    color: #fff;
    margin: 0 auto;
    max-width: 950px;
    padding-top: 13px;
}

    .summary-header h2 {
        margin: 0;
    }

.summary-row {
    background: #a50127;
    color: #fff;
    padding-top: 10px;
}

.quote-summary {
    font-family: "Roboto Condensed", sans-serif;
    margin: 0 auto;
    max-width: 950px;
}

    .quote-summary .row {
        margin-top: 20px;
    }

.summary-list {
    list-style-type: circle;
    padding-left: 15px;
}

    .summary-list li {
        font-size: 1.2em;
        margin-top: 5px;
    }

        .summary-list li span {
            font-weight: bold;
        }

.total-quote-list {
    list-style-type: none;
    padding: 0;
}

    .total-quote-list li {
        margin-top: 5px;
    }

    .total-quote-list .quoteMulti {
        list-style-type: circle;
        margin-left: 15px;
    }

.very-bottom {
    height: 100px;
    text-align: center;
}

    .very-bottom span {
        margin-right: 10px;
    }

.quoteResult {
    display: none;
}

.printRow {
    font-size: 1em;
    text-align: center;
}

.print, .summaryBtn {
    color: #282828;
    display: inline-block;
    padding: 10px;
    width: 100%;
}

    .print:hover, .summaryBtn:hover {
        color: #282828;
    }

    .summaryBtn:hover {
        color: #282828;
    }

/*#printBtn{
    @extend .print;
}

#emailBtn{
    @extend .print;
}
#addBtn{
    @extend .print;
}
#requoteBtn{
    @extend .print;
}*/

#printBtn:hover, #emailBtn:hover { /*border:1px solid $repacorp-red;*/
}

.lnkBtn {
    border: 1px solid #dcdcdc;
}

    .lnkBtn:hover {
        border: 1px solid #a50127;
    }

.btn-normal {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #282828;
    font-size: 14px;
    padding: 15px 10px;
    transition: 0.2s;
    width: auto;
}

/*************QUOTE SUMMARY LEFT**********/

#exit-quote {
    font-size: 24px;
    text-align: right;
}

    #exit-quote i {
        color: #a50127;
        cursor: pointer;
    }

        #exit-quote i:hover {
            color: #dcdcdc;
        }

.quote-menu {
    -moz-animation-duration: 0.1s;
    -moz-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.14);
    -o-animation-duration: 0.1s;
    -webkit-animation-duration: 0.1s;
    -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.14);
    animation-duration: 0.1s;
    background: #fff;
    border-radius: 3px;
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.14);
    color: #a50127;
    cursor: pointer;
    display: block;
    font-size: 20px;
    left: -5px;
    padding: 10px 10px 5px;
    position: fixed;
    top: 5%;
    z-index: 999;
}

.quote-total {
    -moz-animation-duration: 0.5s;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -o-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    animation-duration: 0.5s;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    color: #282828;
    display: none;
    font-family: "Roboto Condensed", sans-serif;
    height: 100%;
    left: 0;
    max-width: 300px;
    overflow-y: auto;
    padding: 0 15px 15px 15px;
    position: fixed;
    top: 0;
    z-index: 1001;
}

    .quote-total .row {
        padding-top: 10px;
    }

.quote-header {
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    background: #a50127;
    border-top-right-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 25px;
    margin: 0 -30px 0 -15px;
    padding: 10px;
    position: relative;
}

    .quote-header span {
        border-right: 14px solid transparent;
        border-top: 12px solid #7e7e7e;
        content: " ";
        height: 0;
        position: absolute;
        right: 0;
        top: 100%;
        width: 0;
    }

.quoteTotal {
    font-size: 25px;
    font-weight: bold;
}

.total-show {
    display: none;
}

/***********CUSTOM COLORS*************/

.exit {
    font-size: 24px;
    text-align: left;
}

    .exit i {
        color: #a50127;
        cursor: pointer;
    }

        .exit i:hover {
            color: #dcdcdc;
        }

#test {
    -moz-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.14);
    background: #fff;
    border-radius: 3px;
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.14);
    color: #a50127;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
    position: absolute;
    right: -32px;
}

.custom-menu {
    -moz-animation-duration: 0.1s;
    -moz-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.14);
    -o-animation-duration: 0.1s;
    -webkit-animation-duration: 0.1s;
    -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.14);
    animation-duration: 0.1s;
    background: #fff;
    border-radius: 3px;
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.14);
    color: #a50127;
    cursor: pointer;
    display: block;
    font-size: 20px;
    padding: 10px;
    position: fixed;
    right: -5px;
    top: 5%;
    z-index: 999;
}

.custom-color {
    -moz-animation-duration: 0.5s;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -o-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    animation-duration: 0.5s;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    color: #282828;
    display: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    height: 100%;
    max-width: 325px;
    padding: 0 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

    .custom-color .row {
        border-top: 1px solid #dcdcdc;
        margin-bottom: 10px;
        padding-top: 10px;
    }

#logoUpload, #saveCustom, #cancelBtn {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #282828;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 7px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.tooltip-text {
    border-bottom: 1px dotted #dcdcdc;
    cursor: help;
    position: relative;
}

    .tooltip-text:hover .tooltip-box {
        opacity: 1;
        visibility: visible;
    }

.tooltip-box {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    left: -320px;
    margin-left: 10px;
    opacity: 0;
    padding: 5px 10px;
    position: absolute;
    top: -35px;
    transition: opacity .4s;
    visibility: hidden;
    width: 300px;
    z-index: 2000;
}

    .tooltip-box:before {
        background: rgba(0, 0, 0, 0.85);
        content: "";
        display: inline-block;
        height: 10px;
        position: absolute;
        right: -5px;
        top: 42%;
        transform: rotate(45deg);
        width: 10px;
    }

.colorBox div {
    border: 1px solid #dcdcdc;
    height: 40px;
    width: 40px;
}

.cp-color-picker, .colorpicker {
    z-index: 10000 !important;
}

.logoname {
    margin-top: 5px;
}

.helper-ajax h3 {
    color: #282827;
}

/************FIRST TIME INSTRUCTION*************/

.navigation {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    border: 3px solid #43ffba;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    position: absolute;
    transition: 0.2s;
    width: 60px;
    z-index: 2000;
}

    .navigation:hover {
        border: 3px solid #93fcd5;
    }

        .navigation:hover .arrow {
            border-bottom: 3px solid #93fcd5;
            border-right: 3px solid #93fcd5;
        }

        .navigation:hover .cross {
            background: #93fcd5;
        }

            .navigation:hover .cross:after {
                background: #93fcd5;
            }

.cross {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #43ffba;
    height: 30px;
    left: 26px;
    position: absolute;
    top: 11px;
    transform: rotate(45deg);
    width: 3px;
}

    .cross:after {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        background: #43ffba;
        content: "";
        height: 30px;
        position: absolute;
        transform: rotate(-90deg);
        width: 3px;
    }

.arrow {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    border-bottom: 3px solid #43ffba;
    border-radius: 2px;
    border-right: 3px solid #43ffba;
    height: 21px;
    position: absolute;
    transition: 0.2s;
    width: 21px;
}

    .arrow.right-arrow {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        left: 12px;
        top: 15px;
        transform: rotate(-45deg);
    }

    .arrow.left-arrow {
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 20px;
        top: 15px;
        transform: rotate(135deg);
    }

.exit-reveal {
    right: 10px;
    top: 10px;
}

.next {
    right: 10px;
    top: 45%;
}

.prev {
    left: 10px;
    top: 45%;
}

.interactive-wrap-markup {
    background: rgba(40, 100, 112, 0.9);
    display: none;
    height: 100vh;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.interactive-wrapper {
    margin: 20px auto;
    max-width: 1200px;
}

.tutorial-video {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.col-paragraph {
    padding-top: 25px;
}

.tutorial-header {
    color: #43ffba;
}

.tutorial-paragraph {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: left;
}

.interactive-toggle {
    background: #0296ce;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 65px;
    left: 0;
    letter-spacing: 1px;
    padding: 20px;
    position: fixed;
    text-align: center;
    width: 100%;
}

.close-interactive-toggle {
    bottom: 15px;
    color: #0D5772;
    cursor: pointer;
    font-size: 25px;
    position: absolute;
    right: 10px;
}

.show-tutorial {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    background: #0296ce;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    padding: 10px;
    position: fixed;
    right: 350px;
    transition: 0.2s;
}

    .show-tutorial:hover {
        background: #1dbbf7;
        color: #fff;
        text-decoration: none;
    }

/*************RESPONSIVE MOBILE**************/

@media only screen and (max-width: 992px) {
    .windBox {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .custom-color {
        overflow-y: scroll;
    }

    .rowTitle {
        padding-bottom: 5px;
        padding-top: 0;
        text-align: left;
    }

    select, .wrapper input[type="text"], .wrapper select {
        margin-bottom: 10px;
    }

    .custom-menu {
        padding: 3px 7px 3px 7px;
    }

    .quote-summary .col-sm-3 {
        float: left;
        margin: 0;
        width: 50%;
    }

    .help-col {
        display: none;
    }

    .help-mobile {
        display: inline-block;
    }
}

@media only screen and (max-width: 510px) {
    img.logo {
        padding: 30px 15px;
        width: 100%;
    }
}

@media only screen and (max-device-width: 389px) {
    .quote-summary .col-sm-3 {
        float: none;
        width: 100%;
    }
}

/*# sourceMappingURL=brand-style.css.map */