@font-face {
    font-family: "Interface";
    font-weight: normal;
    src: url("../assets/fonts/InterFace_W_Rg.eot");
    src: url("../assets/fonts/InterFace_W_Rg.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/InterFace_W_Rg.woff2") format("woff2"), url("../assets/fonts/InterFace_W_Rg.woff") format("woff");
}
@font-face {
    font-family: "Interface";
    font-weight: bold;
    src: url("../assets/fonts/InterFace_W_Bd.eot");
    src: url("../assets/fonts/InterFace_W_Bd.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/InterFace_W_Bd.woff2") format("woff2"), url("../assets/fonts/InterFace_W_Bd.woff") format("woff");
}
@font-face {
    font-family: "Interface";
    font-style: italic;
    src: url("../assets/fonts/InterFace_W_It.eot");
    src: url("../assets/fonts/InterFace_W_It.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/InterFace_W_It.woff2") format("woff2"), url("../assets/fonts/InterFace_W_It.woff") format("woff");
}
a.button, a.button:link, a.button:visited, a.button:hover, a.button:active, button {
    display: inline-block;
    padding: 10px 16px;
    box-sizing: border-box;
    color: white;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    background-color: #f47920;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none !important;
}
a.button:hover, a.button:link:hover, a.button:visited:hover, a.button:hover:hover, a.button:active:hover, button:hover {
    background-color: #1a4e79;
}
a.button:focus, a.button:link:focus, a.button:visited:focus, a.button:hover:focus, a.button:active:focus, button:focus {
    border: 2px solid #339cda;
    outline: none;
}
a.button:active, a.button:link:active, a.button:visited:active, a.button:hover:active, a.button:active:active, button:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}
a.button.button--white, a.button:link.button--white, a.button:visited.button--white, a.button:hover.button--white, a.button:active.button--white, button.button--white {
    background-color: #f47920;
    color: white !important;
}
a.button.button--white:hover, a.button:link.button--white:hover, a.button:visited.button--white:hover, a.button:hover.button--white:hover, a.button:active.button--white:hover, button.button--white:hover {
    background-color: #044c7f;
}
.callout-box {
    position: relative;
    margin: 30px 0;
    border: 1px solid #c3c6c9;
    border-radius: 6px;
}
.callout-box__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-top: -9px;
    left: 20px;
    max-width: calc(100% - 60px);
    padding: 0 10px 10px 10px;
    color: #3b3b3b;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-transform: uppercase;
    background-color: white;
    vertical-align: top;
}
.callout-box__label svg {
    padding-right: 0.5em;
}
.callout-box__title {
    color: #3b3b3b;
    font-weight: bold;
    font-size: 18px;
    padding: 0 20px 20px;
}
.callout-box__body {
    display: none;
    padding: 0 20px 20px;
}
.fade .callout-box__body {
    display: block;
    overflow: hidden;
    position: relative;
}
.fade .callout-box__body ::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 75%;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
}
.fade .is-expanded .callout-box__body {
    height: inherit;
}
.fade .is-expanded .callout-box__body ::after {
    content: none;
}
.callout-box__body p {
    margin-top: 0;
}
.callout-box__body p:last-child {
    margin-bottom: 0;
}
.callout-box__toggle {
    padding: 4px 0;
    color: #4abcbc;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    background-color: #f0f3f5;
    border-top: 1px solid #c3c6c9;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
}
.callout-box__toggle::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background-image: url("../../img/caret.svg");
    content: "";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}
.is-expanded .callout-box__toggle::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.methodology {
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 750px) {
    .methodology {
    width: 100%}
}
.methodology table {
    border-collapse: collapse;
}
.methodology tr.header {
    color: #0c5554;
    font-weight: bold;
}
.methodology tr.header td {
    padding-top: 25px;
}
.methodology tr.odd {
    background-color: #ededed;
}
.methodology td {
    padding: 3px 7px;
}
.methodology td.number {
    text-align: right;
    font-weight: bold;
}
.chapter {
    max-width: 1100px;
    margin: auto;
    padding: 1px 10px;
    font-size: 16px;
    line-height: 24px;
}
.chapter__divider {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #c3c6c9;
    margin-top: 100px;
}
.chart-callout {
    border: 1px solid #b9c1c7;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 25px 20px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}
.chart-callout label {
    font-size: 16px;
    line-height: 20px;
    color: #006aa9;
    display: block;
}
.chart-callout.small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.chart-callout.small img {
    width: 50%;
    height: 100%}
.chart-callout.small label {
    margin: 0 0 0 15px;
    width: 50%}
.chart-callout.large img {
    margin: 20px 40px;
    width: calc(100% - 80px);
}
.chart-callout::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(65, 67, 69, 0.86);
    background-image: url("../../img/svg-sprite/magnifying-glass.svg");
    background-size: 37px 37px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
.chart-callout:hover::after {
    opacity: 1;
}
.chart-link {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    color: #006aa9;
    background-color: #e8f5fc;
    box-shadow: -5px 0px 0px 0px #e8f5fc, 5px 0px 0px 0px #e8f5fc;
    cursor: pointer;
}
.chart-link::before {
    display: inline-block;
    vertical-align: baseline;
    width: 13px;
    height: 11px;
    margin: 0 4px 0 2px;
    content: "";
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    background-image: url("../../img/chart.svg");
    background-repeat: no-repeat;
}
.chart-thumb {
    position: relative;
    padding: 10px;
    line-height: 1.4em;
    border: 1px solid #b9c1c7;
    box-sizing: border-box;
    border-radius: 4px;
}
.chart-thumb::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 106, 169, 0.4);
    background-image: url("../../img/svg-sprite/magnifying-glass.svg");
    background-size: 37px 37px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
