/* Impact */

.aside-topic-graph {
  background-color: #272C35;
}

/* Impact */

/* Section Topic */

.section-topic-data,
.map-analyze-results-container,
.map-analyze-results-header,
.map-analyze-results-header aside,
.btn-show-all-results,
.map-title,
.nav-view-options,
.switch-view-options,
.section-topic-content,
.section-topic-content aside,
.table-list-results,
.table-list-results-header,
.table-country-result-scores,
.table-list-results-header aside,
.table-country-result-scores aside,
.table-list-results-header button,
.country-result-score,
.section-components,
.accordion-components,
.filter-heading-title,
.section-news-single .type-news,
.section-news-listings,
.section-news-listings .section-header,
.section-news-listings .news-container,
#topicTable_filter label,
#topicTable_length label,
#topicTable_filter,
#topicTable_length,
#topicTable_info,
#topicTable_paginate,
#correlation-table tbody tr,
#correlation-table thead tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

  .section-topic-data,
  .topic-map-results,
  .map-analyze-results-container,
  .section-topic-content aside,
  .table-list-results,
  .table-country-result-scores,
  .accordion-components,
  .section-components,
  .section-news-single .type-news,
  .section-news-listings,
  #graph-correlation-table,
  #correlation-table_wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-topic,
  .section-accordions {
    position: relative;
    padding: 8rem;
    width: 100%;
    background-color: #fff;
  }
  
  .single-topic .highcharts-axis-title,
  .single-topic .highcharts-title,
  .single-topic .highcharts-axis-labels, 
  .single-topic .highcharts-yaxis-labels,
  .single-topic .highcharts-boxplot-stem,
  .section-news-single .type-news {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  }
  
  .single-topic .highcharts-grid.highcharts-yaxis-grid {
    display: none;
  }
  
  .single-topic .highcharts-boxplot-stem {
    background: none;
    border: none;
  }
  
  
  .single-topic .highcharts-title {
    font-size: 12px; font-size: 1.2rem !important;
    font-weight: 600;
  }
  
  .highcharts-axis-labels, 
  .highcharts-yaxis-labels {
    font-size: 11px; font-size: 1.1rem;
  }
  
  .single-topic .highcharts-background {
    fill: #272C35;
  }
  
  .single-topic .highcharts-tooltip-box {
    fill: none !important;
    stroke: none !important;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  }
  
  .single-topic svg.highcharts-root text,
  .single-topic svg.highcharts-root tspan {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    border: none;
    stroke: none !important;
  }

    .section-topic-data .rankings-lists {
      margin-top: 0;
      background-color: #EBF0F6;
    }
    
    /* Map Results */
    
    .topic-map-results {
      position: relative;
      padding-top: 0;
    }
    
      .single-country .topic-map-results {
        padding-top: 6rem;
      }
    
      .section-topic-data .topic-map-results.bg-top {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        background-color: #EBF0F6;
        height: 350px;
      }
      
      /* Map Results Header */
      
      .map-analyze-results-container,
      .dataTables_wrapper {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 700px;
        background-color: #dadadc;
        border-radius: 5px;
        z-index: 1;
      }
      
      .table-results-container {
        background-color: #fff;
      }
      
      .map-border {
        border: 1px solid #D4DADC;
        border-radius:  5px;
      }
      
      .map-analyze-results-header {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        align-content: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        justify-content: stretch;
        height: auto;
        min-height: 70px;
        width: 100%;
        background-color: #fff;
        border-radius: 5px 5px 0 0;
      }
      
        .map-border .map-analyze-results-header {
          border-bottom: 1px solid #D4DADC;
        }
        
        .map-analyze-results-header .show-all,
        .map-analyze-results-header .filter-heading-title,
        .map-analyze-results-header .view-options {
            width: 25%;
        }
        
        .map-analyze-results-header .filter-heading-title {
          padding-left: 2rem;
          padding-right: 2rem;
          align-content: center;
          -ms-align-items: center;
          align-items: center;
          justify-content: flex-start;
        	color: #222;
        	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        	font-size: 18px; font-size: 1.8rem;
        	font-weight: 700;
        	line-height: 24px;
        }
        
        .single-topic .map-analyze-results-header .filter-heading-title,
        .single-country .map-analyze-results-header .filter-heading-title {
          max-width: 200px;
          border-right: 1px solid #D4DADC;
        }
        
        .map-analyze-results-header .filter-set:last-of-type {
          width: calc(50% - 200px);
          padding-left: 2rem;
          border-left: 1px solid #D4DADC;
        } 
        
        .map-analyze-results-header .map-title {
          width: 50%;
          color: #222;
          justify-content: flex-start;
        }
        
        .map-analyze-results-header .filter-set,
        #topicTable_filter {
          padding-top: 1rem;
          padding-bottom: 1rem;
          align-content: center;
          -ms-align-items: center;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
        }
        
        .single-topic .map-analyze-results-header .filter-set,
        .single-country .map-analyze-results-header .filter-set {
          justify-content: flex-start;
        }
        
        .single-topic .map-analyze-results-header .form-check,
        .single-country .map-analyze-results-header .form-check {
          margin: 1rem 0 1rem 1rem;
          width: 90px;
        }
        
        .single-topic .map-analyze-results-header .form-check.long-check,
        .single-country .map-analyze-results-header .form-check.long-check {
          width: 110px;
        }
        
        .btn-show-all-results,
        .map-analyze-results-header .map-title {
          text-transform: uppercase;
        }
        
        .btn-show-all-results,
        .map-title,
        .nav-view-options {
          align-content: center;
          -ms-align-items: center;
          align-items: center;
          padding: 1rem 4rem;
          height: auto;
          min-height: 70px;
        }
        
        .btn-show-all-results,
        .map-title p,
        .view-options p {
          margin: 0;
          font-size: 14px; font-size: 1.4rem;
          font-weight: 600;
        }
        
        .btn-show-all-results,
        .nav-view-options,
        .nav-view-options label {
          justify-content: center;
        }
        
        .btn-show-all-results {
          width: 100%;
          color: #fff;
          background: #BE0F34;
          border-radius: 5px 0 0 0;
          border: none;
          cursor: pointer;
        }
        
        .view-options {
          justify-content: center;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          border-radius: 0 5px 0 0;
        }
          
          .view-options .search,
          .view-options .search input,
          .section-topic-content .search,
          .section-topic-content .search input {
            height: 70px;
            font-size: 16px; font-size: 1.6rem;
            font-style: normal;
          }
          
          .view-options .search {
            border-left: 1px solid #D4DADC;
            border-radius: 0;
          }
          
         .view-options .table-search:after { top: 24px; }
         
         .view-options .search input::-webkit-input-placeholder, 
         .section-topic-content .search input::-webkit-input-placeholder { 
            color: #222;
            opacity: 1;
          }

          .view-options .search input:-ms-input-placeholder, 
          .section-topic-content .search input:-ms-input-placeholder { 
            color: #222;
            opacity: 1;
          }

          .view-options .search input::placeholder,
          .section-topic-content .search input::placeholder {
            color: #222;
            opacity: 1;
          }
      
      /* View Options */
      
      .switch-view-options {
        position: relative;
        margin-bottom: 0;
        width: 100%;
        height: 70px;
      }

      .switch-view-options input { 
        opacity: 0;
        width: 0;
        height: 0;
      }

      .switch-view-options .slider {
        position: absolute;
        cursor: pointer;
        top: 24px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        height: 20px;
        background-color: #BE0F34;
        border-radius: 100px;
        -webkit-transition: .4s;
        transition: .4s;
      }

      .switch-view-options .slider span {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        border-radius: 50px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
      }
      
      .switch-view-options .slider:before,
      .switch-view-options .slider:after {
        position: absolute;
        display: block;
        width: 100px;
        color: #222;
        font-size: 14px; font-size: 1.4rem;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-weight: 600;
        transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
      }
      
      .switch-view-options .slider:before { content: 'Map View';  right: 12px;  }
      .switch-view-options .slider:after  { content: 'List View'; left: 47px; }
      
      .switch-view-options input:checked + .slider:before { color: #BE0F34; }
      .switch-view-options input:checked + .slider:after { color: #222; }
      
      .switch-view-options input:not(:checked) + .slider:before { color: #222; }
      .switch-view-options input:not(:checked) + .slider:after  { color: #BE0F34; }

      .switch-view-options input:checked + .slider {
        background-color: #BE0F34;
      }

      .switch-view-options input:not(:checked) + .slider span {
        -webkit-transform: translateX(18px);
        -ms-transform: translateX(18px);
        transform: translateX(18px);
      }
      
      /* View Options */
      
      .single-topic .map-year-range,
      .single-topic .map-range {
        position: absolute;
        z-index: 999;
      }
      
      /* Map Results Header */
      
      /* DataTable */
      
      .single-topic .dataTables_wrapper {
        margin: 4rem 0;
        background-color: #fff;
        border: 1px solid #D4DADC;
        border-radius: 5px;
        display: none;
      }
      
      #topicTable thead {
        width: 100%;
        height: 50px;
        margin-bottom: 4rem;
        font-size: 14px; font-size: 1.4rem;
        font-weight: 400;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        background-color: #F9FAFC;
      }
      
      #correlation-table_wrapper
      
      #topicTable tbody .sorting_1 {
        width: 90%;
      }
      
      #topicTable thead th {
        border: none !important;
      }
      
      table.dataTable thead th {
        position: relative;
        background: none !important;
      }
      
      .single-topic table.dataTable thead th:first-of-type { 
        width: 90% !important; 
      }
      .single-topic table.dataTable thead th:last-of-type { 
        width: 10% !important;
        min-width: 110px !important;
      }
      
      /* Topic Content */
      
      .section-topic-content {
        margin-bottom: 4rem;
        align-content: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        justify-content: space-between;
      }
      
        .section-topic-content aside,
        #topicTable_filter {
          align-content: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start;
          justify-content: flex-start;
          width: 50%;
          height: auto;
        }
        
        #topicTable_filter {
          padding: 0;
          max-width: 400px;
        }
        
        #topicTable tr a {
          color: #222;
        }
        
        .section-topic.topic-map-results h2,
        .section-topic-content aside h2,
        .section-news-single .type-news h2,
        .section-news-single .type-news h1 {
          max-width: 440px;
          margin-bottom: 2rem;
          font-size: 40px; font-size: 4.0rem;
          font-weight: 700;
        }
        
        .section-topic.topic-map-results h2 {
          width: 95%;
          max-width: 95%;
        }
        
        .section-topic.topic-map-results h2 span {
          display: block;
        }
        
        .single-country .section-topic-content aside h2 {
          max-width: 90%;
        }
        
        .section-topic-content aside p {
          width: 94%;
        }
        
        .section-news-single .type-news h1 {
          margin-bottom: 4rem;
          width: 80%;
          min-width: 80%;
        }
        
        .section-topic-content .search,
        .section-topic-content .search input,
        #topicTable_filter label, 
        #topicTable_filter input {
          width: 100%;
          max-width: 100%;
          height: 60px;
          border-radius: 5px;
        }
        
        #topicTable_length {
          width: 50%;
          max-width: 300px;
          background-color: #BE0F34;
        }
        
        #topicTable_filter label,
        #topicTable_length label {
          margin-bottom: 0;
          align-content: center;
          -ms-align-items: center;
          align-items: center;
          justify-content: space-between;
          border-radius: 0;
          height: 60px;
          font-size: 16px; font-size: 1.6rem;
        }
        
        #topicTable_filter label {
          padding-left: 2rem;
          font-weight: 600;
          border-left: 1px solid #D4DADC;
        }
        
        #topicTable_length, 
        #topicTable_length label {
          border-radius: 5px 0 0 0;
        }
        
        #topicTable_length label,
        #topicTable_info {
          padding-left: 2rem;
          width: 100%;
        }
        
        #topicTable_length label {
          max-width: 200px;
          color: #fff;
        }
        
          #topicTable_info,
          #topicTable_paginate {
            padding-top: 0;
            align-content: center;
            -ms-align-items: center;
            align-items: center;
            font-size: 14px; font-size: 1.4rem;
            font-weight: 400;
            font-family: 'Open Sans', Helvetica, Arial, sans-serif;
            height: 60px;
            color: #222;
          }
          
          #topicTable_info {
            max-width: 300px;
          }
          
          #topicTable_paginate {
            padding-right: 1rem;
          }
          
          #topicTable_wrapper .dataTables_paginate .paginate_button,
          #topicTable_wrapper .dataTables_paginate .paginate_button.current {
            border: none !important;
          }
          
          #topicTable_wrapper .dataTables_paginate .paginate_button.current, 
          #topicTable_wrapper .dataTables_paginate .paginate_button.current:hover,
          #topicTable_wrapper .dataTables_paginate .paginate_button:hover {
            color: #fff !important;
            background: none !important;
            background-color: #BE0F34 !important;
            border-radius: 100px;
          }

        
        #topicTable_length label select {
          width: 100%;
          border: none;
          background: none;
          width: 50px; 
          color: #fff;
        }
        
        .section-topic-content .search {
          margin-top: 3rem;
          padding: 0;
        }
        
        .section-topic-content .search input,
        #topicTable_filter input {
          padding: 2rem 3rem;
        }
        
        .section-topic-content .search input {
          border: 1px solid #D4DADC;
        }
        
        table.dataTable.no-footer {
          border-top: 1px solid #D4DADC;
          border-bottom: 1px solid #D4DADC !important;
        }
        
        #peer-group-comparison-table_wrapper table.dataTable.no-footer {
          border-top: none;
        }
        
        #peer-group-comparison-table_wrapper table.dataTable thead th, 
        #peer-group-comparison-table_wrapper table.dataTable tbody td,
        #correlation-table,
        #download-table-header th {
          border: none;
          border-color: #D4DADC;
        }
        
        #download-table-header {
          height: 80px;
        }
        
        #download-table-header th {
          padding: 1rem 2rem;
          width: 150px !important;
        }
        
        #topicTable_filter input,
        .page-template-data-analysis-rank-comparison #peer-group-comparison-table_filter input,
        #correlation-table thead th {
          border: none;
        }
        
        .section-topic-content .search:after,
        #topicTable_filter label:after {
          top: 2.2rem;
          right: 3rem;
        }
        
        .section-country-information,
        .section-news-single .type-news {
          padding: 0 8rem 4rem;
          margin: 0 auto;
        }
        
        .section-country-information {
          display: none;
        }
        
        .single-country .site-content > div .section-country-information:nth-of-type(2),
        .section-news-single .type-news {
          margin: 8rem 0;
          padding-top: 8rem;
          background: #fff;
        }
        
        .single-country .site-content > div .section-country-information:nth-of-type(2) {
          margin-top: 0;
          margin-bottom: 0;
        }
        
        .section-news-single { 
          padding-top: 10rem;
          background: #EBF0F6; 
        }
        
        .single-country footer {
          /* margin-top: 4rem; */
        }
        
        .section-news-single .type-news .entry-content {
          padding-bottom: 5rem;
          width: 90%;
          max-width: 800px;
          font-size: 16px; font-size: 1.6rem;
        }
      
      /* Topic Content */
      
      /* Table Results List */
      
      #download-table-header {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        width: 100%;
        align-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: flex-start;
      }
      
      .map-analyze-table-list-results {
        padding-bottom: 3rem;
        border-radius:  0 0 5px 5px;
      }
      
      .table-list-results-header,
      #peer-group-comparison-table thead,
      .country-result-score,
      #correlation-table thead,
      #download-table-header {
        width: 100%;
        height: 50px;
        align-content: stretch;
        -ms-align-items: center;
        align-items: center;
      }
      
      #download-table-body tr td:nth-of-type(1) {
        max-width: 50px;
      }
      
      .table-list-results-header,
      #peer-group-comparison-table thead {
        margin-bottom: 4rem;
      }
      
      .country-result-score,
      .map-analyze-table-list-results {
        background-color: #fff;
      }
      
      .table-list-results-header aside,
      .country-result-score aside {
        position: relative;
        width: 33.33%;
        justify-content:  flex-start;
      }
        
        .table-list-results-header aside p,
        .table-list-results-header aside button,
        .country-result-score aside p,
        .single-topic table.dataTable tbody th, 
        .single-topic table.dataTable tbody td,
        #peer-group-comparison-table_wrapper table.dataTable tbody td,
        #correlation-table th,
        #correlation-table td,
        #download-table th,
        #download-table td {
          margin-bottom: 0;
          padding: 1rem 2rem;
          width: 100%;
          height: 50px;
          font-size: 14px; font-size: 1.4rem;
          font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        }
        
        #peer-group-comparison-table_wrapper table.dataTable tbody tr,
        #download-table_wrapper table.dataTable tbody tr {
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          height: 40px;
          padding: 0 3rem;
        }
        
        #download-table_wrapper table.dataTable tbody tr {
          height: auto;
        }
        
        #peer-group-comparison-table_wrapper table.dataTable tbody tr:hover {
          background-color: #F9FAFC;
        }
        
        #peer-group-comparison-table_wrapper table.dataTable tbody td,
        #correlation-table td
        #download-table td  {
          padding: 0 18px;
          height: 40px;
          width: 150px;
          line-height: 3;
        }
        
        #correlation-table td,
        #correlation-table th {
          width: 14.28%;
          min-width: 140px;
          border-color: #EBF0F6;
        }
        
        #download-table th,
        #download-table td {
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          align-content: center;
          -ms-align-items: center;
          align-items: center;
          justify-content: flex-start;
          width: 150px;
          border: none;
        }
        
        .table-list-results-header aside .btn-sort-by-score {
          padding-left: 0;
        }
        
        .table-list-results-header aside button {
          padding-top: 1.4rem;
          width: 100%;
          font-weight: 600;
          background: none;
          border: none;
          cursor: pointer;
        }
        
          .table-list-results-header aside button:before,
          table.dataTable thead th:before {
            display: inline-block;
            margin: 0.9rem 0.5rem 0 0;
            content: '';
            width: 0; 
            height: 0; 
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #222;
            vertical-align: bottom;
            transition: all 0.3s ease-out;
              -webkit-transition: all 0.3s ease-out;
          }
          
          table.dataTable thead th:before {
            margin-right: 1rem;
            vertical-align: top;
          }
          
          table.dataTable thead .sorting_asc:before {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: none;
            border-bottom: 4px solid #222;
          }
          
          .single-country .table-list-results-header aside button::before {
            visibility: hidden;
            opacity: 0;
          }
        
        .table-list-results-header .score-bar,
        .country-result-score .score-bar {
          flex-grow: 2;
        }
        
        .country-result-score .score-bar {
          margin-right: 16rem;
        }
        
        .country-result-score .score-bar:before,
        .country-result-score .bar {
            position: absolute;
            display: block;
            content: '';
            width: 100%;	
          	height: 5px;	
            border-radius: 5px;	
        }
        
        .country-result-score .score-bar:before {
          background-color: #D4DADC;
        }
        
        .country-result-score .bar {
          background-color: #BE0F34;
        }
          
        .map-analyze-table-list-results .country {
          max-width: 360px;
        }
        
        .map-analyze-table-list-results .country-score {
          max-width: 200px; 
        }
        
          .map-analyze-table-list-results .country-score p {
            font-weight: 600;
          }
          
      /* Rank Comparaison */
      
      #download-table_info {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
      }
      
      .page-template-data-analysis-rank-comparison #peer-group-comparison-table_wrapper,
      #correlation-table_wrapper ,
      #download-table_wrapper {
        padding-top: 60px;
        min-height: auto;
      }
      
        /* .page-template-data-analysis-rank-comparison #peer-group-comparison-table-header, */
        #peer-group-comparison-table thead,
        #correlation-table thead,
        #download-table_wrapper thead {
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          padding: 0 3rem;
          height: 80px;
          border-top: 1px solid #EBF0F6;
          border-bottom: 1px solid #EBF0F6;
        }
        
        #download-table_wrapper thead {
          align-content: center;
          -ms-align-items: center;
          align-items: center;
          min-height: 150px;
        }
        
        #correlation-table {
          border-color: #EBF0F6 !important;
        }
        
        #correlation-table thead {
          border-bottom: none;
          border-top: none;
        }
        
        #correlation-table thead {
          padding: 0;
        }
        
        #correlation-table thead tr {
          width: 100%;
          height: 40px;
        }
        
        #correlation-table_wrapper {
          border: 1px solid #EBF0F6;
        }
        
         #peer-group-comparison-table_paginate,
         #correlation-table_paginate,
         #correlation-table,
         #download-table_paginate {
           border-top: 1px solid #EBF0F6;
         }
        
        #peer-group-comparison-table_info,
        #peer-group-comparison-table_paginate,
        #download-table_info {
          padding: 0 3rem;
        }
        
        #download-table {
          border-top: none;
        }
      
        .page-template-data-analysis-rank-comparison #peer-group-comparison-table_length,
        .page-template-data-analysis-rank-comparison #peer-group-comparison-table_filter,
        #correlation-table_length,
        #correlation-table_filter,
        #download-table_filter,
        #download-table_wrapper .dt-buttons {
          position: absolute;
          top: 0;
          height: 60px;
        }
        
        .page-template-data-analysis-rank-comparison #peer-group-comparison-table_length,
        #correlation-table_length,
        #download-table_wrapper .dt-buttons {
          left: 0;
          padding: 0 3rem;
        }
        
        .page-template-data-analysis-rank-comparison #peer-group-comparison-table_filter,
        #correlation-table_filter,
        #correlation-table_length,
        #download-table_filter,
        #download-table_wrapper .dt-buttons {
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          right: 0;
          width: 50%;
          max-width: 350px;
          color: #222;
          font-size: 16px; font-size: 1.6rem;
          font-family: 'Open Sans', Helvetica, Arial, sans-serif;
          font-weight: 400;
        }
        
        .page-template-data-analysis-rank-comparison #peer-group-comparison-table_filter label,
        #correlation-table_filter label,
        #download-table_filter label {
          line-height: 2.5;
          height: 60px;
          padding-top: 1rem;
          padding-left: 2rem;
          text-align: center;
        }
        
        .page-template-data-analysis-rank-comparison #peer-group-comparison-table_filter input,
        #correlation-table_filter input,
        #download-table_filter input {
          position: absolute;
          top: 0;
          left: 80px;
          width: 100%;
          width: calc(100%-80px);
          height: 100%;
          color: #222;
          font-size: 16px; font-size: 1.6rem;
          font-family: 'Open Sans', Helvetica, Arial, sans-serif;
          font-weight: 400;
          background: none;
          border: none;
        }
        
        .page-template-data-analysis-rank-comparison #peer-group-comparison-table_wrapper .sorting,
        #correlation-table_wrapper .sorting,
        #download-table_filter .sorting {
          position: relative;
          padding-left: 20px;
        }
        
        #correlation-table_wrapper .sorting {
          height: 40px;
        }
        
        #download-table_filter {
          height: 60px;
        }
        
        .page-template-data-analysis-rank-comparison #peer-group-comparison-table_wrapper thead th::before {
          position: absolute;
          top: 8px;
          left: 0;
        }
        
        .page-template-data-analysis-rank-comparison #peer-group-comparison-table_wrapper thead th,
        #download-table_wrapper thead th  {
          width: 150px;
          font-size: 14px; font-size: 1.4rem;
          line-height: 1;
        }
        
        #download-table_info,
        #download-table_paginate {
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
        }
        
        #peer-group-comparison-table_info,
        #correlation-table_info,
        #peer-group-comparison-table_paginate,
        #correlation-table_paginate,
        #download-table_paginate,
        #download-table_info {
          padding: 2rem 3rem;
          font-size: 16px; font-size: 1.6rem;
          justify-content: center;
        }
        
        #peer-group-comparison-table_paginate .paginate_button,
        #correlation-table_paginate .paginate_button,
        #download-table_paginate .paginate_button {
          border: none !important;
          transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
        }
        
        #peer-group-comparison-table_paginate .paginate_button.current, 
        #peer-group-comparison-table_paginate .paginate_button.current:hover,
        #peer-group-comparison-table_paginate .paginate_button:hover,
        #correlation-table_paginate .paginate_button.current, 
        #correlation-table_paginate .paginate_button.current:hover,
        #correlation-table_paginate .paginate_button:hover,
        #download-table_paginate .paginate_button.current, 
        #download-table_paginate .paginate_button.current:hover,
        #download-table_paginate .paginate_button:hover  {
          color: #fff !important;
          background: #BE0F34 !important;
          border-radius: 200px;
        }
        
        #peer-group-comparison-table_paginate .paginate_button.next,
        #peer-group-comparison-table_paginate .paginate_button.previous,
        #correlation-table_paginate .paginate_button.next,
        #correlation-table_paginate .paginate_button.previous,
        #download-table_paginate .paginate_button.next,
        #download-table_paginate .paginate_button.previous {
          color: #222 !important;
          background: #fff !important;
        }
        
        #peer-group-comparison-table_paginate .paginate_button.next:hover,
        #peer-group-comparison-table_paginate .paginate_button.previous:hover,
        #correlation-table_paginate .paginate_button.next:hover,
        #correlation-table_paginate .paginate_button.previous:hover,
        #download-table_paginate .paginate_button.next:hover,
        #download-table_paginate .paginate_button.previous:hover {
          opacity: 0.6;
        }
        
        #download-table_wrapper .dt-buttons {
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          align-content: center;
          -ms-align-items: center;
          align-items: center;
          justify-content: flex-start;
        }
        
        #download-table_wrapper .dt-buttons button {
          margin-left: 15px;
          width: 75px;
          height: 30px;
          color: #BE0F34;
          background: #fff;
          border: 1px solid #BE0F34;
          font-size: 14px; font-size: 1.4rem;
          border-radius: 100px;
          transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
        }
        
        #download-table_wrapper .dt-buttons button:hover,
        #download-table_wrapper .dt-buttons button:active {
          color: #fff;
          background: #BE0F34;
        }
      
      /* Rank Comparaison */
      
      /* Correlation */
      
      #correlation-table_wrapper {
        background: #fff;
      }
      
      #correlation-table tbody {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-content: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        justify-content: flex-start;
      }
    
      
      /* Table Results List */
      
      /* Accordions Components */

      .section-components {
        display: none !important; 
      }
      
      .section-components,
      .accordion-components, 
      .accordion-components div,
      .accordion-components .btn {
        width: 100%;
      }
      
      .accordion-components h2,
      .accordion-components button {
        height: 60px;
      }
      
      .accordion-components {
        border: 1px solid #D4DADC;
        border-radius: 5px;
        margin-bottom: 1rem;
        transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
      }
      
        .accordion-components .collapse.show {
          height: auto;
        }
      
        .accordion-components h2,
        #topicTable.accordion-components .btn .accordion-title {
          margin-bottom: 0;
        }
      
        .accordion-components .btn,
        #topicTable.accordion-components .btn .accordion-title {
          justify-content: flex-start;
          position: relative;
          padding: 0;
          color: #222;
          font-size: 20px; font-size: 2.0rem;
          text-align: left;
          border: none;
          border-radius: 5px;
          transition: all 0.1s ease-out;
            -webkit-transition: all 0.1s ease-out;
        }
        
          .accordion-components .btn .icon,
          .accordion-components .btn .amount,
          #topicTable.accordion-components .btn .accordion-heading:before {
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            align-content: center;
            -ms-align-items: center;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            content: '+';
            color: #BE0F34;
            font-size: 18px; font-size: 1.8rem;
            font-family: 'Open Sans', Helvetica, Arial, sans-serif;
            font-weight: 400;
            text-align: center;
            transition: all 0.3s ease-out;
              -webkit-transition: all 0.3s ease-out;
          }
          
          #topicTable.accordion-components .btn[aria-expanded="true"] .accordion-heading:before {
            content: '-';
          }
          
          .accordion-components .btn .icon {
            padding-left: 1rem;
            margin-right: 2rem;
            border-right: 1px solid #D4DADC;
          }
          
          #topicTable.accordion-components .btn .accordion-heading:before {
            margin-right: 2rem;
            font-size: 30px; font-size: 3rem;
            border-right: 1px solid #D4DADC;
          }
          
          .accordion-components .btn .icon:before,
          .accordion-components .btn .icon:after {
            display: block;
            background-color: #BE0F34;
            content: '';
            transition: all 0.3s ease-out;
              -webkit-transition: all 0.3s ease-out;
          }
          
          .accordion-components .btn .icon:before {
            width: 2px;
            height: 16px;
          }
          
          .accordion-components .btn .icon:after {
            margin-left: -9px;
            width: 16px;
            height: 2px;
          }
          
          .accordion-components .btn .amount {
            position: absolute;
            top: 0;
            right: 0;
            align-self: flex-end;
            color: #A4B0B4;
            border-radius: 0 5px 5px 0;
            border-left: 1px solid #D4DADC;
          }
          
          .accordion-components .btn:hover,
          .accordion-components .btn:focus,
          .accordion-components .btn:active {
            text-decoration: none;
          }
          
          .accordion-components .btn:not(.collapsed) {
            color: #fff;
            background-color: #BE0F34;
            border-radius: 5px 5px 0 0;
          }
          
          .accordion-components .btn:not(.collapsed) span {
            color: #fff;
            font-weight: 300;
            border-color: rgba(255, 255, 255, 0.4);
          }
          
          .accordion-components .btn:not(.collapsed) .icon:after,
          .accordion-components .btn-sub:not(.collapsed) {
            background-color: #fff;
          }
          
          .accordion-components .btn:not(.collapsed) .icon:before {
            opacity: 0;
          }
          
          .accordion-components .btn-sub {
            padding-left: 6rem;
            font-size: 18px; font-size: 1.8rem;
            background: none;
            border-bottom: 1px solid #D4DADC;
            border-radius: 0;
          }
          
          .accordion-components .btn-sub:not(.collapsed) {
            color: #222;
          }
          
          .accordion-components .btn-sub:not(.collapsed) span {
            color: #A4B0B4;
            font-weight: 500;
            border-color: #D4DADC;
          }
          
          .accordion-components .btn-sub:focus {
            box-shadow: none;
              -webkit-box-shadow: none;
          }
          
          .component-body .component-content:last-of-type .btn-sub {
            border-bottom: none;
            border-radius: 0 0 5px 5px;
          }
          
          .accordion-components .btn-sub .icon:before,
          .accordion-components .btn-sub .icon:after {
            display: none;
          }
          
          .accordion-components .btn-sub .icon svg {
            width: 16px;
            height: 12px;
            -moz-transform: scale(-1, -1);
            -o-transform: scale(-1, -1);
            -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
            transition: all 0.3s ease-out;
              -webkit-transition: all 0.3s ease-out;
          }
          
          .accordion-components .btn-sub:not(.collapsed) .icon svg {
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
          }
          
          .accordion-components .btn-sub .view-countries:before {
            position: absolute;
            top: 17px;
            right: 80px;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            width: 150px;
            content: 'View Countries';
            color: #BE0F34;
            font-size: 16px; font-size: 1.6rem;
            font-weight: 600;
            background: url('/wp-content/uploads/icon-content@1.5x.svg') right center no-repeat;
            background-size: 18px 13px;
              -webkit-background-size: 18px 13px;
          }
          
          .accordion-components .map-analyze-results {
            min-height: 700px;
            background-color: #D4DADC;
            border-bottom: 1px solid #D4DADC;
          }
          
          /* Accordions Safety Outcomes */
          
          .accordion-safety-outcomes .btn:not(.collapsed) {
            color: #222;
            background-color: #fff;
          }
          
          .accordion-safety-outcomes .btn:not(.collapsed) .icon {
            border-color: #D4DADC;
            border-bottom: 1px solid #D4DADC;
          }
          
          .accordion-components .btn:not(.collapsed) .icon::after {
            background-color: #BE0F34;
          }
          
          .accordion-safety-outcomes .btn .icon {
            margin-right: 0;
            border-right: none;
            border-bottom: 1px solid #D4DADC;
          }
          
          .accordion-safety-outcomes .btn-link {
            align-content: flex-start;
            -ms-align-items: flex-start;
            align-items: flex-start;
            font-size: 40px; font-size: 4.0rem;
            font-weight: 700;
          }
          
          .accordion-safety-outcomes .accordion-title {
            position: relative;
            padding-top: 1.7rem;
            padding-left: 4rem;
            color: #222;
          }
          
            .accordion-safety-outcomes .btn:not(.collapsed) .accordion-title {
              color: #222;
              font-weight: 700;
            }
          
          .accordion-safety-outcomes .component-body {
            position: relative;
            padding: 0 0 4rem 65px;
          }
          
          .accordion-safety-outcomes .component-header p {
            position: relative;
            margin-bottom: 0;
            padding: 4rem 4rem 4rem 10.5rem;
          }
          
          .accordion-safety-outcomes .component-body p {
            padding-left: 4rem;
          }
          
          .accordion-safety-outcomes .btn-sub {
            padding-left: 1.5rem;
          }
          
          .accordion-safety-outcomes .accordion-title:before,
          .accordion-safety-outcomes .component-body:before,
          .accordion-safety-outcomes .component-header p:before {
            position: absolute;
            top: 0;
            content: '';
            width: 5px;
            height: 100%;
            background-color: #BE0F34;
          }
          
          .accordion-safety-outcomes .accordion-title:before { left: 0; }
          .accordion-safety-outcomes .component-body:before,
          .accordion-safety-outcomes .component-header p:before  { left: 60px; }
          
          .accordion-safety-outcomes .component-header p:before {
            margin-right: 4rem;
          }
          
          .accordion-safety-outcomes .component-body .btn-sub {
            font-size: 22px; font-size: 2.2rem;
            font-weight: 700;
          }
          
          .accordion-safety-outcomes .related-content {
            /* border-top: 1px solid #D4DADC; */
          }
          
          .accordion-safety-outcomes .related-content .component-header {
            padding-left: 6rem;
            border-top: 1px solid #D4DADC;
          }
          
          .accordion-safety-outcomes .related-content .component-header button {
            border-bottom: none;
          }
          
          .accordion-safety-outcomes .related-content .icon {
            border-bottom: none !important;
          }
          
          .accordion-safety-outcomes .related-content p:before {
            display: none;
          }
          
          .accordion-safety-outcomes .related-content .dalys-information,
          .accordion-safety-outcomes .related-content .content-description h3,
          .accordion-safety-outcomes .related-content .content-description .content-involment h4 {
            font-size: 18px; font-size: 1.8rem;
            font-family: 'Open Sans', Helvetica, Arial, sans-serif;
          }
          
          
          .accordion-safety-outcomes .related-content .dalys-information {
            position: absolute;
            top: 1.5rem;
            right: 4rem;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            font-weight: 400;         
          }
          
          .accordion-safety-outcomes .related-content .component-header p {
            padding-top: 1rem;
            padding-bottom: 2rem;
          }
          
          .accordion-safety-outcomes .related-content .content-description {
            padding: 2rem 4rem 2rem 10rem; 
          }
          
          .accordion-safety-outcomes .related-content .content-description h3 {
            margin-bottom: 3rem;
            font-weight: 600;
          }
          
          
          .accordion-safety-outcomes .related-content .content-description .content-involment h4,
          .accordion-safety-outcomes .related-content .content-description .content-involment h4 a  {
            position: relative;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            align-content: center;
            -ms-align-items: flex-start;
            align-items: flex-start;
            justify-content: flex-start;
            margin-bottom: 0;
            width: 100%;
            font-weight: 700;
          }
          
            .accordion-safety-outcomes .related-content .content-description .content-involment h4 {
              margin: 4rem 0 1rem;
            }
          
            .accordion-safety-outcomes .related-content .content-description .content-involment h4 a:link,
            .accordion-safety-outcomes .related-content .content-description .content-involment h4 a:visited {
              color: #222;
              text-decoration: none;
            }
          
            .accordion-safety-outcomes .related-content .content-description .content-involment h4 a:hover   {}
            .accordion-safety-outcomes .related-content .content-description .content-involment h4 a:active  {}
          
            .accordion-safety-outcomes .related-content .content-description .content-involment h4 a:after {
              display: -webkit-flex;
              display: -ms-flex;
              display: flex;
              margin-left: 2rem;
              content: '';
              width: 24px;
              height: 24px;
              background: url('/wp-content/uploads/icon-open-in-new.svg') center -2px no-repeat;
              background-size: 24px 24px;
                -webkit-background-size: 24px 24px;
            }
            
            .involment-status,
            .involment-status:after,
            .accordion-headings {
              display: -webkit-flex;
              display: -ms-flex;
              display: flex;
              align-content: center;
              -ms-align-items: center;
              align-items: center;
              justify-content: flex-end;
            }
            
            .involment-status {
              width: 200px;
            }
            
              .involment-status:after {
                display: -webkit-flex;
                display: -ms-flex;
                display: flex;
                margin-left: 1rem;
                content: '';
                width: 30px;
                height: 30px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 30px 30px;
                  -webkit-background-size: 30px 30px;
              }
              
              .involment-status.involved {
                color: #3AB436;
              }
              
              .involment-status.not-involved {
                color: #BE0F34;
              }
              
              .involment-status.involved:after {
                background-image: url('/wp-content/uploads/icon-involved@1.5x.svg');
              }
              
              .involment-status.not-involved:after {
                background-image: url('/wp-content/uploads/icon-not-involved@1.5x.svg');
              }
            
            .accordion-safety-outcomes .related-content .content-description p {
              margin-top: 2rem;
              padding-left: 0;
            }
          
          
          /* Accordions Safety Outcomes */
          
          
          /* Accordions Single Country */
          
          #topicTable.accordion-components {
            border: none;
          }
          
          #topicTable.accordion-components .btn {
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            align-content: stretch;
            -ms-align-items: stretch;
            align-items: stretch;
            justify-content: stretch;
            background-color: #fff;
            height: 100%;
            min-height: 60px;
          }
          
            #topicTable.accordion-components .card {
              margin-bottom: 10px;
              min-height: 62px;
              align-content: flex-start;
              -ms-align-items: flex-start;
              align-items: flex-start;
              justify-content: flex-start;
            }
            
            #topicTable.accordion-components .card {
              border-bottom: 1px solid #D4DADC !important;
            }
            
            #topicTable.accordion-components .card-header {
              padding: 0;
              background: none;
              height: 61px;
            }
            
            #topicTable.accordion-components .btn .accordion-heading {
              display: -webkit-flex;
              display: -ms-flex;
              display: flex;
              margin-top: 0;
              margin-bottom: 30px;
              width: 100%;
              height: 60px;
              -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;
            }
            
            #topicTable.accordion-components .btn .accordion-title,
            .accordion-headings .heading-title {
              width: 50%;
            }
            
            #topicTable.accordion-components .btn .accordion-score,
            #topicTable.accordion-components .btn .accordion-rank,
            .accordion-headings .heading-score,
            .accordion-headings .heading-rank {
              display: -webkit-flex;
              display: -ms-flex;
              display: flex;
              width: 25%;
              font-size: 20px; font-size: 2rem;
              font-weight: 400;
              justify-content: center;
            }
            
            .accordion-headings .heading-score {
              justify-content: flex-start;
              font-size: 16px; font-size: 1.6rem;
              width: 23%;
            }
            
            .accordion-headings .heading-rank {
              max-width: 55px;
              line-height: 1;
              height: 45px;
              font-size: 16px; font-size: 1.6rem;
            }
            
            #topicTable.accordion-components .btn .accordion-score {
              flex-grow: 2;
            }
            
            #topicTable.accordion-components .btn .accordion-rank {
              align-content: center;
              -ms-align-items: center;
              align-items: center;
              width: 60px;
              height: 60px;
              color: #BE0F34;
              border-left: 1px solid #D4DADC !important;
            }
            
            #topicTable.accordion-components .btn .accordion-rank:before {
              position: absolute;
              top: -40px;
              height: 40px;
              width: 40px;
              /* content: 'Rank'; */
              color: #BE0F34;
              font-size: 18px; font-size: 1.8rem;
              font-weight: 500;
            }
            
            .accordion-components .btn:not(.collapsed) span,
            .accordion-country-content {
              color: #222;
            }
            
            .accordion-components .btn:not(.collapsed) span {
              font-weight: 600;
            }
            
            .accordion-country-content {
              padding: 3rem;
              font-size: 14px; font-size: 1.4rem;
              font-weight: 400;
              line-height: 1.4;
            }
            
            .accordion-table {
              padding: 0 3rem 3rem;
              display: -webkit-flex;
              display: -ms-flex;
              display: flex;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
            }
            
            #topicTable .accordion-table thead {
              margin-bottom: 0;
              height: auto;
              border-top: 1px solid #dadada;
            }
            
            #topicTable .accordion-table tbody,
            #topicTable .accordion-table thead {
              border-right: 1px solid #dadada;
            }
            
            .accordion-table tr {
              display: -webkit-flex;
              display: -ms-flex;
              display: flex;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              justify-content: space-between;
            }
            
            .accordion-table th,
            .accordion-table td {
              display: -webkit-flex;
              display: -ms-flex;
              display: flex;
              width: 25%;
              height: 40px;
              font-size: 14px; font-size: 1.4rem;
              align-content: center;
              -ms-align-items: center;
              align-items: center;
              justify-content: center;
              text-align: center;
              border-bottom: 1px solid #dadada;
              border-left: 1px solid #dadada;
            }
            
            #topicTable .accordion-table thead th {
              border-bottom: 1px solid #dadada !important;
              border-left: 1px solid #dadada !important;
            }
            
          
          /* Accordions Single Country */
          
  
