@import "heritage-fonts.css";
@import "heritage-icons.css";

@charset "UTF-8";


/* PAGE STYLES */

body {
    margin: 0;
    padding: 0;
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    color: #464646;
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
}

a {
    -webkit-text-decoration-skip: objects;
    color: #0093d0;
    text-decoration: none;
    transition: color .3s ease
}

a:focus,
a:active,
a:hover {
    color: #0093d0;
    text-decoration: underline
}

ul,
li {
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

strong {
    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, .2);
}

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

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

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

.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;
}

/* MAIN NAV */

.main-nav {
    display: flex;
    align-items: center;
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    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: #c4d82d;
    text-decoration: none;
    transition: color .3s ease;
}

.heritage-brand {
    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: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.page-title a:hover {
    border-bottom: 2px solid #c4d82d;
    transition: color .3s ease;
}

.trigger-drawer {
    background-color: rgba(58, 98, 115, 1);
    border: none !important;
    border-radius: 0 !important;
    transition: background .3s ease;
}

.trigger-drawer:hover {
    background-color: rgba(40, 74, 88, 1);
}

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

.page-content {
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 1.4375rem;
    color: #111d22;
}

/* NAV SIDEBAR */

#sidebar {
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 500;
    color: #fff;
    position: fixed;
    width: 20.9375rem;
    right: -20.9375rem;
    height: 100vh;
    z-index: 9999;
    padding: 1.25rem 3.125rem 3.4375rem 1.25rem;
    background: rgba(37, 42, 47, 1);
    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: #c4d82d;
    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: #fff;
}

#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: #c4d82d;
    margin-bottom: 1.25rem;
    padding-top: .625rem;
}

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

#sidebar ul li a:hover {
    color: #c4d82d;
    text-decoration: none;
}

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

#sidebar .homelink a {
    color: #fff;
}

#sidebar .homelink a:hover,
#sidebar .homelink a:active,
#sidebar .homelink a.active {
    border-bottom: 2px solid #c4d82d;
    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 {
    background-color: #f3f5f8;
}

.article_eyebrow {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-start;
    width: auto;
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 500;
    font-size: .6875rem;
    text-transform: uppercase;
    padding: 1.0625rem 0 0;
    color: rgba(40, 74, 88, 1);
}

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

.article_eyebrow a {
    text-transform: capitalize;
    font-size: .875rem;
    color: #0093d0;
    letter-spacing: -.0125rem;
}

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

.article_eyebrow a:focus,
.article_eyebrow a:hover {
    text-decoration: none;
    color: #0093d0;
    cursor: pointer
}

.article_eyebrow a:hover::before {
    background-color: #0093d0;
}

.article_headline {
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 500;
    font-size: 3.25rem;
    line-height: 3.75rem;
    color: rgba(6, 29, 70, 1);
}

.article_byline {
    font-family: 'chronicle display a', 'chronicle display b', 'TimesNewRoman', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.25;
    color: rgba(6, 29, 70, 1);
}

.article_headline.white,
.article_byline.white {
    color: #fff;
}

.article_general-info {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: auto;
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1.25rem;
    letter-spacing: -.1px;
    margin: 1rem 0 1.4375rem;
    color: #264a59;
}

.article_general-info a {
    color: rgba(119, 166, 191, 1);
    transition: color .3s ease;
}

.article_general-info a:hover {
    text-decoration: none;
    color: #0093d0;
}

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

.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: 2.5;
    color: rgba(119, 166, 191, 1);
    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: #0093d0;
    transition: color .3s ease;
}

.article_icon:active,
.article_icon.mobile:active {
    animation: gradient 100ms;
    background: rgba(196, 216, 45, 1);
    color: #fff;
}

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

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

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

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

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

.article_body-copy {
    width: auto;
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', 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 a {
    color: #0093d0;
}

.article_body-copy a:focus,
.article_body-copy a:hover {
    color: #0093d0;
}

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

.article_body-copy .axis-label {
    font-family: 'gotham narrow a', 'gotham narrow b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 1.25rem;
}

.article_body-copy .note {
    font-family: 'gotham narrow a', 'gotham narrow b';
    color: rgba(40, 74, 88, .75);
}

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

/* FOOTER */

