/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    font-family: 'Lato', 'Arial';
}

sup, sub{
    font-size: 65%;
    .font-size: 75%; /*IE 6 & 7 hack*/
    vertical-align: baseline;
    position: relative;
}

sup{
    top:-7px;
}

sup.sup2{
    top:-4px;
}

sub{
    top: 4px;
}

strong { font-weight: bold;}

h1 {
    font-family: 'Anton', 'Arial';
    font-size: 60px;
    color: #262626;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regularitalic-webfont.woff2') format('woff2'),
    url('../fonts/oswald-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

i {cursor: pointer;}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

header {
    background: #fff;
    padding:0;
    margin:20px;
}

header .container .wrapper #logo a img{
    width: 152px;
    float: left;
}

.one{
}

.one .container .row{
    color:#fff;
}

.one .container .row .col-1{
    padding-left: 0;
    padding-right: 0;
}

.one .container .row .col-1 img{
    max-width:100%;
}

.one .container .row .col-1 .wrapper{
    position:absolute;
    top:50px;
    left:84px;
    width:610px;
}

.one .container .row .col-1 .wrapper p:first-child{
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
}

.one .container .row .col-1 .wrapper p:nth-child(2){
    font-size: 30px;
    font-weight: bold;
}

.one .container .row .col-1 .wrapper p:nth-child(2) span{
    font-size: 47px;
    position: relative;
    top:5px;

}

.one .container .row .col-1 .wrapper p:nth-child(2) a{
    color:#fff;
    text-decoration: underline;
}

.one .container .row .col-2{
    display:none;
}

.one .container .row .col-2,
.one .container .row .col-2 .wrapper p a{
    color:#00a6e6;
}

.one .container .row .col-2 .wrapper p a{
    border-bottom: 3px solid #00a6e6;
}

.two{
}

.two .container .row{
    padding: 40px 0 30px;
    background-color:#e8e8e8;
}

.two .container .row .col-1 p{
    color:#00a6e6;
    font-size: 35px;
    font-weight: bold;
}

.two .container .row .col-2 ul {
    list-style-type: none;
    color:#414141;
    font-size: 25px;
    margin-top: 30px;
}

.two .container .row .col-2 ul li{
    background-image: url("../images/check.png");
    background-repeat:no-repeat;
    padding-left: 33px;
    margin-bottom: 20px;
}

.two .container .row .col-3 .wrapper{
    width:541px;
    height:307px;
}

.two .container .row .col-3 .wrapper p{
    color:#00a6e6;
    font-weight: bold;
    position: relative;
}

.two .container .row .col-3{
    text-align: center;
}

.two .container .row .col-3 img{
    max-width:100%;
}

/*.two .container .row .col-3 .wrapper p:first-child{
    left:36px;
}

.two .container .row .col-3 .wrapper p:nth-child(3){
    left:216px;
}

.two .container .row .col-3 .wrapper p:nth-child(5){
    left:394px;
    top:50px;
}*/

.three{
     margin-top: 40px;
}

.three .container .row{
    margin-left:10px;
    margin-right:10px;
}

.three .container .row .col-1{
    color:#414141;
}

.three .container .row .col-1 p{
    font-size: 37px;
    color:#000;
    font-weight: bold;
    margin-bottom: 30px;
}

.three .container .row .col-1 ul li{
    margin-bottom: 15px;
    color:#000;
}

.three .container .row .col-1 ul li:nth-child(odd){
    color:#00a6e6;
    font-size: 25px;
    font-weight: bold;
}

.three .container .row .col-1 ul li:nth-child(even){
    list-style-type: none;
     font-size: 22px;
     font-weight: bold;
}

.four {
     
}

.four .container .row{
    background-color:#e8e8e8;
    padding: 40px 0;
    
}

.four .container .row .col-1 p:first-child{
    font-size: 36px;
    color:#000;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}

.four .container .row .col-1 p:nth-child(2){
    padding-top:25px;
    color:#000;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0 281px;
    text-decoration: none !important;
}
.four .container .row .col-1 .wrapper{
    text-align: center;   
    margin-top: 25px;
}

.four .container .row .col-1 .wrapper a.link-1{
    color:#fff;
    background-color:#00a6e6;
    font-size: 18px;
    padding: 15px 60px ;
    font-weight: bold;
    border: 3px solid #fff;
    display: inline-block;
}

.four .container .row .col-1 .wrapper div{
    color:#000;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-left:10px;
}

.four .container .row .col-1 .wrapper a.link-2{
     display: inline-block;
     margin-left:10px;
     color:#00a6e6;
     text-decoration: underline;
     font-size: 20px;
}

.five{
    margin-top: 30px;
}

.five .container .row .col-1 p:first-child{
    color:#00a6e6;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.five .container .row .col-1 p:nth-child(2){
    color:#000;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}

.five .container .row .wrapper{
    margin-top: 20px;
    text-align: center;
}

.five .container .row .wrapper img.image-1{
    margin-right: 5px
}

.five .container .row .wrapper img.image-2{
    margin-left: 5px;
}

.five .container .row .col-1 p:nth-child(4){
    color:#000;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.five .container .row .col-1 p:nth-child(4) a{
    color:#000;
    text-decoration: underline;
}

.five{
    margin-bottom: 3px;
}


footer .container .row{
    background-color: #000;
}

footer .container .row .col-1 {
    margin-bottom: 20px;
    padding: 0px;
    width:100%;
}

footer .container .row .col-1 #terms {
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
}

footer .container .row .col-1 #terms a {
    text-decoration: none;
    color: #fff;
}

footer .container .row .col-1 #terms a span {
    line-height: 30px;
    margin-left: 10px;
}

