/*
 Theme Name:   WP Bootstrap Starter Child
 Description:  WP Bootstrap Starter Child Theme
 Author:       Danny Charron
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wpbootstrapstarterchild
*/

html { 
  font-size: 62.5%; 
  scroll-behavior: smooth;
}

* {
  outline: 0 !important;
}

.less-1200px {
  display: none;
}

body {
  font-size: 16px; font-size: 1.6rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

section {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

/* Headings */

h1,.h1 { font-size: 60px; font-size: 6rem; font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
h2,.h2 { font-size: 50px; font-size: 5rem; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-weight: 600; }
h3,.h3 { font-size: 36px; font-size: 3.6rem; font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
h4,.h4 { font-size: 24px; font-size: 2.4rem; font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
h5,.h5 { font-size: 20px; font-size: 2rem; font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
h6,.h6 { font-size: 18px; font-size: 1.8rem; font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

p,
ul li { 
  font-size: 16px; font-size: 1.6rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 2; 
}

ul li {
  margin-bottom: 1rem;
  line-height: 1.6;
}

a {
  transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

aside {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.search {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 0 2rem;
  width: 90%;
  max-width: 300px;
  height: 40px;
  border-radius: 100px;
  border: none;
}
  .search-resources .md-form { width: 100%; }

  .search-resources { background-color: #fff; }
  .search-country   { background-color: #EBF0F6; }

  .search:after,
  #topicTable_filter label:after {
    position: absolute;
    top: 11px;
    right: 2rem;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url('/wp-content/uploads/icon-search-red@1.5x.svg') center top no-repeat;
    background-size: 17px 17px;
      -webkit-background-size: 17px 17px;
  }

  .search input {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 100%;
    color: #888;
    font-size: 14px; font-size: 1.4rem;
    font-style: italic;
    font-weight: 400;
    border: none;
    background: none;
  }
  
    .search input:focus {
      background: none;
      box-shadow: none;
        -webkit-box-shadow: none;
    }

/* Headings */

/* Header 
    & Navigations */

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 1rem 3rem;
  height: auto;
  background-color: #fff;
  z-index: 9999;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.site-header .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  max-width: 100%;
  height: 100px;
}

.page-template-map .site-header { padding: 0 3rem; }
.page-template-map .site-header .container { height: 90px; }

.site-header .container .main-navigation {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
}

#top-nav,
#main-nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
}

#top-nav {
  justify-content: flex-end;
}

.site-header .container .navbar {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 100px;
}

.site-header .container .navbar-brand {
  width: 20%;
  max-width: 312px;
  min-width: 312px;
}

  .navbrand a,
  .navbrand a:hover,
  .navbrand a:active {
    text-decoration: none;
  }

  .logo {
    padding-right: 3rem;
    max-width: 312px;
  }
  
    .logo-dark {
      visibility: hidden;
      opacity: 0;
    }
    
    .navbar-brand {
      margin-right: 2rem;
      padding-right: 1rem;
      position: relative;
    }
    
    .navbar-brand:after {
      position: absolute;
      top: 25px;
      right: 0;
      content: '';
      width: 1px;
      height: 70px;
      background-color: rgba(0, 0, 0, 0.1);
    }
    
#top-nav .nav-link,
#main-nav .nav-link {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #222;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar-nav li {
  margin-right: 0.5em;
}

#top-nav .navbar-nav .nav-link {
  font-size: 14px;
}

#top-nav .nav-link:hover,
#main-nav .nav-link:hover,
#top-nav .nav-link:active,
#main-nav .nav-link:active,
.page-template-data-map #menu-item-28 .nav-link,
.page-template-data-map #menu-item-60 .dropdown-item {
  color: #BE0F34;
}

#top-nav .link-ul-org .nav-link {
  width: 88px;
  height: 30px;
  border: 1px solid;
  border-radius: 100px;
}

#top-nav .link-ul-org .nav-link:link,
#top-nav .link-ul-org .nav-link:visited {
  color: #fff;
  border-color: #BE0F34;
  background-color: #BE0F34;
}

#top-nav .link-ul-org .nav-link:hover,
#top-nav .link-ul-org .nav-link:active,
#menu-main-menu .active .nav-link,
.page-template-map #menu-item-113 a,
.page-template-tutorials #menu-item-119 a,
.page-template-resource-library #menu-item-120 a,
.single-topic #menu-item-154 > a,
.single-topic #menu-item-925 > a,
.single-country #menu-item-154 > a,
.single-country #menu-item-1155 > a  {
  color: #BE0F34;
  background-color: #fff;
}

.link-ul-org .nav-link,
.site-footer .aside-need-help .btn-outline-light {
  position: relative;
}

.link-ul-org .nav-link:before,
.site-footer .aside-need-help .btn-outline-light:before {
  position: absolute;
  top: 0;
  left: -42px;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
}

.link-ul-org .nav-link:before { background-image: url('/wp-content/uploads/logo-ul-icon.png'); }
.site-footer .aside-need-help .btn-outline-light:before { background-image: url('/wp-content/uploads/logo-ul-icon-white.png'); } 

#menu-main-menu .nav-link:after {
  position: absolute;
  top: 35px;
  visibility: hidden;
  opacity: 0;
  width: 0; 
  height: 0; 
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #BE0F34;
  transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

#menu-main-menu .current-page-ancestor > a:after,
#menu-main-menu .active > a:after,
.single-topic #menu-item-154 a:after,
.single-country #menu-item-154 a:after {
  visibility: visible;
  opacity: 1;
}