.global-footer {
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 1.4375rem;
    color: #fff;
    background-color: #2a2f36;
}

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

.global-footer .subscribe-title {
    font-family: 'chronicle display a', 'chronicle display b', 'TimesNewRoman', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 2rem;
    color: #c4d82d;
}

.global-footer .subscribe-button {
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    color: #fff;
    background-color: #386274;
    height: 3.125rem;
    border-radius: 0;
    border-style: none;
    transition: background-color .3s ease;
}

.global-footer #Email,
.global-footer .subscribe-email-input {
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    background-color: transparent;
    height: 50px;
    border-radius: 0;
    border-style: none;
    border-bottom: .125rem Solid #386274;
    transition: border-color .3s ease;
}

.subscribe-email-input::placeholder {
    color: #c5d1d8;
}

.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: #c5d1d8;
}

* .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.social-circle:focus,
a.heritage-icon-social_twitter:focus,
a.heritage-icon-social_facebook:focus,
a.social-circle:hover,
a.heritage-icon-social_twitter:hover,
a.heritage-icon-social_facebook:hover {
    color: #fff;
    text-decoration: none;
}

.secondary-navigation a:focus,
.secondary-navigation a:hover,
.privacy-copyright a:focus,
.privacy-copyright a:hover {
    color: #c4d82d;
    text-decoration: none;
    transition: color .3s ease;
}

.global-footer .social-circle {
    font-size: 1.25rem;
    line-height: 50px;
    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: #fff;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

.global-footer .heritage-bell {
    font-size: 1.875rem;
    line-height: 3.25rem;
    color: rgba(255, 255, 255, 1);
}

/* 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: #c4d82d;
}

.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: rgba(255, 255, 255, 1);
    transition: border-color .3s ease;
}

.article_icon.collection:hover,
.article_icon.collection.mobile:hover {
    border-color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.article_icon.collection:active,
.article_icon.collection.mobile:active {
    animation: gradient 25ms;
    background: rgba(196, 216, 45, 1);
}

.collection-wrapper {}

.collection-headline {}

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

.column-heading h3 {
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1;
    letter-spacing: 1px;
    color: rgba(40, 74, 88, .75);
    text-align: ;
    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 {
    /*padding: 1.5rem;*/
}

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

.collection-card-image a {
    text-decoration: none;
    color: #fff;
}

.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: 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: flex;
    align-items: center;
    height: 1.5rem;
    margin: 0;
}

