@font-face {
    font-family: Gotham bold;
    src: url('../fonts/Gotham-Bold.otf');
}

body {
    padding-top: 4%;
}

/* Notice Banner */

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    position: fixed;
    z-index: 1030;
    width: 100%;
    height: auto;
    top: 0;
}

.notice-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #003B71;
    z-index: 1030;
}

.notice-banner a {
    font-family: 'Gotham bold', Verdana, sans-serif;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    line-height: 22px;
    margin: 2% 10% 2% 2%;
    max-width: 950px;
}

.navbar {
    width: 100%;
    background-color: #ffffff;
    border-bottom-color: rgba(232, 232, 232, 1.0);
    -webkit-box-shadow: 0px 6px 10px -5px rgba(232,232,232,0.75);
    -moz-box-shadow: 0px 6px 10px -5px rgba(232,232,232,0.75);
    box-shadow: 0px 6px 10px -5px rgba(232,232,232,0.75);
    min-width: 320px;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

@media only screen and (max-width : 768px) {
    .notice-banner {
        padding: 15px;
    }
    
    .notice-banner a {
        text-align: center;
        margin: 2% 3%;    
    }

}

@media only screen and (min-width : 1441px) {
    .notice-banner a {
        margin: 1% 10% 1% 2%;
    }

}
.asterix {
    font-size: 1em;
    top: -2px;
}
.brand-prg .nav-tabs {
    display: flex;
    justify-content: space-between;
}
.brand-prg .nav-tabs > li {
    float: none;
    width: 34%;
}
.brand-prg .nav-tabs > li.active::before {
    left: 13%;
}
.brand-prg .nav-tabs > li > a {
    width: auto;
}

@media screen and (min-width: 992px) {
    .medicare-kpwa {
        display: flex !important;
        gap: 1rem;
        padding-left: 9rem;
        padding-top: 1rem;
        padding-bottom: 4rem;
    }

    .complete-width {
        width: 100% !important;
    }
}