#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container.mid {
    max-width: 1200px;
    margin: auto;
}

#header {
    border-bottom: 1px solid #cccccc;
    line-height: 0px;
}

.center {
    text-align: center;
}

.img-responsive {
    max-width: 100%;
}

.auto {
    margin: auto !important;
}

.no-float {
    float: none !important;
}

.space-top {
    margin-top: 3rem;
}
.left {
    text-align: left;
}
.subhead {
    font-size: 17px;
    font-family: "DIN-Medium", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.167;
}
#map {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.box {
    background: #e5e5e5;
    padding-top: 1rem;
}
.box .desc {
    font-size: 18px;
    font-family: "DIN-Black", sans-serif;
    color: rgb(0, 0, 0);
}
.box .details {
    background: #ffcd1e;
    font-size: 15px;
    font-family: "DIN-Black", sans-serif;
    color: rgb(0, 0, 0);
    text-align: left;
}
.box .details span {
    font-family: "DIN-Black", sans-serif;
    color: rgb(0, 0, 0);
    text-align: left;
}
.box .details .num {
    background: #f37421;
    font-size: 21px;
    font-family: "DIN-Black", sans-serif;
    color: rgb(255, 255, 255);
    padding: 0.15rem 0.5rem;
}
table.one {
    width: 100%;
}
table.one td {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 18px;
    font-family: "DIN-Medium", sans-serif;
    color: rgb(0, 0, 0);
}
table.one tr td:nth-child(2) {
    width: 80%;
}
table.one tr td:first-child {
    text-align: center;
}
table.one tr td:last-child {
    text-align: right;
}
table.one.left tr:nth-child(even) {
    background: #fde3d3;
}
table.one.right tr:nth-child(even) {
    background: #fff5d2;
}
.grey-highlight {
    background: #e2e2e2;
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-family: "DIN-Medium", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.167;
}
.mt-10px {
    margin-top: 10px;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-4 {
    margin-top: 4rem;
}
.pd-1 {
    padding: 1rem;
}
.bb {
    box-sizing: border-box;
}
.text-details {
    color: rgb(0, 0, 0);
}
.text-details h2 {
    font-weight: normal;
    font-family: "DIN-Medium", sans-serif;
}
.text-details .em {
    font-family: "DIN-MediumItalic", sans-serif;
}

.modal {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0,0,0,0.3);
}
.modal.light {
    background: rgba(255, 255, 255, 0.3);
}
.cls-1, .michigan .cls-1, .new-york .cls-1 {
    fill: #f37522;
    cursor: pointer;
}
.cls-1:hover, .michigan:hover .cls-1, .new-york:hover .cls-1{
    fill: #f38b25;
}

.cls-2 {
    fill: #fff;
}

.cls-10, .cls-11, .cls-3 {
    fill: none;
}

.cls-3 {
    stroke: #fff;
    stroke-miterlimit: 1;
}

.cls-11, .cls-3 {
    stroke-width: 0.5px;
}

.cls-4, .cls-6 {
    font-size: 5.5px;
    fill: #8b8f9e;
    font-family: MyriadPro-Regular, Myriad Pro, sans-serif;
}

.cls-4, .cls-9 {
    letter-spacing: 0.1em;
}

.cls-5 {
    letter-spacing: 0.11em;
}

.cls-6 {
    letter-spacing: 0.1em;
}

.cls-7 {
    letter-spacing: 0.05em;
}

.cls-8 {
    letter-spacing: 0.04em;
}

.cls-10 {
    stroke: #f37523;
    stroke-width: 0.05px;
}

.cls-10, .cls-11 {
    stroke-miterlimit: 10;
}

.cls-11 {
    stroke: #8b8f9e;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table.one;
    transition: opacity .3s ease;
}
.modal-mask.light {
    background-color: rgba(255, 255, 255, .5);
}

.modal-wrapper {
    display: table.one-cell;
    vertical-align: middle;
    margin-top: 12rem;
}

.modal-container {
    border-radius: 10px;
    width: 486px;
    margin: 0px auto;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    max-width: 90%;
}

