html {
    overflow-x: hidden;
}
header {
    z-index: 100;
    position: relative;
}
th.column-read-more {
    font-size: 0;
}
.column-policy-name {
    width: 35%;
}

.doa-toggle .doa-toggle-label,
.doa-toggle2 .doa-toggle-label {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    position: relative;
    top: 4px;
}
.doa-toggle, .doa-toggle2 {
    margin-bottom: -56px;
    margin-left: 30px;
}
@media only screen and (max-width: 600px) {
    .doa-toggle, .doa-toggle2 {
        margin-top: 30px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #E0EECE;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #E0EECE;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

@media only screen and (min-width: 601px) {
    /*#mega-menu-primary .mega-sub-menu {
        position: fixed !important;
        left: 0 !important;  
    }*/
    #mega-menu-item-137 > ul.mega-sub-menu {
        position: fixed !important;
        left: 0 !important;
    }
    #mega-menu-item-241 > ul.mega-sub-menu {
        position: fixed !important;
        left: 0 !important;
    }
}

.column-read-more {
    width: 32px;
}

@media only screen and (max-width: 767px) {
    #content .home-intro-description  {
        padding-bottom: 2rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    #content .home-intro-description .intro-column-1 {
        margin-bottom: 1rem;
    }

    .home-intro-description .intro-column-1 h1 {
        font-size: 32px;
        line-height: 48px;
    }

    body .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
        padding: 7px 3px;
    }
    body .wpDataTablesWrapper table.wpDataTable td {
        padding: 3px;
    }
    body .wpDataTablesWrapper table.wpDataTable tr td:last-child {
        padding-right: 5px;
    }
}
@media only screen and (max-width: 1023px) {
    .home-intro-description .intro-column-1 h1 br {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .column-country {
        width: 8%;
    }
    .column-jurisdiction {
        width: 9%;
    }
    .column-category,
    .column-value-committed-usd {
        width: 10%;
    }
    .column-policy-name {
        width: 18%;
    }
    .column-mechanism {
        width: 13%;
    }
}

.readmore-column {
    width: 30px;
}

#country-menu-hidden {
    display: none;
}

.country-menu {
    display: flex;
    flex-wrap: wrap;
}
.country-menu .country-menu-item {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
}
.country-menu .country-menu-item a {
    color: #000;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #dadada;
    width: 100% !important;
}
.country-menu .country-menu-item a:hover {
    border-bottom: 1px solid #000;
}
.country-menu .country-menu-item .country-menu-flag {
    width: 25px; margin-right: 5px;
    position: relative;
    top: 1px;
    box-shadow: 0px 0px 1px #333;
}

@media only screen and (min-width: 480px) {
    .country-menu .country-menu-item {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .country-menu .country-menu-item {
        width: 25%;
    }
}

#table_3_wrapper .dt-buttons { display: none; }

#table_3 tbody tr.odd + tr.row-detail td  {
    background-color: #f3f3f3 !important;
}

#table_3 tbody tr.even + tr.row-detail td  {
    background-color: #e8e8e8 !important;
}

#country-dropdown {
    margin-top: 20px;
    width: 500px;
    max-width: 60%;
    font-size: 20px;
    padding: 10px 8px;
    line-height: 1.0;
    position: relative;
    top: 1px;
    margin-right: 1%;
    border: 1px solid #CCC; /*#008AB7*/
    /*box-shadow: 1px 1px 5px 1px #CCC inset; */
}
#country-select #country-button {
    max-width: 39%;
    overflow: initial;
}
#at-custom-sidebar {
    background: transparent !important;
    box-shadow: none !important;
}

#at-custom-sidebar .at-custom-sidebar-btns .at-share-btn .at-icon-wrapper {
    margin-right: 0 !important;
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
}

