/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Hallmark LP styles
   ========================================================================== */

div.wrapper {
    width           : 960px;
    margin          : 0 auto;
}

div.header {
    padding         : 50px 0 0 0;
    margin          : 0 0 0px 0;
    position        : relative;
}

div.social {
    font-size       : 12px;
    color           : #6d6e71;
    line-height     : 16px;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    position        : absolute;
    top             : 20px;
}

div.social a {
    color           : #6d6e71;
    text-decoration : none;
}

div.logo {
    position        : absolute;
    right           : 0;
    top             : -5px;
}

div.masthead {
    height          : 165px;
    background      : url( ../img/masthead.png ) no-repeat;
}

div.masthead .text {
    padding         : 75px 0 0 0;
    margin-left     : 160px;
}

div.masthead h1 {
    font-size       : 28px;
    line-height     : 30px;
    color           : #fefeff;
    font-family     : Georgia, sans-serif;
    text-transform  : uppercase;
    font-weight     : normal;
    margin          : 0;
    padding         : 0;
    text-align      : center;
}

div.masthead h2 {
    font-size       : 22px;
    line-height     : 24px;
    color           : #f977c7;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    text-transform  : uppercase;
    font-weight     : normal;
    margin          : 5px 0 0 0;
    padding         : 0;
    text-align      : center;
}

div.content {
    background      : #fff;
    border          : 0px solid #b7b8b8;
    padding         : 20px 0 0 0;
}

div.feature-sep {
    padding         : 20px 0;
}

/* feature 1 */
.feature-1 {
    padding         : 0px 10px 10px 50px;
    z-index         : 1000;
    position        : relative;
}

.feature-1 .image {
    float           : left;
    width           : 445px;
}

.feature-1 .text {
    float           : none;
    padding         : 20px 29px 0px 0px;
}

.coupon .left {
    float           : left;
    width           : 583px;
    line-height     : 17px !important;
}

.coupon .left img {
    float           : left;
    margin-right    : 10px;
}

.coupon .left span {
    color           : #464646;
    font-size       : 13px;

}

.coupon .right {
    float           : left;
    width           : 183px;
    text-align      : right;
}

.text-center {
    text-align      : center;
}

.video-row {
    overflow        : hidden;
    padding         : 0 0 30px 0px;
}

.feature-1 .column {
    float           : left;
    width           : 457px;
    padding-right   : 16px;
}

.feature-1 .text p.regular {
    font-size       : 14px;
}

.feature-1 .text ul.regular li {
    font-size       : 14px;
}

.feature-1 .callout {
    background      : #e8f5ef;
    margin          : 60px 0px 0 -20px;
    padding         : 20px;
}

.feature-1 .callout h2 {
    font-size       : 28px;
    line-height     : 30px;
}

.feature-1 .callout dl {
    margin          : 4px 0;
}

.feature-1 .callout dt {
    display         : inline;
    margin          : 0;
    padding         : 0;
    color           : #5d1785;
    text-transform  : uppercase;
    font-size       : 14px;
    line-height     : 20px;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
}

.feature-1 .callout dd {
    display         : inline;
    margin          : 0;
    padding         : 0;
    color           : #464646;
    font-size       : 14px;
    line-height     : 20px;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
}

.feature-1 h3 {
    margin          : 20px 0 0 0;
    color           : #e83e96;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size       : 24px;
    line-height     : 33px;
    font-weight     : normal;
}

.feature-1 .column h3,
.feature-1 .column p {
    padding-right   : 30px;
}

.feature-1 .column.first h3,
.feature-1 .column.first p {
    padding-left    : 48px;
}


/* feature 2 */
.feature-2 {
    padding         : 0px 10px 10px 70px;
    z-index         : 1000;
    position        : relative;
}

.feature-2 .image {
    float           : left;
    width           : 445px;
}

.feature-2 .text {
    float           : none;
    padding         : 20px 29px 0px 0px;
}

.feature-2 .text h2 {
    font-size       : 32px;
}

.feature-2 .text p.regular {
    font-size       : 13px;
    line-height     : 20px;
}


.feature-2 h3 {
    margin          : 0 0 0 40px;
    color           : #009299;
    font-family     : Georgia, serif;
    font-size       : 28px;
    line-height     : 33px;
    font-weight     : normal;
}

.feature-2 h3 span {
    font-size       : 18px;
    font-weight     : bold;
    vertical-align  : 4px;
}

.feature-2 .row {
    padding-bottom  : 15px;
    overflow        : hidden;
}


.feature-2 p {
    padding-right   : 40px;
}


/* feature 3 */
.feature-3 {
    padding         : 0px 10px;
    z-index         : 1000;
    position        : relative;
}

.feature-3 .image {
    float           : left;
    width           : 445px;
}

.feature-3 .text {
    float           : left;
    width           : 415px;
    padding         : 50px 29px 0px 0px;
}

.feature-3 .text h2 {
    font-size   : 31px;
}

.feature-3 h3 {
    color       : #f2960b;
    font-family : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size   : 28px;
    line-height : 34px;
    margin      : 0 0 15px 0;
    font-weight : normal;
    padding     : 0;
    text-align  : center;
}

.feature-3 h4 {
    color       : #e83e96;
    font-family : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size   : 18px;
    line-height : 22px;
    margin      : 5px 0 0 0 !important;
    font-weight : normal;
    padding     : 0 !important;
    text-align  : left;
}

.feature-3 .block {
    float       : left;
    width       : 197px;
    margin-right: 30px;
}

