/* acuris.css 
======================================== */

/* type&colors */

.acuris-blue {
	color: #1081C9;
}

.bg {
	background: #fafafa;
}

h2.product-title {
	font-size: 6rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.product p {
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 2.1875rem;
}

a.here {
	text-transform: uppercase;
}

a.here:hover {
	opacity: 0.8;
}

/* btn-acuris */

.btn-acuris {
    color: #fff;
    background-color: #1081C9;
    border-color: #1081C9;
    text-transform: uppercase;
    box-shadow: 0px 2px 0px #095686;
    border-radius: 3px;
    font-size: 20px;
    padding: 1rem 1.5rem .5rem;
    margin-top: 30px;
}

.btn-acuris:hover, .btn-acuris:focus, .btn-acuris:active {
    color: #fff;
    background-color: #1081C9CC;
    border-color: #1081C9;
}

.btn-acuris.focus, .btn-acuris:focus {
    box-shadow: 0 0 0 .2rem #095686;
}

.btn-acuris:not(:disabled):not(.disabled).active, .btn-acuris:not(:disabled):not(.disabled):active, .show > .btn-acuris.dropdown-toggle {
    color: #fff;
    background-color: #1081C9;
    border-color: #1081C9;
}

.btn-acuris:not(:disabled):not(.disabled).active:focus, .btn-acuris:not(:disabled):not(.disabled):active:focus, .show > .btn-acuris.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #095686;
}


/* main styles */

.product {
    margin-top: 147px;
}

.product .hero {
    text-align: center;
    background: #f7f7f7;
    height: 350px;
}

.product-logo {
    margin-top: 80px;
    padding: 0px 30px;
    max-width: 230px;
}

.product-image {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 270px;
}

.product-intro p {
    padding-top: 270px;
    padding-bottom: 100px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.8125rem;
    text-align: center;
}

@media screen and (max-width: 991px) {

    .product {
        margin-top: 92px;
    }

}

@media screen and (max-width: 768px) {

    .product-image {
        max-width: 200px;
    }

    .product .hero {
        height: 380px;
    }

    .product-intro p {
        padding-top: 140px;
        padding-bottom: 40px;
        font-size: 1.5rem;
        line-height: 2rem;
    }

}

@media screen and (max-width: 414px) {

    .product .hero {
        height: 330px;
    }

    .product-image {
        max-width: 150px;
    }

    .product-intro p {
        padding-top: 120px;
        padding-bottom: 40px;
    }

}

.section-1 {
    padding-top: 100px;
    padding-bottom: 150px;
}

.section-1 .container {
    max-width: 1230px;
}

.section-1 .col-a {
    text-align: right;
}

.product-features-image {
    margin-top: -60px;
    margin-left: 45px;
    max-width: 450px;
}

ul.product-features {
    margin-top: -40px;
    margin-bottom: 30px;
    margin-left: 60px;
}

.product-features li {
    list-style-position: inside;
    list-style-type: none;
    padding: 0px 0px 0px 16px;
    margin-bottom: 2rem;
    font-size: 1.875rem;
    line-height: 2rem;
    font-weight: 300;
}

.product-features li {
    border-left: 4px solid #1E5CB3; 
}


@media screen and (max-width: 1024px) {

    h2.product-title {
        font-size: 3rem;
    }

    .section-1 .col-a p {
        padding-left: 0;
    }

}

@media screen and (max-width: 768px) {

    .section-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-1 .col-a {
        text-align: center;
    }

    .product-features-image {
        width: 100%;
        max-width: 450px;
        margin: 50px auto;
    }

    .section-1 p {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    ul.product-features {
        margin-left: 20px;
    }

    .product-features li {
        font-size: 1.5rem;
    }

    .btn.btn-lg {
        font-size: 1rem;
    }

}