#at-custom-sidebar .at-custom-sidebar-btns .at-share-btn .at-icon-wrapper svg {
    width: 22px !important;
    height: 22px !important;
}
.row-detail .columnTitle,
.row-detail .columnValue {
    font-size: 14px;
}
.row-detail li {
    padding-top: 0px !important;
    border-bottom: 1px solid #DDD;
}
/*#mega-menu-primary .mega-sub-menu,*/
#mega-menu-item-241 > .mega-sub-menu {
    background: transparent !important;
}
/*#mega-menu-primary .mega-sub-menu .mega-menu-item.widget_custom_html,*/
#mega-menu-item-custom_html-2 {
    background: #fff !important;
    max-width: 1320px;
    margin: 0 auto !important;
    float: none !important;
    /*box-shadow: 0px 5px 5px #999;*/
}
@media only screen and (min-width: 1041px) {
    #mega-menu-primary li:first-child .mega-sub-menu {
        max-width: 900px !important;
    }
}
.menu-column-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding: 0px 10px;
}
#mega-menu-primary {
    overflow: visible !important;
}
#mega-menu-primary .mega-sub-menu {
    /*box-shadow: 0px 5px 5px #999 !important;*/
    padding: 0px !important;
}
/*#mega-menu-primary .mega-sub-menu > li.mega-menu-item-custom_html-3 {
    box-shadow: 0px 2px 5px #999 !important;
}*/
#mega-menu-primary .mega-sub-menu {
    box-shadow: 0px 2px 5px #999 !important;
}
#mega-menu-primary li:first-child .mega-sub-menu .country-menu-item {
    width: 100% !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 6px !important;
    box-shadow: 0px 2px 5px #999 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li {
    padding: 5px 10px;
}

.monetary .monetary-date {
    /* color: #F00; */
}
.energy-support .block h3 {
    margin: 1rem 0 0px !important;
    font-size: 34px;
    line-height: 1.3em;
}

.ept-dynamic-text {
    font-weight: bold;
}

/*.ept-dynamic-text-uncond-fossil {
    font-weight: bold;
    color: #414141;
}

.ept-dynamic-text-cond-fossil {
    font-weight: bold;
    color: #9F9F9F;
}

.ept-dynamic-text-uncond-clean {
    font-weight: bold;
    color: #8DB51A;
}

.ept-dynamic-text-cond-clean {
    font-weight: bold;
    color: #D5E8BE;
}

.ept-dynamic-text-other {
    font-weight: bold;
    color: #90C9DB;
}*/

.ept-dynamic-text-uncond-fossil {
    font-weight: bold;
    border-bottom: solid 4px #414141;
}

.ept-dynamic-text-cond-fossil {
    font-weight: bold;
    border-bottom: solid 4px #9F9F9F;
}

.ept-dynamic-text-uncond-clean {
    font-weight: bold;
    border-bottom: solid 4px #8DB51A;
}

.ept-dynamic-text-cond-clean {
    font-weight: bold;
    border-bottom: solid 4px #D5E8BE;
}

.ept-dynamic-text-other {
    font-weight: bold;
    border-bottom: solid 4px #90C9DB;
}

#ept-research-wrapper .flickity-slider a.ept-research {
    text-decoration: none;
}

#ept-research-wrapper .flickity-slider a.ept-research span.ept-research-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 5px;
    margin: -5px;
    display: inline-block;
}

#ept-research-wrapper .flickity-slider a.ept-research:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
    transition: background-color .3s ease-in-out;
}

body .site-footer .footer-main {
    background-color: #14151B
}

body .site-footer .copyright a:hover {
    color: #ffffff;
    transition: color .3s ease-in-out;
}

.wp-block-table td {
    border: solid 1px #000000;
    padding: 0.5rem;
}
.column-policy-name {
    position: relative;
    overflow: visible !important;
}

.btn-dark:hover {
    color: #FFFFFF;
}

.updated-date {
    text-align: center;
    margin-bottom: 1rem;
}

#mega-menu-item-custom_html-2 {
    box-shadow: 0px 3px 3px #999999 !important;
}

.site-footer .cta-email-column-2 input {
    font-size: 18px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
}

#cookie-notice {
    z-index: 1000000000;
}

body .wpcf7 label {
    font-size: 18px;
}
#table_3 td::first-letter {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #wpadminbar {
        position: fixed;
    }
    #site-navigation {
        position: fixed;
        background: #23282c;
        z-index: 1000;
    }
}

body .wpDataTablesWrapper table.wpDataTable thead th.sorting:after, body .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after, body .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
    border: 8px solid transparent;
}
body .wpDataTablesWrapper table.wpDataTable thead th.sorting:after, body .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
    border-bottom-color: #333333;
    border-top-width: 0;
}
body .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
    border-top-color: #333333;
    border-bottom-width: 0;
}
body .wpDataTablesWrapper table.wpDataTable thead th {
    position: relative;
    border-right: 1px solid #999;
}
body .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
body .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after,
body .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
    position: absolute;
    bottom: 6px;
    right: 6px;
}
body .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    border-left: 1px solid #BBB !important;
}

