@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,400italic|Raleway:800|Yellowtail);

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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 {
    color: #222;
    background-color: #E9F9FD;
    font-size: 1em;
    line-height: 1.4;
    font-family: Roboto, Arial, sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1, h2, h3 {
    font-family: Raleway, Arial, sans-serif;
    margin: 0;
}

a {
    text-decoration: none;
    color: #0662ec;
}

header {
    background-color: #222222;
}

header h1 {
    padding: 8px 0;
    font-size: 15px;
    color: #D81749;
}

header h1 span {
    color: #FFF;
    font-family: Yellowtail;
}

.container {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.smallContainer {
    width: 710px;
    margin: 0 auto;
}

.description {
    font-size: 15px;
    font-style: italic;
}

.mainHeading {
    font-size: 42px;
    text-align: center;
    line-height: 1.2;
    margin: 40px 0 25px 0;
}

.videoText {
    font-size: 13px;
    text-align: center;
    color: #5F5F5F;
}

.loadInfo {
    position: absolute;
    background-color: #fff;
    color: #D81749;
    z-index: 10;
    text-align: center;
    width: 670px;
    font-weight: 700;
    font-size: 18px;
    padding: 20px;
}

.loadInfo p {
    margin: 0;
}

#video img {
    width: 350px;
    display: block;
    margin: 40px auto 80px auto;
}

#sevenReasons {
    margin-bottom: 80px;
}

#sevenReasons h2 {
    width: 560px;
    margin: 60px auto 40px auto;
    line-height: 1.2;
    font-size: 25px;
    text-align: center;
}

#sevenReasons ul {
    padding: 0;
}

#sevenReasons ul li {
    font-size: 16px;
    background-image: url(../img/check2.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    list-style: none;
    padding-left: 46px;
    margin-bottom: 20px;
}

#testimonials {
    margin-bottom: 80px;
}

#testimonials h2 {
    width: 560px;
    margin: 80px auto 40px auto;
    line-height: 1.2;
    font-size: 25px;
    text-align: center;
}

.testimonialBox {
    background-color: #FFF;
    padding: 40px;
    margin-bottom: 20px
}

.testimonialBox h3 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #D81749;
}

.testimonialBox p {
    font-size: 13px;
}

.testimonialBox p:last-child {
    margin: 0;
}

.bookHeading {
    width: 710px !important;
    margin: 0 auto 60px auto !important;
    font-size: 28px !important;
    line-height: 1.2;
    color: #D81749;
    text-align: center;
}

.bookImg {
    width: 300px;
    margin: 0 auto 50px auto;
    display: block;
}

#book {
    margin-bottom: 80px;
}

#book h2 {
    font-size: 25px;
    width: 580px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.list {
    margin-bottom: 70px;
}

.list ul {
    float: left;
    width: 410px;
    margin: 0;
    padding: 0;
}

.list ul:last-child {
    float: right;
}

.list ul li {
    font-size: 16px;
    background-image: url(../img/check2.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    list-style: none;
    padding-left: 46px;
    margin-bottom: 20px;
}

.bonusesHeading {
    font-size: 35px !important;
    width: 710px !important;
    margin: 0 auto 80px auto !important;
    text-align: center;
}

.bonus1 {
    width: 710px;
    margin: 0 auto 60px auto;
}

/*.bonus1 h2 {
    font-size: 25px;
    color: #D81749;
    width: auto !important;
    text-align: left !important;
}*/

.bonus1 img {
    width: 200px;
    display: block;
    margin: 0 auto 40px auto;
}

/*.bonus1Text {
    width: 475px;
    float: right;
}*/

.bonus1Text ul {
    float: left;
    width: 330px;
    margin: 25px 0 0 0;
    padding: 0;
}

.bonus1Text ul:last-child {
    float: right;
}

.bonus1Text ul li {
    font-size: 14px;
    background-image: url(../img/check2.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    list-style: none;
    padding: 0 0 1px 40px;
    margin-bottom: 20px;
}

.newsletter p {
    margin-bottom: 30px;
}

.newsletter ul li {
    padding-bottom: 1px;
}

.bonus2 {
    width: 560px;
    margin: 0 auto;
}

.bonus1 h2, .bonus2 h2 {
    font-size: 30px !important;
    color: #D81749;
    width: auto !important;
    text-align: center;
}

.bonus2 img {
    width: 350px;
    display: block;
    margin: 0 auto 40px auto;
}

.bonus2 p {
    font-size: 18px;
}

#guarantee {
    background-color: #D42250;
    color: #FFF;
    padding: 40px 0;
    margin-bottom: 80px;
}

#guarantee h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
}

#guarantee img {
    width: 200px;
    float: left;
}

.guaranteeText {
    float: right;
    width: 475px;
    font-size: 18px;
}

.guaranteeText p:first-child {
    margin-top: 0;
}

#textSection {
    margin-bottom: 80px;
}

#textSection h2 {
    font-size: 35px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
}

#textSection p {
    font-size: 18px;
}

#textSection img, #faq img, #testimonials img {
    width: 400px;
    display: block;
    margin: 80px auto;
}

.disclaimer {
    margin: 0px auto 40px auto;
    text-align: center;
    border: 1px solid #BED2D7;
    padding: 15px 15px;
    width: 50%;
}

.disclaimer h3 {
    font-size: 16px;
    color: #D81749;
}

.disclaimer p {
    font-size: 11px !important;
    color: #666;
    margin-bottom: 0;
}

#faq {
    margin-bottom: 80px;
}

#faq .smallContainer {
    background-color: #FFF;
    color: #222;
    padding: 40px;
    width: 630px;
}

#faq h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 50px;
}