#menu-main-menu .show > a,
#menu-main-menu .current-page-ancestor > a {
  color: #BE0F34;
}

/* 
  Dropdown 
    Menu 
*/

.sm-menu .menu {
  position: fixed;
  top: 120px;
  right: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  background-color: #F1F4F8;
  border: none;
  z-index: 9999;
  list-style-type: none;
  transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

  .page-template-map .sm-menu .menu { top: 90px; }

  .sm-menu .menu li {
    margin: 0;  
  }

  .sm-menu .menu a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0 3rem;
    height: 50px;
    color: #222;
    font-size: 14px; font-size: 1.4rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .sm-menu .sub-nav-title a,
  .sm-menu .menu .dropdown button {
    position: relative;
    justify-content: flex-start;
    padding-left: 6rem;
    min-width: 280px;
    color: #fff;
    font-size: 16px; font-size: 1.6rem;
    font-weight: 600;
    background-color: #BE0F34;
    text-transform: none;
  }
  
  .sm-menu .menu .dropdown button {
    min-width: initial;
    padding-left: 3rem;
    padding-right: 3rem;
    justify-content: center;
    text-align: center;
    color: #222;
    text-transform: uppercase;
  }
  
  
  .sm-menu .sub-nav-title a:after {
    position: absolute;
    top: 20px;
    right: 2rem;
    content: '';
    width: 0;
    height: 0;
    border-right: none;
    border-bottom: .37em solid transparent;
    border-top: .37em solid transparent;
    border-left: .37em solid #fff;
    z-index: 3;
  }
  
  .sm-menu .menu a:hover,
  .sm-menu .menu a:focus,
  .sm-menu .menu .btn-analyze a {
    color: #BE0F34;
    background-color: #fff;
    text-decoration: none;
    border: none;
    box-shadow: none;
      -webkit-box-shadow: none;
  }
  
  .sm-menu .menu .dropdown button {
    font-size: 14px; font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    background: none;
  }
  
  .sm-menu .menu .dropdown button.dropdown-toggle::after {
    /* display: none; */
    margin-left: 1rem;
  }
  
  .sm-menu .menu .dropdown button,
  .sm-menu .menu .dropdown button:active,
  .sm-menu .menu .dropdown button:focus {
    border: none;
    border-radius: 0;
    box-shadow: none;
      -webkit-box-shadow: none;
  }
  
  .sm-menu .menu .dropdown .dropdown-menu {
    margin-top: 10px;
    width: 210px;
    border: none;
  }
  
  .sm-menu .menu .dropdown .dropdown-menu a {
    height: 40px;
  }
  
  .sm-menu .menu .dropdown .dropdown-menu a:empty {
    display: none;
  }
  
  .sm-menu .sub-nav-title a:hover,
  .sm-menu .sub-nav-title a:focus,
  .sm-menu .btn-download a:hover,
  .sm-menu .btn-download a:focus,
  .sm-menu .menu .btn-download a {
    color: #fff;
    background-color: #BE0F34;
  }
  
  .sm-menu .btn-download a,
  .sm-menu .btn-analyze a {
    margin-top: 1rem;
    padding: 0 1rem;
    text-transform: none;
    height: 30px;
    font-size: 12px; font-size: 1.2rem;
    border-radius: 100px;
  }
  
   .btn-download,
   .btn-analyze {
     position: absolute;
     top: 0;
     width: 120px;
     text-transform: none;
   }
   
   .btn-download { right: 5rem; }
   .btn-analyze { right: 18rem; }
   
   .btn-download a:before,
   .btn-analyze a:before {
     margin-right: 0.1rem;
     width: 26px;
     height: 30px;
     content: '';
     background-position: left center;
     background-repeat: no-repeat;
   }
   
   .sm-menu .btn-analyze a:hover,
   .sm-menu .btn-analyze a:focus,
   .sm-menu .btn-analyze a:active,
   .sm-menu .btn-download a:hover,
   .sm-menu .btn-download a:focus,
   .sm-menu .btn-download a:active {
     opacity: 0.80;
   }
   
   .icon-download a:before {
     background-image: url('/wp-content/uploads/icon-download.svg');
     background-size: 24px 24px;
       -webkit-background-size: 24px 24px;
   }
   
   .icon-analyze a:before {
     background-image: url('/wp-content/uploads/icon-analyze.svg');
     background-size: 24px 24px;
       -webkit-background-size: 24px 24px;
   }
   
   .sm-menu .sub-menu,
   .sm-menu .sub-menu li,
   .sm-menu .sub-menu a {
     display: -webkit-flex;
     display: -ms-flex;
     display: flex;
   }
   
   .sm-menu .sub-menu {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     padding: 4rem; 
     width: 100%;
     height: 100%;
     height: 100vh;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     align-content: center;
     -ms-align-items: center;
     align-items: center;
     justify-content: center;
     padding: 0;
     list-style-type: none;
     background-color: rgba(25,28,35,0.97);
     z-index: 99998;
     visibility: hidden;
     opacity: 0;
     transition: all 0.3s ease-out;
       -webkit-transition: all 0.3s ease-out;
   }
   
     .active .sub-menu {
       display: -webkit-flex;
       display: -ms-flex;
       display: flex;
       visibility: visible;
       opacity: 1;
     }
   
     .sm-menu .sub-menu li,
     .sm-menu .sub-menu li > .sub-menu {
       position: relative;
       top: initial: ;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -ms-align-items: flex-start;
       align-items: flex-start;
     }
     
     .sub-menu-country .sub-menu  {
       padding: 8rem;
       flex-wrap: wrap;
       align-content: flex-start;
       -ms-align-items: flex-start;
       align-items: flex-start;
       justify-content: center;
     }

     .sm-menu .sub-menu li > .sub-menu {
       background: none;
       height: auto;
     }
     
    .sm-menu .sub-menu li > .sub-menu li,
    .sm-menu .sub-menu a {
      padding-right: 0;
      padding-left: 0;
      width: 100%;
      justify-content: flex-start;
    }
   
     .sm-menu .sub-menu a {
       font-size: 16px; font-size: 1.6rem;
       font-weight: 400;
       text-transform: capitalize;
     }
     
     .sm-menu .sub-menu .menu-item-has-children {
       -ms-align-items: flex-start;
       align-items: flex-start;
       justify-content: flex-start;
       width: 50%;
       max-width: 320px;
       min-height: 660px;
     }
     
     .sm-menu .sub-menu .menu-item-has-children > a {
       padding-bottom: 2rem;
       color: #BE0F34;
       justify-content: flex-start;
       font-size: 20px; font-size: 2.0rem;
       font-weight: 700;
       text-transform: uppercase;
     }
     
     /* Prevent Pop-Up Menu Topic Safety Outcomes & Safety Frameworks to be clickable */
     
     #menu-data-sub-navigation .sub-menu #menu-item-911 > a,
     #menu-data-sub-navigation .sub-menu #menu-item-910 > a {
       pointer-events: none;
     }
     
     .sm-menu .sub-menu a:link,
     .sm-menu .sub-menu a:visited {
       color: #fff;
     }
     
     .sm-menu .sub-menu a:hover,
     .sm-menu .sub-menu .menu-item-has-children > a:link,  
     .sm-menu .sub-menu .menu-item-has-children > a:visited {
       color: #BE0F34;
       background: none;
     }
     
     .sm-menu .menu .btn-letter {
       position: initial;
       width: 40px;
       height: 40px;
       min-height: auto;
       overflow: hidden;
       margin-top: 0;
       z-index: 99999;
     }
     
      .sm-menu .sub-menu .btn-letter.active {
        overflow: visible;
      }
     
     .sm-menu .sub-menu .btn-letter > a {
       position: relative;
       z-index: 999999;
       padding-top: 2rem;
       align-content: center;
       align-items: center;
       justify-content: center;
       min-height: auto;
       height: 40px;
       width: 40px;
       border-radius: 100px;
     }
     
     .sm-menu .sub-menu .btn-letter.active > a {
       color: #fff;
       background: #BE0F34;
     }
     
     .sm-menu .menu .btn-letter > .sub-menu {
       position: absolute;
       top: 16rem;
       left: 50%;
       margin-left: -28%;
       width: 70%;
       padding: 0;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       justify-content: flex-start;
       visibility: hidden;
       opacity: 0;
       height: 0;
       transition: all 0.3s ease-out;
         -webkit-transition: all 0.3s ease-out;
     }
     
     .sm-menu .sub-menu .btn-letter.active .sub-menu  {
       visibility: visible;
       opacity: 1;
       height: auto;
       align-content: flex-start;
       -ms-align-items: flex-start;
       align-items: flex-start;
     }
     
      .sm-menu .sub-menu > .btn-letter > .sub-menu > li {
        margin: 0 1rem;
        width: auto;
        min-width: 200px;
      }
      
      .sm-menu .sub-menu > .btn-letter > .sub-menu > li a {
        max-width: 200px;
        min-height: 60px;
        text-overflow: ellipsis;
        -ms-align-items: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
        white-space: wrap;
        overflow: hidden;
        line-height: 1.2;
      }
      
      .sm-menu .menu .btn-close-sub-menu a {
        position: fixed;
        top: 6rem;
        right: 4rem;
        content: '';
        width: 50px;
        height: 50px;
        font-size: 0;
        cursor: pointer;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
      }
      
      .sm-menu .menu .btn-close-sub-menu a,
      .sm-menu .menu .btn-close-sub-menu a:hover {
        background: url('/wp-content/uploads/icon-close.svg') center center no-repeat;
        background-size: 50px 50px;
        -webkit-background-size: 50px 50px;
      }
      
       .active .sub-menu .sub-menu:before,
       .active .sub-menu .sub-menu:before {
         display: none;
       }
       
       .sm-menu .menu .btn-close-sub-menu a:hover {
         opacity: 0.6;
       }
     
     @media (max-width: 800px) {
       
       .sm-menu .sub-menu {
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         background-color: rgba(25,28,35,1);
       }
       
       .sub-menu-country .sub-menu {
         padding-top: 56px;
         -webkit-flex-direction: row;
         -ms-flex-direction: row;
         flex-direction: row;
       }
       
       .sm-menu .sub-menu .menu-item-has-children {-
         min-height: auto;
       }
       
     }
     
  
