body{
    position: relative;
    margin-bottom: 0;
}
.video-bullet{
    padding: 40px 0 20px 0;
}
.video-bullet ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;

}
.video-bullet ul li{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #707070;
    background-image: url('/images/icons/tick_blue.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 45px;
    margin-bottom: 20px;
    line-height: 30px;
}
.video-bullet .start_btn{
    margin-top: 37px;
}
a.start{
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #7cc15a;
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 35px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    overflow: visible;
}
a.start:hover{
    background-color: #89d765;
    text-decoration: none;
}
a.start:focus{
    text-decoration: none;
}
a.start .text, a.start .subtext{
    display: block;
    position: relative;
}
a.start .subtext{
    font-size: 10px;
}
h1{
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    margin: 0;
    line-height: 1.1em;
}
h1.sub{
    font-weight: 400;
}
h1.sub .highlight{
    font-weight: 600;
}
h2{
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    color: #707070;
    margin: 0;
    line-height: 1.2em;
}
h2 .highlight{
    font-weight: 400;
}
#intro h3, div.header h3{
    font-family: 'courier new', courier, monospace;
    text-align: center;
    color: #414141;
    font-size: 18px;
    margin-top: 0;
}
div.header h3.luisadrummond{
    background: url("/images/luisadrummond.png") no-repeat;
    background-size: 66px 66px;
    min-height: 66px;
    padding-left: 90px;
    padding-top: 0px;
    margin-bottom: 30px;
}
div.header h3 cite{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.7em;
    display: inline-block;
    text-align: right;
    width: 80%;
    color: #919191;
    position: relative;
    top: -1px;
}
#intro h3 b,div.header h3 b{
    font-weight: 400;
    color: #000;
}
#intro h2, #packages h2{
    margin-top: 10px;
    margin-bottom: 50px;
}
#intro h2 b, #packages h2 b{
    font-weight: 600;
}
.image img{
    height: auto;
}
.underline{
    text-decoration: underline;
}
.video{
    max-width: 100%; 
    width: 620px; 
    height: auto; 
    padding-top: 0; 
    padding-bottom: 0; 
    margin: 0 auto;
    border: 0px solid #fff;
    margin-bottom: 20px;
}
.embed-container{
    position: relative;
    padding-bottom: 56.25%;
    height: auto;
    overflow: hidden;
    width: 620px;
    max-width: 100%;
    margin-bottom: 1em;
}
.embed-container iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
#intro { 
    background: transparent url("/images/white_wall_hash.png") 50% 0 fixed; 
    height: auto;             
    margin: 0 auto; 
    width: 100%; 
    position: relative;             
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
    padding: 40px 0 10px 0;
}
#testimonials, #testimonials2 { 
    background: #333; 
    height: auto;             
    margin: 0 auto; 
    width: 100%; 
    position: relative;             
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
    padding: 40px 0 0 0;
    color: #fff;
}
#water-top { 
    background: url("/images/water.jpg") 50% 0px fixed; 
    height: auto;  
    min-height: 110px;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 0 0;
}
#what-we-do{
    background: #7cc15a; 
    height: auto;             
    margin: 0 auto; 
    width: 100%; 
    position: relative;             
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
    padding: 30px 0;
}
.banner h1{
    font-weight: 300;
    color: #fff;
}
.banner h2{
    font-weight: 300;
    color: #fff;
}
.banner h2 .highlight{
    font-weight: 400;
}
#home { 
    background: #2c3b50 url("/images/water.jpg") no-repeat 50% 265px fixed; 
    background-size: cover;
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 40px 0;
}
#home .well {
    opacity: 0.9;
    padding: 40px;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F5 100%);
}
#home .well .icon{
    position: absolute;
}
#home .well .icon img{
    max-height: 70px;
    width: auto;
}
#home h1{
    text-align: left;
    font-size: 29px;
    padding-left: 80px;
    font-weight: 600;
}
#home h2{
    text-align: left;
    padding-left: 80px;
    margin-top: 0.5em;
    font-size: 20px;
}
#home .feature {
    padding-bottom: 30px;
}
#features{
    background-color: #f1ad50;
    padding: 40px 0;
}
.feature{
    padding: 40px 0;
}
.feature-odd{
    background-color: #f6f6f6;
}
.feature-even{
    background-color: #eee;
}
.feature h1{
    text-align: left;
    font-size: 32px;
    font-weight: 700;
}
p{
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    color: #707070;
    margin: 0;
    margin-top: 1em;
    line-height: 1.5em;
}
#feature5 .start_btn, .guarantee .start_btn{
    margin-top: 60px;
}
#feature5 .start_btn a, .guarantee .start_btn a{
    padding: 30px 0;
    white-space: normal;
}
#feature5 .start_btn .text, .guarantee .start_btn .text{
    padding: 0 15px;
}
#feature5 .start_btn .subtext{
    font-size: 12px;
}
#feature5 .secure, .guarantee .secure{
    margin-top: 40px;
}
#feature5 .secure img{
    margin: 0 auto;

}
#integrations {
    padding: 40px;
    padding-bottom: 70px;
}
.feature .image img{
    margin: 0;
}
#integrations h1{
    padding-top: 40px;
}
p{
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    color: #707070;
    margin: 0;
    margin-top: 1em;
    line-height: 1.5em;
}
#automate{
    background-color: #63B8C5;
    padding: 40px 0;
}
#systemize { 
    background: #2c3b50 url("/images/website-background-rough-surface.jpg") repeat 50% 0 fixed; 
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 40px 0;
}
#systemize .well {
    opacity: 0.9;
    padding: 40px;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F5 100%);
}

