@charset "utf-8";
/* CSS Document */
/* to allow editing */
.dnnEditState .BannerPageTitleCenter {
    z-index: -8;
}

#BannerPageTitleCenter {
    position: relative;
    background-color: #6b6b6b;
    color: #fff;
    max-height: 325px;
}

.BannerPageTitleCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

    .BannerPageTitleCenter h1 {
        text-align: left;
        color: #fff;
        font-family: "Arimo",Helvetica,Arial,sans-serif;
        font-weight: bold;
        text-shadow: 2px 2px 2px #000;
        margin: 10% 0 0 20%;
        font-size: 3.0rem;
    }
