@font-face {
    font-family: 'CentGothWGL-Italic';
    src: url('../fonts/398061_0_0.eot');
    src: url('../fonts/398061_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/398061_0_0.woff2') format('woff2'), url('../fonts/398061_0_0.woff') format('woff'), url('../fonts/398061_0_0.ttf') format('truetype');
}


@font-face {
    font-family: 'CentGothWGL';
    src: url('../fonts/398061_1_0.eot');
    src: url('../fonts/398061_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/398061_1_0.woff2') format('woff2'), url('../fonts/398061_1_0.woff') format('woff'), url('../fonts/398061_1_0.ttf') format('truetype');
}


@font-face {
    font-family: 'CentGothWGL-Bold';
    src: url('../fonts/398061_2_0.eot');
    src: url('../fonts/398061_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/398061_2_0.woff2') format('woff2'), url('../fonts/398061_2_0.woff') format('woff'), url('../fonts/398061_2_0.ttf') format('truetype');
}


@font-face {
    font-family: 'CentGothWGL-BdIt';
    src: url('../fonts/398061_3_0.eot');
    src: url('../fonts/398061_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/398061_3_0.woff2') format('woff2'), url('../fonts/398061_3_0.woff') format('woff'), url('../fonts/398061_3_0.ttf') format('truetype');
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'CentGothWGL', serif;
}

.bar {
    font-size: 18px;
    line-height: 22px;
    background: #666666;
}

.bar > span {
    color: #fcab1e;
}

.bar .line {
    width: 1px;
    height: 20px;
    right: 0;
    background: white;
}

.canon-logo {
    max-width: 100%;
    width: 120px;
    height: auto;
}

.program-logo {
    width: 100px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 257 / 300;
    max-height: 86px;
}
#msg-count-cont {
    position: absolute;
    margin-left: 5px;
    display: flex !important;
    height: 22px;
    bottom: 20px;
    right: -20px;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    width: 22px;
    font-size: 11px;
}
.content > .container-fluid,
footer.container-fluid {
    max-width: 1140px;
}

footer nav {
    border-top: 1px solid #616264;
}
header {
    padding-top: 10px;
}
header > div {
    padding-left: 20px;
    padding-right: 20px;
}
header > div.dark-bg {
    background-color: #666666;
}
header + div {
    height: 230px;
}

header nav,
header nav button {
    z-index: 1;
}

.title {
    font-size: 45px;
    line-height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .4);
}

.text-black {
    color: #000000 !important;
}

.bg-black {
    background: black;
}

.text-gray {
    color: #bbb;;
}

.bg-gray {
    background: #eceded;
}

.lilac-border {
    border: 1px solid #b21c75;
}

.deep-aqua-border {
    border: 1px solid #02979b;
}

.center-absolute {
    left: 50%;
    transform: translateX(-50%);
}

.center-absolute-vertical {
    top: 50%;
    transform: translateY(-50%);
}

.text-bold {
    font-family: 'CentGothWGL-Bold', serif;
}

.text-12 {
    font-size: 12px;
}

.text-16 {
    font-size: 16px;
}

.text-19 {
    font-size: 19px;
}

a, a :hover {
    color: inherit !important;
}

footer li:not(:last-child) *::after {
    content: "•";
    margin-left: 15px;
}

.transition {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

b {
    font-family: 'CentGothWGL-Bold', serif;
}

.error-message {
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
    width: 100%;
    color: #FF0000;
    text-align: center;
}

.underline {
    text-decoration: underline;
}

nav.navbar-light {
    z-index: 2;
}

.cookie-disclaimer {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    z-index: 1;
}

.btn-cookies {
    cursor: pointer;
}

@media (max-width: 1200px) {
    header nav ul {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    header nav {
        height: 0;
        position: fixed !important;
        width: 100%;
        left: 0;
    }

    header nav .navbar-collapse {
        width: 100%;
        position: absolute;
        top: 0;
    }

    header nav ul {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    header + div {
        height: 690px;
    }

    .title {
        font-size: 67px;
        line-height: 70px;
    }
}

.logo-top-left {
    width: 120px;
}
.menu-cont {
    width: calc(100% - 220px);
}
.logo-top-right {
    width: 100px;
}
#text-logo-top {
    width: 300px;
    max-width: 50%;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}
