.page-wrapper {
    overflow-x: visible !important;
}

.landing-page-header {
    min-height: 150px;
    background-image: url('/assets/images/landing-page/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(164, 194, 244, 0.8);
}

.header-text {
    text-shadow: 2px 2px #FFFFFF;
}

.sub-header-text {
    text-shadow: 1px 1px #FFFFFF;
}

.text-important {
    text-decoration: underline;
}

.italics {
    font-style: italic;
}