.collection-card-image-hover-label i {
    font-size: 1.5rem;
    background-color: #c4d82d;
    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: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 500;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    background-color: rgba(40, 74, 88, 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: 'chronicle display a', 'chronicle display b', 'TimesNewRoman', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
    font-weight: 600;
}

.collection-card-description_highlight {}

.collection-card-description p {
    font-family: 'gotham narrow a', 'gotham narrow b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.collection-card-description a {
    color: rgba(6, 29, 70, 1);
    text-decoration: none;
    background-size: 0 3px;
    background-image: linear-gradient(90deg, #c4d82d 0, #c4d82d 50%, #c4d82d);
    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 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

.bg-cover {
    background-size: cover !important;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.bg-element {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1692.1 579.2'%3E%3Cdefs%3E%3Cstyle%3E .cls-1%7Bfill:%23d9e3e9;opacity:0.1;%7D.cls-2%7Bfill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:0.25px;%7D%3C/style%3E%3C/defs%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpolygon class='cls-1' points='1692.1 579.1 0.1 579.1 94.1 516.3 187.7 486.3 282 455.9 377 463.4 471.1 410.5 565.1 418.5 658.1 354.3 752.1 393.8 846.1 334.9 939.9 253.9 1033.8 194.2 1127.7 235.9 1221.6 131.7 1315.6 225.9 1410.3 184.1 1504.2 64.7 1598.1 47.8 1692.1 0.1 1692.1 579.1'/%3E%3Cpolyline class='cls-2' points='0.1 579.1 94.1 516.3 187.7 486.3 282 455.9 377 463.4 471.1 410.5 565.1 418.5 658.1 354.3 752.1 393.8 846.1 334.9 939.9 253.9 1033.8 194.2 1127.7 235.9 1221.6 131.7 1315.6 225.9 1410.3 184.1 1504.2 64.7 1598.1 47.8 1692.1 0.1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1691.1 338.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1%7Bfill:%23d9e3e9;opacity:0.2;%7D.cls-2%7Bfill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:0.25px;%7D%3C/style%3E%3C/defs%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 2'%3E%3Cpolygon class='cls-1' points='0 338.4 1691 338.4 1691 0.1 1597 30.4 1503.1 21.7 1409.2 57.4 1314.5 100.4 1220.5 72.8 1126.6 156.5 1032.7 178.3 940 139.4 845 192.8 751.2 217.2 656.7 222.1 564 206 469.4 281.9 375.6 246.9 281 287.4 187 258.8 94 309 0 338.4'/%3E%3Cpolyline class='cls-2' points='1691 0.1 1597 30.4 1503.1 21.7 1409.2 57.4 1314.5 100.4 1220.5 72.8 1126.6 156.5 1032.7 178.3 940 139.4 845 192.8 751.2 217.2 656.7 222.1 564 206 469.4 281.9 375.6 246.9 281 287.4 187 258.8 94 309 0 338.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1690 728'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:url(%23radial-gradient);%7D%3C/style%3E%3CradialGradient id='radial-gradient' cx='140.98' cy='-440.97' r='733.24' gradientTransform='translate(3.38 498.98) scale(2.82 1.29)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230093d0'/%3E%3Cstop offset='0.21' stop-color='%23008cca'/%3E%3Cstop offset='0.51' stop-color='%230079b8'/%3E%3Cstop offset='0.86' stop-color='%2300599a'/%3E%3Cstop offset='1' stop-color='%23004b8d'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='BG'%3E%3Crect class='cls-1' width='1690' height='728'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: bottom;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

/* SOURCE */

.dataviz-source {
    display: flex;
    flex-wrap: wrap;
    font-family: 'gotham narrow a', 'gotham narrow b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25;
    color: rgba(40, 74, 88, .75);
    background-color: transparent;
}

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

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

.dataviz-source a {
    color: #0093d0;
}

.dataviz-source a:focus,
.dataviz-source a:hover {
    color: #0093d0;
}

/* BUTTONS */

.THF_button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    font-family: 'gotham narrow a', 'gotham narrow b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: .625rem;
    line-height: 1.25;
    text-transform: uppercase;
    color: #111d22;
    background-color: rgba(24, 73, 99, .1);
    border: .0625rem solid rgba(8, 147, 205, .25);
    border-radius: 0.125rem;
    padding: 0.375rem 0.75rem;
    background-position: center;
    transition: background 0.8s;
}

.zoom-control button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111d22;
    font-size: 1.5rem;
    text-decoration: none;
    height: 1.375em;
    width: 1.375em;
    background-color: rgba(24, 73, 99, .1);
    border: .0625rem solid rgba(8, 147, 205, .25);
    border-radius: 50%;
    background-position: center;
    transition: background 0.8s;
}

.zoom-control button i {
    font-size: 1.25rem;
}

.THF_button:hover,
.zoom-control button:hover {
    background: rgba(24, 73, 99, .075) radial-gradient(circle, transparent 1%, rgba(24, 73, 99, .075) 1%) center/15000%;
}

.THF_button:active,
.zoom-control button:active {
    color: rgba(17, 29, 34, .8);
    background-color: #c4d82d;
    background-size: 100%;
    transition: background 0s;
}

/* 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: #fff;
}

.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: #111d22;
}

.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(24, 73, 99, .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: #111d22;
}

.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: #c4d82d;
    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(24, 73, 99, .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;
}

/* DATAVIZ STYLES SELECT BOX */

/* id applies to select element itself, not a wrapper element */
#state select,
#industry select {
    display: block;
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: ;
    color: #111d22;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    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;
    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%23da181a%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;
}

/* Hide arrow icon in IE browsers */
#state select::-ms-expand,
#industry select::-ms-expand {
    display: none;
}

/* Hover style */
#state select:hover,
#industry select: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 */
#state select:focus,
#industry select:focus {
    border-color: #c4d82d;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(196, 216, 45, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

/* Set options to normal weight */
#state select option,
#industry select option {
    font-weight: normal;
}

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

/* Disabled styles */
#state select:disabled,
#state select[aria-disabled=true],
#industry select:disabled,
#industry select[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(24, 73, 97, .1) 0%, rgba(24, 73, 97, .1) 100%);
}

