@font-face {
    font-family: "campton";
    src: url("/panel-fonts/fonts/Rene_Bieder_-_Campton_Book.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "campton";
    src: url("/panel-fonts/fonts/Rene_Bieder_-_Campton_Medium.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
}

#branding-overlay {
    background: rgba(21.2, 31.4, 51.8, .63);
    font-family: "campton", Arial, sans-serif;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 99999999;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

#b-o-inner {
    margin: 30px auto 0 auto;
    text-align: center;
    border-radius: 4px;
    padding: 24px 14px;
    background: #fff;
    max-width: 366px;
}

#b-o-logo {
    margin-bottom: 32px;
    position: relative;
}

#b-o-logo img {
    height: 50px;
}

#b-o-logo a {
    transition: opacity 200ms;
    position: absolute;
    right: 0;
    top: 0;
}

#b-o-logo a:hover {
    opacity: .6;
}

#b-o-logo a img {
    height: 16px;
}

#b-o-title {
    margin-bottom: 14px;
    line-height: 20px;
    font-size: 18px;
    color: #405D86;
}

#b-o-content {
    margin-bottom: 32px;
    line-height: 20px;
    font-size: 14px;
    color: #8F9DB3;
}

#b-o-action {
    justify-content: center;
    display: flex;
}

#b-o-action a {
    transition: background-color 200ms;
    background-color: #2E7EE1;
    border-radius: 4px;
    line-height: 40px;
    font-weight: 500;
    padding: 0 28px;
    color: #fff;
}

#b-o-action a:hover {
    background-color: #2668b9;
}

#b-o-action a:focus {
    background-color: #1e5190;
}

@media only screen and (min-width: 768px) {

    #b-o-inner {
        margin: 60px auto 0 auto;
        padding: 32px;
    }

}