body .wpDataTablesWrapper .dataTables_paginate > .paginate_button {
    text-indent: 0 !important;
}

/* search result page styles */
.content-area.search-results {
    max-width: 1320px;
    width: 100%;
    padding: 40px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    background: #FFF;
    margin-bottom: 300px;
}
.content-area.search-results h2 {
    font-weight: 600;
    margin: 0 0 15px;
}
.content-area.search-results h4 {
    font-weight: 600;
    /*font-size: 32px;
    line-height: 32px;*/
    line-height: 1.0em;
    margin: 0 0 15px;
}
.search-results-bg {
    background-image: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7)), url( '../../../uploads/2020/07/bg-1.jpg' );
    position: absolute; 
    top: 0;
    height: 800px;
    width: 100%;
    z-index:  -10;
}
.page-bg {
    position: absolute; 
    top: 0;
    height: 800px;
    width: 100%;
    z-index:  -10;
}


#search-results-table {
    display: block;
    width: 100% !important;
    background-color: #e3e3e3;
    font-family: "Fira Sans", sans-serif;
}
/*#search-results-table thead tr {
    background-color: #f3f3f3;
}*/
#search-results-table thead th {
    border-left: 1px solid #CCC;
    border-bottom: none;
    text-align: left;
}
#search-results-table tr.odd {
    background-color: #f3f3f3;
}
#search-results-table tr.odd+tr.child {
    background-color: #f3f3f3 !important;
}
#search-results-table tr.even {
    background-color: #e3e3e3;
}
#search-results-table tr.even+tr.child {
    background-color: #e3e3e3 !important;
}
#search-results-table tr.child .dtr-title,
#search-results-table tr.child .dtr-data {
    font-size: 13px;
}
#search-results-table tr.child .dtr-title::after {
    content: ":";
}
#search-results-table tr.child ul {
    width: 100%;
    padding-top: 0;
}
#search-results-table tr.child ul li {
    border-bottom: 1px solid #DDD;
    padding: 0;
}

#search-results-table.dataTable thead .sorting {
    background-image: url(../img/sort_both.png);
}
#search-results-table.dataTable thead .sorting_asc {
    background-image: url(../img/sort_asc.png);
}
#search-results-table.dataTable thead .sorting_desc {
    background-image: url(../img/sort_desc.png);
}


#search-results-table tr.fossil_unconditional td:first-child,
#search-results-table tr.fossil_unconditional+tr.child td:first-child {
    border-left: 10px solid rgb(65, 65, 65);
}
#search-results-table tr.fossil_conditional td:first-child,
#search-results-table tr.fossil_conditional+tr.child td:first-child {
    border-left: 10px solid rgb(159, 159, 159);
}
#search-results-table tr.clean_unconditional td:first-child,
#search-results-table tr.clean_unconditional+tr.child td:first-child {
    border-left: 10px solid rgb(141, 181, 26);
}
#search-results-table tr.clean_conditional td:first-child,
#search-results-table tr.clean_conditional+tr.child td:first-child {
    border-left: 10px solid rgb(213, 232, 190);
}
#search-results-table tr.other_energy td:first-child,
#search-results-table tr.other_energy+tr.child td:first-child {
    border-left: 10px solid rgb(144, 201, 219);
}
#search-results-table th, #search-results-table td {
    font-size: 12px;
}
#search-results-table .table-col1,
#search-results-table .table-col2,
#search-results-table .table-col5,
#search-results-table .table-col6,
#search-results-table .table-col8,
#search-results-table .table-col9 {
    width: 55px !important;
}
#search-results-table .table-col3 {
    width: 60px !important;
}
#search-results-table .table-col7 {
    width: 75px !important;
}
#search-results-table .table-col4 {
    width: 100% !important;
}
#search-results-table .dtr-details .dtr-data {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 70vw;
    display: block;
}


table.dataTable.dtr-column>tbody>tr>td.control:before {
    background-color: #008AB7 !important;
    line-height: 20px !important;
    font-weight: 900;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 20px;
    width: 20px !important;
    height: 20px !important;
}
#search-results-table_wrapper #search-results-table_length {
    font-size: 12px;
    margin-top: 11px;
}
#search-results-table_wrapper #search-results-table_filter {
    font-size: 12px;
    margin-bottom: 10px;
}
#search-results-table_wrapper #search-results-table_info {
    font-size: 12px;
}
#search-results-table_wrapper #search-results-table_paginate {
    font-size: 12px;
    margin-top: 8px;
}