#state select:disabled:hover,
#state select[aria-disabled=true],
#industry select:disabled:hover,
#industry select[aria-disabled=true] {
    border-color: #aaa;
}

/* DATAVIZ STYLES RANGE SLIDERS */

input[type=range] {
    height: 25px;
    -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 #000000;
    background: #C5D1D8;
    border-radius: 5px;
    border: .0625rem solid rgba(0, 0, 0, .25);
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #111D22;
    border: .0625rem solid rgba(216, 29, 37, 1);
    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: rgba(255, 255, 255, 1);
    -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: #c4d82d;
    border-color: rgba(0, 0, 0, .25);
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #C5D1D8;
}

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

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #111D22;
    border: .0625rem solid rgba(216, 29, 37, 1);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: rgba(237, 237, 237, 1);
    cursor: pointer;
}

input[type=range]::-moz-range-thumb:hover {
    background: rgba(255, 255, 255, 1);
    -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: #c4d82d;
    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: #C5D1D8;
    border: .0625rem solid rgba(0, 0, 0, .25);
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000000;
}

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

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #111D22;
    border: 1px solid rgba(216, 29, 37, 1);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: rgba(237, 237, 237, 1);
    cursor: pointer;
}

input[type=range]::-ms-thumb:hover {
    background: rgba(255, 255, 255, 1);
    -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: #c4d82d;
    border-color: rgba(0, 0, 0, .25);
}

input[type=range]:focus::-ms-fill-lower {
    background: #C5D1D8;
}

input[type=range]:focus::-ms-fill-upper {
    background: #C5D1D8;
}

/* TABLE STYLES THF */

.THFtable {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    text-align: center;
}

.THFtable-cell {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    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: 'gotham narrow a', 'gotham narrow b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25;
    color: rgba(40, 74, 88, .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: #0093d0;
}

.THFtable-cell.source a:focus,
.THFtable-cell.source a:hover {
    color: #0093d0;
}

/* 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;
}

/* DATAVIZ STYLES COVID19 GDP */

#GDPlost {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: 'gotham narrow a', 'gotham narrow b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .15rem;
    color: rgba(216, 29, 37, 1);
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.5) 47%, rgba(237, 237, 237, 0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 0.5)), color-stop(100%, rgba(237, 237, 237, 0.5)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 01) 0%, rgba(246, 246, 246, 0.5) 47%, rgba(237, 237, 237, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.5) 47%, rgba(237, 237, 237, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.5) 47%, rgba(237, 237, 237, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.5) 47%, rgba(237, 237, 237, 0.5) 100%);
    border: .0625rem solid rgba(0, 0, 0, .25);
    border-right: none;
    border-radius: .125em 0 0 .125em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    height: 60px;
    transition: all 1s ease-in-out;
}

#GDPlost:hover {}

#calculateButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: 'gotham narrow a', 'gotham narrow b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: #fff;
    background: rgba(216, 29, 37, 1);
    border: .0625rem solid rgba(0, 0, 0, .25);
    border-radius: 0 .125em .125em 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    height: 60px;
    transition: all .1s ease-in-out;
}

#calculateButton:hover {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .3);
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .1), 1px 1px 1px rgba(0, 0, 0, .3);
}

.inputlabel,
#reductionValue,
#durationValue,
.covid19-gdp p {
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    color: #111d22;
    margin: 0;
    padding: 0;
}

/* DATAVIZ STYLES DGU */

#tooltip_DGU {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    border: .03125rem solid rgba(0, 0, 0, .25);
    border-radius: .1875rem;
    z-index: 9999;
    padding: 0.5em 1em;
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .25);
}

#tooltip_DGU p {
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: rgba(24, 73, 99, .8);
    margin: 0;
}

.background {
    fill: #fff;
    pointer-events: all;
}

.feature {
    fill: rgba(24, 73, 99, .2);
    cursor: pointer;
}

.feature.active {
    fill: rgba(197, 216, 71, 1);
}

