﻿.banner {
    background: linear-gradient(0deg, transparent 12%, #111111 100%);
    height: 72vh;
    max-height: 633px;
    min-height: 500px;
}
.full-width-banner {
    text-align: center;
   /* background-image: url(/App_Themes/v1/images/StackofMail-Final-Update-Stamp.jpg);*/
    position: relative;
    text-align: center;
    background-color: rgba(10, 10, 10, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-width-banner-page {
    text-align: center;
    position: relative;
    text-align: center;
    background-color: rgba(10, 10, 10, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reach {
    font-size: 1.1em;
    font-weight: 500;
}

.banner-body {
    max-width: 80rem;
    margin: auto;
    height: 100%;
    position: relative;
}

.banner-copy {
    margin-left: 50%;
    position: absolute;
    bottom: 50px;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1.66667rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 1.2rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50px;
    background: #fff;
    color: #E32D26;
}

    .button::after {
        font-family: "Font Awesome 6";
        font: var(--fa-font-regular);
        content: "\f144";
        margin-left: 0.27778rem;
    }

    .button:hover {
        background: #333333;
        color: #FFF;
    }



hr.short {
    border-bottom: 5px solid #fefefe;
    width: 100%;
    max-width: 118px;
    margin: 20px 0;
}

hr.centered {
    margin: 20px auto;
}

.banner-heading {
    color: #fff;
    max-width: 58.88889rem;
    margin: 13.33333rem 0 1.11111rem 0;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: bold;
}

    .banner-heading span {
        font-weight: 700;
        display: inline-block;
        margin: 0;
        background: #E32D26;
        padding: 0 10px 0 10px;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-animation-name: flipInX;
        animation-name: flipInX;
    }

.banner-message {
    margin: 0 0 1.66667rem 0;
    font-size: 1.33333rem;
    color: #fff;
    font-weight: 400;
}
 