/* Splash Banners for Home Pge
   =========================================================================== */

.SplashBanner {
    display: block;
    position: relative;
    width: 100%;
    min-height: 250px;
    max-height: 300px;
    overflow: hidden;
    margin-top: 1.3em;
    margin-bottom: .2em;
    background-size: cover;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    /* border-radius: 5px; */
}

.SplashButton {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    min-width: 50%;
    max-width: 75%;
    line-height: 1.6;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    border-radius: 7px 0 0 7px;
}
.SplashButton, 
.SplashButton:visited {
    background-color: #124454 !important;    /* for older browsers */
    background-color: rgba(18,68,84, .8) !important;    /* for newer browsers */
    color: #fff !important;
}
.SplashButton:hover,
.SplashButton:active, 
.SplashButton:focus {
    background-color: #124454 !important;    /* for older browsers */
    background-color: rgba(18,68,84, .8) !important;    /* for newer browsers */
    color: #fff !important;
}
