/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
    scroll-behavior: smooth;
}

:root {
    --padding-standard: 12px;
    --padding-lg: 20px;
    --padding-xl: 30px;
    --margin-sm: 8px;
    --margin-standard: 12px;
    --margin-lg: 20px;
    --margin-xl: 40px;
    --margin-2xl: 60px;

    /* colours start */
    --NewMenuTest: #3e4850;
    --Country: #70ebf5;
    --Country-5: #70ebf505;
    --Country-10: #70ebf510;
    --Country-15: #70ebf515;
    --Country-20: #70ebf520;
    --Country-25: #70ebf525;
    --Country-30: #70ebf530;
    --Country-35: #70ebf535;
    --Country-40: #70ebf540;
    --Country-45: #70ebf545;
    --Country-50: #70ebf550;
    --Country-55: #70ebf555;
    --Country-60: #70ebf560;
    --Country-66: #70ebf565;
    --Country-70: #70ebf570;
    --Country-75: #70ebf575;
    --Country-80: #70ebf580;
    --Country-85: #70ebf585;
    --Country-90: #70ebf590;
    --Country-95: #70ebf595;
    --Country-98: #70ebf598;

    --Text: #fff;
    --Ocean: #36414a;
    --Menus: #182128;
    --Menus-10: #18212810;

    --Embassy-HCi: #2bee9c;
    --Consulate: #18ac88;
    --Permanent-Missions: #018d96;
    --other-reps: #12646b;

    --Country-Fade: #505e6b;

    --City: #cfcf1c;
    --City-10: #cfcf1c10;
    --Posts: #11b483;

    --GradientBg: #262d34;
    --GradientBg-90: #262d3490;
    --GradientBg-80: #262d3480;
    --GradientBg-70: #262d3470;
    --GradientBg-60: #262d3460;
    --GradientBg-50: #262d3450;
    --GradientBg-40: #262d3440;
    --GradientBg-30: #262d3430;
    /* colours end */

    --MenuMarginTop: 52px;
}

/* ===========================
PAGE: COMPARE CITY COMPARE COUNTR
=========================== */
.page-compare-bg {
    background: var(--GradientBg);
    min-height: 100vh;
}

/* ===========================
PAGE: INTRO
=========================== */