#faq h3 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
}

#accordion h3 {
    background-color: #B1103A;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
    margin-bottom: 10px;
    color: #FFF;
}

#accordion div {
    padding: 20px;
    background-color: #ECEFF1;
    margin-bottom: 10px;
    margin-top: -10px;
}

#accordion div p {
    margin-top: 0;
}

#accordion div p:last-child {
    margin-bottom: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #D81749 !important;
}

#accordion div a {
    color: #FBDD3F;
}

footer {
    width: 940px;
    margin: 0 auto 20px auto;
    text-align: center;
}

.links {
    text-align: center;
    margin-bottom: 20px;
}

footer small {
    color: #888;
    display: block;
}

#purchaseLink1 {
    display: block;
    width: 350px;
    margin: 0 auto;
}

#purchaseLink2 {
    display: block;
    width: 400px;
    margin: 0 auto;
}

.freePresentation {
    margin-bottom: 120px;
}

.freePresentation h2 {
    width: 710px;
    margin: 30px auto 50px auto;
    text-align: center;
    font-size: 42px;
}

.freePresentation .videoPreview {
    width: 940px;
    margin: 0 auto 40px auto;
    display: block;
}

.freePresentation .watchButton {
    width: 350px;
    margin: 0 auto;
    display: block;
}

#watchVideo {
    margin-bottom: 120px;
}

#watchVideo h2 {
    width: 560px;
    margin: 0 auto 40px auto;
    text-align: center;
    font-size: 30px;
}

#watchVideo ul {
    padding: 0;
}

#watchVideo ul li {
    font-size: 16px;
    background-image: url(../img/check2.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 20px;
}

.watchLink {
    display: block;
    width: 350px;
    margin: 0 auto;
}


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

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, 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;
}

/* ==========================================================================
   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,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .container {
        width: 90%;
    }

    .smallContainer {
        width: 90%;
    }

    header h1 {
        font-size: 12px;
    }

    .mainHeading {
        font-size: 20px;
    }

    .description {
        font-size: 12px;
    }

    .videoText {
        font-size: 10px;
    }

    #purchaseLink1 {
        width: 100%;
    }

    .loadInfo {
        display: none;
    }

    #video img {
        width: 80%;
        margin: 40px auto 45px auto;
    }

    #sevenReasons {
        margin-bottom: 45px;
    }

    #sevenReasons h2 {
        width: 100%;
        font-size: 20px;
    }

    #testimonials h2 {
        width: 100%;
        font-size: 20px;
    }

    .testimonialBox h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .testimonialBox p {
        font-size: 12px;
    }

    #testimonials {
        margin-bottom: 45px;
    }

    .bookHeading {
        width: 100% !important;
        font-size: 20px !important;
    }

    .bookImg {
        width: 55%;
        margin: 0 auto 45px auto;
    }

    #book h2 {
        font-size: 18px;
        width: 100%;
    }

    .list ul {
        float: none;
        width: 100%;
    }

    .list ul li, .bonus1Text ul li {
        font-size: 12px;
        padding-left: 35px;
        background-size: 16px;
    }

    .list {
        margin-bottom: 45px;
    }

    .bonusesHeading {
        font-size: 20px !important;
        width: 100% !important;
        margin: 0 auto 35px auto !important;
    }

    .bonus1 {
        width: 100%;
        margin: 0 auto 45px auto;
    }

    .bonus1 img {
        width: 45%;
        float: none;
        margin: 0 auto 20px auto;
        display: block;
    }

    .bonus1Text {
        width: 100%;
        float: none;
    }

    .bonus1Text ul {
        width:100%;
        float: none;
    }

    .bonus1Text ul:last-child {
        float: none;
    }


    #book h2 {
        margin: 0 auto 40px auto;
    }

    .bonus2 {
        width: 90%;
    }

    .bonus1 h2, .bonus2 h2 {
        font-size: 18px !important;
    }

    .bonus2 img {
        width: 85%;
    }

    .bonus2 p, .newsletter p {
        font-size: 14px;
    }

    #book {
        margin-bottom: 45px;
    }

    #guarantee h2 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    #guarantee img {
        width: 45%;
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }

    .guaranteeText {
        float: none;
        width: 100%;
        font-size: 14px;
    }

    #guarantee {
        margin-bottom: 45px;
    }

    #textSection {
        margin-bottom: 30px;
    }

    #textSection h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    #textSection p {
        font-size: 14px;
    }

    #purchaseLink2 {
        width: 100%;
    }

    #textSection img, #testimonials img {
        width: 85%;
        margin: 30px auto;
    }

    .disclaimer {
        width: 90%;
    }

    .disclaimer p {
        font-size: 10px !important;
    }

    #faq img {
        width: 75%;
        margin: 30px auto;
    }

    #faq .smallContainer {
        padding: 5%;
        width: 90%;
    }

    #faq h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    #faq h3 {
        font-size: 12px;
    }

    #faq p {
        font-size: 12px;
    }

    footer {
        width: 100%;
        margin: 0 auto 20px auto;
        text-align: center;
    }

    .footerContainer {
        width: 90%;
        padding: 0 5%;
    }

    .freePresentation, #watchVideo {
        margin-bottom: 50px;
    }

    .freePresentation h2 {
        width: 100%;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .freePresentation .videoPreview {
        width: 100%;
        margin-bottom: 15px;
    }

    .freePresentation .watchButton, .watchLink {
        width: 75%;
    }

    #watchVideo h2 {
        width: 100%;
        font-size: 16px;
    }

    .videoContainer {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
    }

    .videoContainer iframe {
        width: 100%;
        height: 100%;
        position: absolute;
    }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

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