@import "https://www.heritage.org/index/assets/css/heritage-fonts.css";
@import "https://www.heritage.org/index/assets/css/heritage-icons.css";
@import "https://www.heritage.org/index/assets/css/heritage-org_ef-auto-complete.css";
@import "https://www.heritage.org/index/assets/css/heritage-org_ef-dv-all-scores.css";
@import "https://www.heritage.org/index/assets/css/heritage-org_ef-dv-compare-countries.css";
@import "https://www.heritage.org/index/assets/css/heritage-org_ef-dv-country-page.css";
@import "https://www.heritage.org/index/assets/css/heritage-org_ef-dv-world-map-page.css";
@import "https://www.heritage.org/index/assets/css/heritage-org_ef-dv.css";
@import "https://www.heritage.org/index/assets/css/heritage-org_ef-find-country.css";

@charset "UTF-8";

/* COLOR CODES */

/*
# White #fff, rgb(255,255,255)
# Black #111d22, rgb(17,29,34)
# XLight Gray #f3f5f8, rgb(243,245,248)
# Light Gray #c5d1d8, rgb(197,209,216)
# Dark Gray #464646, rgb(70,70,70)
# Red Web #da181a, rgb(218,24,26)
# Navy Blue Web #061d46, rgb(6,29,70)
# Bluemine Light Web #386274, rgb(56,98,116)
# Bluemine Dark Web #264a59, rgb(38,74,89)
# Glacier Blue Web #75a5c0, rgb(117,165,192)
# Sail Blue Web #bee7f9, rgb(190,231,249)
# Cyan Web #0093d0, rgb(0,147,208)
# Lime Web #c4d82d, rgb(196,216,45)
# Indicator #ee28c0, rgb(238,40,192)
*/

/* COMMON STYLES */

:root {
    --white: #fff;
    --black: #111d22;
    --xlightgray: #f3f5f8;
    --lightgray: #c5d1d8;
    --mediumgray: #808080;
    --darkgray: #464646;
    --red-web: #da181a;
    --navyblue-web: #061d46;
    --bluemine-light-web: #386274;
    --bluemine-dark-web: #264a59;
    --glacierblue-web: #75a5c0;
    --sailblue-web: #bee7f9;
    --cyan-web: #0093d0;
    --lime-web: #c4d82d;
    --indicator: #ee28c0;
    --font-family-sans-serif: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    --font-family-sans-serif-alt: 'gotham narrow a', 'gotham narrow b', arial, sans-serif;
    --font-family-serif: 'chronicle display a', 'chronicle display b', 'TimesNewRoman', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
    --font-family-heritage-icons: 'heritage-icons';
}

/* PAGE STYLES */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family-sans-serif);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    color: var(--darkgray);
    text-align: left;
    background-color: var(--white);
}

.right {
    float: right !important;
}

.serif {
    font-family: var(--font-family-serif);
}

.sans-serif {
    font-family: var(--font-family-sans-serif);
}

.sans-serif-alt {
    font-family: var(--font-family-sans-serif-alt);
}

a {
    -webkit-text-decoration-skip: objects;
    color: var(--cyan-web);
    text-decoration: none;
    transition: color .3s ease
}

a:focus,
a:active,
a:hover {
    color: var(--cyan-web);
    text-decoration: underline
}

ul,
li {
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

strong,
.bold {
    font-weight: 700;
}

textarea:focus,
select:focus,
input:focus,
button:focus {
    outline: none;
}

/* NORMALIZE BUTTONS */
/*
    1. Change the font styles in all browsers.
    2. Remove the margin and padding in Firefox and Safari.
    Show the overflow in IE.
    3. Show the overflow in Edge.
    Remove the inheritance of text transform in Edge, Firefox, and IE.
    4. Remove the inheritance of text transform in Firefox.
    5. Correct the inability to style clickable types in iOS and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 2 */
}

button,
input {
    /* 3 */
    overflow: visible;
}

button,
select {
    /* 4 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /* 5 */
    -webkit-appearance: button;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="button"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

hr {
    width: 100%;
    border-top: .0625rem rgba(0, 0, 0, .5);
}

hr.heavy {
    width: 100%;
    border-top: .125rem rgba(0, 0, 0, .5);
}

hr.light {
    width: 100%;
    border-top: .025rem rgba(0, 0, 0, .1);
}

hr.solid {
    border-top-style: solid;
}

hr.dashed {
    border-top-style: dashed;
}

hr.dotted {
    border-top-style: dotted;
}

hr.white {
    border-top-color: var(--white);
}

hr.cyan-web {
    border-top-color: var(--cyan-web);
}

hr.lime-web {
    border-top-color: var(--lime-web);
}

.hr_text_center {
    display: flex;
    align-items: center;
    width: 100%;
}

.hr_text_center::before,
.hr_text_center::after {
    flex: 1;
    background: rgba(0, 0, 0, .2);
    content: "";
    height: 1px;
}

.hr_text_center span {
    padding: 0 .5rem;
}

.shadow_effect-1 {
    position: relative;
}

.shadow_effect-1::before,
.shadow_effect-1::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #aaa;
    box-shadow: 0 15px 10px #aaa;
    transform: rotate(-3deg);
}

.shadow_effect-1::after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.shadow_effect-2::before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 5px;
    left: 30px;
    right: 30px;
    top: 80%;
    background: #aaa;
    box-shadow: 0 0 25px 17px #aaa;
    border-radius: 100px/10px;
}

.shadow_effect-3 {
    position: relative;
}

.shadow_effect-3::before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #aaa;
    box-shadow: 0 15px 10px #aaa;
    transform: rotate(-3deg);
}

.shadow_effect-4 {
    position: relative;
}

.shadow_effect-4::before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #aaa;
    box-shadow: 0 15px 10px #aaa;
    transform: rotate(3deg);
}

.shadow_effect-5::before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 20px;
    left: 8px;
    right: 8px;
    top: 20px;
    background: #aaa;
    box-shadow: 0 0 25px 10px #aaa;
    border-radius: 10px/40px;
}

.shadow_effect-5::after {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 14px;
    left: 30px;
    right: 30px;
    top: 14px;
    background: #aaa;
    box-shadow: 0 0 25px 17px #aaa;
    border-radius: 100px/10px;
}

.shadow_effect-6 {
    position: relative;
}

.shadow_effect-6::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 26px;
    left: 12px;
    bottom: 50px;
    width: 20%;
    transform: rotate(-10deg);
    box-shadow: 0 10px 25px 10px #aaa;
}

.shadow_effect-6::after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 26px;
    right: 10px;
    bottom: 50px;
    width: 20%;
    transform: rotate(8deg);
    box-shadow: 0 10px 25px 10px #aaa;
}

/* SCROLLTOP */

.scrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 90;
    background-color: rgba(243, 245, 248, .5);
    border: 0.09375rem solid rgba(6, 29, 70, .4);
    border-radius: .125rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scrollTop::before {
    content: "\e901";
    font-family: var(--font-family-heritage-icons);
    font-weight: 500;
    font-size: .75rem;
    color: var(--navyblue-web);
    display: inline-block;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* .scrollTop:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    right: -.2rem;
    bottom: -.2rem;
    border: 1px solid var(--navyblue-web);
    border-radius: .375rem;
} */

.scrollTop:hover,
.scrollTop:active {
    background-color: var(--xlightgray);
    border: 0.09375rem solid var(--navyblue-web);
}

.scrollTop:focus {
    color: var(--navyblue-web);
    background-color: var(--white);
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 3px 1px rgb(0 147 208 / 70%);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    box-shadow: 0px 0px 3px 1px rgb(0 147 208 / 70%);
    outline: none;
}

/* MAIN NAV */

.main-nav {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-family: var(--font-family-sans-serif);
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    background-color: rgba(0, 0, 0, .8);
    height: 4.375rem;
}

.logo-cell {
    background-color: rgba(0, 0, 0, .5);
}

.logo-cell:focus,
.logo-cell:hover {
    color: var(--lime-web);
    text-decoration: none;
    transition: color .3s ease;
}

.heritage-brand {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 1.3125rem;
    line-height: 1rem;
    height: auto;
    background-color: transparent;
}

.heritage-brand span {
    font-size: 1rem;
    margin-left: 1rem;
}

.page-title {
    background-color: transparent;
}

.page-title a {
    color: var(--white);
    text-decoration: none;
}

.page-title a:hover {
    border-bottom: 2px solid var(--lime-web);
    transition: color .3s ease;
}

.trigger-drawer {
    background-color: var(--bluemine-light-web);
    border: none !important;
    border-radius: 0 !important;
    transition: background .3s ease;
}

.trigger-drawer:hover {
    background-color: var(--bluemine-dark-web);
}

.heritage-hamburger-menu {
    background-color: transparent;
    font-size: 1.25rem;
}

.page-content {
    font-family: var(--font-family-sans-serif);
    font-size: 1.4375rem;
    color: var(--black);
}

/* NAV SIDEBAR */

#sidebar {
    font-family: var(--font-family-sans-serif);
    font-weight: 500;
    color: var(--white);
    position: fixed;
    width: 20.9375rem;
    right: -20.9375rem;
    height: 100vh;
    z-index: 9999;
    padding: 1.25rem 3.125rem 3.4375rem 1.25rem;
    background: #252a2f;
    transition: all 0.3s;
    overflow-y: scroll;
}

#sidebar.active {
    right: 0;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#dismiss {
    color: var(--lime-web);
    font-size: 1.5rem;
    text-align: right;
    margin-bottom: 1.75rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    color: var(--white);
}

#sidebar .components {
    border-bottom: 2px solid rgba(97, 100, 105, .3);
    margin-bottom: 1.25rem;
    padding-bottom: .3125rem;
}

#sidebar .sidebar-header {
    font-size: .875rem;
    letter-spacing: -.00625rem;
    color: var(--lime-web);
    margin-bottom: 1.25rem;
    padding-top: .625rem;
}

#sidebar ul li a {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    list-style: none;
    margin-bottom: 1.5625rem;
}

#sidebar ul li a:hover,
#sidebar ul li a:active,
#sidebar ul li a.active {
    color: var(--lime-web);
    text-decoration: none;
}

#sidebar .microsite ul li a {
    display: block;
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: -.00625rem;
    color: var(--sailblue-web);
    list-style: none;
    margin-bottom: 1.5625rem;
}

#sidebar .microsite ul li a:hover {
    color: var(--lime-web);
    text-decoration: none;
}

#sidebar .homelink {
    margin: 1.5625rem 0;
}

#sidebar .homelink a {
    color: var(--white);
}

#sidebar .homelink a:hover,
#sidebar .homelink a:active,
#sidebar .homelink a.active {
    border-bottom: 2px solid var(--lime-web);
    text-decoration: none;
    transition: color .3s ease;
}

#sidebar .homelink-circle {
    border: .09375rem solid rgba(229, 231, 232, .2);
    border-radius: 50%;
    text-align: center;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.05;
    display: inline-block;
}

#sidebar .homelink i {
    margin-right: .9375rem;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

/* ARTICLE STYLES */

.article_text-section {}

.article_dataviz-section {}

.article_dataviz-section.xlightgray-bg {
    background-color: var(--xlightgray);
}

.article_eyebrow {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-start;
    width: auto;
    font-family: var(--font-family-sans-serif);
    font-weight: 500;
    font-size: .6875rem;
    text-transform: uppercase;
    padding: 1.0625rem 0 0;
    color: rgba(38, 74, 89, 1);
}