/* Section Topic */

/* Section News Listings */

 .section-news-listings {
   background: #EBF0F6;
 }

.section-news-listings .section-header,
.section-news-listings .news-container {
  padding: 4rem 8rem;
  width: 100%;
  height: auto;
}

  .section-news-listings .section-header {
    justify-content: flex-end;
  }

  .section-news-listings .news-container {
    padding-bottom: 8rem;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .section-news-listings .aside-resource {
    position: relative;
    min-height: 490px;
    justify-content: flex-start;
    flex-direction: column;
    width: 32.33%;
    background-color: #fff;
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
  
  .section-news-listings .aside-resource a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .section-news-listings .aside-resource a:hover,
  .section-news-listings .aside-resource a:active {
    text-decoration: none;
  }
  
  .section-news-listings .aside-resource:hover,
  .section-news-listings .aside-resource:active {
    z-index: 2;
    box-shadow: 0 48px 50px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 48px 50px 0 rgba(0,0,0,0.3);
  }
    
  .section-news-listings .aside-resource a:empty {
    display: none;
  }
  
  .section-news-listings .aside-resource p {
    flex-grow: 2;
    margin: 0 auto;
    padding-top: 0;
    width: 86%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .section-news-listings .aside-resource p:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 360px;
    min-height: 420px;
    line-height: 1.4;
  }
  
  .section-news-listings .aside-resource .resource-title {
    margin: 0 auto 2rem;
    padding: 1rem 0 2rem;
    /* width: 86%; */
    min-height: 50px;
    max-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
  
  .section-news-listings .aside-resource .resource-title .news-img img {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    font-size: 12px; font-size: 1.2rem;
    margin: 2rem 0;
    object-fit: cover;
    background-color: rgba(0,0,0,0.1);
  }
  
  .section-news-listings .aside-resource .added-date {
    padding: 1rem 0;
  }
  
  .section-news-listings .aside-resource .read-more {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    /* width: 86%; */
    font-size: 14px; font-size: 1.4rem;
    color: #BE0F34;
    justify-content: flex-end;
    text-align: right;
    border: none;
  }
  
  .section-news-listings .aside-resource a:hover .resource-title,
  .section-news-listings .aside-resource a:active .resource-title,
  .section-news-single .type-news .entry-content a:link,
  .section-news-single .type-news .entry-content a:visited {
    color: #BE0F34;
  }
  
  .section-news-single .type-news .entry-content {
    font-size: 16px !important; font-size: 1.6rem !important;
  }
  
  .section-news-single .type-news .entry-content br {
    display: none;
  }


/* Section News Listings */

/* 1800px or less */

@media (max-width: 1800px) {
  
  .map-analyze-results-header .filter-set {
    padding: 1rem 2rem;
    justify-content: flex-end;
  }
  
}

/* 1800px or less */

/* 1200px or less */

@media (max-width: 1200px) {
  
  .section-news-listings .aside-resource,
  .section-news-listings .aside-resource:nth-of-type(1), 
  .section-news-listings .aside-resource:nth-of-type(4) {
    margin: 0 1% 2rem;
    width: 48%;
  }
  
  #topicTable_length,
  #topicTable_filter {
    max-width: initial;
  }
  
  #topicTable.accordion-components .btn .accordion-score, 
  #topicTable.accordion-components .btn .accordion-rank, 
  .accordion-headings .heading-score, .accordion-headings .heading-rank,
  #topicTable.accordion-components .btn .accordion-title {
    font-size: 16px; font-size: 1.6rem;
  }
  
}

/* 1200px or less */

/* 1000px or less */

@media (max-width: 1000px) {
  
  #topicTable_info, 
  #topicTable_paginate {
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 80px;
    justify-content: center;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 12px; font-size: 1.2rem;
  }
  
  .section-news-listings .aside-resource p:first-of-type {
    font-size: 14px; font-size: 1.4rem;
  }

}