/* 
  Dropdown 
    Menu 
*/

/* Sticky */

.site-header.sticky,
.page-template-data-map .site-header {
  padding: 0 3rem;
}

.site-header.sticky .container .navbar-brand,
.page-template-data-map .site-header .container .navbar-brand {
  margin-right: 2rem;
  min-width: 230px;
  max-width: 230px;
  overflow: hidden;
}

..site-header.sticky .container .navbar-brand .logo,
.page-template-data-map .site-header .container .navbar-brand .logo {
  max-width: 250px;
}

.site-header.sticky .sm-menu,
.page-template-data-map .site-header .sm-menu {
  top: 100px;
}

.page-template-data-map .site-header .sm-menu {
  visibility: visible;
  opacity: 1;
}


/* Icons */

.arrow-down {
  display: block;
  width: 40px;
  height: 100px;
}

.icon-explore-data {
  background-image: url('/wp-content/uploads/icon-exploredata-up@1.5x.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 78px 78px;
    -webkit-background-size: 78px 78px;
}

.explore-data a:hover + .icon-explore-data {
  background-image: url('/wp-content/uploads/icon-exploredata-over@1.5x.svg');
}

.icon-knowledge-center {
  background: url('/wp-content/uploads/icon-knowledgecentre-up@1.5x.svg') center top no-repeat;
  background-size: 93px 97px;
    -webkit-background-size: 93px 97px;
}

.icon-global-safety-report {
  background-image: url('/wp-content/uploads/icon-globalsafetyreport-up@1.5x.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 109px 90px;
    -webkit-background-size: 109px 90px;
}

.global-safety-report a:hover + .icon-global-safety-report {
  background-image: url('/wp-content/uploads/icon-globalsafetyreport-over@1.5x.svg');
}

.icon-data-driven-safety-measures {
  display: block;
  width: 85px;
  height: 86px;
}

.arrow-right {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/link-arrow-right@1.5x.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
}


/* Buttons */

a {
  transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
  min-width: 200px;
  height: 50px;
  justify-content: center;
  color: #fff;
  font-size: 18px; font-size: 1.8rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-radius: 100px;
  text-align: center;
  transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

  .btn-primary:link,
  .btn-primary:visited {
    color: #fff;
    background-color: #BE0F34;
    border-color: #BE0F34;
  }

  .btn-primary:hover,
  .btn-primary:focus {
    color: #BE0F34;
    background-color: #fff;
    border-color: #BE0F34;
    box-shadow: none;
      -webkit-box-shadow: none;
  }
  
  .btn-primary:active,
  .btn-primary:not(:disabled):not(.disabled).active, 
  .btn-primary:not(:disabled):not(.disabled):active {
    opacity: 0.9;
    background-color: #BE0F34;
    border-color: #BE0F34;
    box-shadow: none !important;
      -webkit-box-shadow: none !important;
  }
  
  .btn-light:link,
  .btn-light:visited {
    color: #BE0F34;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-light:hover,
  .btn-light:focus {
    color: #fff;
    background: none;
    border-color: #fff;
    box-shadow: none;
      -webkit-box-shadow: none;
  }
  
  .btn-outline-light:hover,
  .btn-outline-light:focus {
    color: #BE0F34;
  }
  
  .btn-light:active,
  .btn-light:not(:disabled):not(.disabled).active, 
  .btn-light:not(:disabled):not(.disabled):active {
    opacity: 0.9;
    color: #fff;
    background: none;
    border-color: #fff;
    box-shadow: none !important;
      -webkit-box-shadow: none !important;
  }
  
/* 
  Impact 
*/

.impact aside,
.section-explore-by-map aside  {
  position: relative;
  width: 50%;
  height: auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* 
  Footer
*/

.site-footer {
  position: relative;
  padding: 0 5% 7rem;
  color: #fff;
  background-color: #C50F38;
  z-index: 10;
}

  .site-footer:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url('/wp-content/uploads/graphic-overlay-.site-footer@2x.png') -220px -130px no-repeat;
    background-size: auto 802px;
      -webkit-background-size: auto 802px;
  }

  .site-footer .container-fluid {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  
  .site-footer .h3 {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 30px; font-size: 3.0rem;
    font-weight: 700;
  }
  
    .site-footer .h3 span {
      display: block;
      margin-top: 1rem;
    }
    
  .site-footer aside {
    position: relative;
    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: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
  }
    

  .site-footer .aside-quick-links {
    padding-top: 3rem;
    padding-right: 5rem;
    width: 70%;
  }
  
  
  .site-footer aside .quick-links {
      flex-grow: 5;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      justify-content: flex-start;
  }
  
    .aside-quick-links .logo-ul {
      display: block;
      margin-bottom: 2rem;
      width: 90%;
      max-width: 320px;
      height: auto;
    }
    
    .aside-quick-links a {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      margin-bottom: 1rem;
      width: 45%;
      max-width: 420px;
      font-size: 16px; font-size: 1.6rem;
    }
    
    .aside-quick-links a:link,
    .aside-quick-links a:visited {
      color: #fff; 
    }
  
  
    .site-footer .aside-need-help {
      padding-top: 8rem;
      padding-left: 5rem;
      width: 30%;
    }
    
      .site-footer .aside-need-help p {
        display: block;
        width: 90%;
        max-width: 350px;
        color: #ccc;
        line-height: 1.4;
      }
      
      .site-footer .aside-need-help .h3 {
        color: #fff;
        line-height: 1.2;
      }
      
      .site-footer .aside-need-help .btn {
        margin-top: 2rem;
        max-width: 200px;
      }
      
      .site-footer .aside-need-help .btn-outline-light {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-self: flex-end;
        margin-top: 7rem;
        height: 30px;
        max-width: 90px;
        min-width: 90px;
        font-size: 15px; font-size: 1.5rem;
      }
    
      .site-footer .aside-need-help:before {
        position: absolute;
        top: 7rem;
        left: 0;
        display: block;
        content: '';
        width: 1px;
        height: 85%;
        background-color: rgba(255, 255, 255, 0.2);
      }
      
        .site-footer .aside-quick-links .site-info p {
          margin-bottom: 0;
        }

/* 1200px or less */

@media (max-width: 1200px) {
  
  .less-1200px {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  
  h1,.h1 { font-size: 40px; font-size: 4rem; }
  h2,.h2 { font-size: 30px; font-size: 3rem; }
  h3,.h3 { font-size: 26px; font-size: 2.6rem; }
  h4,.h4 { font-size: 22px; font-size: 2.2rem; }
  h5,.h5 { font-size: 20px; font-size: 2rem; }
  h6,.h6 { font-size: 18px; font-size: 1.8rem; }
  
  p { line-height: 1.3; }
  
  .news-category {
    line-height: 1.8;
  }
  
  .navbar-brand {
    height: 88px;
  }
  
  .desktop-only,
  .navbar-brand::after {
    display: none;
  }
  
  #masthead,
  #masthead.collapse:not(.show) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    display: block !important;
    height: 88px;
  }
  
  #masthead:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    /* transition: all 0.1s ease-out;
      -webkit-transition: all 0.1s ease-out; */
  }
  
  #masthead.collapse.show:before {
    visibility: visible;
    opacity: 1;
  }
  
  .site-header .container,
  .site-header .container .navbar {
    padding: 0;
  }
  
  .site-header .container {
    align-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    height: 88px;
  }
  
  .logo {
    margin-top: -15px;
    margin-left: 4rem;
    max-width: 300px;
    min-width: 300px;
  }
  
  #masthead.collapse.show .logo-light {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  
  #masthead.collapse.show .logo-dark {
    visibility: visible;
    opacity: 1;
  }
  
  #masthead .navbar {
    height: 88px;
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
  
  #masthead.collapse.show .navbar {
    background-color: #BE0F34;
  }
  
  #main-navigation,
  #main-navigation.collapse,
  #main-navigation.collapsing {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  
  #main-navigation {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
  
  #main-navigation.collapse.show {
    display: block;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 100vh;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    background: #fff;
  }
  
    #top-nav, 
    #main-nav,
    .navbar-nav {
      width: 100%;
    }
    
    #top-nav, 
    #main-nav {
      -ms-align-items: flex-start;
      align-items: flex-start;
    }
    
    #menu-side-menu {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      justify-content: center;
    }
    
    #main-nav {
      flex-grow: 2;
    }
      
    .navbar-toggler {
      position: absolute;
      top: 10px;
      right: 0;
      padding: 0 4rem 0 0;
      height: 70px;
      width: 86px;
      font-size: 0;
      line-height: 0;
      border: none;
      background: none;
      border-radius: 0;
    }
    
    .navbar-toggler-icon {
      background: none !important;
    }
    
      .navbar-toggler .line {
        display: block;
        margin: 2px auto 8px;
        width: 36px;
        height: 2px;
        border-radius: 10px;
        transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
      }
      
      .navbar-toggler .line,
      .navbar-toggler.collapsed .line {
        background-color: rgba(0,0,0,0.2);
      }
      
      .navbar-toggler .line {
        background-color: #fff;
      }
      
      .navbar-toggler:not(.collapsed) .middle-line {
        opacity: 0;
      }
      
      .navbar-toggler:not(.collapsed) .top-line {
        -webkit-transform: rotate(45deg);  
        -ms-transform: rotate(45deg);  
        transform: rotate(45deg);
      }
      
      
      .navbar-toggler:not(.collapsed) .bottom-line {
        margin-top: -20px;
        -webkit-transform: rotate(-45deg);  
        -ms-transform: rotate(-45deg);  
        transform: rotate(-45deg);
      }
      
       #main-nav .nav-link {
         position: relative;
         padding-left: 7rem;
         padding-right: 4rem;
         height: 60px;
         font-size: 22px;
         font-size: 2.2rem;
         justify-content: flex-start;
         z-index: 1;
       }
       
       #main-nav .nav-link:before {
         position: absolute;
         top: 0;
         left: 0;
         content: '';
         width: 10px;
         height: 100%;
         background-color: #BE0F34;
       }
       
       #menu-main-menu li {
         position: relative;
       }
       
       #menu-main-menu li:after {
         position: absolute;
         content: '';
         left: 0;
         width: 100%;
         height: 1px;
         bottom: 0;
         background-color: rgba(0, 0, 0, 0.1);
         z-index: 1;
       }
       
       #menu-main-menu .current-page-ancestor > a::after, #menu-main-menu .active > a::after,
       #menu-main-menu .current-page-ancestor > a::after, #menu-main-menu .active > a::after, 
       .single-topic #menu-item-154 a::after, 
       .single-country #menu-item-154 a::after {
         visibility: hidden;
         opacity: 0;
       }
       
       
       #top-nav .navbar-nav .nav-link {
         font-size: 18px; font-size: 1.8rem;
       }
       
       #main-nav .nav-link:hover,
       #main-nav .nav-link:active {
         color: #BE0F34;
       }
       
       #top-nav ul {
         flex-wrap: wrap;
       }
       
       #top-nav .link-ul-org {
         display: -webkit-flex;
         display: -ms-flex;
         display: flex;
         margin-bottom: 2rem;
         flex-basis: 100%;
         justify-content: center;
       }
       
       #top-nav ul li {
           position: relative;
           width: 33%;
           margin-right: 0;
       }
       
       #top-nav ul li:nth-of-type(2) { max-width: 135px; }
       #top-nav ul li:nth-of-type(3) { max-width: 75px; }
       #top-nav ul li:nth-of-type(4) { max-width: 95px; }
       
       #top-nav ul li:nth-of-type(3):before,
       #top-nav ul li:nth-of-type(3):after {
         position: absolute;
         top: 5px;
         display: block;
         width: 1px;
         height: 22px;
         content: '';
         background-color: rgba(0,0,0,0.2);
         vertical-align: top;
       }
       
       #top-nav ul li:nth-of-type(3):before { right: 0; }
       #top-nav ul li:nth-of-type(3):after { left: 0; }
       
       #top-nav .link-ul-org .nav-link {
         margin-right: -40px;
         width: 130px;
         height: 40px;
       }
       
       .link-ul-org .nav-link::before {
         left: -50px;
         width: 45px;
         height: 45px;
         background-size: 42px 40px;
           -webkit-background-size: 42px 40px;
       }
      
  .sm-menu .menu,
  .page-template-map .sm-menu .menu {
    top: 88px;
  }
  
  .sm-menu {
    position: relative;
    z-index: 999;
  }
  
  .sm-menu .sub-nav-title a {
    padding-left: 4.6rem;
    font-size: 15px; font-size: 1.5rem; 
    line-height: 1;
  }
  
  .sm-menu .sub-nav-title a::after {
    right: 20px; 
  }
  
  .page-template-single-chapters .sm-menu .menu > li:nth-of-type(1),
  .page-template-single-chapters .sm-menu .menu > li:nth-of-type(1) a,
  .page-template-report .sm-menu .menu > li:nth-of-type(1) a,
  .page-template-data-analysis .sm-menu .menu > li:nth-of-type(2) a,
  .page-template-data .sm-menu .menu > li:nth-of-type(2),
  .page-template-data .sm-menu .menu > li:nth-of-type(2) a,
  .page-template-data .sm-menu .sm-menu .sub-nav-title a {
    max-width: 130px;  
    min-width: 130px;
  }
  
  .page-template-knowledge-center .sm-menu .menu > li:nth-of-type(1) a,
  .page-template-tutorials .sm-menu .menu > li:nth-of-type(1) a,
  .page-template-resource-library .sm-menu .menu > li:nth-of-type(1) a {
    max-width: 170px;  
    min-width: 170px;
  }
  
  .sub-menu-map a,
  .sub-menu-country a,
  .sub-menu-topic a { max-width: 86px; }
  
  .sub-menu-topic .sub-menu a {
    max-width: 100%;
  }
  
  .sm-menu .menu .sub-menu-topic { 
    flex-grow: 2; 
  }
  
  /* Topic Menu */
  
  .active .sub-menu:nth-of-type(1)::before {
    top: 11rem;
    right: 2.5rem;
  }
  
  .sm-menu .sub-menu .menu-item-has-children {
    max-width: 40%; 
  }
  
  .sm-menu > .sub-menu > .menu-item-has-children a {
    width: 100%;
    max-width: 100%;
  }
  
  /* Country Menu */
  
  .sm-menu .menu .btn-close-sub-menu a {
    top: 10rem;
    right: 2rem;
  }
  
  .sub-menu-country .sub-menu {
    padding: 16rem 8rem;
  }
  
  .sm-menu .menu .btn-letter > .sub-menu {
    top: 28rem;
    margin-left: -45%;
    width: 90%;
  }

}