.intro-container {
    border: 1px solid var(--Country);
    background: rgba(24, 33, 40, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    max-width: 1320px;

    text-align: left;

    /* position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 10px); */

    padding: 90px;
}

@media (max-width: 1300px) {
    .intro-container {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .intro-container {
        padding: 26px;
    }
}

.page-sticky-header-filter {
    padding: 5px 0;
}
.page-sticky-header-filter p {
    line-height: 1;
}

.welcomeScreen {
    /* max-width: 1170px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
}

.intro-container p {
    /* Paragraph */
    /* font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.intro-text h1 {
    text-align: left;
    color: #eceeef;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 57px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 52px; /* 91.228% */
    letter-spacing: 2.85px;
}

.intro-text h1 span {
    font-size: 38px;
    letter-spacing: 2.66px;
    display: block;
}
@media (max-width: 1024px) {
    .intro-text h1 {
        line-height: 1;
        font-size: 39px;
    }
    .intro-text h1 span {
        font-size: 26px;
    }
}
@media (max-width: 640px) {
    .intro-text h1 {
        font-size: 35.534px;
        line-height: 32.417px; /* 91.228% */
        letter-spacing: 1.777px;
    }

    .intro-text h1 span {
        font-size: 23.69px;
        /* font-weight: 700; */
        font-weight: 600;
        line-height: 32.417px; /* 136.842% */
        letter-spacing: 1.658px;
    }
}

.intro-text-wheel {
    width: 144px;
}
@media (max-width: 1024px) {
    .intro-text-wheel {
        width: 103px;
    }
}

.intro-container-image {
    /* width: 100%; */
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    /* display: block; */
    /* width: 144px; */
    /* vertical-align: middle; */
}
.intro-container-heading {
    width: calc(100% - 170px);
    margin-left: 20px;
    vertical-align: middle;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .intro-container-heading {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .intro-container-heading {
        margin-left: 0;
    }
}

.button-intro {
    text-decoration: none;
    border: none;
    border: 1px solid var(--Country);
    text-transform: uppercase;
    padding: 9px 30px 7px;

    color: var(--Country);
    text-align: center;

    display: inline-block;

    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.42px;

    -webkit-box-shadow: inset 0 0 0 0 var(--Country-90);

    box-shadow: inset 0 0 0 0 var(--Country-90);
    /* -webkit-transition: ease-out 0.4s;
-moz-transition: ease-out 0.4s; */
    -webkit-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    transition: ease-out 0.4s;

    cursor: pointer;
}

.button-intro--inactive {
    cursor: default;
}

.button-intro:hover:not(.button-intro--loading):not(.button-intro--inactive) {
    -webkit-box-shadow: inset 400px 0 0 0 var(--Country-90);
    box-shadow: inset 400px 0 0 0 var(--Country-90);
    color: var(--Ocean);
    /* var(--Country) */
}
.button-intro:focus:not(.button-intro--loading):not(.button-intro--inactive) {
    -webkit-box-shadow: inset 400px 0 0 0 var(--Country);
    box-shadow: inset 400px 0 0 0 var(--Country);
    color: var(--Ocean);
    /* var(--Country) */
}

.button-intro--loading:hover {
    color: var(--Country-90);
}
.button-intro--loading {
    color: var(--Country-70);
    -webkit-animation: load 10s ease-out 1;
    animation: load 10s ease-out 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes load {
    0% {
        -webkit-box-shadow: inset 0px 0 0 0 var(--Country-30);
        box-shadow: inset 0px 0 0 0 var(--Country-30);
        color: var(--Country-70);
    }
    10% {
        -webkit-box-shadow: inset 20px 0 0 0 var(--Country-30);
        box-shadow: inset 20px 0 0 0 var(--Country-30);
        color: var(--Country-70);
    }
    50% {
        -webkit-box-shadow: inset 100px 0 0 0 var(--Country-30);
        box-shadow: inset 100px 0 0 0 var(--Country-30);
        color: var(--Country-70);
    }
    100% {
        -webkit-box-shadow: inset 400px 0 0 0 var(--Country);
        box-shadow: inset 400px 0 0 0 var(--Country);
        color: var(--Ocean);
    }
}
@keyframes load {
    0% {
        -webkit-box-shadow: inset 0px 0 0 0 var(--Country-30);
        box-shadow: inset 0px 0 0 0 var(--Country-30);
        color: var(--Country-70);
    }
    10% {
        -webkit-box-shadow: inset 20px 0 0 0 var(--Country-30);
        box-shadow: inset 20px 0 0 0 var(--Country-30);
        color: var(--Country-70);
    }
    50% {
        -webkit-box-shadow: inset 100px 0 0 0 var(--Country-30);
        box-shadow: inset 100px 0 0 0 var(--Country-30);
        color: var(--Country-70);
    }
    100% {
        -webkit-box-shadow: inset 400px 0 0 0 var(--Country);
        box-shadow: inset 400px 0 0 0 var(--Country);
        color: var(--Ocean);
    }
}
.button-intro--loading::after {
    /* opacity: 0.2; */
    /* content: "";
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
border-top-color: #fff;
animation: spin 0.9s ease-out infinite; */
    /* -webkit-animation: spin 0.9s ease-in-out infinite; */
}

.spinner::after {
    /* opacity: 0.2; */
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    -webkit-animation: spin 0.9s ease-out infinite;
    animation: spin 0.9s ease-out infinite;
}
.spinner-lg::after {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    -webkit-animation: spin 0.9s ease-out infinite;
    animation: spin 0.9s ease-out infinite;
}
.spinner-mg::after {
    width: 30px;
    height: 30px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    -webkit-animation: spin 0.9s ease-out infinite;
    animation: spin 0.9s ease-out infinite;
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
.button-intro-loading {
}

.link-container {
    margin: 50px auto;
    text-align: center;
}
@media (max-width: 1024px) {
    .link-container {
        margin: 20px auto;
    }
}
@media (max-width: 768px) {
    .link-container {
        /* margin: 10px auto 20px; */
    }
}
.loading.link-container a {
    /* display: none; */
}

.loading.link-container .spinner {
    display: block;
}

.success.link-container .link-container {
    display: block;
}

.success.link-container .spinner {
    display: none;
}

/* MODAL INTRO STYLES..*/

#intro {
    min-height: 100vh;
    min-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow: scroll;
}
#intro,
#loading {
    /* overflow: hidden; */
    /* overflow: auto; */
    /* position: fixed; */
    /* min-width: 100vw;
min-height: 100vh;
z-index: 100000;
display: block;
visibility: visible;
background: none;
background-color: #242a36;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center; */
}

.landing-page-bg {
    /* .welcomeScreen-background { */
    /* opacity: 0; */
    /* position: fixed; */
    /* min-width: 100%;
min-height: 100%; */
    /* background-color: #242a36; */
    background-color: black;
    background: url(../img/Global_Diplom.jpg) no-repeat top center fixed #242a36;
    background-size: cover;
    position: relative;
    z-index: 100;
    /* -webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s; */
}

.landing-page-bg.pure_landing_page {
    background-size: 0px 0px;
    background-position: -9999px -9999px;
}

/* ===========================
NAV
=========================== */
.navbar-collapse {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: none !important;
}

.navbar-inverse .navbar-toggle {
    background-color: transparent !important;
    border: none;
}

.navbar-toggle {
    margin: 0;
}
.navbar-toggle span {
    background-color: var(--Country) !important;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
span:nth-child(3),
span:nth-child(2),
span:nth-child(4) {
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggle[aria-expanded="true"] span:nth-child(3) {
    opacity: 0;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: 0.1;
    -o-transition-duration: 0.1;
    transition-duration: 0.1;
    top: 6px;
    /* // translate(0px, 6px); */
}
.navbar-toggle[aria-expanded="true"] span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-duration: 0.1;
    -o-transition-duration: 0.1;
    transition-duration: 0.1;
    top: -6px;
    /* translate(0px, -6px); */
}

/* .navbar-toggle:not(.collapsed) span:nth-child(3) {
  display: none;
}
.navbar-toggle:not(.collapsed) span:nth-child(2) {
  transform: rotate(45deg) translate(5px, 6px);
}
.navbar-toggle:not(.collapsed) span:nth-child(4) {
  transform: rotate(-45deg) translate(-1px, 1px);
} */
/* transform: translate(0px, -6px) rotate(-45deg);
transform-origin: center; */

/* button[aria-expanded="true"] > span:nth-child */

.new-navigation-logo-tablet {
    height: 36px;
}
.new-navigation-logo {
    height: 36px;
    display: inline-block;
}
@media (max-width: 1023px) {
    .new-navigation-logo {
        height: 32px;
    }
}

.navbar a {
    border: none;
}

/* NAVBAR STYLES..*/

.navbar-inverse {
    padding: 8px 0;

    background-color: #182128;

    border: 0;
    margin: 0;
    background: var(--Menus);
}

.navbar {
    text-transform: uppercase;

    min-height: 40px;
}

.navbar .container-fluid {
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width: 1024px) {
    .navbar .container-fluid {
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .navbar-nav > li {
        padding: 20px;
    }
}

@media (max-width: 1023px) {
    li.social {
        /* float: left !important; */
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0;
        width: 34px;
        margin-top: 20px;
    }
}
@media (max-width: 768) {
    li.social {
        /* float: left !important; */
        width: auto;
    }
}

.navbar-inverse .navbar-nav > li > a {
    /* color: #c8ced1; */
}

.navbar-nav > li > a {
    /* 9px 40px 0 */
    /* @media (max-width: 1300px) { */
    padding: 9px 20px 0;
}

@media (min-width: 1200px) {
    .navbar-nav > li > a {
        padding: 9px 29px 0;
        /* padding: 9px 20px 0; */
    }
}

@media (min-width: 1275px) {
    /* this is when the navbar meets the logo */
    .navbar-nav > li > a {
        /* padding: 9px 37px 0; */
        /* padding: 9px 20px 0; */
    }
}
@media (min-width: 1400px) {
    .navbar-nav > li > a {
        /* padding: 9px 37px 0; */
    }
}

@media (min-width: 1200px) {
    .about + li {
        margin-left: 40px;
    }
}

.navbar-nav > li.social > a {
    /* padding-left: 15px;
  padding-right: 15px; */
    padding: 0;
    margin: 8px 6px 0;
}

.navbar-nav > li.social > a:hover,
.navbar-nav > li.social > a:focus {
    box-shadow: 0 0 0 2px var(--Country-20);
    border-radius: 2px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background: none;
    color: var(--Country);
    /* color: #70eaf4; */
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: var(--Country);
}
.navbar-header > a:focus .new-navigation-logo {
    box-shadow: 0 0 0 2px var(--Country-20);
    /* border-radius: 2px; */
}
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        position: relative;
    }
    .navbar-inverse .navbar-nav > li > a:focus:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 23px;
        /* background: var(--Country-15); */
        box-shadow: 0 0 0 2px var(--Country-20);
        border-radius: 2px;
    }
}

nav {
    /* font-size:12px; */
    color: var(--Text);
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.56px;
    text-transform: uppercase;
}
@media (min-width: 641px) {
    .navbar-right {
        margin-right: 0;
    }
}
.navbar-brand > img {
    margin-top: 4px;
}
.navbar-brand img.desktop {
    width: 525px;
}
.navbar-brand img.mobile {
    display: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

@media (min-width: 1200px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
@media (max-width: 1023px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .collapse.in {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.inner-chart--center {
}

.nav-dot-circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 200px;
    background: var(--Text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }
}
@media (min-width: 1024px) {
    .navbar-header {
        float: left;
    }
}

@media (max-width: 1024px) {
    .navbar-header > a {
        float: left;
        padding-left: 5px;
    }
}

/* ===========================
PAGE: country rank
=========================== */

.country-rank {
    background: var(--Ocean);
    padding: 12px;
}

.country-rank #switch-controls-auto {
    z-index: 2;
}

.country-rank #switch-controls-auto #download-switch.switch-controls {
    margin-top: 10px;
}

/* ===========================
PAGE GLOBALS
=========================== */
/* CHART STYLES...*/

button.click-close {
    /* reset */
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.click-close {
    /* position: absolute; */
    /* right: 32px; */
    /* top: 32px; */
    width: 12px;
    height: 12px;
    opacity: 1;
    position: relative;
}
.click-close:hover {
    opacity: 0.7;
}
.click-close:before,
.click-close:after {
    position: absolute;
    /* left: 15px; */
    content: " ";
    height: 14px;
    top: -1px;
    width: 1px;
    background-color: var(--Menus);
}
.click-close:before {
    transform: rotate(45deg);
}
.click-close:after {
    transform: rotate(-45deg);
}

@media (max-width: 1300px) {
    #Play_Button {
        display: none;
    }
}
@media (max-width: 1200px) {
    #Timeline_Map {
        display: none;
    }
}

#chartjs-tooltip {
    opacity: 0;
    position: absolute;
    background-color: var(--Menus);
    color: var(--Text);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    padding: 6px 30px 5px 30px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.medium-trend-flat {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2px;
    width: 10px;
    background: var(--Text);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 5px;
}

.small-trend {
    width: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.medium-trend {
    width: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.small-trend-positive {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.small-trend-negative {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.min-height-60 {
    min-height: 60px;
}

p a {
    /* assume we only have normal links inside paragraphs for now */
    color: inherit;
    /* text-decoration: underline; */
    border-bottom: 0.5px solid var(--Text);
    text-decoration: none;
}

p a:hover,
p a:focus {
    border-bottom-color: var(--Country);
}

a:focus,
a:hover {
    color: inherit;
    /* color: #70eaf4; */
    cursor: pointer;
    text-decoration: none;
}

*:focus,
*:hover {
    outline: 0 !important;
}

.asterisk-char {
    display: block;
    line-height: 7;
    margin-bottom: 11px;
}
@media (max-width: 1200px) {
    #Timeline_info_button {
        display: none;
    }
}

.info {
    position: absolute;
    right: 20px;
    top: 70px;
}

@media (max-width: 1142px) {
    /* // where the card view kicks in on tablet  */
    .info {
        display: none;
    }
}

.page-container {
    padding-top: var(--MenuMarginTop);
}

@media (max-width: 768px) {
    .page-container {
        padding-top: 48px;
    }
}

.table--body {
    background: var(--Ocean);
}

/* .page__sticky-body */
.table--head {
    /* padding: var(--padding-standard); */
    /* //12px; */
}

#map {
    left: 310px;
    /* map no longer sits behind the left panel */
}

#map-asterisk-footer {
    position: absolute;
    left: 334px;
    bottom: 80px;
    z-index: 2;
}

#map-footer {
    position: absolute;
    right: 24px;
    bottom: 80px;
    z-index: 2;
}

@media (max-width: 768px) {
    #map-footer {
        position: relative;
        right: initial;
        bottom: initial;
        z-index: 2;
        padding: 15px 15px 10px;
        text-align: center;
        justify-content: center;
    }
}

.page-sticky-footer .flex-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* overwrite gap... */
}

#page-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    position: relative;
}

#page-copyright:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 253px;
    bottom: 55px;
    pointer-events: none;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(54, 61, 74, 0)),
        to(#363d4a)
    );
    background: -o-linear-gradient(top, rgba(54, 61, 74, 0) 0%, #363d4a 100%);
    background: linear-gradient(180deg, rgba(54, 61, 74, 0) 0%, #363d4a 100%);
}

@media (max-width: 768px) {
    #page-copyright:before {
        max-height: 17vh;
    }
    #page-copyright {
        width: 100%;
    }
}

.page-sticky-footer {
    /* min-height: 60px; */
    height: 60px;
    background: var(--Menus);
    position: relative;
    padding: 5px 10px;

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 2;
}

.page-sticky-footer.step-0 .label-range-finder-text:nth-child(1) {
    color: var(--Country) !important;
}
.page-sticky-footer.step-1 .label-range-finder-text:nth-child(2) {
    color: var(--Country) !important;
}
.page-sticky-footer.step-3 .label-range-finder-text:nth-child(4) {
    /* color: var(--Country) !important; */
}
.page-sticky-footer.step-3 .label-range-finder-text:nth-child(4) {
    color: var(--Country) !important;
}
.page-sticky-footer.step-5 .label-range-finder-text:nth-child(6) {
    color: var(--Country) !important;
}
.page-sticky-footer.step-7 .label-range-finder-text:nth-child(8) {
    color: var(--Country) !important;
}

