/* START HOME HERO STYLE */
.hero-home {
    background: url(https://cdn.foracredit.ca/web/site/home-hero-bg-mob-2.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 700px;
    max-height: 700px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https: //cdn.foracredit.ca/web/site/home-hero-bg-mob.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https: //cdn.foracredit.ca/web/site/home-hero-bg-mob.jpg', sizingMethod='scale')";
}

.hero-content {
    text-align: center;
}

.home-hero-photo {
    display: none;
}
.hero-content p {
    color: #F2EDE9 !important;
}
.hero-content h1{
    font-size: 3em !important;
    letter-spacing:.02em;
    color: #F2EDE9 !important;
}
.home-mobile-img{
    max-width:300px !important;
}
.home-other-img {
    max-width: 380px !important;
}
.home-q{
    border-bottom:#2C4251 0.5px solid;
    padding:10px 0 10px 0;
}
.home-q a:link, .home-q a:visited, .home-q a:hover, .home-q a:active{
    color:#323333;
    text-decoration: none;
}
.footer-cta{
    background-color:#D16666;
    margin:0 !important;
    padding:0 !important;
}
.footer-cta h2{
    color:#fff;
    font-size: 28px !important;
}
.footer-cta button{
    background-color:#2C4251 !important;
}
.hero-content h5{
    color:#fff !important;
}
@media (min-width: 992px) {
    .hero-home {
        background: url(https://cdn.foracredit.ca/web/site/home-hero-bg-2.webp) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: auto;
        width: 100%;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/home-hero-bg.webp', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/home-hero-bg.webp', sizingMethod='scale')";
    }

    .hero-content {
        height: auto;
        padding-left: 5em !important;
        max-height: 250px;
        text-align:left;
    }
    .home-hero-photo {
        display: inline-block;
        max-height: 450px;
    }
    h1 {
        font-size: 4em !important;
    }
    .footer-cta h2{
        color:#fff;
        font-size: 40px !important;
    }
    
}