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 #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;
}

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

.section-hero {
    background: #fff;
    height: 480px;
    /* border-bottom: 3px solid #F39200; */
}

.section-hero .column {
    padding-top: 160px;
}

.section-hero .brackets {
    max-width: 506px;
}

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

.section-whiteframe {
    background: #fff;
    padding: 40px 0;
    text-align: center;
    margin: 24px 0;
}

.section-whiteframe h2 {
    font-size: 32px;
    color: #F39200;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.section-orangeframe {
    background: #F39200;
    padding: 40px 0;
    text-align: center;
}

.section-orangeframe-1 {
    margin: 0px 0 40px;
}

.section-orangeframe-2 {
    margin: 0;
}

.section-orangeframe h2 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.section-orangeframe p {
    margin: 0;
    padding: 16px 0 0;
    color: #fff;
}

.section-changes {
    /* background: #fff; */
}

.bgWhite {
    background: #fff;
    margin-bottom: 40px;
}

.yellowTitle {
    font-size: 32px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.yellowContent {
    font-size: 24px;
    text-align: center;
    color: white;
    max-width: 780px;
    margin: auto;
}

.section-changes h2 {
    text-align: center;
    font-size: 32px;
    margin: 40px 0;
}

.section-changes .changes-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.section-changes .feature {
    flex: 50%;
    text-align: center;
    margin: 0;
    padding: 0 0 40px;
}

.section-changes .feature img {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 16px;
}

.section-changes .feature p {
    margin: 0;
    padding: 0 0 8px;
}

.section-firstinstall {
    text-align: center;
    padding: 40px 0;
}

.section-firstinstall h2,
.section-firstinstall p {
    margin: 0;
    padding: 0;
}

.section-firstinstall h2 {
    margin-bottom: 24px;
    font-size: 32px;
}

.section-firstinstall .cta {
    max-width: 328px;
}

.section-changes .cta {
    max-width: 288px;
}

.cta {
    background: #025EC3;
    color: #fff;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.cta:hover,
.cta:focus {
    background: #004999;
}


content .slick-track,
content .slick-slide {
    outline: none;
}

.section-changes .slick-dots {
    position: static;
    margin-bottom: 40px;
}

.section-changes .slick-dots li button:before {
    font-size: 10px;
}

.section-changes .slick-dots li.slick-active button:before {
    color: #F39200;
}

.section-changes .slick-prev,
.section-changes .slick-next {
    width: 32px;
    height: 32px;
    background: #F2F2F2;
    color: #3B3B3B;
    top: calc(50% - 100px);
    z-index: 49;
    border-radius: 50%;
}

.section-changes .slick-prev:before,
.section-changes .slick-next:before {
    color: #3B3B3B;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: 2px;

}

.section-changes .slick-prev:before {
    content: url("../images/arrow-prev.png");
    right: 1px;
}

.section-changes .slick-next:before {
    content: url("../images/arrow-next.png");
    left: 1px;
}

.section-changes .slick-track,
.section-changes .slick-slide {
    outline: none;
}

.section-changes .slick-prev {
    left: 0;
}

.section-changes .slick-next {
    right: 0;
}

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

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

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

    .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;
    }
}