
/*
responsive
*/

/* FULL-SIZE  */
@media only screen and (max-width: 1024px){
  .bannerbox{display: none;}
  #footer {
    width:93%;
    margin: 32px 2%;
  }
}


@media only screen and (min-width: 769px) and (max-width: 1024px){
  #chart {
    margin: 3% 2%;
    width: 92%;
    margin-top: -60px;
    padding: 2%;
  }
  #splash-top-container {
    margin: 3% 2%;
    width: 92%;
    padding: 2%;
  }
  #splash-hed {
    font-size: 60px;
    line-height: 64px;
  }
  #splash-dek {
    font-size:22px;
    line-height: 28px;
  }
  .splash-top .nav-item {
    padding: 12px;
  }
  .splash-top .nav-item img{
    width: 80px;
    margin: 0 auto;
    display: block;
  }
  .splash-top .nav-item .icon-label{
    font-size: 19px;
  }

  .panelhead .paneldek{
    width: 37%;
    font-size: 15px;
  }
  .panelhead .nav-container{
    width: 58%;
  }
  .panelhead .nav-item img{
    width: 42px;
  }
  .panelhead .nav-item .icon-label{
    font-size: 12px;
  }

}

/* TABLET window less than 768px wide */
@media only screen and (min-width: 569px) and (max-width: 768px)  {
  #chart {
    margin: 3% 2%;
    width: 92%;
    margin-top: -60px;
    padding: 2%;
  }
  #splash-top-container {
    margin: 3% 2%;
    width: 92%;
    padding: 2%;
  }
  #splash-hed {
    font-size:44px;
    line-height: 48px;
  }
  #splash-dek {
    font-size:17px;
    line-height: 21px;
  }
  .splash-top .nav-item {
    padding: 0 7px;
  }
  .splash-top .nav-item img{
    width: 62px;
    margin: 0 auto;
    display: block;
  }
  .splash-top .nav-item .icon-label{
    font-size: 17px;
  }
  .panelhead .nav-container{
    display: none !important;
  }
  .panelhead .paneldek{
    width: 100%;
    font-size: 15px;
    min-height: inherit;
    margin-bottom: 10px;
  }
}


/* MOBILE window less than 568px wide */
@media only screen and (max-width: 568px)  {
  .tophat{
    margin: 0;
    padding: 4px 4px 1px;
  }
  #inner-content {
    margin-top: 0px;
  }
  .article-title, .video-title, .cta-text {
    font-size: 34px;
    line-height: 38px;
  }
  .dek, .byline-name, .module-description {
    font-size: 16px;
    line-height: 20px;
  }
  .tophat .tophat__links a {
    font-size: 0.55rem;
  }

  #chart {
    margin: 3% 2%;
    width: 92%;
    margin-top: -60px;
    padding: 2%;
  }
  #splash-top-container {
    margin: 3% 2%;
    width: 92%;
    padding: 2%;
  }
  #splash-hed {
    font-size:32px;
    line-height: 36px;
  }
  #splash-dek {
    font-size:15px;
    line-height: 19px;
  }
  .splash-top .icon-ranking:first-child {
    border-left: none;
    margin: 0 auto;
  }
  .splash-top .nav-item {
    display: block;
    width: 100%;
    padding: 10px 0;
    border: none;
    margin: 0 auto;
    clear: both;
    border-top: 1px solid #222;
    border-bottom: 1px solid #555;
  }
  .splash-top .nav-item:first-child{
    border-top: 0px solid transparent;
  }
  .splash-top .nav-item.icon-departures{
    border-bottom: 0px solid transparent;
  }
  .splash-top .icon{
    display: block;
    margin: 0 auto;
    width: 220px;
  }
  .splash-top .nav-item img{
    width: 62px;
    margin: 0 auto;
    display: block;
  }
  .splash-top .nav-item .icon-label{
    font-size: 17px;
    line-height: 20px;
  }
  .splash-top .nav-item  .rank-label{
    margin-top: 4px;
  }

  .panelhead .nav-container{
    display: none !important;
  }
  .panelhead .paneldek{
    width: 100%;
    font-size: 15px;
    min-height: inherit;
    margin-bottom: 10px;    
  }
}


/* Mobile header below 768px wide */
@media only screen and (max-width: 1024px)  {
  #header-message {
    display: none;
  }
}
@media only screen and (max-width: 1024px)  {
  #header-message {
    display: none;
  }
  #header-divider-right {
    display: none;
  }
  #header-icon-twitter {
    display: none;
  }
  #header-icon-fb {
    display: none;
  }
  #header-rule {
    display: none;
  }
  #header-logo {
    display: none;
  }
  #header-logo-mobile {
    display: block;
  }
  #infographic {
    display: none;
  }
  #infographic-tablet {
    display: block;
  }
  #infographic-mobile {
    display: none;
  }
}


@media only screen and (max-width: 500px)  {
  .right,.left {
    float: none;
    padding: 0;
    margin: 0;
  }
  .tophat__links {
    margin-left: 5px;
  }
}

/* MOBILE window less than 800px wide */
@media only screen and (max-width: 1000px)  {
  .airport-labels {
    width:90%;
  }
  .airport-labels,.abbr-labels,.rank-labels {
    font-size: 12px;
    margin-left: 0;
  }
  .oflip {
    display: none;
  }
  .header-right,.header-left {
    float: none;
    text-align: left;
    margin: 0;
  }
  .dept-col-container {
    margin-left: 0;
  }
  .bars {
    display: none;
  }
}