@charset "utf-8";
/* CSS Document */
:root {
    --gray-tan: #eeede9;
}

.content-spacing {
    padding-bottom: 30px;
    padding-top: 30px;
}
.bg-white {
    background-color: #ffffff;
}
.bg-gray {
    background-color: #e6e6e6;
}
  .h-100 {
        height: 190px;
    }
.d-flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.text-align-center {
    text-align: center;
}
.pro-av-link, a.pro-av-link {
    color: #ce112b;
    text-decoration: underline;
    font-weight: bold;
    transition: all 200ms ease-in-out;
}
a.pro-av-link:hover {
    color: #2a6496;
}
.gap-8 {
    gap: 8px;
}
.gap-16 {
    gap: 16px;
}
.gap-32 {
    gap: 32px;
}
.m-0 {
    margin: 0;
}
.txt-blue, h1.txt-blue {
    color: #236192;
}
h1#hero-txt {
    margin-bottom: 24px;
}
.pro-av-icons {
    object-fit: contain;
    width: 100px;
}
.hero-section {

    background-color: #e6e6e6;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    min-height: 190px;
}
#solutions .card h2.h4 {margin:0px; padding:5px;}
#solutions .card img {height: 160px; object-fit: cover;}
#form iframe {height: 1200px;}
#featured-resources a:link {border: 1px solid transparent; border-radius: 4px; padding: 16px;}
#featured-resources a:hover, #featured-resources a:focus {background-color: var(--gray-tan); border: 1px solid #999;}
#featured-resources a:focus {border: 2px solid #000000;}
.grid-icon-img { width: 150px;}

/*
.required label:after, legend.required:after {
    display: none;
}
*/


@media only screen and (max-width: 991px) {

/*
    .row {
        flex-direction: column;
    }
*/
    .mobile-text-center {
        text-align: center;
    }
    .mobile-col {
        flex-direction: column;
        align-items: center;
        gap: 0px;
        margin-bottom: 24px;
    }
    .m-btm-64 {
        margin-bottom: 16px;
    }
    .gap-32 {
        gap: 16px;
    }
}
@media handheld, only screen and (min-width:768px) {
    #solutions .card {flex-basis: 40%; margin-bottom: 15px}
    
}
@media handheld, only screen and (min-width:992px) {
    
    .hero-section {
    background-image: image-set(url(/portals/0/images/solutions-hero.webp));
    background-position: right center, center top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    min-height: 190px;
}
    #solutions .card {flex-basis: 0%;}
}

@media handheld, only screen and (min-width: 1600px) {
    .hero-section {
        height: 300px;
        background-size: 45%;
    }
    .h-250 {
        height: 250px;
    }
    .h-100 {
    height: 100%;
}
}
@media handheld, only screen and (min-width:1800px) {
       .hero-section {
        background-size: 45%;
    }
    
}