.chart-thumb:hover::after {
    opacity: 1;
}
.chart-thumb__caption {
    padding: 5px 5px 5px 20px;
}
.corncob__popup {
    font-size: 16px;
    line-height: 22px;
}
.corncob__popup .number {
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 30px;
    font-weight: bold;
    vertical-align: sub;
}
.corncob__popup sup {
    font-size: 16px;
}
.corncob__popup .swatch {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 4px;
    vertical-align: middle;
}
.corncob__popup .kernel__quintile, .corncob__popup .kernel__rank {
    padding-bottom: 10px;
}
.corncob__popup .kernel__rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px;
}
.corncob__popup .kernel__rank .number {
    padding-right: 6px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.corncob__popup .kernel__rank .label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.corncob__title.viz-label {
    margin-bottom: 10px;
}
.corncob__label .rank {
    font-weight: bold;
    fill: #006aa9;
}
.js-viz-corncob button {
    margin: 0 4px;
}
.corncob__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.corncob__header-column {
    position: relative;
    text-align: left;
    padding: 0 2px 0 18px;
    cursor: pointer;
}
.corncob__header-column.is-asc, .corncob__header-column.is-desc {
    color: #006aa9;
}
.corncob__header-column::before, .corncob__header-column::after {
    position: absolute;
    left: 2px;
    height: 0;
    width: 0;
    content: ""}
.corncob__header-column::before {
    top: calc(50% - 6px - 2px);
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #c3c6c9 transparent;
}
.corncob__header-column.is-asc::before {
    border-color: #006aa9 transparent;
}
.corncob__header-column::after {
    bottom: calc(50% - 6px - 2px);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #c3c6c9 transparent;
}
.corncob__header-column.is-desc::after {
    border-color: #006aa9 transparent;
}
.cta-datacenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    color: white;
    font-size: 26px;
    line-height: 33px;
    background-color: #ededed;
    background-image: url("../img/cta-datacenter.png");
}
.cta-datacenter__image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    background-image: url("../img/cta-datacenter-map.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.cta-datacenter__blurb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 12px;
    box-sizing: border-box;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}
.cta-datacenter__sub-blurb {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.cta-datacenter__states {
    display: block;
    margin: 20px 0;
}
.cta-datacenter__states>* {
    vertical-align: middle;
}
.cta-datacenter__states select.state-select {
    margin-right: 20px;
}
.cta-datacenter__states select.state-select::-ms-expand {
    display: none;
}
@media (max-width: 750px) {
    .cta-datacenter__image {
    display: none;
}
.cta-datacenter__blurb {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
}
.embargo {
    background-color: red;
    color: white;
    width: 100%;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
}
footer {
    color: white;
    background-color: #060e19;
    margin-top: 250px;
}
footer h2 {
    color: #4abcbc;
    margin-top: 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 38px;
    text-transform: uppercase;
}
footer .container {
    position: relative;
    top: -150px;
    padding: 0;
}
.footer__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #060e19;
    border-top: 0;
    padding: 10px 20px;
}
.footer__bottom .container a, .footer__bottom .container a:link, .footer__bottom .container a:visited, .footer__bottom .container a:hover, .footer__bottom .container a:active {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
.footer__bottom .container a:hover {
    color: #93bbba;
}
.footer__bottom .container .footer__contact, .footer__bottom .container .footer__share, .footer__bottom .container .footer__additional-resources {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    box-sizing: border-box;
}
.footer__bottom .container .footer__additional-resources {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%}
.footer__bottom .container .footer__additional-resources button {
    width: 320px;
    max-width: 100%}
.footer__bottom .container .footer__contact {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%}
.footer__bottom .container .footer__share {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%}
.footer__additional-resources {
    padding: 30px 10px;
}
.footer__additional-resources .button-holder+.button-holder {
    margin-top: 20px;
}
.footer__contact {
    padding: 30px 10px;
}
.footer__share {
    padding: 30px 10px;
}
.footer__share .social-share {
    font-size: 16px;
    text-align: center;
}
@media (max-width: 750px) {
    .footer__share .social-share {
    text-align: left;
}
}
.footer__share .social-share .social-share__label {
    display: block;
    padding-bottom: 20px;
    color: white;
}
.footer__share .social-share .social-icon {
    padding: 6px 0;
}
.footer__share .social-share .social-icon:hover svg {
    fill: #93bbba;
}
.footer__share .social-share .social-icon+.social-icon {
    padding-left: 15px;
}
.footer__share .social-share .social-icon svg {
    width: 30px;
    height: 30px;
    fill: white;
}
@media (max-width: 750px) {
    .footer__bottom {
    display: block;
}
}
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    left: -0.2em;
}
sub {
    top: 0.4em;
}
header {
    padding: 15px;
    color: #4abcbc;
    background-color: #e5f5f5;
    text-align: center;
    box-sizing: border-box;
}
header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
header .container .logo {
    margin-right: auto;
}
header .container .logo img {
    border: none;
}
header .container .logo .back-to {
    display: block;
    padding-top: 15px;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    text-align: left;
}

.hero-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 454px;
    color: white;
    background-color: #060e19;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url("../img/hero.png");
    background-image: url("../img/hero.png");
}
.hero {
    width: 1100px;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}
