body {
    margin: 0px;
    padding: 0px;
}  

.bodyBackground {
    /*background: url(../img/Bkg_LeftTop.png) top left no-repeat, url(../img/Bkg_RightBtm.png) bottom right no-repeat;*/
}

.bodyNoBackground {
    background: none;
}

/******************************************************************************
                                 HEADER STYLES
******************************************************************************/
#season-title {
  font-weight: 600;
}

#main-title {
  text-align: center;
  font-size: 24px;
  font-weight:500;
}

#sub-title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.control-area {
    margin-top: 3rem;
    margin-left: 0px; /*20200421*/
}

/*20200419*/
.maptype-area {
    text-align: center;
    /*margin-top: 2rem;*/ /*20200421*/ 
    margin-top: 5rem;
}

    .maptype-area > ul {
        margin-bottom:0px !important;
    }

    /*20200419*/
    .prettyradio {
        padding-left: 15px !important;
    }

    .prettyradio > a {
    background-size: 20px 240px !important;
    background-position: 0 -80px !important;
}

    .prettyradio > a:focus {
        background-position: 0 -100px !important;
    }

    .prettyradio > a.checked {
        background-position: 0 -120px !important;
    }

        .prettyradio > a.checked:focus {
            background-position: 0 -140px !important;
        }

        .prettyradio > a.checked.disabled {
            background-position: 0 -220px !important;
        }

    .prettyradio > a.disabled {
        background-position: 0 -180px !important;
    }

.prettyradio > a {
    width: 20px !important;
    height: 20px !important;
}

.prettyradio label {
    margin: 2px 5px !important;
}

.widget-wrapper .control-area#seasonUI ul.dropdown-menu li a {
    cursor: pointer;
}

    .widget-wrapper .control-area#seasonUI ul.dropdown-menu li a.disabled {
        color: #999999;
        cursor: not-allowed;
    }

    .seasons-button {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
    }

.seasons-button:hover {
  color: #fff;
  background-color: #235a89;
  border-color: #2e6da4;
}

.seasons-button:focus {
  color: #fff;
  background-color: #235a89;
  border-color: #2e6da4;
}

.seasons-button:active, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
  color: #fff !important;
  background-color: #235a89 !important;
  border-color: #2e6da4 !important;
}

.play-pause-button {
  padding: 3px 6px; 
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
}

.play-pause-button:hover {
  color: #fff;
  background-color: #1e7d1b;
  border: solid 1px #1e7d1b;
}

.play-pause-button:focus {
  color: #fff;
  background-color: #1e7d1b;
  border: solid 1px #1e7d1b;
}

.play-pause-button:active {
  color: #fff !important;
  background-color: #1e7d1b !important;
  border: solid 1px #1e7d1b !important;
}

.slider-area {
    /*padding-left:0;
    padding-right:0;*/
    margin-top: -2rem;
}

.slider-area img {
  width: 100% !important;
}

.widget-wrapper #playPanel {
    /*margin-top: 1rem;*/ /*20200421*/
    margin-top: 2rem;
}

.widget-wrapper #playPanel #weekDataSlider .slider-track .slider-handle {
  margin-left: 0px;
  background-color: #d26262;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d26262 0%, #d26262 33%, #fc4e4e 66%, #fc4e4e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d26262), color-stop(33%, #d26262), color-stop(66%, #fc4e4e), color-stop(100%, #fc4e4e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d26262 0%, #d26262 33%, #fc4e4e 66%, #fc4e4e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d26262 0%, #d26262 33%, #fc4e4e 66%, #fc4e4e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d26262 0%, #d26262 33%, #fc4e4e 66%, #fc4e4e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d26262 0%, #d26262 33%, #fc4e4e 66%, #fc4e4e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@firstColor", endColorstr="@lastColor", GradientType=0);
  /* IE6-9 */
}
.widget-wrapper #playPanel svg.axis {
  background-color: transparent;
  /*top: 15px;*/
  top: -15px; /*Changed by STT on 08222016 to make the tick above the weekly slider*/
  left: 0;
  position: absolute;
  overflow: overlay;
}
.widget-wrapper #playPanel svg.axis path {
  fill: none;
  stroke: transparent;
  stroke-width: 1.5px;
}
.widget-wrapper #playPanel svg.axis g.tick > text {
  font-size: 12px;
}
.widget-wrapper #playPanel svg.axis g.tick > line {
  stroke: #bfbfbf;
}

.downloads-button {
  margin-left: 5px;
  color: #fff;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
}

.downloads-button:hover {
  color: #fff;
  background-color: #1e7d1b;
  border: solid 1px #1e7d1b;
}

.downloads-button:focus {
  color: #fff;
  background-color: #1e7d1b;
  border: solid 1px #1e7d1b;
}

