
.impact-report,
.nav-report,
.nav-report a,
.nav-report div,
.nav-report div .icon,
.nav-report [type="button"],
.section-chapter-preview,
.chapter-preview,
.explore-chapter-preview,
.btn-explore-chapter,
.go-to-chapter,
.figure,
.figure-header,
.infographic,
.rankings-lists {
  display: block;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;  
}

#menu-report-menu #menu-item-180 {
  display: none;
}

/* Impact 
    Report */

.impact-report {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 150px 8rem 8rem;
  height: auto;
  min-height: 850px;
  color: #fff;
  background-position: center;
  background-size: cover;
    -webkit-background-size: cover;
}

  .impact-report:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  
  .impact-report .nav-breadcrumbs,
  .impact-report .impact-content,
  .impact-report .nav-report {
    position: relative;
    z-index: 3;
  }
  
  .impact-report .nav-breadcrumbs {
    margin-top: 5rem;
  }
  
  .impact-report .impact-content {
    padding-top: 8rem;
    width: 50%;
    max-width: 600px;
  }
  
    .impact-report .impact-content h1 {
      margin-bottom: 3rem;
      font-size: 70px; font-size: 7.0rem;
      font-weight: 700;
    }
    
    .impact-report .nav-breadcrumbs a:link, 
    .impact-report .nav-breadcrumbs a:visited {
      /* color: #fff; */
    }
    
    /* Nav Report */
    
    .nav-report {
      margin: 8rem auto -150px;
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
      height: 250px;	
      width: 100%;	
      border-radius: 5px;	
      background-color: #BE0F34;
      box-shadow: 0 50px 50px 0 rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 50px 50px 0 rgba(0,0,0,0.3);
    }
    
      .nav-report a,
      .nav-report div {
        position: relative;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: flex-start;
        padding: 6rem;
        width: 33.33%;
        height: 250px;
        font-size: 25px; font-size: 2.5rem;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
      }
      
        
      
        .nav-report a:link,
        .nav-report a:visited {
          color: #fff;
          text-decoration: none;
        }
        
        .nav-report a:hover   { opacity: 0.5; }
        .nav-report a:active  { opacity: 0.7; }
        
        .nav-report .dropdown {
          padding-left: 0;
          padding-right: 0;
        }
        
        .nav-report .dropdown:before,
        .nav-report .dropdown:after {
          position: absolute;
          top: 50%;
          margin-top: -65px;
          content: '';
          width: 1px;
          height: 130px;
          background-color: rgba(255, 255, 255, 0.5);
        }
        
        .nav-report .dropdown:before { left: 0; }
        .nav-report .dropdown:after  { right: 0; }
        
        .nav-report a .icon,
        .nav-report div .icon {
          flex-grow: 2;
          width: 100%;
          height: 100px;
          min-height: 100px;
          margin-bottom: 1rem;
          justify-content: center;
        }
        
        .nav-report [type="button"] {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-align-items: center;
          align-items: center;
          width: 100%;
          color: #fff;
          font-size: 25px; font-size: 2.5rem;
          font-weight: 700;
          text-align: center;
          transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          background: none;
          appearance: none;
          -webkit-appearance: none;
          border: none;
          cursor: pointer;
        }
        
        .nav-report .dropdown-toggle::after {
          display: none;
        }
        
        .nav-report a:nth-of-type(1) .arrow-dropdown,
        .nav-report a:nth-of-type(2) .arrow-dropdown {
          opacity: 0;
        }
        
        .nav-report .dropdown .dropdown-menu {
          top: 70px !important;
          padding: 3rem 1rem;
          width: 100%;
          border: none;
          box-shadow: 0 20px 50px 0 rgba(0,0,0,0.2);
          -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,0.2);
          transform: translate3d(0, 192px, 0px);
        }
        
        .nav-report .dropdown .dropdown-menu > a {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          justify-content: flex-start;
          padding: 1rem 2rem;
          width: 100%;
          height: auto;
          color: #222;
          font-size: 16px; font-size: 1.6rem;
          font-weight: 400;
          text-align: center;
          flex-wrap: wrap;
        }
        
        .nav-report .dropdown .dropdown-menu > a span {
          margin-bottom: 10px;
          color: #BE0F34;
          font-weight: 700;
          width:100%;
          text-align: center;
          justify-content: flex-start;
        }
      
    /* Nav Report */
    
    .download-options {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-align-items: flex-start;
      align-items: flex-start;
      align-content: flex-start;
      justify-content: flex-start;
    }
    
    .download-options .btn-download-chapter {
      margin-right: 1rem;
    }
    
    .download-options .pdf-information {
      margin-top: 1rem;
    }
    
    /* Aside Chapter Navigation */
    
    .aside-chapter-navigation {
      position: absolute;
      top: 0;
      right: 0;
      width: 90%;
      max-width: 400px;
      height: 100%;
      background-color: #BE0F34;
      background-color: rgba(190,15,52,0.95);
      z-index: 2;
    }
    
    /* Aside Chapter Navigation */
    
    /* Key Findings */
    
    .key-findings {
      position: absolute;
      left: 50%;
      margin-left: -620px;
      bottom: -200px;
      display: block;
      height: auto;
      min-height: 300px;
      width: 1240px;
      border-radius: 5px;
      padding: 5rem 12rem 8rem;
      color: #222;
      background-color: #fff;
      box-shadow: 0 50px 50px 0 rgba(0,0,0,0.2);
      -webkit-box-shadow: 0 50px 50px 0 rgba(0,0,0,0.2);
      z-index: 3;
    }
    
      .key-findings h2 {
        margin-bottom: 2rem;
        font-size: 30px; font-size: 3rem;
        font-weight: 700;
      }
    
    /* Key Findings */

