ul,
ol {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code {
    font-size: 1em;
}
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input,
dl,
dt,
dd,
figure,
figcaption {
    margin: 0;
    padding: 0;
}
a img,
:link img,
:visited img,
fieldset {
    border: none;
}
address {
    font-style: normal;
}
header,
section,
article,
nav,
footer,
hgroup,
details,
summary,
figure,
main {
    display: block;
}
mark {
    color: inherit;
    background: transparent;
}
abbr {
    border: none;
}
summary::-webkit-details-marker {
    display: none;
}
html,
body {
    background: #05c89a;
}
body {
    font: 300 18px "Open Sans", Helvetica, Arial, sans-serif;
}
a {
    text-decoration: none;
}
.column {
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
    .column {
        padding: 0 10px;
    }
}
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    padding: 17px 38px;
    font: bold 20px "Arial Black", Arial, sans-serif;
    color: #ffffff;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background: #05c89a;
}
.button:hover {
    background: #05be92;
}
#intro {
    padding: 111px 0 0 0;
    background: #e1f8f2;
}
@media screen and (max-width: 480px) {
    #intro {
        padding-top: 20px;
    }
}
#intro .column {
    position: relative;
    width: 50%;
    min-height: 500px;
    padding: 0 500px 0 0;
    max-width: 500px;
}
@media screen and (max-width: 480px) {
    #intro .column {
        width: auto;
        min-height: 1111px;
        padding: 0 10px;
    }
}
#intro h1 {
    width: 294px;
    height: 75px;
    text-indent: -8685px;
    background-image: url("../images/logo-5f4d11a0.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
    #intro h1 {
        background-image: url("../images/logo@2x-dc2fd46a.png");
        background-size: 294px 75px;
    }
}
@media screen and (max-width: 480px) {
    #intro h1 {
        background-size: cover;
    }
}
#intro h2 {
    font-size: 30px;
    font-weight: 300;
    color: #f88525;
}
@media screen and (max-width: 480px) {
    #intro h2 {
        font-size: 22px;
        padding: 0 0 10px 0;
    }
}
#intro .action .button {
    float: left;
}
@media screen and (max-width: 480px) {
    #intro .action {
        text-align: center;
    }
    #intro .action .button {
        float: none;
    }
}
#intro p {
    padding: 0 0 25px 0;
    font-style: italic;
    color: #696969;
}
#intro p.note {
    overflow: hidden;
    padding: 10px 0 0 25px;
    line-height: 100%;
}
#intro p.note small {
    font-size: 12px;
}
#intro p.example {
    position: relative;
    padding: 18px 0 0 0;
    margin: 40px -70px 0 0;
    text-align: right;
    font-size: 12px;
    color: #f88525;
}
#intro p.example:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 16px;
    height: 14px;
    content: "";
    background: transparent url("../images/icon_arrow-b402a0ec.png") 0 0 no-repeat;
}
@media screen and (max-width: 480px) {
    #intro p.example {
        display: block;
        position: relative;
        padding: 15px 0;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    #intro p.example:after {
        display: none;
    }
}
#intro p a {
    color: #f88525;
}
#intro figure {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 18px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
}
#intro figure img {
    display: block;
}
@media screen and (max-width: 480px) {
    #intro figure {
        position: static;
        padding: 0;
        background: transparent;
    }
    #intro figure img {
        width: 100%;
    }
}
#intro #demo #bumpsale-button {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
#intro #demo #bumpsale-button span.bumpsale-text {
    margin-top: 120px;
    padding: 20px;
    display: inline-block;
    background-color: rgba(248, 133, 37, 0.9);
    color: white;
    border-radius: 64px;
}
#how_it_works,
#audience {
    padding: 165px 0;
    background: #05c89a;
}
@media screen and (max-width: 480px) {
    #how_it_works,
    #audience {
        padding: 0;
    }
}
#how_it_works header,
#audience header {
    position: relative;
    float: left;
    width: 50%;
}
#how_it_works header:before,
#audience header:before {
    position: absolute;
    left: 47px;
    top: 50%;
    z-index: 1;
    width: 229px;
    height: 229px;
    margin: -114px 0 0 0;
    content: "";
    background: transparent url("../images/bg_how-it-works-7c994275.png") 0 0 no-repeat;
}
#how_it_works header:after,
#audience header:after {
    position: absolute;
    right: 47px;
    top: 50%;
    z-index: 2;
    width: 55px;
    height: 98px;
    margin: -49px 0 0 0;
    content: "";
    background: transparent url("../images/bg_right-arrow-e765ab85.png") 0 0 no-repeat;
}
@media screen and (max-width: 480px) {
    #how_it_works header,
    #audience header {
        float: none;
        width: auto;
    }
    #how_it_works header:before,
    #how_it_works header:after,
    #audience header:before,
    #audience header:after {
        display: none;
    }
}
#how_it_works h2,
#audience h2 {
    position: relative;
    z-index: 3;
    padding: 100px 200px 100px 0;
    font: bold 30px "Arial Black", Arial, sans-serif;
    text-align: center;
    color: #ffffff;
}
@media screen and (max-width: 480px) {
    #how_it_works h2,
    #audience h2 {
        padding: 20px 10px;
        text-align: left;
    }
}
#how_it_works ol,
#audience ol {
    overflow: hidden;
    counter-reset: how_it_works;
}
#how_it_works ol li,
#audience ol li {
    position: relative;
    padding: 0 0 0 100px;
    counter-increment: how_it_works;
}
#how_it_works ol li:before,
#audience ol li:before {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    width: 47px;
    height: 47px;
    font: bold 22px/47px "Arial Black", Arial, sans-serif;
    text-align: center;
    color: #232A27;
    border: 2px solid #0cb089;
    border-radius: 100%;
    content: counter(how_it_works);
}
@media screen and (max-width: 480px) {
    #how_it_works ol li,
    #audience ol li {
        padding-left: 40px;
    }
    #how_it_works ol li:before,
    #audience ol li:before {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }
}
#how_it_works h3,
#audience h3 {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}
@media screen and (max-width: 480px) {
    #how_it_works h3,
    #audience h3 {
        font-size: 20px;
    }
}
#how_it_works p,
#audience p {
    padding: 0 0 20px 0;
    font-style: italic;
    color: #071E17;
}
#audience {
    background: #0cb089;
}
#audience header {
    float: right;
}
#audience header:before {
    right: 26px;
    left: auto;
    width: 275px;
    height: 212px;
    background-image: url("../images/bg_audience-f099fdb6.png");
}
#audience header:after {
    right: auto;
    left: 59px;
    background-image: url("../images/bg_left-arrow-50fba553.png");
}
@media screen and (max-width: 480px) {
    #audience header {
        float: none;
    }
    #audience header:before,
    #audience header:after {
        display: none;
    }
}
#audience h2 {
    padding: 100px 30px 100px 200px;
}
@media screen and (max-width: 480px) {
    #audience h2 {
        padding: 20px 10px;
        text-align: left;
    }
}
#audience ul {
    overflow: hidden;
}
#audience ul li {
    position: relative;
    padding: 0 0 0 75px;
}
#audience span.icon {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 45px;
    height: 45px;
    background-image: url("../images/icon_book-a97a6587.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
    #audience span.icon {
        background-image: url("../images/icon_book@2x-3d10bc1d.png");
        background-size: 45px;
    }
}
#audience span.icon.stripe {
    width: 47px;
    height: 19px;
    background-image: url("../images/icon_stripe-0d4d3e39.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
    #audience span.icon.stripe {
        background-image: url("../images/icon_stripe@2x-56d84c06.png");
        background-size: 47px 19px;
    }
}
#audience span.icon.credit_card {
    width: 45px;
    height: 33px;
    background-image: url("../images/icon_credit-card-5734e63d.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
    #audience span.icon.credit_card {
        background-image: url("../images/icon_credit-card@2x-1c3fd164.png");
        background-size: 45px 33px;
    }
}
.faux_column {
    position: relative;
    background: #df7821;
}
.faux_column:before {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background: #f88525;
}
.faux_column:after {
    display: block;
    clear: both;
    content: "";
}
@media screen and (max-width: 480px) {
    .faux_column:before,
    .faux_column:after {
        display: none;
    }
}
#other_features {
    position: relative;
    z-index: 2;
    float: right;
    width: 50%;
    background: #df7821;
}
#other_features .column {
    max-width: 400px;
    padding: 163px 0 160px 100px;
    margin: 0;
    text-align: center;
    color: #ffffff;
}
@media screen and (max-width: 480px) {
    #other_features {
        float: none;
        width: auto;
    }
    #other_features .column {
        padding: 20px 10px;
    }
}
#other_features h2 {
    padding: 0 0 35px 0;
    font: bold 30px "Arial Black", Arial, sans-serif;
}
#other_features li {
    padding: 0 0 33px 0;
}
#other_features li h3 {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}
#other_features li p {
    font-style: italic;
}
#other_features span.icon {
    display: block;
    width: 69px;
    height: 46px;
    margin: 0 auto 25px auto;
    background-image: url("../images/icon_analytics-36348ac3.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
    #other_features span.icon {
        background-image: url("../images/icon_analytics@2x-b62aa4d4.png");
        background-size: 69px 46px;
    }
}
#other_features span.icon.timer {
    width: 44px;
    height: 51px;
    background-image: url("../images/icon_timer-a2ccf9d4.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
    #other_features span.icon.timer {
        background-image: url("../images/icon_timer@2x-d8bfda58.png");
        background-size: 44px 51px;
    }
}
#other_features span.icon.bumpsale {
    width: 55px;
    height: 55px;
    background-image: url("../images/bumpsale-taylogo-icon.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
    #other_features span.icon.bumpsale {
        background-image: url("../images/bumpsale-taylogo-icon.png");
        background-size: 55px 55px;
    }
}
#revenue_and_testimonials {
    position: relative;
    z-index: 2;
    width: 50%;
    text-align: right;
    background: #f88525;
}
#revenue_and_testimonials .column {
    display: inline-block;
    max-width: 400px;
    padding: 0 100px 160px 0;
    margin: 0;
    text-align: left;
}
@media screen and (max-width: 480px) {
    #revenue_and_testimonials {
        width: auto;
    }
    #revenue_and_testimonials .column {
        max-width: 100%;
        padding: 20px 10px;
    }
}
#revenue_and_testimonials #calculator {
    position: relative;
    top: -50px;
    padding: 27px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 480px) {
    #revenue_and_testimonials #calculator {
        position: static;
        margin: 0 0 20px 0;
    }
}
#revenue_and_testimonials #calculator form {
    position: relative;
    padding: 90px 40px 10px 50px;
    color: #f88525;
    border-radius: 7px;
    background: #ffffff;
}
#revenue_and_testimonials #calculator form:before {
    position: absolute;
    top: 35px;
    left: 50%;
    z-index: 1;
    margin: 0 0 0 -13px;
    width: 26px;
    height: 31px;
    content: "";
    background-image: url("../images/icon_calculator-3a2d38c3.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
    #revenue_and_testimonials #calculator form:before {
        background-image: url("../images/icon_calculator@2x-4a7e29d9.png");
        background-size: 26px 31px;
    }
}
#revenue_and_testimonials #calculator h2 {
    font: bold 22px "Arial Black", Arial, sans-serif;
    text-align: center;
}
#revenue_and_testimonials #calculator p {
    padding: 0 0 25px 0;
    font-size: 12px;
    font-style: italic;
    text-align: center;
}
#revenue_and_testimonials #calculator li {
    padding: 0 0 20px 0;
}
#revenue_and_testimonials #calculator label {
    display: inline-block;
    width: 60%;
    font-size: 20px;
}
@media screen and (max-width: 480px) {
    #revenue_and_testimonials #calculator label {
        display: block;
        width: auto;
        padding: 0 0 5px 0;
    }
}
#revenue_and_testimonials #calculator input[type="text"] {
    display: inline-block;
    width: 40%;
    padding: 5px 0;
    font: bold 14px "Arial Black", Arial, sans-serif;
    text-align: center;
    color: #878787;
    border: 1px solid #26cfa7;
    border-radius: 4px;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    #revenue_and_testimonials #calculator input[type="text"] {
        width: 100%;
        font-size: 18px;
    }
}
#revenue_and_testimonials #calculator dl {
    padding: 10px 0;
    font: bold 22px "Arial Black", Arial, sans-serif;
}
#revenue_and_testimonials #calculator dl dt {
    display: inline-block;
    width: 60%;
}
#revenue_and_testimonials #calculator dl dd {
    display: inline-block;
    width: 40%;
    text-decoration: underline;
    color: #05c89a;
}
#revenue_and_testimonials #calculator dl + p {
    font-style: italic;
    text-align: right;
    color: #606060;
}
#revenue_and_testimonials #calculator dl + p small {
    font-size: 12px;
}
@media screen and (max-width: 480px) {
    #revenue_and_testimonials #calculator dl dt,
    #revenue_and_testimonials #calculator dl dd {
        display: block;
        width: auto;
    }
    #revenue_and_testimonials #calculator dl + p {
        text-align: center;
    }
}
#testimonials li {
    clear: both;
    padding: 0 0 30px 0;
}
#testimonials li:nth-of-type(even) img {
    float: right;
    margin: 0 0 0 17px;
}
#testimonials img {
    float: left;
    margin: 0 17px 0 0;
    border: 3px solid #ffffff;
    border-radius: 100%;
}
#testimonials blockquote {
    overflow: hidden;
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
}
#testimonials blockquote p.name {
    padding: 15px 0 0 0;
    font: bold 12px "Arial Black", Arial, sans-serif;
}
body > footer {
    padding: 50px 0;
    font: bold 32px "Arial Black", Arial, sans-serif;
    text-align: center;
    color: #ffffff;
}
body > footer a.button {
    margin: 0 0 0 20px;
    color: #f88525;
    background: #ffffff;
}
body > footer a.button:hover {
    background: #e6e6e6;
}
@media screen and (max-width: 480px) {
    body > footer a.button {
        margin: 15px 0 0 0;
    }
}