.article_eyebrow::before {
    content: '';
    position: absolute;
    display: block;
    width: 13.125rem;
    height: .125rem;
    background-color: var(--red-web);
    top: 0;
    left: 0;
    transition: background .3s ease;
}

.article_eyebrow a {
    text-transform: capitalize;
    font-size: .875rem;
    color: var(--cyan-web);
    letter-spacing: -.0125rem;
}

.article_eyebrow a::before {
    content: '';
    position: absolute;
    display: block;
    width: 13.125rem;
    height: .125rem;
    background-color: var(--red-web);
    top: 0;
    left: 0;
    transition: background .3s ease;
}

.article_eyebrow a:focus,
.article_eyebrow a:hover {
    text-decoration: none;
    color: var(--cyan-web);
    cursor: pointer
}

.article_eyebrow a:hover::before {
    background-color: var(--cyan-web);
}

.article_headline {
    font-family: var(--font-family-sans-serif);
    font-weight: 500;
    font-size: 3.25rem;
    line-height: 3.75rem;
    color: var(--navyblue-web);
}

.article_headline.highlight {
    padding: 0 15px;
}

.article_headline h1 {
    font-size: 5rem;
    line-height: 5.25rem;
    margin: 0;
}

.article_headline h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0;
}

.article_headline h2.highlight {
    line-height: 1.25;
}

.article_byline {
    font-family: var(--font-family-serif);
    font-style: italic;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.25;
    color: var(--navyblue-web);
}

.article_headline.white,
.article_byline.white {
    color: var(--white);
}

.article_headline.cyan,
.article_byline.cyan {
    color: var(--cyan-web);
}

.article_headline.navy,
.article_byline.navy {
    color: var(--navyblue-web);
}

.article_headline span.highlight-white {
    display: inline;
    -webkit-box-shadow: 12px 0 0 3px var(--white), -12px 0 0 3px var(--white);
    -moz-box-shadow: 12px 0 0 3px var(--white), -12px 0 0 3px var(--white);
    box-shadow: 12px 0 0 3px var(--white), -12px 0 0 3px var(--white);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--white);
    opacity: .95;
}

.article_headline span.highlight-lightgray {
    display: inline;
    -webkit-box-shadow: 12px 0 0 3px var(--lightgray), -12px 0 0 3px var(--lightgray);
    -moz-box-shadow: 12px 0 0 3px var(--lightgray), -12px 0 0 3px var(--lightgray);
    box-shadow: 12px 0 0 3px var(--lightgray), -12px 0 0 3px var(--lightgray);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--lightgray);
}

.article_headline span.highlight-lime {
    display: inline;
    -webkit-box-shadow: 12px 0 0 3px var(--lime-web), -12px 0 0 3px var(--lime-web);
    -moz-box-shadow: 12px 0 0 3px var(--lime-web), -12px 0 0 3px var(--lime-web);
    box-shadow: 12px 0 0 3px var(--lime-web), -12px 0 0 3px var(--lime-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--lime-web);
}

.article_headline span.highlight-sailblue {
    display: inline;
    -webkit-box-shadow: 12px 0 0 3px var(--sailblue-web), -12px 0 0 3px var(--sailblue-web);
    -moz-box-shadow: 12px 0 0 3px var(--sailblue-web), -12px 0 0 3px var(--sailblue-web);
    box-shadow: 12px 0 0 3px var(--sailblue-web), -12px 0 0 3px var(--sailblue-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--sailblue-web);
}

.article_headline span.highlight-glacierblue {
    display: inline;
    -webkit-box-shadow: 12px 0 0 3px var(--glacierblue-web), -12px 0 0 3px var(--glacierblue-web);
    -moz-box-shadow: 12px 0 0 3px var(--glacierblue-web), -12px 0 0 3px var(--glacierblue-web);
    box-shadow: 12px 0 0 3px var(--glacierblue-web), -12px 0 0 3px var(--glacierblue-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--glacierblue-web);
}

.article_headline span.highlight-bluemine-light {
    display: inline;
    -webkit-box-shadow: 12px 0 0 3px var(--bluemine-light-web), -12px 0 0 3px var(--bluemine-light-web);
    -moz-box-shadow: 12px 0 0 3px var(--bluemine-light-web), -12px 0 0 3px var(--bluemine-light-web);
    box-shadow: 12px 0 0 3px var(--bluemine-light-web), -12px 0 0 3px var(--bluemine-light-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--bluemine-light-web);
}

.article_headline span.highlight-bluemine-dark {
    display: inline;
    -webkit-box-shadow: 12px 0 0 3px var(--bluemine-dark-web), -12px 0 0 3px var(--bluemine-dark-web);
    -moz-box-shadow: 12px 0 0 3px var(--bluemine-dark-web), -12px 0 0 3px var(--bluemine-dark-web);
    box-shadow: 12px 0 0 3px var(--bluemine-dark-web), -12px 0 0 3px var(--bluemine-dark-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--bluemine-dark-web);
}

.article_headline span.highlight-navy {
    display: inline;
    -webkit-box-shadow: 12px 0 0 3px var(--navyblue-web), -12px 0 0 3px var(--navyblue-web);
    -moz-box-shadow: 12px 0 0 3px var(--navyblue-web), -12px 0 0 3px var(--navyblue-web);
    box-shadow: 12px 0 0 3px var(--navyblue-web), -12px 0 0 3px var(--navyblue-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--navyblue-web);
}

.article_headline h2>span.highlight-white {
    display: inline;
    -webkit-box-shadow: 13px 0 0 2px var(--white), -13px 0 0 2px var(--white);
    -moz-box-shadow: 13px 0 0 2px var(--white), -13px 0 0 2px var(--white);
    box-shadow: 13px 0 0 2px var(--white), -13px 0 0 2px var(--white);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--white);
    opacity: .95;
}

.article_headline h2>span.highlight-lime {
    display: inline;
    -webkit-box-shadow: 13px 0 0 2px var(--lime-web), -13px 0 0 2px var(--lime-web);
    -moz-box-shadow: 13px 0 0 2px var(--lime-web), -13px 0 0 2px var(--lime-web);
    box-shadow: 13px 0 0 2px var(--lime-web), -13px 0 0 2px var(--lime-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--lime-web);
}

.article_headline h2>span.highlight-sailblue {
    display: inline;
    -webkit-box-shadow: 13px 0 0 2px var(--sailblue-web), -13px 0 0 2px var(--sailblue-web);
    -moz-box-shadow: 13px 0 0 2px var(--sailblue-web), -13px 0 0 2px var(--sailblue-web);
    box-shadow: 13px 0 0 2px var(--sailblue-web), -13px 0 0 2px var(--sailblue-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--sailblue-web);
}

.article_headline h2>span.highlight-glacierblue {
    display: inline;
    -webkit-box-shadow: 13px 0 0 2px var(--glacierblue-web), -13px 0 0 2px var(--glacierblue-web);
    -moz-box-shadow: 13px 0 0 2px var(--glacierblue-web), -13px 0 0 2px var(--glacierblue-web);
    box-shadow: 13px 0 0 2px var(--glacierblue-web), -13px 0 0 2px var(--glacierblue-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--glacierblue-web);
}

.article_headline h2>span.highlight-bluemine-light {
    display: inline;
    -webkit-box-shadow: 13px 0 0 2px var(--bluemine-light-web), -13px 0 0 2px var(--bluemine-light-web);
    -moz-box-shadow: 13px 0 0 2px var(--bluemine-light-web), -13px 0 0 2px var(--bluemine-light-web);
    box-shadow: 13px 0 0 2px var(--bluemine-light-web), -13px 0 0 2px var(--bluemine-light-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--bluemine-light-web);
}

.article_headline h2>span.highlight-bluemine-dark {
    display: inline;
    -webkit-box-shadow: 13px 0 0 2px var(--bluemine-dark-web), -13px 0 0 2px var(--bluemine-dark-web);
    -moz-box-shadow: 13px 0 0 2px var(--bluemine-dark-web), -13px 0 0 2px var(--bluemine-dark-web);
    box-shadow: 13px 0 0 2px var(--bluemine-dark-web), -13px 0 0 2px var(--bluemine-dark-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--bluemine-dark-web);
}

.article_headline h2>span.highlight-navy {
    display: inline;
    -webkit-box-shadow: 13px 0 0 2px var(--navyblue-web), -13px 0 0 2px var(--navyblue-web);
    -moz-box-shadow: 13px 0 0 2px var(--navyblue-web), -13px 0 0 2px var(--navyblue-web);
    box-shadow: 13px 0 0 2px var(--navyblue-web), -13px 0 0 2px var(--navyblue-web);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--navyblue-web);
}

.article_general-info {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: auto;
    font-family: var(--font-family-sans-serif);
    font-weight: 500;
    font-size: .75rem;
    line-height: 1.25rem;
    letter-spacing: -.1px;
    margin: 1rem 0 1.4375rem;
    color: var(--bluemine-dark-web);
}

.article_general-info a {
    color: var(--glacierblue-web);
    transition: color .3s ease;
}

.article_general-info a:hover {
    text-decoration: none;
    color: var(--cyan-web);
}

.article_icon-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    width: auto;
}

.article_icon-container.highlight {
    padding: 0 15px;
}

.article_icon-container span.highlight-white {
    display: inline;
    box-shadow: 8px 0 0 7px var(--white), -8px 0 0 7px var(--white);
    background: var(--white);
    opacity: 1;
}

.article_icon-container span.highlight-lime {
    display: inline;
    box-shadow: 8px 0 0 7px var(--lime-web), -8px 0 0 7px var(--lime-web);
    background: var(--lime-web);
    opacity: 1;
}

.article_icon-container span.highlight-bluemine-light {
    display: inline;
    box-shadow: 8px 0 0 7px var(--bluemine-light-web), -8px 0 0 7px var(--bluemine-light-web);
    background: var(--bluemine-light-web);
    opacity: 1;
}

.article_icon-container span.highlight-bluemine-dark {
    display: inline;
    box-shadow: 8px 0 0 7px var(--bluemine-dark-web), -8px 0 0 7px var(--bluemine-dark-web);
    background: var(--bluemine-dark-web);
    opacity: 1;
}

.article_icon-container span.highlight-navy {
    display: inline;
    box-shadow: 8px 0 0 7px var(--navyblue-web), -8px 0 0 7px var(--navyblue-web);
    background: var(--navyblue-web);
    opacity: 1;
}

