﻿/*-----------------------landing page layout -----------------------------*/


/*overlay section */
@font-face {
    font-family: 'Proxima Nova';
    font-weight: normal;
    font-style: normal;
    src: url('/Content/assets/fonts/ProximaNova-Reg.ttf');
}

html,
body,
h1,
h2,
h3,
h4,
p,
a,
li,
label,
/*.sky-form .radio, .sky-form .checkbox,*/
.control-label {
    font-family: 'Proxima Nova', Arial, sans-serif;
    color: #000000;
}

.landing-image {
    background-image: url(../../img/landing-v2.jpg) !important;
    /*background-image: linear-gradient( to right bottom, rgba(0,49,60,0.95), rgba(0,49,60,0.95)), url(../../../images/background-image.jpg) !important;*/
    /*position: relative;*/
    background-size: cover;
    /*background-position: 0 70px;*/
    /*background-repeat: no-repeat;*/
    /*max-width: 100%;
    max-height: 100%;*/
    /*object-fit: contain;*/
}

    .landing-image .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

.img-landing {
    height: auto;
    width: 100%;
}

.hero-banner{
    display:flex;
}
.content-box{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:40px;
}
.image-box{
    flex:1;
}

.img-overlay {
    background: rgba(254, 254, 254, 0.9);
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.landing-content-over {
    margin-top: 5%;
    text-align: center;
}

.hero-img {
    width: 100%;
    height:100%;
}

.landing-h2 {
    line-height: 1.2;
    font-weight: bold;
    font-size: 46px;
}

.landing-h3 {
    line-height: 1.2;
    color: #FFF;
    margin-top: 0;
    text-align: left;
    font-weight: 300;
    font-size: 24px;
}

.landing-p {
    font-size: 20px;
    font-weight:400;
}



.btn-begin {
    line-height: normal;
    height: 50px;
    color: #fff !important;
    border-color: #1A73E8;
    background-color: #1A73E8;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-begin img {
        margin-left: 5px;
    }

    .btn-begin:active:hover, .btn-begin:active:focus {
        color: #fff;
        border-color: #1A73E8;
        background-color: #1A73E8;
    }

    .btn-begin:active {
        top: 1px;
    }

    .btn-begin:focus,
    .btn-begin:hover {
        color: #fff;
        border-color: #1A73E8;
        background-color: #1A73E8;
        box-shadow: 2px 5px 10px rgba(0,0,0, 0.2);
    }
/*Fixed footer code */
html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    /*min-height: 100%;*/
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    /*margin-bottom: -60px;*/
}

.footer,
.push {
    display: flex;
    margin-top: auto;
    margin-block-start: auto;
    justify-content: center;
    align-items: center;
    padding: 16px 24px 16px 17px;
    height: 50px;
    text-align: center;
    color: #01010F;
    background-color: #fff;
}

.footerLink {
    font-size: 14px;
    color: #01010F !important;
}

.policyLink {
    color: #FFF;
}

.footer a,
.footer a:hover {
    color: #fff;
}

.button-box {
    margin-top: 3em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .button-box .stat-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .button-box .stat-box img {
            height: 30px;
            width: 30px;
        }

        .button-box .stat-box p {
            font-size: 20px;
            font-weight: 700;
            margin-left: 1rem;
            margin-bottom: 0px;
        }

    .button-box .start-button {
        display: flex;
    }

        .button-box .start-button img {
            margin-left: 0.5rem;
        }

.fold-content {
    background-color: #f8f8f8;
    /*max-height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .fold-content .row {
        margin: 0;
    }

    .fold-content h3 {
        text-align: center;
        margin: 0;
        padding: 50px 0;
        font-size: 36px;
        font-weight:400;
    }

.card-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 35px 70px;
}

    .card-wrapper .card {
        max-width: 756px;
        max-height: 196px;
        min-width: 331px;
        min-height: 196px;
        padding: 25px;
        background-color: #fff;
        width: 100%;
    }

        .card-wrapper .card .card-body {
            padding: 1rem 1rem;
        }

            .card-wrapper .card .card-body .card-header {
                display: flex;
                align-items: center;
            }

                .card-wrapper .card .card-body .card-header img {
                    width: 40px;
                    height: 40px;
                    margin-right: 0.5rem;
                }

            .card-wrapper .card .card-body p {
                font-size: 22px;
                line-height:1.2;
                font-weight: 700;
                margin: 0;
            }
            .card-wrapper .card .card-body .card-description {
                font-size: 20px;
                line-height: 1.2;
                font-weight: 400;
                margin: 0;
            }

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .landing-image .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .landing-h2 {
        font-size: 28px;
    }

    .landing-p {
        font-size: 16px;
    }

    .fold-content h1 {
        font-size: 22px;
    }

    .card-wrapper {
        padding: 0 35px 15px;
    }

    .footer {
        flex-wrap: wrap;
    }

    .card-wrapper .card {
        min-height: 150px;
    }
}
