﻿@-moz-document url-prefix() {
    .child {
        width: 26%;
    }
}

.overlayMiddleOfImageBlack {
    position: relative;
}

    .overlayMiddleOfImageBlack::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 80%;
        background: linear-gradient(to top, #000000 0%, transparent 50%);
    }

.overlayMiddleOfImageWhite {
    position: relative;
}

    .overlayMiddleOfImageWhite::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 80%;
        background: linear-gradient(to top, #ffffff 0%, transparent 50%);
    }

.backgroundImageOverlay {
    position: relative;
}

    .backgroundImageOverlay::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 50%;
        background: #000000;
    }

div.text-desc > div > h1 {
    font-family: "Gotham A", "Gotham B", "Lato" !important;
    color: #ffffff !important;
    font-size: 28px !important;
    line-height: 32px !important;
    letter-spacing: 0px !important;
    font-weight: 500;
}

h2 {
    font-family: "Gotham A", "Gotham B", "Lato";
    color: #333333;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 16px;
    font-weight: 700;
}

h3 {
    font-family: "Gotham A", "Gotham B", "Lato";
    color: #333333;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    font-weight: 500;
}

h4 {
    font-family: "Gotham A", "Gotham B", "Lato";
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 8px;
    font-weight: 700;
}

h5 {
    font-family: "Gotham A", "Gotham B", "Lato";
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    margin-bottom: 8px;
    font-weight: 700;
}

.caption-lato-regula-copy {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
}

.captionPosition {
    position: absolute;
    bottom: -13px;
    left: 0px;
}

quote {
    font-family: Lato-Semibold;
    color: #025277;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 20px
}

.description {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-family: Lato;
    font-size: 16px;
}

.conventionWrapper {
    overflow: hidden !important;
    max-height: 500px;
}

* {
    box-sizing: border-box;
}

.logoImage {
    height: 68px;
    width: 440px;
}

.top-parent {
    position: relative;
    width: 100%;
}

.parent-rel {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    width: 100%;
}

.top-parent {
    aspect-ratio: 16/9;
}

.parent-rel {
    width: 100%;
    max-height: 500px;
    min-height: 200px;
}

.parentBlur {
    filter: blur(8px);
}

.child {
    height: -webkit-fill-available;
    padding: 30px;
    max-height: 500px;
    aspect-ratio: 16/9;
    position: absolute;
    left: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
    transform: translate(-50%, 0);
}

    .child > div {
        text-align: center;
        height: 100%;
        position: relative;
        display: inline-block;
        width: 100%;
    }

.text-desc {
    height: 100%;
    position: absolute;
    width: 100%;
}

    .text-desc > div {
        height: 100%;
        width: 100%;
        position: relative;
        top: 35%;
    }


.text-outer {
    position: absolute;
    z-index: 3;
    top: 0;
}

@media (max-width:600px) {
    .child {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .logoImage {
        height: auto;
        width: 80%;
    }

    .childOuterPadding {
        min-height: 200px;
    }
}

@media (max-width:800px) {
    .logoImage {
        height: auto;
        width: 80%;
    }
}

.page-title-gotham-b {
    height: 42px;
    width: 587px;
    color: #000000;
    font-family: "Gotham A", "Gotham B", "Lato";
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
}

.imageWidthHeight {
    width: 100%;
    height: 100%;
}

.parent-rel.parentBlur {
    transform: scale(1.1);
}


.banner-box-wrapper {
    position: relative;
    width: 100%;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: auto;
    min-height: 200px;
    height: auto;
}

    .banner-box-wrapper.box-overlay::after {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

.bb-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}

    .bb-bg img {
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        object-position: center;
        object-fit: cover;
        position: absolute;
        left: -20px;
        top: -20px;
        bottom: -20px;
    }

.banner-box-wrapper.bg-img-blur .bb-bg img {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
}

.banner-box-wrapper .banner-caption {
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
    width: 1200px;
    max-width: 100%;
    padding: 15px;
    line-height: 1.5;
}


    .banner-box-wrapper .banner-caption h1 {
        font-family: "Gotham A", "Gotham B", "Lato" !important;
        color: #ffffff;
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0px;
        margin: 0px auto 15px;
        position: relative;
        z-index: 2;
        font-weight: 500;
    }

    .banner-box-wrapper .banner-caption h4 {
        font-family: "Gotham A", "Gotham B", "Lato";
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        margin-bottom: 10px;
        position: relative;
        z-index: 2;
        font-weight: 700;
    }


    .banner-box-wrapper .banner-caption p {
        color: #FFFFFF;
        font-family: Lato;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 16px;
        text-align: left;
        position: relative;
        z-index: 2;
    }


@media only screen and (max-width: 767px) {
    .conventionWrapper {
        overflow: visible !important;
    }