@import url("http://fractlstaging.com/tools/webfonts/fonts.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
body,
html {
    height: 100%;
}

body {
    font-family: "Proxima Nova", serif;
    font-weight: 100;
    color: #343433;
    font-size: 17px;
    background-color: #fafafa;
    line-height: 160%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

p {
    margin: 16px 0;
    line-height: 165%;
}

a {
    color: #e21b1f;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #e21b1f;
    text-decoration: none;
}

.main {
    background: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
}

.container {
    max-width: 100%;
}
iframe {
    overflow-x: hidden;
}
article {
    width: 800px;
    margin: auto;
    max-width: 100%;
    display: block;
    position: relative;
}

article:first-child,
article.intro {
    padding-top: 30px;
}

article:last-child {
    padding-bottom: 30px;
}

footer {
    text-align: center;
    bottom: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding: 30px 0px;
    background: #0b2b43;
    color: #fff;
}

footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}

img {
    max-width: 100%;
    margin: auto;
    display: table;
}

ul {
    margin: 16px 0px;
    padding-left: 20px;
}

ul > li {
    width: auto;
    text-align: left;
    font-weight: 500;
}

ul > li span {
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas', sans-serif;
    color: #343433;
    display: block;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0px;
    padding: 20px 0px 0px;
    margin: 0;
    text-transform: uppercase;
    line-height: 110%;
}

h2 {
    font-size: 32px;
}

h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal {
    letter-spacing: 0px;
    text-transform: capitalize;
}

.intro {
    position: relative;
}

.sharing-links {
    overflow: visible;
    display: table;
    height: auto;
    margin: 0px auto 30px;
    text-align: center;
}

.sharing-links span {
    overflow: visible;
    height: auto;
}

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
    height: auto;
}

.stButton_gradient,
.stButton,
.sharing-links span {
    min-height: 23px;
}

#share-result h4 {
    font-family: 'Bebas', sans-serif;
    padding: 0px;
    font-size: 32px;
    margin: 40px 0px 20px;
    text-align: center;
}

#share-result {
    margin-bottom: 0px;
}

#share-result .share-area {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: table-cell;
    vertical-align: middle;
    resize: none;
    height: auto;
    overflow-x: hidden;
}

#share-result .inner-container {
    width: 100%;
    max-width: 450px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 0px;
    border-radius: 0px;
}

#share-result .input-group {
    margin-top: 5px;
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

#share-result .input-group-addon {
    font-family: 'Bebas', sans-serif;
    margin-bottom: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 1px 12px;
    letter-spacing: 0px;
    font-size: 22px;
    font-weight: normal;
    line-height: 0;
    color: #fff;
    text-align: center;
    background-color: #ce1b28 !important;
    border: 0px;
    border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#interactive-graphic {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 13px;
  background-color: #333333;
  line-height: 160%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
#interactive-graphic p {
    margin: 16px 0;
    line-height: 165%;
}

#interactive-graphic a {
    color: #428bca;
    text-decoration: none;
}

#interactive-graphic a:hover,
#interactive-graphic a:focus {
    color: #2a6496;
    text-decoration: none;
}

#interactive-graphic .container {
    width: 800px !important;
    max-width: 100%;
}

#interactive-graphic img {
    max-width: 100%;
    margin: auto;
    display: table;
}

#interactive-graphic ul {
    margin: 16px 0px;
    padding-left: 20px;
}

#interactive-graphic ul > li {
    width: auto;
    text-align: left;
    font-weight: 500;
}

#interactive-graphic ul > li span {
    font-weight: 300;
}

#interactive-graphic h1,
#interactive-graphic h2,
#interactive-graphic h3,
#interactive-graphic h4,
#interactive-graphic h5,
#interactive-graphic h6 {
    color: #222;
    display: block;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 20px 0px 0px;
    margin: 0;
    text-transform: uppercase;
    line-height: 110%;
}

#interactive-graphic h2 {
    font-size: 26px;
}

#interactive-graphic h1.normal,
#interactive-graphic h2.normal,
#interactive-graphic h3.normal,
#interactive-graphic h4.normal,
#interactive-graphic h5.normal,
#interactive-graphic h6.normal {
    letter-spacing: 0px;
    text-transform: capitalize;
}