/* .page-sticky-footer:after {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  background: linear-gradient(180deg, rgba(24, 33, 40, 0) 0%, #182128 100%);
  top: -15px;
  width: 100%;
  left: 0;
} */
@media (min-width: 1200px) {
    .page-sticky-footer:before {
        content: "";
        display: block;
        width: 96px;
        background: -webkit-gradient(
            linear,
            right top,
            left top,
            color-stop(4.51%, rgba(112, 235, 245, 0)),
            color-stop(50.76%, rgba(112, 235, 245, 0.3)),
            color-stop(50.76%, rgba(112, 235, 245, 0.3)),
            to(rgba(112, 235, 245, 0))
        );
        background: -o-linear-gradient(
            right,
            rgba(112, 235, 245, 0) 4.51%,
            rgba(112, 235, 245, 0.3) 50.76%,
            rgba(112, 235, 245, 0.3) 50.76%,
            rgba(112, 235, 245, 0) 100%
        );
        background: linear-gradient(
            270deg,
            rgba(112, 235, 245, 0) 4.51%,
            rgba(112, 235, 245, 0.3) 50.76%,
            rgba(112, 235, 245, 0.3) 50.76%,
            rgba(112, 235, 245, 0) 100%
        );
        position: absolute;
        right: -40px;
        height: 100%;
        bottom: 0;
    }

    .page-sticky-footer.step-0:before {
        right: 822px;
    }
    .page-sticky-footer.step-1:before {
        right: 702px;
    }
    .page-sticky-footer.step-3:before {
        /* right: 582px; */
    }
    .page-sticky-footer.step-3:before {
        right: 462px;
    }
    .page-sticky-footer.step-5:before {
        right: 222px;
    }
    .page-sticky-footer.step-8:before {
        right: -26px;
    }

    /* step 0    right: 822px; */
    /* step 1 right: 702px; */
    /* step 3     right: 582px; */
    /* step 4 right: 462px; */
    /* step 6 right: 222px; */
    /* step 8 right: -26px; */
}
@media (max-width: 768px) {
    .page-sticky-footer {
        display: none;
    }
}

.page-sticky-header {
    width: 100%;
    background: var(--Ocean);
    height: 273px;
    /* padding: 15px; */
    /* padding: var(--padding-standard); */
}
/* @media (max-width: 1200px) {
    #Page_Ranking #Section_Disclaimer {
        display: none;
    }
} */

/* ===========================
MODALS (only info year modal for now)
=========================== */
#changeYearInfo.modal .modal-content {
    background: var(--Country);
}
#changeYearInfo.modal .modal-content p {
    color: var(--Menus);
}
#changeYearInfo.modal {
    /* display: block; */
    top: 52px;
    right: 0px;
    position: fixed;
    right: 60px;
    left: auto;
    top: 60px;
    bottom: initial;
    margin: 0;
    padding: 0;
}
/* ===========================
PAGE GLOBALS
=========================== */

.modal-body {
    padding-top: 0;
}

#No_Mobile_Modal {
    display: none;
}
@media (max-width: 768px) {
    #No_Mobile_Modal {
        background: var(--Ocean);
        display: block;
        position: sticky;
        height: 100vh;
        width: 100vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        overflow: scroll;
    }
}

.page-scroll-container {
    height: calc(100vh - 60px);
    overflow: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page_scroll-body {
    /* height: calc(100vh - 60px);
  overflow: scroll;
  display: flex;
  flex-direction: column; */
}

/* OVERWRITES */

.fixed-table-container thead th .sortable {
}

.fixed-table-container thead th .sortable {
    /* padding-right: 8px !important; */
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
    /* big overwrite after feedback. Makes all the scrollbars have content under the scrollbar */
}

.alert {
    padding: 5px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    /* color: inherit; */
    background-color: inherit;
}

.dropdown-menu {
    background: var(--Menus);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    left: 0 !important;
    right: 0 !important;
    border-bottom: 2px solid var(--Country);
    border-radius: 0;
}

.dropdown-menu a {
    color: var(--Text);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: inherit;
    color: var(--Text);
}
.country_comp.active {
    color: var(--Country) !important;
}

.dropdown-menu > li > a {
    color: inherit;
    font-weight: inherit;
    padding: 7px 20px;
}

/* overwrite sigh */
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: var(--Country);
    text-decoration: none;
    background-color: inherit;
}

.dropdown-menu li {
    display: block;
    color: var(--Country) !important;
}
.dropdown-menu li a {
    color: var(--Text) !important;
}
.dropdown-menu li.active a {
    color: var(--Country) !important;
}

/* overrwrite nav mobile  */
/* https://stackoverflow.com/questions/20800034/tablet-and-mobile-same-layout-with-bootstrap-3 */

/* ===========================
COUNTRY RANKING BLOCK
=========================== */
@media (max-width: 1142px) {
    #Rank_Filter_Donuts {
        /* display: none; */
        opacity: 0;
        position: absolute;
        z-index: -99999;
        left: -9999px;
        height: 0;
        width: 0;
    }
}

#city_comp_table {
    background: var(--Land);
}

#table_citycomp {
    background: var(--Ocean);
}

#table_citycomp thead {
    display: none !important;
}

#table_countrycomp tbody {
    background: var(--Ocean);
}

#table_countrycomp,
#city_comp_table,
#country_rank_table {
    color: var(--Text);
}
/* #table_countrycomp tbody, */
#city_comp_table tbody,
#country_rank_table tbody {
    background: var(--Land);
}
#table_countrycomp tbody tr,
#city_comp_table tbody tr,
#country_rank_table tbody tr {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.3))
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    height: 60px;
    min-height: 60px;
}

/* #table_countrycomp tbody tr:nth-child(1),
#city_comp_table tbody tr:nth-child(1), */
#country_rank_table tbody tr:nth-child(1) {
    background-color: var(--Country-30);
}
/* #table_countrycomp tbody tr:nth-child(2),
#city_comp_table tbody tr:nth-child(2), */
#country_rank_table tbody tr:nth-child(2) {
    background-color: var(--Country-25);
}
/* #table_countrycomp tbody tr:nth-child(3),
#city_comp_table tbody tr:nth-child(3), */
#country_rank_table tbody tr:nth-child(3) {
    background-color: var(--Country-20);
}
/* #table_countrycomp tbody tr:nth-child(4),
#city_comp_table tbody tr:nth-child(4), */
#country_rank_table tbody tr:nth-child(4) {
    background-color: var(--Country-15);
}
/* #table_countrycomp tbody tr:nth-child(5),
#city_comp_table tbody tr:nth-child(5), */
#country_rank_table tbody tr:nth-child(5) {
    background-color: var(--Country-10);
}
/* #table_countrycomp tbody tr:nth-child(6),
#city_comp_table tbody tr:nth-child(6), */
#country_rank_table tbody tr:nth-child(6) {
    background-color: var(--Country-5);
}

.text-nowrap {
    white-space: nowrap;
}

/* ===========================
PADDING AND MARGINS
=========================== */

.padding-top-standard {
    padding-top: var(--padding-standard);
}
.padding-right-standard {
    padding-right: var(--padding-standard);
}
.padding-std-bottom {
    padding-bottom: var(--padding-standard);
}

.padding-large {
    padding-left: var(--padding-lg);
    padding-right: var(--padding-lg);
}

.padding-standard {
    padding-left: var(--padding-standard);
    padding-right: var(--padding-standard);
}
.padding-std-all {
    padding-left: var(--padding-standard);
    padding-right: var(--padding-standard);
    padding-top: var(--padding-standard);
    padding-bottom: var(--padding-standard);
}
.margin-bottom-standard {
    margin-bottom: var(--margin-standard);
}
.margin-right-standard {
    margin-right: var(--margin-standard);
}

.margin-top-5 {
    /* fix for footer in rankings pages */
    margin-top: 5px;
}

.margin-top-standard {
    margin-top: var(--margin-standard);
}

.margin-top-large {
    margin-top: var(--margin-lg);
}
.margin-top-small {
    margin-top: var(--margin-sm);
}

.margin-bottom-sections {
    margin-bottom: 80px;
}

.margin-bottom-large {
    margin-bottom: var(--margin-lg);
}
.margin-bottom-xl {
    margin-bottom: var(--margin-xl);
}
.margin-bottom-2xl {
    margin-bottom: var(--margin-2xl);
}

.space-around-2xl {
    padding-bottom: var(--margin-xl);
    padding-top: var(--margin-xl);
}

@media (max-width: 768px) {
    .margin-top-small-sm {
        margin-top: var(--margin-sm);
    }
    .margin-sm-bottom-2xl {
        margin-bottom: var(--margin-2xl);
    }
}

.padding-bottom-xl {
    padding-bottom: var(--margin-xl);
}
.padding-bottom-large {
    padding-bottom: var(--margin-lg);
}
.margin-top-xl {
    /* margin-bottom: var(--margin-xl); */
    margin-top: var(--margin-xl);
}
.margin-bottom-xl {
    /* margin-bottom: var(--margin-xl); */
    margin-bottom: var(--margin-xl);
}

@media (max-width: 768px) {
    .margin-bottom-sm-standard {
        margin-bottom: var(--margin-standard);
    }
    .margin-bottom-sm-lg {
        margin-bottom: var(--margin-lg);
    }
    .margin-bottom-sm-xl {
        margin-bottom: var(--margin-xl);
    }
}

/* ===========================
TIMELINE SLIDER
=========================== */

/* TIME SLIDER STYLE */

.year-range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 32px;
    background: url("../img/CURVE\ LINE.svg");
    background-size: calc(100% - 30px);
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.year-range-slider:hover {
    opacity: 1;
}

.year-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 2000px;
    border: 2px solid var(--Country);
    appearance: none;
    width: 32px;
    height: 32px;
    background: transparent;
    cursor: pointer;
}

.year-range-slider::-moz-range-thumb {
    border-radius: 2000px;
    border: 2px solid var(--Country);
    appearance: none;
    width: 32px;
    height: 32px;
    background: transparent;
    cursor: pointer;
}