.article_icon {
    position: relative;
    display: inline-block;
    height: 3.125rem;
    width: 3.125rem;
    background-color: transparent;
    border: .09375rem solid #ebeff3;
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: 1;
    color: var(--glacierblue-web);
    text-align: center;
    transition: border-color .3s ease;
    cursor: pointer;
    z-index: 999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.article_icon.mobile {
    height: 2.8125rem;
    width: 2.8125rem;
    font-size: 1.15rem;
}

.article_icon:hover,
.article_icon.mobile:hover {
    text-decoration: none;
    color: var(--cyan-web);
    transition: color .3s ease;
}

.article_icon:active,
.article_icon.mobile:active {
    animation: gradient 100ms;
    background: var(--lime-web);
    color: var(--white);
}

.article_icon.white-bg,
.article_icon.mobile.white-bg {
    background-color: var(--white);
}

.article_icon.xlightgray-bg,
.article_icon.mobile.xlightgray-bg {
    background-color: var(--xlightgray);
}

.article_icon.lightgray-bg,
.article_icon.mobile.lightgray-bg {
    background-color: var(--lightgray);
}

.article_icon.gradient-bg,
.article_icon.mobile.gradient-bg {
    background: linear-gradient(160deg, var(--xlightgray), var(--lightgray));
}

@keyframes gradient {
    0% {
        background: radial-gradient(circle at center, rgba(196, 216, 45, 0) 0%, var(--white) 0%, var(--white) 100%);
    }

    25% {
        background: radial-gradient(circle at center, rgba(196, 216, 45, 0.3) 24%, var(--white) 25%, var(--white) 100%);
    }

    50% {
        background: radial-gradient(circle at center, rgba(196, 216, 45, 0.5) 49%, var(--white) 50%, var(--white) 100%);
    }

    75% {
        background: radial-gradient(circle at center, rgba(196, 216, 45, 0.8) 74%, var(--white) 75%, var(--white) 100%);
    }

    100% {
        color: var(--white);
        background: radial-gradient(circle at center, rgba(196, 216, 45, 1) 99%, var(--white) 100%, var(--white) 100%);
    }
}

.article_icon.lime,
.article_icon.lime.mobile {
    border: .09375rem solid rgba(196, 216, 45, .4);
    color: var(--lime-web);
    transition: border-color .3s ease;
}

.article_icon.lime:hover,
.article_icon.lime.mobile:hover {
    border-color: var(--lime-web);
    text-decoration: none;
}

.article_icon.lime:active,
.article_icon.lime.mobile:active {
    animation: gradient 25ms;
    background: var(--lime-web);
}

.article_icon.navy,
.article_icon.navy.mobile {
    border: .09375rem solid rgba(6, 29, 70, .4);
    color: var(--navyblue-web);
    transition: border-color .3s ease;
}

.article_icon.navy:hover,
.article_icon.navy.mobile:hover {
    border-color: var(--navyblue-web);
    text-decoration: none;
}

.article_icon.navy:active,
.article_icon.navy.mobile:active {
    animation: gradient 25ms;
    background: var(--lime-web);
}

.article_body-copy {
    width: auto;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75;
}

.article_body-copy p,
.article_body-copy li {
    list-style: disc;
    margin-bottom: 1.25rem;
}

.article_body-copy ol.mb-none li,
.article_body-copy ul.mb-none li {
    margin-bottom: 0;
}

.article_body-copy ol.decimal li {
    list-style-type: decimal;
}

.article_body-copy ol.lower-alpha li {
    list-style-type: lower-alpha;
}

.article_body-copy ol.upper-alpha li {
    list-style-type: upper-alpha;
}

.article_body-copy ol.lower-roman li {
    list-style-type: lower-roman;
}

.article_body-copy ol.upper-roman li {
    list-style-type: upper-roman;
}

.article_body-copy ol.none li {
    list-style-type: none;
}

.article_body-copy a {
    color: var(--cyan-web);
}

.article_body-copy a:active,
.article_body-copy a:focus,
.article_body-copy a:hover {
    color: var(--cyan-web);
}

.article_body-copy a.annotation:active,
.article_body-copy a.annotation:focus,
.article_body-copy a.annotation:hover {
    text-decoration: none;
}

.article_body-copy a.contributors {
    font-weight: 500;
    color: var(--darkgray);
    border-bottom: 2px solid var(--cyan-web);
    transition: all .3s ease;
}

.article_body-copy a.contributors:active,
.article_body-copy a.contributors:focus,
.article_body-copy a.contributors:hover {
    color: var(--cyan-web);
    text-decoration: none;
}

.article_body-copy h3 {
    font-weight: 500;
    font-size: 1.3125rem;
}

.article_body-copy .dropcap {
    font-family: var(--font-family-serif);
    font-size: 3.675rem;
    font-weight: 300;
    line-height: .9;
    letter-spacing: .075em;
    text-transform: uppercase;
    float: left;
    color: var(--bluemine-dark-web);
    margin: 2.5px 2.5px 0 0;
    padding: 0;
}

.article_body-copy blockquote>p {
    font-size: 1rem;
    line-height: 1.875rem;
    color: var(--bluemine-dark-web);
    margin: 3.125rem 0;
    margin-left: 15%;
    border-left: 1px solid var(--lightgray);
    padding-left: 2.5rem;
}

.article_body-copy .pullquote {
    position: relative;
    font-family: var(--font-family-serif);
    font-style: italic;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.35;
    color: var(--bluemine-dark-web);
    border: none;
    background: 0 0;
    margin: 1em 0;
    padding: 0;
}

.article_body-copy .pullquote:before {
    display: block;
    position: absolute;
    content: "\201C";
    font-family: var(--font-family-serif);
    font-style: normal;
    font-size: 9.375rem;
    font-weight: 300;
    left: -30px;
    top: -50px;
    color: var(--sailblue-web);
    opacity: 1;
    z-index: -10;
}

.article_body-copy .pullquote footer {
    font-family: var(--font-family-sans-serif);
    font-style: normal;
    font-size: 1.375rem;
    font-weight: 400;
    text-align: right;
}

.article_body-copy .text-breaker {
    font-weight: 500;
    line-height: 1.25;
    margin: 2.5rem 0;
    padding: 1.25rem;
    background-color: var(--xlightgray);
    border-top: 2px solid var(--lightgray);
    border-bottom: 2px solid var(--lightgray);
}

.article_body-copy .text-breaker a {
    color: var(--bluemine-light-web);
    text-decoration: none;
    transition: color .3s ease;
}

.article_body-copy .text-breaker a:hover {
    color: var(--cyan-web);
    text-decoration: none;
}

.article_body-copy .axis-label {
    font-family: var(--font-family-sans-serif-alt);
    font-size: 1.25rem;
}

.article_body-copy .note {
    font-family: var(--font-family-sans-serif-alt);
    color: rgba(38, 74, 89, .75);
}

.article_body-copy .note span {
    text-transform: uppercase;
    font-weight: 700;
}

.article_body-copy .annotation_highlight {
    font-weight: 400;
    font-size: .6875rem;
    line-height: .6875rem;
    color: var(--cyan-web);
    vertical-align: super;
}

.article_body-copy .annotation_highlight:before {
    content: '[';
}

.article_body-copy .annotation_highlight:after {
    content: ']';
}

.article_body-copy .card {
    background: none;
    border: none;
    border-bottom: 1px solid var(--lightgray);
}

.article_body-copy .card:last-of-type {
    border-bottom: none;
}

.article_body-copy .card .card-header {
    background: none;
    border: none;
    padding: 1rem 0;
}

.article_body-copy .card .card-header a {
    text-decoration: none;
}

.article_body-copy .card-header .btn {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    color: var(--bluemine-light-web);
    padding: 0;
}

.article_body-copy .card-header .btn span {
    font-family: var(--font-family-sans-serif-alt);
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    white-space: nowrap;
}

.article_body-copy .card-header .btn div.methodology-score {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    max-width: 120px;
    font-family: var(--font-family-sans-serif-alt);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25;
    letter-spacing: .05rem;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: var(--navyblue-web);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(243, 245, 248, .5);
    /* XLight Gray #f3f5f8, rgb(243,245,248) @50% opacity */
    border: .09375rem solid rgba(6, 29, 70, .4);
    border-radius: .125rem;
    padding: .65rem .75rem;
    background-position: center;
    transition: all .3s ease;
}

.article_body-copy .card-header .btn div.methodology-score.small {
    min-width: 70px;
    max-width: 70px;
    font-size: .875rem;
    line-height: 1.25;
    letter-spacing: .05rem;
    padding: .5rem;
}

.article_body-copy .card-header i {
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--cyan-web);
    transition: all .3s ease;
}

.article_body-copy .card-header .btn:hover {
    color: var(--cyan-web);
    text-decoration: none;
}

.article_body-copy .btn div.methodology-score:active,
.article_body-copy .btn div.methodology-score:hover,
a.article_body-copy .btn div.methodology-score:active,
a.article_body-copy .btn div.methodology-score:hover {
    color: var(--navyblue-web);
    background-color: var(--xlightgray);
    border: .09375rem solid var(--navyblue-web);
    text-decoration: none;
}

.article_body-copy .btn div.methodology-score:focus {
    color: var(--navyblue-web);
    background-color: var(--white);
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    outline: none;
}

.article_body-copy .card-body {
    color: var(--black);
    max-height: 460px;
    overflow: scroll;
    padding: 0 3.3rem;
}

.article_body-copy .card-body p:last-child {
    margin-bottom: 0;
}

.article_body-copy .highlight .btn div.methodology-score {
    color: var(--navyblue-web);
    background-color: var(--lime-web);
    border: .09375rem solid var(--navyblue-web);
    text-decoration: none;
}

.article_body-copy .highlight i {
    transform: rotate(180deg);
    color: var(--lime-web);
}

.article_body-copy .card-header div.download {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 150px;
    font-family: var(--font-family-sans-serif-alt);
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: var(--white);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--bluemine-light-web);
    border: .09375rem solid var(--white);
    border-radius: 0.125rem;
    padding: 0.375rem 0.75rem;
    background-position: center;
    transition: all .3s ease;
}

.article_body-copy .card-header div.download.round {
    height: 2.8125rem;
    width: 2.8125rem;
    letter-spacing: 0;
    border-radius: 50%;
}

.article_body-copy .card-header div.download:hover,
.article_body-copy .card-header div.download:active,
a.article_body-copy .card-header div.download:hover,
a.article_body-copy .card-header div.download:active {
    color: var(--white);
    background-color: var(--cyan-web);
    text-decoration: none;
}

.article_body-copy .card-header div.download:focus {
    color: var(--white);
    border-color: var(--cyan-web);
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    outline: none;
}

.article_body-copy .card-header .download i {
    font-size: 1.5rem;
    line-height: 0;
    color: var(--white);
    transition: all .3s ease;
}

.article_body-copy .card-header .download.round i {
    font-size: 1.75rem;
}

.article_body-copy .highlight .download i {
    transform: none;
    color: var(--lime-web);
}

.article_body-copy .model-legislation p.indent {
    padding-left: 2.5rem;
}

.article_body-copy .model-legislation ol {
    margin-bottom: 1.25rem;
    padding-inline-start: 0;
}

.article_body-copy .model-legislation ol.level-one {
    padding-left: 1.375rem;
}

.article_body-copy .model-legislation ol.level-two {
    padding-left: 3.75rem;
}

.article_body-copy .model-legislation ol.level-three {
    padding-left: 6.125rem;
}

.article_body-copy .model-legislation ol.decimal li {
    list-style-type: decimal;
}

.article_body-copy .model-legislation ol.lower-alpha li {
    list-style-type: lower-alpha;
}

.article_body-copy .model-legislation ol.upper-alpha li {
    list-style-type: upper-alpha;
}

.article_body-copy .model-legislation ol.lower-roman li {
    list-style-type: lower-roman;
}

.article_body-copy .model-legislation ol.upper-roman li {
    list-style-type: upper-roman;
}

.article_body-copy .model-legislation ol.none li {
    list-style-type: none;
}

/* FOOTER */

.global-footer {
    font-family: var(--font-family-sans-serif);
    font-size: 1.4375rem;
    color: var(--white);
    background-color: #2a2f36;
}

.global-footer .secondary-navigation {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 2rem;
}

.global-footer .subscribe-title {
    font-family: var(--font-family-serif);
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 2rem;
    color: var(--lime-web);
}

.global-footer .subscribe-button {
    font-family: var(--font-family-sans-serif);
    font-size: .875rem;
    font-weight: 400;
    color: var(--white);
    background-color: var(--bluemine-light-web);
    height: 3.125rem;
    border-radius: 0;
    border-style: none;
    transition: background-color .3s ease;
}