/* Impact 
    Report */
    
/* Section Chapter Preview */

.section-chapter-preview,
.explore-chapter-preview,
.chapter-preview aside,
.go-to-chapter,
.figure,
.infographic {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-chapter-preview {
  padding: 0 0 8rem;
  background-color: #EBF0F6;
}

.page-template-report .section-chapter-preview {
  padding-bottom: 0;
}

.page-template-report .section-chapter-preview .explore-chapter-preview:nth-of-type(odd) {
  background-color: #fff;
}

.explore-chapter-preview {
  position: relative;
  padding:  0;
  width: 100%;
}

  .page-template-report .explore-chapter-preview {
    padding: 8rem 0;
  }

  .explore-chapter-preview:empty,
  aside.aside-chapter-number:empty,
  .go-to-chapter:empty,
  aside.aside-chapter-content:empty,
  .chapter-preview:empty {
    display: none;
    height: 0;
  }
  
  .explore-chapter-preview div:empty {
    display: none;
    height: 0;
  }

 .page-template-report  .section-chapter-preview .explore-chapter-preview:nth-of-type(1) {
    padding-top: 20rem;
  }
  
  .page-template-single-chapters .explore-chapter-preview,
  .section-chapter-preview .explore-chapter-preview:nth-of-type(odd) {
    background-color: #EBF0F6;
  }
  
  
  .first-chapter {
    padding-top: 12rem;
  }
    
  /* Button Explore Chapter */
  
  .btn-explore-chapter {
    display: none;
    position: absolute;
    top: 20rem;
    right: -100px;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem 0 3rem;
    width: 250px;
    height: 50px;
    font-size: 18px; font-size: 1.8rem;	
    font-weight: 500;		
    text-align: center;
    -webkit-transform: rotate(-90deg); 
    -ms-transform: rotate(-90deg); 
    transform: rotate(-90deg);
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
    
    .btn-explore-chapter .icon {
      -webkit-transform: rotate(90deg); 
      -ms-transform: rotate(90deg); 
      transform: rotate(90deg);
      transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
    
    .btn-explore-chapter:link,
    .btn-explore-chapter:visited {
      color: #fff;
      background-color: #BE0F34;
    }
    
    .btn-explore-chapter:hover   {
      padding-left: 5rem;
      text-decoration: none;
    }
    
    .btn-explore-chapter:hover span  {
      -webkit-transform: rotate(180deg); 
      -ms-transform: rotate(180deg); 
      transform: rotate(180deg);
    }
    
    .btn-explore-chapter:active {
      opacity: 0.9;
    }

    .section-chapter-preview .explore-chapter-preview:nth-of-type(1) .btn-explore-chapter {
      top: 30rem;
    }
  
  /* Button Explore Chapter */
  
  /* Chapter Preview */
  
    .chapter-preview {
      align-content: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      justify-content: space-between;
      width: 80%;
      max-width: 970px;
    }
    
      .aside-chapter-number {
        width: 20%;
        -ms-align-items: flex-start;
        align-items: flex-start;
      }
      
      .aside-chapter-content {
        width: 80%;
      }
      
      .aside-chapter-content div {
        margin-bottom: 8rem;
      }
      
      .page-template-report .explore-chapter-preview .aside-chapter-content div {
        margin-bottom: 0;
      }
      
      .chapter-preview .h2,
      .chapter-preview .h3 {
        font-size: 30px; font-size: 3.0rem;
        font-weight: 700;
      }
      
      .chapter-preview .h2 { 
        margin-bottom: 3rem;
        color: #BE0F34; 
      }
      
      .chapter-preview .h3 { color: #222; }
      
      .chapter-preview .aside-chapter-content p {
        margin-top: 3rem;
        color: #444;
      }
      
      .chapter-anchor {
        display: block;
        position: relative;
        top: -250px;
        visibility: hidden;
      }
    
    /* Go to Chapter  */
    
    .go-to-chapter {
      margin-bottom: 1rem;
      -ms-align-items: center;
      align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
      font-size: 80px; font-size: 8.0rem;
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-align: left;
      line-height: 0.8;
      transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
    
      .go-to-chapter:link,
      .go-to-chapter:visited {
        color: #222;
      }
      
      /* .go-to-chapter:hover,
      .go-to-chapter:active  {
        color: #BE0F34;
        text-decoration: none;
      }
      
      .go-to-chapter:after {
        display: block;
        margin: 1rem 0 0;
        content: '';
        height: 8px;	
        width: 0;	
        background-color: #BE0F34;
        border-radius: 5px;	
        transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
      }
      
      .go-to-chapter:hover:after,
      .go-to-chapter:active:after {
        width: 110px;
      } */
      
    /* Go to Chapter  */
    
    /* Figure */
    
    .figure-header {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: flex-start;
      margin-top: 2rem;
      margin-bottom: 0;
      padding: 2.5rem 0 3rem;
      border-top: 1px solid rgba(0,0,0,0.2);
    }
    
    .aside-chapter-content .figure-header { margin-bottom: 0; }
    
    .figure-header .h4,
    .figure-header .h5 {
      margin-bottom: 0;
      height: 40px;
      font-size: 22px; font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.7;
    }
    
    .figure-header .h4 {
      margin-right: 2rem;
      padding-right: 2rem;
      font-weight: 700;
      border-right: 1px solid rgba(0,0,0,0.2);
    }
    
    .figure-header .h5 { font-weight: 600; }
    
    .infographic {
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto; 
      min-height: 450px;
      color: #222;
      font-size: 18px; font-size: 1.8rem;
      background-color: #D4DADC;
    }
    
    .figure img {
      width: 100%;
      hwight: auto;
    }
    
    .figure .icon-image {
      width: 60px;
      height: 60px;
    }
    
    .figure-caption {
      color: #444;
      font-size: 14px; font-size: 1.4rem;
    }
    
      .figure-caption span {
        font-weight: 700;
        text-transform: uppercase;
      }
    
    /* Figure */
    
    /* Rankings */
  
      .chapter-preview .rankings-lists .h3 {
        margin-bottom: 5rem;
        font-size: 22px; font-size: 2.2rem;
        font-weight: 600;
      }
      
    /* Rankings */
    
    /* Chapter Preview */
    
    /* Nav State of Safety */
    
    .explore-chapter-preview .nav-state-safety {
      padding: 0 8rem 8rem;
      padding-bottom: 0;
      width: 100%;
      -ms-align-items: stretch;
      align-items: stretch;
      justify-content: flex-start;
    }
    
      .explore-chapter-preview .nav-state-safety a {
        position: relative;
        margin: 0 1% 2%;
        padding: 2rem 3rem 3rem;
        width: 23%;
        height: auto;
        justify-content: flex-start;
      }
      
      .explore-chapter-preview .nav-state-safety a svg {
        height: 150px;
        transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
      }
      
      .explore-chapter-preview .nav-state-safety a span,
      .state-information span {
        color: #222;
        font-size: 20px; font-size: 2.0rem;
        font-weight: 400;
        transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
      }
      
      .explore-chapter-preview .nav-state-safety .global-score-average,
      .explore-chapter-preview .state-information .global-score-average {
        margin-top: 1rem;
        font-size: 36px; font-size: 3.6rem;
        font-weight: 700;
      }
      
      .explore-chapter-preview .nav-state-safety a span:nth-of-type(1),
      .explore-chapter-preview .state-information span:nth-of-type(1) {
        flex-grow: 2;
      }
      
      .explore-chapter-preview .nav-state-safety a p {
        color: #444;
        font-size: 16px; font-size: 1.6rem;
        font-weight: 400;
        opacity: 0.5;
        transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
      }
      
      .explore-chapter-preview .nav-state-safety a:hover span,
      .explore-chapter-preview .nav-state-safety a:active span,
      .explore-chapter-preview .nav-state-safety a:hover p,
      .explore-chapter-preview .nav-state-safety a:active p {
        color: #fff;
      } 
      
      .explore-chapter-preview .nav-state-safety a:hover,
      .explore-chapter-preview .nav-state-safety a:active {
        z-index: 2;
        box-shadow: 0 30px 20px 0 rgba(0,0,0,0.28);
          -webkit-box-shadow: 0 30px 20px 0 rgba(0,0,0,0.28);
      }
      
      .section-chapter-preview .explore-chapter-preview:nth-of-type(even) .nav-state-safety a:link,
      .section-chapter-preview .explore-chapter-preview:nth-of-type(even) .nav-state-safety a:visited {
        background-color: #EBF0F6;
      }
      
      .section-chapter-preview .explore-chapter-preview:nth-of-type(even) .nav-state-safety a:hover,
      .section-chapter-preview .explore-chapter-preview:nth-of-type(even) .nav-state-safety a:active {
        background-color: #BE0F34;
      }
      
      .page-template-report .explore-chapter-preview .aside-chapter-content .state-information {
        margin: 0 0 3rem;
        width: 90%;
        max-width: 160px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-content: flex-start;
        -ms-align-items: center;
        align-items: center;
        justify-content: flex-start;
      }
      
      .explore-chapter-preview .state-information p {
        margin-top: 0;
        text-align: center;
      }
      
      .explore-chapter-preview .state-information .global-score-average {
        line-height: 0;
        margin: 2rem auto 3rem;
      }
    
    /* Nav State of Safety */
    
    .btn-next-chapter,
    .btn-download-chapter {
      margin: 4rem 0;
      padding-right: 2rem;
      padding-left: 2rem;
      max-width: 250px;
      justify-content: space-around;
    }
    
    .btn-next-chapter {
      max-width: 210px;
    }
    
    .btn-download-chapter {
      min-width: 250px;
    }
    
    .btn-next-chapter .fill,
    .btn-download-chapter .fill {
      transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
    
    .btn-next-chapter:hover .fill, 
    .btn-next-chapter:active .fill,
    .btn-download-chapter:hover .fill, 
    .btn-download-chapter:active .fill {
      fill: #BE0F34;
    }

/* Section Chapter Preview */

/* 1300px or less */

@media (max-width: 1300px) {
  
  .key-findings {
    position: relative;
    padding: 5rem 6rem 7rem;
    bottom: -100px;
    margin-left: -47%;
    width: 94%;
    max-width: 94%;
  }
  
}

/* 1300px or less */

/* 1200px or less */

@media (max-width: 1200px) {
  
  .impact-report {
    padding: 150px 4rem 4rem;
    min-height: 750px;
  }
  
  
  .page-template-single-chapters .impact-report {
    padding-top: 100px;
  }
  
  .impact-report .nav-breadcrumbs {
    margin-top: 1rem;
  }
  
  .impact-report .impact-content {
    padding-top: 4rem;
    width: 100%;
    max-width: 100%;
  }
  
  .aside-chapter-navigation {
    display: none;
  }
  
  .nav-report {
    margin-top: 2rem;
  }
  
  .impact-report .impact-content h1,
  .go-to-chapter {
    font-size: 40px; font-size: 4rem;
  }
  
  .page-template-report .section-chapter-preview .explore-chapter-preview:nth-of-type(1),
  .section-chapter-preview .explore-chapter-preview:nth-of-type(1) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  .nav-report a, 
  .nav-report div,
  .nav-report [type="button"] {
    font-size: 20px; font-size: 2rem;
  }
  
  .aside-chapter-number {
    width: 10%;
  }
  
  .aside-chapter-content,
  .explore-chapter-preview .nav-state-safety {
    width: 90%;
  }
  
  .explore-chapter-preview .nav-state-safety {
    padding: 4rem 4rem 0 0;
  }
  
  .explore-chapter-preview .nav-state-safety a {
    min-width: 250px;
  }
  
  .impact-report .nav-report:nth-of-type(1) span:nth-of-type(2) {
    display: none;
  }
  
}

/* 1200px or less */

/* 1000px or less */

@media (max-width: 1000px) {
  
  .impact-report {
    min-height: auto;
  }
  
  .nav-report {
    margin: 2rem auto 0;
    height: 160px;
  }
  
    .nav-report a, 
    .nav-report div {
      padding: 5rem 1rem;
      line-height: 1;
      justify-content: flex-start;
    }
    
    .nav-report a .icon, 
    .nav-report div .icon {
      height: 70px;
      min-height: 70px;
      flex-grow: initial;
    }
    
    .nav-report svg {
      width: 50px;
    }
    
    .nav-report .dropdown .dropdown-menu {
      top: 5px !important;
    }
    
  .chapter-preview,
  .rankings-lists {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .chapter-preview {
    width: 90%;
    max-width: 90%;
    justify-content: flex-start;
  }
  
  .explore-chapter-preview {
    padding: 4rem 0 4rem 2rem;
  }
  
    .aside-chapter-content {
      width: 82%;
    }
    
    .rankings-lists aside {
      margin-bottom: 2rem;
      width: 100%;
    }
  
}

/* 1000px or less */

/* 768px or less */

@media (max-width: 768px) {
  
  .impact-report .impact-content h1, 
  .go-to-chapter {
    font-size: 30px; font-size: 3rem;
  }
  
  .nav-report {
    flex-wrap: wrap;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 500px;
  }
  
  .nav-report a, 
  .nav-report [type="button"] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }

  .nav-report a, 
  .nav-report div {
    padding: 0.2rem 1rem;
    width: 100%;
    height: 80px;
  }
  
  .nav-report [type="button"] {
    padding: 0 1rem; 
  }
  
  .nav-report a .icon, 
  .nav-report div .icon {
    margin-bottom: 0;
    margin-right: 5px;
    flex-grow: 0;
    width: 80px;
    min-width: 80px;
    height: 80px;
    text-align: center;
  }
  
  .nav-report .dropdown {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    flex: 100%;
  }
  
  .nav-report .dropdown::before,
  .nav-report .dropdown::after {
    display: none; 
  }
  
  .nav-report a:nth-of-type(2) {
  }
  
  .nav-report .dropdown .arrow-dropdown {
    position: absolute;
    right: 2rem;
    top: 2.8rem;
  }
  
  .chapter-preview .h2, 
  .chapter-preview .h3 {
    font-style: 24px; font-size: 2.4rem;
  }
  
  .chapter-preview 
  .rankings-lists .h3 {
    font-size: 20px; font-size: 2rem;
  }
  
  .figure-header .h4, 
  .figure-header .h5 {
    font-size: 18px; font-size: 1.8rem;
    height: 30px;
  }
  
  .key-findings {
    bottom: -100px;
    left: initial;
    margin: 0 auto;
    padding: 4rem;
    width: 100%;
    max-width: 100%;
  }
  
}

/* 768px or less */

/* 620px or less */

@media (max-width: 620px) {
  
  .explore-chapter-preview .nav-state-safety a {
    width: 100%;
    min-width: 100%;
  }
  
  .explore-chapter-preview .nav-state-safety a {
    padding: 1rem 3rem 2rem;
  }
  
  .explore-chapter-preview .nav-state-safety a svg {
    height: 110px;
  }
  
  .rankings-lists ol li {
    padding-left: 5px;
  }
  
  .ranked-country {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
}

/* 620px or less */

/* 460px or less */

@media (max-width: 460px) {
  
  .download-options {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .download-options .pdf-information {
    margin-top: 0;
    padding-top: 0;
  }
  
  .chapter-preview .rankings-lists .h3 {
    font-size: 18px; font-size: 1.8rem;
  }
  
  .nav-report a, 
  .nav-report div, 
  .nav-report [type="button"] {
    font-size: 16px; font-size: 1.6rem;
  }
  
  .nav-report .dropdown .dropdown-menu > a span {
    width: 90px;
  }
  
  .nav-report .dropdown .dropdown-menu > a {
    padding: 1rem;
    font-size: 13px; font-size: 1.3rem;
  }
  
}

/* 460px or less */


/* 390px or less */
@media (max-width: 390px) {
  
  
}
/* 390px or less */