.mesh {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.THFtable.DGU {
    background: rgba(255, 255, 255, 1);
}

.THFtable-cell.DGU {}

.THFtable-cell.DGU a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25rem;
    text-decoration: none;
    text-transform: capitalize;
    color: #111d22;
    background-color: rgba(24, 73, 99, .1);
    border: .0625rem solid rgba(8, 147, 205, .25);
    border-radius: .125rem;
    padding: 0.375rem 0.75rem;
    background-position: center;
    transition: background 0.8s;
}

.THFtable-cell.DGU a:hover {
    text-decoration: none;
    background: rgba(24, 73, 99, .075) radial-gradient(circle, transparent 1%, rgba(24, 73, 99, .075) 1%) center/15000%;
}

.THFtable-cell.DGU a:active {
    text-decoration: none;
    color: rgba(17, 29, 34, .8);
    background-color: #c4d82d;
    background-size: 100%;
    transition: background 0s;
}

.THFtable-cell.DGU.head {
    font-weight: 500;
    font-size: .75rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: #fff;
    background: rgba(24, 73, 99, .7);
    border: 1px solid transparent;
    padding: 0.25em .75em;
}

.THFtable-cell.DGU.data {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #111d22;
}

/* DATAVIZ STYLES EF2020 */

.tick path {
    fill: none;
    stroke: #CCC;
    stroke-width: 1px;
    stroke-opacity: 1;
    shape-rendering: crispEdges;
}

.tick text {
    font-family: 'gotham narrow a', 'gotham narrow b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: .875rem;
    fill: #999;
}

#tooltip_EF2020 {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    pointer-events: none;
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 1rem;
    line-height: 1.35;
    color: rgba(24, 73, 99, .8);
    background: #fff;
    border: .03125rem solid rgba(0, 0, 0, .25);
    border-radius: .1875rem;
    z-index: 9999;
    padding: 0.5em 1em;
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .25);
}

.THF_button.EF2020 {
    font-size: .75rem;
    line-height: 1;
    text-transform: none;
}

.THF_dropdown-menu {
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .25);
}

.THF_button.EF2020.THF_dropdown-menu-items {
    display: block;
    white-space: nowrap;
    clear: both;
    font-weight: 400;
    color: #111d22;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    width: 100%;
    padding: 0.75rem 0.75rem;
    transition: color 0s ease-in-out, background-color 0s ease-in-out;
}

.THF_button.EF2020.THF_dropdown-menu-items:hover,
.THF_button.EF2020.THF_dropdown-menu-items:focus {
    background-color: rgba(0, 0, 0, .05) !important;
    text-decoration: underline solid rgba(196, 216, 45, 1);
}

/* DATAVIZ STYLES COVID19 COUNTIES */

#COVID19casesLegend1 p,
#COVID19casesLegend1 .label,
#COVID19casesLegend2 p,
#COVID19casesLegend2 .label {
    font-family: 'gotham narrow a', 'gotham narrow b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25;
    user-select: none;
    margin-bottom: .5rem;
}

#COVID19casesMap {
    background-color: #fff;
    border: .0625rem solid rgba(0, 0, 0, .2);
}

#selectedCountyandValue {
    font-size: 1.25rem;
    border: .5rem solid;
    border-color: rgba(247, 247, 247, 1);
    line-height: 1.5;
    user-select: none;
}

#countyValue,
#countyStatus {
    text-indent: .25em;
}

#COVID19casesChart .label {
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: .625rem;
}

.bars {
    fill: #C4CFC4;
}

.covidcounties.head p {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: center;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: #111d22;
    background: rgba(255, 255, 255, 0);
    border-bottom: 4px solid rgba(24, 73, 99, .7);
    margin-bottom: 0;
    padding-bottom: .75em;
}

.THFtable.covidcounties {}

.THFtable-cell.covidcounties {
    justify-content: center;
    padding: 0.75em .75em;
}

.THFtable-cell.covidcounties.head {
    align-content: flex-end;
    align-items: flex-end;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: #111d22;
    background: rgba(255, 255, 255, 0);
    border-bottom: 4px solid rgba(24, 73, 99, .7);
    min-height: 4.5em;
}

.THFtable-cell.covidcounties.data {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #111d22;
}

/* DATAVIZ STYLES COVID19 DEATHS */

#COVID19deathsLegend1 p,
#COVID19deathsLegend1 .label,
#COVID19deathsLegend2 p,
#COVID19deathsLegend2 .label {
    font-family: 'gotham narrow a', 'gotham narrow b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25;
    user-select: none;
    margin-bottom: .5rem;
}

