﻿.ms-hero.ms-hero-material {
    background: linear-gradient(60deg, #01405d 0%, #01405d 50%, #011d2a 50%,#011d2a 100%);
}

.ms-hero.ms-hero-material-waterloo {
    background: #ffffff;
}

    .ms-hero.ms-hero-material .marketing-section-mobile-header {
        display: none;
    }

    .ms-hero.ms-hero-material .ms-hero-img {
        margin: 20px !important;
        margin: 2rem !important;
    }

.shadow {
    box-shadow: inset 0px 0px 50px 30px #011d2a;
}
.card-sub {
    color: #404040;
}
@media(max-width: 991px) {
    .ms-hero.ms-hero-material {
        margin-top: 1px;
        padding-top:1px;
    }
    .ms-hero.ms-hero-material .marketing-section {
        bottom: 1px;
        padding-top: 1px;
    }

    .ms-hero.ms-hero-material .marketing-section-mobile-header {
        display: block;
    }
}
    