.hero-faqs {
    background: url(https://cdn.foracredit.ca/web/site/faqs-hero-bg-2a.webp) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.foracredit.ca/web/site/faqs-hero-bg-2a.webp', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.foracredit.ca/web/site/faqs-hero-bg-2a.webp', sizingMethod='scale')";
}
.hero-content {
    height: auto;
    padding-left: 0 !important;
    padding-top: 0 !important;
    max-height: 250px;
}

#faqsubNav h6{
    line-height: 3em;
}
#faqsubNav h6 a:link, #faqsubNav h6 a:visited{
    color:#323333;
    text-decoration: none;
}
.faq-box{
    display:none;
}
.faq-box:nth-of-type(3) {display:inline-block;}

.active{
    color:#03A3A6 !important;
    text-decoration: underline !important;
}

#faqsubNav h6 a:hover{
    color:#03A3A6;
    text-decoration: underline;
}

.q-list {
    border-bottom: #2C4251 0.5px solid;
    padding: 1.5em;
    width:100%;

}

.q-list a:link,
.q-list a:visited,
.q-list a:hover,
.q-list a:active {
    color: #323333;
    text-decoration: none;
}

.home-qa a:link, .home-qa a:visited{
    color:#03A3A6 !important;
}

.md-form {
    text-align: left;
}
.material-icons.mdc-button__icon {
    position: absolute;
    display: inline-block;
    margin-top: 13px;
    margin-left: 7px;
    font-size: 22px;
}
.mdc-button__icon+input {
    padding-left: 35px;
}
.mdc-button__icon+input:focus{
    border-color:#03A3A6;
    box-shadow: 0 0 5px #03A3A6;
}
.card-shadow{
    min-height: auto !important;
}

@media (min-width: 992px) {
    .hero-content {
        height: auto;
        padding-left: 0 !important;
        padding-top: 0 !important;
        max-height: 250px;
    }
    .hero-faqs {
        background: url(https://cdn.foracredit.ca/web/site/faqs-hero-bg-2a.webp) no-repeat top right;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 300px;
        width: 100%;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.foracredit.ca/web/site/faqs-hero-bg-2a.webp', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.foracredit.ca/web/site/faqs-hero-bg-2a.webp', sizingMethod='scale')";
    }
    .md-form {
        text-align: left;
    }
}