﻿.page-head {
    font-size: 28px;
    font-family: Roboto-Medium !important;
    color: #c41424;
}

.page-head-sm {
    font-size: 16px;
    font-family: Roboto-Medium !important;
}

.page-head-title {
    font-size: 25px;
    margin-bottom: 30px;
}

.block-content {
    display: block;
}

.section-header {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 150%;
    color: red;
    margin-top: 15px;
}

.section-content {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 135%;
    color: #000;
}

.section-content-bullets {
    list-style: disc;
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 135%;
}

.exibit-margin {
    margin-top: 15px;
    display: block;
}

.source-description {
    color: green;
    display: block;
}

.footer-content {
    color: red;
    margin-top: 15px;
    margin-bottom: 8px;
    display: block;
}

.gloText2 .golHead {
    padding: 20px 0 15px 10px;
    font-size: 16px;
    color: #003874;
    cursor: pointer;
    position: relative;
    font-family: 'Roboto-Regular';
    border-top: solid 1px #dddddd;
}

.gloText .golHead {
    padding: 20px 0 15px 10px;
    font-size: 16px;
    color: #003874;
    cursor: pointer;
    position: relative;
    font-family: 'Roboto-Regular';
    border-top: solid 1px #dddddd;
}

.gloAcc {
    font-family: 'Roboto-Light';
    padding: 10px 10px 20px;
}

.fontlight {
    font-family: 'Roboto-Light' !important;
}

.gloText .golHead.activeShow .plusMin {
    background-position: 100% 100%;
}

.gloText .golHead.activeShow {
    color: #003874;
}

.plusMin {
    width: 18px;
    height: 12px;
    background: url(../Images/dwnArrow.png) no-repeat;
    position: absolute;
    right: 10px;
    display: block;
    top: 21px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.graphBox {
    float: left;
    margin: 0 20px 0 0;
}

.notefotB {
    display: block;
    font-family: 'Roboto-Light';
}


input[type=search] {
    border: groove;
}

.ulCompany:hover {
    background-color: Highlight;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

select:focus {
    border: 2px solid red !important;
}
/* Default: Hide button */
.mobile-nav-toggle {
    display: none;
}

/* Show only on small devices (below lg breakpoint ~992px) */
@media (max-width: 991.98px) {
    .mobile-nav-toggle.d-lg-none {
        display: block;
    }
}

#newBadge {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dropdown-content {
    width: 100%;
    max-width: 400px;
}

@media (max-width: 400px) {
    .dropdown-content {
        margin-left: 0;
    }
}

.headTxtRight div {
    font-weight: bold;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

a.logo.logo2.pull-left {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    max-width: fit-content !important;
    line-height: 0 !important;
    padding: 0 !important;
}

    a.logo.logo2.pull-left img {
        display: block !important;
    }

    /* remove outline from long anchor */
    a.logo.logo2.pull-left:focus {
        outline: none !important;
    }

        /* apply outline only on image */
        a.logo.logo2.pull-left:focus img,
        a.logo.logo2.pull-left:focus-visible img {
            outline: 2px solid #D21113 !important;
            outline-offset: 2px;
        }

.slick-prev:focus,
.slick-next:focus {
    outline: 2px solid #000;
    outline-offset: 4px;
}