#COVID19deathsMap {
    background-color: #fff;
    border: .0625rem solid rgba(0, 0, 0, .2);
}

#selectedCountyandValue {
    font-size: 1.25rem;
    border: .5rem solid;
    border-color: rgba(247, 247, 247, 1);
    line-height: 1.5;
    user-select: none;
}

#countyValue,
#countyStatus {
    text-indent: .25em;
}

#COVID19deathsChart .label {
    font-family: 'gotham a', 'gotham b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: .625rem;
}

.bars {
    fill: #C4CFC4;
}

.covidcounties.head p {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: center;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: #111d22;
    background: rgba(255, 255, 255, 0);
    border-bottom: 4px solid rgba(24, 73, 99, .7);
    margin-bottom: 0;
    padding-bottom: .75em;
}

.THFtable.covidcounties {}

.THFtable-cell.covidcounties {
    justify-content: center;
    padding: 0.75em .75em;
}

.THFtable-cell.covidcounties.head.deaths {
    align-content: flex-end;
    align-items: flex-end;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: #111d22;
    background: rgba(255, 255, 255, 0);
    border-bottom: 4px solid rgba(24, 73, 99, .7);
    min-height: 5.5em;
}

.THFtable-cell.covidcounties.data {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #111d22;
}

/* DATAVIZ STYLES COVID19 NCRC */

#criteriaBusinesses,
#criteriaVulnerable,
#criteriaTesting,
#criteriaLicensing,
#criteriaTelemedicine {
    font-weight: 500;
    font-size: 1.125rem;
}

#criteriaBusinesses a,
#criteriaVulnerable a,
#criteriaTesting a,
#criteriaLicensing a,
#criteriaTelemedicine a {
    color: #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

#criteriaBusinesses a:hover,
#criteriaVulnerable a:hover,
#criteriaTesting a:hover,
#criteriaLicensing a:hover,
#criteriaTelemedicine a:hover {
    border-bottom: 2px solid rgba(24, 73, 99, .7);
    transition: all .3s ease;
}

#stateFull {
    font-size: 1.75rem;
    line-height: 1.5;
    user-select: none;
}

.ncrc_legend p {
    font-family: 'gotham narrow a', 'gotham narrow b', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25;
    user-select: none;
}

.ncrc_legend span {
    font-size: 1.25rem;
    user-select: none;
}

.THFtable-cell.ncrc {
    justify-content: center;
    text-align: left;
    padding: 0.75em .75em;
}

.THFtable-cell.ncrc.head {
    align-content: flex-end;
    text-align: center;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: #111d22;
    background: rgba(255, 255, 255, 0);
    border-bottom: 4px solid rgba(24, 73, 99, .7);
    min-height: 3.75em;
}

.THFtable-cell.ncrc.data {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #111d22;
    border-bottom: 5px solid #fff;
    padding: 0.5em .75em;
}