.no-results-text {
    border: 1px solid #CCC;
    padding: 25px;
    text-align: center;
}


.search-form-wrapper {
    border: 1px solid #CCC;
    margin-bottom: 30px;
    padding: 25px;
    background-color: #ECECEC;
    min-height: 322px;
}
.search-form-wrapper .searchandfilter h4 {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 2px 5px;
    border-left: 5px solid #008AB7;
}
.search-form-wrapper form.searchandfilter ul {
    margin-left: 0px;
    padding-left: 0px;
}

.search-form-wrapper form.searchandfilter ul li {
    padding: 0;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 14px;
}
.search-form-wrapper form.searchandfilter ul.chosen-results li {
    margin: 0;
    padding: 4px;
}
.search-form-wrapper form.searchandfilter > ul > li {
    width: 100%; /* 25% */
}
/*
.search-form-wrapper li.sf-field-post-meta-country,
.search-form-wrapper li.sf-field-post-meta-policy_category,
.search-form-wrapper li.sf-field-post-meta-sector,
.search-form-wrapper li.sf-field-post-meta-energy_type {
    width: 25%;
    display: inline-block;
    margin: 0 10px !important;
}
*/
.search-form-wrapper form.searchandfilter > ul > li .chosen-container,
.search-form-wrapper form.searchandfilter > ul > li input {
    width: 100% !important;
}
.search-form-wrapper form.searchandfilter > ul > li .sf-date-prefix {
    min-width: 35px;
}
.search-form-wrapper input[type=submit] {
    background-color: #008AB7;
    border: none;
    color: #FFF;
    max-width: 120px;
    padding: .75rem 2rem;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
}
.search-form-wrapper input[type=submit]:hover {
    background-color: #006484;
    transition: background-color .3s ease-in-out;
    border-color: none;
    box-shadow: none;
}
.search-form-wrapper .sf-field-reset {
    text-align: right;
    font-size: 14px;
}
.search-form-wrapper .sf-field-reset a {
    color: #008AB7;
}
.ll-skin-melon.searchandfilter-date-picker .ui-widget {
    background: #008AB7;
}
.ll-skin-melon.searchandfilter-date-picker a.ui-state-default {
    color: #008AB7;
}
.search-form-wrapper .search-cols ~ ul {
    text-align: center;
}
.search-form-wrapper .search-cols ~ ul li {
    display: inline;
    margin: 0 15px !important;
}
.search-results-download-wrapper {
    text-align: right;
    position: relative;
    /*top: -60px;
    margin-bottom: -60px;*/
}

.search-cols {
    margin-bottom: 20px;
}
.search-form-wrapper .sf-field-submit {
    text-align: center;
}
.search-cols .search-col {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}
.search-cols .search-col:last-child {
    padding-right: 0px;
}
.search-cols .search-col1 label,
.search-cols .search-col1 .chosen-container,
.search-cols .search-col2 label,
.search-cols .search-col2 .chosen-container {
    width: 100% !important;
}
.search-cols .search-col3 .sf-date-prefix {
    width: 10% !important;
}
.search-cols .search-col3 label {
    width: 90% !important;
}
.search-cols .search-col3 label input {
    width: 100%;
    border: 1px solid #AAA;
    border-radius: 0;
    font-size: 12px;
    padding: 4px 5px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: linear-gradient(#eee 1%,#fff 15%);
}
.search-cols .search-col3 label input:focus {
    outline: none;
    border: 1.5px solid #5897fb;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

@media only screen and (max-width: 1040px) {
    .search-cols .search-col1, .search-cols .search-col2 {
        width: 49%;
    }
    .search-cols .search-col2 {
        padding-right: 0px;
    }
    .search-cols .search-col3 {
        width: 100%;
    }
    .search-cols .search-col3 li.sf-field-post-meta-date_of_announcement {
        padding-right: 30px;
    }
    .search-cols .search-col3 li.sf-field-post-meta-date_of_announcement,
    .search-cols .search-col3 li.sf-field-post-meta-implemented_repeal_date {
        width: 49%;
        display: inline-block;
    }
    .search-cols .search-col3 li.sf-field-post-meta-implemented_repeal_date {
        position: relative;
        left: 5px;
    }
}
@media only screen and (max-width: 768px) {
    .search-cols .search-col1,
    .search-cols .search-col2,
    .search-cols .search-col3 {
        width: 100%;
        padding: 0px;
    }
    .search-cols select {
        left: 0 !important;
        margin: auto !important;
        right: 0 !important;
        width: 100%;
    }
    .search-cols .search-col3 li.sf-field-post-meta-date_of_announcement,
    .search-cols .search-col3 li.sf-field-post-meta-implemented_repeal_date {
        width: 100%;
        padding: 0px;
        left: 0px;
    }
}
/*
@media only screen and (max-width: 560px) {
    .search-results-download-wrapper  a.btn {
        padding: 0.25rem 1rem;
        font-size: 14px;
    }
}
*/
/* default page styles */
body.search {
    display: block;
}
body.single-country #site-navigation,
body.single-region #site-navigation,
body.single-institution #site-navigation,
body.single-institution_analysis #site-navigation,
body.search #site-navigation,
body.page-id-2748 #site-navigation,
body.page-id-3349 #site-navigation {
    float: none !important;
}

.country .country-top .country-intro-description,
.region .region-top .region-intro-description {
    padding-top: 10px !important;
}

/* menu overlay */
body.mega-menu-primary-mobile-open #site-navigation::after {
    content: '';
    background: black;
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0.7; 
}