.global-footer #Email,
.global-footer .subscribe-email-input {
    font-family: var(--font-family-sans-serif);
    font-size: .875rem;
    font-weight: 400;
    line-height: 50px;
    color: var(--white);
    background-color: transparent;
    height: 50px;
    border-radius: 0;
    border-style: none;
    border-bottom: .125rem Solid var(--bluemine-light-web);
    transition: border-color .3s ease;
}

.subscribe-email-input::placeholder {
    color: var(--lightgray);
}

.global-footer .subscribe-button:hover {
    background-color: #2e647b;
}

.global-footer .privacy-copyright {
    font-size: .6875rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding-right: .75rem;
}

.global-footer .privacy-copyright .copyright-text {
    font-weight: 100;
    color: var(--lightgray);
}

* .secondary-navigation a,
.privacy-copyright a,
a.global-footer:before,
a.secondary-navigation:before,
a.privacy-copyright:before,
a.social-circle:before,
a.heritage-icon-social_twitter:before,
a.heritage-icon-social_facebook:before,
a.twitter-x-icon-social_twitter-x:before,
a.social-circle:focus,
a.heritage-icon-social_twitter:focus,
a.heritage-icon-social_facebook:focus,
a.twitter-x-icon-social_twitter-x:focus,
a.social-circle:hover,
a.heritage-icon-social_twitter:hover,
a.heritage-icon-social_facebook:hover,
a.twitter-x-icon-social_twitter-x:hover {
    color: var(--white);
    text-decoration: none;
}

.secondary-navigation a:focus,
.secondary-navigation a:hover,
.privacy-copyright a:focus,
.privacy-copyright a:hover {
    color: var(--lime-web);
    text-decoration: none;
    transition: color .3s ease;
}

.global-footer .social-circle {
    font-size: 1.25rem;
    line-height: 3rem;
    text-align: center;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: .09375rem solid rgba(229, 231, 232, .4);
    border-radius: 50%;
    text-decoration: none;
    transition: border-color .3s ease-in-out;
}

.global-footer .social-circle:focus,
.global-footer .social-circle:hover {
    border-color: var(--white);
    text-decoration: none;
    transition: color .3s ease-in-out;
}

.global-footer .heritage-bell {
    font-size: 1.875rem;
    line-height: 3.25rem;
    color: var(--white);
}

/* COLLECTION PAGE STYLES */

.main-nav.collection {
    background-color: rgba(37, 42, 47, .95);
}

.logo-cell.collection {
    background-color: rgba(37, 42, 47, 1);
}

.trigger-drawer.collection {
    background-color: rgba(37, 42, 47, 1);
    transition: color .3s ease;
}

.trigger-drawer.collection:hover {
    color: var(--lime-web);
}

.article_general-info.collection a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s ease;
}

.article_general-info.collection a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
}

.article_icon.collection,
.article_icon.collection.mobile {
    border: .09375rem solid rgba(229, 231, 232, .4);
    color: var(--white);
    transition: border-color .3s ease;
}

.article_icon.collection:hover,
.article_icon.collection.mobile:hover {
    border-color: var(--white);
    text-decoration: none;
}

.article_icon.collection:active,
.article_icon.collection.mobile:active {
    animation: gradient 25ms;
    background: var(--lime-web);
}

.collection-wrapper {}

.collection-headline {}

.column-heading {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    vertical-align: baseline;
}

.column-heading h3 {
    font-family: var(--font-family-sans-serif);
    font-weight: 700;
    font-size: .75rem;
    line-height: 1;
    letter-spacing: 1px;
    color: rgba(38, 74, 89, .75);
    text-transform: uppercase;
    margin: 0;
}

.collection-card-wrapper {
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    vertical-align: baseline;
    align-items: center;
}

.collection-card-image {}

.collection-card-image img {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.collection-card-image a {
    text-decoration: none;
    color: var(--white);
}

.collection-card-image-hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.collection-card-image-hover .collection-card-image-hover-overlay {
    position: absolute;
    opacity: 0;
    /*RESET TO 0*/
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.collection-card-image-hover:hover .collection-card-image-hover-overlay,
.collection-card-image-hover.active .collection-card-image-hover-overlay {
    opacity: 1;
}

.collection-card-image-hover .collection-card-image-hover-label-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.collection-card-image-hover-label {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .2);
}

.collection-card-image-hover-label i,
.collection-card-image-hover-label p {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 1.5rem;
    margin: 0;
}

.collection-card-image-hover-label i {
    font-size: 1.5rem;
    background-color: var(--lime-web);
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    padding: 0 5px;
}

.collection-card-image-hover-label p {
    font-family: var(--font-family-sans-serif);
    font-weight: 500;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    background-color: rgba(38, 74, 89, 1);
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 0 2px 2px 0;
    padding: 0 10px;
}

.collection-card-description {
    text-align: left;
}

.collection-card-description h3 {
    font-family: var(--font-family-serif);
    font-weight: 600;
}

.collection-card-description_highlight {}

.collection-card-description p {
    font-family: var(--font-family-sans-serif-alt);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.collection-card-description a {
    color: var(--navyblue-web);
    text-decoration: none;
    background-size: 0 3px;
    background-image: linear-gradient(90deg, var(--lime-web) 0, var(--lime-web) 50%, var(--lime-web));
    background-repeat: no-repeat;
    transition: background-size .2s ease-in-out;
    background-position: 50% calc(100% - 1px);
}

.collection-card-description a:hover {
    background-size: 100% 3px;
    text-shadow: -1px -1px 0 var(--white),
        1px -1px 0 var(--white),
        -1px 1px 0 var(--white),
        1px 1px 0 var(--white);
}

/* SOURCE */

.dataviz-source {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--font-family-sans-serif-alt);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25;
    color: rgba(38, 74, 89, .75);
    background-color: transparent;
}

.dataviz-source p {
    margin-bottom: .5rem;
}

.dataviz-source span {
    text-transform: uppercase;
    font-weight: 700;
}

.dataviz-source a {
    color: var(--cyan-web);
}

.dataviz-source a:focus,
.dataviz-source a:hover {
    color: var(--cyan-web);
}

.dataviz-source a.annotation {
    text-decoration: none;
    color: rgba(38, 74, 89, .75);
}

.dataviz-source a.annotation:hover {
    text-decoration: none;
    color: var(--cyan-web);
}

/* BUTTONS */

.THF_button {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    font-family: var(--font-family-sans-serif-alt);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25;
    letter-spacing: .05rem;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: var(--white);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--bluemine-light-web);
    border: .09375rem solid var(--white);
    border-radius: 0.125rem;
    padding: 0.65rem 0.75rem;
    background-position: center;
    transition: all .3s ease;
}

.THF_button:hover,
.THF_button:active,
a.THF_button:hover,
a.THF_button:active {
    color: var(--white);
    background-color: var(--cyan-web);
    text-decoration: none;
}

.THF_button:focus {
    color: var(--white);
    border-color: var(--cyan-web);
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    outline: none;
}

.THF_button.outline {
    font-weight: 500;
    color: var(--navyblue-web);
    background-color: var(--white);
    border: .09375rem solid rgba(6, 29, 70, .4);
    transition: all .3s ease;
}

.THF_button.outline:hover,
.THF_button.outline:active,
a.THF_button.outline:hover,
a.THF_button.outline:active {
    color: var(--navyblue-web);
    background-color: var(--white);
    border: .09375rem solid var(--navyblue-web);
    text-decoration: none;
}

.THF_button.outline:focus {
    color: var(--navyblue-web);
    background-color: var(--white);
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    box-shadow: 0px 0px 3px 1px rgba(0, 147, 208, .7);
    outline: none;
}

.THF_button.outline.xlightgray-bg {
    background-color: rgba(243, 245, 248, .5);
    /* XLight Gray #f3f5f8, rgb(243,245,248) @50% opacity */
}

.THF_button.outline.xlightgray-bg:hover,
.THF_button.outline.xlightgray-bg:active,
a.THF_button.outline.xlightgray-bg:hover,
a.THF_button.outline.xlightgray-bg:active {
    background-color: var(--xlightgray);
}

/* CHECKBOXES */

#checkboxOptions {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.heritage-icon-copy_clipboard {
    color: var(--white);
}

.heritage-checkbox * {
    box-sizing: border-box;
}

.heritage-checkbox input:not([type=checkbox]):not([type=radio]) {
    display: none;
}

.heritage-checkbox {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
}

.heritage-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.heritage-checkbox .state label {
    position: initial;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .05rem;
    text-transform: uppercase;
    vertical-align: baseline;
    margin: 0;
    text-indent: 1.75em;
    min-width: calc(1em + 2px);
    color: var(--black);
}

.heritage-checkbox .state label:after,
.heritage-checkbox .state label:before {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: .109375rem solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent;
}

.heritage-checkbox .state label:before {
    border-color: rgba(38, 74, 89, .4);
}

.heritage-checkbox .incidents label {
    position: initial;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .05rem;
    text-transform: uppercase;
    vertical-align: baseline;
    margin: 0;
    min-width: calc(1em + 2px);
    color: var(--black);
}

.heritage-checkbox .state.thf-is-hover,
.heritage-checkbox .state.thf-is-indeterminate {
    display: none;
}

.heritage-checkbox.thf-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    background-color: var(--lime-web);
    opacity: 0;
}

.heritage-checkbox.thf-icon .state .icon:before {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .7rem;
    line-height: 1;
}

.heritage-checkbox.thf-icon input:checked~.state .icon {
    opacity: 1;
}

.heritage-checkbox.thf-icon input:checked~.state label:before {
    border-color: rgba(38, 74, 89, .4);
}

.heritage-checkbox.thf-plain.thf-plain .icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.heritage-checkbox.thf-round .state label:after,
.heritage-checkbox.thf-round .state label:before {
    border-radius: 100%;
}

.heritage-checkbox.thf-round.thf-icon .state .icon {
    border-radius: 100%;
    overflow: hidden;
}

.heritage-checkbox.thf-round.thf-icon .state .icon:before {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}

.heritage-checkbox.thf-smooth .icon,
.heritage-checkbox.thf-smooth label:after,
.heritage-checkbox.thf-smooth label:before {
    transition: all .5s ease;
}

.heritage-checkbox.thf-smooth input:checked+.state label:after {
    transition: all .3s ease;
}

.heritage-checkbox.thf-smooth input:checked+.state .icon {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease;
}

.heritage-checkbox.thf-smooth.thf-default input:checked+.state label:after {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease;
}

.heritage-checkbox.thf-smooth.thf-plain input:checked+.state label:before {
    content: '';
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .5s ease;
}

/* SELECT BOX */

/* id applies to select element itself, not a wrapper element */
#countryPageSelect,
#chartScoresOverTimeDropdown,
#worldRankComparisonDropdown,
#regionRankComparisonDropdown,
#countrySelectCompare,
#categorySelect,
#scoreCategorySelect {
    display: block;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    font-size: 1rem;
    color: var(--black);
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: auto;
    max-width: 100%;
    /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: .0625rem solid rgba(0, 0, 0, .25);
    border-radius: .125em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    user-select: none;
    background-color: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.5) 47%, rgba(237, 237, 237, 0.5) 100%);
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference */
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23c4d82d%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.5) 47%, rgba(237, 237, 237, 0.5) 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical), then gradient position */
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
    transition: all .3s ease-in-out;
}

#countryPageSelect,
#worldRankComparisonDropdown,
#regionRankComparisonDropdown,
#countrySelectCompare {
    width: 100%;
}

