body {
    margin: 0px;
    padding: 0px;
    /*background: url(../img/Bkg_LeftTop.png) top left no-repeat, url(../img/Bkg_RightBtm.png) bottom right no-repeat;*/
}

/******************************************************************************
                                 HEADER STYLES
******************************************************************************/
#season-title {
  font-weight: 600;
}
#main-title {
  text-align: center;
}

#sub-title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.control-area {
  margin-top: 3rem;
  margin-left: 3rem;
}

/*20200419*/
.maptype-area {
    text-align: center;
    margin-top: 3rem;
}

.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 {
  margin-left: 5px;
  color: #fff;
  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 img {
  width: 100% !important;
}

.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 {
  margin-top: 3rem;
  padding-left: 0px;
}



/******************************************************************************
                              DATA VISUALIZATION STYLES
******************************************************************************/
#map-title {
  font-size: 18px;
  font-weight: 900;
  margin-left: 15rem;
}

.map-area {
    margin-top: 3rem; 
    padding-left: 6rem;
}

.map-area-I { /*Added 20200419*/
    margin-top: 0 !important;
    padding-left: 6rem;
}

.map-area img {
  width: 75%;
}

#map-controls-title {
  font-size: 18px;
  font-weight: 900;
}

.map-controls {
    margin-top: 3rem;
    padding-left: 6rem;
}

.map-controls-I { /*Added 20200419*/
    margin-top: 0 !important;
    padding-left: 6rem;
}

.map-controls img {
  margin-top: .5rem;
}

.map-footnotes {
  font-size: 14px;
  margin-left: 9rem;
}



/******************************************************************************
                              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(https://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(https://www.cdc.gov/TemplatePackage/3.0/images/sm.png) !important;
    background-position: -155px -85px;
    }
    .sprite-24-watch {
    background-image: url(https://www.cdc.gov/TemplatePackage/3.0/images/sm.png) !important;
    background-position: -129px -85px;
    }
    .sprite-24-rss {
    background-position: -155px -85px;
    }

    @media only screen and (max-width: 991px) {
      .cdc-local  {text-align: right;}
      footer .cdc-links {
        background: #ffffff;
        margin-top: 15px;
      }
      footer .cdc-links h6 {
        font-size: 14px;
        font-weight: 700;
        color: #404040;
      }
      footer .cdc-links a {
        padding-top: 3px;
        padding-bottom: 3px;
      }
      footer .social-media a {
          padding-right: 10px;
          padding-left: 0;
      }
      .cdc-links .nav-pills {
        width: 50%;
        float: left;
      }
      .cdc-links .nav-pills li{
        width: 100%;

      }
      .cdc-links .nav-pills a{
        padding-left: 0;

      }
      footer .cdc-contact .container{
        padding: 0;
      }
    }



/******************************************************************************
                              MEDIA QUERY STYLES
******************************************************************************/

/* Extra Small Devices, Phones */ 
    @media only screen and (max-width: 768px) {

        #flu-logo {
            /*width: 170px;*/
            /*55 / 73 x 102*/
            width: 77px;
        }

      #main-logo {
        width: 55px;
      }

      #main-title {
        font-size: 18px;
        margin: 25px 5px 10px 5px;
      }

      #sub-title {
        font-size: 12px;
        margin: 0px 5px;
      }

        /*---Added on 20210930--- */
        #supp-title {
            font-size: 12px;
            margin-top: 5px;
            margin-bottom: 0px;
            margin-left: 5px;
            margin-right: 5px;
        }
        /*---End of Added on 20210930--- */

      .control-area {
        margin-left: 0px;
      }

      .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;
      }

      #map-title {
        margin-left: 0px !important;
        text-align: center;
        font-size: 14px;
      }

        .map-area, map-area-I {
            margin-left: 0px;
            padding: 0px 15px;
        }

      .map-area img {
         margin-top: 10px;
         width: 100%;
         border: solid 1px #eee;
      }

      #map-controls-title {
        text-align: center;
      }

      .map-controls img {
        display: none;
      }

      .map-controls2 img {
        width: 100%;
      }

      .map-footnotes {
        font-size: 14px;
        margin-right: 2rem;
        margin-left: 0px;
      }
    }


/* Extra Small Tablets */
@media only screen and (min-width: 769px) {
      .map-controls2 img {
        display: none !important;
      }
    }



/* Tablets, Small Laptops */
/*@media only screen and (max-width: 1024px) {*/
@media only screen and (max-width: 1110px) { /*20200421*/
    .downloads-help-area {
        padding-left: 0px;
        padding-right: 0px;
    }

    .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;
    }

    /*20200419*/
    .maptype-area {
        margin-top: 2rem;
    }
}

@media only screen and (min-width: 1111px) and (max-width:1399px) { /*20200421*/
    .downloads-help-area {
        padding-left: 0px;
        padding-right: 0px;
    }

    .play-pause-button {
        padding: 6px 5px;
        font-size: 13px;
    }

    .seasons-button {
        padding: 6px 5px;
        font-size: 13px;
    }

    .downloads-button {
        padding: 6px 5px;
        font-size: 13px;
    }

    .help-button {
        padding: 6px 5px;
        font-size: 13px;
    }

    /*20200419*/
    .maptype-area {
        margin-top: 2rem;
    }
}