.slider-container-ranger {
    width: 881px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 881px;
    flex: 0 0 881px;
}

.slider-container {
    width: 881px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 881px;
    flex: 0 0 881px;
}

.label-range-finder-text--disabled {
    opacity: 0.5;
    color: var(--Text) !important;
}

.slider-ranger-heading {
    color: var(--Text);
    /* margin: 0 0 -12px 0; */
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    /* line-height: normal; */
    line-height: 0;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}
.slider-ranger-heading--squash {
    margin-bottom: -5px;
}

.label-range-finder-text {
    color: var(--Text);
    text-align: center;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}
.label-range-finder-text:hover {
    color: var(--Country);
}
.label-range-finder-text:not(.label-range-finder-text--disabled) {
    cursor: pointer;
}
.slider-container.disabled .label-range-finder-text {
    opacity: 0.5;
    pointer-events: none;
}
input[type="range"]:disabled {
    opacity: 0.5;
}

/* ===========================
BUTTONS
=========================== */
.button-download {
    vertical-align: middle;
    margin-top: 5px;
    height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 5px;
    border: 1px solid var(--Country-Fade);
    background: var(--Country-Fade);
    -webkit-box-shadow: inset 0 0 0 0 var(--Ocean);
    box-shadow: inset 0 0 0 0 var(--Ocean);
    -webkit-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.button-download:hover {
    cursor: pointer;
    -webkit-box-shadow: inset 400px 0 0 0 var(--Ocean);
    box-shadow: inset 400px 0 0 0 var(--Ocean);
    /* color: var(--Ocean); */
}
.button-download--text {
    text-transform: uppercase;
    color: var(--Text);
    text-align: center;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.55px;
}

/* ===========================
COMPONENT RE-USABLES
=========================== */
.bg-gradientbg {
    background: var(--GradientBg);
}
.bg-ocean {
    background: var(--Ocean);
}
.bg-menus {
    background: var(--Menus);
}
.filter-bg {
    background: var(--Ocean);
}
/* .inline-block {
  display: inline-block;
} */
.display-block {
    display: block;
}
.display-inline-block {
    display: inline-block;
}
.display-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.center-inline-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-intro__paragraph {
    margin-top: 0;
    margin-bottom: 0;
    /* test according to alignment */
    color: var(--Text);

    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 400; Feedback */
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.asterisk:after {
    content: "*";
    display: inline-block;
}

/* .text-intro__paragraph:after {
    content: "*";
    display: inline-block;
} */
.text-intro__container {
    padding-bottom: 5px;
    /* border-bottom: 1px solid white; */
    border-bottom: 1px solid var(--Country);
    /* display: inline-flex; */
}
.text-intro__container-city {
    border-color: var(--City);
}
#city-listing .text-intro__container {
    border-bottom-color: var(--City);
}
#city-listing .sticky-controls--list {
    min-height: 100%;
    padding-bottom: 40px;
}

/* ===========================
COMPONENT RE-USABLES
=========================== */

.d3-country-tip h5 {
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: var(--Menus);
    font-size: 16px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.64px;
    margin: 0;
    padding: 0;
}
.d3-country-tip h6 {
    overflow: hidden;
    color: var(--Menus);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px;
    border: 2px solid var(--Menus);
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    padding-top: 1px;
}
.d3-country-tip {
    /* margin-top: 54px;
margin-left: 49px; */
    /* left: 484.662px; */
    background: var(--Country);
    height: 40px;
    border-radius: 50px;
    color: var(--Menus);
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px 6px 6px;
    margin-top: -5px;
    position: relative;
    text-transform: uppercase;
    /* transform: translate(50%, 50%); */
    /* margin-top: 50px; */
    /* 50 is the height of the circle at the beginning  */
    /* margin-left: 60px; */
    /* transform: translateX(calc(50% - 20px)); */
}
.d3-country-tip:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top: 4px solid var(--Country);
}

.d3-city-tip:before {
    content: "";
    background: url(../img/city-flag.svg) var(--Menus) no-repeat center center;
    padding: 2px;
    border-radius: 200px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.d3-city-tip h5 {
    color: var(--Menus);
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.64px;
}

.d3-city-tip {
    background: var(--City);
    height: 40px;
    border-radius: 50px 0 0 50px;
    color: var(--Menus);
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
    margin-top: 20px;
    /* margin-left: 60px; */
    -webkit-transform: translateX(calc(50% - 12px));
    -ms-transform: translateX(calc(50% - 12px));
    transform: translateX(calc(50% - 12px));
    text-transform: uppercase;
}

.d3-city-tip h5.city-special span {
    color: var(--Country-Fade);
    font-weight: 600;
    /* line-height: 1; */
}

.d3-city-tip h5.city-special {
    font-size: 11px;
    line-height: 1.1;
}

.d3-country-tip,
.d3-city-tip {
    /* line-height: 1;
  padding: 0px 8px;
  background: #70eaf4;
  text-transform: uppercase;
  text-align: center; */
}

.d3-city-tip {
    /* background: #c7c72d; */
}

.d3-city-tip h5,
.d3-city-tip h6,
.d3-country-tip h5,
.d3-country-tip h6 {
    /* color: #000000;
  font-size: 12px;
  margin: 4px 0px; */
}

.d3-city-tip h6,
.d3-country-tip h6 {
    /* font-size: 8px;

  line-height: 10px;

  margin: 0px 0px 4px 0px; */
}

.d3-city-tip h6.top {
    /* margin: 4px 0px 4px 0px; */
}

/* Creates a small triangle extender for the tooltip */

.d3-country-tip:after,
.d3-city-tip:after {
    /* box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: #70eaf4;
  content: "\25BC";
  position: absolute;
  text-align: center; */
}

.d3-city-tip:after {
    /* color: #c7c72d; */
}

/* Style northward tooltips differently */

.d3-country-tip.n:after,
.d3-city-tip.n:after {
    /* margin: -1px 0 0 0;

  top: 100%;

  left: 0; */
}

a[data-toggle="tooltip"] {
    cursor: pointer;
    text-decoration: none;
}

.tooltip {
    color: var(--Text);
    text-align: center;

    /* Subtext */
    opacity: 1;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    padding: 8px 30px 7px 30px;
}

.tooltip {
    /* font-size: 8px; */
}

.tooltip-inner {
    color: var(--Text);
    border-radius: 0px;
    background-color: var(--Menus);
}

.tooltip.top .tooltip-arrow {
    border-top-color: var(--Menus);
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: var(--Menus);
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: var(--Menus);
}

.tooltip.right .tooltip-arrow {
    border-right-color: var(--Menus);
}

.tooltip.left .tooltip-arrow {
    border-left-color: var(--Menus);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: var(--Menus);
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: var(--Menus);
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: var(--Menus);
}

.label-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 20px;
    height: 20px;
    /* padding: 5px 4.304px 0.263px 4.583px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;

    /* margin-left: 10px; */

    border-radius: 1000px;
    border: 2px solid var(--Text);
    background: var(--Text);

    cursor: pointer;
}
a.label-circle {
    text-decoration: none;
}

.label-circle img {
    position: relative;
    top: 2px;
}

.label-circle-green {
    border-color: var(--Embassy-HCi);
    background: var(--Embassy-HCi);
}
.label-circle-dark-green {
    border-color: var(--Consulate);
    background: var(--Consulate);
}

.label-circle-blue-green {
    border-color: var(--Permanent-Missions);
    background: var(--Permanent-Missions);
}
.label-circle-green-blue {
    border-color: var(--other-reps);
    background: var(--other-reps);
}
.triangle {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 0;
    border-bottom: 4px solid white;
}

.triangle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* ===========================
BUTTON GROUP / TABS
=========================== */