#countryPageSelect,
#chartScoresOverTimeDropdown,
#worldRankComparisonDropdown,
#regionRankComparisonDropdown,
#countrySelectCompare,
#categorySelect,
#scoreCategorySelect {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Hide arrow icon in IE browsers */
#countryPageSelect::-ms-expand,
#chartScoresOverTimeDropdown::-ms-expand,
#worldRankComparisonDropdown::-ms-expand,
#regionRankComparisonDropdown::-ms-expand,
#countrySelectCompare::-ms-expand,
#categorySelect::-ms-expand,
#scoreCategorySelect::-ms-expand {
    display: none;
}

/* Hover style */
#countryPageSelect:hover,
#chartScoresOverTimeDropdown:hover,
#worldRankComparisonDropdown:hover,
#regionRankComparisonDropdown:hover,
#countrySelectCompare:hover,
#categorySelect:hover,
#scoreCategorySelect:hover {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23111d22%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

/* Focus style */
#countryPageSelect:focus,
#chartScoresOverTimeDropdown:focus,
#worldRankComparisonDropdown:focus,
#regionRankComparisonDropdown:focus,
#countrySelectCompare:focus,
#categorySelect:focus,
#scoreCategorySelect:focus {
    border-color: rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(196, 216, 45, .7);
    -moz-box-shadow: 0px 0px 3px 1px rgba(196, 216, 45, .7);
    box-shadow: 0px 0px 3px 1px rgba(196, 216, 45, .7);
    outline: none;
}

/* Set options to normal weight */
#countryPageSelect option,
#chartScoresOverTimeDropdown option,
#worldRankComparisonDropdown option,
#regionRankComparisonDropdown option,
#countrySelectCompare option,
#categorySelect option,
#scoreCategorySelect option {
    font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] #countryPageSelect,
:root:lang(ar) #countryPageSelect,
:root:lang(iw) #countryPageSelect,
*[dir="rtl"] #chartScoresOverTimeDropdown,
:root:lang(ar) #chartScoresOverTimeDropdown,
:root:lang(iw) #chartScoresOverTimeDropdown,
*[dir="rtl"] #worldRankComparisonDropdown,
:root:lang(ar) #worldRankComparisonDropdown,
:root:lang(iw) #worldRankComparisonDropdown,
*[dir="rtl"] #regionRankComparisonDropdown,
:root:lang(ar) #regionRankComparisonDropdown,
:root:lang(iw) #regionRankComparisonDropdown,
*[dir="rtl"] #countrySelectCompare,
:root:lang(ar) #countrySelectCompare,
:root:lang(iw) #countrySelectCompare,
*[dir="rtl"] #categorySelect,
:root:lang(ar) #categorySelect,
:root:lang(iw) #categorySelect,
*[dir="rtl"] #scoreCategorySelect,
:root:lang(ar) #scoreCategorySelect,
:root:lang(iw) #scoreCategorySelect {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
#countryPageSelect:disabled,
#countryPageSelect[aria-disabled=true],
#chartScoresOverTimeDropdown:disabled,
#chartScoresOverTimeDropdown[aria-disabled=true],
#worldRankComparisonDropdown:disabled,
#worldRankComparisonDropdown[aria-disabled=true],
#regionRankComparisonDropdown:disabled,
#regionRankComparisonDropdown[aria-disabled=true],
#countrySelectCompare:disabled,
#countrySelectCompare[aria-disabled=true],
#categorySelect:disabled,
#categorySelect[aria-disabled=true],
#scoreCategorySelect:disabled,
#scoreCategorySelect[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, rgba(38, 74, 89, .1) 0%, rgba(38, 74, 89, .1) 100%);
}

#countryPageSelect:disabled:hover,
#countryPageSelect[aria-disabled=true],
#chartScoresOverTimeDropdown:disabled:hover,
#chartScoresOverTimeDropdown[aria-disabled=true],
#worldRankComparisonDropdown:disabled:hover,
#worldRankComparisonDropdown[aria-disabled=true],
#regionRankComparisonDropdown:disabled:hover,
#regionRankComparisonDropdown[aria-disabled=true],
#countrySelectCompare:disabled:hover,
#countrySelectCompare[aria-disabled=true],
#categorySelect:disabled:hover,
#categorySelect[aria-disabled=true],
#scoreCategorySelect:disabled:hover,
#scoreCategorySelect[aria-disabled=true] {
    border-color: #aaa;
}

.selectLabel {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: .5rem;
}

/* FORM */

.formInput {
    display: block;
    width: 100%;
    max-width: 100%;
    /* useful when width is set to anything other than 100% */
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    line-height: 1.25;
    color: var(--black);
    background-color: var(--white);
    background-clip: padding-box;
    border: .0625rem solid rgba(0, 0, 0, .25);
    border-radius: .125em;
    padding: .375rem .75rem;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.5) 47%, rgba(237, 237, 237, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.5) 47%, rgba(237, 237, 237, 0.5) 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 100%;
    transition: all .3s ease-in-out;
}

.formInput:hover {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.formInput:focus {
    border-color: rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(196, 216, 45, .7);
    -moz-box-shadow: 0px 0px 3px 1px rgba(196, 216, 45, .7);
    box-shadow: 0px 0px 3px 1px rgba(196, 216, 45, .7);
    outline: none;
}

.formButton {
    width: auto;
    font-family: var(--font-family-sans-serif-alt);
    font-weight: 400;
    font-size: .625rem;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    color: var(--black);
    background-color: rgba(38, 74, 89, .1);
    border: .09375rem solid rgba(0, 147, 208, .25);
    border-radius: .125rem;
    padding: .535rem 0.75rem;
    background-position: center;
    transition: background 0.8s;
}

.formButton:hover,
.formButton button:hover {
    background: rgba(38, 74, 89, .075) radial-gradient(circle, transparent 1%, rgba(38, 74, 89, .075) 1%) center/15000%;
}

.formButton:active,
.formButton button:active {
    color: rgba(17, 29, 34, .8);
    background-color: var(--lime-web);
    background-size: 100%;
    transition: background 0s;
}

/* RANGE SLIDERS */

input[type=range] {
    height: unset;
    -webkit-appearance: none;
    width: 100%;
    background-color: transparent;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000;
    background: var(--lightgray);
    border-radius: 5px;
    border: .0625rem solid rgba(0, 0, 0, .25);
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px var(--black);
    border: .0625rem solid var(--cyan-web);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: rgba(237, 237, 237, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.5px;
}

input[type=range]::-webkit-slider-thumb:hover {
    background: var(--white);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .15);
    transition: all .1s ease-in-out;
}

input[type=range]::-webkit-slider-thumb:active {
    background: var(--lime-web);
    border-color: rgba(0, 0, 0, .25);
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: var(--lightgray);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000;
    background: var(--lightgray);
    border-radius: 5px;
    border: .0625rem solid rgba(0, 0, 0, .25);
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px var(--black);
    border: .0625rem solid var(--cyan-web);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: rgba(237, 237, 237, 1);
    cursor: pointer;
}

input[type=range]::-moz-range-thumb:hover {
    background: var(--white);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .15);
    transition: all .1s ease-in-out;
}

input[type=range]::-moz-range-thumb:active {
    background: var(--lime-web);
    border-color: rgba(0, 0, 0, .25);
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: var(--lightgray);
    border: .0625rem solid rgba(0, 0, 0, .25);
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000;
}

input[type=range]::-ms-fill-upper {
    background: var(--lightgray);
    border: .0625rem solid rgba(0, 0, 0, .25);
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000;
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px var(--black);
    border: 1px solid var(--cyan-web);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: rgba(237, 237, 237, 1);
    cursor: pointer;
}

input[type=range]::-ms-thumb:hover {
    background: var(--white);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .15);
    transition: all .1s ease-in-out;
}

input[type=range]::-ms-thumb:active {
    background: var(--lime-web);
    border-color: rgba(0, 0, 0, .25);
}

input[type=range]:focus::-ms-fill-lower {
    background: var(--lightgray);
}

input[type=range]:focus::-ms-fill-upper {
    background: var(--lightgray);
}

/* TABLE STYLES THF */

.THFtable {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-sans-serif);
    text-align: center;
}

.THFtable-cell {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    min-height: 3.5rem;
    padding: 0.75em .75em;
    overflow: hidden;
    list-style: none;
}

.THFtable-cell.source {
    display: block;
    margin: 0;
    padding: 0;
    font-family: var(--font-family-sans-serif-alt);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25;
    color: rgba(38, 74, 89, .75);
    background-color: transparent;
}

.THFtable-cell.source p {
    margin-bottom: .5rem;
}

.THFtable-cell.source span {
    text-transform: uppercase;
    font-weight: 700;
}

.THFtable-cell.source a {
    color: var(--cyan-web);
}

.THFtable-cell.source a:focus,
.THFtable-cell.source a:hover {
    color: var(--cyan-web);
}

/* TABLE COLUMN SIZING */

.THFtable-1col>.THFtable-cell {
    width: 100%;
}

.THFtable-2cols>.THFtable-cell {
    width: 50%;
}

.THFtable-3cols>.THFtable-cell {
    width: 33.33%;
}

.THFtable-4cols>.THFtable-cell {
    width: 25%;
}

.THFtable-5cols>.THFtable-cell {
    width: 20%;
}

.THFtable-6cols>.THFtable-cell {
    width: 16.6%;
}

.THFtable-7cols>.THFtable-cell {
    width: 14.29%;
}

.THFtable-8cols>.THFtable-cell {
    width: 12.5%;
}

/* TABLE ORDER */

.THFtable-cell.order-0 {
    order: 0;
}

.THFtable-cell.order-1 {
    order: 1;
}

.THFtable-cell.order-2 {
    order: 2;
}

.THFtable-cell.order-3 {
    order: 3;
}

/* INDEX OF ECONOMIC FREEDOM */

:root {
    --ef-white: #fff;
    --ef-black: #111d22;

    --ef-free: #44a13f;
    --ef-mostly-free: #A6ce39;
    --ef-moderately-free: #ffd408;
    --ef-mostly-unfree: #f58229;
    --ef-repressed: #ce231e;
    --ef-na: #58595b;

    --ef-dv-higher: #0093d0;
    --ef-dv-lower: #ed1651;

    --ef-background-gray-vlight: #fcfcfc;
    --ef-background-gray-light: #f3f3f3;
    --ef-background-gray-medium-light: #e2e2e2;
    --ef-background-gray-medium: #c8c8c8;
    --ef-background-gray-dark: #9a9a9a;
}

/* CONTAINERS */

body.flex-bodyContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-content.flex-pageContent {
    flex: 1 0 auto;
}

footer.flex-footer {
    flex-shrink: 0;
}

.index-text-section {
    padding: 140px 0;
}

.fixed-height-large,
.fixed-height-medium,
.fixed-height-small {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed-height-large {
    min-height: 800px;
}

.fixed-height-medium {
    min-height: 700px;
}

.fixed-height-small {
    min-height: 600px;
}

/* NAVS */

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .75);
    border-color: rgba(255, 255, 255, .1);
}

#index-pageSecondaryNavbar.navbar,
#index-pageScrollspyNavbar.navbar {
    position: fixed;
    top: 4.375rem;
    width: 100%;
    background-color: var(--bluemine-light-web);
    z-index: 1000;
    transition: all .3s ease;
}

#index-pageSecondaryNavbar.navbar {
    padding: .96875rem 1rem;
}

#index-pageScrollspyNavbar.navbar {
    padding: 1.1875rem 1rem;
}

