#wrapper {
    overflow-x: hidden;
}

#header-frame, #footer-frame {
    width: 100%;
    border: none;
}

header.hdr-primary,
header.hdr-primary > nav {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 64px !important;
    background-color: #112e51 !important;
    border-color: #112e51 !important;
}

header.hdr-primary > nav > div {
    box-sizing: border-box !important;
    height: 36.62px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    line-height: 30px !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    padding: 0 0 0 16px !important;
    margin: 0 !important;
    min-width: 150px !important;
}

header.hdr-primary > nav > div > a,
header.hdr-primary > nav > div > a > img {
    padding: 0 !important;
    margin: 0 !important;
    border-style: none !important;
    background: transparent !important;
    text-decoration: none !important;
}

header.hdr-primary > nav > div > a {
    box-sizing: border-box !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

header.hdr-primary > nav > div > a > img {
    width: 86px !important;
    height: 33.62px !important;
    margin-left: 15px !important;
}

.no-data-overlay {
    width: 100%;
    color: #112e51;
    line-height: 7rem;
    font-size: 1.5rem;
    text-align: center;
    height: 7rem;
}

body {
    margin: 0;
    font-family: BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 2.8125rem;
    letter-spacing: 0;
    font-weight: 500;
}

#banner {
    background-image: linear-gradient(-132deg, #ff5622 5%, #ff9a7b 100%);
    min-height: 2.75rem;
    max-height: 6rem;
}

#banner-feedback{
    position: absolute;
    right:.5rem;
    top:.5rem;
    font-weight: bold;
}



.btn-primary {
    color: #fff;
    background-color: #112e51;
    border-color: #112e51;
}

#content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: hidden;
}

h2 .text-muted {
    font-size: 0.95rem;
}

.im-1{
    height:0.9rem;
}

.card {
    border: none;
}

.tabs-bar {
    border-bottom: 5px solid #112e51;;
}

.tabs-bar button.active {
    background-color: #112e51;
    border: 0 solid #008392 !important;
    outline: none;
}

.table thead th {
    word-break: normal;
}

.week-tabs-btn{
    padding: 0.6rem;
    line-height: 1rem;
}

.dl-interest{
    display: inline-block;
    background-color: #eee;
    color: #333;
    padding: 0.25rem;
    margin: 0.1rem 0.25rem;
    border-radius: 0.25rem;
    line-height: 0.8rem;
    font-size: 0.8rem;
    cursor: pointer;
}

.dl-interest.active{
    background-color: #008392;
    color: #fff;
}

.dl-tag{
    display: inline-block;
    background-color: #008392;
    color: #fff;
    padding: 0.25rem;
    margin: 0.1rem 0.25rem;
    border-radius: 0.25rem;
    line-height: 0.8rem;
    font-size: 0.8rem;
}

.mw-20 {
    max-width: 20rem;
}

.w-0 {
    width: 0% !important;
}

.w-7rem {
    width: 7rem;
}

.w-8rem {
    width: 8rem;
}

.w-10rem {
    width: 12rem;
}

#hc-map-clear img {
    cursor: pointer;
    height: 2rem;
}

table.overflow-x-auto {
    display: table;
    overflow-x: auto;
}

.uscb-accordion {
    color: #333;
}

.uscb-accordion .uscb-sub-heading-2 {
    margin-top: 10px;
}

.btn-light {
    background-color: #e2e5e8;
}

.uscb-primary-ul li {
    font-family: inherit;
    color: inherit;
    font-size: inherit;

}

.half-height {
    line-height: 0.75rem;
}


#content {
    position: relative;
}

#page-title-wrapper {
    position: relative;
    width: 100%;
}

#logo-div {
    position: relative;
    top: 0;

    margin-top: -1.5rem;
}

#logo-div img {
    height: 6rem;
}


#viz-guide {
    position: absolute;
    right: 1rem;
}

#viz-guide img {
    height: 2rem;
}

#update-date {
    margin-left: 2rem;
}

.config-form .bootstrap-select {
    padding: 0;
}

/**
 * Loading Animation
 */
@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.90);
    z-index:9999;
}

#cover-spin .instructions {
    position:relative;
    top:48%;
    text-align:center;
    
}
#cover-spin .instructions h3 {
    font-weight: bolder;
    color: #112e51;
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.uscb-primary-ul li {
    font-family: Roboto,sans-serif !important; 
}

/* SMALL */
@media screen and (max-width: 576px) {



    #page-title, #update-date {
        display: block;
    }

    #logo-div img {
        height: 4rem;
        margin-top: 0rem;
    }

    .config-form {
        display: block;
    }

    .bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
        display: block;
        width: 100%;
    }

}

/* MED */
@media screen and (max-width: 900px) {

    .uscb-primary-button, .uscb-cta-button {
        height: 48px;
        min-width: 100%;
        margin-bottom: 0.25rem;
    }

    table.overflow-x-auto {
        display: block;
        overflow-x: auto;
    }

    #page-title, #update-date {
        display: block;
    }

    #update-date {
        margin-left: 0;
    }

    #logo-div {
        position: relative;
        top: 0;
        margin-top: 0rem;
    }

    footer .col-lg-2 {
        width: 100%;
    }

    footer .foot_bottom_links {
        width: 100%;
    }

    footer .foot_col ul::before {
        content: '';
        position: absolute;
        width: 0px;
        top: 0;
        bottom: 0;
        left: 0;
        min-height: 0px;
        background: #fff;
        max-height: 0px;
    }

    #banner-feedback{
        max-width: 14rem;
        font-size: 0.8rem;
        text-align: right;
    }


}

/* LARGE */
@media screen and (max-width: 1150px) {

    #hc-map.w-50, #hc-map-bar.w-50, #hc-line.w-50, #hc-line-bar.w-50 {
        width: 100% !important;
    }
}