#interactive-graphic .table {
    display: table;
    width: 100%;
}

#interactive-graphic .cell {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

#interactive-graphic .cell img {
    max-width: 100%;

}

#interactive-graphic .cell.logo {
    text-align: left;
    padding-right: 15px;
}

#interactive-graphic .cell.logo img {
    display: block;
    width: 100%;
    margin: 0;
}

#interactive-graphic .cell.select {}


#interactive-graphic .sharing-links {
    overflow: visible;
    display: table;
    height: auto;
    margin: 0px auto 30px;
    text-align: center;
}

#interactive-graphic .sharing-links span {
    overflow: visible;
    height: auto;
}

#interactive-graphic .stButton .stFb,
#interactive-graphic .stButton .stTwbutton,
#interactive-graphic .stButton .stMainServices {
    height: auto;
}

#interactive-graphic .stButton_gradient,
#interactive-graphic .stButton,
#interactive-graphic .sharing-links span {
    min-height: 23px;
}

#interactive-graphic .bootstrap-select .btn-info {
    font-family: 'Bebas', sans-serif;
    background-image: none;
    border: none;
    background: #ce1b28 !important;
    border-radius: 0px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 27px;
    padding: 4px 20px 4px 10px;
}

#interactive-graphic .header {
    padding-top: 30px;
    padding-bottom: 0px;

}


/*.top10 {
    padding-top: 30px;
    background: url(/stripes/public/assets/content/seo/goingTheDistance/images/top10-bg.png) top center no-repeat;
}*/

#interactive-graphic .top10 {
    padding-top: 10px;
}

#interactive-graphic .fans-in {
    font-family: 'Bebas', sans-serif;
    text-align: center;
    font-size: 40px;
    position: relative;
    line-height: 100%;
}

#interactive-graphic .state-label {
    font-family: 'Bebas', sans-serif;
    text-align: center;
    background: #ce1b28;
    font-size: 40px;
    padding: 4px 18px;
    position: relative;
    line-height: 100%;
    display: table;
    margin: auto;
}

#interactive-graphic .top10-logo img {
    display: block;
    margin: 0;
}

#interactive-graphic #vmap {
    display: table;
    margin: auto;
    width: 550px;
    height: 400px;
    max-width: 100%;
}

#interactive-graphic .map-container {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 8px;
}
#interactive-graphic #legend {
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0px;
    text-align: center;
}
#interactive-graphic #legend-left {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    text-align: center;
}
#interactive-graphic #legend-left span {
    display: inline-block;
    padding: 0px 10px;
}
#interactive-graphic .top10-logo {
    width: 53%;
}

#interactive-graphic .divider {
    padding-left: 17px;
    padding-right: 17px;
    width: 31px;
    overflow: hidden;
    max-height: 100%;
}
#interactive-graphic .divider img {
    width: 1px !important;
    position: absolute;
    top: 0;
    bottom: 0;
}

#interactive-graphic .footer {
    padding-top: 30px;
}


/* d3 */

#interactive-graphic .label, .label text, .label tspan {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    fill: #fff;
}
#interactive-graphic .labels-axis, .labels-axis text {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    fill: none;
    color: transparent;
    strong: none;
}
#interactive-graphic .labels-axis path {
    fill: none;
}
#interactive-graphic .axis-border {
    fill: #4d4d4d;
}
#interactive-graphic .axis path,
#interactive-graphic .yaxis path {
    fill: none;
}

#interactive-graphic .axis .tick line,
#interactive-graphic .yaxis .tick line {
    stroke-width: 1;
    stroke: #4d4d4d;
}
#interactive-graphic .tick text {
    fill: none;
}
#interactive-graphic .y-label {
    fill: #b3b3b3;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
}
#interactive-graphic .y-label {

}
#interactive-graphic .title {
    display: block;
    float: left;
    clear: both;
    text-transform: uppercase;
    position: relative;
    padding: 8px 10px;
    margin: 10px 0px 5px;
}