#systemize h1{
    font-size: 35px;
    margin-top: 40px;
    color: #020202;
    font-weight: 700;
}
#systemize h2{
    font-size: 25px;
    text-align: left;
    margin-top: 40px;
    font-weight: 600;
    color: #333;
}
#systemize h2:first-of-type{
    margin-top: 0px;
}
#systemize p{
    font-size: 17px;
    color: #303030;
}
#systemize .tool{
    background: url("/images/check_mark_blue_small.png") no-repeat 0 20px;
    padding-left: 50px;
}
#systemize .tool strong{
    font-size: 20px;
}
#systemize .guarantee{
    background: #eee url("/images/guarantee-watermark.png") no-repeat;
    background-position: center 60px;
    padding: 40px;
    padding-bottom: 70px;
    margin-top: 70px;
}
#systemize h1{
    margin-bottom: 20px;
}
#systemize .guarantee p{
    margin-top: 0px;
    font-size: 20px;
}
#faqs {
    padding: 40px;
    padding-bottom: 100px;
    background: transparent url("/images/white_wall_hash.png") 50% 0 fixed; 
    height: auto;             
    margin: 0 auto; 
    margin-bottom: -25px;/*needed for google remarketing code on live, otherwise white border at bottom*/
    width: 100%; 
    position: relative;             
}
#faqs .question{
    background: url("/images/icons/question.png") no-repeat 20px 0;
    background-size: 64px 64px;
    padding-left: 114px;
    margin-bottom: 40px;
}
#faqs .question h1{
    text-align: left;
    font-size: 20px;
}
#faqs .row{
}
#about { 
    background: url("/images/about.jpg") 50% 0 fixed; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #fff;
}
.testimonial{
    padding: 0;
    padding-bottom: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 300;
}
#testimonials .quote{
    background: url("/images/quotes_white.png") no-repeat 100px 0;
}
#testimonials2 .quote{
    background: url("/images/quotes_white.png") no-repeat 10px 0;
}
#testimonials2 .testimonial{
    padding-left: 50px;
}
#faqbanner{
    background-color: #3a589b;
    padding: 40px 0;
}
.testimonial .cite{
    font-weight: 300;
    font-size: 15px;

}
.testimonial .cite::before{
    content: "--";
}
.adamshort {
    background: url("/images/adamshort87x87.jpg") no-repeat;
}
.nickjames{
    background: url("/images/nickjames.jpg") no-repeat;
}
.circular {
    width: 86px;
    height: 86px;
    border-radius: 43px;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    float: left;
    margin-right: 50px;
}
@media (min-width:650px) and (max-width: 991px) {    
    .video-bullet ul li{
        margin-left: 50px;
    }
}
@media (max-width: 991px) {
    h1{
        font-size: 38px;
    }
    #intro h2, #packages h2{
        font-size: 21px;
    }
    #intro h3.steveevans, div.header h3.steveevans{
        width: 80%;
    }
    .video-bullet ul{
        margin-top: 40px;
    }
    .testimonial{
        min-height: 120px;
    }
    .testimonial.right .circular {
        float: right;
    }
    .testimonial.right {
        background-position: 0 0 !important;
        padding-left: 40px;
    }
    #testimonials, #testimonials2 { 
        padding-bottom: 0;
    }
    .image{
        margin: 50px auto;
    }
    .feature .image img{
        margin: 0 auto;
    }
    #systemize .tool{
        background-position: 0 0;
    }
    #feature5 .start_btn{
        margin-left: 20px;
        margin-right: 20px;
    }
    .video-bullet .start_btn{
        text-align: center;
        margin-bottom: 40px;
    }
    div.header h3.luisadrummond{
        background-position: 20px 0;
        padding-left: 110px;
    }
    .video-bullet{
        padding-top: 0;
    }
}
@media (max-width: 768px) {
    h1.sub{
        font-size: 30px;
    }
    div.header h3{
        font-size: 16px!important;
    }
}
@media (max-width: 650px) {
    #integrations h1{
        font-size: 30px;
    }
    #integrations .image{
        margin: 20px auto;
    }
    .secure{
        margin: 20px auto;
    }
    div.header h3.steveevans, 
    #intro h3.steveevans{
        width: 90%;
    }
    div.header h3.luisadrummond{
        padding-left: 20px;
        padding-right: 10px;
        background: none;
        text-align: left!important;
    }
    div.header h3.luisadrummond img{
        display: inline!important;
        width: 80px;
        height: 80px;
            
    }
    
}
@media (min-width: 991px) {
}