body {
  font-family: 'Museo Sans W01 300', sans-serif;
  width: 100%;
  color: #1b1b1b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  color: #00c473;
}
a:hover {
  color: #00a95a;
}
a.read-more {
  font-family: 'Museo Sans W01 500', sans-serif;
  font-size: 12px;
  display: block;
  color: #00c473;
  margin-top: 20px;
}
.btn-default {
  color: #00c473;
  border-radius: 0;
}
.btn-default:hover {
  color: #00c473;
}
.open .dropdown-toggle.btn-default {
  color: #00c473;
}
.green {
  color: #00c473;
}
.dropdown-menu {
  border-radius: 0;
}
.dropdown-menu > li > a {
  color: #00c473;
}
.byline {
  font-size: 13px;
  color: #272727;
}
.byline .period {
  position: relative;
  bottom: 2px;
  font-size: 36px;
  line-height: 20px;
}
.container {
  overflow: hidden;
}
header {
  padding-top: 15px;
}
header .navbar {
  background: white;
  border: none;
  margin-bottom: 0;
}
header .navbar a {
  display: block;
}
header .navbar a h1.site-title {
  font-family: 'Museo Sans W01 100', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: black;
  background: url('../img/logo.png') no-repeat;
  margin-left: 20px;
  padding-left: 40px;
}
header .navbar a:hover {
  text-decoration: underline;
}
header .navbar .navbar-toggle {
  margin-top: 0;
}
header .navbar .navbar-nav .nav-reset {
  background: white;
  color: #1b1b1b;
  text-decoration: none;
}
header .navbar .navbar-nav > li > a {
  color: #00c473;
  padding-top: 5px;
}
header .navbar .navbar-nav > li > a:hover,
header .navbar .navbar-nav > li > a:focus {
  background: white;
  color: #1b1b1b;
  text-decoration: none;
}
header .navbar .navbar-nav > li.active > a {
  background: white;
  color: #1b1b1b;
  text-decoration: none;
}
header .navbar .navbar-nav > li.active > a:hover,
header .navbar .navbar-nav > li.active > a:focus {
  background: white;
  color: #1b1b1b;
  text-decoration: none;
}
header .navbar .navbar-nav li {
  font-family: 'Museo Sans W01 500', sans-serif;
  font-size: 24px;
  padding: 5px 20px;
}
header .navbar .navbar-nav li#shareNavDesktop span {
  padding-left: 25px;
}
header .navbar .navbar-nav li#shareNavMobile {
  overflow: hidden;
}
header .navbar .navbar-nav li a#shareIcon {
  background: url('../img/share.png') no-repeat;
  background-size: 14px 14px;
  background-position: 0px 6px;
}
header .navbar .navbar-nav li a#shareIcon:hover,
header .navbar .navbar-nav li a#shareIcon:active,
header .navbar .navbar-nav li a#shareIcon:focus {
  color: #00c473;
  outline: none;
}
header .navbar .navbar-nav li ul.social-wrap {
  height: 25px;
  float: left;
}
header .navbar .navbar-nav li ul.social-wrap li {
  float: left;
  margin-right: 10px;
}
header .navbar .navbar-nav li ul.social-wrap li.sm-link {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 10px;
  padding: 5px 0;
  text-indent: -999em;
}
header .navbar .navbar-nav li ul.social-wrap li.sm-link.facebook {
  background: url('../img/facebook.png') no-repeat;
}
header .navbar .navbar-nav li ul.social-wrap li.sm-link.twitter {
  background: url('../img/twitter.png') no-repeat;
}
header .navbar .navbar-nav li ul.social-wrap li.sm-link.linked-in {
  background: url('../img/linked-in.png') no-repeat;
}
header .navbar .navbar-nav li ul.social-wrap li.sm-link:hover {
  opacity: 0.6;
}
.main .container {
  padding: 0;
}
.main#homeBackground {
  background: url('../img/main-bg.jpg') center no-repeat;
  background-size: cover;
  padding-top: 30px;
}
.main .main-menu {
  background: white;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 15px 5px;
  margin-bottom: 20px;
}
.main .main-menu li {
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0;
}
.main .main-menu #stateSelect {
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.main .main-menu #stateMobileDropdown {
  display: none;
}
.main .main-menu .plus {
  color: #00c473;
  padding-right: 10px;
  cursor: pointer;
}
.main .main-menu .city-ul {
  padding-left: 20px;
  display: none;
}
.main .btn-group.main-dropdown {
  width: 240px;
  margin: 0 auto;
}
.main .btn-group.main-dropdown button {
  width: 240px;
}
.main .btn-group.main-dropdown .dropdown-menu {
  min-width: 240px;
  top: 31px;
}
.main .btn-group.main-dropdown .dropdown-menu li ul.city-ul {
  display: none;
  padding-left: 30px;
}
.main .btn-group.main-dropdown .dropdown-menu li ul.city-ul li {
  line-height: 24px;
}
.main .map-wrapper h2 {
  color: white;
  font-family: 'Museo Sans W01 300', sans-serif;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
}
.main .map-wrapper #usMap {
  opacity: 0;
  width: 750px;
  height: 500px;
  -webkit-backface-visibility: hidden;
}
.main .map-wrapper #mapPopup {
  display: none;
}
.main .map-wrapper #usMapMobile {
  margin-bottom: 30px;
}
.main .map-wrapper #usMapMobile img {
  width: 100%;
  height: auto;
}
.main #latestNews {
  background: white;
  padding-bottom: 20px;
}
.main #latestNews h3 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 20px;
  padding: 25px 0 10px;
  color: #1b1b1b;
  border-bottom: 1px solid #aaa;
}
.main #latestNews li {
  margin: 15px 0 10px;
  padding: 0 35px;
}
.main #latestNews li h4 {
  font-family: 'Museo Sans W01 500', sans-serif;
  font-weight: 18px;
  line-height: 25px;
}
.main #latestNews li h4 a {
  color: #1b1b1b;
}
.main #getStarted {
  background: #00c473;
  padding: 0 20px;
}
.main #getStarted:hover {
  background: #00a95a;
}
.main #getStarted a {
  color: white;
  font-size: 22px;
  line-height: 30px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
}
.main #getStarted a:hover {
  color: white;
  text-decoration: none;
}
.main #getStarted .arrow {
  background: url('../img/arrow-white.png') no-repeat;
  width: 15px;
  height: 11px;
  margin-left: 10px;
  display: inline-block;
}
.detail-view {
  padding-top: 25px;
}
.detail-view .container {
  padding-left: 20px;
  padding-right: 20px;
}
.detail-view h1 {
  font-size: 40px;
  font-family: 'Museo Sans W01 100', sans-serif;
  margin-bottom: 5px;
  color: white;
  text-align: center;
}
.detail-view .main-col {
  padding-left: 5px;
  padding-right: 5px;
}
.detail-view .btn-group.main-dropdown {
  display: block;
}
.detail-view .btn-group.main-dropdown button {
  margin-bottom: 20px;
}
.detail-view .chart-section {
  background: url('../img/white-bg-90.png');
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 10px;
  padding: 20px 25px;
  color: #1b1b1b;
  overflow: hidden;
}
.detail-view .chart-section h2 {
  font-size: 16px;
  color: #1b1b1b;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
.detail-view .chart-section p {
  margin-bottom: 0;
}
.detail-view .chart-section p.source {
  font-size: 8px;
  color: #b1b1b1;
  margin: 10px 0 0;
}
.detail-view .chart-section p.year {
  font-family: 'Museo Sans W01 500', sans-serif;
  font-size: 11px;
  margin-bottom: 6px;
  text-align: center;
}
.detail-view .chart-section .table {
  margin-bottom: 5px;
}
.detail-view .chart-section .table > tbody > tr th {
  font-family: 'Museo Sans W01 500', sans-serif;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  border-top: none;
}
.detail-view .chart-section .table > tbody > tr td {
  padding: 5px 0;
  border-top: none;
}
.detail-view .chart-section .data-set {
  margin-top: 15px;
  margin-bottom: 20px;
}
.detail-view .chart-section .data-set#dataSetOne {
  margin-bottom: 40px;
}
.detail-view .chart-section .data-set h3 {
  font-family: 'Museo Sans W01 500', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.detail-view .chart-section .data-set h4 {
  font-size: 12px;
  color: #666666;
  margin-top: 12px;
  margin-bottom: 5px;
  text-align: center;
}
.detail-view .chart-section .data-set h5 {
  font-size: 26px;
  color: #666666;
  text-align: center;
}
.detail-view .chart-section .data-set .chart-wrap {
  position: relative;
  width: 175px;
  margin: 0 auto;
}
.detail-view .chart-section .data-set .chart-wrap .percent {
  position: absolute;
  z-index: 20;
  top: 65px;
  left: 55px;
  font-family: 'Museo Sans W01 500', sans-serif;
  font-size: 38px;
  color: #00c473;
}
.detail-view .chart-section .data-set .pop-col {
  margin-top: 5px;
}
.detail-view .chart-section.download-section {
  background: white;
}
.detail-view .chart-section.download-section .download-icon {
  background: url('../img/download-icon.png');
  display: block;
  float: right;
  width: 22px;
  height: 28px;
  margin-top: -5px;
}
.detail-view #getStarted {
  margin-bottom: 10px;
}
.detail-view #getStarted a {
  float: none;
  font-size: 14px;
  line-height: 18px;
}
.detail-view #getStarted .arrow {
  display: inline-block;
  margin-top: 0;
  position: relative;
  left: 5px;
}
.detail-view.city-view .chart-section .data-set [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.detail-view.city-view .chart-section .data-set .chart-col .percent {
  left: 55px;
}
.detail-view.city-view .chart-section#barChart {
  position: relative;
  min-height: 180px;
}
.detail-view.city-view .chart-section#barChart h3 {
  font-family: 'Museo Sans W01 500', sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.detail-view.city-view .chart-section#barChart .row {
  overflow: hidden;
}
.detail-view.city-view .chart-section#barChart .row [class*="col"] {
  position: relative;
  min-height: 200px;
}
.detail-view.city-view .chart-section#barChart .row .bar-value {
  font-family: 'Museo Sans W01 500', sans-serif;
}
.detail-view.city-view .chart-section#barChart .row .bar-label {
  margin-top: 10px;
}
.detail-view.city-view .chart-section#barChart .row .single-bar {
  width: 40px;
  margin: 0 15px 0 15px;
  text-align: center;
  float: left;
  bottom: 0;
  position: absolute;
  color: #1b1b1b;
}
.detail-view.city-view .chart-section#barChart .row .single-bar .bar {
  background: #d5d5d5;
}
.detail-view.city-view .chart-section#barChart .row .single-bar .bar#barOne {
  background: #00c374;
}
.detail-view#arizona {
  background: url('../img/states/backgrounds/arizona-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#california {
  background: url('../img/states/backgrounds/california-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#colorado {
  background: url('../img/states/backgrounds/colorado-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#florida {
  background: url('../img/states/backgrounds/florida-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#georgia {
  background: url('../img/states/backgrounds/georgia-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#illinois {
  background: url('../img/states/backgrounds/illinois-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#nevada {
  background: url('../img/states/backgrounds/nevada-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#new-jersey {
  background: url('../img/states/backgrounds/new-jersey-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#new-mexico {
  background: url('../img/states/backgrounds/new-mexico-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#new-york {
  background: url('../img/states/backgrounds/new-york-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#north-carolina {
  background: url('../img/states/backgrounds/north-carolina-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#ohio {
  background: url('../img/states/backgrounds/ohio-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#pennsylvania {
  background: url('../img/states/backgrounds/pennsylvania-bg.jpg') center no-repeat;
  background-size: cover;
}
.detail-view#texas {
  background: url('../img/states/backgrounds/texas-bg.jpg') center no-repeat;
  background-size: cover;
}
.insights {
  background: #fafafa;
}
.insights .container {
  padding-left: 20px;
  padding-right: 20px;
}
.insights .container .post .container {
  padding-left: 0px;
  padding-right: 0px;
}
.insights .post-nav {
  padding: 30px 0;
}
.insights .post-nav .arrow {
  width: 15px;
  height: 11px;
  display: inline-block;
}
.insights .post-nav .arrow.arrow-left {
  background: url('../img/arrow-green-left.png') no-repeat;
  margin-right: 5px;
}
.insights .post-nav .arrow.arrow-right {
  background: url('../img/arrow-green-right.png') no-repeat;
  margin-left: 5px;
}
.insights .featured-post {
  background: white;
  margin: 25px 0 30px;
}
.insights .featured-post img {
  width: 100%;
  height: auto;
  max-height: 450px;
}
.insights .featured-post h1 {
  padding: 20px;
}
.insights .featured-post h1 a {
  color: #1b1b1b;
}
.insights h2 {
  font-family: 'Museo Sans W01 100', sans-serif;
  font-size: 30px;
  margin: 40px 0 30px;
}
.insights .post {
  background: white;
  padding: 20px;
  margin-bottom: 30px;
}
.insights .post .date {
  font-size: 11px;
  color: #a8a9aa;
  margin-bottom: 20px;
}
.insights .post h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
.insights .post h3 a {
  color: #1b1b1b;
}
.insights .post h4 {
  font-family: 'Museo Sans W01 100', sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.insights .post h5.byline {
  font-size: 16px;
  color: #c2c2c2;
  margin-top: 20px;
}
.insights .sidebar {
  background: white;
  padding: 12px 32px 32px 32px;
  margin-bottom: 20px;
}
.insights .sidebar a {
  font-size: 14px;
  margin-top: 20px;
  display: block;
}
.insights .sidebar a.source-link {
  font-size: 12px;
  margin-top: 0;
  color: #7a7a7a;
}
.insights.single-post .byline {
  margin-top: 25px;
}
.insights.single-post h2 {
  font-size: 36px;
  line-height: 42px;
}
.insights.single-post p {
  font-size: 16px;
  line-height: 28px;
}
.insights.single-post p.wp-caption-text {
  font-size: 13px;
  line-height: 15px;
  margin: 20px;
  color: #6b6b6b;
}
.insights.single-post .post {
  padding: 20px 0;
}
.insights.single-post .post img {
  width: auto;
  height: auto !important;
  max-width: 100% !important;
}
.insights.single-post .post blockquote {
  background: url('../img/social-twitter.png') 0 16px no-repeat;
  display: block;
  border-left: none;
  padding-left: 50px;
  font-size: 22px;
  line-height: 30px;
  color: #a8a9aa;
  cursor: pointer;
}
.insights.single-post .post blockquote p {
  font-size: 22px;
  line-height: 30px;
  color: #a8a9aa;
}
.insights.single-post .post strong {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 20px;
  display: block;
}
.insights.single-post .post .wp-caption {
  width: auto !important;
}
.insights.single-post .addthis_toolbox {
  margin-top: 20px;
}
.insights.single-post .addthis_32x32_style .at300b,
.insights.single-post .addthis_32x32_style .at300m {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  float: left;
}
.insights.single-post .addthis_32x32_style .at300b .at300bs,
.insights.single-post .addthis_32x32_style .at300m .at300bs,
.insights.single-post .addthis_32x32_style .at300b .at15nc.at300bs,
.insights.single-post .addthis_32x32_style .at300m .at15nc.at300bs,
.insights.single-post .addthis_32x32_style .at300b .at15nc.at15t,
.insights.single-post .addthis_32x32_style .at300m .at15nc.at15t {
  background: none !important;
}
.insights.single-post .addthis_button_facebook {
  background: url('../img/social-fb.png') no-repeat !important;
}
.insights.single-post .addthis_button_twitter {
  background: url('../img/social-twitter.png') no-repeat !important;
}
.insights.single-post .addthis_button_email {
  background: url('../img/social-email.png') no-repeat !important;
}
.insights.single-post .addthis_button_compact {
  background: url('../img/social-other.png') no-repeat !important;
}
.insights.single-post .addthis_counter {
  display: none !important;
}
.insights.single-post .related-posts {
  margin-bottom: 40px;
}
.insights.single-post .related-posts h2 {
  margin-bottom: 0;
}
.insights.single-post .related-posts h3 {
  margin-top: 40px;
}
.insights.single-post .related-posts h3 a {
  color: #1b1b1b;
}
#voteInsights {
  background: #fafafa;
  padding-bottom: 40px;
}
#voteInsights h3 {
  font-family: 'Museo Sans W01 100', sans-serif;
  font-size: 30px;
  text-align: center;
  margin: 45px 0;
}
#voteInsights li {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  width: 320px;
  float: none !important;
}
#voteInsights li a {
  position: relative;
  display: block;
}
#voteInsights li a img {
  width: 100%;
  height: auto;
  max-width: 320px;
}
#voteInsights li a.video img {
  position: relative;
  z-index: 10;
}
#voteInsights li a.video .play-video-icon {
  position: absolute;
  z-index: 100;
  display: block;
  width: 64px;
  height: 62px;
  top: 40%;
  left: 38%;
  background: url('../img/play-video.png') no-repeat;
}
#voteInsights li article {
  background: white;
  display: table;
  max-width: 320px;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 15px;
  min-height: 140px;
}
#voteInsights li article div.inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
#voteInsights li article div.inner span.cat-link {
  display: block;
  font-size: 16px;
  color: #00c473;
  font-family: 'Museo Sans W01 500', sans-serif;
}
#voteInsights li article div.inner h4 {
  font-family: 'Museo Sans W01 500', sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  margin-top: 10px;
}
#voteInsights li article div.inner h4 a {
  color: #1b1b1b;
}
#voteInsights #exploreNews {
  margin-top: 30px;
}
#voteInsights #exploreNews .arrow {
  background: url('../img/arrow-green.png') no-repeat;
  width: 10px;
  height: 7px;
  display: inline-block;
  margin-left: 10px;
}
footer {
  font-size: 12px;
  line-height: 15px;
  color: #666666;
  padding: 20px 0 10px;
}
footer li {
  float: left;
}
footer li a {
  color: #666666;
}
footer li .divider {
  margin: 0 10px;
}
footer p {
  margin-top: 5px;
}
@media (min-width: 768px) {
  header .navbar .navbar-nav li {
    float: left;
    font-size: 16px;
    padding: 0;
    margin-right: 25px;
    border-bottom: none;
  }
  header .navbar .navbar-nav li ul.social-wrap {
    position: absolute;
  }
  header .navbar a h1.site-title {
    line-height: 32px;
  }
  .main#homeBackground {
    padding-top: 60px;
  }
  .main .map-wrapper {
    height: 470px;
  }
  .main .map-wrapper #mapPopup {
    position: absolute;
    opacity: 0;
    display: block;
  }
  .main .map-wrapper #mapPopup .popup-content {
    background: #fff;
    color: #00c473;
    padding: 10px 30px 10px 15px;
  }
  .main .map-wrapper #mapPopup .popup-content h3 {
    font-size: 16px;
  }
  .main .map-wrapper #mapPopup .popup-content ul {
    padding: 10px 0 0 0;
    margin-bottom: 0;
  }
  .main .map-wrapper #mapPopup .popup-content li {
    font-size: 12px;
    line-height: 24px;
  }
  .main .map-wrapper #mapPopup .triangle {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 24px solid #e5e5e7;
    border-right: 24px solid transparent;
    border-bottom: 24px solid transparent;
  }
  .main #getStarted {
    margin-bottom: 30px;
  }
  .detail-view .chart-section .data-set h3,
  .detail-view .chart-section .data-set h4,
  .detail-view .chart-section .data-set h5,
  .detail-view .chart-section .data-set p.year {
    text-align: left;
  }
  .detail-view.city-view .chart-section .data-set h3 {
    margin: 0 10px;
    min-height: 70px;
  }
  .detail-view.city-view .chart-section .data-set h3,
  .detail-view.city-view .chart-section .data-set h4,
  .detail-view.city-view .chart-section .data-set h5,
  .detail-view.city-view .chart-section .data-set p.year {
    text-align: center;
  }
  .insights.single-post h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .insights.single-post .post-link {
    position: absolute;
    top: 50%;
    display: block;
  }
  .insights.single-post .post-link .pager-link {
    display: block;
    width: 40px;
    height: 75px;
    text-indent: -999em;
    z-index: 100;
    cursor: pointer;
  }
  .insights.single-post .post-link .pager-link a {
    display: block;
    width: 40px;
    height: 75px;
  }
  .insights.single-post .post-link#previousPost {
    left: 0;
  }
  .insights.single-post .post-link#previousPost span.pager-link a {
    background: url('../img/circle-arrows-left.png') no-repeat;
  }
  .insights.single-post .post-link#previousPost span.pager-link a:hover {
    background: url('../img/circle-arrows-left-blue.png') no-repeat;
  }
  .insights.single-post .post-link#nextPost {
    right: 0;
  }
  .insights.single-post .post-link#nextPost span.pager-link a {
    background: url('../img/circle-arrows-right.png') no-repeat;
  }
  .insights.single-post .post-link#nextPost span.pager-link a:hover {
    background: url('../img/circle-arrows-right-blue.png') no-repeat;
  }
}