#index-pageSecondaryNavbar.navbar:hover,
#index-pageScrollspyNavbar.navbar:hover {
    background-color: var(--bluemine-dark-web);
}

#index-pageProgressBarWrapper {
    position: fixed;
    top: 4.375rem;
    left: 0;
    width: 100%;
    height: .25rem;
    background-color: transparent;
    z-index: 1001;
}

#index-pageProgressBar {
    height: 100%;
    background-color: var(--lime-web);
    width: 0;
}

@media (max-width: 767px) {

    #index-pageSecondaryNavbar.navbar,
    #index-pageScrollspyNavbar.navbar {
        top: 3.125rem;
    }

    #index-pageSecondaryNavbar.navbar {
        padding: 1rem;
    }

    #index-pageScrollspyNavbar.navbar {
        padding: .5625rem 1rem;
    }

    #index-pageProgressBarWrapper {
        top: 3.125rem;
        height: .1875rem;
    }

}

@media (max-width: 576px) {

    #index-pageScrollspyNavbar.navbar {
        padding: 1rem 1rem;
    }

}

/* COLORS */

.index-scoreColor-free {
    color: var(--ef-free);
}

.index-scoreColor-mostlyFree {
    color: var(--ef-mostly-free);
}

.index-scoreColor-moderatelyFree {
    color: var(--ef-moderately-free);
}

.index-scoreColor-mostlyUnfree {
    color: var(--ef-mostly-unfree);
}

.index-scoreColor-repressed {
    color: var(--ef-repressed);
}

.index-scoreColor-na {
    color: var(--ef-na);
}

.index-pageColor-white {
    color: var(--ef-white);
}

.index-pageColor-black {
    color: var(--ef-black);
}

.index-pageColor-xlightgray {
    color: var(--xlightgray);
}

.index-pageColor-lightgray {
    color: var(--lightgray);
}

.index-pageColor-mediumgray {
    color: var(--mediumgray);
}

.index-pageColor-darkgray {
    color: var(--darkgray);
}

.index-pageColor-red-web {
    color: var(--red-web);
}

.index-pageColor-navyblue-web {
    color: var(--navyblue-web);
}

.index-pageColor-bluemine-light-web {
    color: var(--bluemine-light-web);
}

.index-pageColor-bluemine-dark-web {
    color: var(--bluemine-dark-web);
}

.index-pageColor-glacierblue-web {
    color: var(--glacierblue-web);
}

.index-pageColor-sailblue-web {
    color: var(--sailblue-web);
}

.index-pageColor-cyan-web {
    color: var(--cyan-web);
}

.index-pageColor-lime-web {
    color: var(--lime-web);
}

.index-pageColor-indicator {
    color: var(--indicator);
}

.index-pageColor-background-gray-vlight {
    color: var(--ef-background-gray-vlight);
}

.index-pageColor-background-gray-light {
    color: var(--ef-background-gray-light);
}

.index-pageColor-background-gray-medium-light {
    color: var(--ef-background-gray-medium-light);
}

.index-pageColor-background-gray-medium {
    color: var(--ef-background-gray-medium);
}

.index-pageColor-background-gray-dark {
    color: var(--ef-background-gray-dark);
}

/* BG COLORS */

.index-pageBGColor-xlightgray {
    background-color: var(--xlightgray);
}

.index-pageBGColor-lightgray {
    background-color: var(--lightgray);
}

.index-pageBGColor-mediumgray {
    background-color: var(--mediumgray);
}

.index-pageBGColor-darkgray {
    background-color: var(--darkgray);
}

.index-pageBGColor-red-web {
    background-color: var(--red-web);
}

.index-pageBGColor-navyblue-web {
    background-color: var(--navyblue-web);
}

.index-pageBGColor-bluemine-light-web {
    background-color: var(--bluemine-light-web);
}

.index-pageBGColor-bluemine-dark-web {
    background-color: var(--bluemine-dark-web);
}

.index-pageBGColor-glacierblue-web {
    background-color: var(--glacierblue-web);
}

.index-pageBGColor-sailblue-web {
    background-color: var(--sailblue-web);
}

.index-pageBGColor-cyan-web {
    background-color: var(--cyan-web);
}

.index-pageBGColor-lime-web {
    background-color: var(--lime-web);
}

.index-pageBGColor-indicator {
    background-color: var(--indicator);
}

.index-pageBGColor-background-gray-vlight {
    background-color: var(--ef-background-gray-vlight);
}

.index-pageBGColor-background-gray-light {
    background-color: var(--ef-background-gray-light);
}

.index-pageBGColor-background-gray-medium-light {
    background-color: var(--ef-background-gray-medium-light);
}

.index-pageBGColor-background-gray-medium {
    background-color: var(--ef-background-gray-medium);
}

.index-pageBGColor-background-gray-dark {
    background-color: var(--ef-background-gray-dark);
}

/* HERO BG STYLES */

.bg-cover {
    width: 100%;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg-cover.bg-fixed {
    background-attachment: fixed;
}

.bg-cover.cover_01 {
    background-image: url("https://www.heritage.org/index/assets/media/backgrounds/ief-hero-GettyImages-998957182.jpg");
}

.bg-cover.cover_02 {
    background-image: url("https://www.heritage.org/index/assets/media/backgrounds/ief-heatMapBG.jpg");
}

.bg-cover.bg-color-blend {
    background-color: var(--bluemine-light-web);
    background-blend-mode: overlay;
}

.bg-cover.bg-overlay-filter::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-cover.bg-overlay-filter.filter-radius_1::before {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

.bg-cover.bg-overlay-filter.filter-radius_2::before {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.bg-cover.bg-overlay-filter.filter-radius_3::before {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.bg-cover.bg-overlay-filter.filter-radius_4::before {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.bg-cover.bg-overlay-filter.filter-radius_5::before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.bg-icon-cover {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background: linear-gradient(160deg, var(--white), var(--lightgray));
    margin-bottom: 4.125rem;
    padding: 6rem 0 0;
}

.bg-icon-container {
    position: absolute;
    overflow: hidden;
    bottom: 5px;
    right: 10px;
}

.bg-icon {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 420px;
    height: 335px;
}

.bg-icon-container.small {
    bottom: 5px;
    right: 10px;
}

.bg-icon.small {
    width: 300px;
    height: 240px;
}

.bg-icon.template {
    background-image: url();
}

.bg-overlay-color,
.bg-overlay-color:after,
.bg-overlay-texture,
.bg-overlay-texture:after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.bg-overlay-color.overlay-color-navyblue-web {
    background-color: var(--navyblue-web);
}

.bg-overlay-color.overlay-color-glacierblue-web {
    background-color: var(--glacierblue-web);
}

.bg-overlay-color.overlay-color-sailblue-web {
    background-color: var(--sailblue-web);
}

.bg-overlay-color.overlay-color-bluemine-light {
    background-color: var(--bluemine-light-web);
}

.bg-overlay-color.overlay-color-bluemine-dark {
    background-color: var(--bluemine-dark-web);
}

.bg-overlay-color.overlay-color-lime-web {
    background-color: var(--lime-web);
}

.bg-overlay-texture.noise-texture_01 {
    background-image: url("https://www.heritage.org/index/assets/media/backgrounds/noisy-texture-01.png");
}

.bg-overlay-texture.noise-texture_02 {
    background-image: url("https://www.heritage.org/index/assets/media/backgrounds/noisy-texture-02.png");
}

.bg-overlay-color.color-opacity_0,
.bg-overlay-texture.texture-opacity_0 {
    opacity: 0;
}

.bg-overlay-color.color-opacity_1,
.bg-overlay-texture.texture-opacity_1 {
    opacity: .1;
}

.bg-overlay-color.color-opacity_2,
.bg-overlay-texture.texture-opacity_2 {
    opacity: .2;
}

.bg-overlay-color.color-opacity_3,
.bg-overlay-texture.texture-opacity_3 {
    opacity: .3;
}

.bg-overlay-color.color-opacity_4,
.bg-overlay-texture.texture-opacity_4 {
    opacity: .4;
}

.bg-overlay-color.color-opacity_5,
.bg-overlay-texture.texture-opacity_5 {
    opacity: .5;
}

.bg-overlay-color.color-opacity_6,
.bg-overlay-texture.texture-opacity_6 {
    opacity: .6;
}

.bg-overlay-color.color-opacity_7,
.bg-overlay-texture.texture-opacity_7 {
    opacity: .7;
}

.bg-overlay-color.color-opacity_8,
.bg-overlay-texture.texture-opacity_8 {
    opacity: .8;
}

.bg-overlay-color.color-opacity_9,
.bg-overlay-texture.texture-opacity_9 {
    opacity: .9;
}

.bg-overlay-color.color-opacity_10,
.bg-overlay-texture.texture-opacity_10 {
    opacity: 1;
}

@media all and (max-width: 992px) {

    .bg-cover {
        padding: 1.75rem 0 0;
    }

}

@media all and (max-width: 767px) {

    .bg-cover {
        padding: 1.5rem 0 0;
    }

}

@media all and (max-width: 576px) {

    .bg-cover {
        padding: 1.25rem 0 0;
    }

}

/* BUTTON CUSTOMIZATION */

.btn {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .025rem;
    border-radius: 0;
}

a.btn {
    text-decoration: none;
}

.btn.btn-floating {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.btn.btn-cyan-web {
    color: var(--white);
    background-color: var(--cyan-web);
    border-color: var(--cyan-web);
}

.btn.btn-cyan-web:hover {
    color: var(--white);
    background-color: #007eb3;
    border-color: #007eb3;
}

.btn.btn-cyan-web:focus,
.btn.btn-cyan-web.focus {
    color: var(--white);
    background-color: #007eb3;
    border-color: #007eb3;
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 179, 0.5);
}

.btn.btn-cyan-web.disabled,
.btn.btn-cyan-web:disabled {
    color: var(--white);
    background-color: var(--cyan-web);
    border-color: var(--cyan-web);
}

.btn.btn-cyan-web:not(:disabled):not(.disabled):active,
.btn.btn-cyan-web:not(:disabled):not(.disabled).active,
.show>.btn.btn-cyan-web.dropdown-toggle {
    color: var(--white);
    background-color: #007eb3;
    border-color: #007eb3;
}

.btn.btn-cyan-web:not(:disabled):not(.disabled):active:focus,
.btn.btn-cyan-web:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-cyan-web.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 179, 0.5);
}

.btn.btn-lime-web {
    color: var(--black);
    background-color: var(--lime-web);
    border-color: var(--lime-web);
}

.btn.btn-lime-web:hover {
    color: var(--black);
    background-color: var(--white);
    border-color: #afc224;
}

.btn.btn-lime-web:focus,
.btn.btn-lime-web.focus {
    color: var(--black);
    background-color: var(--white);
    border-color: #afc224;
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 179, 0.5);
}

.btn.btn-lime-web.disabled,
.btn.btn-lime-web:disabled {
    color: var(--white);
    background-color: var(--lime-web);
    border-color: var(--lime-web);
}

.btn.btn-lime-web:not(:disabled):not(.disabled):active,
.btn.btn-lime-web:not(:disabled):not(.disabled).active,
.show>.btn.btn-lime-web.dropdown-toggle {
    color: var(--black);
    background-color: var(--white);
    border-color: #afc224;
}

.btn.btn-lime-web:not(:disabled):not(.disabled):active:focus,
.btn.btn-lime-web:not(:disabled):not(.disabled).active:focus,
.show>.btn.btn-lime-web.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 179, 0.5);
}

.btn.btn-link-cyan-web {
    color: var(--cyan-web);
    text-decoration: none;
}

