.content { position: relative; overflow: hidden !important; font-size: 1.3em; padding: 20px; }

    .content h1,h2 { color: #016387; font-family: 'Montserrat', sans-serif; /* margin: 15px; */ }
    .content h1 { margin-top: 0px; }

h1,h2,h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

h2.lead {

    font-size: 2.2em;
    font-weight: bold;
    margin: 50px 0;
}

.btn-primary { border: 5px solid #01638c; font-family: 'Montserrat', sans-serif; }

ul li { line-height: 1.8em; }


.btn-white {
    border: 5px solid white;
    background: none;
    color: white;
    margin-left: 5px;
}

span.ribbon {
    display: block;
    position: absolute;
    top: 20px;
    right: -70px;
    width: 220px;
    transform: rotate(45deg);
    line-height: 35px;
    font-size: 0.7em;
}

span.cto {
    display: block;
    padding: 5px 15px;
    padding-bottom: 0;
}

.nr-box {
    margin: 0 auto;
    display: block;
    width: 75px;
    line-height: 70px;
    height: 75px;
    font-size: 2.5em;
    border: 5px solid #a7c9d6;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;

}

p.subline { width: 60%; margin-left: 20%; margin-right: 20%; font-size: 1.2em; }
.container.main { margin-bottom: 50px; }
footer.controls { margin: 0 20px 5px 20px; position: relative; }

span.arrow-down {
    position: absolute;
    left: 4px;
    bottom: -43px;
	margin-left: 0;
    width: 0;
    height: 0;
    border-left: 47px solid transparent;
    border-right: 47px solid transparent;
    border-top: 40px solid #dbdbdb;
}

span.arrow-left {
    position: absolute;
    right: -18px;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 30px solid #dbdbdb;
    border-bottom: 40px solid transparent;

    display: block;


    top: 50%;
    transform: translateY(-50%);
}


/*
.lead-img {
    background: url('img/speed.jpg') no-repeat !important;
    height: 500px;
}*/

.btn {
    font-weight: bold;
    font-size: 1em;
}


.btn.btn-start {
    padding: 7px 25px;
    font-size: 1.4em;
    font-weight: 400;
}

.page-two h2 { color: #01638c; font-size: 1.8em; font-weight: bold; font-family: 'Montserrat', sans-serif; }
    .page-two h2.lead { margin-top: 20px; font-size: 2.8em; font-weight: normal; font-family: 'Open Sans', sans-serif; }

.page-two p { margin-bottom: 50px; font-size: 1.2em; }
.page-two ul { font-size: 1.2em; }
.page-two h3 { font-size: 2em; margin-top: 10px; padding-top: 0; }
.page-two h3 small {
    color: #333;
    font-weight: 400;

}

.page-two .bg-grey { padding-bottom: 10px; padding-top: 10px; }
.page-two .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.lead-img {
    background: url('img/speed.jpg') no-repeat left top;
}

@media(max-width:767px){

    li {
        line-height: 1.2em;
    }

    .btn-primary {
        width: 100% !important;
        margin-top: 10px;
        margin-left: 0;
    }

    .btn-start {
        margin-top: 50px;
    }

    span.arrow-left {
        display: none;
    }

    .lead-img {
        height: 300px;
    }

    p.payoff {
        line-height: 1.5em;
    }

    span.cto {
        text-align: center;
    }

    span.arrow-down {
        left: 50%;
        margin-left: -47px;
    }
}