.clearfix:after,
economic-ties-map #etm-container:after {
    clear: both;
    content: "";
    display: table
}

economic-ties-map h3 {
    font-size: 1.5em
}

economic-ties-map #etm-container {
    position: relative
}

economic-ties-map .noscript {
    display: none
}

economic-ties-map {
    position: relative
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

economic-ties-map .loading {
    height: 10em;
    margin: 0 auto;
    position: relative
}

economic-ties-map .spinner {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    border: .5em solid #01689b;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: block;
    height: 3em;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 3em
}

economic-ties-map .message {
    padding-right: 2rem;
    position: relative
}

economic-ties-map .message.error:before {
    top: .8rem
}

economic-ties-map .message .clear-errors {
    background: transparent;
    color: #d52b1e;
    display: block;
    font-family: RO Icons, serif;
    font-size: 1.25rem;
    font-weight: 400;
    height: 2.9rem;
    line-height: inherit;
    margin: 0;
    min-height: 0;
    min-height: auto;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 0
}

economic-ties-map .message .clear-errors .close {
    align-items: center;
    display: flex;
    height: 100%
}

economic-ties-map .message .clear-errors .sr-only {
    display: inline-block;
    height: 1px;
    left: -9999px;
    position: relative;
    width: 1px
}

economic-ties-map .svg-map {
    background-image: url(map-blue-a993c373d58aee996270-png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto
}

economic-ties-map .svg-map path {
    fill-opacity: 0;
    stroke-linejoin: round;
    cursor: pointer;
    opacity: 0
}

economic-ties-map .svg-map a:focus path,
economic-ties-map .svg-map g.active path,
economic-ties-map .svg-map path:focus {
    fill-opacity: 1;
    opacity: .2
}

economic-ties-map .label {
    display: none;
    pointer-events: none;
    position: absolute
}

economic-ties-map .label.active {
    background-color: #f3f3f3;
    display: block;
    padding: 4px 8px
}

economic-ties-map .siteOverlay {
    background-color: rgba(0, 0, 0, .7);
    height: 100vh;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

economic-ties-map .siteOverlay .overlayContent {
    background: #fff;
    border-radius: 20px;
    height: auto;
    margin: 10px 10px 0;
    max-width: 1024px;
    padding: 1em;
    position: relative
}

economic-ties-map .siteOverlay .closeOverlay {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none
}

economic-ties-map .siteOverlay .overlayContent .inlineCloseButton {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    padding: .25em 1em;
    position: absolute;
    right: 0;
    top: 0
}

@media(min-width:768px) {
    economic-ties-map .siteOverlay .overlayContent {
        margin: 14vh 10px 0;
        padding: 1.5em
    }

    economic-ties-map .siteOverlay .closeOverlay {
        display: block;
        margin: 0;
        padding: .25em 1em;
        position: fixed;
        right: 0;
        top: 0
    }
}

@media screen and (min-width:992px) {
    economic-ties-map .siteOverlay .overlayContent {
        margin: 10vh auto 0;
        width: 80%
    }
}

economic-ties-map .overlay--inner h3 {
    font-size: 2em
}

economic-ties-map .overlay--inner h4 {
    margin-bottom: .5em
}

economic-ties-map .state-main-props {
    grid-column-gap: 1em;
    grid-row-gap: 4px;
    display: grid;
    margin: 1em 0
}

economic-ties-map .state-main-prop {
    grid-column-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 4fr
}

economic-ties-map .state-main-prop p {
    align-self: center;
    font-size: .8em;
    margin: 0;
    padding: 0 2em 0 0;
    text-align: left
}

economic-ties-map .state-main-prop div {
    align-self: start;
    text-align: center
}

economic-ties-map .state-main-prop img {
    width: 30px
}

economic-ties-map .state-main-prop h4 {
    color: #e17000;
    font-size: 1em
}

economic-ties-map #companies-tree {
    margin: 0
}

economic-ties-map #etm-companies-results {
    max-height: 24em;
    overflow-y: auto;
    scroll-behavior: smooth
}

economic-ties-map #etm-companies-results li a,
economic-ties-map #etm-companies-results li span {
    padding-left: 1.4rem
}

@media screen and (min-width:576px) {
    economic-ties-map .state-main-props {
        grid-template-columns: 1fr 1fr 1fr;
        margin: 2em 0
    }

    economic-ties-map .state-main-props .state-main-prop {
        grid-template-columns: 1fr;
        grid-template-rows: 5em 1fr
    }

    economic-ties-map .state-main-props .state-main-prop h4 {
        font-size: 1.6em
    }

    economic-ties-map .state-main-props .state-main-prop div {
        justify-self: center
    }

    economic-ties-map .state-main-props .state-main-prop p {
        align-self: start;
        padding: 0;
        text-align: center
    }

    economic-ties-map .state-main-props .state-main-prop img {
        width: 40px
    }
}

@media screen and (min-width:768px) {
    economic-ties-map #etm-companies-results {
        height: 24em
    }
}