.btn.btn-link-cyan-web:hover {
    color: #007eb3;
    text-decoration: none;
}

.btn.btn-link-lime-web {
    color: var(--lime-web);
    text-decoration: none;
}

.btn.btn-link-lime-web:hover,
.btn.btn-link-lime-web:focus {
    color: #afc224;
    text-decoration: none;
}

.btn.btn-outline-primary.btn-outline-cyan-web {
    color: var(--cyan-web);
    border-color: var(--cyan-web);
}

.btn.btn-outline-primary.btn-outline-cyan-web:hover {
    color: var(--white);
    background-color: #007eb3;
    border-color: #007eb3;
}

.btn.btn-outline-primary.btn-outline-cyan-web:not(:disabled):not(.disabled).active,
.btn.btn-outline-primary.btn-outline-cyan-web:not(:disabled):not(.disabled):active,
.show>.btn.btn-outline-primary.btn-outline-cyan-web.dropdown-toggle {
    color: var(--white);
    background-color: #007eb3;
    border-color: #007eb3;
}

.btn.btn-outline-primary.btn-outline-cyan-web.focus,
.btn.btn-outline-primary.btn-outline-cyan-web:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 179, 0.5);
}

.btn.btn-outline-primary.btn-outline-lime-web {
    color: var(--white);
    border-color: var(--lime-web);
}

.btn.btn-outline-primary.btn-outline-lime-web:hover {
    color: var(--black);
    background-color: var(--white);
    border-color: #afc224;
}

.btn.btn-outline-primary.btn-outline-lime-web:not(:disabled):not(.disabled).active,
.btn.btn-outline-primary.btn-outline-lime-web:not(:disabled):not(.disabled):active,
.show>.btn.btn-outline-primary.btn-outline-lime-web.dropdown-toggle {
    color: var(--black);
    background-color: var(--white);
    border-color: #afc224;
}

.btn.btn-outline-primary.btn-outline-lime-web.focus,
.btn.btn-outline-primary.btn-outline-lime-web:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 179, 0.5);
}

.dropdown-menu-indexTHF {
    color: var(--black);
    background-color: var(--white);
}

.dropdown-item-indexTHF {
    color: var(--black);
}

.dropdown-item-indexTHF:hover,
.dropdown-item-indexTHF:focus {
    color: var(--black);
    text-decoration: none;
    background-color: var(--ef-background-gray-light);
}

.dropdown-item-indexTHF.active,
.dropdown-item-indexTHF:active {
    color: var(--white);
    text-decoration: none;
    background-color: var(--cyan-web);
}

/* BUTTON ICONS */

.btn.btn-icon {
    font-size: 1.375rem;
    width: 1.375rem;
    height: 1.375rem;
    Line-height: 1;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    transition: fill .3s ease-in-out;
}

.btn.btn-icon.btn-iconBadge {
    display: inline-block;
    position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.btn.btn-icon.btn-iconBadge svg {
    width: 1rem;
    height: 1rem;
}

.btn.btn-icon.icon-white {
    fill: var(--white)
}

.btn.btn-icon.icon-cyan-web {
    fill: var(--cyan-web)
}

.btn.btn-icon.icon-cyan-web:active,
.btn.btn-icon.icon-cyan-web:hover {
    fill: #007eb3;
}

.btn.btn-icon svg {
    width: 1.375rem;
    height: 1.375rem;
}

.btn.btn-icon svg.sizeYouTube {
    width: 2rem;
    height: 2rem;
}

/* FORM CUSTOMIZATION */

.form-group.index-pageForm select#regionSelect::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
}

.form-group.index-pageForm select#yearsSelect option,
.form-group.index-pageForm select#regionSelect option,
.form-group.index-pageForm select#countrySelect option {
    font-family: var(--font-family-sans-serif);
    padding: 2px;
}

.form-group.index-pageForm select#yearsSelect option:checked,
.form-group.index-pageForm select#regionSelect option:checked,
.form-group.index-pageForm select#countrySelect option:checked {
    background-color: var(--ef-background-gray-light);
    color: var(--black);
}

.form-group.index-pageForm select#yearsSelect.form-control {
    font-variant-numeric: tabular-nums;
    text-align: center;
}

.form-group.index-pageForm,
.form-group.index-pageForm>input.form-check-input,
.form-group.index-pageForm>label.form-check-label {
    font-family: var(--font-family-sans-serif-alt);
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .025rem;
}

.form-check.index-pageForm,
.form-check.index-pageForm>input.form-check-input,
.form-check.index-pageForm>label.form-check-label {
    font-family: var(--font-family-sans-serif-alt);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: .025rem;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.form-check.index-pageForm>input[type="checkbox"] {
    width: .875rem;
    height: .875rem;
    accent-color: var(--cyan-web);
}

form.index-pageForm.borderBottom {
    border-bottom: 1px solid var(--lime-web);
}

input.form-control.index-pageForm {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input.form-control.index-pageForm::placeholder {
    color: rgba(255, 255, 255, .5);
}

.form-control.index-pageForm:focus {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.navbar-toggler {
    padding: 0 .375rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0;
    color: rgba(255, 255, 255, .5);
    transition: color .3s ease;
}

.navbar-toggler:hover {
    color: rgba(255, 255, 255, 1);
}

/* MODAL CUSTOMIZATION | VIDEO CONTAINER */
.modal-body.modal-fullWidth {
    padding: 0;
}

.modal-body.modal-fullWidth>.embed-responsive-16by9 {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
}

.modal-body.modal-fullWidth>.embed-responsive-16by9 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* TYPOGRAPHY */

.text-balance {
    text-wrap: balance;
}

h2.index-landingPageSectionHeadline {
    letter-spacing: .1rem;
    text-transform: uppercase;
}

h3.index-pageType {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    text-wrap: balance;
    color: var(--mediumgray);
}

h1.index-pageHeader,
h2.index-pageHeader {
    font-family: var(--font-family-serif);
    text-transform: uppercase;
    letter-spacing: .1rem;
    line-height: 1;
    text-wrap: balance;
    color: var(--black);
}

.index-pageDropCap {
    font-family: var(--font-family-sans-serif);
    font-size: 3.675rem;
    font-weight: 700;
    line-height: .85;
    letter-spacing: .075em;
    text-transform: uppercase;
    float: left;
    color: var(--mediumgray);
    margin: 2.5px 2.5px 0 0;
    padding: 0;
}

.index-pageLabel {
    font-family: var(--font-family-sans-serif-alt);
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .025rem;
    text-transform: uppercase;
}

.index-pageLabel.index-pageLabelLight,
span.indexCountryCountWorld {
    font-size: .875rem;
    font-weight: 400;
}

.index-pageLabel.index-pageLabelLower {
    text-transform: initial;
}

#siteLastUpdated {
    font-size: .875rem;
    font-weight: 400;
    color: var(--mediumgray);
}

/* ENDNOTES */

.index-endnotesWrapper p {
    font-family: var(--font-family-sans-serif-alt);
    font-size: .875rem;
    line-height: 1.2;
    margin-bottom: .875rem;
}

.index-endnotesWrapper span {
    padding-right: .5rem;
}

.index-endnotesWrapper a {
    word-break: break-all;
}

/* TOP 4 SECTION */

.index-landingPageTopFourWrapper {
    position: relative;
    width: 100px;
    height: 100px;
}

.index-landingPageTopFourIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    border: 1px solid var(--black);
}

.index-landingPageTopFourIcon.icon-position-left {
    background-position: left center;
}

.index-landingPageTopFourIcon.rank01 {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='svg378' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 333.33'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-1, .cls-3 %7B fill: %23fff; %7D .cls-2 %7B fill: %23df0000; %7D %3C/style%3E%3C/defs%3E%3Crect id='rect149' class='cls-3' width='500' height='333.33'/%3E%3Crect id='rect148' class='cls-2' width='500' height='166.67'/%3E%3Cpath id='path141' class='cls-1' d='M115.31,27.94c-23.09,5.29-40.24,22.39-45.09,45.63-6.59,31.57,13.98,62.49,45.61,69.09-31.96,9.11-64.99-9.26-74.02-40.93-9.03-31.67,9.35-64.69,41.01-73.72,11.12-3.17,21.35-3.19,32.48-.07Z'/%3E%3Cpolygon id='polygon142' class='cls-1' points='109.64 86.87 100.66 80.46 91.72 86.93 95.05 76.41 86.13 69.91 97.16 69.82 100.58 59.33 104.08 69.8 115.11 69.81 106.24 76.37 109.64 86.87'/%3E%3Cpolygon id='polygon144' class='cls-1' points='121.83 123.02 112.85 116.61 103.92 123.08 107.24 112.56 98.32 106.06 109.35 105.97 112.78 95.48 116.27 105.95 127.31 105.96 118.43 112.52 121.83 123.02'/%3E%3Cpolygon id='polygon145' class='cls-1' points='162.4 122.75 153.43 116.34 144.49 122.82 147.81 112.29 138.9 105.8 149.93 105.71 153.35 95.22 156.85 105.68 167.88 105.7 159.01 112.25 162.4 122.75'/%3E%3Cpolygon id='polygon146' class='cls-1' points='174.5 86.9 165.52 80.48 156.59 86.96 159.91 76.44 150.99 69.94 162.03 69.85 165.45 59.36 168.95 69.83 179.98 69.84 171.11 76.4 174.5 86.9'/%3E%3Cpolygon id='polygon147' class='cls-1' points='142.38 63.11 133.4 56.69 124.47 63.17 127.79 52.65 118.87 46.15 129.91 46.06 133.33 35.57 136.82 46.04 147.86 46.05 138.99 52.61 142.38 63.11'/%3E%3C/svg%3E");
}

.index-landingPageTopFourIcon.rank02 {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='svg378' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fa000b; fill-rule: evenodd; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0v500h500V0H0ZM406.25,296.88h-109.38v109.38h-93.75v-109.38h-109.38v-93.75h109.38v-109.37h93.75v109.37h109.38v93.75Z'/%3E%3C/svg%3E");
}

.index-landingPageTopFourIcon.rank03 {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='svg378' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23319400; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23fff; %7D .cls-3 %7B fill: %23e76310; %7D %3C/style%3E%3C/defs%3E%3Crect id='rect171' class='cls-2' width='500' height='500'/%3E%3Crect id='rect403' class='cls-1' width='166.67' height='500'/%3E%3Crect id='rect135' class='cls-3' x='333.33' width='166.67' height='500'/%3E%3C/svg%3E");
}

.index-landingPageTopFourIcon.rank04 {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='svg977' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 333.33'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23005387; %7D .cls-1, .cls-2 %7B fill-rule: evenodd; %7D .cls-1, .cls-2, .cls-3, .cls-4 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23fff; %7D .cls-3 %7B fill: %2308399c; %7D .cls-4 %7B fill: %23de2110; %7D %3C/style%3E%3C/defs%3E%3Crect id='rect983' class='cls-4' y='0' width='500' height='333.33'/%3E%3Crect id='rect984' class='cls-3' width='251.1' height='166.67'/%3E%3Cpolygon id='polygon1007' class='cls-2' points='183.66 116.25 152.85 109.91 159.41 140.68 135.89 119.79 126.19 149.72 116.26 119.86 92.89 140.93 99.23 110.11 68.46 116.67 89.35 93.15 59.42 83.45 89.28 73.53 68.21 50.16 99.03 56.49 92.47 25.72 115.99 46.62 125.69 16.69 135.61 46.55 158.98 25.48 152.65 56.3 183.42 49.73 162.52 73.26 192.45 82.96 162.6 92.88 183.66 116.25'/%3E%3Cpolygon id='polygon1009' class='cls-1' points='155.26 113.88 145.53 119.05 136.05 124.65 125.03 124.28 114.01 124.4 104.66 118.58 95.06 113.19 89.88 103.49 84.26 94.04 84.64 83.05 84.51 72.06 90.35 62.74 95.75 53.15 105.48 47.99 114.96 42.39 125.97 42.76 136.99 42.64 146.34 48.46 155.95 53.84 161.13 63.55 166.75 73 166.37 83.99 166.49 94.98 160.66 104.3 155.26 113.88'/%3E%3Cpath id='path1011' class='cls-2' d='M159.27,83.52c0-18.65-15.11-33.77-33.76-33.77-18.65,0-33.77,15.11-33.77,33.76h0c0,18.66,15.12,33.78,33.77,33.78,18.65,0,33.77-15.12,33.77-33.77h-33.77s33.77,0,33.77,0Z'/%3E%3C/svg%3E");
}

.index-landingPageTopFourRankDisplay {
    position: absolute;
    bottom: -1.5rem;
    right: -.75rem;
    font-size: 6rem;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    color: var(--black);
    text-shadow: -2px -1px 0 rgba(255, 255, 255, 1);
}

.index-landingPageTopFourCountryName {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .05rem;
    text-transform: uppercase;
    transition: color .3s ease;
}

a.index-landingPageTopFourCountryName {
    color: var(--black);
}

a.index-landingPageTopFourCountryName:active,
a.index-landingPageTopFourCountryName:hover {
    color: #007eb3;
    text-decoration: none;
}

a.index-landingPageTopFourCountryName:focus,
a.index-landingPageTopFourCountryName.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 179, 0.5);
    text-decoration: none;
}