.downloads-button:active {
  color: #fff !important;
  background-color: #1e7d1b !important;
  border: solid 1px #1e7d1b !important;
}

/*Added by STT on 10202016*/
/*.downloads-img-button {
    margin-left: 0 !important;
}*/

.help-button {
  margin-left: 5px;
  color: #fff;
  background-color: #e97e00;
  border: solid 1px #cd5c00;
}

.help-button:hover {
  color: #fff;
  background-color: #cd5c00;
  border: solid 1px #cd5c00;
}

.help-button:focus {
  color: #fff;
  background-color: #cd5c00;
  border: solid 1px #cd5c00;
}

.help-button:active {
  color: #fff !important;
  background-color: #cd5c00 !important;
  border: solid 1px #cd5c00 !important;
}

.slider-area {
  margin-top: 2rem;
}

.slider-button {
  padding: 2px 4px;
  color: #fff;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
}

.slider-button:hover {
  color: #fff;
  background-color: #1e7d1b;
  border: solid 1px #1e7d1b;
}

.slider-button:focus {
  color: #fff;
  background-color: #1e7d1b;
  border: solid 1px #1e7d1b;
}

.downloads-help-area {
  text-align:right; /*For NR*/
  padding-right:25px;
  display:block;
}



/******************************************************************************
                              DATA VISUALIZATION STYLES
******************************************************************************/
#map-title {
  /*font-size: 18px;
  font-weight: 900;
  margin-left: 15rem;*/
  margin-top: 0px;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.map-area {
    margin-top: 5rem; /*20200422*/
    /*padding-left:0; commented 20201123*/
    padding-left: 20px; /*Added 20201123*/
    padding-right: 0;
    /*padding-left: 6rem;*/
}

.map-area img {
  width: 75%;
}

#map-controls-title {
  margin-top: 0 !important; /*For NR*/
  margin-bottom: 1rem !important; /*For NR*/
  font-size: 12px !important; /*For NR*/
  font-weight: 900 !important; /*For NR*/
}

.map-controls {
    margin-top: 5rem; /*20200422*/
    padding-left: 6rem;
}

.map-controls img {
  margin-top: .5rem;
}

.datavisualization-area {
    padding-left:0;
    padding-right:0;
}
.wrapper .datavisualization-area .row .mapLegend#mapLegend_v {
  padding-top: 0 !important; /*Added by STT on 0824206*/
  padding-right:10px;
}

#mapLegend_h {
    visibility:hidden;
    display: none;
}

.map-footnotes {
  font-size: 14px;
  margin-left: 9rem;
  visibility:hidden;
  display: none;
}



/******************************************************************************
                              CDC FOOTER STYLES
******************************************************************************/
.important {
  color: #000;
  font-size: 20px;
}

.cdc-logo {padding: 10px 0;}
    .atlas-logo {padding: 5px 0;}

    .footer-area {
      background-color: #fff;
    }

    footer a, footer a:visited, footer a:hover,footer a:focus {
      color: #075290;
    }
    footer {
      font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
      font-weight: 400 !important;
      font-size: 14px !important;
    }
    footer .container {
      max-width: 1170px;
      width: 100%;
    }
    footer .nav li a:hover, footer .nav li a:focus {
      background-color: transparent;
    }
    footer .social-media {
      background: silver;
      min-height: 36px;
    }
    footer .social-media a{
    padding-top: 6px;
    padding-bottom: 0;
    padding-right: 0;
    margin: 0 5px 0 0;
    }
    footer .cdc-links {
          background: #e5e5e5;
          min-height: 0;
          margin-left: -15px;
          margin-right: -15px;
    }
    footer .cdc-links a{
      padding-top: 10px;
      padding-bottom: 5px;
      color: #404040;
    margin-right: 10px;
    }
    footer .cdc-links a:hover{
      text-decoration: underline;
    }
    footer .cdc-contact {
      margin-top: 22px;
    }
    footer .cdc-contact address{
      line-height: 25px;
    }
    footer .cdc-contact .cdc-url a{
      color: #404040;
    }
    footer .nav-pills {display: inline-block;}

    html .tp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    }
    span[class*=sprite-] {
    margin: 0 5px;
    display: block;
    background-image: url(../../../../../www.cdc.gov/TemplatePackage/3.0/images/ss.png);
    background-repeat: no-repeat;
    background-color: transparent;
    }

    span[class*=sprite-24], i[class*=sprite-24], img[class*=sprite-24] {
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    }
    .sprite-24-govd {
    background-position: 0 -85px;
    }
    .sprite-24-facebook {
    background-position: -52px -85px;
    }
    .sprite-24-twitter {
    background-position: -78px -85px;
    }
    .sprite-24-youtube {
    background-position: -26px -85px;
    }
    .sprite-24-instagram {
    background-position: -233px -85px;
    }
    .sprite-24-listen {
    background-image: url(../../../../../www.cdc.gov/TemplatePackage/3.0/images/sm.png) !important;
    background-position: -155px -85px;
    }
    .sprite-24-watch {
    background-image: url(../../../../../www.cdc.gov/TemplatePackage/3.0/images/sm.png) !important;
    background-position: -129px -85px;
    }
    .sprite-24-rss {
    background-position: -155px -85px;
    }

    