.hero__text {
    padding: 40px 10px;
    max-width: 700px;
/*    text-shadow: 1px 1px 10px rgba(69, 69, 69, 0.5);*/
}
.hero__title {
    margin: 0;
    max-width: 70%;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    color: #4abcbc;
}
.hero__title span {
    display: block;
    padding-top: 18px;
    font-size: 32px;
    font-weight: normal;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 12px;
}
.hero__tagline {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.hero__byline {
    padding-top: 40px;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 24px;
}
@media (max-width: 750px) {
    .hero-section {
    height: auto;
    background-image: -webkit-linear-gradient(left, #14364d, #318d9d);
    background-image: linear-gradient(to right, #14364d, #318d9d);
    }

    .footer__bottom .container {
    display: inline-block;
    }
.hero__title {
    font-size: 44px;
    line-height: 40px;
    max-width: 100%;
}
.hero__tagline {
    font-size: 20px;
    line-height: 22px;
}
.hero__byline {
    font-size: 14px;
    line-height: 16px;
}
}
.highlight {
    background-color: #ffa;
}
.highlights-list {
    padding: 0 20px;
    margin-top: 0;
}
.highlights-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0;
    color: #3b3b3b;
    font-size: 20px;
    line-height: 28px;
    list-style: none;
    border-bottom: 1px solid #c3c6c9;
}
.highlights-list li p {
    padding: 0;
    margin: 0;
}
.highlights-list li:first-child {
    padding: 0 0 20px;
}
.highlights-list li:last-child {
    border-bottom: none;
}
.highlights-list li svg {
    margin: 0 10px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    max-height: 80px;
}
.highlights-list li svg+p {
    padding: 0 30px 10px;
    width: calc(100% - 80px);
}
.highlights-list li .number {
    color: #0c5554;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 26px;
    font-weight: 700;
}
@media (max-width: 500px) {
    .highlights-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.highlights-list li svg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
}
body {
    padding: 0;
    margin: 0;
}
body.cloak {
    visibility: hidden;
}
.container {
    max-width: 1100px;
    padding: 10px;
    margin: auto;
}
img {
    max-width: 100%}
.js-viz-indicator-overall {
    position: relative;
    padding: 10px;
}
.js-viz-indicator-overall .dimension+.dimension {
    padding-top: 30px;
}
.js-viz-indicator-overall .dimension-label {
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: normal;
    letter-spacing: 0.03em;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #d3d5d7;
    cursor: pointer;
}
.js-viz-indicator-overall .dimension-label:hover {
    color: #006aa9;
}
.js-viz-indicator-overall .dimension-label::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background-image: url("../../img/caret.svg");
    content: "";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
}
.js-viz-indicator-overall .is-expanded .dimension-label::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.js-viz-indicator-overall h5 {
    font-size: 14px;
    font-weight: bold;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0;
}
.js-viz-indicator-overall .indicator {
    margin-bottom: 14px;
}
.js-viz-indicator-overall svg {
    display: block;
}
.js-viz-indicator-overall svg rect.status.worse {
    fill: #da3727;
}
.js-viz-indicator-overall svg rect.status.steady {
    fill: #e0dcd1;
}
.js-viz-indicator-overall svg rect.status.improved {
    fill: #79b742;
}
.js-viz-indicator-overall svg rect.status.active {
    stroke: #454545;
    stroke-width: 2px;
}
.js-viz-indicator-overall svg rect.hover-target {
    opacity: 0;
}
.js-viz-indicator-overall .popup {
    max-width: 380px;
    z-index: 20;
}
.js-viz-indicator-overall .indicator-overall__popup span strong {
    font-size: 30px;
    font-weight: bold;
    vertical-align: sub;
}
.js-viz-indicator-overall .indicator-overall__popup span.worse {
    color: #da3727;
}
.js-viz-indicator-overall .indicator-overall__popup span.steady {
    color: #7f7f7f;
}
.js-viz-indicator-overall .indicator-overall__popup span.improved {
    color: #79b742;
}
.js-viz-indicator-overall .indicator-overall__popup-note {
    color: #7f7f7f;
    padding-top: 20px;
    font-size: 12px;
    line-height: 14px;
}
.info-text {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    color: #006aa9;
    background-color: #e8f5fc;
    box-shadow: -5px 0px 0px 0px #e8f5fc, 5px 0px 0px 0px #e8f5fc;
    cursor: pointer;
}
.info-text.js-footnote__trigger {
    white-space: nowrap;
}
.info-text::before {
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 14px;
    margin: 0 4px 0 2px;
    content: "";
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    background-image: url("../../img/info.svg");
}
@-webkit-keyframes check {
    0% {
    width: 0;
    height: 0;
}
50% {
    width: 0;
    height: 4px;
}
100% {
    width: 8px;
    height: 4px;
}
}
@keyframes check {
    0% {
    width: 0;
    height: 0;
}
50% {
    width: 0;
    height: 4px;
}
100% {
    width: 8px;
    height: 4px;
}
}
@-webkit-keyframes uncheck {
    0% {
    width: 8px;
    height: 4px;
}
50% {
    width: 0;
    height: 4px;
}
100% {
    width: 0;
    height: 0;
}
}
@keyframes uncheck {
    0% {
    width: 8px;
    height: 4px;
}
50% {
    width: 0;
    height: 4px;
}
100% {
    width: 0;
    height: 0;
}
}
.input-checkbox {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #1a4e79;
    font-size: 18px;
}
.input-checkbox input[type="checkbox"]+span {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.input-checkbox .label {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
label.input-checkbox input[type="checkbox"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    bottom: 0px;
}
label.input-checkbox input[type="checkbox"]:active, label.input-checkbox input[type="checkbox"]:focus+span {
    border-color: #339cda;
}
label.input-checkbox input[type="checkbox"]:disabled+span {
    border-color: #d3d5d7;
}
label.input-checkbox input[type="checkbox"]:disabled+span:after {
    border-color: #c3c6c9;
}
label.input-checkbox input[type="checkbox"]:disabled ~ .label {
    color: #d3d5d7;
}
label.input-checkbox input[type="checkbox"]+span {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    background-color: #ededed;
    border: 2px solid #d3d5d7;
    border-radius: 3px;
    box-sizing: content-box;
}
label.input-checkbox input[type="checkbox"]+span:after {
    position: absolute;
    top: 8px;
    left: 2px;
    display: block;
    width: 8px;
    height: 4px;
    border-bottom: 3px solid #006aa9;
    border-left: 3px solid #006aa9;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}
label.input-checkbox input[type="checkbox"]:checked+span:after {
    opacity: 1;
}
.js-viz-intro-map svg path {
    fill: none;
    stroke: #e803b1;
    stroke-width: 1px;
}
.js-viz-intro-map svg circle.hrr-dot {
    fill: #e803b1;
    stroke: #e803b1;
    stroke-opacity: .5;
    stroke-width: 7px;
}
.location-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 23px;
}
.location-header>div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
div.location-legend {
    padding-left: 12px;
}
.location-legend__title {
    color: #454545;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-align: left;
    text-transform: uppercase;
}
.location-legend__legend {
    display: inline-block;
    margin-right: 10px;
    color: #454545;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.location-legend__legend::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 3px;
    content: ""}
.location-legend__legend.improved-full::before {
    background-color: #79b742;
}
.location-legend__legend.improved-half::before {
    background-color: #bae0a9;
}
.location-legend__legend.steady::before {
    background-color: #e0dcd1;
}
.location-legend__legend.worse-half::before {
    background-color: #f3b7b0;
}
.location-legend__legend.worse-full::before {
    background-color: #da3727;
}
.location-legend__legend.medicaid::before {
    background-color: #e8ba1a;
    border-radius: 50%}
.js-viz-location-overall__typeahead {
    width: 100%}
.js-viz-location-overall__typeahead .twitter-typeahead {
    display: block !important;
    width: 100%;
    margin: 0 auto;
}
.js-viz-location-overall {
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.js-viz-location-overall .y-label line {
    stroke: #808285;
    stroke-width: 2px;
    shape-rendering: crispEdges;
}
.js-viz-location-overall .y-label text {
    text-anchor: middle;
    font-size: 12px;
    fill: #7f7f7f;
    font-weight: bold;
}
.js-viz-location-overall .y-label rect.background {
    fill: #fff;
}
.js-viz-location-overall marker path {
    fill: #808285;
}
.js-viz-location-overall path.continuity-line {
    fill: none;
    stroke: #808285;
    stroke-width: 1px;
}
.js-viz-location-overall .location-dot {
    fill: #e8ba1a;
}
.js-viz-location-overall rect.status {
    shape-rendering: geometricPrecision;
}
.js-viz-location-overall rect.status.steady {
    fill: #e0dcd1;
}
.js-viz-location-overall rect.status.improved-full {
    fill: #79b742;
}
.js-viz-location-overall rect.status.improved-half {
    fill: #bae0a9;
}
.js-viz-location-overall rect.status.worse-full {
    fill: #da3727;
}
.js-viz-location-overall rect.status.worse-half {
    fill: #f3b7b0;
}
.js-viz-location-overall rect.indicator-dot.steady {
    fill: #e0dcd1;
}
.js-viz-location-overall rect.indicator-dot.improved-full {
    fill: #79b742;
}
.js-viz-location-overall rect.indicator-dot.improved-half {
    fill: #bae0a9;
}
.js-viz-location-overall rect.indicator-dot.worse-full {
    fill: #da3727;
}
.js-viz-location-overall rect.indicator-dot.worse-half {
    fill: #f3b7b0;
}
.js-viz-location-overall rect.indicator-dot.na {
    stroke: #c3c6c9;
    stroke-width: 1px;
}
.js-viz-location-overall pattern path {
    stroke: #7f7f7f;
    stroke-width: 1px;
}
.js-viz-location-overall .active-location text.label {
    text-anchor: middle;
    text-transform: uppercase;
}
.js-viz-location-overall path.close {
    cursor: pointer;
    fill: #c3c6c9;
}
.js-viz-location-overall path.close:hover {
    fill: #1a4e79;
}
.js-viz-location-overall .hover-zone {
    opacity: 0;
}
.js-viz-location-overall .popup__title {
    text-transform: none;
    white-space: normal;
    font-weight: bold;
}
.js-viz-location-overall .location-overall__popup sup {
    font-size: 16px;
}
.js-viz-location-overall .location-overall__popup table {
    width: 100%}
.js-viz-location-overall .location-overall__popup td {
    text-align: center;
}
.js-viz-location-overall .location-overall__popup td span {
    white-space: nowrap;
    font-size: 16px;
    padding: 0 10px;
}
.js-viz-location-overall .location-overall__popup td strong {
    font-size: 32px;
    font-weight: bold;
    vertical-align: sub;
    margin-left: 3px;
}
.js-viz-location-overall .location-overall__popup td strong.worse {
    color: #da3727;
}
.js-viz-location-overall .location-overall__popup td strong.steady {
    color: #7f7f7f;
}
.js-viz-location-overall .location-overall__popup td strong.improved {
    color: #79b742;
}
.mobile-warning-holder {
    display: none;
    position: relative;
    padding-bottom: 30px;
}
@media (max-width: 750px) {
    .mobile-warning-holder {
    display: block;
}
}
.mobile-warning {
    padding: 30px;
    text-align: center;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 1.5em;
    color: #044c7f;
    background-color: white;
    box-shadow: 0px 3px 25px #ccc;
}
.mobile-warning .svg-alert {
    display: block;
    margin: 0 auto 10px;
}
.mobile-warning__alert {
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25em;
    color: #044c7f;
    fill: #044c7f;
    padding-bottom: 20px;
}
.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 40;
    cursor: pointer;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.modal-background.is-hidden {
    opacity: 0;
}
.modal-popup {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 30px;
    max-height: 100%;
    max-width: 100%;
    border-radius: 2px;
    border: 1px solid #c3c6c9;
    background-color: white;
    z-index: 21;
    cursor: default;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.is-hidden .modal-popup {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.modal-popup .modal-html {
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.modal-popup .modal-html img {
    max-width: 100%;
    max-height: 100%}
.modal-popup .modal-image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.modal-popup .modal-title {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-weight: bold;
}
.modal-popup__close {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 10px 10px 3px 3px;
    cursor: pointer;
    box-sizing: content-box;
    fill: #c3c6c9;
}
.modal-popup__close:hover {
    fill: #1a4e79;
}
.js-modal .js-modal-title, .js-modal .js-modal-html {
    display: none;
}
.nav-holder {
    margin: 0 0 10px 0;
}
nav {
    background-color: #e5f5f5;
    z-index: 30;
    border-bottom: 1px solid #c3c6c9;
}
nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 0;
}
@media (max-width: 750px) {
    nav .container {
    display: block;
}
}
a.nav-item, a.nav-item:link, a.nav-item:visited, a.nav-item:active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 20%;
    padding: 6px;
    line-height: 20px;
    color: #4abcbc;
    text-decoration: none;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
}
a.nav-item:hover, a.nav-item:link:hover, a.nav-item:visited:hover, a.nav-item:active:hover {
    border-color: #4abcbc;
}
a.nav-item.is-current, a.nav-item:link.is-current, a.nav-item:visited.is-current, a.nav-item:active.is-current {
    color: #f47920;
    border-color: #f47920;
}
@media (max-width: 750px) {
    a.nav-item, a.nav-item: link, a.nav-item:visited, a.nav-item:active {
    display: block;
    width: auto;

}

a.nav-item, a.nav-item:link, a.nav-item:visited, a.nav-item:active {
    width: 100%;
    padding: 12px;
    margin: 8px;
}
}
.nav-item__number {
    padding-right: 10px;
    font-size: 44px;
}
.nav-item__text {
    font-size: 15px;
    display: inline-block;
    max-width: 80%}
.popup {
    position: absolute;
    min-width: 240px;
    max-width: 360px;
    background-color: #fff;
    border-radius: 2px;
    opacity: 1;
    visibility: visible;
    z-index: 15;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-sizing: content-box;
    border: 1px solid #c3c6c9;
    -webkit-transition: opacity 250ms, visibility 250ms, -webkit-transform 250ms;
    transition: opacity 250ms, visibility 250ms, -webkit-transform 250ms;
    transition: transform 250ms, opacity 250ms, visibility 250ms;
    transition: transform 250ms, opacity 250ms, visibility 250ms, -webkit-transform 250ms;
}
.popup.is-triangle-top {
    box-shadow: 0 -2px 30px 0px rgba(0, 0, 0, 0.2);
}
.popup.is-triangle-right {
    box-shadow: 2px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.popup.is-triangle-bottom {
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.2);
}
.popup.is-triangle-left {
    box-shadow: -2px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.popup__title {
    padding: 15px 23px;
    padding-right: 29px;
    background-color: #ededed;
    border-bottom: 1px solid #c3c6c9;
}
.popup__title:empty {
    padding: 0;
    border: 0;
}
.popup__content {
    padding: 20px 30px 20px 20px;
    font-size: 14px;
    line-height: 18px;
}
.popup__x-icon {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 10px 10px 3px 3px;
    cursor: pointer;
    box-sizing: content-box;
    fill: #c3c6c9;
}
.popup__x-icon:hover {
    fill: #1a4e79;
}
.popup__triangle {
    position: absolute;
    content: "";
    height: 10px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
}
.is-triangle-top .popup__triangle {
    top: 0;
    left: 50%}
.is-triangle-top .popup__triangle:after, .is-triangle-top .popup__triangle:before {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    border: solid transparent;
    content: " ";
    box-sizing: content-box;
    top: auto;
    bottom: 100%;
    right: auto;
    left: auto;
}
.is-triangle-top .popup__triangle:after {
    border-color: transparent;
    border-width: 10px;
    margin-top: auto;
    margin-left: -10px;
    border-bottom-color: #ededed;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.is-triangle-top .popup__triangle:before {
    border-color: transparent;
    border-width: 12px;
    margin-top: auto;
    margin-left: -12px;
    border-bottom-color: #c3c6c9;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.is-triangle-top.no-title .popup__triangle:after, .is-triangle-top.no-title .popup__triangle:before {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    border: solid transparent;
    content: " ";
    box-sizing: content-box;
    top: auto;
    bottom: 100%;
    right: auto;
    left: auto;
}
.is-triangle-top.no-title .popup__triangle:after {
    border-color: transparent;
    border-width: 10px;
    margin-top: auto;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.is-triangle-top.no-title .popup__triangle:before {
    border-color: transparent;
    border-width: 12px;
    margin-top: auto;
    margin-left: -12px;
    border-bottom-color: #c3c6c9;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.is-triangle-right .popup__triangle {
    top: 50%;
    right: 0;
}
.is-triangle-right .popup__triangle:after, .is-triangle-right .popup__triangle:before {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    border: solid transparent;
    content: " ";
    box-sizing: content-box;
    top: auto;
    bottom: auto;
    right: auto;
    left: 100%}
.is-triangle-right .popup__triangle:after {
    border-color: transparent;
    border-width: 10px;
    margin-top: -10px;
    margin-left: auto;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
}
.is-triangle-right .popup__triangle:before {
    border-color: transparent;
    border-width: 12px;
    margin-top: -12px;
    margin-left: auto;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: #c3c6c9;
    border-right-color: transparent;
}
.is-triangle-bottom .popup__triangle {
    bottom: 0;
    left: 50%}
.is-triangle-bottom .popup__triangle:after, .is-triangle-bottom .popup__triangle:before {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    border: solid transparent;
    content: " ";
    box-sizing: content-box;
    top: 100%;
    bottom: auto;
    right: auto;
    left: auto;
}
.is-triangle-bottom .popup__triangle:after {
    border-color: transparent;
    border-width: 10px;
    margin-top: auto;
    margin-left: -10px;
    border-bottom-color: transparent;
    border-top-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
}
.is-triangle-bottom .popup__triangle:before {
    border-color: transparent;
    border-width: 12px;
    margin-top: auto;
    margin-left: -12px;
    border-bottom-color: transparent;
    border-top-color: #c3c6c9;
    border-left-color: transparent;
    border-right-color: transparent;
}
.is-triangle-left .popup__triangle {
    top: 50%;
    left: 0;
}
.is-triangle-left .popup__triangle:after, .is-triangle-left .popup__triangle:before {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    border: solid transparent;
    content: " ";
    box-sizing: content-box;
    top: auto;
    bottom: auto;
    right: 100%;
    left: auto;
}
.is-triangle-left .popup__triangle:after {
    border-color: transparent;
    border-width: 10px;
    margin-top: -10px;
    margin-left: auto;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #fff;
}
.is-triangle-left .popup__triangle:before {
    border-color: transparent;
    border-width: 12px;
    margin-top: -12px;
    margin-left: auto;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #c3c6c9;
}
select {
    display: inline-block;
    padding: 10px 35px 10px 15px;
    box-sizing: border-box;
    color: #006aa9;
    font-size: 16px;
    line-height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: #eee;
    background-image: url("../../img/down-arrow.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}
.js-viz-ses-scatter__typeahead {
    width: 100%}
.js-viz-ses-scatter__typeahead .twitter-typeahead {
    display: block !important;
    width: 350px;
    line-height: 35px;
}
.viz-ses-scatter-holder {
    overflow: visible;
}
.viz-ses-scatter-holder svg {
    overflow: visible;
}
.js-viz-ses-scatter {
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.js-viz-ses-scatter circle.dot {
    fill: #7f7f7f;
    -webkit-transition: fill 100ms;
    transition: fill 100ms;
}
.js-viz-ses-scatter circle.dot.old {
    fill: #fff;
    stroke: #006aa9;
    stroke-width: 1px;
    opacity: 0;
}
.js-viz-ses-scatter circle.dot.old.show {
    opacity: 1;
}
.js-viz-ses-scatter .dot-hovered circle.dot {
    fill: #eaeaea;
}
.js-viz-ses-scatter .dot-hovered circle.dot.active {
    fill: #006aa9;
}
.js-viz-ses-scatter text.active-label, .js-viz-ses-scatter text.historic-label {
    opacity: 0;
    font-weight: bold;
    font-size: 14px;
}
.js-viz-ses-scatter text.active-label.show, .js-viz-ses-scatter text.historic-label.show {
    opacity: 1;
}
.js-viz-ses-scatter line.threshold {
    stroke-width: 2px;
}
.js-viz-ses-scatter line.threshold.poverty {
    stroke: #fcb67d;
}
.js-viz-ses-scatter line.threshold.performance {
    stroke: #fcb67d;
}
.js-viz-ses-scatter text.pov-perf-label {
    text-anchor: middle;
    fill: #ff7300;
    font-size: 12px;
}
.js-viz-ses-scatter pattern path {
    stroke: #fcb67d;
    stroke-width: 1px;
}
.js-viz-ses-scatter marker path {
    fill: #c3c6c9;
}
.js-viz-ses-scatter .axis {
    shape-rendering: crispEdges;
}
.js-viz-ses-scatter .axis line, .js-viz-ses-scatter .axis path {
    stroke: #eaeaea;
    stroke-width: 1px;
    fill: none;
}
.js-viz-ses-scatter .axis.arrows path {
    stroke-width: 2px;
    stroke: #c3c6c9;
}
.js-viz-ses-scatter .axis text {
    font-size: 12px;
    fill: #7f7f7f;
    font-weight: bold;
}
.js-viz-ses-scatter text.median, .js-viz-ses-scatter text.pov {
    font-size: 12px;
    fill: #ff7300;
}
.js-viz-ses-scatter .popup .worse {
    color: #da3727;
}
.js-viz-ses-scatter .popup .steady {
    color: #7f7f7f;
}
.js-viz-ses-scatter .popup .improved {
    color: #79b742;
}
.js-viz-ses-scatter .popup .change {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
.js-viz-ses-scatter .popup .number {
    font-size: 28px;
    font-weight: bold;
    vertical-align: middle;
}
.js-viz-ses-scatter .popup .number sup {
    font-size: 16px;
}
.js-viz-ses-scatter .popup .indicator-label {
    padding: 20px 6px 0;
    font-size: 16px;
}
.js-viz-ses-scatter .popup .year-label {
    font-size: 16px;
    line-height: 22px;
}
.js-viz-ses-scatter .popup .low-income-residents {
    padding-top: 4px;
    line-height: 16px;
}
.js-viz-ses-scatter .popup .low-income-residents span {
    font-size: 16px;
    line-height: 16px;
    vertical-align: baseline;
}
.js-viz-ses-scatter .popup .low-income-residents .number {
    font-size: 16px;
    line-height: 20px;
}
.js-viz-ses-scatter .popup .low-income-residents .number sup {
    font-size: 10px;
}
.js-viz-ses-scatter .popup .popup__content {
    padding: 20px 10px;
}
.js-viz-ses-scatter .popup table {
    width: 100%;
    text-align: center;
}
.js-viz-ses-scatter .popup table th {
    font-weight: normal;
    vertical-align: bottom;
}
.js-viz-ses-scatter .popup table td {
    padding: 0 6px;
    vertical-align: top;
}
.social-icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.social-icon svg {
    width: 18px;
    height: 18px;
    fill: #044c7f;
}
.social-icon:hover svg {
    fill: #006aa9;
}
.social-share {
    color: #044c7f;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 50px;
}
.social-share__label {
    display: inline-block;
}
@media (max-width: 750px) {
    .social-share__label {
    display: block;
    line-height: 1em;
}
}
.js-viz-spread-expanded {
    pointer-events: none;
    background-color: #fff;
    opacity: 0;
    z-index: 5;
    padding: 10px;
    position: absolute;
    top: 0;
    border: 1px solid #c3c6c9;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    box-sizing: border-box;
}
.js-viz-spread-expanded .close {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 10px 10px 3px 3px;
    cursor: pointer;
    box-sizing: content-box;
    fill: #c3c6c9;
}
.js-viz-spread-expanded .close:hover {
    fill: #1a4e79;
}
.js-viz-spread-expanded .better-worse {
    font-size: 12px;
    font-weight: bold;
    fill: #7f7f7f;
}
.js-viz-spread-expanded .title {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 16px;
}
.js-viz-spread-expanded marker path {
    fill: #c3c6c9;
}
.js-viz-spread-expanded rect.bar {
    fill: #c3c6c9;
}
.js-viz-spread-expanded rect.bar.highlight {
    fill: #006aa9;
}
.js-viz-spread-expanded .difference path {
    stroke: #ff7300;
    stroke-width: 2px;
    shape-rendering: crispEdges;
    stroke-dasharray: 5, 5;
}
.js-viz-spread-expanded .difference line {
    stroke: #ff7300;
    stroke-width: 2px;
}
.js-viz-spread-expanded .difference text {
    fill: #525455;
    text-anchor: end;
    font-size: 18px;
    font-weight: bold;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.js-viz-spread-expanded .axis {
    shape-rendering: crispEdges;
}
.js-viz-spread-expanded .axis.x line, .js-viz-spread-expanded .axis.x path {
    stroke: transparent;
    fill: none;
    opacity: 0;
}
.js-viz-spread-expanded .axis.y line {
    opacity: 0;
}
.js-viz-spread-expanded .axis.y path {
    opacity: 0;
}
.js-viz-spread-expanded .axis.y text {
    font-size: 12px;
}
.js-viz-spread-expanded .axis.arrows path {
    stroke-width: 2px;
    stroke: #c3c6c9;
    fill: none;
}
.js-viz-spread-expanded .axis text {
    font-size: 14px;
    fill: #20262c;
    font-weight: bold;
}
.js-viz-spread {
    position: relative;
    z-index: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.js-viz-spread.fade {
    opacity: 0.2;
    pointer-events: none;
}
.js-viz-spread h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #d3d5d7;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
}
.js-viz-spread .group {
    margin-bottom: 10px;
}
.js-viz-spread .chart {
    display: inline-block;
    cursor: pointer;
}
.js-viz-spread .chart h2 {
    font-weight: normal;
    font-size: 10px;
    margin: 3px 5px;
    height: 20px;
}
.js-viz-spread svg path.perf {
    fill: #808285;
    stroke: none;
}
.js-viz-spread svg rect.bar {
    fill: #0C375E;
    stroke: none;
}
.js-viz-spread svg path.axis {
    stroke: #aba;
    stroke-width: 1px;
    fill: none;
}
.svg-download {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    width: 18px;
    height: 18px;
    fill: white;
}
.svg-location-pin {
    width: 15px;
    height: 20px;
    fill: #34a9a8;
}
.svg-question-mark {
    width: 20px;
    height: 20px;
    fill: #34a9a8;
}
.svg-map-pin {
    width: 20px;
    height: 20px;
    fill: #34a9a8;
}
.svg-x {
    width: 16px;
    height: 16px;
}
.svg-globe {
    width: 110px;
    height: 110px;
    fill: #5e9d43;
}
.svg-bandage {
    width: 110px;
    height: 110px;
    fill: #34a9a8;
}
.svg-child {
    width: 70px;
    height: 118px;
    fill: #34a9a8;
}
.svg-doctor {
    width: 76px;
    height: 102px;
    fill: #5a5e68;
}
.svg-ambulance {
    width: 110px;
    height: 83px;
    fill: #34a9a8;
}
.svg-elderly {
    width: 50px;
    height: 70px;
    fill: #5a5e68;
}
.svg-heart {
    width: 111px;
    height: 107px;
    fill: #5e9d43;
}
.svg-hospital {
    width: 110px;
    height: 108px;
    fill: #5e9d43;
}
.svg-medication {
    width: 110px;
    height: 111px;
    fill: #5a5e68;
}
.svg-alert {
    height: 55px;
    width: 66px;
}
.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}
.two-column p {
    margin-top: 0;
}
.is-stacked .two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 900px) {
    .two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
.two-column__large {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 60%;
    box-sizing: border-box;
}
.is-stacked .two-column__large {
    max-width: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
@media (max-width: 900px) {
    .two-column__large {
    max-width: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}
.two-column__small {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 40%;
    box-sizing: border-box;
}
.is-stacked .two-column__small {
    max-width: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
@media (max-width: 900px) {
    .two-column__small {
    max-width: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}
.is-stacked .two-column__viz {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
@media (max-width: 900px) {
    .two-column__viz {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
}
.twitter-typeahead {
    position: relative;
    height: 38px;
}
.twitter-typeahead::after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("../../img/search.svg");
    right: 8px;
    top: 8px;
}
.typeahead {
    width: 100%;
    display: block;
    height: 38px;
    padding: 0px 36px 0 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    border: 1px solid #b9c1c7;
    border-radius: 5px;
    background-color: #ebeced;
    outline: none;
    color: #20262c;
    box-sizing: border-box;
}
.typeahead::-webkit-input-placeholder {
    font-weight: normal;
    color: #bbbdbf;
}
.typeahead::-moz-placeholder {
    font-weight: normal;
    color: #bbbdbf;
}
.typeahead:-ms-input-placeholder {
    font-weight: normal;
    color: #bbbdbf;
}
.typeahead::placeholder {
    font-weight: normal;
    color: #bbbdbf;
}
.typeahead.tt-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #006aa9;
}
.tt-hint {
    color: #525455;
    background-color: #f0f3f5 !important;
}
.tt-menu {
    position: relative;
    width: 100%;
    margin-top: -1px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #006aa9;
    max-height: 350px;
    overflow-y: auto;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tt-suggestion {
    padding: 6px 18px;
    line-height: 24px;
    text-align: start;
    font-size: 14px;
    font-weight: bold;
    color: #20262c;
    border-color: #006aa9;
}
.tt-suggestion.tt-cursor, .tt-suggestion:hover {
    color: #006aa9;
    cursor: pointer;
}
.tt-suggestion p {
    margin: 0;
}
body {
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #20262c;
}
a, a:link, a:visited, a:hover, a:active {
    color: #4abcbc;
    text-decoration: none;
}
a:hover {
    color: #044c7f;
}
p {
    margin-top: 0;
}
h2 {
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 36px;
/*    letter-spacing: 0.025em;*/
    line-height: 40px;
/*    text-transform: uppercase;*/
    color: #f47920;
    font-weight: normal;
}

h3 {
    margin: 25px 0 0 0;
    font-size: 24px;
    line-height: 30px;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #044c7f;
    font-weight: normal;
}
h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #d3d5d7;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #4abcbc;
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

.location-label {
    font-family: "Interface", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 20px;
}
.indicator-label {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.viz-label {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #044c7f;
}
.dimension-label {
    font-weight: bold;
    text-transform: uppercase;
}
.sticky .viz-section {
    position: relative;
    padding: 0 60% 0 0;
    margin-bottom: 60px;
}
.sticky .viz-section .viz-section__viz-holder, .sticky .viz-section .viz-section__not-sticky {
    position: absolute;
    top: 0;
    right: 0;
    left: 40%;
    width: auto;
    padding-left: 50px;
    padding-right: 0;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}
.sticky .viz-section.viz-section--viz-left {
    padding: 0 0 0 60%}
.sticky .viz-section.viz-section--viz-left .viz-section__viz-holder, .sticky .viz-section.viz-section--viz-left .viz-section__not-sticky {
    position: absolute;
    top: 0;
    right: 40%;
    left: 0;
    padding-left: 0;
    padding-right: 50px;
}
.viz-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    text-align: center;
    background-color: #cce;
    box-sizing: border-box;
}
.slope-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 100%;
    padding: 0 10px 40px 0;
}
.slope-chart .slope-chart__left, .slope-chart .slope-chart__right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.slope-chart .slope-chart__left {
    padding-right: 2px;
}
.slope-chart .slope-chart__right {
    padding-left: 2px;
    margin-left: -20px;
}
.slope-chart .slope-chart__lines {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: -20px;
}
.slope-chart__column-title {
    color: #0c5554;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.slope-chart__left .slope-chart__column-title {
    text-align: right;
}
.slope-chart__lines svg {
    width: 100%;
    height: 100%}
.slope-chart__lines line {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
.slope-chart__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    cursor: default;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
.slope-chart__left .slope-chart__location {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.slope-chart__location-dot {
    display: inline-block;
    margin: 0 2px;
    width: 6px;
    height: 6px;
    background-color: #e8ba1a;
    border-radius: 50%;
    content: ""}
.slope-chart__location-dot.is-hidden {
    visibility: hidden;
}
.is-location-dimmed .slope-chart__location-dot {
    opacity: .3;
}
.slope-chart__location-name, .slope-chart__location-rank {
    display: inline-block;
    padding: 0 3px;
    height: 16px;
    line-height: 14px;
    box-sizing: border-box;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.is-tied .slope-chart__location-name, .is-tied .slope-chart__location-rank {
    background-color: none;
}
.is-single .slope-chart__location-name, .is-single .slope-chart__location-rank {
    background-color: none;
}
.slope-chart__left .slope-chart__location-name {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.slope-chart__left .is-last-in-group .slope-chart__location-name {
    border-bottom-right-radius: 4px;
}
.slope-chart__right .slope-chart__location-name {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.slope-chart__right .is-last-in-group .slope-chart__location-name {
    border-bottom-left-radius: 4px;
}
.is-last-in-group.slope-chart__left .slope-chart__location-name {
    border-bottom-right-radius: 4px;
}
.has-tied-before .slope-chart__location-name {
    border-top: none;
}
.has-tied-after .slope-chart__location-name {
    border-bottom: none;
}
.is-location-dimmed .slope-chart__location-name {
    opacity: .3;
}
.slope-chart__location-rank {
    min-width: 20px;
    text-align: center;
    font-weight: bold;
}
.slope-chart__left .slope-chart__location-rank {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.slope-chart__right .slope-chart__location-rank {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.has-tied-before .slope-chart__location-rank {
    visibility: hidden;
}
.has-tied-after .slope-chart__location-rank {
    border-bottom: none;
}
.is-location-dimmed .slope-chart__location-rank {
    background-color: none;
}
.is-rank-dimmed .slope-chart__location-rank {
    opacity: .3;
}
.slope-chart__indicator-selector {
    margin-bottom: 10px;
}
.slope-chart__indicator-selector select {
    margin-right: 24px;
}
.slope-chart__indicator-selector select::-ms-expand {
    display: none;
}
.slope-chart__indicator-selector label {
    white-space: nowrap;
    font-size: 15px;
}
.note {
    font-size: 14px;
}
/*# sourceMappingURL=index-generated.css.map */
