/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 14, 2019, 9:49:27 AM
    Author     : Paul
*/

.shadow {
    background: transparent;
    border: none;
    border-radius: 100px;
    border-color: transparent;
    padding: unset;
    margin: unset;

    /*-webkit-filter: drop-shadow( 0px 8px 19px rgba(0, 0, 0, .5)) !important;
                                                    filter: drop-shadow( 0px 8px 17px rgba(0, 0, 0, .5)) !important;*/
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;

    /* Similar syntax to box-shadow */
}

.special-ul li::before {
    font-weight: bold;
    color: #1b75bc; /* Change the color */
}

.partner-box {
    /*width: 100%;*/
    min-height: 86px;
    text-align: left;
    margin-top: 25px;
    background-color: #ebf5ff;
    padding: 24px;
}

.btn-turbo-blue {
    background-color: #1b75bc;
}


html {
    scroll-behavior: smooth;
}
/*.hero-section ::after, ::before {
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}*/

.form .hero-section {
    /*    padding: 0 0 50px 0;*/
    background: #f3f3f3;
    background-size: cover !important;
}

.hero-section {
    height: 100%;
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    /*box-sizing: border-box;*/
    color: #333;
    /*            margin-top: -20px;
                padding-top: 30px;*/
    padding-bottom: 15px
}

.hero-section .container{
    padding-top: 25px;
}

@media(min-width: 767px){
    /*            .hero-section {
                    padding: 150px 0 100px 0;
                }*/
}

@media(max-width: 992px){
    .navbar .nav-flex-icons {
        -webkit-flex-direction: unset !important;
        -ms-flex-direction: unset !important;
        flex-direction: unset !important;
    }
}

#main {
    height: 100%;
}

.main{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}




.form .hero-content h1 {
    font-size: calc(100% - 54px);
    font-weight: 700;
    color: #222222;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
}

.tip-list {
    line-height: 1.5em;
    font-family: Open Sans;
    font-size: 16px;
    letter-spacing: 0;
    color: #333333;
}

.info-list li{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*white-space: nowrap;*/
    font-weight: 500;
}

/*.app-features h1 {
    margin-top: 25px;
    font-size: 37px;
    font-weight: 900;
    margin: 0 0 10px 0;
}*/

.split-features {
    background: #f3f3f3;
    padding: 50px 0 50px 0;
    overflow: hidden;
}

.app-features {
    background: #FFFFFF;
    /*padding: 25px 0 25px 0;*/
}

.app-features small{
    color: #777;
    font-size: 65%;
}

.info-list li::before {
    padding: unset;
    content: '✓ ';
}

.info-list{
    list-style: none !important;
    letter-spacing: 0;
    color: #333333;
}

.app-features p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin: 10px 0 50px 0;
    font-weight: 500 !important;
}

/*.split-content h1 {
    font-size: 37px;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0 0 20px 0;
}*/

.blurb{
    font-weight: 500;
}

.pitch {
    /*    padding: 100px 0 100px 0;*/
    background: #f3f3f3;
    color: #333333;
}

.pitch-intro{
    padding: 25px;
}

.cta-sub {
    padding-top: 150px;
    padding-bottom: 150px;
    background: linear-gradient(to right, rgba(27, 117, 188, 0.5), rgba(27, 117, 188, 0.9)), url(../images/cta-test1.jpg) no-repeat center center;
    background-size: auto, auto;
    background-size: cover;
}
.cta-sub .cta-inner p {
    font-family: Open Sans;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 40px;
}

.cta-inner h1{
    color: #ffffff;
}

.review-section {
    padding: 150px 0 150px 0;
    text-align: center;
    background: #f3f3f3;
}

.split-features2 ul li{
    white-space: unset !important;
}

.alert-deep-blue {
    background-color: #1165f1 !important;
    border-color: #41829e;
    color: #ffffff;
}

/*.page-alert{
    padding: 15px;
}*/

.with-love{
    width: 100%;
    text-align:center;
    font-size: 14.5;
}

.container-alt{
    background-color: #f3f3f3;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

    .grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas: "cola colb"
    }

    .ai-col-a {
        grid-area: cola;
    }

    .ai-col-b {
        grid-area: colb;
    }

    .sect-spacer{
        background-color: #fff;
        width: 100%;
        height: 20px;
    }

    @media only screen and (max-width: 540px){
        .sect-spacer{
            display: none;
        }
    }

    @media only screen and (max-width: 767px) {
        .grid {
            grid-template-columns: repeat(1, minmax(0, 1fr));
            grid-template-areas: "colb" "cola";
        }

        .container h1 {
            text-align: center;
        }
    }