.button-group {
}
/* flex-container"> */
.button-group-item {
    outline: none;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background: var(--Country); */
    background: var(--Country-30);
    margin: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 30px;
    color: var(--Text);
    text-align: center;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.55px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 0 var(--Country-90);
    box-shadow: inset 0 0 0 0 var(--Country-90);
    -webkit-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

input:is(:checked) + label.button-group-item,
.button-group-item--active {
    background: var(--Country);
    color: var(--Ocean);
}

input:is(:disabled) + label.button-group-item {
    cursor: not-allowed;
    opacity: 0.5;
}

.button-group-item:hover {
    -webkit-box-shadow: inset 400px 0 0 0 var(--Country-90);
    box-shadow: inset 400px 0 0 0 var(--Country-90);
    color: var(--Text);
    color: var(--Ocean);
    /* var(--Country) */
}
.button-group-actions-item,
.button-group-actions-item-reverse {
    outline: none;
    padding: 0 5px; /*for footer text*/
    color: var(--Ocean);
    text-align: center;
    text-transform: uppercase;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    height: 30px;
    /* border: 1px solid var(--Country-Fade); */
    background: var(--Country-Fade);

    cursor: pointer;
    color: white;

    -webkit-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    -webkit-box-shadow: inset 0 0 0 0 var(--Country);
    box-shadow: inset 0 0 0 0 var(--Country);
}

.button-group-actions-item.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.button-group-actions--play .pause {
    display: none;
}
.button-group-actions--play.button-group-actions--active .play {
    display: none;
}
.button-group-actions--play.button-group-actions--active .pause {
    display: block;
}

.button-group-actions-item > img {
    margin-right: 4px;
}

.button-group-actions img {
    -webkit-filter: invert(1) saturate(0) contrast(100);
    filter: invert(1) saturate(0) contrast(100);
}
.button-group-actions {
    width: 300px;
    min-width: 300px;
    gap: 2px;
    /* padding: 15px; */
}
.button-group-actions-item:focus,
.button-group-actions-item:hover {
    -webkit-box-shadow: inset 400px 0 0 0 var(--Country);
    box-shadow: inset 400px 0 0 0 var(--Country);
    color: var(--Ocean);
}
.button-group-actions-item:focus img,
.button-group-actions-item:hover img {
    /* -webkit-filter: none;
    filter: none; */
    /* https://angel-rs.github.io/css-color-filter-generator/ */
    -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(46%)
        saturate(227%) hue-rotate(164deg) brightness(94%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(21%) sepia(46%) saturate(227%)
        hue-rotate(164deg) brightness(94%) contrast(87%);
}
input[type="checkbox"]:not(:checked) + .button-group-actions-item,
.button-group-actions--active {
    -webkit-box-shadow: inset 400px 0 0 0 var(--Country);
    box-shadow: inset 400px 0 0 0 var(--Country);
    color: var(--Ocean);
    /* filter: invert(0) saturate(0) contrast(0); */
}
input[type="checkbox"]:not(:checked) + .button-group-actions-item img,
.button-group-actions--active img {
    -webkit-filter: none;
    filter: none;
}

.button-group-actions-item.button-group-actions-item--cities {
    -webkit-box-shadow: inset 0 0 0 0 var(--City);
    box-shadow: inset 0 0 0 0 var(--City);
}

/* new reverse  */

/* button-group-actions-item-reverse button-group-actions-item--countries
button-group-actions-item-reverse button-group-actions-item--cities */
.button-group-actions-item-reverse {
    gap: 5px;
}
.button-group-actions-item-reverse.button-group-actions-item--cities {
    -webkit-box-shadow: inset 400px 0 0 0 var(--City);
    box-shadow: inset 400px 0 0 0 var(--City);
    color: var(--Ocean);
}
.button-group-actions-item-reverse.button-group-actions-item--countries {
    -webkit-box-shadow: inset 400px 0 0 0 var(--Country);
    box-shadow: inset 400px 0 0 0 var(--Country);
    color: var(--Ocean);
}
.button-group-actions-item-reverse img {
    -webkit-filter: none;
    filter: none;
}
input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--cities {
    -webkit-box-shadow: inset 0 0 0 0 var(--City);
    box-shadow: inset 0 0 0 0 var(--City);
    color: white;
}
input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--cities
    img {
    -webkit-filter: invert(1) saturate(0) contrast(100);
    filter: invert(1) saturate(0) contrast(100);
}
input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--countries {
    -webkit-box-shadow: inset 0px 0 0 0 var(--Country);
    box-shadow: inset 0px 0 0 0 var(--Country);
    color: white;
}
input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--countries
    img {
    -webkit-filter: invert(1) saturate(0) contrast(100);
    filter: invert(1) saturate(0) contrast(100);
}
/* .button-group-actions-item-reverse.button-group-actions-item--cities:focus,
.button-group-actions-item-reverse.button-group-actions-item--cities:hover  */

input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--countries:hover,
input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--countries:focus {
    -webkit-box-shadow: inset 400px 0 0 0 var(--Country);
    box-shadow: inset 400px 0 0 0 var(--Country);
    color: var(--Ocean);
    outline: none !important;
    /* outline: 1px solid var(--Country-10) !important; */
}
input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--countries:hover
    img,
input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--countries:focus
    img {
    -webkit-filter: none;
    filter: none;
}

input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--cities:hover,
input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--cities:focus {
    -webkit-box-shadow: inset 400px 0 0 0 var(--City);
    box-shadow: inset 400px 0 0 0 var(--City);
    color: var(--Ocean);
    outline: none !important;
    /* outline: 1px solid var(--City-10) !important; */
}

input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--cities:hover
    img,
input[type="checkbox"]:not(:checked)
    + .button-group-actions-item-reverse.button-group-actions-item--cities:focus
    img {
    -webkit-filter: none;
    filter: none;
}
input[type="checkbox"]:is(:disabled)
    + .button-group-actions-item-reverse.button-group-actions-item--cities,
input[type="checkbox"]:is(:disabled)
    + .button-group-actions-item-reverse.button-group-actions-item--countries {
    opacity: 0.5;
    pointer-events: none;
}

/* 
.button-group-actions-item--cities {
  box-shadow: inset 400px 0 0 0 var(--City);
}

.button-group-actions-item--cities.button-group-actions--active,
.button-group-actions-item--cities:hover,
.button-group-actions-item--cities:focus {
  box-shadow: inset 400px 0 0 0 var(--City);
}

input[type="checkbox"]:not(:checked) + .button-group-actions-item:hover {
}
input[type="checkbox"]:not(:checked) + .button-group-actions-item,
.button-group-actions--active {
  border: 1px solid var(--Country);
  background: var(--Country);
  box-shadow: inset 0 0 0 0 var(--Country);
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

input[type="checkbox"]:not(:checked) + .button-group-actions-item img {
} */
/* .button-group-actions--active img { */
/* filter: invert(1) saturate(0) contrast(100); */

/* ===========================
FONTS / TYPOGRAPHY
=========================== */

/* .rank-table-row--active *, #Country_list:not(.item-selected) .rank-table-row:hover *, .rank-table-row:focus * */
#Country_list:not(.item-selected) .rank-table-row:hover .tooltip-p-sm,
.tooltip-p-sm {
    text-transform: none;
    font-size: 12px;
    /* line-height: 1.4; */
    padding: 5px;
    text-align: left;
    color: var(--Text) !important;
}

.cursor-link {
    cursor: pointer;
}

.text-map-label {
    font-size: 11px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: 3px;
    white-space: nowrap;
}

.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right !important;
}
.text-align-center {
    text-align: center;
}
@media (max-width: 768px) {
    .text-align-center-sm {
        text-align: center !important;
    }
}
@media (max-width: 1140px) {
    .text-align-left-tablet-ranking {
        text-align: left !important;
    }
    #country_rank_table .title {
        text-align: left !important;
    }
}