.latest-policy .dataTables_length,
.latest-policy .dataTables_filter,
.latest-policy .dataTables_info,
.latest-policy .dataTables_paginate {
    display: none;
}
#wpDataChart_1 .highcharts-legend-item rect,
#wpDataChart_3 .highcharts-legend-item rect,
#wpDataChart_5 .highcharts-legend-item rect {
    display: none;
}
/*
#wpDataChart_1 .highcharts-legend-item.highcharts-legend-item-hidden i,
#wpDataChart_3 .highcharts-legend-item.highcharts-legend-item-hidden i,
#wpDataChart_5 .highcharts-legend-item.highcharts-legend-item-hidden i {
    color: rgb(204, 204, 204) !important;
}
*/
#wpDataChart_1 .highcharts-legend-item.highcharts-legend-item-hidden i:before,
#wpDataChart_3 .highcharts-legend-item.highcharts-legend-item-hidden i:before,
#wpDataChart_5 .highcharts-legend-item.highcharts-legend-item-hidden i:before {
    content: "\f0c8" !important;
}
.custom-chart-container .highcharts-legend-item rect,
.custom-chart-container .highcharts-legend-item path {
    display: none;
}
.custom-chart-container .highcharts-legend-item.highcharts-legend-item-hidden i:before {
    content: "\f0c8" !important;
}

