#map-svg path {
    fill: #e2ede8;
    stroke: white;
    stroke-width: 0.5px;
    vector-effect: non-scaling-stroke;
}
#map-svg path:not(.inactive, .nodata):hover {
    fill: #cd563d !important;
    cursor: pointer;
}

#map-svg path.inactive,
#map-svg path.active {
    fill: #146b42;
}
#map-svg path.current {
    fill: #31c77f;
}

#map-svg path.yes {
    fill: #146b42;
}
#map-svg path.partial {
    fill: #4f9071;
}
#map-svg path.no {
    fill: #8bb6a2;
}
#map-svg path.nodata {
    fill: #c4dad0;
}
#map-svg path.na {
    /*fill: #e2ede8;*/
    fill: #e8edeb;
}

.legend-item.cursor-default {
    cursor: default;
}

.map-tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 380px;
    padding: 12px 24px 24px;
    border-top: 4px solid #31c77f;
    background-color: #fff;
    box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.15);
    color: #5a6560;
}
.map-tooltip.small {
    width: auto;
    max-width: 100%;
    padding: 6px 12px;
    border-top: none;
}
.indicator-highlight {
    white-space: nowrap;
}

p.p-small .indicator-highlight {
    margin-left: 0;
}

.aside {
    position: relative;
    overflow-y: scroll;
    width: 450px;
    padding: 48px;
    background: #146b42;
    color: #f5faff;
}

.aside.space-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aside.large {
    width: 650px;
}

.list-to-grid {
    position: absolute;
    left: auto;
    top: 14px;
    right: 1vw;
    bottom: auto;
    width: 24px;
    height: 24px;
    background-image: url('../images/List-view-icon-dark.svg');
    background-position: 0% 40%;
    background-repeat: no-repeat;
}

.list-to-grid:hover {
    background-image: url('../images/Block-view-icon.svg');
}

.grid-to-list {
    position: absolute;
    left: auto;
    top: 14px;
    right: 1vw;
    bottom: auto;
    width: 24px;
    height: 24px;
    background-image: url('../images/Block-view-icon-dark.svg');
    background-position: 0% 40%;
    background-repeat: no-repeat;
}

.grid-to-list:hover {
    background-image: url('../images/List-view-icon.svg');
}

.reset-aside-filter {
    position: relative;
    z-index: 100;
    margin-top: 24px;
    padding-left: 24px;
    background-image: url('../images/Rest-icon-white.png');
    background-position: 0% 70%;
    background-size: 15px;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #fff;
}

.reset-aside-filter:hover {
    color: #fff;
    text-decoration: none;
}

.map-placeholder {
    width: 100%;
    height: 100%;
}

.aside-tooltip {
    margin-bottom: 12px;
    /* float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; */
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 14px;
    line-height: 24px;
}

.aside-tooltip a {
    color: #fff;
}

.question-mark {
    display: inline;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 20px;
    background-color: #31c77f;
    color: #061a10;
    font-size: 12px;
    font-weight: 600;
}

.aside-list-item {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
}

.aside-list-item.w--current {
    border-top-color: #98b839;
}

.indicator-highlight {
    padding: 4px 10px 5px;
    border-radius: 20px;
    background-color: #e48f3e;
    color: #f5faff;
    font-size: 1.4rem;
    line-height: 1;
}

.indicator-highlight.start {
    margin-right: 6px;
    margin-left: 0;
}

.aside-graph-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2);
    border-radius: 24px;
    color: #fff;
}

