/* mixins */
@font-face {
  font-family: 'Tungsten';
  src: local("Tungsten Medium"), local("Tungsten-Medium"), url("../fonts/hinted-Tungsten-Medium.woff2") format("woff2"), url("../fonts/hinted-Tungsten-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
body {
  font-family: "Playfair Display"; }

.section_header {
  padding: 50px 0; }

a, a:hover {
  text-decoration: none;
  transition: opacity ease-in 0.3s; }

.btn-default {
  border: 2px solid #4D4D4D;
  font-weight: 14px;
  text-transform: uppercase;
  border-radius: 0px;
  color: #4D4D4D;
  font-weight: 600;
  font-family: "Lato";
  font-size: 0.75rem; }

.btn_right_arrow {
  width: 1em; }

.sT50 {
  padding-top: 50px; }

.sB50 {
  padding-bottom: 50px; }

.section_page {
  padding: 50px 0; }
  .section_page h1 {
    color: #4D4D4D;
    font-size: 45px; }
    .section_page h1:after {
      content: " - "; }
  .section_page .gform_wrapper h3.gform_title {
    color: #4D4D4D;
    font-size: 45px; }
    .section_page .gform_wrapper h3.gform_title:after {
      content: " - "; }
  .section_page .gform_wrapper .gfield_error .gfield_description, .section_page .gform_wrapper .gfield_error .validation_message, .section_page .gform_wrapper .gfield_error .gfield_label {
    padding-left: 10px; }
  .section_page .gform_wrapper .gform_footer input[type="submit"] {
    background: #39B862;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Lato";
    padding: 10px 15px; }
  .section_page .gform_wrapper input[type="reset"] {
    background: #ffffff;
    color: #939393;
    text-transform: uppercase;
    font-size: 14px !important;
    font-family: "Lato" !important;
    padding: 10px 15px !important;
    position: absolute;
    bottom: 0px;
    left: 110px;
    margin-bottom: 26px;
    border: 1px solid #808080; }
  .section_page .gform_wrapper .gform_description {
    color: #4D4D4D;
    font-size: 14px;
    font-family: "Lato";
    padding: 30px 0 0px 0; }
  .section_page input[type="text"], .section_page textarea {
    border: 1px solid #808080; }
  .section_page label {
    font-family: "Lato" !important;
    font-size: 14px !important;
    margin: 0px; }

.report_paginate {
  margin-top: 50px; }

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .pagination ul li {
    display: inline-block;
    list-style: none;
    padding-right: 10px; }
    .pagination ul li a, .pagination ul li span {
      color: #808080;
      text-align: center;
      width: 40px;
      height: 40px;
      display: block;
      border: 1px solid #808080;
      font-family: "Lato";
      vertical-align: middle;
      display: table-cell; }
    .pagination ul li.active a, .pagination ul li span {
      background: #666666;
      color: #FFFFFF; }

.header .logo {
  margin-top: 15px;
  display: inline-block; }
  .header .logo img {
    width: 147px; }
.header nav {
  font-size: 16px; }
  .header nav ul li {
    position: relative; }
    .header nav ul li a {
      color: #000;
      font-size: 16px; }
    .header nav ul li.current-menu-item > a, .header nav ul li:hover > a {
      color: #fff !important; }
    .header nav ul li > ul {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      margin: 0;
      padding: 0;
      padding: 10px 0;
      z-index: 999; }
      .header nav ul li > ul > li {
        list-style: none; }
        .header nav ul li > ul > li a {
          white-space: nowrap;
          padding: 10px 15px !important;
          white-space: nowrap;
          padding: 4px 20px !important;
          background: #969393;
          color: #fff !important;
          font-family: "Lato";
          font-size: 15px;
          padding-right: 50px !important;
          display: block; }
          .header nav ul li > ul > li a:hover {
            background: #c7c7c7;
            color: #000 !important; }
    .header nav ul li:hover > ul {
      display: block; }
.header .fixed_header {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin-top: 30px; }
.header .navbar-expand-lg .navbar-nav a.nav-link {
  padding: 0 20px; }
.header .rev_slider h1.tp-caption {
  text-align: center !important;
  font-size: 2.2em !important;
  line-height: 0.89em !important; }
.header .rev_slider .tp-caption.rev-btn {
  font-size: 0.989em !important;
  border: 2px solid #fff !important;
  padding-right: 0px !important;
  min-width: 161px !important;
  padding-left: 18px !important; }
  .header .rev_slider .tp-caption.rev-btn a {
    color: #fff; }
  .header .rev_slider .tp-caption.rev-btn:hover a {
    color: #000; }
.header .home_slider {
  background: #031a4f; }
.header .static_header {
  padding: 30px 0 30px 0;
  background: #003764; }
.header .navbar {
  padding-right: 0px;
  margin-right: -20px; }

.home header {
  margin-top: -80px; }

.home .header .fixed_header {
  position: relative;
  top: 80px; }

.main_wrapper {
  overflow: hidden; }

.menu_overlay {
  display: none; }

@media all and (min-width: 992px) {
  .collapse:not(.show) {
    display: block; } }
.footer {
  background: #4D4D4D;
  padding: 70px 0 15px 0;
  color: #fff;
  font-size: 13px;
  font-family: "Lato"; }
  .footer a {
    color: #939393; }
  .footer h3 {
    font-size: 14px;
    margin-bottom: 60px;
    margin-bottom: 30px; }
  .footer h4 {
    font-size: 12px;
    margin-bottom: 10px;
    font-family: "Lato"; }
  .footer h5 {
    font-size: 12px;
    font-weight: bold; }
  .footer ul {
    margin: 0;
    padding: 0; }
    .footer ul li {
      margin: 0;
      padding: 0; }
      .footer ul li a {
        margin: 0;
        padding: 0px 0;
        font-size: 14px; }
  .footer .menu2 li a {
    padding: 0;
    font-size: 12px; }
  .footer .social_links li {
    display: inline-block;
    display: inline-block;
    font-size: 25px;
    padding: 0 20px 0 0; }
    .footer .social_links li a {
      font-size: 25px; }
    .footer .social_links li svg {
      border-radius: 3px;
      fill: #808080; }
  .footer .footer-logo {
    margin-bottom: 60px;
    margin-bottom: 30px;
    display: inline-block; }
  .footer form {
    padding: 0 0 30px 0;
    display: flex;
    padding-bottom: 0px; }
    .footer form .ginput_container {
      margin-top: 0 !important; }
    .footer form li.gfield,
    .footer form .gform_footer {
      margin-top: 0px !important; }
    .footer form .gform_body li.gfield {
      margin-top: 13px; }
    .footer form .gform_body {
      flex: 3; }
    .footer form .gform_footer {
      flex: 1; }
    .footer form input[type="text"] {
      padding: 5px;
      font-size: 12px; }
    .footer form input[type="text"].medium {
      width: 100%; }
    .footer form input[type="submit"] {
      padding: 6px 10px;
      background: #333333;
      border: 1px solid #ffffff;
      color: #fff;
      font-size: 12px; }
  .footer .copyright {
    padding: 30px 0 0 0;
    font-size: 12px; }
    .footer .copyright p {
      margin-bottom: 0px; }
  .footer .gform_wrapper div.validation_error {
    display: none; }
  .footer .gform_wrapper .ginput_container_email input {
    width: 100% !important;
    margin-left: 8px; }
  .footer .gform_wrapper .validation_message {
    margin-left: 8px; }

.research-form .gf_progressbar_wrapper {
  display: none; }
.research-form .gform_body .gform_page {
  border: 1px solid #cccccc;
  display: block !important;
  margin: 50px 0 0px 0;
  padding: 0px 20px 20px 20px; }
  .research-form .gform_body .gform_page h2 {
    margin-top: -49px !important;
    margin-left: -20px !important; }
  .research-form .gform_body .gform_page:last-child {
    border: 0 none;
    padding: 0;
    position: relative;
    margin: 0px; }
    .research-form .gform_body .gform_page:last-child .gform_page_footer {
      display: block;
      visibility: visible;
      height: auto; }
    .research-form .gform_body .gform_page:last-child .gform_previous_button {
      display: none; }
.research-form .gform_body .gform_page_footer {
  visibility: hidden;
  border: 0 none;
  margin: 0;
  padding: 0;
  height: 0px; }
.research-form .gform_body input[type="submit"] {
  background: #39B862;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Lato";
  padding: 10px 15px; }
.research-form .gform_body input[type="reset"] {
  margin-bottom: 0; }
.research-form.rf-half {
  width: 50%; }
.research-form.rf-left {
  margin: 0; }

.section_explore {
  padding: 100px 0 50px 0; }
  .section_explore h2 {
    text-align: center;
    color: #4D4D4D;
    font-size: 23px;
    padding-bottom: 40px;
    font-weight: 700; }
  .section_explore .thumbnail img {
    width: 150px; }
  .section_explore a {
    color: #32363a; }
  .section_explore .caption {
    padding: 0 5em; }
    .section_explore .caption h3 {
      color: #4D4D4D;
      font-size: 16px;
      padding: 30px 0 0px 0;
      font-weight: 700; }
    .section_explore .caption p {
      font-family: "Lato";
      font-size: 13px; }

.section_browse_by_theme h2 {
  color: #4D4D4D;
  font-size: 31px;
  font-weight: 600; }
.section_browse_by_theme .btn-default {
  margin-top: 10px; }
.section_browse_by_theme .section_header p {
  color: #666666;
  font-family: "Lato";
  padding-top: 1em; }
  @media all and (min-width: 780px) {
    .section_browse_by_theme .section_header p {
      width: 66%; } }
.section_browse_by_theme .themes {
  margin-bottom: 20px; }
  .section_browse_by_theme .themes .theme-item {
    position: relative; }
    .section_browse_by_theme .themes .theme-item:hover figure img {
      transform: scale(1.2); }
    .section_browse_by_theme .themes .theme-item a {
      display: inline-block;
      position: relative; }
    .section_browse_by_theme .themes .theme-item figure {
      overflow: hidden;
      border-radius: 15px; }
      .section_browse_by_theme .themes .theme-item figure img {
        width: 100%;
        transition: all ease-out 0.5s; }
      .section_browse_by_theme .themes .theme-item figure img[src=""] {
        padding-top: 76%;
        background: #f5f5f5;
        display: block;
        height: auto; }
    .section_browse_by_theme .themes .theme-item article {
      position: absolute;
      z-index: 1;
      top: 25px;
      right: 35px;
      bottom: 25px;
      left: 35px; }
      .section_browse_by_theme .themes .theme-item article > img {
        width: 40px; }
      .section_browse_by_theme .themes .theme-item article section {
        position: absolute;
        bottom: 0px; }
        .section_browse_by_theme .themes .theme-item article section h3 {
          font-weight: bold; }
        .section_browse_by_theme .themes .theme-item article section p {
          font-family: Lato;
          font-weight: bold; }
    .section_browse_by_theme .themes .theme-item.automation a {
      color: #84D7CA; }
    .section_browse_by_theme .themes .theme-item.artificial-intelligence a {
      color: #00A8FF; }
    .section_browse_by_theme .themes .theme-item.theme-4 a {
      color: #FFFFFF; }
    .section_browse_by_theme .themes .theme-item.platform-economy a {
      color: #ACC032; }
    .section_browse_by_theme .themes .theme-item.robotics a {
      color: #FFB900; }
    .section_browse_by_theme .themes .theme-item .btn_right_arrow {
      float: right;
      font-size: 35px;
      font-weight: normal;
      color: #fff; }
.section_browse_by_theme .also-browse-by section {
  border-radius: 15px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  padding: 35px 25px; }
.section_browse_by_theme .also-browse-by h2 {
  font-size: 26px; }
.section_browse_by_theme .also-browse-by ul {
  margin: 0;
  padding: 0; }
  .section_browse_by_theme .also-browse-by ul li {
    display: block;
    list-style: none;
    font-size: 16px;
    padding: 5px 0; }
    .section_browse_by_theme .also-browse-by ul li a {
      color: #666666; }
    .section_browse_by_theme .also-browse-by ul li img {
      margin-right: 20px;
      width: 40px; }

.section_data_event {
  padding: 50px 0;
  padding: 0px 0 50px 0; }
  .section_data_event .item {
    position: relative; }
    .section_data_event .item:hover figure img {
      transform: scale(1.2); }
    .section_data_event .item figure {
      overflow: hidden;
      border-radius: 15px; }
      .section_data_event .item figure img {
        width: 100%;
        transition: all ease-out 0.5s; }
    .section_data_event .item a {
      color: #FFFFFF; }
    .section_data_event .item .btn_right_arrow {
      float: right;
      font-size: 35px;
      font-weight: normal;
      color: #fff; }
    .section_data_event .item section {
      position: absolute;
      z-index: 1;
      top: 25px;
      right: 35px;
      bottom: 25px;
      left: 35px;
      overflow: hidden; }
      .section_data_event .item section h3 {
        font-size: 25px;
        font-weight: bold; }
      .section_data_event .item section p {
        max-width: 70%;
        font-family: "Lato";
        font-size: 15px;
        font-weight: 600; }

.section_key_results {
  background: #21804F;
  padding: 60px;
  color: #FFFFFF; }
  .section_key_results h2 {
    font-size: 25px;
    max-width: 100%;
    width: 60%;
    margin: 0 auto 70px auto;
    font-weight: bold; }
    .section_key_results h2 small {
      font-size: 14px;
      display: block;
      text-transform: uppercase;
      font-family: "Lato"; }
  .section_key_results .item h3 {
    font-family: 'Tungsten';
    font-weight: normal;
    font-style: normal;
    font-size: 57px;
    margin: 0px; }
  .section_key_results .item p {
    font-size: 15px;
    font-weight: 100; }

.section_about_the_project {
  padding: 60px;
  color: #4D4D4D; }
  .section_about_the_project h2 {
    font-size: 25px;
    max-width: 100%;
    width: 60%;
    margin: 0 auto 70px auto;
    font-weight: bold; }
    .section_about_the_project h2 small {
      font-size: 14px;
      display: block;
      text-transform: uppercase;
      font-family: "Lato"; }
  .section_about_the_project .collaborations {
    padding: 50px 0; }
    .section_about_the_project .collaborations .item img {
      width: 200px; }
    .section_about_the_project .collaborations .item p {
      font-family: "Lato";
      font-size: 14px;
      margin: 30px 0; }
    .section_about_the_project .collaborations .item .btn-default {
      margin-top: 20px; }
    .section_about_the_project .collaborations .item:last-child img {
      width: 265px;
      margin-left: -12px; }

.section_logos {
  padding: 50px 0 0 0; }
  .section_logos img {
    width: 175px; }
  .section_logos .logo_ems img {
    width: 130px;
    margin-top: 10px; }
  .section_logos .logo_idrc_crdi img {
    width: 250px; }

.section_in_partnership_with h2 {
  font-size: 26px;
  max-width: 100%;
  width: 60%;
  margin: 70px auto 70px auto;
  font-weight: bold;
  color: #4D4D4D; }
.section_in_partnership_with .partner_logos {
  padding: 0 0 50px 0; }
  .section_in_partnership_with .partner_logos img {
    cursor: pointer; }

.blog_block .section_report_list .item {
  display: block;
  border-color: #D5D5D5;
  border-width: 1px; }
  @media all and (min-width: 480px) and (max-width: 768px) {
    .blog_block .section_report_list .item {
      padding: 0; } }
  .blog_block .section_report_list .item .featured {
    background: #eee;
    position: relative; }
  .blog_block .section_report_list .item .report_left {
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden; }
    @media all and (min-width: 480px) and (max-width: 768px) {
      .blog_block .section_report_list .item .report_left {
        padding: 0; } }
    .blog_block .section_report_list .item .report_left .card-thumb {
      margin: 0;
      background-color: #515151;
      width: 100%; }
      @media all and (min-width: 480px) and (max-width: 768px) {
        .blog_block .section_report_list .item .report_left .card-thumb {
          display: block; } }
  .blog_block .section_report_list .item .report_right p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    font-family: "Lato";
    height: 4.2em;
    overflow: hidden;
    text-overflow: "[..]"; }
  .blog_block .section_report_list .item .blog_type {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #39B861;
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    font-family: "Lato";
    text-transform: uppercase; }
    .blog_block .section_report_list .item .blog_type:after {
      content: "";
      display: block;
      height: 0px;
      width: 0px;
      border: 10px solid transparent;
      border-left: 7px solid #39B861;
      border-top: 19px solid #39B861;
      position: absolute;
      right: -17px;
      top: 0px; }
.blog_block[data-layout="layout_list"] .report_right .meta {
  display: none; }
.blog_block[data-layout="layout_list"] .report_left .blog_type {
  display: none; }
.blog_block[data-layout="layout_grid"] .report_left .meta {
  display: none; }

.c2w_embeded iframe {
  width: 100%;
  height: auto; }
  @media all and (min-width: 768px) {
    .c2w_embeded iframe {
      min-height: 460px; } }

.author_meta {
  margin-top: 100px; }
  .author_meta h4 {
    color: #343434;
    font-family: "Lato";
    font-size: 15px;
    margin-top: 20px; }
  .author_meta h3 {
    border-bottom: 1px solid #DBDBDB;
    color: #343434;
    font-family: "Playfair Display";
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 18px; }
  .author_meta p {
    color: #808080;
    font-family: "Lato";
    font-size: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 40px; }

h2.page_title {
  font-weight: bold;
  font-size: 45px;
  color: #4E4E4E; }

.section_blog .date_time {
  font-size: 13px;
  padding-bottom: 0;
  margin-bottom: 7px; }
.section_blog .theme {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Lato"; }
.section_blog h1 {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 40px;
  color: #333333; }
.section_blog .blog_block .report_by,
.section_blog .blog_block .organisation {
  color: #333;
  font-size: 14px !important;
  height: auto; }
.section_blog .post_content {
  font-family: "Lato";
  color: #929292;
  font-size: 16px;
  line-height: 24px; }

.section_theme_banner {
  color: #fff;
  padding: 100px 0 80px 0; }
  .section_theme_banner h1 {
    color: #FFB900;
    font-weight: bold;
    font-size: 45px;
    padding-bottom: 30px; }
    .section_theme_banner h1:after {
      content: " -"; }
  .section_theme_banner article {
    font-size: 30px;
    font-family: "Lato"; }
  .section_theme_banner .theme_btn {
    color: white;
    font-family: "Lato";
    border: 2px solid #fff;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 14px; }

.section_search {
  background: #d1e4eb;
  padding-top: 35px; }
  .section_search h2 {
    color: #086A8F;
    font-size: 30px;
    font-weight: bold; }
  .section_search .grid {
    fill: #9aa5a7;
    color: #9aa5a7; }
  .section_search .list {
    fill: #9aa5a7;
    color: #9aa5a7; }
  .section_search .filter {
    fill: #4d4d4d;
    color: #4d4d4d; }
  .section_search .layout {
    color: #9aa5a7; }
  .section_search .inactive .grid {
    fill: #4d4d4d;
    color: #4d4d4d; }
  .section_search .inactive .list {
    fill: #4d4d4d;
    color: #4d4d4d; }
  .section_search .inactive .layout {
    color: #4d4d4d; }
    .section_search .inactive .layout span {
      color: #000000; }
  .section_search input[type="text"] {
    width: 100%; }
  .section_search .layout {
    color: #4d4d4d;
    font-family: "Lato"; }
    .section_search .layout span {
      display: block;
      font-size: 11.9px; }
    .section_search .layout.layout_grid .svg_icon {
      width: 2em; }
    .section_search .layout.layout_list .svg_icon {
      width: 1.4em; }
  .section_search .filter_search {
    font-family: "Lato";
    border: 2px solid #4D4D4D;
    color: #4D4D4D;
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 1px;
    display: block;
    white-space: nowrap; }
    .section_search .filter_search .svg_icon {
      width: 1.5em;
      float: right; }
  .section_search .search_fields .form_fields {
    display: flex;
    justify-content: space-between;
    padding-top: 10px; }
  .section_search .search_fields .search_box_wrap {
    flex: 1;
    position: relative; }
  .section_search .search_fields input[type="text"] {
    padding: 5px 5px 10px 5px;
    font-size: 21px;
    border: 0 none;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
    outline: 0 none;
    color: #808080;
    font-family: "Lato";
    background: #fff no-repeat 98% center url("../images/search.svg");
    background-size: 3%; }
  .section_search .search_fields input[type="submit"] {
    background: #4D4D4D;
    color: #FFFFFF;
    font: 16px "Lato";
    padding: 10px 25px;
    margin-left: 10px; }
  .section_search .selected_filters {
    display: flex;
    margin: 20px 0;
    padding: 0;
    font-family: "Lato";
    flex-wrap: wrap; }
    .section_search .selected_filters li {
      list-style: none;
      margin-right: 10px;
      background: #086A8F;
      white-space: nowrap;
      margin-bottom: 10px; }
      .section_search .selected_filters li a {
        display: inline-block;
        font-size: 12px;
        padding: 5px 10px 5px 10px;
        color: #FFFFFF; }
      .section_search .selected_filters li span {
        display: inline-block;
        font-size: 12px;
        padding: 5px 10px 5px 0px;
        color: #FFFFFF;
        cursor: pointer; }
        .section_search .selected_filters li span:hover {
          color: #f00; }
  .section_search .advanced_filters {
    position: relative;
    display: none; }
    .section_search .advanced_filters.show {
      display: flex; }
    .section_search .advanced_filters h3 {
      color: #086A8F;
      font-size: 20px;
      font-weight: bold;
      margin-top: 20px; }
    .section_search .advanced_filters h4 {
      color: #333333;
      font-size: 16px;
      font-weight: bold;
      margin-top: 20px; }
    .section_search .advanced_filters .close_filter {
      position: absolute;
      right: 15px;
      top: 10px;
      cursor: pointer; }
    .section_search .advanced_filters ul {
      padding: 0;
      max-height: 250px;
      overflow: auto; }
      .section_search .advanced_filters ul li {
        font-size: 15px;
        font-family: "Lato";
        color: #4D4D4D;
        list-style: none;
        white-space: nowrap; }
        .section_search .advanced_filters ul li label {
          overflow: hidden;
          max-width: 100%;
          text-overflow: ellipsis; }
    .section_search .advanced_filters input[type="checkbox"] {
      margin-right: 10px; }
    .section_search .advanced_filters input[type="range"] {
      width: 100%; }
    .section_search .advanced_filters select {
      width: 100%;
      margin-bottom: 10px; }
    .section_search .advanced_filters .date_range {
      display: flex;
      align-items: center; }
      .section_search .advanced_filters .date_range li {
        font-size: 12px; }
  .section_search .search-suggestion {
    position: absolute;
    width: 100%;
    max-width: 100%;
    background: white;
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 0px;
    border-top: 1px solid #eee;
    z-index: 9999;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2); }
    .section_search .search-suggestion h4 {
      padding: 10px 20px;
      margin: 0;
      font-size: 12px;
      text-transform: uppercase;
      background: #808080;
      color: #ffffff; }
    .section_search .search-suggestion .search-suggestion-tags {
      margin: 0;
      padding: 0;
      padding-top: 5px;
      margin-bottom: 20px; }
      .section_search .search-suggestion .search-suggestion-tags li {
        list-style-type: none; }
        .section_search .search-suggestion .search-suggestion-tags li a, .section_search .search-suggestion .search-suggestion-tags li span {
          color: #666666;
          padding: 6px 20px;
          white-space: nowrap;
          /* font-size: 13px; */
          font-family: "Playfair Display";
          font-size: 19px;
          overflow: hidden;
          max-width: 100%;
          display: block;
          cursor: pointer; }
          .section_search .search-suggestion .search-suggestion-tags li a b, .section_search .search-suggestion .search-suggestion-tags li a strong, .section_search .search-suggestion .search-suggestion-tags li span b, .section_search .search-suggestion .search-suggestion-tags li span strong {
            color: #191919; }
  .section_search #date_range_slider {
    margin: 35px 20px;
    z-index: 0; }
    .section_search #date_range_slider .noUi-handle.noUi-handle-lower,
    .section_search #date_range_slider .noUi-handle.noUi-handle-upper,
    .section_search #date_range_slider .noUi-origin {
      outline: none; }
    .section_search #date_range_slider .noUi-handle.noUi-handle-lower:before,
    .section_search #date_range_slider .noUi-handle.noUi-handle-upper:before {
      content: attr(aria-valuetext);
      position: absolute;
      top: -25px;
      left: -3px;
      width: 35px;
      overflow: hidden;
      height: 25px;
      background: none;
      font-family: "Lato";
      font-size: 15px; }
  .section_search .auto-suggest-report-wrap .suggestions_reports_status_failed {
    color: #666666;
    padding: 6px 20px;
    white-space: nowrap;
    /* font-size: 13px; */
    font-family: "Playfair Display";
    font-size: 19px;
    overflow: hidden;
    max-width: 100%;
    display: block;
    cursor: pointer; }
  .section_search .auto-suggest-report-wrap[data-layout=layout_list] .section_report_list > .item {
    margin: 0;
    box-shadow: none !important;
    margin-bottom: 0px !important; }
    .section_search .auto-suggest-report-wrap[data-layout=layout_list] .section_report_list > .item .row {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #dcdcdc !important;
      box-shadow: none !important; }
      .section_search .auto-suggest-report-wrap[data-layout=layout_list] .section_report_list > .item .row .report_right ul li.title h2 {
        cursor: pointer;
        font-weight: normal; }

.section_report_lists-old h3 {
  font: 19px "Lato";
  color: #000000;
  padding: 20px 0; }
.section_report_lists-old .section_report_list .item {
  margin-bottom: 20px; }
  .section_report_lists-old .section_report_list .item .row {
    border-top: 4px solid #ACC032;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 0 -10px 20px 0px;
    padding: 10px 0;
    transition: background-color ease-in-out 0.3s; }
  .section_report_lists-old .section_report_list .item .report_left figure img {
    width: 100%; }
  .section_report_lists-old .section_report_list .item .report_right {
    padding-right: 0; }
    .section_report_lists-old .section_report_list .item .report_right ul {
      margin: 0;
      padding: 0; }
      .section_report_lists-old .section_report_list .item .report_right ul li {
        list-style: none;
        padding-bottom: 10px;
        font-family: "Lato"; }
        .section_report_lists-old .section_report_list .item .report_right ul li a {
          color: #333333; }
    .section_report_lists-old .section_report_list .item .report_right .themes {
      font-size: 11px;
      text-transform: uppercase;
      font-family: "Lato"; }
      .section_report_lists-old .section_report_list .item .report_right .themes a {
        color: #ACC032; }
    .section_report_lists-old .section_report_list .item .report_right .title h2 {
      font-size: 20px;
      color: #4D4D4D;
      font-family: "Playfair Display";
      font-weight: bold; }
    .section_report_lists-old .section_report_list .item .report_right .report_by {
      font-size: 11px; }
    .section_report_lists-old .section_report_list .item .report_right .organisation {
      font-size: 11px; }
    .section_report_lists-old .section_report_list .item .report_right .tags {
      font-size: 11px; }
  .section_report_lists-old .section_report_list .item .meta {
    display: flex; }
  .section_report_lists-old .section_report_list .item .date {
    flex: 1;
    font-size: 11px;
    font-family: "Lato";
    color: #808080; }
  .section_report_lists-old .section_report_list .item .actions {
    margin: 0;
    padding: 0;
    display: flex;
    flex: 1; }
    .section_report_lists-old .section_report_list .item .actions li {
      display: inline-block;
      padding: 0;
      list-style: none;
      flex: 1;
      position: relative; }
      .section_report_lists-old .section_report_list .item .actions li a {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: block;
        width: 17px;
        height: 17px;
        white-space: nowrap;
        text-indent: 9999px;
        overflow: hidden; }
      .section_report_lists-old .section_report_list .item .actions li:hover .social_share {
        display: block; }
      .section_report_lists-old .section_report_list .item .actions li .social_share {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        padding: 0;
        bottom: 47px;
        display: none;
        background: #fff;
        padding: 10px;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
        border-radius: 2px;
        z-index: 999; }
        .section_report_lists-old .section_report_list .item .actions li .social_share li {
          flex: none;
          height: 29px;
          width: 25px; }
          .section_report_lists-old .section_report_list .item .actions li .social_share li a {
            display: inline-block;
            text-indent: 0px;
            width: 100%;
            height: 100%; }
            .section_report_lists-old .section_report_list .item .actions li .social_share li a svg {
              width: 1.5em; }
          .section_report_lists-old .section_report_list .item .actions li .social_share li.fb svg {
            color: #375895; }
          .section_report_lists-old .section_report_list .item .actions li .social_share li.tw svg {
            color: #58a9e8; }
          .section_report_lists-old .section_report_list .item .actions li .social_share li.gp {
            height: 21px; }
            .section_report_lists-old .section_report_list .item .actions li .social_share li.gp svg {
              color: #b8463a; }
          .section_report_lists-old .section_report_list .item .actions li .social_share li.ln {
            height: 26px; }
            .section_report_lists-old .section_report_list .item .actions li .social_share li.ln svg {
              color: #2977b5; }
    .section_report_lists-old .section_report_list .item .actions .share {
      background-image: url(../images/share.svg); }
    .section_report_lists-old .section_report_list .item .actions .open {
      background-image: url(../images/open.svg); }
    .section_report_lists-old .section_report_list .item .actions .download {
      background-image: url(../images/download.svg); }
.section_report_lists-old[data-layout=layout_grid] .item figure img {
  width: 100%;
  height: 212px;
  background: #666666;
  border: 0 none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: block; }
.section_report_lists-old[data-layout=layout_grid] .item a:hover {
  color: #007bff !important; }
.section_report_lists-old[data-layout=layout_grid] .item .row figure img {
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.3); }
.section_report_lists-old[data-layout=layout_grid] .item .row .report_left {
  margin-top: -25px; }
.section_report_lists-old .report_paginate ul {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .section_report_lists-old .report_paginate ul li {
    display: inline-block;
    list-style: none;
    padding-right: 10px; }
    .section_report_lists-old .report_paginate ul li a {
      color: #808080;
      text-align: center;
      width: 40px;
      height: 40px;
      display: block;
      border: 1px solid #808080;
      font-family: "Lato";
      vertical-align: middle;
      display: inline-block;
      line-height: 35px; }
    .section_report_lists-old .report_paginate ul li.active a {
      background: #666666;
      color: #FFFFFF; }
.section_report_lists-old[data-layout=layout_list] figure {
  display: none; }
.section_report_lists-old[data-layout=layout_list] .section_report_list > .item {
  width: 100%;
  flex: 0 0 100% !important;
  max-width: 100%; }
  .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row {
    border-left: 4px solid #ACC032;
    border-top: 0 none; }
    .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_left {
      order: 2;
      flex: 1;
      max-width: none;
      display: flex;
      align-items: center;
      align-content: center; }
      .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_left ul li {
        padding: 10px; }
        .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_left ul li .social_share {
          bottom: 30px;
          padding-bottom: 0; }
          .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_left ul li .social_share li {
            padding: 0; }
            .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_left ul li .social_share li a {
              height: 29px;
              width: 25px; }
      .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_left .date {
        padding-top: 10px;
        margin-bottom: 0px; }
        .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_left .date br {
          display: none; }
    .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_right {
      flex: 4;
      max-width: none; }
      .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_right ul {
        display: flex;
        align-items: center;
        align-content: center; }
        .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_right ul li {
          padding: 10px; }
          .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_right ul li.themes {
            display: none; }
          .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_right ul li.title h2 {
            height: auto; }
  .section_report_lists-old[data-layout=layout_list] .section_report_list > .item a:hover {
    color: #007bff !important; }

.section_report_lists h3 {
  font: 19px "Lato";
  color: #000000;
  padding: 20px 0; }
.section_report_lists .actions {
  display: flex;
  margin: 16px 0; }
  .section_report_lists .actions li {
    display: inline-block;
    padding: 0;
    list-style: none;
    flex: 1;
    position: relative; }
    .section_report_lists .actions li a {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      display: block;
      width: 17px;
      height: 17px;
      white-space: nowrap;
      text-indent: 9999px;
      overflow: hidden; }
    .section_report_lists .actions li:hover .social_share {
      display: block; }
    .section_report_lists .actions li .social_share {
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 0;
      padding: 0;
      bottom: 30px;
      display: none;
      background: #fff;
      padding: 10px;
      box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
      border-radius: 2px;
      z-index: 999;
      padding-bottom: 0px;
      left: 0px;
      width: 40px;
      bottom: 10px; }
      .section_report_lists .actions li .social_share li {
        flex: none;
        height: 29px;
        width: 25px; }
        .section_report_lists .actions li .social_share li a {
          display: inline-block;
          text-indent: 0px;
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0; }
          .section_report_lists .actions li .social_share li a svg {
            width: 1.5em; }
        .section_report_lists .actions li .social_share li.fb svg {
          color: #375895; }
        .section_report_lists .actions li .social_share li.tw svg {
          color: #58a9e8; }
        .section_report_lists .actions li .social_share li.gp {
          height: 21px; }
          .section_report_lists .actions li .social_share li.gp svg {
            color: #b8463a; }
        .section_report_lists .actions li .social_share li.ln {
          height: 26px; }
          .section_report_lists .actions li .social_share li.ln svg {
            color: #2977b5; }
  .section_report_lists .actions .share {
    background-image: url(../images/share.svg); }
  .section_report_lists .actions .open {
    background-image: url(../images/open.svg); }
  .section_report_lists .actions .download {
    background-image: url(../images/download.svg); }
.section_report_lists .report_paginate ul {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .section_report_lists .report_paginate ul li {
    display: inline-block;
    list-style: none;
    padding-right: 10px; }
    .section_report_lists .report_paginate ul li a {
      color: #808080;
      text-align: center;
      width: 40px;
      height: 40px;
      display: block;
      border: 1px solid #808080;
      font-family: "Lato";
      vertical-align: middle;
      display: inline-block;
      line-height: 35px; }
    .section_report_lists .report_paginate ul li.active a {
      background: #666666;
      color: #FFFFFF; }

.section_report_list .item a img {
  transition: all ease-in-out 0.3s; }
.section_report_list .item:hover a img {
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2); }

.date_time {
  padding: 0 0 10px 0;
  display: block;
  font-family: Lato;
  font-size: 11px;
  color: #757575; }

.section_featured_reports {
  color: #333333;
  padding-top: 50px;
  padding-bottom: 100px; }
  .section_featured_reports h1 {
    font-size: 45px;
    color: #4D4D4D;
    font-weight: bold;
    margin: 0px 0 50px 0; }
    .section_featured_reports h1:after {
      content: " -"; }
  .section_featured_reports h2 {
    font-size: 35px;
    color: #4D4D4D;
    font-weight: bold;
    margin-bottom: 30px; }
  .section_featured_reports h3 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 143px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 6.6rem; }
  .section_featured_reports h4 {
    font-size: 12px;
    text-transform: uppercase; }
    .section_featured_reports h4 a {
      color: inherit !important;
      text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8); }
  .section_featured_reports .cycle-slideshow {
    position: relative; }
    .section_featured_reports .cycle-slideshow .row {
      display: flex !important; }
      .section_featured_reports .cycle-slideshow .row figure img {
        width: 100%;
        background: #00a4fe;
        height: 360px;
        display: block;
        border: 0 none;
        box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.3);
        display: block; }
    .section_featured_reports .cycle-slideshow a {
      color: #4D4D4D; }
    .section_featured_reports .cycle-slideshow .cycle-prev {
      border: 1px solid transparent;
      border-left-color: #909090;
      border-bottom-color: #828282;
      display: block;
      width: 50px;
      height: 50px;
      transform: rotate(45deg);
      text-indent: 9999px;
      overflow: hidden;
      position: absolute;
      left: -40px;
      top: 40%;
      z-index: 999; }
    .section_featured_reports .cycle-slideshow .cycle-next {
      border: 1px solid transparent;
      border-top-color: #909090;
      border-right-color: #828282;
      display: block;
      width: 50px;
      height: 50px;
      transform: rotate(45deg);
      text-indent: 9999px;
      overflow: hidden;
      position: absolute;
      right: -40px;
      top: 40%;
      z-index: 999; }
    .section_featured_reports .cycle-slideshow .report_by {
      font-size: 14px; }
    .section_featured_reports .cycle-slideshow .report_date {
      font-size: 14px;
      color: #808080; }
    .section_featured_reports .cycle-slideshow .report_description {
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      height: 143px;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      display: -webkit-box;
      height: 5.5rem; }
    .section_featured_reports .cycle-slideshow .report_tags {
      font-size: 12px;
      font-style: italic;
      font-family: "Lato"; }
    .section_featured_reports .cycle-slideshow .btn {
      background: #39B862;
      color: #FFFFFF;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Lato";
      border-radius: 0px;
      padding: 13px 15px;
      font-size: 14pt; }
    .section_featured_reports .cycle-slideshow .open {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      display: inline-block;
      width: 17px;
      height: 17px;
      white-space: nowrap;
      text-indent: 9999px;
      overflow: hidden;
      background-image: url(../images/open.svg);
      margin-left: 5px; }
  .section_featured_reports .cycle_slider_pager ul {
    margin: 0;
    padding: 0; }
    .section_featured_reports .cycle_slider_pager ul li {
      list-style: none;
      padding: 10px 10px;
      cursor: pointer;
      transition: background-color ease-in-out 0.3s; }
      .section_featured_reports .cycle_slider_pager ul li a {
        font-size: 12px;
        color: inherit;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
        text-transform: uppercase; }
      .section_featured_reports .cycle_slider_pager ul li h2 {
        font-size: 17px;
        font-weight: bold;
        margin: 0;
        height: 42px;
        overflow: hidden; }
      .section_featured_reports .cycle_slider_pager ul li.cycle-pager-active {
        background: #eee; }

.section_upcoming_events {
  padding-top: 50px; }
  .section_upcoming_events h1 {
    font-size: 45px;
    color: #4D4D4D;
    font-weight: bold;
    margin: 0px 0 50px 0; }
    .section_upcoming_events h1:after {
      content: " -"; }
  .section_upcoming_events h2 {
    font-size: 31px;
    color: #4D4D4D;
    font-weight: bold;
    margin-bottom: 30px;
    color: #39B862; }
  .section_upcoming_events h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 143px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 4.6rem; }
  .section_upcoming_events h4 {
    font-size: 12px;
    text-transform: uppercase; }
    .section_upcoming_events h4 a {
      color: inherit;
      text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8); }
  .section_upcoming_events .item {
    padding-bottom: 15px;
    width: 370px; }
    .section_upcoming_events .item figure {
      position: relative; }
      .section_upcoming_events .item figure img {
        width: 100%;
        background: #00a4fe;
        height: 360px;
        display: block;
        border: 0 none;
        box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.3);
        display: block; }
    .section_upcoming_events .item h3 {
      font-size: 20px;
      color: #333333;
      font-weight: bold;
      text-overflow: ellipsis;
      overflow: hidden;
      height: 143px;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      height: 4.6rem;
      white-space: normal; }
    .section_upcoming_events .item .event_description, .section_upcoming_events .item .event_tags {
      white-space: normal; }
    .section_upcoming_events .item .event_by {
      font-size: 14px; }
    .section_upcoming_events .item .event_date {
      font-size: 14px;
      color: #808080;
      font-size: 14px;
      color: #808080;
      position: absolute;
      right: 10px;
      top: 10px;
      background: #39B862;
      color: #fff;
      text-transform: uppercase;
      font-size: 25.21px;
      font-family: "Lato";
      text-align: center;
      padding: 10px; }
      .section_upcoming_events .item .event_date b {
        display: block;
        font-size: 67.79px;
        font-family: "Tungsten";
        margin: 0;
        padding: 0;
        line-height: 60px; }
    .section_upcoming_events .item .event_description {
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      height: 143px;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      display: -webkit-box;
      height: 5.5rem;
      height: 9.5rem; }
    .section_upcoming_events .item .event_tags {
      font-size: 12px;
      font-style: italic; }
    .section_upcoming_events .item .event_location {
      color: #086A8F;
      font-weight: bold;
      font-size: 12px;
      font-family: "Lato"; }
    .section_upcoming_events .item .event_timings {
      color: #086A8F;
      font-weight: bold;
      font-size: 12px;
      font-family: "Lato"; }
    .section_upcoming_events .item .btn {
      background: #39B862;
      color: #FFFFFF;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Lato";
      border-radius: 0px;
      padding: 13px 15px;
      font-size: 14pt; }
    .section_upcoming_events .item .open {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      display: inline-block;
      width: 17px;
      height: 17px;
      white-space: nowrap;
      text-indent: 9999px;
      overflow: hidden;
      background-image: url(../images/open.svg);
      margin-left: 5px; }
  .section_upcoming_events .cycle-controls {
    cursor: pointer; }
  .section_upcoming_events .cycle-prev {
    border: 1px solid transparent;
    border-left-color: #909090;
    border-bottom-color: #828282;
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    text-indent: 9999px;
    overflow: hidden;
    position: absolute;
    left: -40px;
    top: 40%;
    z-index: 999999999; }
  .section_upcoming_events .cycle-next {
    border: 1px solid transparent;
    border-top-color: #909090;
    border-right-color: #828282;
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    text-indent: 9999px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: 40%;
    z-index: 999999999; }
  .section_upcoming_events .btn_right_arrow {
    margin-right: 5px;
    margin-top: -2px; }

.section_past_events {
  margin-top: 50px; }
  .section_past_events.event_type_past {
    margin-top: 0px; }
  .section_past_events h2 {
    color: #086A8F;
    font-size: 31px;
    font-weight: bold;
    padding-bottom: 40px; }
  .section_past_events .item {
    padding-bottom: 20px; }
    .section_past_events .item figure {
      margin: 0;
      display: block;
      height: 100%; }
      .section_past_events .item figure img {
        width: 100%;
        height: 100%;
        background: #E0E0E0;
        display: block;
        min-height: 133px; }
    .section_past_events .item h4 {
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Lato";
      color: #666666; }
    .section_past_events .item h3 {
      font-weight: bold;
      font-size: 16px;
      color: #333333;
      font-weight: bold;
      text-overflow: ellipsis;
      overflow: hidden;
      height: 143px;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      height: 3.6rem; }
    .section_past_events .item .item_right {
      border: 1px solid #E0E0E0;
      padding: 10px;
      margin-left: -15px;
      border-left: 0 none; }
  .section_past_events .event_paginate ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .section_past_events .event_paginate ul li {
      display: inline-block;
      list-style: none; }
      .section_past_events .event_paginate ul li a {
        color: #808080;
        text-align: center;
        width: 40px;
        height: 40px;
        display: block;
        border: 1px solid #808080;
        font-family: "Lato";
        vertical-align: middle;
        display: table-cell; }
      .section_past_events .event_paginate ul li.active a {
        background: #666666;
        color: #FFFFFF; }

.section_browse_by {
  padding: 50px 0; }
  .section_browse_by h1 {
    font-size: 40px;
    color: #4D4D4D;
    font-weight: bold; }
  .section_browse_by h3 {
    font-size: 31px;
    color: #4D4D4D;
    font-weight: bold;
    display: inline-block; }
  .section_browse_by .section_item {
    margin-top: 50px; }
  .section_browse_by h4 {
    font-size: 17px;
    color: #4D4D4D;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px; }
  .section_browse_by ul {
    margin: 0;
    padding: 0; }
    .section_browse_by ul li {
      list-style: none;
      font-size: 13px; }
      .section_browse_by ul li a {
        color: #666666; }
    .section_browse_by ul.c1 {
      column-count: 3; }
    .section_browse_by ul.c2 {
      color: #f00; }
      .section_browse_by ul.c2 .er {
        margin-top: 40px; }
    .section_browse_by ul.c3 {
      column-count: 3; }
  .section_browse_by .btn {
    float: right; }

.section_author {
  padding-top: 50px; }
  .section_author ul {
    margin: 0;
    padding: 0px 0px 20px 0px; }
    .section_author ul li {
      display: inline-block;
      color: #96193B; }
      .section_author ul li a {
        color: #96193B;
        pointer-events: none; }
      .section_author ul li:first-child:before {
        display: none; }
      .section_author ul li:before {
        content: " / "; }
  .section_author h4 {
    color: #808080;
    font-size: 12px;
    font-family: "Lato"; }
  .section_author h1 {
    color: #4D4D4D;
    font-size: 32px;
    font-weight: bold; }
  .section_author p {
    font-size: 14px;
    color: #4D4D4D; }

/** Responsive **/
@media all and (min-width: 768px) {
  .section_report_lists-old .section_report_list .item .report_left {
    padding-right: 0;
    flex-basis: 41.666667%; }
  .section_report_lists-old .section_report_list .item .report_right {
    flex-basis: 56.333333%; }
    .section_report_lists-old .section_report_list .item .report_right .title h2 {
      font-size: 19px;
      max-height: 3.5em;
      overflow: hidden;
      text-overflow: ellipsis; }
  .section_report_lists-old .section_report_list .item[data-layout=layout_list] .report_right {
    flex-basis: 56.333333%; }
    .section_report_lists-old .section_report_list .item[data-layout=layout_list] .report_right ul li {
      width: 26%; }

  .section_search .auto-suggest-report-wrap[data-layout=layout_list] .section_report_list-old > .item .report_right {
    flex-basis: 56.333333%; }
    .section_search .auto-suggest-report-wrap[data-layout=layout_list] .section_report_list-old > .item .report_right ul li.title {
      min-width: 400px;
      max-width: 400px; } }
/** Responsive **/
@media all and (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 760px; } }
@media all and (max-width: 990px) {
  body .section_page .gform_wrapper input[type=reset] {
    position: static;
    width: 100%;
    margin-bottom: 0px; }
  body .section_page .gform_wrapper .gform_footer {
    margin-top: 0px; }

  .header .logo {
    margin-top: 15px;
    display: inline-block; }
  .header nav ul li a {
    text-align: right; }
  .header nav .collapse:not(.show) {
    display: block;
    height: 0px;
    visibility: hidden; }
  .header nav.navbar {
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end; }
  .header .fixed_header {
    margin-top: 20px; }
  .header .rev_slider h1.tp-caption {
    text-align: center !important;
    font-size: 1.8em !important;
    line-height: 0.89em !important;
    max-width: 100% !important; }
  .header .rev_slider .tp-caption.rev-btn {
    font-size: 0.989em !important; }

  .header nav ul li > ul {
    display: block;
    position: static; }
  .header nav ul li a,
  .header nav ul li > ul > li a {
    padding: 10px 20px !important;
    background: #05315d;
    color: #fff !important;
    opacity: 1;
    text-transform: capitalize; }
  .header nav ul li a:hover,
  .header nav ul li > ul > li a:hover {
    background: #21476b;
    color: #fff !important;
    opacity: 1; }
  .header nav ul li > ul {
    margin: 0;
    padding: 0; }
  .header nav ul li > ul > li a {
    padding-right: 40px !important; }
  .header nav .nav_menu_list {
    position: absolute;
    right: -400%;
    top: 52px;
    transition: all ease-in-out 0.3s;
    display: block !important;
    min-height: 1px;
    height: auto !important;
    visibility: visible !important;
    z-index: 999; }
  .header nav .navbar-toggler.collapsed + .nav_menu_list {
    right: -400%; }
  .header nav .navbar-toggler + .nav_menu_list {
    right: 0px; }

  .header nav .nav_menu_list {
    position: fixed;
    top: 0px;
    bottom: 0;
    height: 100% !important;
    background: #0f345b;
    padding-top: 10px; }

  .show .menu_overlay {
    display: block;
    left: -10px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0; }

  .section_explore .caption {
    padding: 0 2em; } }
@media all and (max-width: 768px) {
  header.header .navbar {
    margin-right: 0px;
    position: static; }
  header nav ul li a,
  header nav ul li > ul > li a {
    font-family: "Lato"; }

  body {
    overflow-x: hidden; }

  .footer .footer-logo {
    margin-bottom: 10px; }
  .footer h3 {
    margin-bottom: 10px;
    margin-top: 20px; }
  .footer .menu2 {
    margin-top: 20px; }
  .footer .social_links {
    margin-bottom: 20px; }
  .footer .container {
    max-width: 100%; }
  .footer .gform_wrapper .ginput_container_email input[type="text"] {
    line-height: 26px;
    margin-top: -3px; }
  .footer .gform_wrapper .top_label div.ginput_container input[type="text"],
  .footer .gform_wrapper .top_label div.ginput_container input[type="email"] {
    margin-left: 0; }

  .section_key_results {
    padding: 60px 0; }
    .section_key_results h2 {
      width: 100%;
      margin: 0 auto 20px auto; }

  .section_about_the_project {
    padding-left: 20px;
    padding-right: 20px; }
    .section_about_the_project h2 {
      width: 100%;
      margin: 0 auto 0px auto; }
    .section_about_the_project .collaborations {
      padding: 50px 0 0 0; }
      .section_about_the_project .collaborations .item {
        margin-bottom: 50px; }

  .section_data_event .item section p {
    max-width: 89%;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 600; }

  .section_browse_by_theme .themes .theme-item {
    margin-bottom: 30px; }
  .section_browse_by_theme .themes .also-browse-by {
    background: #fff;
    flex: 0 0 100%;
    max-width: 100%; }
  .section_browse_by_theme .section_header {
    text-align: center; }

  .section_explore {
    padding: 50px 0 0 0; }
    .section_explore .caption {
      padding: 0 15px 50px 0; }
      .section_explore .caption p {
        padding: 0 20%; }

  .hide_on_mobile {
    display: none; }

  .section_report_lists-old .section_report_list .item .report_left figure img {
    height: auto;
    min-height: 212px;
    margin: 0 auto;
    width: auto;
    min-width: 212px;
    max-width: 100%; }

  .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row {
    flex-direction: column;
    text-align: left; }
    .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_left .date {
      padding-left: 10px; }
    .section_report_lists-old[data-layout=layout_list] .section_report_list > .item .row .report_right ul {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }

  .section_featured_reports .cycle-slideshow .cycle-controls {
    display: none; }
  .section_featured_reports .cycle-slideshow:hover .cycle-controls {
    display: block; }
  .section_featured_reports .cycle-slideshow .cycle-prev {
    left: 22px;
    top: 30%;
    border-width: 4px; }
  .section_featured_reports .cycle-slideshow .cycle-next {
    right: 22px;
    top: 30%;
    border-width: 4px; }

  .section_upcoming_events .item {
    width: 95vw; }
  .section_upcoming_events .cycle-slideshow {
    width: 95vw; }
  .section_upcoming_events .cycle-prev {
    left: 30px; }
  .section_upcoming_events .cycle-next {
    right: 30px; }

  .section_past_events .item .item_right {
    margin-left: 15px;
    margin-right: 15px;
    border-left: 1px solid #E0E0E0; }

  .section_browse_by ul.c3 {
    column-count: 2; } }
@media all and (max-width: 500px) {
  .section_data_event .item section p {
    display: none; }

  .section_browse_by ul.c3, .section_browse_by ul.c1 {
    column-count: 1; }
  .section_browse_by .btn {
    float: left;
    margin-bottom: 10px; } }
.robotics_bg {
  background: url("../images/robotics.png"); }
  .robotics_bg h1 {
    color: #fff;
    margin: 70px 0 0px 0; }

.rev-btn a {
  text-align: center;
  color: #fff;
  font-size: 0.9em; }

.header .home_slider {
  z-index: 0;
  position: relative; }

@media all and (min-width: 990px) {
  .header nav ul li ul.menu-depth-2 {
    top: 0%;
    left: 95%;
    padding: 0px; } }
.search_form.processing .filter_showing:after {
  content: "";
  background: #d1e4eb url(../images/loader.gif) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.blog_block .section_report_list a {
  outline: 0 none; }

@media all and (max-width: 780px) {
  .item_wrap,
  .slick-slideshow.section_report_list {
    min-width: 350px !important; }

  .slick-slideshow.section_report_list {
    margin: 0 auto !important; } }
ul.slick-dots {
  text-align: center; }

ul.slick-dots li {
  display: inline-block;
  padding: 10px; }

ul.slick-dots li button {
  border-radius: 100%;
  border: 0 none;
  background: #9e9e9e;
  font-size: 0px;
  color: #9e9e9e;
  height: 15px;
  width: 15px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  outline: none;
  cursor: pointer; }

ul.slick-dots li.slick-active button {
  background: #545454; }

body .blog_block .section_report_list .item .report_right p {
  -webkit-line-clamp: unset;
  height: auto !important;
  -webkit-box-orient: vertical;
  overflow: visible; }

body .item.type_multimedia h2.title, body .item.type_blog h2.title {
  height: auto !important; }

/*# sourceMappingURL=main.css.map */