.text-xl-strong {
    color: var(--Text, #fff);
    text-align: center;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    text-transform: uppercase;
}
.typo-label {
    color: var(--Text);
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

.text-base {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    color: white;
}

.cell-text {
    overflow: hidden;
    color: var(--Text);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    /* //confirm not duplicate */
}

.text-h6 {
    color: var(--Text);
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}
/* CHECK IF THIS IS DUPLICATE */
.text-asterisk-text {
    color: var(--Text);
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    white-space: nowrap;
}

.text-data {
    color: var(--Text);
    margin: 0;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

/* home/map */
.text-overview {
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 25px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px; /* 88% */
    text-transform: uppercase;
}

.text-overview-countries {
    color: var(--Country);
}
.text-overview-cities {
    color: var(--City);
}
.text-overview-posts {
    color: var(--Posts);
}

.textCellLabel {
    color: var(--Text);
    text-transform: uppercase;

    text-align: left;

    /* text-align: center; */
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.55px;
}

.text-key-findings {
    color: var(--Country, #70ebf5);
    text-align: center;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 120px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px; /* 18.333% */
    text-transform: uppercase;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .text-key-findings {
        font-size: 60px;
        line-height: 1;
    }
}
@media (max-width: 768px) {
    .text-key-findings {
        font-size: 40px;
    }
}

.text-stats {
    text-align: center;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 120px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 1;
    /* line-height: 22px;  */
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .text-stats {
        font-size: 100px;
    }
}
@media (max-width: 768px) {
    .text-stats {
        font-size: 60px;
    }
    #mob-slideshow .text-stats {
        font-size: 80px;
    }
}
.text-stats-countries {
    color: var(--Country);
}
.text-stats-cities {
    color: var(--City);
}
.text-stats-posts {
    color: var(--Posts);
}

.text-about-copyright {
    color: var(--Text);
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.text-stats-label {
    color: var(--Text);
    text-align: center;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.text-stats-h2 {
    color: var(--Country);
    /* Findings Titles */
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 109.375% */
}

/* ===========================
PAGE: ABOUT / KEY  FINDINGS 
=========================== */
@media (max-width: 768px) {
    #About_Header {
        display: none;
    }
}

.text-about-h2 {
    color: var(--Country);
    /* H2 */
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 25px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 25px; /* 100% */
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin: 0;
}
.text-about-h4 {
    color: var(--Country);
    /* H2 */
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 25px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 25px; /* 100% */
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
.text-about-h5 a:visited,
.text-about-h5 a {
    color: var(--Text);
    border-bottom: 1px solid white;
}
.text-about-h5 a:hover,
.text-about-h5 a:focus {
    border-bottom-color: var(--Country);
}
.text-about-h5 {
    color: var(--Text);
    /* H2 */
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 17px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 20px; /* 100% */
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
.text-about-text {
    color: var(--Text);
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
ul.text-about-text {
    padding-left: 16px;
}

.pageGraphics {
    /* margin-bottom: 50px; */
    padding-bottom: 5px;
}
.pageGraphics-header {
    padding-top: 60px;
    /* min-width: 1200px; */
    /* min-height: 800px; */
    height: 80vh;
    width: 100%;
    background: url(../img/graphics-head.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1250px) {
    /* @media (max-width: 1250px) { */
    .pageGraphics-header {
        background-position: top 0px left -60px;
        background-size: auto 100%;
        /* min-width: 100%; */
        /* min-height: 400px; */
    }
}

.text-stats-intro {
    color: var(--Text, #fff);
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
}

.pageGraphics-body-callout {
    background: var(--Menus);
    padding: 10px;
}
.pageGraphics-body-callout--inner {
    padding: 40px 0px 40px;
}

.text-about-label {
    color: var(--Text);
    /* text-align: center; */
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    /* letter-spacing: -0.32px; feedback */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

a.button-outline,
a.button-outline-large {
    text-decoration: none;
}
.button-outline,
.button-outline-large {
    border: 1px solid var(--Country);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 30px;
    padding: 0 5px;
    color: var(--Country);
    text-align: center;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;

    -webkit-box-shadow: inset 0 0 0 0 var(--Country);

    box-shadow: inset 0 0 0 0 var(--Country);
    -webkit-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    transition: ease-out 0.4s;

    cursor: pointer;
}

.button-outline:hover,
.button-outline-large:hover {
    -webkit-box-shadow: inset 400px 0 0 0 var(--Country);
    box-shadow: inset 400px 0 0 0 var(--Country);
    color: var(--Ocean);
    /* var(--Country) */
}

.button-outline:before {
    content: "";
    display: inline-block;
    background: url(../img/arrow-down.svg);
    width: 20px;
    height: 20px;
    -webkit-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.button-outline-large {
    font-size: 20px;
    border: 2px solid var(--Country);
    height: 56px;
    padding: 0 40px;
}
.button-outline-large:before {
    content: none;
}

.button-outline:hover:before {
    -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(46%)
        saturate(227%) hue-rotate(164deg) brightness(94%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(21%) sepia(46%) saturate(227%)
        hue-rotate(164deg) brightness(94%) contrast(87%);

    /* -webkit-filter: invert(1) saturate(0) contrast(100);
    filter: invert(1) saturate(0) contrast(100); */
}

.countryIcon {
    color: var(--Text);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 170px;
    height: 130px;

    overflow: hidden;
    text-align: center;
    /* H3 */
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .countryIcon {
        width: 130px;
        height: 110px;
    }
    .countryIcon-sm {
        width: 100%;
        max-width: 100%;
    }
    /* .key-findings-rank-table .countryIcon {
      background: none !important;
      height: auto;
  } */
}
.countryIcon-thePacific {
    background: url(../img/maps/PACIFIC2.svg);
}
.countryIcon-europe {
    background: url(../img/maps/EUROPE.svg);
}
.countryIcon-africa {
    background: url(../img/maps/AFRICA.svg);
}
.countryIcon-southAmerica {
    background: url(../img/maps/SOUTH\ AMERICA.svg);
}

.countryIcon-africa {
    background: url("../img/maps/AFRICA.svg");
}
.countryIcon-europe {
    background: url("../img/maps/EUROPE.svg");
}
.countryIcon-middleEast {
    background: url("../img/maps/MIDDLEEAST.svg");
}
.countryIcon-northMiddleAmerica {
    background: url("../img/maps/NORTHMIDDLEAMERICA.svg");
}
.countryIcon-pacific {
    background: url("../img/maps/PACIFIC2.svg");
}
.countryIcon-southAmerica {
    background: url("../img/maps/SOUTHAMERICA.svg");
}
.countryIcon-southAsia {
    background: url("../img/maps/SOUTHASIA.svg");
}
.countryIcon-southEastAsia {
    background: url("../img/maps/SOUTHEASTASIA2.svg");
}
.countryIcon-centralAsia {
    background: url("../img/maps/CENTRALASIA.svg");
}
.countryIcon-asia {
    background: url("../img/maps/ASIA.svg");
}
.countryIcon-world {
    background: url("../img/maps/WORLD.svg");
}

.text-stats-label--sm {
    color: var(--Text);

    text-align: center;
    /* Subtext */
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

.text-stats-label--green {
    overflow: hidden;
    color: var(--Posts);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
}

.text-stats-h3 {
    color: var(--Country);
    text-align: center;
    /* H2 */
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 25px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 25px; /* 100% */
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.text-stats-h3--green {
    color: var(--Posts);
}
.text-stats-h3--white {
    color: var(--Text);
}

.key-findings-rank-table--head {
    border-bottom: var(--Country) 1px solid;
}
.key-findings-rank-table-row {
    border-bottom: 1px solid var(--Country-Fade);
}

@media (max-width: 768px) {
    .key-findings-rank-table-row .grid-auto:nth-child(2) {
        /* -webkit-box-ordinal-group: 0; */
        /* -ms-flex-order: -1; */
        /* order: -1; */
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        /* width: 100%; */
    }
    .key-findings-rank-table-row .grid-auto:nth-child(1),
    .key-findings-rank-table-row .grid-auto:nth-child(3) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.key-findings-rank-table-row {
    min-height: 182px;
}
.key-findings-rank-table-row--total {
    min-height: 105px;
}

@media (max-width: 768px) {
    .key-findings-rank-table-row {
        /* max-height */
        min-height: 100px;
    }
}

.flex-container-alignItemsCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.graphic-line {
    position: relative;
}
.graphic-line:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 1px;
    width: 75px;
    background: var(--Country);
}

.datavis-icon-lockup {
    min-width: 200px;
    min-height: 200px;

    /* align-content: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.datavis-icon-lockup img {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .datavis-icon-lockup {
        min-width: 180px;
    }
}

@media (max-width: 768px) {
    .datavis-icon-lockup {
        min-width: 140px;
    }
}

.datavis-icon-lockup .countryIcon {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.datavis-footer {
    min-height: 44px;
}

.datavis-line {
    position: relative;
}
.datavis-line:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 80px;
    background: var(--Country);
    top: 50%;
    right: -50px;
}
.datavis-line.datavis-line-sm:after {
    right: -26px;
}
.datavis-line.datavis-line-md:after {
    right: -30px;
}
.datavis-line.datavis-line-xs:after {
    right: -8px;
}

@media (max-width: 768px) {
    .datavis-line:after {
        content: none;
    }
}
@media (max-width: 768px) {
    .visual-graphs-container {
        /* display: none !important; */
    }
}
@media (max-width: 768px) {
    .large-datavis-icons {
        max-width: 100px;
    }
}

/* ===========================
CHARTS
=========================== */

.lowy_chart-sm {
    padding-top: 10px;
}

.canvas-dark-bg {
    background: var(--Menus);
    border-radius: 999px;
}
.height-100 {
    height: 100px;
}
.line-bg-hidden {
    /* background: hotpink; */
    position: relative;
    /* background: var(--Ocean); */
    z-index: 2;
    -webkit-box-shadow: 0px 0px 0px 10px var(--Ocean);
    box-shadow: 0px 0px 0px 10px var(--Ocean);
}

/* ===========================
MAP
=========================== */

.rank-table-row .table-cell:nth-child(3) {
    white-space: nowrap;
    overflow: hidden;
}
.rank-table-row .table-cell:nth-child(3) .text-about-label {
    /* elipsis on country name */
    overflow: hidden;
    text-overflow: ellipsis;
}

.rank-table-row {
    cursor: pointer;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.3))
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    min-height: 58px;
    transition: background 0.15s ease-in-out;
}
#Country_list > .rank-table-row:nth-child(1) {
    background: var(--Country-35) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: var(--Country-35) -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(
                    0,
                    0,
                    0,
                    0.3
                )
                100%);
    background: var(--Country-35)
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#Country_list > .rank-table-row:nth-child(2) {
    background: var(--Country-30) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: var(--Country-30) -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(
                    0,
                    0,
                    0,
                    0.3
                )
                100%);
    background: var(--Country-30)
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#Country_list > .rank-table-row:nth-child(3) {
    background: var(--Country-25) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: var(--Country-25) -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(
                    0,
                    0,
                    0,
                    0.3
                )
                100%);
    background: var(--Country-25)
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#Country_list > .rank-table-row:nth-child(4) {
    background: var(--Country-20) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: var(--Country-20) -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(
                    0,
                    0,
                    0,
                    0.3
                )
                100%);
    background: var(--Country-20)
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#Country_list > .rank-table-row:nth-child(5) {
    background: var(--Country-15) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: var(--Country-15) -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(
                    0,
                    0,
                    0,
                    0.3
                )
                100%);
    background: var(--Country-15)
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#Country_list > .rank-table-row:nth-child(6) {
    background: var(--Country-10) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: var(--Country-10) -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(
                    0,
                    0,
                    0,
                    0.3
                )
                100%);
    background: var(--Country-10)
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#Country_list > .rank-table-row:nth-child(7) {
    background: var(--Country-5) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: var(--Country-5) -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(
                    0,
                    0,
                    0,
                    0.3
                )
                100%);
    background: var(--Country-5)
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.item-selected .rank-table-row:not(.rank-table-row--active) {
    /* pointer-events: none; */
    opacity: 0.5;
}

/* FILTERING HOMEPAGE  */
span[data-rank] {
    display: none;
}
#Country_list[data-filter-on="overall"] {
}
#Country_list[data-filter-on="overall"] span[data-rank="overall"],
#Country_list[data-filter-on="asia"] span[data-rank="asia"],
#Country_list[data-filter-on="oecd"] span[data-rank="oecd"],
#Country_list[data-filter-on="g20"] span[data-rank="g20"] {
    display: initial;
}

#Country_list[data-filter-on="asia"]
    .rank-table-row:not([data-list-filter-asia="true"]) {
    display: none;
}
#Country_list[data-filter-on="g20"]
    .rank-table-row:not([data-list-filter-g20="true"]) {
    display: none;
}
#Country_list[data-filter-on="oecd"]
    .rank-table-row:not([data-list-filter-oecd="true"]) {
    display: none;
}

/* data-g20="true" data-asia="true" data-oecd="true" */
/* data-list-filter-g20
data-list-filter-asia
data-list-filter-oecd */

/* END FILTERING HOMEPAGE */

#Country_list:not(.item-selected) .rank-table-row:hover {
    background: var(--Country) !important;
    color: var(--Ocean) !important;
    transition-duration: 0.1s;
}

.rank-table-row:focus,
.rank-table-row--active {
    background: var(--Country) !important;
    color: var(--Ocean) !important;
}

.rank-table-row--active *,
#Country_list:not(.item-selected) .rank-table-row:hover *,
.rank-table-row:focus * {
    color: var(--Ocean) !important;
}
#Country_list:not(.item-selected)
    .rank-table-row:hover
    .graph-circle-trend-arrow,
.rank-table-row:focus .graph-circle-trend-arrow,
.rank-table-row--active .graph-circle-trend-arrow {
    -webkit-filter: invert(1) saturate(0) contrast(100) !important;
    filter: invert(1) saturate(0) contrast(100) !important;
    opacity: 0.8 !important;
}
#Country_list .rank-table-row .tooltip-inner,
#Country_list .rank-table-row:hover .tooltip-inner,
#Country_list .rank-table-row:active .tooltip-inner,
#Country_list .rank-table-row--active .tooltip-inner,
#Country_list .rank-table-row--active .tooltip {
    color: var(--Text) !important;
}