.index-landingPageTopFourCountryScore {
    font-size: 1rem;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 767px) {

    .index-landingPageTopFourWrapper {
        width: 60px;
        height: 60px;
    }

    .index-landingPageTopFourRankDisplay {
        bottom: -1.25rem;
        right: -.5rem;
        font-size: 4rem;
    }

    .index-landingPageTopFourCountryName {
        font-size: 1.125rem;
    }

}

@media (max-width: 576px) {

    .index-landingPageTopFourWrapper {
        width: 80px;
        height: 80px;
    }

    .index-landingPageTopFourRankDisplay {
        font-size: 4rem;
        right: -.4rem;
    }

    .index-landingPageTopFourCountryName {
        font-size: 1.2rem;
    }

}

/* EXPLORE SECTION */

#index-exploreSection {
    text-align: center;
}

#index-exploreSection a {
    color: var(--black);
    text-decoration: none;
}

#index-exploreSection a div.card {
    background-color: var(--ef-background-gray-light);
    border: 1px solid var(--ef-background-gray-medium-light);
    border-radius: 0;
    transition: all .3s ease;
}

#index-exploreSection a div.card:hover,
#index-exploreSection a div.card:active {
    text-decoration: none;
    background-color: var(--lime-web);
}

#index-exploreSection a div.card:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

#index-exploreSection a div.card div.card-img-top {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0 0 0;
}

#index-exploreSection a div.card div.card-img-top svg {
    width: 3rem;
    height: 3rem;
}

#index-exploreSection a div.card div.card-body p {
    font-size: 1rem;
    line-height: 1.3;
    text-wrap: balance;
}

/* BOOKEND SECTION */

#index-bookendSection {
    background: linear-gradient(276deg,
            rgba(0, 0, 0, 0.2) 16.98%,
            rgba(0, 0, 0, 0) 95.13%),
        var(--bluemine-light-web);
    padding: 5rem 0;
}

#index-bookendSection h2 {
    font-size: 3rem;
    line-height: 1;
}

#index-bookendSection p {
    font-size: 1rem;
    letter-spacing: .1rem;
}

#index-bookendSection .index-bookCover-img {
    position: relative;
}

.index-bookCover-img img {
    position: relative;
    border: 3px solid var(--white);
    width: 100%;
    z-index: 1;
}

.index-bookCover-img::after {
    content: "";
    position: absolute;
    top: 4%;
    left: 6%;
    width: 100%;
    height: 100%;
    background: var(--bluemine-dark-web);
    mix-blend-mode: hard-light;
}

.index-bookCover-img a {
    text-decoration: none;
    color: var(--white);
}

.index-bookCover-img-hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.index-bookCover-img-hover .index-bookCover-img-hoverOverlay {
    position: absolute;
    opacity: 0;
    /*RESET TO 0*/
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, .6);
    transition: all 0.3s ease-in-out 0s;
}

.index-bookCover-img-hover:hover .index-bookCover-img-hoverOverlay,
.index-bookCover-img-hover.active .index-bookCover-img-hoverOverlay {
    opacity: 1;
}

.index-bookCover-img-hover .index-bookCover-img-hoverLabelWrapper {
    position: absolute;
    top: 66.66%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-bookCover-img-hoverLabel {
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .025rem;
    white-space: nowrap;
    color: var(--black);
    background-color: var(--lime-web);
    border: 1px solid var(--lime-web);
    padding: 0.375rem 0.75rem;
}

@media (max-width: 992px) {

    #index-bookendSection h2 {
        font-size: 2.375rem;
    }
}

/* METHODOLOGY + MAJOR WORKS CITED */
.index-methodologyEquationWrapper {
    margin: 1rem;
    padding: .5rem;
    text-wrap: balance;
}

.index-methodologyEquation {
    font-family: 'Courier New', monospace;
    font-size: 1rem;
    text-align: center;
    background-color: var(--ef-background-gray-light);
    padding: 10px;
    border: 1px solid var(--ef-background-gray-medium-light);
    border-radius: 5px;
    overflow-x: auto;
}

.index-methodologyEquationSub {
    font-size: 0.875rem;
}

#indexMajorWorksCited ul li {
    word-break: break-all;
}

/* PRINT STYLESHEET */

@media print {

    /* Remove unneeded page elements */
    nav,
    footer,
    .navbar,
    .main-nav,
    .article_icon-container,
    #dropdownMenu,
    #worldRankComparisonDropdown,
    #regionRankComparisonDropdown,
    .THF_button {
        display: none;
    }

    .article_headline h2>span.highlight-sailblue,
    .article_headline h2>span.highlight-lightgray {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }

    /* Set page width & margins */
    @page {
        size: letter;
        margin: .5in .75in;
        /* Use centimeters or inches, not pixels */
    }

    html,
    body {
        width: 216mm;
        height: 279mm;
    }

    .article_text-section .my-5 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    /* Make color changes explicit and set page width & margins */
    body {
        background: #fff;
        color: #000;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Avoid odd page breaks */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        /* Prevent headings from being printed at the bottom of the page */
    }

    article {
        page-break-before: always;
        /* Always start new articles on a new page */
    }

    /* Stlye text for print */
    .article_headline {
        font-size: 2rem;
        line-height: normal;
    }

    .article_body-copy h3 {
        margin-top: 1rem;
    }

    .article_body-copy p {
        font-size: .875rem;
        line-height: normal;
        margin-bottom: .5rem;
    }

    img {
        page-break-inside: avoid;
        /* Prevent images from being split up  */
    }

    /* Force background images & colors */
    @media print and (color) {
        * {
            -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
        }
    }

    /* Display link URLs */
    .article_body-copy ul li a:after {
        content: " [" attr(href) "] ";
        /* Displays the URL after each anchor text */
        font-size: 80%;
    }

    .article_body-copy ul li a[href^="http://"]:after,
    a[href^="https://"]:after {
        content: " [" attr(href) "] ";
        /* Show only the URLs of external links */
        font-size: 80%;
        color: #0093d0;
    }

    .article_body-copy ul li a[href^="#"]:after {
        display: none;
        /* Hide internal links */
    }

    .article_body-copy ul li a {
        word-wrap: break-word;
        /* Break long URLs */
    }

    .article_body-copy ul li a {
        color: var(--black);
        text-decoration: none;
    }

    a.THF_button {
        text-decoration: none;
    }

}

@media all and (max-width: 1200px) {}

@media all and (max-width: 1024px) {}

@media all and (max-width: 992px) {}

@media all and (max-width: 767px) {

    /* TEMPLATE */

    .main-nav {
        height: 3.125rem;
    }

    .main-nav .heritage-brand span {
        display: none !important;
    }

    .main-nav .heritage-hamburger-menu {
        font-size: 1rem;
    }

    .global-footer .heritage-bell {
        font-size: 1.4375rem;
    }

    .article_headline {
        font-size: 3rem;
        line-height: 3.25rem;
    }

    .article_headline h2 {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }

    .article_byline {
        font-size: 1.25rem;
    }

    .article_body-copy .pullquote {
        font-size: 1.5rem;
        line-height: 1.125;
    }

    .article_body-copy .pullquote:before {
        font-size: 9rem;
        left: -30px;
        top: -37px;
    }

    .article_body-copy .pullquote footer {
        font-size: 1.1875rem;
    }

    .collection-card-description h3 {
        font-size: 1.5rem;
    }

    /* INDEX OF ECONOMIC FREEDOM */

    .article_headline h1 {
        font-size: 4rem;
        line-height: 4.5rem;
    }

}

@media all and (max-width: 576px) {

    /* TEMPLATE */

    .global-footer .privacy-copyright {
        line-height: 1.15rem;
    }

    .article_headline {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .article_headline h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .article_byline {
        font-size: 1.125rem;
    }

    .article_body-copy .pullquote {
        margin: .25em 0 0 0;
    }

    .article_body-copy .card-body {
        padding: 0 1.9375rem;
    }

    .collection-card-description h3 {
        font-size: 1.5rem;
    }

    .heritage-checkbox {
        font-size: .75rem;
    }

    .heritage-checkbox .state label {
        font-weight: 500;
        letter-spacing: normal;
        text-indent: 1.25rem;
        min-width: calc(1em + 2px);
    }

    .heritage-checkbox .state label:after,
    .heritage-checkbox .state label:before {
        border: 2 solid transparent;
    }

    .heritage-checkbox.thf-icon .state .icon {
        font-size: 1em;
        width: calc(1em + 2px);
        height: calc(1em + 2px);
        text-align: center;
        line-height: normal;
        top: calc((0% - (100% - 1em)) - 8%);
    }

    .heritage-checkbox.thf-icon .state .icon:before {
        width: 100%;
        height: 100%;
    }

    .heritage-checkbox.thf-round.thf-icon .state .icon:before {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
    }

    .THFtable-cell.order-0 {
        max-width: 35%;
    }

    .THFtable-cell.order-1 {
        order: 0;
        min-width: 65%;
    }

    .THFtable-4cols>.THFtable-cell {
        width: 50% !important;
    }

    .THFtable-cell {
        min-height: 3rem;
        padding: .25rem;
        max-width: 50;
    }

    .THFtable-cell.source {
        font-weight: 400;
        font-size: .75rem;
        line-height: 1.25;
    }

    .THFtable-cell.source p {
        margin-bottom: .25rem;
    }

    .dataviz-source {
        font-size: .75rem;
    }

    .dataviz-source p {
        margin-bottom: .25rem;
    }

    /* INDEX OF ECONOMIC FREEDOM */

    .fixed-height-small {
        min-height: 500px;
    }

    .article_headline h1 {
        font-size: 3.25rem;
        line-height: 3.75rem;
    }

}

@media all and (max-width: 365px) {

    .page-title {
        font-size: .8125rem;
    }

}