@media screen and (min-width:992px) {
    economic-ties-map .state-main-props .state-main-prop {
        grid-column-gap: 2em;
        grid-template-columns: 1fr 4fr;
        grid-template-rows: 1fr
    }

    economic-ties-map .state-main-props .state-main-prop p {
        align-self: center;
        font-size: .8em
    }

    economic-ties-map .state-main-props .state-main-prop div {
        align-self: start;
        text-align: center
    }

    economic-ties-map .state-main-props .state-main-prop img {
        width: 30px
    }

    economic-ties-map .state-main-props .state-main-prop h4 {
        color: #e17000;
        font-size: 1em
    }

    economic-ties-map .state-main-props .state-main-prop p {
        text-align: left
    }

    economic-ties-map .state-main-props .state-main-prop h4 {
        font-size: 1.8em
    }

    economic-ties-map .state-main-props .state-main-prop img {
        width: 50px
    }
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem] div[role=link].external {
    position: relative
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem] div[role=link].external:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    content: "";
    display: inline-block;
    font-family: RO-Icons;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    vertical-align: middle
}

economic-ties-map .filter-tree .search-wrapper {
    display: flex;
    position: relative
}

economic-ties-map .filter-tree .search-wrapper input {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 12px 1em
}

economic-ties-map .filter-tree .search-wrapper input::-webkit-input-placeholder {
    color: #cce0f1;
    font-weight: 700
}

economic-ties-map .filter-tree .search-wrapper input::placeholder {
    color: #cce0f1;
    font-weight: 700
}

economic-ties-map .filter-tree .search-wrapper .search-icon {
    cursor: auto
}

economic-ties-map .filter-tree .search-wrapper .clear-icon {
    color: #fff
}

economic-ties-map .filter-tree .search-wrapper .clear-icon:after {
    content: "";
    font-family: RO-Icons;
    font-size: 1.28125rem
}

economic-ties-map .filter-tree .filter-tree-inner {
    margin-top: .5rem
}

economic-ties-map .filter-tree .no-results-message {
    margin: 0;
    padding: 16px
}

economic-ties-map .filter-tree .search-label {
    display: block;
    height: 1px;
    overflow: hidden;
    width: 1px
}

economic-ties-map .metadata-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

economic-ties-map .metadata-wrapper .current-selection .clear-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC43IDM0LjQiPjxwYXRoIGQ9Im00LjYwNy43NTcgMTIuNjE3IDEyLjYxN0wyOS44NDIuNzk1QTIuNTYyIDIuNTYyIDAgMCAxIDMxLjc1NC4wM2EyLjg2OCAyLjg2OCAwIDAgMSAyLjY3NiAyLjY3NyAyLjUyMyAyLjUyMyAwIDAgMS0uNzY1IDEuODM1TDIxLjAxIDE3LjIzNiAzMy42NjUgMjkuOTNjLjQ5Ny40ODIuNzczIDEuMTQ3Ljc2NSAxLjgzNWEyLjg2OCAyLjg2OCAwIDAgMS0yLjY3NiAyLjY3NyAyLjU2MiAyLjU2MiAwIDAgMS0xLjkxMi0uNzY1bC0xMi42MTgtMTIuNTgtMTIuNTc5IDEyLjU4YTIuNTYyIDIuNTYyIDAgMCAxLTEuOTEyLjc2NUEyLjg2OCAyLjg2OCAwIDAgMSAuMDIgMzEuNzI3YTIuNTIzIDIuNTIzIDAgMCAxIC43NjUtMS44MzVMMTMuNDQgMTcuMjM2Ljc0NSA0LjU0MkEyLjUyMyAyLjUyMyAwIDAgMSAuMDIgMi43MDcgMi44NjggMi44NjggMCAwIDEgMi42OTUuMDNhMi41NjIgMi41NjIgMCAwIDEgMS45MTIuNzI3eiIgZmlsbD0iIzAwN2JjNyIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 4px;
    width: 12px
}

economic-ties-map .filter-tree ul[role=tree] {
    margin: 0
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    color: #01689b;
    margin-bottom: 8px;
    padding: 0;
    -webkit-user-select: none;
    user-select: none
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem]:last-child {
    margin-bottom: 0
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem]:before {
    display: none
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem] a {
    text-decoration: none
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem] div {
    background-color: #eef7fb;
    border-radius: 10px;
    cursor: default;
    font-size: 1.265625rem;
    line-height: 1.3827160494;
    padding: .5em 1em
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem] div.company-item {
    padding: .5em 1em .5em 2em
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem] div:before {
    left: 1.5em;
    top: 1.5em
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem] div[role=link] {
    cursor: pointer
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem] div[role=link].external:before {
    left: 1.2em;
    top: 1em
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem] div[role=link]:hover {
    background-color: #e6e6e6
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem]:focus-visible {
    background-color: #b2d7ee
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem][aria-hidden=true] {
    display: none
}

economic-ties-map .filter-tree ul[role=tree] [role=treeitem][aria-checked=true] {
    background-color: #b2d7ee
}

@media screen and (min-width:768px) {
    economic-ties-map .filter-tree .search-wrapper input {
        padding: 20px 26px
    }

    economic-ties-map .filter-tree .no-results-message {
        margin: 0;
        padding: 20px 26px
    }
}