#Country_list:not(.item-selected)
    .rank-table-row:hover
    .graph-circle-trend-number,
.rank-table-row:focus .graph-circle-trend-number,
.rank-table-row--active .graph-circle-trend-number {
    border-color: var(--Ocean);
    color: var(--Ocean);
}
.table-cell {
    /* padding: 12px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table-cell > .label-circle {
    margin-right: 10px;
}

.network-sticky-controls {
    position: fixed;
    left: 0;
    z-index: 2;
    height: calc(100vh - 112px);
    top: var(--MenuMarginTop);
    /* opacity: 0.6; */
    width: 310px;
    /* background: var(--Menus); */
    /* background: var(--Menus-10); */
    background: var(--NewMenuTest);
    overflow: hidden;
}
@media (max-width: 768px) {
    .network-sticky-controls {
        position: static;
        width: 100%;
        height: auto;
        overflow: initial;
    }
}

/* TEMP */
#city-listing {
    /* left: 310px; */
    z-index: 5;
}
/* #country-listing {
  left: 310px;
} */
#global-listing {
    opacity: 0;
    /* animation */
}
#Stats_Findings {
    opacity: 0;
}
#Stats_Countries {
    opacity: 0;
}
#Stats_Cities {
    opacity: 0;
}
#Stats_Posts {
    opacity: 0;
}
#pure_landing_page {
    /* display: none; */
    /* opacity: 0; */
    /* position: fixed; */
    /* background-color: #242a36; */
    position: relative;
    z-index: 100;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: black;
}
#pure_landing_page > div {
    height: 100%;
    width: 100%;
    background: black; /* var(--Menus); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* END TEMP */