#interactive-graphic .d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    font-size: 13px;
    background: #00538b;
    margin-top: 5px;
    color: #fff;
    border-radius: 0px;
}

#interactive-graphic .d3-tip:after {
    display: none;
    content: " ";
}

#interactive-graphic .d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
}

#interactive-graphic #chart {
    display: block;
    width: 100%;
    height: 900px;
    background: url(/stripes/public/assets/content/seo/goingTheDistance/images/chart-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#interactive-graphic .bar {
    fill: #ff3c40;
}
#interactive-graphic svg {
    background: transparent;
    overflow: hidden;
}
#interactive-graphic #chart svg {
    shape-rendering: crispEdges;
}

#interactive-graphic .header-content {
    text-align: center;
    font-size: 17px;
    background: url(/stripes/public/assets/content/seo/goingTheDistance/images/header-bg.png) bottom center no-repeat;
    background-size: contain;
    padding-bottom: 25px;
    padding-top: 2px;
}

#interactive-graphic .header-content .state-name {
    color: #ce1b28;
    font-weight: bold;
}
#interactive-graphic .header .table {
    margin-bottom: 0px;
}
#interactive-graphic .bootstrap-select.btn-group .dropdown-menu {
    max-height: 300px !important;
}



@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
    #interactive-graphic .container {
        width: 1200px;
    }
}

@media (max-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: auto;
    }
    article {
        width: auto;
        margin: 0px 30px;
    }
    h2 {
        font-size: 23px;
    }
    .sharing-links > span {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        float: none !important;
    }
    article {
        width: auto;
        margin: 0px 25px;
    }
    article:first-child, article.intro {
        padding-top: 15px;
    }
    #interactive-graphic .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: auto;
    }

}

@media (max-width: 800px) {
    #interactive-graphic .state-label {
        font-size: 34px;
        padding: 4px 10px;
    }
    #interactive-graphic .top10-logo {
        width: 48%;
    }
    #interactive-graphic .fans-in {
        font-size: 34px;
    }
    #interactive-graphic .header {
        padding-top: 20px;
    }
}

@media (max-width: 600px) {
    #interactive-graphic #vmap {
        width: 100%;
    }
    #interactive-graphic .bootstrap-select .btn-info {
        font-size: 24px;
        padding: 3px 15px 3px 8px;
    }

    #interactive-graphic .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 200px;
    }

    #interactive-graphic .top10-logo {
        width: 48%;
    }

    #interactive-graphic .state-label {
        font-size: 28px;
        padding: 4px 10px;
    }

    #interactive-graphic .fans-in {
        font-size: 28px;
    }

    #interactive-graphic .cell.intro {
        display: none;
    }

    #interactive-graphic .divider {
        padding-left: 12px;
        padding-right: 12px;
        width: 24px;
    }

    #interactive-graphic .label {
        font-size: 11px;
        letter-spacing: 0px;
    }

    #interactive-graphic .header .cell {
        display: block;
        text-align: center;
    }
    #interactive-graphic .header .cell img {
        margin: auto;
    }
    #interactive-graphic .header .cell.divider {
        display: none;
    }
    #interactive-graphic .header-content {
        padding-top: 10px;
        font-size: 14px;
    }
    #interactive-graphic .header {
        padding-top: 10px;
    }
    #interactive-graphic .label, .label text, .label tspan {
        font-size: 11px;
    }
}

@media (max-width: 520px) {
    .main {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0px;
    }
    article {
        width: auto;
        margin: 0px 20px;
    }
    article:first-child, article.intro {
        padding-top: 15px;
    }
    p {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    /*.header .cell {
        display: block;
        text-align: center;
    }
    .header .cell img {
        margin: auto;
    }
    .header .cell.divider {
        display: none;
    }
    */
    #interactive-graphic .bootstrap-select .btn-info {
        font-size: 20px;
        padding: 3px 15px 3px 8px;
    }
    #interactive-graphic .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 170px;
    }
    #interactive-graphic .state-label {
        font-size: 20px;
        padding: 4px 8px;
    }
    #interactive-graphic .fans-in {
        font-size: 20px;
    }

}
