* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body, html {
    height: auto;
    width: 100%;
}

body {
    color: #fffffe;
    font-family: 'Arial, Helvetica', sans-serif;
    background: #ededed;
    overflow-x: hidden; 
    padding: 0;
    margin: 0; 
    height: auto;
    width: 100%;
}
p {
    font-family: 'Arial, Helvetica', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
	color: #000000;
}

a {
    background: #0069B4;
    border-bottom: 0069B4 solid 4px;
    color: #fffffd;
    cursor: pointer;
    display: block;
    font-family: 'Arial, Helvetica', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 30px 0px 14px;
    padding: 12px 5px;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

a:hover {
    background: #0069B4;
}


/*Wrapper*/
.wrapper {
    display: block;
    margin: 0 auto;
    max-width: 950px;
    text-align: center;
    width: 83%;
}


/*Header*/
header {
    background: #fffffc;
    display: block;
    margin: 0 auto;
    width: 100%;
}
header img {
    display: block;
    max-height: 100px;
    max-width: 239px;
    padding: 16px 0px;
}

/*Top Content Section*/
#top-content {
    background: #2h2h2h;
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
    text-align: center;
    width: 100%;
}
#top-content .wrapper {
    display: block;
    max-width: 950px;
    min-height: 280px;
    overflow-x: hidden;
    position: relative;
    bottom: 0;
    width: 83%;
}
#top-content img#lock {
    float: left;
    margin-top: -3px;
    margin-right: 10px;
    max-width: 14px;
    position: relative;
    width: auto;
}
#top-content .left {
    display: block;
    overflow-x: hidden;
    width: 40%;
}
#top-content .right {
    display: block;
    float: right;
    margin: 0px 25px 20px 25px;
    max-width: 520px;
    vertical-align: middle;
    text-align: left;
}
#top-content img {
    display: block;
    max-width: 385px;
    position: absolute;
    bottom: 20 px;
}
#top-content h1 {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 38px;
    margin-top: 30px;
}
#top-content h1 b {
    font-weight: 700;
}
#top-content #optin-form {
    font-weight: 700;
}
#top-content #optin-button b {
    text-decoration: underline;
}
#top-content .privacy {
    color: #9698a4;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 40px;
}

.left-float{
    float: none;
    margin-left: 57px;
    text-align: left;
}
#testimonials a {
    margin: 0 auto;
    margin-top: 121px;
    width: 256px;
}

/*Footer*/
footer {
    background: #dbdbdb;
    display: inline-block;
    padding: 32px 0px;
    width: 100%;
}
footer a {
    border: none;
    background: none;
    color: #404040;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
footer a:hover {
    background: none;
    text-decoration: underline;
}

/*Responsive Media Queries*/
@media all and (max-width: 1150px) {
    #top-content .wrapper {
        max-width: 87%;
        width: 87%;
    }
}
@media all and (max-width: 1100px) {
    #top-content .wrapper {
        max-width: 92%;
        width: 92%;
    }
}
@media all and (max-width: 1000px) {
    .wrapper {
        max-width: 77%;
    }
    #top-content .wrapper {
        margin: 0 auto;
        max-width: 90%;
        width: 90%;
    }
    #top-content img {
        position: relative;
    }
    #top-content .left {
        margin: 0 auto;
        margin-top: 30px;
        width: 50%;
    }
    #top-content .right {
        float: none;
        margin: 0 auto;
        max-width: 83%;
        width: auto;
    }
}
@media all and (max-width: 750px) {
    header img {
        margin: 0 auto;
    }
    .wrapper {
        max-width: 90%;
    }
    #top-content .left {
        width: 80%;
    }
    #testimonials a {
        width: 80%;
    }
    #testimonials p, #testimonials .label p {
        font-size: 16px;
        line-height: 22px;
    }
    #testimonials .label {
        margin-right: 10px;
    }
    #testimonials .label h3 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media all and (max-width: 550px) {
    a {
        font-size: 18px;
        line-height: 28px;
    }
    header img {
        width: 200px;
    }
    #top-content .left, #top-content .right {
        max-width: 100%;
    }
    #top-content img {
        width: 250px;
    }
    #testimonials .story {
        padding: 25px 20px;
    }
    #testimonials .quote {
        font-size: 120px;
        line-height: 100px;
        padding-right: 10px;
    }
    #testimonials .label {
        margin: 8px 0px 0px;
        max-width: 80%;
    }
    #testimonials .testimonial img {
        margin-top: 10px;
    }
    #testimonials .bottom, #testimonials .label p, #testimonials .bottom-left {
        text-align: center;
    }
    #testimonials .bottom, #testimonials .bottom-left {
        margin-bottom: 50px;
    }
    #testimonials a {
        margin-top: 60px;
    }
    .arrow-down {
        float: none;
        margin: 0 auto;
    }
    footer {
        padding: 20px 0px;
    }
    footer a {
        font-size: 14px;
        line-height: 16px;
    }
}
@media all and (max-width: 400px) {
    #top-content img {
        width: 200px;
    }
    #top-content .privacy {
        font-size: 9px;
        line-height: 11px;
    }
    #testimonials .quote {
        display: none;
    }
}






