body {
  font-family: 'Museo Sans W01 300', sans-serif;
  width: 100%;
  color: #1b1b1b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  color: #00c473;
}
a:hover {
  color: #00a95a;
}
a.read-more {
  font-family: 'Museo Sans W01 500', sans-serif;
  font-size: 12px;
  display: block;
  color: #00c473;
  margin-top: 20px;
}
.btn-default {
  color: #00c473;
  border-radius: 0;
}
.btn-default:hover {
  color: #00c473;
}
.open .dropdown-toggle.btn-default {
  color: #00c473;
}
.green {
  color: #00c473;
}
.dropdown-menu {
  border-radius: 0;
}
.dropdown-menu > li > a {
  color: #00c473;
}
.byline {
  font-size: 13px;
  color: #272727;
}
.byline .period {
  position: relative;
  bottom: 2px;
  font-size: 36px;
  line-height: 20px;
}
.container {
  overflow: hidden;
}
@media (min-width: 992px) {
  header .navbar a h1.site-title {
    font-size: 18px;
    margin-left: 0;
  }
  .home .main .map-wrapper h2 {
    font-size: 50px;
    line-height: 46px;
    text-align: left;
  }
  .home .main #getStarted {
    margin-bottom: 0;
  }
  .home .main #getStarted .arrow {
    display: block;
    position: relative;
    top: 40px;
  }
  #voteInsights li {
    float: left !important;
    width: 33.33333333%;
    margin: 0;
  }
  #voteInsights article {
    margin-bottom: 0;
  }
  .detail-view h1 {
    text-align: left;
    padding-left: 10px;
  }
  .detail-view a.back {
    font-family: 'Museo Sans W01 500', sans-serif;
    font-size: 15px;
    display: inline-block;
    color: white;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
  }
  .detail-view a.back .arrow {
    width: 15px;
    height: 11px;
    background: url('../img/arrow-white-left.png') no-repeat;
    display: inline-block;
    margin-right: 10px;
    position: relative;
  }
  .detail-view .btn-group.main-dropdown {
    margin: 0 0 0 20px;
  }
  .detail-view #stateImg {
    width: 100%;
    height: auto;
    min-height: 297px;
    position: relative;
    z-index: 5;
  }
  .detail-view #stateImg .btn-group {
    width: 200px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
  }
  .detail-view #stateImg .btn-group button {
    width: 200px;
    margin-bottom: 0;
  }
  .detail-view #stateImg .btn-group .dropdown-menu {
    min-width: 200px;
    max-height: 300px;
    overflow: scroll;
  }
  .detail-view #stateImg .btn-group .dropdown-menu .plus {
    display: none;
  }
  .detail-view #stateImg .city-dot {
    position: absolute;
    z-index: 10;
  }
  .detail-view #stateImg .city-dot .city-popup {
    position: absolute;
    z-index: 10000;
    top: -30px;
    left: -30px;
    background: white;
    padding: 4px 8px;
  }
  .detail-view #stateImg .city-dot .pulse {
    width: 10px;
    height: 10px;
    border: 5px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #716f42;
    z-index: 20;
    position: absolute;
  }
  .detail-view #stateImg .city-dot .dot {
    border: 10px solid #fff;
    background: transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 2.5s ease-out;
    -moz-animation: pulse 2.5s ease-out;
    animation: pulse 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 15;
    opacity: 0;
  }
  .detail-view #stateImg .city-dot .dot-fallback {
    background: url('../img/dot-fallback.png') no-repeat;
    width: 9px;
    height: 9px;
    opacity: 1;
  }
  @-moz-keyframes pulse {
    0% {
      -moz-transform: scale(0);
      opacity: 0.0;
    }
    25% {
      -moz-transform: scale(0);
      opacity: 0.1;
    }
    50% {
      -moz-transform: scale(0.1);
      opacity: 0.3;
    }
    75% {
      -moz-transform: scale(0.5);
      opacity: 0.5;
    }
    100% {
      -moz-transform: scale(1);
      opacity: 0.0;
    }
  }
  @-webkit-keyframes "pulse" {
    0% {
      -webkit-transform: scale(0);
      opacity: 0.0;
    }
    25% {
      -webkit-transform: scale(0);
      opacity: 0.1;
    }
    50% {
      -webkit-transform: scale(0.1);
      opacity: 0.3;
    }
    75% {
      -webkit-transform: scale(0.5);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 0.0;
    }
  }
  .detail-view .chart-section .data-set#dataSetOne {
    margin-bottom: 20px;
  }
  .detail-view .chart-section .data-set .chart-wrap {
    margin: 0;
  }
  .detail-view #getStarted {
    margin-bottom: 30px;
  }
  .detail-view#arizona #stateImg {
    background: url('../img/states/pngs/arizona.png') center center no-repeat;
  }
  .detail-view#california #stateImg {
    background: url('../img/states/pngs/california.png') center center no-repeat;
  }
  .detail-view#colorado #stateImg {
    background: url('../img/states/pngs/colorado.png') center center no-repeat;
  }
  .detail-view#florida #stateImg {
    background: url('../img/states/pngs/florida.png') center center no-repeat;
  }
  .detail-view#georgia #stateImg {
    background: url('../img/states/pngs/georgia.png') center center no-repeat;
  }
  .detail-view#illinois #stateImg {
    background: url('../img/states/pngs/illinois.png') center center no-repeat;
  }
  .detail-view#nevada #stateImg {
    background: url('../img/states/pngs/nevada.png') center center no-repeat;
  }
  .detail-view#new-jersey #stateImg {
    background: url('../img/states/pngs/new-jersey.png') center center no-repeat;
  }
  .detail-view#new-mexico #stateImg {
    background: url('../img/states/pngs/new-mexico.png') center center no-repeat;
  }
  .detail-view#new-york #stateImg {
    background: url('../img/states/pngs/new-york.png') center center no-repeat;
  }
  .detail-view#north-carolina #stateImg {
    background: url('../img/states/pngs/north-carolina.png') center center no-repeat;
  }
  .detail-view#ohio #stateImg {
    background: url('../img/states/pngs/ohio.png') center center no-repeat;
  }
  .detail-view#pennsylvania #stateImg {
    background: url('../img/states/pngs/pennsylvania.png') center center no-repeat;
  }
  .detail-view#texas #stateImg {
    background: url('../img/states/pngs/texas.png') center center no-repeat;
  }
  .detail-view.city-view .chart-section {
    overflow: hidden;
  }
  .detail-view.city-view .chart-section .data-set .pop-count {
    margin-left: 10px;
  }
  .detail-view.city-view .chart-section .data-set h3 {
    margin: 0 0 10px;
    min-height: 0;
  }
  .detail-view.city-view .chart-section .data-set h3,
  .detail-view.city-view .chart-section .data-set h4,
  .detail-view.city-view .chart-section .data-set h5,
  .detail-view.city-view .chart-section .data-set p.year {
    text-align: left;
  }
  .insights .container {
    padding-left: 0;
    padding-right: 0;
  }
  .insights .featured-post h1 {
    font-size: 40px;
    line-height: 52px;
    padding: 40px;
  }
  .insights .post {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .detail-view .chart-section .data-set .pop-count {
    margin-left: 0;
  }
  .detail-view .chart-section .table > tbody > tr th:first-child {
    padding-left: 15px;
  }
  .detail-view .chart-section .table > tbody > tr td:first-child {
    padding-left: 15px;
  }
  .detail-view #getStarted a {
    font-size: 16px;
    line-height: 22px;
  }
  .detail-view.city-view .chart-section .data-set h3 {
    margin: 0 10px;
    min-height: 65px;
  }
}
