﻿.industries-banner-image {
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}

.top-banner-content {
    width: 50%;
}

    .BannerBottom .fa-regular {
        font-size: 60px;
        font-weight: 300;
    }

.IndustryCalloutsIntro p {
    text-align:center;
}

.IndustryCalloutsWrapper {
    border: solid 3px #f4f4f7;
    border-radius: 8px;
    padding:30px 25px 40px 25px;
    margin-top:40px;
    display:table;
    width:100%;
}

.IndustryCalloutsTitle h3 {
    font-family: "Rajdhani", Arial, sans-serif;
    font-weight: 700;
    text-transform:uppercase;
}

.IndustryCalloutsTitle img {
    max-height: 60px;
}

.IndustryCalloutsTitle .col-sm-2 {
    width:13%;
}

.IndustryCalloutsTitle .col-sm-10 {
    width: 77%;
}

.IndustryCalloutsTitleBody, .IndustryCalloutsTitleBody p {
    text-align: left;
    margin: 20px 0px 30px 0px;
}

.IndustryCalloutsBgImage {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0px 0px;
    height: 120px;
}

    .IndustryCalloutsBgImage:hover {
        filter: brightness(.80);
    }

.IndustryCalloutsContentTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: solid 2px #f4f4f7;
    border-radius: 0px 0px 6px 6px;
}

    .IndustryCalloutsContentTitle h5 {
        margin: 15px 0px 10px 0px;
        font-family: "Montserrat", Arial, sans-serif;
        font-weight:500;
    }

.IndustryCalloutsContentWrapper {
    margin-bottom:30px;
}

.IndustryCalloutsLink, .IndustryCalloutsLink p {
    margin: 0px 0px 0px 0px;
    text-align: left;
}

.IndustryCalloutsLink .fa-regular {
    margin-left:8px;
}

.RelatedResources {
    margin-top:-20px;
}

