content,
content div,
content li,
content p {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}


section .target {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

.align-center {
text-align: center;
}

.clearleft {
float: none;
clear: left;
}

.clearright {
float: none;
clear: right;
}

.clearBoth {
clear: both;
}

.floatLeft,
.floatleft {
float: left !important;
}


.floatRight,
.floatright {
float: right;
}

.inlineBlock {
display: inline-block;
}

.posr {
position: relative;
}

p.legal {
font-size: 10px;
}

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left: 22px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 20px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;

}

.brackets:before {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 14px solid #F39200;
    border-left: 14px solid #F39200;
}

.brackets:after {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    bottom:0;
    right:0;
    border-bottom: 14px solid #F39200;
    border-right: 14px solid #F39200;
}

/************************************************************/

content {
    background: #F2F2F2;
}

.orange {
    color: #F39200;
}

a.orange {
    text-decoration: underline;
}

a.cta {
    width: 100%;
    max-width: 280px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #F39200;
    text-align: center;
}

a.cta:hover,
a.cta:focus {
    background: #E47400;
}

p.stores img {
    display: inline-block;
    margin: 0 8px 8px 0;
}

/************************************************************/

.section-hero {
    background: #fff;
    min-height: 240px;
    border-bottom: 3px solid #F39200;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-hero h1,
.section-hero p {
    font-size: 32px;
    color: #F39200;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.section-whiteframe {
    margin: 24px 0 0;
}

.section-whiteframe .row {
    padding: 40px;
    background: #fff;
}

.section-whiteframe h2 {
    font-size: 24px;
    color: #3B3B3B;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.section-whiteframe p {
    margin-bottom: 0;
}

.section-intro {
    padding-top: 103px;
}

.section-intro .pic {
    margin-top: -103px;
}

.section-intro a.cta {
    margin: 24px 0 50px;
}

.section-features {
    padding-top: 106px;
}

.section-features .pic {
    margin-top: -106px;
}

.section-login {
    padding-top: 103px;
}

.section-login .pic {
    margin-top: -103px;
}

.section-docs .pdfs {
    margin: 24px 0 24px;
    padding: 0;
}

.section-docs .pdfs li {
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-docs .pdfs .link {
    display: flex;
    align-items: center;
    align-self: center;
    justify-self: center;
    line-height: 24px;
    font-weight: normal;
    padding: 15px 0 24px 0;
}

.section-docs .pdfs a {
    color: #025EC3;
    margin-left: 8px;
}

.section-docs .pdfs span.icon {
    font-family: 'icomoon';
    font-size: 32px;
    color: #000;
    text-decoration: none;
}


/************************************************************/

@media screen and (max-width: 768px) {
    .section-hero .column {
        padding-top: 25px;
        text-align: center;
    }
    .section-hero {
        min-height: 120px;
    }

    .section-hero h1,
    .section-hero p {
        font-size: 28px;
    }

    .section-whiteframe,
    .section-whiteframe p,
    .section-whiteframe li {
        font-size: 16px;
    }

    .section-whiteframe h2 {
        font-size: 20px;
    }

    .section-hero p {
        margin-bottom: 20px;
    }

    .section-hero .brackets {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: none;
    }

    .section-hero .brackets:before,
    .section-hero .brackets:after {
        display: none;
    }

    .section-whiteframe .row {
        padding: 24px 12px;
        display: flex;
        flex-direction: column;
    }

    .section-whiteframe .pic {
        margin-top: 0;
    }
    
    .section-whiteframe .txt {
        margin-top: 0;
    }

    .section-intro,
    .section-login,
    .section-features {
        padding-top: 0;
    }


    .section-whiteframe .pic img {
        margin-bottom: 16px;
    }

    .section-intro .pic img,
    .section-login .pic img {
        max-width: 118px;
    }
}