.ept-default-layout {
    margin-top: 40px;
    padding: 40px;
    background-color: #FFF;
}
.ept-default-layout-factbox {
    float: right;
    width: 50%;
    clear: none;
    margin-left: 40px;
}
.ept-default-layout h2 {
    clear: none;
}
.mobile-only {
    display: none;
}
@media only screen and (max-width: 768px) {
    .ept-default-layout {
        margin-top: 20px;
        padding: 20px;
    }
    .ept-default-layout-factbox {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .mobile-only { display: block; }
    .desktop-only { display: none; }
}
.donut-placeholder {
    width: 100%;
    min-height: 400px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 6px;
}

.chart-share-containter {
    text-align: right;
    padding: 10px 0 10px;
}
.btn.btn-share-alt {
    padding: 3px 10px 7px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1.0em;
}
.btn.btn-share-alt i {
    font-size: 18px;
    top: 2px;
    position: relative;
}

.footer-copyright {
    padding: 0px 20px 25px;
    text-align: center;
    color: #FFF;
    background-color: #14151B;
}

.policies-toggle {
    border-bottom: 2px solid #008AB7;
}
.policies-toggle a {
    display: inline-block;
    border: 2px solid #008AB7;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    background-color: #ECECEC;
    padding: 5px 10px 3px;
    margin-left: 5px;
    color: #414141 !important;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-size: 14px;

}
.policies-toggle a.active,
.policies-toggle a:hover {
    background-color: #008AB7;
    color: #FFF !important;
}
.policies-toggle a.active {
    cursor: auto;
}
@media (min-width: 768px) {
    .policies-toggle a {
        padding: 10px 20px 8px;
        margin-left: 15px;
        font-size: 16px;
        text-transform: uppercase;
    }
}

.policy-analysis .all-policies-filter,
.policy-analysis .normal-policies-filter,
.policy-analysis .mdb-policies-filter {
    display: none;
}

.policy-analysis.all-policies .all-policies-filter,
.policy-analysis.normal-policies .normal-policies-filter,
.policy-analysis.mdb-policies .mdb-policies-filter {
    display: block;
}
.policy-analysis.all-policies .block-50.all-policies-filter,
.policy-analysis.normal-policies .block-50.normal-policies-filter,
.policy-analysis.mdb-policies .block-50.mdb-policies-filter {
    display: flex;
}
/*
.policy-analysis.normal-policies .all-policies-filter,
.policy-analysis.normal-policies .mdb-policies-filter {
    display: none;
}
*/

.policies-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

.policies-dropdown {
    margin-top: 20px;
    width: 100%;
    /*max-width: 60%;*/
    font-size: 20px;
    padding: 10px 8px;
    line-height: 1.0;
    position: relative;
    top: 1px;
    margin-right: 1%;
    border: 1px solid #CCC; /*#008AB7*/
    /*box-shadow: 1px 1px 5px 1px #CCC inset; */
}

.sotab-triggers {
    
}
.sotab-trigger {
    display: inline-block;
    border: 2px solid #008AB7;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    background-color: #ECECEC;
    padding: 8px 18px 6px;
    margin-left: 10px;
    font-size: 15px;
    color: #414141 !important;
    text-decoration: none;
    text-transform: uppercase;
}

.sotab-trigger.active,
.sotab-trigger:hover {
    background-color: #008AB7;
    color: #FFF !important;
}
@media (max-width: 1140px) {
    .sotab-trigger {
        /*padding: 10px 20px 8px;
        margin-left: 15px;
        font-size: 16px;*/
        padding: 5px 10px 3px;
        margin-left: 5px;
        font-size: 14px;
        text-transform: uppercase;
    }
}
@media (max-width: 960px) {
    .sotab-trigger {
        border-radius: 4px;
        margin-bottom: 10px;
        border-bottom: 2px solid #008AB7;
    }
}

.sotab-content {
    border: 2px solid#008AB7;
}
.sotab-content {
    display: none;
}
.sotab-content.active {
    display: block;
}

#inequalities-maps .sotab-content {
    padding: 15px;
    overflow: hidden;
}

#inequalities-maps .sotab-content .map_wrapper {
    /*box-shadow: 1px 1px 3px #999;*/
}
#inequalities-maps .sotab-content h5 {
    margin: 0 0 0.5em;
}
#inequalities-tables .sotab-content {
    padding: 15px;
    overflow: auto;
}
#inequalities-tables .sotab-content table {
    /*border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-collapse: collapse;*/
    min-width: 1000px;
}
#inequalities-tables .sotab-content td {
    /*width: 5% !important;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-collapse: collapse;*/
}
#inequalities-tables .sotab-content td {
    padding: 7px;
    font-size: 12px;
    font-family: 'Fira Sans', sans-serif;
}
/*
#inequalities-tables .sotab-content tr:nth-child(1) td:not(:last-child),
#inequalities-tables .sotab-content tr:nth-child(2) td:not(:last-child) {
    border-right: 2px solid #FFF;
}
#inequalities-tables .sotab-content tr:nth-child(1) td,
#inequalities-tables .sotab-content tr:nth-child(1) td {
    border-bottom: 2px solid #FFF;
}
*/
#inequalities-tables .sotab-content tr:nth-child(1) {
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    /*border-left: 5px solid #ffe59a;*/
}
#inequalities-tables .sotab-content tr:nth-child(1) td:first-child {
    /*border-left: 5px solid #ffe59a;*/
    border-left: 5px solid #fff;

}
#inequalities-tables .sotab-content tr:nth-child(2) {
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    /*border-left: 5px solid #fff2cd;*/
}
#inequalities-tables .sotab-content tr:nth-child(2) td:first-child {
    /*border-left: 5px solid #fff2cd;*/
    border-left: 5px solid #fff;
}

#inequalities-tables .sotab-content tr:nth-child(1) td,
#inequalities-tables .sotab-content tr:nth-child(2) td {
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}