@media (min-width: 1367px) and (max-width: 1480px) {
    .IndustryCalloutsTitle .col-sm-2 {
        width: 15%;
    }

    .IndustryCalloutsTitle .col-sm-10 {
        width: 75%;
    }

    .IndustryCalloutsTitle img {
        max-height: 55px;
    }

    .IndustryCalloutsTitle h3 {
        margin: 10px 0px;
    }

    .IndustryCalloutsBgImage {
        height: 110px;
    }

    .RelatedResources {
        margin-top: -20px;
    }

    .BannerBottom .fa-regular {
        font-size: 42px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .IndustryCalloutsTitle .col-sm-2 {
        width: 15%;
    }

    .IndustryCalloutsTitle .col-sm-10 {
        width: 75%;
    }

    .IndustryCalloutsTitle img {
        max-height: 45px;
    }

    .IndustryCalloutsTitle h3 {
        margin: 10px 0px;
    }

    .IndustryCalloutsBgImage {
        height: 100px;
    }

    .IndustryCalloutsContentTitle h5 {
        margin: 5px 0px 10px 0px;
        font-size: 13px;
        line-height: 19px;
    }

    .IndustryCalloutsContentTitle .noPaddingRight {
        padding-right: 10px;
        padding-left:8px;
    }

    .IndustryCalloutsWrapper {
        padding: 25px 20px 30px 20px;
    }

    .IndustryCalloutsTitleBody, .IndustryCalloutsTitleBody p {
        margin: 10px 0px 20px 0px;
    }

    .RelatedResources {
        margin-top: -10px;
    }

    .BannerBottom .fa-regular {
        font-size: 38px;
    }

    .top-banner-content {
        width: 60%;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {

    .top-banner-content {
        width: 70%;
    }

    .IndustryCalloutsTitle .col-sm-2 {
        width: 15%;
    }

    .IndustryCalloutsTitle .col-sm-10 {
        width: 75%;
    }

    .IndustryCalloutsTitle img {
        max-height: 45px;
    }

    .IndustryCalloutsTitle h3 {
        margin: 10px 0px;
    }

    .IndustryCalloutsBgImage {
        height: 85px;
    }

    .IndustryCalloutsContentTitle h5 {
        margin: 5px 0px 10px 0px;
        font-size: 13px;
        line-height: 19px;
    }

    .IndustryCalloutsContentTitle .noPaddingRight {
        padding-right: 10px;
        padding-left: 8px;
    }

    .IndustryCalloutsWrapper {
        padding: 25px 15px 25px 15px;
    }

    .IndustryCalloutsTitleBody, .IndustryCalloutsTitleBody p {
        margin: 10px 0px 20px 0px;
    }

    .RelatedResources {
        margin-top: -10px;
    }

    .BannerBottom .fa-regular {
        font-size: 36px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {

    .industries-banner-image {
        height: 85vh;
    }

    .top-banner-content {
        width: 70%;
    }

    .IndustryCalloutsTitle .col-sm-2 {
        width: 15%;
    }

    .IndustryCalloutsTitle .col-sm-10 {
        width: 75%;
    }

    .IndustryCalloutsTitle img {
        max-height: 25px;
    }

    .IndustryCalloutsTitle h3 {
        margin: 0px 0px 10px 0px;
    }

    .IndustryCalloutsBgImage {
        height: 85px;
    }

    .IndustryCalloutsContentTitle h5 {
        margin: 5px 0px 10px 0px;
        font-size: 13px;
        line-height: 19px;
    }

    .IndustryCalloutsContentTitle .noPaddingRight {
        padding-right: 10px;
        padding-left: 8px;
    }

    .IndustryCalloutsWrapper {
        padding: 25px 15px 25px 15px;
    }

    .IndustryCalloutsTitleBody, .IndustryCalloutsTitleBody p {
        margin: 10px 0px 20px 0px;
    }

    .RelatedResources {
        margin-top: -10px;
    }

    .BannerBottom .fa-regular {
        font-size: 30px;
    }

    .industries-banner-image h1 {
        margin-top:100px;
    }

    .IndustryCalloutsWrapper .col-sm-4 {
        width:50%;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .industries-banner-image {
        height: 70vh;
    }

    .industries-banner-image.flexWrapper {
        display:table;
    }

    .BannerBottom .col-sm-3 {
        margin:30px 0px;
    }

    .flexWrapper {
        display: table;
        width:100%;
    }

    .top-banner-content {
        width: 100%;
        height: 100%;
        padding-bottom:30px;
    }

        .top-banner-content .cms-content {
            width: 100%;
            height: 70vh;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            flex-direction: column;
        }

    .BannerBottom {
        margin-top: 50px;
    }

        .BannerBottom {
            position: relative;
        }

    .breadcrumb-wrapper a, .breadcrumb-wrapper {
        margin-bottom: 40px;
    }

    .IndustryCalloutsIntro .col-sm-6 {
        padding:0px;
    }

    .IndustryCalloutsWrapper {
        padding: 20px 10px 20px 10px;
        margin-top: 30px;
    }

    .IndustryCalloutsTitle .col-sm-2 {
        width: 23%;
        float: left;
    }

    .IndustryCalloutsTitle .col-sm-10 {
        width: 77%;
        float: left;
    }

    .IndustryCalloutsTitle h3 {
        margin: 10px 0px;
    }

    .IndustryCalloutsBgImage {
        height: 140px;
    }

    .IndustryCalloutsTitleBody, .IndustryCalloutsTitleBody p {
        margin: 15px 0px 20px 0px;
    }

    .IndustryCalloutsTitle img {
        max-height: 45px;
    }

    .QuoteCallout .col-sm-1 {
        margin: 0px auto;
    }
}

@media (max-width: 350px) {
    .industries-banner-image {
        height: 110vh;
    }

    .top-banner-content {
        width: 100%;
        padding: 80px 0px 0px 0px;
        height: 110vh;
    }

    .industries-banner-image h1 {
        margin: 120px 0px 0px 0px;
    }
}