@font-face {
    font-family: 'Chalkduster';
    src: url('../fonts/chalkduster-webfont.eot');
    src: url('../fonts/chalkduster-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/chalkduster-webfont.woff2') format('woff2'),
    url('../fonts/chalkduster-webfont.woff') format('woff'),
    url('../fonts/chalkduster-webfont.ttf') format('truetype'),
    url('../fonts/chalkduster-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#gift-banner {
    background: -webkit-linear-gradient(left, #001f4c , #00142d);
    background: -o-linear-gradient(right, #001f4c, #00142d);
    background: -moz-linear-gradient(right, #001f4c, #00142d);
    background: linear-gradient(to right, #001f4c , #00142d);
    padding: 10px 0;
}

#gift-image img {
    width: 50%;
    height: 50%;
    display: block;
    margin: 0 auto;
}

#gift-text {
    text-align: center;
    color: white;
}

#gift-text h4 {
    color: white;
    font-weight: bold;
}

#gift-cta {
    position: relative;
}

#gift-cta a {
    display: block;
    font-family: "Chalkduster", sans-serif;
    font-size: 30px;
    padding: 20px;
    text-align: center;
    color: #f29100;
    -webkit-transform: rotate(12.5deg);
    -moz-transform: rotate(12.5deg);
    -ms-transform: rotate(12.5deg);
    -o-transform: rotate(12.5deg);
    transform: rotate(12.5deg);
    text-shadow: 1px 1px #666666, 3px 3px #000000;
}

.sale-cta {
    background: #0a4e81; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, #0a4e81, #0070ba); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #0a4e81, #0070ba); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #0a4e81, #0070ba); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #0a4e81, #0070ba); /* Standard syntax */
    border-bottom: 1px solid #0a4e81;
}

.sale-cta .sale-btn {
    margin-top: 10px;
    background-color: #ea5b27;
}

.sale-content-container {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
}

.sale-cta-message {
    color: #fff;
    display: block;
    margin: 5px 0 5px 0;
    font-family: "Open Sans", "Verdana", "Tahoma", sans-serif;
    font-weight: 100;
    font-size: 18px;
}

.sale-cta-title {
    font-weight: 600;
    width: 100%;
    min-height: 30px;
}

.sale-cta-subtitle {
    width: 100%;
    min-height: 30px;
    font-size: 16px;
}

.sale-cta-image {
    height: 130px;
}

.sale-cta-image-margin {
    height: 130px;
}

.sale-cta-image img {
    display: block;
    max-width: 100%;
    max-height: 130px;
    margin: 0 auto;
}

.sale-cta-image-margin img {
    height: 130px;
}

.sale-cta-button {
    height: 50px;
    clear: both;
}

.sale-cta-button .btn {
    background-color: #FFF;
    color: #006633;
}

#sale-modal .gradient-header {
    background: linear-gradient(left, #690421, #bc1622);
    background: -webkit-linear-gradient(left, #690421, #bc1622);
    background: -moz-linear-gradient(left, #690421, #bc1622);
    background: -ms-linear-gradient(left, #690421, #bc1622);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#sale-modal h4 {
    color: #006633 !important;
    font-weight:bold;
    font-size:24px;
}

#sale-modal p {
    color: #006633;
}

#sale-modal .btn {
    background-color: #006633;
}

#sale-about-innerbox {
    border-left: 12px solid #006633;
    padding: 0 10px 0 10px;
    margin: 0 15px 0 15px;
}

#sale-about-innerbox img {
    max-width: 100%;
}

#sale-about-outerbox {
    background-color: #e6e6e6;
    padding: 15px 0 15px 0;
}

@media(max-width: 768px) {  /* 55rem */
    .sale-cta-button {
        height:50px;
    }

    .sale-cta-message {
        font-size: 14px;
        margin: 10px 0;
    }
}

@media(min-width: 680px) {
    #gift-banner {
        padding: 10px 0 20px 0;
    }

    #gift-banner .container {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    #gift-image {
        width: 20%;
        float: left;
    }

    #gift-image img {
        width: 80%;
        height: auto;
    }

    #gift-text {
        width: 49%;
        float: left;
        padding: 0 20px;
    }

    #gift-text h4, #gift-text p {
        text-align: left;
    }

    #gift-cta {
        width: 30%;
        float: right;
    }
}

@media(min-width: 880px) {  /* 55rem */
    #sale-modal .modal-dialog {
        width:800px;
    }
}

#register .sale-cta-message {
    font-size:14px;
}