#inequalities-tables .sotab-content table tr:nth-child(2n + 3) {
    background-color: #f3f3f3;
}
#inequalities-tables .sotab-content table tr:nth-child(2n + 4) {
    background-color: #e3e3e3;
}

#content h2 {
    font-size: 32px;
    line-height: 40px;
}

#inequalities-tables tbody tr:nth-child(n+3) td {
    font-size: 10px;
    vertical-align: top;
    line-height: 1.5;
    font-size: 12px;
}
#inequalities-tables tbody tr:nth-child(n+3) td p {
    font-size: 12px;
    line-height: 1.5;
}

.inequality-legend-items {
    margin-bottom: 10px;
    display: inline;
}
.inequality-legend-item {
    line-height: 1.0em;
    margin-right: 20px;
    font-family: 'Fira Sans', sans-serif;
}
.inequality-legend-item span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.imapsContainer.imapsLabel tspan {
    text-shadow: 0px 0px 3px #000;
}
.inequality-legend-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    margin-right: 15px;
    display: inline;
}


#inequality-country-dropdown {
    margin-top: 20px;
    width: 100%;
    /*max-width: 60%;*/
    font-size: 20px;
    padding: 10px 8px;
    line-height: 1.0;
    position: relative;
    top: 1px;
    margin-right: 1%;
    border: 1px solid #CCC; /*#008AB7*/
    /*box-shadow: 1px 1px 5px 1px #CCC inset; */

	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 97.5% center;
}

#inequality-country-dropdown {
    margin-bottom: 20px;
}

#inequality-countries {
    padding: 15px;
    border: 2px solid#008AB7;
}
#inequality-countries {
    display: none;
}
#inequality-countries.active {
    display: block;
}
#inequality-countries .mobile_inequality_container {
    display: none;
    width: 300px;
    max-width: 100%;
}
#inequality-countries .mobile_inequality_container.active {
    display: block;
}


.inequality_container {
    width: 200px;
	padding: 5px 0px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    width: 250px;
}
.mobile_inequality_container .inequality_container {
    width: 100%;
}

.inequality_container .inequality_header {
    display: flex;
	align-items: flex-start;
    margin-bottom: 20px;
}
.inequality_container .inequality_header h4 {
    line-height: 1.0;
    font-size: 20px;
    margin: 0px;
}
.inequality_container .imapsLabel text tspan {
	font-family: 'Fira Sans', sans-serif;
}
.inequality_container table,
.inequality_container th,
.inequality_container td {
    border: 0px solid #999;
}
.inequality_container table {
    margin-bottom: 0px;
}
.inequality_container table tr.focus:nth-child(odd),
.inequality_container table tr.focus:nth-child(even){
    background-color: #008AB7;
    color: #FFF;
}
.inequality_container table tr:nth-child(odd) {
    background-color: #f3f3f3;
}
.inequality_container table tr:nth-child(even) {
    background-color: #e3e3e3;
}
.inequality_container td {
    padding: 5px;
}
.inequality_row.focus td {
    font-weight: 900;
}
.imapsLegend .imapsLabel text tspan {
    font-family: 'Fira Sans', sans-serif;
}
.hidetippy {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
}
.tippy-content {
    padding: 20px 20px 10px;
}
.tippy-content p {
    font-size: 13px;
    line-height: 2em;
    margin-bottom: 10px;
}
.header-sticky-message {
    padding: 15px 20px;
    background-color: #008AB7;
    color: #FFF;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 100;
}
.header-sticky-message div {
    max-width: 1240px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .header-sticky-message {
        margin-top: 80px;
        margin-bottom: -80px;
        font-size: 14px;
        top: 80px;
    }
}
@media screen and (min-width: 768px) {
    body.page-template-default #site-navigation {
        position: relative;
        height: 80px;
        float: left !important;
    }
}

@media screen and (min-width: 768px) {
    body.page-template-default .page-bg ~ .site-content {
        padding-top: 80px !important;
    }
}
.splide__track {
    width: 100%;
}
.splide {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0px 60px;
}
button.splide__arrow {
    background: #008ab7;
    box-shadow: none !important;
    opacity: 1 !important;
}
button.splide__arrow svg {
    fill: #FFF!important;
}
@media only screen and (max-width: 767px) {
    .splide {
        width: 100%;
        max-width: 1360px;
        margin: 0 auto;
        padding: 0px 40px;
    }
}