.aside-graph {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
}
.aside-graph .value {
    margin-top: 0.75em;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.aside-alphabet {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    background: #146b42;
}
.aside-alphabet a {
    color: inherit;
}

.aside-alphabet.w--current {
    border-top-color: #98b839;
}

.map-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 100vh;
    min-height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.map-section.as-intro {
    padding-top: 108px;
}

.map-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.subheading {
    margin-bottom: 20px;
    padding-top: 12px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

.toggle-wrap {
    position: relative;
    display: block;
    max-height: 24px;
    max-width: 60px;
    min-height: 24px;
    min-width: 48px;
    margin-top: 2px;
    margin-right: 12px;
    margin-bottom: 0px;
    padding-left: 0px;
    float: left;
    border-radius: 24px;
    background-color: #fff;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition: 0.3s;
}
.toggle-wrap.checked {
    background-color: #31c77f;
}
.toggle-wrap.checked .toggle {
    background-color: #085d34;
    transform: translate3d(24px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.toggle-ticker {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    opacity: 0;
    cursor: pointer;
}

.toggle-label {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    height: 100%;
}

.toggle {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 12px;
    margin-top: 6px;
    margin-left: 6px;
    border-radius: 100px;
    background-color: #31c77f;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition: 0.3s;
}

.toggle-filter-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e2ede8;
    border-radius: 30px;
    font-size: 14px;
    line-height: 26px;
}

.toggle-filter-button.in-aside {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

/*
RADIAL PROGRESS BAR
Circumference = 2πr
π = 3.1415926535898
r = 35
*/
svg.radial-progress {
    display: block;
    height: auto;
    max-width: 92px;
    transform: rotate(-90deg);
    width: 100%;
}

svg.radial-progress circle {
    fill: rgba(0, 0, 0, 0);
    stroke: #33c77f;
    stroke-dashoffset: 219.91148575129; /* circumference */
    stroke-width: 10;
}
svg.radial-progress.partial circle {
    stroke: #efe833;
}
svg.radial-progress.no circle {
    stroke: #cd563d;
}
svg.radial-progress.nodata circle {
    stroke: #8f8f8f;
}

svg.radial-progress circle.incomplete {
    stroke: #2a3b33;
}
svg.radial-progress circle.complete {
    stroke-dasharray: 219.91148575129; /* circumference */
}

svg.radial-progress text {
    fill: #fff;
    font:
        400 1em/1 'Oswald',
        sans-serif;
    text-anchor: middle;
}

.dropdown-wrap {
    padding: 0 0 20px;
    position: relative;
    z-index: 10;
}

.dropdown-wrap.tb-margin {
    margin-top: 24px;
    margin-bottom: 24px;
}

.dropdown-wrap.tb-margin.hide-desktop {
    display: none;
}

.dropdown-trigger {
    position: relative;
    z-index: 20;
    display: inline-block;
    padding: 15px 24px 15px 48px;
    background: url('../images/Hamburger-icon-bright-green.svg') no-repeat 0
        50% / auto;
    color: #061a10;
    font-weight: 600;
    cursor: pointer;
}

.dropdown-trigger._w-filter {
    margin-left: 1vw;
}

.dropdown-trigger.invert {
    color: #fff;
}

.dropdown-trigger.countries {
    width: 100%;
    padding-left: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.3);
    border-radius: 30px;
    background-image: url('../images/Down-arrow-icon.svg');
    background-position: 93% 50%;
    color: #fff;
}

.dropdown-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dropdown-content.scroll {
    overflow-y: scroll;
    max-height: 450px;
}

.dropdown-link {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #e2ede8;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #061a10;
    font-weight: 600;
}

.dropdown-link:hover {
    color: #2bbd77;
    text-decoration: none;
}

.dropdown-link.w--current {
    border-top-color: #98b839;
}

.dropdown-link.in-aside {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-color: hsla(0, 0%, 100%, 0.2);
    color: #fff;
    font-weight: 400;
}

.dropdown-link.in-aside:hover {
    color: #fff;
}

.dropdown-divider {
    padding-right: 6px;
    padding-left: 6px;
    color: #e2ede8;
    font-weight: 300;
}

.footer-nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.link-w-icon {
    margin-right: 24px;
    padding-left: 36px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0% 50%;
    background-size: 125px;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.link-w-icon:hover {
    color: #fff;
    text-decoration: none;
}

.link-w-icon.globe {
    background-image: url('../images/Globe-icon.png');
    background-size: 24px;
}

.link-w-icon.indicators {
    background-image: url('../images/Indicators-icon.png');
    background-size: 24px;
}

.link-w-icon.country-detail {
    background-image: url('../images/Country-detail-icon.png');
    background-size: 23px;
}

.aside-content-wrap {
    margin-top: 18px;
}

.aside-link-item {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.aside-link-item:hover {
    color: #fff;
    text-decoration: none;
}

.aside-link-item.w--current {
    border-top-color: #98b839;
}

.map-legend {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.legend-color {
    width: 24px;
    height: 6px;
}

.legend-color._2 {
    background-color: #4f9071;
}

.legend-color._3 {
    background-color: #8bb6a2;
}

.legend-color._4 {
    background-color: #c4dad0;
}

.legend-color._1 {
    background-color: #146b42;
}

.legend-color._5 {
    background-color: #e2ede8;
}

.legend-text {
    margin-right: 12px;
    margin-left: 6px;
    color: #061a10;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}

.tooltip {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 10;
    width: 380px;
    padding: 12px 24px 24px;
    border-top: 4px solid #31c77f;
    background-color: #fff;
    box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.15);
    color: #5a6560;
}

.tooltip._w-legend-item {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 24px;
    width: 300px;
    padding-top: 24px;
    border-top-style: none;
}

.tooltip._w-aside-graph {
    left: -50%;
    top: auto;
    right: auto;
    bottom: 105%;
    width: 240px;
    padding-top: 24px;
    border-top-style: none;
}

.show-map-tooltip {
    position: absolute;
    left: 40%;
    top: 40%;
    width: 300px;
    height: 300px;
    cursor: pointer;
}

.modal-window {
    display: block;
    overflow: scroll;
    height: 100%;
    padding: 60px 18% 36px;
    background-color: #fff;
}

.modal-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 60px;
    border-color: #e2ede8;
    background-color: #fff;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.hide-mobile {
    display: block;
}

@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .map-legend {
        left: 0%;
        top: auto;
        right: auto;
        bottom: 0%;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .tooltip {
        display: none;
    }

    .show-map-tooltip {
        display: none;
    }

    .map-section {
        max-height: none;
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .map-wrap {
        width: 100%;
        /*padding: 24px;*/
    }

    .map-placeholder {
        height: 500px;
        /*background-size: contain;*/
    }

    .aside {
        width: 100%;
    }

    .aside.large {
        width: 100%;
    }

    .aside-list-item:hover {
        border-bottom-color: hsla(0, 0%, 100%, 0.2);
    }

    .aside-list-item.w--current {
        border-bottom-color: hsla(0, 0%, 100%, 0.2);
        background-image: none;
        background-repeat: repeat;
        color: #fff;
    }

    .aside-graph-wrap {
        padding-right: 36px;
        padding-bottom: 18px;
        padding-left: 36px;
    }

    .aside-alphabet:hover {
        border-bottom-color: hsla(0, 0%, 100%, 0.2);
    }

    .aside-alphabet.w--current {
        border-bottom-color: hsla(0, 0%, 100%, 0.2);
        background-image: none;
        background-repeat: repeat;
        color: #fff;
    }

    .aside-link-item:hover {
        border-bottom-color: hsla(0, 0%, 100%, 0.2);
    }

    .aside-link-item.w--current {
        border-bottom-color: hsla(0, 0%, 100%, 0.2);
        background-image: none;
        background-repeat: repeat;
        color: #fff;
    }

    .tooltip._w-aside-graph {
        width: 280px;
    }
}