/* 1200px or less */

/* 1000px or less */

@media (max-width: 1000px) {
  
  .page-template-single-chapters .sm-menu .menu > li:nth-of-type(1) a,
  .single-topic .sm-menu .menu > li:nth-of-type(2) a,
  .page-template-data .sm-menu .menu > li:nth-of-type(2) a,
  .page-template-map .sm-menu .menu > li:nth-of-type(2) a,
  .page-template-knowledge-center .sm-menu .menu > li:nth-of-type(1) a,
  .page-template-tutorials .sm-menu .menu > li:nth-of-type(1) a,
  .page-template-resource-library .sm-menu .menu > li:nth-of-type(1) a,
  .page-template-data-analysis .sm-menu .menu > li:nth-of-type(2) a,
  .page-template-report .sm-menu .menu > li:nth-of-type(1) a {
    padding-left: 2.5rem; 
  }

  .single-topic .sm-menu .menu > li:nth-of-type(2),
  .single-topic .sm-menu .menu > li:nth-of-type(2) a,
  .page-template-data .sm-menu .menu > li:nth-of-type(2),
  .page-template-data .sm-menu .menu > li:nth-of-type(2) a,
  .page-template-map .sm-menu .menu > li:nth-of-type(2),
  .page-template-map .sm-menu .menu > li:nth-of-type(2) a,
  .page-template-data-analysis .sm-menu .menu > li:nth-of-type(2),
  .page-template-data-analysis .sm-menu .menu > li:nth-of-type(2) a {
    max-width: 100px;  
    min-width: 100px;
  }
  
  .single-news #menu-report-menu li:nth-of-type(1),
  .single-news #menu-report-menu li:nth-of-type(1) a {
    min-width: 180px;
    max-width: 180px;
  }
  
  .sm-menu .sub-menu .menu-item-has-children a {
    height: 40px;
    line-height: 1;
  }
  
  .sm-menu .sub-menu {
    top: 138px;
    padding: 3rem 2rem;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: scroll;
  }
  
  .sm-menu .sub-menu .sub-menu {
    position: relative;
    top: initial;
    padding-top: 2rem;
  }
  
  .sub-menu-country .sub-menu {
    padding-right: 10rem;
    padding-top: 3rem;
  }
  
  .sm-menu .menu .btn-letter > .sub-menu {
    top: 18rem;
    margin-left: -45%;
    width: 90%;
    min-height: 800px;
  }
  
  .sm-menu .menu .btn-close-sub-menu a {
    top: 17rem;
  }
  
  .active .sub-menu:nth-of-type(1)::before {
    position: fixed;
    top: 19rem; 
  }
  
  .site-footer {
    padding: 0;
  }
  
  .site-footer .container-fluid {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
  .site-footer .aside-need-help,
  .site-footer .aside-quick-links {
    padding: 4rem;
    width: 100%;
  }
  
  .site-footer .aside-need-help::before {
    top: initial;
    width: 90%;
    height: 1px;
    left: 5%;
    bottom: 0;
  }
  
  .site-footer .aside-quick-links {
    padding-top: 0;
  }
  
  .site-footer aside .quick-links {
    margin-bottom: 4rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
    .aside-quick-links a {
      width: 100%;
    }

}

/* 1000px or less */

/* 768px or less */

@media (max-width: 768px) {
  
  .logo {
    margin-top: 0;
    margin-left: 2rem;
    max-width: 220px;
    min-width: 220px;
  }
  
  .navbar-toggler {
    padding-right: 1rem;
  }
  
  .page-template-knowledge-center .sm-menu .menu > li:nth-of-type(1) a,
  .page-template-tutorials .sm-menu .menu > li:nth-of-type(1) a,
  .page-template-resource-library .sm-menu .menu > li:nth-of-type(1) a {
    max-width: 150px;  
    min-width: 150px;
  }
  
  .single-news #menu-report-menu li:nth-of-type(1),
  .single-news #menu-report-menu li:nth-of-type(1) a {
    max-width: 175px;  
    min-width: 175px;
  }
  
  .sub-menu-country .sub-menu {
    padding-right: 8rem;
  }
  
  .sm-menu .menu .btn-letter > .sub-menu {
    top: 24rem;
  }
  
  .sm-menu .sub-menu .menu-item-has-children {
    margin-top: 3rem;
    max-width: 100%; 
    width: 100%;
    min-height: 440px;
  }
  
  .sm-menu .menu .btn-letter {
    margin-top: 0;
    width: 50px;
  }
  
  .sm-menu .sub-menu > .btn-letter > .sub-menu > li  {
    min-width: 40%;
  }
  
  .sm-menu .sub-menu li > .sub-menu {
    min-height: 400px;
  }
  
  .sm-menu .menu .btn-letter {
    min-height: auto;
  }
  
  .sm-menu .sub-menu li > .sub-menu a {
    font-size: 14px; font-size: 1.4rem;
  }
  
  .sm-menu .sub-menu > .btn-letter > .sub-menu > li a {
    min-height: 40px;
  }
  
  .aside-quick-links .logo-ul {
    max-width: 175px;
    margin-bottom: 0;
  }
  
  .site-footer .aside-need-help,
  .site-footer .h3,
  .site-footer aside .quick-links {
    display: none;
  }
  
  .sm-menu .sub-menu .btn-letter.active .sub-menu {
    margin-top: 2rem;
    overflow: scroll;
    height: 500px;
  }
  
}

/* 768px or less */

/* 460px or less */

@media (max-width: 460px) {
  
  #top-nav .navbar-nav .nav-link {
    font-size: 14px; font-size: 1.4rem;
  }
  
  .page-template-knowledge-center .sm-menu .menu > li:nth-of-type(1) a,
  .page-template-tutorials .sm-menu .menu > li:nth-of-type(1) a,
  .page-template-resource-library .sm-menu .menu > li:nth-of-type(1) a {
    max-width: 130px;  
    min-width: 130px;
  }
  
  .single-topic .sm-menu .menu > li:nth-of-type(5),
  .page-template-data .sm-menu .menu > li:nth-of-type(5),
  .page-template-map .sm-menu .menu > li:nth-of-type(5),
  .page-template-data-analysis .sm-menu .menu > li:nth-of-type(5) { 
    flex-grow: 0; 
  }
  
}

/* 460px or less */
