﻿@media all and (-ms-high-contrast: none),(-ms-high-contrast: active)
{
    .hero-section:not(.inner-page)
    {
        overflow: hidden;
        height: calc(100vh - 131px);
    }
    .hero-section .banner-video
    {
        height: auto;
    }
    .text-image-section
    {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .text-image-section:not(.style-2) .text
    {
        padding-left: 120px!important;
        padding-bottom: 157px!important;
        padding-top: 144px!important;
    }
    .slider-section
    {
        padding: 130px 0;
    }
    .slider-section, .help-location-section
    {
        background: linear-gradient(to right,rgba(31,67,80,1) 0%,rgba(42,91,109,1) 100%)!important;
    }
    .loan-program-section .row .loan-img
    {
        font-family: 'object-fit: cover; object-position: center;';
    }
    .slider-container:not(.process-slider) .steps-slider .step-item .step-img img, .recently-hired-section .recent-emp-slider .slider-item img, .officer-cta .alert .profile
    {
        font-family: 'object-fit: cover;';
    }
    .help-location-section .text
    {
        padding-top: 200px;
    }
    .help-location-section .map-img
    {
        top: 0;
    }
    .inline-video:after
    {
        display: none;
    }
}