.modal-header {
    background: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.modal-body {
    text-align: center;
    padding: 1rem;
    background: url(../../../../../images/default-source/immigration-map/modal-background.jpg) top center;
    background-size: cover;
    color: #fff;
}
    .modal-body p {
        font-size: 13px;
        font-family: "DIN-Medium", sans-serif;
        color: rgb(255, 255, 255);
        line-height: 1.167;
    }
    a.blue-button {
        cursor: pointer;
        background: #3871c3;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        font-family: "DIN-Black", sans-serif;
        color: rgb(255, 255, 255);
        line-height: 1.167;
        padding: 0.5rem 4rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
.state-details .modal-container {
    width: 600px;
}

.state-details .modal-header {
    position: relative;
    background: #ffce1e;
    min-height: 50px;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
}
.state-details .modal-header span {
    font-size: 24px;
    font-family: "DIN-Medium", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 0.938;
    text-align: left;
    float: left;
}
.state-details .modal-header img.state-icon {
    position: absolute;
    top: -27px;
    left: 47.2%;
}
.state-details .modal-header img.close {
    float: right;
    cursor: pointer;
}

.state-details .modal-body {
    background: #fff;
    padding: 0;
}
.state-details .modal-body .row [class^=col] {
    margin: 0;
}
.state-details .modal-body .row .modal-left {
    width: 45%;
    float: left;
}
.state-details .modal-body .row .modal-right {
    width: 55%;
    float: right;
}
.state-details .modal-body p {

}
.state-details .modal-body .row div:last-child {
    background: url(../../../../../images/default-source/immigration-map/modal-details-background.jpg) top left;
    background-size: cover;
}
table.state-table {
    width: 100%;
}
table.state-table tr td {
    border-bottom: 1px solid #CCC;
}
table.state-table tr td:first-child {
    width: 50%;
    font-size: 12px;
    font-family: "DIN-Medium", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 2.5;
}
table.state-table tr td:last-child {
    text-align: center;
    font-size: 12px;
    font-family: "DIN-Medium", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 2.5;
}
.fa-caret-down {
    font-size: 80%;
    color: #ffcd1e;
}
.fa-caret-up {
    font-size: 80%;
    color: #f37421;
}
.difference {
    text-align: left;
    display: inline-block;
    width: 75px;
}

div.chart-title {
    font-size: 16px;
    font-family: "DIN-Black", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.125;
}

/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
.highcharts-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: normal;
    z-index: 0;
    /* #1072 */
    -webkit-tap-highlight-color: transparent;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.highcharts-root {
    display: block;
}

.highcharts-root text {
    stroke-width: 0;
}

.highcharts-strong {
    font-weight: bold;
}

.highcharts-emphasized {
    font-style: italic;
}

.highcharts-anchor {
    cursor: pointer;
}

.highcharts-background {
    fill: transparent;
}

.highcharts-plot-border, .highcharts-plot-background {
    fill: none;
}

.highcharts-label-box {
    fill: none;
}

.highcharts-button-box {
    fill: inherit;
}

.highcharts-tracker-line {
    stroke-linejoin: round;
    stroke: rgba(192, 192, 192, 0.0001);
    stroke-width: 22;
    fill: none;
}

.highcharts-tracker-area {
    fill: rgba(192, 192, 192, 0.0001);
    stroke-width: 0;
}

/* Titles */
.highcharts-title {
    fill: #ffffff;
    font-size: 1.5em;
}

.highcharts-subtitle {
    fill: #ffffff;
}

/* Axes */
.highcharts-axis-line {
    fill: none;
    stroke: #ffffff;
}

.highcharts-yaxis .highcharts-axis-line {
    stroke-width: 0;
}

.highcharts-axis-title {
    fill: #ffffff;
}

.highcharts-axis-labels {
    color: #ffffff;
    fill: #ffffff;
    cursor: default;
    font-size: 0.9em;
}
.highcharts-axis-labels text {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.highcharts-grid-line {
    fill: none;
    stroke: #ffffff;
}

.highcharts-xaxis-grid .highcharts-grid-line {
    stroke-width: 0px;
}

.highcharts-tick {
    stroke: #ffffff;
}

.highcharts-yaxis .highcharts-tick {
    stroke-width: 0;
}

.highcharts-minor-grid-line {
    stroke: #ffffff;
}

.highcharts-crosshair-thin {
    stroke-width: 1px;
    stroke: #ffffff;
}

.highcharts-crosshair-category {
    stroke: #ffffff;
    stroke-opacity: 0.25;
}

/* Credits */
.highcharts-credits {
    cursor: pointer;
    fill: #ffffff;
    font-size: 0.7em;
    transition: fill 250ms, font-size 250ms;
}

.highcharts-credits:hover {
    fill: black;
    font-size: 1em;
}

/* Tooltip */
.highcharts-tooltip {
    cursor: default;
    pointer-events: none;
    white-space: nowrap;
    transition: stroke 150ms;
}

.highcharts-tooltip text {
    fill: #333333;
}

.highcharts-tooltip .highcharts-header {
    font-size: 0.85em;
}

.highcharts-tooltip-box {
    stroke-width: 1px;
    fill: #ffffff;
    fill-opacity: 0.85;
}

.highcharts-tooltip-box .highcharts-label-box {
    fill: #ffffff;
    fill-opacity: 0.85;
}

.highcharts-selection-marker {
    fill: #335cad;
    fill-opacity: 0.25;
}

.highcharts-graph {
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.highcharts-state-hover .highcharts-graph {
    stroke-width: 3;
}

.highcharts-state-hover path {
    transition: stroke-width 50;
    /* quick in */
}

.highcharts-state-normal path {
    transition: stroke-width 250ms;
    /* slow out */
}

/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
    transition: opacity 250ms;
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
    opacity: 0.2;
}

/* Series options */
/* Default colors */
.highcharts-color-0 {
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
}

.highcharts-color-1 {
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
    opacity: 0.5;
}

.highcharts-color-2 {
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
}

.highcharts-color-3 {
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
}

.highcharts-color-4 {
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
}

.highcharts-color-5 {
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
}

.highcharts-color-6 {
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
}

.highcharts-color-7 {
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
}

.highcharts-color-8 {
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
}

.highcharts-color-9 {
    fill: #ffffff;
    stroke: #ffffff;
    color: #ffffff;
}

.highcharts-area {
    fill-opacity: 0.75;
    stroke-width: 0;
}

.highcharts-markers {
    stroke-width: 1px;
    stroke: #ffffff;
}

.highcharts-point {
    stroke-width: 1px;
}

.highcharts-dense-data .highcharts-point {
    stroke-width: 0;
}

.highcharts-data-label {
    font-size: 0.9em;
    font-weight: bold;
}

.highcharts-data-label-box {
    fill: none;
    stroke-width: 0;
}

.highcharts-data-label text, text.highcharts-data-label {
    fill: #ffffff;
}

.highcharts-data-label-connector {
    fill: none;
    display: none;
}

.highcharts-halo {
    fill-opacity: 0.25;
    stroke-width: 0;
}

.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select {
    fill: #ffffff;
    stroke: #000000;
}

.highcharts-column-series rect.highcharts-point {
    stroke: #ffffff;
}

.highcharts-column-series .highcharts-point {
    transition: fill-opacity 250ms;
}

.highcharts-column-series .highcharts-point-hover {
    fill-opacity: 0.75;
    transition: fill-opacity 50ms;
}

.highcharts-pie-series .highcharts-point {
    stroke-linejoin: round;
    stroke: #ffffff;
}

.highcharts-pie-series .highcharts-point-hover {
    fill-opacity: 0.75;
    transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point {
    stroke-linejoin: round;
    stroke: #ffffff;
}

.highcharts-funnel-series .highcharts-point-hover {
    fill-opacity: 0.75;
    transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point-select {
    fill: inherit;
    stroke: inherit;
}

.highcharts-pyramid-series .highcharts-point {
    stroke-linejoin: round;
    stroke: #ffffff;
}

.highcharts-pyramid-series .highcharts-point-hover {
    fill-opacity: 0.75;
    transition: fill-opacity 50ms;
}

.highcharts-pyramid-series .highcharts-point-select {
    fill: inherit;
    stroke: inherit;
}

.highcharts-solidgauge-series .highcharts-point {
    stroke-width: 0;
}

.highcharts-treemap-series .highcharts-point {
    stroke-width: 1px;
    stroke: #e6e6e6;
    transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}

.highcharts-treemap-series .highcharts-point-hover {
    stroke: #ffffff;
    transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}

.highcharts-treemap-series .highcharts-above-level {
    display: none;
}

.highcharts-treemap-series .highcharts-internal-node {
    fill: none;
}

.highcharts-treemap-series .highcharts-internal-node-interactive {
    fill-opacity: 0.15;
    cursor: pointer;
}

.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
    fill-opacity: 0.75;
}

/* Legend */
.highcharts-legend-box {
    fill: none;
    stroke-width: 0;
}

.highcharts-legend-item text {
    fill: #333333;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    stroke-width: 0;
}

.highcharts-legend-item:hover text {
    fill: #000000;
}

.highcharts-legend-item-hidden * {
    fill: #ffffff !important;
    stroke: #ffffff !important;
    transition: fill 250ms;
}

.highcharts-legend-nav-active {
    fill: #003399;
    cursor: pointer;
}

.highcharts-legend-nav-inactive {
    fill: #cccccc;
}

.highcharts-legend-title-box {
    fill: none;
    stroke-width: 0;
}

/* Loading */
.highcharts-loading {
    position: absolute;
    background-color: #ffffff;
    opacity: 0.5;
    text-align: center;
    z-index: 10;
    transition: opacity 250ms;
}

.highcharts-loading-hidden {
    height: 0 !important;
    opacity: 0;
    overflow: hidden;
    transition: opacity 250ms, height 250ms step-end;
}

.highcharts-loading-inner {
    font-weight: bold;
    position: relative;
    top: 45%;
}

/* Plot bands and polar pane backgrounds */
.highcharts-plot-band, .highcharts-pane {
    fill: #ffffff;
    fill-opacity: 0.05;
}

.highcharts-plot-line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 1px;
}

/* Highcharts More and modules */
.highcharts-boxplot-box {
    fill: #ffffff;
}

.highcharts-boxplot-median {
    stroke-width: 2px;
}

.highcharts-bubble-series .highcharts-point {
    fill-opacity: 0.5;
}

.highcharts-errorbar-series .highcharts-point {
    stroke: #000000;
}

.highcharts-gauge-series .highcharts-data-label-box {
    stroke: #ffffff;
    stroke-width: 1px;
}

.highcharts-gauge-series .highcharts-dial {
    fill: #000000;
    stroke-width: 0;
}

.highcharts-polygon-series .highcharts-graph {
    fill: inherit;
    stroke-width: 0;
}

.highcharts-waterfall-series .highcharts-graph {
    stroke: #333333;
    stroke-dasharray: 1, 3;
}

.highcharts-sankey-series .highcharts-point {
    stroke-width: 0;
}

.highcharts-sankey-series .highcharts-link {
    transition: fill 250ms, fill-opacity 250ms;
    fill-opacity: 0.5;
}

.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
    transition: fill 50ms, fill-opacity 50ms;
    fill-opacity: 1;
}

/* Highstock */
.highcharts-navigator-mask-outside {
    fill-opacity: 0;
}

.highcharts-navigator-mask-inside {
    fill: #6685c2;
    /* navigator.maskFill option */
    fill-opacity: 0.25;
    cursor: ew-resize;
}

.highcharts-navigator-outline {
    stroke: #cccccc;
    fill: none;
}

.highcharts-navigator-handle {
    stroke: #ffffff;
    fill: #f2f2f2;
    cursor: ew-resize;
}

.highcharts-navigator-series {
    fill: #335cad;
    stroke: #335cad;
}

.highcharts-navigator-series .highcharts-graph {
    stroke-width: 1px;
}

.highcharts-navigator-series .highcharts-area {
    fill-opacity: 0.05;
}

.highcharts-navigator-xaxis .highcharts-axis-line {
    stroke-width: 0;
}

.highcharts-navigator-xaxis .highcharts-grid-line {
    stroke-width: 1px;
    stroke: #ffffff;
}

.highcharts-navigator-xaxis.highcharts-axis-labels {
    fill: #ffffff;
}

.highcharts-navigator-yaxis .highcharts-grid-line {
    stroke-width: 0;
}

.highcharts-scrollbar-thumb {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 1px;
}

.highcharts-scrollbar-button {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 1px;
}

.highcharts-scrollbar-arrow {
    fill: #ffffff;
}

.highcharts-scrollbar-rifles {
    stroke: #ffffff;
    stroke-width: 1px;
}

.highcharts-scrollbar-track {
    fill: #f2f2f2;
    stroke: #f2f2f2;
    stroke-width: 1px;
}

.highcharts-button {
    fill: #f7f7f7;
    stroke: #cccccc;
    cursor: default;
    stroke-width: 1px;
    transition: fill 250ms;
}

.highcharts-button text {
    fill: #333333;
}

.highcharts-button-hover {
    transition: fill 0ms;
    fill: #e6e6e6;
    stroke: #cccccc;
}

.highcharts-button-hover text {
    fill: #333333;
}

.highcharts-button-pressed {
    font-weight: bold;
    fill: #e6ebf5;
    stroke: #cccccc;
}

.highcharts-button-pressed text {
    fill: #333333;
    font-weight: bold;
}

.highcharts-button-disabled text {
    fill: #333333;
}

.highcharts-range-selector-buttons .highcharts-button {
    stroke-width: 0px;
}

.highcharts-range-label rect {
    fill: none;
}

.highcharts-range-label text {
    fill: #ffffff;
}

.highcharts-range-input rect {
    fill: none;
}

.highcharts-range-input text {
    fill: #333333;
}

.highcharts-range-input {
    stroke-width: 1px;
    stroke: #ffffff;
}

input.highcharts-range-selector {
    position: absolute;
    border: 0;
    width: 1px;
    /* Chrome needs a pixel to see it */
    height: 1px;
    padding: 0;
    text-align: center;
    left: -9em;
    /* #4798 */
}

.highcharts-crosshair-label text {
    fill: #ffffff;
    font-size: 1.1em;
}

.highcharts-crosshair-label .highcharts-label-box {
    fill: inherit;
}

.highcharts-candlestick-series .highcharts-point {
    stroke: #000000;
    stroke-width: 1px;
}

.highcharts-candlestick-series .highcharts-point-up {
    fill: #ffffff;
}

.highcharts-ohlc-series .highcharts-point-hover {
    stroke-width: 3px;
}

.highcharts-flags-series .highcharts-point .highcharts-label-box {
    stroke: #ffffff;
    fill: #ffffff;
    transition: fill 250ms;
}

.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
    stroke: #000000;
    fill: #ffffff;
}

.highcharts-flags-series .highcharts-point text {
    fill: #000000;
    font-size: 0.9em;
    font-weight: bold;
}

/* Highmaps */
.highcharts-map-series .highcharts-point {
    transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
    stroke: #cccccc;
}

.highcharts-map-series .highcharts-point-hover {
    transition: fill 0ms, fill-opacity 0ms;
    fill-opacity: 0.5;
    stroke-width: 2px;
}

.highcharts-mapline-series .highcharts-point {
    fill: none;
}

.highcharts-heatmap-series .highcharts-point {
    stroke-width: 0;
}

.highcharts-map-navigation {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

.highcharts-coloraxis {
    stroke-width: 0;
}

.highcharts-coloraxis-marker {
    fill: #ffffff;
}

.highcharts-null-point {
    fill: #f7f7f7;
}

/* 3d charts */
.highcharts-3d-frame {
    fill: transparent;
}

/* Exporting module */
.highcharts-contextbutton {
    fill: #ffffff;
    /* needed to capture hover */
    stroke: none;
    stroke-linecap: round;
}

.highcharts-contextbutton:hover {
    fill: #e6e6e6;
    stroke: #e6e6e6;
}

.highcharts-button-symbol {
    stroke: #ffffff;
    stroke-width: 3px;
}

.highcharts-menu {
    border: 1px solid #ffffff;
    background: #ffffff;
    padding: 5px 0;
    box-shadow: 3px 3px 10px #888;
}

.highcharts-menu-item {
    padding: 0.5em 1em;
    background: none;
    color: #333333;
    cursor: pointer;
    transition: background 250ms, color 250ms;
}

.highcharts-menu-item:hover {
    background: #335cad;
    color: #ffffff;
}

/* Drilldown module */
.highcharts-drilldown-point {
    cursor: pointer;
}

.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
    cursor: pointer;
    fill: #003399;
    font-weight: bold;
    text-decoration: underline;
}

/* No-data module */
.highcharts-no-data text {
    font-weight: bold;
    font-size: 12px;
    fill: #ffffff;
}

/* Drag-panes module */
.highcharts-axis-resizer {
    cursor: ns-resize;
    stroke: black;
    stroke-width: 2px;
}

/* Bullet type series */
.highcharts-bullet-target {
    stroke-width: 0;
}

/* Lineargauge type series */
.highcharts-lineargauge-target {
    stroke-width: 1px;
    stroke: #333333;
}

.highcharts-lineargauge-target-line {
    stroke-width: 1px;
    stroke: #333333;
}

/* Annotations module */
.highcharts-annotation-label-box {
    stroke-width: 1px;
    stroke: #000000;
    fill: #000000;
    fill-opacity: 0.75;
}

.highcharts-annotation-label text {
    fill: #e6e6e6;
}

/* Gantt */
.highcharts-treegrid-node-collapsed, .highcharts-treegrid-node-expanded {
    cursor: pointer;
}

.highcharts-point-connecting-path {
    fill: none;
}

.highcharts-grid-axis .highcharts-tick {
    stroke-width: 1px;
}

.highcharts-grid-axis .highcharts-axis-line {
    stroke-width: 1px;
}

.line-charts .highcharts-container {
    width: 100px !important;
    height: 100px !important;
}
.col-4.full {
    width: 33%;
    box-sizing: border-box;
}

.highchars-container svg {
    width: 100px !important;
    height: 100px !important;
}
#chart1, #chart2, #chart3 {
    width: 100% !important;
    height: 100px !important;
}
.state-selector {
    padding: 1rem 2rem;
    font-size: 125%;
    margin: 0.75rem;
}
.show-small {
    display: none;
}
.ml-1 {
    margin-left: 1rem;
}
@media only screen and (min-width: 1077px) and (max-width: 1400px) {
    .box .details {
        font-size: 11px;
    }
}
@media only screen and (min-width: 1141px) and (max-width: 1400px) {
    .stats-columns .col-6{
        float: left;
        margin: .5rem 2%;
        min-height: .125rem;
    }
}
@media only screen and (max-width: 1140px) {
    .stats-columns.row .col-6{
        float: none !important;
        margin: .5rem auto !important;
        min-height: .125rem !important;
        width: 100% !important;
    }
    .col-4 {
        width: 29.33% !important;
    }
}
@media only screen and (max-width: 1200px) {
    html {
        background-image: none;
    }
    body {
        background-image: none;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1076px) {
    .stats-column .col-6 {
        float:none;
        margin:auto;
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 768px) {
    .modal-wrapper {
        margin-top: 2rem;
    }
    .state-details .modal-body .row .modal-left {
        width: 100%;
        float: none;
    }
    .state-details .modal-body .row .modal-right {
        width: 100%;
        float: none;
    }
}
@media only screen and (min-width: 646px) {
    .show-large {
        display: inline;
    }
    .show-small {
        display: none;
    }
}
@media only screen and (max-width: 645px) {
    img.logo-main {
        width: 221px;
    }
    img.quote {
        width: 100px;
    }
    .show-large {
        display: none;
    }
    .show-small {
        display: inline;
    }
}
@media only screen and (max-width: 330px) {
    img.logo-main {
        width: 178px;
    }
    img.quote {
        width: 80px;
    }
}