/*Highcharts styles*/
#figure1 #figure2 #figure3 #figure5 #figure6 #figure7 #figure8 {
width: 100%;
    height: 400px;
}

#figure4 {
width: 100%;
    height: 600px;
}
/*In-page Navigation*/
.usa-in-page-nav-container {
    align-items: flex-start;
    display: flex
}

.usa-in-page-nav-container main {
    width: 70%
}

.usa-in-page-nav {
    color: #1b1b1b;
    display: none;
    margin-left: 2rem;
    margin-top: 1.25rem;
    order: 2;
    position: sticky;
    top: 2rem;
    max-height: 90vh; /* 90% of the viewport height */
    overflow-y: auto; /* Scrolls when it exceeds height */
}

@media all and (min-width: 40em) {
    .usa-in-page-nav {
        display:block
    }
}


.usa-in-page-nav__nav {
    color: #1b1b1b;
    background-color: #fff;
    border-radius: .5rem
}

.usa-in-page-nav__heading {
    font-family: Open Sans,"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .89rem;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 0;
    padding: 0
}

.usa-in-page-nav__list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    border-left: 1px solid rgba(27,27,27,.25);
    padding: 0;
    font-size: 14px
}

.usa-in-page-nav__list__item {
    border-top: 1px solid #dfe1e2
}

.usa-in-page-nav__list a:not(.usa-button) {
    display: block;
    padding: .1rem 1rem;
    text-decoration: none
}

.usa-in-page-nav__list a:not(.usa-button):not(.usa-current) {
    color: #205493
}

.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):focus {
    outline-offset: 0
}

.usa-in-page-nav__list .usa-current {
    position: relative;
    color: #205493;
    font-weight: 700
}

.usa-in-page-nav__list .usa-current::after {
    background-color: #0071bc;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: .25rem;
    top: .25rem;
    width: .25rem;
    left: .25rem
}



li.usa-in-page-nav__item usa-in-page-nav__item--primary {
margin-bottom: .3rem !important
}

#m-a-124383-1, #m-a-124383-2, #m-a-124383-3, #m-a-124383-4, #m-a-124383-5, #m-a-124383-6, #m-a-124383-7, #m-a-124383-8 {
    margin-top: 3rem;
}


@media (min-width: 40em) {
    .usa-in-page-nav {
        display: block;
    }
}

@media all and (max-width: 40em) {
    .usa-in-page-nav-container main {
        width:100%
    }

    .usa-in-page-nav__list .usa-current::after {
        background-color: #205493;
        border-radius: 99rem;
        content: "";
        display: block;
        position: absolute;
        bottom: .25rem;
        top: .25rem;
        width: .25rem;
        left: 0
    }
}


/*Table Header*/


th {
border-left: 1px solid #dddddd; 
border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background: lightgray;
}


/* Print Styles*/

@media print {
    .usa-in-page-nav {
        display: none; /* Hides on print */
    }
    .usa-accordion {
    display: none;
}

.dataTables_wrapper .dataTables_length {
    display: none;
}

.dataTables_wrapper .dataTables_filter {
      display: none;
}

div.dt-buttons {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    display: none;
}
    .usa-in-page-nav-container main {
    width: 100%;
    }

    .dataTables_scrollHeadInner, 
    .dataTables_scrollBody table {
        width: 100% !important;
    }



}

/* Style for Anchor links in responsive*/

#m-a-124405-1 {
    font-size: 14px;
}

 .usa-button-group {
       display: none;
}

@media (min-width: 40em) {
.usa-accordion .usa-accordion__heading:first-of-type {
    display: none !important;
}

#m-a-124405-1 {
    display: none;
}
}

.usa-accordion .usa-accordion__heading .occgov-accordion__button {
    background-color: #f0f0f0;
}

.usa-accordion .usa-accordion__heading {
    margin-top: 1rem !important;
}

/* Style for Export button*/

div.dt-buttons {
margin-top: 20px;
background-color: #0071bc;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 10px;
}

div.dt-buttons>.dt-button, div.dt-buttons>div.dt-button-split .dt-button {
        margin-bottom: 0px !important;
        border:0px !important;
}


/* Style for Export menu*/


.highcharts-contextbutton .highcharts-button-symbol {
    stroke: #0071bc !important; 
}

.highcharts-contextbutton {
    padding-top: 0 !important; /* Remove padding */
}

.highcharts-contextmenu [data-key="View in full screen"] {
    display: none !important;
}