.feature-3 .block-4 {
    margin-right: 0px;
}

.feature-3 .block .icon {
    height      : 41px;
    width       : 47px;
    float       : left;
    text-indent : -9999px;
}

.feature-3 .block .text {
    width       : 140px;
    float       : left;
    font-family : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    color       : #464646;
    font-size   : 12px;
    line-height : 18px;
    margin-left : 10px;
}

.feature-3 .bubbles {
    margin-top  : 20px;
}

.feature-3 .block-1 .icon {
    background  : url( ../img/1.png ) no-repeat;
}

.feature-3 .block-2 .icon {
    background  : url( ../img/2.png ) no-repeat;
}

.feature-3 .block-3 .icon {
    background  : url( ../img/3.png ) no-repeat;
}

.feature-3 .block-4 .icon {
    background  : url( ../img/4.png ) no-repeat;
}

/* feature 4 */
.feature-4 {
    padding-top     : 30px;
}

.feature-4 .text h2 {
    font-size       : 30px;
}

.feature-4 .image {
    float           : left;
    width           : 423px;
}

.feature-4 .text {
    float           : left;
    width           : 470px;
    padding-left    : 20px;
    padding-right   : 0px;
}



/* feature 5 */
.feature-5 {
    position        : relative;
}

.feature-5 .image {
    position        : absolute;
    top             : -43px;
    left            : 50px;
}

.feature-5 .text {
    height          : 170px;
    background      : #d8edf8;
}

.feature-5 .text p {
    padding         : 20px 20px 20px 480px;
    margin          : 0;
    font-size       : 14px;
    color           : #464646;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    line-height     : 26px;
}

/* shared styles */
.text h2 {
    color           : #5d1785;
    font-size       : 32px;
    line-height     : 36px;
    font-weight     : normal;
    letter-spacing  : -1px;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    margin          : 0 0 0 0;
    padding         : 0 0 0 0;
}

.text h2 span {
    font-size       : 28px;
    line-height     : 26px;
}

.text p.regular {
    color           : #464646;
    font-size       : 14px;
    line-height     : 23px;
    font-weight     : normal;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
}

.text ol.regular {
    margin-bottom   : 0;
    padding-bottom  : 0;
}

.text ol.regular li,
.text ul.regular li {
    color           : #464646;
    font-size       : 13px;
    line-height     : 20px;
    font-weight     : normal;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    margin-bottom   : 4px;
}

.savings {
    margin          : 20px 0 8px 0;
}

.savings h3 {
    float           : left;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size       : 32px;
    line-height     : 32px;
    color           : #464646;
    font-weight     : normal;
    margin          : 0 15px 0 0;
    padding         : 0;
}

.savings h4 {
    float           : left;
    color           : #e83e96;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size       : 13px;
    line-height     : 16px;
    font-weight     : bold;
    margin          : 0;
    padding         : 0;
    text-align      : left;
}

.price {
    color           : #5d1785;
    font-weight     : bold;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size       : 18px;
    line-height     : 22px;
}

.price b {
    font-size       : 18px;
}

.price .regular {
    color           : #6d6e71;
    font-weight     : normal;
    font-size       : 14px;
}

.price .pink {
    font-size       : 16px;
    text-transform  : uppercase;
    color           : #e83e96;
}

a.button {
    display         : inline-block;
    background      : #e83e96;
    color           : #fff;
    font-weight     : bold;
    font-family     : Georgia, serif;
    font-size       : 16px;
    line-height     : 16px;
    padding         : 8px;
    text-decoration : none;
    font-style      : italic;
    margin-top      : 15px;
}

a.button.alt {
    background      : #d0c3e8;
    color           : #5d1785;
}


.footer {
    background      : #5d2e86 url( ../img/footer-stars.png ) no-repeat;
    padding         : 33px 55px;
}

.footer .text {
    float           : left;
    width           : 380px;
    padding-left    : 50px;
    padding-right   : 40px;
}

.footer .image {
    float           : left;
    width           : 370px;
    text-align      : left;
    padding-top     : 0px;
}

.footer h3 {
    font-size       : 28px;
    line-height     : 30px;
    color           : #f977c7;
    font-family     : Georgia, sans-serif;
    text-transform  : uppercase;
    font-weight     : normal;
    margin          : 0;
    padding         : 0;
    text-align      : left;
}

.footer h4 {
    font-size       : 18px;
    line-height     : 24px;
    color           : #bba6e3;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-weight     : normal;
    margin          : 15px 0 0px 0;
    padding         : 0;
    text-align      : left;
}

.footer .cards {

}

.footer p {
    color           : #fff;
    font-size       : 18px;
    font-family     : Georgia, sans-serif;
    margin-top      : 5px;
}


.footer .bags {
    float           : left;
    width           : 350px;
    margin-left     : 30px;
}

.footer .bags .image {
    float           : left;
    width           : 180px;
}

.footer .bags .text {
    float           : left;
    width           : 160px;
    padding         : 20px 0 0 10px;
    color           : #fff;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size       : 16px;
    line-height     : 24px;
}

h5 {
    color           : #855ba8;
    margin          : 30px 0;
    text-align      : center;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size       : 14px;
    line-height     : 16px;
    font-weight     : normal;
    text-transform  : uppercase;
}

div.legal {
    font-size       : 10px;
    font-family     : 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    color           : #56595e;
    line-height     : 16px;
    padding         : 20px 20px 20px 6px;
}













/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