footer .container .row .col-1 #privacy-jackson {
    margin-top: 20px;
    margin-left: 10px;
    display: inline-block;
}

footer .container .row .col-1 #privacy-jackson a {
    text-decoration: none;
    color: #ffffff;
}

footer .container .row .col-1 #privacy-jackson span {
    line-height: 30px;
    margin-left: 0;
}

#termsModal .modal-body {
    padding: 2em;
    overflow-y: hidden;
    width: 85%;
    margin: 0 auto;
    background: #fff;
}

#termsModal .modal-body .modal-title {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0;
}

#termsModal .modal-body button.close {
    color:#000;
    opacity:1;
}

#termsModal .modal-body button.close i {
    color:#00a8e1;
}

#termsModal .modal-body h4 {
    font-family: 'Lato',Arial,Sans-serif;
    font-size: 1.1425em;
    text-transform: none;
}
#termsModal .modal-body p {
    color: #626262;
    line-height: 1.5em;
    margin-bottom: 1.25em;
    font-size: 1.075em;
}

#termsModal .modal-body p a {
    color:#00a2d9;
}

@media (max-width: 1199px) {

    .one{
    }

    .one .container{
    }

    .one .container .row{
    }

    .one .container .row .col-1 .wrapper {
        position: absolute;
        top: 39px;
        left: 39px;
        width: 610px;
    }

    .one .container .row .col-1 .wrapper p:first-child {
        font-size: 50px;
        line-height: 51px;
        font-weight: bold;
    }

    .one .container .row .col-1 .wrapper p:nth-child(2) span {
        font-size: 37px;
        top: 3px;
    }

    
    .two{
    }

    .three .container{
    }

    .three .container .row{
    }

    .four {
        margin-top: 74px;


    }

    .five{
    }

    .five .container{
    }

    .five .container .row{
    }
}

@media (max-width: 991px) {

    .one .container .row .col-1 {
    }

    .one .container .row .col-1 .wrapper p:first-child {
        font-size: 30px;
        line-height: 30px;
    }

    .one .container .row .col-1 .wrapper p:nth-child(2) {
        font-size: 19px;
    }

    .one .container .row .col-1 .wrapper p:nth-child(2) span {
        font-size: 28px;
        top:3px;
    }

    .two .container .row .col-1{
        text-align: center;
        padding: 0 20px 0;
    }

    .two .container .row .col-2 ul {
        padding-left: 20px;
        padding-right: 20px;
    }

    .three{
    }

    .three .container{
    }

    .three .container .row{
    }

    .four{
    }

    .four .container .row .col-1 p:nth-child(2){
        margin: 0;
        
    }

    .five .container .row{

    }

}
 
@media (max-width: 767px) {

    header{
        margin:15px 43px 7px;
    }

    .one .container .row{
    }

    .one .container .row .col-1 .wrapper {
        position: absolute;
        top: 12px;
        left: 39px;
        width: 333px;
    }

    .one .container .row .col-1 .wrapper p:first-child {
        font-size: 30px;
        line-height: 30px;
    }

    .one .container .row .col-1 .wrapper p:nth-child(2) {
        font-size: 19px;
    }

    .one .container .row .col-1 .wrapper p:nth-child(2) span {
        font-size: 29px;
        line-height: 28px;
    }

    .four{   
        margin-top:21px;
    }

    footer .container .row{
        margin-top: 10px;
    }
}

@media (max-width: 584px) {
    .two .container .row .col-3 img{
        max-width:100%;
    }
}
@media (max-width: 551px) {

    .one {
    }

    .one .container {
    }

    .one .container .row .col-1 .wrapper {
        display:none;
    }

    .one .container .row .col-2 {
        display:block;
    }

    .one .container .row .col-2 {
        background-color: #e8e8e8;
        text-align:center;
        font-weight: bold;
        font-size:30px;
        padding:20px 25px 0 15px;
    }

    .one .container .row .col-2 .wrapper p:nth-child(2) {
        margin-top:22px;
    }

    .three{
        margin-top: 28px;
    }

    .three .container{
    }

    .three .container .row{
    }

    .four{
        margin-top: 7px;
    }

    .four .container .row{
        padding-top:23px;
    }

    .five {
    }

    .five .container {
    }

    .five .container .row {
    }

    .six .container .row {
    }
}

@media (max-width: 350px) {

    .one .container .row{
    }

    .four .container .row{
    }

    .five .container .row{
    }
}

@media (max-width: 325px) {
    .one .container .row .col-2 {
        font-size: 24px;
    }

    .two .container .row .col-1 p {
        font-size: 25px;
    }

    .two .container .row .col-2 ul {
        font-size: 17px;
    }

    .three .container .row .col-1 p {
        font-size: 21px;
    }

    .three .container .row .col-1 ul li:nth-child(odd) {
        font-size: 17px;
    }

    .three .container .row .col-1 ul li:nth-child(even) {
        font-size: 17px;
    }

    .four .container .row .col-1 p:first-child {
        font-size: 21px;
    }

    .four .container .row .col-1 p:nth-child(2) {
        font-size: 17px;
    }

    .four .container .row .col-1 .wrapper div {
        font-size: 17px;
    }

    .four .container .row .col-1 .wrapper a.link-2 {
        font-size: 17px;
    }

    .five .container .row .col-1 p:first-child {
        font-size: 22px;
    }

    .five .container .row .col-1 p:nth-child(2) {
        font-size: 22px;
    }

}