.xml-link {
  font-size: 12px;
  text-align: center;
}

/*=============================================================
                     Footer AREA STYLES
=============================================================*/
#footerArea {
    padding-bottom: 50px;
    padding-left:15px;
    padding-right:15px;
}

/******************************************************************************
                              MEDIA QUERY STYLES
******************************************************************************/

/* Extra Small Devices, Phones */ 
/*iPhone 4*/
@media only screen and (max-width : 320px) {
    #main-title {
      font-size: 12px;
      font-weight:900;
    }

    #sub-title {
        font-size: 12px;
        font-weight: 900;
        margin-top: 0;
        /*margin-bottom: 2rem;  //Commented on 20210930*/
    }

    /*---Added on 20210930--- */
    #supp-title {
        font-size: 12px;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 2rem;
    }
    /*---End of Added on 20210930--- */

    #seasonUI {
        margin-bottom: 2rem;
        text-align: center;
        /*width: 100%;*/ /*20200421*/
    }


    #rangeSliderArea #playButtons {
        /*margin-top: 0;*/ /*20200421*/
        /*margin-top: 3rem;*/ /*20200421*/
        padding-left: 30px; /*20200421*/
    }

    .slider-area {
        margin-top: 0;
        display: block;
        /*width: 100%;*/ /*20200421*/
    }


   #weeklySliderAxis g text {
        font-size: 10px;
    }

   .widget-wrapper #playPanel svg.axis g.tick > text {
      font-size: 10px;
    }

   .play-pause-button {
      margin-left: 5px;
      color: #fff;
      font-size: 12px;
      background-color: #25a721;
      border: solid 1px #1e7d1b;
    }

   #map-title {
        margin-top: 0;
      margin-bottom: 1rem;
      text-align: center;
      font-size: 10px;
      font-weight: 900;
      margin-left:20px !important;
    }

   #map-controls-title {
      font-size: 10px !important; /*For NR*/
      text-align:left;
    }

   .state-label {
        font-size: 10px;
    }

   .wrapper .datavisualization-area .row .mapLegend .legendGroup text.legend-label {
      font-size: 10px;
      stroke: #000000;
      stroke-width: 0.5px;
    }

    .downloads-help-area {
    text-align:center;
    margin-bottom: 0;
    visibility:hidden;
    display: none;
    }
}

@media only screen and (min-width : 321px) {
    #main-title {
      text-align: center;
      font-size: 12px;
      font-weight:900;
    }

    #sub-title {
        font-size: 12px;
        font-weight: 900;
        margin-top: 0;
        /*margin-bottom: 2rem;  //Commented on 20210930*/
    }

    /*---Added on 20210930--- */
    #supp-title {
        font-size: 12px;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 2rem;
    }
    /*---End of Added on 20210930--- */

    #seasonUI {
        margin-bottom: 2rem;
        text-align:center;
    }
    #rangeSliderArea #playButtons {
        /*margin-top: 0;*/ /*20200421*/
        padding-left: 30px; /*20200421*/
    }

    .slider-area {
        margin-top: 0;
        display: block;
        /*width: 100%;*/ /*20200421*/
    }

    #weeklySliderAxis g text {
        font-size: 10px;
    }

    .widget-wrapper #playPanel svg.axis g.tick > text {
      font-size: 10px;
    }

    .play-pause-button {
      margin-left: 5px;
      color: #fff;
      font-size: 12px;
      background-color: #25a721;
      border: solid 1px #1e7d1b;
    }

    #map-title {
        margin-top: 0;
      margin-bottom: 1rem;
      text-align: center;
      font-size: 10px;
      font-weight: 900;
      margin-left:20px !important;
    }

    #map-controls-title {
      font-size: 10px !important; /*For NR*/
      text-align:left;
    }

    .state-label {
        font-size: 10px;
    }

    .wrapper .datavisualization-area .row .mapLegend .legendGroup text.legend-label {
      font-size: 10px;
      stroke: #000000;
      stroke-width: 0.5px;
    }

    .downloads-help-area {
        margin-right: 15%;
        margin-bottom: 0;
        visibility:hidden;
        display: none;
      }

    .maptype-area {
        margin-top: 5rem;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 480px) {
    #main-title {
      text-align: center;
      font-size: 14px;
      font-weight:900;
    }

    #sub-title {
        font-size: 14px;
        font-weight: 900;
        margin-top: 0;
        /*margin-bottom: 2rem;  //Commented on 20210930*/
    }

    /*---Added on 20210930--- */
    #supp-title {
        font-size: 12px;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 2rem;
    }
    /*---End of Added on 20210930--- */

    #seasonUI.control-area {
        /*width: 30%;*/ /*20200421*/
        margin-left: 0;
        margin-bottom: 0;
      }

    #rangeSliderArea #playButtons {
        /*margin-top: 2rem;*/ /*20200421*/
        /*width: 30%;*/ /*20200421*/
    }

    .slider-area {
        margin-top: 0;
        display: block;
        /*width: 100%;*/
        /*width: 70%;*/ /*20200421*/
        padding-left:30px; /*20200421*/
    }

    .play-pause-button {
      margin-left: 5px;
      color: #fff;
      font-size: 12px;
      background-color: #25a721;
      border: solid 1px #1e7d1b;
    }

    #weeklySliderAxis g text {
        font-size: 12px;
    }

    .widget-wrapper #playPanel svg.axis g.tick > text {
      font-size: 12px;
    }

    #map-title {
        margin-top: 0;
      margin-bottom: 1rem;
      text-align: center;
      font-size: 12px;
      font-weight: 900;
      margin-left:20px !important;
    }

    #map-controls-title {
      font-size: 12px !important; /*For NR*/
    }

    .state-label {
        font-size: 10px;
    }

    .wrapper .datavisualization-area .row .mapLegend .legendGroup text.legend-label {
      font-size: 12px;
      stroke: #000000;
      stroke-width: 0.5px;
    }

    .downloads-help-area {
        /*width: 50%;*/ /*20200421*/
        margin-bottom: 2rem;
        margin-right: 0;
        visibility: visible;
        display: block;
    }
}

