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-right: 0px;
}

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

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

.greyBg {
    background: #f5f5f5;
}

.flexAligner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.va {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.section-1 {
    background: url("../image/s1_bg.jpg") no-repeat center top;
    height: 550px;
}

.section-1 .brackets {
    margin-top: 12rem;
}

.section-1 h1 {
    color: #F39200;
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.section-1 .mobileImg {
    width: 100%;
}

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

.section-3 {
    background: #F2F2F2;
}

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

.section-txt {
    padding: 40px 0;
}

.section-txt h2 {
    font-size: 28px;
    color: #F39200;
}

.section-txt a {
    text-decoration: underline;
    color: #000;
}

.section-txt p {
    margin: 0;
    padding: 0;
}

.section-txt ul {
    margin: 0;
    padding: 20px 0;
}

.section-txt p,
.section-txt li {
    font-size: 24px;
}

.section-txt li {
    list-style: none;
    padding-left: 22px;
    background: url(../image/check.png) no-repeat left 14px;
}

.section-txt li {
    margin-bottom: 10px;
}

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

@media screen and (max-width: 768px) {
    .section-1 h1 {
        padding: 12px 25px;
    }

    .section-1 .brackets {
        margin-top: 0;
    }

    .section-1 {
        background: none;
        height: auto;
   }

    .section-1 h1 {
        text-transform: uppercase;
        color: #F39200;
        text-align: center;
        font-size: 22px;
        line-height: 31px;
    }

    .brackets {
        margin: 0;
        padding: 0;
    }

    .brackets:before,
    .brackets:after {
        display: none;
    }

    .section-txt img {
        width: 80px;
    }

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

    .section-txt {
        padding: 20px 0;
    }

    .section-txt ul {
        padding: 16px 0;
    }

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