/* 1000px or less */

/* 960px or less */

@media (max-width: 960px) {
  
  .section-news-single {
    padding-top: 7rem;
  }
  
  .section-news-single .type-news {
    margin: 0;
  }
  
}

/* 960px or less */


/* 768px or less */

@media (max-width: 768px) {
  
  .section-accordions {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .section-topic {
    padding: 2rem;
  }
  
  .section-news-single .type-news {
    padding: 4rem;
  }
  
  .section-news-single .type-news h1 {
   font-size: 30px; font-size: 3rem;
  }
  
  .section-topic-content .search, 
  .section-topic-content .search input {
    height: 40px;
  }
  
  .section-topic-content .search::after {
    top: 1.3rem;
    right: 2rem;
  }
  
  .accordion-components .btn,
  .accordion-components .btn .icon, 
  .accordion-components .btn .amount {
    font-size: 16px; font-size: 1.6rem;
  }
  
  .accordion-components .btn .icon, 
  .accordion-components .btn .amount,
  .accordion-components h2, 
  .accordion-components button {
    height: 35px;
  }
  
  .accordion-components .btn .icon, 
  .accordion-components .btn .amount {
    width: 35px;
  }
  
  .accordion-components .btn .icon {
    padding-left: 0.5rem;
  }
  
  .accordion-components .btn .icon:before { height: 12px; }
  
  .accordion-components .btn .icon:after {
    margin-left: -7px;
    width: 12px;
  }
  
  .accordion-components .btn-sub {
    padding-left: 3rem;
  }
  
  .accordion-components .btn-sub .icon svg {
    width: 10px;
    height: 6px;
  }
  
  .accordion-components .btn-sub .view-countries::before {
    top: 5px;
    right: 45px;
  }
  
  .accordion-safety-outcomes .accordion-title {
    padding-top: 0.6rem;
    padding-left: 2rem;
    height: 35px;
  }
  
  .accordion-safety-outcomes .component-header p {
    padding: 2rem 2rem 2rem 7.5rem;
    font-size: 13px; font-size: 1.3rem;
  }
  
  .accordion-safety-outcomes .component-body::before, 
  .accordion-safety-outcomes .component-header p::before {
    left: 35px;
  }
  
  .accordion-safety-outcomes .related-content .component-header {
    padding-left: 0;
  }
  
  .accordion-safety-outcomes .component-body .btn-sub {
    font-size: 16px; font-size: 1.6rem;
  }
  
  .accordion-safety-outcomes .related-content .dalys-information {
    position: relative;
    font-size: 14px; font-size: 1.4rem;
    top: 0;
    right: initial;
  }
  
  .section-news-listings .aside-resource .resource-title {
    font-size: 16px; font-size: 1.6rem;
  }
  
  .accordion-components .btn-sub {
    padding-left: 2rem;
  }
  
  .accordion-safety-outcomes .related-content .component-header p {
    padding-top: 3rem;
    padding-left: 2rem;
  }
  
  .map-analyze-table-list-results {
    padding-bottom: 1rem;
  }
  
  .accordion-components .related-content h2 {
    padding-top: 1rem;
  }
  
  .accordion-safety-outcomes .related-content .component-header button {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
  }
  
  .country-result-score {
    height: 35px;
  }
  
  .section-news-single .type-news .entry-content {
    max-width: 90%;
  }
  
  .section-news-listings .news-container,
  .section-news-listings .section-header {
    padding: 4rem;
  }
  
  .section-news-listings .aside-resource,
  .section-news-listings .aside-resource:nth-of-type(1), 
  .section-news-listings .aside-resource:nth-of-type(4) {
    margin: 0 auto 2rem;
    width: 100%;
    max-width: 100%;
  }
  
  #topicTable_length, 
  #topicTable_filter {
    width: 100%;
  }
  
  #topicTable_length, #topicTable_length label {
    border-radius: 5px 5px 0 0;
  }
  
  #topicTable_filter label {
    border-left: none;
  }
  
  #topicTable_paginate {
    margin: 0 auto;
    padding-bottom: 2rem;
    width: 98%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .page-template-news-events .impact-two-col aside {
    min-height: auto;
  }
  
  .page-template-news-events .impact-two-col .aside-img {
    display: none;
  }
  
}

/* 768px or less */

/* 600px or less */

@media (max-width: 600px) {
  
  .search-resources {
    width: 100%;
    max-width: 100%;
  }
  
}

/* 600px or less */