@media only screen and (min-width: 768px) {

    #flu-logo {
        /*width: 170px;*/
        width: 77px;
    }

    #main-logo {
    width: 55px;
    }

    /*#main-title {
    font-size: 18px;
    margin: 25px 5px 10px 5px;
    }

    #sub-title {
    font-size: 12px;
    margin: 0px 5px;
    }*/

    .control-area {
    margin-left: 0;
    }
    .seasons-button {
    padding: 5px 5px;
    font-size: 12px;
    }

    .downloads-button {
    padding: 5px 2px;
    font-size: 12px;
    }

    .help-button {
    padding: 5px 5px;
    font-size: 12px;
    }

    #map-title {
    /*margin-left: 0px !important;*/
    text-align: center;
    font-size: 12px;
    margin-left:0 !important;
    }

    .map-area {
        margin-left: 0;
        /*padding-left:0; commented 20201123*/
        padding-left: 20px; /*Added 20201123*/
        padding-right: 0;
        /*padding: 0px 15px;*/
    }

    .map-area img {
        margin-top: 10px;
        width: 100%;
        border: solid 1px #eee;
    }

    .map-controls img {
    display: none;
    }

    .map-controls2 img {
    width: 100%;
    }

    .state-label {
        font-size: 11px;
    }
    .map-footnotes {
    font-size: 14px;
    margin-right: 2rem;
    margin-left: 0px;
    }

    .map-controls2 img {
        display: none !important;
    }

     #seasonUI.control-area {
        /*width: 30%;*/ /*20200421*/
        margin-left: 0;
        margin-bottom: 0;
    
    }

    #rangeSliderArea #playButtons {
        margin-top: 2rem;
        /*width:30%;*/ /*20200421*/
    }

    .slider-area {
        margin-top: 0;
        display: block;
        /*width: 70%;*/ /*20200421*/
    }

    .downloads-help-area {
        /*width: 50%;*/ /*20200421*/
        margin-bottom: 2rem;
        margin-right: 0;
    }

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .slider-area {
        margin-top: 0;
        display: block;
        /*width: 55%;*/ /*20200421*/
    }

    .control-area {
     /*width:100% !important;*/ /*20200421*/
    }

    #seasonUI.control-area {
        /*width: 30% !important;*/ /*20200421*/
        margin-left: 0;
        margin-bottom: 0;
    }
}


/* Tablets, Small Laptops */
@media only screen and (max-width: 1024px) {
      .play-pause-button {
        padding: 5px 5px;
        font-size: 12px;
      }

      .seasons-button {
        padding: 5px 5px;
        font-size: 12px;
      }

      .downloads-button {
        padding: 5px 2px;
        font-size: 12px;
      }

      .help-button {
        padding: 5px 5px;
        font-size: 12px;
      }

  }

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .slider-area {
    margin-top: 0;
    display: block;
    /*width: 65%;*/ /*20200421*/
  }
}

/* Extra Large Devices, Wide Screens */
@media only screen and (min-width : 1400px) {
    .slider-area {
        margin-top: 0;
        display: block;
        /*width: 70%;*/ /*20200421*/
    }
}