.network-sticky-controls::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 15vh;
    height: 200px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.7;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(54, 61, 74, 0)),
        to(#363d4a)
    );
    background: -o-linear-gradient(top, rgba(54, 61, 74, 0) 0%, #363d4a 100%);
    background: linear-gradient(180deg, rgba(54, 61, 74, 0) 0%, #363d4a 100%);
}

@media (max-width: 768px) {
    .network-sticky-controls::after {
        content: none;
    }
}

.network-sticky-controls--ranking {
    background: #242e36;
}
.network-sticky-controls-header {
    /* background: var(--Country); */
    background: var(--Country-30);
}

.network-sticky-controls--table {
}

.network-sticky-controls--table .mCSB_inside > .mCSB_container {
    margin-right: 0;
    /* forces content on top of the scrollbar */
}

.network-sticky-controls--table--body {
    /* overflow: scroll; */
    height: 100%;
    min-height: 100%;
    padding-bottom: 70px;
    /* height: calc(100vh - 360px); */
    /* added custom scroller */
}
@media (max-width: 768px) {
    .network-sticky-controls--table--body {
        height: auto;
        overflow: initial;
    }
}
.network-sticky-controls-table {
}
/*  */
.network-sticky-controls--table--loading:after {
    /* content: "Loading...";
display: block; */
}
.network-sticky-controls-table-body {
    /* background: var(--Country); */
    /* background: var(--Country)3d; */
    background: var(--Country-30);
    overflow: scroll;
    padding-bottom: 200px;
    height: calc(100% - 200px);
}
.network-controls-sticky {
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 99;
}

@media (max-width: 768px) {
    .network-controls-sticky {
        display: none;
    }
}

.network-controls-sticky-item {
    margin-bottom: 15px;
    cursor: pointer;
    width: 20px;
    min-height: 20px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.network-controls-sticky-item-info {
    background: url(../img/map-controls-instructions.svg);
}
.network-controls-sticky-item-info[aria-describedby] {
    background: url(../img/information-filled-blue.svg);
}
.network-controls-sticky-item img {
    pointer-events: none;
    max-width: 100%;
}

.network-controls-sticky-item:hover img,
.network-controls-sticky-item:focus img {
    -webkit-filter: invert(0) saturate(0) contrast(100);
    filter: invert(0) saturate(0) contrast(100);
}

/* ===========================
GRID 
=========================== */

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-container-nowrap {
    flex-wrap: nowrap;
}
.flex-container-gap-1 {
    gap: 10px;
}
.flex-container-gap-2 {
    gap: 20px;
}

@media (max-width: 768px) {
    .flex-container-nowrap-sm {
        flex-wrap: nowrap;
    }
    .flex-container-gap-2 {
        gap: 10px;
    }
    .flex-container-gap-1 {
        gap: 5px;
    }
    .flex-container-sm-gap-1 {
        gap: 5px;
    }
    .flex-container-sm-gap-0 {
        gap: 0;
    }
}

/* @media (max-width: 640px) {
  
} */
@media (max-width: 640px) {
    .sm-flex-wrap-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.flex-align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.flex-container-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-container-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-container-space-stretch {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}
.flex-container-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-container-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-container-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inline-centered-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.margin-bottom-std {
    margin-bottom: var(--margin-lg);
}

.flex-custom-2-7 {
    -webkit-box-flex: calc(2 / 7);
    -ms-flex: calc(2 / 7);
    flex: calc(2 / 7);
}

.flex-custom-1-7 {
    -webkit-box-flex: calc(1 / 7);
    -ms-flex: calc(1 / 7);
    flex: calc(1 / 7);
}

.grid-align-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grid-align-self-center {
    /* align-self: center; */
    margin-top: 45px;
}

.grid-align-right {
    margin: 0 0 0 auto;
}

.grid-30b {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.grid-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
}

.grid-auto-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}
.grid-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.grid-auto-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.grid-no-grow {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.grid-padding-right-standard {
    padding-right: var(--padding-standard);
}
.grid-large-std-right {
    padding-right: var(--padding-lg);
}
.grid-xl-std-right {
    padding-right: var(--padding-xl);
}

.space-margin-top-small {
    padding-top: var(--margin-sm);
}

.grid-spacing-std {
    padding: 0 var(--padding-standard);
}

.grid-1 {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
}

.grid-2 {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
}

.grid-3 {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.grid-4 {
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%;
}

.grid-5 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.grid-6 {
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
}

.grid-7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.grid-103 {
    min-width: 103px;
}

@media (max-width: 1024px) {
    .grid-md-1 {
        -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    }

    .grid-md-2 {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }

    .grid-md-3 {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

    .grid-md-4 {
        -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    }

    .grid-md-5 {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }

    .grid-md-6 {
        -ms-flex-preferred-size: 96%;
        flex-basis: 96%;
    }

    .grid-md-7 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 768px) {
    .grid-sm-1 {
        -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    }

    .grid-sm-2 {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }

    .grid-sm-3 {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

    .grid-sm-4 {
        -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    }

    .grid-sm-5 {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }

    .grid-sm-6 {
        -ms-flex-preferred-size: 96%;
        flex-basis: 96%;
    }

    .grid-sm-7 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.grid-align-bottom {
    margin: auto 0 0 0;
}

.container-large-width {
    /* max-width: 1200px; */
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container-standard-width {
    /* max-width: 1200px; */
    max-width: 1037px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1250px) {
    .container-standard-width {
        max-width: 100%;
    }
}

/* ===========================
DROPDOWN
=========================== */
.chosen-container-single .chosen-single,
.chosen-single,
.chosen {
    color: var(--Text) !important;
    /* overwrites chosen basic  */
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

/* ===========================
GRAPIC CIRCLE
=========================== */

/* fake todo:remove  */
.graph-circle-green-fake {
    height: 100px;
    width: 100px;
    border-radius: 2000px;
    background: var(--other-reps);
}
/* fake todo:remove  */
.graph-circle-empty-fake {
    width: 75px;
    height: 75px;
    border-radius: 2000px;
    background: var(--Menus);
}

.graph-circle-trend-lockup {
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.graph-circle-trend-number {
    border-radius: 200%;
    border: 2px solid var(--Text);
    width: 36px;
    height: 36px;
    overflow: hidden;
    color: var(--Text);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.graph-circle-trend-number--large {
    width: 72px;
    height: 72px;
    font-size: 32px;
}

.graph-circle-trend-arrow {
    /* graph-circle-trend-up */
    width: 30px;
    height: 30px;
    background: url(../img/arrow-top-right.svg) no-repeat;
    background-size: 13px;
    background-position: center;
    /* -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); */
    /* margin-left: 5px; */
}
.bootstrap-table .graph-circle-trend-arrow {
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .graph-circle-trend-arrow {
        width: 20px;
        height: 20px;
        background-size: 18px;
    }
}
/* graph-circle-trend-still */

.graph-circle-trend-still {
    background: url(../img/dash.svg) no-repeat;
    background-size: 13px;
    background-position: center;
    /* width: 10px;
    height: 2px; */
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
}
.lowy_chart .graph-circle-trend-arrow {
    margin: 0 5px;
}
.card-view .graph-circle-trend-arrow {
    margin: 0;
}

.graph-circle-trend-down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* ===========================
TABLE BOOTSTRAP TABLE
=========================== */

/* .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 10px;
}
.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.bootstrap-table .table {
    border: none !important;
} */

@media (max-width: 1142px) {
    #table_charts {
        /* display: none; */
        opacity: 0;
        position: absolute;
        z-index: -99999;
        left: -9999px;
        height: 0;
        width: 0;
    }
    #table_charts div.lowy_chart {
        /* display: none; */
    }
}

.bootstrap-table .embassy-text {
    /* line-height: 18px; */
    line-height: 1.4;
}

.inline-flag-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.bootstrap-table tbody td .card-view {
    line-height: 16px;
    padding: 3px 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bootstrap-table tbody td .card-view .title {
    vertical-align: middle;
    max-width: 190px;
    min-width: 160px;
}
.bootstrap-table tbody td .card-view .value {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 60px;
    text-align: left;
}

.fixed-table-body {
    padding-bottom: 60px;
    /* ensuring you can see the last element on country js  */
}

.inline-flag-table {
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
    margin-top: -2px;
}
@media (max-width: 1200px) {
    .inline-flag-table {
        margin-top: 0;
    }
}

#country_rank_table .table > thead:first-child > tr:first-child > th {
    padding: 7px 10px 0;
}
#country_rank_table .table > thead:first-child > tr:first-child > th .th-inner {
    padding-left: 0;
}

.table-align-center {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--Text);
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
}

/* @media (max-width: 1200px) { */
@media (max-width: 1142px) {
    /* 1142 is where the card view kicks in */
    .table-align-center {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #country_rank_table .table-align-center {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.asc .table-align-center,
.desc .table-align-center {
    color: var(--Country);
}

#country_rank_table .rank-width {
    /* max-width: 70px; */
}

.align-cell-center {
    text-align: center !important;
}

/* .bootstrap-table .table:not(.table-condensed) > tbody > tr > td.td-rank {
    padding-right: 0 !important;
}
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td.td-trend {
    padding-left: 0 !important;
    padding-right: 0 !important;
} */
#table_countryrank .th-inner {
    text-align: center;
}

#country_rank_table .name .th-inner {
    text-align: left;
}

/* @media (max-width: 1650px) { */
#country_rank_table .name span {
    max-width: 80% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
/* } */

@media (max-width: 1300px) {
    #country_rank_table .name span {
        max-width: 250px !important;
    }
}
@media (max-width: 1142px) {
    #country_comp_table .table-filter > div {
        margin-bottom: 25px;
    }
    #city_comp_table .table-filter > div {
        margin-bottom: 15px;
    }
}

.sortable {
    cursor: pointer;
}

.fixed-table-container thead th .both {
    /* // remove bootstrap */
    background: none !important;
}
.fixed-table-container thead th .both > div:after {
    content: "";
    display: block;
    border-color: transparent;
    border-bottom-color: white;
    border-style: solid;
    border-width: 0 0 6px 6px;
    height: 0;
    width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    margin: 3px 0 0 -3px;
    /* margin: 4px 4px 0 25px; */
    /* background-image: url(../images/icon-sort-all.png); */
}

.fixed-table-container thead th .desc.both > div:after {
    /* transform: rotate(-45deg); */
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: 6px;
    border-bottom-color: var(--Country);
    /* background-image: url(../images/icon-sort-down.png); */
}

.fixed-table-container {
    background: var(--GradientBg);
}

tbody td.text-table-h2 {
    /* truncate from feedback on rankings */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 1px; */
    max-width: 500px;
}
tbody .text-table-h2 {
    overflow: hidden;
    color: var(--Text);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 22px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: 22px; /* 100% */
    letter-spacing: 1px;
}

@media (max-width: 1200px) {
    tbody .text-table-h2 {
        font-size: 16px;
    }
}

tbody .text-table-text-sm {
    overflow: hidden;
    color: var(--Text, #fff);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
tbody .text-table-text-bold {
    /* font-weight: 700; */
    font-weight: 600;
}

.v-align-middle {
    vertical-align: middle !important;
}

tbody .text-table-text {
    color: #fff;
    text-align: center;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
tbody .text-table-text {
    overflow: hidden;
    color: var(--Text, #fff);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
}

.text-heading-category .th-inner {
    color: #fff;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--Country);
    padding: 0px !important;
}

.text-column-sort {
    color: var(--Country, #70ebf5);
    text-align: center;
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    /* font-weight: 700; */
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
}

#City_Title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 99%;
    min-width: 0;
    /* overwrites the border under thingo */
    display: block !important;
}

#City_Countries_List .scrollbar-me {
    height: calc(100vh - 290px);
}
#City_Countries_List .scrollbar-me li,
#City_Countries_List .scrollbar-me ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#City_Countries_List .scrollbar-me li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* height: 60px; */
    margin: 19px 0;
    gap: 8px;
    padding-left: var(--padding-standard);
    padding-right: var(--padding-lg);
}
#City_Countries_List .scrollbar-me li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.no-records-found {
    background: transparent !important;
}

/* ===========================
LINES ON GRAPHS
=========================== */

.special-didiver-country-compare {
    position: relative;
}
.special-didiver-country-compare:after {
    content: "";
    position: absolute;
    background-color: var(--Country-Fade);
    height: 1px;
    right: 0;
    top: 50px;
    -webkit-transform: translate(13%, 0);
    -ms-transform: translate(13%, 0);
    transform: translate(13%, 0);
    width: 32%;
}

.special-didiver-country-compare:before {
    content: "";
    position: absolute;
    width: 18%;
    background-color: var(--Country-Fade);
    height: 1px;
    left: 0;
    top: 50px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.inner_chart {
    /* fix for lines that go above */
    /* position: relative;
  z-index: 1; */
}

.grid-divider {
    position: relative;
}
.grid-divider:after {
    content: "";
    position: absolute;
    width: 160px;
    max-width: 10vw;
    /* background: background-color: var(--Country-Fade);; */
    background-color: var(--Country-Fade);
    height: 1px;
    left: 0;
    right: 0;
    top: 50px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.grid-divivider-small:after {
    width: 90px;
    max-width: 5vw;
}

.bg-line:after {
    background: none repeat scroll 0 0 #455563;
    content: "";
    height: 1px;
    left: 0px;
    position: absolute;
    /* top: 65px; */
    top: 73px;
    width: 100%;
    z-index: -1;
    top: 50%;
}

.bg-line.start:after {
    /* left: 50%;
  width: 50%; */
    right: calc(0% - 70px);
    width: 50%;
    left: auto;
}

.bg-line.end:after {
    left: 0px;
    width: 50%;
}

.bg-line--country-fade:after,
.bg-line--country-fade:before {
    background-color: var(--Country-Fade);
    z-index: 0;
}
/* cheating */

.bg-line-top-52:after,
.bg-line-top-52:before {
    top: 52px;
}
/* ===========================
GALLERY MOB
=========================== */
.full-height-mob {
    /* height: 40vh; */
    height: 24vh;
    margin-top: 120px;
}
#mob-slideshow {
}
.slideshow-about {
    height: 80vh;
}
.slideshow-home {
    margin-bottom: 20px;
}
/* ===========================
DEV
=========================== */

.dev-status-panel {
    position: fixed;
    right: 0;
    bottom: 150px;
    background: #ffffff70;
    padding: 20px;
    width: 120px;
    height: auto;
    z-index: 1;
    color: black;
}

/* ranking tooltip   */

.fake-donut-hoveritem {
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-family: "Antipode";
    font-weight: 600;
    color: white;
    margin-top: -3px;
    background: var(--Menus);
    width: 43px;
    height: 43px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out opacity;
}

.fake-donut-hoveritem--lg {
    width: 62px;
    height: 62px;
}

.fake-donut-hoveritem.active {
    opacity: 1;
}

/* ranking end tooltip   */

/* compare tooltip hover   */

.fake-donut-hoveritem-compare {
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 29px;
    transform: translate(-50%, 0%);
    font-size: 17px;
    font-family: "Antipode";
    font-weight: 600;
    color: white;
    margin-top: -3px;
    background: var(--Menus);
    width: 43px;
    height: 43px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out opacity;
}

.fake-donut-hoveritem-compare--lg {
    width: 62px;
    height: 62px;
    top: 22px;
}

.fake-donut-hoveritem-compare.active {
    opacity: 1;
}

/* compare tooltip hover   */

.fixed-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;

    color: var(--Country);
    font-family: "Antipode", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
}

.fixed-list p strong {
    color: var(--Country);
}
.fixed-list p {
    color: var(--Text);
}

.fixed-list li {
    margin-bottom: var(--margin-lg);
}

iframe {
    border: none;
}

.key-findings-image {
    max-width: 100%;
}

a.anchor,
a.anchor:focus,
a.anchor:hover {
    border: none;
}

/* new loading styles  */
#loading-map {
    position: fixed;
    bottom: 110px;
    right: 15px;
    border-radius: 100%;
    padding: 10px;
}
#loading-map .spinner {
    display: none;
    opacity: 0;
    translate: all 0.15s ease;
}

#loading-map[data-state-is-loading="false"] .spinner {
    display: none;
}

#loading-map[data-state-is-loading="true"] .spinner {
    display: block;
    opacity: 1;
}

/* " data-state-is-loading="false"><div class="spinner spinner-lg"></div> */