/* RESPONSIVE STYLES ALL */

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

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

    /* COVID19 COUNTIES */

    #COVID19casesChart .label {
        font-size: .75rem;
    }

    /* COVID19 DEATHS */

    #COVID19deathsChart .label {
        font-size: .75rem;
    }
}

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

    /* DATAVIZ TEMPLATE */

    .main-nav {
        height: 3.6875rem;
    }

    .main-nav .heritage-brand span,
    .main-nav .page-title {
        font-size: .875rem;
    }

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

    .global-footer .secondary-navigation {
        font-size: 1rem;
        line-height: 2.125rem;
    }

    .article_body-copy h3 {
        font-size: 1.125rem
    }

    .article_body-copy .axis-label {
        font-size: 1rem;
    }

}

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

    /* COVID19 COUNTIES */

    .THFtable-cell.covidcounties.head {
        min-height: 6.75em;
    }

    #COVID19casesChart .label {
        font-size: .8125rem;
    }

    /* COVID19 DEATHS */

    .THFtable-cell.covidcounties.head.deaths {
        min-height: 6.75em;
    }

    #COVID19deathsChart .label {
        font-size: .8125rem;
    }

}

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

    /* DATAVIZ 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_byline {
        font-size: 1.25rem;
    }

    .article_body-copy h3 {
        font-size: 1rem
    }

    .article_body-copy .axis-label {
        font-size: .875rem;
    }

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

    /* COVID19 GDP */

    #GDPlost {
        font-size: 1.75rem;
        padding: 0 5px;
    }

    #calculateButton {
        font-size: 1rem;
        padding: 0 5px;
    }

    /* COVID19 COUNTIES */

    #COVID19casesChart .label {
        font-size: .875rem;
    }

    /* COVID19 DEATHS */

    #COVID19deathsChart .label {
        font-size: .875rem;
    }

}

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

    /* DATAVIZ TEMPLATE */

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

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

    .article_byline {
        font-size: 1.125rem;
    }

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

    .THF_button {
        padding: 0.5rem 0.45rem;
        font-size: .5rem;
        line-height: 1;
    }

    .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;
    }

    /* COVID19 GDP */

    #GDPlost {
        font-size: 1.25rem;
    }

    #calculateButton {
        font-size: .75rem;
        padding: 0 20px;
    }

    .inputlabel,
    #reductionValue,
    #durationValue,
    .covid19-gdp p {
        font-size: .875rem;
    }

    input[type=range]::-webkit-slider-thumb {
        height: 25px;
        width: 25px;
        margin-top: -10.5px;

    }

    /* DGU */

    .THFtable-cell.DGU.head {
        font-size: .625rem;
        line-height: 1.25;
        color: #111d22;
        background: rgba(24, 73, 99, .2);
        border: 1px solid #fff;
    }

    .THFtable-cell.DGU.data {
        font-weight: 400;
        font-size: .75rem;
        min-height: 2rem;
        padding: .5rem;
    }

    .THFtable-cell.DGU a {
        font-size: .75rem;
        padding: 0.25rem 0.5rem;
    }

    #tooltip_DGU {
        padding: 0.5rem .5rem;
        border: .0275rem solid rgba(0, 0, 0, .25);
        border-radius: .15rem;
    }

    #tooltip_DGU p {
        font-size: .75rem;
    }

    /* EF2020 */

    #tooltip_EF2020 {
        font-size: .75rem;
    }

    /* COVID19 COUNTIES */

    #COVID19casesLegend1 p,
    #COVID19casesLegend1 .label,
    #COVID19casesLegend2 p,
    #COVID19casesLegend2 .label {
        font-size: .75rem;
    }

    .covidcounties.head p {
        padding: 0.5em .5em;
        font-size: .75rem;
        letter-spacing: .025rem;
    }

    .THFtable-cell.covidcounties {
        padding: 0.5em .5em;
    }

    .THFtable-cell.covidcounties.head {
        font-size: .75rem;
        letter-spacing: .025rem;
        min-height: 5.125em;
    }

    .THFtable-cell.covidcounties.data {
        font-size: .875rem;
        min-height: 0;
    }

    #selectedCountyandValue {
        font-size: .875rem;
    }

    /* COVID19 DEATHS */

    #COVID19deathsLegend1 p,
    #COVID19deathsLegend1 .label,
    #COVID19deathsLegend2 p,
    #COVID19deathsLegend2 .label {
        font-size: .75rem;
    }

    .covidcounties.head p {
        padding: 0.5em .5em;
        font-size: .75rem;
        letter-spacing: .025rem;
    }

    .THFtable-cell.covidcounties {
        padding: 0.5em .5em;
    }

    .THFtable-cell.covidcounties.head {
        font-size: .75rem;
        letter-spacing: .025rem;
        min-height: 5.125em;
    }

    .THFtable-cell.covidcounties.data {
        font-size: .875rem;
        min-height: 0;
    }

    #selectedCountyandValue {
        font-size: .875rem;
    }

    /* COVID19 NCRC */

    #criteriaBusinesses,
    #criteriaVulnerable,
    #criteriaTesting,
    #criteriaLicensing,
    #criteriaTelemedicine {
        font-size: 1rem;
    }

    #stateFull {
        font-size: 1.5rem;
    }

    .THFtable-cell.ncrc.data {
        min-height: 75px;
        padding: 0.25em .75em;
    }

    .ncrc_legend p {
        font-size: .75rem;
    }

    .ncrc_legend span {
        font-size: 1rem;
    }

}
